.thin_description {
    font-size: 16px;
    font-weight: 100;
    font-family: 'OpenSans Light', sans-serif
}

.work_section {
    margin-bottom: 50px;
    min-height: 98%
}

.work_title {
    margin-top: 68px;
    font-family: 'OpenSans Bold', sans-serif;
    font-size: 40px;
    color: #222;
    position: relative;
    margin-left: 94px
}

.work_title::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -94px;
    content: "";
    background-color: #222;
    width: 84px;
    height: 5px
}

.work_description {
    margin: 25px 0 65px;
    font-family: 'Lato Regular', sans-serif;
    font-size: 25px;
    color: #222
}

.figures_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: center
}

.work_figure,
.work_figure-multi {
    width: auto;
    height: 320px;
    margin: 10px 0;
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer
}

.slider,
.work_figcaption {
    position: absolute;
    bottom: 0;
    left: 0
}

.figure_image {
    width: auto;
    height: 320px
}

.work_figcaption {
    height: 0;
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    padding: 0;
    text-align: center;
    color: #FFF;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.slider,
input[type=submit] {
    transition: all .3s ease-in-out
}

.work_figure-multi:hover .work_figcaption,
.work_figure:hover .work_figcaption {
    height: 320px
}

.figcaption-content {
    padding: 0 40px;
    height: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.figcaption_title {
    font-family: 'OpenSans Bold', sans-serif;
    font-size: 30px
}

.figcaption_description {
    padding: 10px 0;
    font-family: 'OpenSans Regular', sans-serif;
    font-size: 20px;
}

.form_legend,
.slider_close,
input[type=submit] {
    font-family: 'OpenSans SemiBold', sans-serif
}

.eye_icon {
    width: 60px;
    height: auto;
    padding-top: 10px
}

.hidden {
    visibility: hidden
}

.color_greenfreed {
    color: #97BF0D
}

.underline {
    text-decoration: underline
}

.slider {
    top: 0;
    height: 0%;
    width: 100%;
    background: url(../img/bg_header.png) center center no-repeat fixed;
    background-size: cover;
    z-index: 99999
}

.slider .container {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 100%
}

.slider_close {
    color: #FFF;
    font-size: 30px;
    float: right;
    margin-bottom: 100px
}

.slider_content {
    overflow: hidden;
    margin: 0 auto;
    position: relative
}

.slider_navigation {
    position: absolute;
    top: 55%;
    left: 0;
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.icons_slider {
    font-size: 50px
}

.slider_list {
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

.slider_items {
    float: left;
    display: block;
    position: relative
}

.slider_list img {
    width: 901px;
    height: 675px
}

.form {
    width: 90%;
    height: auto;
    margin: 0 auto
}

.form_fieldset {
    border: 2px solid #97BF0D
}

.form_content {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0
}

.form_legend {
    padding: 0 10px;
    margin-left: 10px;
    font-size: 30px;
    color: #97BF0D
}

.form_content input,
.form_content label,
.form_content textarea {
    color: #222;
    font-family: 'Lato Regular', sans-serif
}

.form_content label {
    display: block;
    text-align: left;
    float: left;
    width: 40%;
    font-size: 16px
}

.form_div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 10px 0
}

.form_content input,
.form_content textarea {
    width: 300px;
    padding: 5px 15px;
    border: 1px solid #222;
    background-color: #F7F7F1;
    transition: all .3s ease-in-out
}

.form_content input:focus,
.form_content input:hover,
.form_content textarea:focus,
.form_content textarea:hover {
    border: 1px solid #97BF0D
}

.form_content textarea {
    height: 100px
}

.form_content input {
    height: 20px
}

.check.form_div {
    justify-content: flex-end
}

input[type=submit] {
    cursor: pointer;
    border: 2px solid #97BF0D;
    color: #97BF0D;
    text-transform: uppercase;
    font-size: 15px;
    height: 50px;
    width: 100px;
    padding: 10px
}

#error,
#succes {
    text-transform: uppercase;
    margin: 0 auto 30px;
    font-size: 20px;
    font-family: 'OpenSans SemiBold', sans-serif;
    text-align: center;
    display: none
}

input[type=submit]:hover {
    border: 2px solid #97BF0D;
    background-color: #97BF0D;
    color: #F7F7F1
}

#succes {
    color: #97BF0D
}

#error:target,
#succes:target {
    display: block
}

#error {
    color: red
}

.required_text {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

@media screen and (max-width:1200px) {

    .figure_image,
    .work_figure,
    .work_figure-multi,
    .work_figure-multi:hover .work_figcaption,
    .work_figure:hover .work_figcaption {
        height: 280px
    }

    /*    .work_figure-multi:last-child,.work_figure:last-child{display:none}*/
    
    .figures_section {
        justify-content: space-around
    }

    .eye_icon {
        width: 45px;
        height: auto
    }

    .figcaption-content {
        padding: 0 30px;
        height: 280px
    }

    .figcaption_title {
        font-size: 25px
    }

    .figcaption_description {
        font-size: 18px
    }
}

@media screen and (max-width:992px) {
    .form_content {
        width: 90%
    }

    .form_legend {
        font-size: 20px
    }

    .form_content label {
        width: 90%;
        padding-bottom: 5px
    }

    .form_div {
        flex-direction: column
    }

    .form_content input,
    .form_content textarea {
        width: calc(100% - 30px)
    }

    .form_content textarea {
        height: 100px
    }

    .form_content input {
        height: 20px
    }

    .check.form_div {
        align-items: flex-end
    }

    input[type=submit] {
        height: 50px;
        width: 100px
    }

    .slider_list img {
        width: 700px;
        height: 525px
    }
}

@media screen and (max-width:768px) {
    .work_title {
        margin-top: 48px;
        font-size: 30px;
        margin-left: 64px
    }

    .work_title::before {
        left: -64px;
        width: 55px;
        height: 3px
    }

    .work_description {
        margin: 25px 0 65px;
        font-size: 20px
    }

    .slider_list img {
        width: 320px;
        height: 240px
    }
}