body{
	font-family: 'Poppins','Helvetica', 'Arial', sans-serif;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	color: #112E3C;
	-webkit-font-smoothing: auto;
    -moz-font-smoothing: auto;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
	line-height: 1.5;
	font-weight: 600;
	letter-spacing: -.1rem;
	margin-bottom: 2.0rem;
    margin-top: 0;
}
h1,.h1{
	font-size: 2.3em;
}

h2,.h2{

}
h3,.h3{
	font-size: 1.72em;
}
h4, .h4{
	font-size: 2.2rem;
}
h5, .h5{
	font-size: 1.8rem;
}

.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-bold{
	font-weight: 600;
}
.font-12{
	font-size: 1.2rem;
}
a{
	-webkit-transition: color .2s;
    -moz-transition:    color .2s;
    -ms-transition:     color .2s;
    -o-transition:      color .2s;
    transition:         color .2s;
}
/* Text colors moved to main.css */
/* COLORS - moved to main.css */
.img-text-block{}
.img-text-block .img-block{
	margin-bottom: 1rem;
}
.img-text-block .text-block{}
.img-block.rounded img{
	border-radius: 2rem;
}
.d-none{
	display: none;
}
body .main-header .logo{
	padding: 1.5rem 0;
}
.logo{
	float: left;
	margin-right: 1.5rem;
}
.main-menu ul.navigation {
	margin: 0;
	padding: 0;
}
body .header-style-two .main-menu .navigation > li{
	padding: 0.5rem 0 0 0;
	margin-bottom: 0;
	text-wrap: nowrap;

}
.main-menu .navigation > li a{
	font-size: 1.4rem;
}
/* Navigation colors moved to main.css */
.navigation-title span.title{
	line-height: 67px;
}

/* BUTTONS - colors moved to main.css */
.button,input[type='button'], input[type='reset'], input[type='submit']{
	border: 0px;
	border-radius: 0.86em;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	text-transform: none;
	text-align: center;
	padding: 0 3.5em;
	-webkit-transition: background-color .2s;
    -moz-transition:    background-color .2s;
    -ms-transition:     background-color .2s;
    -o-transition:      background-color .2s;
    transition:         background-color .2s;
}
.button:hover{

}
.button.font-m{
	font-size: 1.4rem;
}
.button.primary{

}
.button.primary:hover{

}
.button.secondary{

}
.button.secondary:hover{

}
.d-block{
	display: block;
}
.button.d-block{
	display: block;
	width: 100%;
}

/* INPUTS */

