@font-face {
    font-family: "BebasNeuePro";
    src: local("BebasNeuePro"), local("BebasNeuePro"),
    url("/wp-content/themes/shdm-events/fonts/BebasNeuePro-Bold.woff2") format("woff2"),
    url("/wp-content/themes/shdm-events/fonts/BebasNeuePro-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "BebasNeuePro";
    src: local("BebasNeuePro"), local("BebasNeuePro"),
    url("/wp-content/themes/shdm-events/fonts/BebasNeuePro-ExpandedMedium.woff2") format("woff2"),
    url("/wp-content/themes/shdm-events/fonts/BebasNeuePro-ExpandedMedium.woff") format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Gilroy";
    src: local("Gilroy"), local("Gilroy"),
    url("/wp-content/themes/shdm-events/fonts/Gilroy-Regular.woff2") format("woff2"),
    url("/wp-content/themes/shdm-events/fonts/Gilroy-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Gilroy";
    src: local("Gilroy"), local("Gilroy"),
    url("/wp-content/themes/shdm-events/fonts/Gilroy-Medium.woff2") format("woff2"),
    url("/wp-content/themes/shdm-events/fonts/Gilroy-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Gilroy";
    src: local("Gilroy"), local("Gilroy"),
    url("/wp-content/themes/shdm-events/fonts/Gilroy-Semibold.woff2") format("woff2"),
    url("/wp-content/themes/shdm-events/fonts/Gilroy-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Gilroy";
    src: local("Gilroy"), local("Gilroy"),
    url("/wp-content/themes/shdm-events/fonts/Gilroy-Bold.woff2") format("woff2"),
    url("/wp-content/themes/shdm-events/fonts/Gilroy-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
	background-color: #fff;
	margin: 10% auto;
	padding: 40px 20px;
	width: 40%;
	border-radius: 8px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 0px;
}

.close:hover {
	color: black;
}

.dss-registration {
	padding: 70px 0 0px;
}

.dss-registration h2{
	    margin: 0 0 30px 0;
    color: #000;
    font-size: 120px;
    line-height: 140px;
    font-family: "BebasNeuePro";
    font-weight: 700;
    text-transform: uppercase;
}

  .dss-registration__inner{
    display: flex;
	  flex-wrap: wrap;
    margin: 0 0 0 -15px;
  }
  .dss-registration__col{
    width: calc(50% - 15px);
    margin: 0 0 15px 15px;
    background-color: #F3F3F3;
    border-radius: 30px;
	overflow: hidden;
    padding: 30px 30px 0 30px;
  }

.dss-registration__sticker {
	font-family: "Gilroy";
	display: flex; 
	align-items: center;
	text-align: center;
	width: fit-content;
	padding: 17px 10px;
	border-radius: 8px;
	font-size: 24px;
	margin: 0 30px 0 0;
}

.dss-registration__sticker--blue{
	background-color: #009FE2;
	color: #fff;
}

.dss-registration__sticker--yellow{
	background-color: #FDCE40;
	color: #000;
}

.dss-registration__top{
	margin: 0 0 10px 0;
	display: flex;
	align-items: center;
	font-size: 90px;
	font-weight: 700;
	color: #030000;
	font-family: "BebasNeuePro";
}

.dss-registration__item ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.dss-registration__item > ul > li > ul > li{
	margin: 0 0 10px 0;	
	display: flex;
	align-items: center;
}

.dss-registration__item > ul{
	padding: 0 0 0 45px;
	margin: 0 0 30px 0;
}

.dss-registration__item > ul > li{
	font-size: 32px;
	font-weight: 700;
	position: relative;
	margin: 0 0 5px 0;
}
.dss-registration__item > ul > li > ul li span{
	max-width: 315px;
}
.dss-registration__item > ul > li > ul li strong{
	position: relative;
	display: flex;
	padding: 2px 10px 2px 30px;
	margin: 0 0 0 10px;
	background-color: #fff;
	border-radius: 8px;
	width: fit-content;
	font-weight: 500;
}
.dss-registration__item > ul > li > ul li strong::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: 10px;
	background-image: url(/wp-content/uploads/2026/01/marker.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 14px;
	height: 18px;
}

.dss-registration__item > ul > li:after{
	content: "";
	position: absolute;
	top: 10px;
	left: -45px;
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}


.dss-registration__col:nth-child(1) .dss-registration__item > ul > li:after{
	background-image: url(/wp-content/uploads/2026/01/check-1.svg);
}

.dss-registration__col:nth-child(2) .dss-registration__item > ul > li:after{
	background-image: url(/wp-content/uploads/2026/01/check-2.svg);
}
.dss-registration__item{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.dss-registration__bot{
	display: flex;
	flex-direction: column;
	width: calc(100% + 60px);
	margin: 30px 0 0 -30px;
	padding: 30px 30px;
	border-radius: 30px;
	flex: 1 1 auto;
}

.dss-registration__col:nth-child(1) .dss-registration__bot{
	background-color: #DC0037;
	color: #fff;
}

.dss-registration__col:nth-child(1) .dss-registration__item > ul > li > ul li{
	margin: -5px 0 0 0;
	position: relative;
	padding: 0 0 0 25px;
}

.dss-registration__col:nth-child(1) .dss-registration__item > ul > li > ul li:after{
	content: "";
	position: absolute;
	left: 10px;
	top: 14px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #000;
}

.dss-registration__item > ul > li > ul{
	font-size: 24px;
	font-weight: 500;
	font-family: "Gilroy";
}
.dss-registration__bot{
	line-height: 1.1;
}
.dss-registration__bot-title{
	font-family: "BebasNeuePro";
	font-size: 56px;
	font-weight: 700;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
.dss-registration__bot-subtitle{
	font-size: 32px;
	font-weight: 500;
	margin: 0 0 30px 0;
	flex: 1 1 auto;
}
.dss-registration__bot-info{
	font-size: 24px;
	font-style: italic;
	font-weight: 500;
	margin: 0 0 30px 0;
}

.dss-registration__col .s-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 90px;
}


.white-btn{
	background-color: #fff;
	color: #DC0037 !important;
}

.transparent-btn{
	color: #009FE2 !important;
	border: 2px solid #009FE2;
}

.dss-registration__bot .s-btn{
	font-weight: 700;
}
.dss-registration__col .yellow-btn{
	color: #030000;
}

    .ld-program {
        margin: 120px 0 50px;
    	padding: 470px 0 75px;
        background-image: url(/wp-content/uploads/2026/02/ld-programbg-scaled.webp);
        background-size: 100%;
        background-position: top center;
		background-repeat: no-repeat;
		background-color: #0C0C0C;
        color: #fff;
    }

    .ld-program h2 {
        font-size: 140px;
        line-height: 95%;
        margin: 0 0 25px 0;
        font-family: "BebasNeuePro";
        font-weight: 700;
        text-transform: uppercase;
    }

    .ld-program h2 span {
        color: #DC0037;
    }

    .ld-program__inner {
        display: flex;
        justify-content: space-between;
		align-items: flex-end;
    }

    .ld-program__left {
        max-width: 1080px;
        width: 100%;
		margin: 0 30px 0 0;
    }

    .ld-program__subtitle {
        font-size: 36px;
        line-height: 120%;
        margin: 0 0 25px 0;
    }

    .ld-program__subtitle span {
        color: #FDCE40;
    }

    .ld-program__text {
        font-size: 24px;
        line-height: 120%;
		max-width: 800px;
    }
	.ld-program p:last-child{
		margin: 0;
	}
    .ld-program__right {
        max-width: 560px;
        width: 100%;
    }

    .ld-program__info {
        font-size: 32px;
        line-height: 120%;
        font-weight: 700;
		margin: 0 0 25px 0;
    }

	.ld-program__info  span{
		color: #DC0037;
	}

    .ld-program .s-btn {
        padding: 15px 70px;
		font-size: 32px;
		overflow: hidden;
    }

	.ld-program .red-btn span:first-child{
    	border-radius: 8px;
	}


@media (max-width: 767px) {
	.modal-content {
		margin: 10% auto;
    	width: 90%;
	}
}


body.hiden .modal-before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal-before {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, .8)
}

.modal-before__inner {
    background: #fff;
    padding: 50px;
    max-width: 560px;
    margin: 0 auto
}

.modal-before p {
    font-size: 16px;
    line-height: 120%;
    color: #000;
    font-weight: 400
}

.modal-before a {
    color: #ff8562
}

.modal-before button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: red;
    border-radius: 30px;
    padding: 20px 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
    font-weight: 600;
    height: 60px;
    border: none;
    outline: none;
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.modal-before button:hover {
    background-color: rgba(255, 0, 0, .7411764706)
}

body.hiden {
    overflow: hidden
}


/*Blk 1*/
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.video-background iframe {
    position: absolute;
    top: calc(50% + 150px);
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    transform: translate(-50%, -50%) scale(1.5);
    pointer-events: none;
}
.video-background::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1600px){
	.dss-registration__item > ul > li > ul li span{
		max-width: 220px;
	}
	.dss-registration__col:nth-child(1) .dss-registration__item > ul > li > ul li:after {
		top: 10px;
	}
	.dss-registration__top {
		font-size: 64px;
	}
	.dss-registration__item > ul > li {
		font-size: 22px;
	}
	.dss-registration__item > ul > li > ul {
		font-size: 20px;
	}
	.dss-registration__col .s-btn {
		min-height: 70px;
		font-size: 22px;
	}
	.dss-registration__bot-title {
		font-size: 42px;
	}
	.dss-registration__bot-subtitle {
		font-size: 24px;
	}
	.dss-registration__bot-info {
		font-size: 20px;
	}
	.dss-registration__sticker {
		padding: 12px 10px;
		font-size: 16px;
		margin: 0 20px 0 0;
	}
	.dss-registration__item > ul > li > ul {
       font-size: 17px;
    }
	.dss-registration__item > ul > li:after {
		top: 7px;
		left: -25px;
        width: 18px;
        height: 18px;
	}
	.dss-registration__item > ul {
		padding: 0 0 0 25px;
	}
	
	
	
	
}

@media (max-width: 1400px) {
	.dss-registration__item > ul > li > ul li span{
		max-width: 200px;
	}
    .video-background iframe {
        top: calc(50% + 100px);
    }
	.dss-registration__bot {
    	width: calc(100% + 30px);
		margin: 30px 0 0 -15px;
		padding: 30px 15px;
	}
	
}
@media (max-width: 1250px) {
    .video-background iframe {
		top: calc(50% + 10px);
    }
}
@media (max-width: 992px) {
    .video-background iframe {
		transform: translate(-50%, -50%) scale(1.8);
    }
}
.hblk1 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0 150px 0;
    color: #fff;
    background-image: url(/wp-content/uploads/2025/01/home-bg-1.webp);
    position: relative;
}
.hblk1 .container{
	position: relative;
	z-index: 1;
}
.r-text-img {
    position: absolute;
    right: 20px;
    bottom: 20px;
    max-height: 50%;
}

.hblk1 .logo-img img {
    max-width: 300px;
}

.hblk1 .logom-img {
    display: none;
}

.hblk1 h1 {
    font-family: "BebasNeuePro";
    font-weight: 700;
    margin-top: 50px;
    font-size: 100px;
    line-height: 1.1;
}

.hblk1-inner {
    width: 60%;
}

.hblk1 .subtitle {
    font-weight: 500;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.hblk1 .subtitle img {
    margin-right: 10px;
}

.hblk1 .info {
    font-size: 22px;
    margin-bottom: 50px;
}

.btns {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.hblk1 .s-btn {
    min-width: 300px;
}
/*Blk 2*/
.m-cards{
	margin: -70px 0 0 0;
	position: relative;
}
.m-cards--two{
	margin: 0;
}

.m-cards ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 -20px;
	padding: 0;
}

.m-cards__item {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
    height: 375px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0 0 0 20px;
    width: calc(20% - 20px);
    -webkit-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom
}

.m-cards__item img{
	position: absolute;
	width: 55px;
	height: 55px;
	top: 15px;
	right: 15px;
}

.m-cards__item h2 {
    margin: 0 0 10px 0;
    color: #fdfdfd;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center
}

.m-cards__item p {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    text-align: center
}

.m-cards__item .p-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 17px;
	text-transform: uppercase;
    font-weight: 700;
    line-height: 28px;
    border: .7px solid #fff;
    border-radius: 10px;
    width: 100%;
    height: 40px;
	transition: linear 0.2s;
	text-decoration: none;
	margin-bottom: 0;
	cursor: pointer;
}

.m-wrap.mob{
	display: none;
}

.m-cards__item .p-btn:hover{
	background-color: #fff;
	color: #000;
}

.m-cards .swiper-cards .swiper-slide {
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.m-wrap {
    overflow: hidden
}

.m-wrap .swiper-cards {
    width: 1440px
}

.m-wrap .swiper-cards .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important
}

.m-wrap .swiper-cards .m-cards__item {
    width: 100%;
    margin: 0
}

.hblk2 {
	padding: 50px 0;
}

.hblk2 h2{
	font-family: "BebasNeuePro";
	font-size: 110px;
	font-weight: 700;
	line-height: 140px;
	text-transform: uppercase;
	text-align: center;
}

.hblk2 h2 span:nth-child(1) {
    color: #009FE2;
}

.hblk2 h2 span:nth-child(2) {
    color: #FDCE40;
}

.hblk2 p {
	color: rgb(47, 47, 47);
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
.hblk2 .blue-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 350px;
	width: 100%;
	margin: 50px auto 0;
}
.hblk2 p span {
	position: relative;
	font-weight: 700;
}
.hblk2 p span::after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 185px;
    height: 55px;
	background-image: url("https://shdm.events/wp-content/uploads/2025/01/text-yellow-bg.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: -1;
}

/*Blk 3*/
.hblk3 {
    background-image: url(/wp-content/uploads/2025/01/lp-bg-scaled.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0;
}

.hblk3-m {
    display: none;
}

.hblk3-inner {
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.hblk3 .title {
    font-family: "BebasNeuePro";
    font-weight: 700;
    font-size: 90px;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 20px;
}

.hblk3 .subtitle {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 100px;
}

.hblk3 .subtitle .yellow {
    font-weight: 700;
    text-transform: uppercase;
}

.hblk3 .info {
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 40px;
}

.hblk3 .info a {
    text-decoration: none;
}

.hblk3 .red-btn {
    min-width: 350px;
    display: inline-block;
}

.m-wrap--first{
	margin: -70px 0 0 0;
}
.hblk4{
	padding: 40px 0;
}
.hblk4 .container {
    overflow: hidden
}

.hblk4 .title {
    max-width: 0 0 40px 0;
	margin: 0 0 30px 0;
    color: #000;
    font-size: 120px;
    line-height: 140px;
    font-family: "BebasNeuePro";
    font-weight: 700;
    text-transform: uppercase;
}
.swiper-button-next,
.swiper-button-prev{
	position: absolute;
	top: -80px;
}
.swiper-button-next::after,
.swiper-button-prev::after{
	display: none;
}
.swiper-button-prev{
	left: auto;
	right: 100px;
	transform: rotate(180deg);
}
.hblk4__slider{
	position: relative;
}
.hblk4__slider .swiper-slide {
	border-radius: 15px;
    height: 570px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden
}

.hblk4__slider .swiper-slide::after{
	content: "";
	position: absolute;
	top: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	background-image: url('https://shdm.events/wp-content/uploads/2025/01/arrow-2.svg');
		background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
	z-index: 1;
}

.hblk4__slider .swiper-slide:hover .hblk4__info {
    opacity: 1
}

.hblk4__info {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 20px;
    position: absolute;
	z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(179.9deg, rgba(0, 159, 226, 0) 0.09%, #009FE2 71.65%);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    opacity: 0
}

.hblk4__info p {
    font-size: 18px;
    color: #fff;
    line-height: 120%;
    margin-bottom: 25px;
}

.hblk4__info .info-title {
    font-size: 24px;
    font-weight: 700;
}

.hblk4__name {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
	font-family: "BebasNeuePro";
    margin-bottom: 30px;
}

.hblk4__name span {
    font-size: 86px;
	display: block;
    font-family: "BebasNeuePro";
    font-weight: 700;
    text-transform: uppercase;
}


.hblk5 {
	margin: -100px 0 0 0;
	padding: 200px 0 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.hblk5__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hblk5__left {
    max-width: 620px;
    width: 100%;
    margin: 0 20px 0 0
}

.hblk5__left .title {
	color: #fff;
    font-size: 100px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "BebasNeuePro";
}

.hblk5__left .title span {
    color: #fdce40
}

.hblk5__left p {
    color: #fff;
    font-size: 28px;
    line-height: 150%
}

.hblk5__left p span {
    color: #fdce40;
	display: block;
}

.hblk5__left p+p {
    margin: 70px 0 0 0;
	font-weight: 600;
}

.hblk5__right {
    max-width: 50%;
}

.form-box {
    background-color: #fff;
    border-radius: 15px;
    padding: 50px;
}

.form-box .title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 30px;
}

.form-box .subtitle {
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 30px;
}

.form-box .nf-before-form-content {
    display: none;
}

.form-box .nf-field-label label {
    display: none;
}

.form-box .nf-form-errors {
    display: none;
}

.form-box input[type="text"], .form-box input[type="tel"] {
    height: 50px;
    border: 1px solid #C7C7C7;
    border-radius: 8px;
    background-color: #F3F0F0;
    padding: 0 20px;
    font-size: 18px;
}

.form-box input[type="text"]::placeholder, .form-box input[type="tel"]::placeholder {
    color: #a5a5a5;
}

.form-box input[type=submit] {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    width: 100% !important;
    margin: 0 auto 0;
    background-color: var(--yellow);
    border: none;
    color: #fff;
    padding: 16px 0 14px 0;
    font-size: 21px;
    border-radius: 8px;
	transition: linear .2s;
}
.form-box input[type=submit]:hover{
	    background-color: var(--blue);
}
.form-box .after-form {
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    margin-top: 30px;
}

/*Blk 6*/
.hblk6 .container > img{
	display: none;
}
.hblk6 {
    padding: 120px 0 80px 0;
    background-image: url(/wp-content/uploads/2025/01/invite-bg-1.webp), url(/wp-content/uploads/2025/01/invite-bg-2.webp);
    background-size: 30%, 30%;
    background-position: 0 35%, 100% 35%;
    background-repeat: no-repeat;
    text-align: center;
	background-color: #fff;
}

.hblk6 .image-box {
    max-width: 700px;
    margin: 0 auto 100px;
}

.hblk6 .title {
    font-size: 90px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "BebasNeuePro";
    text-align: center;
    margin-bottom: 40px;
}

.hblk6 .subtitle {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    max-width: 400px;
    margin: 0 auto 100px;
}

.hblk6 .info {
    font-size: 24px;
    font-weight: 500;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.hblk6 .blue-btn {
    min-width: 350px;
    display: inline-block;
    margin-top: 50px;
}


.wrap {
    max-width: 100%;
    margin: auto
}

.wrap .items-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100%
}

.wrap .items {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    min-width: 100%
}

.wrap .item {
    height: 115px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 5px
}

.wrap .item img {
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: linear 2s;
    -o-transition: linear 2s;
    transition: linear 2s
}

.wrap .marquee {
    -webkit-animation: scroll 120s linear infinite;
    animation: scroll 120s linear infinite
}

.wrap .reverce {
    animation-direction: reverse
}

.hblk6__gallery-two {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.hblk6__gallery-two .item {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.hblk6__gallery-one,
.hblk6__gallery-two{
	display: none;
}

@-webkit-keyframes scroll {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(calc(-100% - 20px));
        transform: translateX(calc(-100% - 20px))
    }
}

@keyframes scroll {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(calc(-100% - 20px));
        transform: translateX(calc(-100% - 20px))
    }
}




@media(min-width: 1200px) {
    .m-cards__item:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

/*Blk 7*/
.hblk7 {
    background-image: url(/wp-content/uploads/2025/01/med-bg-scaled.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.hblk7 .blue-btn{
    padding: 17px 70px 15px 70px;
	overflow: hidden !important;
	border-radius: 8px;
    display: inline-block;
}

.hblk7 .blue-btn span:first-child{
	 background-color: var(--yellow) !important;
	border-radius: 8px;
}

.hblk7 .logo-box {
    margin-bottom: 60px;
}

.hblk7 .title {
    color: #fff;
    font-size: 120px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "BebasNeuePro";
}

.hblk7 .subtitle {
    font-size: 42px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0px;
    max-width: 60%;
    line-height: 1.1;
}

.hblk7 .brand {
    color: var(--yellow);
    font-size: 100px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "BebasNeuePro";
}

.hblk7 .yellow-btn {
    display: inline-block;
    min-width: 300px;
    margin-top: 30px;
}

.footer {
    padding: 100px 0 0 0;
    background-color: var(--yellow);
}

.footer .f-logo-bg img {
    width: 100%;
}

.footer-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer .left .title {
    font-size: 120px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: "BebasNeuePro";
}

.footer .links {
    margin-bottom: 30px;
}

.footer .links p {
    margin-bottom: 0px;
}

.footer .links a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
}

.footer .right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}

.footer .social-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 30px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.footer .social-title p {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: "BebasNeuePro";
}

.footer .contact p {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    font-family: "BebasNeuePro";
    margin-bottom: 10px;
    color: #000;
}

.footer .contact a {
    color: #000;
    text-decoration: none;
}

.subfooter-text {
    font-size: 14px;
}

.hblk7 .container{
	position: relative;
}
.m-circle{
	 position: absolute;
	top: 0;
	right: 0;
    width: 166px;
    height: 166px;
    border-radius: 50%;
    overflow: hidden;
}

.m-circle img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	right: 0;
}
.m-circle .m-circle-one{
 width: 100%;
      height: 100%;
      object-fit: contain;
      animation: 15s linear 0s normal none infinite running rot;
      -webkit-animation: 15s linear 0s normal none infinite running rot;
}
@keyframes rot {
      0% {
        transform: rotate(0deg);
      }

      100% {
        transform: rotate(360deg);
      }
    }

    @-webkit-keyframes rot {
      0% {
        transform: rotate(0deg);
      }

      100% {
        transform: rotate(360deg);
      }
    }
.m-circle .m-circle-two{
 width: 50%;
      height: 50%;
      object-fit: contain;
	top: 45%;
    left: 55%;
	transform: translate(-50%, -50%);
}




.s-btn {
    padding: 12px 0 10px 0;
    border-radius: 8px;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-decoration: none;
}
.s-btn{
	position: relative;
	overflow: hidden;
}
.s-btn span:first-child{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 0;
	transition: linear .2s;
}
.s-btn:hover span:first-child {
	width: 100%;
}
.s-btn span:last-child{
	position: relative;
	z-index: 1;
}
.red-btn {
    background-color: var(--red);
	transition: linear .2s;
}
.red-btn span:first-child{
	background-color: var(--blue);
}
.blue-btn {
    background-color: var(--blue);
	transition: linear .2s;
}
.modal-before button{
	border-radius: 10px;
}

.modal-before .blue-btn {
    background-color: var(--blue);
	transition: linear .2s;
}

.registration-btn span:first-child{
	background-color: var(--red) !important;
}
.blue-btn span:first-child{
	background-color: var(--yellow);
}

.yellow-btn {
    background-color: var(--yellow);
	transition: linear .2s;
}
.yellow-btn span:first-child{
	background-color: var(--blue);
}

.white-btn span:first-child{
	background-color: var(--yellow);
}

.transparent-btn span:first-child{
	background-color: var(--blue);
}

.transparent-btn:hover{
	color: #fff !important;
}

.white-btn:hover{
	color: #000 !important;
}

.bottom-btn {
	margin: 20px 0 30px 0;
}

.red {
    color: var(--red);
}

.yellow {
    color: var(--yellow);
}

strong {
    font-weight: 700;
}

body {
    font-family: "Gilroy";
    font-weight: 400;
}

:root {
    --blue: #009FE2;
    --yellow: #FDCE40;
    --red: #DC0037;
}

.post, .page {
    margin: 0;
}
.title.mob{
	display: none;
	font-size: 60px;
	margin: 0 0 15px 0;
}
@media (min-width: 1200px){
    .m-cards__item:hover{
        transform: scale(1.1);
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: calc(100% - 180px);
    }
	.m-cards__item {
		height: 450px;
	}
	.m-cards__item h2 {
		font-size: 22px;
	}
    .form-box .title {
        font-size: 36px;
    }
    .hblk7 .subtitle {
        max-width: 50%;
    }
    .hblk1 .logo-img img {
        max-width: 350px;
    }

}

@media (min-width: 1920px) {
	.m-cards__item {
		height: 550px;
	}
    .container {
        max-width: 1840px;
    }
    .hblk4__slider .swiper-slide {
        border-radius: 15px;
        height: 650px;
    }
    .hblk5__right {
        max-width: 40%;
    }
}


@media(max-width: 1900px){
	.ld-program h2{
    	font-size: 90px;
	}
}

@media (max-width: 1399px) {
	.ld-program {
		padding: 370px 0 75px;
	}
	.ld-program__inner{
		flex-direction: column;
		align-items: flex-start;
	}
	.ld-program__left {
		max-width: 100%;
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	.ld-program__text,
	.ld-program__right{
		max-width: 100%;
	}
	
	
	.m-cards__item{
		height: 350px;
	}
	.m-cards__item h2{
		font-size: 17px;
	}
	.m-cards__item p{
		font-size: 16px;
	}
	.m-cards__item img{
		width: 40px;
		height: 40px;
		top: 10px;
		right: 10px
	}
	.hblk2 h2,
	.dss-registration h2{
    	font-size: 80px;
		line-height: 1.1;
	}
    .hblk2 p {
        font-size: 26px;
    }
	.dss-registration__top {
		font-size: 60px;
	}
	.dss-registration__col {
		padding: 20px 15px 0 15px;
	}
	.dss-registration__bot-title {
		font-size: 36px;
	}
	.dss-registration__bot-subtitle {
		font-size: 24px;
	}
	.dss-registration__col .s-btn {
		min-height: 50px;
		font-size: 18px;
	}
	.dss-registration__item > ul > li {
		font-size: 24px;
	}
	.dss-registration__item > ul > li > ul {
		font-size: 15px;
	}
    .hblk4__slider .swiper-slide::after {
        width: 40px;
        height: 40px;
    }
    .hblk4__slider .swiper-slide {
        height: 500px;
    }
    .hblk4__name span {
        font-size: 70px;
    }
    .hblk4 .title {
        font-size: 90px;
        line-height: 1.3;
    }
    .form-box .title {
        font-size: 28px;
    }
    .form-box .subtitle {
        font-size: 18px;
    }
    .form-box {
        padding: 40px;
    }
    .hblk5__left .title {
        font-size: 80px;
    }
    .hblk5__left p {
        font-size: 24px;
    }
    .hblk7 .title {
        font-size: 90px;
    }
    .hblk7 .subtitle {
        font-size: 36px;
    }
    .hblk7 .brand {
        font-size: 90px;
    }
    .footer .left .title {
        font-size: 100px;
    }
}
@media (max-width: 1199px) {
	.hblk4__slider .swiper-slide {
		height: 485px;
	}
	.hblk4__name span {
		font-size: 46px;
		line-height: 1.2;
	}
	.m-cards__item img{
		width: 30px;
		height: 30px;
		top: 10px;
		right: 10px
	}
	.m-cards__item{
		height: 300px;
	}
	.m-cards__item h2{
		font-size: 13px;
	}
	.m-cards__item p{
		font-size: 13px;
	}
	.hblk2 .blue-btn{
		font-size: 16px;
	}
	
    .hblk1 {
        padding: 50px 0 120px 0;
    }
    .hblk1-inner {
        width: 75%;
    }
    .hblk1 .logo-img img {
        max-width: 300px;
    }
    .hblk1 h1 {
        margin-top: 50px;
        font-size: 90px;
    }
    .hblk1 .subtitle {
        font-size: 28px;
    }
    .hblk1 .info {
        font-size: 22px;
        margin-bottom: 40px;
    }

    .hblk3-inner {
        max-width: 85%;
    }
    .hblk3 .title {
        font-size: 80px;
    }
    .hblk3 .subtitle {
        font-size: 24px;
        margin-bottom: 60px;
    }
    .hblk3 .info {
        font-size: 17px;
    }
    .hblk3 .red-btn {
        min-width: 300px;
    }
    .hblk4__name {
        line-height: 1;
        font-size: 24px;
    }
    .hblk4__info p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .hblk4__slider .swiper-slide::after {
        width: 45px;
        height: 45px;
    }
    .form-box .title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .form-box .subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .form-box input[type="text"], .form-box input[type="tel"] {
        height: 44px;
        font-size: 16px;
    }
    .form-box input[type=submit] {
        max-width: 250px;
        padding: 14px 0 12px 0;
        font-size: 18px;
    }
    .form-box .after-form {
        font-size: 11px;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .hblk7 .title {
        font-size: 80px;
    }
    .hblk7 .subtitle {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .hblk7 .brand {
        font-size: 80px;
    }
    .hblk7 .logo-box {
        max-width: 140px;
    }
    .hblk7 .yellow-btn {
        min-width: 250px;
        margin-top: 20px;
    }
    .footer .left .title {
        font-size: 80px;
    }
    .footer {
        padding: 80px 0 0 0;
    }
    .hblk6 {
        padding: 100px 0 80px 0;
    }
    .hblk6 .image-box {
        max-width: 500px;
        margin: 0 auto 50px;
    }
    .hblk6 .title {
        font-size: 70px;
    }
    .hblk6 .subtitle {
        font-size: 24px;
        margin: 0 auto 50px;
    }
    .hblk6 .info {
        font-size: 20px;
        max-width: 700px;
    }
    .hblk6 {
        background-position: 0 30%, 100% 30%;
    }

}

@media (max-width: 992px) {
	.ld-program h2{
		font-size: 44px;
	}
	.ld-program__subtitle,
	.ld-program__info{
		font-size: 20px;
	}
	.ld-program__text{
		font-size: 16px;
	}
	.ld-program .s-btn{
		font-size: 20px;
	}
	.dss-registration__col {
		width: calc(100% - 15px);
	}
	
	
	.m-circle{
		zoom: .5;
	}
	.hblk4 .title {
		font-size: 80px;
		line-height: 1.2;
	}
	.hblk2 h2 {
    	font-size: 95px;
		line-height: 1.1;
	}
	  .hblk2 h2 {
        font-size: 70px;
    }
	.hblk2 p {
    font-size: 26px;
    width: 100%;
}
	.m-wrap.mob{
		display: block;
	}
	.m-cards{
		display: none;
	}
	
    .hblk1-inner {
        width: 100%;
    }
    .hblk3 .title {
        font-size: 55px;
    }
    .hblk3 .subtitle {
        font-size: 20px;
        margin-bottom: 50px;
    }
    .hblk3 .info {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .hblk3 {
        padding: 80px 0;
    }
    .hblk5 {
        padding: 150px 0 100px;
    }
    .hblk5__inner {
        flex-direction: column;
    }
    .hblk5__left .title {
        font-size: 70px;
    }
    .hblk5__left {
        text-align: center;
        margin: 0 auto;
    }
    .hblk5__left p+p {
        margin: 30px 0 0 0;
    }
    .hblk5__right {
        max-width: 80%;
        margin: 50px auto 0;
    }
    .hblk7 .title {
        font-size: 60px;
    }
    .hblk7 .subtitle {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .hblk7 .brand {
        font-size: 60px;
    }
    .hblk7 .logo-box {
        max-width: 120px;
    }
    .hblk7 .yellow-btn {
        min-width: 200px;
        margin-top: 20px;
        font-size: 18px;
    }
    .footer .left .title {
        font-size: 60px;
    }
    .footer .links a {
        font-size: 16px;
    }
    .footer .social-title p {
        font-size: 32px;
    }
    .social-title img {
        max-height: 28px;
    }
    .footer .contact p {
        font-size: 20px;
    }
    .footer .social-title {
        margin-bottom: 50px;
        margin-top: 5px;
        column-gap: 20px;
    }
    .footer-inner {
        margin-bottom: 20px;
    }
    .hblk6 {
        padding: 80px 0 60px 0;
    }
    .hblk6 .image-box {
        max-width: 400px;
        margin: 0 auto 40px;
    }
    .hblk6 .title {
        font-size: 50px;
        margin-bottom: 30px;
    }
    .hblk6 .subtitle {
        font-size: 20px;
        margin: 0 auto 40px;
        max-width: 300px;
    }
    .hblk6 .info {
        font-size: 16px;
        max-width: 500px;
    }
    .hblk6 .blue-btn {
        min-width: 250px;
        display: inline-block;
        margin-top: 30px;
        font-size: 18px;
    }
    .hblk7 .blue-btn {
        padding: 17px 55px 15px 55px;
    }
}
.footer-soc{
	display: flex;
}
.footer-soc a + a{
	display: block;
	margin: 0 0 0 10px;
}
@media (max-width: 767px) {
	.ld-program {
		margin: 50px 0 30px;
	}
	.ld-program{
		padding: 170px 0 40px;
	}
	    .m-cards__item img {
			right: 20px;
			top: 20px;
	}
	.video-background{
        display: none;
    }
	.hblk1{
		background-image: url('https://shdm.events/wp-content/uploads/2025/02/home-bg-1-m-scaled-1.webp');
	}
	.footer-inner{
		flex-wrap: wrap;
	}
	.footer .left .title{
		display: none;
	}
	.title.mob{
		font-size: 44px;
		display: block;
		width: 100%;
		font-weight: 700;
		text-transform: uppercase;
    font-family: "BebasNeuePro";
	}
	.right-box{
		display: flex;
		flex-direction: row-reverse;
		width: 100%;
	}
	.footer .social-title{
		margin: -5px 0 30px 0;
		flex-direction: column;
		align-items: flex-start;
	}
	.footer .left{
		order: 1;
	}
	.footer .links {
		margin-bottom: 10px;
	}
	.footer .social-title p{
        margin: 5px 0 10px 0;
        font-size: 20px;
	}
	.footer .right{
		width: 100%;
	}
	.social-title,
	.contact{
		width: 50%;
	}
	.hblk4 .title {
        font-size: 60px;
    }
    .swiper-button-next img, .swiper-button-prev img{
        width: 15px;
    }
	.swiper-button-next, .swiper-button-prev{
        top: -60px;
	}
    .swiper-button-prev {
        right: 70px;
    }
	.hblk4__slider .swiper-slide::after{
		width: 40px;
		height: 40px
	}
	    .hblk4__slider .swiper-slide {
        height: 410px;
    }
    .hblk2 h2,
	.dss-registration h2{
        font-size: 62px;
    }
	.dss-registration {
		padding: 70px 0 20px;
	}
	.dss-registration__col:nth-child(2) .dss-registration__bot{
		margin-top: 0;
		padding-top: 0;
	}
	.dss-registration__bot-subtitle{
		flex: 0;
	}
	.hblk2 p {
    	font-size: 20px;
	}
    .hblk2 .blue-btn {
        max-width: 200px;
    }
    .hblk1 {
        background-image: url(/wp-content/uploads/2025/01/home-bg-1-m-scaled.webp);
        padding: 30px 0 120px 0;
    }
    .hblk1 .logom-img {
        display: block;
    }
    .hblk1 .logo-img {
        display: none;
    }
    .hblk1 .logom-img img {
        max-width: 100px;
    }
    .hblk1 h1 {
        font-size: 70px;
    }
    .hblk1 .subtitle {
        font-size: 17px;
    }
    .hblk1 .subtitle img {
        margin-right: 7px;
        max-width: 22px;
    }
    .hblk1 .info {
        font-size: 16px;
    }
    .hblk1 .s-btn {
        min-width: auto;
        width: calc(50% - 10px);
    }
    .s-btn {
        padding: 8px 0 7px 0;
        border-radius: 4px;
        font-size: 18px;
    }
    .r-text-img {
        right: 2px;
        bottom: 170px;
        width: 8px;
    }

    .hblk3 {
        background-image: url(/wp-content/uploads/2025/01/lp-bg-m.webp);
        padding: 50px 0;
    }
    .hblk3-inner {
        max-width: 100%;
    }
    .hblk3 .title {
        font-size: 60px;
        margin-bottom: 10px;
    }
    .info-d {
        display: none;
    }
    .hblk3-m {
        display: block;
    }
    .hblk3 .subtitle {
        font-size: 18px;
        margin-bottom: 0;
    }
    .info-m {
        text-align: center;
        padding: 40px 0;
    }
    .info-m .red-btn {
        min-width: 250px;
        display: inline-block;
    }
    .info-m .info {
        margin-bottom: 30px;
    }
    .hblk5__left .title {
        font-size: 60px;
    }
    .hblk5__left p {
        font-size: 18px;
    }
    .hblk5__right {
        max-width: 100%;
        margin: 50px auto 0;
    }
	.hblk5 .container{
		position: relative;
		z-index: 10;
	}
    .form-box {
        padding: 20px;
    }
	
	.hblk6{
		background-image: none;
	}
	.hblk6__gallery-one{
		margin: 0 0 10px 0;
	}
	 .hblk6 {
        padding: 360px 0 60px 0;
        margin: -385px 0 0 0;
        position: relative;
    }
	 .hblk6 .title {
       margin: 30px 0 20px 0;
    }
	.hblk6__gallery-one, 
	.hblk6__gallery-two {
		display: block;
	}
	.hblk6 .image-box{
		display: none;
	}
	
	.hblk6 .container > img{
		display: block;
		margin: 30px auto 0px;
		max-width: 150px;
	}

    .hblk7 {
        margin-top: 20px;
        padding: 30px 0 50px 0;
    }
    .hblk7 .logo-box {
        max-width: 100px;
        margin-bottom: 30px;
    }
    .hblk7 .title,
	 .hblk2 h2, 
	.dss-registration h2{
        font-size: 50px;
        line-height: 1;
    }
    .hblk7 .subtitle {
        max-width: 100%;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .hblk7 .brand {
        font-size: 37px;
    }
    .hblk7 .blue-btn {
        padding: 12px 25px 10px 25px;
    }
    .footer .links a {
        font-size: 14px;
    }
    .m-circle {
        bottom: 10px;
        top: auto;
        right: calc(var(--bs-gutter-x)* .5);
    }
    .modal-before__inner {
        padding: 30px 20px;
    }
	.dss-registration__item > ul > li {
        line-height: 1.2;
    }
	.dss-registration__col:nth-child(1) .dss-registration__item > ul > li > ul li {
		margin: 0;
	}
	.dss-registration__item > ul > li:after {
		top: -1px;
	}
}

@media (max-width: 475px){
	.dss-registration__item > ul > li > ul li span{
		max-width: 100%;
	}
	.dss-registration__sticker {
		font-size: 16px;
	}
	    .dss-registration__top {
			font-size: 32px;
	}
	.dss-registration__item > ul > li > ul li {
		flex-direction: column;
		align-items: flex-start;
		margin: 0 0 15px 0;
	}
	.dss-registration__item > ul > li > ul li strong {
		margin: 0;
	}
}

