body {
font-family: "Ubuntu", sans-serif;
overflow-x: hidden;
}


.c-top-right-info {
display: flex;
gap: 20px;
justify-content: flex-end;
}

.c-top-right-info span{
color: #fb002c;
}

/*TOP MENU*/

#topmenu {
    border-radius: 40px;
}

div.topmenu ul li:hover {
    border-radius: 30px;
}

div.topmenu ul li:nth-child(2):hover {
border-radius: 30px 30px 0px 0px;
}


#topmenu ul ul {
border-radius: 0px 30px 30px 30px;
}

div.topmenu ul ul li:hover {
    border-radius: 20px;
}



/*END OF TOP MENU*/


/*COPYINFO*/

#copyinfo {
border-radius: 20% 20% 0px 0px;
}

/*END OF COPYINFO*/




/*PRODUCTS*/
div.horizontalitems div.itemcontent {
    border-radius: 30px;
    overflow: hidden;
}

div.items div.photos img {
    border-radius: 40px;
margin: 0 auto;
}

div.contentboxy div.textbox div.value {
    line-height: 2em;
}.c-newlogo {
    background-image: url('/cache/files/a67ca0e0ad1471da8486a34f7f95f00f5faf8c79.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/a67ca0e0ad1471da8486a34f7f95f00f5faf8c79.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/a67ca0e0ad1471da8486a34f7f95f00f5faf8c79.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}.c-button-1 {
    display: inline-block;
    border: 1px solid #121212;
    padding: 15px 25px;
    border-radius: 30px;
    color: #121212;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 14px;
   box-shadow: 2px 2px #d10327;
    transition: all 0.6s ease;
text-decoration: none;
}

.c-button-1:hover {
background-color: #d10327;
color: #fff;
    border: 1px solid #d10327;
   box-shadow: 2px 2px #121212;
}


.c-button-2 {
    display: inline-block;
    background-color: #d10327;
    padding: 15px 25px;
    border-radius: 0px 30px 30px 30px;
    color: #fff;
    font-weight: 900;
   box-shadow: 2px 2px #121212;
    transition: all 0.6s ease;
text-decoration: none;
letter-spacing: 1px;
}

.c-button-2:hover {
background-color: #fff;
color: #121212;
}






.c-button-3 {
display: inline-block;
    padding: 12px 18px;
    border-radius: 30px;
    color: #121212;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 12px;
    box-shadow: 3px 3px #121212;
    transition: all 0.6s ease;
    text-decoration: none;
    background-color: #fff;
    width: 180px;
}

.c-button-3:hover {
background-color: #121212;
color: #fff;
   box-shadow: 2px 2px #fff;
}#my-footer {
background: linear-gradient(to bottom, #f1f1f1 0px, #f1f1f1 100px, #ffffff 100px, #ffffff 100%);
position: relative;
}


@media (max-width: 912px) {
#my-footer {
background: #fff;
position: relative;
}
}

.c-footer {
max-width: 90vw;
margin: 0 auto;
    display: flex;
    gap: 4vh;
    justify-content: space-between;
align-items: flex-start;
padding-bottom: 100px;
position: relative;
}

@media (max-width: 912px) {
.c-footer {
gap: 0vh;
max-width: 100%;
flex-direction: column;
align-items: center;
}
}

.c-footer-info-container {
margin-top: 100px;
padding: 5vh;
width: 100%;
}

@media (max-width: 912px) {
.c-footer-info-container {
margin-top: 0px;
}
}

.c-footer-info-line {
display: flex;
gap: 15px;
position: relative;
margin-bottom: 4vh;
}

.c-footer-info-line p{
font-weight: 600;
margin-bottom: 0px;
}

.c-footer-info-line-image {
height: 35px;
width: 35px;
position: relative;
display: flex;
    align-items: center;
    justify-content: center;
min-width: 35px;
}

.c-footer-info-line-image img {
height: 20px;
width: auto;
position: relative;
}

.c-footer-info-line-image:before {
position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background-color: #121212;
    height: 35px;
    width: 35px;
    border-radius: 80px 0px 80px 80px;
    z-index: 0;
}


.c-logo-social-line {
display: flex;
    gap: 20px;
align-items: flex-start;
    justify-content: space-between;
margin-bottom: 4vh;
}

@media (max-width: 1024px) {
.c-logo-social-line {
align-items: flex-start;
    flex-direction: column;
}
}

@media (max-width: 912px) {
.c-logo-social-line {
    flex-direction: row;
}
}

@media (max-width: 670px) {
.c-logo-social-line {
align-items: flex-start;
    flex-direction: column;
}
}


.c-social-buttons {
display: flex;
gap: 20px;
align-items: center;
margin-top: 60px;
}

@media (max-width: 1024px) {
.c-social-buttons {
margin-top: 0px;
margine-left: 20px;
}
}


.c-social {
height: 55px;
width: 55px;
position: relative;
display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s ease;
}

.c-social img{
height: 30px;
width: auto;
position: relative;
}



.c-social:before {
position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background-color: #d10327;
    height: 55px;
    width: 55px;
    border-radius: 80px 80px 0px 80px;
box-shadow: -2px -2px #121212;
    z-index: 0;
    transition: all 0.6s ease;
}

