html,
body {
    font-family: "PT Sans", sans-serif;
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    background-color: #bfc8ba !important;
}

.container {
    width: 100%;
}


#section {
    /* height: 80vh; */
    width: 100%;
}

#back {
    z-index: 1;
    font-size: 15vw;
    color: #a4b19d;
    position: absolute;
    /* height: 650px; */
}

#main {
    z-index: 2;
    height: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin: 10px;
    position: relative;
}



/* первая страница с ценой */

@media screen and (width < 1190px) {
    .wi {
        display: none;
    }

    .one {
        display: none;
    }
}

.wi {
    position: static;
    margin: -4vw -4vw;
    overflow: hidden;

}

.one {
    position: static;
    margin: 8vw 37vw;
    overflow: hidden;
    overflow-x: hidden;

}



#pic {
    position: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    left: 0;
    right: 0;
    top: 5vw;
}

#dots {
    position: static;
    /* z-index: 2; */
    top: 7.5vw;
    right: 2vw;
    width: 10vw;
}

.info {
    /* position:absolute;
    display: block; */
    width: 100%;
    color: white;
    font-size: 1.75vw;
    /* top: 19vw;
    left: 12vw; */
}

.price {
    font-size: 75px;
    /* position:absolute;
    bottom: 10vw; */
}

.line {
    border-bottom: 2px solid #4c5133;
}


.name {
    font-size: 100px;
    color: white;
    word-break: break-all;
}

.buttons .button1 {
    border-radius: 12vw;
    background-color: #738868;
    border: none;
    width: 10vw;
    padding: 10px;
    font-size: 1.2vw;
    color: white;
}

.button1:hover {
    background-color: #5d7550;
    color: white;
}

/* вторая страница с иконками*/

/* .container2 img{

    display: flex;
    justify-content: center;
} */
/*
TD{
    font-size: 1.2vw;
    text-align: center;
    padding: 0.75vw;}
.adv{
    color: #4c5133;
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    top: 49vw;
    left: 0;
    right: 0;
    width: 100%;
}

.icon{
    width: 5vw;  
    height: auto;  
    text-align: center;
}
 
/* третья часть*/



.button2 {
    border-radius: 12vw;
    background-color: #738868;
    border: none;
    width: 10vw;
    padding: 1vw;
    font-size: 1.2vw;
    color: white;
}

.button2:hover {
    background-color: #5d7550;
    color: white;
}

.done {
    width: 3vw;
    margin-bottom: -0.5vw;
}

.dots {
    width: 7vw;
}

#points{
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu {
    list-style: none;
    font-size: 30px;
    color: white;
}

.menu li,
.menu2 li {
    padding: 10px;
    margin: 5px;
}






.site-footer {

    width: 100%;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}

.site-footer hr {
    border-top-color: #313131;
    opacity: 0.5
}

.site-footer hr.small {
    margin: 20px 0
}

.site-footer h6 {
    color: #313131;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px;
}

.site-footer a {
    color: #737373;
}

.site-footer a:hover {
    color: #92a1be;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none
}

.footer-links li {
    display: block
}

.footer-links a {
    color: #737373
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #92a1be;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block
}

.site-footer {
    line-height: 40px;
    margin-right: 0;
}

.social-icons {
    display: flex;

}

.social-icons img {
    width: 30px;
    margin: 0 10px;
}

.copyright-text {
    margin: 0
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0
    }

    .site-footer .copyright-text,
    .site-footer .social-icons,
    .text-justify {
        text-align: center
    }
}

/* pop up окно*/
.call {
    width: 200px;
    height: 150px;
    background-color: #ccc;
    margin: 0px auto;
    padding: 10px;
    font-size: 30px;
    color: #fff;
    position: fixed;
}

.popup {
    width: 100%;
    height: 120vw;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: fixed;
    z-index: 5;
    display: block;
}

.popup .popup-content {
    position: fixed;
    left: 0;
    top: 5vw;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto;
    width: 30vw;
    height: 25vw;
    padding: 10px;
    background-color: #a4b19d;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #000;
}


.close {
    position: absolute;
    right: 1.5vw;
    top: 1vw;
}

.status{
    font-size: 25px;
    color: rgb(189, 108, 108);
}
#phone {
    width: 100%;
    padding: 10px 0;
    background: none;
    border: none;
    border-bottom: 1px solid rgb(15, 15, 15);
    color: #313131;
    font-size: 14px;
    text-transform: uppercase;
    outline: none;
    transition: border-color .2s;
}

#form {
    font-size:30px;
    width: 300px;
}

.button3 {
    border-radius: 12vw;
    background-color: #738868;
    border: none;
    padding: 1vw;
    font-size: 1.2vw;
    color: white;
    text-align: center;
}

.button3:hover {
    background-color: #5d7550;
    color: white;
}