@media (max-width: 1280px) {    
    .slider-main .slick-slide img {
        /*position: absolute;
        left: initial !important;
        right: 0;*/
    }
}

@media (max-width: 991px) {
    .slider-main .slick-slide .info {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .slider-main .slick-slide .info h1 {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .slider-main .slick-slide .info {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .slider-main .slick-slide .info h1 {
        font-size: 25px;
    }
}

@media (max-width: 599px) {
    .slider-main .slick-slide .info h1 {
        margin: 10px 0;
    }

    .slider-main .slick-slide .info .btn {
        padding: 5px 20px;
        font-size: 15px;
        font-family: "BitterBold", sans-serif;
    }
}

@media (max-width: 480px) {
    .slider-main .slick-slide img {
        position: static;
        right: auto;
        width: 100%;
    }

    .slider-main .slick-slide .info h1 {
        font-size: 15px;
    }
}

.icon-social {
    max-width: 39px;
    max-height: 39px;
    color: #a1afb8;
    border: 1px solid #a1afb8;
    fill: #939ca1;
}

.icon-social:hover {
    color: #fff;
    background: #a1afb8;
    fill: #fff;
}
.programm .thumb {
    height: 300px;
}

.programm .thumb img {
    min-height: 100%;
    min-width: 100%;
    height: 250px;
    object-fit: cover;
}

@media (min-width: 600px) and (max-width: 786px) {
    .programm .thumb img {
        max-height: 150%;
    }
}
@media (max-width: 786px) {
    .programm .thumb img {
	height: 100% !important;
	width: 100% !important;
	object-fit: cover !important;
    }
    .indent-70 {
	margin-bottom: 20px !important;
    }
    .programm .thumb {
    	height: 350px;
    }

}
.board.thumb:hover .date {
    display: block !important;
    opacity: 0;
}

.card-description h3 {
    font-size: 26px;
    margin-bottom: 20px;
}

.card-description h3:first-child {
    margin-top: 0;
}

.card-description p {
    margin-bottom: 10px;
}

.card-thumb {
    background-size: contain;
}

.sl-button {
	border: solid 2px red;
	border-radius: 6px;
	padding: 15px 40px;
	text-decoration: none;
	color: #333;
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 18px;
	width: 300px;
}
html {
  scroll-behavior: smooth;
}

.site-header {
	position: fixed;
    width: 100%;
    color: white;
    z-index: 950;
	top: 0px;
}
body {
	padding-top: 110px;
}
h1 {
	font-size: 36px;
}
.sl-form-subscribe {
	padding: 25px;
	background: #f9f9f9;
	border-radius: 4px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.sl-form-subscribe-wrap {
	display: flex;
}
.sl-form-subscribe-btn {
	background:#ee3b37;
	color: white;
	width: 75px;
	margin-left: 5px;
	border-radius: 5px;
	text-align:center;
	padding-top: 18px;
	cursor: pointer;
	transition: all 0.3s linear;
}
.sl-form-subscribe-btn:hover {
	background: red;
}
.popup_overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	z-index: 66000;
}
.sl_popup {
	position: absolute;
	top: calc(50% - 60px);
	left: calc(50% - 150px);
	width: 300px;
	height: 180px;
	padding: 30px 30px 30px 30px;
	background: white;
	font-size: 20px;
	color: #000;
}
.sl_close {
	float: right;
	text-decoration: none;
}
.footer-policy, .footer-policy a {
	font-size: 13px;
}
.e21-success-wrap {
	padding: 30px 100px; 
	margin: 0 0px; 
	width: 100%; 
	background: url('/elki2021/img/back2.png') no-repeat center center / cover;
}
.e21-success-txt {
	max-width: 500px; 
	text-align: justify; 
	position: relative;
}
.e21-success-txt img {
	position: absolute; 
	right: -350px; 
	bottom: 0px; 
	width: 260px;
}
.e21-success-subheader {
	font-size: 20px; 
	font-weight: bold; 
	margin: 15px 0 0 0;
}
.e21-success-ctrl {
	display: flex; 
	justify-content: space-between; 
	padding: 20px 0 0 0;
}
.e21-success-ctrl > div:nth-child(2) {
	max-width: 700px;
}
.e21-success-ctrl > div:nth-child(2) img {
	width: 100%;
}
@media only screen and (max-width: 900px) {
	.e21-success-wrap {
		padding: 10px 10px 30px; 
	}
	.e21-success-ctrl {
		flex-direction: column;
		align-items: center;
	}
	.e21-success-ctrl > div:nth-child(1) {
		order: 2;
		padding-top: 20px;
	}
}
.e21-btn {
	text-decoration: none;
	background: #ED1C24;
	display: inline-block;
	margin: 20px auto 0 auto;
	color: #fff;
	text-align: center;
	padding: 10px 20px;
	border-radius: 3px;
}
[name='e21-email'] {
	padding: 5px 20px;
	margin: 0 20px 8px 20px;
	border: none;
	border-radius: 0px;
	background: none;
	border-bottom: solid 3px #B3C9DA;
	box-sizing: border-box;
	width: 80%;
}
.e21-modal {
	position: absolute;
	z-index: 100210;
	max-width: 520px;
	min-width: 320px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	padding: 20px 40px;
	display: none;
}
.e21-modal [href='#e21-close-modal']{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
}
.e21-modal [href='#e21-close-modal'] img {
	height: 100%;
}
.m21-success-wrap {
	padding: 30px 100px; 
	margin: 0 0px; 
	width: 100%; 
	background: url('/maples/img/Страница Спасибо!@2x копия.jpg') no-repeat center center / cover;
	min-height: 850px;
}
.m21-success-txt {
	margin: 0 auto;
	max-width: 500px; 
	text-align: justify; 
	position: relative;
}
.m21-success-txt a.o21-mail {
	color: #000;
}
.m21-robot {
	display: none;
}
.m21-social {
	padding-bottom: 400px;
}
@media only screen and (max-width: 900px) {
	.m21-social {
		padding-bottom: 0px;
	}
	.m21-robot {
		display: block;
	}
	.m21-success-wrap {
		padding: 20px 15px 0;  
		margin: 0 0px; 
		width: 100%; 
		background: url('/maples/img/m21-thanks.jpg') no-repeat center top / 1200px;
		min-height: 850px;		
		font-size: 14px;
		line-height: 16px;
	}
	.m21-success-txt {
		max-width: 300px;
		font-size: 14px;
		line-height: 16px;
	}
	.m21-success-wrap h4.head {
		text-align: center;
		margin: 0; 
	}
}
.o21-success-wrap {
	padding: 30px 100px; 
	margin: 0 0px; 
	width: 100%; 
	background: url('/orange/img/back2-1.jpg') no-repeat center center / cover;
	min-height: 850px;
}
.o22-success-wrap {
	padding: 30px 100px; 
	margin: 0 0px; 
	width: 100%; 
	background: url('/orange2022/img/orange2022-success.jpg') no-repeat center center / cover;
	min-height: 850px;
}
.o21-success-txt {
	margin: 0 auto;
	max-width: 500px; 
	text-align: justify; 
	position: relative;
}
.o21-success-txt a.o21-mail {
	color: #000;
}
@media only screen and (max-width: 900px) {
	.o21-success-wrap {
		padding: 20px 15px 0;  
		margin: 0 0px; 
		width: 100%; 
		background: url('/orange/img/back2-1.jpg') no-repeat center top / 1200px;
		min-height: 850px;		
		font-size: 14px;
		line-height: 16px;
	}
	.o21-success-txt {
		max-width: 300px;
		font-size: 14px;
		line-height: 16px;
	}
	.o21-success-wrap h4.head {
		text-align: center;
		margin: 0; 
	}
}
.decl-2col {
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
}
.decl-2col > *:nth-child(1) {
	width: 60%;
}
.decl-2col > *:nth-child(1) img {
	width: 100%;
	height: 395px;
	object-fit: cover;
}
.decl-2col > *:nth-child(2) {
	width: 35%;
}
.decl-2col > * > p {
	margin-bottom: 20px;
}
.decl-quote {
	border: solid 1px #ddd;
	padding: 30px;
	color: #666;
	margin-bottom: 20px;
	font-style: italic;
}
.decl-quote span {
	display: block;	
	text-align: right;
	margin-top: 30px;
	font-size: 20px;
	color: #000;
	font-style: normal;
}
.decl-logos {
	display: flex;
	justify-content: flex-start;
	margin: 0 0 40px 0;
	align-items: flex-end;
}
.decl-logos img {
	margin-right: 80px;
}
.decl-mobile {
	display: none;
}
.decl-dop {
	color: #999;
	font-size: 13px;
}
@media only screen and (max-width: 900px) {
	.decl-2col > *:nth-child(1) {
		width: 100%;
	}
	.decl-2col > *:nth-child(2) {
		display: none;
	}
	.decl-logos {
		flex-direction: column;
		align-items: flex-start;
	}
	.decl-mobile {
		display: block;
	}
	.decl-desktop {
		display: none;
	}
	.decl-logos img {
		margin-right: 0px;
		margin-bottom: 20px;
	}
}
.o22-success-wrap-txt {
	text-align: center;
	font-family: 'Repo Medium';
}
.o22-child {
	font-family: 'Repo Bold';
}
.o22-success-wrap-txt h4 {
	font-family: 'Repo Bold';
}
.o22-success-txt {
	padding: 0 30% 30px 30%;
	font-family: 'Repo Medium';
}
.o22-success-img {
	margin: 0 auto 30px; 
	background: #fff; 
	width: 450px; 
	padding: 10px;
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.o22-success-img img {
	width: 100%; 
}
.o22-success-msg {
	padding: 0 20%; 
	font-family: 'Repo Medium';
	background: url('/orange2022/img/msg.png') no-repeat center center / contain; 
	height: 200px; 
	padding: 80px 100px 0 100px;
}
.o22-cat-success {
	display: none;
}
.sl-form-subscribe {
	position: fixed;
	left: -500px;
	top: 45%;
	width: 375px;
	z-index: 1000;
	transition: all 0.5s ease-in-out;
}
.sl-form-subscribe.show {
	left: 0px;
}
[href='#close-subscr'] {
	position: absolute;
	color: #000;
	font-size: 40px;
	right: 10px;
	text-decoration: none !important;
	top: -5px;
	color: #d33;
}
.decl-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: RGBA(0,0,0,0.7);
	z-index: 1000;
}
.decl-form {
	position: fixed;
	width: 500px;
	left: calc(50% - 250px);
	top: 10%;
	z-index: 1001;
	display: none;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
}
.decl-form [href='#decl-close'] {
	position: absolute;
	right: 20px;
	top: 0px;
	font-size: 30px;
	color: #000;
	text-decoration: none;
}
.decl-form header {
	font-size: 24px;
	margin-bottom: 15px;
}
.decl-form input {
	padding: 10px;
	background: #fff;
	border: solid 1px #eee;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 10px;
}
.decl-form textarea {
	padding: 10px;
	background: #fff;
	border: solid 1px #eee;
	border-radius: 5px;
	width: 100%;
	height: 130px;
	margin-bottom: 10px;
}
.decl-form .error {
	border: solid 1px red !important;
}
@media only screen and (max-width: 900px) {
	.decl-form {
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		height: 100%;
		overflow-y: auto;
		z-index: 1001;
		display: none;
		background: #fff;
		padding: 20px;
		border-radius: 10px;
	}

	.sl-form-subscribe {
		width: 100%;
	}

	.o22-success-wrap {
		padding: 30px 10px; 
		margin: 0 0px; 
		width: 100%; 
		background: url('/orange2022/img/back-mobile-success.jpg') no-repeat center center / cover;
		min-height: 850px;
	}
	.o22-success-txt {
		padding: 0 0 20px 0;
	}
	.o22-success-msg {
		background: #fff; 
		height: auto; 
		padding: 10px 10px 10px 10px;
		border-radius: 5px;
		position: relative;
	}
	.o22-success-msg p {
		position: relative;
		z-index: 10;
	}
	.o22-success-msg:before {
		content: '';
		background: url('/orange2022/img/chat.png') no-repeat right bottom / 440px;
		left: 20px;
		top: -24px;
		position: absolute;
		z-index: 2;
		transform: scale(-1, 1) rotate(225deg);
		width: 40px;
		height: 40px;
	}
	.o22-cat-success { 
		display: block;
		margin: 0 auto 30px;
		width: 200px;
	}
	.o22-success-img {
		width: 300px;
		padding: 10px;
	}
	.o22-child {
		margin-bottom: 15px;
		padding: 0 50px;
	}

	h2 {
		font-size: 25px;
		line-height: 1.4;
	}
}
.sl-menu-help {
	display: flex;
	flex-wrap: wrap;
}
.sl-menu-help > a {
	display: block;
	width: calc((100% - 40px) / 3);
	margin-right: 20px;	
	margin-bottom: 20px;
	background: #fff;
	border-radius: 10px;
	padding: 50px 20px;
	font-family: "BitterBold", sans-serif;
	color: #444;
	font-size: 20px;
	text-decoration: none !important;
}
.sl-menu-help > a:nth-child(3n+3) {
	margin-right: 0px;
}
.sl-menu-help > a:nth-child(3n+1) {
	border-top: solid 10px #ee3b37;
}
.sl-menu-help > a:nth-child(3n+2) {
	border-top: solid 10px #faad19
}
.sl-menu-help > a:nth-child(3n+3) {
	border-top: solid 10px #6c236a;
}
@media only screen and (max-width: 768px) {
	.sl-menu-help > a {
		width: 100%;
		margin-right: 0;
	}
}
.widget--elki24 {
	position: fixed;
	right: -177px;
	top: 290px;
	transition: right 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
	padding: 0 20px;
	cursor: pointer;
}
.widget--elki24:hover {
	right: 0px;
}
.widget--elki24 img {
	height: 110px;
}
@media only screen and (max-width: 768px) {
	.widget--elki24 {
		top: 270px;
	}
}
[href="#sl-decl-popup-form-send"] {
	background: #E4891D;
	display: block;
	text-align: center;
	padding: 10px 0;
	border-radius: 30px;
	color: #fff;
	font-family: 'Exo 2';
	font-weight: 600;
	font-size: 17px;
	text-decoration: none;
}
.sl-decl-popup-form {
}
.sl-decl-popup-form > section {
	font-family: 'Exo 2';
	font-weight: 600;
	font-size: 15px;
	color: #000;
	padding-bottom: 10px;
}
.sl-decl-popup-form > input {
	background: #fff;
	border: none;
	border-bottom: solid 2px #aaa;
	padding: 10px 0;
	font-family: 'Exo 2';
	font-weight: 600;
	font-size: 17px;
}
.sl-decl-popup-form > input.error {
	border-bottom: solid 2px #f00;
}
.sl-decl-popup-form > small {
	display: block;
	color: #B9B9B9;
	font-size: 13px;
	padding: 20px 0;
}
.sl-decl-popup > div > a {
	color: #E4891D;
	font-family: 'Exo 2';
	font-weight: 600;
	font-size: 15px;
	display: block;
	padding-bottom: 20px;
}
.sl-decl-popup > div > table {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
}
.sl-decl-popup > div > table tr td {
	vertical-align: top;
	padding-bottom: 5px;
	font-family: 'Exo 2';
	font-weight: 600;
	font-size: 15px;
	color: #000;
	line-height: 1.2;
}
.sl-decl-popup > div > table tr td:first-child {
	white-space: nowrap;
}
.sl-decl-popup > div > table tr td:last-child {
	padding-left: 0px;
}
.sl-decl-popup > div > header {
	color: #000;
	font-size: 33px;
	font-weight: 700;
	line-height: 38px;
	font-family: 'Exo 2';
	padding-bottom: 10px;
}
.sl-decl-popup > div > header span {
	font-family: 'Exo 2';
	color: #E4891D;
	font-size: 33px;
	font-weight: 700;
	line-height: 38px;
}
a[href="#sl-decl-popup-close"] {
	position: absolute;
	right: 20px;
	top: 0px;
	font-size: 40px;
	color: #000;
	text-decoration: none;
}
.sl-decl-overlay {
	position: fixed;
	z-index: 1000;
	background: RGBA(0, 0, 0, 0.7);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.sl-decl-popup {
	display: none;
	position: fixed;
	z-index: 1001;
	background: #fff url('/images/decl-back.jpg') no-repeat left center / contain;
	left: 10%;
	top: 5%;
	width: 80%;
	height: 90%;
	padding: 20px 20px 30px 35%;	
}
.sl-news-subscribe-overlay {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1000;
}
.sl-news-subscribe {
	position: fixed;
	display: none;
	left: calc(50% - 260px);
	top: 10%;
	width: 520px;
	background: #fff;
	z-index: 1001;
	border-radius: 15px;
	padding: 25px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.sl-news-subscribe-ok {
	position: fixed;
	display: none;
	left: calc(50% - 160px);
	top: 10%;
	width: 320px;
	background: #ecf5d6;
	z-index: 1001;
	border-radius: 15px;
	text-align: center;
	padding: 40px 30px 50px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.sl-news-subscribe-ok span {
	font-size: 20px;
}
.sl-news-subscribe-error {
	position: fixed;
	display: none;
	left: calc(50% - 160px);
	top: 10%;
	width: 320px;
	background: #ffe5e2;
	z-index: 1001;
	border-radius: 15px;
	text-align: center;
	padding: 40px 30px 50px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.sl-news-subscribe-error span {
	font-size: 20px;
}
.sl-news-subscribe [href="#sl-news-subscribe-close"] {
	position: absolute;
	right: 20px;
	top: 0px;
	font-size: 30px;
	color: #000;	
	text-decoration: none !important;
}
.sl-news-subscribe header {
	text-align: center;
	font-weight: bold;
	font-family: 'BitterBold';
	font-size: 24px;
}
.sl-news-subscribe p {
	text-align: center;
	font-size: 14px;
}
.sl-news-subscribe .sl-news-subscrive-div {
}
.sl-news-subscribe input {
	margin-bottom: 15px;
}
.sl-news-subscribe input.error {
	border-color: red !important; 
}
.sl-news-subscribe [href="#sl-news-subscribe-send"] {
	display: block;
	width: 100%;
	text-align: center;
	background: #f04944;
	color: #fff;
	padding: 15px 0;
	border-radius: 5px;
}
.sl-news-subscribe small {
	font-size: 14px;
	color: #666;
	display: block;
	padding: 10px 0;
}
.sl-news-subscribe small a {
	font-size: 14px;
	color: #666;
}
@media only screen and (max-width: 768px) {
	.sl-decl-popup {
		position: fixed;
		z-index: 1001;
		background: #fff;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 10px;	
	}
	.sl-decl-popup > div > table {
		display: none;
	}
	.sl-decl-popup > div > a {
		padding-bottom: 35px;
	}
	.widget--elki24 {
		display: none !important; 
	}
}