

/* Start:/discount/style.css?17572734297688*/
/* Спорт-Пульс Дисконтные карты*/
.disc-page {
  font-family: "Montserrat", "sans-serif";
  font-size: 18px;
}
.tabs {
  text-align: center;
  min-width: 100%;
  max-width: 800px;
  padding: 0px;
  margin: 0 auto;
}
.row-img {
  width: 300px;
  margin-bottom: 30px;
  border-radius: 12px;
  background: #f7f7f7;
  background-image: linear-gradient(180deg, #fff, #f7f7f7);
  box-shadow: 2px 2px 2px -1px #c7c7c7, -2px 2px 2px -1px #c7c7c7;
}
.tabs > section {
  display: none;
  margin-top: 50px;
}
.tabs > section > p {
  text-align: left;
  margin: 0 0 5px;
  line-height: 1.5;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.tabs > section > div {
  margin: 0 0 5px 0;
  line-height: 1.5;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-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: 15px 25px;
  font-weight: 600;
  border-bottom: 1px solid #f0f0f0;
  font-size: 18px;
}
/* Изменения стиля переключателей вкладок при наведении */
.tabs > label:hover {
  cursor: pointer;
}
/* Стили для активной вкладки */
.tabs > input:checked + label {
  border-bottom: 2px solid #00529F;
  background: #fff;
  color: #00529F;

}
/* Активация секций с помощью псевдокласса :checked */
#tab1:checked ~ #content-tab1,
#tab2:checked ~ #content-tab2,
#tab3:checked ~ #content-tab3 {
  display: block;
}
/* Убираем текст с переключателей 
* и оставляем иконки на малых экранах
*/
@media screen and (max-width: 680px) {
  .tabs > label img {
    display: none;
  }
}
.tabs > label:before {
  margin: 0;
  font-size: 18px;
}

/* Изменяем внутренние отступы 
*  переключателей для малых экранов
*/
@media screen and (max-width: 400px) {
  .tabs > label {
    padding: 15px;
  }
}
.row-block {
}
.block-num-1 {
  text-align: left;
}
.block-name {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 20px;
}
.block4 {
  width: 220px;
  float: left;
  margin-bottom: 10px;
  margin-right: 60px;
  text-align: center;
}

.numb {
  height: 66px;
  width: 66px;
  border-radius: 33px;
  border: 3px solid #0066B6;
  text-align: center;
  line-height: 58px;
  box-sizing: border-box;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.numb-1 {
  margin-left: 30%;
}
.numb-2 {
  margin-left: 30%;
}
.numb-3 {
  margin-left: 30%;
}
.block-numb {
  margin-left: 20%;
}
.num {
  width: 100%;
  float: left;
  background: #f7f7f7;
  background-image: linear-gradient(180deg, #fff, #f7f7f7);
  border: 1px solid whitesmoke;
  box-shadow: 2px 2px 2px -1px #c7c7c7, -2px 2px 2px -1px #c7c7c7;
  border-radius: 10px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
  .text-1:before {
    margin: 0 10px 0 0;
    content: "\f00c";
    color: #0066B6;
    font-family: FontAwesome;
    font-weight: normal;
  }
  .text-2:before {
    margin: 0 10px 0 0;
    content: "\f054";
    color: #0066B6;
    font-family: FontAwesome;
    font-weight: normal;
  }
  .text-3:before {
    margin: 0 10px 0 15px;
    content: "\f111";
    color: #0066B6;
    font-family: FontAwesome;
    font-weight: normal;
  }
}
.del-page-block-3 {
  background: #00529F;
  background-image: linear-gradient(180deg, #0066B6, #00529F);
  color: #fff;
  width: 100%;
  float: left;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 25px;
  text-align: center;
}
.disc-page .telephonen {
  float: left;
  width: 50%;
  font-size: 22px;
}
.disc-page .email {
  float: left;
  width: 50%;
  font-size: 22px;
}
.disc-page .num-text-1 {
  font-size: 16px;
  margin-top: 8px;
  font-weight: 400;
}
.disc-page .site-deli {
  text-decoration: none;
}
.disc-page .telephonen:before {
  margin: 0 8px 0 16px;
  content: "\f095 ";
  color: #fff;
  font-family: FontAwesome;
  font-weight: normal;
}
.disc-page .email:before {
  margin: 0 8px 0 16px;
  content: "\f0e0";
  color: #fff;
  font-family: FontAwesome;
  font-weight: normal;
}
.text-4 {text-align: left;}

.block-card { margin-top: 30px; }
.img-card { position: relative; float: left; width: 30%; }
.info-card { position: relative; float: left; width: 70%;}
.name-card {font-size: 20px; font-weight: bold; margin: 5px 0 5px 0;}
.tel-card:before { margin: 0 7px 0 0px; content: "\f095"; color:#00529f; font-family: FontAwesome; }
.site-card:before { margin: 0 7px 0 0px; content: "\f0ac "; color:#00529f; font-family: FontAwesome; }
.adress-part:before { margin: 0 5px 0 0;   content: "\f124"; color:#00529f; font-family: FontAwesome; }
.row-1-img {width: 300px; border-radius: 12px;background: #f7f7f7;background-image: linear-gradient(180deg, #fff, #f7f7f7); box-shadow: 2px 2px 2px -1px #c7c7c7, -2px 2px 2px -1px #c7c7c7;}
.city-id { font-size: 16px; float: left; margin: 5px 10px 0 0px; padding: 3px 5px 3px 5px; border: 1px solid #023f79; border-radius: 5px; font-weight: 500; width: 115px; text-align: center;
transition-duration: 0.3s; display: inline-block; } 
.city-id:hover {background: #E5EBF1; border: 1px solid #E5EBF1; color: #023f79; font-size: 18px;}
.city-id:active {background: #D2D8DE; border: 1px solid #D2D8DE;}

@media screen and (max-width: 600px) {
    .disc-page {
        font-size: 16px;
    }

  .disc-page .del-page-block-3 {
        padding: 5px;
        margin: 5px;
        text-align: center;
        font-weight: normal;
    }

  .disc-page .site-deli {
        font-weight: normal;
    }

  .disc-page .telephonen {
        padding: 0;
        margin: 0;
        width: 100%;
        float: none;
    }

  .disc-page .telephonen:before {
        content: none;
    }

  .disc-page .email {
        padding: 0;
        margin: 0;
        width: 100%;
        float: none;
    }

  .disc-page .email:before {
        content: none;
    }

  .disc-page .img-card {
        width: 100%;
    }

  .disc-page .info-card {
        float: none;
        width: 100%;
    }

  .disc-page .more-info {
        font-size: 14px;
        text-align: justify;
    }

  .disc-page .city-id {
        font-size: 14px;
        margin: 5px 5px 0 0;
        padding: 2px 0px 2px 0px;
    }

  .disc-page .text-4 {
        text-align: justify;
    }
}

/*@media screen and (max-width: 600px) {*/
/*  .disc-page { font-size: 16px; }*/
/*  .del-page-block-3 {*/
/*    padding: 5px;*/
/*    margin: 5px;*/
/*    text-align: center;*/
/*    font-weight: normal;*/
/*  }*/
/*  .site-deli {font-weight: normal; }*/
/*  .telephonen {padding: 0;margin: 0;width: 100%;float: none;}*/
/*  .telephonen:before {content: none;}*/
/*  .email {*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    width: 100%;*/
/*    float: none;*/
/*  }*/
/*.disc-page .email:before {content: none; }*/
/*  .img-card { width: 100%; }*/
/*  .info-card { float: none; width: 100%; }*/
/*  .more-info {font-size: 14px; text-align: justify;}*/
/*  .city-id { font-size: 14px; margin: 5px 5px 0 0; padding: 2px 0px 2px 0px; }*/
/*  .text-4 {text-align: justify;}*/
/*}*/




/* End */
/* /discount/style.css?17572734297688 */
