.main-header__info_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 320px;
    margin: 0 auto;
}
@media only screen and (max-width: 360px) {
    .main-header__content .main-header__info span {
        font-size: 13px;
    }
}
.main-header__info .main-header__opmode {
    /*font-size: 13px !important;
    color: #d02424;*/
}

.vnutr {
    min-height:500px;
}
.vnutr h1 {
    color:#f58b5c;
    margin-bottom:20px;
}
.vnutr .content {
    color:#fff;
}

#breadcrumbs {
    margin: 20px 0;
}
#breadcrumbs li {
    display: inline-block!important;
    padding: 0px 4px;
    color:#f58b5c;
}
#breadcrumbs a {
    text-decoration:none;
    color:#dcbf49;
    transition: color 0.5s;
}
#breadcrumbs a:hover {
    color:black;
    text-decoration: underline;
}
#breadcrumbs a span {
    color:#f58b5c;
}
#breadcrumbs span {
    color:#fff;
}
#usluga_button::before{
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: -1;
    background-color: #f2692c;
    border-radius: 5px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#usluga_button {
    display:block!important;
    background-color: #f58b5c;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    letter-spacing: .05rem;
    font-family: SFUIDisplayMedium,Arial,sans-serif;
    line-height: 1;
    position: relative;
    z-index: 1;
    padding: 20px 22px;
    border-radius: 5px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    padding: 12px 30px;
    border: none;
    margin: 0 auto;
}
#usluga_button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #f2692c;
}
.ajax_form .error {
        border: 1px solid brown;
}
.list-desc{
    margin-left:20px;
    margin-bottom:10px;
    font-family: SFUIDisplayLight,Arial,sans-serif;
    letter-spacing: .05rem;
}
.list-desc li{
    list-style-type: circle;
    color:#fff;
}
.main-header__info span a{
    color: #fff;
}
.offers-sect__item-title a{
        color: #f58b5c;
}
/*таблица*/
.table-sect__content {
    padding-top: 30px;
}
.table-sect h2.title {
    color: #fff;
    background-color: #1a4e7d;
    text-align: center;
    margin: 0;
    padding: 2px;
    box-sizing: border-box;
    border: #1a4e7d;
}
@media only screen and (max-width: 768px) {
    .map-sect__map {
        position: static;
        height: 429px;
    }
}


.contact-sect__right iframe{
    position: relative;
    z-index: 10;
}







/* jobs */


section {
  background-color: #072c4c;
}

.container {
  background-color: #1a4e7d;
}

.job-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 17px;
}
@media (width < 768px) {
  .job-box {
    grid-template-columns: 1fr;
  }
}

.job {
  padding: 28px 26px;
  border: 1px solid rgb(255, 255, 255);
}
.job__title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.job__text {
  font-weight: normal;
  font-size: 14px;
  color: #fff;
}
.job__options {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
  align-items: center;
}
@media (width < 768px) {
  .job__options {
    flex-flow: wrap;
  }
}
.job__value {
  color: #F58B5C;
  font-size: 14px;
}
.job__button {
  height: 34px;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: rgb(245, 139, 92);
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.job__button:hover {
  text-decoration: none;
  color: rgb(245, 139, 92);
  background-color: #fff;
}
.job__button:focus {
  background: rgb(245, 139, 92);
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.job__hidden {
  display: none;
}
.job__hidden ul,
.job__hidden li,
.job__hidden p {
  font-size: 14px;
  margin-bottom: 4px;
}
.job__hidden li:before {
  content: "-";
  margin: 0 2px 0 0;
}
.job__hidden ul:not(:last-child) {
  margin-bottom: 10px;
}
.job_popup {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.job_popup .job__hidden {
  display: block;
  order: 3;
}
.job_popup .job__button {
  display: none;
}
.job_popup .job__text {
  display: none;
}
.job_popup .job__options {
  order: 1;
  margin: 0 0 20px 0;
}
.job_popup .job__title {
  order: 2;
  color: #072C4C;
  font-size: 20px;
}

.link {
  color: #D9D9D9;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0%;
  text-align: left;
  text-decoration-line: underline;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
  cursor: pointer;
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 24px 0;
  width: 100%;
}

.title {
  padding: 0 0 25px 0;
}
.title h1,
.title h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
}
.title_white h1,
.title_white h2 {
  color: rgb(255, 255, 255);
}
.title_center h1,
.title_center h2 {
  text-align: center;
}

.popup {
  display: none;
}
.popup__footer {
  color: #072C4C;
  font-size: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 0 0;
  margin-top: 20px;
}
.popup.fancybox-content {
  padding: 40px;
}

.container_job {
  padding-bottom: 30px;
}