* {
  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;
}

ul,
li {
  list-style: none;
}

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

svg {
  vertical-align: middle;
}

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: #c3c0c0;
}

.container {
  max-width: 380px;
  margin: 0 auto;
  background: #fff;
}

.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;
}

.blue {
  color: #065986;
}

strong.blue {
  font-weight: 600;
}

.full_img {
  border-radius: 10px;
}

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

.header {
  border-bottom: 1px solid #f2f2f2;
  padding: 21px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_logo img {
  width: 150px;
}
.header_right {
  display: flex;
  align-items: center;
  gap: 0 21px;
}
.header_burger svg {
  width: 15px;
  height: auto;
}
.header_subscribe {
  background: #0069a2;
  border-radius: 2.10989px;
  padding: 4px 7px;
  display: flex;
  align-items: center;
  gap: 0 2px;
}
.header_subscribe span {
  text-transform: uppercase;
  font-size: 8px;
  line-height: 10px;
  font-family: "Work Sans", sans-serif;
  color: #ffffff;
}
.header_subscribe svg {
  width: 9.71px;
}

.article {
  padding: 25px 20px 16px 20px;
}

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

.autor {
  display: flex;
  align-items: center;
  gap: 0 9px;
}
.autor > div {
  padding-right: 6px;
  border-right: 1px solid #757575;
}
.autor_name {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #006cad;
}
.autor_date {
  font-size: 14px;
  line-height: 20px;
  color: #757575;
}
.autor_time {
  display: flex;
  align-items: center;
  gap: 0 7px;
}
.autor_time span {
  font-size: 14px;
  line-height: 20px;
  color: #757575;
}

.autor {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.autor_name2 {
  font-size: 14px;
  line-height: 24px;
  color: #757575;
}
.autor_info {
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-size: 14px;
  line-height: 24px;
  color: #006cad;
  border-right: 0px solid #757575 !important;
}

.share {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.text {
  font-size: 20px;
}

.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-feed {
  margin-bottom: 8px;
}
.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;
}

.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%);
}

.red_block {
  background: #ffe3e3;
  padding: 17px 20px;
  display: flex;
  gap: 0 19px;
}
.red_block.center {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.red_block.center .red {
  color: #e92005;
}
.red_block svg {
  flex: none;
  width: 10px;
  padding-top: 6px;
}
.red_block strong {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #202629;
}

.arrow_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  padding: 19px 0;
  position: relative;
}
.arrow_block::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border: 15px solid transparent;
  border-top: 15px solid #f5f5f5;
  z-index: 1;
}
.arrow_block.blue1 {
  background: #cddfeb;
}
.arrow_block.blue1::before {
  border-top: 15px solid #cddfeb;
}
.arrow_block.blue2 {
  background: #8dacc3;
}
.arrow_block.blue2 .arrow_block-title {
  color: #fff;
}
.arrow_block.blue2 .arrow_block-text {
  color: #fff;
}
.arrow_block.blue2::before {
  border-top: 15px solid #8dacc3;
}
.arrow_block.blue3 {
  background: #115981;
}
.arrow_block.blue3 .arrow_block-title {
  color: #fff;
}
.arrow_block.blue3 .arrow_block-text {
  color: #fff;
}
.arrow_block.blue3::before {
  display: none;
}
.arrow_block-title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #202629;
}
.arrow_block-img {
  margin-bottom: 6px;
  width: 221px;
  margin: 0 auto;
}
.arrow_block-text {
  color: #000000;
  text-align: center;
}

.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: center;
}

.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;
}

.main_link {
  display: block;
  width: 232px;
  margin: 0 auto;
  margin-bottom: 33px;
  background: #006cad;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
  padding: 10px 0;
}

p a {
  text-decoration: underline;
  color: #000000;
}

.marks_block {
  background: rgba(102, 218, 148, 0.2);
  border-radius: 5px;
  padding: 20px 11px;
  position: relative;
}
.marks_block::before, .marks_block::after {
  content: "";
  position: absolute;
  width: 29px;
  height: 29px;
  background: url(../img/mark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.marks_block::before {
  left: 5px;
  top: -15px;
}
.marks_block::after {
  right: 5px;
  bottom: -15px;
  transform: rotate(180deg);
}
.marks_block p:first-child {
  line-height: 17px;
}
.marks_block img {
  border-radius: 5px;
}

.history_title {
  font-family: "Amiko", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  color: #202629;
}

.review_block {
  background: rgba(102, 218, 148, 0.2);
  border-radius: 5px;
  padding: 8px 13px;
}/*# sourceMappingURL=styles.css.map */