@media only screen and (max-width: 576px) {
    .main-header__logo img {
        margin-right: 10px;
    }
}
@media only screen and (max-width: 576px) {
    .main-header__logo-text {
        display: block;
        font-size: 16px;
    }
}
.main-header__place {
    display: flex;
}
.main-header__phone-select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    padding: 0 20px 0 4px;
    border: none;
    font-family: RFTone,Arial,sans-serif;
    font-weight: 600;
    font-style: normal;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGCAYAAAD37n+BAAAAeUlEQVQYlYWLwQnCUBAFR63AkxDvdpAWPHq1CS0idmEbthLi1at4sQHDyMp+k4PEhQePN7OonbpX+ZNwrlFq9a4eJh6O6dRl2Kg3tfkhn5KFwxhUaque1UUmemzr4s0+X8MtgQvwAAKsgB3wLMp8bCfYAi+gz/6VAd5LDqZgq5nr/QAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: right center;
    line-height: 1;
}
@media only screen and (max-width: 992px) {
    .main-header__phone-select {
        font-size: 15px;
    }
}
.main-header__phone-option {
    color: #010b16;
    line-height: 1.5;
}
.main-header__phone-option-wrap {
    display: block;
    position: absolute;
    top: 25px;
    width: 100%;
    background: #fff;
}
.main-header__phone-option:hover {
    color: #fff;
    background: #fd0503;
}

.item-sect__nav li {
    position: relative;
    flex-direction: column;
}
.item-sect__nav li.active ul li a {
    color: inherit !important;
}
.item-sect__nav li.active ul li a:hover {
    color: #fd0503 !important;
}
.item-sect__nav-icon svg {
    max-width: 25px;
    max-height: 25px;
}
.item-sect__nav-sub-btn {
    content: '+';
    position: absolute;
    top: -6px; right: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 18px;
}
.item-sect__nav-sub-btn:focus,
.item-sect__nav-sub-btn:hover {
    color: #fd0503;
    cursor: pointer;
}
.item-sect__nav-sub-btn span {
    display: none;
}
li:not(.deployed) .item-sect__nav-sub-btn span:last-child {
    display: block;
}
li.deployed .item-sect__nav-sub-btn span:first-child {
    display: block;
}
.item-sect__sub-nav {
    display: none;
    margin-top: 20px;
    margin-left: 35px;
}
.deployed .item-sect__sub-nav {
    display: block;
}

.item-sect__main {
    overflow: hidden;
}

.services_text > * + * {
    margin-top: 20px;
}

.services_text h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.1;
}
@media only screen and (max-width: 992px) {
    .services_text h3 {
        font-size: 19px;
    }
}
.services_text .table-wrap {
    overflow-x: auto;
}
.services_text table {
    width: 100%;
}
.services_text table thead tr td {
    color: #fff;
    background-color: #46494e;
}
.services_text table td {
    padding: 5px 10px;
    height: 60px;
    border-right: 3px solid #fff;
    font-weight: 300;
    background-color: #f8f7f7;
}

.services_text .img-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}
.services_text .img-items-1 {
    grid-template-columns: repeat(1, 1fr);
}
.services_text .img-items-2 {
    grid-template-columns: repeat(2, 1fr);
}
.services_text .img-group a {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.services_text .img-group img {
    width: 100% !important;
    height: auto !important;
    opacity: 0;
}

.services_price {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.services_price_item {
	width: calc(100% / 2);
}

.services_price_name {
  background-color: #46494e;
  color: #fff;
  padding: 5px 10px;
  height: 60px;
  border-right: 3px solid #fff;
  font-weight: 300;
}

.services_price_count {
  padding: 5px 10px;
  background-color: #f8f7f7;
  height: 60px;
  border-right: 3px solid #fff;
  font-weight: 400;
}

.services_price_item > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-sect__price-subtitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
}
@media only screen and (max-width: 992px) {
    .item-sect__price-subtitle {
        font-size: 18px;
    }
}

.item-sect__faq-item-title svg {
    margin-top: -3px;
    margin-right: 15px;
}

.services_text ul,
.item-sect__faq-item-text ul {
	margin-top: 20px;
}

.services_text ul li,
.item-sect__faq-item-text ul li {
    margin-bottom: 10px;
}

.services_text ul li::before,
.item-sect__faq-item-text ul li::before {
    content: '•';
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
    font-weight: 700;
}

.services_text a {
    color: #fd0503;
}
.services_text a:focus,
.services_text a:hover {
    text-decoration: underline;
}
.services_text ol li {
    list-style-type: auto;
    list-style-position: inside;
}
.services_text ul li {
    list-style-position: inside;
}

.vacancies_wrap {
	width: 100%;
}

.stock-sect.stock-sect_wrap {
	padding-top: 0;
}

.stock-sect_wrap .stock-sect__title {
	margin-bottom: 20px;
}

.stock-sect_row .stock-sect_item {
	margin-top: 20px;
}

.contact_map_wrap {
	margin-top: 20px;
  height: 400px;
}

.contact_map_item {
  height: 100%;
}

.footer__map_item {
  height: 350px;
}

.contact_map_item,
.contact_info_item,
.footer__map_item {
  display: none;
}

.contact_map_item.active,
.contact_info_item.active,
.footer__map_item.active {
  display: block;
}
.main-footer__map iframe {
    display: block;
}

.contact_info_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.contact_info_tabs::before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 70px);
  height: 1px;
  background-color: #fd0503;
}

