/*
Theme Name: iDeals Jobs
*/


/*------------------FOOTER--------------*/
.footer{
    background: #EBF4FE;
    color:#87999F;
    padding-top: 95px;
    padding-bottom: 10px;
}
.footer .row > *{
    padding: 0px 15px;
}
.footer .logo{
    max-width: 200px;
}
.footer .logo svg{
    color: #022E34;
    max-width: 120px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.footer .footer-menu ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footer .footer-menu ul li{
    margin-left: 0;
    display: inline-block;
    margin-bottom: 0;
}
.footer .footer-menu ul li:first-child{
    margin-left: 0px;
}
.footer .footer-menu ul li a{
    color:#87999F;
    transition: all 0.3s;
}
.footer .footer-menu ul li a:hover{
    color:#2f8b49;
}
.footer .copyright{
    margin-top: 80px;
    color:#87999F;
    font-size:16px;
}
@media (max-width: 1159px){
    .footer .footer-menu ul{
        justify-content: center;
    }
    .footer .footer-menu ul li{
        margin: 0px 30px;
        margin-bottom: 15px;
    }
    .footer .logo{
        margin-bottom: 25px;
        max-width: 220px;
    }
    .footer .copyright{
        text-align: center;
    }
    .footer{
        padding-top: 40px;
    }
    .footer .copyright{
        margin-top: 40px;
    }
}

@media (max-width: 769px){
    .footer .footer-menu ul li{
        margin-bottom: 15px;
    }
}
.contacts{
    padding: 65px 0px;
}
.contact-wrap{
    padding: 100px;
}
.contacts .contact-wrap{
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 100px;
    margin-top: 30px;
}

.contact-form .row-1 > div{
    margin-bottom: 30px;
}
.contact-form .hidden-file-input{
    position: absolute;
    left:-9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
}
.contact-form .btn,
.contact-form .button{
    outline: none;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    padding: 16.5px 20px;
}
.contact-form .file-name{
    width: 200%;
    position: absolute;
    left:0px;
    bottom: -40px;
    font-size: 16px;
}
#contact-form .modal-body{
    padding: 0px;
}
#contact-form-thanks .modal-body{
    padding: 60px 40px;
}
#contact-form-thanks img{
    max-width: 90px;
    margin-bottom: 20px;
}
#contact-form-thanks .title{
    margin-bottom: 50px;
}
@media (min-width: 992px) {
    #contact-form .modal-dialog{
        max-width: 1160px;
    }
}
@media (max-width: 991px){
    .contact-wrap{
        padding: 20px !important;
    }
    #contact-form .contact-wrap{
        padding: 20px 20px;
        padding-top: 50px !important;
    }
    .contact-form .btn,
    .contact-form .button{
        width: 100%;
    }
    .contact-form .file-name{
        position: initial;
        bottom: 0px;
    }
}
@media (max-width: 560px){
    .contact-form .file-name{
        max-width: 100%;
        position: initial;
        bottom: 0px;
    }
}

