body {
    font-family: 'Monolisk', 'Oswald', arial, sans-serif;
    color: #444;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#header {
    padding: 1.5em 1em 0;
    background: #231f20;
    text-transform: uppercase;
}
#header a.header-name {
    display: inline-block;
    padding-top: .85em;
    font-size: 3.7em;
    color: #ffffff;
}
#header a.header-name:hover,
#header a.header-name:active,
#header a.header-name:focus {
    text-decoration: none;
}
#header .yes-btn {
    font-size: 7em;
    color: #fff200;
}
#header .yes-btn:hover,
#header .yes-btn:active,
#header .yes-btn:focus {
    text-decoration: none;
}
#header .yes-btn span {
    padding-left: 0;
    padding-right: 0;
    font-weight: 600;
    transition: .3s;
}
#header .yes-btn:hover span {
    padding-right: 10px;
    padding-left: 10px;
    transition: .3s;
}
#baner-v-2 {
    background: #231f20;
    background: -moz-linear-gradient(top, #231f20 50%, #ffffff 50%, #ffffff 50%);
    background: -webkit-linear-gradient(top, #231f20 50%,#ffffff 50%,#ffffff 50%);
    background: linear-gradient(to bottom, #231f20 50%,#ffffff 50%,#ffffff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231f20', endColorstr='#ffffff',GradientType=0 );
}
#baner-v-2 img {
    display: block;
    width: 100%;
}
#promo {
    padding: 1em 1.5em 1.5em;
    font-size: 1.7em;
    color: #000;
}
#promo img {
    margin-top: .3em;
    display: block;
    width: 100%;
    margin-bottom: 1em;
}
#arrow {
    width: 100%;
    height: 14px;
    background: url(/assets/images/arrow.png) center, #fff200;
}
#contact {
    padding: 1.5em;
    font-size: 1.7em;
    color: #000;
}
#contact #educational-site,
#contact #professional-boutique,
#contact #contact-content .instagram {
    position: relative;
    padding-left: 1.5em;
    padding-bottom: 1.5em;
}
#contact #contact-content .instagram {
    padding-top: 0.1em;
    font-size: 2em;
}
#contact #educational-site::after,
#contact #professional-boutique::after,
#contact #contact-content .instagram::after {
    content: "";
    width: 1em;
    height: 1em;
    background-size: contain!important;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
}
#contact #educational-site::after {
    background: url(/assets/images/book.png) center no-repeat;
}
#contact #professional-boutique::after {
    background: url(/assets/images/flakon.png) center no-repeat;
}
#contact #contact-content .instagram::after {
    top: .3em;
    background: url(/assets/images/insta.png) center no-repeat;
}
#contact #contact-content,
#contact #contact-content a {
    color: #000;
    font-weight: 600;
}

/* maker */
#header-maker {
    padding: 1em;
}
#header-maker img {
    max-height: 100px;
    display: block;
    margin: 0 auto;
}
#upload-form {
    padding-top: 2em;
}
#upload-form input[type="file"] {
    display: none;
}
#upload-form .form-group {
    display: inline-block;
    width: 100%;
    text-align: center;
}
#upload-form label[for="upload"],
#upload-form input[type="submit"] {
    font-weight: 400;
    font-size: 1em;
    border: 1px solid #231f20;
    width: 100%;
    padding: .2em 1em;
    border-radius: 0;
    display: block;
    transition: .2s;
    -webkit-box-shadow: 5px 5px 0 0 rgba(0,0,0,0.09);
    -moz-box-shadow: 5px 5px 0 0 rgba(0,0,0,0.09);
    box-shadow: 5px 5px 0 0 rgba(0,0,0,0.09);
    margin-bottom: .5em;
}
#upload-form input[type="submit"] {
    background: #fff200;
}
#upload-form label[for="upload"]:hover,
#upload-form label[for="upload"]:active,
#upload-form input[type="submit"]:hover,
#upload-form input[type="submit"]:active {
    transition: .2s;
    -webkit-box-shadow: -5px -5px 0 0 rgba(0,0,0,0.1);
    -moz-box-shadow: -5px -5px 0 0 rgba(0,0,0,0.1);
    box-shadow: -5px -5px 0 0 rgba(0,0,0,0.1);
}
#contact.maker {
    padding: 1.5em;
    font-size: 1em;
    color: #000;
}
#contact.maker #contact-content,
#contact.maker #contact-content a {
    color: #000;
    font-weight: 400;
}
@media (min-width: 481px) and (max-width: 767px) {
    #header .yes-btn {
        font-size: 4em;
        float: right;
    }
    #header a.header-name {
        padding-top: .2em;
        font-size: 2em;
    }
}
@media (min-width: 320px) and (max-width: 480px) {
    #header .yes-btn {
        font-size: 2em;
        float: right;
    }
    #header a.header-name {
        padding-top: .2em;
        font-size: 1.5em;
    }
}
.list-inline>li {
    display: inline-block;
    padding: .2em 1em;
    margin-bottom: .5em;
    margin-right: 2em;
}
.list-inline>li{
    border: 1px solid #231f20;
    border-radius: 0;
    transition: .2s;
    -webkit-box-shadow: 5px 5px 0 0 rgba(0,0,0,0.09);
    -moz-box-shadow: 5px 5px 0 0 rgba(0,0,0,0.09);
    box-shadow: 5px 5px 0 0 rgba(0,0,0,0.09);
    background: #fff200;
}
.list-inline>li:hover, .list-inline>li:active, .list-inline>li:focus {
    transition: .2s;
    -webkit-box-shadow: -5px -5px 0 0 rgba(0,0,0,0.1);
    -moz-box-shadow: -5px -5px 0 0 rgba(0,0,0,0.1);
    box-shadow: -5px -5px 0 0 rgba(0,0,0,0.1);
}

.list-inline {
    margin-top: 1em;
    list-style: none;
}
#result-img{
    display:none;
    text-align: center;
}
#result-img img{
    width:100%;
}
.txt{
    font-size:1.5em;
    text-align: center;
}
