img{
	width: 100%;
	height: auto;
}
body{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	text-transform: capitalize;
	color: #000000;
	text-transform: none;
	scroll-behavior: smooth;
}
a{
	color: #000;
}
a:hover{
	text-decoration: none;
	color: #000;
}
h1{
	font-weight: 700;
	font-size: 52px;
	line-height: 121.18%;
	color: #2D1C52;
}
.fullwrapper{
	width: 100%;
	background: #F3F3F7;
}
.container{
	width: 100%;
	max-width: 1200px;
}

.logo-and-nav{
	padding-top: 21px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: end;
	padding-bottom: 11px;
}
.social {
	font-size: 16px;
  	line-height: 22px;
  	color: #828282;
	flex-basis: 30%;
    text-align: right;
}
.new-nav{
	max-width: 583px;
	width: 100%;
	position: relative;
}
.new-nav:after{
	background-image: url("data:image/svg+xml,%3Csvg width='584' height='3' viewBox='0 0 584 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.00044' y1='1.00044' x2='582.004' y2='1.25725' stroke='%23BDBDBD' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	position: absolute;
	content: '';
	width: 100%;
	height: 3px;
	bottom: -11px;
	z-index: 100;
}
.blog-nav-item{
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #828282;
	padding: 0;
	position: relative;
}
.blog-nav-item:after{
	content: '';
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg width='195' height='2' viewBox='0 0 195 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='1' x2='194' y2='1' stroke='url(%23paint0_linear_142_10107)' stroke-width='2' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_142_10107' x1='38.096' y1='2.5' x2='176.275' y2='2.50007' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23343269'/%3E%3Cstop offset='1' stop-color='%23523B83'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
	width: 100%;
	height: 2px;
	left: 0;
	bottom: -10px;
	z-index: 200;
	display: none;
}
.blog-nav-item:hover{
	color: #2d1c52;
}
.blog-nav-item:hover:after{
	display: block;
}
.blog-nav a:hover {
    background: none;
}
.blog-nav{
	justify-content: space-between;
    display: flex;
}
.blog-nav .active{
	color: #828282;
}
/*Header end*/

/*main title start*/
.main-title-search-img{
	display: flex;
	align-items: end;
    justify-content: space-between;
}
.main-title-and-search{
	max-width: 570px;
}
.main-title{
	margin-bottom: 60px;
}
.search{
	max-width: 471px;
	margin: 0;
}
#ajaxSearch_form input[type=text]{
	box-shadow: none;
	background: #FFFFFF;
	border: 1px solid #6A5EA3;
	border-radius: 6px;
	max-height: 46px;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-transform: capitalize;
	color: #4F4F4F;
}
#ajaxSearch_submit{
	width: 54px;
	height: 46px;
	background: #6A5EA3 url(../images/redesign/search-ico.png)no-repeat center;
	border-radius: 0px 6px 6px 0px;
}
/*main title end*/

/*blog main start*/
.blog-main{
	margin-left: 0;
}
.blog-post-thumb{
	background: #FDFDFD;
	border-radius: 5px;
	filter: drop-shadow(0px 14px 21px rgba(0, 0, 0, 0.1));
	box-shadow: none;
	border: 0;
	padding: 32px;
	position: relative;
	height: 100%;
}
.blog-post-thumb:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	height: 5px;
	width: 0;
	border-radius: 5px;
	background: linear-gradient(90deg, #343269 19.54%, #523B83 90.4%);
	transition: 250ms;
}
.blog-post-thumb:hover:after{
	width: 100%;
}
.blog-post-thumb:hover .blog-post-site-inner-wrapper:after{
	right: -50px;
}
.blog-post-site-inner-wrapper{
	position: relative;
}
.blog-post-site-inner-wrapper:after{
	position: absolute;
	content: '';
	right: -39px;
	top: 3px;
	background-image: url("data:image/svg+xml,%3Csvg width='25' height='13' viewBox='0 0 25 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.5303 7.03033C24.8232 6.73744 24.8232 6.26256 24.5303 5.96967L19.7574 1.1967C19.4645 0.903806 18.9896 0.903806 18.6967 1.1967C18.4038 1.48959 18.4038 1.96447 18.6967 2.25736L22.9393 6.5L18.6967 10.7426C18.4038 11.0355 18.4038 11.5104 18.6967 11.8033C18.9896 12.0962 19.4645 12.0962 19.7574 11.8033L24.5303 7.03033ZM0 7.25L24 7.25V5.75L0 5.75L0 7.25Z' fill='url(%23paint0_linear_725_104)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_725_104' x1='4.68874' y1='7' x2='21.6954' y2='7' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23343269'/%3E%3Cstop offset='1' stop-color='%23523B83'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
	width: 25px;
	height: 13px;
	transition: 250ms;
}
.blog-post-thumb .blog-post-title{
	margin-bottom: 14px;
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	color: #232323;
	max-height: fit-content;
}
.main-blog-row{
	padding-bottom: 183px;
}
#eFiltr_results .row{
	row-gap: 30px;
}
.blog-post-contacts{
	min-height: auto;
}
/*blog main end*/

