.popupSweetSummer {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 104.99 91.57'%3E%3Cpath fill='%2377c043' d='M104.3,62.15L43.59,25.04h61.39V0H18.21C8.19,0,0,8.06,0,17.99,0,22.57,1.73,26.91,4.88,30.26l1.16,1.24,98.26,60.07v-29.43Z'/%3E%3C/svg%3E");
	background-size: 150px auto;
	background-repeat: no-repeat;
	background-position: 101% 101%;
}

.popupSweetSummer__image {
	margin-bottom: 35px;
}

.popupSweetSummer__title {
	text-align: center;
	font-size: 36px;
	line-height: 41px;
	font-weight: 700;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.popupSweetSummer__title strong{
	color:#76c043;
}

.popupSweetSummer__description {
	text-align: center;
	font-size: 23px;
	line-height: 30px;
	margin-bottom: 35px;
	padding: 0 10px;
	box-sizing: border-box;
}

.popupSweetSummer__buttons {
	text-align: center;
}

.popupSweetSummer__buttons {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

@media (min-width: 1024px) {
	.popupSweetSummer__buttons {

		.btn {
			border-width: 4px;
			font-size: 23px !important;
			min-height: 82px !important;
			padding: 10px 40px;
		}
	}
}

@media (max-width: 1024px) {
	
	.popupSweetSummer__imageContainer img {
		width: 100%;
	}	
	
	.popupSweetSummer__content,.popupSweetSummer__overlay {
		box-sizing: border-box;
	}	
	
	.popupSweetSummer__title {
		font-size: 32px;
		line-height: 37px;
		margin-bottom: 20px;
	}
	
	.popupSweetSummer__description {
		font-size: 18px;
		line-height: 23px;
		margin-bottom: 20px;
		padding: 0 50px;
	}	
	
	.popupSweetSummer__description p {
		margin: 0 0 15px;
	}	
	
	.popupSweetSummer {
		background-size: 100px auto;
	}	
	
}

@media (max-width: 767px) {
	.popupSweetSummer__buttons {
		margin-bottom:25px;
	}
	
	.popupSweetSummer {
		background-size: 50px auto;
	}
		
	.popupSweetSummer__title {
		font-size: 28px;
		line-height: 31px;
	}	
	
	.popupSweetSummer__description {
		font-size: 16px;
		line-height: 18px;
		padding:0;
	}	
	
	.popupSweetSummer__content,.popupSweetSummer__overlay{
		padding:0 20px;
	}
	
	.popupSweetSummer.popupCredit {
		padding: 0;
	}	
	
	.fancybox-slide--html .popupSweetSummer.popupCredit .fancybox-close-small {
		top: 5px;
	}	
		
}


@media (min-width: 1200px) {
  .frmlarge {
    width: 280px;
  }
}

.popupUpdates__contentGroup--newLocation
{
	margin-top: 20px;
}

.popupUpdates:after
{
	top: 75% !important;
}

@media (min-width: 960px) 
{
    .popupUpdates__footer 
	{
		margin-top: 70px !important;
		margin-bottom: 50px;
	}
}

.green {color: #88bc42;}

#main a.btn:not(:first-child) {
    margin-left: 25px;
}

@media (min-width: 480px) 
{
	#main a.btn:not(:first-child) {
		clear:left;
	}
}