/* Страница товара */

.cat-item-section {
  margin: 0 0 50px 0;
}

.cat-item-section h2,
.cat-item-section .h2 {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  margin: 50px 0 25px 0;
}

.cat-more-photos img {
  width: 100%;
  margin: 0 0 30px 0 !important;
}

.catalog_detail .tabs_section {
  margin-top: 60px !important;
  clear: both;
}

.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  border: none;
  text-indent: -1000px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 10;
  cursor: pointer;
}

.slick-prev {
  left: 15px;
}

.slick-next {
  right: 15px;
}

.slick-prev:before {
  content:"";
  width: 14px;
  height: 26px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -13px 0 0 -10px;
  background: url(/images/slick-prev.png) 0 0 no-repeat;
}

.slick-next:before {
  content:"";
  width: 14px;
  height: 26px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -13px 0 0 -4px;
  background: url(/images/slick-next.png) 0 0 no-repeat;
}

.cat-item-gallery img {
  width: 100%;
}

.feedback-form {
  border: 10px solid #000876;
  position: relative;
  padding: 30px 400px 40px 40px;
}

.feedback-form:after {
  content: "";
  width: 408px;
  height: 399px;
  background: url(/images/feedback-pic.png) bottom right no-repeat;
  position: absolute;
  right: 30px;
  bottom: 0;
}

.feedback-form h2,
.feedback-form .h2 {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  color: #000876;
  margin: 0 0 30px 0;
}

.feedback-form form {
  max-width: 320px;
}

.feedback-form input[type=text] {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom:1px solid #000880;
  font-size: 14px;
  line-height: 22px;
  color: #000880;
}

.feedback-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000880;
}
.feedback-form ::-moz-placeholder { /* Firefox 19+ */
  color: #000880;
}
.feedback-form :-ms-input-placeholder { /* IE 10+ */
  color: #000880;
}
.feedback-form :-moz-placeholder { /* Firefox 18- */
  color: #000880;
}

.feedback-form button[type=submit] {
  background-color: #fff;
  -webkit-appearance: none;
  border: 2px solid #000876;
  font-size: 20px;
  line-height: 26px;
  color: #000876;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px 10px 20px;
  width: 100%;
  transition: all .3s ease;
}

.feedback-form button[type=submit]:hover {
  color: #fff;
  background-color: #000876;
}

.feedback-form .form-footer {
  margin: 30px 0 0 0;
}

.feedback-form label.error {
  position: relative;
  left: auto;
  right: auto;
  text-align: left;
}

.item_main_info .info_item .top_info {
  border: none;
}

.btn-1 {
  -webkit-appearance: none;
  background-color: #000876;
  border: 2px solid #000876;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px 10px 20px;
  width: 100%;
  transition: all .3s ease;
  cursor: pointer;
}

.btn-1:hover {
  color: #000876;
  background-color: #fff;
}

.btn-2 {
  background-color: #fff;
  -webkit-appearance: none;
  border: 2px solid #000876;
  font-size: 20px;
  line-height: 26px;
  color: #000876;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px 10px 20px;
  width: 100%;
  transition: all .3s ease;
  cursor: pointer;
}

.btn-2:hover {
  color: #fff;
  background-color: #000876;
}

.cat-item-buttons {
  max-width: 220px;
  margin: 30px 0 0 0;
}

.cat-item-buttons .btn,
.cat-item-buttons .btn {
  display: block;
  margin: 0 0 20px 0;
}

.form-group {
  position: relative;
}

.modal-backdrop {
  background: #3a3f44;
}

.modal-backdrop.in {
  opacity: .7 !important;
}

.order-modal .modal-dialog {
  max-width: 420px;
}

.order-modal .modal-content {
  position: relative;
  background-color: #fff;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-header {
  border-bottom: 2px solid #000f71;
  padding: 34px 75px 35px 35px;
}

.modal-body {
  padding:29px 35px 30px 35px;
}

.modal-title {
  font-size: 1.866em;
  line-height: 28px;
}

.modal .close {
  width: 14px;
  height: 14px;
  opacity: 1 !important;
  margin: 0;
  position: absolute;
  right: 33px;
  top: 37px;
  cursor: pointer;
}