/*footer start*/
.fulwrapper-footer a{
	z-index: 2;
}
.fulwrapper-footer{
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #6A5EA3;
	position: relative;
	
}
.fulwrapper-footer a{
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
}
.fulwrapper-footer span{
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
}
.fulwrapper-footer:after{
	position: absolute;
	content: '';
	bottom: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1170px;
	height: 140px;
	background-image: url("data:image/svg+xml,%3Csvg width='1170' height='140' viewBox='0 0 1170 140' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1090.8 26.3943H1024.67V235.991H1090.8V26.3943Z' fill='white'/%3E%3Cpath d='M1090.81 26.3943H1057.74V235.419H1090.81V26.3943Z' fill='white'/%3E%3Cpath d='M1055.57 5.81871H1032.22V26.3942H1055.57V5.81871Z' fill='white'/%3E%3Cpath d='M1055.57 5.81871H1050.01V26.3942H1055.57V5.81871Z' fill='white'/%3E%3Cpath d='M1019.16 26.3944V25.1978H1092.74V26.3944' fill='%23E0E0E0'/%3E%3Cpath d='M1043.33 35.3685H1037.73V47.1694H1043.33V35.3685Z' fill='%23FAFAFA'/%3E%3Cpath d='M1057.74 51.8515C1057.74 51.9729 1050.34 52.0769 1041.21 52.0769C1032.08 52.0769 1024.67 51.9729 1024.67 51.8515C1024.67 51.7301 1032.08 51.626 1041.21 51.626C1050.34 51.626 1057.74 51.6867 1057.74 51.8515Z' fill='%23E0E0E0'/%3E%3Cpath d='M1076.68 35.3685H1071.08V47.1694H1076.68V35.3685Z' fill='%23E0E0E0'/%3E%3Cpath d='M1091.1 51.8515C1091.1 51.9729 1083.69 52.0769 1074.56 52.0769C1065.43 52.0769 1058.03 51.9729 1058.03 51.8515C1058.03 51.7301 1065.43 51.626 1074.56 51.626C1083.69 51.626 1091.1 51.6867 1091.1 51.8515Z' fill='%23E0E0E0'/%3E%3Cpath d='M1076.68 58.8053H1071.08V70.6061H1076.68V58.8053Z' fill='%23E0E0E0'/%3E%3Cpath d='M1091.1 75.2623C1091.1 75.3837 1083.69 75.4878 1074.56 75.4878C1065.43 75.4878 1058.03 75.3837 1058.03 75.2623C1058.03 75.141 1065.43 75.0369 1074.56 75.0369C1083.69 75.0369 1091.1 75.1149 1091.1 75.2623Z' fill='%23E0E0E0'/%3E%3Cpath d='M1076.68 82.9445H1071.08V94.7453H1076.68V82.9445Z' fill='%23E0E0E0'/%3E%3Cpath d='M1091.1 99.3842C1091.1 99.5142 1083.69 99.6096 1074.56 99.6096C1065.43 99.6096 1058.03 99.5142 1058.03 99.3842C1058.03 99.2541 1065.43 99.1587 1074.56 99.1587C1083.69 99.1587 1091.1 99.2628 1091.1 99.3842Z' fill='%23E0E0E0'/%3E%3Cpath d='M1076.68 107.092H1071.08V118.893H1076.68V107.092Z' fill='%23E0E0E0'/%3E%3Cpath d='M1091.1 123.532C1091.1 123.653 1083.69 123.757 1074.56 123.757C1065.43 123.757 1058.03 123.653 1058.03 123.532C1058.03 123.411 1065.43 123.307 1074.56 123.307C1083.69 123.307 1091.1 123.402 1091.1 123.532Z' fill='%23E0E0E0'/%3E%3Cpath d='M1076.68 130.547H1071.08V142.347H1076.68V130.547Z' fill='%23E0E0E0'/%3E%3Cpath d='M1043.33 59.1609H1037.73V70.9617H1043.33V59.1609Z' fill='%23FAFAFA'/%3E%3Cpath d='M1057.74 75.6005C1057.74 75.7219 1050.34 75.826 1041.21 75.826C1032.08 75.826 1024.67 75.7219 1024.67 75.6005C1024.67 75.4791 1032.08 75.3751 1041.21 75.3751C1050.34 75.3751 1057.74 75.4791 1057.74 75.6005Z' fill='%23E0E0E0'/%3E%3Cpath d='M1043.33 82.9533H1037.73V94.7541H1043.33V82.9533Z' fill='%23FAFAFA'/%3E%3Cpath d='M1057.74 99.3928C1057.74 99.5142 1050.34 99.6183 1041.21 99.6183C1032.08 99.6183 1024.67 99.5142 1024.67 99.3928C1024.67 99.2714 1032.08 99.1674 1041.21 99.1674C1050.34 99.1674 1057.74 99.2714 1057.74 99.3928Z' fill='%23E0E0E0'/%3E%3Cpath d='M1043.33 106.746H1037.73V118.546H1043.33V106.746Z' fill='%23FAFAFA'/%3E%3Cpath d='M1057.74 123.185C1057.74 123.315 1050.34 123.411 1041.21 123.411C1032.08 123.411 1024.67 123.315 1024.67 123.185C1024.67 123.055 1032.08 122.96 1041.21 122.96C1050.34 122.96 1057.74 123.064 1057.74 123.185Z' fill='%23E0E0E0'/%3E%3Cpath d='M1043.33 130.547H1037.73V142.347H1043.33V130.547Z' fill='%23FAFAFA'/%3E%3Cpath d='M1167.71 116.439H1089.55V364.135H1167.71V116.439Z' fill='white'/%3E%3Cpath d='M1167.71 119.691H1128.63V364.144H1167.71V119.691Z' fill='white'/%3E%3Cpath d='M1126.08 95.3696H1098.48V119.691H1126.08V95.3696Z' fill='white'/%3E%3Cpath d='M1126.08 95.3696H1119.5V119.691H1126.08V95.3696Z' fill='white'/%3E%3Cpath d='M1083.04 119.691V118.269H1170V119.691' fill='%23E0E0E0'/%3E%3Cpath d='M1111.6 130.295H1104.99V144.246H1111.6V130.295Z' fill='%23FAFAFA'/%3E%3Cpath d='M1151.02 130.295H1144.4V144.246H1151.02V130.295Z' fill='%23E0E0E0'/%3E%3Cpath d='M163.694 23.8097H87.1577V266.363H163.694V23.8097Z' fill='white'/%3E%3Cpath d='M163.685 23.8097H125.421V265.696H163.685V23.8097Z' fill='white'/%3E%3Cpath d='M122.916 0H95.8892V23.8097H122.916V0Z' fill='white'/%3E%3Cpath d='M122.915 0H116.473V23.8097H122.915V0Z' fill='white'/%3E%3Cpath d='M80.7759 23.8096V22.4223H165.931V23.8096' fill='%23E0E0E0'/%3E%3Cpath d='M108.739 34.1972H102.262V47.8536H108.739V34.1972Z' fill='%23FAFAFA'/%3E%3Cpath d='M125.421 53.2207C125.421 53.3594 116.855 53.4808 106.294 53.4808C95.733 53.4808 87.1577 53.3594 87.1577 53.2207C87.1577 53.082 95.7244 52.9606 106.294 52.9606C116.863 52.9606 125.421 53.0733 125.421 53.2207Z' fill='%23E0E0E0'/%3E%3Cpath d='M147.341 34.1972H140.864V47.8536H147.341V34.1972Z' fill='%23E0E0E0'/%3E%3Cpath d='M164.023 53.2207C164.023 53.3594 155.456 53.4808 144.887 53.4808C134.317 53.4808 125.759 53.3594 125.759 53.2207C125.759 53.082 134.317 52.9606 144.887 52.9606C155.456 52.9606 164.023 53.0733 164.023 53.2207Z' fill='%23E0E0E0'/%3E%3Cpath d='M147.341 61.3191H140.864V74.9755H147.341V61.3191Z' fill='%23E0E0E0'/%3E%3Cpath d='M164.023 80.3426C164.023 80.4813 155.456 80.6027 144.887 80.6027C134.317 80.6027 125.759 80.4813 125.759 80.3426C125.759 80.2039 134.317 80.0825 144.887 80.0825C155.456 80.0825 164.023 80.2299 164.023 80.3426Z' fill='%23E0E0E0'/%3E%3Cpath d='M147.341 89.256H140.864V102.912H147.341V89.256Z' fill='%23E0E0E0'/%3E%3Cpath d='M164.023 108.279C164.023 108.418 155.456 108.54 144.887 108.54C134.317 108.54 125.759 108.418 125.759 108.279C125.759 108.141 134.317 108.019 144.887 108.019C155.456 108.019 164.023 108.132 164.023 108.279Z' fill='%23E0E0E0'/%3E%3Cpath d='M147.341 117.193H140.864V130.849H147.341V117.193Z' fill='%23E0E0E0'/%3E%3Cpath d='M164.023 136.216C164.023 136.364 155.456 136.477 144.887 136.477C134.317 136.477 125.759 136.364 125.759 136.216C125.759 136.069 134.317 135.956 144.887 135.956C155.456 135.956 164.023 136.069 164.023 136.216Z' fill='%23E0E0E0'/%3E%3Cpath d='M108.739 61.7353H102.262V75.3916H108.739V61.7353Z' fill='%23FAFAFA'/%3E%3Cpath d='M125.421 80.7501C125.421 80.8975 116.855 81.0102 106.294 81.0102C95.733 81.0102 87.1577 80.8975 87.1577 80.7501C87.1577 80.6027 95.7244 80.49 106.294 80.49C116.863 80.49 125.421 80.6113 125.421 80.7501Z' fill='%23E0E0E0'/%3E%3Cpath d='M108.739 89.2648H102.262V102.921H108.739V89.2648Z' fill='%23FAFAFA'/%3E%3Cpath d='M125.421 108.288C125.421 108.427 116.855 108.548 106.294 108.548C95.733 108.548 87.1577 108.427 87.1577 108.288C87.1577 108.15 95.7244 108.028 106.294 108.028C116.863 108.028 125.421 108.141 125.421 108.288Z' fill='%23E0E0E0'/%3E%3Cpath d='M108.739 116.803H102.262V130.459H108.739V116.803Z' fill='%23FAFAFA'/%3E%3Cpath d='M125.421 135.818C125.421 135.965 116.855 136.078 106.294 136.078C95.733 136.078 87.1577 135.965 87.1577 135.818C87.1577 135.67 95.7244 135.558 106.294 135.558C116.863 135.558 125.421 135.722 125.421 135.818Z' fill='%23E0E0E0'/%3E%3Cpath d='M240.438 43.336H170.786V264.066H240.438V43.336Z' fill='white'/%3E%3Cpath d='M240.429 43.336H205.608V263.459H240.429V43.336Z' fill='white'/%3E%3Cpath d='M242.476 42.0701H168.203V43.3361H242.476V42.0701Z' fill='%23E0E0E0'/%3E%3Cpath d='M190.434 52.7871H184.538V65.2209H190.434V52.7871Z' fill='%23FAFAFA'/%3E%3Cpath d='M205.616 70.0938C205.616 70.2239 197.813 70.3366 188.206 70.3366C178.598 70.3366 170.786 70.2239 170.786 70.0938C170.786 69.9638 178.59 69.8597 188.206 69.8597C197.821 69.8597 205.616 69.9638 205.616 70.0938Z' fill='%23E0E0E0'/%3E%3Cpath d='M225.559 52.7871H219.663V65.2209H225.559V52.7871Z' fill='%23E0E0E0'/%3E%3Cpath d='M240.741 70.0938C240.741 70.2239 232.938 70.3366 223.331 70.3366C213.724 70.3366 205.92 70.2239 205.92 70.0938C205.92 69.9638 213.724 69.8597 223.331 69.8597C232.938 69.8597 240.741 69.9638 240.741 70.0938Z' fill='%23E0E0E0'/%3E%3Cpath d='M225.559 77.4639H219.663V89.8976H225.559V77.4639Z' fill='%23E0E0E0'/%3E%3Cpath d='M240.741 94.7793C240.741 94.9093 232.938 95.0134 223.331 95.0134C213.724 95.0134 205.92 94.9093 205.92 94.7793C205.92 94.6492 213.724 94.5365 223.331 94.5365C232.938 94.5365 240.741 94.6406 240.741 94.7793Z' fill='%23E0E0E0'/%3E%3Cpath d='M225.559 102.886H219.663V115.32H225.559V102.886Z' fill='%23E0E0E0'/%3E%3Cpath d='M240.741 120.202C240.741 120.332 232.938 120.436 223.331 120.436C213.724 120.436 205.92 120.332 205.92 120.202C205.92 120.072 213.724 119.968 223.331 119.968C232.938 119.968 240.741 120.115 240.741 120.202Z' fill='%23E0E0E0'/%3E%3Cpath d='M225.559 128.317H219.663V140.751H225.559V128.317Z' fill='%23E0E0E0'/%3E%3Cpath d='M190.434 77.8454H184.538V90.2792H190.434V77.8454Z' fill='%23FAFAFA'/%3E%3Cpath d='M205.616 95.1522C205.616 95.2822 197.813 95.3863 188.206 95.3863C178.598 95.3863 170.786 95.2822 170.786 95.1522C170.786 95.0221 178.59 94.9181 188.206 94.9181C197.821 94.9181 205.616 95.0221 205.616 95.1522Z' fill='%23E0E0E0'/%3E%3Cpath d='M190.434 102.895H184.538V115.329H190.434V102.895Z' fill='%23FAFAFA'/%3E%3Cpath d='M205.616 120.21C205.616 120.34 197.813 120.444 188.206 120.444C178.598 120.444 170.786 120.34 170.786 120.21C170.786 120.08 178.59 119.976 188.206 119.976C197.821 119.976 205.616 120.115 205.616 120.21Z' fill='%23E0E0E0'/%3E%3Cpath d='M190.434 127.953H184.538V140.387H190.434V127.953Z' fill='%23FAFAFA'/%3E%3Cpath d='M82.9092 122.057H6.37305V364.611H82.9092V122.057Z' fill='white'/%3E%3Cpath d='M82.9092 122.057H44.6455V363.943H82.9092V122.057Z' fill='white'/%3E%3Cpath d='M42.1393 98.2389H15.1128V122.049H42.1393V98.2389Z' fill='white'/%3E%3Cpath d='M42.1396 98.2389H35.6973V122.049H42.1396V98.2389Z' fill='white'/%3E%3Cpath d='M0 122.057V120.67H85.1461V122.057' fill='%23E0E0E0'/%3E%3Cpath d='M27.9628 132.436H21.4858V146.092H27.9628V132.436Z' fill='%23FAFAFA'/%3E%3Cpath d='M66.5561 132.436H60.0791V146.092H66.5561V132.436Z' fill='%23E0E0E0'/%3E%3Cpath d='M933.091 69.0801C933.75 64.2765 926.978 60.3227 921.879 59.9152C919.452 59.7158 916.928 60.0886 914.631 59.2909C909.645 57.5568 907.694 51.1144 902.787 49.0595C899.154 47.5248 894.983 48.8947 891.445 50.6636C887.908 52.4324 884.431 54.6694 880.494 54.9295C877.026 55.1463 873.35 53.8717 870.35 55.5452C868.121 56.7937 866.951 59.3689 864.887 60.8863C862.823 62.4037 860.248 62.6898 857.751 62.8199C855.254 62.9499 852.661 62.9846 850.39 64.0251C848.118 65.0656 846.228 67.4934 846.705 69.9298L933.091 69.0801Z' fill='white'/%3E%3Cpath d='M258.568 20.1506C259.002 16.9685 254.519 14.3499 251.146 14.0811C249.534 13.9511 247.869 14.1939 246.343 13.6649C243.039 12.5117 241.721 8.24576 238.539 6.89313C236.129 5.87866 233.337 6.78041 231.022 7.95096C228.707 9.1215 226.383 10.6042 223.773 10.7776C221.51 10.9163 219.039 10.0753 217.062 11.1851C215.579 12.0522 214.807 13.717 213.438 14.7228C212.018 15.5957 210.378 16.0412 208.712 16.006C207.052 15.9621 205.398 16.2328 203.839 16.8037C202.33 17.4887 201.082 19.0841 201.394 20.7142L258.568 20.1506Z' fill='white'/%3E%3Cpath d='M1001.39 26.3509C1001.82 23.1687 997.341 20.5589 993.968 20.2814C992.355 20.1513 990.69 20.4028 989.164 19.8652C985.861 18.7207 984.543 14.4547 981.36 13.0934C978.95 12.0789 976.158 12.9807 973.843 14.1599C971.528 15.3391 969.204 16.8131 966.594 16.9779C964.323 17.1253 961.86 16.2842 959.874 17.3941C958.4 18.2611 957.62 19.9259 956.259 20.923C954.842 21.8024 953.2 22.2484 951.533 22.2063C949.874 22.1712 948.222 22.4416 946.66 23.004C945.152 23.6977 943.903 25.2931 944.215 26.9145L1001.39 26.3509Z' fill='white'/%3E%3Cpath d='M1163.94 65.4818C1164.37 62.2996 1159.89 59.6811 1156.52 59.4123C1154.9 59.2822 1153.24 59.525 1151.71 58.9961C1148.41 57.8516 1147.09 53.5856 1143.91 52.2243C1141.5 51.2098 1138.71 52.1116 1136.39 53.2908C1134.08 54.47 1131.75 55.944 1129.14 56.1088C1126.87 56.2562 1124.41 55.4151 1122.42 56.5163C1120.95 57.3834 1120.17 59.0481 1118.81 60.0539C1117.39 60.9333 1115.75 61.3793 1114.08 61.3372C1112.42 61.2933 1110.77 61.564 1109.21 62.1349C1107.7 62.8286 1106.45 64.4153 1106.76 66.0454L1163.94 65.4818Z' fill='white'/%3E%3Cpath d='M65.6975 54.2612C66.1397 51.0791 61.6483 48.4605 58.2754 48.1917C56.6713 48.0617 54.9979 48.3045 53.4718 47.7755C50.177 46.6223 48.8504 42.3564 45.6682 41.0037C43.2578 39.9893 40.4658 40.891 38.1507 42.0616C35.8357 43.2321 33.4339 44.6801 30.824 44.8882C28.561 45.0269 26.0985 44.1859 24.1129 45.2957C22.6302 46.1628 21.8585 47.8276 20.4972 48.8334C19.0742 49.7047 17.4313 50.15 15.763 50.1166C14.1029 50.0727 12.4495 50.3434 10.8901 50.9143C9.3814 51.6167 8.14149 53.1947 8.47097 54.8248L65.6975 54.2612Z' fill='white'/%3E%3C/svg%3E%0A");
}
/*footer end*/
/*breadcrumbs start*/

