*{padding: 0;margin: 0;border: 0;}
*,*:before,*:after{box-sizing: border-box;}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}
footer,header{display: block;}
html,body{height: 100%;width: 100%;font-size: 100%;line-height: 1.5;}
button{cursor: pointer;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;display: block;}
h1,h2,h3{font-size:inherit;font-weight: 700;}
body{min-width: 320px;min-height: 100%;font-family: Verdana, sans-serif;color: #010101;font-size: 16px;font-weight: 400;}
header{
height: 130px;
font-size: 28px;
font-weight: 500;
color: #FFFFFF;
background-color: #2c2c2c;
}
.container {
padding: 0px 5px;
margin: 0px auto;
max-width: 750px;
}
.header__row {
padding: 7px;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
align-items: center;
}
.logo__column {
display: flex;
align-items: center;
}
.logo__image {height: 40px;}
.tel__column {
display: flex;
align-items: center;
justify-content: center;
}
.tel_image {height: 25px;}
.header__number {
font-size: 22px;
font-weight: 400;
}
.header_nav {
display: flex;
width: 100%;
align-items: center;
justify-content: center;
gap: 8px;
}
.menu__link{
margin: auto;
position: relative;
font-style: italic;
font-size: 22px;
height: 100%;
color: #FFFFFF;
user-select: none;
}
.menu__link::before {
content: '';
bottom: -4px;
left: -1px;
position: absolute;
width: 104%;
height: 2px;
background-color: #9CB3F7;
transition: 0.2s;
transform: scaleX(0);
}
.menu__link:hover:before {
transform: scaleX(1);
}
.menu__link:hover {
color: #9CB3F7;
}
.title__h1 {
margin: 10px 0px;
padding: 0px 5px;
text-align: center;
font-size: 24px;
font-weight: 700;
}
.text {
padding: 0px 10px;
text-align: justify;
text-indent: 40px;
}
.text ul {
padding: 0px 0px 10px 0px;
text-indent: 0px;
}
.text ul span,.text span{
font-weight: 700;
}

.slayder_column {
max-width: 600px;
margin: 30px auto 70px;
box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.50);
}
.slayder_column img {
width: 100%;
height: 100%;
}

.title__h2 {
width: 100%;
font-size: 20px;
font-weight: 700;
text-align: center;
margin: 20px auto;
}
.plusi_row {
display: flex;
width: 100%;
flex-wrap: wrap;
margin: 40px 0px 40px 0px;
justify-content: center;
}
.plusi_column {
display: flex;
flex-direction: column;
flex: 0 1 35%;
align-items: center;
}
.plusi_image_box {
width: 100px;
height: 100px;
border: 3px solid #808080;
background-color: #1a1a1a;
display: flex;
align-items: center;
justify-content: center;
padding: 20px 20px;
border-radius: 50%;
}
.plusi_image {
width: 100%;
height: 100%;
}
.plusi_text {
margin: 20px 0px 20px 0px;
font-style: italic;
font-weight: 400;
font-size: 16px;
width: 150px;
text-align: center;
}
.call-button {
display: inline-block;
width: 70px;
height: 70px;
background-color: blue;
color: white;
font-size: 36px;
text-align: center;
line-height: 65px;
border-radius: 50%;
text-decoration: none;
position: fixed;
bottom: 30px;
right: 30px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.call-button:hover {
transform: scale(1.1);
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}
@keyframes pulse {
0% {
transform: scale(1);
}
50% {
transform: scale(1.4);
}
100% {
transform: scale(1);
}
}
.call-button {
animation: pulse 1.8s infinite;
}
.footer {
background-color: #2c2c2c;
}
.footer__row {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.footer__text {
text-align: center;
color: #AAACAE;
font-size: 13px;
padding: 17px;
}
@media (min-width: 481px){
body{
font-size: 18px;
}
.container {
padding: 0px;
}
.title__h1 {
font-size: 28px;
}
.title__h2 {
font-size: 24px;
margin: 30px auto;
}
.plusi_text {
font-size: 18px;
width: 180px;
}

}
@media (min-width: 768px){
body {
font-size: 20px;
}
header{
height: 100px;
}
.container {
max-width: 1200px;
}
.tel__column {
flex: 0 0 35%;
}
.header__menu {
padding-bottom: 0px;
}
.title__h1 {
margin: 20px auto;
padding: 0px 10px;
font-size: 40px;
}
.text ul {
padding: 0px 10px 10px 53px;
text-indent: 40px;
}
.title__h2 {
font-size: 30px;
}
.plusi_column {
flex: 0 1 18%;
}
.plusi_text {
font-size: 20px;
width: 200px;
}
}