.structure-modal img{
    margin-left: auto;
    margin-right: auto;
}
.structure-modal-text{
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
}
.structure-modal-text p{
    padding: 0;
}
.structure-modal.modal{
    max-width: 480px;
    padding: 15px 75px;
}
.structure-modal.modal .modal__title{
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 13px;
}

.structure-block {
    position: relative;
    background-image: url('image/structure-bg.jpg');
    background-position: center;
    background-size: cover;
    padding-bottom: 60px;
}
.structure-block h2{
    position:relative;
    z-index: 9;
    padding: 0 15px;
    padding-top: 20px;
    margin-bottom: 50px;
}
.structure-block .overlay-structure {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(249, 249, 249, 0.8);
}
.structure-block .structure-inner {
    position: relative;
    color: #000;
    z-index: 9;
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
}
.structure-block h2 {
    text-align: center;
}
.structure-block .structure-img {
    position: relative;
    text-align: center;
    max-width: 666px;
    margin: 0 auto;
}
.structure-block .structure-img img {
    max-width: 100%;
}
.structure-block .structure-img .active-el {
    position: absolute;
    width: 8.5%;
    height: 15%;
    border: 1px solid #000;
    border-radius: 50%;
    text-decoration: none;
    color: #000;
    font-size: 3.5vw;
    -webkit-transition: background-color 0.1s;
    transition: background-color 0.3s;
    font-family: "sans-serif";
    text-align:center;
    line-height: 110%;
}
.structure-block .structure-img .active-el.active {
    background-color: #DCC96C;
}
.structure-block .structure-img .active-el:hover {
    background-color: #DCC96C;
}
.structure-block .structure-img .active-el.active-el-1 {
    top: 0;
    left: 0;
}
.structure-block .structure-img .active-el.active-el-2 {
    top: 0;
    right: 0;
}
.structure-block .structure-img .active-el.active-el-3 {
    top: 28%;
    left: 0;
}
.structure-block .structure-img .active-el.active-el-4 {
    top: 28%;
    right: 0;
}
.structure-block .structure-img .active-el.active-el-5 {
    top: 56%;
    left: 0;
}
.structure-block .structure-img .active-el.active-el-6 {
    top: 56%;
    right: 0;
}
.structure-block .structure-img .active-el.active-el-7 {
    top: 83%;
    left: 0;
}
.structure-block .structure-img .active-el.active-el-8 {
    top: 83%;
    right: 0;
}
.structure-block .structure-descr {
    max-width: 666px;
    margin: 20px auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.collapse-structure{
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.structure-block ol {
    padding-left: 15%;
    padding-right: 13%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    list-style-type: decimal;
}
.structure-block ol del{
    color: #999;
}
.structure-block ol li {
    padding: 0;
    margin: 0;
    margin-top: 20px;
}
.structure-block .structure-blocks-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -2%;
}
.structure-block .one-block {
    width: 48%;
    margin-right: 2%;
    position: relative;
    padding-bottom: 74px;
}
.structure-block .structure-bottom {
    max-width: 666px;
    margin: 0 auto;
    padding-left: 13%;
    padding-right: 13%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

}
.structure-block .structure-bottom-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.structure-block .structure-price {
    padding: 17px 5px;
    font-weight: bold;
    font-size: 24px;
    border: 2px solid #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    margin-right: 30px;
    width: 65%;
}
.structure-block .structure-btn {
    padding: 17px 20px;
    text-align: center;
    line-height: 35px;
    width: 35%;
}
.structure-block .show_descr {
    display: none;
}
@media (min-width:1091px) and (max-width: 1280px){
    .structure-block .structure-price {
        padding: 17px 5px;
        font-weight: normal;
        font-size: 20px;
    }
    .structure-block .structure-btn {
        padding: 17px 15px;
        font-size: 20px;
    }
}
@media (min-width:768px) and (max-width: 1090px){
    .structure-block .structure-bottom-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .structure-block .structure-price {
        width: 100%;
        font-size: 20px;
        padding: 20px 15px;
        font-weight: normal;
        margin-right: 0;
    }
    .structure-block .structure-btn {
        margin-top: 20px;
        width: 100%;
    }
    .structure-block .one-block {
        padding-bottom: 168px;
    }
}
@media screen and (min-width: 1380px) {
    .structure-block .structure-img .active-el {
        font-size: 46px;
    }
}
@media (max-width: 767px) {
    .structure-block {
        padding-bottom: 35px;
        margin-bottom: 30px;
    }
    .structure-block .structure-img .active-el {
        font-size: 7vw;
    }
    .structure-block h2{
        font-size: 30px;
        margin-bottom: 30px;
    }
    .structure-block .structure-inner {
        font-size: 16px;
    }
    .structure-block .structure-blocks-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0;
    }
    .collapse-structure{
        max-height: 0;
        overflow: hidden;
    }
    .collapse-structure.show {
        height: auto;
        max-height: 2000px;
    }
    .structure-block .one-block {
        width: 100%;
        margin-right: 0;
        padding-bottom: 168px;
    }
    .structure-block .one-block:nth-child(2) {
        margin-top: 50px;
    }
    .structure-block .margin-block {
        margin-top: 70px;
    }
    .structure-block .structure-bottom-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .structure-block .structure-bottom {
        padding-left: 8%;
        padding-right: 8%;
    }
    .structure-block .structure-price {
        width: 100%;
        font-size: 20px;
        padding: 20px 15px;
        font-weight: normal;
        margin-right: 0;
    }
    .structure-block .structure-btn {
        margin-top: 20px;
        width: 100%;
        font-size: 20px;
        padding: 20px 15px;
    }
    .structure-block .show_descr {
        margin-bottom: 40px;
        display: block;
        text-align: center;
        text-decoration: none;
        color: #000;
    }
    .structure-block .show_descr:before,
    .structure-block .show_descr:after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url('image/arrow-bottom.png');
        margin: 0 7px;
        position: relative;
        top: 5px;
    }
    .structure-block .show_descr.active:before,
    .structure-block .show_descr.active:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
