/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Raleway", sans-serif;
  color: #000;
  background-color: #E4E4E4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 24px;
  margin: 20px 0 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 18px;
  }
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin: 20px 0 0;
}
@media (max-width: 768px) {
  p {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
}

ul {
  padding: 0;
}

img {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  height: auto;
}

a:hover {
  filter: brightness(105%);
}

.container {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}

.whiteBG {
  background-color: #fff;
}

.withLeftLine {
  border-left: 8px solid #FF0A64;
  padding-left: 20px;
}
.withLeftLine b {
  color: #FF0A64;
}

.flex {
  display: flex;
  flex-direction: column;
}

.flex-center {
  align-items: center;
}

.text-center {
  text-align: center;
}

.text-bold {
  font-weight: 700;
}

.text-green {
  color: #259106;
}

.imgContainer {
  max-width: 702px;
  margin: 30px auto;
}
@media (max-width: 768px) {
  .imgContainer {
    margin: 15px auto;
  }
}

.imgContainer--small {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 412px;
  margin: 20px auto;
}

.header {
  width: 100%;
  z-index: 2;
}
.header .container {
  display: flex;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  color: #0F144C;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header .container .header__logo {
  display: flex;
  align-items: center;
  margin-right: auto;
}
.header .container .header__logo img {
  margin-right: 15px;
}
.header .container .header__logo .logo__text {
  margin: 0;
}
.header .container .header__logo .logo__text span {
  background-color: #FF0A64;
  color: #fff;
  padding: 0 2px;
}
.header .container a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
  align-content: center;
  margin-left: 20px;
  color: #0F144C;
}
@media (max-width: 768px) {
  .header .container a {
    display: none;
  }
}
.header .container a img {
  margin: 0 auto;
}
.header .container a p {
  font-size: 12px;
  margin-top: 5px;
}
.header .container a:hover p {
  text-decoration: underline;
}

.main {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main section {
  padding-bottom: 50px;
}
.main .main__title {
  font-size: 28px;
  margin: 50px 0 20px;
}
@media (max-width: 768px) {
  .main .main__title {
    font-size: 18px;
    margin: 20px 0 10px;
    line-height: 1.5;
  }
}
.main .main__article {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 0;
  font-family: "Poppins";
}
.main .main__article h2 {
  text-align: center;
  font-size: 28px;
}
@media (max-width: 768px) {
  .main .main__article h2 {
    font-size: 22px;
  }
}
.main .main__article h3 {
  text-align: center;
  font-size: 42px;
  color: #FF0A64;
  margin-top: 0;
}
@media (max-width: 768px) {
  .main .main__article h3 {
    font-size: 28px;
  }
}
.main .main__article .article__price {
  margin: 0;
}
.main .main__article .article__price s {
  font-size: 28px;
}
.main .main__article .article__price b {
  font-size: 45px;
  color: #259106;
}
.main .main__article .article__warn {
  color: #D90000;
  font-weight: 700;
  text-align: center;
}
.main .main__article .article__phone {
  display: flex;
  align-items: center;
  height: 87px;
  border: 2px solid #259106;
  border-radius: 44px;
  margin: 40px 0 0;
}
.main .main__article .article__phone .tel__firstBlock {
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #259106;
  padding: 0 17px 0 30px;
  border-radius: 44px 0px 0px 44px;
  font-weight: 700;
  height: 100%;
}
@media (max-width: 768px) {
  .main .main__article .article__phone .tel__firstBlock {
    display: none;
  }
}
.main .main__article .article__phone .tel__secondBlock {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 30px 0 15px;
  height: 100%;
  color: #259106;
  font-size: 35px;
  font-weight: 700;
  border-radius: 0px 44px 44px 0px;
  transition: 100ms;
}
@media (max-width: 768px) {
  .main .main__article .article__phone .tel__secondBlock {
    padding: 0 20px;
    border-radius: 44px;
  }
}
.main .main__article .article__phone:hover .tel__secondBlock,
.main .main__article .article__phone:active .tel__secondBlock {
  background-color: #259106;
  color: #fff;
}
.main .main__article .article__info {
  font-size: 12px;
  text-align: center;
  margin-bottom: 15px;
}
.main .main__article .article__daysLeftTitle {
  font-weight: 700;
  margin: 10px 0 10px;
  font-size: 15px;
}
.main .main__article .article__daysLeft {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main .main__article .article__daysLeft p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 41px;
  color: #fff;
  font-weight: 700;
  background-color: #0F144C;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  margin: 0;
}
@media (max-width: 768px) {
  .main .main__article .article__daysLeft p {
    width: 38px;
    height: 38px;
    font-size: 28px;
  }
}
.main .main__article .article__daysLeft p:nth-last-child(1) {
  border-radius: 29px;
  padding: 0 20px;
  width: auto;
}
.main .main__article .warningBox {
  display: flex;
  align-content: center;
  background-color: #FEDFDF;
  padding: 18px 20px;
  margin: 36px 0;
}
.main .main__article .warningBox p {
  margin: 0 0 0 20px;
}
.main .main__article .warningBox p b {
  color: #D90000;
}
.main .commentTitle {
  margin-top: 50px;
  color: #0F144C;
}
.main .comment {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: 20px;
}
.main .comment p {
  margin: 0;
}
.main .comment p:nth-child(1) {
  color: #0F144C;
  font-weight: 700;
  grid-column: 2;
}
.main .comment p:nth-child(2) {
  grid-column: 2;
}
.main .comment::before {
  content: url("../img/avatar.png");
  grid-row: span 3;
  margin-right: 20px;
}

.footer {
  width: 100%;
  padding: 20px 0 60px;
  text-align: center;
  margin-top: 44px;
}
.footer p {
  margin: 0;
}
.footer .footer__copyright {
  font-size: 12px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  max-width: 500px;
}
.footer .footer__linksBox {
  margin-bottom: 15px;
}
.footer .footer__linksBox .linksBox__link {
  text-decoration: underline;
  font-size: 12px;
  color: #000;
}

.withoutMargin {
  margin: 0;
}/*# sourceMappingURL=styles.css.map */