ul {
	list-style-type: disc;
	padding-left: 20px;
	margin: 1em 0;
}

h2{
	font-size: 36px !important;
	font-weight: 600 !important;
	color: #03594c;
}

h4{
	font-size: 26px !important;
	font-weight: 600 !important;
	color: #03594c;
}

.form-control{
	height: 45px;
	padding: 0 20px;
	background: #fff;
	font-size: 16px;
	font-weight: 300;
}

.form-check-label{
	margin-left: 20px;
}

.form-check.form-radio-section{
	margin-bottom: 20px;
}

.mt-5px{
	margin-top: 5px;
}

.page-header.subpage-header{
	background-color: #03594c;
	height: 336px;
}

.page-header.subpage-header .container h2{
	margin-top: 1rem !important;
	justify-content: left !important;
	font-size: 60px !important;
	line-height: 8rem;
}

.page-header.subpage-header .container p{
	justify-content: left !important;
	margin-top: 10px;
}


.popover {
    background-color: #03594c !important; /* zielony BS4 */
    border-color: #03594c !important;
}

/* Trójkątny "dzióbek" (arrow) */
.popover.bs-popover-top .arrow::before,
.popover.bs-popover-bottom .arrow::before,
.popover.bs-popover-left .arrow::before,
.popover.bs-popover-right .arrow::before {
    border-color: transparent !important;
}

.popover.bs-popover-top .arrow::after {
    border-top-color: #03594c !important;
}
.popover.bs-popover-bottom .arrow::after {
    border-bottom-color: #03594c !important;
}
.popover.bs-popover-left .arrow::after {
    border-left-color: #03594c !important;
}
.popover.bs-popover-right .arrow::after {
    border-right-color: #03594c !important;
}

/* Tekst w środku popovera na biało */
.popover-body {
    color: #f2d5f3 !important;
	font-family: 'Gabarito' !important;
	font-size: 13px !important;
}

.christmas-form-content .christmas-info{
	/*border-radius: 50%;
	padding: 1px 9px 3px 10px;
	background-color: #03594c;
	color: #fff;*/
}

.christmas-form-content .christmas-info i{
	font-size: 20px;
}



/* MAIN MENU*/
.navbar .hamburger-menu{
	  display: none;
}

.navbar-light .navbar-nav .nav-link, .navbar .site-menu .dropdown ul li a{
	color: #03594c;
}

.navbar .site-menu ul li a:hover, .navbar .site-menu .dropdown ul li a:hover{
	color: #f2d5f3;
}

.navbar .header-menu-social li a{
	background: #03594c;
	border-radius: 50px;
	padding: 18px 10px 6px 10px;
}

.navbar .header-menu-social li a:hover{
	background: #f2d5f3;
}

/*SIDE BAR*/
.side-widget{
	background: #03594c;
}

.side-widget .site-menu ul li a{
	color: #fff;
}

.side-widget .sideber-social{
	color: #fff;
}

.side-widget .site-menu .dropdown-menu{
	background: #f0faf1 !important;
}

.side-widget .site-menu ul li a:hover{
	color: #f2d5f3 !important;
}

.side-widget .site-menu .dropdown-menu a{
	color: #03594c !important;
}


/* SLIDER */
.video-slider{
	margin-top: 60px;
}
.video-slider,
.video-slider video{
	width: 100%;
	height: auto;
	max-height: 575px;
	object-fit: cover;
	display: block;
}


.slider{
	height: auto !important;
	min-height: auto !important;
}

.slider .main-slider{
	max-height: 575px !important;
}

.slider .main-slider .swiper-slide .container a{
	border-radius: 10px !important;
}


.slider .main-slider .swiper-slide .slider-main-content{
	background-color: #000;
	opacity: 0.6;
	padding: 10px 10px;
}

.slider .main-slider .swiper-slide .slider-main-content-button{
	text-align: center;
	margin-top: 20px;
}

.slider .main-slider .swiper-slide .slider-main-content h1{
	font-size: 40px;
	margin-top: 20px;
}

/* CIRCLE DESCRIPTION SECTION */
.circle-description{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f0faf1;
	color: #03594c;
}

