body{
    margin: 0;
    font-family: PT-Roboto;
    position: relative;
}

.header{
    display: flex;
    justify-content: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    background: white;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    margin-bottom: 5px;

}

.box-header{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 1300px;
    width: 100%;
    justify-content: space-between;
}

.logo{

}

.img-logo{
    max-width: 100px;
}

.city{
    color: #00a800;
    font-size: 24px;
    font-weight: 800;
    margin-top: 50px;
}

.phone{
    color: #ff9b28;
    font-size: 24px;
    font-weight: 800;
    margin-top: 50px;
}


.bigbords {
    position: relative;
    width: 100%;
    max-width: 1300px; /* Максимальная ширина всей карусели */
    margin: 0 auto; /* Центрирование */
    overflow: hidden;
}
.bigbords-inner {
    display: flex;
    transition: transform 0.5s ease;
}
.bigboards1 {
    flex: 0 0 100%; /* Каждый слайд занимает всю ширину карусели */
    max-width: 100%;
}
.img-bigboard {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain; /* чтобы изображение вмещалось */
    max-height: 800px; /* Максимальная высота по желанию */
}
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    background: #fff;
    color: black;
    border: none;
    cursor: pointer;
    padding: 12px;
    z-index: 1;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.carousel-btn.prev {
    left: 10px;
}
.carousel-btn.next {
    right: 10px;
}

.second-carousel{
    margin-top: 40px;
}

/*.img-bigboard{*/
/*    max-width: 1300px;*/
/*    width: 100%;*/
/*    height: 300px;*/
/*}*/

/*.bigbords{*/

/*}*/

/*.bigboards1{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

.our-services{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.our-services1{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 10px;
    max-width: 1300px;
    padding: 0 10px;
}

.services{
    max-width: 380px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #f7f8f9;
    cursor: pointer;
    padding: 20px;
    transition: box-shadow 0.3s ease;
}

.services:hover{
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.name-services{
    color: black;
    font-size: 24px;
    font-weight: 800;
}

.img-icon{
    max-width: 200px;
    height: 200px;
}

.icon-service{
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.name-of-services{
    background: url(images/break.png) center;
}

.box-name-of-services{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.name-services-1{
    max-width: 284px;
    height: 189px;
    width: 100%;
    background: url(images/img-orange-1.png) center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00a800;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
}

.container-name-of-service{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 0 10px;
}

.name-services-2{
    display: flex;
    flex-direction: column;
    align-items: center;
    /*border: 2px solid #ff9b28;*/
    border-radius: 10px;
    padding: 8px;
    background: #f7f8f9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.name-services-3{
    color: #00a800;
    font-size: 24px;
    font-weight: 800;
}

.img-name-of-service{
    max-width: 400px;
    width: 100%;
}

.description{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.img-description{
    max-width: 680px;
    border-radius: 20px;
    width: 100%;
}

.description-box{
    max-width: 1300px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 0 10px;
}

.description-text{
    max-width: 570px;
}

html {
    scroll-behavior: smooth;
}

a{
    text-decoration: none;
}

.phone-link{
    color: #ff9b28;
    cursor: pointer;
}

.footer{
    background: #ff9b28;
    padding: 10px;
}

.icon-foot{
    width: 40px;
}

.footer-contacts{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1rem;
    align-items: center;
}

.footer-text{
    color: #00a800;
    font-size: 26px;
}

.footer-text2{
    font-weight: 800;
    color: #00a800;
    max-width: 500px;
}

.footel-link{
    color: #00a800;
}

.name-services-name{
    width: 120px;
}

.phone-size{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 10px;
    margin-top: 20px;
}

.city1{
    color: #00a800;
    font-size: 22px;
    font-weight: 800;
}

.phone1{
    color: #ff9b28;
    font-size: 22px;
    font-weight: 800;
}

.roof-form-wrapper {
    /*background: #f7f8f9;*/
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px auto;
    max-width: 800px;
    border-radius: 10px;
    /*box-shadow: 0 14px 28px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.12);*/
}

.roof-form-title {
    font-size: 28px;
    color: #00a800;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.roof-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.form-group input {
    padding: 10px 5px;
    font-size: 16px;
    border: none;
    border-bottom: 2px solid #e88b20;
    background: transparent;
    outline: none;
    box-sizing: border-box;
    width: 100%;
    color: #333;
}

.roof-submit-btn {
    margin-top: 20px;
    background-color: #ff9b28;
    color: #fff;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    /*cursor: pointer;*/
    transition: background-color 0.3s ease;
    pointer-events: none;
    cursor: not-allowed;
}

.roof-submit-btn:hover {
    background-color: #e88b20;
}

.form-group input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.sidebar-icon {
    font-size: 28px;
    cursor: pointer;
    padding: 10px;
    color: #00a800;
    user-select: none;
}

.sidebar {
    position: fixed;
    top: 0;
    right: -300px;
    width: 250px;
    height: 100%;
    background: #f7f8f9;
    box-shadow: -2px 0 10px rgba(0,0,0,0.2);
    transition: right 0.3s ease;
    padding: 20px;
    z-index: 1500;
}

.sidebar.active {
    right: 0;
}

.close-sidebar {
    font-size: 30px;
    font-weight: bold;
    color: #ff9b28;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}

.contacts-link {
    color: #00a800;
    font-weight: 800;
    font-size: 22px;
    text-decoration: none;
    transition: color 0.3s;
}

.contacts-link:hover {
    color: #007f00;
}

.sidebar-menu {
    list-style: none;
    padding: 50px 0 0 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sidebar-menu li a {
    color: #00a800;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    transition: color 0.3s;
}

.sidebar-menu li a:hover {
    color: #007700;
}

.map{
    max-width: 500px;
    width: 100%;
    max-height: 400px;
    height: 100%;
}

.icons-photo-brands{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
    padding: 0 10px;
}

.name-icon{
    text-align: center;
    color: #00a800;
    font-size: 24px;
    font-weight: 800;
}

.icon-brand{
    max-width: 500px;
    width: 100%;
}