@font-face {
  font-family: Gotham Pro;
  src: url("/lp-dev/multilor-2024/font/GothamPro.ttf");
  font-weight: normal;
}

@font-face {
  font-family: Gotham Pro;
  src: url("/lp-dev/multilor-2024/font/GothamPro-Bold.ttf");
  font-weight: bold;
}

@font-face {
  font-family: Gotham Pro;
  src: url("/lp-dev/multilor-2024/font/GothamPro-Medium.ttf");
  font-weight: 500;
}

/*------------------------ОБЩИЕ-СВОЙСТВА--------------------*/

.content {
  max-width: 966px;
  width: 100%;
  margin: 20px auto 50px;
  font-family: Gotham Pro, sans-serif;
}

.desk {
  display: block;
}

.mob {
  display: none;
}

.flex {
  display: flex;
}

.col {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.noWrap {
  flex-wrap: nowrap;
}

.aCenter {
  align-items: center;
}

.jAround {
  justify-content: space-around;
}

.jBetween {
  justify-content: space-between;
}

.jCenter {
  justify-content: center;
}

h3 {
  font-family: Gotham Pro, sans-serif;
  text-align: center;
  text-transform: none;
  font-weight: bold;
  font-size: 30px;
  line-height: 100%;
}

h4 {
  font-family: Gotham Pro, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
}

p, ul, li {
  font-family: Gotham Pro, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.strong {
  font-weight: bold;
}

.content hr {
  height: 3px;
  background: #000;
}

.w15 {
  width: 15% !important;
}

.w28 {
  width: 28%;
}

.w42 {
  width: 42%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w100 {
  width: 100%;
}

.t18 {
  font-size: 18px;
  line-height: 120%;
}

.t20 {
  font-size: 20px;
  line-height: 120%;
}

.mt0 {
  margin-top: 0 !important;
}

.mt30 {
  margin-top:  30px;
}

.mt50 {
  margin-top: 50px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mt-20 {
  margin-top: -20px;
}

.mt-90 {
  margin-top: -90px;
}

.mb30 {
  margin-bottom: 30px;
}

/*----------------------ТАБЫ-------------------------*/

#tabs {
  padding: 30px 82px;
  margin: 0 auto;
}

.tab-title {
  cursor: pointer;
  background: #FF9900;
  list-style: none;
  color: #ffffff;
  font-size: 30px;
  width: 308px;
  border-radius:15px;
  text-align: center;
  padding: 22px 10px;
}

.selected-li, #tabs-title li:hover {
  background: #E53C65;
}

.tab {
  display: none;
}

.selected {
  display: block;
}

/*-------------СПИСОК-ЗАБОЛЕВАНИЙ---------------*/

.dislist {
  margin-top: 10px;
}

.dislist li {
  list-style-type: none;
  padding-bottom: 18px;
}

.dislist li a {
  color: #7D7F7D;
  font-size: 20px;
  font-weight: bold;
  line-height: 120%;
  text-decoration: none;
}

.dislist li a:hover {
  color: #E53C65;
}

.redhead {
  display: block;
  color: #ffffff;
  background: #E53C65;
  padding: 20px 40px;
  border-radius: 15px;
  text-decoration: none;
  font-size: 24px;
  line-height: 120%;
  font-weight: bold;
  margin: 30px auto;
  text-align: center;
  cursor: default;
}

/*-----------------ТАБЛИЦЫ-----------------*/

.distab {
  table-layout: fixed;
  margin-top: 30px;
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.distab td {
  border: 1px solid #949494;
  text-align: center;
  padding: 16px 10px;
  vertical-align: middle;
}

.distab td:first-child {
  text-align: left;
  width: 30%;
}

.distab tr:first-child {
  background-color: #FFD84E;
}

.distab tr:nth-child(even) {
  background-color: #FFFAE8;
}

.distab .lasttd {
  background-color: #E53C65;
  color: #ffffff;
  font-weight: bold;
  text-align: center !important;
}

/*---------ССЫЛКА-ВОПРОС-ВРАЧУ----------*/

.vrach {
  text-decoration: underline;
  cursor: pointer;
}

/*------ -------ВНИМАНИЕ---------------*/

p.warning {
  color: #E53C65;
  font-weight: bold;
  margin-bottom: 0;
}

.warning-img {
  width: 8px;
  height: 30px;
  margin-right: 10px;
}

/*-----------КНОПКА-НАЗАД---------------*/

.up {
  display:block;
  color: #E53C65;
  text-align: right;
  font-weight: bold;
  margin-top: 30px;
  text-decoration: underline;
  font-size: 16px;
}

.up:hover {
  color: #7d7f7d;
}

/*------------------ПРОТИВОПОКАЗАНИЯ----------------*/

.protivopokazaniya {
  margin: 40px 20px;
}

.protivopokazaniya ul {
  max-width:470px;
}

.protivopokazaniya li {
  list-style-type: disc;
  padding-bottom: 24px;
}

/*-------------------ПРИМЕЧАНИЯ----------------------*/

.primhead {
  cursor: pointer;
}

.primhead img {
  width: 20px;
}

.primechaniya {
  max-width:1004px;
}

.prim-main {
  margin:30px 0;
}

.prim-in {
  margin-bottom: 50px;
}

p.col1 {
  width: 435px;
}

p.col2 {
  width: 447px;
}

/*-----------------СОЦСЕТИ-----------------*/

.social p {
  font-size: 20px;
  font-weight: bold;
  line-height: 120%;
}

.soc-icons {
  width: 190px;
}

.soc-icons img {
  max-width: 50px;
  max-height:50px;
}





/*---------------------------------MEDIA--------------------------------*/
@media (max-width: 1400px) {

}

@media (max-width: 768px) {
  .desk {
    display: none;
  }

  .mob {
    display: block;
  }

  .content {
    width:100%;
    margin: 0;
    padding: 0 20px;
  }

  h2 {
    font-size: 16px;
    line-height: 16px;
  }

  h3 {
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 25px;
  }

  h4 {
    font-size: 14px;
    line-height: 100%;
  }

  p, ul, li {
    font-size: 14px;
    line-height: 16px;
  }

  /*----------------------ТАБЫ-------------------------*/

  #tabs {
    padding: 30px 0;
  }

  .tab-title {
    width: 100%;
    margin-bottom:20px;
    border-radius:10px;
    font-size: 22px;
  }

  .dislist {
    margin-top: 0;
  }

  .dislist li {
    padding-bottom: 16px;
  }

  .dislist li a {
    font-size: 16px;
  }

  .redhead {
    padding: 18px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 100%;
  }

  .protivopokazaniya {
    display: block;
    margin: 30px 20px;
  }

  .primechaniya>div {
    display: block;
  }

  .social {
    display: block;
  }

  .social p {
    font-size: 14px;
    line-height: 100%;
  }

  .soc-icons img {
    max-width: 40px;
    max-height: 40px;
    margin-bottom: 50px;
  }

  .distab {
    table-layout: auto;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.5px;
  }

  .distab td {
    padding: 16px 6px;
  }

  .t18, .t20 {
    font-size: 14px;
  }

  .onecol {
    display: block;
  }

  .w50, .w45, .w55 {
    width: 100%;
  }

  .up {
    font-size: 14px;
    color: #7d7f7d;
  }

  .up:hover {
    color: #E53C65;
  }

  .tabwrap {
    overflow-x: auto;
  }

  .tabwrap td:first-child {
    position: sticky;
    left: 0;
    z-index: 1; 
    background-color: #ffd84e;
  }

  .warning-img {
    height: 45px;
    width: 22px;
  }

  .warning-img img {
    height: 45px;
    width: 12px;
  }

  .mt-90 {
    margin-top: 0;
  }

  .mt80, .mt50 {
    margin-top: 40px;
  }

  .mt-20 {
    margin-top: 20px;
  }
  
  .mobmarg {
    margin-top: 30px;
  }

  p.col1, p.col2 {
    width: 100%;
  }
  
  .soc-icons {
    width: 150px;
}
  
  .prim-main {
  margin:14px 0;
}

.prim-in {
  margin-bottom: 30px;
}
}