@charset "IBM866";
body {
  font-size: 14px;
  color: #51595c;
}

/*    menu */
#header * {
  z-index: 100;
}

#header li {
  list-style-type: none;
}

#header {
  font-size: 30px;
}
#header * {
  font-size: inherit;
  font-style: inherit;
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 340px) {
  #header * {
    font-size: large;
  }
  ul {
    padding: 0 0 0 15px;
  }
}

#header .header-blueline {
  display: flex;
  justify-content: center;
  background-color: #2d9cdb;
}

#header .header-blueline .header-blueline_item {
  font-size: 14px;
  margin: 10px 30px 13px;
}
#header .header-blueline .header-blueline_item:hover {
  opacity: 0.7;
}

#header .header-blueline .header-blueline_item a {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

#header .header-blueline .header-blueline_item .feedback-button {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

@media screen and (max-width: 769px) {
  #header .header-blueline {
    flex-direction: column;
  }

  #header .header-blueline .header-blueline_item {
    margin: 5px 0;
    text-align: center;
  }
}

#main-menu > .row {
  flex-wrap: nowrap;
  background: linear-gradient(270deg, #235081 -9.14%, #00a2e4 105.2%);
  border-radius: 5px;
  margin: 0;
}

.main-menu-item > div:first-child {
  color: #ffffff;
  height: 50px;
  text-align: center;
  /*background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0, #386290),color-stop(0.5, #386290),color-stop(0.51, #204f83),color-stop(1, #204f83));
    background-image: -webkit-repeating-linear-gradient(top,#386290 0%,#386290 50%,#204f83 51%,#204f83 100%);
    background-image: repeating-linear-gradient(to bottom,#386290 0%,#386290 50%,#204f83 51%,#204f83 100%);*/
}
.main-menu-item > div.submenu {
  display: none;
}
div.submenu > ul > li > .submenu-l2 {
  display: none !important;
}
div.submenu > ul > li > div.submenu-l2 .submenu-l2 {
  display: none !important;
}
#header .main-menu-item div {
  /*color: #000000;*/
  color: #fff;
}
#header .main-menu-item > div > span {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}
#header .main-menu-item > div > a {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}

#header .main-menu-item .submenu a {
  font-size: 12px !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
}

.main-menu-item:hover > div:first-child {
  /*background: #204f83;*/
}
.main-menu-item {
  cursor: pointer;
}

.main-menu-item:hover > div.submenu {
  display: block;
  background: #00a2e4;
}
/* div.submenu > ul > li:hover > .submenu-l2 {
    display: block!important;
}
div.submenu > ul > li > div.submenu-l2 li:hover .submenu-l2 {
    display: block!important;
} */

.main-menu-link {
  /*font-size: 14px !important;*/
  font-weight: 600;
}

.main-menu-link.fwn {
  font-weight: normal;
}

.main-menu-link:hover {
  opacity: 0.7;
}

.main-menu-item.has-children .main-menu-link:hover {
  opacity: 1;
}

.main-menu-item-market {
  background: linear-gradient(89.23deg, #ea6e5f 25.34%, #ffe974 166.39%);
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  padding-right: 40px;
  padding-left: 30px;
}

@media only screen and (min-width: 992px) {
  .main-menu-item:first-child > div:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .main-menu-item:last-child > div:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .main-menu-item:hover > div:first-child {
    /*background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0, #143b6e),color-stop(0.5, #406ea0),color-stop(0.51, #143b6e),color-stop(1, #143b6e));*/
  }

  .main-menu-item:nth-child(1) {
    margin-left: 20px;
  }

  .main-menu-item:nth-child(1) > div:first-child {
    padding-top: 0px;
  }

  #header a:hover {
    color: #3e4f92;
  }
  #header a:focus {
    color: #3e4f92;
  }
  #header {
    font-size: 1rem;
  }
  .main-menu-item > div:first-child {
    padding-top: 12px;
  }

  .submenu ul,
  .submenu-l2 ul,
  .submenu-l3 ul {
    padding-left: 0;
  }
  .submenu li,
  .submenu-l2 li,
  .submenu-l3 li {
    width: 100%;
    padding: 5px;
  }
  .submenu {
    padding-top: 5px;
    padding-left: 30px;
    position: absolute;
    width: 220px;
    left: -20px;
    background: #ffffff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    /*box-shadow: 0px 0 10px -3px;*/
  }

  .submenu a:hover {
    opacity: 0.7;
  }
  .submenu-l2,
  .submenu-l3 {
    position: absolute;
    width: 220px;
    top: 20px;
    left: 100%;
    padding: 5px 0 0 5px;
    background: #00a2e4;
    border-radius: 3px;
    box-shadow: 0px 0 10px -3px;
  }
}

@media only screen and (min-width: 1200px) {
  .main-menu-item:nth-child(1) > div:first-child,
  .main-menu-item:nth-child(2) > div:first-child,
  .main-menu-item:nth-child(6) > div:first-child {
    padding-top: 12px;
  }
}

@media only screen and (max-width: 576px) {
  .main-menu-link {
    font-size: 14px !important;
  }

  .submenu a {
    font-size: 12px !important;
  }
}

/**/

/*   add  */

#industrial-safety__form input.btn:hover {
  color: #ffffff;
}
.procedure-button:hover {
  color: #ffffff;
  text-decoration: none;
}
.single-news img {
  width: 100% !important;
  height: auto !important;
}
/*
#main-menu .submenu > ul > li {
    padding-top: 7px;
    padding-bottom: 7px;
}

#main-menu .row > div {
    text-align: center;
    height: 50px;
    padding: 2px 0;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0, #386290),color-stop(0.5, #386290),color-stop(0.51, #204f83),color-stop(1, #204f83));
    background-image: -webkit-repeating-linear-gradient(top,#386290 0%,#386290 50%,#204f83 51%,#204f83 100%);
    background-image: repeating-linear-gradient(to bottom,#386290 0%,#386290 50%,#204f83 51%,#204f83 100%)
}

#main-menu .row > div:hover {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0, #143b6e),color-stop(0.5, #406ea0),color-stop(0.51, #143b6e),color-stop(1, #143b6e));
}
#main-menu .row > div > div:not(.submenu) {
    height: 50px;
    padding-top: 12px;
}
#main-menu li, #main-menu ul {
    list-style-type: none;
    background: none;
    text-align: left;
}

#main-menu .has-children > .submenu {
    display: none;
    background: #ffffff;
}
@media only screen and (min-width: 992px) {
    #main-menu .has-children > .submenu {
        position: absolute;
        z-index: 10;
        width: 320px;
    }
}

#main-menu .has-children:hover > .submenu {
    display: block;
}
#main-menu .has-children li > .submenu-l2 {
    display: none;
}
#main-menu .has-children li:hover > .submenu-l2,
#main-menu .has-children li > .submenu-l2:hover {
    display: block;
}

#main-menu .row > div > div > span > span, 
#main-menu .row > div > div > a > span {
    color: #ffffff;
}

#main-menu .submenu-l2 {
    position: absolute;
    width: 300px;
    left: 100%;
    background: #f8f8f8;
    
}
*/
/*-------*/

h1 {
  font-size: 21px !important;
  font-weight: normal !important;
  margin-top: 0 !important;
}
h2 {
  font-size: 21px !important;
  font-weight: normal !important;
  margin-top: 0 !important;
}
em {
  font-weight: bold;
  font-style: normal;
}
p {
  margin: 0 0 10px 0;
}
a {
  color: #3e4f92;
}
/*a:hover {text-decoration: none;}
ul {padding-left: 0;}*/
ul li {
  /*padding-left: 15px; list-style-type: none; background: url("/templates/safety63/img/list-item-icon.png") left 6px no-repeat;*/
}

.external {
  background: transparent url("/templates/safety63/img/external_link_icon.png")
    no-repeat right 4px;
  padding-right: 11px;
}
.left {
  float: left; /*width: 70%!important;*/
}
.right {
  float: right;
}

