@import url("https://use.typekit.net/vum1rwp.css");
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* 
 * =====================================================================================================================
 * CONFIG
 * =====================================================================================================================
*/
/* 
 * =====================================================================================================================
 * CONFIG
 * =====================================================================================================================
*/
/* 
 * =====================================================================================================================
 * SPRITE
 * =====================================================================================================================
*/
/* 
 * =====================================================================================================================
 * CLEAR FIX
 * =====================================================================================================================
*/
/*
 * =====================================================================================================================
 * Default clear style for ul li
 * =====================================================================================================================
 */
/*
 * =====================================================================================================================
 * GRAYSCALE
 * =====================================================================================================================
 */
/* 
 * =====================================================================================================================
 * Font Awesome icon
 * =====================================================================================================================
*/
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version %%INJECT_VERSION%%
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  border: 10px solid #fff;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  animation: bounceFromLeft 0.4s ease-out;
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
.arrow-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color 0.4s ease;
  /*&#next-button {
        @extend .arrow-button;
        right: 2%;
    }

    &#previous-button {
        @extend .arrow-button;
        left: 2%;
    }*/
}
.baguetteBox-button:focus,
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: bounce 2s infinite ease-in-out;
}
.baguetteBox-double-bounce2 {
  animation-delay: -1s;
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-input-placeholder {
  color: #ff0000;
  font-weight: normal;
  font-weight: 400;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #ff0000;
  font-weight: normal;
  font-weight: 400;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #ff0000;
  font-weight: normal;
  font-weight: 400;
}
:-ms-input-placeholder {
  color: #ff0000;
  font-weight: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4n.ttf) format('truetype');
}
@font-face {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/font-awesome/fontawesome-webfont.eot);
  src: url(../fonts/font-awesome/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/font-awesome/fontawesome-webfont.woff) format("woff"), url(../fonts/font-awesome/fontawesome-webfont.ttf) format("truetype"), url(../fonts/font-awesome/fontawesome-webfont.svg#FontAwesome) format("svg");
}
.FontAwesome {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-align: center;
}
* {
  outline: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  cursor: default;
  background: #E6007E;
  background: linear-gradient(180deg, #e6007e 0%, #fe4bad 100%);
}
body.overlay {
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 450px) {
  body,
  html {
    font-size: 16px;
  }
}
h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 5px 0;
}
h3 span.underline {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  background-image: url(/image/blue-underline.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
h3 span.underline span {
  z-index: 2;
  position: relative;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.head-logo-highlighter {
  width: 260px;
  height: auto;
  margin-right: 40px;
}
.head-logo-plochy {
  width: 96px;
  height: auto;
}
/*body.overlay {
	height: 100vh;
	overflow: hidden;
}*/
ul {
  padding: 0;
  margin: 0;
}
ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
a {
  color: #053e79;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.underline {
  font-style: italic;
  font-weight: 500;
  z-index: 3;
  position: relative;
}
a.underline::before {
  content: "";
  width: 200px;
  height: 15px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(/image/link-underline.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}
a.underline::after {
  content: "";
  width: 0;
  height: 15px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(/image/link-underline-hover.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  z-index: -1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a.underline:hover {
  text-decoration: none;
}
a.underline:hover::after {
  width: 200px;
}
p {
  padding: 0;
  margin: 0 0 20px;
  line-height: 1.45;
}
p.smaller {
  font-size: 18px;
}
strong {
  font-weight: 700;
}
.display-mobile {
  display: none;
}
@media screen and (max-width: 1050px) {
  .display-mobile {
    display: block;
    margin: 0 auto;
  }
  .display-desktop {
    display: none;
  }
}
.content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 16px;
}
@media screen and (max-width: 1320px) {
  .content {
    padding: 0 10px;
  }
}
.align-right,
.align-right p {
  text-align: right;
}
.align-center,
.align-center p {
  text-align: center;
}
.column {
  position: relative;
  box-sizing: border-box;
}
.title-h2 {
  font-weight: bold;
  font-size: 36px;
  margin: 40px auto 80px;
  text-align: center;
  min-height: 43px;
}
.title-h2 .blue-underline {
  line-height: 32px;
  min-height: 46px;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .title-h2 {
    font-size: 26px;
  }
}
.column2,
.column3,
.column4,
.column5,
.column7,
.column-siroka-skala {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.column2 .column img,
.column3 .column img,
.column4 .column img,
.column5 .column img,
.column7 .column img,
.column-siroka-skala .column img {
  max-width: 100%;
  height: auto;
}
.column2 .column {
  width: calc(100% - 20px);
  margin: 0 20px 0 0;
  margin-bottom: auto;
}
.column2 .column:nth-child(2) {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 700px) {
  .column2 {
    display: block;
  }
  .column2 .column {
    width: 100% !important;
    margin: 0 0 20px 0;
  }
  .column2 .column:nth-child(2) {
    margin: 0 0 20px 0;
  }
}
.column3 .column {
  width: calc(100% / 3 - 80px / 3);
  margin: 0 40px 0 0;
}
.column3 .column:nth-child(3) {
  margin: 0;
}
@media screen and (max-width: 1150px) {
  .column3 {
    display: block;
  }
  .column3 .column {
    width: 100% !important;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .column3 .column.align-right,
  .column3 .column.align-right p {
    text-align: center;
  }
}
.column4 .column {
  width: calc(100% / 4 - 120px / 4);
  margin: 0 40px 0 0;
  text-align: center;
}
.column4 .column:nth-child(4) {
  margin: 0;
}
@media screen and (max-width: 800px) {
  .column4 .column {
    width: calc(100% / 2 - 40px / 2);
    margin-bottom: 20px;
  }
  .column4 .column:nth-child(2),
  .column4 .column:nth-child(4) {
    margin: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .column4 .column {
    width: 100% !important;
    margin: 0;
    margin-bottom: 20px;
  }
  .column4 .column:nth-child(2),
  .column4 .column:nth-child(4) {
    margin: 0;
    margin-bottom: 20px;
  }
}
.column-siroka-skala {
  align-items: center;
}
.column-siroka-skala .column-siroka-skala {
  display: flex;
}
.column-siroka-skala .column {
  display: flex;
  flex-wrap: wrap;
  margin-top: -70px;
  justify-content: center;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.column-siroka-skala .column .image {
  position: relative;
  max-width: 117px;
}
.column-siroka-skala .column .image img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
}
.column-siroka-skala .column .image:hover img,
.column-siroka-skala .column .image:focus img {
  transform: scale(1.1);
}
.column-siroka-skala .column:nth-child(1) {
  width: 40%;
  padding-right: 10px;
}
.column-siroka-skala .column:nth-child(1) .image {
  width: calc(100% / 4);
}
.column-siroka-skala .column:nth-child(2) {
  width: 60%;
  padding-left: 10px;
}
.column-siroka-skala .column:nth-child(2) .image {
  width: calc(100% / 6);
}
@media screen and (max-width: 800px) {
  .column-siroka-skala .column:nth-child(1) {
    width: 100%;
    padding-right: 0;
    padding-bottom: 40px;
  }
  .column-siroka-skala .column:nth-child(2) {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
}
.column-siroka-skala .column .product-wrapper {
  display: flex;
  margin-top: -70px;
}
/*@media screen and (max-width: 1150px)
{
	.column-siroka-skala {
		.column {
			&:nth-child(1) {
				width: 100%;
				text-align: center;
				line-height: 38px;

				&:after {
					display: inline-block;
					margin: 0 0 0 8px;
					vertical-align: middle;
				}
			}

			&:nth-child(2) {
				width: 43%;
			}

			&:nth-child(3) {
				width: 57%;
			}
		}
	}
}*/
/*@media screen and (max-width: 770px)
{
	.column-siroka-skala {
		.column {
			&:nth-child(1) {
				width: 100%;
				text-align: center;
				line-height: 38px;

				&:after {
					display: inline-block;
					margin: 0 0 0 8px;
					vertical-align: middle;
				}
			}

			&:nth-child(2) {
				width: 100%;
				text-align: center;

				.siroka-skala-desktop {
					display: none;
				}

				.siroka-skala-mobile {
					display: inline-block;
				}
			}

			&:nth-child(3) {
				width: 100%;
				text-align: center;
			}
		}
	}
}*/
/*@keyframes siroka-skala-animation {
	0%		{width: 0;}
	100%	{width: 124px;height: 23px;}
}*/
.content-logo-highlighter {
  max-width: 260px;
  height: auto;
  margin: 0 auto;
}
.background-wrapper {
  background-color: #ffffff;
  padding: 30px;
  margin: 60px auto 40px auto;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 770px) {
  .background-wrapper {
    padding: 20px;
  }
}
.background-wrapper.column-seven,
.background-wrapper.column-five,
.background-wrapper.column-four {
  max-width: 1080px;
  padding: 30px 70px;
  margin: 110px auto 40px auto;
}
@media screen and (max-width: 930px) {
  .background-wrapper.column-seven,
  .background-wrapper.column-five,
  .background-wrapper.column-four {
    padding: 30px;
  }
}
.background-wrapper.column-seven .column5,
.background-wrapper.column-five .column5,
.background-wrapper.column-four .column5,
.background-wrapper.column-seven .column7,
.background-wrapper.column-five .column7,
.background-wrapper.column-four .column7,
.background-wrapper.column-seven .column4,
.background-wrapper.column-five .column4,
.background-wrapper.column-four .column4 {
  margin-top: -110px;
  justify-content: space-between;
}
.background-wrapper.column-seven .column5 .column,
.background-wrapper.column-five .column5 .column,
.background-wrapper.column-four .column5 .column,
.background-wrapper.column-seven .column7 .column,
.background-wrapper.column-five .column7 .column,
.background-wrapper.column-four .column7 .column,
.background-wrapper.column-seven .column4 .column,
.background-wrapper.column-five .column4 .column,
.background-wrapper.column-four .column4 .column {
  width: auto;
  margin: 0;
}
.background-wrapper.column-seven .column5 .column img,
.background-wrapper.column-five .column5 .column img,
.background-wrapper.column-four .column5 .column img,
.background-wrapper.column-seven .column7 .column img,
.background-wrapper.column-five .column7 .column img,
.background-wrapper.column-four .column7 .column img,
.background-wrapper.column-seven .column4 .column img,
.background-wrapper.column-five .column4 .column img,
.background-wrapper.column-four .column4 .column img {
  transition: transform 0.3s ease;
}
.background-wrapper.column-seven .column5 .column:hover img,
.background-wrapper.column-five .column5 .column:hover img,
.background-wrapper.column-four .column5 .column:hover img,
.background-wrapper.column-seven .column7 .column:hover img,
.background-wrapper.column-five .column7 .column:hover img,
.background-wrapper.column-four .column7 .column:hover img,
.background-wrapper.column-seven .column4 .column:hover img,
.background-wrapper.column-five .column4 .column:hover img,
.background-wrapper.column-four .column4 .column:hover img {
  transform: scale(1.2);
}
@media screen and (max-width: 930px) {
  .background-wrapper.column-seven .column5 .column,
  .background-wrapper.column-five .column5 .column,
  .background-wrapper.column-four .column5 .column,
  .background-wrapper.column-seven .column7 .column,
  .background-wrapper.column-five .column7 .column,
  .background-wrapper.column-four .column7 .column,
  .background-wrapper.column-seven .column4 .column,
  .background-wrapper.column-five .column4 .column,
  .background-wrapper.column-four .column4 .column {
    width: 50%;
  }
}
@media screen and (max-width: 550px) {
  .background-wrapper.column-seven .column5 .column,
  .background-wrapper.column-five .column5 .column,
  .background-wrapper.column-four .column5 .column,
  .background-wrapper.column-seven .column7 .column,
  .background-wrapper.column-five .column7 .column,
  .background-wrapper.column-four .column7 .column,
  .background-wrapper.column-seven .column4 .column,
  .background-wrapper.column-five .column4 .column,
  .background-wrapper.column-four .column4 .column {
    width: 100%;
  }
}
.background-wrapper.column-seven {
  max-width: none;
  padding: 30px;
}
@media screen and (max-width: 1380px) {
  .background-wrapper.column-seven {
    justify-content: center;
  }
  .background-wrapper.column-seven .column {
    width: calc(100% / 4) !important;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .background-wrapper.column-seven .column {
    width: calc(100% / 2) !important;
  }
}
@media screen and (max-width: 500px) {
  .background-wrapper.column-seven .column {
    width: 100% !important;
  }
}
.background-wrapper.column-five {
  padding: 30px 60px;
  max-width: 1360px;
}
@media screen and (max-width: 1300px) {
  .background-wrapper.column-five {
    justify-content: center;
  }
  .background-wrapper.column-five .column {
    width: calc(100% / 3) !important;
    text-align: center;
  }
}
.head-description {
  font-size: 42px;
  font-weight: 700;
}
.head-underline,
.head-nounderline {
  font-size: 110px;
  line-height: 110%;
  font-weight: 900;
  font-family: 'soleil', sans-serif;
  position: relative;
  display: inline-block;
}
.head-underline {
  z-index: 2;
}
.head-underline:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background-image: url(/image/Podtrzeni_Velke.png);
  background-size: cover;
  background-size: 100% 100%;
  background-position: left center;
  background-repeat: no-repeat;
  z-index: -1;
  /*bottom: -10%;
		left: -10%;*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-name: h1-underline-animation;
  animation-duration: 0.5s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}
/*.slovak .head-underline {
	&:after {
		animation-name: h1-underline-animation-sk;
	}
}*/
@keyframes h1-underline-animation {
  0% {
    width: 0;
  }
  100% {
    width: 110%;
    height: 100%;
  }
}
/*@keyframes h1-underline-animation-sk {
	0%		{width: 0;}
	100%	{width: 750px;height: 140px;}
}*/
.table-head {
  display: table;
}
.table-head .column {
  display: table-cell;
  width: 50%;
  width: calc(100% - 515px);
  padding: 20px 20px 20px 0;
  vertical-align: middle;
}
.table-head .column:nth-child(2) {
  width: 515px;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 550px) {
  .table-head .column:nth-child(2) {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.table-head .column .to-head {
  /*margin: -80px -50px 0 0;*/
}
.table-head .column .to-head img {
  display: block;
}
@media screen and (max-width: 1380px) {
  .slovak .table-head .column {
    vertical-align: bottom;
  }
}
@media screen and (max-width: 1260px) {
  .table-head .column {
    vertical-align: bottom;
  }
  .head-underline,
  .head-nounderline {
    font-size: 80px;
    /*line-height: 110px;*/
  }
  .head-underline {
    z-index: 2;
    /*&:after {
			bottom: -8px;
			left: -19px;
		}*/
  }
  /*@keyframes h1-underline-animation {
		0%		{width: 0;}
		100%	{width: 502px;height: 94px;}
	}*/
  /*.slovak .head-underline {
		&:after {
			animation-name: h1-underline-animation-sk;
		}
	}

	@keyframes h1-underline-animation-sk {
		0%		{width: 0;}
		100%	{width: 620px;height: 114px;}
	}*/
}
@media screen and (max-width: 1170px) {
  .head-underline,
  .head-nounderline {
    font-size: 70px;
    /*line-height: 90px;*/
  }
  /*.head-underline {
		&:after {
			bottom: -8px;
			left: -19px;
		}
	}

	@keyframes h1-underline-animation {
		0%		{width: 0;}
		100%	{width: 420px;height: 79px;}
	}*/
  /*.slovak .head-underline {
		&:after {
			animation-name: h1-underline-animation-sk;
		}
	}

	@keyframes h1-underline-animation-sk {
		0%		{width: 0;}
		100%	{width: 530px;height: 96px;}
	}*/
}
@media screen and (max-width: 1070px) {
  .table-head {
    display: block;
  }
  .table-head .column {
    display: block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    /*.head-underline {
				padding-right: 15px;
			}*/
  }
  .table-head .column:nth-child(2) {
    padding: 20px 0 0 0;
  }
  .table-head .column .to-head {
    margin: 0;
  }
}
@media screen and (max-width: 560px) {
  .head-underline,
  .head-nounderline {
    font-size: 60px;
  }
}
/*@media screen and (max-width: 560px)
{
.slovak .head-underline,
.slovak .head-nounderline {
	font-size: 60px;
	line-height: 80px;
	padding-right: 0 !important;

		&:after {
			animation-name: h1-underline-animation-sk;
		}
	}

	@keyframes h1-underline-animation-sk {
		0%		{width: 0;}
		100%	{width: 350px;height: 65px;}
	}
}*/
@media screen and (max-width: 460px) {
  .head-description {
    font-size: 32px;
  }
  .head-underline,
  .head-nounderline {
    font-size: 46px;
    /*line-height: 80px;*/
  }
  /*.head-underline {
		&:after {
			bottom: -8px;
			left: -19px;
		}
	}*/
  .head-text {
    font-size: 22px;
    padding: 20px 0 30px 0;
  }
  .head-logo-highlighter {
    display: block;
    margin: 0 auto 20px auto;
  }
  /*@keyframes h1-underline-animation {
		0%		{width: 0;}
		100%	{width: 290px;height: 55px;}
	}*/
}
/*@media screen and (max-width: 380px)
{
.slovak .head-underline,
.slovak .head-nounderline {
	font-size: 50px;
	line-height: 70px;
	padding-right: 0 !important;

		&:after {
			animation-name: h1-underline-animation-sk;
		}
	}

	.slovak .head-underline {
		&:after {
			bottom: -0px;
			left: -12px;
		}
	}

	@keyframes h1-underline-animation-sk {
		0%		{width: 0;}
		100%	{width: 285px;height: 52px;}
	}
}*/
.head-text {
  font-size: 24px;
  padding: 50px 0;
}
a.button {
  display: inline-block;
  background: transparent;
  font-weight: bold;
  background: #FFDB00;
  color: #003F8F;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
a.button span {
  display: block;
  padding: 12px 16px 12px 16px;
  font-size: 18px;
  line-height: 100%;
  /*.fa-icon(@fa-chevron-right, 14px);

		&:after {
			top: 50%;
			right: 10px;
			margin-top: -7px;
		}*/
}
.blue-underline {
  padding: 4px 24px;
  background-image: url(/image/blue-underline.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.footer {
  position: relative;
  text-align: center;
  /*.content {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
	}*/
}
.footer img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.footer .content {
  position: relative;
  padding-top: 60px;
}
.footer .content .absolute-style {
  position: absolute;
  right: -200px;
  top: -50px;
}
@media screen and (max-width: 1450px) {
  .footer .content .absolute-style {
    width: 430px;
    height: auto;
    right: 10px;
    top: 0;
  }
}
@media screen and (max-width: 1210px) {
  .footer .content .absolute-style {
    width: 100%;
    max-width: 500px;
    height: auto;
    right: auto;
    top: auto;
    position: relative;
    margin: 30px auto 0;
  }
}
.footer .copyright {
  font-weight: bold;
  position: relative;
  z-index: 9;
  color: #ffffff;
  display: block;
  padding: 40px 0;
}
.footer .copyright .blue-underline {
  padding: 12px 24px;
  display: inline-block;
}
.footer .podtrhni-svuj-style {
  font-size: 76px;
  font-weight: 900;
  font-family: 'soleil', sans-serif;
  z-index: 2;
  position: relative;
  width: auto;
  margin-bottom: 40px;
  display: inline-block;
  color: #ffffff;
}
.footer .podtrhni-svuj-style:after {
  content: "";
  background-image: url(/image/HL_Style_3@2x_kopie.webp);
  background-size: cover;
  width: 306px;
  height: 501px;
  display: block;
  position: absolute;
  bottom: 30px;
  right: -280px;
}
.footer .podtrhni-svuj-style:before {
  content: "";
  background-image: url(/image/Vicko_kopie.webp);
  background-size: cover;
  width: 203px;
  height: 131px;
  display: block;
  position: absolute;
  top: 50px;
  left: -240px;
}
.footer .podtrhni-svuj-style span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.footer .podtrhni-svuj-style span:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background-image: url(/image/Podtrzeni_paticka_velke.svg);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  z-index: -1;
  bottom: 0;
  left: 0;
  animation-name: podtrhni-svuj-style-animation;
  animation-duration: 0.5s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 950px) {
  .footer .podtrhni-svuj-style {
    font-size: 56px;
    margin-bottom: 30px;
  }
  .footer .podtrhni-svuj-style:after {
    width: 250px;
    height: 410px;
    bottom: 25px;
    right: -230px;
  }
  .footer .podtrhni-svuj-style:before {
    width: 166px;
    height: 107px;
    top: 50px;
    left: -200px;
  }
  @keyframes podtrhni-svuj-style-animation {
    0% {
      width: 0;
    }
    100% {
      width: 510px;
      height: 61px;
    }
  }
  .slovak .footer .podtrhni-svuj-style span:after {
    animation-name: podtrhni-svuj-style-animation-sk;
  }
  @keyframes podtrhni-svuj-style-animation-sk {
    0% {
      width: 0;
    }
    100% {
      width: 576px;
      height: 70px;
    }
  }
}
@media screen and (max-width: 800px) {
  .footer .copyright {
    font-size: 14px;
    font-weight: normal;
  }
  .footer .copyright .blue-underline {
    padding: 8px 24px;
  }
}
@media screen and (max-width: 420px) {
  .footer .copyright {
    font-size: 12px;
  }
  .footer .copyright .blue-underline {
    padding: 8px 24px;
  }
}
header {
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
  align-items: center;
  position: relative;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header .logo {
  padding: 0;
  margin-bottom: 30px;
  width: 100%;
  max-width: 750px;
}
header .logo a {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
header .logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
@media screen and (max-width: 1000px) {
  header .logo {
    padding: 0 90px;
  }
}
@media screen and (max-width: 620px) {
  header .logo {
    width: calc(100% - 100px);
    padding: 0 0 30px 0;
    height: auto;
  }
}
header .social {
  width: 50px;
  display: flex;
  justify-content: flex-end;
}
header .social a {
  display: block;
  margin-left: 10px;
}
header .social a img {
  display: block;
}
header .menu ul {
  display: flex;
}
header .menu ul li {
  margin: 0 20px;
}
header .menu ul li a {
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  display: block;
  background: transparent;
  font-weight: bold;
}
header .menu ul li a span {
  transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  display: block;
  padding: 6px 16px;
  line-height: 26px;
}
header .menu ul li a:hover {
  background: #e6156d;
  color: #ffffff;
  text-decoration: none;
}
header .menu ul li.social {
  display: none;
}
header .domain-menu-control {
  display: block;
  width: 39px;
  height: 39px;
  position: absolute;
  top: 20px;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
header .domain-menu-control span {
  display: block;
  position: absolute;
  height: 8px;
  width: 100%;
  background: #053e79;
  opacity: 1;
  left: 0;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
header .domain-menu-control span:first-child {
  margin-top: -18px;
}
header .domain-menu-control span:last-child {
  margin-top: 10px;
}
header .domain-menu-control.active span {
  background: #053e79;
}
header .domain-menu-control.active span:nth-child(1),
header .domain-menu-control.active span:nth-child(4) {
  margin-top: -4px;
  width: 0%;
  left: 50%;
}
header .domain-menu-control.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .domain-menu-control.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 1150px) {
  header {
    padding: 0 20px;
  }
  header .domain-menu-control {
    right: 14px;
  }
}
.popup-form-button {
  background: #e0198b;
  color: #fff;
  padding: 60px 10px 10px 10px;
  width: 134px;
  height: 120px;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
  border-radius: 10px 0 0 10px;
  box-sizing: border-box;
  top: 275px;
  right: 0;
  position: fixed;
  cursor: pointer;
  z-index: 9;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.popup-form-button:hover {
  padding: 60px 20px 10px 20px;
  width: 154px;
}
.popup-form-button:after {
  content: "\f1d8";
  font-family: 'FontAwesome';
  z-index: 2;
  display: block;
  position: absolute;
  font-size: 36px;
  font-style: normal;
  line-height: 36px;
  font-weight: normal;
  text-decoration: none;
  width: 36px;
  height: 36px;
  text-align: center;
  top: 10px;
  left: 50%;
  margin-left: -18px;
}
@media screen and (max-width: 970px) {
  .popup-form-button {
    width: auto;
    height: 76px;
    top: 210px;
    padding: 45px 10px 10px 10px;
    font-size: 16px;
  }
  .popup-form-button:hover {
    padding: 45px 20px 10px 20px;
    width: auto;
  }
  .popup-form-button::after {
    content: "\f1d8";
    font-family: 'FontAwesome';
    z-index: 2;
    display: block;
    position: absolute;
    font-size: 24px;
    font-style: normal;
    line-height: 24px;
    font-weight: normal;
    text-decoration: none;
    width: 24px;
    height: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 570px) {
  .popup-form-button {
    width: 70px;
    height: auto;
    padding: 10px;
  }
  .popup-form-button:hover {
    padding: 10px 15px;
    width: 80px;
  }
  .popup-form-button:after {
    display: none;
  }
}
.popup-owerlay {
  background: rgba(3, 64, 123, 0.8);
  width: 100vw;
  min-height: 100vh;
  position: fixed;
  z-index: 11;
  overflow: auto;
}
.popup-form {
  display: block;
  width: 100%;
  z-index: 10;
  position: absolute;
}
.popup-form .popup-form-wrapper {
  background: #ffffff;
  max-width: 800px;
  width: calc(100% - 20px);
  margin: 20px auto;
  overflow: hidden;
  border-radius: 10px;
}
.popup-form .popup-form-wrapper .popup-body {
  display: block;
  vertical-align: middle;
  padding: 20px;
  position: relative;
}
.popup-form .popup-form-wrapper .popup-body h2 {
  font-size: 56px;
  color: #20396b;
}
@media screen and (max-width: 700px) {
  .popup-form .popup-form-wrapper .popup-body h2 {
    font-size: 48px;
  }
}
.popup-form .popup-form-wrapper .popup-body .input-content,
.popup-form .popup-form-wrapper .popup-body .question-wrapper {
  padding-bottom: 25px;
  position: relative;
}
.popup-form .popup-form-wrapper .popup-body .input-content::after,
.popup-form .popup-form-wrapper .popup-body .question-wrapper::after {
  content: "";
  display: block;
  position: relative;
  height: 0;
  clear: both;
}
.popup-form .popup-form-wrapper .popup-body .input-content label,
.popup-form .popup-form-wrapper .popup-body .question-wrapper label,
.popup-form .popup-form-wrapper .popup-body .input-content .label-answer,
.popup-form .popup-form-wrapper .popup-body .question-wrapper .label-answer {
  display: block;
  padding-bottom: 5px;
  line-height: 120%;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
}
.popup-form .popup-form-wrapper .popup-body .input-wrapper::after {
  content: "";
  display: block;
  position: relative;
  height: 0;
  clear: both;
}
.popup-form .popup-form-wrapper .popup-body .input-wrapper .input-content {
  float: left;
  padding-bottom: 5px;
}
.popup-form .popup-form-wrapper .popup-body .input-wrapper .input-content label {
  padding-bottom: 0;
}
.column {
  position: relative;
  box-sizing: border-box;
}
.column2,
.column3 {
  display: flex;
  flex-wrap: wrap;
}
.column2 .column {
  width: calc(50% - 20px);
  padding: 0 20px 0 0;
}
.column2 .column:nth-child(2) {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 700px) {
  .column2 {
    display: block;
  }
  .column2 .column {
    width: 100% !important;
    padding: 0 0 20px 0;
  }
  .column2 .column:nth-child(2) {
    padding: 0 0 20px 0;
  }
}
.konec-souteze {
  width: 462px;
  height: 88px;
  background-image: url(/image/Podtrzeni_Soutez_Konec.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-left: 5px;
  margin-top: 14px;
  position: relative;
  line-height: 88px;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
}
@media screen and (max-width: 1070px) {
  .konec-souteze {
    margin: 14px auto 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .konec-souteze {
    width: 402px;
    height: 76px;
    line-height: 76px;
    font-size: 30px;
  }
}
@media screen and (max-width: 420px) {
  .konec-souteze {
    width: 362px;
    height: 69px;
    line-height: 69px;
    font-size: 28px;
  }
}
@media screen and (max-width: 390px) {
  .konec-souteze {
    width: 302px;
    height: 58px;
    line-height: 58px;
    font-size: 24px;
  }
}
.competition-button {
  width: 416px;
  height: 155px;
  background-image: url(/image/competition-button.svg);
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 5px;
  position: relative;
}
.competition-button .competition-text {
  width: 230px;
  position: absolute;
  top: 20px;
  left: 0;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
}
.competition-button .competition-text:hover {
  text-decoration: none;
}
@media screen and (max-width: 1070px) {
  .competition-button {
    margin: 16px auto;
  }
}
@media screen and (max-width: 460px) {
  .competition-button {
    width: 300px;
    height: 110px;
    background-size: 100%;
  }
  .competition-button .competition-text {
    width: 165px;
    height: 54px;
    line-height: 54px;
    top: 16px;
  }
}
.competition-wrapper {
  background-image: url(/image/background-gepard.jpg);
  padding: 140px 180px 30px 180px;
  margin-bottom: 40px;
  position: relative;
  color: #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.competition-wrapper.end {
  padding: 40px 180px 30px 180px;
}
.competition-wrapper .competition-date {
  position: absolute;
  top: -30px;
  left: 16px;
  color: #000000;
}
@media screen and (max-width: 1070px) {
  .competition-wrapper .competition-date {
    color: #ffffff;
    transform: translate(-50%, 0);
    left: 50%;
    top: 110px;
  }
}
@media screen and (max-width: 800px) {
  .competition-wrapper .competition-date {
    top: 100px;
  }
}
@media screen and (max-width: 670px) {
  .competition-wrapper .competition-date {
    top: 90px;
    width: 90%;
    text-align: center;
  }
}
.competition-wrapper .vyhry {
  position: absolute;
  top: -220px;
  right: 60px;
  width: 720px;
}
.competition-wrapper .vyhry img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1240px) {
  .competition-wrapper .vyhry {
    width: 640px;
    top: -190px;
  }
}
@media screen and (max-width: 1140px) {
  .competition-wrapper .vyhry {
    width: 540px;
    top: -160px;
  }
}
@media screen and (max-width: 1070px) {
  .competition-wrapper .vyhry {
    width: calc(100% - 60px);
    max-width: 640px;
    top: -190px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 800px) {
  .competition-wrapper .vyhry {
    /*width: 540px;*/
    top: -200px;
  }
}
@media screen and (max-width: 670px) {
  .competition-wrapper .vyhry {
    /*width: 440px;
			right: 40px;*/
    top: -180px;
  }
}
@media screen and (max-width: 600px) {
  .competition-wrapper .vyhry {
    top: -160px;
  }
}
@media screen and (max-width: 550px) {
  .competition-wrapper .vyhry {
    /*width: calc(~'100% - 60px');
			max-width: 440px;
			right: 30px;*/
    top: -120px;
  }
}
@media screen and (max-width: 500px) {
  .competition-wrapper .vyhry {
    top: -100px;
  }
}
@media screen and (max-width: 430px) {
  .competition-wrapper .vyhry {
    top: -70px;
  }
}
.competition-wrapper h2 {
  color: #ffffff;
  text-align: center;
}
.competition-wrapper h2 span {
  background-image: url(/image/Podtrzeni_01.svg);
  display: inline-block;
  width: 181px;
  height: 49px;
  text-align: center;
  padding: 5px 0;
}
.competition-wrapper .column2 ul {
  display: flex;
  flex-wrap: wrap;
}
.competition-wrapper .column2 ul li {
  margin: 0 20px 20px 0;
  width: calc(50% - 10px);
}
.competition-wrapper .column2 ul li img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.competition-wrapper .column2 ul li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 1170px) {
  .competition-wrapper {
    padding: 140px 30px 30px 30px;
  }
}
@media screen and (max-width: 400px) {
  .competition-wrapper {
    padding: 140px 20px 20px 20px;
  }
}
.column-image-radio .question-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0;
}
.column-image-radio .question-wrapper .help-block {
  display: none !important;
}
.column-image-radio .question-wrapper .label-answer {
  width: 260px;
  width: calc(100% - 660px);
  color: #ffffff;
  font-weight: bold;
  font-size: 22px;
}
.column-image-radio .question-wrapper .input-wrapper {
  display: flex;
  justify-content: space-between;
  /*width: 100%;
			max-width: calc(~'100% - 260px');*/
  width: 640px;
}
.column-image-radio .question-wrapper .input-wrapper span {
  display: none;
}
.column-image-radio .question-wrapper .input-wrapper .image {
  width: 187px;
  height: 116px;
}
.column-image-radio .question-wrapper .input-wrapper .image input[type="radio"] {
  display: none;
}
.column-image-radio .question-wrapper .input-wrapper .image input[type="radio"] + label {
  width: 187px;
  height: 116px;
  display: block;
  position: relative;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.column-image-radio .question-wrapper .input-wrapper .image input[type="radio"]:checked + label:after {
  position: absolute;
  top: -5px;
  left: -3px;
  width: 197px;
  height: 123px;
  content: "";
  background-image: url(/image/Ramecek.svg);
  background-size: 100% 100%;
}
@media screen and (max-width: 890px) {
  .column-image-radio .question-wrapper {
    display: block;
  }
  .column-image-radio .question-wrapper .label-answer {
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
  }
  .column-image-radio .question-wrapper .input-wrapper {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 680px) {
  .column-image-radio .question-wrapper .input-wrapper .image {
    width: 140px;
    height: 87px;
  }
  .column-image-radio .question-wrapper .input-wrapper .image input[type="radio"] + label {
    width: 140px;
    height: 87px;
  }
  .column-image-radio .question-wrapper .input-wrapper .image input[type="radio"]:checked + label:after {
    top: -4px;
    left: -3px;
    width: 147px;
    height: 95px;
  }
}
@media screen and (max-width: 530px) {
  .column-image-radio .question-wrapper .input-wrapper .image {
    width: 100px;
    height: 62px;
  }
  .column-image-radio .question-wrapper .input-wrapper .image input[type="radio"] + label {
    width: 100px;
    height: 62px;
  }
  .column-image-radio .question-wrapper .input-wrapper .image input[type="radio"]:checked + label:after {
    top: -2px;
    left: -3px;
    width: 106px;
    height: 66px;
  }
}
@media screen and (max-width: 400px) {
  .column-image-radio .question-wrapper .input-wrapper .image {
    width: 80px;
    height: 50px;
  }
  .column-image-radio .question-wrapper .input-wrapper .image input[type="radio"] + label {
    width: 80px;
    height: 50px;
  }
  .column-image-radio .question-wrapper .input-wrapper .image input[type="radio"]:checked + label:after {
    top: -2px;
    left: -2px;
    width: 84px;
    height: 54px;
  }
}
.vyhodnotit-wrapper {
  margin: 20px auto;
  background-image: url(/image/Podtrzeni_01.svg);
  display: block;
  width: 181px;
  height: 49px;
  line-height: 40px;
  text-align: center;
  padding: 5px 0;
  font-weight: bold;
  color: #ffffff;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
}
.vyhodnotit-wrapper:after,
.vyhodnotit-wrapper:before {
  content: "";
  width: 87px;
  height: 55px;
  position: absolute;
  top: -7px;
}
.vyhodnotit-wrapper:after {
  background-image: url(/image/Arrow_Green_02.svg);
  right: -100px;
}
.vyhodnotit-wrapper:before {
  background-image: url(/image/Arrow_Green_01.svg);
  left: -100px;
}
@media screen and (max-width: 470px) {
  .vyhodnotit-wrapper:after,
  .vyhodnotit-wrapper:before {
    display: none !important;
  }
}
ul.error {
  background-color: #ff0000;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
ul.error li {
  padding: 5px;
}
.ok-message {
  background-color: #3FEE85;
  padding: 20px;
  margin: 40px auto 20px auto;
  max-width: 800px;
  text-align: center;
  color: #000000;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.ok-message:after {
  background-image: url(/image/info-icon.svg);
  width: 43px;
  height: 40px;
  position: absolute;
  top: -20px;
  left: -21px;
  content: "";
}
h2#package-product {
  margin: 60px auto 20px auto;
}
h2.green2 {
  color: #71f3a4;
}
h2.green1 {
  color: #92ecc0;
}
h2.pink {
  color: #fc70ac;
}
h2.purple {
  color: #e0aed8;
}
h2.orange1 {
  color: #f0a96b;
}
h2.orange2 {
  color: #f9882b;
}
h2.blue {
  color: #94eff0;
}
h2.yellow {
  color: #edf474;
}
h2.losos {
  color: #f0b2af;
}
.next-step {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: none;
  flex-wrap: wrap;
}
.next-step a {
  color: #ffffff;
  text-decoration: underline;
}
.next-step .text-input-wrapper,
.next-step .input-content {
  margin: 0 10px 20px 0;
  width: calc(50% - 10px);
  position: relative;
}
.next-step .text-input-wrapper:nth-child(2n),
.next-step .input-content:nth-child(2n) {
  margin: 0 0 20px 10px;
}
.next-step .text-input-wrapper input[type="text"],
.next-step .input-content input[type="text"],
.next-step .text-input-wrapper input[type="email"],
.next-step .input-content input[type="email"] {
  width: 100%;
  height: 40px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.next-step .text-input-wrapper input[type="text"]:placeholder,
.next-step .input-content input[type="text"]:placeholder,
.next-step .text-input-wrapper input[type="email"]:placeholder,
.next-step .input-content input[type="email"]:placeholder {
  font-weight: bold;
  opacity: 0.5;
  color: red;
}
.next-step .text-input-wrapper input[type="text"].has-error,
.next-step .input-content input[type="text"].has-error,
.next-step .text-input-wrapper input[type="email"].has-error,
.next-step .input-content input[type="email"].has-error {
  border: 1px solid #ff0000;
}
.next-step .text-input-wrapper .text-danger,
.next-step .input-content .text-danger {
  position: absolute;
  background-color: #ff0000;
  color: #ffffff;
  padding: 3px;
  z-index: 1;
  top: -5px;
  right: 0;
  font-size: 12px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.next-step .input-content.button {
  background-color: #E6156D;
  margin: 0 auto;
  width: auto;
  display: inline-block;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  /*transform: skewX(-30deg);
		-ms-transform: skewX(-30deg);
		-moz-transform: skewX(-30deg);
		-webkit-transform: skewX(-30deg);
		-o-transform: skewX(-30deg);*/
}
.next-step .input-content.button input[type="submit"] {
  background-color: transparent;
  border: 0;
  padding: 10px 20px;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  -webkit-transform: skewX(15deg);
  -moz-transform: skewX(15deg);
  -o-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
}
.next-step .text-input-wrapper {
  margin: 0 0 20px 0 !important;
  width: 100%;
}
@media screen and (max-width: 470px) {
  .next-step .input-content {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .next-step .input-content:nth-child(2n) {
    margin: 0 0 20px 0;
  }
}
.text-input-wrapper input[type="checkbox"] {
  display: none;
}
.text-input-wrapper input[type="checkbox"] + label {
  padding-left: 30px;
  position: relative;
  display: block;
}
.text-input-wrapper input[type="checkbox"] + label:before {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.text-input-wrapper input[type="checkbox"]:checked + label:after {
  content: "\f00c";
  font-family: 'FontAwesome';
  z-index: 2;
  display: block;
  position: absolute;
  font-size: 14px;
  font-style: normal;
  line-height: 14px;
  font-weight: normal;
  text-decoration: none;
  width: 14px;
  height: 14px;
  text-align: center;
}
.text-input-wrapper input[type="checkbox"]:checked + label:after {
  color: #E6156D;
  top: 4px;
  left: 2px;
}
.text-input-wrapper input[type="checkbox"].has-error + label:before {
  border: 1px solid #ff0000;
}
.next-step-thanks {
  display: none;
  padding: 20px 0;
}
.next-step-thanks h2 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.next-step-thanks .green2 {
  color: #71f3a4;
}
.next-step-thanks .green1 {
  color: #92ecc0;
}
.next-step-thanks .pink {
  color: #fc70ac;
}
.next-step-thanks .purple {
  color: #e0aed8;
}
.next-step-thanks .orange1 {
  color: #f0a96b;
}
.next-step-thanks .orange2 {
  color: #f9882b;
}
.next-step-thanks .blue {
  color: #94eff0;
}
.next-step-thanks .yellow {
  color: #edf474;
}
.next-step-thanks .losos {
  color: #f0b2af;
}
/*.column3 {
	.column {
		width: calc(~'100% / 3');
		padding: 0 40px 0 0;

		&:nth-child(3) {
			padding: 0;
		}
	}

	@media screen and (max-width: 1150px)
	{
		display: block;

		.column {
			width: 100% !important;
			padding: 0 0 20px 0;
		}
	}
}*/
.big-animation {
  display: block;
  width: 100%;
  height: auto;
}
.sticker-animation {
  width: 250px;
  margin: 40px auto 0;
}