.c-social:hover {
height: 65px;
width: 65px;
}
.c-social:hover:before {
    height: 65px;
    width: 65px;
}







.c-footer-form-container {
background-color: #121212;
color: #fff;
padding: 6vh;
border-radius : 0px 80px 80px 80px;
box-shadow: 4px 3px #d10327;
}

.c-footer-form-title {
font-size: clamp(1.375rem, 1.046rem + 1.316vw, 2.625rem); /*22-42*/
font-weight: 900;
line-height: 1.1em;
}






/*FORM*/

.contactform {
    padding-bottom: 15px;
    width: 500px;
}

@media (max-width: 600px) {
.contactform {
    width: 100%;
}

}

.contactform input, .contactform textarea {
    width: 100%;
}

.contactform p.notrequired select, .contactform p.notrequired textarea, .contactform p.notrequired input, .contactform p.required select, .contactform p.required textarea, .contactform p.required input {
    padding: 4px;
    font-size: 18px;
    border: 1px solid #ffffff;
    border-radius: 20px;
}



.c-footer-form-container .contactform button {
    margin-top: 2vh;
    display: inline-block;
    padding: 15px;
    background-color: #d10327;
    border: 1px solid #d10327;
    color: white;
    text-decoration: none;
    min-width: 150px;
    text-align: center;
    font-weight: 900;
    font-size: 16px;
    border-radius: 0px 30px 30px 30px;
    box-shadow: 2px 2px #fff;
}

.c-footer-form-container .contactform button:hover {
    background-color: white;
    box-shadow: 2px 2px #d10327;
color: #d10327;
    transition: all 0.6s ease;
}




.contactform button {
    margin-top: 2vh;
    display: inline-block;
    padding: 15px;
    background-color: #d10327;
    border: 1px solid #d10327;
    color: white;
    text-decoration: none;
    min-width: 150px;
    text-align: center;
    font-weight: 900;
    font-size: 16px;
    border-radius: 0px 30px 30px 30px;
    box-shadow: 2px 2px #121212;
}

.contactform button:hover {
    background-color: white;
    box-shadow: 2px 2px #d10327;
color: #d10327;
    transition: all 0.6s ease;
}



div.contactform p.select label {


color: #fff !important;
}

/*END OF FORM*/.c-page-title {
font-size: clamp(2.5rem, 2.336rem + 0.658vw, 3.125rem); /*40-60*/
font-weight: 900;
line-height: 1.1em;
margin-bottom: 15px;
}


.c-page-subtitle {
font-size: 30px;
font-weight: 900;
line-height: 1.1em;
margin-bottom: 15px;
letter-spacing: 2px;
color: #d10327;
}


.c-boxes-list {
list-style-type: none !important;
    padding-left: 0px !important;
    display: flex;
    gap: 4vh;
align-items: flex-start;
    flex-wrap: wrap;
    max-width: 80vw;
    margin: 0 auto !important;
    padding-top: 4vh !important;
}


.c-boxes-list li{
    background: #fff;
    border-radius: 0px 50px 50px;
padding: 30px;
font-size: 1.2em;
width: 33vw;
    box-shadow: 8px 5px 10px #12121236;
}

@media (max-width: 912px) {
.c-boxes-list li{
width: 100%;
}
}


.c-boxes-list li span{
    background-color: #d10327;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 0px 30px 0px 30px;
    font-size: 22px;
    font-weight: 800;
margin-bottom: 20px;
    box-shadow: 4px 3px #121212;
}





.c-why-us-title {
font-size: clamp(1.25rem, 0.987rem + 1.053vw, 2.25rem); /*20-36*/
font-weight: 900;
line-height: 1.3em;
margin-bottom: 8vh;
position: relative;
}


.c-why-us-title span{
position: relative;
    display: inline-block;
    margin: 0px 10px;
    color: #fff;
    padding: 4px 10px;
}

.c-why-us-title span:before{
position: absolute;
    content: "";
    background-color: #d10327;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 30px 30px 0px 30px;
    z-index: -1;
}


.c-title-container {
text-align: center;
max-width: 780px;
margin: 0 auto;
}.mobile-header {
    height: auto;
    min-height: 88px;
border-radius: 0px 0px 20% 20%;
box-shadow: none;
}

.side-nav__footer {
    box-shadow: none;
    padding: 10px 16px;
}

.side-nav__container {
    width: 95%;
    max-width: 350px;
    border-radius: 0px 20% 20% 0px;
    overflow: hidden;
}

.c-mobile-social-buttons {
display: flex;
gap: 20px;
align-items: center;
margin-bottom: 20px;
}


.c-mobile-social-buttons .c-social {
height: 45px;
width: 45px;
position: relative;
display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s ease;
}

.c-mobile-social-buttons .c-social img{
height: 20px;
width: auto;
position: relative;
}



.c-mobile-social-buttons .c-social:before {
position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background-color: #d10327;
    height: 45px;
    width: 45px;
    border-radius: 80px 80px 0px 80px;
box-shadow: -2px -2px #121212;
    z-index: 0;
    transition: all 0.6s ease;
}