@media screen and (max-width: 576px) {
  .left {
    /* width: 95%!important; */
  }
  .right {
    float: left;
    margin-top: 20px;
  }
}

.col-120 {
  width: 120px;
}
.col-215 {
  width: 231px;
}
.col-250 {
  width: 250px;
}
.col-420 {
  width: 420px;
}
.col-435 {
  width: 435px;
}
.col-465 {
  width: 465px;
}

@media screen and (max-width: 576px) {
  .col-465 {
    float: left;
    margin-top: 10px;
  }
}

body.index {
  /*background: url("/templates/safety63/img/main-page-body-bg.jpg") 0 0 repeat-x;*/
}
/* body.inner {background: url("/templates/safety63/img/inner-page-body-bg.jpg") 0 0 repeat-x;} */

#wrapper {
  /*width: 980px; */
  margin: 0 auto;
}

#logo {
  /*width: 220px; height: 107px; position: absolute; left: 0; */
  /*top: 45px;*/
  margin-top: 30px;
  margin-bottom: 30px;
}

#logo img {
  width: 100%;
}

#top-contacts {
  padding-top: 30px;
  /*position: absolute; top: 60px; right: 0; */
  /*width: 300px;*/
}
#top-contacts .email,
#top-contacts .address {
  padding-left: 25px;
  background: left center no-repeat;
}
#top-contacts .email {
  background-image: url("/templates/safety63/img/top-contacts-email-icon.png");
}
#top-contacts .address {
  background-image: url("/templates/safety63/img/top-contacts-address-icon.png");
}
#top-contacts .phone em {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
}

#header {
  /*height: 200px;position: relative;*/
  position: relative;
  margin-bottom: 30px;
  z-index: 3;
}

#header .header-background {
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
  bottom: -30px;
  z-index: -1;
}

.header-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* главное меню */
#main-menu {
  /*position: absolute; bottom: 0; left: 0; right: 0; width: 100%; height: 50px;*/
}
/* #main-menu td {background: #252a75; padding: 0; position: relative;} */
#main-menu td {
  background: #252a75;
  padding: 0;
  position: relative;
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(
    top,
    #386290 0%,
    #386290 50%,
    #204f83 51%,
    #204f83 100%
  );
  /* IE10+ */
  background-image: repeating-linear-gradient(
    to bottom,
    #386290 0%,
    #386290 50%,
    #204f83 51%,
    #204f83 100%
  );
}

#main-menu td:hover {
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    color-stop(0, #143b6e),
    color-stop(0.5, #406ea0),
    color-stop(0.51, #143b6e),
    color-stop(1, #143b6e)
  );
}

#main-menu td:nth-child(4) {
  width: 140px;
}
/* #main-menu td .main-menu-link {height: 50px; line-height: 50px; text-align: center; color: #ffffff; text-shadow: 0px 1px 0px #969696; border-right: 1px solid #2f3695; border-left: 1px solid #000; padding: 0 30px;} */
#main-menu td .main-menu-link {
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 1px 0px #969696;
  border-left: 1px solid #fff;
  padding: 0 30px;
}
#main-menu td.has-children .main-menu-link {
  padding: 0px 7px;
}
/* #main-menu td .first .main-menu-link {background-image: url("/templates/safety63/img/main-menu-first-bg.png"); background-position: left 0; background-repeat: no-repeat;}
#main-menu td .last .main-menu-link {border-right: 0; background-image: url("/templates/safety63/img/main-menu-last-bg.png"); background-position: right 0; background-repeat: no-repeat;} */
#main-menu td:first-child {
  border-radius: 5px 0 0 5px;
}

#main-menu td:last-child {
  border-radius: 0 5px 5px 0;
}

#main-menu td.active {
  background-color: #314c99;
}
#main-menu td:hover .first .main-menu-link,
#main-menu td.active .first .main-menu-link {
  background-position: left -50px;
}
#main-menu td:hover .last .main-menu-link,
#main-menu td.active .last .main-menu-link {
  background-position: right -50px;
}

#main-menu td a,
#main-menu td span {
  display: block;
  font-size: 14px;
}
#main-menu td .first .main-menu-link {
  border-left: 0;
}
/*#main-menu td.has-children a span,
 #main-menu td.has-children span span {padding: 0 10px; background: url("/templates/safety63/img/has-children-icon.png") right center no-repeat; } */
#main-menu td span span {
  cursor: pointer;
}
#main-menu td .submenu {
  display: none;
  position: absolute;
  background: transparent url("/templates/safety63/img/submenu-left.png") left
    bottom no-repeat;
  padding: 0 0 10px 14px;
  margin-left: -6px;
  z-index: 3;
}
#main-menu td .submenu ul {
  padding: 5px 15px 15px 0;
  background: url("/templates/safety63/img/submenu-right.png") right bottom
    no-repeat;
  margin: 0;
  position: relative;
  z-index: 4;
  min-width: 145px;
}
#main-menu td .submenu ul li {
  padding: 5px 0px;
  border-top: 1px solid #cfcfcf;
  text-indent: 0;
  background: none;
  position: relative;
  z-index: 4;
  list-style-type: none;
}
#main-menu td .submenu ul li:first-child {
  border-top: 0;
}
#main-menu td .submenu ul li.hovered {
  z-index: 10;
}
#main-menu td .submenu ul li a {
  text-decoration: none;
  color: #000000;
  position: relative;
  z-index: 3; /* word-wrap: break-word; */
}
#main-menu td .submenu ul li .external {
  padding: 0;
  background: transparent none;
}
#main-menu td .submenu ul li .external span {
  display: inline;
  background: transparent url("/templates/safety63/img/external_link_icon.png")
    no-repeat right 4px;
  padding: 0 14px 0 0;
}
#main-menu td .submenu ul li a:hover {
  color: #3e4f92;
}
#main-menu td .submenu .submenu-l2 {
  display: none;
  width: 328px;
  background-color: #f4f4f4;
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 5;
  margin-right: -300px;
  background: url("/templates/safety63/img/submenu-l2-top.png") top center
    no-repeat;
  padding-top: 18px;
}
#main-menu td .submenu .submenu-l2 ul {
  width: 290px;
  padding: 0 19px 6px;
  background: url("/templates/safety63/img/submenu-l2-bottom.png") bottom center
    repeat-y;
  margin: 0;
  position: relative;
  z-index: 6;
}
#main-menu td .submenu .submenu-l2 ul li {
  border-top: 1px solid #cfcfcf;
  position: relative;
  z-index: 6;
}
/* #main-menu td .submenu .submenu-l2 ul li:last-child {background: url("/templates/safety63/img/submenu-l2-bottom2.png") bottom center no-repeat;} */
#main-menu td .submenu .submenu-l2 ul li:first-child {
  border-top: 0;
}
/* /главное меню */

/*  тизеры на главной */
/* #main-page-teasers div {width: 307px; height: 200px; margin-left: 29px; float: left; position: relative;} */
/* #main-page-teasers div a {position: absolute; height: 190px; bottom: 0; left: 0; right: 0; text-decoration: none; transition: height .5s ease, color .2s;} */
/* #main-page-teasers div a .image {position: absolute; top: 0; left: 0; right: 0; width: 307px; height: 146px;} */
/* #main-page-teasers div a .caption {position: absolute; bottom: 0; left: 0; right: 0; width: 100%; text-align: center; font-size: 21px;} */
/* #main-page-teasers div a:hover {height: 200px; color: #000000;} */

.activities-inner {
  /*display: flex !important;
    justify-content: space-between;*/
  padding-left: 25px;
  padding-right: 25px;
}

.activities-inner .activities_item_wrapper {
  flex: 0 0 17%;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
}

.activities_item_wrapper {
  margin-bottom: 30px;
}

.activities_item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  box-shadow: 0px 0px 50px rgba(29, 29, 27, 0.1);
}

.activities_item:hover {
  text-decoration: none;
}

