.hash001-tab {
    display: none;
}

.hash001-tab.active {
    display: block;
}

.hash001-container {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7));
    background-image: linear-gradient(-180deg, #ffffff 0%, #f7f7f7 100%);
    padding: 36px 0 120px;
}

.hash001-container .button-tabs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 70px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hash001-container .button-tabs-title {
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    margin-right: 25px;
}

.hash001-container .button-tabs-bg {
    background: #f7f7f7;
    width: 261px;
    height: 57px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 9px;
    border-radius: 28.5px;
    position: relative;
}

.hash001-container .button-tabs-bg.active:after {
    -webkit-transform: translate(118px);
    transform: translate(118px);
}

.hash001-container .button-tabs-bg:after {
    content: "";
    position: absolute;
    width: 125px;
    background: #fddf33;
    border-radius: 22.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 45px;
}

.hash001-container .button-tabs-bg button {
    width: 125px;
    background-color: transparent;
    border: none;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
    padding: 0;
    outline: none;
}

.hash001-container .button-tabs-bg button.active {
    cursor: default;
}

.hash001-container h1 {
    font-size: 22px;
    font-weight: 600;
    color: #222222;
    letter-spacing: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
    text-align: center;
}

.hash001-container h1 .drop-menu {
    display: inline-block;
    padding: 0 3px;
    background-repeat: no-repeat;
    background-position: bottom left;
    position: relative;
}

.hash001-container h1 .drop-menu button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 3px;
    background-image: url(../img/h1-button-bg.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 0;
    border: none;
    outline: none;
    background-color: white;
}

.hash001-container h1 .drop-menu button:hover {
    background-color: #ffda04;
}

.hash001-container h1 .drop-menu button svg {
    margin: 0 3px;
}

.hash001-container h1 .drop-menu button.active svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hash001-container h1 .drop-menu ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    list-style: none;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 1px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.hash001-container h1 .drop-menu ul li {
    padding: 0;
}

.hash001-container h1 .drop-menu ul a {
    color: #333;
    padding: 3px 20px;
    line-height: 1.428571429;
    display: block;
}

.hash001-container h1 .drop-menu ul a:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
}

.hash001-container .form {
    margin-bottom: 115px;
}

.hash001-container .form-container {
    position: relative;
    margin: 0 auto;
    width: 80%;
    margin-bottom: 18px;
}

.hash001-container .form-container button {
    position: absolute;
    background: #fddf33;
    font-weight: 600;
    width: 124px;
    height: 44px;
    border-radius: 22px;
    border: none;
    cursor: pointer;
    top: 8px;
    right: 8px;
    outline: none;
}

.hash001-container .form-container ul {
    position: absolute;
    width: 94%;
    left: 3%;
    max-height: 200px;
    overflow: auto;
    list-style: none;
    padding: 0;
    top: 60px;
    background-color: white;
    border: 1px solid #eee;
    z-index: 100;
}

.hash001-container .form-container ul li a {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #252525;
}

.hash001-container .form-container ul li a:hover {
    text-decoration: none;
    background-color: rgba(161, 161, 161, 0.07);
}

.hash001-container .form-container ul li a .category {
    color: #a1a1a1;
}

.hash001-container .form input {
    display: block;
    height: 60px;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    width: 100%;
    padding-left: 37px;
    border: none;
    outline: none;
    font-size: 14px;
    color: black;
}

.hash001-container .form input::-webkit-input-placeholder {
    font-size: 14px;
    color: #adadad;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 60px;
}

.hash001-container .form input:-ms-input-placeholder {
    font-size: 14px;
    color: #adadad;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 60px;
}

.hash001-container .form input::-ms-input-placeholder {
    font-size: 14px;
    color: #adadad;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 60px;
}

.hash001-container .form input::placeholder {
    font-size: 14px;
    color: #adadad;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 60px;
}

.hash001-container .form input:placeholder-shown {
    font-size: 14px;
    color: #adadad;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 60px;
}

