﻿body {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    margin: 0;
    min-width: 1134px;
}

a {
    color: #fff;
    text-decoration: none;
}

header {
    height: 1000px;

    width: 100%;
    z-index: 999;
    box-sizing: border-box;
}

header .main-menu {
    width: 100%;
    background: #000;
    position: fixed;
    top: 0;
    z-index: 2;
}

header a, header span {
    color: #fff;
    text-decoration: none;
}

.top_wrapper {
    display: flex;
    background: #000;

    box-sizing: border-box;
    height: 105px;

}

.row {
    display: flex;
    flex-wrap: wrap;
}

header .main-menu .col {
    display: flex;
    position: relative;
    width: 80%;
    /*   margin-left: 225px;
        margin-right: 225px;*/
    margin: auto
}

header .main-menu {
    transition: all 0.3s ease 0s;
    margin: 0;
    width: 100%;
}


#nav-menu-container {
    position: absolute;
    right: 0;
    top: 40px;
    display: flex;
    align-items: center;
}

header .main-menu #nav-menu-container .nav-menu {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    display: flex;
    list-style: none;
    float: right;
}

.prephone {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    color: #818181;
}

header .main-menu #nav-menu-container .nav-menu > li {
    margin: 0 14px;
    box-sizing: border-box;
}

header .main-menu #nav-menu-container .nav-menu > li a {
    border: solid #000;
    border-radius: 10px;
    height: 56px;
    padding: 11px 33px 11px 33px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: -17px;
}

header .main-menu #nav-menu-container .nav-menu > li a:hover {
    background: #ff6a00;
    border: solid #ff6a00;
}

.main {
    width: 100%;
    max-width: 1920px;
    margin: 105px auto 0 auto;
    box-sizing: border-box;

}

.inner {

    width: 80%;
    /*   margin-left: 225px;
        margin-right: 225px;*/
    margin: auto;
}

.banner {
    height: 881px;
    position: relative;
    background: rgb(255,246,195);
    background: radial-gradient(at 60% 40%, rgba(255,246,195,1) 0%, rgba(245,146,45,1) 90%);
}

.banner .wrapper {
    width: 80%;
    margin: auto auto;
    background: url(/img/marketplace/bg_market.png) no-repeat bottom right;
}

.banner .icon {
    position: absolute;
    left: 650px;
    top: 100px;
    width: 680px;
    height: 700px;
}

.banner .h1, .banner h1 {
    margin: 0;
    font-size: 82px;
    padding: 141px 0 0 0;
    box-sizing: border-box;
    font-weight: bold;
    line-height: 6rem;
    /*width: 50%;*/
}

.banner .h2 {
    font-size: 28px;
    /*margin-top: 96px;*/
}

.banner .wanna-sell {
    font-size: 32px;
    margin-top: 10px;
    display: block;
    background: #fff;
    border: solid #fff 1px;
    border-radius: 10px;
    box-sizing: border-box;
    height: 82px;
    width: 312px;
    padding: 19px 36px 19px 36px;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 0 1rem 0.1rem rgb(0 0 0 / 30%);
}

.banner-slide {
    width: 100%;
    display: flex;
    margin-top: 117px;
}

.flag-slide {
    width: 100%;
    display: flex;
}

