@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Georgian:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	background-image: url(../images/subtle_dots.png);
}
:root {
	--font-georgian: "Noto Serif Georgian", serif;
	--font-roboto: "Roboto", serif;
}
.f-50-b-r {
	font-size: 50px;
	font-family: var(--font-roboto);
	font-weight: 700;
}
.f-45-b-r {
	font-size: 45px;
	font-family: var(--font-roboto);
	font-weight: 400;
}
.f-35-b-r {
	font-size: 35px;
    font-family: var(--font-roboto);
    text-align: center;
    font-weight: 700;
}
.f-30-b-g {
	font-family: var(--font-georgian);
	font-size: 30px;
    font-style: normal;
    font-weight: 300;
    color: #000000;
    line-height: 29px;
    margin-top: 5px;
}
.f-26-b-r {
	font-family: var(--font-roboto);
	font-size: 26px;

}
.f-24-b-g {
	color: #2e4346;
	letter-spacing: inherit;
    line-height: 1.6em;
    font-size: 24px;
    margin: 0 0 1.1em;
    font-family: var(--font-georgian);
}
.f-24-b-r {
	color: #000;
	letter-spacing: inherit;
    line-height: 1.6em;
    font-size: 24px;
    margin: 0 0 1.1em;
    font-family: var(--font-roboto);
    font-weight: 400;
}
.f-21-b-g {
	font-size: 19px;
	font-family: var(--font-georgian);
	color: #000;
	font-weight: 400;
	line-height: 32px;
}
.f-16-b-g {
	font-size: 16px;
	font-family: var(--font-georgian);
	color: #000;
	font-weight: 400;
	line-height: 32px;
}
.set-inner-white {
	background-color: #fff;
    border-radius: 3px;
    max-width: 960px;
    width: 92%;
    padding: 35px;
    margin: 0 auto;
    box-sizing: content-box;
}
.set-bg-grey {
    background-color: #eaeef0;
    padding: 10px 20px;
}
.max-w-100 {
	max-width: 100%;
}
.text-center {
	text-align: center;
}

.mt-62 {
	margin-top: 62px;
}
.mt-52 {
	margin-top: 52px;
}
.mt-32 {
	margin-top: 32px;
}
.mt-12 {
	margin-top: 12px;
}
.mt-18 {
	margin-top: 18px;
}
.fw-bold {
	font-weight: 700;
}
.set-bg-yellow {
	padding: 20px;
	color: #2e4346;
	background-color: #ffffcb;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
.set-bg-highlited {
	background-color: #FFFE00;
}
.set-d-flex {
	display: flex;
	align-items: center;
}
.set-mb-0 {
	margin: 0;
}
.set-list-number {
	background-color: #78AA16;
	height: 32px;
	width: 32px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: var(--font-roboto);
}
.set-gap-3 {
	gap: 12px;
}
.set-main-ul {
	list-style-type: none;
}
.white-box-shadow {
	padding: 20px;
	background-color: #fff;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .15);
}
.text-red {
	color: red;
}
.max-460-box {
	max-width: 460px;
	margin: auto;
}
.mt-150 {
	margin-top: 150px;
}
.f-14-g-r {
	color: #a8a8a8;
	font-size: 14px;
	line-height: 25px;
	font-family: var(--font-roboto);
}
.text-black {
	color: #000;
}
.set-text-same {
	text-decoration: none;
	color: #000;
}
.set-justify-content-center {
	justify-content: center;
}
@media only screen and (max-width: 576px) {
	.f-50-b-r {
    	font-size: 32px;
	}
	.f-45-b-r {
	    font-size: 25px;
	}
	.f-30-b-g {
	    font-size: 22px;
	}
}