.navbar-brand {
    margin:0 auto;
}
#sign-up-main {
    background: #f6f8fa;
    padding: 50px;
}
#sign-up-main {
    color: #4d4d4d;
}
#sign-up-main p {
    font-size: 18px;
    margin: 0;
    line-height: 1.3;
}
#sign-up-main a {
    color: #00c05a;
}
#sign-up-main .container > .row {
    margin-bottom:15px;
}
h2 {
    color: #4d4d4d;
    font-family: Gilroy-Medium;
}
.color-light-grey {
    color: #9c9b9b;
}
#first-slide h2 {
    font-size:62px;
}
.slides {
    display: none;
}
#sign-up-main .slides .container{
    max-width: 900px;
}
p {
    color: #4d4d4d;
}
.font-s-40 {
    font-size: 40px !important;
}
.font-s-50 {
    font-size: 50px !important;
}
.font-s-35 {
    font-size: 35px;
}
.font-s-32 {
    font-size: 32px;
}
.green-title{
    color: #05c15d;
}
.light-font {
    line-height: 1.1;
    font-family: Gilroy-Light;
}
.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}
hr {
    border-top: 2px solid #a2a3a4;
}
input::placeholder {
    color: rgba(77, 77, 77, 0.3);
}
.form-control::placeholder {
    color: rgba(77, 77, 77, 0.4);
}
input {
    letter-spacing: 2px;
}
input::placeholder{
    letter-spacing: 1px;
}
input[type=phone]::placeholder, .spacingInput::placeholder {
    letter-spacing: 2px;
}
#country-select .nice-select .flag-block {
    display: inline-block;
    width: 50px;
    background-size: cover;
    height: 30px;
    vertical-align: middle;
    background-image: url(../img/countries.jpg);
    background-position: 0 -5640px;
}
.nice-select span.current {
    vertical-align: top;
    font-family: Gilroy-Light;
}
.nice-select .option {
    font-family: Gilroy-Light;
    white-space: unset;
}
#first-slide .nice-select span.current {
    padding-left: 20px;
}
#country-select .nice-select .list,
.state-registered-container .nice-select .list,
.business-description.nice-select .list{
    max-height: 300px;
    margin-bottom: 20px;
    overflow-y: scroll;
    max-width:410px;
}
#country-select .nice-select .list li {
    padding-left: 70px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url(../img/countries.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 10px 0;
    margin: 15px 0;
    line-height: 30px;
    height: 30px;
    min-height: 30px;
}
.nice-select:after {
    height: 15px;
    width: 15px;
    right: 30px;
    top: 42%;
    border-bottom: 3px solid #a7a7a7;
    border-right: 3px solid #a7a7a7;
}
.checkbox-container input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}
.checkbox-container #ch2-label {
    line-height: 1;
}
.checkbox-container label {
    position: relative;
    display: inline-block;
    font-weight: 500;
    border: none;
    cursor: pointer;
}
.checkbox-container label::before {
    height: 26px;
    width: 26px;
    border: 3px solid #4f4f4f;
    left: 0px;
    top: 3px;
}
.checkbox-container label::before, .checkbox-container label::after {
    position: absolute;
    content: "";
    display: inline-block;
}
.checkbox-container input[type="checkbox"]:checked + label::after {
    content: "";
    border-bottom: 3px solid #4d4d4d;
    border-right: 3px solid #4d4d4d;
    transform: rotate(45deg);
    position: absolute;
    margin-left: 6px;
    top: 3px;
    width: 11px;
    height: 20px;
    display: block;
}
.checkbox-container input[type="checkbox"] + label::after {
    content: none;
}
.checkbox-container label::after {
    height: 5px;
    width: 9px;
    left: 4px;
    top: 10px;
}
p.special-text {
    padding-left: 40px;
    position: relative;
    vertical-align: top;
    font-family: Gilroy-Light;
}
.special-text a {
    font-family: Gilroy-Medium;
}
.checkbox-container span {
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: top;
    margin-top: -15px;
}
.next-step-button {
    border: 2px solid #00c05a;
    padding: 10px 55px;
    font-size: 18px;
    font-family: Gilroy-Bold;
    color: #00c05a;
    text-transform: uppercase;
    background: #fff;
    border-radius: 8px;
    width: 200px;
    transition: .3s;
}
.next-step-button:focus{
    border: 2px solid #00c05a;
    outline: none;
}
.next-step-button.not-working {
    border: 2px solid #4d4d4d;
    color: #4d4d4d;
    opacity: .3;
}
.grey-line {
    background-color: #d3d9e1;
}
@media all and (max-width: 1200px) {
    #market .single-item-block {
        margin: 0 auto 30px;
    }

    #market .float-selling-block {
        float: none;
    }

    #market .single-item-block.big-block-1 {
        background-image: url(src/css/block2-bg.jpg);
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: contain;
    }

    #market .single-item-block.big-block-2 {
        background-image: url(src/css/block3-bg.jpg);
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: contain;
    }
}

@media all and (max-width: 992px) {
    .font-s-40 {
        margin: 20px 0;

        font-size: 30px;
    }

    #market .single-item-block img {
        max-height: 300px;
    }
}

@media all and (max-width: 768px) {

    #market .container .single-item-block {
        width: 100%;
        height: auto;
        padding-bottom: 0;
    }

    #market .container .single-item-block img {
        width: 100%;
        max-width: 500px;
    }

    #market .container .grey-blocks .single-item-block {
        width: 100%;
        height: 450px;
    }

    #market .container .single-item-block.big-block-1,
    #market .container .single-item-block.big-block-2 {
        height: 400px;
    }

    .font-s-35 {
        font-size: 25px;
    }
}