@font-face {
	font-family: Montserrat;
	src: url("../../general/fonts/montserrat/Montserrat-Regular.otf");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: Montserrat;
	src: url("../../general/fonts/montserrat/Montserrat-Medium.otf");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: Montserrat;
	src: url("../../general/fonts/montserrat/Montserrat-SemiBold.otf");
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: Montserrat;
	src: url("../../general/fonts/montserrat/Montserrat-Bold.otf");
	font-weight: bold;
	font-style: normal;
}



html,
body,
h1, h2, h3, h4, h5, h6,
ul {
	padding: 0px;
	margin: 0px;
}

button {
	border: none;
	background: transparent;
	cursor: pointer;
}

body {
	font-family: Montserrat;
	max-width: 2000px;
	margin: auto;
	position: relative;
	overflow-x: hidden;
}

body.is-fixed {
	overflow-y: hidden;
}

.logo {
	flex-grow: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: left;
}

.logo > div:not(:first-child) {
	margin-left: 20px;
}

@media (max-width: 1080px) {
	.logo > div:not(:first-child) {
		margin-left: 10px;
	}
}

.logo img {
	height: 20px;
}
.logo-copyright {
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	padding-top: 5px;
	white-space: nowrap;
}

.logo-partner img{
	height: 40px;
}

.header-line .logo-partner.logo-partner-mastercard img {
	height: 30px;
}

@media (max-width: 1080px) {
	.header-line .logo-partner.logo-partner-mastercard img {
		height: 20px;
	}
}

.text-with-icon {
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	text-decoration: none;
}
.text-with-icon-img {
	padding-right: 8px;
}

.text-with-icon-sep {
	background: url("../images/circle-small.svg");
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
}



/* header */
.header-line {
	display: flex;
	background-color: #b2965e;
	padding: 10px 50px;
}
.header-line > * {
	flex-shrink: 0;
}
.header-registration-btn {
	display: block;
	text-decoration: none;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #1C1C22;
	background: #FFFFFF;
	border-radius: 3px;
	padding: 10px 15px;
	margin: auto 0 auto 40px;
	max-height: 20px;
}
@media screen and (max-width: 1080px) {
	.header-line {
		padding: 13px;
	}
	.header-line .logo img {
		height: 13px;
	}
	.header-line .logo-partner img{
		height: 30px;
	}
	.header-email {
		display: none;
	}
	.header-phone .text-with-icon-text {
		display: none;
	}
	.header-registration-btn {
		display: none;
	}
	.text-with-icon-sep {
		display: none;
	}
	.header-mobile-menu-btn {
		display: block;
	}
}
/* *** */



