
.faq__block-text p a {
	text-decoration: underline;
}

.no-winners {
	padding: 1rem 3rem;
	text-align: center;
	background: #4B3526;
	font-size: 1.3rem;
}

.no-prizes {
	padding: 1rem 3rem;
	text-align: center;
	font-size: 1.3rem;
}

.winners__table-form form .form-selector--list ul li {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: left;
}

header {
	position: fixed;
}

form .error-text {
	color: #f75459;

	font-size: 0.75rem;
    bottom: 0.2rem;
    padding: 0 1.32rem;
}

.apm-validation-error {
	color: #f75459;
}

.error input, .error textarea, .apm-qr-input-error {
    border-color: #f75459 !important;
    border-image: none;
    /*background: #ffeeee80;*/
}

form .form__selector.error .select2-container--default .select2-selection--single .select2-selection__rendered {
	border-color: #f75459 !important;
    border-image: none;
}

form .form-checkbox.error i::before {
	background: #f75459;
}

form .btns .btn img {
	display: none;
	width: 42px;
	height: 42px;
}

form .btns .btn.loading img {
	display: block;
	margin-left: 10px;
}

form .btn.to-submit-this-form img {
	display: none;
	width: 42px;
	height: 42px;
}

form .btn.to-submit-this-form.loading img {
	display: block;
	margin-left: 10px;
}

.password-eye {
	width: 1.8rem;
	position: absolute;
	top: 30%;
	right: 1rem;
	cursor: pointer;
}


.profile-submenu {
	position: absolute;
	right: 0;
    width: 13.02rem;
    top: 4.4rem;
    padding: 0.5rem 1.2rem;
    /*background: #d5c9b6;*/

    background: #26201e;

    /*display: none;*/

    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.55);

	border-radius: .3125rem;

	opacity: 0;
	pointer-events: none;
}

.profile-submenu:before {
	display: block;
	content: '';
	width: 100%;
	position: absolute;
	top: -0.7rem;
	left: 0;
	height: 1rem;
}

.navbar-nav-2:hover + .profile-submenu {
	/*display: block;*/

	opacity: 1;
	pointer-events: all;
}

.profile-submenu:hover {
	/*display: block;*/

	opacity: 1;
	pointer-events: all;
}

header .profile-submenu ul li {
	margin: 0.6rem 0;
	/*color: #26201e;*/
	font-size: 0.8rem;
}

header .profile-submenu ul li a {
	/*display: -webkit-inline-box;
    display: -ms-inline-flexbox;*/

    display: flex;

    align-items: center;

    font-size: 0.7rem;

    /*color: #26201e !important;*/

    color: #fff !important;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

header .profile-submenu ul li a .ico {
    margin-right: 0.475rem;
    /*margin-top: -0.2rem;*/
    width: 1.1625rem;
    height: 1.1625rem;
}


#apm-widget {
	left: -100%;
	position: absolute;
	bottom: 0;
}

#apm-manual-upload {
    width: 100%;
    /*max-width: 21.25rem;*/
    margin-top: 4rem;

    position: relative;
}

#apm-upload-button {

    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -11rem;
    width: 100%;
    height: 8.75rem;
    border: 1px dashed #e7c487;
    /*background-color: rgba(0, 0, 0, 0.15);*/

    background-repeat: no-repeat;
    background-position: top 1.3125rem center;
    background-size: 3.75rem;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
    background-color: rgba(0, 0, 0, .1);

    background-image: url(../img/check-upload-bg.svg);
}

.apm-qr-btn-text {
	font-family: "Mont", Arial, sans-serif;
}

.btn-content {
	font-family: "Mont", Arial, sans-serif;
}

#apm-upload-button span {
	border: none;
}

#apm-upload-button:after {
	display: none;
}

.apm-description-title p .sp2 {
	margin-top: 3rem;
    display: block;
}

