@charset "UTF-8";
/**
 * Сброс стилей
 **/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

input {
  outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/*Basic style*/
body {
  font-family: "Roboto", sans-serif;
  background: rgb(255, 255, 255);
}

.container {
  min-width: 320px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

.wrap {
  min-width: 320px;
  max-width: 1440px;
  box-sizing: border-box;
  margin: 0 auto;
}

p,
a,
button {
  color: rgb(255, 255, 255);
}

img {
  display: block;
}

html,
body {
  overflow-x: hidden;
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  min-height: 80px;
}
.header-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: left;
  color: #F86624;
}

@media screen and (max-width: 1024px) {
  .header {
    min-height: 70px;
  }
  .header-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
    color: #F86624;
  }
}
@media screen and (max-width: 768px) {
  .header {
    min-height: 60px;
  }
  .header-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
    color: #F86624;
  }
}
@media screen and (max-width: 425px) {
  .header {
    min-height: 50px;
    padding: 0 0;
  }
  .header-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
    color: #F86624;
  }
}
@media screen and (max-width: 425px) {
  .header {
    min-height: 50px;
    padding: 0 0;
  }
  .header-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
    color: #F86624;
  }
}
.alert-dialog {
  margin: 200px auto;
  position: fixed;
  height: 150px;
  width: 300px;
  background-color: #F86624;
  color: #F7F8FA;
  border: 2px solid #F86624;
  border-radius: 5px;
  z-index: 10;
}
.alert-dialog__content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  opacity: 1;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  color: #F7F8FA;
}

.data-dialog {
  margin: 100px auto;
  position: fixed;
  background-color: #F7F8FA;
  color: #F86624;
  border: 2px solid #F86624;
  border-radius: 5px;
  padding: 16px;
  z-index: 1;
}
.data-dialog__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 30px;
  font-weight: 500;
  opacity: 1;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  color: #F7F8FA;
}

.title-2 {
  color: #F86624;
}

.msg-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 15px;
  width: 350px;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  letter-spacing: 0%;
}

.form-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  row-gap: 5px;
  width: 100%;
}

.msg-form__label {
  width: 90%;
  height: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0%;
  color: #F86624;
}

.msg-form__input {
  width: 90%;
  height: 40px;
  padding: 0 10px;
  background-color: #F7F8FA;
  /* background-color: var(--bg-gray); */
  border: 1px solid #F86624;
  border-radius: 5px;
  color: #000000;
  caret-color: #F86624;
}

.btn {
  width: 60%;
  height: 40px;
  background-color: #F86624;
  border: 1px solid #F86624;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: rgb(255, 255, 255);
}
.btn:hover {
  cursor: pointer;
}
.btn-close {
  width: 60%;
  height: 40px;
  background-color: #F7F8FA;
  border: 2px solid #F86624;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #F86624;
}
.btn-close:hover {
  cursor: pointer;
}

.calc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  min-height: 50px;
}
.calc::after {
  background: url("../img/free-cake-vectors.jpg") repeat scroll 0 0 transparent;
  opacity: 0.1;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.calc_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: left;
  color: #F86624;
}
.calc_cake-form {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: 30%;
}
.calc_form-input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  /* background-color: var(--bg-gray); */
  border: 1px solid #F86624;
  border-radius: 5px;
  color: #000000;
  appearance: none;
  background: #fff url("../img/down-arrow.svg") no-repeat 125%;
  background-size: 40% 40%;
  font-family: inherit;
}
.calc_form-input:hover {
  cursor: pointer;
}
.calc_form-input:focus {
  outline: 0.15em solid #F86624;
  box-shadow: 0 0 0.2em #F86624;
}
.calc_form-button {
  width: 100%;
  height: 40px;
  background-color: #F86624;
  border: 1px solid #F86624;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: rgb(255, 255, 255);
}
.calc_form-button-disabled {
  opacity: 0.5;
}
.calc_form-button-disabled:hover {
  cursor: none;
}
.calc_form-button:hover {
  cursor: pointer;
}
.calc p {
  color: #F86624;
}
.calc_coast {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
.calc_coast-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: left;
  color: #000000;
}
.calc_coast-price {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: left;
  color: #F86624;
  min-width: 120px;
  text-align: center;
}