.hash001-container .form-popular-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
}

.hash001-container .form-popular-search span {
    margin: 0 10px;
    font-weight: 600;
}

.hash001-container .form-popular-search span:hover {
    text-decoration: underline;
    cursor: pointer;
}

.hash001-container .labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 80%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}

.hash001-container .labels span {
    font-size: 22px;
    color: #222222;
    letter-spacing: 0;
    position: relative;
    z-index: 3;
    margin: 0 10px;
}

.hash001-container .labels span:after {
    content: "";
    width: 27px;
    height: 29px;
    background-color: #fddf33;
    position: absolute;
    left: -15px;
    top: 4px;
    z-index: -1;
}

.hash002-container {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 100;
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 107px;
}

.hash002-container-overlay {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.hash002-container .hash002-close {
    position: absolute;
    right: 15px;
    top: -3px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: none;
    z-index: 2;
    padding: 3px;
}

.hash002-container .hash002-close svg {
    display: block;
}

.hash002-container .relative {
    position: relative;
}

.hash002-container.active {
    height: 100%;
    overflow: auto;
}

.hash002-container.active .no-active {
    display: block !important;
}

.hash002-container.active .hidden-xs,
.hash002-container.active .hidden-sm,
.hash002-container.active .hidden-md {
    display: block !important;
}

.hash002-container.active .hash002-close {
    display: none;
}

.hash002-container .no-active {
    display: none;
}

.hash002-container .form {
    background: #f7f7f7;
    padding: 12px 0;
    border-top: 1px solid #E8E8E8;
}

.hash002-container .form label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    color: #000000;
    letter-spacing: 0;
}

#attache_label div{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.hash002-container .form input[type="text"] {
    display: block;
    width: 100%;
    background-color: white;
    border: 1px solid #EFEFEF;
    height: 40px;
    line-height: 40px;
    padding-left: 16px;
    outline: none;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    border-radius: 3px;
    margin-bottom: 15px;
}

.hash002-container .form input[type="file"] {
    display: none;
}

.hash002-container .form input[type="file"] + div svg {
    margin-right: 12px;
    vertical-align: middle;
}

.hash002-container .form input[type="file"] + div span {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    cursor: pointer;
    border-bottom: 1px solid #E4E4E4;
}

.hash002-container .form textarea {
    height: 123px;
    display: block;
    width: 100%;
    background-color: white;
    border: 1px solid #EFEFEF;
    line-height: 40px;
    padding-left: 16px;
    padding-top: 9px;
    outline: none;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    border-radius: 3px;
    margin-bottom: 15px;
    resize: none;
}

.hash002-container .form button {
    background: #FFDF02;
    border: 2px solid #000000;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    width: 180px;
    height: 40px;
    padding: 0;
    line-height: 16px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: block;
    margin-left: auto;
    outline: none;
}

/*.hash002-container .form button.active {*/
    /*bottom: 30px;*/
/*}*/

.hash002-container .form p {
    font-size: 11px;
    color: #000000;
    letter-spacing: 0;
}

.hash002-container .form .notation {
    font-size: 12px;
    color: #6F6F6F;
    letter-spacing: 0;
}

.hash002-container .form .notation span {
    font-weight: 600;
}