/* info */
.info {
	display: flex;
	align-items: start;
	padding: 70px 50px;
	background-color: #1c1c22;
	position: relative;
}
.info > *:not(.info-medal) {
	z-index: 1;
}
.info > * {
	flex-shrink: 0;
}
.info-medal {
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../images/bg-svg.svg);
    background-position: center;
    background-size: contain;
    height: 1195px;
    width: 1500px;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 0.4;
}
.info-line {
	width: 70px;
	height: 3px;
	background: #B2965E;
	margin-top: 57px;
}
.info-texts {
	padding: 0px 30px;
	flex-grow: 1;
	flex-shrink: 1;
}
.info-sign-small {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	opacity: 0.5;
	padding-bottom: 15px;
}
.info-sign-big {
	font-weight: bold;
	font-size: 50px;
	line-height: 60px;
	color: #B2965E;
}
.info-desc {
	padding-top: 50px;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #FFFFFF;
}
.info-date {
	background: #101014;
	border-radius: 5px;
	padding: 40px;
}
.info-date-header {
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #B2965E;
}
.info-date-rest {
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	opacity: 0.5;
}
.info-date-online {
	padding-top: 20px;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	opacity: 0.5;
}
.info-place {
	padding-top: 20px;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	opacity: 0.5;
	max-width: 300px;
}
.info-place > img {
	max-width: 16px;
}
.info-place > .info-place-text {
	color: #FFFFFF;
    text-decoration: none;
}
.info-place > .info-place-text:hover {
    text-decoration: underline;
}
.info-date-buy-btn {
	text-decoration: none;
	display: block;
	margin-top: 50px;
	background: #B2965E;
	border-radius: 3px;
	padding: 15px 75px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #FFFFFF;
    cursor: pointer;
}
.info-date-watch-btn {
	text-decoration: none;
	display: block;
	margin-top: 10px;
	background: linear-gradient(180deg, #1c1c22bd 0%, #262648 100%);
	border-radius: 3px;
	padding: 15px 75px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #FFFFFF;
}
@media screen and (max-width: 900px) {
	.info {
		padding: 25px;
	}
	.info-line {
		display: none;
	}
	.info-medal {
		width: 500px;
        max-width: 100%;
		height: 400px;
		top: 150px;
		left: 0;
		right: auto;
	}
	.info-texts {
		padding: 0px 10px;
	}
	.info-sign-small {
		font-size: 12px;
		line-height: 15px;
	}
	.info-sign-big {
		font-size: 30px;
		line-height: 36px;
	}
	.info-desc {
		font-size: 18px;
		line-height: 22px;
		padding-top: 15px;
	}
	.info-date {
		padding: 15px;
	}
	.info-date-header {
		font-size: 24px;
		line-height: 29px;
	}
	.info-date-rest {
		font-size: 12px;
		line-height: 15px;
	}
	.info-date-online {
		font-size: 14px;
		line-height: 17px;
	}
	.info-date-buy-btn {
		font-size: 18px;
		line-height: 22px;
	}
	.info-date-watch-btn {
		font-size: 18px;
		line-height: 22px;
	}
}
@media screen and (max-width: 750px) {
	.info {
		padding: 20px 15px;
	}
	.info-texts {
		padding: 0px 10px 0px 0px;
	}
	.info-date-buy-btn {
		padding: 10px 0px;
		width: 100%;
	}
	.info-date-watch-btn {
		padding: 10px 0px;
		width: 100%;
	}
}
@media screen and (max-width: 540px) {
	.info {
		flex-wrap: wrap;
		justify-content: center;
	}
	.info-date {
		max-width: 400px;
		width: 100%;
	}
	.info-medal {
		top: 0;
	}
	.info-texts {
		padding: 0px 0px 25px 0px;
	}
	.info-date-buy-btn {
		width: auto;
		padding: 15px 15px;
		margin-top: 30px;
	}
	.info-date-watch-btn {
		width: auto;
		padding: 15px 75px;
	}
}
/* *** */



/* speakers */
.speakers {
	background-color: #101014;
}
.speakers-header {
	color: #B5D1D8;
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	padding: 60px 0px;

}
.speakers-list {
	display: flex;
	justify-content: center;
	max-width: 1100px;
	margin: 0 auto;
	flex-wrap: wrap;
	padding-bottom: 20px;
	gap: 20px;
}
.speakers-list > * {
	flex-shrink: 0;

}
.speakers-item {
	max-width: 240px;
	display: flex;
	flex-direction: column;
}
/* @media screen and (max-width: 1240px) {
	.speakers-item {
		width: auto;
		max-width: 240px;
	}
} */
.speakers-item-person {
	max-width: 210px;
	flex-grow: 1;
}
.speakers-item-photo {
	max-width: 210px;
}
.speakers-item img {
	max-width: 100%;
}
.speakers-item-name {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	padding: 23px 0px 5px 0px;
}
.speakers-item-desc {
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	opacity: 0.3;
	padding-bottom: 30px;
}
@media screen and (max-width: 480px) {
	.speakers-header {
		font-size: 24px;
		line-height: 29px;
		padding: 30px 0px;
	}
}
/* *** */



/* quotes */
.quotes {
	background: #1C1C22;
	display: flex;
	padding: 20px 50px 130px 50px;
	position: relative;
}
.quotes-background {
	position: absolute;
	right: 136px;
	top: 0px;
	font-size: 600px;
	color: #000000;
	opacity: 0.3;
	height: 100%;
	overflow: hidden;
}
.quotes-background-rur-down {
	position: absolute;
	top: 148px;
}
.quotes-line {
	flex-shrink: 0;
	width: 70px;
	height: 3px;
	background: #B2965E;
	margin-top: 28px;
}
.quotes-content {
	padding-left: 30px;
	z-index: 1;
}
.quotes-header {
	color: white;
	font-size: 50px;
	line-height: 60px;
	font-weight: bold;
}
.quotes-text {
	color: white;
	font-weight: 500;
	font-size: 18px;
	line-height: 36px;
	padding: 10px 0px 30px 0px;
}
.quotes-desc {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #B2965E;
}

.quotes-desc a {
    color: #B2965E;
}
@media screen and (max-width: 900px) {
	.quotes {
		padding: 25px;
	}
	.quotes-line {
		display: none;
	}
	.quotes-content {
		padding-left: 0px;
	}
	.quotes-header {
		font-size: 30px;
		line-height: 36px;
	}
	.quotes-text {
		font-size: 14px;
		line-height: 26px;
		padding: 10px 0px 15px 0px;
	}
	.quotes-desc {
		font-size: 18px;
		line-height: 26px;
	}
}
/* *** */



/* themes */
.themes {
	position: relative;
	z-index: 2;
	background: #5B5B65;
	color: white;
	padding: 60px 150px;
}
.themes-header {
	font-size: 32px;
	line-height: 39px;
	text-align: center;
	font-weight: bold;
}
.themes-list {
	display: flex;
	flex-wrap: wrap;
}
.themes-item {
	flex-basis: 50%;
	display: flex;
	align-items: start;
	padding: 35px 0px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	border-bottom: solid RGBA(28, 28, 34, 0.1) 3px;
}

.themes-item img {
	padding-right: 20px;
	flex-shrink: 0;
}
.themes-item-text {
	padding-right: 30px;
}
@media screen and (max-width: 1300px) {
	.themes-item {
		flex-basis: 100%;
	}
	.themes-item:last-child {
		border-bottom-color: transparent;
	}
}
@media screen and (max-width: 900px) {
	.themes {
		background: #5B5B65;
		color: white;
		padding: 25px;
	}
	.themes-header {
		font-size: 24px;
		line-height: 29px;
	}
	.themes-item {
		font-size: 14px;
		line-height: 17px;
		padding: 17px 0px;
	}
}
/* *** */



/* program */
.program-info {
	padding: 25px;
	max-width: 1600px;
	margin: 0 auto;
}
.program-info-header {
	font-weight: bold;
	font-size: 32px;
	line-height: 39px;
	text-align: center;
	color: #1C1C22;
	padding-bottom: 50px;
}
.program-list {
}
.program-item {
	display: flex;
	border-top: solid #E8E8E9 3px;
}
.program-item:last-child {
	border-bottom: solid #E8E8E9 3px;
}
.program-item-time {
	padding-top: 25px;
	width: 160px;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #B2965E;
	border-right: solid #F6F6F6 3px;
	flex-shrink: 0;
}
.program-item-text {
	padding: 25px 35px;
	font-size: 18px;
	line-height: 22px;
	color: #1C1C22;
}
.porgram-item-text-top{
	align-items: flex-start;
}
.program-item-with-speaker .program-item-text {
	background: #f5f5f6;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #1C1C22;
	flex-basis: 30%;
	flex-grow: 0;
	flex-shrink: 0;
}
.program-info-speaker {
	padding: 25px 35px;
	display: flex;
	align-items: center;
	flex-basis: 30%;
}
.program-info-speakers{
	padding: 10px 35px;
}
.program-info-awards .program-info-speaker img {
	width: auto;
}
.program-info-speakers > .program-info-speaker {
	padding: 10px 0px;
	display: flex;
	align-items: center;
	flex-basis: 30%;
}
.program-info-speaker-photo img {
	border-radius: 50%;
	width: 60px;
}
.program-info-speaker-info {
	padding-left: 20px;
}
.program-info-speaker-name {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.01em;
	color: #1C1C22;
}
.program-info-speaker-desc {
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #8c8c8f;
	padding-top: 2px;
}
@media screen and (max-width: 1000px) {
	.program-info {
		padding: 25px;
	}
	.program-item-time {
		width: 130px;
	}
	.program-item-text {
		padding: 15px 20px;
	}
	.program-info-speaker {
		padding: 15px 20px;
		display: flex;
		align-items: center;
		flex-basis: 30%;
	}
	.program-info-speakers{
		padding: 15px 20px;
	}
}
@media screen and (max-width: 900px) {
	.program-info {
		padding: 25px;
	}
	.program-info-header {
		font-size: 24px;
		line-height: 29px;
		padding-bottom: 15px;
	}
	.program-item-time {
		padding-top: 15px;
		font-size: 16px;
		line-height: 20px;
	}
	.program-item-text {
		align-items: flex-start;
		font-size: 12px;
		line-height: 15px;
	}
	.program-item-with-speaker .program-item-text {
		font-size: 12px;
		line-height: 15px;
	}
	.program-info-speaker-photo img {
		width: 40px;
	}
	.program-info-speaker-info {
		padding-left: 10px;
	}
	.program-info-speaker-name {
		font-size: 12px;
		line-height: 15px;
	}
	.program-info-speaker-desc {
		font-size: 10px;
		line-height: 12px;
	}
}
@media screen and (max-width: 700px) {
	.program-info {
		padding: 25px 5px 25px 5px;
	}
	.program-item-time {
		width: 110px;
	}
}
@media screen and (max-width: 550px) {
	.program-info {
		padding: 25px;
	}
	.program-item,
	.program-item:last-child {
		flex-direction: column;
		border-top: none;
		border-bottom: solid 1px rgba(28, 28, 34, 0.1);
		padding-bottom: 20px;
	}
	.program-item-time {
		border-right: none;
	}
	.program-item-text {
		padding: 10px 0px;
	}
	.program-item-with-speaker .program-item-text {
		background: transparent;
		flex-basis: auto;
	}
	.program-info-speaker {
		padding: 0px;
		flex-basis: auto;
	}
	.program-info-speakers{
		padding: 0px;
	}
	.program-info-speakers > .program-info-speaker:not(:first-child){
		margin-top: 15px;
	}
}

/* *** */



/* ticket-variants */
.ticket-variants {
}
.ticket-variants h4 {
	font-weight: bold;
	font-size: 32px;
	line-height: 39px;
	text-align: center;
	color: #1C1C22;
	padding-bottom: 50px;
}
.ticket-variants-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.ticket-variants-item {
	padding: 40px 50px;
	border-radius: 5px;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	width: 280px;
	height: 450px;
	display: flex;
	flex-direction: column;
	margin: 0px 10px 20px 10px;
	position: relative;
}
.ticket-variants-premium {
	background: linear-gradient(180deg, #1c1c22 0%, #262649 100%);
}
.ticket-variants-bussines {
	background: linear-gradient(180deg, #5b5b65 0%, #70707b 100%);
}
.ticket-variants-delay {
	background: linear-gradient(180deg, #dddde3 0%, #eeeef1 100%);
	color: #5B5B65;
}
.ticket-variants-item-header {
	font-size: 30px;
	line-height: 37px;
	text-align: center;
}
.ticket-variants-description {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
}

.ticket-variants-description a {
    color: white;
}

.ticket-variants-item ul {
	list-style: none;
}
.ticket-variants-item li {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.01em;
	padding-bottom: 10px;
}
.ticket-variants-item li a {
	color: #5B5B65;
}
.ticket-variants-item li::before {
	content: "•";
	color: #B2965E;
	display: inline-block;
	width: 0.5em;
	margin-left: -0.7em;
	font-size: 18px;
}
/* .ticket-variants-item-price {
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 0.01em;
} */

.ticket-variants-item-price{
	text-align: center;
	font-size: 16px;
	line-height: 29px;
	letter-spacing: 0.01em;
}

.ticket-variants-item-price-current{
	text-align: center;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 0.01em;
}

.ticket-variants-item-price-rur {
	color: #B2965E;
}
.ticket-variants-item-noty {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.01em;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.tickets-count-none {
	float: right;
}
.ticket-variants-delay .ticket-variants-item-noty {
	border-top-color: rgba(91, 91, 101, 0.1);;
}
.ticket-variants-item-noty img {
	float: right;
}
.ticket-variants-item-buy-btn {
	background: #B2965E;
	border-radius: 3px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	padding: 15px 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ticket-variants-item-buy-btn-disable {
	opacity: 0.3;
}
@media screen and (max-width: 900px) {
	.ticket-variants h4 {
		font-size: 24px;
		line-height: 29px;
		padding-bottom: 25px;
	}
	.ticket-variants-item {
		padding: 30px;
        width: 240px;
	}
}
/* *** */



/* facecast */
.facecast {
	background: linear-gradient(180deg, #1c1c22 0%, #262648 100%);
	padding: 65px 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.facecast h4 {
	font-weight: bold;
	font-size: 32px;
	line-height: 39px;
	text-align: center;
	color: #B5D1D8;
	padding-bottom: 50px;
}
.facecast-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	width: 100%;
}
.facecast-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.facecast-desc {
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	opacity: 0.5;
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
	padding: 35px 0px;
	margin-bottom: 30px;
	max-width: 580px;
}
.facecast-contacts {
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
}
.facecast-contact-item {
	padding-right: 75px;
}
.facecast-contact-item:last-child {
	padding-right: 0px;
}
.facecast-contact-item-desc {
	font-weight: 500;
	font-size: 9px;
	line-height: 11px;
	color: #FFFFFF;
	opacity: 0.5;
	padding-bottom: 7px;
}
.facecast-contact-item-name {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	padding-bottom: 5px;
}
.facecast-contact-item-phone-email {
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	opacity: 0.5;
}
.facecast-contact-item-phone-email-slash {
	display: none;
}
@media screen and (max-width: 900px) {
	.facecast {
		padding: 25px;
	}
	.facecast h4 {
		font-size: 24px;
		line-height: 29px;
		padding-bottom: 25px;
	}
	.facecast-desc {
		padding: 25px 0px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 650px) {
	.facecast-contact-item {
		padding-right: 35px;
	}
}
@media screen and (max-width: 580px) {
	.facecast-desc {
		margin-bottom: 5px;
	}
	.facecast-contacts {
		align-items: flex-start;
	}
	.facecast-contact-item {
		padding: 20px 0px;
		flex-basis: 100%;
	}
	.facecast-contact-item-phone-email br {
		display: none;
	}
	.facecast-contact-item-phone-email-slash {
		display: inline;
	}
}
/* *** */



/* footer */
footer {
	display: flex;
	background-color: #b2965e;
	padding: 20px 50px;
}
footer .text-with-icon {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
}
footer .logo{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
}
footer .logo > div:not(:first-child){
	margin-left: 0;
}
footer .logo img {
	height: 15px;
}
.footer-email-phone {
	display: flex;
}
.footer-email-phone .text-with-icon {
	padding-right: 20px;
}
.footer-email-phone .text-with-icon:last-child {
	padding-right: 0px;
}
.footer-address {
	padding-right: 80px;
}
@media screen and (max-width: 1150px) {
	.footer-address {
		padding-right: 50px;
	}
}
@media screen and (max-width: 1100px) {
	footer {
		align-items: flex-start;
	}
	.footer-email-phone {
		display: flex;
		flex-direction: column;
	}
	.footer-email-phone .text-with-icon {
		padding-right: 0px;
		padding-bottom: 5px;
	}
	.footer-email-phone .text-with-icon:last-child {
		padding-bottom: 0px;
	}
}
@media screen and (max-width: 960px) {
	.footer-address {
		padding-right: 40px;
	}
}
@media screen and (max-width: 900px) {
	footer {
		flex-direction: column;
		align-items: unset;
		padding: 0px 25px 25px 25px;
	}
	footer .logo {
		padding-top: 20px;
		order: 1;
		flex-direction: row;
		justify-content: space-between;
	}
	footer .text-with-icon,
	.footer-email-phone .text-with-icon,
	.footer-email-phone .text-with-icon:last-child {
		padding: 20px 0px;
		border-bottom: solid 1px rgba(255, 255, 255, 0.1);
		text-align: left;
		align-items: start;
	}
}
/* *** */



/* timepad */
body > iframe {
	display: none;
}
.timepad {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	overflow: hidden;
	justify-content: center;
}
.timepad-show {
	display: flex;
}
.timepad-background {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: -1;
}
.timepad-block {
	margin: 50px;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	max-width: 1600px;
	flex-grow: 1;
}
.timepad-header {
	display: flex;
	background-color: #b2965e;
	border-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	flex-shrink: 0;
}
.timepad-header .logo {
	padding: 13px;
}
.timepad-header .logo img {
	height: 13px;
}
.timepad-close-btn {
	padding: 15px;
	border-radius: 3px;
}
.timepad-close-btn:hover {
	background: rgba(128, 128, 128, 0.15);
}
.timepad-body {
	overflow: auto;
}
@media screen and (max-width: 1000px) {
	.timepad-close-btn {
		padding: 10px;
	}
}
@media screen and (max-width: 740px) {
	.timepad-block {
		margin: 0px;
	}
	.timepad-header {
		border-radius: 0px;
	}
}
/* *** */