.apm-uploader-input {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

#apm-upload-button .btn-content {
    position: absolute;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    text-transform: none;
    pointer-events: none;
    color: #210E07;

    background: none;
    padding: 0;

    box-shadow: none;
}

#apm-photos-thumbnails-container {
	display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 0.625rem;
    margin-bottom: 1.5rem;
    background: url(../img/check-upload-placeholder.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0;
    height: 5.6rem;
}

.apm-photo-thumbnail-wrapper {
	width: 4.85rem;
    height: 4.85rem;
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;

    border: none;

    margin-top: 0.1rem;
    margin-left: 0.1rem;
}

.apm-remove-photo-button {

	transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    right: auto;
    left: 50%;
    width: 2.15rem;
    height: 2.15rem;
    max-height: 2.45rem;
    max-width: 2.45rem;
    min-height: 0;
    min-width: 0;
    border-radius: 0;

    background: url(../img/check-upload-close.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;

    opacity: 1;
}

.apm-photo-thumbnail-image {
	-o-object-fit: cover;
    object-fit: cover;
    /*border-radius: 0.4rem;

    border: 1px solid #3d1d13;*/

    height: 100%;
}

.apm-action-button {
	color: #fff;
    background: #f75459;
    /*border-radius: 62.5rem;*/
}

.apm-title-manual {
    margin-bottom: 5.875rem !important;
}


.lk__data-checks .btns {
	width: 100%;
	gap: 1.2rem;
}

.lk__data-checks .btn .ico {
    margin-right: 1.75rem;
    width: 1.5625rem;
    height: 1.5625rem;
}

.check-upload-btn-tr {
	width: 25rem !important;
}

.faq__block-text ul {
	list-style: disc;
	margin-left: 1.25rem;
}

.lk__prizes-slider .slick-slide p {
	text-align: center;
}


#modal-rekviziti .modal__title {
	white-space: unset;
}

#modal-system-1 .modal__title {
	white-space: unset;
}

#modal-system-1 .modal-body {
	padding: 3.125rem 3.5rem;
}

.lk__prizes-slider .slick-slide a.btn-primary {
	color: var(--c-dark);
}

#modal-photo-1 .modal-photo__load {
	cursor: pointer;
}

#modal-photo-1 .modal-photo__load img {
	width: 5rem;
	width: 5rem;
    height: 5rem;
    object-fit: unset;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lk__photo-block-waiting img {
	opacity: 0.4;
}

.lk__photo-block-waiting .lk__photo-block-waiting-clocks {
	position: absolute;
	opacity: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 2rem;
    height: auto;
    object-fit: unset;
}


.winners__table-controls .arrow.disabled {
	opacity: 0.4;
	pointer-events: none;
}


@media (min-width: 1025px) {

	.rules__list li:nth-child(4) h4 {
		padding-left: 3rem;
	}

	.rules__list li:nth-child(4) p {
		padding-left: 3rem;
	}
}


@media (max-width: 1024px) {

	#modal-system-1 .modal-body {
		padding: 1.25rem;
	}

	.check-upload-btn-tr {
		width: 18rem !important;
	}

	.no-winners {
		padding: 1rem 3rem;
		font-size: 0.9rem;
	}

	.no-prizes {
		padding: 1rem 3rem;
		font-size: 0.9rem;
	}

	.lk__data-checks .btns {
		gap: 0.2rem;
	}

	.lk__data-checks .btn .ico {
        margin-bottom: 0;
        margin-right: 1.5rem;
        width: 1.375rem;
        height: 1.375rem;
    }

    .prizes .btns .btn .ico {
    	background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center center;

	    margin-bottom: 0;
    }

    .prizes .btns .btn .ico {
   	    margin-right: 1.4125rem;
	    width: 1.1625rem;
	    height: 1.1625rem;
    }

    .prizes .btns .btn {
    	padding: 0;
    }

    form textarea.form-control {
    	height: 4.75rem;
	    min-height: 4.75rem;
	    max-height: 4.75rem;
    }
}
