footer.vacancy-footer.main-footer .r-side-wrap .f-cont-wrap .f-work-time::before {
    content: '\f017';
}
footer.vacancy-footer.main-footer .f-socials {
    margin: 20px 0 0 30px;
}
footer.vacancy-footer.main-footer .r-side-wrap .f-cont-wrap .f-socials a {
    display: inline-block;
    margin-right: 10px;
}

.vacancy-page section{
    padding: 0;
}
.vacancy-page .scroll-menu{
    display: block;
    height: 60px;
    transition: ease-in-out all .2s;
}
.vacancy-page .scroll-menu.v-mini{
    height: 40px;
}
.vacancy-page .scroll-menu .top-line-logo{
    margin-top: 14px;
    transition: ease-in-out all .2s;
}
.vacancy-page .scroll-menu .phone{
    margin-top: 15px;
    margin-right: 0;
    transition: ease-in-out all .2s;
}
.vacancy-page .scroll-menu .v-top-links {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    padding: 15px 65px;
    transition: ease-in-out all .2s;
}
.vacancy-page .scroll-menu.v-mini .top-line-logo{
    margin-top: 5px;
}
.vacancy-page .scroll-menu.v-mini .phone{
    margin-top: 5px;
    margin-right: 0;
}
.vacancy-page .scroll-menu.v-mini .v-top-links {
    padding-top: 5px;
    padding-bottom: 5px;
}
.vacancy-page .scroll-menu .v-top-links .item-sep {
    display: block;
    width: 1px;
    height: 14px;
    border-left: 1px solid #fff;
    opacity: 0.5;
    margin-top: 8px;
}
.vacancy-page .scroll-menu .v-top-links .item {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 6px;
}
.vacancy-page .scroll-menu.v-mini .v-top-links .item {
    font-size: 13px;
}

#vacancy-b1 {
   
    min-height: 599px;
    background: url("../img/vakansii- img.jpg") center top no-repeat #ccc;
    overflow: hidden;
}
#vacancy-b1 .container {
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    color: #fff;
}
.b1-title-wrap {
    margin-top: 172px;
    position: relative;
    min-height: 106px;
    max-width: 995px;
    padding: 30px 10px;
}
.b1-title {
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    padding: 0 10px;
}
.b1-subtitle {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 45px;
}
.b1-title-wrap .top-left-border {
    position: absolute;
    left: 0px;
    top: 0px;
}
.b1-title-wrap .bottom-right-border {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.btn-red,
.btn-white {
    padding: 16px 25px;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    display: inline-block;
    transition: all .2s ease;
}
.btn-red {
    background: #D62D06;
    color: #FFF;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active {
    color: #FFF;
    background: #ef3207;
    text-decoration: none;
}
.btn-white {
    background: #fff;
    color: #222;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
    color: #222;
    background: #eee;
    text-decoration: none;
}
.b1-buttons .btn-red {
    margin-right: 10px;
}
.b-about-title {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    margin-top: 70px;
    margin-bottom: 30px;
}
.b-about-tiles {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.b-about-tiles .tile-wrap {
    width: 25%;
    min-width: 235px;
    min-height: 160px;
    padding: 15px;
}
.b-about-tiles .tile {
    background: #F6F6F6;
    height: 100%;
    padding: 29px 25px;
    text-align: center;
}

.b-about-tiles.person-tiles .tile {
    background: #fff;
    border: 1px solid #D7D7D7;
}
.b-about-tiles .tile > .tile-red {
    color: #D62D06;
    font-size: 50px;
    line-height: 50px;
    font-family: LatoLight;
    font-weight: 300;
    margin-bottom: 15px;
}
.b-about-tiles .tile > .tile-text {
    font-size: 14px;
    line-height: 16px;
    padding: 0 15px;
}
.b-about-tiles .tile > .tile-photo {
    height: 150px;
    width: 150px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #eee;
    overflow: hidden;
}
.b-about-tiles .tile > .tile-name {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.b-about-tiles .tile > .tile-position {
    font-size: 14px;
    line-height: 21px;
    color: #ccc;
    margin-bottom: 20px;
}
.b-about-tiles .tile > .tile-email {
    font-size: 14px;
    color: #D62D06;
}

.b-about-slider {
    padding: 0 15px;
}
.b-about-slider.owl-carousel-slider .owl-nav .owl-prev,
.b-about-slider.owl-carousel-slider .owl-nav .owl-next {
    top: 45%;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 46px;
}
.b-about-slider.owl-carousel .owl-nav .owl-prev {
    left: -10px;
}
.b-about-slider.owl-carousel .owl-nav .owl-next {
    right: -10px;
}
.b-about-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 30px 0 70px;
}

#b-about2 {
    background: #F6F6F6;
    padding-bottom: 70px;
}
.b-about-tiles.why-tiles .tile {
    background: #fff;
    padding: 50px 35px;
}
.tile-icon {
    margin-bottom: 15px;
}
.tile-icon-text {
    font-size: 16px;
    line-height: 22px;
}

.vacancies {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    margin-bottom: 30px;
}
.vacancies-item-wrap {
    width: 50%;
    min-width: 440px;
    padding: 15px;
}
.vacancies-item {
    height: 100%;
    padding: 30px;
    border: 1px solid #D7D7D7;
}
.vacancy-title {
    font-size: 24px;
    line-height: 36px;
    color: #D62D06;
    margin-bottom: 5px;
}
.vacancy-city {
    font-size: 22px;
    line-height: 33px;
    min-height: 46px;
    padding: 5px 10px 8px;
    background: #F6F6F6;
    display: inline-block;
    margin-bottom: 15px;
}
.vacancy-cond-wrap {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 20px;
}
.vacancy-cond-sm {
    width: 50%;
    min-width: 200px;
    padding-right: 20px;
}
.vacancy-label {
    font-size: 14px;
    line-height: 21px;
    opacity: 0.4;
    margin-bottom: 5px;
}
.vacancy-addr {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: #000;
}
.vacancy-payment {
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
}
.vacancy-desc {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
}
.vacancy-btn .btn-red {
    color: #222;
    background: #fff;
    border: 1px solid #D62D06;
}
.vacancy-btn .btn-red:hover,
.vacancy-btn .btn-red:focus,
.vacancy-btn .btn-red:active {
    color: #FFF;
    background: #ef3207;
    border: 1px solid #ef3207;
    text-decoration: none;
}

#v-form-section {
    min-height: 548px;
    background: url("../img/inox_vac_main2-1.webp") center top /*no-repeat*/ #999;

}