.contact_info_tabs a {
  display: inline-block;
  line-height: 1.2;
  padding-bottom: 4px;
  color: #767676;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.contact_info_tabs a.active {
  color: #fd0503!important;
  font-size: 21px;
  font-family: RFTone,Arial,sans-serif;
  font-weight: 600;
  font-style: normal;
}

.contact_info_tabs>*{
  margin-right: 30px;
}

.item-sect__bc.inner_breadcrumbs {
  display: flex;
}

.search_container {
  margin: 40px auto;
}

.main-footer {
    padding-bottom: 92px;
}
@media only screen and (max-width: 992px) {
    .main-footer {
        padding-bottom: 75px;
    }
}

@media only screen and (max-width: 480px) {
    .form-sect__form-group {
        margin-bottom: 15px;
    }
}
.form-sect__form-input {
    width: 100%;
}
@media only screen and (max-width: 480px) {
    .form-sect__form-input {
        margin-bottom: 0;
    }
}
.form-sect__form-input.error {
    color: #fff !important;
    background: #ff1a1863;
}
span[class^=error_] {
    display: block;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    background: #fd0503;
}
span[class^=error_] .error {
    color: #fff;
}

.serv-sect__slide.active,
.serv-sect__all.active {
    color: #fd0503!important;
}

.def-title ~ #pdopage {
    margin-top: 30px;
}
.main-header__search-page {
    margin-left: 0;
    margin-bottom: 40px;
}
.main-header__search-page input {
    border-radius: 0;
}
.search-result__item {
    margin-bottom: 15px;
    padding: 15px;
    background-color: #f4f6f8;
}
.search-result__item:last-child {
    margin-bottom: 0;
}
.search-result__item-title {
    display: block;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 700;
    color: #000;
}
@media only screen and (max-width: 1200px) {
    .search-result__item-title {
        font-size: 18px;
    }
}
.search-result__item-title:focus,
.search-result__item-title:hover {
    color: #fd0503;
}
.search-result__item-intro {
    font-size: 14px;
    line-height: 1.35;
    font-weight: 300;
}

#pdopage .pagination {
    margin-top: 30px !important;
}
.page-item {
    margin: 0 5px;
}
.page-item:first-child {
    margin-left: 0;
}
.page-item:last-child {
    margin-right: 0;
}
.pagination > li {
    display: inline-block;
}
.pagination > li a {
    color: #000;
}
.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.page-item.active .page-link,
.pagination>.active>a,
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    color: #fff;
    background-color: #fd0503;
    border-color: #fd0503;
    outline: none;
}
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
    color: #fff;
    background-color: #46494e;
    border-color: #46494e;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.mfp-align-top .mfp-container:before {
  display: none; }
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
.mfp-loading.mfp-figure {
  display: none; }
.mfp-hide {
  display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }
.mfp-s-ready .mfp-preloader {
  display: none; }
.mfp-s-error .mfp-content {
  display: none; }
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
    
.call-dialog {
    position: relative;
    margin: 0 auto;
    padding: 30px;
    max-width: 400px;
    background: #fff;
}
.call-dialog .form-sect__form {
    padding: 0;
}
.call-dialog .form-sect__form-inputs {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 15px;
    margin-bottom: 15px;
}
.call-dialog .form-sect__form-input {
    color: #000;
    border-bottom: 1px solid #a9a9a9;
}
.call-dialog .form-sect__form-input.error {
    color: #000 !important;
}
.call-dialog .form-sect__form-input::-moz-placeholder {
    color: #a9a9a9;
}
.call-dialog .form-sect__form-input::-webkit-input-placeholder { color: #a9a9a9; }
.call-dialog .form-sect__form-input:-ms-input-placeholder { color: #a9a9a9; }
.call-dialog .form-sect__form-input::-ms-input-placeholder { color: #a9a9a9; }
.call-dialog .form-sect__form-input::placeholder { color: #a9a9a9; } 
.call-dialog .form-sect__form,
.call-dialog .form-sect__form-input.error {
    color: #000;
}
.call-dialog .form-sect__form-desc,
.call-dialog .form-sect__form-desc a {
    color: #4a4a4a;
}
.call-dialog .form-sect__form-footer {
    flex-direction: column;
}
.call-dialog .form-sect__form-desc {
    margin-bottom: 15px;
    text-align: center;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: auto;
    }
}

.item-sect__price .item-sect__faq-item-text p {
    text-indent: 0;
}