*, *::before, *::after {
	box-sizing: border-box;
}
@font-face {
	font-family: 'BPG-Arial';
	src: url('../fonts/arial/bpg_arial_2009.ttf');
}
@font-face {
	font-family: 'BPG-mgrmlovani';
	src: url('../fonts/arial/bpg_mrgvlovani_caps_2010.ttf');
}
:root {
	--main-color: #ff8a42;
	--second-color: #fff4ed;
	--third-color: #ebebeb;
	--first-color: #ff8a42;
	--white: #fff;
	--description-color: rgba(51, 51, 51, 0.6);
	--font-dark: #333;
	--dark: #333;
	--font-family: 'BPG-Arial', sans-serif;
	--second-family: 'BPG-mgrmlovani', sans-serif;
	--hover-text: #4b4b4b;
}
svg {
	max-height: 100%;
	fill: currentColor;
	fill-rule: evenodd;
	stroke: currentColor;
	stroke-width: 0;
}
input:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
body, html {
	font-family: BPG-Arial;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	letter-spacing: normal;
	font-size: 16px;
	overflow: visible;
}
@font-face {
	font-family: 'BPG';
	src: url('../fonts/nino-mtavruli/bpg-nino-mtavruli-webfont.eot');
   /* IE9 Compat Modes */
	src: url('../fonts/nino-mtavruli/bpg-nino-mtavruli-webfont.eot?#iefix') format('embedded-opentype'), 
   /* IE6-IE8 */
	url('../fonts/nino-mtavruli/bpg-nino-mtavruli-webfont.woff2') format('woff2'), 
   /* Super Modern Browsers */
	url('../fonts/nino-mtavruli/bpg-nino-mtavruli-webfont.woff') format('woff'), 
   /* Pretty Modern Browsers */
	url('../fonts/nino-mtavruli/bpg-nino-mtavruli-webfont.ttf') format('truetype'), 
   /* Safari, Android, iOS */
	url('../fonts/nino-mtavruli/bpg-nino-mtavruli-webfont.svg#bpg_nino_mtavruliregular') format('svg');
   /* Legacy iOS */
}
@font-face {
	font-family: 'CLG';
	src: url('../fonts/3d/calligraphy.ttf') format('TrueType');
}

img { vertical-align: middle; }


.flex { display: flex; }
.flex-wrap { flex-wrap: wrap }
.items-center { align-items: center; }
.flex-around { justify-content: space-around; }
.flex-between { justify-content: space-between; }
.flex-evenly { justify-content: space-evenly; }
.flex-center { justify-content: center; }
.flex-column { flex-direction: column; }
.flex110 { flex: 1 1 0; }


#overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}
body {
	background: #fff;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
input, textarea {
	padding: 2px;
	font-size: 14px;
}
select {
	padding: 2px;
	font-size: 14px;
}
br {
	clear: both;
}
fieldset {
	border: 1px solid #999;
	border-radius: 7px;
	padding: 2px;
	margin: auto;
}
legend {
	margin-left: 10px;
	color: #000;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: normal;
}
a {
	color: #000;
	text-decoration: none;
}
.show {
	display: block !important;
}
.hide {
	display: none !important;
}
.BPG {
	font-family: BPG;
}
.bpgArial {
	font-family: bpgArial;
}
.overflow-hidden {
	z-index: -1;
	overflow: hidden;
}
.drop-in {
	animation: drop-in 1s ease 100ms backwards;
}
@keyframes drop-in {
	from {
		opacity: 0;
		transform: translateY(-10px);
   }
	to {
		opacity: 1;
		transform: translate(0px);
   }
}
.slide-up {
	animation: slide-up 1s ease 100ms backwards;
}
@keyframes slide-up {
	from {
		opacity: 0;
		transform: translateY(100px);
   }
	to {
		opacity: 1;
		transform: translate(0px);
   }
}
.loader {
	position: relative;
	z-index: 9999;
	left: 50%;
	top: 50%;
	width: 250px;
	height: 250px;
	margin-top: -125px;
	margin-left: -125px;
	background: url('../images/loader.gif');
}
.header-container {
	background: var(--first-color);
}
.header {
	margin: auto;
	padding: 20px 0;
	display: block;
	max-width: 1400px;
	width: 100%;
	color: #fff;
}
.header .container {
	padding-left: 0!important;
	padding-right: 0!important;
	max-width: 1350px!important;
}
.learning {
	font-size: 32px;
	font-family: 'font-stretch: ultra-condensed';
}
.header .menu-col {
	flex: 1;
	text-align: right;
}
.header .col1 {
	width: 200px;
}
.header .col1, .header .col2 {
	padding-left: 15px;
}
.header .text1 {
	margin-top: 60px;
	font-size: 2.3vw;
	font-weight: 900;
}
.header .text2 {
	font-size: 16px;
	margin-top: 10px;
}
.header-img {

}
.content {
	margin: auto;
	padding: 20px 0;
	display: block;
	max-width: 1400px;
}
.content .left {
	border-right: 1px solid var(--third-color);
}
.top-menu li {
	display:block;
	font-size: 18px;
	list-style: none;
	margin-left: 20px;
	position: relative;
}
.top-menu li a {
	color: #fff;
}
.btn1 {
	display: inline-block;
	background: #fff;
	color: var(--first-color) !important;
	padding: 10px 20px;
	border-radius: 9px;
	font-size: 18px;
}
.top-menu .submenu {
	display: none;
	position: absolute;
	border-radius: 9px;
	width: 100%;
	padding: 0 10px;
	margin-top: 5px;
	right: 0;
	background: var(--second-color);
	z-index: 1;
}
.top-menu .submenu li {
	display: block;
	margin: 0;
	border-bottom: 1px solid #f5ebe4;
}
.top-menu .submenu li:last-child {
	border-bottom: none;
}
.top-menu .submenu li a {
	display: block;
	padding: 10px 0;
	color: #716e6c;
	text-align: left;
	font-size: 15px;
}
.top-menu .submenu li a i {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	color: var(--first-color);
}
.top-menu a:focus + .submenu, .submenu:hover {
	animation: drop-in 1s ease 100ms backwards;
	display: block;
}
@keyframes autorization-drop {
	from {
		opacity: 0;
		transform: translateY(-200px);
   }
	to {
		opacity: 1;
		transform: translate(0px);
   }
}
.autorization-drop {
	animation: autorization-drop 0.5s ease 100ms backwards;
}
.autorization-container {
	position: fixed;
	display: none;
	top: 100px;
	width: 100%;
	z-index: 2;
}
.autorization-container > .row {
	margin: auto;
	position: relative;
	max-width: 1000px;
	width: 100%;
	background-color: #fff;
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
}
.autorization-form {
	position: relative;
	display: flex;
	margin: 0 15px;
	flex-wrap: wrap;
	box-shadow: 0px 4px 40px rgba(255, 138, 66, 0.2);
	border-radius: 20px;
	background: #fff;
}
.autorization-form::before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: var(--first-color);
	border-radius: 20px 20px 0 0;
}
.autorization-container .close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	width: 40px;
}
.autorization-container .close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	width: 40px;
}
.autorization-container .close i:hover {
	color: #fab68b;
}
.autorization-container .close i {
	font-size: 28px;
}
.autorization-form label {
	position: relative;
	width: auto;
	padding: 22px 30px;
	cursor: pointer;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	transition: background 0.1s, color 0.1s;
}
.login-form {
	margin: auto;
	width: 100%;
	padding: 20px 10px;
	display: none;
	order: 99;
}
.login-form input, .login-form button {
	display: block;
	width: 100%;
	margin: 10px 0;
	padding: 15px 5px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #e4e4e7;
	border-radius: 9px;
}
.login-form button {
	background: var(--first-color);
	color: #fff;
}
.autorization-form .input[type='radio'] {
	display: none;
}
.autorization-form .input[type='radio']:checked + label {
	background: #fff;
	color: #000;
}
.autorization-form .input[type='radio']:first-child:checked + label {
	border-top-left-radius: 20px;
}
.autorization-form .input:checked + .label + .login-form {
	display: block;
}
.submit {
	position: relative;
	cursor: pointer;
}
.submit:disabled {
    cursor: not-allowed;
}
.submit:disabled::after {
	content: ' ';
    position: absolute;
    right: 10px; top: 25%;
    width: 25px;
    height: 25px;
    border: 4px solid #FFF;
    border-bottom-color: var(--main-color);
    border-radius: 50%;
    display: inline-block;
    animation: rotation 1s linear infinite;
}
.send-sms-btn:disabled .btn-loader {
    right: 5px; top: 15%;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.social-login {
	position: relative;
	display: block;
	margin-top: 5px;
	padding: 15px 0;
	background: #f4f4f4;
	border-radius: 9px;
	text-align: center;
	font-size: 16px;
}
.social-login i {
	font-size: 24px;
	position: absolute;
	left: 22px;
	top: 15px;
}
.profile {
	margin: auto;
	width: 100%;
	max-width: 1400px;
}
.upload-avatar {
	display: block;
	width: 100%;
	border: 1px solid #e4e4e7;
	text-align: center;
	border-radius: 9px;
}
.upload-avatar .fa-upload {
	font-size: 52px;
	color: #000;
}
.upload-avatar .upload-title {
	color: #000;
}
.progress {
	height: 18px;
	border-radius: 5px;
	background: #e4e4e7;
	display: none;
}
.progress .progress-bar {
	width: 0%;
	height: 18px;
	background: var(--first-color);
	border-radius: 5px;
	text-align: center;
}
.avatar-col .alert {
	margin: 5px auto 0 auto;
}
.avatar-image {
	width: 200px;
	border-radius: 9px;
}
.input-error {
	margin: 5px;
	font-size: 16px;
	animation: fadein 1s;
}
@keyframes fadein {
	from {
		opacity: 0;
   }
	to {
		opacity: 1;
   }
}
.tests {
	padding: 20px;
}
.tests .object-title {
	color: var(--first-color);
	font-size: 22px;
	margin-bottom: 20px;
	text-align: center;
}
.tests .word-input {
	width: 100%;
	border: 1px solid var(--first-color);
	border-radius: 9px;
	font-size: 22px;
	padding: 8px 15px;
	margin-top: 10px;
	text-align: center;
}
.tests .word-input.error {
	border-color: red;
	box-shadow: 0 0 7px red;
}
.tests .word-input.success {
	border-color: green;
	box-shadow: 0 0 7px green;
}
.mt5 {
	margin-top: 1rem;
}
.ml5 {
	margin-left: 1rem;
}
.tests .helper-btn {
	font-size: 32px;
	width: 50px;
	border: 1px solid var(--first-color);
	border-radius: 5px;
	cursor: pointer;
}
.tests .helper-btn.grammer-btn {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.tests .grammer-text {
	position: fixed;
	z-index: 3;
	background: #fff;
	top: 5%;
	left: 5%;
	padding: 20px;
	width: 90%;
	height: 90%;
	font-size: 18px;
	opacity: 0;
	overflow-y: auto;
}
.tests .grammer-text.slideUp {
	animation: slide-up 0.5s ease 100ms backwards;
	transform: translateY(0);
	opacity: 1;
}
.tests .grammer-text .close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	background: none;
	border: 0;
	cursor: pointer;
}
.tests .grammer-text .close-btn .fa {
	font-size: 30px;
}
.tests .answers-wrap .answer.success {
	background: green;
}
.tests .answers-wrap .answer.error {
	background: red;
}
.buttons-wrapper {
	gap: 20px;
}
.total-score {
	border: 4px solid var(--first-color);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	font-size: 20px;
}
.error-counter {
	border: 4px solid var(--first-color);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	font-size: 20px;
}

.live-rating-wrapper {
	overflow-y: auto;
	max-height: 500px;
	position: relative;
	font-family: var(--second-family);
}
.live-rating {
	border-bottom: 1px solid #ccc;
	background-color: #f8eeee;
	border-radius: 5px;
}
.live-rating-title {
	font-size: 18px;
	background-color: var(--main-color);
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.live-rating .avatar {
	display: flex;
	justify-content: center;
	padding: 10px 0;
}
.live-rating .avatar .fa-user {
	font-size: 60px;
}
.live-rating .avatar img {
	width: 70px;
	height: auto;
	border-radius: 50%;
}
.live-rating .name {
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	padding: 2px 0 10px 0;
}
.live-rating .score {
	background-color: var(--first-color);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 0;
}
.live-rating .score .fa-trophy {
	font-size: 18px;
}
.livelive-rating .score span {
	font-size: 18px;
	margin-left: 5px;
}
.live-rating-wrapper hr {
	margin: 0;
	height: 3px;
	background-color: var(--main-color);
	border-radius: 2px;
}
.l-radio {
	padding: 6px;
	border-radius: 50px;
	display: inline-flex;
	cursor: pointer;
	transition: background 0.2s ease;
	margin: 8px 0;
	-webkit-tap-highlight-color: transparent;
	border: #ff8a42 solid 1px;
}
.l-radio:focus-within {
	background: #ff8a42;
}
.l-radio:hover {
	background: #fab68b;
}
.l-radio input {
	vertical-align: middle;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background: none;
	border: 0;
	box-shadow: inset 0 0 0 1px #ff8a42;
	box-shadow: inset 0 0 0 1.5px #ff8a42;
	appearance: none;
	padding: 0;
	margin: 0;
	transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
	pointer-events: none;
}
.l-radio input:focus {
	outline: none;
}
.l-radio input:checked {
	box-shadow: inset 0 0 0 6px #ff8a42;
}
.l-radiospan {
	vertical-align: middle;
	display: inline-block;
	line-height: 20px;
	padding: 0 8px;
	font-size: 20px;
}
.l-radioOk:focus-within {
	background: #3ce03e;
}
.l-radioOk:hover {
	background: #3ce03e;
}
.l-radioError:focus-within {
	background: #f22626;
}
.l-radioError:hover {
	background: #f22626;
}
.l-radioOk {
	background: #3ce03e;
}
.l-radioError {
	background: #f22626;
}
/*New codes*/
/*start burger menu and header*/
#menu {
	display: flex;
	align-items: center;
	width: 100%;
	list-style-type: none;
	padding: 0;
	gap: 30px;
	-webkit-font-smoothing: antialiased;
}
#menu li {
	font-size: 18px;
	color: var(--white);
	font-family: var(--second-family);
	transition: 0.5s color;
	padding: 5px 0;
}
#menu li:hover {
	color: var(--hover-text);
}
#menuToggle {
	display: block;
	position: relative;
	top: 0;
	right: 0;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
}
#menuToggle span {
	display: none;
}
#menuToggle input {
	display: none;
}
/*end burger menu*/
header {
	min-height: 50px;
	background: var(--main-color);
}
.btnReg {
	border-radius: 20px;
	width: 169px;
	height: 45px;
	background: var(--white);
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 18px;
	color: var(--main-color);
	transition: all 0.5s;
}
.btnReg:hover {
	background-color: #ebebeb;
}