.mini-banner {
    width: 30%;
    margin-right: 3%;
    background: #ffb446 top right no-repeat;
    height: 338px;
    box-sizing: border-box;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flag-banner {
    width: 30%;
    margin-right: 3%;
    background: #fff top 20px right 20px no-repeat;
    font-size: 25px;
    box-sizing: border-box;
    color: #000;
    padding: 40px;
    box-shadow: 0 0 15px #919191;
    font-weight: bold;
}

.mini-banner.men {
    background-image: url('../../img/marketplace/men.png');
}

.mini-banner.commitent {
    background-image: url('../../img/marketplace/commitent.png');
}

.mini-banner.roubles {
    background-image: url('../../img/marketplace/roubles.png');
}

.flag-banner.delivery {
    background-image: url('../../img/marketplace/delivery.png');
}

.flag-banner.fullfilment {
    background-image: url('../../img/marketplace/fullfilment.png');
}

.flag-banner.advert {
    background-image: url('../../img/marketplace/advert.png');
}

.mini-banner .wanna-sell {
    font-size: 16px;
    margin-top: 25px;
    display: flex;
    background: #000;
    border: solid #000 1px;
    border-radius: 10px;
    box-sizing: border-box;
    height: 54px;
    width: fit-content;
    padding: 0 18px;
    color: #fff;
    align-items: center;
    white-space: nowrap;
}

.mini-banner .h3 span {
    font-size: 20px;
    font-weight: bold;
}

.mini-banner .explain, .flag-banner .explain {
    font-size: 14px;
    color: #000;
    margin-top: 30px;
    font-weight: normal;
    flex: 1;
}

.flag-banner .explain {
    font-size: 18px;
    color: #000;
    margin-top: 39px;
}


.intermediate {
    font-size: 46px;
    font-weight: bold;
    display: block;
    width: 100%;
    margin: 100px auto 100px auto;
    text-align: center;
}


.gray {
    width: 100%;
    margin-top: 100px;
    background: #f6f6f6;
    box-sizing: border-box;
    padding: 1px;
}


.registration {
    width: 550px;
    margin: auto;
    font-weight: normal;

}

.registration form .form-group {
    margin-bottom: 33px
}

label {
    display: inline-block;
    color: #b7b7b7;
    font-size: 18px
}

label a {
    display: inline-block;
    color: #b7b7b7;
    font-size: 18px;

}

.form-control {
    display: block;
    width: 100%;
    padding: 20px 0 20px 72px;
    font-size: 20px;
    font-weight: 400;
    /*line-height: 1 .;*/
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-sizing: border-box;
}

.form-control#sname {
    background: center left 17px no-repeat url('../../img/marketplace/user.png'),
    #fff center left 56px no-repeat url('../../img/marketplace/bar.png');
}

.form-control#email {
    background: center left 17px no-repeat url('../../img/marketplace/email.png'),
    #fff center left 56px no-repeat url('../../img/marketplace/bar.png');
}

.form-control#phone {
    background: center left 17px no-repeat url('../../img/marketplace/phone.png'),
    #fff center left 56px no-repeat url('../../img/marketplace/bar.png');
}

.form-control#descr {
    background: top 15px left 17px no-repeat url('../../img/marketplace/comment.png'),
    #fff top 12px left 56px no-repeat url('../../img/marketplace/bar.png');
}

.form-control.error {
    background-color: #ffe3ce !important;
}

.form-group textarea {
    height: 200px;
}

form .form-group label.required:after {
    color: #f57412;
    content: ' *';
    display: inline;
}

.required.right {
    float: right;
    font-style: italic
}

.btn-orange {
    background-color: #ff6c00;
    color: #fff;
    display: inline-block;
    padding: 22px 45px 22px 45px;
    border: solid #ff6c00 1px;
    border-radius: 10px;
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 60px;
    cursor: pointer
}

.form-check {
    text-align: center;
    font-size: 16px;
    margin-bottom: 110px;
}

footer {
    background: #000000;
    width: 100%;
    z-index: 999;
    box-sizing: border-box;
    padding: 63px;
    color: #808080;
    font-size: 18px
}

footer .footer-menu {
    width: 77%;
    margin: 0 auto;
    display: flex;
    list-style: none;
    position: relative;
}

footer .footer-menu li {
    /*width: 20%;*/
    margin: 0 auto;
    white-space: nowrap;
}

footer .sub-menu {
    list-style-type: none;
    padding: 0;
}

footer .sub-menu li {
    margin: 34px 0;
    border: none;
    border-radius: 0;
    border-left: 1px solid #808080;
    padding-left: 8px;

}

footer .links {
    margin: 34px 0;
    display: flex;
    justify-content: space-between;
}

.links img {
    width: 58px;
    height: 58px;
}

.rightest {
    text-align: center;
    margin: 0 auto 0 60px;
    width: 30%;
}

footer .sub-menu a, footer .sub-menu span {
    color: #fff;
    text-decoration: none;
    font-size: 16px
}


.form-ok {
    padding: 126px 0 40px 0;
    text-align: center;
    background: #fff top 40px center no-repeat url('../../img/marketplace/ok.png');
    margin-bottom: 110px;
    display: none;
}

.form-control.disabled {
    background-color: #e9e9e9 !important;
}