.circle-description .row-1-left-side,
.circle-description .row-2-right-side{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


.circle-description h2.row-1-title,
.circle-description h2.row-2-title{
	font-size: 36px;
	font-weight: 600;
}

.circle-description .row-1-left-side .row-1-description,
.circle-description .row-2-right-side .row-2-description{
	margin-top: 20px;
	font-weight: 300;
}

.circle-description .row-1-left-side .row-1-description p,
.circle-description .row-2-right-side .row-2-description p {
	margin-top: 20px;
}

.circle-description ul li{
	display: list-item;
	float: none;
}

.circle-description .row-1-right-side .circle, 
.circle-description .row-2-left-side .circle{
	background-color: #03594c;
	color: #f2d5f3;
	aspect-ratio: 1 / 1; /* 👈 zachowuje idealny kształt koła */
	width: 100%; /* wypełnia szerokość kolumny Bootstrapa */
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 60px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.15);
	transition: transform 0.3s ease;
}

.circle-description .row-1-right-side .circle-right-side-image{
	text-align: right;
	margin-bottom: 20px;
}

.circle-description .row-2-right-side .circle-left-side-image{
	text-align: left;
	margin-bottom: 20px;
}

.circle-description .row-1-right-side .circle-right-side-image img{
	width: 185px;
	margin-top: -140px;
	margin-right: 20px;
}

.circle-description .row-2-left-side .circle-left-side-image img{
	width: 185px;
	margin-top: -140px;
	margin-right: 20px;
}

.circle .circle-right-header,
.circle .circle-left-header{
	text-align: center;
}

.circle h2{
	font-size: 36px;
	color: #f2d5f3;
	font-weight: 600;
}

.circle .circle-right-description,
.circle .circle-left-description{
	margin-top: 20px;
}

.circle .circle-right-description p,
.circle .circle-left-description p{
	text-align: center;
}

.circle .circle-right-button,
.circle .circle-left-button{
	text-align: center;
	display: flex;
	margin-top: 20px;
	justify-content: center;
}

.btn-circle{
	color: #03594c;
	background: #f2d5f3;
	border-radius: 10px;
	padding: 20px 30px;
	font-size: 16px;
	font-weight: 600;
	transition: all .35s ease-in-out;
	text-transform: uppercase;
}

.btn-circle:hover{
	color: #03594c;
	background-color: #f0faf1;
	opacity: 0.9;
}


/*WORKSHOPS*/
.section-workshops{
	padding-top: 60px;
	padding-bottom: 60px;
}

.section-workshops .workshops-title{
	text-align: center;
	color: #03594c;
	margin-bottom: 20px;
	text-transform: uppercase;
}


.section-workshops .workshops-item{
	transition: all 0.35s ease-in-out; /* 👈 tu jest Twoje przejście */
	padding-bottom: 20px;
}

.section-workshops .workshops-item .workshops-content{
	text-align: center;
    padding: 40px;
	color: #03594c;
}
.section-workshops .workshops-item .workshops-content .workshops-description{
}


.section-workshops .workshops-item:hover{
	transform: scale(1.05); /* lekko powiększa */
}

.section-workshops .workshops-item .workshops-image{
	padding: 30px;
	text-align: center;
}


.section-workshops .workshops-item .workshops-content h3{
	color: #03594c;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.section-workshops .workshops-item .workshops-bottom{
	text-align: center;
	margin-top: 20px;
}

.btn-workshops{
	display: inline-block;
	color: #fff;
	background-color: #03594c;
	border-radius: 10px;
	padding: 20px 30px;
	font-size: 16px;
	font-weight: 600;
	transition: all .35s ease-in-out;
	text-transform: uppercase;
}

.btn-workshops-second{
	display: inline-block;
	color: #03594c;
	background-color: #f2d5f3;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 13px;
	font-weight: 600;
	transition: all .35s ease-in-out;
	text-transform: uppercase;
}

.btn-submit-workshops{
	width: 100%;
	height: auto !important;
	color: #fff !important;
	background-color: #03594c !important;
	border-radius: 10px !important;
	padding: 20px 30px !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	transition: all .35s ease-in-out !important;
	text-transform: uppercase !important;
	border: none !important;
}