.modal .close:before {
  content:"";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 0;
  background: url(/bitrix/templates/aspro_next/images/close_icons.png) -1px -46px no-repeat;
}

.modal .close:hover {
  background: #00097b;
}

.modal .close:hover:before {
  background-position: -30px -46px !important;
}

.feedback-form input[type="checkbox"],
.modal form input[type="checkbox"] {
  position: absolute;
}

.feedback-form .filter.licence_block,
.modal .filter.licence_block {
  margin: 0;
  padding-top: 12px;
}

body .filter.label_block input + label {
  padding-left: 23px;
  font-size: 13px;
  color: #888;
  line-height: 18px;
  padding-top: 2px;
}

.filter.licence_block .error {
  position: absolute;
  top: -3px;
  right: 0;
}

@media (max-width: 767px) {

  .feedback-form {
    padding:20px 20px 450px 20px;
  }

}

/*.cat-item-gallery {*/
/*background: rgba(0,0,0,.2);*/
/*}*/

/*.cat-item-gallery .slide {*/
/*overflow: hidden;*/
/*text-align: center;*/
/*line-height: 580px;*/
/*}*/

/*.cat-item-gallery img {*/
/*display: inline-block;*/
/*height: 580px;*/
/*width: auto !important;*/
/*}*/

/* Страница товара END */

.modal {
  z-index: 3040;
}

.modal-backdrop {
  z-index: 3030;
}

.how-tmb {
  margin: 0 0 35px 0;
  display: table;
  width: 100%;
}

.how-tmb-l {
  display: table-cell;
  vertical-align: middle;
  width: 38%;
}

.how-tmb-r {
  display: table-cell;
  vertical-align: middle;
}

.how-tmb-cont {
  background: #060981;
  position: relative;
  padding: 12px 0;
}

.how-tmb-cont:after {
  content: "";
  display: table;
  clear: both;
}

.how-tmb-cont:before {
  content: "";
  position: absolute;
  right: -50px;
  left: -2000px;
  top: 0;
  bottom: 0;
  background: #060981;
}

.how-tmb-cont > * {
  position: relative;
}

.how-tmb-ttl {
  margin-left: 90px;
  padding: 4px 60px 4px 0;
}

.how-tmb h3,
.how-tmb .h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin: 0;
  color: #fff;
  display: table-cell;
  height: 44px;
  vertical-align: middle;
}

.how-tmb-num {
  position: absolute;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #060981;
  text-align: center;
  line-height: 92px;
  font-size: 45px;
  font-weight: bold;
  color: #060981;
  right: -56px;
  top: 50%;
  margin-top: -50px;
  z-index: 10;
}

.how-tmb-ico {
  width: 56px;
  height: 56px;
  line-height: 49px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  float: left;
  background: #fff;
}

.how-tmb-descr {
  border: 2px solid #060981;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  font-size: 15px;
  line-height: 22px;
  padding: 12px 50px 14px 90px;
  background: #fff;
  position: relative;
}

.how-tmb-descr p:last-child {
  margin-bottom: 0;
}

.soclink {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 24px auto;
  vertical-align: middle;
  margin: 0 5px;
}

.soclink-fb {
  background-image: url(../images/soclink-fb-color.png);
}

.soclink-instagram {
  background-image: url(../images/soclink-instagram-color.png);
}

.soclink-youtube {
  background-image: url(../images/header-soclink-youtube.png);
}

.soclink-whatsapp {
  background-image: url(../images/ico-whatsapp.png);
}

.soclink-viber {
  background-image: url(../images/ico-viber.png);
}
.soclink-telegram {
    background-image: url(../images/ico-telegram.png);
}

.soclink-footer:hover {
  background-position: 0 0;
}

.footer-soclinks {
  margin: 12px -5px 30px -5px;
}

