html {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: darkorange;
}

.brand-logo {
    font-size: 30px;
    font-family: 'Days One', sans-serif;

}

.logo_orange {
    color: darkorange;
}

#hero {
    width: 100%;
    height: 100vh;
    background: url(../img/bg.jpg) fixed top center;
    background-size: cover;
    color: #fff;
    position: relative;
    z-index: 2;
}

#hero p {
    font-size: 25px;
}

.big-orange {
    color: darkorange;
    font-size: 50px;
}

#hero::before {
    content: '';
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

h1 {
    margin-bottom: 50px;
    line-height: 60px;
}

.clin {
    border: 2px solid darkorange;
    font-size: 30px;
    border-radius: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;

}

.clin1 {
    margin-bottom: 20px;
}

.text-logo {
    font-size: 20px;
    font-family: 'Days One', sans-serif;
}

.about {
    padding-top: 60px;
    padding-bottom: 60px;
    background: -webkit-linear-gradient(45deg, rgb(198, 214, 210), rgb(117, 122, 122), rgb(237, 242, 208));
    background: -moz-linear-gradient(45deg, rgb(198, 214, 210), rgb(117, 122, 122), rgb(237, 242, 208));
    background: linear-gradient(45deg, rgb(198, 214, 210), rgb(117, 122, 122), rgb(237, 242, 208));
    color: #fff;
}

.header_text {

    font-size: 35px;
    color: #fff;
    margin: 0 10px;

}

.header_text_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;

}

.zakaz {
    width: 190px;
}

.header_text_box::before {
    content: '';
    width: 70px;
    height: 3px;
    background-color: darkorange;

}

.header_text_box::after {
    content: '';
    width: 70px;
    height: 3px;
    background-color: darkorange;
}

