

/* Start:/bitrix/templates/rabota/styles.css?16832009289633*/
/* ########## ОБЩЕЕ ##########*/
* {
    margin:0;
    padding:0;
    font-family: Inter;
    line-height: 1.7em;
    font-size:14px;
    box-sizing: border-box;
}
body {
    background-color: #fff;
}
a {
    text-decoration:none;
    color:black;
    transition: color 0.5s;
}
a:hover {
    color:#dd0000;
}
h1, h2 {
    font-size:2em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 50px 10px 30px;
}
h3 {
    font-size:1.6em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 30px 10px 20px;
}

/* ########## СТРУКТУРА ########## */
.root {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1280px;
    width:100%;
}
.header-fixed {
    width:100%;
    position: fixed;
    background-color: #ffffff;
    z-index:5;
}
.header {
    width:100%;
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items:center;
}
.logo {
    width:200px;
    padding:10px 0;
}
.logo img {
    display:block;
    width:100%;
    margin: 0 auto;
    max-width: 180px;
}
.menu {
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:center;
    align-items:center;
    width:600px;
}
.phone {
    width:240px;
    text-align: right;
}
.icons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:center;
    align-items:center;
    width:240px;
}
.icons a {
    display:block;
    text-align:center;
    width:60px;
}
.icons img {
    margin:12px 12px 6px;
    width:30px;
    transition: width 0.2s ease 0s, margin 0.2s  ease 0s;
}
.icons img:hover {
    width:36px;
    margin:10px 9px 4px;
}
.menu-container {
    display:none;
}
.content {
    background-color: #ffffff;
    width:100%;
    padding: 120px 0px 40px;
}
.footer {
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:space-around;
    width:100%;
    background-color: #cccccc;
}
.footer > div {
    width:25%;
    padding: 20px;
}

