@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'fontul_folosit', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: normal;
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
    padding:25px 55px;
}

:is(a:link, a:visited, a:hover, a:active) {
    white-space: nowrap;
}

a.tel {
    color: #000;
    text-decoration: none;
}

p {
    text-align: justify;
}

span {
    white-space: nowrap;
}

.margin {
    margin-bottom: 30px
}
.center{
	text-align: center;
}
p,
ul {
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0 0 1rem;
}

h1 {
    text-align: center;
    font-size: 1.125rem;
    margin: 1rem 0 0;
}

h2 {
    font-size: 1em;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 2.812rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 20px;
    line-height: 1.2;
}

header {
    margin-bottom: 1rem
}

footer {
    display: flex;
    justify-content: space-between;
    gap: 1rem
}

.text {
    width: 80%;
}

footer p {
    text-align: left
}

@media only screen and (max-width: 49.938rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }
    header img{
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    p {
        text-align: left;
    }
	.nobr{
		display: none;
	}
}

@media only screen and (max-width: 35rem) {
    footer {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    footer p {
        text-align: center
    }

    .text {
        width: 100%
    }

    .margin {
        margin-bottom: 1.25rem
    }
}

@media only screen and (max-width: 27.812rem) {
    a.wrap {
        white-space: normal;
    }

    ul li {
        padding-left: 22px
    }
}