.B_crumbBox{
	padding-top: 10px;
	margin-bottom: 35px;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	padding-bottom: 0;
	color: #828282;
}
.B_homeCrumb{
	color: #828282;
}
.B_lastCrumb{
	color: #523B83;
}
.margin-30-wrap{
	margin-left: -15px;
	margin-right: -15px;
}
/*breadcrumbs end*/

/*different start*/
.different_thumb-redesign{
	padding: 30px 10px 13px 23px;
	filter: drop-shadow(0px 14px 21px rgba(0, 0, 0, 0.1));
	border-radius: 15px;
	text-align: left;
	height: 215px;
	position: relative;
}
.different_thumb-redesign .different-title{
	font-weight: 700;
	font-size: 32px;
	line-height: 44px;
	color: #523B83;
	text-align: left;
}
.for-background-image{
	height: 100%;
}
.different-item:nth-child(1) .different_thumb-redesign{
	padding-right: 0;
	padding-bottom: 0;
}
.different-item:nth-child(2) .different_thumb-redesign{
	padding-right: 0;
	padding-bottom: 24px;
}
.different-item:nth-child(6) .different_thumb-redesign{
	padding-bottom: 17px;
}
.different-item:nth-child(7) .different_thumb-redesign{
	padding-right: 0;
	padding-bottom: 16px;
}
.more-link-box{
	position: absolute;
	bottom: 34px;
}
.more-link{
	font-weight: 700;
	font-size: 14px;
	line-height: 19px;
	text-transform: lowercase;
	color: #2D1C52;
	position: relative;
}
.more-link:hover{
	text-decoration: none;
}
.more-link:after{
	position: absolute;
	content: '';
	width: 25px;
	height: 13px;
	background-image: url("data:image/svg+xml,%3Csvg width='25' height='13' viewBox='0 0 25 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.5303 7.03033C24.8232 6.73744 24.8232 6.26256 24.5303 5.96967L19.7574 1.1967C19.4645 0.903806 18.9896 0.903806 18.6967 1.1967C18.4038 1.48959 18.4038 1.96447 18.6967 2.25736L22.9393 6.5L18.6967 10.7426C18.4038 11.0355 18.4038 11.5104 18.6967 11.8033C18.9896 12.0962 19.4645 12.0962 19.7574 11.8033L24.5303 7.03033ZM0 7.25L24 7.25V5.75L0 5.75L0 7.25Z' fill='url(%23paint0_linear_140_5422)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_140_5422' x1='4.68874' y1='7' x2='21.6954' y2='7' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23343269'/%3E%3Cstop offset='1' stop-color='%23523B83'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
	right: -40px;
	top: 3px;
}
.header{
	padding-bottom: 40px;
}
.main-block{
	padding-bottom: 84px;
}
.text-center{
	display: flex;
	width: 100%;
	justify-content: center;
}
.text-center button{
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	text-decoration-line: underline;
	margin-top: 45px;
}
.blog-post-thumb{
	min-height: 250px;
	position: relative;
}
.blog-post-site{
	position: absolute;
	left: 32px;
	bottom: 32px;
}

/*search start*/
.search{
	
}

.main-search{
	max-width: 471px;
}
.main-search fieldset{
	display: flex;
}
.enter-input{
	padding: 13px 15px 11px 25px;
	width: 100%;
	border-radius: 6px 0 0 6px;
	border: 1px solid #6A5EA3;
	border-right: 0;
}
.search .submit-button{
	background: #6A5EA3;
	border-radius: 0px 6px 6px 0px;
}
.search .submit-button:after{
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 21px;
	height: 21px;
	background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 15.1219L19.5 20' stroke='%23E5E5E5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 8.78049C17 13.0544 13.4417 16.561 9 16.561C4.5583 16.561 1 13.0544 1 8.78049C1 4.50658 4.5583 1 9 1C13.4417 1 17 4.50658 17 8.78049Z' stroke='%23E5E5E5' stroke-width='2'/%3E%3C/svg%3E%0A");
}
}
* {
  box-sizing: border-box;
}
.__select {
  position: relative;
  width: 100%;
  max-width: 471px;
  height: 46px;
}
.__select[data-state=active] .__select__content {
  opacity: 1;
  z-index: 8;
}
.__select[data-state=active] .__select__label + .__select__input + .__select__label {
  max-height: 40px;
  border-top-width: 1px;
}

