/* > Глобальные */
/* > Фоны сообщений */
.t7-rblock, 
.t7-yblock,
.t7-gblock {
  border-radius: 5px;
  box-shadow: 1px 1px 2px #e6e6e6;
  margin: 30px 0;
  padding: 10px;
  text-align: center;
}
.t7-rblock {
  border: 1px solid #f88;
}
.t7-yblock {
  border: 1px solid #faebcc;
}
.t7-gblock {
  border: 1px solid #8b8;}
.t7-rblock,
.t7-rblock * {
  background-color:#fff4f4;
  color: #f88;
}
.t7-yblock,
.t7-yblock * {
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.t7-gblock,
.t7-gblock * {
  background-color:#f4fff4;
  color: #008000;
  }
.t7-rblock,
.t7-rblock *,
.t7-yblock,
.t7-yblock *,
.t7-gblock,
.t7-gblock *{
  font-size:1.15rem;
}
/* < Фоны сообщений */
a {
 text-decoration: underline;
}
.pt5 {
 padding-top: 5px;
}
.pb5 {
 padding-bottom: 5px;
}
.pt10 {
 padding-top: 10px;
}
.pb10 {
 padding-bottom: 10px;
}
.pt15 {
 padding-top: 15px;
}
.pb15 {
 padding-bottom: 15px;
}
.pt30 {
 padding-top: 30px;
}
.pb30 {
 padding-bottom: 30px;
}
.orange {
  color: #ff6600;
}
.red {
  background: #f70303;
}
.yellow {
  background: #ffd702;
}
.green {
  background: green;
}
.icon_pdf {
  width: 35px;
}

.flex_cont {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1rem;
}
.flex_cont > div {
    margin: 1rem;
}
.flex_cont span {
    display: block;
    text-align: center;
}
.wrap_video {
    position: relative;
    height: 0;
    width: 50%;
    padding-bottom: 28.1%;
    margin: 0 auto;
}
.wrap_video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.image_popup img {
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
 }
.image_popup img:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
 }
.wrap_sr ul li {
  font-family: arial;
    font-size: 14px;
    padding: 7px 0 7px 30px;
    background: url(https://resource.actio-shop.ru/img/li.png) left center no-repeat;
    list-style: none;
}
.gray-bg {
    margin: 60px;
    border: 2px solid #1fa9ff;
    bottom: 0;
}
.gray-bg > div {
    background: #f6f6f6;
    margin: 10px;
    padding: 30px;
    bottom: 0;
}
.bord-r img {
    border-radius: 150px;
}
.block_about {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.block_about > div:first-child {
  padding-right: 1rem;
  min-width: 181px;
}

/* > Кнопка "заявка" */
.btn_request a {
  text-decoration: none;
  display: inline-block;
  width: 140px;
  padding: 10px 10px;
  margin: 5px 10px;
  position: relative;
  font-weight: bold;
  border: 1px solid rgba(255,255,255,.4);
  background: #fbc430;
  text-align: center;
}
.btn_request a:before,
.btn_request a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  box-sizing: border-box;
}
.btn_request a:before {
  bottom: 0;
  left: 0;
  border-left: 2px solid white;
  border-top: 2px solid white;
  transition: 0s ease opacity .8s, .2s ease width .4s, .2s ease height .6s;
}
.btn_request a:after {
  top: 0;
  right: 0;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transition: 0s ease opacity .4s, .2s ease width , .2s ease height .2s;
}
.btn_request a:hover:before,
.btn_request a:hover:after{
  height: 100%;
  width: 100%;
  opacity: 1;
}
.btn_request a:hover:before {transition: 0s ease opacity 0s, .2s ease height, .2s ease width .2s;}
.btn_request a:hover:after {transition: 0s ease opacity .4s, .2s ease height .4s , .2s ease width .6s;}
.btn_request a:hover {
  background: #f6952c;
  box-shadow: 0 15px 20px rgba(30,30,30,.1);
  color: white;
  transform: translateY(-5px);
}
/* < Кнопка "заявка" */

/* > Для формы обратной связи */
.authError {
  color: red;
}
/* < Для формы обратной связи*/


/* < Глобальные */

/* > Страница "Стальные канаты" */
.wrap_sr h3 img {
  padding: 0;
  margin: 0 0 5px 5px;
}
.special_sr {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1rem;
}
.special_sr > div {
  margin: 1rem;
}
.special_sr span {
  display: block;
  text-align: center;
}
.special_sr > div:first-child div {
  width: 30px;
  height: 30px;
}
.special_sr .imgs_sr > img:first-child {
  height: 100px;
  vertical-align: top;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}
.special_sr .imgs_sr > img:first-child:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-box-shadow: 12px 29px 81px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 12px 29px 81px 0px rgba(0,0,0,0.75);
  box-shadow: 12px 29px 81px 0px rgba(0,0,0,0.75);
 }

.special_sr .imgs_sr > a img {
  height: 100px;
}
/*.special_sr .imgs_sr span {
  text-align: right;
} */
.special_sr>div:first-child {
  min-width: 15%;
}
.special_sr>div:nth-child(2) {
  width: 49%;
}

.recommend_sr > div {
  min-width: 300px;
  min-height: 123px;
  padding: 10px;
  background: #ececec;
}
.recommend_sr > div > p {
  text-align: center;
}

.wrap_sr .block-bg {
    background: url(https://resource.actio-shop.ru/steel_ropes/block-bg.png) no-repeat;
    min-height: 502px;
    max-width: 1001px;
    position: relative;
    margin: 0 auto;
    margin-top: -50px;
}
.wrap_sr .block-bg > div > div:before {
    content: '';
    width: 338px;
    height: 238px;
    background: url(https://resource.actio-shop.ru/steel_ropes/tros.png)left top no-repeat;
    z-index: 11;
    right: 0;
    top: -150px;
    position: absolute;
}
.wrap_sr .block-bg > div {
    margin: 60px;
    border: 2px solid #1fa9ff;
    bottom: 0;
    position: absolute;
}
.wrap_sr .block-bg > div > div {
    background: #f6f6f6;
    opacity: .9;
    margin: 10px;
    padding: 30px;
    bottom: 0;
    position: relative;
}
.wrap_sr .block-bg h3 {
  padding-top: 30px;
}
.wrap_sr .bot-block-bg {
  margin: 0 auto;
  max-width: 1001px;
}
.wrap_sr .bot-block-bg > div {
  margin: 60px;
  border: 2px solid #1fa9ff;
}
.wrap_sr .bot-block-bg > div > div {
  overflow: hidden;
  background: url(https://resource.actio-shop.ru/steel_ropes/bot-block-bg.jpg) left top no-repeat;
  background-size: cover;
  margin: 10px;
  padding: 30px;
}
.wrap_sr .bot-block-bg img {
  width: 171px;
  height: 171px;
  border-radius: 150px;
 }

.wrap_sr .bot-block-bg span,
.wrap_sr .bot-block-bg h2{
  color: white;
}
.wrap_sr h3 span {
  color: #115c9c;
}
.wrap_sr .crosby_sr {
  margin: 0 auto 1rem auto;
  max-width: 460px;
  background: #ececec;
}
.insta_sr {
  width: 181px;
}
.china_sr {
  float: right; 
  width: 170px;
}

@media screen and (max-width: 767px) {
  .recommend_sr {
    flex-direction: column;
  }
  .recommend_sr>div {
    width: auto;
  }
  .wrap_video {
    width: 100%;
    padding-bottom: 56.25%;
  }
  .special_sr {
    flex-direction: column;
    justify-content: left;
  }
 /* .special_sr .imgs_sr span {
    text-align: left;
  } */
  .special_sr>div:first-child {
    min-width: auto;
  }
  .special_sr>div:nth-child(2) {
    width: auto;
  }
  .wrap_sr .block-bg {
    margin-top: 0px;
  }
  .wrap_sr .block-bg > div > div:before {
    display: none;
  }
  .wrap_sr .block-bg > div {
    margin: 0px;
    bottom: auto;
  }
  .wrap_sr .block-bg h3 {
    padding-top: 0px;
  }
  .china_sr {
    display: none;
  }

  .block_about {
    display: block;
  }

}

/* < Страница "Стальные канаты" */

/* > Страница "Контакты" */
/* Оформление таблицы */
.tblcnt {
  width: 100%;
  border-spacing: 0;
  margin-left: 0;
}

.tblcnt>tbody>tr>th, 
.tblcnt>tbody>tr>td {
  padding: 15px 0 15px 15px;
  vertical-align: top;
  text-align: left;
}

.tblcnt tr:nth-child(2n) {
  background: #f0f0f0;
}

.tblcnt>tbody>tr>td:first-child {
  width: 33.3%;
}

.tblcnt>tbody>tr>td:nth-child(2) {
  width: 33.3%;
}

.tblcnt>tbody>tr>td:last-child {
  width: 33.3%;
}

/*.tblcnt>tbody>tr>td:nth-child(2) {
  text-align: center;
} */

.tblcnt>caption {
  padding: 15px 15px;
  text-align: left;
  background: #fbc430;
  caption-side: top;
}

/* Базовый контейнер табов */
.tabs {
  min-width: 320px;
  padding: 0px;
  margin: 0 auto;
}
/* Стили секций с содержанием */
.tabs>section {
  display: none;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
}
.tabs>section>div {
  margin: 0 0 5px;
  line-height: 1.5;
  color: #383838;
  /* прикрутим анимацию */
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
/* Описываем анимацию свойства opacity */
 
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Прячем чекбоксы */
.tabs>input {
  display: none;
  position: absolute;
}
/* Стили переключателей вкладок (табов) */
.tabs>label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 10px 10px;
  font-size: 0.7rem;
/* font-weight: 600; */
  text-align: center;
  color: #aaa;
  border: 0px solid #ddd;
  border-width: 1px 1px 1px 1px;
  background: #f1f1f1;
  border-radius: 3px 3px 0 0;
}

/* Шрифт-иконки от Font Awesome в формате Unicode */
/*
.tabs>label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}
.tabs>label[for*="1"]:before {
  content: url(//resource.actio-shop.ru/contacts/house.png);
}
.tabs>label[for*="2"]:before {
  content: url(//resource.actio-shop.ru/contacts/house.png);
}
.tabs>label[for*="3"]:before {
  content: url(//resource.actio-shop.ru/contacts/house.png);
}
.tabs>label[for*="4"]:before {
  content: url(//resource.actio-shop.ru/contacts/house.png);
}
.tabs>label[for*="5"]:before {
  content: url(//resource.actio-shop.ru/contacts/house.png);
}
.tabs>label[for*="6"]:before {
  content: url(//resource.actio-shop.ru/contacts/house.png);
}
.tabs>label[for*="7"]:before {
  content: url(//resource.actio-shop.ru/contacts/house.png);
}
.tabs>label[for*="8"]:before {
  content: url(//resource.actio-shop.ru/contacts/house.png);
}
.tabs>label[for*="9"]:before {
  content: url(//resource.actio-shop.ru/contacts/house.png);
}
.tabs>label[for*="10"]:before {
  content: url(//resource.actio-shop.ru/contacts/house.png);
}
.tabs>label[for*="11"]:before {
  content: url(//resource.actio-shop.ru/contacts/house.png);
}
*/
/* Изменения стиля переключателей вкладок при наведении */

.tabs>label:hover {
  color: #888;
  cursor: pointer;
}
/* Стили для активной вкладки */
.tabs>input:checked+label {
  color: #555;
  border-top: 1px solid #009933;
  border-bottom: 1px solid #fff;
  background: #fff;
}
/* Активация секций с помощью псевдокласса :checked */
#tab1:checked~#content-tab1,
#tab2:checked~#content-tab2,
#tab3:checked~#content-tab3,
#tab4:checked~#content-tab4,
#tab5:checked~#content-tab5,
#tab6:checked~#content-tab6,
#tab7:checked~#content-tab7,
#tab8:checked~#content-tab8,
#tab9:checked~#content-tab9,
#tab10:checked~#content-tab10,
#tab11:checked~#content-tab11,
#tab12:checked~#content-tab12, 
#tab13:checked~#content-tab13 
{
  display: block;
}
/* Убираем текст с переключателей 
* и оставляем иконки на малых экранах
*/
 
@media screen and (max-width: 680px) {
  .tabs>label {
    font-size: 0.6rem;
  }
  .tabs>label:before {
    margin: 0;
    font-size: 18px;
  }
}
/* Изменяем внутренние отступы 
*  переключателей для малых экранов
*/
@media screen and (max-width: 400px) {
  .tabs>label {
    padding: 15px;
  }
}

/* < Страница "Контакты" */

/* > Главная страница, подбор по серийному № машины */

a.button_podbor {
  color: #fff;
  text-decoration: none;
  user-select: none;
  background: #243238;
  outline: none;
  font-weight: bold;
} 
a.button_podbor:hover { background: #fba51c; }
a.button_podbor:active { background: #fba51c; }


.head .headBottom ul li a {
  padding: 10px 5px !important;
}

/* < Главная страница, подбор по серийному № машины */

/* > Главная страница, логотипы */

/*ВАЖНО! Переопределение стиля ABCP*/
.wPageMain img {
  max-width: none !important;
}

.main_p .row div {
  margin: 0 auto;
  padding: 10px;
}
.main_p .row img {
  display: block;
  border-radius: 5px;
}
.main_p .row .block_first {
  background: lightgrey;
  border-radius: 5px;
  width: 540px;
  min-height: 190px;
  transition: 1s;
}
.main_p .row .block_first p {
  margin-bottom: 0px;
}
.main_p .row .logo_first > img {
  margin: 0 auto;
}
.main_p .row .main_img > img {
  margin: 0 auto;
/*  border: 1px double grey;*/
  transition: 1s;
}
.main_p .row .main_img img:hover,
.main_p .row .block_first:hover{
    transform: scale(1.1);
   }
.main_p .row .color_first:hover{
   background: #ffc107;
}
.main_p .row .color_second:hover{
   background: #002d72;
   color: white;
}

@media screen and (max-width: 576px) {
.main_p .row .block_first {
  width: auto;
}
}

.main_p .row div {
    margin: 0 auto;
    padding: 10px;
    display: flex;
    align-content: center;
    align-items: center;
}

/* < Главная страница, логотипы */