*, *:before, *:after {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family: 'Fira Sans', sans-serif !important;
    font-size: 16px;
    color: #111238;
}
img {
    max-width: 100%;
}
.header {
    background-color: #F2F3F6;
}
.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-item:not(:last-child) {
    margin-right: 20px;
}
li.menu-item a {
    color: #111238;
    text-decoration: none;
}
.button {
    text-decoration: none;
    display: inline-block;
    border: none;
    font-size: 16px;
}
.button-link {
    color: #111238;
    padding: 10px;
    margin-right: 30px;
}
.button-primary {
    background: #1A75E8;
    border-radius: 5px;
    padding: 15px 30px;
    color: #fff;
}
.button-icon {
    vertical-align: middle;
}
.button-text {
    vertical-align: middle;
    margin-left: 10px;
}
.hero-title {
    font-size: 44px;
    line-height: 53px;
    margin-bottom: 15px;
    margin-top: 43px;
}
.hero-text {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
}
.input-group {
    background-color: #fff;
    border: 1px solid rgba(209, 209, 209, 0,1);
    box-shadow: 0px 4px 25px rgba(15, 17, 56, 0.1);
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 25px;
}
.my-input {
    background-color: #fff;
    border: none;
    flex-grow: 1;
    font-size: 16px;
    line-height: 19px;
    padding-left: 15px;
    width: auto;
}
.input:focus {
    outline-style: dashed;
}
.section {
    padding-top: 70px;
    padding-bottom: 80px;
}
.section-title {
    margin-bottom: 40px;
    margin-top: 0;
}
.tags-group {
    margin-left: 15px;
    color: #B2B2B2;
    font-size: 14px;
    line-height: 17px;
}
.tag {
    color: #B2B2B2;
    text-decoration: none;
    padding: 5px 10px;
    margin-left: 10px;
    border: 1px solid #B2B2B2;
    border-radius: 5px;
}
.card {
    text-decoration: none;
    color: #111238;
    background: #F2F3F6;
    border-radius: 10px;
    padding: 35px;
    transition: background 0.2s, color 0.2s;
}
.card:hover {
    background: #1A75E8;
    color: #fff;
}
.card:hover .card-icon {
    fill: #fff;
}
.card img{
    margin-bottom: 15px;
    transition: fill 0.2s;
}

.offer {
    border: 1px solid #C5C9D4;
    border-radius: 10px;
    padding: 50px;
    margin-bottom: 20px;
}
.offer-title {
    margin-left: 20px;
}

.offer-heading {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
    margin-top: 0;
}
.offer-place {
    font-size: 14px;
    line-height: 17px;
}
.offer-salary {
    margin-left: 46px;
    margin-right: 62px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    background-color: #1A75E8;
    padding: 10px 25px;
}
.offer-salary p {
    margin: 0;
}
.more {
    font-size: 14px;
    line-height: 17px;
    color: #1A75E8;
    text-decoration: none;
    margin-left: auto;
    margin-right: 25px;
}
.subscribe {
    background-color: #F2F3F6;
}
.subscribe-form {
    max-width: 460px;
    margin: auto;
    text-align: center;
}
.subscribe-title {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 20px;
}
.subscribe-subtitle {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 40px;
}
.footer {
    margin-top: 70px;
    margin-bottom: 100px;
}

.footer-description,
.footer-copyright {
    font-size: 12px;
    line-height: 140%;
    color: #B2B2B2;
}
.footer-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 19px;
    color: #111238;
}
.footer-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-list-link {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    color: #111238;
}

.vacancy-title {
    font-size: 36px;
    font-weight: 400;
}
.vacancy-salary {
    font-size: 22px;
    font-weight: 400;
}
.company {
    margin-bottom: 20px;
}
.company  a {
    text-decoration: none;
    color: #2998ff;
    font-size: 22px;
    font-weight: 400;
}
.skills {
    display: block;
    margin-bottom: 15px;
    margin-top: 40px;
    font-size: 22px;
    font-weight: 400;
}
.tags a {
    display: inline-flex;
    margin: 0 8px 8px 0;
    max-width: 100%;
    width: auto;
    text-decoration: none;
    color: #111238;
    background-color: #F2F3F6;
    padding: 11px;
}

.new-tags a {
    color: #B2B2B2;
    text-decoration: none;
    padding: 5px 10px;
    margin-left: 10px;
    border: 1px solid #B2B2B2;
    border-radius: 5px;
}

.footer-menu li a {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    color: #111238;
}
input {
    font-size: 15px;
    color: #555555;
    border: 1px solid #C5C9D4;
    line-height: 1.2;
	width: 100%;
    border-radius: 15px;
    display: block;
    height: 45px;
    padding: 0 5px;
}
.wpcf7-form-control {
	width: auto;
}
/* Login form */
.registration {
    width: 390px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 77px 55px 33px 55px;

    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}

#wpuf-rememberme {
    width: auto;
    border-radius: none;
    display: inline-block;
    height: auto;
}
.cass {
    width: 100%;  
    min-height: 70vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #f2f2f2; 
}
.login {
    width: 390px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 77px 55px 33px 55px;

    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.wpuf-login-form {
    width: 100%;

}

#wpuf-user_login {
    font-size: 15px;
    color: #555555;
    border: 1px solid #C5C9D4;
    line-height: 1.2;
    width: 100%;
    border-radius: 15px;
    display: block;
    height: 45px;
    padding: 0 5px;
}

#wpuf-user_pass {
    font-size: 15px;
    color: #555555;
    border: 1px solid #C5C9D4;
    line-height: 1.2;
    border-radius: 15px;
    display: block;
    height: 45px;
    padding: 0 5px;
}
#wp-submit {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    background-color: #1A75E8;
    border-radius: 25px;
    border: none;
    font-weight: bold;
    cursor: pointer;
}


/* Форма публикации */
.textfield {
    padding: 0;
   line-height: 30px;
   border: 1px solid #C5C9D4;
}

.wpuf-submit-button {
    text-decoration: none;
    display: inline-block;
    border: none;
    font-size: 16px;
    background: #1A75E8;
    border-radius: 5px;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    width: auto;
}
select {
    cursor: pointer;
  border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.6;
}
.level-0{
    cursor: pointer;
}

/*
    Медиа запросы
*/
@media (max-width: 1200px) {
    .offer-salary {
        margin-left: 30px;
        margin-right: 30px;
    }
    .more {
        margin-right: 0;

    }
}
@media (max-width: 992px) {
    .more {
        margin-right: auto;
        margin-left: auto;
    }
    .offer-title {
        text-align: center;
        margin-left: 0;
    }
    .tag {
        margin-left: 5px;
        margin-right: 5px;
    }
    .navbar {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        transform: translateX(-100%);
        transition: transform 0.3s;
    }
    .is-open {
        transform: translateX(0);
    }
    .menu-item:not(:last-child) {
        margin-right: 0;
    }
    .button-link {
        margin-right: 0;
    }
    .close-button {
        position: fixed;
        top: 10px;
        right: 10px;
        text-decoration: none;
        font-size: 24px;
        text-align: right;
        padding: 20px;
    }
}
@media (max-width: 576px) {
    .hero {
        text-align: center;
    }
    .hero-title {
        font-size: 24px;
        line-height: 1.4;
    }
    .footer {
        text-align: center;
    }
    .card {
        margin: auto;
        max-width: 250px;
    }
    .section-title {
        text-align: center;
    }
    .tags-label {
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }
}