.activities_item_image_wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.activities_item_image_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.activities_item_image_inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.activities_item_header {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  background: #dde3f1;
  padding: 10px 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media only screen and (max-width: 1200px) {
  .activities_item_header {
    font-size: 9px;
  }
}

.activities-inner .activities_item {
  height: 100%;
}

.activities-inner .activities_item_image_wrapper {
  flex: 0 0 auto;
}

.activities-inner .activities_item_header {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#main-page-teasers {
  /*height: 200px;*/
  margin-bottom: 60px;
  z-index: 1;
}

#main-page-teasers div div {
  /*float: left;*/
  position: relative;
  /*margin-left: 10px;*/
}
#main-page-teasers div div.first {
  margin-left: 0;
}
#main-page-teasers div div a {
  display: block;
  /*height: 170px;*/
  position: relative;
}

#main-page-teasers div div:hover a {
  /*height: 180px;*/
  top: -10px;
  font-weight: bold;
}
#main-page-teasers div div a .image img {
  border-radius: 4px;
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  width: 100%;
}
#main-page-teasers div div a .caption {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #555;
}

/*#main-page-teasers div div em {background: transparent url("/templates/safety63/img/external_link_icon.png") no-repeat scroll 100% 50%; padding: 0 14px 0 0; font-weight: normal;}*/
/* / тизеры на главной */

/*  тизеры на внутренних */
#inner-page-teasers {
  margin-bottom: 35px;
  margin-top: 40px;
}
/* #inner-page-teasers div {width: 320px; float: left; margin-left: 10px;} */
#inner-page-teasers div.first {
  margin-left: 0;
}
#inner-page-teasers div a,
#inner-page-teasers div span {
  display: block;
  transition: color 0.3s;
}
#inner-page-teasers div span,
#inner-page-teasers div a:hover {
  color: #000000;
}
/* #inner-page-teasers div .caption {width: 215px; height: 52px; line-height: 52px; float: right; font-size: 14px; font-weight: bold; white-space: nowrap;} */
/* #inner-page-teasers div .image {width: 98px; float: left;} */
#inner-page-teasers div a .image,
#inner-page-teasers div a .caption {
  cursor: pointer;
}
#inner-page-teasers div a .caption {
  color: #3e4f92;
}
#inner-page-teasers div span .caption,
#inner-page-teasers div a:hover .caption {
  color: #000;
}
#inner-page-teasers div em {
  background: transparent url("/templates/safety63/img/external_link_icon.png")
    no-repeat scroll 100% 4px;
  padding: 0 14px 0 0;
  font-weight: normal;
}

#inner-page-teasers div {
  width: 25%;
  float: left;
  text-align: center;
}

#inner-page-teasers div .image {
  margin-bottom: 5px;
}

#inner-page-teasers div .image img {
  width: 115px;
}

#inner-page-teasers div .caption {
  font-size: 14px;
  /* font-weight: bold; */
  white-space: nowrap;
}

/* / тизеры на внутренних */

#main-page-content {
  padding: 10px 0; /* border-bottom: 1px solid #cfcfcf; */
}
#main-page-content li {
  margin-bottom: 20px;
}

/* новости на главной 
#main-page-news {padding: 30px 0; background: transparent url('/templates/safety63/img/news-separator.png') no-repeat 50% 50%;} */
#main-page-news {
  /*background: url("/templates/safety63/img/news-separator.png") no-repeat scroll 48% 50% transparent;*/
  /*margin-left: -35px;*/
  padding-bottom: 30px;
  padding-right: 0;
  padding-top: 30px;
}
#news-rf h2 {
  padding-left: 35px;
}
#news-rf .all-news-link {
  padding-left: 35px;
}
#main-page-news .single-news {
  /*float: left; margin-right: 50px; */
  padding-left: 35px;
  /*width: 420px;*/
}
/* /новости на главной */

/* подвал */
#footer {
  border-top: 1px solid #c6c6c6;
  padding-top: 25px;
}
#footer .footer-wrapper {
  /*width: 980px; height: 90px; margin: 0 auto; position: relative; */
  font-size: 11px;
}
#footer .footer-wrapper .feedback-button,
.feedback-button.order {
  /*position: absolute; left: 305px; */
  width: 155px;
  height: 27px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 1px 0px #969696;
  background-image: url("/templates/safety63/img/feedback-mini-button-bg.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 5px;
  cursor: pointer;
}
.feedback-button.order {
  position: relative;
  left: initial;
}
#footer .footer-wrapper .feedback-button,
.feedback-button.order {
  background-image: -webkit-repeating-linear-gradient(
    top,
    #386290 0%,
    #386290 50%,
    #204f83 51%,
    #204f83 100%
  );
  background-image: repeating-linear-gradient(
    to bottom,
    #386290 0%,
    #386290 50%,
    #204f83 51%,
    #204f83 100%
  );
  border-radius: 4px;
  font-size: 14px;
}

#footer .footer-wrapper .feedback-button:hover,
.feedback-button.order:hover {
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    color-stop(0, #143b6e),
    color-stop(0.5, #406ea0),
    color-stop(0.51, #143b6e),
    color-stop(1, #143b6e)
  );
}
/* #footer .footer-wrapper .feedback-button:hover {background-position: 0 -27px;}
#footer .footer-wrapper .feedback-button:active {background-position: 0 -54px;} */
#footer .footer-wrapper .search-box {
  width: 230px;
  height: 28px;
  /*position: absolute; top: 0; right: 220px;*/
}
#footer .footer-wrapper .search-box input[type="text"] {
  width: 186px;
  height: 28px;
  background: url("/templates/safety63/img/search-box-text-bg.png");
  color: #65696b;
  padding: 0 5px;
  border: 0;
}
#footer .footer-wrapper .search-box input[type="submit"] {
  width: 28px;
  height: 28px;
  background: url("/templates/safety63/img/search-box-submit-button-bg.png");
  border-radius: 3px;
  border: 0;
}
#footer .footer-wrapper .search-box input[type="submit"] {
  background: -webkit-repeating-linear-gradient(
    top,
    #386290 0%,
    #386290 50%,
    #204f83 51%,
    #204f83 100%
  );
  background: repeating-linear-gradient(
    to bottom,
    #386290 0%,
    #386290 50%,
    #204f83 51%,
    #204f83 100%
  );
  border-radius: 4px;
  position: relative;
}

#footer .footer-wrapper .search-box input[type="submit"]:hover {
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    color-stop(0, #143b6e),
    color-stop(0.5, #406ea0),
    color-stop(0.51, #143b6e),
    color-stop(1, #143b6e)
  );
}

#footer .footer-wrapper .search-box fieldset:after {
  position: absolute;
  left: 221px;
  top: 5px;
  content: "";
  width: 19px;
  height: 16px;
  background: url(/templates/safety63/img/btn/lupa.png);
  cursor: pointer;
}
#footer .footer-wrapper #sabit-link {
  /*position: absolute; top: 0; right: 0;*/
}
/* /подвал */

/* меню в левой колонке */
#left-col {
  width: 235px;
}

/* #left-col ul.menu {background: #f4f4f4 url("/templates/safety63/img/left-menu-bottom-bg.png") bottom center no-repeat; padding: 0 0 22px 0; margin: 0 0 20px 0;} 
#left-col ul.menu li:first-child {background: url("/templates/safety63/img/left-menu-top-bg.png") top center no-repeat;}
#left-col ul.menu li:first-child a,
#left-col ul.menu li:first-child span {border-top: 0;}*/

