* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  ul {
    list-style-type: none;
  }
  img {
    max-width: 100%;
  }
  a {
    color: #006cad;
  }
  p {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 32px;
  }
  .post-date {
    padding: 0 0 50px 10px;
    color:#216087;
    display: block;
  }
  h1,h2,h3,h4,h5,h6{font-family: 'PT Serif',Times New Roman,Times,serif; font-weight: 700;line-height: 1.3em;}
  h1 {
    font-size: 36px;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  h2 {
    font-size: 28px;
    margin-bottom: 32px;
    margin-top: 64px;
  }
  .center {
    text-align: center;
  }
  body {
    color: #000;
    font-family: 'PT Serif',Times New Roman,Times,serif;
    line-height: 1.5em;
    font-weight: 400;
    font-size: 16px;
  }
  .container {
    margin: 0 auto;
    width: 1100px;
    max-width: 100%;
  }
  .container-main {
    width: 720px;
    max-width: 100%;
    padding: 0 15px;
  }

.header {
  margin-bottom: 30px;
  font-family: 'Roboto', sans-serif;
}

.header__top {
  background: #fff;
  height: 44px;
  line-height: 44px;
}
.header__top .container {
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
  padding: 0 10px;
}
.header-top__left {
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
}
.header-top__left img {

}
.header-top__left ul {
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
}
.header-top__left ul li  {
  padding: 0 10px;
}
.header-top__left ul li a {
  
  font-size: 12px;
  color: #333;
  text-decoration: none;
}
.header-top__left ul li a:hover {
  font-weight: 700;
}
.header-top__right {
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
}
.header-top__menu {
  font-size: 12px;
  text-transform: uppercase;
}
.header-top__menu a {
  color:#000;
  text-decoration: none;
  display: block;
  background: url(../img/menu.png) no-repeat right center;
  padding: 0 20px 0 0;
}
.header-top__date {
  font-size: 12px;
  color: #907326;
  margin-left: 15px;
}

.header__bottom {
  background: #216087;
  height: 48px;
  line-height: 48px;
}
.header__bottom .container {
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
}
.header__bottom ul {
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
  height: 48px;
}
.header__bottom ul li {
  display: block;
}
.header__bottom ul li a {
  display: block;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  color:#fff;
  text-decoration: none;
  font-family: 'Roboto Condensed', serif;
  padding: 0 15px;
}
.header__bottom ul li a:hover {
  opacity: .6;
}
.header__bottom ul li:nth-child(1) {
  border-right: 1px solid #17435e;
}
.header__bottom ul li:nth-child(3) a {
  background: #17435e;
  border-radius: 3px;
}
.header__bottom ul li:nth-child(3) a:hover {
  opacity: 1;
}


  .blue {
    background-color: #006cad;
    margin-right: 30px;
  }
  .blue:hover {
    background-color: #0ec00b;
  }
  .black {
    background-color: #000000;
  }
  .black:hover {
    background-color: #0ec00b;
  }
  .container-main img {
    margin-bottom: 32px;
  }
  .text__list {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    padding-left: 20px;
    margin-bottom: 12px;
    position: relative;
  }
  .text__list::after {
    position: absolute;
    content: '';
    top: 7px;
    left: 0;
    background-color: #69adad;
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
  .qout {
    padding: 68px 32px;
    background: #f4f4f4;
    border-radius: 4px;
    font-style: italic;
    font-size: 20px;
    position: relative;
  }
  .qout::before {
    position: absolute;
    content: '';
    width: 38px;
    height: 28px;
    background-image: url(../img/qout.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 32px;
    left: 32px;
  }
  .qout::after {
    position: absolute;
    content: '';
    width: 38px;
    height: 28px;
    background-image: url(../img/qout.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 32px;
    right: 32px;
  }
  .sert {
    position: relative;
    /* margin-bottom: 64px; */
  }
  .sert__prod {
    position: absolute;
    right: 20px;
    bottom: -50px;
    width: 40%;
  }
  .mob {
    display: none;
  }
  .img__left {
    float: left;
    margin: 0;
    padding-right: 20px;
  }
  .sert__title {
    text-align: center;
    background: #f4f4f4;
    border-radius: 4px;
    padding: 20px 40px;
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
  }
  .sert__title::after,
  .sert__title::before {
    content: '';
    position: absolute;
    width: 36px;
    height: 72px;
    background-image: url(../img/arow_down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
  }
  .sert__title::after {
    top: 10px;
    left: 10px;
  }
  .sert__title::before {
    top: 10px;
    right: 10px;
  }
  @media (max-width: 906px) {
    .header__link {
      font-size: 9px;
    }
  
   
  }
  @media (max-width: 644px) {
   
  }
  
  @media (max-width: 639px) {
    .header__logo {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .mob {
      display: block;
    }
    .desk {
      display: none;
    }
  }
  @media (max-width: 574px) {
    .header__top {
      -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.07);
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.07);
    }
    .header__user {
      display: none;
    }
  
    .header__button::after {
      display: none;
    }
    .burger {
      border: none;
      margin: 0;
      padding: 10px;
    }
    .header__button {
      margin: 0;
      margin-left: auto;
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
    .container-main {
      padding: 0 16px;
    }
    .img__left {
      float: none;
      width: 100%;
      padding-right: 0;
    }
    .sert {
      text-align: left;
      width: 100%;
      margin-bottom: 0;
    }
    .sert__prod {
      margin-left: auto;
      right: 0;
      bottom: 0;
    }
  }
  
  .countdown-container {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
  }
  
  .countdown-title {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    text-align: center;
    margin-bottom: 8px;
  }
  
  .countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    text-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 30px;
    margin-bottom: 48px;
    width: 377px;
  }
  
  .countdown-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .countdown-time {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 83px;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #000;
  }
  
  .countdown-text {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #000;
  }
  
  .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 0;
    text-align: center;
    max-width: 650px;
    margin: 20px auto 0;
    font-size: 18px;
  }
  
  .sertif {
    color: blue;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 10px;
  }
  
  form img {
    margin-bottom: 0 !important;
  }
  .main_form h2 {
    font-size: 32px;
    line-height: 1.35;
    color: black;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  
  .main_form .price {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
    padding: 0 7px;
  }
  
  .price_red {
    font-weight: bold;
    color: red;
  }
  
  .blue-border {
    margin: 0px 20px 15px 20px;
    border: 2px solid #4caf50;
    padding: 10px !important;
    text-align: center !important;
    max-width: 700px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.35;
  }
  
  .main_form label {
    margin-top: 10px;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }
  
  .main_form input,select {
    font-size: 20px;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 300px;
    width: 100%;
    font-family: 'PT Serif',Times New Roman,Times,serif;
    font-weight: 400;
  }
  
  .main_form input::placeholder {
    font-size: 14px;
  }
  

  
  .button {
    position: relative;
    display: block;
    width: 300px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    border: none;
    text-align: center;
    font-family: 'PT Serif',Times New Roman,Times,serif;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background: #4caf50;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .button:hover {
    background: #3f9742;
  }
  .main_form .button {
    margin: 20px 0;
  }
  .timelimit,
  .additional {
    font-size: 12px;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 5px;
  }
  
  .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: 0px;
    /* font-size: 12px; */
  }
  @media (max-width: 1009px) {
   
    .header-top__left ul {
      display: none;
    }
  }
  @media (max-width: 992px) {
    .main_form {
      padding: 30px 15px;
    }
   
  }
  
  @media (max-width: 480px) {
    .main_form input,select {
      width: 80%;
      font-size: 14px;
    }
    .main_form label {
      font-size: 14px;
    }
  }

  @media (max-width: 416px) {
    .header-top__date, .header__bottom ul li:not(:first-child) {
      display: none;
    }
  }
  
  .order-info {
    text-align: center;
  }
  
  .order-info__title {
    font-size: 16px;
    color: red;
  }
  
  .order-info__date {
    text-decoration: underline;
  }
  
  .order-info__count {
    display: block;
    background: red;
    padding: 10px;
    margin: 12px auto;
    margin-bottom: 25px;
    width: 178px;
    color: #fff;
    text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000,
      0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000,
      1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000,
      1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000,
      -1px 1px 0 #000000, 1px 1px 0 #000000;
    font-size: 32px;
    border-radius: 5px;
    animation-name: button;
    animation-duration: 1s;
    animation-iteration-count: infinite;
  }
  
 
  
  .product__descr {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
  
    text-align: center;
  
    color: #777777;
  }
  
  .coment {
    padding-left: 68px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 60px;
    margin-bottom: 32px;
  }
  .coment__nav {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }
  .coment__name {
    margin-right: 15px;
  
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    /* identical to box height */
  
    color: #000000;
  }
  .coment__date {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height, or 150% */
  
    color: #999999;
  }
  .coment__text {
    margin-bottom: 12px;
  }
  .coment__answer {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    /* identical to box height */
  
    color: #999999;
  }
  
  .coment__answer span a {
    margin-right: 25px;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    /* identical to box height */
    text-decoration: none;
    text-transform: uppercase;
    color: #999999;
  }
  .coment__like {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    /* identical to box height */
    padding-left: 15px;
    color: #999999;
    background-image: url(../img/like.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: left center;
  }
  
  .reply {
    margin-left: 68px;
  }
  
  .coment__text img {
    margin-top: 12px;
    margin-bottom: 0;
  }
  .text-main {
    padding-bottom: 50px;
  }
  footer {
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
    background: #fafafa;
    border-top: 1px solid #000;
  }
  footer a {
    display: inline-block;
    margin: 15px 5px;
    text-decoration: none;
    color:#333;
    font-size: 14px;
  }
  footer img {
     
  }
  footer p {
    padding: 0;
    margin: 0;
  }  