* {
  box-sizing: border-box;
}

html,
body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #8a96a3;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

input,
textarea {
  outline: none;
}

button {
  cursor: pointer;
  outline: none;
  background: transparent;
  border: none;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #202629;
  min-width: 380px;
  position: relative;
  overflow-x: hidden;
  background: #f8f8f8;
}

.container {
  max-width: 700px;
  margin: 0 auto;
}

.header {
  background: #216087;
  padding: 17px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header a {
  color: #fff;
}
.header_logo img {
  width: 149px;
  vertical-align: middle;
}
.header_right {
  display: flex;
  align-items: center;
}
.header_link {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}
.header_link svg {
  vertical-align: middle;
}
.header_link:first-child {
  margin-right: 12px;
}
.header_link:nth-child(2) {
  margin-right: 16px;
}

.article {
  background: #f5f5f5;
  padding: 14px 4px 0px 4px;
}
.article_block {
  background: #ffffff;
  border-radius: 5px;
  padding: 16px;
}

.mail {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 8px;
  margin-bottom: 20px;
}

.title {
  font-family: "Amiko", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
}

.date {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #bdbdbd;
}

.share {
  display: flex;
  align-items: center;
  gap: 0 12px;
  margin-bottom: 16px;
  color: #ffffff;
  font-family: "Amiko", sans-serif;
  font-weight: 600;
  font-size: 8px;
  line-height: 8px;
}
.share a {
  color: #fff;
}
.share .facebook {
  background: #2e5dd5;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 6px;
  width: 68px;
  height: 22px;
}
.share .twetter {
  background: #309cea;
  border-radius: 3px;
  display: flex;
  gap: 0 6px;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 22px;
}

.doctor_post {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #353e43;
}

.img {
  border-radius: 5px;
  overflow: hidden;
}

.first_signs {
  font-size: 20px;
  line-height: 28px;
  color: #202629;
}
.first_signs ul {
  padding-left: 40px;
}

.text a {
  font-weight: 600;
  text-decoration: underline;
  color: #000;
}

.red_block {
  background: #ffe3e3;
  padding: 17px 20px;
  display: flex;
  gap: 0 19px;
}
.red_block svg {
  flex: none;
  width: 10px;
  padding-top: 6px;
}
.red_block strong {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #202629;
}

.green_block {
  background: rgba(102, 218, 148, 0.2);
  padding: 17px;
}

.pink_block {
  background: #fff2ec;
  padding: 16px;
}

.expert_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #202629;
}

.expert_desc {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #353e43;
}

.expert_text {
  font-family: "Source Serif Pro", sans-serif;
  font-style: italic;
}
.attention .attention_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #e92005;
  font-weight: 700;
  justify-content: center;
  text-align: center;
}

.attention_btn {
  display: block;
  width: 232px;
  background: #006cad;
  border-radius: 100px;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.06em;
  padding: 10px 88px;
  color: #ffffff;
  margin: 0 auto;
}

.footer {
  background: #0b1e29;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 18px 10px;
  font-family: "Source Serif Pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
}
.footer_logo {
  flex: none;
  width: 149px;
}
.footer a {
  color: #fff;
}

