html{
    scroll-behavior: smooth;
}

img{
    max-width: 100%;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fafafa;
    padding: 20px 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
	padding-left: 32px;
	padding-right: 32px;
}
/* .nav__menu--main{
	width: 50%;
} */
.nav-menu {
	width: 100%;
	padding-left: 0px;
	margin-bottom: 0px;
	list-style: none;
	display: flex;
	justify-content: space-between;
	gap: 32px;
	align-items: center;
}
.nav-item a{
	color:#323232;
}
.nav-link.active{
	color:#ebb884;
}
.nav-item a:hover{
	color:#ebb884;
}


.header_sticky,
.header__docs {
    box-shadow: 0px 0px 29px -11px rgba(0, 0, 0, 0.8);
    /* padding: 10px 0; */
}

.header img {
    max-width: 200px;
}

.open {
	display: flex !important;
}

.burger {
	display: none;
	position: relative;
	z-index: 50;
	align-items: center;
	justify-content: flex-end;
	width: 30px;
	height: 18px;
}

.burger span {
	height: 2px;
	width: 80%;
	transform: scale(1);
	background-color: #ebb884;
}

.burger::before,
.burger::after {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #ebb884;
	transition: all .3s ease-in-out;
}

.burger::before {
	top: 0;
}

.burger::after {
	bottom: 0;
}

.burger.active span {
	transform: scale(0)
}

.burger.active::before {
	top: 50%;
	transform: rotate(-45deg) translate(0, -50%);
}

.burger.active::after {
	bottom: 50%;
	transform: rotate(45deg) translate(0, 50%);
}


@media (max-width: 767.98px) {
	.nav__menu--main {
		display: none;
	}

	.burger {
		display: flex;
	}

	.nav__mobile {
		display: none;
		flex-direction: column;
		position: fixed;
		height: 50%;
		width: 100%;
		top: 80px;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 50;
		overflow-y: auto;
		padding: 50px 40px;
		background-color: #fff;
	}

	.nav__mobile ul {
		flex-direction: column;
		text-align: center;
		justify-content: center;
		gap: 16px;
		color: #ebb884 !important;
		margin-left: 0px !important;
	}

	.nav__mobile ul li a {
		margin-left: 0px !important;
		color: #ebb884 !important;
	}
}
#home,
.hero__docs,
.hero__articles{
	padding-top: 200px;
	padding-bottom: 100px;
	background-image: linear-gradient(rgb(22 28 45 / 38%), rgb(22 28 45 / 47%)), url("../images/bg.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.hero__articles{
	background-image: linear-gradient(rgb(22 28 45 / 81%), rgb(22 28 45 / 78%)), url("../images/1.webp");
}
.hero__articles2{
	background-image: linear-gradient(rgb(22 28 45 / 81%), rgb(22 28 45 / 78%)), url("../images/2.webp");
}
.hero__articles3 {
	background-image: linear-gradient(rgb(22 28 45 / 81%), rgb(22 28 45 / 78%)), url("../images/3.webp");
}
.hero__articles4 {
	background-image: linear-gradient(rgb(22 28 45 / 81%), rgb(22 28 45 / 78%)), url("../images/4.webp");
}
.hero__articles5 {
	background-image: linear-gradient(rgb(22 28 45 / 81%), rgb(22 28 45 / 78%)), url("../images/5.webp");
}
.hero__articles6 {
	background-image: linear-gradient(rgb(22 28 45 / 81%), rgb(22 28 45 / 78%)), url("../images/6.webp");
}

.hero__articles6 {
	background-image: linear-gradient(rgb(22 28 45 / 81%), rgb(22 28 45 / 78%)), url("../images/6.webp");
}

.hero__articles7 {
	background-image: linear-gradient(rgb(22 28 45 / 81%), rgb(22 28 45 / 78%)), url("../images/7.webp");
}

.hero__articles8 {
	background-image: linear-gradient(rgb(22 28 45 / 81%), rgb(22 28 45 / 78%)), url("../images/8.webp");
}
.hero__articles9 {
	background-image: linear-gradient(rgb(22 28 45 / 81%), rgb(22 28 45 / 78%)), url("../images/9.webp");
}
#home h1,
.hero__docs h1,
.hero__articles h1{
	color: #ebb884!important;
}
.hero__box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

#home p{
	font-weight: 500;
	color: #fff;
	text-align: center;
}
.breadcrumb-item a{
	transition: color .3s ease-in-out;
}
.breadcrumb-item a:hover{
	color:#ebb884 !important;
}

.btn-outline {
	border: 1px solid #ebb884;
	color: #ebb884;

}
.btn-outline:hover{
	background-color: #ebb884;
	color: #fff;
}


.blog-box {
	height: 100%;
	background-color: #fff;
	border: 1px solid #cacaca;
}
.blog-content{
	padding: 15px;
}

.blog-box {
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 0px;
	position: relative;
	overflow: hidden;
}