.__select__title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px 16px;
  border-radius: 5px;
  border: solid 1px #6A5EA3;
  cursor: pointer;
}

.__select__title::after {
  transform: translate(3px, -50%) rotate(-45deg);
}
.__select__title:hover {
  border-color: #6A5EA3;
}
.__select__title:hover::before, .__select__title:hover::after {
  background-color:#6A5EA3;
}

.__select__content {
  position: absolute;
  top: 47px;
  left: 0;
  display: flex;
  flex-direction: column;
  width: calc(100% - 46px);
  background-color: #ffffff;
  border: 1px solid #6A5EA3;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 0;
}

.__select__input {
  display: none;
}
.__select__input:checked + label {
  background-color: #dedede;
}
.__select__input:disabled + label {
  opacity: 0.6;
  pointer-events: none;
}

.__select__label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 16px;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.__select__label + input + .__select__label {
  border-top: 0 solid #C7CCD160;
}
.__select__label:hover {
  background-color: #6A5EA3 !important;
  color: #ffffff;
}
.__select__content{
	max-height: 332px;
	overflow: auto;
	box-shadow: 0px 23px 41px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	border: 0;
	scrollbar-width: thin;
	scrollbar-color: #E0E0E0 #6A5EA3;
}
body{
	scrollbar-width: thin;
	scrollbar-color: #E0E0E0 #6A5EA3;
}
.__select__content::-webkit-scrollbar, body::-webkit-scrollbar{
	height: 12px;
	width: 12px;
}
.__select__content::-webkit-scrollbar-track, body::-webkit-scrollbar-track{
	background: #E0E0E0;
	border-radius: 10px;
}
.__select__content::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb{
	background-color: #6A5EA3;
	border-radius: 10px;
	border: 3px solid #E0E0E0;
}

.__select__label{
	font-weight: 400;
	font-size: 18px;
	line-height: 147.19%;
	text-transform: lowercase;
	padding: 5px 23px;
	border: 0 !important;
	border-top-width: 0;
	border-radius: 0;
}
.__select__label:hover{
	background: #523B83;
}
/*search end*/

