*::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}
*:-moz-placeholder {
    color: #666;
    opacity: 1;
}
*::-moz-placeholder {
    color: #666;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    
}
body input:required:valid,
body textarea:required:valid {
    
}

body textarea {
   resize: none;
}

body { 
    color: #fff;
    font-family: 'JosefinSansRegular', 'Trebuchet MS', sans-serif;
    font-size: 18px;
}

/* start header */

header {
    background-image: url(../img/top_bg.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    min-height: 982px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}


/* start preloader */

#preloader {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #fff;
    z-index: 99999;
    height: 100%; 
}
#status {
    position: absolute;
    left: 53%;
    top: 48%;
    width: 214px;
    height: 214px;
    margin: 0px;
    padding: 0;
    margin-left:-125px;
    margin-top:-75px;
}
#status img {
    position: absolute;
    width: 214px;
    height: 214px;
    margin: -16px 0 0 -16px;
}

/* end preloader */


.header_bg_1 {
    background-image: url(../img/content_fields_activity_bg.jpg); 
}
a {
    color: #fff;
    text-decoration: none;
}
.header_top_section {
    background-image: url(../img/top_bar.png);
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 200px; 
    color: #fff;
    font-family: 'JosefinSansRegular', 'Trebuchet MS', sans-serif;
    font-size: 18px;
}

.header-h1 {
    font-size: 42pt;
}

.top_links_left a {
    color: #fff; 
} 
.top_links_middle a {
    color: #fff;
}
.top_links_left a:hover { 
    border-bottom: 5px solid #017e36;
}
.top_links_right a:hover { 
    border-bottom: 5px solid #017e36;
}
.top_links_left {
    float: left;
    padding: 40px 0px;
}
.top_links_left .top_link_1 {
    padding: 00px 0px 0px 35px;
}
.top_links_left .top_link_2 {
    padding: 20px 0px 0px 150px
}
.top_links_left .top_link_3 {
    padding: 16px 0px 0px 270px;
}
.top_links_right {
    float: left;
    padding: 0px 0px 0px 0px;
}
.top_links_right .top_link_1 {
    padding: 40px 0px 0px 245px; 
}
.top_links_right > .top_link_1 a {
    border: 1px solid #fff; 
    font-family: 'JosefinSansBold', 'Trebuchet MS', sans-serif;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    font-size: 12pt;
    color: #fff;
    cursor: pointer;
    
}
.top_links_right > .top_link_1 a:hover {
    background: #fff;
    border: 1px solid #fff; 
    color: #02672d;
    font-family: 'JosefinSansBold', 'Trebuchet MS', sans-serif;
}
.top_links_right .top_link_2 {
    padding: 20px 0px 0px 110px;
}
.top_links_right .top_link_3 {
    padding: 16px 0px 0px 10px;
}
.logo { 
    display: block;
}
.top_links_middle {
    text-align: center;
    padding-top: 10px;
}
.top_links_middle a {
    font-family: 'JosefinSansBold', 'Trebuchet MS', sans-serif;
    font-size: 20px;
}
.top_links_middle .top_link_1 {
    display: block;
    margin: 55px 0px 0px 0px;
}
a.lang_en { 
    width: 25px;
    padding: 2px 3px;
}
a.lang_ua {
    position: absolute;
    border: 0px;
    right: 46px;
    top: 65px;
    display: none;
    padding: 2px 0px 2px 3px;
    width: 31px;
} 
a.lang_ua_ua-page { 
    width: 25px;
    padding: 2px 3px;
    font-size: 12pt;
}
a.lang_en_ua-page {
    position: absolute;
    border: 0px;
    right: 46px;
    top: 65px;
    display: none;
    padding: 2px 0px 2px 3px;
    width: 30px;
    font-size: 11pt;
} 
header h1 {
    font-size: 55px;
    font-family: 'JosefinSansBold', 'Trebuchet MS', sans-serif;
    padding: 0px;
    margin: 0px;
}
button.header_btn {
    background: none;
    border: 2px solid #fff;
    padding: 7px 10px;
    font-size: 18px;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
button.header_btn:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #017e36;
}
.slide_arrow_prev {
    float: left;
    border: 20px solid transparent;
    border-right: 20px solid #017e36;
    cursor: pointer;
    display: none;
}
.slide_point_active {
    float: left;
    border: 20px solid #017e36;
    margin: 0px 0px 0px 10px;
}
.slide_point {
    float: left;
    border: 3px solid #017e36;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.slide_point:hover {
    float: left;
    border: 20px solid #017e36;
    cursor: pointer;
}
.slide_arrow_next {
    float: left;
    border: 20px solid transparent;
    border-left: 20px solid #017e36;
    cursor: pointer;
    margin: 0px 0px 0px 10px;
    display: none;
}
.slide_arrow_next:hover {
    opacity: .7;
}
.slide_arrow_prev:hover{ 
    opacity: .7;
}
.header_middle_section h1 {
    font-size: 50pt;
}
.top_sl_text_1, .top_sl_text_2, .top_sl_text_3 { 
    font-weight: normal;
}
.top_sl_title_2, .top_sl_title_3 {
    display: none;
}
.top_sl_text_2, .top_sl_text_3 {
    display: none;
}
.header_bottom_section {
    position: relative;
    top: 40px; 
    min-height: 315px;
}
.header_bottom_section img {
    max-width: 100%;
    height: auto;
}