.btn-sign-up a{
	display: inline-block !important;
	color: #fff !important;
	background-color: #03594c !important;
	border-radius: 10px !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	transition: all .35s ease-in-out !important;
	text-transform: uppercase !important;
}
.btn-sign-up a div{
	font-size: 16px !important;
	font-weight: 600 !important;
	font-family: 'Gabarito' !important;
}

.btn-sign-up a:hover{
	color: #03594c !important;
	background-color: #f2d5f3 !important;
}

.btn-sign-up a:hover div{
	color: #03594c !important;
}

.btn-sign-up a img{
	display: none !important;
}

.btn-workshops:hover{
	color: #03594c;
	background-color: #f2d5f3;
}

.btn-workshops-second:hover{
	color: #03594c;
	background-color: #d4dd66;
}

.btn-submit-workshops:hover{
	color: #03594c !important;
	background-color: #f2d5f3 !important; 
}

/*MORE WORKSHOPS*/
.section-workshops .more-workshops-item .more-workshops-content{
	color: #03594c;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.section-workshops .more-workshops-item .more-workshops-content h3{
	color: #03594c;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
}

/*NEWSLETTER*/
.section-newsletter{
	background-position: center top !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	padding-top: 60px;
	padding-bottom: 60px;
	min-height: 600px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #03594c;
}

.section-newsletter .newsletter-content{
	text-align: center;
}

.section-newsletter .newsletter-content .newsletter-text h2{
	text-transform: uppercase;
	font-weight: 900 !important; 	
	font-size: 40px !important;
}

.section-newsletter .newsletter-content .newsletter-text p{
	font-size: 22px;
	text-align:center;
}

.section-newsletter .newsletter-content .newsletter-link{
	margin-top: 20px;
	text-align: center;
}

.section-newsletter .newsletter-content .newsletter-link .newsletter-input{
	margin-bottom: 20px;
}

.section-newsletter .newsletter-content .newsletter-link .newsletter-btn p{
	text-align: center;
}
.section-newsletter .newsletter-content .newsletter-link .newsletter-btn .custom-button-form,
.custom-button-form{
	display: inline-block !important;
	color: #fff !important;
	background-color: #03594c !important;
	border-radius: 10px !important;
	padding: 20px 30px !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	transition: all .35s ease-in-out !important;
	text-transform: uppercase !important;
	width: auto !important;
	height: auto !important;
	line-height: unset !important;
	border-bottom: none !important;
	
}

.section-newsletter .newsletter-content .newsletter-link .newsletter-btn .custom-button-form:hover,
.custom-button-form:hover{
	color: #03594c !important;
	background-color: #f2d5f3 !important; 
}

/* BUTTONS */

.custom-button{
	border-radius: 10px !important;
}

/* JOIN US */
.join-us-section,
.birthday-party,
.dzielnik-section{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f0faf1;
	color: #03594c;
}

/* BIRTHDAY */
.birthday-party .birthday-party-image{
	text-align: center;
}

.birthday-party .birthday-party-image img{
	width: 450px;
}

.birthday-party .birthday-party-link,
.christmas-workshop-section .christmas-workshop-link,
.christmas-workshop-section-2 .christmas-workshop-link,
.christmas-workshop-section-3 .christmas-workshop-link{
	margin-top: 20px;
}


/* ---- SUBPAGE MENU ----*/
.subpage-menu{
	background: #03594c;
	display: inline-grid;
	width: 100%;
	align-items: center;
	text-align: left;
	border-radius: 10px;
}

.subpage-menu .subpage-menu-item{
	padding: 14px 10px 14px 10px;
	font-weight: 600;
	font-size: 16px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: #ffffff;
	position: relative;
	border-radius: 10px;
	cursor: pointer;
	margin-bottom: 2px;
}

.subpage-content .subpage-header{
	font-size: 24px;
	color: #03594c;
	font-weight: 600;
	margin-bottom: 30px;
}

.subpage-content .subpage-description{
	font-size: 16px;
	color: #000;
	margin-bottom: 30px;
}