/*different start*/
.blog-nav-item.active:before{
	content: '';
    position: absolute;
    background: linear-gradient(90deg, #343269 0%, #523B83 100%);
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -10px;
    z-index: 200;
} 
/*different end*/

/*organization start*/
.stars{
	list-style: none;
	display: flex;
}
.stars a{
	width: 35px;
	height: 35px;
	display: block;
	transition: 250ms;
}
.stars p{
	display: none
}
.stars1 a{
	background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.5' cy='17.5004' r='17.5' fill='%23E0E0E0'/%3E%3Ccircle cx='12' cy='16.0004' r='2' fill='%23828282'/%3E%3Ccircle cx='23' cy='16.0004' r='2' fill='%23828282'/%3E%3Cpath d='M15 12.0004C14.5 11.0004 13.2355 10.1611 12 10.0004' stroke='%23828282' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M20 12.0004C20.5 11.0004 22.0078 10.1529 23 10.0004' stroke='%23828282' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M11 25.0004C12.0833 23.8004 14.0793 22.0004 17.5 22.0004C20.5793 22.0004 22.9167 23.8004 24 25.0004' stroke='%23828282' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.stars1.active a{
	background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.5' cy='17.5' r='17.5' fill='%23FF4A4A'/%3E%3Ccircle cx='12' cy='16' r='2' fill='black'/%3E%3Ccircle cx='23' cy='16' r='2' fill='black'/%3E%3Cpath d='M15 12C14.5 11 13.2355 10.1607 12 10' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M20 12C20.5 11 22.0078 10.1525 23 10' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M11 25C12.0833 23.8 14.0793 22 17.5 22C20.5793 22 22.9167 23.8 24 25' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.stars2 a{
	background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.5' cy='17.5004' r='17.5' fill='%23E0E0E0'/%3E%3Ccircle cx='12' cy='16.0004' r='2' fill='%23828282'/%3E%3Ccircle cx='23' cy='16.0004' r='2' fill='%23828282'/%3E%3Cpath d='M11 25.0004C12.0833 23.8004 14.0793 22.0004 17.5 22.0004C20.5793 22.0004 22.9167 23.8004 24 25.0004' stroke='%23828282' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.stars2.active a{
	background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.5' cy='17.5' r='17.5' fill='%23F0E04D'/%3E%3Ccircle cx='12' cy='16' r='2' fill='black'/%3E%3Ccircle cx='23' cy='16' r='2' fill='black'/%3E%3Cpath d='M11 25C12.0833 23.8 14.0793 22 17.5 22C20.5793 22 22.9167 23.8 24 25' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.stars3 a{
	background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.5' cy='17.5004' r='17.5' fill='%23E0E0E0'/%3E%3Ccircle cx='12' cy='16.0004' r='2' fill='%23828282'/%3E%3Ccircle cx='23' cy='16.0004' r='2' fill='%23828282'/%3E%3Cpath d='M11 24.0004C13 24.0004 13.5793 24.0004 17 24.0004C20.0793 24.0004 22 24.0004 24 24.0004' stroke='%23828282' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.stars3.active a{
	background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.5' cy='17.5' r='17.5' fill='%23F0E04D'/%3E%3Ccircle cx='12' cy='16' r='2' fill='black'/%3E%3Ccircle cx='23' cy='16' r='2' fill='black'/%3E%3Cpath d='M11 24C13 24 13.5793 24 17 24C20.0793 24 22 24 24 24' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.stars4 a{
	background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.5' cy='17.5004' r='17.5' fill='%23E0E0E0'/%3E%3Cpath d='M24 22.0004C22.9167 23.2004 20.9207 25.0004 17.5 25.0004C14.4207 25.0004 12.0833 23.2004 11 22.0004' stroke='%23828282' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='12' cy='16.0004' r='2' fill='%23828282'/%3E%3Ccircle cx='23' cy='16.0004' r='2' fill='%23828282'/%3E%3C/svg%3E%0A");
}
.stars4.active a{
	background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.5' cy='17.5' r='17.5' fill='%235AC389'/%3E%3Cpath d='M24 22C22.9167 23.2 20.9207 25 17.5 25C14.4207 25 12.0833 23.2 11 22' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='12' cy='16' r='2' fill='black'/%3E%3Ccircle cx='23' cy='16' r='2' fill='black'/%3E%3C/svg%3E%0A");
}
.stars5 a{
	background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.5' cy='17.5004' r='17.5' fill='%23E0E0E0'/%3E%3Cmask id='path-2-inside-1_140_5856' fill='white'%3E%3Cpath d='M17.5 27.0004C22.5745 27.0004 24.4231 23.4004 25 21.0004H17.5H10C10.5769 23.4004 12.4255 27.0004 17.5 27.0004Z'/%3E%3C/mask%3E%3Cpath d='M25 21.0004L31.8061 22.6365L33.8821 14.0004L25 14.0004V21.0004ZM10 21.0004L10 14.0004L1.1179 14.0004L3.19388 22.6365L10 21.0004ZM18.1939 19.3643C18.1519 19.5389 18.0915 19.7102 18.0234 19.848C17.9566 19.9831 17.9123 20.0263 17.9216 20.0167C17.9455 19.9922 17.9936 19.9579 18.0288 19.9432C18.0627 19.929 17.9241 20.0004 17.5 20.0004V34.0004C21.8962 34.0004 25.4447 32.3583 27.9516 29.784C30.2764 27.3967 31.3332 24.6039 31.8061 22.6365L18.1939 19.3643ZM17.5 20.0004C17.0759 20.0004 16.9373 19.929 16.9712 19.9432C17.0064 19.9579 17.0545 19.9922 17.0784 20.0167C17.0877 20.0263 17.0434 19.9831 16.9766 19.848C16.9085 19.7102 16.8481 19.5389 16.8061 19.3643L3.19388 22.6365C3.66682 24.6039 4.72361 27.3967 7.04844 29.784C9.55531 32.3583 13.1038 34.0004 17.5 34.0004V20.0004ZM10 28.0004L17.5 28.0004V14.0004H10L10 28.0004ZM17.5 28.0004H25V14.0004L17.5 14.0004V28.0004Z' fill='%23828282' mask='url(%23path-2-inside-1_140_5856)'/%3E%3Ccircle cx='12' cy='16.0004' r='2' fill='%23828282'/%3E%3Ccircle cx='23' cy='16.0004' r='2' fill='%23828282'/%3E%3C/svg%3E%0A");
}
.stars5.active a{
	background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.5' cy='17.5' r='17.5' fill='%235AC389'/%3E%3Cmask id='path-2-inside-1_140_5908' fill='white'%3E%3Cpath d='M17.5 27C22.5745 27 24.4231 23.4 25 21H17.5H10C10.5769 23.4 12.4255 27 17.5 27Z'/%3E%3C/mask%3E%3Cpath d='M25 21L31.8061 22.6361L33.8821 14L25 14V21ZM10 21L10 14L1.1179 14L3.19388 22.6361L10 21ZM18.1939 19.3639C18.1519 19.5386 18.0915 19.7098 18.0234 19.8476C17.9566 19.9827 17.9123 20.0259 17.9216 20.0164C17.9455 19.9918 17.9936 19.9576 18.0288 19.9428C18.0627 19.9286 17.9241 20 17.5 20V34C21.8962 34 25.4447 32.3579 27.9516 29.7836C30.2764 27.3963 31.3332 24.6035 31.8061 22.6361L18.1939 19.3639ZM17.5 20C17.0759 20 16.9373 19.9286 16.9712 19.9428C17.0064 19.9576 17.0545 19.9918 17.0784 20.0164C17.0877 20.0259 17.0434 19.9827 16.9766 19.8476C16.9085 19.7098 16.8481 19.5386 16.8061 19.3639L3.19388 22.6361C3.66682 24.6035 4.72361 27.3963 7.04844 29.7836C9.55531 32.3579 13.1038 34 17.5 34V20ZM10 28L17.5 28V14H10L10 28ZM17.5 28H25V14L17.5 14V28Z' fill='black' mask='url(%23path-2-inside-1_140_5908)'/%3E%3Ccircle cx='12' cy='16' r='2' fill='black'/%3E%3Ccircle cx='23' cy='16' r='2' fill='black'/%3E%3C/svg%3E%0A");
}
.vouting-row{
	
}
.vouting-row .
{
	padding-left: 50px;
	position: relative;
}
.vouting-row .author:before{
	position: absolute;
	left: 0;
	width: 35px;
	height: 35px;
}
.vote1 .author:before{
	content: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.5' cy='17.5' r='17.5' fill='%23FF4A4A'/%3E%3Ccircle cx='12' cy='16' r='2' fill='black'/%3E%3Ccircle cx='23' cy='16' r='2' fill='black'/%3E%3Cpath d='M15 12C14.5 11 13.2355 10.1607 12 10' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M20 12C20.5 11 22.0078 10.1525 23 10' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M11 25C12.0833 23.8 14.0793 22 17.5 22C20.5793 22 22.9167 23.8 24 25' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.vote2 .author:before{
	content: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.5' cy='17.5' r='17.5' fill='%23F0E04D'/%3E%3Ccircle cx='12' cy='16' r='2' fill='black'/%3E%3Ccircle cx='23' cy='16' r='2' fill='black'/%3E%3Cpath d='M11 25C12.0833 23.8 14.0793 22 17.5 22C20.5793 22 22.9167 23.8 24 25' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.vote3 .author:before{
	content: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.5' cy='17.5' r='17.5' fill='%23F0E04D'/%3E%3Ccircle cx='12' cy='16' r='2' fill='black'/%3E%3Ccircle cx='23' cy='16' r='2' fill='black'/%3E%3Cpath d='M11 24C13 24 13.5793 24 17 24C20.0793 24 22 24 24 24' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.vote4 .author:before{
	content: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.5' cy='17.5' r='17.5' fill='%235AC389'/%3E%3Cpath d='M24 22C22.9167 23.2 20.9207 25 17.5 25C14.4207 25 12.0833 23.2 11 22' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='12' cy='16' r='2' fill='black'/%3E%3Ccircle cx='23' cy='16' r='2' fill='black'/%3E%3C/svg%3E%0A");
}
.vote5 .author:before{
	content: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.5' cy='17.5' r='17.5' fill='%235AC389'/%3E%3Cmask id='path-2-inside-1_140_5908' fill='white'%3E%3Cpath d='M17.5 27C22.5745 27 24.4231 23.4 25 21H17.5H10C10.5769 23.4 12.4255 27 17.5 27Z'/%3E%3C/mask%3E%3Cpath d='M25 21L31.8061 22.6361L33.8821 14L25 14V21ZM10 21L10 14L1.1179 14L3.19388 22.6361L10 21ZM18.1939 19.3639C18.1519 19.5386 18.0915 19.7098 18.0234 19.8476C17.9566 19.9827 17.9123 20.0259 17.9216 20.0164C17.9455 19.9918 17.9936 19.9576 18.0288 19.9428C18.0627 19.9286 17.9241 20 17.5 20V34C21.8962 34 25.4447 32.3579 27.9516 29.7836C30.2764 27.3963 31.3332 24.6035 31.8061 22.6361L18.1939 19.3639ZM17.5 20C17.0759 20 16.9373 19.9286 16.9712 19.9428C17.0064 19.9576 17.0545 19.9918 17.0784 20.0164C17.0877 20.0259 17.0434 19.9827 16.9766 19.8476C16.9085 19.7098 16.8481 19.5386 16.8061 19.3639L3.19388 22.6361C3.66682 24.6035 4.72361 27.3963 7.04844 29.7836C9.55531 32.3579 13.1038 34 17.5 34V20ZM10 28L17.5 28V14H10L10 28ZM17.5 28H25V14L17.5 14V28Z' fill='black' mask='url(%23path-2-inside-1_140_5908)'/%3E%3Ccircle cx='12' cy='16' r='2' fill='black'/%3E%3Ccircle cx='23' cy='16' r='2' fill='black'/%3E%3C/svg%3E%0A");
}
.rating-smile p{
	display: none
}
.rating-all{
	display: flex;
	align-items: center;
	column-gap: 15px;
}
.rating-all span{
	display: block;
}
.rating-smile{
	width: 35px;
	height: 35px;
	display: block;
}
.first-rating{
	background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.5' cy='17.5' r='17.5' fill='%23FF4A4A'/%3E%3Ccircle cx='12' cy='16' r='2' fill='black'/%3E%3Ccircle cx='23' cy='16' r='2' fill='black'/%3E%3Cpath d='M15 12C14.5 11 13.2355 10.1607 12 10' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M20 12C20.5 11 22.0078 10.1525 23 10' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M11 25C12.0833 23.8 14.0793 22 17.5 22C20.5793 22 22.9167 23.8 24 25' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.second-rating{
	background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.5' cy='17.5' r='17.5' fill='%23F0E04D'/%3E%3Ccircle cx='12' cy='16' r='2' fill='black'/%3E%3Ccircle cx='23' cy='16' r='2' fill='black'/%3E%3Cpath d='M11 25C12.0833 23.8 14.0793 22 17.5 22C20.5793 22 22.9167 23.8 24 25' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.third-rating{
	background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.5' cy='17.5' r='17.5' fill='%23F0E04D'/%3E%3Ccircle cx='12' cy='16' r='2' fill='black'/%3E%3Ccircle cx='23' cy='16' r='2' fill='black'/%3E%3Cpath d='M11 24C13 24 13.5793 24 17 24C20.0793 24 22 24 24 24' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.forth-rating{
	background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.5' cy='17.5' r='17.5' fill='%235AC389'/%3E%3Cpath d='M24 22C22.9167 23.2 20.9207 25 17.5 25C14.4207 25 12.0833 23.2 11 22' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='12' cy='16' r='2' fill='black'/%3E%3Ccircle cx='23' cy='16' r='2' fill='black'/%3E%3C/svg%3E%0A");
}
.fifth-rating{
	background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.5' cy='17.5' r='17.5' fill='%235AC389'/%3E%3Cmask id='path-2-inside-1_140_5908' fill='white'%3E%3Cpath d='M17.5 27C22.5745 27 24.4231 23.4 25 21H17.5H10C10.5769 23.4 12.4255 27 17.5 27Z'/%3E%3C/mask%3E%3Cpath d='M25 21L31.8061 22.6361L33.8821 14L25 14V21ZM10 21L10 14L1.1179 14L3.19388 22.6361L10 21ZM18.1939 19.3639C18.1519 19.5386 18.0915 19.7098 18.0234 19.8476C17.9566 19.9827 17.9123 20.0259 17.9216 20.0164C17.9455 19.9918 17.9936 19.9576 18.0288 19.9428C18.0627 19.9286 17.9241 20 17.5 20V34C21.8962 34 25.4447 32.3579 27.9516 29.7836C30.2764 27.3963 31.3332 24.6035 31.8061 22.6361L18.1939 19.3639ZM17.5 20C17.0759 20 16.9373 19.9286 16.9712 19.9428C17.0064 19.9576 17.0545 19.9918 17.0784 20.0164C17.0877 20.0259 17.0434 19.9827 16.9766 19.8476C16.9085 19.7098 16.8481 19.5386 16.8061 19.3639L3.19388 22.6361C3.66682 24.6035 4.72361 27.3963 7.04844 29.7836C9.55531 32.3579 13.1038 34 17.5 34V20ZM10 28L17.5 28V14H10L10 28ZM17.5 28H25V14L17.5 14V28Z' fill='black' mask='url(%23path-2-inside-1_140_5908)'/%3E%3Ccircle cx='12' cy='16' r='2' fill='black'/%3E%3Ccircle cx='23' cy='16' r='2' fill='black'/%3E%3C/svg%3E%0A");
}
.sidebar-img-link{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.st-rating .span-recomendation{
	display: none;
}
.org-page .header{
	padding-bottom: 0;
	margin-bottom: 40px;
}
.h1-and-rating{
	justify-content: space-between;
	max-width: 645px;
	padding-bottom: 24px;
	border-bottom: 4px solid #343269;
	margin-bottom: 24px;
}
.span-recomendation{
	font-size: 17px;
	font-weight: 700;
	line-height: 150%;
	color: #828282;
}
.B_crumb{
	color: #828282;
}
.contacts-data-item{
	padding-left: 45px;
	line-height: 163.182%;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
	position: relative;
}
.contacts-data-item:before{
	position: absolute;
	left: 0;
	width: 28px;
	height: 28px;
	background-color: #E7E4F1;
	border-radius: 4px;
	padding: 2px;
}
.contacts-data-item:last-child{
	margin-bottom: 24px;
}
.contacts-data-item-address:before{
	content: url("data:image/svg+xml,%3Csvg width='26' height='27' viewBox='0 0 26 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.5' width='26' height='26' rx='4' fill='%23E7E4F1'/%3E%3Cpath d='M13 22.5C11.7369 21.4226 10.5662 20.2415 9.5 18.969C7.9 17.058 6 14.212 6 11.5C5.99931 10.1149 6.40951 8.76082 7.17869 7.609C7.94788 6.45718 9.04147 5.55943 10.3211 5.02937C11.6007 4.49931 13.0087 4.36076 14.3671 4.63126C15.7255 4.90176 16.9731 5.56915 17.952 6.54897C18.6038 7.19783 19.1203 7.96951 19.4719 8.81934C19.8234 9.66918 20.0029 10.5803 20 11.5C20 14.212 18.1 17.058 16.5 18.969C15.4338 20.2415 14.2631 21.4226 13 22.5ZM13 8.49997C12.2044 8.49997 11.4413 8.81604 10.8787 9.37865C10.3161 9.94126 10 10.7043 10 11.5C10 12.2956 10.3161 13.0587 10.8787 13.6213C11.4413 14.1839 12.2044 14.5 13 14.5C13.7957 14.5 14.5587 14.1839 15.1213 13.6213C15.6839 13.0587 16 12.2956 16 11.5C16 10.7043 15.6839 9.94126 15.1213 9.37865C14.5587 8.81604 13.7957 8.49997 13 8.49997Z' fill='white'/%3E%3C/svg%3E%0A");
}
.contacts-data-item-phone:before{
	content: url("data:image/svg+xml,%3Csvg width='23' height='24' viewBox='0 0 23 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.6875 21.3438H18.5653C4.44189 20.5316 2.43657 8.61469 2.15626 4.97781C2.13367 4.69504 2.1671 4.41059 2.25464 4.14076C2.34217 3.87094 2.48209 3.62103 2.66637 3.40537C2.85065 3.18971 3.07567 3.01253 3.32855 2.88398C3.58142 2.75543 3.85718 2.67804 4.14001 2.65625H8.10032C8.38822 2.65597 8.66957 2.74215 8.90793 2.90362C9.14629 3.06509 9.33067 3.29441 9.4372 3.56188L10.5297 6.25C10.6349 6.5113 10.661 6.79774 10.6048 7.07375C10.5485 7.34976 10.4125 7.60317 10.2134 7.8025L8.68251 9.34781C8.92165 10.7068 9.57245 11.9595 10.5469 12.9365C11.5213 13.9135 12.7723 14.5676 14.1306 14.8103L15.6903 13.265C15.8926 13.0682 16.1484 12.9353 16.4258 12.8829C16.7032 12.8305 16.9898 12.8609 17.25 12.9703L19.9597 14.0556C20.2231 14.1655 20.4479 14.3513 20.6053 14.5894C20.7628 14.8275 20.8458 15.1071 20.8438 15.3925V19.1875C20.8438 19.7594 20.6166 20.3078 20.2122 20.7122C19.8078 21.1166 19.2594 21.3438 18.6875 21.3438ZM4.31251 4.09375C4.12189 4.09375 3.93907 4.16948 3.80428 4.30427C3.66949 4.43906 3.59376 4.62188 3.59376 4.8125V4.87C3.92439 9.125 6.0447 19.1875 18.6444 19.9062C18.7388 19.9121 18.8335 19.8992 18.9229 19.8684C19.0123 19.8376 19.0948 19.7894 19.1656 19.7266C19.2364 19.6639 19.2941 19.5877 19.3354 19.5026C19.3767 19.4175 19.4008 19.3251 19.4063 19.2306V15.3925L16.6966 14.3072L14.6338 16.3556L14.2888 16.3125C8.03563 15.5291 7.18751 9.27594 7.18751 9.21125L7.14438 8.86625L9.18564 6.80344L8.10751 4.09375H4.31251Z' fill='white'/%3E%3C/svg%3E%0A");
}
.contacts-data-item-site a{
	color: #6A5EA3;
	font-weight: 700;
}
.contacts-data-item-site:before{
	content: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 11L21 3.5M16 3.5H21V8.5M21 14.5V19.5C21 20.0304 20.7893 20.5391 20.4142 20.9142C20.0391 21.2893 19.5304 21.5 19 21.5H5C4.46957 21.5 3.96086 21.2893 3.58579 20.9142C3.21071 20.5391 3 20.0304 3 19.5V5.5C3 4.96957 3.21071 4.46086 3.58579 4.08579C3.96086 3.71071 4.46957 3.5 5 3.5H10' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.add-comment-button{
	padding: 12px;
	width: 100%;
	max-width: 240px;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	border-radius: 4px;
	background: #5AC389;
	transition: 250ms;
	text-align: center;
	margin-bottom: 24px;
}
.add-comment-button:hover{
	color: #fff
}
.org-page-content{
	max-height: 60px;
	overflow: hidden;
	transition: 400ms;
	color: #000;
		font-size: 14px;
}
.org-page-content.open{
	max-height: 2000px;
}
.org-page-content-more-button{
	color: #6A5EA3;
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
}
.sidebar-stars-item a, .sidebar-stars-rating-town{
	width: 100%;
	padding: 10px 20px;
	font-size: 20px;
	border-radius: 5px;
}
.sidebar-stars-rating-town{
	background: linear-gradient(90deg, #343269 0%, #523B83 100%);
	color: #fff;
	text-align: center;
	line-height: 27px;
}
.sidebar-stars-item a{
	background: rgba(194, 183, 227, 0.30);
	font-weight: 600;
	color: #232323;
}
.sidebar-stars-item{
	margin-bottom: 20px;
}
.sidebar-stars-item:last-child{
	margin: 0;
}
.h2-comments-and-count{
	column-gap: 30px;
	align-items: baseline;
	margin-bottom: 60px;
}
.h2-comments{
	color: #523B83;
	font-size: 36px;
	font-weight: 700;
	margin: 0;
}
.comments-count{
	font-size: 17px;
	font-weight: 700;
	line-height: 150%;
	color: #828282;
}
/*organization end*/

/*comments start*/
.jot-comment{
	margin-bottom: 30px;
	padding: 26px 14px 28px 20px;
	border-radius: 5px;
	background: #F6F6F6;
}
.jot-name{
	color: #523B83;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}
.jot-starrating{
	display: none;
}
.jot-date-and-reply{
	display: flex;
	align-items: center;
}
.jot-date{
	color: #BDBDBD;
	font-size: 18px;
	text-decoration: none;
	font-weight: 600;
}
.jot-reply a{
	color: #523B83;
	font-size: 18px !important;
	font-weight: 700;
	
}
.jot-comment-head.author{
	margin-bottom: 10px;
	position: relative;
	padding-left: 50px;
}
.jot-message{
	font-size: 14px !important;
	color: #000;
}
.jot-subject{
	font-weight: 700;
	font-size: 14px !important;
}
.comment-add{
	padding-bottom: 100px;
}
.jot-reply-title{
	color: #523B83;
	font-size: 24px;
	font-weight: 700;
	line-height: 147%;
	margin-bottom: 30px;
}
.jot-controls .stars{
	padding: 0;
	column-gap: 18px;
	margin-bottom: 30px;
}
.jot-form input, .jot-form textarea{
	width: 100%;
	padding: 15px;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.40);
	color: rgba(0, 0, 0, 0.40);
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 30px;
}
.jot-form input[type="checkbox"]{
	width: fit-content;
}
.jot-form input[name="subscribe"]{
	display: none;
}
.jot-input-prepend{
	width: 100%;
}
.jot-form button{
	padding: 12px;
	width: 100%;
	max-width: 198px;
	color: #fff;
	border-radius: 4px;
	background: #5AC389;
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
	border: 0;
	outline: 0;
}
/*comments end*/

/*edits start*/

/*edits start*/

@media(max-width: 1200px){
h1{
	font-size: 45px;
}
.blog-nav-item{
	font-size: 15px;
}
/*Header end*/

/*main title start*/
.main-title{
	margin-bottom: 50px;
}
/*main title end*/

/*blog main start*/
.blog-post-thumb{
	padding: 25px;
	min-height: 170px;
}
.blog-post-thumb .blog-post-title{
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 30px;
}
.main-blog-row{
	padding-bottom: 150px;
}
#eFiltr_results .row{
	row-gap: 25px;
}
/*blog main end*/

/*footer start*/
.fulwrapper-footer{
	height: 50px;
}
.fulwrapper-footer a{
	font-size: 15px;
	line-height: 20px;
}
.fulwrapper-footer span{
	font-size: 15px;
	line-height: 20px;
}
/*footer end*/

/*different start*/
.different_thumb-redesign{
	padding: 30px 10px 13px 23px;
	height: 215px;
}
.different_thumb-redesign .different-title{
	font-size: 25px;
	line-height: 35px;
}
.more-link-box{
	bottom: 30px;
}
.more-link{
	font-size: 13px;
	line-height: 17px;
}
.header{
	padding-bottom: 30px;
}
.main-block{
	padding-bottom: 70px;
}
.text-center button{
	font-size: 15px;
	line-height: 20px;
	margin-top: 40px;
}
.blog-post-site{
	left: 25px;
	bottom: 25px;
}

/*organization start*/
.rating-all{
	column-gap: 10px;
}
.org-page .header{
	margin-bottom: 30px;
}
.h1-and-rating{
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.span-recomendation{
	font-size: 16px;
}
.contacts-data-item{
	padding-left: 40px;
	font-size: 18px;
}
.contacts-data-item:last-child{
	margin-bottom: 20px;
}
.add-comment-button{
	padding: 10px;
	font-size: 15px;
	margin-bottom: 20px;
}
.org-page-content{
	font-size: 13px;
}
.org-page-content-more-button{
	font-size: 13px;
}
.sidebar-stars-item a, .sidebar-stars-rating-town{
	padding: 8px 16px;
	font-size: 18px;
}
.sidebar-stars-rating-town{
	line-height: 20px;
}
.sidebar-stars-item{
	margin-bottom: 15px;
}
.h2-comments-and-count{
	column-gap: 25px;
	margin-bottom: 50px;
}
.h2-comments{
	font-size: 30px;
}
.comments-count{
	font-size: 16px;
}
/*organization end*/

/*comments start*/
.jot-comment{
	margin-bottom: 25px;
	padding: 26px 14px 28px 20px;
}
.jot-name{
	font-size: 17px;
}
.jot-date{
	font-size: 17px;
}
.jot-reply a{
	font-size: 17px !important;
}
.jot-comment-head.author{
	padding-left: 50px;
}
.jot-message{
	font-size: 14px !important;
}
.jot-subject{
	font-size: 14px !important;
}
.comment-add{
	padding-bottom: 60px;
}
.jot-reply-title{
	font-size: 22px;
	margin-bottom: 25px;
}
.jot-controls .stars{
	column-gap: 15px;
	margin-bottom: 25px;
}
.jot-form input, .jot-form textarea{
	padding: 15px;
	font-size: 13px;
	margin-bottom: 25px;
}
.jot-form button{
	font-size: 15px;
}
/*comments end*/
}
@media(max-width: 993px){
h1{
	font-size: 35px;
}
.blog-nav-item{
	font-size: 14px;
}
/*Header end*/

/*main title start*/
.main-title{
	margin-bottom: 40px;
}
/*main title end*/

/*blog main start*/
.blog-post-thumb{
	padding: 20px;
	min-height: 180px;
}
.blog-post-thumb .blog-post-title{
	font-size: 20px;
	line-height: 25px;
}
.main-blog-row{
	padding-bottom: 100px;
}
#eFiltr_results .row{
	row-gap: 20px;
}
/*blog main end*/

/*footer start*/
.fulwrapper-footer{
	height: 40px;
}
.fulwrapper-footer a{
	font-size: 14px;
	line-height: 18px;
}
.fulwrapper-footer span{
	font-size: 14px;
	line-height: 18px;
}
/*footer end*/

/*different start*/
.different_thumb-redesign{
	padding: 25px 10px 10px 20px;
	height: 200px;
}
.different_thumb-redesign .different-title{
	font-size: 20px;
	line-height: 30px;
}
.more-link-box{
	bottom: 25px;
}
.more-link{
	font-size: 12px;
	line-height: 15px;
}
.header{
	padding-bottom: 25px;
}
.main-block{
	padding-bottom: 50px;
}
.text-center button{
	font-size: 14px;
	line-height: 18px;
	margin-top: 30px;
}
.blog-post-site{
	left: 20px;
	bottom: 20px;
}

/*organization start*/
.org-page .header{
	margin-bottom: 25px;
}
.h1-and-rating{
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.span-recomendation{
	font-size: 13px;
}
.contacts-data-item{
	padding-left: 40px;
	font-size: 16px;
}
.add-comment-button{
	font-size: 14px;
}
.org-page-content{
	font-size: 12px;
	max-height: 50px
}
.org-page-content-more-button{
	font-size: 12px;
}
.sidebar-stars-item a, .sidebar-stars-rating-town{
	font-size: 14px;
}
.h2-comments-and-count{
	column-gap: 15px;
	margin-bottom: 30px;
}
.h2-comments{
	font-size: 25px;
}
.comments-count{
	font-size: 14px;
}
/*organization end*/

/*comments start*/
.jot-comment{
	margin-bottom: 20px;
	padding: 20px 10px 25px 15px;
}
.jot-name{
	font-size: 16px;
}
.jot-date{
	font-size: 16px;
}
.jot-reply a{
	font-size: 16px !important;
}
.jot-comment-head.author{
	padding-left: 45px;
}
.jot-message{
	font-size: 13px !important;
}
.jot-subject{
	font-size: 13px !important;
}
.comment-add{
	padding-bottom: 0;
}
.jot-reply-title{
	font-size: 20px;
	margin-bottom: 20px;
}
.jot-controls .stars{
	column-gap: 10px;
	margin-bottom: 20px;
}
.jot-form input, .jot-form textarea{
	padding: 15px;
	font-size: 12px;
	margin-bottom: 20px;
}
.jot-form button{
	font-size: 14px;
}
/*comments end*/
.fulwrapper-footer:after{
	display: none;
}
}
@media(max-width: 768px){
h1{
	font-size: 30px;
}
.blog-nav-item{
	font-size: 13px;
}
.main-title-search-img{
	flex-wrap: wrap;
	row-gap: 15px;
}
.new-logo{
	margin-bottom: 20px;
}
.blog-nav{
	align-items: center;
}
/*Header end*/

/*main title start*/
.main-title{
	margin-bottom: 30px;
}
/*main title end*/
.h1-and-rating{
	flex-wrap: wrap;
}
.sidebar-stars{
	margin-bottom: 20px;
}

@media(max-width: 576px){
	
}