@import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
/*
font-family: 'Nunito', sans-serif;
font-family: 'Open Sans', sans-serif;
*/

@font-face {
	font-family: 'Radomir Tinkov Regular';
	src: url('../fonts/Radomir Tinkov - Gilroy-Regular.eot');
    src: local('☺'), 
    url('../fonts/Radomir Tinkov - Gilroy-Regular.woff') format('woff'), 
    url('../fonts/Radomir Tinkov - Gilroy-Regular.ttf') format('truetype'), 
    url('../fonts/Radomir Tinkov - Gilroy-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Radomir Tinkov Medium';
	src: url('../fonts/Radomir Tinkov - Gilroy-Medium.eot');
    src: local('☺'), 
    url('../fonts/Radomir Tinkov - Gilroy-Medium.woff') format('woff'), 
    url('../fonts/Radomir Tinkov - Gilroy-Medium.ttf') format('truetype'), 
    url('../fonts/Radomir Tinkov - Gilroy-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Radomir Tinkov Bold';
	src: url('../fonts/Radomir Tinkov - Gilroy-Bold.eot');
    src: local('☺'), 
    url('../fonts/Radomir Tinkov - Gilroy-Bold.woff') format('woff'), 
    url('../fonts/Radomir Tinkov - Gilroy-Bold.ttf') format('truetype'), 
    url('../fonts/Radomir Tinkov - Gilroy-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

*, *:before, *:after {
  margin:0;
  padding:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus, a:focus {
	outline:0;
	outline-offset:0;
}
html, body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  font-family: 'Radomir Tinkov Regular';
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, b, u, i {
	margin: 0;
	padding: 0;
	border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after { clear: both; }
.container {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
a {text-decoration: none;}

/* Loading Snowflake START
---------------------------------------------------------- */
.loading-snowflake {
  text-align: center;
  position: fixed;
  z-index: 999;
  left: 50%;
  top: 50%;
  -moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%); 
}
/* Loading Snowflake STOP
---------------------------------------------------------- */

/* TOP START
---------------------------------------------------------- */
.top {
  background-color: #070607;
  padding: 0 20px;
}
.top-content {
  display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-webkit-align-items: center;
  -webkit-align-content: center;
  display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
  align-content: center;
  height: 34px;
  margin: 0 auto;
  max-width: 847px;
}
.social ul {
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
  border-right: 1px solid #666;
}
.social ul li {
  display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	-webkit-align-content: center;
  display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
  border-left: 1px solid #666;
  height: 34px;
}
.social ul li a {
  display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	-webkit-align-content: center;
  display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
  padding: 0 14px;
  height: 34px;
}
.social ul li a img {
  height: 16px;
  width: auto;
}
.social ul li a:hover img {
  opacity: .7;
}
.form-block {
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
  justify-content: flex-start;
  height: 34px;
}
.form-block input {
  border: none;
  height: 34px;
}
.form-block input[type="text"] {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  width: 140px;
  padding: 0 8px;
  border-left: 1px solid #666;
}
.form-block input[type="submit"] {
  cursor: pointer;
  width: 34px;
  background-color: rgba(187,31,49,1);
  background-image: url(../images/lupa.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 16px auto;
	-moz-background-size: 16px auto;
	-o-background-size: 16px auto;
  background-size: 16px auto;
}
.form-block input[type="submit"]:hover {
  background-color: rgba(187,31,49,.7);
}
.form-block input::-webkit-input-placeholder { color: #e1e1e1; font-size: 14px; }
.form-block input::-moz-placeholder          { color: #e1e1e1; font-size: 14px; }
.form-block input:-moz-placeholder           { color: #e1e1e1; font-size: 14px; }
.form-block input:-ms-input-placeholder      { color: #e1e1e1; font-size: 14px; }
.form-blockinput::-webkit-input-placeholder        {opacity: 1; transition: opacity 0.3s ease;}
.form-block input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
.form-block input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
.form-block input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
.form-block input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.form-block input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.form-block input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.form-block input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

@media (max-width: 480px) {
  .form-block input[type="text"] {
    width: 100px;
  }
}
/* TOP STOP
---------------------------------------------------------- */

/* HEADER START
---------------------------------------------------------- */
.header {
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	-webkit-align-content: center;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
  align-content: center;
  padding: 10px 20px;
}
.header h1 {
  color: #070607;
  font-size: 32px;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
}
.header h1 a{
	color: #070607;
}
.header p{
  color: rgba(102,102,102,1);
  font-size: 14px;
  font-weight: 400;
  font-family: 'Nunito', sans-serif;
  text-transform: uppercase;
}
/* HEADER STOP
---------------------------------------------------------- */

/* NAVIGATUON START
---------------------------------------------------------- */
.navigation {
  display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
	-webkit-align-items: center;
  -webkit-align-content: center;
  display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
  padding: 15px 20px;
  border-top: 1px solid #eff0f0;
}
.navigation ul li {
  display: block;
  float: left;
  padding: 0 18px;
  border-right: 1px solid #eff0f0;
}
.navigation ul li:first-child {
  padding-left: 0;
}
.navigation ul li:last-child {
  border-right: none;
  padding-right: 0; 
}
.navigation ul li a {
  color: rgba(61,61,61,1);
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: block;
  position: relative;
  text-transform: uppercase;
}
.navigation ul li a:before, 
.navigation ul li a:after {
  content: '';
  position: absolute;
  transition: transform .5s ease;
}
.navigation ul li a:before {
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #bb1f31;
  transform: scaleX(0);
}
.navigation ul li a:hover:before {
  transform: scaleX(1);
}
@media (min-width: 479px) and (max-width: 559px) {
  .navigation ul li {
    padding: 0 8px;
  }
}
@media (max-width: 478px) {
  /*.navigation {
    display: block;
    padding: 0;
  }
  .navigation ul li {
    float: none;
    width: 100%;
    padding: 0!important;
    text-align: left;
    border-right: none;
    border-bottom: 1px solid #eff0f0;
  }
  .navigation ul li a {
    padding: 10px 20px;
  }
  .navigation ul li a:hover:before {
    transform: scaleX(0);
  }*/
}
/* NAVIGATUON STOP
---------------------------------------------------------- */

/* DAYS START
---------------------------------------------------------- */
.days{
  background-color: #FFD0ED;
  padding: 25px 20px 22px;
  min-height: 222px;
}
.days-content {
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-content: center;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.days-content img {
  margin-bottom: 15px;
}
.days-content h3 {
  font-family: 'Radomir Tinkov Medium';
  font-size: 17px;
  color: #000;
  letter-spacing: 0.11px;
  text-align: center;
  line-height: 22px;
  margin-bottom: 9px;
}
.days-content p {
  font-size: 16px;
  color: #000;
  text-align: center;
  line-height: 22px;
  max-width: 900px;
}
.days-content p strong {
  color: #FF0097;
  font-family: 'Radomir Tinkov Medium';
}
/* DAYS STOP
---------------------------------------------------------- */

/* BOX START
---------------------------------------------------------- */
.box {
  margin: 0 auto;
  position: relative;
}
.heart,
.deactivated {
  position: absolute;
}
.heart {
  cursor: pointer;
  z-index: 2;
}
.deactivated {
  z-index: 4;
}
.heart-1 {
  -ms-transform:rotate(-22deg);
	-webkit-transform:rotate(-22deg);
  transform: rotate(-22deg);
}
.heart-2 {
  -ms-transform:rotate(22deg);
	-webkit-transform:rotate(22deg);
  transform: rotate(22deg);
}
.heart-3 {
  -ms-transform:rotate(-34deg);
	-webkit-transform:rotate(-34deg);
  transform: rotate(-34deg);
}
.heart-4 {
  -ms-transform:rotate(-23deg);
	-webkit-transform:rotate(-23deg);
  transform: rotate(-23deg);
}
.heart-5 {
  -ms-transform:rotate(-19deg);
	-webkit-transform:rotate(-19deg);
  transform: rotate(-19deg);
}
.heart-6 {
  -ms-transform:rotate(-18deg);
	-webkit-transform:rotate(-18deg);
  transform: rotate(-18deg);
}
.heart-8 {
  -ms-transform:rotate(18deg);
	-webkit-transform:rotate(18deg);
  transform: rotate(18deg);
}
.heart-10 {
  -ms-transform:rotate(13deg);
	-webkit-transform:rotate(13deg);
  transform: rotate(13deg);
}
.heart-11 {
  -ms-transform:rotate(26deg);
	-webkit-transform:rotate(26deg);
  transform: rotate(26deg);
}
.heart-12 {
  -ms-transform:rotate(-23deg);
	-webkit-transform:rotate(-23deg);
  transform: rotate(-23deg);
}
.heart-13 {
  -ms-transform:rotate(15deg);
	-webkit-transform:rotate(15deg);
  transform: rotate(-15deg);
}
.heart-14 {
  -ms-transform:rotate(-16deg);
	-webkit-transform:rotate(-16deg);
  transform: rotate(-16deg);
}
@media (min-width: 1300px) {
  .box {
    width: 1300px;
    height: 467px;
    margin-bottom: 40px;
  }
  .video {
    width: 1300px;
    height: 467px;
    overflow: hidden;
  }
  video {
    position: relative;
    top: -2px;
    width: 100%;
  }
  .heart {
    width: 97px;
  }
  .heart-1 {
    width: 96px;
    top: 203px;
    left: 105px;
  }
  .heart-2 {
    top: 52px;
    left: 433px;
  }
  .heart-3 {
    top: 95px;
    left: 917px;
  }
  .heart-4 {
    top: 73px;
    left: 1105px;
  }
  .heart-5 {
    top: 223px;
    left: 576px;
  }
  .heart-6 {
    top: 78px;
    left: 690px;
  }
  .heart-7 {
    top: 226px;
    left: 839px;
  }
  .heart-8 {
    top: 101px;
    left: 252px;
  }
  .heart-9 {
    top: 379px;
    left: 468px;
  }
  .heart-10 {
    top: 341px;
    left: 713px;
  }
  .heart-11 {
    width: 91px;
    top: 239px;
    left: 1128px;
  }
  .heart-12 {
    top: 311px;
    left: 258px;
  }
  .heart-13 {
    top: 206px;
    left: 384px;
  }
  .heart-14 {
    top: 346px;
    left: 935px;
  }

  .deactivated {
    width: 136px;
  }
  .deactivated-1 {
    top: 189px;
    left: 88px;
  }
  .deactivated-2 {
    top: 38px;
    left: 420px;
  }
  .deactivated-3 {
    top: 77px;
    left: 900px;
  }
  .deactivated-4 {
    top: 58px;
    left: 1090px;
  }
  .deactivated-5 {
    top: 209px;
    left: 561px;
  }
  .deactivated-6 {
    top: 63px;
    left: 673px;
  }
  .deactivated-7 {
    top: 213px;
    left: 825px;
  }
  .deactivated-8 {
    top: 86px;
    left: 237px;
  }
  .deactivated-9 {
    top: 368px;
    left: 453px;
  }
  .deactivated-10 {
    top: 329px;
    left: 700px;
  }
  .deactivated-11 {
    top: 223px;
    left: 1113px;
  }
  .deactivated-12 {
    top: 296px;
    left: 240px;
  }
  .deactivated-13 {
    top: 192px;
    left: 369px;
  }
  .deactivated-14 {
    top: 334px;
    left: 918px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .box {
    width: 980px;
    height: 352px;
    margin-bottom: 30px;
  }
  .video {
    width: 980px;
    height: 352px;
    overflow: hidden;
  }
  video {
    position: relative;
    top: -2px;
    width: 100%;
  }
  .heart-1 {
    width: 73px;
    top: 152px;
    left: 79px;
  }
  .heart-2 {
    width: 72px;
    top: 39px;
    left: 327px;
  }
  .heart-3 {
    width: 72px;
    top: 71px;
    left: 691px;
  }
  .heart-4 {
    width: 72px;
    top: 55px;
    left: 834px;
  }
  .heart-5 {
    width: 73px;
    top: 168px;
    left: 434px;
  }
  .heart-6 {
    width: 73px;
    top: 58px;
    left: 521px;
  }
  .heart-7 {
    width: 73px;
    top: 170px;
    left: 633px;
  }
  .heart-8 {
    width: 73px;
    top: 75px;
    left: 190px;
  }
  .heart-9 {
    width: 73px;
    top: 285px;
    left: 353px;
  }
  .heart-10 {
    width: 73px;
    top: 257px;
    left: 538px;
  }
  .heart-11 {
    width: 69px;
    top: 180px;
    left: 850px;
  }
  .heart-12 {
    width: 73px;
    top: 234px;
    left: 194px;
  }
  .heart-13 {
    width: 73px;
    top: 155px;
    left: 290px;
  }
  .heart-14 {
    width: 73px;
    top: 261px;
    left: 705px;
  }

  .deactivated {
    width: 120px;
  }
  .deactivated-1 {
    top: 134px;
    left: 62px;
  }
  .deactivated-2 {
    top: 21px;
    left: 306px;
  }
  .deactivated-3 {
    top: 52px;
    left: 669px;
  }
  .deactivated-4 {
    top: 37px;
    left: 813px;
  }
  .deactivated-5 {
    top: 152px;
    left: 412px;
  }
  .deactivated-6 {
    top: 40px;
    left: 502px;
  }
  .deactivated-7 {
    top: 154px;
    left: 613px;
  }
  .deactivated-8 {
    top: 55px;
    left: 171px;
  }
  .deactivated-9 {
    top: 268px;
    left: 334px;
  }
  .deactivated-10 {
    top: 239px;
    left: 520px;
  }
  .deactivated-11 {
    top: 159px;
    left: 830px;
  }
  .deactivated-12 {
    top: 216px;
    left: 171px;
  }
  .deactivated-13 {
    top: 136px;
    left: 271px;
  }
  .deactivated-14 {
    top: 243px;
    left: 686px;
  }
}
@media (min-width: 700px) and (max-width: 991px) {
  .box {
    width: 690px;
    height: 246px;
    margin-bottom: 20px;
  }
  .video {
    width: 690px;
    height: 246px;
    overflow: hidden;
  }
  video {
    position: relative;
    top: -2px;
    width: 100%;
  }
  .heart {
    width: 51px;
  }
  .heart-1 {
    top: 107px;
    left: 56px;
  }
  .heart-2 {
    top: 27px;
    left: 230px;
  }
  .heart-3 {
    top: 49px;
    left: 487px;
  }
  .heart-4 {
    top: 38px;
    left: 587px;
  }
  .heart-5 {
    top: 118px;
    left: 306px;
  }
  .heart-6 {
    top: 40px;
    left: 367px;
  }
  .heart-7 {
    top: 119px;
    left: 446px;
  }
  .heart-8 {
    top: 53px;
    left: 134px;
  }
  .heart-9 {
    width: 52px;
    top: 200px;
    left: 248px;
  }
  .heart-10 {
    top: 180px;
    left: 379px;
  }
  .heart-11 {
    width: 48px;
    top: 126px;
    left: 599px;
  }
  .heart-12 {
    top: 164px;
    left: 137px;
  }
  .heart-13 {
    top: 109px;
    left: 204px;
  }
  .heart-14 {
    top: 183px;
    left: 496px;
  }

  .deactivated {
    width: 90px;
  }
  .deactivated-1 {
    top: 91px;
    left: 38px;
  }
  .deactivated-2 {
    top: 10px;
    left: 213px;
  }
  .deactivated-3 {
    top: 32px;
    left: 467px;
  }
  .deactivated-4 {
    top: 22px;
    left: 569px;
  }
  .deactivated-5 {
    top: 105px;
    left: 288px;
  }
  .deactivated-6 {
    top: 27px;
    left: 351px;
  }
  .deactivated-7 {
    top: 107px;
    left: 430px;
  }
  .deactivated-8 {
    top: 37px;
    left: 119px;
  }
  .deactivated-9 {
    top: 187px;
    left: 230px;
  }
  .deactivated-10 {
    top: 165px;
    left: 364px;
  }
  .deactivated-11 {
    top: 108px;
    left: 582px;
  }
  .deactivated-12 {
    top: 149px;
    left: 120px;
  }
  .deactivated-13 {
    top: 94px;
    left: 186px;
  }
  .deactivated-14 {
    top: 170px;
    left: 480px;
  }
}
@media (max-width: 699px) {
  .box {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .heart {
    position: relative;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    text-align: center;
  }
  video {
    display: none;
  }
  .heart {
    width: 150px;
    height: 138px;
    margin: 10px auto;
    padding: 3px 0 0 0;
    position: relative;
  }
  .heart:nth-child(odd){
    left: -30px;
  }
  .heart:nth-child(even){
    left: 30px;
  }
  .deactivated {
    height: 138px;
  }
}
/* BOX STOP
---------------------------------------------------------- */

/* POPUP START
---------------------------------------------------------- */
#giftContent{
  position: relative;
}
.popup {
display: none;
}
.popup {
position: absolute;
top: 57%;
left: 50%;
z-index: 25;
-moz-transform:translate(-50%, -50%);
-ms-transform:translate(-50%, -50%);
-webkit-transform:translate(-50%, -50%);
-o-transform:translate(-50%, -50%);
transform:translate(-50%, -50%);
background-image: url(../images/bg-popup.svg);
background-repeat: no-repeat;
background-position:center;	
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
text-align: center;
width: 510px;
height: 466px;
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
  .popup {
    top: 70%;
  }
}

.popupbox {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.popupclose {
width: 27px;
position: absolute;
top: 60px;
right: 115px;
z-index: 2;
display: inline-block;
}
.popupclose:hover svg {
opacity: .6;
}
.popupimg img {
margin-bottom: 10px;
max-height: 176px;
max-width: 200px;
}
.popupdata {
font-size: 20px;
color: #FF0097;
letter-spacing: 2px;
line-height: 22px;
text-transform: uppercase;
font-family: 'Radomir Tinkov Bold';
padding-bottom: 3px;
}
.popuptitle {
color: #000;
font-size: 17px;
line-height: 21px;
letter-spacing: 0.7px;
font-family: 'Radomir Tinkov Bold';
padding-bottom: 3px;
max-width: 400px;
}
.popuptext {
color: #000;
font-family: 'Radomir Tinkov Medium';
font-size: 15px;
line-height: 21px;
padding-bottom: 15px;
max-width: 316px;
}
.popupsend {
background-color: #FF0097;
color: #fff;
font-size: 16px;
letter-spacing: 0.62px;
text-transform: uppercase;
font-family: 'Radomir Tinkov Bold';
height: 37px;
width: 166px;
display: -webkit-flex;
-webkit-flex-direction: row;
-webkit-flex-wrap: nowrap;
-webkit-justify-content: center;
-webkit-align-items: center;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
margin: 0 auto;
}
.popupsend:hover {
background-color: #000!important;
}
.popupimg,
.popupdata,
.popuptitle,
.popuptext,
.popupsend {
position: relative;
left: -8px;
margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1299px) {
  .popup {
    width: 430px;
    height: 394px;
    margin-top: 20px;
  }
  .popupclose {
    width: 23px;
    top: 50px;
    right: 90px;
  }
  .popupimg img {
    max-height: 140px;
  }
  .popupdata {
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 20px;
    padding-bottom: 1px;
  }
  .popuptitle {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.7px;
    max-width: 350px;
    padding-bottom: 0;
  }
  .popuptext {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 10px;
    max-width: 290px;
  }
  .popupsend {
    height: 32px;
    width: 140px;
    font-size: 13px;
  }
}
@media (min-width: 700px) and (max-width: 991px) {
  .popup {
    width: 360px;
    height: 328px;
  }
  .popupclose {
    width: 20px;
    top: 46px;
    right: 70px;
  }
  .popupimg img {
    margin-bottom: 0;
    max-height: 100px;
  }
  .popupdata {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 18px;
    padding-bottom: 0;
  }
  .popuptitle {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.7px;
    max-width: 290px;
    padding-bottom: 0;
  }
  .popuptext {
    font-size: 13px;
    line-height: 17px;
    padding-bottom: 10px;
    max-width: 270px;
  }
  .popupsend {
    height: 27px;
    width: 117px;
    font-size: 12px;
  }
}
@media (max-width: 699px) {
  .navigation{
	  display:none;
  }
  .days-content p.regular-text{
	  text-align:left;
  }
  .popup {
    position: fixed;
    width: 540px;
    height: 480px;
    padding: 50px 0;

    -webkit-background-size:  100% auto;
    -moz-background-size:  100% auto;
    -o-background-size:  100% auto;
    background-size: 100% auto;

  }
  .popupclose {
    right: 23%;
    top: 84px;
  }
  .popupimg, 
  .popupdata, 
  .popuptitle, 
  .popuptext, 
  .popupsend {
    left: 0;
  }
  .popupimg img {
    max-height: 200px;
  }
  .popupdata {
    font-size: 20px;
    letter-spacing: 1px;
    padding-bottom: 8px;
  }
  .popuptitle {
    font-size: 18px;
    letter-spacing: 0.7px;
    padding-bottom: 8px;
    max-width: 290px;
  }
  .popuptext {
    font-size: 17px;
    padding-bottom: 15px;
    max-width: 280px;
  }
  .popupsend {
    height: 32px;
    width: 151px;
    font-size: 16px;
  }
}
/* POPUP STOP
---------------------------------------------------------- */

/* FOOTER START
---------------------------------------------------------- */
.footer {
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-webkit-justify-content: center;
  -webkit-align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
  align-items: center;
  padding: 0 20px 20px;
}
.footer a {
    display: block;
}
.footer a:hover {
    opacity: .7;
}
/* FOOTER STOP
---------------------------------------------------------- */
