@font-face{

    font-family: 'probapro';
    
    src: 
    url('../fonts/Probaproregular.woff') format('woff'),
    
    url('../fonts/Probaproregular.ttf') format('truetype');

    font-weight: normal;
    
    font-style: normal;
    
}


h1, h2, h3, h4, h5, p, span{
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

html, body{
    height: 100%;
}

body{
    background-color: rgb(250, 250, 250);
    font-family: 'probapro';
}

.transition{
    transition: 3s;
}

#login_pop, #signin_pop{
    display: none;
}

.main_item_services{
    display: none;
}

.hoverBorderTop{
    border-top: 2px solid #FFEBDD;
    border-left: 2px solid #FFEBDD;
    border-right: 2px solid #FFEBDD;
}

.hoverBorderBottom{
    border-bottom: 2px solid #FFEBDD;
    border-left: 2px solid #FFEBDD;
    border-right: 2px solid #FFEBDD;
}

.block{
    display: block;
}

.inside_main_item{
    cursor: pointer;
}

a{
    text-decoration: none;

}

ul {
    display: block;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

:root{
    --blue: #024677;
    --yellow: #FFCA33;
    --color: #fff;
    --color_dark: #000000;
    --yellow_light: #ffe7a1;
}

.bg{
    height: 552px;
    background-image: url('../images/map.png');
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding-top: 25px;
    background-size: cover;
    width: 100%;
}

.content{
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    min-width: 275px;
}

header{
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    padding: 13px 33px;
    box-sizing: border-box;
}

.header_logo_href{
    display: flex;
    color: var(--color_dark);
    text-decoration: none;
}


.header_logo_href img{
    width: 52px;
    height: 70px;
}

.header_logo_href h1{
    font-size: 33px;
    line-height: 70px;
    font-weight: normal;
    margin-left: 15px;
}

.header_buttons{
    display: flex;
    /*align-items: flex-start;*/
    /*margin-top: 15px;*/
	flex-direction: column;
}

.temp_high{
	font-size: 13px;
	color: #d92e2e;
}

.header_buttons_inner{
	display: flex;
    align-items: flex-start;
	justify-content: flex-end;
}

.header_buttons_language{
    display: flex;
    color: var(--color_dark);
    text-decoration: none;
    margin-right: 20px;
    padding-top: 13px;

}

.header_buttons_language img{
    width: 17px;
    height: 17px;
    margin-right: 7px;
}

.header_buttons_language span{
    font-size: 16px;
    line-height: 17px;
    
}

.header_buttons_login{
    display: block;
    width: 90px;
    padding: 13px 0px;
    text-align: center;
    color: var(--color_dark);
    font-size: 16px;
    text-decoration: none;
}

.header_buttons_login:hover{
    background-color: var(--yellow);
}

main{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin-top: 25px;
    padding-bottom: 50px;
    min-height: 300px;
    background-color:  rgb(250, 250, 250);
}

.flex100{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 200px;
}

.title_main_item{
    text-align: center;
    font-size: 25px;
    margin-top: 15px;
}

.inside_main_item{
    width: 100%;
    height: 100%;
    /* margin-bottom: 5px; */
    /* margin: 2px; */
    background-color: #ffffff;
    /* background: transparent; */
    /* display: flex; */
    /* align-items: stretch; */
    /* justify-content: flex-start; */
    box-sizing: border-box;
    position: relative;
    border: 2px solid var(--yellow);
}

.inside_main_item_yellow{
    background-color: var(--yellow);
}

.main_item{
    background: transparent;
    flex: 1 0 33%;
    padding: 2px;
    box-sizing: border-box;
    max-width: 33.33%;
    display: flex;
    align-items: stretch;
}

.main_item_header{
    margin: 0 auto;
    display: flex;
    z-index: 0;
    cursor: pointer;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 98%;
    position: relative;
    padding: 15px 0px;
    box-sizing: border-box;
}

.main_item_header img{
    width: 75px;
    height: 75px;
}

.main_item_services{
    position: absolute;
    z-index: 6543;
    background-color: rgb(250, 250, 250);
    width: 100%;
    top: 100%;
    left: -2px;
    transition: 3s;
    padding-bottom: 5px;
    padding-top: 10px;
    border: 2px solid var(--yellow);
}

.main_item_header h2{
    margin: 0 auto;
    font-size: 20px;
    /* text-transform: uppercase; */
    /* margin-left: 20px; */
    line-height: 30px;
    color: var(--color_dark);
    text-align: center;
    margin-top: 5px;
}

.main_item_services ul{
    font-size: 13px;
    padding-left: 15px;
}

.main_item_services li{
    font-size: 15px;
    cursor: pointer;
    /*  */
    padding: 1px 10px;
    /*  */
    color: var(--color_dark);
    cursor: pointer;
    line-height: 18px;
    margin-bottom: 7px;
    /* padding-left: 10px; */
    text-indent: -14px;
}

.shadow{
    box-shadow: 1px 1px 3px 0px gray;
}

.main_item_services li::before {
    content: "\25A0";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #c4c4c4; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    /* display: inline-block; Needed to add space between the bullet and the text */
    width: 5px; /* Also needed for space (tweak if needed) */
    height: 5px;
    /* margin-left: -7px; */
    margin-right: 5px;
  }

.map_link{
    display: block;
    text-align: center;
    padding: 15px 25px;
    text-decoration: none;
    color: var(--color_dark);
    border: 3px solid var(--yellow);
    background: #fff;
    margin: 0 auto;
    margin-top: 30px;
}

footer{
    width: 100%;
    background-color: #fff;
}

.footer_row1{
    border-top: 5px solid var(--yellow_light);
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    
    display: flex;
    justify-content: space-between;
    
}

.footer_row1_logos{
    display: flex;
    align-items: flex-start;
}

.footer_row1_logos a{
    margin-right: 60px;
}

.footer_row1_logos a:last-child{
    margin-right: 0px;
}

.contact_us{
    display: flex;
    flex-direction: row;
}

.footer_row1_contacts{
    display: flex;
    padding-top: 13px;
    cursor: pointer;
}

.footer_row1_contacts span{
    font-size: 13px;  
}

.footer_row1_contacts span:first-child{
    margin-right: 20px;
}

.contact_us img{
    width: 28px;
    height: 16px;
    margin-right: 5px;
}

.footer_row1_buttons{
    padding-top: 5px;
    display: flex;
    align-items: flex-start;
}

.footer_row1_buttons a{
    cursor: pointer;
    outline: none;
    display: block;
    text-align: center;
    color: #000000;
}

.footer_row1_buttons a:first-child{
    width: 110px;
    font-size: 13px;
    background: transparent;
    border: 3px solid #000000;
    padding: 7px 0px;
    margin-right: 5px;
}

.footer_row1_buttons a:last-child{
    width: 150px;
    font-size: 13px;
    background: transparent;
    border: 3px solid #000000;
    padding: 7px 0px;
}



/* ! */
.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
.content {
	flex: 1 0 auto;
}
footer {
	flex: 0 0 auto;
}
/* ! */