/* ########### ОСНОВНЫЕ СТИЛИ ###########*/
.logo .title {
    text-align: center;
    color:#d00000;
    font-weight:bold;
    text-transform: uppercase;
    line-height: 1em;
}
.menu div {
    text-transform: uppercase;
    margin:10px;
    font-weight:bold;
    text-align:center;
}
.menu div a {
    font-size:1.1em;
}
.nav_li_active a {
    color:#dd0000;
}
.phone a {
    font-size: 1.5em;
    font-weight:bold;
}
.hamburger-lines {
  display: none;
}
.banner {
    display:block;
    width:100%;
}
.block > p  {
    font-size:1.3em;
    margin: 20px 10px;
}
.block > ul  {
    margin: 20px 50px;
    columns:2;
}
.block > ul li {
    list-style-image: url('/images/v.svg');
    padding: 4px 50px 4px 6px;
    font-size:1.3em;
}
.infographics {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.infographics > div {
    width:315px;
    height:200px;
    padding: 10px 20px 30px 40px;
    position:relative;
}
.infographics .info-red {
    color:#d00000;
    font-size:3.5em;
    font-weight:bold;
    text-align:left;
    padding: 0;
    transition: font-size 0.5s;
}
.infographics .info-grey {
    color:#6b6b6b;
    font-size:1.8em;
    font-weight:bold;
    text-align:left;
    padding: 0;
    transition: font-size 0.5s;
}
.infographics > div:hover .info-red {
    font-size:3.8em;
}
.infographics > div:hover .info-grey {
    font-size:2.1em;
}
.infographics .info-hidden {
    display: none;
    background-color: #ffffe2;
    position: absolute;
    z-index: 1;
    padding: 10px 16px;
    top: 50%;
    left: 50%;
    width: 300px;
    border: 1px solid #ddd;
    border-radius: 0 20px 20px 20px;
}
.infographics > div:hover .info-hidden {
    display:block;
}
.feedback {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.feedback > div {
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items:flex-start;
    width:630px;
}
.feedback .photo {
    width:100px;
    margin:10px 20px 20px 10px;
}
.feedback .photo img {
    width:100px;
    height:100px;
    border-radius: 50px;
}
.feedback-text {
    font-size: 0.8em;
    background-color: #f0fff0;
    padding: 24px;
    border-radius: 0 24px 24px 24px;
    border: 1px solid #cfc;
    margin: 10px 20px 36px 0;
}
.feedback-name {
    font-weight:bold;
    text-transform: uppercase;
}
.feedback-position {
    color:#bbbbbb;
    margin-bottom:14px;
}
.vacancy {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.vacancy > div {
    width:420px;
    padding: 10px 20px 40px 40px;
}
.vacancy-block:nth-child(odd) {
    background-color: #ffffe2;
    padding-top: 1px;
}
.vacancy-header {
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items:center;
}
.vacancy-block-name {
    font-weight:bold;
    font-size:1.3em;
}
.h3-vacancy {
    width:430px;
}
.oklad {
    width:430px;
    font-size:1.6em;
    text-align:center;
    font-weight:bold;
    margin: 30px 10px 20px;
}
.vacancy-button {
    width:420px;
}
.vacancy-button > div {
    width:200px;
    margin:12px auto 0;
    background-color: #00ae46;
    color:#fff;
    text-align:center;
    text-transform: uppercase;
    font-size:1.1em;
    font-weight:bold;
    padding:5px;
    border-radius:8px;
    cursor:pointer;
}
.vacancy ul {
    margin:20px 0 0 20px;
}
.vacancy li {
    list-style-image: url('/images/v.svg');
    padding: 4px 6px;
}
p.blockanchor {
    top: -100px;
    position: relative;
    z-index: -1000;
    margin: 0 !important;
    line-height: 0;
    height: 1px;
    overflow: hidden;
}
p.blockanchor a {
    display:block;
    height: 1px;
    overflow: hidden;
}
.zapros {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(70, 70, 70, 0.5);
    z-index:20;
}
.zapros > div {
    width:100%;
    max-width:600px;
    background-color:#fff;
    margin: 100px auto;
    border: 1px solid #888;
    padding:20px 50px 50px;
}
.zapros .zapros-hide {
    text-align:right;
    font-size:1em;
    color:#aaa;
    cursor:pointer;
}
.footer li {
    list-style:none;
    margin:10px 6px;

}
.footer .soclinks {
    margin: 10px;
}


@media screen and (min-width:200px) and (max-width:1024px) {
    
    /* ########## ОБЩЕЕ ##########*/
    h1, h2 {
        font-size:1.5em;
        margin: 24px 10px 12px;
    }
    h3 {
        font-size:1.5em;
        margin: 24px 10px 12px;
    }
    
    /* ########## СТРУКТУРА ##########*/
    .content {
        padding:70px 0 30px;
    }
    .logo {
        flex-basis:120px;
        flex-grow:0;
    }
    .logo img {
        width:100%;
    }
    .logo .title {
        font-size:10px;
        line-height:10px;
    }
    .menu {
        display:none;
    }
    .menu div a {
        font-size:1.1em;
    }
    .icons {
        display:none;
    }
    .phone {
        margin-left:auto;
        flex-grow:1;
    }
    .phone a {
        font-size:1em;
    }
    .hamburger-lines {
        flex-basis:29px;
        flex-grow:0;
        height:21px;
        margin:0 20px 0 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items:center;
    }
    .hamburger-lines .line {
        display: block;
        height: 3px;
        width: 100%;
        border-radius: 10px;
        background: #0e2431;
    }
    .hamburger-lines .line1 {
        transform-origin: 0% 0%;
        transition: transform 0.4s ease-in-out;
    }
    .hamburger-lines .line2 {
        transition: transform 0.2s ease-in-out;
    }
    .hamburger-lines .line3 {
        transform-origin: 0% 100%;
        transition: transform 0.4s ease-in-out;
    }
    .hamburger-opened .line1 {
        transform: rotate(45deg);
    }
    .hamburger-opened .line2 {
        transform: scaleY(0);
    }
    .hamburger-opened .line3 {
        transform: rotate(-45deg);
    }
    .footer {
        flex-direction: column;
        flex-wrap: nowrap;
        width:100%;
        background-color: #cccccc;
    }
    .footer > div {
        width:100%;
        padding: 20px;
    }

    /* ########### ОСНОВНЫЕ СТИЛИ ###########*/
    
    .menu-container div {
        text-align:center;
        background-color:#eee;
        padding:16px;
    }
    .menu-container div a {
        color:#000;
        font-size:1.3em;
    }
    .block > p {
        font-size: 1.1em;
        margin: 12px 10px;
    }
    .block > ul  {
        margin: 20px 50px;
        columns:1;
    }
    .infographics > div {
        width:100%;
        height:auto;
        padding: 10px 10px 10px 30px;
        display:flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items:center;
        
    }
    .infographics .info-red {
        font-size: 2em;
        padding-right:10px;
    }
    .infographics .info-grey {

    }
    .feedback > div {
        display:flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items:flex-start;
        width:100%;
    }
    .feedback .photo {
        width:50px;
        margin:15px;
    }
    .feedback .photo img {
        width:50px;
        height:50px;
        border-radius: 25px;
    }
    .feedback-text {
        padding:16px;
    }
    .vacancy-header {
        flex-direction: column;
    }
    .h3-vacancy {
        width:auto;
        text-align:center;
    }
    .oklad {
        width:auto;
        font-size:1.2em;
        margin: 0 10px 10px;
        font-weight:normal;
    }
    .vacancy-button {
        width:auto;
        margin-bottom:20px;
    }
    
    
}

@media screen and (min-width:200px) and (max-width:480px) {

}

/* End */


/* Start:/bitrix/templates/rabota/template_styles.css?1754386690882*/
    		.cookies-alert {
	            display: none;
                position: fixed;
                bottom: 8px;
                right: 8px;
                border-radius: 8px;
                background-color: #fff;
                color:#444;
                border: 1px solid #2C3649;
                width: 300px;
                font-size: 12px;
                padding: 0.75rem;
    		}
    		.cookies-alert a {
                font-size: 10px;
                color:#0f83ff;
            }
            .cookies-button {
                display:block;
                margin: 8px auto;
                padding: 3px 16px;
                border-radius: 8px;
                background-color: #dd0000;
                color: #fff;
                font-weight:bold;
                font-size: 12px;
                width: fit-content;
                cursor:pointer;
            }
/* End */
/* /bitrix/templates/rabota/styles.css?16832009289633 */
/* /bitrix/templates/rabota/template_styles.css?1754386690882 */