.blog-images img {
	transition: transform 0.5s ease;
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.blog-box:hover .blog-images img {
	transform: scale(1.02);
	
}

.blog-content {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	padding: 1rem;
}


.blog-title {
	margin: 0 0 .75rem 0;
	font-size: 1rem;
	line-height: 1.25;

}


.read-link {
	margin-top: auto;

}


.read-link a {
	text-decoration: none;
}
.text-muted {
	font-weight: 500 !important;
}

input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

input[type="checkbox"]:checked+label,
input[type="checkbox"]:not(:checked)+label {
	display: inline-block;
	position: relative;
	padding-left: 28px;
	line-height: 20px;
	cursor: pointer;
}

input[type="checkbox"]:checked+label:before,
input[type="checkbox"]:not(:checked)+label:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 18px;
	height: 18px;
	border: 1px solid #ebb884;
	background-color: #ffffff;
}

input[type="checkbox"]:checked+label:before,
input[type="checkbox"]:not(:checked)+label:before {
	border-radius: 2px;
}

input[type="checkbox"]:checked+label:after,
input[type="checkbox"]:not(:checked)+label:after {
	content: "";
	position: absolute;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

input[type="checkbox"]:checked+label:after,
input[type="checkbox"]:not(:checked)+label:after {
	left: 5px;
	top: 5px;
	width: 10px;
	height: 5px;
	border-radius: 1px;
	border-left: 3px solid #ebb884;
	border-bottom: 3px solid #ebb884;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

input[type="checkbox"]:not(:checked)+label:after {
	opacity: 0;
}

input[type="checkbox"]:checked+label:after {
	opacity: 1;
}

.custom-form-group {
	margin-bottom: 16px;
}
#send_newsletter .confirm-small {
	padding-left: 4px;
}
.confirm-small a{
	color:#ebb884;
}

.articles__section {
	padding-top: 45px;
	padding-bottom: 80px;
}


.wrapper__docs {
    padding: 140px 0 45px 0;
}

.wrapper__docs h1 {
    text-align: center;
    margin-bottom: 16px;
    font-size: calc(1rem + 1.5vw);

}
.wrapper__docs a{
	color:#ebb884;
}


.wrapper__docs p:last-child {
    margin-bottom: 0;
}

.wrapper__docs p:not(:last-child) {
    margin-bottom: 16px;
}

.wrapper__docs a {
    text-decoration: none;
    cursor: pointer;
}
.footer__list {
	list-style: none;
  display: flex;
	flex-direction: column;
	gap: 16px;
	padding-left: 0px !important;
}



footer a{
	color: #ebb884;
	display: block;
}
footer a:hover{
	color:#dddddd;
}
.logo img{
	max-width: 200px;
}
.img__desc {
	display: block;
}
.img__mob{
	display: none !important;
}

.thnaks__main h1{
  font-size: 30px !important;
	line-height: 40px;
}
.thanks__wrapper {
	position: relative;
	padding: 80px 0;
}

.thanksLogo__wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 100px;
}

.thanks__logo {
	max-width: 100px;
	width: 100%;
	margin-bottom: 40px;
}

.thanks__textContent {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0 auto 100px;
	padding: 0 15px;
	max-width: 800px;
	text-align: center;
}

.thanks__text {
	font-size: 18px;
	line-height: 30px;
}
.wrapper__docs a{
	text-decoration: underline !important;
}
.breadcrumb{
	justify-content: center;
}

.letter-spacing::first-letter {
	float: left;
	font-size: 3.5em;
	line-height: 1;
	padding-right: 0.1em;
	font-weight: bold;
	font-family: serif;
	
}
.articles__descr-box{
	margin-bottom: 80px;
}

/*sidebar*/
#sidebar {
	position: sticky;
	top: 100px;
	align-self: flex-start;
	z-index: 100;
}
.sidebar__menu-box {
	background-color: #fff;
	border-radius: 10px;
	border-top: 4px solid #ebb884;
	border-bottom: 4px solid #ebb884;
	
	padding: 20px;
	position: relative;
	box-shadow: 0px 4px 9px #a7aaad;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 17px;
}
#sidebar ul li {
	
	background: url("../images/icon1.png") no-repeat 0 15px;
	margin: 0 0 5px;
	padding: 10px 20px 10px;
	clear: both;
	overflow-wrap: break-word;
	color:#323232;
}
#sidebar ul li:not(:last-child){
	border-bottom: 1px dashed #ddd;
}
#sidebar ul li a{
	color:#323232;
}

/*comments form*/
.comments__form {
	padding: 20px;
	margin: 20px 0 0;
	color: #323232;
	border: 1px solid #e5eaec;
}

.comments__form textarea {
	background: #eee;
	border: 1px solid #e5eaec;
}
@media (max-width: 992.98px) {
    .header{
    padding: 8px 10px;
    }
    .header {
        flex-direction: column;
    }
		.header img{
				max-width: 180px;
		}
		.article__box {
			flex-direction: column;
		}


}
@media (max-width: 575.98px){
	.img__desc {
			display: none !important;
		}
	
		.img__mob {
			display: block !important;
		}
		#home,
		.hero__docs,
		.hero__articles {
			padding-top: 200px;
			padding-bottom: 100px;
			background-image: linear-gradient(rgb(22 28 45 / 38%), rgb(22 28 45 / 47%)), url("../images/bg-mob.webp");
		}
}
