html{
    scroll-behavior: smooth;
}
.cookie__btn-show{
    margin: unset;
        z-index: 9998;
        color: #222;
        background-color: #f2f2f2;
        border-style: solid;
        border-color: #f2f2f2;
        border-width: 2px;
        border-radius: 10px;
        /* border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; */
        line-height: initial;
        position: fixed; 
        min-width: 100px;
        height: 50px;
        right: 40px;
        padding: 15px;
        cursor: pointer;
        bottom: -27px;
        transition: transform .3s ease-in-out;
}
.cookie__btn-show:hover{
    transform: translateY(-50px);
}

.cookie__banner {
	max-height: calc(100vh - 20px);
	max-width: 540px;
		position: fixed;
		height: auto;
		right: 15px;
		bottom: 10px;
		z-index: 99999;
		background: #fff;
		border-style: solid;
		border-color: #fff;
		border-width: 0px;
		border-radius: 12px;
		padding: 15px 20px;
		box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
		box-sizing: border-box;

}
.cookie__content {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.cookie__title {
	justify-self: center;
		grid-column-start: 2;
		font-size: 18px;
		color: #222;
		font-weight: 600;
		text-align: center;
}
.cookie__close{
	position: absolute;
	top: 10px;
	right: 10px;
line-height: 20px;
	justify-self: end;
	grid-column-start: 3;
	font-size: 20px;
	cursor: pointer;
	width: 20px;
	height: 20px;
	color: #222;
	z-index: 999999;


}
.cookie__close svg{
	width: 20px;
	height: 20px;
}
.cookie__descr {
	word-wrap: break-word;
		font-size: 12px;
		line-height: 20px;
		color: #222;
		margin-bottom: 16px;
}

.cookie__btn-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
}
.cookie__btn {
	height: 45px;
		padding: 10px;
		margin: initial;
		width: 100%;
		white-space: nowrap;
		border-radius: 6px;
		cursor: pointer;
		font-size: 15px;
		font-weight: 500;
		text-decoration: none;
		line-height: 20px;
		text-align: center;
		flex: initial;
}
.cookie__accept {
	background-color: #1E73BE;
	border: 1px solid #1E73BE;
	color: #fff;
	transition: background-color .3s ease-in-out, border .3s ease-in-out, color .3s ease-in-out;
}
.cookie__accept:hover{
	background-color: #3999ec;
	border: 1px solid #3999ec;
}
.cookie__deny{
	background-color: #f9f9f9;
	border: #f9f9f9;
	color: #222;
}
.cookie__link-box{
	display: flex;
	justify-content: center;
	gap: 10px;
}

.cookie__link-box a {
  color: #1E73BE;
	font-size: 12px;
	text-decoration: underline;
	transition: color .3s ease-in-out;
}
.cookie__link-box a:hover{
	color: #3d0000;
}
@media(max-width: 575px){
	.cookie__banner{
	  right: 5px;
		left: 5px;
	}
	.cookie__btn-box,
	.cookie__link-box{
		flex-direction: column;
		text-align: center;
		align-items: center;
	}

}

/*docs*/
.wrapper {
	padding: 100px 0 0 0;
}

.wrapper h1 {
	text-align: center;
	margin-bottom: 16px;
	font-size: calc(1rem + 1.5vw);

}
.wrapper h4{
	color: #fff !important;
}

.wrapper p:last-child {
	margin-bottom: 0;
}

.wrapper p:not(:last-child) {
	margin-bottom: 16px;
}

.wrapper a {
	text-decoration: none;
	cursor: pointer;
}
.wrapper a:hover{
	color: #ffe459;
}
.header-main--header-list a:hover{
	color:#ffe459 !important;
}
.thanksWrapper {
	position: relative;
	padding: 80px 0;
}

.thanksLogoWrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 100px;
}

.thanksLogo {
	max-width: 100px;
	width: 100%;
	margin-bottom: 40px;
}

.thanksTextContent {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0 auto 100px;
	padding: 0 15px;
	max-width: 800px;
	text-align: center;
}

.thanksText {
	font-size: 18px;
	line-height: 30px;
}