main {
    background: #1d0c3b url("../images/bg.png") repeat-y center top;
    overflow: hidden;
}
main .banner {
    margin-bottom: 85px;
}
main .main_section {
    margin-bottom: 30px;
    position: relative;
}
main .main_section:last-of-type {
    margin-bottom: 120px;
}
.banner {
    text-align: center;
    position: relative;
}
.banner .banner_logo {
    width: 1200px;
    text-align: left;
    position: absolute;
    top: 11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.banner img {
    max-width: 100%;
}
.main_section {
    text-align: center;
}
.footer_button {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
    text-align: center;
}
.footer_button img {
    max-width: 100%;
}
.main_section.price {
}
.main_section > .img--wrapper {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.main_section .img--wrapper .container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.main_section.price .container {
    padding: 87px 56px 95px 52px;
}
.main_section.price .container .content {
    height: 100%;
    padding: 29px 0 22px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.select--wrapper {
    width: 247px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.select--wrapper .img--wrapper {
    cursor: pointer;
    width: 231px;
    height: 167px;
}
.select--wrapper .img--wrapper:first-of-type {
    background: url("../images/select-1.png") no-repeat center;
}
.select--wrapper .img--wrapper:first-of-type.active {
    background: url("../images/select-1-active.png") no-repeat center;
}
.select--wrapper .img--wrapper:last-of-type {
    background: url("../images/select-2.png") no-repeat center;
}
.select--wrapper .img--wrapper:last-of-type.active {
    background: url("../images/select-2-active.png") no-repeat center;
}
.content_price {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.content_price .img--wrapper {
    display: none;
}
.content_price .active {
    display: block;
}
.main_section .img--wrapper > .img--wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-21%);
    transform: translateY(-21%);
}
main .main_section:nth-of-type(even) .img--wrapper > .img--wrapper {
    left: -330px;
    z-index: -1;
}
main .main_section:nth-of-type(odd) .img--wrapper > .img--wrapper {
    right: -330px;
    z-index: -1;
}
