:root {
	--primary-dark: #1a1a1a;
	--primary-light: #f8f9fa;
	--accent-color: #8b7355;
	--primary-top: #6E6E6E;
	--accent-top-color: #C3C3C3;
}

body {
	font-family: 'Inter-Regular', Arial, sans-serif;
	color: #3E3E3E;
	line-height: 1.6;
	overflow-x: hidden;
}

ul, ol{
	padding-left: 1rem;
}

.bg-top{
	background-color: var(--primary-top);
}

.pt-50{
	padding-top:50px!important;
}

.pb-50{
	padding-bottom:50px!important;
}

.form-control:focus {
    color: #C3C3C3;
    background-color: #ffffff00;
    border-color: var(--accent-top-color);
    outline: 0;
    box-shadow: none;
}

.btn-item-link{
	background-color: #626262;
    color: #e1e1e1;
    border-radius: 8px;
    border-color: #626262;
    min-width: 180px;
    width: max-content;
    min-height: 56px;
    font-family: 'Inter-Medium', Arial, sans-serif;
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
}

.btn-item-link:hover {
	background-color: #e1e1e1!important; 
	color: #626262!important; 
	border-color: #626262!important; 
}

.btn-item-link.active, .btn-item-link.show, .btn-item-link:active {
	background-color: #e1e1e1!important; 
	color: #626262!important; 
	border-color: #626262!important; 
}

.btn-item-link-reverse{
	background-color: #fff;
    color: #3E3E3E;
    border-radius: 8px;
    border-color: #626262;
    min-width: 180px;
    width: max-content;
    min-height: 56px;
    font-family: 'Inter-Medium', Arial, sans-serif;
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
	margin-left:20px;
}

.btn-item-link-reverse:hover {
	background-color: #626262!important; 
	color: #e1e1e1!important; 
	border-color: #626262!important; 
}

.btn-item-link-reverse.active, .btn-item-link-reverse.show, .btn-item-link-reverse:active {
	background-color: #626262!important; 
	color: #e1e1e1!important; 
	border-color: #626262!important; 
}

.btn-item-link-line:after {
    content: '';
    position: absolute;
    bottom: 54%;
    left: 100%;
    margin-left: 20px;
    width: 10000%;
    height: 1px;
    background-color: #CACACA;
}

.btn-item-link-line {
	margin-left: auto;
    margin-right: auto;
	position: relative;
	width:fit-content;
}

.btn-item-link-line:before {
	content: '';
    position: absolute;
    bottom: 54%;
    width: 10000%;
    height: 1px;
    background-color: #CACACA;
    left: -10000%;
    right: 100%;
    margin-left: -20px;
}


#search-clear{
	display: none!important;
	opacity:0!important;
}

input[type="search" i]:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-search-cancel-button {
	display: none!important;
	opacity:0!important;
}

.navbar-brand {
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 1px;
}
.top-menu{
	font-family: 'Inter-SemiBold', Arial, sans-serif;
	font-size:16px;
	line-height:100%;
	font-weight: 600;
}
.top-menu .nav-link {
	margin: 0 10px;
	position: relative;
	text-transform: uppercase;
	color:#C3C3C3;
}

.top-menu .nav-link:hover:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	color:#C3C3C3;
	background-color: var(--accent-top-color);
}

.search-box input {
	font-family: 'Inter-Medium', Arial, sans-serif;
	border: 1px solid var(--accent-top-color);
	border-radius: 8px 0 0 8px!important;
	padding: 8px 15px;
	font-size: 16px;
	line-height:100%;
	background-color: #ffffff00;
	min-height: 45px;
	color:var(--accent-top-color);
}

.search-box input::-webkit-input-placeholder {
	color: #C3C3C3;
}

.search-box input::placeholder {
	color: #C3C3C3;
}

.search-box .fa-search:before {
    font-size: 18px;
}

.search-box .search-button{
	color: #6E6E6E;
	min-height:45px;
	height:56px;
	width: 50px;
	background-color: #C3C3C3;
	border-radius: 0px 8px 8px 0px;
}

.search-box .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(var(--bs-border-width) * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.search-box .btn-check:checked+.btn, .search-box .btn.active,  .search-box .btn.show, .search-box .btn:first-child:active, .search-box :not(.btn-check)+.btn:active {
    color: #6E6E6E;
    background-color: #C3C3C3;
    border-color: var(--accent-top-color);
}

.navbar-top{
	position:relative;
}

.logo{
	position: absolute;
	z-index:10;
	top: 18%;
	width:100px;
}

.logo {
    transition: all 0.3s ease-in-out;
}

/* Hero Slider */
.hero-slider {
	height: 100%;
	position: relative;
}
.carousel-inner {
    height: 100%;
}
.carousel-item {
	height: 100%;
	background-size: cover;
	background-position: center;
}

.carousel-caption {
	bottom: 100px;
	padding: 0px;
	border-radius: 10px;
	text-align:left;
	left:19%;
	right: 5%;
	z-index:2;
}

h1,.h1{
	font-family: 'Inter-SemiBold', Arial, sans-serif;
	font-size: 40px;
	line-height:100%;
	font-weight: 600;
	border-bottom: 0px solid #CACACA;
	margin-top:75px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.carousel-caption h1 {
	font-family: 'Inter-SemiBold', Arial, sans-serif;
	font-size: 45px;
	line-height:100%;
	font-weight: 600;
	margin-top:0px;
	border-bottom: 1px solid #CACACA;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.carousel-caption p{
	font-family: 'Inter-Medium', Arial, sans-serif;
	font-size: 20px;
	line-height:120%;
	font-weight: 500;
	margin-bottom:0;
}

#heroSlider .carousel-indicators {
    justify-content: start;
    margin-right: 5%;
    margin-left: 22%;
}

#heroSlider .carousel-indicators [data-bs-target] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #D2D2D2;
}

#heroSlider .carousel-indicators .active {
    opacity: 1;
	background-color: #689DDD;
}

/* Ad Banners */
.ad-banner {
	background: #fff;
	/*display: flex;*/
	align-items: center;
	justify-content: center;
	margin: 0;
	border-radius: 0px;
}

.small-ad-banner {
	height: 100px;
	margin: 20px 0;
}

/* Continent Section */
.continent-section {
	padding: 75px 0;
	background: #ffffff;
}

.continent-section-back {
	background: #F6F6F6;
}

.continent-title {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
}

.continent-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.continent-grid-bottom{
	margin-bottom:64px;
}

