.developmentOfficePage{display:flex;flex-direction:column}.developmentOfficePage .banner{order:1}.developmentOfficePage .block2{margin:100px 0}@media(max-width:576px){.developmentOfficePage .block2{margin:56px 0}}.developmentOfficePage .block2 .box{display:flex;flex-direction:row;grid-gap:40px}@media(max-width:1600px){.developmentOfficePage .block2 .box{flex-direction:column}}.developmentOfficePage .block2 .box .left{width:580px}@media(max-width:576px){.developmentOfficePage .block2 .box .left{width:100%}}.developmentOfficePage .block2 .box .right{display:grid;grid-row-gap:40px;grid-column-gap:20px;grid-template-columns:repeat(auto-fit,minmax(48%,1fr))}.developmentOfficePage .block2 .box .right .item{background-color:#ebebeb;padding:47px 26px;border-radius:10px;display:flex;flex-direction:row;justify-content:space-between;grid-gap:20px;flex-direction:column}@media(max-width:769px){.developmentOfficePage .block2 .box .right .item{padding:24px 0}}.developmentOfficePage .block2 .box .right .item_left{color:#303030;font-family:Bebas Neue Cyrillic;font-size:34px;font-style:normal;font-weight:400;line-height:normal;transition:.4s linear}.developmentOfficePage .block2 .box .right .item_right{color:#303030;font-size:14px;font-style:normal;font-weight:400;line-height:180%;transition:.4s linear}.developmentOfficePage .block2 .box .right .item_right p{margin:0;transition:.4s linear}.developmentOfficePage .block2 .box .right .item:hover{cursor:pointer}.developmentOfficePage .block2 .box .right .item:hover .item_left,.developmentOfficePage .block2 .box .right .item:hover .item_left p,.developmentOfficePage .block2 .box .right .item:hover .item_right,.developmentOfficePage .block2 .box .right .item:hover .item_right p{color:var(--color-4)}.developmentOfficePage .flex{overflow:hidden;display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.developmentOfficePage .flex .select_department{display:block}.developmentOfficePage .flex .select_department label{display:block;font-size:16px;font-weight:500;margin-bottom:10px}.developmentOfficePage .flex .select_department select{display:block;padding:10px;height:48px;background-color:#f2f2f2;font-size:16px;font-weight:400;border:none;border-right:16px solid transparent}.developmentOfficePage .flex .select_department select ::-ms-expand{padding-right:5px}.developmentOfficePage .flex form .search_vacancy{height:fit-content;position:relative}.developmentOfficePage .flex form .search_vacancy input{width:100%;padding:10px 10px 10px 50px;height:48px;background-color:#f2f2f2;border:none;font-size:16px;font-weight:400}.developmentOfficePage .flex form .search_vacancy label{width:24px;height:24px;position:absolute;left:15px;top:50%;transform:translateY(-50%);z-index:2}.developmentOfficePage .contacts{padding:80px 0}@media(max-width:576px){.developmentOfficePage .contacts{padding:40px 0}}.developmentOfficePage .contacts .myrow{display:flex;flex-direction:row;justify-content:space-between}@media(max-width:919px){.developmentOfficePage .contacts .myrow{flex-direction:column;align-items:center}}.developmentOfficePage .contacts .myrow .texts_box{max-width:600px;margin-top:24px}@media(max-width:919px){.developmentOfficePage .contacts .myrow .texts_box{text-align:center}}.developmentOfficePage .contacts .myrow .texts_box .titles2{margin-bottom:24px;font-size:70px;font-weight:600;font-family:Bebas Neue Cyrillic,sans-serif}@media(max-width:576px){.developmentOfficePage .contacts .myrow .texts_box .titles2{font-size:24px;margin-bottom:16px}}.developmentOfficePage .contacts .myrow .texts_box .texts{font-size:16px;line-height:180%}@media(max-width:576px){.developmentOfficePage .contacts .myrow .texts_box .texts{font-size:14px}}.developmentOfficePage .contacts .myrow .texts_box .texts a{color:var(--color-4);text-decoration:underline;transition:.4s linear}.developmentOfficePage .contacts .myrow .texts_box .texts a:hover{color:var(--color-1)}.developmentOfficePage .contacts .myrow .image{min-width:600px}@media(max-width:919px){.developmentOfficePage .contacts .myrow .image{margin:40px 0 0;min-width:100%}}.developmentOfficePage .contacts .myrow .float{float:left}.developmentOfficePage .contacts .row{display:flex;flex-direction:row}