

/* Start:/delivery/css/style-new.css?17755873198899*/
.active {
  color: #9acd32;
}

.primary {
  color: #000;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

/*

   Стили модального окна
   ======================

*/
/* Start state */
.animated-modal {
  max-width: 550px;
  border-radius: 4px;
  overflow: hidden;
  transform: translateY(-50px);
  transition: all .7s;
}

.animated-modal h2,
.animated-modal p {
  transform: translateY(-50px);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: .4s;
}

/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal p {
  transform: translateY(0);
  opacity: 1;
}

/* Reveal content with different delays */
.fancybox-slide--current .animated-modal h2 {
  transition-delay: .1s;
}

.fancybox-slide--current .animated-modal p {
  transition-delay: .3s;
}

.info {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.info_basket {
  text-align: center;
  padding: 0.8rem;
  border-radius: 15px;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
}

.page-wrapper .item {
  font-family: sans-serif;
  min-height: 415px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.item b {
  color: #000;
}

.item__img img {
  width: 100px;
  margin-top: 10px;
}

.item__title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.item__desc {
  font-size: 16px;
  color: #242424;
  min-height: 140px;
  line-height: 1.2;
}

.item__price {
  font-size: 28px;
  font-weight: 700;
}

.item__price span {
  font-size: 14px;
}

.item__price p {
  font-size: 14px;
}

.item__link span {
  font-size: 14px;
  font-weight: 700;
}

.item__link .show-phone {
  display: none;
}

@media (max-width: 768px) {
  .item__link .show-phone {
    display: block;
  }
}

@media (max-width: 768px) {
  .item__link .display-phone {
    display: none;
  }
}

.delivery-info__wrapper {
  padding: 10px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  background: #f7f7f7;
}

.delivery-info__wrapper:nth-child(2) {
  border-top: 1px solid #e5e5e5;
}

.delivery-info__wrapper:nth-child(3) {
  border-top: 1px solid #e5e5e5;
}

.delivery-info__wrapper:nth-child(4) {
  border-top: 1px solid #e5e5e5;
}

.delivery-info__wrapper:nth-last-child(1) {
  border-bottom: 1px solid #e5e5e5;
}

.delivery-info__title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.delivery-info__subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  position: relative;
}

.delivery-info__subtitle::after {
  content: "";
  background-image: url("https://www.sport-pulse.ru/upload/plus.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  position: absolute;
  top: 1px;
  right: 0px;
  width: 20px;
  height: 20px;
}

.delivery-info__subtitle span {
  border-bottom: 1px dashed grey;
  margin-right: 20px;
}

.delivery-info__subtitle span:hover {
  border: none;
}

@media (max-width: 768px) {
  .delivery-info__subtitle span {
    margin-right: 0px;
  }
}

.delivery-info__subtitle div {
  border-left: 2px solid #e5e5e5;
  padding-left: 40px;
  display: inline;
  font-size: 16px;
  color: grey;
  position: relative;
}

.delivery-info__subtitle div::after {
  content: "";
  background-image: url("https://www.sport-pulse.ru/upload/clock.svg");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 20px;
  width: 20px;
  height: 20px;
}

@media (max-width: 768px) {
  .delivery-info__subtitle div {
    display: none;
  }
}

@media (max-width: 768px) {
  .delivery-info__subtitle {
    font-size: 18px;
  }
}

.delivery-info__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.delivery-info__item {
  margin-top: 0.8rem;
  font-size: 18px;
  color: #000;
  padding-left: 50px;
  position: relative;
}

@media (max-width: 768px) {
  .delivery-info__item {
    margin-top: 0.3rem;
    padding-left: 18px;
  }
}

.delivery-info__item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  width: 30px;
  height: 3px;
  background-color: #00529f;
}

@media (max-width: 768px) {
  .delivery-info__item::before {
    width: 5px;
    height: 5px;
    border-radius: 100%;
  }
}

.delivery-callback__text {
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}

.delivery-callback__block {
  text-align: center;
  background: #00529f;
  background-image: linear-gradient(180deg, #0066b6, #00529f);
  color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
}

.delivery-callback__info {
  font-size: 24px;
  font-weight: normal;
}

.delivery-callback__info span {
  color: #fff;
  border-bottom: 1px dashed #fff;
  transition: border-color 0.3s;
}

.delivery-callback__info span:hover {
  border: none;
  color: #fff;
}

.delivery-callback__info .icon-1 {
  position: relative;
}

.delivery-callback__info .icon-1::after {
  content: "";
  background-image: url("/delivery/css/../img/phone.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  position: absolute;
  fill: #fff;
  top: 7px;
  left: -35px;
  width: 30px;
  height: 30px;
}

.delivery-callback__info .icon-2 {
  position: relative;
}

.delivery-callback__info .icon-2::after {
  content: "";
  background-image: url("/delivery/css/../img/mailto.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  position: absolute;
  fill: #fff;
  top: 8px;
  left: -35px;
  width: 30px;
  height: 30px;
}

.payment-info__text {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.payment-info__wrapper {
  margin-top: .9rem;
  padding: 20px;
  border-radius: 15px;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
}

.payment-info__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .payment-info__item {
    flex-direction: row;
    border-left: none;
  }
}

.payment-info__item img {
  display: block;
  width: 80px;
  height: 80px;
}

@media (max-width: 768px) {
  .payment-info__item img {
    width: 80px;
    height: 80px;
    margin-right: .9rem;
    margin-bottom: .9rem;
  }
}

.payment-info__item-left {
  display: flex;
  min-height: 80px;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .payment-info__item-left {
    display: block;
  }
}

.payment-info__item-left span {
  display: block;
  margin-bottom: .4rem;
  width: 180px;
  text-align: center;
  font-size: 20px;
  color: #000;
  line-height: 1.1;
  text-align: left;
}

@media (max-width: 768px) {
  .payment-info__item-left span {
    text-align: left;
    width: 100%;
  }
}

.payment-info__item-left p {
  display: block;
  color: grey;
  text-align: left;
  font-size: 14px;
  line-height: 1;
}

/* Стили аккардиона*/
.accordion {
  cursor: pointer;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
}

/* Добавить цвет фона для кнопки, если она нажата (добавить .активный класс с JS), а при наведении на него курсора мыши (наведите курсор) */
.active-acc,
.accordion-acc:hover {
  color: #00529f;
}

.active-acc span,
.accordion-acc:hover span {
  border-bottom: 1px dashed #00529f;
}

.active-acc::after,
.accordion-acc:hover::after {
  content: "";
  background-image: url("https://www.sport-pulse.ru/upload/line.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  position: absolute;
  top: 1px;
  right: 0px;
  width: 20px;
  height: 20px;
}

/* Стиль аккордеон панели. Примечание: скрыто по умолчанию */
.panel-acc {
  padding: 0 18px;
  display: none;
  overflow: hidden;
}

.fancybox-content {
  max-width: 100%;
  /* width: 1100px; */
}

.modal__item {
  width: 100%;
}

.modal__title {
  font-size: 18px;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

/* End */


/* Start:/bitrix/components/ipol/ipol.sdekPickup/templates/.default/style.css?17236290226010*/
#SDEK_pvz{
	background-color : white;
	padding          : 10px;
	overflow         : hidden;
	font-family      : Arial;
	width            : 900px;
	height           : 586px;
}
#SDEK_mask{
	width            : 100%;
	height           : 100%;
	opacity          : 0.8;
	position         : fixed;
	z-index          : 2000;
	background-color : black;
	display          : none;
	top              : 0px;
	padding          : 5px
}
#SDEK_head{
	height:35px;
	clear: both;
	padding-top: 7px;
	position: relative;
	top: -480px;
}
#SDEK_logo{
	background  : url('/bitrix/images/ipol.sdek/widjet/logo.png') no-repeat transparent;
	width       : 169px;
	height      : 11px;
}
#SDEK_logo:hover{
	background-position: 0px -12px;
}
#SDEK_logo a{
	text-decoration : none;
	width           : 100%;
	height          : 100%;
	display         : block;
}
#SDEK_closer{
	position   : absolute;
	background : url('/bitrix/images/ipol.sdek/widjet/close.png') no-repeat transparent;
	height     : 22px;
	width      : 22px;
	right      : 15px;
	top        : 18px;
	z-index    : 1000;
	cursor     : pointer;
}
#SDEK_closer:hover{
	background-position: 0px -22px;
}
#SDEK_map{
	float: left;
	height: 500px;
	width: 900px;
}
#SDEK_info{
	float:left;
	position:relative;
	height: 480px;
	overflow: hidden;
	width: 245px;
	color: black;
	top: -490px;
	left: 10px;
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 0 5px #5D5D5D;
}
#SDEK_sign{
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	padding-left: 98px;
	background: url('/bitrix/images/ipol.sdek/widjet/widjetLogo.png') no-repeat;
}
#SDEK_delivInfo_PVZ,#SDEK_delivInfo_POSTAMAT{
	height: 30px;
	/* font-weight: bold; */
	font-size: 12px;
	/* border-bottom: 1px dashed #e3e3e3; */
	line-height: 35px;
	padding: 0px 11px;
	background-color: #fafafa;
	color: #808080;
	display: none;
	border-top: 1px solid #e3e3e3;
}
#SDEK_wrapper{
	height: 400px;
	overflow: auto;
	width: 245px;
	border: none;
	outline: none;
	background-color: #fafafa;
}
#SDEK_wrapper p{
	cursor : pointer;
	padding: 5px 6px;
	margin:  5px 6px;
	font-size: 12px;
}
#SDEK_wrapper p span{
	font-size: 12px;
	white-space: nowrap;
	display: inline-block;
	line-height: 10px;
}
#SDEK_wrapper p .IPOLSDEK_subPunct{
	width: 130px;
	overflow: hidden;
}
.IPOLSDEK_subPunct_detail_PVZ, .IPOLSDEK_subPunct_detail_POSTAMAT{
	color: #bfbfbf;
}
.sdek_chosen{
	background-color : #ebebeb;
}
#SDEK_ten{
	position: relative;
	top: -5px;
	background-color: white;
	height: 10px;
	box-shadow: 0 0 5px 5px white;
	width: 235px;

	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}