/* #left-col ul.menu {background: #f4f4f4;padding: 0 0 22px 0;margin: 0 0 20px 0;border: 1px solid #ccc;border-radius: 5px;box-shadow: 0 2px 5px #ccc;} */
/* #left-col ul.menu li {text-indent: 0; background: none; padding: 0 5px;} */
/* #left-col ul.menu li a,
#left-col ul.menu li span {display: block; padding: 7px 15px; line-height: 120%; border-top: 1px solid #cfcfcf; padding: 7px 0px;} */
#left-col ul.menu li a {
  text-decoration: none;
}
#left-col ul.menu li a:hover {
  color: #000000;
}
#left-col ul.menu li a.active {
  color: #51595c;
}
/* #left-col ul.menu > li.active > a  {background: #ccc; margin: 0 -5px -1px; padding-left: 5px;} */
/* #left-col ul.menu li.root a, #left-col ul.menu li.root span {border-top: 0px; */
/* #left-col ul.menu li.root a{padding: 7px 0px; font-weight: bold;} */
#left-col ul.menu li span {
  background: #ddd;
  margin-right: -10px;
  margin-bottom: -1px;
  margin-left: -25px;
  padding-left: 25px;
  border-bottom: 1px solid #ccc;
}
/* #left-col ul.sub-menu {margin: 0;padding-left: 15px;} */
/* #left-col ul.sub-menu a, #left-col ul.sub-menu span {font-size: 12px;} */
/* #left-col ul.menu .root span {background: none; font-weight: bold; color: #3e4f92;     margin: 0px 0px -1px;   padding: 7px 0px;} */

#left-col ul.menu {
  padding: 0;
  margin: 0;
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.7), 0 0 25px rgba(0, 0, 0, 0.2) inset;
  padding-bottom: 10px;
}

#left-col ul.menu li {
  list-style-type: none;
  text-indent: 0;
  background: none;
  padding: 0 5px 0 10px;
}

#left-col ul.menu li.root {
  background-image: -webkit-repeating-linear-gradient(
    top,
    #386290 0%,
    #386290 50%,
    #204f83 51%,
    #204f83 100%
  );
  background-image: repeating-linear-gradient(
    to bottom,
    #386290 0%,
    #386290 50%,
    #204f83 51%,
    #204f83 100%
  );
  color: #fff;
  border-radius: 5px 5px 0 0;
  border: 1px solid #777;
}
#left-col ul.menu li.root a {
  padding: 7px 0px;
  font-weight: bold;
  color: #fff;
}
#left-col ul.menu li.root a,
#left-col ul.menu li.root span {
  border-top: 0px;
  border-bottom: 0px;
}

#left-col ul.menu li.root a:hover {
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin: -1px 0 -2px 0;
  background: none;
  box-shadow: none;
  padding: 7px 0;
}

#left-col ul.menu li a,
#left-col ul.menu li span {
  display: block;
  padding: 7px 15px;
  line-height: 120%;
  padding: 7px 0px;
  color: #204f83;
}

#left-col ul.menu > li.active > a,
#left-col ul.menu li span,
#left-col ul.menu li a:hover {
  margin: -1px -5px -2px -10px;
  padding-left: 15px;
  color: #fff;
  background: #214a7c;
  box-shadow: 0 0 28px #10243e inset;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#left-col ul.menu .sub-menu li.active > a {
  margin: 1px -5px -2px -10px;
}

#left-col ul.menu li span {
  margin-left: -30px;
  margin-right: -20px;
  padding-left: 30px;
  /* border: none; */
}

#left-col ul.menu li:after,
.sub-menu:before {
  border-top: 1px solid #204f83;
  content: "";
  display: block;
  margin: -1px 20px 0 0px;
}

#left-col ul.sub-menu {
  margin: -1px 0 0;
  padding: 0 10px;
}

#left-col ul.menu .sub-menu li:after {
  margin: -1px 10px 0 0;
}

.sub-menu:before {
  margin: 0px 10px 0 -10px;
}
#left-col ul.menu li.root:after,
#left-col ul.menu li:last-child:after {
  border: none;
}

#left-col ul.menu .root span {
  background: none;
  font-weight: bold;
  margin: 0px;
  padding: 7px 0px;
  box-shadow: none;
}

li.root + li.active {
  border-top: 1px solid #fff;
  margin-top: 1px;
}

#main-menu td .main-menu-link:hover span {
  color: #fff;
  text-shadow: 1px 1px 0px #000000;
}

#left-col ul.sub-menu a:hover {
  margin: -1px -20px -2px -30px !important;
  padding: 5px 27px 9px 30px !important;
  border-top: 1px solid #fff;
  /* border-bottom: 1px solid #fff; */
}

/* /меню в левой колонке */

#right-col {
  width: 200px;
}

/* менеджер в правой колонке */
.single-manager {
  margin-bottom: 40px;
}
.single-manager .person {
  position: relative;
  margin-bottom: 10px;
  width: 120px;
  height: 120px;
  vertical-align: top;
  overflow: hidden;
  background: #f4f4f4;
}
.single-manager--vacancies .person {
  width: 150px;
  height: 160px;
}
.single-manager--vacancies img {
  max-width: 100%;
}
.single-manager .caption {
  line-height: 110%;
}
.single-manager .caption p {
  margin-bottom: 8px;
}
#content .single-manager--vacancies .caption p {
  margin-bottom: 0px;
}
.single-manager .caption .name {
  font-size: 14px;
  color: #3e4f92;
}
.single-manager .caption .post {
  font-size: 12px;
}
.single-manager .contacts {
  font-size: 12px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 25px;
}
.single-manager .contacts em {
  font-weight: bold;
  font-style: normal;
}
.single-manager > em {
  color: #386290;
  display: inline-block;
  padding: 15px 15px 10px 0px;
  font-size: 20px;
}

/* /менеджер в правой колонке */

#content-wrapper {
  padding-bottom: 40px;
}

#content {
  /*margin: 0 220px 0 255px;*/
}
#content.full-width {
  margin: 0;
}
#content.no-right-col {
  margin-right: 0;
}
#content p {
  font: 14px/20px Arial;
  margin-bottom: 10px;
}
#content ul {
  padding-left: 0;
}
#content ul li {
  padding-left: 15px;
  list-style-type: none;
  background: url("/templates/safety63/img/list-item-icon.png") left 4px
    no-repeat;
  margin-bottom: 5px;
}
#content li ul {
  margin: 10px 0 10px 15px;
}
#content li ol {
  margin: 10px 0;
}
#content ol ul li,
#content ul ul li {
  padding-left: 0;
  list-style-type: disc;
  background: transparent none;
}
#content ol li,
#content ol > li {
  padding-left: 0;
  background: transparent none repeat 0 0;
  list-style: decimal outside;
  margin-bottom: 5px;
}
#content table {
  border-collapse: collapse;
}
#content table td,
#content table th {
  border: 1px solid #c6c6c6;
  padding: 10px;
}
#content h3 {
  font-size: 14px;
}
#content h4 {
  font-size: 14px;
  margin: 1em 0;
}
#content .no-margin h3 {
  margin: 0;
}

table.fixed {
  width: 100%;
  table-layout: fixed;
}

.fold-trigger {
  color: #3e4f92;
  border-bottom: 1px dashed #3e4f92;
  cursor: pointer;
}

/* новости */
.single-news .date {
  background-color: #2b3078;
  color: #ffffff;
  padding: 3px 15px;
  font-size: 12px;
  border-radius: 3px;
}
.single-news .news-content {
  margin-top: 20px;
}
.news .single-news {
  margin-bottom: 20px;
}
.single-news .date {
  background: -webkit-repeating-linear-gradient(
    top,
    #386290 0%,
    #386290 50%,
    #204f83 51%,
    #204f83 100%
  );
  background: repeating-linear-gradient(
    to bottom,
    #386290 0%,
    #386290 50%,
    #204f83 51%,
    #204f83 100%
  );
  border-radius: 4px;
  position: relative;
}

/* /новости */

/* отзывы */
.recommendations .item {
  margin-top: 20px;
  padding-top: 20px;
}
.recommendations .item.first {
  border-top: none;
  margin: 0;
  padding: 0;
}
.recommendations .content {
  overflow: hidden;
  margin-right: 160px;
}
.recommendations .author {
  text-align: right;
  font-style: italic;
}
.recommendations .fancy {
  display: block;
  float: right;
  border: 1px solid #cfcfcf;
}
/* /отзывы */