.continent-card {
	background: white;
	border-radius: 8px;
	padding: 0px;
	text-align: center;
	border: 1px solid #CACACA;
	position:relative;

}

.continent-card:hover {

}

.continent-card a{
	color:#242424;
}

.continent-card:hover a{
	color:#242424;
}

.continent-card h3.continent-card-title {
	font-weight: 500;
	font-family: 'Inter-Medium', Arial, sans-serif;
	font-size: 20px;
	line-height:100%;
	text-transform: uppercase;
	color:#767676;
	margin-bottom: 15px;
	position: absolute;
	z-index:10;
	top:16px;
	left:16px;
	border:1px solid #D9D9D9;
	background-color: #fff;;
	border-radius: 24px;
	padding:8px 24px;
}

.continent-card .continent-card-text {
	position: absolute;
	bottom:0;
	padding: 24px 46px 38px 50px;
	width: 100%;
    text-align: left;
	min-height:120px;
}

.continent-card .continent-card-text p {
	font-weight: 500;
	font-family: 'Inter-Medium', Arial, sans-serif;
	font-size: 24px;
	line-height:120%;
	margin-bottom:0px;
	position: relative;
	color:#242424;
}

.continent-card .continent-card-text p:before {
    content: url(/assets/elements/templates/images/map.svg);
    position: absolute;
    top: 0px;
    left: -34px;
    margin-left: 0;
    height: 1px;
}

.continent-card .continent-card-text p:after {
    content: url(/assets/elements/templates/images/arrow-right-top.svg);
    position: absolute;
    top: 0px;
    right: -35px;
    margin-left: 0;
    height: 1px;
}

.continent-country-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.continent-country-card {
	background: white;
	border-radius: 8px;
	padding: 0px;
	text-align: center;
	border: 1px solid #CACACA;
	position:relative;
}

.continent-countrycard:hover {

}

.continent-country-card a{
	color:#242424;
	text-decoration: none;
}

.continent-country-card:hover a{
	color:#242424;
}

.continent-country-card h3.continent-country-card-title {
	font-weight: 500;
	font-family: 'Inter-Medium', Arial, sans-serif;
	font-size: 20px;
	line-height:100%;
	text-transform: uppercase;
	color:#767676;
	margin-bottom: 15px;
	position: absolute;
	z-index:10;
	top:16px;
	left:16px;
	border:1px solid #D9D9D9;
	background-color: #fff;;
	border-radius: 24px;
	padding:8px 24px;
}

.continent-country-card .continent-country-card-text {
	position: relative;
	bottom:0;
	padding: 24px 24px 50px 24px;
	width: 100%;
    text-align: left;
	min-height:120px;
}

.continent-country-card .continent-country-card-text p {
	font-weight: 500;
	font-family: 'Inter-Medium', Arial, sans-serif;
	font-size: 24px;
	line-height:120%;
	margin-bottom:20px;
	position: relative;
	color:#242424;
}

.continent-country-card img{
	border-radius: 8px 8px 0 0;
}

.continent-country-card .article-date{
	margin-bottom: 0;
}

/* Articles Section */
.articles-section {
	padding: 60px 0;
}

.section-title {
	font-family: 'Inter-Medium', Arial, sans-serif;
    font-size: 40px;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 64px;
    text-align: left;
    position: relative;
    padding-bottom: 0;
    width: fit-content;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 54%;
    left: 100%;
    margin-left: 20px;
    width: 10000%;
    height: 1px;
    background-color: #CACACA;
}

.section-title-center {
	margin-left: auto;
    margin-right: auto;
}

.section-title-center:before {
content: '';
    position: absolute;
    bottom: 54%;
    left: 100%;
    margin-left: 20px;
    width: 10000%;
    height: 1px;
    background-color: #CACACA;
    left: -10000%;
    right: 100%;
    margin-left: -20px;
}

.article-card {
    border: none;
    overflow: hidden;
    margin-bottom: 0px;
    padding-bottom: 60px;
    padding-top: 60px;
    border-bottom: 1px solid #CACACA;
	background: #ffffff00;
	border-radius: 0;
	display: grid;
    grid-template-columns: min-content 1fr;
    gap: 20px;
}
.cards .cards-item:nth-child(1) .article-card{
	padding-top: 0px;
}
.cards .cards-item:last-child .article-card{
	padding-bottom: 0px;
	border-bottom: 1px solid #ffffff00;
	background: #ffffff00;
}

.article-card:hover {

}

.article-card img {
	object-fit: cover;
	border-radius: 48px;
	width: fit-content;
}

.article-card .card-body {
	padding: 0;
}

.article-card .card-body a{
	text-decoration: none;
	color:#242424;
}

.article-card .card-title {
	font-family: 'Inter-Medium', Arial, sans-serif;
    font-size: 36px;
    line-height: 100%;
    font-weight: 500;
	margin-bottom: 20px;
	color:#242424;
}

.article-date {
	font-family: 'Inter-Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	color:#4D4D4D;
}

.card-text{
	font-family: 'Inter-Medium', Arial, sans-serif;
    font-size: 20px;
    line-height: 110%;
    font-weight: 500;
	margin-bottom: 0px;
	color:#242424;
	width: 62%;
}

.article-date i {
	margin-right: 5px;
}

.fa-calendar-alt:before, .fa-calendar-days:before {
    content: url(/assets/elements/templates/images/date.svg);

}

.continent-blog-text .article-date{
	margin-bottom:20px
}

.continent-blog-text .text{
	margin-bottom:0px
}

/* Tabs Sections */
.tabs-section {
	background: #fff;
}

.custom-tabs .nav-tabs {
	justify-content: center;
	margin-bottom: 64px;
	border-bottom: 0px;
}

.custom-tabs .nav-tabs-left {
	justify-content: start;
}

.custom-tabs .nav-link {
    border: 1px solid #D2D2D2;
    color: #3E3E3E;
    font-weight: 600;
    padding: 9px 25px;
    margin: 0 5px;
    border-radius: 8px;
    max-height: 45px;
	min-width: 92px;
	font-family: 'Inter-Medium', Arial, sans-serif;
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
}

.custom-tabs .nav-link.active {
	background: #626262;
	color: #CACACA;
	border: 1px solid #626262;
}

.tab-content {
	padding: 0;
}

.tab-pane h3 {
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}

/* Footer */
.footer {
	background-color: var(--primary-top);
	color: #A6A6A6;
	padding: 50px 0;
}

.footer h5{
	color: #A6A6A6;
	font-family: 'Inter-Medium', Arial, sans-serif;
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 15px;
}