/*--------------------------SLIDER-1------------------------*/
.slider-type-1 .bx-wrapper{
    padding: 0px;
    margin: 0px;
    border: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.slider-type-1 .slider-wrap{
    min-height: 375px;
    padding-bottom: 86px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s;
}
.slider-type-1 .slider-wrap .bx-pager-link{
    width: 11px;
    height: 11px;
    border-radius: 6px;
    background: #fff !important;
    border:solid 2px #3bae5b;
}
.slider-type-1 .slider-wrap .bx-pager-link.active,
.slider-type-1 .slider-wrap .bx-pager-link:hover
{
    background:#2f8b49 !important;
}
.slider-type-1 .slider-wrap .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
    bottom: -40px;
}
.slider-type-1 .slider-wrap.visible{
    opacity: 1;
}
.slider-type-1 .bx-wrapper .row-2{
    height: 100%;
    justify-content: space-between;
    font-size: 15px;
}
.slider-type-1 .bx-wrapper .row-2 > div{

}
.slider-type-1 .bx-wrapper .row-3{
    height: 100%;
}
.slider-type-1 .bx-wrapper .row-3 .img{
    height: 100%;
    width: 100%;
}
.slider-type-1 .bx-wrapper .row-3 .img{
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 28%;
}
.slider-type-1 .bx-wrapper .bx-controls{
    position: absolute;
    bottom: -86px;
    left: 50%;
    margin-left: -86px;
}
.slider-type-1 .bx-wrapper .bx-controls a{
    position: relative;
    left:0px !important;
    right: 0px;
    display: inline-block;
    margin: 0px 15px;
}
.bx-wrapper .bx-controls-direction a{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border:solid 1px #3bae5b;
    background: #fff;
    transition: all 0.3s;
}
.bx-wrapper .bx-controls-direction a::before,
.bx-wrapper .bx-controls-direction a::after
{
    content: '';
    width: 7px;
    height: 12px;
    transition: all 0.3s;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -6px;
    position: absolute;
}
.bx-wrapper .bx-controls-direction a.bx-next::before,
.bx-wrapper .bx-controls-direction a.bx-next::after
{
    margin-left: -2px;
    transform: rotateZ(180deg);
}
.bx-wrapper .bx-controls-direction a::before
{
    background: url("assets/images/slider-arrow-green.svg");
}
.bx-wrapper .bx-controls-direction a::after
{
    opacity: 0;
    background: url("assets/images/slider-arrow-white.svg");
}
.bx-wrapper .bx-controls-direction a:hover::before{
    opacity: 0;
}
.bx-wrapper .bx-controls-direction a:hover::after{
    opacity: 1;
}

.slider-type-1 .slider-wrap .bx-controls-direction a.bx-prev{
    left:25px;
}
.slider-type-1 .slider-wrap .bx-controls-direction a.bx-next{
    right:25px;
}

.slider-type-1 .slider-wrap .bx-controls-direction a:hover{
    background: #3bae5b;;
}
.workspace.hidden{
    visibility: hidden;
    display: none;
}
.workspace .slides-wrap .item img{
    width: 100%;
}
@media (max-width: 991px){
    .slider-type-1{
        visibility: hidden;
        display: none;
    }
    .slider-type-1 .bx-wrapper .row-3 .img{
        padding-bottom: 100%;
        margin-bottom: 30px;
    }
    .slider-type-1 .slider-wrap{
        max-height: initial;
    }
    .slider-type-1 .bx-wrapper .row-2{
        height: auto;
    }
    .slider-type-1 .bx-wrapper .row-3 > div{
        margin-bottom: 30px;
    }
    .workspace.hidden{
        visibility: visible;
        display: block;
    }
}
.wrap-404{
    padding: 75px 0px;
    text-align: center;
}
.wrap-404 .title-404{
    color:#3bae5b;
    font-size: 40px;
    margin-top: 35px;
    margin-bottom: 0px;
}
.error404 .header{
    height: auto;
    min-height: initial;
    padding-bottom: 0px;
}
@media (max-width: 991px){
    .wrap-404 .title-404{
        font-size: 24px;
    }
}

.page-template-wrap{
    padding: 30px 0;
}

.team-description{
    padding: 10px 20px;
    border: solid 1px #3bae5b;
    border-radius: 10px;
    margin-bottom: 60px;
}

.team-description > *:last-child{
    margin-bottom: 0;
}

/*--------TEAM-ENGINEERING------------*/
/*.team-filter-22 .header .header-main{*/
/*    margin-top: 90px;*/
/*    font-family: "Open Sans";*/
/*    font-weight: bold;*/
/*}*/
/*.team-filter-22 .header .header-main .head-title{*/
/*    text-transform: uppercase;*/
/*    font-size: 48px;*/
/*    margin-bottom: 17px;*/
/*}*/
/*.team-filter-22 .header .header-main .head-subtitle{*/
/*    color:#CBCBCB;*/
/*    font-size: 24px;*/
/*    max-width: 1015px;*/
/*}*/