/* вакансии */
.vacancies {
  clear: both;
}
.vacancies table {
  margin-bottom: 30px;
}
.vacancies td,
.vacancies th {
  border: 1px solid #c6c6c6;
  padding: 10px;
  vertical-align: top;
}
.vacancies th {
  width: 200px;
  text-align: right;
  background: #e2e2f0;
  box-shadow: 0 1px 0 #ffffff inset;
}
.vacancies td h3 {
  margin: 0;
}
.vacancies td ul {
  margin-top: 0;
}
/* /вакансии */

/* Новый блок с вакансиями */
.vacancies-new {
}
.vacancies-new__item {
  margin-bottom: 20px;
}
.vacancy-new {
  border: 1px solid #c6c6c6;
  border-radius: 5px;
  padding: 30px;
  position: relative;
  box-shadow: 0px 2px 14px 1px rgb(224, 224, 224);
}
.vacancy-new__prev {
}
.vacancy-new__title {
  margin-bottom: 0px;
  margin-right: 110px;
}
.vacancy-new__sub-title {
  font-size: 12px;
  color: #c6c6c6;
  display: none;
}
.vacancy-new__response-mail {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 20px;
  width: 80px;
  text-align: center;
}
.vacancy-new__response-mail span {
  font-size: 12px;
  display: inline-block;
  margin-top: 10px;
}
.vacancy-new__more {
  margin-top: 20px;
  font-size: 14px;
  color: #42699c;
  text-decoration: underline;
  cursor: pointer;
}
.vacancy-new__hidden {
  margin-top: 35px;
  display: none;
}
.vacancy-hidden__title {
}
.vacancy-hidden__title--inline {
  display: inline-block;
}
.vacancy-hidden__description {
  margin-left: 20px;
}
.vacancy-hidden__description--inline {
  display: inline-block;
  margin-left: 0px;
}
/* /Новый блок с вакансиями */

/* переключатель офисов на странице Контактов */
#contacts-switcher {
  margin-bottom: 40px;
  /*background: url("/templates/safety63/img/contacts-switcher-bg.png") 0 -1px repeat-x;*/
}
#contacts-switcher .row div {
  border: 1px solid #cfcfcf;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background: #f4f4f4;
  /*width: 180px; height: 57px; margin-left: 20px; */
  float: left;
  color: #3e4f92;
  text-align: center;
  cursor: pointer;
  /*background: url("/templates/safety63/img/contacts-switcher-items-bg_mini.png") 0 -57px no-repeat;*/
}
#contacts-switcher .row div.first {
  margin-left: 0;
}
#contacts-switcher .row div.active {
  color: #000000;
  border-bottom: 1px solid #ffffff;
  background: #ffffff;
  /*background: url("/templates/safety63/img/contacts-switcher-items-bg_mini.png") 0 0 no-repeat; */
  cursor: default;
}
#contacts-switcher div span,
#contacts-switcher div a {
  display: table-cell;
  vertical-align: middle;
  width: 228px;
  height: 55px;
  _display: block;
  _padding-top: 10px;
  _height: 45px;
}
#contacts-switcher div .external {
  padding: 0;
  background: transparent none;
}
#contacts-switcher div .external span {
  display: inline;
  background: transparent url("/templates/safety63/img/external_link_icon.png")
    no-repeat right 4px;
  padding: 0 14px 0 0;
  vertical-align: baseline;
}
/* переключатель офисов на странице Контактов */

/* отдельные офисы на странице контактов */
.single-office {
  border-top: 1px solid #c6c6c6;
  padding-top: 40px;
}
.single-office.first {
  padding-top: 0;
  border-top: 0;
}

.single-office .cities-switcher {
  width: 80px;
}
.single-office .cities-switcher div {
  height: 24px;
  line-height: 24px;
  color: #252a75;
  cursor: pointer;
  text-align: center;
}
.single-office .cities-switcher div.active {
  color: #ffffff;
  cursor: default;
  background: url("/templates/safety63/img/cities-switcher-active-bg.png");
}

.single-office .cities-switcher div.active {
  background-image: -webkit-repeating-linear-gradient(
    top,
    #386290 0%,
    #386290 50%,
    #204f83 51%,
    #204f83 100%
  );
  background-image: repeating-linear-gradient(
    to bottom,
    #386290 0%,
    #386290 50%,
    #204f83 51%,
    #204f83 100%
  );
  border-radius: 4px;
}

.single-office .cities-switcher div.active span {
  border-bottom: 0;
}
.single-office .cities-switcher div span {
  border-bottom: 1px dashed #252a75;
}
.single-office .cities-switcher div span:hover {
  border-bottom: 0;
}

.single-office .ya-map {
  width: 508px;
  height: 293px;
}
.single-office .ya-map > div {
  border: 1px solid #cfcfcf;
}

.single-office .contacts {
  /*margin: 0 540px 0 250px;*/
}

.single-office .managers {
  padding: 40px 0 0 0;
  clear: both;
}
.single-office .managers .single-manager {
  /*width: 345px; height: 120px; margin: 0 0 0 40px; */
  /*padding-bottom: 40px;*/
  float: left;
  display: inline;
  overflow: hidden;
}
.single-office .managers .single-manager .photo {
  width: 120px;
  height: 120px;
  background: #f4f4f4;
  overflow: hidden;
}
.single-office .managers .single-manager .photo img {
  width: 120px;
  height: auto;
}
.single-office .managers .single-manager .info {
  height: 120px;
  position: relative;
  margin-left: 8px;
}
.single-office .managers .single-manager .info .name {
  color: #3e4f92;
  margin-bottom: 5px;
}
.single-office .managers .single-manager .info .post {
  font-size: 12px;
}
.single-office .managers .single-manager .info .contacts {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
}
/* .single-office .managers .single-manager:nth-of-type(1) .info .contacts {
  width: 125%;
} */
/* /отдельные офисы на странице контактов */

/*.question-trigger {width: 200px; height: 47px; background-image: url("/templates/safety63/img/question-trigger-bg.png"); background-position: 0 0; background-repeat: no-repeat; cursor: pointer;}
 .question-trigger:hover {background-position: 0 -47px;}
.question-trigger:active {background-position: 0 -94px;} */

.question-trigger {
  /*width: 140px;*/
  /*height: 30px;*/
  cursor: pointer;
  color: #fff;
  /*padding-left: 60px;*/
  /*padding-top: 12px;*/
  padding: 10px 0 10px 60px;
}

.question-trigger {
  background: -webkit-repeating-linear-gradient(
    top,
    #386290 0%,
    #386290 50%,
    #204f83 51%,
    #204f83 100%
  );
  background: repeating-linear-gradient(
    to bottom,
    #386290 0%,
    #386290 50%,
    #204f83 51%,
    #204f83 100%
  );
  border-radius: 4px;
  position: relative;
}