/*Переключатель режимов*/
#SDEK_modController{
	padding: 0px 10px;
	padding-bottom: 10px;
}
.SDEK_mC_block {
	float: left;
	height: 30px;
	font-size: 13px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #e3e3e3;
	cursor: pointer;
}
.SDEK_mC_block.active{
	border: 1px solid #e98535;
	background-color: #f8ece1;
	color: #e98535;
}
#SDEK_mC_ALL{
	border-radius: 5px 0px 0px 5px;
	width: 34px;
}
#SDEK_mC_PVZ{
	width: 105px;
}
#SDEK_mC_POSTAMAT{
	border-radius: 0px 5px 5px 0px;
	width: 80px;
}

/*балун*/
#SDEK_baloon{
	background-color:white;
	max-width: 258px;
	font-family: Arial;
	font-size: 12px;
	padding-left: 3px;
}
#SDEK_baloon > div{
	margin-top: 5px;
}
.sdek_baloonInfo{
	color: #666666;
	max-height: 80px;
	overflow: hidden;
}
.sdek_baloonDiv{
	max-width: 235px;
	padding-left:8px;
	float:left;
}
.sdek_baloonPrice{
	height: 20px;
	text-align: center;
}
.sdek_icon{
	float:left;
	width:12px;
	min-height: 12px;
	margin-top:4px;
}
.SDEK_iAdress{
	margin-top: 0px !important;
	font-size: 14px;
}
.SDEK_iTelephone{background: url('/bitrix/images/ipol.sdek/widjet/phone.png') no-repeat;}
.SDEK_iTime{background: url('/bitrix/images/ipol.sdek/widjet/clock.png') no-repeat;}
.SDEK_iDressing{background: url('/bitrix/images/ipol.sdek/widjet/fitting.png') no-repeat;}
.SDEK_iPrTerm{background: url('/bitrix/images/ipol.sdek/widjet/prTerm.png') no-repeat;}
#SDEK_button{
	width:130px;
	height:25px;
	background: url('/bitrix/images/ipol.sdek/widjet/chooze.png') no-repeat;
	display: block;
	margin: auto;
	text-decoration:none;
}
#SDEK_button:hover{
	background-position: 0px -25px;
}
#SDEK_title{
	padding-bottom: 12px;
	border-bottom: 1px solid #e5e5e5;
	width: 898px;
}
#SDEK_title > div,#SDEK_cityPicker > div{
	font-size: 12px;
	font-family: Arial;
	float:left;
}
#SDEK_cityPicker > div:first-child{
	padding-top:9px;
	margin-bottom: 10px;
}
#SDEK_cityPicker{
	width: 300px;
}
#SDEK_citySel{
	display:none;
}
#SDEK_listOfCities{
	height: 515px;
	overflow: hidden;
}
#SDEK_cityName{
	text-decoration:none;
	border-bottom:1px dotted #007ACF;
}
#SDEK_cityLabel{
	padding: 9px 12px 0px 12px;
}
#SDEK_cityLabel a{
	margin-bottom: 9px;
	color: #3366CC;
	display:block;
}
#SDEK_cityLabel a:hover{
	color: #24478F;
	text-decoration: none !important;
}
#SDEK_cityLabel:hover {
	background: #FFFFFF;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.506);
	position: absolute;
	z-index: 100;
}
#SDEK_cityLabel:hover > #SDEK_citySel{
	display: block;
}
#SDEK_cityLabel:hover > #SDEK_cityName{
	text-decoration:underline;
	border-bottom:none;
}
.SDEK_mark{
	height: 32px;
	padding-left: 460px;
	line-height: 20px;
	cursor: default;
	text-align: right;
}
.SDEK_mark .SDEK_courierInfo{
	float: left;
	padding: 0px 2px;
}
#SDEK_logoPlace{
	width: 300px;
	height: 38px;
	background-image: url("/bitrix/images/ipol.sdek/SDEKogo.png");
	background-repeat:no-repeat;
	background-position: 241px 2px;
}
#SDEK_separator{
	background-color: #e3e3e3;
	width: 1px;
	height: 38px;
}
#SDEK_citySearcher{
	margin-bottom: 5px;
}
.sdek_baloonDiv a{
	cursor: help;
}
/* End */
/* /delivery/css/style-new.css?17755873198899 */
/* /bitrix/components/ipol/ipol.sdekPickup/templates/.default/style.css?17236290226010 */