.comments {
  font-family: "Amiko", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
}
.comments_actions {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.comments_actions-photo {
  background: #bdbdbd;
  border-radius: 2px;
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comments_actions-field {
  background: #ececec;
  border-radius: 2px;
  flex: 1;
  position: relative;
  height: 24px;
  display: flex;
  align-items: center;
}
.comments_actions-field input {
  padding: 0 9px;
  border: none;
  background: rgba(255, 255, 255, 0);
  font-family: "Source Serif Pro", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 28px;
  color: #d2d2d2;
}
.comments_actions-field svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.comments_block {
  border-bottom: 0.5px solid #dadada;
  padding-bottom: 24px;
  margin-bottom: 22px;
}
.comments_block:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.comments_item {
  display: flex;
  align-items: flex-start;
  gap: 0 14px;
  margin-bottom: 24px;
}
.comments_item.answer {
  padding-left: 54px;
  margin-bottom: 0;
}
.comments_item-img {
  width: 40px;
  height: 40px;
}
.comments_item-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.comments_item-time {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #bdbdbd;
}
.comments_item-text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #202629;
}
.comments_item-actions {
  display: flex;
  align-items: center;
  gap: 0 14px;
}
.comments_item-actions span {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #bdbdbd;
}
.comments_item-likes {
  display: flex;
  align-items: center;
  gap: 0 6px;
}
.comments_item-likes img {
  width: 14px;
}
.comments_item-likes span {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #1fc762;
}

.mb1 {
  margin-bottom: 1px;
}

.mb2 {
  margin-bottom: 2px;
}

.mb3 {
  margin-bottom: 3px;
}

.mb4 {
  margin-bottom: 4px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb6 {
  margin-bottom: 6px;
}

.mb7 {
  margin-bottom: 7px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb9 {
  margin-bottom: 9px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb11 {
  margin-bottom: 11px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb13 {
  margin-bottom: 13px;
}

.mb14 {
  margin-bottom: 14px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb17 {
  margin-bottom: 17px;
}

.mb18 {
  margin-bottom: 18px;
}

.mb19 {
  margin-bottom: 19px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb21 {
  margin-bottom: 21px;
}

.mb22 {
  margin-bottom: 22px;
}

.mb23 {
  margin-bottom: 23px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb26 {
  margin-bottom: 26px;
}

.mb27 {
  margin-bottom: 27px;
}

.mb28 {
  margin-bottom: 28px;
}

.mb29 {
  margin-bottom: 29px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb31 {
  margin-bottom: 31px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb33 {
  margin-bottom: 33px;
}

.mb34 {
  margin-bottom: 34px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb36 {
  margin-bottom: 36px;
}

.mb37 {
  margin-bottom: 37px;
}

.mb38 {
  margin-bottom: 38px;
}

.mb39 {
  margin-bottom: 39px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb41 {
  margin-bottom: 41px;
}

.mb42 {
  margin-bottom: 42px;
}

.mb43 {
  margin-bottom: 43px;
}

.mb44 {
  margin-bottom: 44px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb46 {
  margin-bottom: 46px;
}

.mb47 {
  margin-bottom: 47px;
}

.mb48 {
  margin-bottom: 48px;
}

.mb49 {
  margin-bottom: 49px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb51 {
  margin-bottom: 51px;
}

.mb52 {
  margin-bottom: 52px;
}

.mb53 {
  margin-bottom: 53px;
}

.mb54 {
  margin-bottom: 54px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb56 {
  margin-bottom: 56px;
}

.mb57 {
  margin-bottom: 57px;
}

.mb58 {
  margin-bottom: 58px;
}

.mb59 {
  margin-bottom: 59px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb61 {
  margin-bottom: 61px;
}

.mb62 {
  margin-bottom: 62px;
}

.mb63 {
  margin-bottom: 63px;
}

.mb64 {
  margin-bottom: 64px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb66 {
  margin-bottom: 66px;
}

.mb67 {
  margin-bottom: 67px;
}

.mb68 {
  margin-bottom: 68px;
}

.mb69 {
  margin-bottom: 69px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb71 {
  margin-bottom: 71px;
}

.mb72 {
  margin-bottom: 72px;
}

.mb73 {
  margin-bottom: 73px;
}

.mb74 {
  margin-bottom: 74px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb76 {
  margin-bottom: 76px;
}

.mb77 {
  margin-bottom: 77px;
}

.mb78 {
  margin-bottom: 78px;
}

.mb79 {
  margin-bottom: 79px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb81 {
  margin-bottom: 81px;
}

.mb82 {
  margin-bottom: 82px;
}

.mb83 {
  margin-bottom: 83px;
}

.mb84 {
  margin-bottom: 84px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb86 {
  margin-bottom: 86px;
}

.mb87 {
  margin-bottom: 87px;
}

.mb88 {
  margin-bottom: 88px;
}

.mb89 {
  margin-bottom: 89px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb91 {
  margin-bottom: 91px;
}

.mb92 {
  margin-bottom: 92px;
}

.mb93 {
  margin-bottom: 93px;
}

.mb94 {
  margin-bottom: 94px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb96 {
  margin-bottom: 96px;
}

.mb97 {
  margin-bottom: 97px;
}

.mb98 {
  margin-bottom: 98px;
}

.mb99 {
  margin-bottom: 99px;
}

.main_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../img/form_bg.jpg) center top no-repeat;
  background-size: 100% 100%;
  padding: 30px 10px;
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 10px;
}

.main_form img {
  max-width: 100%;
  width: 80px;
}

.main_form h2 {
  font-size: 32px;
  line-height: 1.3em;
  color: black;
  font-weight: bold;
  margin-top: 25px;
}

.sertif {
  color: blue;
  font-size: 14px;
  font-style: italic;
}

.main_form p {
  padding: 0 0 30px;
  text-align: left;
}

.main_form .price {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
}

.price_red {
  font-weight: bold;
  color: red;
}

.blue-border {
  margin: 15px 20px 15px 20px !important;
  border: 2px solid #0299ff;
  padding: 10px !important;
  text-align: center !important;
  max-width: 700px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3em;
}

.main_form label {
  margin-top: 10px;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.main_form input {
  font-size: 18px;
  padding: 15px;
  border-radius: 3px;
  border: 2px solid #e9d7dc;
  max-width: 300px;
  width: 100%;
}

.main_form button {
  padding: 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
  border-radius: 5px;
  background-color: #0299ff;
  background-position: 1.35em 0.94em;
  background-size: 1em;
  background-repeat: no-repeat;
  transition: all 0.15s ease-in-out;
  border: none;
  cursor: pointer;
  font-size: 20px;
  margin-top: 20px;
  box-sizing: border-box;
  width: 260px;
  margin-bottom: 40px;
}

.main_form button {
  animation: glowingBlue 2000ms infinite both;
}

@keyframes glowingBlue {
  0% {
    box-shadow: 0 0 2px #0081d8;
  }
  50% {
    box-shadow: 0 0 12px #0081d8;
  }
  100% {
    box-shadow: 0 0 2px #0081d8;
  }
}
.timelimit, .additional {
  font-size: 12px;
  text-align: center;
  padding: 0 20px;
}

.timelimit b {
  display: inline-block;
  background: url(../img/timerIcon2.png) no-repeat;
  margin-top: -2px;
  padding-left: 14px;
  color: red;
  vertical-align: middle;
  background-position-y: 4px;
  font-size: 15px;
}/*# sourceMappingURL=style.css.map */