.question-trigger:hover {
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    color-stop(0, #143b6e),
    color-stop(0.5, #406ea0),
    color-stop(0.51, #143b6e),
    color-stop(1, #143b6e)
  );
}

.question-trigger:before {
  content: "";
  background: url(/templates/safety63/img/btn/ask.png);
  height: 30px;
  position: absolute;
  top: 7px;
  left: 17px;
  width: 20px;
}

/* .request-button {display: block; height: 62px; background-image: url("/templates/safety63/img/request-button-bg.png"); background-position: 0 0; background-repeat: no-repeat;}
.request-button:hover {background-position: 0 -62px;}
.request-button:active {background-position: 0 -124px;} */

.request-button {
  display: block;
  height: 42px;
  color: #fff;
  text-decoration: none;
  padding-left: 75px;
  padding-top: 8px;
  line-height: 16px;
  background: -webkit-repeating-linear-gradient(
    top,
    #386290 0%,
    #386290 50%,
    #204f83 51%,
    #204f83 100%
  );
  background: repeating-linear-gradient(
    to bottom,
    #386290 0%,
    #386290 50%,
    #204f83 51%,
    #204f83 100%
  );
  border-radius: 4px;
  position: relative;
  margin-top: 20px;
}

.request-button:hover {
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    color-stop(0, #143b6e),
    color-stop(0.5, #406ea0),
    color-stop(0.51, #143b6e),
    color-stop(1, #143b6e)
  );
}

.request-button:before {
  content: "";
  background: url(/templates/safety63/img/btn/word.png);
  height: 55px;
  width: 60px;
  position: absolute;
  top: -11px;
  left: 2px;
  -webkit-filter: drop-shadow(0px 1px 1px #204f83);
  filter: drop-shadow(0px 1px 1px #204f83);
}

.siz-button {
  display: block;
  height: 41px;
  cursor: pointer;
  color: #fff;
  padding-top: 12px;
  text-decoration: none;
  line-height: 15px;
  text-align: center;
  background: -webkit-repeating-linear-gradient(
    top,
    #386290 0%,
    #386290 50%,
    #204f83 51%,
    #204f83 100%
  );
  background: repeating-linear-gradient(
    to bottom,
    #386290 0%,
    #386290 50%,
    #204f83 51%,
    #204f83 100%
  );
  border-radius: 4px;
}

.siz-button:hover {
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    color-stop(0, #143b6e),
    color-stop(0.5, #406ea0),
    color-stop(0.51, #143b6e),
    color-stop(1, #143b6e)
  );
  text-decoration: none;
  color: #fff;
}

.procedure-button {
  display: block;
  /*width: 160px;*/
  /*height: 40px;*/
  background-image: url(/templates/safety63/img/proc-button-bg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
  /*padding-left: 75px;*/
  /*padding-top: 8px;*/
  line-height: 16px;
  padding: 10px 0 10px 60px;
}
.faq-button {
  display: block;
  /*width: auto;*/
  /*height: 40px;   */
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #204f83;
  text-decoration: none;
  /*padding-left: 80px;*/
  /*padding-top: 8px;*/
  line-height: 16px;
  position: relative;
  border-radius: 5px;
  margin-bottom: 20px;
  background: -webkit-repeating-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 50%,
    #cacaca 100%
  );
  background: repeating-linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 50%,
    #cacaca 100%
  );
  box-shadow: 0 -2px 8px rgba(133, 133, 133, 1), 0 0 25px rgba(0, 0, 0, 0) inset;
  padding-bottom: 5px;
  padding-top: 12px;
  font-size: 12px;
  font-weight: bold;
  outline: 0 !important;
  padding: 10px 0 10px 80px;
}
.faq-button:hover {
  box-shadow: 0 -2px 8px rgba(133, 133, 133, 0.7),
    0 0 25px rgba(0, 0, 0, 0) inset;
}

.faq-button:before {
  content: "";
  background: url(/templates/safety63/img/btn/faq.png);
  height: 70px;
  width: 70px;
  position: absolute;
  top: -15px;
  left: 2px;
}
/* .procedure-button:hover {background-position: 0 -66px;}
.procedure-button:active {background-position: 0 -130px;} */

.procedure-button {
  background: -webkit-repeating-linear-gradient(
    top,
    #386290 0%,
    #386290 50%,
    #204f83 51%,
    #204f83 100%
  );
  background: repeating-linear-gradient(
    to bottom,
    #386290 0%,
    #386290 50%,
    #204f83 51%,
    #204f83 100%
  );
  border-radius: 4px;
  position: relative;
}

.procedure-button:hover {
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    color-stop(0, #143b6e),
    color-stop(0.5, #406ea0),
    color-stop(0.51, #143b6e),
    color-stop(1, #143b6e)
  );
}

.procedure-button:before {
  content: "";
  background: url(/templates/safety63/img/btn/arrow.png);
  height: 58px;
  width: 60px;
  position: absolute;
  top: -16px;
  left: 2px;
}

/* 
.download-button {display: block; width: 200px; height: 47px; background-image: url("/templates/safety63/img/download-button-bg.png"); background-position: 0 0; background-repeat: no-repeat;}
.download-button:hover {background-position: 0 -47px;}
.download-button:active {background-position: 0 -94px;} */

.download-button {
  display: block;
  height: 41px;
  cursor: pointer;
  color: #fff;
  padding-left: 60px;
  padding-top: 12px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  line-height: 15px;
}

.download-button {
  background: -webkit-repeating-linear-gradient(
    top,
    #386290 0%,
    #386290 50%,
    #204f83 51%,
    #204f83 100%
  );
  background: repeating-linear-gradient(
    to bottom,
    #386290 0%,
    #386290 50%,
    #204f83 51%,
    #204f83 100%
  );
  border-radius: 4px;
  position: relative;
}

.download-button:hover {
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    color-stop(0, #143b6e),
    color-stop(0.5, #406ea0),
    color-stop(0.51, #143b6e),
    color-stop(1, #143b6e)
  );
  color: #fff;
  text-decoration: none;
}

.download-button:before {
  content: "";
  background: url(/templates/safety63/img/btn/down.png);
  height: 30px;
  position: absolute;
  top: 7px;
  left: 17px;
  width: 28px;
}

.feedback-button.big {
  /*width: 436px; */
  height: 50px;
  line-height: 50px;
  background: url("/templates/safety63/img/feedback-button-bg.png");
  background-position: 0 0;
  background-repeat: 0 0;
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
}
.feedback-button.big:hover {
  background-position: 0 -50px;
}
.feedback-button.big:hover span {
  border-bottom: 0;
}
.feedback-button.big:active {
  background-position: 0 -100px;
}
.feedback-button.big {
  background: -webkit-repeating-linear-gradient(
    top,
    #386290 0%,
    #386290 50%,
    #204f83 51%,
    #204f83 100%
  );
  background: repeating-linear-gradient(
    to bottom,
    #386290 0%,
    #386290 50%,
    #204f83 51%,
    #204f83 100%
  );
  border-radius: 4px;
  position: relative;
}

.feedback-button.big:hover {
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    color-stop(0, #143b6e),
    color-stop(0.5, #406ea0),
    color-stop(0.51, #143b6e),
    color-stop(1, #143b6e)
  );
}

.feedback-button.big span:before {
  content: "";
  background: url(/templates/safety63/img/btn/dialog.png);
  height: 33px;
  position: absolute;
  top: 7px;
  left: 25px;
  width: 39px;
}
.feedback-button.big span {
  font-size: 15px;
  color: #ffffff;
  text-shadow: 0px 1px 0px #969696;
  padding-bottom: 2px;
  border-bottom: 2px dashed #fff;
}

@media screen and (max-width: 576px) {
  .feedback-button.big span:before {
    display: none;
  }
}

/* Результаты поиска */
.search-message {
  margin-bottom: 21px;
}
.search-results dt span {
  float: left;
  width: 25px;
  margin-right: 10px;
  text-align: right;
  font-weight: bold;
}
.search-results dd {
  margin-left: 35px;
}

.pagination {
  overflow: hidden;
  margin: 30px 0;
}
.pagination .prev,
.pagination .next {
  float: left;
  line-height: 30px;
}
.next {
  padding-left: 10px;
}
.prev {
  padding-right: 10px;
}
.paging-numbers {
  float: left;
  overflow: hidden;
}
.paging-numbers span,
.paging-numbers a {
  display: block;
  float: left;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.paging-numbers .active {
}

#bottom-contacts {
  /*position: absolute; left: 0; top: 0; */
  line-height: 19px;
}
#bottom-contacts .links a {
  margin-right: 10px;
}
#bottom-contacts .phone {
  font-size: 13px;
}

/* Формы */
label {
  display: block;
  color: #313131;
}
label sup {
  color: #2f55a5;
  top: -0.3em;
  font-size: 1em;
}
label.error {
  color: #e31e24;
  font-style: italic;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  border: 1px solid #bebebe;
  line-height: 17px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
input[type="text"]:focus,
textarea:focus {
  border: 1px solid #3e459f;
  outline: none;
}
input[type="text"].error,
textarea.error {
  color: #e31e24;
  border: 1px solid #e31e24;
}
textarea {
  resize: none;
}
.submit,
.button {
  height: 27px;
  line-height: 27px;
  width: 156px;
  background: url("/templates/safety63/img/button-bg.png") 0 0 no-repeat;
  color: #fff;
  text-shadow: 0 1px 1px #000;
  margin: 0;
  cursor: pointer;
  border: none;
  text-align: center;
  padding: 0;
}
/* .submit:hover,
.button:hover {background-position: 0 -27px;}
.button:active,
.submit:active {background-position: 0 -54px; color: #d2d2d2;}
 */

.submit,
.button {
  background: -webkit-repeating-linear-gradient(
    top,
    #386290 0%,
    #386290 50%,
    #204f83 51%,
    #204f83 100%
  );
  background: repeating-linear-gradient(
    to bottom,
    #386290 0%,
    #386290 50%,
    #204f83 51%,
    #204f83 100%
  );
  border-radius: 4px;
  position: relative;
}

.submit:hover,
.button:hover {
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    color-stop(0, #143b6e),
    color-stop(0.5, #406ea0),
    color-stop(0.51, #143b6e),
    color-stop(1, #143b6e)
  );
}

/* Слой под попапами*/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: 90;
  opacity: 0.3;
  display: none;
}

/* ФОС */
#close {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 21px;
  height: 21px;
  background: transparent url("/templates/safety63/img/popup_close.png")
    no-repeat 0 0;
  cursor: pointer;
}
.popup {
  width: 400px;
  position: absolute;
  background: #f4f4f4;
  border: 1px solid #bebebe;
  padding: 35px;
  z-index: 100;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: none;
}
.popup h2 {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 25px;
}
.popup form div {
  margin-bottom: 15px;
}
.popup input[type="text"],
.popup textarea {
  display: block;
  padding: 9px;
  width: 100%;
}
.popup .submit {
  display: inline-block;
}
.popup .centered {
  text-align: center;
  border-top: 1px solid #bebebe;
  padding-top: 25px;
  margin: 25px 0 0;
}
.popup .result {
  text-align: center;
}

/* Форма отправки резюме */
.vacancy_form {
  padding: 1px;
  overflow: hidden;
  border: 1px solid #b6bfd4;
}
.vacancy_form form {
  padding: 24px 24px 0;
  background: #f4f4f4;
}
.vacancy_form div {
  padding: 0 0 20px;
  position: relative;
  overflow: hidden;
}
.vacancy_form label {
  width: 320px;
  float: left;
}
.vacancy_form label span {
  color: #858585;
  font-size: 12px;
}
.vacancy_form input[type="text"] {
  width: 600px;
  height: 28px;
  display: block;
  float: left;
  padding: 0 3px;
}
.vacancy_form textarea {
  width: 600px;
  height: 94px;
  display: block;
  float: left;
  padding: 3px;
}
.vacancy_form .form_footer {
  padding-top: 10px;
  border-top: 1px solid #b6bfd4;
}
.vacancy_form .submit {
  float: right;
}
.vacancy_form .button {
  display: inline-block;
}
.vacancy_form .file-wrapper {
  cursor: pointer;
  float: left;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.vacancy_form .file-wrapper input {
  cursor: pointer;
  font-size: 64px;
  height: 100%;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  opacity: 0.01;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.vacancy_form .file-wrapper:hover .button {
  background-position: 0 -27px;
}
.vacancy_form .file-wrapper:active .button {
  background-position: 0 -54px;
  color: #d2d2d2;
}
.vacancy_form .file-wrapper .button.disabled,
.vacancy_form .file-wrapper:hover .button.disabled,
.vacancy_form .file-wrapper:active .button.disabled {
  cursor: default;
  background-position: 0 -81px;
  color: #fff;
}
.vacancy_form label.error {
  text-align: right;
  float: none;
  width: 100%;
}
.vacancy_form .cv-row label.error {
  text-align: left;
  position: absolute;
  top: 35px;
  left: 516px;
}
.load-status {
  float: left;
  background: transparent url("/templates/safety63/img/attach.png") no-repeat
    scroll 0 7px;
  display: none;
  font: bold 16px/27px sans-serif;
  margin: 0 0 0 40px;
  padding-left: 20px;
}
.load-status .unlink {
  color: #e31e24;
  cursor: pointer;
  font: bold 18px/27px Tahoma;
  height: 27px;
  margin-left: 7px;
}

.vacancy_form_new {
  border: none;
  width: width;
}
.vacancy_form_new form {
  padding: 50px 50px 25px;
  background: #486fa6;
  border-radius: 4px;
  border: 1px solid #0d2648;
}
.vacancy_form_new input[type="text"],
.vacancy_form_new textarea {
  background: #a1b6d1;
}
.vacancy_form_new label {
  cursor: text;
  width: 320px;
  position: absolute;
  color: #fff;
  top: 5px;
  left: 15px;
  font-size: 13px;
}
.vacancy_form_new .vacancy_form_new_caption {
  color: #fff;
}
.vacancy_form_new input[type="text"] {
  width: 594px;
  padding: 0 15px;
}
.vacancy_form_new .file-wrapper input {
  z-index: 100000000000;
}
.vacancy_form_new .button {
  width: 292px;
  height: 30px;
  background: #cdd9ee;
  text-shadow: none;
  color: #486fa6;
  font-size: 13px;
  box-shadow: -1px 6px 17px 2px #2f4563;
  padding: 0;
  text-align: center;
  line-height: 27px;
  border-radius: 4px;
}
.vacancy_form_new .form_footer {
  border: none;
  padding-top: 0;
}
.vacancy_form_new .submit {
  margin: 0 auto;
  display: block;
  float: none;
}

.vacancy_form_new label.error {
  text-align: left;
  float: none;
  width: 290px;
  top: 32px;
  left: 10px;
}

.popup--vacancy {
  width: auto;
  border: none;
  background: transparent;
  padding: 0;
}

.popup--vacancy #close {
  background: transparent url(/templates/safety63/img/popup_close_transp.png)
    no-repeat 0 0;
  width: 25px;
  height: 25px;
  top: 25px;
  right: 25px;
}
.popup--vacancy form div {
  margin-bottom: 0;
}

.popup--vacancy .load-status {
  display: block;
  margin-left: 0;
  color: #fff;
  clear: both;
}
.popup--vacancy .cv-row label.error[for="vacancy-resume"] {
  display: block;
  margin-left: 0;
  color: #fff;
  clear: both;
  position: static;
  width: auto;
}

.cbk-phone .cbk-phone-bgr {
  background-color: #2f3695 !important;
}

.callbackkiller {
  left: 40px !important;
}

/* боль */
.lt-ie7 .pngFix,
/*.lt-ie7 .single-manager img,*/
.lt-ie7 #main-menu td .submenu,
.lt-ie7 #main-menu td .submenu ul,
.lt-ie7 #main-menu td .submenu .submenu-l2,
.lt-ie7 .fancybox-overlay {
  -pie-png-fix: true;
  behavior: url("/templates/safety63/pie/PIE.htc");
}
.lt-ie7 #main-menu td .submenu ul {
  position: relative;
  zoom: 1;
}
.lt-ie7 #main-menu td.has-children a span,
.lt-ie7 #main-menu td.has-children span span {
  background-image: url("/templates/safety63/img/has-children-icon.gif");
}
.lt-ie7 #main-page-teasers div a .image {
  -pie-png-fix: true;
  behavior: url("/templates/safety63/pie/PIE.htc");
}
.lt-ie7 #main-page-teasers div a .image,
.lt-ie7 #main-page-teasers div a .caption,
.lt-ie7 #inner-page-teasers div a .image,
.lt-ie7 #inner-page-teasers div a .caption {
  cursor: pointer;
}
.lt-ie7 .single-manager .person .caption {
  filter: alpha(opacity=70);
}
.lt-ie7 #left-col .menu {
  overflow: hidden;
  zoom: 1;
}
.lt-ie7 #left-col .menu li {
  margin: 0;
  line-height: 17px;
}
.lt-ie7 #left-col .menu li a,
.lt-ie7 #left-col .menu li span {
  float: left;
}
.lt-ie7 #overlay {
  position: absolute;
  width: 100%;
  filter: alpha(opacity=30);
}
.lt-ie7 .popup form div {
  position: relative;
  width: 100%;
}
.lt-ie7 .popup form input {
  display: block;
  padding: 9px;
  width: 380px;
}
.lt-ie7 .popup .submit {
  display: inline-block;
  width: 156px;
  padding: 0;
}

.answer-trigger {
  padding-left: 15px;
  list-style-type: none;
  background: url(/templates/safety63/img/list-item-icon.png) left 4px no-repeat;
  margin-bottom: 5px;
  color: #3e4f92;
  cursor: pointer;
  text-decoration: underline;
}
.answer-trigger:hover {
  text-decoration: none;
}
.answer-trigger + p {
  text-align: justify;
}
.answer-trigger.open {
  text-decoration: none;
}

/* слайдер */
.carousel-inner {
  border-radius: 10px;
}

.carousel-image {
  position: relative;
  overflow: hidden;
}

.carousel-image img {
  border-radius: 10px;
}

.carousel-content-background {
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 5;
}

.carousel-content-text {
  padding: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  line-height: 1.2;
  z-index: 8;
}

.carousel-content-text h3 {
  font-size: 14px;
  font-weight: bold;
}

.carousel-content-text ul {
  margin-bottom: 5px;
}

.carousel-content-text p {
  margin-bottom: 5px;
}

.carousel-header-background {
  position: absolute;
  width: 100%;
  bottom: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 5;
}
.carousel-header-text {
  display: inline-block;
  padding: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 20px;
  line-height: 1.2;
  z-index: 6;
}

.button-more {
  display: inline-block;
  float: right;
  padding-top: 12px;
  padding-right: 30px;
  text-decoration: underline;
}

.button-collapse {
  display: none;
  float: right;
  padding-top: 12px;
  padding-right: 30px;
  text-decoration: underline;
}
/* /слайдер */
/*@media screen and (max-width: 576px) {

.col-120 {width: 120px;}
.col-215 {width: 215px;}
.col-250 {width: 250px;}
.col-420 {width: 100%;}
.col-435 {width: 100%;}
.col-465 {width: 100%;}
}*/

.service-h2 {
  margin-top: 30px !important;
}

.service-list-item {
  display: inline-block;
  width: 32%;
  text-align: center;
  margin-bottom: 20px;
  vertical-align: top;
}

.service-list-item-img {
  text-align: center;
  padding: 7px 0;
}

.service-list-item-img img {
  width: 70px;
}
.service-list-item-text {
  width: 100px;
  text-align: center;
  margin: 0 auto;
}

.service-form-button {
  background: repeating-linear-gradient(
    to bottom,
    #386290 0%,
    #386290 50%,
    #204f83 51%,
    #204f83 100%
  );
  color: #fff;
  height: 41px;
  line-height: 41px;
  width: 220px;
  text-align: center;
  margin: 0 auto;
  border-radius: 3px;
  cursor: pointer;
}

.block-rtn-wrapper {
  border: solid 1px #e9f0f3;
  border-radius: 3px;
  background: #efefef;
  padding: 15px;
}

.block-rtn {
  position: relative;
  padding-left: 70px;
  margin-bottom: 20px;
}

.block-rtn:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  background-image: url("/images/RTN.png");
  background-size: cover;
  width: 55px;
  height: 55px;
}

.block-rtn-text {
  margin-top: 10px;
  font-size: 10px;
  color: #555555;
}

/* Форма обратной связи в услугах */

.service-feedback-form-wrapper {
  position: relative;
  padding: 30px;
  background-color: #ffffff;
  border: solid 1px #e9f0f3;
  opacity: 1;
  z-index: 1;
}

.service-feedback-form-wrapper:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  left: 0;
  background: url(/templates/safety63/img/illustration-01.png) no-repeat 43% 65%;
  opacity: 0.45;
  z-index: 0;
}

.service-feedback-form {
  position: relative;
}

.service-feedback-input {
  width: 100%;
  padding: 9px;
  border: 1px solid #bebebe;
  line-height: 17px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  resize: none;
}

.service-feedback-button {
  background: repeating-linear-gradient(
    to bottom,
    #386290 0%,
    #386290 50%,
    #204f83 51%,
    #204f83 100%
  );
  color: #fff;
  height: 27px;
  line-height: 27px;
  width: 156px;
  text-align: center;
  margin: 0 auto;
  border-radius: 3px;
  cursor: pointer;
}

/* /Форма обратной связи в услугах */

/* Форма заказа чек-листа */

.checklist-rtn-form-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  width: 100%;
  max-width: 400px;
  background: #ffffff;
  border: 1px solid #e9f0f3;
  transform: translate(-50%, -50%);
  z-index: 100;
  overflow-y: auto;
}

.checklist-rtn-form-header {
  font-weight: bold;
  font-size: 18px;
  padding: 30px 40px 0;
  text-align: center;
}

.checklist-rtn-form-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.checklist-rtn-form-close:before,
.checklist-rtn-form-close:after {
  display: block;
  position: absolute;
  top: 10px;
  content: "";
  width: 20px;
  height: 2px;
  background: #204f83;
}

.checklist-rtn-form-close:before {
  transform: rotate(45deg);
}

.checklist-rtn-form-close:after {
  transform: rotate(-45deg);
}

.checklist-rtn-form {
  padding: 40px;
}

.checklist-rtn-form-send {
  display: none;
  padding: 40px;
  color: green;
  font-size: 20px;
}

/* /Форма заказа чек-листа */

/* УЦ Тольятти */

.training-centers_block {
  position: relative;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  background: #dde3f1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media only screen and (max-width: 1200px) {
  .training-centers_block {
    font-size: 9px;
  }
}

.training-centers_block:hover {
  top: -76px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.training-centers_header {
  display: flex;
  color: #3e4f92;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.training-centers_list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #dde3f1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-bottom: 11px;
}

.training-centers_item {
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
}

@media screen and (max-width: 1200px) {
  .training-centers_item {
    font-size: 9px;
  }

  .training-centers_block:hover {
    top: -70px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
  }
}

.managers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 30px;
}

.manager {
  flex: 0 0 50%;
  padding-right: 10px;
  margin-bottom: 30px;
}

.manager .person {
  position: relative;
  margin-bottom: 10px;
  width: 120px;
  height: 120px;
  vertical-align: top;
  overflow: hidden;
  background: #f4f4f4;
}

.manager .caption .name {
  font-size: 14px;
  color: #3e4f92;
}

.manager .caption .post {
  font-size: 12px;
}

.manager .contacts {
  font-size: 12px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 25px;
}

.manager .contacts em {
  font-weight: bold;
  font-style: normal;
}

.price-list_wrapper {
  font-size: 12px;
  background: linear-gradient(to right, #029ee0 0%, #205789 100%);
  padding: 2px;
  margin-bottom: 10px;
}

.price-list_header {
  display: flex;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.price-list_item {
  display: flex;
  align-items: center;
  background: #fff;
  margin-bottom: 2px;
}

.price-list_item:last-child {
  margin-bottom: 0;
}

.price-list_name-service {
  flex: 0 0 70%;
  padding: 10px;
}

.price-list_price {
  flex: 0 0 30%;
  padding: 10px;
}

.price-list_item .price-list_price {
  text-align: center;
}

/* /УЦ Тольятти */