input[type='color'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
input[type='week'],
input:not([type]),
textarea,
select{
	border-radius: 0.85em;
	font-size: 1em;
	padding: 0.6em 1.15em;
}
/* Input colors moved to main.css */
input[type=checkbox], input[type=radio] {
     background: #fff;
     border:initial;
     box-shadow: none;
    clear: none;
    /* color: #555; */
     cursor: pointer;
    display: inline-block;
     height: initial;
    line-height: initial;
    margin: initial;
     min-width: initial;
    /* outline: 0; */
    /* padding: 0 !important; */
    /* text-align: center; */
    transition: border-color .05s ease-in-out;
     vertical-align: baseline;
     width: initial;
}
.mb-0{
	margin-bottom: 0;
}
.mb-2{
	margin-bottom: 2rem;
}
.box{
	border-radius: 2.4rem;
	padding: 1.6rem 2.4rem;
	margin-bottom: 2rem;
}
/* Box colors moved to main.css */
.listing-box,.job-new-block{

}
.listing-box .h1{
	margin-bottom: 0.5rem;
	font-size: 2.4rem;
}
.listing-box .h3{
	margin-bottom: 1rem;
}
/* Listing box colors moved to main.css */

.icon-block{
	font-size: 1.6rem;
	margin-right: 1em;
}

.badge{
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.8rem;
	border-radius: 1.6rem;
	padding: 0.6rem 1rem;
	display: inline-block;
}
/* Badge colors moved to main.css */
.label{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.6rem;
	border-radius: 1.2rem;
    z-index: 9999;
}
/* Label colors moved to main.css */

body.frontend-page.mm-wrapper:not(.header_transparent) .large-section {
    margin: 10em 0 2em 0;
}

.subscribe-modal-call:hover {
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .label {
        margin: 10px 0 0 0;
    }
}

/* Switches  */

.switch-block .switch{
	margin-left: 2rem;
}
.switch {
  position: relative;
  display: inline-block;
  width: 2.7rem;
  height: 1.5rem;
  line-height: 1.6rem;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  -webkit-transition: .4s;
  transition: .4s;
  width: initial;
  height: initial;
}
.switch  .slider:before {
  position: absolute;
  content: "";
  height: 1.1rem;
  width: 1.1rem;
  left: 1px;
  bottom: 1px;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch input:checked + .slider {
  background-color: transparent;
}

/* Switch colors moved to main.css */

.switch input:checked + .slider:before {
  -webkit-transform: translateX(1.2rem);
  -ms-transform: translateX(1.2rem);
  transform: translateX(1.2rem);
}

/* Rounded sliders */
.slider.round {
  border-radius: 3.4rem;
}

.slider.round:before {
  border-radius: 50%;
}


/* Filters  */
.filters, .filters-outer{}
.filters .filter-group,
.filters-outer .checkbox-outer{
	margin-bottom: 1rem;
}
.filters .title,
.filters-outer .checkbox-outer h4{
	font-size: 1.4rem;
	font-weight: normal;
	margin-bottom: 1.6rem;
	padding-left: 1rem;
	letter-spacing: 0.14px;
}
/* Filter colors moved to main.css */
.filter-options{}
.filter-options .single-option{
	color: #000;
}
.filters-outer .checkboxes{
	list-style-type: none;
}
.filters-outer .checkboxes li input{
	margin-bottom: 0;
	margin-right: .5rem;
}
.filters-outer .checkboxes li input,
.filters-outer .checkboxes li label{
	display: inline-block;
	position: relative;
	margin-bottom: 0;
}

/* Icons */
.icon{
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: bottom;
}
.icon.location{
	background-image: url('../../images/core/i_location_middle.svg');
}
.icon.time{
	background-image: url('../../images/core/i_time.svg');
}

/* Main blocks */
.navigation{
	padding: 2rem 0 1rem 0;
	overflow: hidden;
}
.navigation .navigation-title{
	font-size: 1.6rem;
}
/* Navigation title colors moved to main.css */
.menu, .list{

}
.menu li,
.list li{
	list-style-type: none;
}
.menu-horizontal li,
footer .list li{
	display: inline-block;
	margin-right: 1rem;
}

.large-section{
	margin: 10em 0;
}

.med-section{
	padding: 4rem 0;
}
.mtb-4{
	margin: 4rem 0;
}
.section-headline{
	margin-bottom: 3em;
}

.search-block{
	padding: 2.4rem;
	border-radius: 2.4rem;
}
.search-block input[type="text"]{
	background-color: white;
	margin-bottom: 0;
}
.search-block form,
.search-block fieldset,
.search-block .button{
	margin-bottom: 0;
}
.footer_country-wrap {
    padding: 20px 0;
}
/* Footer country wrap colors moved to main.css */
.footer_country-items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 400px));
    column-gap: 30px;
    grid-row-gap: 20px;
}
.footer_country-item a {
    display: flex;
    align-items: center;
}
.footer_country-item span {
    font-weight: 600;
    padding: 0 0 0 5px;
}
@media (max-width: 661px) {
    .footer_country-items {
        grid-template-columns: repeat(2, minmax(0, 200px));
        column-gap: 20px;
        grid-row-gap: 20px;
    }
}
.footer .row,
.search-block .row,
.search-block .row,
.country-cities-image-block .row,
.countries-jobs .row{
	-ms-flex-wrap: initial;
    flex-wrap: initial;
}
.countries-jobs .row .column.column-25{
	max-width: 100%;
}
.footer{
	padding: 3.6rem 0;
}
.footer .navigation-title{
	line-height: 3.6rem;
	margin-right: 2rem;
}
/* Footer colors moved to main.css */
footer ul.list{
	margin-bottom: 0;
}
.footer-logo-wrap {
    display: flex;
    align-items: center;
}
.footer-logo-wrap span{
    margin-bottom: 0;
}
.footer-right-wrap {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.mobile-footer-wrapper {
    display: none;
}
@media (max-width: 861px) {
    .footer-right-wrap {
        text-align: center;
    }
    .footer a.navigation-title {
        justify-content: center;
    }
}
@media (max-width: 639px) {
    .footer-wrapper {
        display: none;
    }
    .mobile-footer-wrapper {
        display: block;
    }

    .footer-logo-contact {
        display: flex;
        flex-wrap: wrap;
    }

    .row.mobile-footer-wrapper .column {
        width: auto;
    }

    .footer-second-right {
        display: flex;
        justify-content: space-around;
        padding: 0 0 10px 0;
        text-align: center;
        flex-wrap: wrap;
    }
}
@media (max-width: 471px) {
    .footer-second-right {
        display: block;
    }
}

.job-apply-form__wrapper .button, button{
    white-space: unset;
    word-wrap: break-word;
    height: auto;
    margin-bottom: 0;
}
.job-apply-form__wrapper button[type='submit'] {
    white-space: nowrap;
}
.job-apply-form__wrapper span.remove-file {
    position: absolute;
    right: 10px;
    color: #fff;
    font-size: 18px;
    display: none;
}
.form-group.mobile-form-field {
    width: 100%;
    padding: 0 10px;
}
@media (max-width: 639px) {
    .form-group.mobile-form-field {
        padding: 0;
    }
    .job-apply-form__wrapper .form-group input,
    .job-apply-form__wrapper .form-group select{
        height: 35px;
    }
    .job-apply-form__wrapper .form-group select {
        line-height: 13px;
    }

    .job-apply-form__wrapper .form-group input[type=checkbox],
    .job-apply-form__wrapper .form-group input[type=radio]{
        height: auto;
    }
}
.job-apply-form__wrapper .form-group input,
.job-apply-form__wrapper select{
    border-radius: 0.85em;
    font-size: 1em;
    padding: 3px 15px;
    background: none;
    font-weight: 400;
    box-shadow: none;
}
/* Job apply form colors moved to main.css */
.model.apply-job.modal-apply-job .default-form .bc-drag-area{
    border: none;
}

.booking_cookie_agreement.p-3.fixed-bottom{
    text-align: center;
}
/* Cookie agreement colors moved to main.css */
.booking_cookie_agreement:hover{
    cursor: pointer;
}
.content-cookie p{
    margin-bottom: 0.5rem;
}
body .modal a.close-modal{
	top: 20px;
	right: 20px;
}
.main-header img.avatar{
	max-height: 50px;
}
body .bravo-subscribe-form .form-group input[type="email"]{
	background-color: transparent;
	border-radius: 0.85em;
	box-shadow: none;
	height: 3.8rem;
    padding: 0.6em 1.15em;
    width: 100%;
}
@media (max-width: 639px) {
	.row{
		margin-right: auto;
		margin-left: auto;
	}
	.row .column.column-40,
	.row .column.column-50,
	.row .column.column-60{
		flex: auto;
		max-width: 100%;
	}
	input,
	select,
	.button,
	button,
	.search-block input[type="text"]{
		margin-bottom: 1rem;
	}
	.listing-box .h1{
		font-size: 1.8rem;
	}
}

#geoLocationModal {
    padding: 10px 10px 0 10px;
}
/* Geo location modal colors moved to main.css */