#v-form-section .b-about-title {
    color: #fff;
    margin-bottom: 30px;
}

.v-form {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 720px;
}

.v-form .v-input,
.v-form .v-select-label {
    min-width: 320px;
    max-width: 350px;
    height: 50px;
    padding: 14px 20px 15px;
    margin: 0 10px 20px;
    font-size: 14px;
    line-height: 21px;
    border: 1px solid transparent;
    border-radius: 0;
    background: #fff;
}
.v-form .v-input::placeholder,
.v-form .v-select-label::placeholder,
.v-form select:not(:focus):invalid {
    color: #b4b4b4;
}

.v-form .v-select-label {
    position: relative;
    z-index: 10;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
}
.v-form .v-select {
    border: none;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    margin: 0;
    display: block;
    height: 100%;
    width: 100%;
    max-width: 320px;
    padding: 14px 55px 15px 20px;
}

.v-form .v-select option{
    max-width: 200px;
}

.v-form .v-select-label::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: #D62D06;
    z-index: -1;
    color: #FFF;
    line-height: 24px;
    content: "⌵"; /* Countersink */
    text-align: center;
    font-size: 24px;
    padding-top: 10px;
}
.v-form .upload-wrap {
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    max-width: 470px;
}
.v-form .v-upload-label {
    max-width: 230px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    margin: 0 10px 20px;
    padding: 6px 0;
}
.v-form .v-upload-btn-wrap{
    position: relative;
    overflow: hidden;
    padding-right: 5px;
    margin: 0 0 20px 10px;
}
.v-form .v-upload-btn {
    color: #fff;
    background: #222222;
    border: 1px solid #FFFFFF;
    text-transform: uppercase;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 19px;
}
.v-form .v-upload-btn svg {
    color: #D62D06;
    vertical-align: bottom;
    margin-right: 8px;
}
.v-form .v-upload-btn-wrap input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.agreement-box {
    margin-bottom: 1rem;
}

.v-form .v-check {
    font-size: 12px;
}
.v-form .v-check .checkbox-sign {
    float: left;
    margin-top: 5px;
}
.v-form .v-check .callback2_check {
    display: block;
    margin-left: 25px;
    opacity: 0.7;
}
.v-form-btn {
    width: 100%;
    text-align: center;
    margin: 20px auto 12px;
}
.v-form .btn-red {
    border: none;
}
.v-form .v-politics {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

#vacancy-single {
    overflow: hidden;
    position: relative;
    margin-top: 60px;
    padding: 50px 0;
}

.v-back-image {
    position: absolute;
    top: 0;
    left: 61%;
    z-index: -2;
    background: url('/site/theme/img/Rectangle10.jpg') no-repeat 0 0;
    width: 100%;
    height: 100%;
    transition: all linear 0.05s;
}

.vacancy {
    padding-right: 38%;
}

