.header-top {
    padding-top: 30px;
    padding-bottom: 15px;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #ffffff;
}

.header-menu-ul {
    display: flex;
    justify-content: flex-end;
}

.header-menu-ul>li {
    list-style: none;
    margin-left: 35px;
}

.header-menu-ul>li>a {
    color: #000000;
    font-weight: 500;
}

.dropdown {
    display: none;
}

.header-bottom {
    background: url("../images/header-bg.png") no-repeat;
    background-size: cover;
    padding-top: 250px;
    padding-bottom: 225px;
    margin-top: 90px;
}

.header-bottom_name {
    margin: 0 auto;
}

.about {
    padding-bottom: 100px;
}

.about-name {
    padding-top: 100px;
    padding-bottom: 10px;
    border-bottom: 5px solid #ffdc19;
    padding-left: 0;
    margin-bottom: 50px;

}

.about-name_h2 {
    font-size: 48px;
    font-weight: 400;
}

.about-sections {
    padding-left: 0;
}

.about-sections_p1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
    padding-top: 10px;
    text-transform: uppercase;
}

.about-sections_p2 {
    font-size: 16px;
    line-height: 26px;
}

.about-photo {
    background: url("../images/about-bg.png") no-repeat 50% 50%;
    background-size: cover;
}

.about-photo_h2-d {
    padding-top: 350px;
    padding-bottom: 60px;
    display: flex;
    justify-content: flex-end;
}

.about-photo_name {
    padding-left: 0;
}

.about-photo_h2 {
    font-size: 48px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: left;
    color: #ffffff;
}

.about-photo_extra-block {
    padding-left: 5px;
}

.extra-block {
    content: "";
    height: 8px;
    width: 72px;
    background-color: #ffdc19;
}

.service-items_h2 {
    font-size: 48px;
    font-weight: 400;
    padding-bottom: 20px;
}

.price {
    font-weight: 700;
}

.service-items_p {
    font-size: 16px;
    padding-bottom: 50px;
}

.inputs-textarea {
    width: 100%;
    margin-bottom: 30px;
    padding: 10px 15px;
    outline: none;
}

.my-button {
    padding: 7px;
    font-size: 24px;
    background: #ffdc19;
    color: #ffffff;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
}

.my-button:hover {
    transition: 0.3s;
    background: orange;
    cursor: pointer;
}

.contacts {
    background: url("../images/map.png") no-repeat 50% 50%;
    margin-top: 100px;
    padding: 244px 0;
}

.contacts img {
    width: 100%;
}

.footer {
    background: #212121;
    padding: 30px 0 15px 0;
}

.footer-menu-ul>li>a {
    color: #ffffff;
}


@media screen and (max-width: 992px) {
    .dropdown {
        display: block;
        text-align: right;
    }
    .header-menu {
        display: none;
    }
    .about-sections_img {
        display: flex;
        justify-content: center;
    }
    .about-sections_p1 {
        text-align: center;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .inputs {
        width: 70%;
    }
}

@media screen and (max-width: 575px) {
    .header-bottom_name {
        text-align: center;
    }
    .header-bottom_name-img {
        width: 80%;
    }
    .about-sections {
        padding-left: 15px;
    }
    .about-name_h2 {
        text-align: center;
    }
    .about-photo_name {
        padding-left: 15px;
    }
    .about-photo_h2 {
        font-size: 44px;
    }
    .about-photo_extra-block {
        padding-left: 20px;
    }
    .service-items_h2 {
        font-size: 36px;
    }
}

@media screen and (max-width: 380px) {
    .about-sections_p1 {
        font-size: 35px;
    }
    .about-photo_h2 {
        font-size: 36px;
    }
    .inputs {
        width: 100%;
    }
}