* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #555555;
    background: #fdfdfd;
}
a {
    text-decoration: none;
    color: #aaa;
}
li {
    list-style: none;
}
b {
    font-weight: 600;
}
input, textarea, select, button {
    font-family: 'Roboto', sans-serif;
}

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #dedede;
}
::-webkit-scrollbar-thumb {
    background: #bbbbbb;
}
::-webkit-scrollbar-thumb:hover {
    background: #bbbbbb;
}

.static-wrapper {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    box-shadow: 1px 1px 2px 0 hsla(0,0%,57%,.08);
    background: #fff;
    padding: 10px;
    margin: 20px auto;
    max-width: 800px;
}
.static-header {
    background: #f9f9f9;
    border-radius: 5px;
    padding: 8px 10px;
}
.static-header h1 {
    font-size: 18px;
    font-weight: 400;
}
.static-text {
    font-size: 16px;
    padding: 15px 12px 10px;
    line-height: 25px;
}
.static-text h2 {
    margin-bottom: 4px;
    font-size: 17px;
    margin-top: 15px;
}
.static-text p {
    margin-bottom: 8px;
    line-height: 25px;
}
.static-text a {
    color: #0084fd;
    /*text-decoration: underline;*/
}
.static-text li {
    list-style: disc;
}
.static-text ul {
    padding-left: 20px;
}

.container {
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
}

.left, .right {
    padding: 20px 100px;
}

.left {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    width: 54%;
    padding: 4% 100px 40px 100px;
    align-items: center;
}
.left-wrapper {
    max-width: 540px;
    display: flex
;
    flex-direction: column;
    height: 100%;
}
.right-wrapper {
    max-width: 540px;
    background: #f5f5f5;
    padding: 4% 22px 20px 22px;
    margin-top: 35px;
    border-radius: 20px;
}

.right {
    background-color: #f5f5f5;
    z-index: 99;
    width: 46%;
    padding: 20px 75px 20px 75px;
    display: flex;
    justify-content: center;
}

h1 {
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.badge {
    background: #f40707;
    color: #fff;
    border-radius: 45%;
    position: absolute;
    top: -170px;
    right: -135px;
    width: 280px;
    height: 280px;
}
.badge span {
    font-weight: 500;
    position: absolute;
    top: 190px;
    left: 60px;
    font-size: 18px;
}

p {
    margin: 15px 0;
    line-height: 1.6;
}

form {
    margin-top: 30px;
    max-width: 534px;
    flex-grow: 1;
}

input, textarea {
    width: 100%;
    padding: 14px;
    margin-bottom: 10px;
    border: 2px solid #f5f5f5;
    border-radius: 10px;
    font-size: 18px;
    background: #f5f5f5;
    margin-top: 5px;
    resize: none;
}

button {
    background-color: #f40707;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 14px 24px;
    border: none;
    border-radius: 50px;
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
button svg {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    fill: #fff;
    width: 38px;
    height: 38px;
}

ul {
    padding-left: 0;
    list-style: none;
    margin-top: 30px;
}

ul li {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
}
ul li svg {
    fill:  #f40707;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    min-width: 24px;
}
ul li span {
    font-size: 18px;
}

.footer {
    font-size: 15px;
    color: #aaa;
    margin-top: 30px;
    text-align: center;
    justify-content: flex-end;
}
.title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 34px;
}
.title {
    font-size: 26px;
    font-weight: bold;
    display: flex;
    align-items: center;
    color: #555;
}
.title svg {
    width: 22px;
    height: 22px;
    margin-left: 5px;
}

.soon-block-wrapper {
    border: 2px solid #ffe7e7;
    padding: 4px 10px;
    color: #fa9393;
    border-radius: 12px;
    font-weight: 500;
    font-size: 17px;
}
.bold {
    font-weight: 500;
}
.right-main-text {
    font-size: 18px;
}
.right-more-text {
    margin-top: 22px;
    font-size: 17px;
    border-top: 1px solid #ebebeb;
    padding-top: 15px;
}

.form-error {
    font-size: 18px;
    color: #555;
    padding: 10px 35px 9px;
    background: #FEF0EF;
    position: relative;
    text-align: center;
    margin-top: 20px;
    border-radius:  12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-error svg, .form-success svg {
    position: absolute;
    left: 10px;
    width: 22px;
    height: 22px;
    fill: #555;
}
.form-error > div {
    display: flex;
    flex-direction: column;
}
.form-success {
    font-size: 18px;
    color: #555;
    padding: 10px 35px 9px;
    background: #e8f7e9;
    position: relative;
    text-align: center;
    margin-top: 20px;
    border-radius:  12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.errorWrapper {
    margin: 25px auto;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    text-align: center;
    max-width: 600px;
    padding: 40px;
    box-shadow: 1px 1px 2px 0 hsl(0deg 0% 57% / 8%);
    background: #ffffff;
}
.errorWrapper svg {
    fill: #ddd;
    width: 70px;
    height: 70px;
}
.errorWrapper h1 {
    font-size: 30px;
    font-weight: 400;
}
.errorWrapper h2 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 28px;
    color: #555;
}
.errorWrapper429 h2 {
    font-weight: 500;
    margin-bottom: 15px;
}
.errorWrapper-username {
    color: #0084fd;
    font-weight: 500;
    font-size: 18px;
}
.errorWrapper a {
    background: #555;
    color: #fff;
    font-weight: 500;
    border-radius: 20px;
    padding: 8px 18px;
    display: inline-flex;
    text-decoration: none;
}
.errorWrapper429 a {
    font-weight: 500;
    background: none;
    text-decoration: underline;
    color: #0084fd;
    font-size: 18px;
}
.main-text {
    font-size: 19px;
}
.main-text2 {
    font-size: 18px;
    line-height: 26px;
}
.border-bottom {
    margin-bottom: 10px;
    padding-bottom: 14px;
}
.main-text3 {
    color: #888;
    border-left:  3px solid #f40707;
    padding-left: 12px;
}
.main-text4 {
    font-size: 18px;
}
.desktop-hide {
    display: none!important;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }
    .left, .right {
        width: 100%;
        padding: 20px 20px 44px 20px;
    }
    .right {
        flex-direction: column;
        align-items: center;
    }
    .right-wrapper {
        margin-top: 0;
        padding: 12px 22px 20px 22px;
    }
    .footer {
        margin-right: 0;
    }

    .mobile-hide {
        display: none!important;
    }

    .desktop-hide {
        display: flex!important;
    }
}

@media screen and (max-width: 1152px) {
    .content {
        padding: 0 10px;
    }
    .main-header > .content {
        padding: 0 10px;
    }
    .badge {
        top: -190px;
    }
    .badge span {
        top: 205px;
        left: 67px;
    }
}

@media screen and (max-width: 852px) {

}

@media screen and (max-width: 425px) {

}

@media screen and (max-width: 375px) {

}

@media screen and (max-width: 325px) {

}