.hash002-container .form .success_wrap{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.hash002-container .form .success_wrap .title_first{
    font-size: 22px;
    padding-top: 20px;
}

.hash002-container .form .success_wrap .title_second{
    font-size: 18px;
    padding-top: 5px;
}
.hash002-container .form .success_wrap a{
    cursor: pointer;
    text-decoration: underline;
    padding-bottom: 15px;
}

.hash003-container {
    padding: 65px 0;
}

.hash003-container a.item {
    display: block;
    text-align: center;
    /*font-family: Lato-Regular;*/
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 50px;
}

.hash003-container a.item svg {
    height: 30px;
    width: 30px;
}

.hash003-container a.item span {
    display: block;
    margin-top: 16px;
}

@media (max-width: 1200px) {
    .hash002-container {
        height: 89px;
    }

    .hash002-container .form .hash002-visible-input.active {
        width: 33.3%;
        float: left;
    }

    .hash002-container .form label {
        margin-bottom: 5px;
    }

    .hash002-container .form input[type="text"] {
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
        font-size: 15px;
    }

    .hash002-container .form textarea {
        height: 95px;
        font-size: 15px;
    }

    .hash002-container .form button {
        height: 30px;
        bottom: 10px;
    }
}

@media (max-width: 992px) {
    .hash002-container.active .hash002-close {
        display: block;
    }

    .hash002-container .form button.active {
        position: static;
        bottom: 10px;
        height: 30px;
        left: 10px;
        margin-left: 0;
    }

    .hash003-container a.item {
        margin-bottom: 30px;
    }
    .hash002-container{
        height: 119px;
    }
    .hash002-container .form button{
        position: relative;
        top: 5px;
        left: 0;
        right: auto;
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .hash002-container .form .hash002-visible-input.active {
        width: calc(100% - 100px);
        float: left;
    }

    .hash002-container .form textarea {
        padding-top: 0;
    }

    .hash002-container .form button {
        width: 90px;
    }

    .hash003-container a.item {
        margin-bottom: 15px;
    }

    .hash003-container a.item span {
        margin-top: 0px;
    }
}

@media (max-width: 576px) {
    .hash001-container {
        padding: 15px 0 40px;
    }

    .hash001-container h1 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .hash001-container .form {
        margin-bottom: 60px;
    }

    .hash001-container .form-container {
        width: 100%;
    }

    .hash001-container .form-container button {
        width: auto;
        height: 30px;
        top: 5px;
        right: 5px;
        width: 70px;
    }

    .hash001-container .form-container ul {
        top: 40px;
    }

    .hash001-container .form input {
        height: 40px;
        padding-left: 15px;
    }

    .hash001-container .form input::-webkit-input-placeholder {
        font-size: 11px;
        line-height: 40px;
    }

    .hash001-container .form input:-ms-input-placeholder {
        font-size: 11px;
        line-height: 40px;
    }

    .hash001-container .form input::-ms-input-placeholder {
        font-size: 11px;
        line-height: 40px;
    }

    .hash001-container .form input::placeholder {
        font-size: 11px;
        line-height: 40px;
    }

    .hash001-container .form input:placeholder-shown {
        font-size: 11px;
        line-height: 40px;
    }
}

@media (max-width: 400px) {
    .hash001-container .button-tabs-title {
        width: 100%;
        text-align: center;
        display: block;
        margin-right: 0;
    }

    .hash001-container h1 .drop-menu ul {
        min-width: auto;
    }

    .hash001-container h1 .drop-menu ul a {
        padding: 3px 10px;
    }
}

/*# sourceMappingURL=style.min.css.map */
.hash001-container h1 .drop-menu button span {
    text-transform: uppercase;
}

.main-search-delim {
    margin-bottom: 40px;
}

.hash002-container .form input.has-error {
    border: 1px solid #e60b0b;
}

.hash002-container .form .send-result {
    font-size: 18px;
    text-align: center;
}

.hash002-container .form .send-result p {
    font-size: 18px;
    padding-bottom: 15px;
}

.hash002-container .form .send-result p.text-danger {
    color: #e60b0b;
}

.hash002-container .form .send-result p.text-success {
    color: #468847;
}
.small_wad_pro{
    position: absolute;
    right: 30px;
    top: 0;
    width: 160px;
}
.hash002-container-footer{
    border-top: 1px solid gray;
    padding-top: 10px;
    display: none;
}
.hash002-container.active .hash002-container-footer{
    display:block;
}
.hash002-container .form .hash002-container-footer p{
    font-size: 14px;
    font-weight: 600;
}
}