.engineering-description{
    padding: 55px 0 32px 0;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    overflow: hidden;
}

.engineering-description .container > *{
    position: relative;
    z-index: 10;
}

.engineering-description .container .stack-process{
    z-index: 2;
}

.engineering-description .team-title{
    font-weight: bold;
    font-size: 36px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #1F2129;
    margin-bottom: 32px;
    margin-top: 0;
}

.engineering-description-start .team-title{
    font-weight: bold;
    font-size: 36px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #1F2129;
    font-family: "Open Sans";
    margin-bottom: 32px;
    margin-top: 0;
}

.engineering-description .flag span svg{
    max-width: 36px;
    position: relative;
    top: 5px;
}

.engineering-description-start .paragraph-1{
    padding-left: 0;
    position: relative;
    margin-bottom: 20px;
}
.engineering-description-start .paragraph-1:last-child{
    margin-bottom: 60px;
}

.support-ukraine{
    color: #1F2129;
}

.support-ukraine-title{
    margin-top: 90px !important;
}

.support-ukraine ul li{
    color: #1F2129;
    font-size: 16px;
}

.engineering-description .stack-process{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin-bottom: 80px;
}

.engineering-description .stack-process .bg{
    content: '';
    position: absolute;
    left: -261px;
    top: -298px;
    width: 1718px;
    height: 1471px;
    background: url(assets/images/engineering-stack-process-bg.jpg) no-repeat;
    z-index: 1;
}

.engineering-description .stack-process .stack,
.engineering-description .stack-process .process{
    z-index: 2;
    position: relative;
}

.engineering-description .stack-process .stack{
    flex: 0 0 450px;
    max-width: 40%;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}

.engineering-description .stack-process .stack .block{
    background: #1F2129;
    border-radius: 10px;
    padding: 29px 32px;
    flex: 1;
    display: flex;
    align-items: center;
}
.engineering-description .stack-process .stack .block ul,
.engineering-description .stack-process .stack .block ul li{
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.67;
    text-transform: uppercase;
}

.engineering-description .stack-process .process{
    flex: 0 0 640px;
    max-width: 56%;
}

.engineering-description .stack-process .process .block{
    background: rgba(59, 174, 91, 0.65);
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    position: relative;
    box-shadow: 0 100px 80px rgba(0, 0, 0, 0.07);
}

.engineering-description .stack-process .process .block .item{
    flex: 0 0 50%;
    max-width: 50%;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.25;
    text-transform: uppercase;
    color: #000000;
    padding: 20px 30px 32px 38px;
}
.engineering-description .stack-process .process .block .item.colored{
    background: #3bae5b;
}

.engineering-description .stack-process .process .block .item .icon{
    margin-bottom: 24px;
}


.engineering-description .stack-process .process .block .center-icon{
    position: absolute;
    left:50%;
    top:50%;
    margin-left: -31px;
    margin-top: -37px;
}

.engineering-description .approach-block{
    margin-bottom: 60px;
}
.engineering-description .approach-block .item{
    height: 100%;
    max-width: 344px;
    position: relative;
}
.engineering-description .approach-block .item .inner{
    background: #EBF4FE;
    border-radius: 10px;
    box-shadow: 0px 27px 80px rgba(0, 0, 0, 0.07);
    padding: 22px 23px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.33;
    color: #1F2129;
    height: 100%;
    position: relative;
    z-index: 2;
}

.engineering-description .approach-block .item::before{
    content: '';
    position: absolute;
    width: 344px;
    height: 100%;
    left: 18px;
    bottom: -15px;
    background: url(assets/images/engineering-aproach-item-bg.png) no-repeat;
    background-size: cover;
    background-position: right bottom;
    z-index: 1;
    max-width: 100%;
}

