html {
    scroll-behavior: smooth;
    color:rgb(0, 0, 0);
    line-height: 1.6;
    font-size: 16px;
}

body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

.review.active-review {
    display: flex;
}

.container {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.header {
    display: flex;
    position: sticky;
    top: 0;
    z-index: 1;
    box-shadow: 0px 0px 15px 1px #00000063;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    width: 100%;
    padding-top: 0.2em;
    background-color: #fff;
}

.header-landing {
    display: flex;
    justify-content:flex-start;
    gap: 1.5em;
    align-items: center;
    height: 75px;
    width: 100%;
    padding-top: 0.2em;
    background-color: #fff;
}

.header-mobile {
    display: none;
    position: sticky;
    top: 0;
    z-index: 1;
    box-shadow: 0px 0px 15px 1px #00000063;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    width: 100%;
    padding-top: 0.2em;
    background-color: #fff;
}

.logo-header {
    display: block;
    margin-left: 2em;
    padding-top: 0.2em;
}

.logo-header img:hover, .logo-header a img:hover {
    cursor: pointer;
}

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-titles {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9375rem;
    font-weight: bolder;
    gap: 1.2em;
    margin-right: 2em;
}

.menu-titles-social-media {
    display: flex;
    font-size: 0.875rem;
    gap: 1em;
    margin-left: 1em;
}

.menu-titles p:hover, .menu-titles-social-media a:hover {
    cursor: pointer;
    color: #000000;
}

.menu-title {
    color: #57667b;
}

.header-button-boxing {
    align-items: center;
    border: 1px solid transparent;
    background-color: #57667b;
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 1rem;
    padding: 0.75em;
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px, 0 1px 15px 0 rgba(0, 0, 0, 0.19);
}

@media (hover: hover) {

    .header-button-boxing:hover {
        background-color: transparent;
        color: #57667b;
        border: 1px solid #57667b;
    }

}

.hamburger-menu {
    color: #57667b;
    font-size: clamp(1.125rem, 2.5vw, 1.25rem);
    padding-right: 2em;
}

.hamburger-menu:hover {
    color: #000000;
    cursor: pointer;
}

.mobile-menu {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #57667b;
    color: #fff;
    text-align: right;
}

.slide-in {
    animation-name: slide-in;
    animation-duration: 100ms;
}

@keyframes slide-in {
    0%   {right: -70%; top: 0;}
    10%  {right: -65%; top: 0;}
    15%  {right: -60%; top: 0;}
    20%  {right: -55%; top: 0;}
    25%  {right: -50%; top: 0;}
    30%  {right: -45%; top: 0;}
    35%  {right: -40%; top: 0;}
    40%  {right: -35%; top: 0;}
    45%  {right: -30%; top: 0;}
    50%  {right: -25%; top: 0;}
    55%  {right: -20%; top: 0;}
    60%  {right: -15%; top: 0;}
    65%  {right: -10%; top: 0;}
    70% {right: 0; top: 0;}
}

.mobile-menu a:link, .mobile-menu a:visited {
    text-decoration: none;
    color: #fff;
}

.menu-titles-mobile {
    position: relative;
    top: 0px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 40px;
}

.menu-titles-mobile a {
    padding-top: 0px;
    text-decoration: none;
    font-size: clamp(1.5rem, 5vw, 2.25rem);
    display: block;
    transition: 0.3s;
    line-height: 2;
}
  
.menu-titles-mobile-social-media {
    padding-top: 0px;
    display: flex;
    justify-content: center;
    gap: 30px;
    line-height: 2;
}

.menu-titles-mobile-social-media a i {
    color:#fff;
    font-size: clamp(1.25rem, 3vw, 1.75rem); 
}

.menu-titles-mobile a:hover, .menu-titles-mobile a:focus, .menu-titles-mobile-social-media a i:hover, .menu-titles-mobile-social-media-links a i:focus {
    color: #d3d3d3;
    cursor: pointer;
}

.closebtn-mobile-menu-container {
    position: relative;
    top: 10px;
    right: 20px;
}
  
.closebtn-mobile-menu {
    font-size: clamp(1.75rem, 5vw, 2.5rem);
    text-decoration: none;
    display: block;
    transition: 0.3s;
    line-height: normal;
}

.closebtn-mobile-menu:hover, .closebtn-mobile-menu:focus {
    color: #d3d3d3;
    cursor: pointer;
}

.banner-container {
    display: flex;
    justify-content: center;
    height: auto;
    padding: clamp(10px, 2vh, 40px) 0;
    padding-bottom: 0;
    gap: clamp(1em, 5vw, 10em);
    background-color: #57667b;
    box-shadow: 0px 0px 10px 1px #57667b;
    padding-top: clamp(1px, 20vw, 60px);
    background-image: url(./Images/Banner/banner-background.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-container-element {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-container-element div {
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding-bottom: clamp(1px, 20vw, 60px);
}

.banner-container-element div h1 { 
    color: #fff;
    opacity: 0.9;
    text-shadow: 5px 1px 50px #000000;
    font-size: clamp(1.75rem, 6vw, 4rem);
    text-transform: uppercase;
    margin: 0;
}

.banner-container-element div p { 
    max-width: clamp(250px, 55vw, 800px);
    font-size: clamp(1.05rem, 3vw, 1.5rem);
    color: white;
    opacity: 0.9;
    text-shadow: 5px 1px 50px #000000;
    padding-bottom: 5px;
}

.banner-container-element img {
    max-height: clamp(250px, 35vw, 600px);
    height: auto;
    width: auto;
    justify-content: center;
    align-items: center;
    text-align: justify;
}

.banner-container-boxing {
    display: flex;
    justify-content: center;
    height: auto;
    padding: clamp(10px, 2vh, 40px) 0;
    padding-bottom: 75px;
    gap: clamp(1em, 10vw, 10em);
    background-color:#fff;
}

.banner-container-element-boxing {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-container-element-boxing h1 {
    font-family: Black Ops One;
    color: #57667b;
    font-size: clamp(2.5rem, 15vw, 7rem);
    line-height: normal;
}

.banner-container-element-boxing img {
    max-height: clamp(250px, 35vw, 500px);
    height: auto;
    width: auto;
    justify-content: center;
    align-items: center;
    text-align: justify;
}

.prices-title-div {
    display:flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #57667b;
    color: #fff;
    margin-block: 0;
    padding-block: 0;
}

.prices-title-div-first {
    display:flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #57667b;
    color: #fff;
    margin-block: 0;
    padding-top: 75px;
    padding-bottom: 0;
    scroll-margin-top: 45px;
}

.prices-title-div h2, .prices-title-div-first h2 {
    max-width: 80%;
    font-weight: bold;
    font-size: clamp(1.6rem, 3vw, 2.5rem);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-block: 0;
    line-height: normal;
}

.description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    scroll-margin-top: 45px;
    background-color: #fff;
    color: #57667b;
    padding-block: 75px;
}

.description2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    scroll-margin-top: 45px;
    background-color: #57667b;
    color: #fff;
    padding-block: 75px;
}

.description :first-child,
.description2 :first-child {
  margin-top: 0;
}

.description :last-child,
.description2 :last-child {
  margin-bottom: 0;
}

.description-text {
    display: flex;
    max-width: 50em;
    flex-direction: column;
    margin: 0 40px;
}

.description2-text {
    display: flex;
    max-width: 50em;
    flex-direction: column;
    margin: 0 40px;
}

.description-text h2, .description2-text h2 {
    font-weight: bold;
    font-size: clamp(1.75rem, 2.5vw, 2.5rem);
    line-height: 1.2;
    text-transform: uppercase;
}

.description-text p {
    text-align: justify;
    font-size: clamp(1.125rem, 1.6vw, 1.375rem);
    line-height: 1.6;
    letter-spacing: 1px;
}

.description-text-list {
    text-align: left;
    font-size: clamp(1.125rem, 1.6vw, 1.375rem);
    line-height: 1.6;
    letter-spacing: 1px;
}

.span-bold {
    font-weight: bold;
}

.description-button-div {
    padding-top: 50px;
}

.description-boxing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #57667b;
    color: #fff;
    padding-bottom: 20px;
    box-shadow: 0px 0px 20px 1px #0000003d;
    scroll-margin-top: 45px;
}

.description-text-boxing {
    display: flex;
    max-width: 50em;
    flex-direction: column;
    padding-top: clamp(2rem, 5vh, 5rem);
    padding-bottom: clamp(2rem, 5vh, 5rem);
    margin-left: 40px;
    margin-right: 40px;
}

.description-text-boxing h2 {
    font-weight: bold;
    font-size: clamp(1.75rem, 2.5vw, 2.5rem);
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: clamp(0.5rem, 1.5vh, 1.5rem);
}

.description-text-boxing p {
    text-align: justify;
    font-size: clamp(1.125rem, 1.6vw, 1.375rem);
    line-height: 1.6;
    letter-spacing: 1px;
    margin-bottom: clamp(0.5rem, 1.5vh, 1.5rem);
}

.description-text-boxing-list {
    text-align: left;
    font-size: clamp(1.125rem, 1.6vw, 1.375rem);
    line-height: 1.6;
    letter-spacing: 1px;
    margin-bottom: clamp(0.5rem, 1.5vh, 1.5rem);
}

.certificate-desktop {
    display: block;
}

.certificate-mobile {
    display: none;
}

.book-button {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    padding: clamp(0.5em, 1.5vw, 0.75em) clamp(1.2em, 2.5vw, 2em);
    align-items: center;
    border: 1px solid transparent;
    background-color: #57667b;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px, 0 5px 15px 0 rgba(0, 0, 0, 0.19);
}

@media (hover: hover) {
    
    .book-button:hover {
        box-shadow: none;
        background-color: transparent;
        color: #57667b;
        border: 1px solid #57667b;
    }
    
}

.book-button-white {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    padding: clamp(0.5em, 1.5vw, 0.75em) clamp(1.2em, 2.5vw, 2em);
    align-items: center;
    border: 1px solid transparent;
    background-color: #fff;
    color: #57667b;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px, 0 5px 15px 0 rgba(0, 0, 0, 0.19);
    width:fit-content;
}

@media (hover: hover) {
    
    .book-button-white:hover {
        box-shadow: none;
        background-color: transparent;
        color: #fff;
        border: 1px solid #fff;
    }
    
}

.gallery-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: clamp(20px, 5.5vw, 30px);
    justify-content: center;
    width: 90%;
    padding-bottom: 75px;
    padding-top: 0;
}

.gallery img {
    max-width: 100%;
    height: auto;
    max-height: 300px; 
    display: block;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}

.prices-row {
    background-color: #57667b;
    color: #fff;
    padding-block: 75px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 5em;
}

.prices-row-boxing {
    background-color: #fff;
    color: #57667b;
    height: 500px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 5em;
    padding-top: 100px;
    padding-bottom: 100px;
}

.prices-info {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em 2em;
    width: 15em;
    border: 2px solid #fff;
    box-shadow: rgb(255, 255, 255, 0.1) 0 4px 12px, 0 5px 15px 0 rgb(255, 255, 255, 0.19);
}

.prices-info-text {
    display: flex;
    width: auto;
    max-width: 35em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: medium;
    padding-bottom: 2em;
}

.prices-info-text h2 {
    font-size: x-large;
}

.br-responsive {
    display: none;
}        

.amount {
    background-color: #fff;
    color: #57667b;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding-top: 0em;
    padding-bottom: 0em;
    padding-left: 4em;
    padding-right: 4em;
    max-width: 11em;
    font-weight: bold;
}

.amount-span {
    font-size: small;
}

.amount-span-session {
    font-style: italic;
    font-size: medium;
}

.package-details {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    line-height: 1.8em;
}

.package-details p {
    padding: 0em;
    margin: 0em;
    letter-spacing: 0.5px;
}

.prices-info-button {
    align-items: center;
    background-color: #fff;
    color: #57667b;
    border: 1px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-size: larger;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    padding: 0.75em;
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px, 0 5px 15px 0 rgba(0, 0, 0, 0.19);
}

@media (hover: hover) {

    .prices-info-button:hover {
        background-color: transparent;
        color: #fff;
        border: 1px solid #fff;
    }

}

.prices-info-boxing {
    display: flex;
    background-color: #fff;
    color: #57667b;
    justify-content: center;
    align-items: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 2em;
    padding-left: 2em;
    width: 15em;
    border: 1px solid #57667b;
    box-shadow: #57667b 0 0px 5px, 0 0px 0px 0 #57667b;
}

.amount-boxing {
    background-color: #fff;
    color: #57667b;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding-top: 0em;
    padding-bottom: 0em;
    padding-left: 4em;
    padding-right: 4em;
    max-width: 11em;
    font-weight: bold;
    border: 1px solid #57667b;
}

.prices-info-button-boxing {
    align-items: center;
    background-color: #57667b;
    color: #fff;
    border: 1px solid #57667b;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-size: larger;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    padding: 0.75em;
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px, 0 5px 15px 0 rgba(0, 0, 0, 0.19);
}

@media (hover: hover) {

    .prices-info-button-boxing:hover {
        background-color: #fff;
        color: #57667b;
        border: 1px solid #57667b;
    }

}

.reviews {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 75px;
    color: #57667b;
}

.review {
    display: none;
    justify-content: center;
    align-items: center;
    padding-block: 0;
}

.review p {
    font-style: italic;
    text-align: justify;
    font-size: clamp(1rem, 1.4vw, 1.125rem);
    max-width: 50em;
    line-height: 1.6em;
    letter-spacing: normal;
    padding-block: 0;
}

.reviews-arrow-button-left {
    align-items: center;
    color: #57667b;
    background-color: #fff;
    border: 1px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-size: larger;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    padding: 0.75em;
    margin-right: 3em;
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
}

.reviews-arrow-button-right {
    align-items: center;
    color: #57667b;
    background-color: #fff;
    border: 1px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-size: larger;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    padding: 0.75em;
    margin-left: 3em;
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
}

.maps {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    font-size: small;
    padding-top: 3em;
    padding-bottom: 3em;
    background-color: #f4f4f4;
    color: #000000;
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.5em;
}

.footer-block-contact {
    display: flex;
    gap: 30px;
}

.contact-info {
    display: flex;
    gap: 20px;
    min-width: 0px;
}

.contact-info-text {
    line-height: 1.2;
}

.contact-info-text a:link, .contact-info-text a:visited {
    text-decoration: none;
    color: #000000;
}

.contact-info-text a:hover, .contact-info-text a:focus {
    cursor: pointer;
}

.fa-phone {
    color: #000000;
    font-size: 15px;
    padding-right: 15px;
}

.fa-envelope {
    color: #000000;
    font-size: 15px;
    padding-right: 13px;
}

.fa-whatsapp {
    color: #000000;
    font-size: 16.5px;
    padding-right: 13px;
}

.footer-block-logo {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.copy-right {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0px;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0px;
}

.footer-block-social-media {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.footer-social-media a:link, .footer-social-media a:visited {
    color: #000000;
}

.footer-social-media a:hover, .footer-social-media a:focus {
    cursor: pointer;
}

.footer-block-law {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.footer-law a:link, .footer-law a:visited {
    color: #000000;
}

.footer-law a:hover, .footer-law a:focus {
    cursor: pointer;
}

.footer-law-text {
    line-height: 1.2;
}

.impressum-text, .cookie-policy-text {
    margin-left: 2em;
    margin-right: 2em;
}

.logo-design a:link, .logo-design a:visited  {
    color: #000000;
}

@media screen and (max-width: 1260px) {

    .logo-header {
        padding-top: 0.2em;
    }

    .header {
        display: none;
    }
    
    .header-mobile {
        display: flex;
    }

    .prices-row, .prices-row-boxing {
        gap: 4em;
    }

    .prices-info {
        padding-top: 1em;
        padding-bottom: 2em;
        padding-right: 3em;
        padding-left: 3em;
        max-width: 10em;
    }

    .prices-info-boxing {
        padding-top: 1em;
        padding-bottom: 2em;
        padding-right: 3em;
        padding-left: 3em;
        max-width: 10em;
    }

    .prices-info-text {
        padding-bottom: 1em;
    }

    .prices-info-text h2 {
        font-size: 1.5rem;
        padding-bottom: 0.5rem;
    }

    .amount {
        max-width: 8em;
        font-size: 1rem;
    }

    .amount-boxing {
        max-width: 8em;
        font-size: 1rem;
    }

    .package-details {
        font-size: 0.88rem;
    }

    .prices-info-button {
        font-size: 1rem;
    }

    .prices-info-button-boxing {
        font-size: 1rem;
    }

    .br-responsive {
        display: block;
    }
    
}

@media screen and (max-width: 1100px) {

    .banner-container {
        flex-direction: column;
        padding-top: clamp(40px, 10vw, 50px);
        gap: 0px;
    }

    .banner-container-element div {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: clamp(25px, 17vw, 100px);
    }

    .banner-container-element div h1 { 
        font-size: clamp(1.6rem, 8vw, 4rem);
    }

    .banner-container-element div p {
        font-size: clamp(0.8rem, 4vw, 1.4rem);
        max-width: clamp(250px, 85vw, 670px);
        text-align: justify;
    }
        
    .banner-container-element:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
    }

     .banner-container-element img {
        width: clamp(250px, 80vw, 450px);
        height: auto;
        max-height: none;
        display: block;
    }

    .description, .description2, .prices-row, .reviews {
        padding-block: clamp(40px, 10vw, 50px);
    }

    .prices-title-div-first {
        padding-top: clamp(40px, 10vw, 50px);
    }

    .gallery {
        padding-bottom: clamp(40px, 10vw, 50px);
        padding-top: 0;
    }

}

@media (max-width: 1000px) {
    
    .gallery {
        grid-template-columns: 1fr;
        place-items: center;
        gap: 50px;
    }

    .banner-container-boxing {
        flex-direction: column;
        padding-top: 0;
        padding-bottom: 75px;
        gap: clamp(1em, 1vw, 3em);
    }

    .banner-container-element-boxing:first-child {
        height: clamp(100px, 40vw, 200px);
    }

    .reviews-arrow-button-left {
        margin-right: 1em;
    }

    .reviews-arrow-button-right {
        margin-left: 1em;
    }

}

@media screen and (max-width: 930px) {

    .prices-row, .prices-row-boxing {
        flex-direction: column;
        height: auto;
        gap: 5em;
    }

}

@media screen and (max-width: 576px) {

    .footer-block-contact {
        flex-direction: column;
        gap: 15px;
    }

    .footer-block-law {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

}

@media screen and (max-width: 345px) {

    .certificate-desktop {
        display: none;
    }

    .certificate-mobile {
        display: block;
    }

}