/* show fixed menu */
header .hideMobTablet {
    display: none;
    position: fixed;
    background: #fff;
    z-index: 1000;
    box-shadow: 0px -5px 30px #000;
}
.hideMobTabletScrlToTop {
    display: none;
}
.hideMobTabletScrlToDown {
    display: block;
}
.container.menu_fixed_pos {
    position: fixed;
    background: #fff;
    z-index: 1000;
    box-shadow: 0px -5px 30px #000;
}
.menu_fluit {
    width: 100%;
}
.hamburger {
    cursor: pointer;
    display: block;
    padding: 5px 0px 22px 20px;
    float: left;
}
.line {
    border-bottom: 4px solid #02672d;
    width: 50px;
    padding-bottom: 7px;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.hamburger:hover .line {
    border-bottom: 4px solid #00a747;
    width: 50px;
    padding-bottom: 7px;
}
nav {
    padding: 10px; 
}
.header_top_section nav li {
    padding: 20px 0px 20px 40px;
    border-bottom: 1px dashed #999;
    background-color: #000;
    opacity: .9;
}
.header_top_section nav li:nth-child(7) {
    text-align: center;
    padding: 20px 20px 20px 0px;
    border-bottom: 0px dashed #fff;
}
.header_top_section nav li:nth-child(7) a {
    font-family: 'JosefinSansBold', sans-serif;
    font-size: 22px;
    padding: 20px;
}
.header_top_section nav li:nth-child(7) a:nth-child(2) {
    border-bottom: 5px solid #02672d;
}
.header_top_section nav li:nth-child(7) a:first-child:hover {
    border-bottom: 5px solid #02672d;
}
.top_mobile_logo {
    padding: 10px 15px 5px 0px;
    float: right;
}
.top_mobile_logo img {
    width: 140px;
}
.menu {
    color: #fff;
    display: none;
    width: 100%;
    top: 52px;
    list-style: none;
    position: absolute;
    z-index: 10;
    left: 0;
    padding: 0px 10px;
}
.menu .menu_arrow_active {
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}
.menu li:hover .menu_arrow_active { 
    padding-left: 30px;
    font-weight: bold;
    background: url(../img/menu_arrow_active.png);
    background-position: top 0px;
    background-repeat: no-repeat;
}/* endshow fixed menu */

/* end header */


/* start content_desc */

.content_desc .content_desc_text {
    margin: 70px 0px 0px 0px; 
    color: #000; 
    text-align: justify;
    padding: 10px;
} 
.content_desc_text .cont_desc_text_ua {
    font-size: 12pt;
}
section.content_desc {
    margin-bottom: 60px;
}
.centent_desc_titles span {
    color: #02672d;
}
.centent_main_title {
    position: relative;
    font-size: 35px;
    top: 60px;
    color: #02672d;
}
.centent_main_left {
    float: left;
    font-size: 32px;
}
.centent_main_title {
    text-align: center;
}
.centent_main_right {
    float: right;
    font-size: 32px;
}
.content_field_activity {
    background-image: url(../img/content_fields_activity_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size;
    -moz-background-size;
    -o-background-size;
    background-size: cover;
    min-height: 590px;
    display: table;
    width: 100%;
}/* end content_desc */


/* Start slider content_field_activity */

.sl .sl_slide {
    position: relative;
    width: 100%;
    min-height: 430px;
    overflow: hidden;
}
.sl .sl_text {
    position: absolute;
    text-align: center;
    bottom: 35%;
    width: 100%;
    color: #fff;
    font-family: 'JosefinSansBold', 'Trebuchet MS', sans-serif;
    padding: 0px 40px;
}
.sl .sl_desc {
    font-family: 'JosefinSansRegular', 'Trebuchet MS', sans-serif;
    font-size: 16pt;
}/* End slider content_field_activity */


/* Start slider content_all_projects */

.sl_proj {
    padding: 0px 0px 80px 0px;
}
.sl_proj_text { 
    text-align: justify;
    color: #000;
    font-family: 'JosefinSansRegular', 'Trebuchet MS', sans-serif;
}
.sl_proj_title {
    font-family: 'JosefinSansBold', 'Trebuchet MS', sans-serif;
}
.sl_proj_desc {
    padding: 10px;
}
.proj_all_info h3 {
    float: right;
    margin: 0px;
    padding-top: 8px;
}
.sl_proj_img {
    width: 100%;
}/* End slider content_all_projects */



.content_field_text {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
}
.content_arrow_left {
    border: 20px solid transparent;
    border-right: 20px solid #999;
    float: left;
    cursor: pointer;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.content_arrow_left:hover {
    border: 20px solid transparent;
    border-right: 20px solid #fff; 
}
.content_arrow_right {
    border: 20px solid transparent;
    border-left: 20px solid #999;
    float: right;
    cursor: pointer;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.content_arrow_right:hover {
    border: 20px solid transparent;
    border-left: 20px solid #fff;
}

/* start content_reviews */

.content_reviews {
    min-height: 580px;
}
.content_rev_it_text {
    background-color: #02672d;
    padding: 65px 40px 30px 40px;
    text-align: center; 
    font-style: italic;
    margin-top: -85px;
}
.content_rev_block {
    margin: 45px 0px 35px 0px;
}
.content_rev_item_arrow {
    border: 20px solid transparent;
    border-top: 20px solid #02672d;
    border-bottom: 0;
    width: 10px;
    height: 40px;
    margin: -5px auto;
}
.content_reviews_item {
    text-align: center;
    margin-bottom: 45px;
}
.content_rev_block .content_rev_it_text span {
    text-align: center;
    padding: 20px 0 20px 0;
    display: block;
    font-weight: bold;
    font-family: 'JosefinSansBold', 'Trebuchet MS', sans-serif;
}
.cont_rev_avatar {
    display: block;
    margin: 0 auto;
    position: relative; 
    width: 176px;
    height: 176px; 
    background: url(../img/vg_avatar.png);
    background-repeat: no-repeat;
}
.content_rev_it_img {
    opacity: .7;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.content_rev_it_img img {
    margin-bottom: 0px;
} 
.content_rev_it_img:hover { 
    opacity: 1;
}
.content_rev_employers .content_rev_it_img {
    text-align: center;
} 
.content_rev_employers_mobile {
    margin: 0px 0px 45px 0px;
}
.content_rev_employers_mobile img {
    opacity: .7;
}/* end content_reviews */


/* start content_technology */

.content_technology {
    display: table;
    background-image: url(../img/content_technology_bg.jpg);
    min-height: 580px;
    width: 100%;
    -webkit-background-size;
    -moz-background-size;
    -o-background-size;
    background-size: cover;
}
.content_technology .font-icon-lg {
font-size: 80pt;
}
.content_technology .content_items {
    text-align: center;
}
.content_technology .content_tech_block {
    display: table-cell;
    vertical-align: middle;
}
.content_technology i {
    padding: 0px 38px 0px 38px;
}
.content_technology .free_space {
    margin: 10px 0px;
    padding: 0px;
}/* end content_technology */


/* start content_project */

.content_project {
    height: 750px;
    position: relative;
}
.content_proj_name {
    float: right;
    text-align: right;
    padding: 0px 54px 0px 0px;
}
.cont_proj_btn {
    background-color: #02672d;
    border: 3px solid transparent;
    padding: 12px 28px;
    color: #fff;
    display: block;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.cont_proj_btn:hover {
    background-color: #fff;
    border: 3px solid #02672d;  
    color: #02672d; 
}
.content_proj_block span {
    display: block; 
    font-size: 20pt;
    font-family: 'JosefinSansBold', 'Trebuchet MS', sans-serif;
}
.content_proj_block {
    color: #000;
    padding: 100px 0px 0px 0px;
}
.content_proj_block img {
    position: relative;
} 
.proj_bg {
    height: 542px;
}
.proj_bg_img {
    padding-left: 40px; 
    width: 100%;
}
.proj_1 {
    top: -516px;
    left: 62px;
    width: 667px;
}
.content_proj_block_small {
    position: relative;
    bottom: 324px;
}
.content_proj_block_small img {
    position: relative;
} 
img.proj_1_small {
    bottom: 302px;
    left: 65px;
    width: 426px;
}
.proj_bg_small {
    width: 100%;
    height: 322px;
}
.content_proj_title {
    background-image: url(../img/content_proj_bg_title.jpg);
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    height: 100px;
    width: 100%;
    display: table;
}
.content_proj_title_block {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}/* end content_project */


/* start content_project_mobile */

.cont_proj_mob_block img {
    width: 100%;
}
.content_project_mobile {
    margin: 50px 0px;
}
.content_proj_mob_title span {
    font-size: 20pt;
    display: block;
    font-family: 'JosefinSansBold', 'Trebuchet MS', sans-serif;
}
.content_proj_mob_title { 
    color: #000;
    text-align: right;
}
.content_proj_mob_title .cont_proj_btn {
    text-align: center;
    width: 100%;
}
.content_proj_mob_title .cont_proj_btn {
    background-color: #fff;
    color: #000;
    border: 4px solid #04672e;
}/* end content_project_mobile */

/* start content_all_projects */

section.content_all_projects {
    margin: 200px 0px 0px 0px;
}
.content_all_projects_block {
    color: #000;
    text-align: justify;
    margin: 0px 0px 100px 0px;
}
.content_all_projects h1 {
    text-align: center;
    font-family: 'JosefinSansBold', 'Trebuchet MS', sans-serif;
    font-size: 18pt;
}
.content_all_projects .proj_pic {
    width: 100%;
}
.content_all_projects .devicon-sm {
font-size: 25pt;
}
.content_all_proj_text {
    margin: 0px 0px 15px;
}
.content_all_projects_block h3 {
    padding: 0px;
    margin: 0px;
    float: right;
}
.content_all_proj_btn {
    background-color: #fff;
    border: 3px solid #02672d;
    color: #02672d;
    display: block;
    width: 95%;
    text-align: center;
    padding: 12px 28px;
    margin: 0px 5px;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.content_all_proj_btn:hover {
    background-color: #02672d;
    border: 3px solid #02672d;  
    color: #fff; 
}
.proj_all_info {
    height: 50px;
}
.all_proj_btn {
    width: 100%;
}/* end content_all_projects */


/* start footer */

.footer_bg_img img {
    max-width: 100%;
    height: auto;
}
.footer_bg {
    background-color: #0b0a0a;
    min-height: 420px;
}
.footer_bg_img {
    position: relative;
    top: 5px;
}
.footer_block {
    padding: 70px 0px 45px 0px;
}
.footer_input {
    border: 3px solid #02672d;
    margin-bottom: 15px;
    width: 100%;
    padding: 2px 10px;
    color: #0b0a0a;
}
.footer_input_msg {
    border: 3px solid #02672d;
    margin-bottom: 15px;
    width: 100%;
    height: 136px;
    padding: 2px 10px;
    color: #0b0a0a;
}
#footer_button {
    text-align: center;
    background-color: #02672d;
    border: 3px solid #02672d;
    padding: 10px 28px;
    width: 100%;
    color: #fff;
    display: block;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
#footer_button:hover {
    background-color: #013317;
    border: 3px solid #02672d;  
    color: #fff; 
}
.footer_icons {
    text-align: center;
}
.fa-fs:first-child {
    font-size: 64pt; 
}
.fa-fs {
    font-size: 45pt;
    display: block;
    color: #02672d;
}
.fa-fs:last-child {
    font-size: 52pt; 
}
.footer_loc {
    margin: 0px 0px 20px 0px;
    line-height: 20px;
}
.footer_mail {
    margin: 0px 0px 40px 0px;
}
.footer_menu_list { 
    height: 25px;
    padding: 15px 0px 0px 0px;
}
.footer_block_menu ul { 
    margin: 0px;
    padding: 0px;
}
li.footer_menu_item {
    list-style: none;
    margin: 0px 0px 0px 12px;
    float: left;
    font-size: 12pt;
}
.footer_logo_block {
    height: 25px;
    padding: 15px 0px 0px 0px;
}
.footer_logo_block img {
    padding: 0px 0px 6px 0px;
}
.footer_soc_icons a {
    opacity: 0.7;
}
.footer_soc_icons a:hover {
    opacity: 1;
}
.footer_arrow_up {
    padding: 4px;
    position: fixed;
    bottom: 20px; 
    color: #fff;
    background-color: #666;
    border: 2px solid #fff;
    opacity: .6;
    cursor: pointer; 
    display: none;
    right: 25px;
    float: right;
}
.footer_soc_icons {
    padding: 0px 0px 0px 5px;
}/* end footer */
.cont_tech_svg {
    width: 114px;
    margin: 0px 36px;
    height: 114px;
    display: inline-block;
}