.engineering-description .approach-block .item.item-centerd{
    margin: 0 auto;
}

.engineering-description .approach-block .item.item-right{
    margin-left: auto;
}

.engineering-description .approach-block .item .icon{
    margin-bottom: 26px;
}

.engineering-description .approach-block .item p{
    margin-bottom: 0;
}

@media (max-width: 991px){
    .engineering-description .stack-process .bg{
        display: none;
    }

    .engineering-description .stack-process .process{
        order: 1;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .engineering-description .stack-process .stack{
        order: 2;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 768px){
    .engineering-description .approach-block .item{
        margin: 0 auto !important;
    }

    .engineering-description .approach-block .col-md-4{
        margin-bottom: 50px;
    }
}
@media (max-width: 556px){

    .engineering-description .team-title{
        font-size: 26px;
    }

    .engineering-description .stack-process .process .block .item{
        padding: 16px 8px;
        font-size: 15px;
        text-align: center;
    }

    .engineering-description .stack-process .stack .block ul li{
        font-size: 20px;
    }

    .engineering-description .approach-block{
        margin-bottom: 30px;
    }

    .engineering-description .approach-block .item{
        text-align: center;
    }
}


.header-social-links{
    display: flex;
    align-items:center;
    justify-content: flex-end;
    flex: 0 0 243px;
}

.header-social-links a{
    flex: 0 0 32px;
    max-width: 32px;
    margin: 0 10px;
}

.header-social-links a.glassdor{
    width: 100px;
    height: auto;
    max-width: 130px;
    flex: 0 0 130px;
    margin: 0 10px;
    position: relative;
}

.header-social-links a.glassdor img{
    position: relative;
    z-index: 1;
}

.header-social-links a.glassdor:after{
    content: "";
    background-color: #fff;
    width: 22px;
    height: 15px;
    position: absolute;
    left: 8px;
    bottom: 3px;
}

@media (max-width: 991px) {
    .header-social-links{
        margin-right: 65px;
        flex: 0 0 160px;
    }

    .header-social-links a{
        flex: 0 0 20px;
        margin: 0 6px;
    }

    .header-social-links a.glassdor{
        flex: 0 0 75px;
    }

    .header-social-links a.glassdor:after{
        width: 12.5px;
        height: 8px;
        bottom: 2px;
        left: 4.5px;
    }
}

@media (max-width: 600px) {
    .header-social-links{
        margin-right: 50px;
    }


    .header .top .logo img{
        width: 107px;
        height: auto;
    }
}

@media (max-width: 360px) {
    .header-social-links{
        display: none;
    }
}

.page-content{
    padding-bottom: 40px;
}

.page-content.all-vacancies{
    padding-bottom: 0;
    margin-top: 60px;
}

.page-content.all-vacancies .wp-block-columns{
    margin-bottom: 0;
}


.wp-block-column{
    margin: 0 0 1em 0 !important;
}

.page-content.all-vacancies .wp-block-column{
    margin-bottom: 0 !important;
}


.wp-block-button {
    margin: 0;
    padding: 0 15px;
}

.wp-block-button__link{
    max-width: 320px;
    margin: 10px auto;
}

.title.small-mb{
    margin-bottom: 64px;
}

.button-default .wp-block-button__link{
    background: #3bae5b;
    color: #fff;
}

.button-default .wp-block-button__link:hover{
    color: #fff;
    border-color: #2f8b49;
    background: #2f8b49;
}

.dev-landing-header{
    background-color: #000;
}

.dev-landing-header .main-menu{
    position: absolute;
    opacity: 0;
    z-index: -20;
}

.dev-landing-header .menu-button{
    display: none !important;
}

@media (max-width: 991px){
    .dev-landing-header .header-social-links{
        margin-right: 0;
    }
}