.vacancy .vacancy-title{
    font-size: 36px;
    line-height: 50px;
    color: #222;
    text-transform: uppercase;
}
.vacancy .vacancy-city{
    font-size: 22px;
    line-height: 28px;
    min-height: auto;
    padding: 0;
    background: none;
    display: block;
}
.vacancy ul {
    list-style: none;
    padding-left: 15px;
}

.vacancy ul > li::before {
    content: "\25aa";
    color: #D62D06;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 20px;
    line-height: 24px;
    vertical-align: -2px;
}

@media (max-width: 991px) {
    .vacancy-page .scroll-menu .v-top-links{
        padding-left: 15px;
        padding-right: 15px;
    }
    .vacancy {
        padding-right: 240px;
    }
    .v-back-image{
        left: 66%;
    }
}
@media (max-width: 768px) {
    #vacancy-b1 {
        
    }
    #vacancy-single {
        margin-top: 20px;
    }
}
@media (max-width: 630px) {
    .vacancy {
        padding-right: 0;
    }
    .v-back-image{
        display: none;
    }
}
@media (max-width: 478px) {
    .vacancy {
        padding-right: 20px;
    }
    .v-back-image{
        left: 94%;
    }
}
@media (max-width: 443px) {
    .b1-title-wrap {
        margin-top: 100px;
    }
    .b1-buttons .btn-red {
        margin: 0 0 15px;
    }

    .vacancies-item-wrap {
        min-width: 340px;
    }
    .vacancies-item {
        padding-left: 20px;
        padding-right: 20px;
    }

    .v-form .v-input, .v-form .v-select-label{
        min-width: 300px;
    }
    .v-form .v-politics {
        font-size: 11px;
    }
    .logo-mob {margin-left:-30%}
}
/*

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 148px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}*/

.dropbtn {
    background: #fff url(sh.png) 12px 19px no-repeat;
	background-size:16px;
    color: #D62D06;
    /*padding: 16px;*/
    font-size: 16px;
    border: 1px solid #D62D06;
    cursor: pointer;
    width:150px;
}

.dropbtn:hover, .dropbtn:focus {
    background: #D62D06 url(sh2.png) 12px 19px no-repeat;
	background-size:16px;
    color:#fff;
}
.dropdown {
    float: right;
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 150px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right: 0;
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 0px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

#jGrowl {
    position:fixed!important;
	top:50%!important;
    display:grid!important;
    justify-content:center!important;
    align-items:center!important;
    text-align:center;
    font-size:16px;
	z-index:9998;
	box-sizing:border-box;
    width: 100%;
}

.jGrowl-message div {
    max-width:400px;
    display: flex;
    align-items: center;
}

#jGrowl .jGrowl-notification {
    font-size:16px;
    position: relative;
    width: 350px;
    /*height: 100px;*/
    margin: 19px auto;
    padding: 30px;
    background: #222222 !important;
}
#jGrowl .jGrowl-notification .jGrowl-close {
    border: none;
    position: absolute;
    right: 4px;
    top: 0px;
    background: #222222 !important;
    color: #fff !important;
    font-size:26px;
}
#jGrowl .jGrowl-notification .jGrowl-message {
    color: #fff !important;
    font-size: 119%;
    line-height: 109%;
}
#jGrowl .jGrowl-closer {
    margin: 0 auto;
    font-size: 119%;
    line-height: 100%;
}
#jGrowl .office-message-success {
    background-color: green !important;
}
#jGrowl .ms2-message-success {
    background-color: green !important;
}

.breadcrumb span{padding:0 15px;}


.all-news-page p:nth-child(1){
	display:none;
}
.all-news-page p:nth-child(2){
	display:none;
}
.top-panel {
  background: #222222;
  background: #222222;
    position: sticky;
    top: 0;
    z-index: 999;
	padding:0 20px;
}
.top-panel .panel {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 250px 1fr 150px ;
  align-items: center;
  padding: 10px 0;
}

.top-panel .fixed {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 250px 1fr 150px ;
  align-items: center;
  padding: 0px 0;
}