.subpage-content .subpage-description ul{
	list-style: disc;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.subpage-content .subpage-description ul li{
	display: list-item;
	width:100%;
	height: auto;
}

.subpage-menu .subpage-menu-item:hover{
	background: #f2d5f3;
	color: #03594c !important;
}

.subpage-menu .subpage-menu-item:hover a{
	color: #03594c !important;
}

.subpage-menu .subpage-menu-item.menu-active,
.subpage-menu .subpage-menu-item.menu-active a{
	background: #f2d5f3;
	color: #03594c !important;
}

.social-list-content ul{
	padding-left: 0 !important;
}

.social-list-content ul li{
	margin-right: 20px;
}

.social-list-content li a{
	background: #03594c;
	border-radius: 50px;
	padding: 18px 10px 6px 10px;
}

.social-list-content li a:hover{
	background: #f2d5f3;
}

.dzielnik-section .content-image{
	margin-top: 20px;
}

.content-contact-data a{
	color: #03594c !important;
	display: flex;
	gap: 8px;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* WORKSHOPS FOR SHOOLS*/
.workshop-for-everyone-section,
.workshop-for-everyone-section-3,
.workshop-for-schools-section,
.workshop-for-schools-section-3,
.workshop-for-company-section,
.training-section,
.christmas-form-section,
.christmas-workshop-section,
.christmas-workshop-section-3{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f0faf1;
	color: #03594c;
}

.workshop-for-everyone-section-2,
.workshop-for-everyone-more-section,
.workshop-for-schools-section-2,
.workshop-for-schools-section-4,
.our-training-section,
.christmas-workshop-section-2{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #fff;
	color: #03594c;
}

.workshop-centers{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.workshop-for-everyone-section .workshop-for-everyone-image,
.workshop-for-everyone-section-2 .workshop-for-everyone-image,
.workshop-for-everyone-section-3 .workshop-for-everyone-image,
.workshop-for-everyone-section-4 .workshop-for-everyone-image,
.workshop-for-schools-section .workshop-for-schools-image,
.workshop-for-schools-section-2 .workshop-for-schools-image,
.workshop-for-schools-section-3 .workshop-for-schools-image,
.workshop-for-schools-section-4 .workshop-for-schools-image,
.workshop-for-company-section .workshop-for-company-image,
.training-section .training-section-image,
.christmas-workshop-section .christmas-workshop-image,
.christmas-workshop-section-2 .christmas-workshop-image,
.christmas-workshop-section-3 .christmas-workshop-image{
	text-align: center;
}

.workshop-for-everyone-section .workshop-for-everyone-image img,
.workshop-for-everyone-section-2 .workshop-for-everyone-image img,
.workshop-for-everyone-section-3 .workshop-for-everyone-image img,
.workshop-for-schools-section .workshop-for-schools-image img,
.workshop-for-schools-section-2 .workshop-for-schools-image img,
.workshop-for-schools-section-3 .workshop-for-schools-image img,
.workshop-for-schools-section-4 .workshop-for-schools-image img,
.workshop-for-company-section .workshop-for-company-image img,
.training-section .training-section-image img,
.christmas-workshop-section .christmas-workshop-image img,
.christmas-workshop-section-2 .christmas-workshop-image img,
.christmas-workshop-section-3 .christmas-workshop-image img{
	width: 450px;
}

.workshop-for-everyone-section .workshop-for-everyone-description ul li,
.workshop-for-everyone-section-2 .workshop-for-everyone-description ul li,
.workshop-for-everyone-section-3 .workshop-for-everyone-description ul li,
.workshop-for-schools-section .workshop-for-schools-description ul li,
.workshop-for-schools-section-2 .workshop-for-schools-description ul li,
.workshop-for-schools-section-3 .workshop-for-schools-description ul li,
.workshop-for-schools-section-4 .workshop-for-schools-description ul li,
.workshop-for-company-section .workshop-for-company-description ul li,
.christmas-workshop-section .christmas-workshop-description ul li,
.christmas-workshop-section-2 .christmas-workshop-description ul li,
.christmas-workshop-section-3 .christmas-workshop-description ul li{
	display: list-item;
	float: none;
}

.workshop-for-everyone-more-section .workshops-title,
.our-training-section .workshops-title{
	text-align: center;
	color: #03594c;
	margin-bottom: 20px;
	text-transform: uppercase;
	
}

.workshop-for-everyone-more-section .workshop-for-everyone-more-item,
.our-training-section .our-training-item{
	transition: all 0.35s ease-in-out;
}

.workshop-for-everyone-more-section .workshop-for-everyone-more-item:hover,
.our-training-section .our-training-item:hover {
  transform: scale(1.05);
}

/* TRAINING SECTION */
.our-training-section .our-training-content{
	text-align: center;
	padding: 40px;
	color: #03594c;
}

.our-training-section .our-training-content h2{
	margin-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

/* CALENDAR */
.calendar-section .calendar-content{
	min-height: 100vh;
}

/* CHRISTMAS FORM */

.christmas-form-section .container.container-form{
	max-width: 950px !important;
}

.christmas-form-section .christmas-form-content{
	border-radius: 10px;
	box-shadow: 0 4px 4px rgba(87,100,126,.21);
	background-color: #fff;
	padding: 40px 40px;
}


/* FOOTER */
.footer .footer-contact-data{
	display: flex;
	gap: 8px;
}

.footer .footer-menu ul{
	padding-left: 0 !important;
}

.footer .footer-menu li::before{
	display: none;
}

.footer .footer-menu li a{
	transition: all .35s ease-in-out;
}

.footer .footer-menu li a:hover{
	color: #f2d5f3;
}

/* POPOVER */
.modal.fade .modal-dialog {
    transform: scale(0.8);
    transition: all .3s ease-out;
}

.modal.show .modal-dialog {
    transform: scale(1);
}

/* obraz w środku */
#promoModal img {
    width: 100%;
    border-radius: 12px;
}

.christmas-workshop-modal{
	background-color: rgba(0, 0, 0, 0.5) !important;

}

.modal-close-x {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #f2d5f3;         /* kolor ikony */
    opacity: 1;
    z-index: 1051;       /* ponad wszystkimi elementami w środku */
}

.modal-close-x:hover {
    opacity: 1;
    color: #f2d5f3; 
    cursor: pointer;
}

@media (min-width: 1200px) {
	
}


@media only screen and (max-width: 1200px){
	
}

@media only screen and (max-device-width: 1180px) {
  .navbar .hamburger-menu{
	  display: block;
  }
  
  .navbar .header-menu-social{
	  display: none;
  }
}


@media only screen and (max-width: 1024px){
	
}

@media only screen and (min-width: 1201px) and (max-width: 1280px){
	.circle-description .row-1-right-side .circle,
	.circle-description .row-2-left-side .circle{
		padding: 0 50px;
	}
	
	.circle h2{
		font-size: 24px !important;
	}
	
	.circle-description .row-1-right-side .circle-right-side-image img{
		width: 110px;
		margin-right: 50px;
		margin-top: -80px;
	}
	
	.circle-description .row-2-left-side .circle-left-side-image img{
		width: 110px;
		margin-top: -80px;
		margin-left: 40px;
	}
	
	.circle .circle-right-button .btn-circle, .circle .circle-left-button .btn-circle{
		padding: 10px 20px;
		font-size: 13px;
	}
}


@media only screen and (min-width: 992px) and (max-width: 1200px){
	.circle-description .row-1-right-side .circle,
	.circle-description .row-2-left-side .circle{
		padding: 0 20px;
	}
	
	.circle h2{
		font-size: 22px !important;
	}
	
	.circle .circle-right-description, .circle .circle-left-description{
		margin-top: 10px;
	}
	
	.circle .circle-right-description p, .circle .circle-left-description p{
		font-size: 13px;
	}
	
	.circle .circle-right-button, .circle .circle-left-button{
		margin-top: 10px;
	}
	
	.circle .circle-right-button .btn-circle, .circle .circle-left-button .btn-circle{
		padding: 10px 20px;
		font-size: 13px;
	}
	
	.btn-workshops{
		padding: 10px 20px;
		font-size: 13px;
	}
	
	.circle-description .row-1-right-side .circle-right-side-image img{
		width: 110px;
		margin-right: 50px;
		margin-top: -80px;
	}
	
	.circle-description .row-2-left-side .circle-left-side-image img{
		width: 110px;
		margin-top: -80px;
	}
}

@media only screen and (max-width: 991px){
	h2{
		font-size: 30px !important;
	}
	
	.circle-description .row-1-right-side .circle-right-side-image img{
		width: 140px;
		margin-right: 0px;
		margin-top: -120px;
	}
	
	.circle .circle-right-button .btn-circle, .circle .circle-left-button .btn-circle{
		padding: 15px 25px;
		font-size: 13px;
	}
	
	.btn-workshops{
		padding: 15px 25px;
		font-size: 13px;
	}
	
	.circle-description .row-2-left-side .circle-left-side-image img{
		width: 110px;
		margin-top: -80px;
	}
	
	.section-workshops .workshops-title{
		margin-bottom: 0;
	}
	
	.section-workshops .workshops-item .workshops-image img{
		width: 240px;
	}
	
}


@media only screen and (max-width: 767px){
	h2{
		font-size: 26px !important;
	}
	
	p{
		font-size: 13px !important;
	}
	
	ul li{
		font-size: 13px !important;
	}
	
	.page-header.subpage-header .container p{
		margin-bottom: 0 !important;
	}
	
	.circle-description .row-1-right-side .circle,
	.circle-description .row-2-left-side .circle{
		padding: 0 20px;
	}
	
	.circle .circle-right-description p, .circle .circle-left-description p{
		font-size: 13px;
	}
	
	.circle-description .row-1-right-side .circle-right-side-image img{
		width: 140px;
		margin-right: 0px;
		margin-top: -120px;
	}
	
	.circle .circle-right-button .btn-circle, .circle .circle-left-button .btn-circle{
		padding: 10px 20px;
		font-size: 13px;
	}
	
	.btn-workshops{
		padding: 10px 20px;
		font-size: 13px;
	}
	
	.circle-description .row-2-left-side .circle-left-side-image img{
		width: 110px;
		margin-top: -80px;
	}
	
	.section-workshops{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.section-newsletter .newsletter-content .newsletter-text h2{
		font-size: 30px !important;
	}
	
	.section-newsletter .newsletter-content .newsletter-link .newsletter-btn .custom-button-form{
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		font-size: 13px !important;
	}
	
	input[type="email"]{
		height: 50px !important; 
	}
	
	.section-newsletter{
		min-height: 400px;
	}
	
}


@media only screen and (max-width: 767px), only screen and (max-device-width: 767px){
	.page-header .container {
		padding-top: 70px;
	  }
}

@media only screen and (max-width: 769px){
	
}


@media only screen and (max-width: 40em) {
	h2{
		font-size: 20px !important;
	}
	
	p{
		font-size: 13px !important;
	}
	
	.page-header.subpage-header .container h2{
		font-size: 40px !important;
	}
	
	.circle h2{
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.circle-description .row-1-right-side .circle,
	.circle-description .row-2-left-side .circle{
		padding: 0 10px;
	}
	
	.circle .circle-right-description p, .circle .circle-left-description p{
		font-size: 13px;
	}
	
	.circle-description .row-1-right-side .circle-right-side-image{
		display: none;
	}
	
	.circle .circle-right-button .btn-circle, .circle .circle-left-button .btn-circle{
		padding: 10px 20px;
		font-size: 13px;
	}
	
	.circle-description .row-2-left-side .circle-left-side-image{
		display: none;
	}
	
	.more-workshops-item .more-workshops-image{
		text-align: center;
	}
	
	.more-workshops-item .more-workshops-image img{ 
		width: 240px;
	}
	
	.more-workshops-item .more-workshops-content{
		text-align: center;
	}
	
	.section-newsletter .newsletter-content .newsletter-text h2{
		font-size: 26px !important;
	}
	
	.christmas-form-section .christmas-form-content{
		padding: 20px 20px;
	}
	
}