.footer-links {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.footer-links li {
	margin-bottom: 10px;
}

.footer-links a {
	color: #E6E6E6;
	font-family: 'Inter-Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
	text-decoration: none;
}

.footer-links a:hover {
	color: #A6A6A6;
}

.copyright {
    text-align: left;
    margin-top: 74px;
    padding-top: 0;
    border-top: 0px solid #444;
	color: #E6E6E6;
	font-family: 'Inter-Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
	text-decoration: none;
}

.desktop-br{
	display:none;
}

.count-exhibitions{
	font-family: 'Inter-Medium', Arial, sans-serif;
    font-size: 32px;
    line-height: 100%;
    font-weight: 500;
	position:relative;
}

.count-exhibitions:before {
	content: '';
    width: 39px;
    height: 39px;
    background-image: url(/assets/elements/templates/images/point.svg);
    position: absolute;
    background-size: contain;
    top: -4px;
    left: -55px;
}

.desktop-block{
	display:block;
}

.mobile-block{
	display:none;
}

.form-title{
	font-family: 'Inter-Medium', Arial, sans-serif;
    font-size: 24px;
    line-height: 100%;
    font-weight: 500;
	margin-bottom:0;
	color:#242424;
}

.form-section{
	border-top:1px solid #CACACA;
	border-bottom:1px solid #CACACA;
	padding:0;
}

.form-section-country{
	border-top:1px solid #CACACA;
	border-bottom:0px solid #CACACA;
	padding:0;
}

input {
	font-family: 'Inter-Medium', Arial, sans-serif!important;
	border: 1px solid var(--accent-top-color)!important;
	border-radius: 8px 8px 8px 8px!important;
	padding: 8px 15px!important;
	font-size: 16px!important;
	line-height:100%!important;
	background-color: #ffffff00!important;
	min-height: 45px!important;
	color:var(--accent-top-color)!important;
	min-height:56px!important;
}

input::-webkit-input-placeholder {
	color: var(--accent-top-color)
}

.btn-item-link-send{
	background-color: #689DDD;
	border:1px solid #689DDD;
	color:#fff;
}

.form-block-padding{
	padding-top: 75px;
	padding-bottom: 75px;
}

.form-block-background{
	background-color: #F6F6F6;
	position: relative;
}

.form-block-background:after {
    content: '';
	background-color: #F6F6F6;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
	right: -100%;
}

.form-block-background-before{
	background-color: #F6F6F6;
	position: relative;
}

.form-block-background-before:before {
    content: '';
	background-color: #F6F6F6;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
	left: -100%;
}

.form-main-registration{
	margin-left:51px;
}

.map-contact{
	position: relative;
}

.map-contact iframe{
	display:block;
}

.address-block{
	position: absolute;
    padding: 48px 48px 82px 88px;
    background-color: #fff;
    border: 1px solid #CACACA;
    border-radius: 16px;
    top: 24%;
    left: 5%;
}

.address-block .title{
	font-family: 'Inter-SemiBold', Arial, sans-serif;
    font-size: 40px;
    line-height: 100%;
    font-weight: 600;
	position:relative;
	color:#242424;
	margin-bottom:40px;
}

.address-block .address{
	font-family: 'Inter-Regular', Arial, sans-serif;
    font-size: 20px;
    line-height: 120%;
    font-weight: 400;
	position:relative;
	color:#242424;
	margin-bottom:20px;
}

.address-block .address:before {
	content: '';
    width: 24px;
    height: 24px;
    background-image: url(/assets/elements/templates/images/point_contact.svg);
    position: absolute;
    background-size: contain;
    top: -4px;
    left: -40px;
}

.address-block .mail-title{
	font-family: 'Inter-Regular', Arial, sans-serif;
    font-size: 14px;
    line-height: 100%;
    font-weight: 400;
	position:relative;
	color:#696969;
	margin-bottom:20px;
}

.address-block .mail-link{
	font-family: 'Inter-Regular', Arial, sans-serif;
    font-size: 20px;
    line-height: 100%;
    font-weight: 400;
	position:relative;
	color:#242424;
	margin-bottom:0px;
}

.address-block .mail-link:before {
	content: '';
    width: 24px;
    height: 24px;
    background-image: url(/assets/elements/templates/images/mail.svg);
    position: absolute;
    background-size: contain;
    top: -3px;
    left: -40px;
}

.address-block .mail-link a{
	text-decoration: none;
	color:#242424;
}

.carousel-item-country{
	background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.slider-country{
	border-top: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
}

.hero-slider{
	border-right: 1px solid #CACACA;
}

.slider-country .hero-slider{
	border-right: 1px solid #CACACA;
}

.slider-country .carousel-caption h2 {
	color:#3E3E3E;
}

.slider-country .carousel-caption p {
	color:#3E3E3E;
}

.slider-country .count-exhibitions {
    color: #3E3E3E;
    position: absolute;
    top: 32px;
    left: 25%;
	font-size: 24px;
}

.slider-country .count-exhibitions:before {
	width: 30px;
    height: 30px;
	left: -40px;
    background-image: url(/assets/elements/templates/images/point_contact.svg);
}

.slider-country .carousel-caption {
    width: fit-content;
}

.form-control{
	margin-bottom:20px;
}

.form-section-access{
	background-color:#FFFFFF;
	border:1px solid #CACACA;
	border-radius:32px;
	padding: 64px 48px;
}

.form-section-access .title-item{
	font-family: 'Inter-SemiBold', Arial, sans-serif;
    font-size: 32px;
    line-height: 100%;
    font-weight: 600;
	position:relative;
	color:#242424;
	margin-bottom:32px;
}

.form-section-access .form-title{
	font-family: 'Inter-Regular', Arial, sans-serif;
    font-size: 20px;
    line-height: 120%;
    font-weight: 400;
	position:relative;
	color:#242424;
	margin-bottom:20px;
}

.border-section{
	border-top:1px solid #CACACA;
	/*border-bottom:1px solid #CACACA;*/
}

.text-content-item-page h3{
	font-family: 'Inter-Medium', Arial, sans-serif;
    font-size: 25px;
    line-height: 100%;
    font-weight: 600;
	margin-top:23px;
    margin-bottom: 23px;
    text-align: left;
    position: relative;
    padding-bottom: 0;
    width: fit-content;	
}

.text-content-item-page img{
	margin:25px 0;
}

.text-content-item-page-center h3{
	font-family: 'Inter-Medium', Arial, sans-serif;
    font-size: 25px;
    line-height: 100%;
    font-weight: 600;
	margin-top:23px;
    margin-bottom: 23px;
    text-align: center;
    position: relative;
    padding-bottom: 0;
    width: 100%;
}

.text-content-item-page-center img{
	margin:25px 0;
}

.text-content h2 {
	font-family: 'Inter-Medium', Arial, sans-serif;
    font-size: 40px;
    line-height: 100%;
    font-weight: 600;
	margin-top:64px;
    margin-bottom: 64px;
    text-align: left;
    position: relative;
    padding-bottom: 0;
    width: fit-content;
}

.text-content h2:after {
    content: '';
    position: absolute;
    bottom: 54%;
    left: 100%;
    margin-left: 20px;
    width: 10000%;
    height: 1px;
    background-color: #CACACA;
}

.text-content p, .text-content span, .text-content ul, .text-content ol{
	font-family: 'Inter-Regular', Arial, sans-serif;
    font-size: 24px;
    line-height: 120%;
    font-weight: 400;
	position:relative;
	color:#242424;
	margin-bottom:20px;
}

.text-content-item-country{
	text-align:center;
}

.text-content-item-country h2 {
	font-family: 'Inter-Medium', Arial, sans-serif;
    font-size: 40px;
    line-height: 100%;
    font-weight: 600;
	margin-top: 64px;
    margin-bottom: 64px;
	margin-left: auto;
    margin-right: auto;
    text-align: left;
    position: relative;
    padding-bottom: 0;
    width: fit-content;
}

.text-content-item-country h2:after {
    content: '';
    position: absolute;
    bottom: 54%;
    left: 100%;
    margin-left: 20px;
    width: 10000%;
    height: 1px;
    background-color: #CACACA;
}

.text-content-item-country h2:before {
	content: '';
    position: absolute;
    bottom: 54%;
    left: 100%;
    margin-left: 20px;
    width: 10000%;
    height: 1px;
    background-color: #CACACA;
    left: -10000%;
    right: 100%;
    margin-left: -20px;
}

.text-content-item-country p{
	font-family: 'Inter-Regular', Arial, sans-serif;
    font-size: 24px;
    line-height: 120%;
    font-weight: 400;
	position:relative;
	color:#242424;
	margin-bottom:20px;
	width:70%;
	margin-left:auto;
	margin-right:auto;
}

.text-content-item-country img{
	width:100%;
	height:auto;
	margin-bottom:20px;
}

.parent-title{
	font-family: 'Inter-Medium', Arial, sans-serif;
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
	position:relative;
	color:#242424!important;
	background-color:#fff!important;
	border-radius:24px;
	padding: 8px;
	margin-bottom:20px;
	display: block;
    width: fit-content;
}

.text-content-item-page{
	text-align:left;
}

.text-content-item-page h2 {
	font-family: 'Inter-Medium', Arial, sans-serif;
    font-size: 40px;
    line-height: 100%;
    font-weight: 600;
	margin-top: 64px;
    margin-bottom: 64px;
    text-align: left;
    position: relative;
    padding-bottom: 0;
    width: fit-content;
}

.text-content-item-page h2:after {
    content: '';
    position: absolute;
    bottom: 54%;
    left: 100%;
    margin-left: 20px;
    width: 10000%;
    height: 1px;
    background-color: #CACACA;
}

.text-content-item-page p{
	font-family: 'Inter-Regular', Arial, sans-serif;
    font-size: 24px;
    line-height: 120%;
    font-weight: 400;
	position:relative;
	color:#242424;
	margin-bottom:20px;
	width:100%;
}

.text-content-item-page img{
	width:100%;
	height:auto;
	margin-bottom:20px;
}

.event-overview{
	font-family: 'Inter-Medium', Arial, sans-serif;
    font-size: 24px;
    line-height: 100%;
    font-weight: 400;
	position:relative;
	color:#242424;
	margin-bottom:0px;
	width:100%;
	padding: 20px 0;
	text-align: center;
	border-top:1px solid #CACACA;
	border-bottom:1px solid #CACACA;
}

.official-satellite{
	font-family: 'Inter-Medium', Arial, sans-serif;
    font-size: 24px;
    line-height: 100%;
    font-weight: 400;
	position:relative;
	color:#696969;
	margin-bottom:20px;
}

.name-exhibition{
	font-family: 'Inter-Medium', Arial, sans-serif;
    font-size: 40px;
    line-height: 100%;
    font-weight: 500;
	position:relative;
	color:#242424;
	margin-bottom:20px;
}

.notes-text-exhibition{
	font-family: 'Inter-ThinItalicBETA', Arial, sans-serif;
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
	position:relative;
	color:#696969;
	margin-bottom:0px;
}

.dates{
	margin-bottom:40px;
}

.info-date-address h5{
	font-family: 'Inter-Medium', Arial, sans-serif;
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
	position:relative;
	color:#696969;
	margin-bottom:20px;
	padding-left: 35px;
}

.info-date-address p{
	font-family: 'Inter-Medium', Arial, sans-serif;
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
	position:relative;
	color:#242424;
	margin-bottom:0px;
	padding-left: 35px;
}

.name-date-address{
	margin-top:82px;
}

.highlight-box {
	margin:92px 0 100px 0;
}

.highlight-box p{
	font-family: 'Inter-Regular', Arial, sans-serif;
    font-size: 20px;
    line-height: 120%;
    font-weight: 400;
	position:relative;
	color:#242424;
	margin-bottom:20px;
}

.highlight-box img{
	margin-bottom:20px;
	margin-top:20px;

}

.dates{
	position: relative;
}

.dates h5:before{
	content: '';
    background-image: url(/assets/elements/templates/images/date.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: -2px;
    position: absolute;
    left: 0;
    margin-left: 0;
    width: 27px;
    height: 27px;
}

.address h5:before{
	content: '';
    background-image: url(/assets/elements/templates/images/point_contact.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: -2px;
    position: absolute;
    left: 0px;
    margin-left: 0;
    width: 27px;
    height: 27px;
}

.mission-statement-box {
	padding: 82px 0;
	background-color: #F6F6F6;
	position:relative;
}

.mission-statement-box .title{
	font-family: 'Inter-Medium', Arial, sans-serif;
    font-size: 24px;
    line-height: 120%;
    font-weight: 500;
	position:relative;
	color:#696969;
	margin-bottom:20px;
	padding-left: 0px;
}

.mission-statement .title{
	padding-left: 35px;
}

.mission-statement-box .text{
	font-family: 'Inter-MediumItalic', Arial, sans-serif;
    font-size: 36px;
    line-height: 120%;
    font-weight: 500;
	position:relative;
	color:#242424;
	margin-bottom:0px;
}

.mission-statement .text{
	font-family: 'Inter-MediumItalic', Arial, sans-serif;
    font-size: 36px;
    line-height: 120%;
    font-weight: 500;
	position:relative;
	color:#242424;
	margin-bottom:0px;
}

.mission-statement .title:before{
	content: '';
    background-image: url(/assets/elements/templates/images/mission.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: -2px;
    position: absolute;
    left: 0px;
    margin-left: 0;
    width: 27px;
    height: 27px;
}

.mission-statement-box:before {
    content: '';
    background-color: #F6F6F6;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: -100%;
}

.mission-statement-box:after {
    content: '';
    background-color: #F6F6F6;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: -100%;
}

.map-box{
	margin:100px 0;
}

.map-box iframe{
	border-radius: 16px;
}

.number-item {
	border-right: 1px solid #CACACA;
	padding-left: 32px;
}
.number-value {
	font-family: 'Inter-Medium', Arial, sans-serif;
    font-size: 48px;
    line-height: 100%;
    font-weight: 500;
	position:relative;
	color:#242424;
	margin-bottom:20px;
}
.number-label {
	font-family: 'Inter-Medium', Arial, sans-serif;
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
	position:relative;
	color:#696969;
	margin-bottom:0px;
}

.mission-statement-box .number-item:nth-child(1){
	padding-left: calc(var(--bs-gutter-x) * .5);
}

.numbers-box .title{
	margin-bottom:40px;
}

.border-top-section{
	padding:100px 0;
}

.fair-section .tiyle {
	font-family: 'Inter-Medium', Arial, sans-serif;
    font-size: 24px;
    line-height: 100%;
    font-weight: 500;
	position:relative;
	color:#696969;
	margin-bottom: 0;
    margin-top: 10px;
}

.fair-section .box-fair-info .fair-section-title {
	font-family: 'Inter-Medium', Arial, sans-serif;
    font-size: 32px;
    line-height: 100%;
    font-weight: 500;
	position:relative;
	color:#242424;
	margin-bottom:10px;
}

.fair-section .box-fair-info .fair-section-text {
	font-family: 'Inter-Medium', Arial, sans-serif;
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
	position:relative;
	color:#696969;
	margin-bottom:40px;
}

.hand-section{
	padding-left: 56px;
}

.hand-section:before {
    content: '';
    background-image: url(/assets/elements/templates/images/hand.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: -2px;
    position: absolute;
    left: 0px;
    margin-left: 0;
    width: 40px;
    height: 40px;
}

.card-body{
	padding:32px;
}

.cards-block .col-md-4:nth-child(1) .card-body, .cards-block .col-md-4:nth-child(4) .card-body, .cards-block .col-md-4:nth-child(7) .card-body, .cards-block .col-md-4:nth-child(10){
	padding:32px 32px 32px 0;
	border:0;
	border-right:1px solid #CACACA;
}

.cards-block .col-md-4:nth-child(3) .card-body, .cards-block .col-md-4:nth-child(6) .card-body, .cards-block .col-md-4:nth-child(9) .card-body, .cards-block .col-md-4:nth-child(12){
	padding:32px 0px 32px 32px;
	border:0;
	border-left:1px solid #CACACA;
}

.cards-block .col-md-4:nth-child(n+4) {
	border:0;
	border-top:1px solid #CACACA;
}

.cards-block  .card-text{
	font-family: 'Inter-Regular', Arial, sans-serif;
	font-size:24px;
	font-weight: 400px;
	margin-bottom:0;
	width:100%;
}

.why-attend{
	margin-top:64px;
}

.why-attend p.title{
	font-family: 'Inter-Medium', Arial, sans-serif;
	font-size:24px;
	font-weight: 500;
	margin-bottom:0;
	line-height:120%;
	color:#696969;
}

.why-attend p.text{
	font-family: 'Inter-Medium', Arial, sans-serif;
	font-size:24px;
	font-weight: 500;
	margin-bottom:0;
	line-height:120%;
	color:#242424;
}

.why-attend-container .why-attend:nth-last-child(1) {

}

.why-attend-container .why-attend:nth-child(2) {
	margin-top:0px;
}

.ticket-section-title{
	padding-left:63px;
}

.ticket-section-title:before {
    content: '';
    background-image: url(/assets/elements/templates/images/ticket.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: -2px;
    position: absolute;
    left: 0px;
    margin-left: 0;
    width: 57px;
    height: 41px;
}

.fair-section .border-top-section{
	border-bottom: 1px solid #CACACA;
}

.fair-section .border-top-section:nth-last-child(1) {
	border-bottom: 0px solid #CACACA;
}

.general-admission-costs{
	font-family: 'Inter-Medium', Arial, sans-serif;
    font-size: 24px;
    line-height: 120%;
    font-weight: 500;
    position: relative;
    color: #696969;
    margin-bottom: 40px;
    padding-left: 0px;
}

.ticket-price {
	font-family: 'Inter-Medium', Arial, sans-serif;
    font-size: 48px;
    line-height: 100%;
    font-weight: 500;
    position: relative;
    color: #000000;
    margin-bottom: 20px;
}

.student-tickets{
	font-family: 'Inter-Medium', Arial, sans-serif;
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
    position: relative;
    color: #696969;
    margin-bottom: 0px;
}

.available-online{
	margin-top:40px;
}

.available-online .title{
	font-family: 'Inter-ThinItalicBETA', Arial, sans-serif;
    font-size: 24px;
    line-height: 100%;
    font-weight: 600;
    position: relative;
    color: #696969;
    margin-bottom: 40px;
}

.tips-list {
	list-style-type: none;
	padding-left: 0;
	margin-bottom:0;
}

.tips-list li {
	padding-left: 1rem;
	position: relative;
	font-family: 'Inter-Regular', Arial, sans-serif;
    font-size: 24px;
    line-height: 120%;
    font-weight: 400;
    color: #000;
	margin-bottom:20px;
}

.tips-list li:before {
	content: "•";
	position: absolute;
	left: 0;
}

.tips-list li:nth-last-child(1) {
	margin-bottom:0px;
}

.tips-list-both{
	column-width: 48%;
	column-count: 2;
	column-gap: 4%;
}

#carouselExampleIndicators .carousel-item img{
	border-radius:16px;
	width:100%;
}

#carouselExampleIndicators .carousel-indicators {

}

#carouselExampleIndicators .carousel-indicators [data-bs-target] {
    width: 80px;
    height: 10px;
    background-color: #DDDDDD;
}

#carouselExampleIndicators .carousel-indicators .active {
    opacity: 1;
	background-color: #a7a7a7;
}

#carouselExampleIndicators .carousel-indicators {
    margin-bottom: -3rem;
}

.form-section-access-center{
	text-align:center;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.form-section-access-center .title{
	font-family: 'Inter-SemiBold', Arial, sans-serif;
	font-size:32px;
	line-height:120%;
	font-weight: 600;
	color:#242424;
	margin-bottom:40px;
}

.form-section-access-center .description{
	font-family: 'Inter-Regular', Arial, sans-serif;
    font-size: 20px;
    line-height: 120%;
    font-weight: 400;
    color: #696969;
	margin-bottom:40px;
}

.form-section-access-center .note{
	font-family: 'Inter-Regular', Arial, sans-serif;
    font-size: 20px;
    line-height: 120%;
    font-weight: 400;
    color: #242424;
	margin-bottom:40px;
}

.form-section-access-center .frm{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

.form-section-ex {
    border-top: 0px solid #CACACA;
    border-bottom: 0px solid #CACACA;
}

.section-title-history{
	padding-left: 56px;
}

.section-title-history:before {
    content: '';
    background-image: url(/assets/elements/templates/images/history.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: -2px;
    position: absolute;
    left: 0px;
    margin-left: 0;
    width: 40px;
    height: 40px;
}

.history-year-title{
	font-family: 'Inter-SemiBold', Arial, sans-serif;
	font-size:32px;
	line-height:120%;
	font-weight: 600;
	color:#242424;
	margin-bottom:32px;
}

.history-year-text{
	font-family: 'Inter-Regular', Arial, sans-serif;
    font-size: 24px;
    line-height: 120%;
    font-weight: 400;
    color: #242424;
	margin-bottom:32px;
}

.platform-title{
	font-family: 'Inter-SemiBold', Arial, sans-serif;
	font-size:24px;
	line-height:120%;
	font-weight: 600;
	color:#242424;
	margin-bottom:32px;
}

.platform-title-text{
	font-family: 'Inter-Regular', Arial, sans-serif;
    font-size: 24px;
    line-height: 120%;
    font-weight: 400;
    color: #242424;
	margin-bottom:32px;
}

.card{
	background-color: #ffffff00;
}

.section-title-mission{
	padding-left: 56px;
}

.section-title-mission:before {
    content: '';
    background-image: url(/assets/elements/templates/images/mis.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: -2px;
    position: absolute;
    left: 0px;
    margin-left: 0;
    width: 40px;
    height: 40px;
}

.section-title-top-64{
	margin-top:64px;
}

.tips-row{
	list-style-type: none;
	padding-left: 0;
	margin-bottom:0;
}

.tips-row li {
    position: relative;
    font-family: 'Inter-Regular', Arial, sans-serif;
    font-size: 24px;
    line-height: 120%;
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid #CACACA;
    margin-bottom: 0;
    padding: 20px 0;
}

.form-section-access-left{

}

.form-section-access-left .title-item{
	font-family: 'Inter-SemiBold', Arial, sans-serif;
	font-size:32px;
	line-height:120%;
	font-weight: 600;
	color:#242424;
	margin-bottom:32px;
}

.form-section-access-left .form-title{
	font-family: 'Inter-Regular', Arial, sans-serif;
    font-size: 20px;
    line-height: 120%;
    font-weight: 400;
    color: #696969;
	margin-bottom:32px;
}

.form-section-access-left .note{
	font-family: 'Inter-Regular', Arial, sans-serif;
    font-size: 20px;
    line-height: 120%;
    font-weight: 400;
    color: #242424;
	margin-bottom:0px;
}

.banner-grid-3{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.alert-info {
	color: #000 !important;
    background-color: #ffffffad !important;
    border-color: #ffffff !important;
    text-align: center !important;
    padding: 30px 53px !important;
    font-family: "Roboto Slab";
    margin-top: 0;
    border-radius: 16px;
}

.success-title{
    font-family: 'Inter-Medium', Arial, sans-serif;
    font-size: 21px;
    line-height: 100%;
    font-weight: 500;
    margin-bottom: 10px;
    color: #242424;
    text-align: center;
}

.spot-button{
	width: 250px !important;
    margin: 0 auto;
}

.tma{
	position: absolute;
    right: 0;
    left: 0;
    width: 100%;
	bottom: 0;
	opacity: 0.5;
	z-index: 1;
}

.carousel-item-country h1{
	color:#3E3E3E;
}

.social-icons-box {

}

.social-icons {
    display: flex;
    justify-content: start;
    list-style: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 0;
}

.social-icons>li {
    margin-left: 0rem;
    margin-right: 0.25rem;
}

.social-icons a {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.social-icons a::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    left: 0rem;
    top: 0rem;
    background-size: 100% 100%;
}

.social-icons .social-icon-fb::before {
    background-image: url(/assets/elements/templates/images/svg/facebook.svg);
}

.social-icons .social-icon-in::before {
    background-image: url(/assets/elements/templates/images/svg/instagram.svg);
}

.social-icons .social-icon-youtube::before {
    background-image: url(/assets/elements/templates/images/svg/youtube.svg);
}

.active > .page-link, .page-link.active {
  background-color: #6e6e6e!important;
  border-color: #6e6e6e!important;
  color: #f6f6f6 !important;
}

.page-link {
  background-color: #e9ecef!important;
  color: #6b6e72!important;
}





@media (min-width: 820px) and (max-width: 1181px) and (orientation: landscape){
	.desktop-block{
		display:none;
	}

	.mobile-block{
		display:block;
	}
}

@media (min-width: 983px) and (max-width: 1025px) {
	.logo {
		width: 93px;
	}
	.search-box{
		width:200px;
	}
	.search-box input {
		width: 150px;
	}

	.desktop-block{
		display:none;
	}

	.mobile-block{
		display:block;
	}

	.count-exhibitions {
		font-size: 24px;
		color: #fff;
		float: right;
		margin-top: 32px;
		margin-right: 24px;
	}

	.count-exhibitions:before {
		width: 30px;
		height: 30px;
		top: -4px;
		left: -35px;
	}

	.logo {
		width:93px;
	}

	.form-main-registration{
		margin-left:0px;
	}

	.form-section{
		padding-top:0;
		padding-bottom:0;
	}

	.slider-country .count-exhibitions {
		right: 24px;
		left: auto;
		font-size: 16px;
		margin-top: 0;
	}

	.slider-country .count-exhibitions:before {
		width: 20px;
		height: 20px;
		top: -4px;
		left: -25px;
	}

	.slider-country .carousel-caption {
		width: auto;
		bottom: 5%;
		left: 15px;
	}

	.slider-country .carousel-inner {
        height: auto;
    }
	
}

@media (max-width: 982px) {
	ul, ol {
		list-style-type: disc;
		padding-left: 20px;
		margin: 15px 0;
	}
	.alert-info {
		padding: 30px 0px !important;
	}

	.spot-button{
		width: 100% !important;
		margin: 0 auto;
	}

	h1, .h1 {
		font-size: 30px;
		margin-top: 40px;
	}
	.carousel-caption h1 {
		margin-top:0px;
	}

	.name-exhibition {
		font-size: 24px;
		line-height: 120%;
	}

	.notes-text-exhibition {
		margin-bottom: 20px;
	}

	.dates {
		margin-bottom: 20px;
	}

	.official-satellite {
		font-size: 16px;
	}

	.notes-text-exhibition {
		font-size: 16px;
	}

	.info-date-address p {
		font-size: 16px;
	}

	.highlight-box {
		margin: 52px 0 50px 0;
	}

	.highlight-box p {
		font-size: 16px;
		margin-bottom: 40px;
	}

	.mission-statement-box .title {
		font-size: 16px;
	}

	.mission-statement .title:before {
		width: 20px;
		height: 20px;
	}

	.mission-statement .text {
		font-size: 20px;
	}

	.mission-statement-box {
		padding: 40px 0;
	}

	.map-box {
		margin: 40px 0 0 0;
	}

	.mission-statement .title {
		padding-left: 30px;
	}

	.number-value {
		font-size: 32px;
	}

	.number-label {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.fair-section .tiyle {
		font-size: 16px;
		margin-bottom: 20px;
		margin-top: 0;
	}

	.fair-section .box-fair-info .fair-section-title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.fair-section .box-fair-info .fair-section-text {
		font-size: 14px;
		margin-bottom: 0px;
	}

	.fair-section .box-fair-info{
		border-bottom: 1px solid #CACACA;
    	padding-bottom: 20px;
    	margin-bottom: 20px;
	}

	.fair-section .border-top-section {
		border-bottom: 0px solid #CACACA;
	}
	.border-top-section {
		padding: 80px 0 0 0;
	}

	.mission-statement-box .text {
		font-size: 20px;
	}

	.fair-section .border-top-section:nth-last-child(1){
		padding-bottom:80px;
	}

	.cards-block .col-md-4:nth-child(1) .card-body, .cards-block .col-md-4:nth-child(4) .card-body, .cards-block .col-md-4:nth-child(7) .card-body, .cards-block .col-md-4:nth-child(10) {
		padding: 32px 0;
		border: 0;
		border-top: 1px solid #CACACA;
		border-right: 0;
	}

	.cards-block .col-md-4:nth-child(3) .card-body, .cards-block .col-md-4:nth-child(6) .card-body, .cards-block .col-md-4:nth-child(9) .card-body, .cards-block .col-md-4:nth-child(12) {
		padding: 32px 0;
		border: 0;
		border-top: 1px solid #CACACA;
		border-left: 0;
	}

	.card-body {
		padding: 32px 0;
		border: 0;
		border-top: 0px solid #CACACA;
		border-right: 0;
	}

	.why-attend p.title {
		font-size: 16px;
		margin-bottom: 20;
	}

	.why-attend p.text {
		font-size: 16px;
	}

	.why-attend {
		margin-top: 40px;
	}

	.ticket-price {
		font-size: 24px;
	}

	.general-admission-costs {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.student-tickets {
		font-size: 16px;
	}

	.available-online {
		margin-top: 20px;
	}

	.available-online .title {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.tips-list-both {
		column-width: 100%;
		column-count: 1;
		column-gap: 0;
	}

	.tips-list li {
		font-size: 16px;
		margin-bottom: 20px;
	}

	#carouselExampleIndicators .carousel-inner {
        height: auto;
    }

	#carouselExampleIndicators .carousel-indicators {
        justify-content: center;
    }

	#carouselExampleIndicators .carousel-indicators [data-bs-target] {
		width: 40px;
		height: 4px;
	}

	.form-section-access-center .title {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.form-section-access-center .description {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.form-section-access-center .note {
		font-size: 14px;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.history-year-title {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.history-year-text {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.section-title-history:before {
		width: 30px;
		height: 30px;
	}

	.hand-section:before {
		width: 30px;
		height: 30px;
	}

	.ticket-section-title:before {
		top: 4px;
		width: 35px;
		height: 26px;
	}

	.ticket-section-title {
		padding-left: 36px;
	}

	.hand-section {
		padding-left: 36px;
	}

	.section-title-history {
		padding-left: 36px;
	}

	.cards-block .card-text {
		font-size: 16px;
	}

	.platform-title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.platform-title-text {
		font-size: 16px;
		margin-bottom: 0px;
	}

	.tips-row li {
		font-size: 16px;
		padding: 20px 0;
	}

	.form-section-access-left .title-item {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.form-section-access-left .form-title {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.form-section-access-left .note {
		font-size: 16px;
		margin-bottom: 0px;
	}

	.form-section-access-left {
		text-align: center;
	}

	.address-block {
		position: relative;
		padding: 0;
		background-color: #fff;
		border: 0px solid #CACACA;
		border-radius: 0;
		top: 0;
		left: 0;
		margin-bottom: 40px;
		margin-left: 15px;
		margin-right: 15px;
	}

	.address-block .title{
		font-size: 24px;
		line-height: 100%;
		font-weight: 600;
		margin-top:40px;
		margin-bottom: 32px;
		text-align: left;
		position: relative;
		padding-bottom: 0;
		width: fit-content;
	}

	.address-block .title:after {
		content: '';
		position: absolute;
		bottom: 54%;
		left: 100%;
		margin-left: 20px;
		width: 10000%;
		height: 1px;
		background-color: #CACACA;
	}

	.address-block .title:after{
		font-size: 24px;
	}

	.form-block-padding{
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.form-main-registration{
		margin-left:0px;
	}

	.logo {
		width:93px;
	}

	.count-exhibitions {
		font-size: 32px;
		color: #fff;
		float: right;
		margin-top: 32px;
		margin-right: 24px;
	}

	.desktop-block{
		display:none;
	}

	.mobile-block{
		display:block;
	}

	:root {
		overflow-x: hidden;
	}

	.continent-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.carousel-caption h1 {
		font-size: 35px;
		line-height: 120%;
		margin-bottom:20px;
	}
	
	.carousel-caption h2 {
		font-size: 30px;
		line-height: 120%;
		margin-bottom:20px;
	}
	
	.carousel-caption {
		bottom: 50px;
		padding: 20px;
	}

	.carousel-inner {
		height: 619px;
	}

	.logo {
		width: 60px;
	}

	.carousel-caption {
		left: 15px;
		right: 15px;
	}

	.carousel-caption {
		bottom: 100px;
		padding: 0px;
		border-radius: 10px;
		text-align: left;
		left: 15px;
		right: 5%;
	}

	.carousel-caption p {
		font-size: 12px;
		line-height: 130%;
	}

	.carousel-indicators {
		justify-content: start;
		margin-right: 15px;
		margin-left: 15px;
	}

	.navbar-toggler-icon {
		background-image: url("/assets/elements/templates/images/mobiles.svg");
	}

	.navbar-toggler{
		border:0;
	}

	.banner-grid{
		display: grid;
    	grid-template-columns: repeat(3, 1fr);
    	gap: 0;
	}

	.continent-section {
    	padding: 40px 0;
	}

	.text-content h2, .text-content-item-country h2, .section-title, .text-content-item-page h2 {
		font-size: 24px;
		margin-bottom: 32px;
		line-height:120%;
	}
	
	.text-content-item-country p {
		width: 100%;
		font-size:16px;
	}

	.section-title-mobile {
		font-family: 'Inter-Medium', Arial, sans-serif;
		font-size: 24px;
		line-height: 100%;
		font-weight: 600;
		margin-bottom: 32px;
		text-align: center;
		position: relative;
		padding-bottom: 0;
		width: fit-content;
        margin-left: auto;
        margin-right: auto;
		line-height:130%;
	}

	.section-title-mobile:before {
		content: '';
		position: absolute;
		bottom: 54%;
		left: 100%;
		margin-left: 20px;
		width: 10000%;
		height: 1px;
		background-color: #CACACA;
		left: -10000%;
		right: 100%;
		margin-left: -20px;
	}

	.section-title-mobile:after {
		content: '';
		position: absolute;
		bottom: 54%;
		left: 100%;
		margin-left: 20px;
		width: 10000%;
		height: 1px;
		background-color: #CACACA;
	}
	
	.text-content-item-country h2{
		text-align:center;
		width:80%;
	}
	
	/*.text-content-item-country h2:after{
		margin-left: 0px;
	}
	
	.text-content-item-country h2:before {
		margin-left: 0px;
	}*/

	.continent-card .continent-card-text p {
		font-size: 12px;
	}
	.continent-card .continent-card-text {
		padding: 24px 20px 13px 30px;
		text-align: left;
		min-height: max-content;
	}
	.continent-card h3.continent-card-title {
		font-size: 12px;
		margin-bottom: 15px;
		top: 10px;
		left: 8px;
		padding: 6px 11px 4px 11px;
		min-height: 23px;
	}
	.continent-card .continent-card-text p:before {
		left: -27px;
		top: -4px;
	}
	.continent-card .continent-card-text p:after {
		right: -20px;
	}
	.article-card img {
		border-radius: 4px;
		width: 60px;
	}

	.article-card .card-title {
		font-size: 20px;
		margin-bottom: 10px;

	}
	.article-date {
		font-size: 10px;
		margin-bottom: 10px;
		position: relative;
	}

	.fa-calendar-alt:before, .fa-calendar-days:before {
        content: '';
        width: 12px;
        height: 12px;
        background-image: url(/assets/elements/templates/images/date.svg);
        position: absolute;
        background-size: contain;
        top: -1px;
	}

	.article-date i {
		margin-right: 15px;
	}

	.card-text {
		font-size: 12px;
		line-height: 120%;
		width: 100%;
	}

	.article-card {
		padding-bottom: 40px;
		padding-top: 20px;
	}

	.continent-country-card h3.continent-country-card-title {
		font-size: 12px;
		margin-bottom: 15px;
		top: 10px;
		left: 8px;
		padding: 6px 11px 4px 11px;
		min-height: 23px;
	}

	.continent-country-card .continent-country-card-text p {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.continent-country-card .continent-country-card-text{
		padding: 16px 8px 16px 8px;
		text-align: left;
		min-height: max-content;
	}

	.navbar-toggler:focus {
		text-decoration: none;
		outline: 0;
		box-shadow: none;
	}

	.btn-item-link {
		min-width: 126px;
		width: max-content;
		min-height: 43px;
		font-size: 16px;
	}

	.btn-item-link-reverse {
		min-width: 126px;
		width: max-content;
		min-height: 43px;
		font-size: 16px;
	}

	input {
		min-height: 43px !important;
	}

	.continent-grid-bottom {
		margin-bottom: 32px;
	}

	.custom-tabs .nav-tabs {
		justify-content: start;
		flex-wrap: inherit;
        overflow-x: scroll;
        min-height: 38px;
		margin-bottom: 32px;
	}

	.custom-tabs .nav-link {
		min-width: max-content;
	}
	.desktop-br{
		display:block;
	}

	.form-section{
		padding-top:40px;
		padding-bottom:40px;
	}

	.slider-good-section{
		padding: 40px 0 75px 0;
	}

	.slider-country .count-exhibitions {
		right: 24px;
		left: auto;
		font-size: 16px;
		margin-top: 0;
	}

	.slider-country .count-exhibitions:before {
		width: 20px;
		height: 20px;
		top: -4px;
		left: -25px;
	}

	.slider-country .carousel-caption {
		width: auto;
		bottom: 5%;
	}

	.slider-country .carousel-inner {
        height: auto;
    }

	.carousel-item-country {
		background-image:none!important;
	}
	.search-box .search-button {
		min-height: 43px;
		height: 43px;
	}
	
	.form-section-access {
		padding: 64px 16px;
	}
	
	.form-control {
		margin-bottom: 0;
	}
	
	.text-content p, .text-content span, .text-content ul, .text-content ol {
		font-size: 16px;
	}
	
	.form-section-access .title-item {
		font-size: 24px;
		line-height: 120%;
	}
	
	.form-section-access .form-title {
		font-size: 16px;
		line-height: 120%;
		margin-bottom: 20px;
	}
	
	.text-content-item-page-center h3 {
		font-size: 20px;
		line-height: 120%;
	}
	

}