.modal {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,.75);
	z-index: 99999;
	top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.modal--open {
	display: block;
}

.modal__dialog {
	position: absolute;
	top: 25%;
	width: 340px;
	min-height: 340px;
	background-color: white;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,.25);
	padding: 15px;
	margin: 0 auto;
	left: 0;
	right: 0;
	border-radius: 4px;
	-webkit-box-shadow: 2px 3px 7px rgba(113, 43, 147, 0.64);
    box-shadow: 2px 3px 7px rgba(113, 43, 147, 0.64);
    border-radius: 10px;
    background-image: -o-linear-gradient(299deg, #a42593 0%, #712b93 100%), -o-linear-gradient(bottom, #ffffff 0%, #000000 100%);
    background-image: linear-gradient(-209deg, #a42593 0%, #712b93 100%), linear-gradient(to top, #ffffff 0%, #000000 100%);
    animation-name: fadeInTop;
    animation-duration: .3s;
    animation-timing-function: ease-in;
}

@media all and (max-width: 600px) {
	.modal__dialog {
		top: 15px;
		width: 320px;
	}
	.hidden-xs {
		display: none !important;
	}
}

.modal__body {
	padding-top: 45px;
	padding-bottom: 45px;
}

.modal .modal__close {
  position: absolute;
  display: block;
  top: 6px;
  right: 6px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.modal .modal__close:before,
.modal .modal__close:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 2px;
  background: #fe7800;
  top: 50%;
  left: 0;
}

.modal .modal__close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal .modal__close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header_4 {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
}

.mb_pink {
    margin-bottom: 25px;
}

.text-default {
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
}

.mb_green {
    margin-bottom: 50px;
}

.form-item {
	display: inline-block !important;
    position: relative;
    width: 218px;
    height: 55px;
    display: block;
    margin-bottom: 16px;
}

.form-item input {
    width: 100%;
    height: 100%;
    background-color: #fcf9f9;
    opacity: 0.9;
    border-radius: 5px;
    border: 2px solid transparent;
    outline: none;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 300;
    color: #712b93;
    
}

.text-center {
	text-align: center !important;
}

.modal .button {
    cursor: pointer;
    outline: none;
    display: inline-block;
    border: 2px solid #ffffff;
    background-color: transparent;
    border-radius: 5px;
    min-width: 218px;
    height: 55px;
    line-height: 50px;
    padding: 0 40px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.button:hover {
    background-color: #ffffff;
    color: #712b93;
}

.personal-data {
    margin-top: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.personal-data input[type="checkbox"] {
    display: none;
}

.personal-data .custom-checkbox {
    display: block;
    width: 14px;
    height: 14px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-right: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 1px;
}

.personal-data input[type="checkbox"]:checked+.custom-checkbox .icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.personal-data .custom-checkbox .icon {
    display: none;
    width: 14px;
    height: 14px;
}

.personal-data .custom-checkbox .icon svg {
    fill: #c0b6c0;
}

@keyframes fadeInTop{
	0% {
		transform: translateY(-50px);
	}
	100% {
		transform: translateY(0);
	}
}

.pricelist-code {
	text-align: center;
}

.timer-wrapper {
	text-align: left;
}

.timer-wrapper svg {
	width: 30px;
    height: 30px;
    fill: white;
    margin-right: 15px;
}

.timer {
	
    font-size: 16px;
    margin-top: 5px;
    display: inline-block;
}

.text-left {
	text-align: left !important;
}

.no-before::before {
	content: '';
	display: none !important;
}

.icon.seaker {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 37px;
    height: 25px;
    -webkit-transform: rotate(90deg) translateY(0);
    -ms-transform: rotate(90deg) translateY(0);
    transform: rotate(90deg) translateY(0);
    margin: 14px auto;
    -webkit-animation: go-top-bottom .5s infinite;
    animation: go-top-bottom .5s infinite;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -25px;
    
}

.icon.seaker svg {
  fill: #fe8f4d;
}

@-webkit-keyframes go-top-bottom {
  0 {
    -webkit-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0);
  }

  50% {
    -webkit-transform: rotate(90deg) translateX(4px);
    transform: rotate(90deg) translateX(4px);
  }

  100% {
    -webkit-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0);
  }
}

@keyframes go-top-bottom {
  0 {
    -webkit-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0);
  }

  50% {
    -webkit-transform: rotate(90deg) translateX(4px);
    transform: rotate(90deg) translateX(4px);
  }

  100% {
    -webkit-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0);
  }
}

.icon-download {
	width: 45px;
	height: 45px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	fill: white;
}

#pricelist-modal {
	width: 340px;
}

@media all and (max-width: 600px) {
	.slider .uk-h1 {
	    font-size: 28px !important;
	}
	.slider p {
		font-size: 18px !important;
	}
}