.logo {
	width: 200px;
	height: auto;
}
.logo img {
	width: 100%;
	height: 50px;
}
.header-title {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 30px;
	line-height: 140%;
	color: var(--white);
	margin-bottom: 16px;
}
.header-text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #392525;
	margin-bottom: 40px;
	text-align: start;
}
.header-helloImg {
	width: 100%;
	text-align: center;
}
.header-helloImg img {
	width: 80%;
}
.start {
	font-weight: 700;
	width: 300px;
	box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.3);
	background: var(--white);
	margin-bottom: 40px;
}
.start2 {
	display: none;
}
/*and header*/
/*start main*/
.main {
	width: 100%;
}
.main-Online-courses-text {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 18px;
	color: var(--main-color);
}
.card-title {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 18px;
	color: var(--dark);
}
.card-text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	color: var(--description-color);
	min-height: 70px;
}
.mainBtn {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	color: var(--main-color);
}
.card {
	width: 100% !important;
	border: 1px solid rgba(51, 51, 51, 0.1);
	border-radius: 20px;
}
.card .img-wrapper {
	overflow: hidden;
	border-radius: 20px;
}
.card img {
	display: block;
	border: 0;
	min-height: 100%;
	min-width: 100%;
}
.card:nth-child(3) img {
	border: 0;
	border-radius: 20px;
	height: 0px;
}
/*animation*/
.main-Online-courses {
	position: relative;
}
.main-Online-courses:hover {
	opacity: 0.8;
	border-radius: 20px;
	-webkit-box-shadow: -2px 7px 47px 3px rgba(148, 134, 103, 1);
	-moz-box-shadow: -2px 7px 47px 3px rgba(148, 134, 103, 1);
	box-shadow: -2px 7px 47px 3px rgba(148, 134, 103, 1);
	transition: all 0.5s;
	cursor: pointer;
}
/*end main*/
/*start table-words*/
.table-words {
	width: 100%;
	background-color: var(--main-color);
}
.table-words form {
	height: 48px;
	border-radius: 20px;
	background: var(--white);
	text-align: right;
}
.table-words input {
	height: 48px;
	border-radius: 20px;
	width: 100%;
	border: 0;
	padding-left: 10px;
	padding-right: 20px;
}
.search-btn {
	padding: 10px;
}
#form-deleteBtn {
	border: 0;
	background: none;
	font-size: 18px;
}
#form-deleteBtn:hover {
	color: #fab68b;
}
.table-words table {
	width: 100%;
	border-radius: 12px;
}
.table-words thead {
	background: #f8d8c5;
	border-bottom: 0.5px solid rgba(51, 51, 51, 0.2);
}
.table-words th, td {
	border-bottom: 0.5px solid rgba(51, 51, 51, 0.2);
	border-right: 0.5px solid rgba(51, 51, 51, 0.2);
	padding: 8px 10px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	color: var(--description-color);
}
.table-words thead th:nth-child(1) {
	border-top-left-radius: 12px;
	text-align: center;
}
.table-words thead th:nth-child(2) {
	text-align: center;
}
.table-words thead th:nth-child(3) {
	border-top-right-radius: 12px;
}
tr:last-child th {
	border-bottom: none !important;
}
tr:last-child td {
	border-bottom: none !important;
}
.wordVolume {
	margin-right: 10px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	color: var(--description-color);
}
.wordSpan {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	color: var(--description-color);
}
.fa-volume-up {
	color: var(--first-color);
	padding-right: 10px;
}
.fa-volume-up:hover {
	color: #c39636;
	cursor: pointer;
}
/*and table*/
/*start challenge*/
.challenge {
	width: 100%;
	position: relative;
	box-shadow: 0 4px 40px 0 rgba(255, 138, 66, 0.2);
	min-height: 900px;
}
.challenge-content {
	max-width: 576px;
	margin: 0 auto;
	height: 630px;
}
.challenge-content_title {
	color: var(--main-color);
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-family: var(--second-family);
	font-weight: 700;
}
.challenge-content_img {
	width: 100%;
}
.challenge-content_img img {
	width: 100%;
}
.challenge-content_lineOne {
	position: relative;
	width: 1px;
	height: 100%;
	border: 1px dashed rgba(51, 51, 51, 0.2);
}
.line1 {
	position: absolute;
	width: 14px;
	height: 13px;
	background: var(--first-color);
	border-radius: 100%;
	top: 100px;
	right: -7px;
}
.line2 {
	position: absolute;
	width: 14px;
	height: 13px;
	background: var(--first-color);
	border-radius: 100%;
	top: 310px;
	right: -7px;
}
.line3 {
	position: absolute;
	width: 14px;
	height: 13px;
	background: var(--first-color);
	border-radius: 100%;
	top: 535px;
	right: -7px;
}
.challenge-content-h6 {
	padding: 0;
	text-align: center;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 24px;
	color: var(--dark);
	margin-top: 70px;
}
.challenge-content-h6 span {
	padding: 0;
	text-align: center;
	color: var(--main-color);
	padding-left: 10px;
}
.challenge-content-p {
	text-align: center;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	color: var(--description-color);
	width:100%;
}
.challenge-content-p span {
	font-weight: 700;
	color: var(--main-color);
	padding-left: 10px;
	padding-top: 10px;
	font-family: var(--second-family);
	display: inline-block;
	
}
.ellipse {
	position: absolute;
	bottom: 0;
	z-index: 0;
}
.ellipse3 {
	position: absolute;
	right: 0;
	top: 226px;
	z-index: 0;
}
.ellipse4 {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}
/*footer*/
.main-footer {
	width: 100%;
	background: var(--main-color);
}
.main-footer #menu-footer {
	display: flex;
	flex-direction: row;
	gap: 16px;
    margin-left: 10px;
    margin-right: 10px;
	list-style-type: none;
}
#social-links{
}
#menu-footer li {
	font-size: 18px;
	color:white;
	transition: 0.5s color;
	font-family: var(--second-family);
	padding: 5px 0;
}
#menu-footer li a{
	color:white;
}
#menu-footer a img:hover {
	transform: scale(1.1, 1.1);
	opacity: 0.8;
	-webkit-box-shadow: -2px 7px 47px 3px rgba(148, 134, 103, 1);
	-moz-box-shadow: -2px 7px 47px 3px rgba(148, 134, 103, 1);
	box-shadow: -2px 7px 47px 3px rgba(148, 134, 103, 1);
	transition: all 0.5s;
	cursor: pointer;
}
#menu-footer li:hover {
	color: var(--hover-text);
}
.news-content {
	display: grid;
	grid-template-areas: 'area1 area1 area1 area2 area2 area2' 'area3 area3 area3 area2 area2 area2' 'title title title title title title' 'area5 area5 area6 area6 area7 area7';
	grid-gap: 10px;
	padding: 0;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.news:nth-child(1) {
	grid-area: area1;
	padding: 20px;
	border-radius: 10px;
	padding: 0;
	border: 1.5px solid #e4e4e5;
	border-radius: 20px;
	display: flex;
	padding-top: 20px;
	flex-direction: row-reverse;
}
.news {
	position: relative;
}
.news img {
	width: 275px;
	padding: 0;
	height: 190px;
	border-radius: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.news:nth-child(2) {
	grid-area: area2;
	border-radius: 10px;
	padding: 0;
	border: 1.5px solid #e4e4e5;
	border-radius: 20px;
}
.news:nth-child(2) img {
	height: 300px;
	width: 100%;
	border-radius: 30px;
	padding: 20px;
	margin-bottom: 0;
}
.news:nth-child(3) {
	grid-area: area3;
	padding: 20px;
	border-radius: 10px;
	padding: 0;
	border: 1.5px solid #e4e4e5;
	border-radius: 20px;
	display: flex;
	padding-top: 20px;
	flex-direction: row-reverse;
}
.similar-news-title:nth-child(4) {
	grid-area: title;
}
.news:nth-child(5) {
	grid-area: area5;
}
.news:nth-child(6) {
	grid-area: area6;
}
.news:nth-child(7) {
	grid-area: area7;
}
.padding-news {
	padding: 20px;
	padding-top: 0;
	margin-right: 1.2vw;
}
.padding-news p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--description-color);
}
.news:hover {
	opacity: 0.7;
}
.newsMore {
	font-weight: 400;
	font-size: 16px;
	color: var(--main-color);
}
.newsMore:hover {
	color: #c39636;
}
.pagination {
	clear: both;
	padding: 10px 0 10px 0;
	font-size: 12px;
}
.pagination a {
	color: #000;
	margin: 0 2px;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #f7f7f7;
	padding: 4px 6px;
}
.pagination a:hover {
	background: #eaeaea;
}
.pagination span {
	margin: 0 2px;
	color: #ccc;
	border: 1px solid #f1f1f1;
	border-radius: 3px;
	background: #fbfbfb;
	padding: 4px 6px;
}
.pagination b {
	margin: 0 2px;
	color: #000;
	border: 1px solid #bababa;
	border-radius: 3px;
	background: #e7e7e7;
	padding: 4px 6px;
}
.bottom-news {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px !important;
	border-radius: 10px;
	border: 1.5px solid #e4e4e5;
	padding: 20px;
}
.bottom-news .padding-news {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;
	position: relative;
	left: -10%;
	max-width: 90%;
	width: 100%;
	margin-bottom: auto;
}
.news-title {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: clamp(16px, 1.43vw, 22px);
	color: var(--dark);
	word-break: break-all;
	padding-bottom: 10px;
}
.bottom-news img {
	margin-bottom: 5px;
	width: 100%;
	margin-right: 0;
}
.container h6 {
	font-weight: 700;
	font-size: 18px;
	color: var(--main-color);
	font-family: var(--second-family);
	margin-top: 50px;
}
.pagination .page-item a {
	color: var(--main-color);
	font-weight: bold;
}
/* full news*/
.full-news-content {
	display: grid;
	grid-template-areas: 'area1 area1 area1 area1 area1 area1' 'area3 area3 area3 area3 area3 area3' 'area4 area4 area4 area4 area4 area4' 'area5 area5 area5 area5 area5 area5';
	grid-gap: 10px;
	padding: 10px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.container-news {
	max-width: 1090px;
	margin: 0 auto;
	padding: 30px;
}
.full {
	padding: 0 !important;
}
.full:nth-child(1) {
	grid-area: area1;
}
.full:nth-child(2) {
	grid-area: area3;
}
.full:nth-child(3) {
	grid-area: area4;
}
.full:nth-child(4) {
	grid-area: area5;
}
.full h1 {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 24px;
	line-height: 140%;
	color: var(--dark);
	margin-top: 80px;
	margin-bottom: 0;
}
.full h6 {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 14px;
	color: var(--main-color);
}
.full-img {
	max-width: 1030px;
	height: 400px;
}
.full-img img {
	border-radius: 12px;
	width: 100%;
	height: 100%;
}
.bottom-full-news {
	display: flex;
	border: 1.5px solid #e4e4e5;
	border-radius: 20px;
	height: 230px;
}
.bottom-full-news__img {
	width: 50%;
	height: 190px;
	padding: 20px 0px 20px 20px;
}
.bottom-full-news__img img {
	width: 100%;
	border-radius: 12px;
	height: 190px;
}
.bottom-full-news__items {
	padding: 20px 0px 20px 20px;
	position: relative;
}
.bottom-full-news__items p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--description-color);
}
.bottom-full-news__items button {
	display: block;
	width: 250px;
	height: 50px;
	line-height: 46px;
	text-decoration: none;
	text-align: center;
	border-radius: 50px;
	border: 2px solid var(--first-color);
	color: var(--first-color);
	font-size: 20px;
	font-family: arial;
	position: relative;
	overflow: hidden;
	background: transparent;
	text-transform: uppercase;
	transition: all 0.35s;
	left: 0;
}
.bottom-full-news__items button:before, .bottom-full-news__items button:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: -100%;
	left: 0;
	background: var(--main-color);
	z-index: -1;
	transition: all 0.35s;
}
.bottom-full-news__items button:before {
	opacity: 0.5;
}
.bottom-full-news__items button:after {
	transition-delay: 0.2s;
}
.bottom-full-news__items button:hover {
	color: #fff;
}
.bottom-full-news__items button:hover:before, .bottom-full-news__items button:hover:after {
	top: 0;
}
/*start section*/
.start-section {
	background-color: #fc9a5d;
}
.start-section h1 {
	margin-bottom: 30px;
	color: #ffffff;
}
.start-section__items {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	justify-content: center;
}
.start-section__item {
	border-radius: 20px;
	padding: 40px;
	width: 377px;
	height: 293px;
	background: var(--white);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: all 0.5s;
	position: relative;
}
.start-section__img {
	margin: 0 auto;
}
.start-section__img img {
	margin: 0 auto;
}
.start-section__item h3 {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 24px;
	text-align: center;
	color: #000;
}
.start-section__item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.1);
	transition: all 0.3s;
}
.start-section__item:hover::before {
	opacity: 0;
	transform: scale(0.5, 0.5);
}
.start-section__item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
	border-radius: 20px;
	border: 3px solid rgba(179, 20, 20, 0.5);
	transform: scale(1.2, 1.2);
}
.start-section__item:hover::after {
	opacity: 1;
	transform: scale(1, 1);
}
.start-section__item:hover {
	opacity: 0.8;
	cursor: pointer;
}
/* დიალოგების ფანჯარა*/
.dialogues {
	width: 100%;
	height: 220px;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	padding: 15px;
}
.text {
	margin-bottom: 10px;
}
.translation {
	background-color: #6c63ff;
	color: #ffffff;
	padding: 10px 15px;
	border-radius: 15px;
	margin-bottom: 5px;
	font-size: 19px;
}
.original {
	background-color: #e0e0e0;
	color: #000000;
	padding: 10px 15px;
	border-radius: 15px;
	font-size: 19px;
}
/* დიალოგების ფანჯარის დასასრული*/
/*გრამათიკის ქულების და გულების კონტეინერი*/
.UiContainer{
	display: flex;
	justify-content: space-between;
}
.bnt-hide2{
	display:none;
}


.buy-vip-popup {
	width: 100%;
	top: 40%;
	position: fixed;
	z-index: 9;
}
.buy-vip-popup .text-box {
	display: block;
	margin: auto;
	max-width: 500px;
	width: 100%;
	text-align: center;
	background: #fff;
	padding: 80px 10px;
	border-radius: 10px;
}
.buy-vip-popup a {
	font-size: 22px;
}
.buy-vip-btn {
	border: 1px solid #000;
	margin-top: 20px;
	transition: 0.3s;
}
.buy-vip-btn:hover { background: #dfdfdf; }
.finish-text {
	text-align: center;
	font-size: 16px;

}

.captcha {
	gap: 10px;
}
.captcha .reload {
	font-size: 32px;
}
.contact .more {
	display: inline-block;
	color: #fff;
	background: var(--first-color);
	padding: 10px 30px 7px 30px;
	border-radius: 3px;
	font-size: 18px;
	border: 0;
	font-weight: bold;
	cursor: pointer;
}
#top-ge-counter-container{
	text-align:center;
}

