html, body {
    font-family: 'Montserrat', sans-serif;
    background-image: url("../img/how-it-works-bg.png");
    background-color: #FEFEFE;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}
.banner {
    height: 660px;
    padding-top: 190px;
    margin-bottom: 128px;
}
.banner h1 {
    color: #FEFEFE;
    /*font-size: 80px;*/
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 32px;
}
.content {
    background-color: #FFFFFF;
    padding-top: 129px;
    overflow: hidden;
}
.info-row .point {
    width: 160px;
    height: 160px;
    background-color: #F0F0F0;
    margin: 0 auto;
    border-radius: 80px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;

}
.info-row .point img {
    width: 120px;
    height: 120px;
}
.info-row .point p {
    color: #161616;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}
.info-row .step-content h2 {
    color: #161616;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.info-row .step-content p {
    margin: 32px 0 0 0;
    color: #676767;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
.form-row {
    padding: 128px;
    background: #03C3D7;
    margin-bottom: 80px;
}
.form-row .form {
    border-radius: 16px;
    background: #FEFEFE;
    padding: 64px;
    gap: 33px;
    display: flex;
    flex-direction: column;
}
.form-row .form .urls-box {
    gap: 33px;
    display: flex;
    flex-direction: column;
}
.form-row .form input {
    padding: 19px 16px;
    border-radius: 16px;
    border: 1px solid  #F0F0F0;
    background: #F0F0F0;
    color: #676767;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.form-row .form input::placeholder {
    color: #676767;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.form-row .form .divider {
    height: 2px;
    background-color: #F0F0F0;
}
.form-row .form .empty-button {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    color: #03C3D7;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.form-row .form .blue-button {
    padding: 20px 40px;
    border-radius: 16px;
    background: #03C3D7;
    color: #FEFEFE;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border: 0;
}
#buy-for-me-form {
    .blue-button {
        padding-top: 16px;
        padding-bottom: 16px;
        border-radius: 8px;
    }
}
.form-row .form .url-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
}
.form-row .form .url-row .shop-part {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.form-row .form .url-row .url {
    flex: 1.5;
}
.form-row .form .url-row img {
    width: 56px;
    height: 56px;
}
.form-row .form .url-row .remove {
    cursor: pointer;
}
.buttons-row {
    align-items: center!important;
    justify-content: space-between!important;
    display: flex!important;
}
.footer {
    /*padding: 32px 16px;*/
    background: #000000;
    position: relative;
}
.footer-row {
    /*height: 30px;*/
}
.footer a {
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #FEFEFE;
}

.login-modal input[type="text"],.login-modal input[type="password"] {
    width: 100%;
    background: #F0F0F0;
    border: 1px solid #F0F0F0;
    border-radius: 16px;
    padding: 20px 16px;
    color: #A2AAAD;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    outline: none;
}
.login-modal input:focus {
    color: #A2AAAD;
    border: 1px solid #F0F0F0;
    outline: none;
}
.login-modal .sign-up-form {
    border-bottom: 1px solid #A2AAAD;
}
.login-modal .sign-up-form input::placeholder {
    color: #A2AAAD;
    opacity: 1;
}
.login-modal .sign-up-form .button {
    width: 100%;
    padding: 17px;
    background: #03C3D7;
    border-radius: 16px;
    border: none;
    color: #FEFEFE;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}
.login-modal p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #161616;
}
.login-modal a {
    text-decoration: none;
    color: #03C3D7;
    font-weight: 700;
}
.announcements .area:before {
    width: 234px;
    height: 339px;
    content: url("../img/george.png");
    position: absolute;
    right: 0;
    top: -106px;
    z-index: 2;
}
.announcements-carousel {
    background: #F0F0F0;
}
.announcements-carousel p,
.announcements-carousel h2 {
    color: #161616;
}
.announcements .carousel-indicators button:not(.active) {
    background: #A2AAAD!important;
}
.announcements .carousel-indicators .active {
    background: #03C3D7;
}
.special-message {
    background-color: #F0F0F0;
    box-shadow: 0 4px 16px 0 #1111110A;
    padding: 14px 26px;
    border-radius: 8px;
    flex-basis: 100%;
    color: #676767;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;

}
.special-message img {
    width: 32px!important;
    height: 32px!important;
    margin-right: 24px;
}
.hint {
    background-color: #03C3D7;
    padding: 16px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;

    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}
.hint img {
    width: 36px;
    height: 36px;
}