.footer-soclinks .soclink {
	width: 30px;
    height: 30px;
	background-size: 30px auto;	
	-moz-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.footer-soclinks .soclink:hover {	
	-moz-filter: grayscale(0);
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.footer-soclinks .soclink-fb {
  background-image: url(../images/soclink-footer-fb.png);
}

.footer-soclinks .soclink-instagram {
  background-image: url(../images/soclink-footer-instagram.png);
}

.soclink-alt {
  display: inline-block;
  position: relative;
  padding: 0 0 0 35px;
  margin: 0 0 15px 0;
}

.soclink-alt .ico {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 24px auto;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}

.soclink-alt .ico-fb {
  background-image: url(../images/soclink-fb-color.png);
}

.soclink-alt .ico-instagram {
  background-image: url(../images/soclink-instagram-color.png);
}

.soclink-alt .ico-vk {
  background-image: url(../images/soclink-vk-color.png);
}

.soclink-alt .ico-rutube {
  background-image: url(../images/soclink-rutube-color.png);
}

.soclink-alt .ico-yz {
  background-image: url(../images/soclink-yz-color.png);
}

.soclink-alt .ico-youtube {
  background-image: url(../images/ico-youtube.png);
}

.soclink-alt .ico-whatsapp {
  background-image: url(../images/ico-whatsapp.png);
}

.soclink-alt .ico-telegram {
  background-image: url(../images/ico-telegram-48.png);
}

.soclink-alt .ico-viber {
  background-image: url(../images/ico-viber.png);
}

.header-soclinks {
  padding: 0 15px 0 10px;
}

.contacts-soclinks {
  margin: 20px 0 40px 3px;
}

.contacts-soclinks .soclink-alt {
  padding: 12px 0 12px 71px;
}

.contacts-soclinks .soclink-alt .ico {
  width: 48px;
  height: 48px;
  background-size: 48px auto;
  top: 0;
  margin-top: 0;
}

.footer-soclinks .soclink-alt {
  color: #fff !important;
}

.footer a:hover {
  color: #fff !important;
}

.menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu > li > a.pdf-catalog-link,
a.pdf-catalog-link-alt {
  display: inline-block !important;
  position: relative;
  padding-top: 65px !important;
  color: #000980 !important;
}

.pdf-catalog-link:before {
  content: "";
  background: url(/files/cat-ru.jpg) 0 0 no-repeat;
  height: 60px;
  position: absolute;
  left: 20px;
  right: 0;
  top: 0;
  background-size: auto 60px;
}

a.pdf-catalog-link-alt {
  font-weight: bold;
  margin: 30px 0 0 0;
}

.pdf-catalog-link-alt:before {
  left: 17px;
}

@media (max-width: 991px) {

  .how-tmb-l {
    width: 50%;
  }

  .how-tmb-r {
    width: 50%;
  }

  .how-tmb-ttl {
    margin-left: 80px;
  }

  .how-tmb-descr {
    padding: 12px 30px 14px 70px;
  }

}

@media (max-width: 767px) {

  .how-tmb {
    display: block;
  }

  .how-tmb-l {
    display: block;
    width: auto;
  }

  .how-tmb-r {
    display: block;
    width: auto;
  }

  .how-tmb h3,
  .how-tmb .h3 {

  }

  .how-tmb-cont {
    margin: 0 -15px 15px -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .how-tmb-cont:before {
    display: none;
  }

  .how-tmb-ico {
    border: 2px solid #060981;
  }

  .how-tmb-descr {
    padding: 20px 20px 20px 20px;
    border-radius: 20px;
  }

  .how-tmb-num {
    display: none;
  }

  .how-tmb-ttl {
    padding-right: 0;
  }

}

.main-gallery {
	margin: 50px 0;
}

.main-gallery img {
	width: 100%;
}

@media (min-width: 768px) {

  .wrapper_inner.front .adv_list.top .col-sm-4 {
    width: 25% !important;
  }

  .wrapper_inner.front .adv_list.top .col-sm-4:nth-child(4n+1) {
    clear: left;
  }

  .adv_list .item > div {
    display: block;
  }

  .adv_list.top .item .img {
    width: 120px;
    height: 120px;
    padding: 0;
    margin: 0 0 10px 0;
  }

}

.proizv-logo {
  margin: 20px 0 0 0;
}

.proizv-logo img {
  width: 100px;
}

@media (max-width: 767px) {

  .proizv-logo {
    margin: 0 0 30px 0;
  }

}

@media (min-width: 768px) {

  .cat-more-photos .col-sm-4 {
    width: 50% !important;
  }

  .cat-more-photos .col-sm-4:nth-child(3n+1) {
    clear: none;
  }

  .cat-more-photos .col-sm-4:nth-child(2n+1) {
    clear: left;
  }

}