.top-panel .panel .burger {
  display: none;
}
.top-panel .panel .top-menu .close-btn {
  display: none;
}
.top-panel .panel .top-menu ul {
  display: flex;
  list-style-type: none;
}
.top-panel .panel .top-menu ul li {
  flex-grow: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  height: 10px;
  line-height: 10px;
  text-align: center;
}
.top-panel .panel .top-menu ul li:last-child {
  border: none;
}
.top-panel .panel .top-menu ul li a {
  font-size: 14px;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
}
.top-panel .panel .top-menu ul li a:hover {
  color: #D62D06;
}
.top-panel .panel .lang {
  text-align: right;
}
.top-panel .panel .lang ul {
  list-style-type: none;
}
.top-panel .panel .lang ul li {
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
.top-panel .panel .lang ul li a {
  font-size: 14px;
  color: #D62D06;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 15px;
}
.top-panel .panel .lang ul li.active a {
  color: #FFF;
}

body {
height: auto;
} 
@media screen and (max-width: 769px) {
  body {    padding-top: 0px !important;}
  .top-panel {
    background: #222222;
    padding: 0 20px;
  }
  .top-panel .panel {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
    align-items: center;
    padding: 10px 0;
  }
  .top-panel .panel .burger {
    display: block;
  }
  .top-panel .panel .logo {
    text-align: center;
  }
  .top-panel .panel .top-menu {
    width: 285px;
    position: fixed;
    left: 0%;
    transform: translateX(-100%);
    height: 100vh;
    background: #222222;
    padding: 30px;
  }
  .top-panel .panel .top-menu .close-btn {
    display: block;
    position: absolute;
    left: 20px;
    top: 15px;
  }
  .top-panel .panel .top-menu ul {
    padding-top: 30px;
    display: block;
    list-style-type: none;
  }
  .top-panel .panel .top-menu ul li {
    border-right: 0px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    height: 60px;
    line-height: 60px;
    text-align: left;
  }
  .top-panel .panel .top-menu ul li:last-child {
    border: none;
  }
  .top-panel .panel .top-menu ul li a {
    font-size: 18px;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
  }
  .top-panel .panel .top-menu ul li a:hover {
    color: #D62D06;
  }
  .top-panel .panel .active-menu {
    transform: translateX(0%);
  }
  .top-panel .panel .lang {
    text-align: right;
  }
  .top-panel .panel .lang ul {
    list-style-type: none;
  }
  .top-panel .panel .lang ul li {
    display: inline-block;
    height: 30px;
    line-height: 30px;
  }
  .top-panel .panel .lang ul li a {
    font-size: 14px;
    color: #D62D06;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 15px;
  }
  .top-panel .panel .lang ul li.active a {
    color: #FFF;
  }
}

@media screen and (max-width: 769px) {
	
	
	#popup_1{width:100%!important;}
#popup_2{width:100%!important;}
#popup_3{width:100%!important;}
#popup_4{width:100%!important;}
#popup_5{width:100%!important;}
#popup_6{width:100%!important;}
#popup_7{width:100%!important;}
#popup_8{width:100%!important;}
	
	
	
	
	.prbut__link2{display:none;}
	.prbut__link{display:none;}
	
  .top-panel {
    background: #222222;
    padding: 0 20px;
  }
  .top-panel .panel {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 166px 1fr ;
    align-items: center;
    padding: 10px 0;
  }
  .top-panel .panel .burger {
    display: block;
  }
  .top-panel .panel .burger img {
    max-width: 30px;
  }
  .top-panel .panel .logo {
    text-align: center;
  }
  .top-panel .panel .top-menu {
    width: 285px;
    position: fixed;
    left: 0%;
    transform: translateX(-100%);
    height: 100vh;
    background: #222222;
    padding: 30px;
	top:0px;
	z-index:9999;
  }
  .top-panel .panel .top-menu .close-btn {
    display: block;
    position: absolute;
    left: 20px;
    top: 15px;
  }
  .top-panel .panel .top-menu ul {
    padding-top: 30px;
    display: block;
    list-style-type: none;
  }
  .top-panel .panel .top-menu ul li {
    border-right: 0px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    height: 80px;
    line-height: 80px;
    text-align: left;
  }
  .top-panel .panel .top-menu ul li:last-child {
    border: none;
  }
  .top-panel .panel .top-menu ul li a {
    font-size: 18px;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
  }
  .top-panel .panel .top-menu ul li a:hover {
    color: #D62D06;
  }
  .top-panel .panel .active-menu {
    transform: translateX(0%);
  }
  .top-panel .panel .lang {
    text-align: right;
  }
  .top-panel .panel .lang ul {
    list-style-type: none;
  }
  .top-panel .panel .lang ul li {
    display: inline-block;
    height: 30px;
    line-height: 30px;
  }
  .top-panel .panel .lang ul li a {
    font-size: 14px;
    color: #D62D06;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 10px;
  }
  .top-panel .panel .lang ul li.active a {
    color: #FFF;
  }
  .slider {
    background: url(img/sl2.jpg) top center no-repeat;
    block-size: cover;
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}  

input#vcheck{
 display: block;
  opacity: 0;
  width: 0;
  height: 0;   
}

.checkbox-sign.agreement {
  display: flex;
}

.checkbox-sign.agreement .callback2_check {
  width: 90%;
}

.checkbox-sign.agreement:before {
    content: '';
  display: block;
  height: 14px;
  width: 14px;
  background-color: #fff;
  outline: 1px solid #939598;
  display: inline-block;
  margin: 5px 5px 0 0;
  cursor: pointer;
}

.disabled-button {
    pointer-events: none;
    opacity: 0.5;
}