#geoLocationModal h3 {
    text-align: center;
}

.location-buttons-wrap {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

.location-buttons-wrap a {
    display: flex;
    font-size: 14px;
    width: 50px;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.ls-pagination {
   opacity: 0;
}


#infinity-scroll-preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    animation: spin 1s infinite linear;
}
/* Spinner colors moved to main.css */

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Form error colors moved to main.css */

.bc-drag-area .form-error {
    margin-top: 15px;
}

.header__wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.auth-header__links {
    display: flex;
    align-items: center;
    gap: 16px;
}

.auth-header_btn {
    background-color: #112E3C;
    color: #DEF7FE;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: none;
    text-align: center;
    padding: 3px 1em;
    border-radius: 0.46em;
}

.auth-header_btn:hover {
    background-color: #606c76;
    border-color: #606c76;
    color: #fff;
    outline: 0;
}

.auth-header_favorite_btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    background-color: #112e3c;
    display: none;
}

.main-header__menu {
    position: absolute;
    right: 0px;
    top: 68px;
    z-index: 2;
    transition: all 300ms ease;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #000;
    padding: 0px 16px;
    width: 220px;
    transform: scaleY(0);
    transform-origin: top;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    background-color: #fff;
}
.main-header__menu a {
    padding: 4px 8px;
    border-radius: 8px;
    width: 100%;
    text-wrap: nowrap;
}
.main-header__menu a:hover {
    background-color: #BEECFC;
}
.main-header__menu-active {
    transform: scaleY(1);
    padding: 12px 16px;
}