.about_box {


    font-weight: 700;
    font-size: 20px;
    border: 2px solid darkorange;
    padding: 25px 0;
    width: 300px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* .about_box:last-child{
    margin-right: 0;
} */
.about_box_wrap {
    display: flex;
    justify-content: center;
}

.about_orange {
    color: darkorange;
    font-size: 25px;
}

.privilege {
    padding: 60px 0;
    background: url(../img/privilege-bg.jpg)fixed top center;
    background-size: cover;
    position: relative;
    z-index: 3;
}

.privilege::before {
    content: '';
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.privilege_img {
    width: 70px;
    height: 70px;
    background-color: darkorange;
    margin: 15px 0;
}

.privilege_box {
    border: 2px solid darkorange;
    box-shadow: 0 0 30px rgba(255, 255, 255, 1);

    padding: 20px 5px;
    font-size: 18px;
    background-color: #fff;
    height: 100%;
}

.privilege_box h4 {
    font-size: 20px;
    height: 50px;
}

.services {
    padding: 60px 0;
    background: -webkit-linear-gradient(45deg, rgb(198, 214, 210), rgb(117, 122, 122), rgb(237, 242, 208));
    background: -moz-linear-gradient(45deg, rgb(198, 214, 210), rgb(117, 122, 122), rgb(237, 242, 208));
    background: linear-gradient(45deg, rgb(198, 214, 210), rgb(117, 122, 122), rgb(237, 242, 208));
}

.services h4 {
    font-size: 20px;
    height: 30px;
}

.services_box {
    background-color: #fff;
    height: 95%;
    /* margin-bottom: 20px; */
    padding: 15px 10px;
    box-shadow: 0 0 30px rgba(255, 255, 255, 1);
    border: 2px solid darkorange;
}

.services_box img {
    margin: 10px 0;
}

.portfolio {
    padding: 60px 0;
    background: url(../img/furniture-998265_1920.jpg)fixed top center;
    position: relative;
    z-index: 3;
}

.portfolio::before {
    content: '';
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.portfolio-text {
    background-color: #fff;
    padding: 15px 0;
    height: 100px;
    text-align: center;
    margin-bottom: 20px;
    border: darkorange 2px solid;
    font-size: 20px;
    box-shadow: 0 0 30px rgba(255, 255, 255, 1);
}

.price {
    padding: 60px 0;
    background: -webkit-linear-gradient(45deg, rgb(198, 214, 210), rgb(117, 122, 122), rgb(237, 242, 208));
    background: -moz-linear-gradient(45deg, rgb(198, 214, 210), rgb(117, 122, 122), rgb(237, 242, 208));
    background: linear-gradient(45deg, rgb(198, 214, 210), rgb(117, 122, 122), rgb(237, 242, 208));

}

.price-box-title {
    display: flex;
    background-color: #fff;

    color: black;
    padding: 10px 0;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    border: darkorange solid 2px;
    box-shadow: 0 0 30px rgba(255, 255, 255, 1);
}

.price-box-list li {
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;

    padding-left: 30px;
}

.price-box-list li:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/icons8-checkmark.svg);
    background-position: center;
    background-size: cover;
    width: 20px;
    height: 20px;
    left: 0;
}

.price-box-list {
    background-color: #fff;
    margin: 15px 0;
    padding: 20px 10px;
    border: darkorange solid 2px;
    box-shadow: 0 0 30px rgba(255, 255, 255, 1);
    font-size: 20px;
}

.price-box:hover {
    box-shadow: 0 0 40px rgba(255, 140, 0, 1);
}

.price-box-sum {
    display: flex;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 700;
    align-items: center;
    border: darkorange solid 2px;
}

.price-box-sum span {
    color: darkorange;
    margin: 0 5px;
    font-size: 35px;
}

.contact {
    padding: 60px 0;
    background: url(../img/interior-1753743_1920.jpg)fixed top center;
    position: relative;
    z-index: 3;
}

.contact::before {
    content: '';
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.contact-title {
    color: #fff;
    font-size: 30px;
    text-align: center;
}

.contact-number {
    display: flex;
    margin-top: 20px;
    justify-content: space-evenly;
    font-size: 30px;
    font-weight: bold;


}

.contact-number a {
    text-decoration: none;
    color: darkorange;
}

.contact-number-v {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
}

.contact-number-v::before {
    content: '';
    background-image: url(../img/contact/velcom.png);
    display: block;
    position: absolute;
    background-position: center;
    background-size: cover;
    width: 30px;
    height: 30px;
    left: 0;
}

.contact-number-m {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
}

.contact-number-m::before {
    content: '';
    background-image: url(../img/contact/mts.png);
    display: block;
    position: absolute;
    background-position: center;
    background-size: cover;
    width: 30px;
    height: 30px;
    left: 0;
}

.contact-logo {

    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.contact-logo-img {

    width: 100px;
    height: 100px;
    border-radius: 50%;

}

.contact-logo-img:hover {
    box-shadow: 0 0 40px rgba(255, 140, 0, 1);
}

.contact-logo-instagram {
    background: url(../img/contact/icons8-instagram.svg);
    background-position: center;
    background-size: cover;
    /* filter: grayscale(100%); */
}

.contact-logo-facebook {
    background: url(../img/contact/icons8-facebook.svg);
    background-position: center;
    background-size: cover;
}

.contact-logo-viber {
    background: url(../img/contact/icons8-viber.svg);
    background-position: center;
    background-size: cover;
}

.contact-logo-telegram {
    background: url(../img/contact/icons8-telegram-app.svg);
    background-position: center;
    background-size: cover;
}

footer {
    padding: 40px 0;
    background-color: black;


}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
}

.footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer-contact {
    color: #fff;
    font-size: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-contact span {
    color: darkorange;
}

.footer-contact-name {
    margin-right: 20px;

}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: darkorange;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .about_box {
        height: 100px;
    }
}

@media (max-width: 1200px) {
    .about_box {
        margin-bottom: 15px;
        width: 100%;
    }

    .privilege_box {
        height: 100%;
    }

    .portfolio-text {
        height: 115px;
    }

    .price-box-list {
        font-size: 18px;
    }

    .price-box-list ul {
        padding-left: 0;
    }

    .price-box-title {
        font-size: 25px;
    }

}

@media (max-width: 770px) {
    h1 {
        font-size: 30px;
    }

    #hero p {
        font-size: 20px;
    }

    .big-orange {
        font-size: 35px;
    }

    .header-t {
        display: none;
    }

    .header_text_box h2 {
        font-size: 25px;
        text-align: center;
    }

    .privilege_box h4 {
        height: 30px;
    }

    .price-box {
        margin-bottom: 30px;
    }

    .contact-number {
        flex-wrap: wrap;
    }

    .footer {
        flex-wrap: wrap;
    }


}

@media (max-width: 480px) {
    h1 {

        line-height: 35px;
    }

    .clin {
        font-size: 20px;
    }

    .brand-logo {
        font-size: 20px;
        margin-right: 0;
    }

    .btn {
        font-size: 15px !important;
        padding: 5px;
    }

    .header_text_box::before {
        width: 40px;
    }

    .header_text_box::after {
        width: 40px;
    }

    .about_box {
        padding: 15px 0;
        font-size: 18px;
    }

    .portfolio {
        padding: 40px 0;
    }

    .portfolio-text {
        height: 80px;
        font-size: 15px;
        margin-bottom: 15px;
    }

    .portfolio-text-first {
        height: 115px;
    }

    .contact-title {
        font-size: 25px;
    }

    .contact-number {
        font-size: 25px;
    }

    .contact-logo {
        margin-top: 10px;
    }

    .price-box-list {
        font-size: 15px;
    }

    .footer .brand-logo {
        font-size: 25px;
    }

    footer {
        padding: 30px;
    }

    .footer-contact-name {
        margin-right: 0;
        width: 100%;
        text-align: center;

    }

    .contact-logo-img {
        width: 70px;
        height: 70px;
    }
}