/*CUSTOM SCROOL*/
.tip > div::-webkit-scrollbar {
    width: 9px;
}
.tip > div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 5px;
}
.tip > div::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  -webkit-border-radius: 3px;
}
/*CUSTOM SCROOL*/

.events_list{
    margin:0;
}

.events_list li{
    margin: 0 0 20px 0;
}

.events_list li p{
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #4f4f4f;
}

.events_list li p a{
    text-decoration: none;
}

.events_list li p a:hover{
    text-decoration: underline;
}

.events_list li h5{
    color: #b0cc20;
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

ul.pagination {
    text-align: center;
    margin: 60px 0 0 0;
}

.pagination li{
    display: inline-block;
    font-size: 16px;
    padding: 5px;
    margin: 0 5px;
}

.pagination li.active{
    background-color:#a2bd0e;
}
.pagination li.disabled{
   color:#ccc;
}

.fade {
	display:none;
	position:fixed;
	left:0;
	top:0;
	z-index:1000;
	width:100%;
	height:100%;
	background:rgb(0,0,0);
	background:rgba(0,0,0,0.9);
}
.modal {
	display:none;
	position:absolute;
	left:50%;
	top:0;
	z-index:1010;
	width:1066px;
	margin-left:-534px;
	background:#ffffff;
	border:1px solid #e1e1e1;
}
.modal .close {
	position:absolute;
	right:22px;
	top:6px;
	display:block;
	width:44px;
	height:44px;
	cursor:pointer;
	background:url('../img/close-icon.png') no-repeat center top;
}
.modal .close:hover {
	background-position:0 -44px;
}
.modal .form {
	width:673px;
	text-align:right;
	padding:95px 0 91px 140px;
}
.modal .form h4 {
	font-size:25px;
	line-height:30px;
	font-weight:900;
	text-align:left;
	padding:0;
	margin:0 0 20px 137px;
}
.modal .form p {
	position:relative;
	font-size:14px;
	line-height:20px;
	text-align:left;
	padding:0 0 0 137px;
	margin:0 0 20px;
}
.modal .form p span {
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:121px;
	color:#9a9a9a;
	text-align:right;
	padding:11px 0 12px;
}
.modal .form p input, .modal .form p textarea {
	width:100%;
	font-size:14px;
	padding:10px 14px 11px;
	border:1px solid #ccd1d5;
}
.modal .form p textarea {
	margin:0 0 -5px;
	resize:vertical;
}
.modal .form p input:focus, .modal .form p textarea:focus {
	border-color:#000000;
}
.modal .form p input:focus + span, .modal .form p textarea:focus + span {
	color:#000000;
}
.modal button {
	min-width:204px;
	color:#ffffff;
    font-size: 15px;
    line-height: 18px;
    font-family: 'Gotham Pro', sans-serif;
	cursor:pointer;
	padding:10px 10px 12px;
	margin:0 0 20px;
	background:#B0CC20;
	border:1px solid #B0CC20;
}
.modal button:hover {
	color:#B0CC20;
	background:#ffffff;
}
.modal .plan {
	text-align:center;
	width:1006px;
	padding:58px 0 27px;
	margin:0 auto;
}
.modal .plan img {
	max-width:1006px;
	height:auto;
	margin:0 0 16px;
}
.modal .plan button {
	margin-top:6px;
}
.field-error {
    border: 1px solid #F00 !important;
}

.modal .form h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 900;
    text-align: left;
    padding: 0;
    margin: 0 0 20px 137px;
}
.quests_list{
    margin: 0;
}

.quests_list li{
    margin: 0 0 40px 0;
}

.quests_list p{
    font-weight: normal;
}
.quests_list h3{
    font-size: 17px;
    line-height: 21px;
    padding: 0;
    margin: 0 0 19px;
}

/* боковое меню*/
.nav.custom ul{
    display:none;
}

.nav.custom > li{
    cursor: pointer;
}

.nav.custom li.active ul{
    display: block;
}

.event-e p {
    text-align: justify;
}

.default.no-margin{
    margin:0 !important;
}

/* Александр 28.06.2023 */
.intro-b .list li {
    width: 264px;
    margin: 0 -26px 0 -60px;
}
.intro-b .list li > div {
    width: 204px;
    -webkit-clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
}
.intro-b .list li:first-child {
	width: 186px;
	margin: 0 35px 0 0px;
}
.intro-b .list li:first-child > div {
	-webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}
.intro-b .list li:last-child > div {
    -webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}
.intro-b .list li h6 {
    clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
}
.intro-b .list li h6 a {
    width: 140px;
}
.intro-b .list li > div:hover h6 {
    margin: 0 0 0 -89px;
}
.intro-b .list li:first-child h6 a {
    width: 120px;
    margin-left: 18px;
}
.intro-b .list li:last-child h6 a {
    width: 160px;
}
.intro-b .list li:last-child h6 {
	clip-path: polygon(3% 0, 100% 0, 100% 100%, 0% 100%);
}
.intro-b .list li:last-child h4 {
    margin-left: -73px;
}

/* КУКИ */

.cookie-consent {
	display: none;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 90%;
    width: 100%;
    padding: 15px 20px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 8px;
    align-items: center;
    justify-content: space-between;
    z-index: 9999;
}

.cookie-consent__text {
    font-size: 14px;
    line-height: 1.4;
    margin-right: 15px;
}

.cookie-consent__button {
    background: #B0CC20;
    color: white;
    border: none;
    padding: 10px 10px 12px;
    cursor: pointer;
    color: #ffffff;
    font-size: 15px;
    line-height: 18px;
    flex-shrink: 0;
	border: 1px solid #B0CC20;
}

.cookie-consent__button:hover {
    background: #FFF;
	color: #B0CC20;
}

@media (max-width: 768px) {
    .cookie-consent {
        flex-direction: column;
        text-align: center;
    }
    
    .cookie-consent__text {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

footer > div{
	height: 260px;
}

footer .copy a{
	display: block;
	margin-top: 10px;
	color: #FFF;
	text-decoration: underline;
}

/* CHECK */

.form__block{
	display: flex;
	gap: 30px;
	flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
}

.form__block button{
	margin: 0;
} 

.custom-checkbox {
    position: relative;
    display: flex;
    align-items: center;
	padding: 0 0 0 137px;
}

.checkbox-input {
    position: absolute;
    opacity: 0;
}

.checkbox-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    text-align: left;
    font-size: 12px;
}

.checkbox-label a{
	text-decoration: underline;
}

.checkbox-label a:hover{
	text-decoration: none;
}

.checkbox-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    transition: all 0.3s;
}

.checkbox-label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: all 0.3s;
}

.checkbox-input:checked + .checkbox-label:before {
    background: #B0CC20;
    border-color: #B0CC20;
}

.checkbox-input:checked + .checkbox-label:after {
    opacity: 1;
}

.ajax-submit:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
    opacity: 0.7;
	border-color: #CCC;
}