@media screen and (max-width: 2560px) {
  .calc_cake-form {
    width: 35%;
  }
  .calc_title {
    padding-bottom: 10px;
  }
  .calc_coast {
    padding: 20px 10px;
  }
  .calc_coast-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
    color: #F86624;
  }
  .calc_coast-price {
    font-size: 26px;
    font-weight: 700;
    line-height: px;
    letter-spacing: 0%;
    text-align: right;
    color: #F86624;
  }
  .calc__conditions {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #F86624;
    padding: 10px;
  }
}
@media screen and (max-width: 1440px) {
  .calc_cake-form {
    width: 35%;
  }
  .calc_title {
    padding-bottom: 10px;
  }
  .calc_coast {
    padding: 20px 10px;
  }
  .calc_coast-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
    color: #F86624;
  }
  .calc_coast-price {
    font-size: 26px;
    font-weight: 700;
    line-height: px;
    letter-spacing: 0%;
    text-align: right;
    color: #F86624;
  }
  .calc__conditions {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #F86624;
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .calc_cake-form {
    width: 45%;
  }
  .calc_form-input {
    background: #fff url("../img/down-arrow.svg") no-repeat 100%;
    background-size: 10% 50%;
  }
  .calc_title {
    padding-bottom: 10px;
  }
  .calc_coast {
    padding: 20px 10px;
  }
  .calc_coast-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
    color: #F86624;
  }
  .calc_coast-price {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: right;
    color: #F86624;
  }
  .calc__conditions {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #F86624;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .calc_cake-form {
    width: 50%;
  }
  .calc_form-input {
    background: #fff url("../img/down-arrow.svg") no-repeat 100%;
    background-size: 10% 50%;
  }
  .calc_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    color: #F86624;
    padding-bottom: 10px;
  }
  .calc_coast {
    padding: 20px 10px;
  }
  .calc_coast-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    color: #F86624;
  }
  .calc_coast-price {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    color: #F86624;
  }
  .calc__conditions {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #F86624;
    padding: 10px;
  }
}
@media screen and (max-width: 425px) {
  .msg-form {
    row-gap: 15px;
    width: 250px;
  }
  .calc_cake-form {
    width: 60%;
  }
  .calc_form-input {
    background: #fff url("../img/down-arrow.svg") no-repeat 100%;
    background-size: 15% 50%;
  }
  .calc_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #F86624;
    padding-bottom: 10px;
  }
  .calc_coast {
    padding: 20px 10px;
  }
  .calc_coast-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    color: #F86624;
  }
  .calc_coast-price {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    color: #F86624;
  }
  .calc__conditions {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #F86624;
    padding: 10px;
  }
}
@media screen and (max-width: 320px) {
  .alert-dialog {
    height: 100px;
    width: 200px;
  }
  .alert-dialog__content {
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #F7F8FA;
  }
  .data-dialog {
    padding: 10px;
  }
  .data-dialog__content {
    justify-content: start;
    row-gap: 10px;
  }
  .title-2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #F86624;
  }
  .msg-form {
    row-gap: 10px;
  }
  .msg-form__label {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: left;
    color: #F86624;
  }
  .msg-form__input {
    height: 35px;
  }
  .btn {
    height: 35px;
  }
  .btn-close {
    height: 35px;
  }
  .calc_cake-form {
    width: 70%;
  }
  .calc_form-input {
    background: #fff url("../img/down-arrow.svg") no-repeat 100%;
    background-size: 15% 50%;
  }
}

/*# sourceMappingURL=style.css.map */
