.custom_container {
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.flex-sbc,
.flex-sbs,
.flex-sbe,
.flex-cc,
.flex-cs,
.flex-ce,
.flex-sc,
.flex-ss,
.flex-se,
.flex-ec,
.flex-es,
.flex-ee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-sbc,
.flex-sbs,
.flex-sbe {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-cc,
.flex-cs,
.flex-ce {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-sc,
.flex-ss,
.flex-se {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-c-c {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.flex-ec,
.flex-es,
.flex-ee {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex-sbc,
.flex-cc,
.flex-sc,
.flex-ec {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-sbs,
.flex-cs,
.flex-ss,
.flex-es {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-sbe,
.flex-ce,
.flex-se,
.flex-ee {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.downloadBlock-content {
    padding-top: 40px;
    padding-bottom: 20px;
}

.downloadBlock {
    background: #000;
    background-size: cover;
    max-width: 80%;
    width: 100%;
    padding: 40px 80px 55px 80px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-decoration: none;
}

.downloadBlock-title {
    display: block;
    color: #ffdda9;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 35px;
}

.downloadBlock-title span {
    color: #fff;
}

.downloadBlock-text {
    color: #ffffff;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 35px;
}

.downloadBlock-button {
    text-align: center;
}

.flex-s-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.d-button {
    display: block;
    width: 105px;
    height: 115px;
    text-align: center;
    padding-top: 90px;
    font-size: 13px;
    font-weight: 600;
    margin: 10px;
}

.d-button.googleButton {
    background: url(../images/google-img.png) center top 20px no-repeat;
    background-color: #0e0e0e;
    color: #fff;
}

.d-button.dropboxButton {
    background: url(../images/dropbox-img.png) center top 20px no-repeat;
    background-color: #1a2535;
    color: #696868;
}

a {
    transition: 0.2s all ease;
}

.d-button:hover {
    transform: scale(1.1);
    color: #fff;
}

.drivers {
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 80px;
}
.drivers-img a {
    margin: 20px 0;
}

.drivers span {
    display: block;
    text-align: center;
    color: #ffdda9;
    font-size: 15px;
    margin-bottom: 20px;
}

.mirror-title {
    color: #ffdda9;
    font-size: 15px;
    font-weight: 600;
    display: block;
    text-align: center;
    margin-bottom: 60px;
}

.mirrorBlock {
    text-align: center;
    margin-bottom: 65px;
}

.mirrorBlock p {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
}

.mirrorBlock p span {
    color: #a97fff;
}

input:not([type="checkbox"]) {
    padding: 12px 20px;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2;
    color: inherit;
    background: none;
    border: none;
    border: 1px solid #404040;
    border-radius: 0;
    -webkit-transition: 0.3s border, 0.3s color;
    -o-transition: 0.3s border, 0.3s color;
    transition: 0.3s border, 0.3s color;
}

table {
    width: 100%;
}
.modal_div {
    width: 100%;
    min-height: 400px;
    max-width: 480px;
    background-color: #0e0e0e;
    position: fixed;
    top: 15%;
    left: 50%;
    margin-left: -240px;
    display: none;
    opacity: 0;
    z-index: 35;
    padding: 50px 60px;
    box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.5);
}

.modal_div .modal_close {
    width: 56px;
    height: 56px;
    position: absolute;
    top: -28px;
    right: -28px;
    cursor: pointer;
    display: block;
    background: url(../images/close-icon.png) no-repeat;
    transition: 0.3s;
    filter: drop-shadow(0px 10px 14px rgba(0, 0, 0, 0.6));
}

.modal_div .modal_close:hover {
    filter: brightness(120%);
}

#overlay {
    z-index: 30;
    position: fixed;
    background-color: #070a11;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

.modalTitle {
    color: #cc7954;
    font-size: 24px;
    font-family: "Marcellus SC", serif, sans-serif;
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}
