@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

:-moz-placeholder {
  color: inherit;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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, 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, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

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

body {
  line-height: 1.3;
  transition: 0s;
  background: #f4f4f4;
  color: #012235;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

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

input:focus,
button,
button:focus,
textarea {
  outline: none;
}

button {
  cursor: pointer;
  transition: all 0.3s ease;
}

button {
  background-color: transparent;
  border: none;
}

a:focus,
a:active {
  outline: 0;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

a {
  text-decoration: none;
}

a,
input[type=submit] {
  transition: all 0.3s ease;
  color: inherit;
  cursor: pointer;
}

textarea {
  resize: none;
}

.table-respond {
  overflow: auto;
}

.table-respond td, .table-respond th {
  white-space: nowrap;
}

.btn, .btn:focus, .btn:hover {
  outline: none;
  box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.flex {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.flex-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.flex-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.flex-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.flex-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.flex-justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.flex-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.flex-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  align-self: center;
}

.flex-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.flex-item-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-item-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flex-item-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

section {
  padding: 64px 0;
}
@media (max-width: 991px) {
  section {
    padding: 32px 0;
  }
}

header {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px 0px 15px 2px rgba(135, 135, 135, 0.15);
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .container .logo:hover {
  opacity: 0.7;
}
header .container .logo img {
  display: block;
  width: 50px;
  height: 50px;
}
header .container .logo span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 0 10px;
}
@media (max-width: 991px) {
  header .container .header-right .header-menu--wrapper {
    position: absolute;
    right: 0;
    top: 80px;
    width: 100%;
    max-width: 100%;
    transition: all 0.6s ease;
    opacity: 0;
    visibility: hidden;
    padding: 32px 16px;
    background: #fff;
    border-top: 1px solid #EDEDED;
    z-index: 1;
    overflow: auto;
    height: calc(100dvh - 80px);
  }
  header .container .header-right .header-menu--wrapper.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 150;
  }
}
header .container .header-right .header-menu--wrapper .header-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  header .container .header-right .header-menu--wrapper .header-menu {
    flex-direction: column;
  }
}
header .container .header-right .header-menu--wrapper .header-menu li {
  width: 100%;
  position: relative;
  margin: 0 0 0 24px;
}
@media (max-width: 1141px) {
  header .container .header-right .header-menu--wrapper .header-menu li {
    margin: 0 0 0 24px;
  }
}
@media (max-width: 991px) {
  header .container .header-right .header-menu--wrapper .header-menu li {
    margin: 0 0 24px;
  }
}
header .container .header-right .header-menu--wrapper .header-menu li:hover .header-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .container .header-right .header-menu--wrapper .header-menu li.has-child:hover > a {
  color: #E2521B;
}
header .container .header-right .header-menu--wrapper .header-menu li.has-child:hover > a img {
  transform: rotate(180deg);
}
header .container .header-right .header-menu--wrapper .header-menu li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  header .container .header-right .header-menu--wrapper .header-menu li a {
    font-size: 22px;
  }
}
header .container .header-right .header-menu--wrapper .header-menu li a:hover {
  color: #E2521B;
}
header .container .header-right .header-menu--wrapper .header-menu li a:hover img {
  transform: rotate(180deg);
}
header .container .header-right .header-menu--wrapper .header-menu li a img {
  display: block;
  width: 8px;
  height: 8px;
  transition: 0.3s all ease;
  margin: 0 0 0 10px;
}
header .container .header-right .header-menu--wrapper .header-menu li .header-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 20px 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
  transform: translateY(20px);
}
@media (max-width: 991px) {
  header .container .header-right .header-menu--wrapper .header-menu li .header-submenu {
    position: static;
    padding: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    overflow: hidden;
    max-height: 0;
  }
}
header .container .header-right .header-menu--wrapper .header-menu li .header-submenu ul {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 15px 2px rgba(135, 135, 135, 0.15);
}
@media (max-width: 991px) {
  header .container .header-right .header-menu--wrapper .header-menu li .header-submenu ul {
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 16px 0 0 16px;
  }
}
header .container .header-right .header-menu--wrapper .header-menu li .header-submenu ul li {
  margin: 0 0 16px;
}
header .container .header-right .header-menu--wrapper .header-menu li .header-submenu ul li:nth-last-child(1) {
  margin: 0;
}
header .container .header-right .header-menu--wrapper .header-menu li .header-submenu ul li a {
  white-space: nowrap;
}
@media (max-width: 991px) {
  header .container .header-right .header-menu--wrapper .header-menu li .header-submenu ul li a {
    text-align: center;
    font-size: 18px;
  }
}
header .container .header-right .header-menu--wrapper .header-menu li.active .header-submenu {
  max-height: 1000px;
}

.section-main p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #2C2C2C;
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .section-main p {
    margin: 0 0 12px;
  }
}
@media (max-width: 991px) {
  .section-main p br {
    display: none;
  }
}
.section-main p a {
  border-bottom: 1px solid #2C2C2C;
}
.section-main p a:hover {
  border-color: transparent;
}
.section-main .btn-wrapper {
  margin: 30px 0 0 0;
}
@media (max-width: 991px) {
  .section-main .btn-wrapper {
    margin: 24px 0 0 0;
  }
}
@media (max-width: 991px) {
  .section-main .btn-wrapper .btn {
    width: 100%;
  }
}

.section-why {
  background: #fff;
}
.section-why h2 {
  text-align: center;
  margin: 0 0 64px;
}
@media (max-width: 991px) {
  .section-why h2 {
    margin: 0 0 32px;
  }
}
.section-why ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-why ul li {
  width: calc(25% - 30px);
  position: relative;
}
@media (max-width: 991px) {
  .section-why ul li {
    width: calc(50% - 15px);
    margin: 0 0 32px;
  }
}
@media (max-width: 767px) {
  .section-why ul li {
    width: 100%;
  }
}
.section-why ul li:before {
  content: "";
  position: absolute;
  top: 30px;
  left: calc(100% + 20px);
  width: 1px;
  height: 70px;
  background: #EDEDED;
}
@media (max-width: 991px) {
  .section-why ul li:before {
    content: none;
  }
}
.section-why ul li:nth-last-child(1):before {
  content: none;
}
.section-why ul li img {
  display: block;
  width: 100%;
  height: 52px;
  object-fit: contain;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .section-why ul li img {
    height: 48px;
    margin: 0 0 16px;
  }
}
.section-why ul li p {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 991px) {
  .section-why ul li p {
    font-size: 18px;
  }
}

.calculator-category .main-categories--wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 991px) {
  .calculator-category .main-categories--wrapper {
    margin: 0;
    justify-content: space-between;
  }
}
.calculator-category .main-categories--wrapper .main-categories--item {
  display: block;
  width: calc(33.3333333333% - 20px);
  background: #fff;
  border: 1px solid #EDEDED;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0px 0px 15px 2px rgba(135, 135, 135, 0.05);
  margin: 0 10px 20px;
}
@media (max-width: 991px) {
  .calculator-category .main-categories--wrapper .main-categories--item {
    width: calc(50% - 10px);
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .calculator-category .main-categories--wrapper .main-categories--item {
    width: 100%;
    margin: 0 0 10px;
  }
}
.calculator-category .main-categories--wrapper .main-categories--item:hover {
  transform: translateY(-10px);
}
@media (max-width: 991px) {
  .calculator-category .main-categories--wrapper .main-categories--item:hover {
    transform: translateY(0);
  }
}
.calculator-category .main-categories--wrapper .main-categories--item:hover span img {
  transform: translateX(6px);
}
.calculator-category .main-categories--wrapper .main-categories--item .name-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px;
}
.calculator-category .main-categories--wrapper .main-categories--item .name-wrapper p {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 991px) {
  .calculator-category .main-categories--wrapper .main-categories--item .name-wrapper p {
    font-size: 18px;
  }
}
.calculator-category .main-categories--wrapper .main-categories--item .name-wrapper img {
  display: block;
  width: 40px;
  min-width: 40px;
  height: 40px;
  object-fit: contain;
  margin: 0 0 0 10px;
}
.calculator-category .main-categories--wrapper .main-categories--item small {
  display: block;
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 10px;
}
.calculator-category .main-categories--wrapper .main-categories--item p {
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 16px;
}
.calculator-category .main-categories--wrapper .main-categories--item span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 500;
  color: #E2521B;
}
.calculator-category .main-categories--wrapper .main-categories--item span img {
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  object-fit: contain;
  transition: 0.3s all ease;
  margin: 0 0 0 6px;
}
.calculator-category .categories--wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 991px) {
  .calculator-category .categories--wrapper {
    margin: 0;
    justify-content: space-between;
  }
}
.calculator-category .categories--wrapper .categories--item {
  display: block;
  width: calc(33.3333333333% - 20px);
  background: #fff;
  border: 1px solid #EDEDED;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0px 0px 15px 2px rgba(135, 135, 135, 0.05);
  margin: 0 10px 20px;
}
@media (max-width: 991px) {
  .calculator-category .categories--wrapper .categories--item {
    width: calc(50% - 10px);
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .calculator-category .categories--wrapper .categories--item {
    width: 100%;
    margin: 0 0 10px;
  }
}
.calculator-category .categories--wrapper .categories--item:hover {
  transform: translateY(-10px);
}
@media (max-width: 991px) {
  .calculator-category .categories--wrapper .categories--item:hover {
    transform: translateY(0);
  }
}
.calculator-category .categories--wrapper .categories--item:hover span img {
  transform: translateX(6px);
}
.calculator-category .categories--wrapper .categories--item .name-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 20px;
}
.calculator-category .categories--wrapper .categories--item .name-wrapper p {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.calculator-category .categories--wrapper .categories--item .name-wrapper img {
  display: block;
  width: 40px;
  min-width: 40px;
  height: 40px;
  object-fit: contain;
  margin: 0 10px 0 0;
}
.calculator-category .categories--wrapper .categories--item p {
  font-weight: 400;
  font-size: 16px;
}
.calculator-category .categories--wrapper .categories--item span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 500;
  color: #E2521B;
}
.calculator-category .categories--wrapper .categories--item span img {
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  object-fit: contain;
  transition: 0.3s all ease;
  margin: 0 0 0 6px;
}

.section-faq .dropdown-qna {
  position: relative;
  width: 100%;
}
.section-faq .dropdown-qna .qna-item {
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  .section-faq .dropdown-qna .qna-item {
    margin: 0 0 8px;
  }
}
.section-faq .dropdown-qna .qna-item:nth-last-child(1) {
  margin: 0;
}
.section-faq .dropdown-qna .qna-item.active .default-submenu {
  max-height: 1000px;
}
.section-faq .dropdown-qna .qna-item.active .title-dropdown--qna .qna_plus .vertical {
  transform: translate(-50%, -50%) rotate(-270deg) !important;
}
.section-faq .dropdown-qna .qna-item.active .title-dropdown--qna svg {
  transform: rotate(135deg);
}
.section-faq .dropdown-qna .qna-item.active .title-dropdown--qna svg path {
  stroke: #fff;
}
.section-faq .dropdown-qna .qna-item .title-dropdown--qna {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 24px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  background: #fff;
  color: #012235;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .section-faq .dropdown-qna .qna-item .title-dropdown--qna {
    text-align: left;
    font-size: 16px;
    padding: 16px 12px 16px 18px;
    border-radius: 7px;
  }
}
.section-faq .dropdown-qna .qna-item .title-dropdown--qna .qna_plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  position: relative;
  background: #f4f4f4;
  border-radius: 50%;
  transition: 0.3s all ease;
  margin: 0 0 0 10px;
}
@media (max-width: 991px) {
  .section-faq .dropdown-qna .qna-item .title-dropdown--qna .qna_plus {
    width: 38px;
    height: 38px;
    min-width: 38px;
  }
}
.section-faq .dropdown-qna .qna-item .title-dropdown--qna .qna_plus small {
  display: block;
  background: #E2521B;
  transition: 0.3s all ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-faq .dropdown-qna .qna-item .title-dropdown--qna .qna_plus .horizontal {
  width: 26px;
  height: 3px;
}
@media (max-width: 991px) {
  .section-faq .dropdown-qna .qna-item .title-dropdown--qna .qna_plus .horizontal {
    width: 16px;
    height: 2px;
  }
}
.section-faq .dropdown-qna .qna-item .title-dropdown--qna .qna_plus .vertical {
  width: 3px;
  height: 26px;
  transform: translate(-50%, -50%) rotate(0);
}
@media (max-width: 991px) {
  .section-faq .dropdown-qna .qna-item .title-dropdown--qna .qna_plus .vertical {
    width: 2px;
    height: 16px;
  }
}
.section-faq .dropdown-qna .qna-item .default-submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.section-faq .dropdown-qna .qna-item .default-submenu .qna-content--top {
  padding: 40px;
  background: #fff;
  border-radius: 10px;
  margin: 13px 0 0 0;
}
@media (max-width: 991px) {
  .section-faq .dropdown-qna .qna-item .default-submenu .qna-content--top {
    padding: 18px;
    border-radius: 7px;
    margin: 5px 0 0 0;
  }
}
.section-faq .dropdown-qna .qna-item .default-submenu p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .section-faq .dropdown-qna .qna-item .default-submenu p {
    font-size: 15px;
    margin: 0 0 15px;
  }
}
.section-faq .dropdown-qna .qna-item .default-submenu ul {
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .section-faq .dropdown-qna .qna-item .default-submenu ul {
    margin: 0 0 15px;
  }
}
.section-faq .dropdown-qna .qna-item .default-submenu ul li {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 0 0 0 30px;
  position: relative;
}
@media (max-width: 991px) {
  .section-faq .dropdown-qna .qna-item .default-submenu ul li {
    font-size: 15px;
    padding: 0 0 0 16px;
  }
}
.section-faq .dropdown-qna .qna-item .default-submenu ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 12px;
  width: 4px;
  height: 4px;
  background: #012235;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .section-faq .dropdown-qna .qna-item .default-submenu ul li:before {
    top: 9px;
    left: 0;
    width: 4px;
    height: 4px;
  }
}

.section-seo-text p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .section-seo-text p {
    font-size: 16px;
    margin: 0 0 12px;
  }
}
.section-seo-text ul li {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 0 0 0 30px;
  position: relative;
}
@media (max-width: 991px) {
  .section-seo-text ul li {
    font-size: 15px;
    padding: 0 0 0 12px;
  }
}
.section-seo-text ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 12px;
  width: 4px;
  height: 4px;
  background: #012235;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .section-seo-text ul li:before {
    top: 7px;
    left: 0;
    width: 4px;
    height: 4px;
  }
}

.section-calculator--app .calculator-wrapper {
  width: 100%;
  max-width: 1000px;
  border-radius: 10px;
  background: #fff;
  padding: 32px;
  margin: 0 auto;
  box-shadow: 0px 0px 15px 2px rgba(135, 135, 135, 0.05);
}
@media (max-width: 991px) {
  .section-calculator--app .calculator-wrapper {
    border-radius: 6px;
    padding: 32px 16px;
  }
}
.section-calculator--app .calculator-wrapper h3 {
  text-align: center;
  margin: 0 0 24px;
}
.section-calculator--app .calculator-wrapper .calculator-item {
  margin: 0 0 32px;
}
.section-calculator--app .calculator-wrapper .calculator-item:nth-last-child(1) {
  margin: 0;
}
.section-calculator--app .calculator-wrapper .calculator-item .inputs-block {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.section-calculator--app .calculator-wrapper .calculator-item .inputs-block .input-block {
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  .section-calculator--app .calculator-wrapper .calculator-item .inputs-block .input-block {
    width: 100%;
    margin: 0 0 16px;
  }
}
.section-calculator--app .calculator-wrapper .calculator-item .inputs-block .input-block p {
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 6px;
}
.section-calculator--app .calculator-wrapper .calculator-item .inputs-block .input-block .input-wrapper {
  position: relative;
}
.section-calculator--app .calculator-wrapper .calculator-item .inputs-block .input-block .input-wrapper input {
  background: #f4f4f4;
  height: 48px;
  padding: 0 32px 0 16px;
  border-radius: 6px;
  font-size: 16px;
  color: #012235;
  border: 1px solid #EDEDED;
}
@media (max-width: 991px) {
  .section-calculator--app .calculator-wrapper .calculator-item .inputs-block .input-block .input-wrapper input {
    font-size: 14px;
    width: 100%;
    height: 40px;
  }
}
.section-calculator--app .calculator-wrapper .calculator-item .inputs-block .input-block .input-wrapper--percents:after {
  content: "%";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #012235;
}
.section-calculator--app .calculator-wrapper .calculator-item .inputs-block .inner-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 0 30px;
}
@media (max-width: 991px) {
  .section-calculator--app .calculator-wrapper .calculator-item .inputs-block .inner-wrapper {
    margin: 0;
  }
}
.section-calculator--app .calculator-wrapper .calculator-item .inputs-block .inner-wrapper .input-wrapper {
  margin: 0 0 0 20px;
}
.section-calculator--app .calculator-wrapper .calculator-item .inputs-block .radio_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section-calculator--app .calculator-wrapper .calculator-item .inputs-block .radio_wrapper .form-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 20px 0 0;
  height: 48px;
}
@media (max-width: 991px) {
  .section-calculator--app .calculator-wrapper .calculator-item .inputs-block .radio_wrapper .form-group {
    height: 40px;
  }
}
.section-calculator--app .calculator-wrapper .calculator-item .inputs-block .radio_wrapper .form-group:nth-last-child(1) {
  margin: 0;
}
.section-calculator--app .calculator-wrapper .calculator-item .inputs-block .radio_wrapper input[type=radio] {
  display: none;
}
.section-calculator--app .calculator-wrapper .calculator-item .inputs-block .radio_wrapper label {
  cursor: pointer;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  color: #012235;
  padding: 0 0 0 30px;
}
@media (max-width: 991px) {
  .section-calculator--app .calculator-wrapper .calculator-item .inputs-block .radio_wrapper label {
    font-size: 14px;
    padding: 0 0 0 24px;
  }
}
.section-calculator--app .calculator-wrapper .calculator-item .inputs-block .radio_wrapper label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #656565;
  border-radius: 50%;
  top: 0;
  left: 0;
  transition: border-color 400ms ease;
}
@media (max-width: 991px) {
  .section-calculator--app .calculator-wrapper .calculator-item .inputs-block .radio_wrapper label:before {
    width: 16px;
    height: 16px;
  }
}
.section-calculator--app .calculator-wrapper .calculator-item .inputs-block .radio_wrapper label:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #E2521B;
  border-radius: 50%;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: transform 400ms ease;
}
@media (max-width: 991px) {
  .section-calculator--app .calculator-wrapper .calculator-item .inputs-block .radio_wrapper label:after {
    width: 16px;
    height: 16px;
  }
}
.section-calculator--app .calculator-wrapper .calculator-item .inputs-block .radio_wrapper input[type=radio]:checked + label::before {
  background: #E2521B;
  border-color: #E2521B;
}
.section-calculator--app .calculator-wrapper .calculator-item .inputs-block .radio_wrapper input[type=radio]:checked + label::after {
  transform: scale(0.3);
}
.section-calculator--app .calculator-wrapper .calculator-item .inputs-block .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .section-calculator--app .calculator-wrapper .calculator-item .inputs-block .btns-wrapper {
    width: 100%;
    justify-content: space-between;
  }
}
.section-calculator--app .calculator-wrapper .calculator-item .inputs-block .btns-wrapper .btn-ok {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  min-height: 48px;
  background: #E2521B;
  border: 1px solid #E2521B;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 991px) {
  .section-calculator--app .calculator-wrapper .calculator-item .inputs-block .btns-wrapper .btn-ok {
    width: calc(50% - 7.5px);
    min-height: 40px;
    font-size: 14px;
  }
}
.section-calculator--app .calculator-wrapper .calculator-item .inputs-block .btns-wrapper .btn-ok:hover {
  background: transparent;
  color: #E2521B;
}
.section-calculator--app .calculator-wrapper .calculator-item .inputs-block .btns-wrapper .btn-clear {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  min-height: 48px;
  background: #2c2c2c;
  border: 1px solid #2c2c2c;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 991px) {
  .section-calculator--app .calculator-wrapper .calculator-item .inputs-block .btns-wrapper .btn-clear {
    width: calc(50% - 7.5px);
    min-height: 40px;
    font-size: 14px;
    margin: 0;
  }
}
.section-calculator--app .calculator-wrapper .calculator-item .inputs-block .btns-wrapper .btn-clear:hover {
  background: transparent;
  color: #2c2c2c;
}
.section-calculator--app .calculator-wrapper .calculator-item .inputs-block .result-block {
  display: none;
}
@media (max-width: 991px) {
  .section-calculator--app .calculator-wrapper .calculator-item .inputs-block .result-block {
    display: block;
    margin: -8px 0 12px 0;
  }
}
.section-calculator--app .calculator-wrapper .calculator-item .result-block {
  margin: 6px 0 0 0;
}
@media (max-width: 991px) {
  .section-calculator--app .calculator-wrapper .calculator-item .result-block {
    display: none;
  }
}
.section-calculator--app .calculator-wrapper .calculator-item .result-block p {
  font-weight: 400;
  font-size: 16px;
}
.section-calculator--app .calculator-wrapper .calculator-item .result-block p b {
  font-weight: 600;
  color: #E2521B;
  border-bottom: 1px solid #E2521B;
}
.section-calculator--app .calculator-wrapper .summary-wrapper {
  margin: 32px 0 0 0;
  padding: 32px 0 0 0;
  border-top: 1px solid #EDEDED;
}
.section-calculator--app .calculator-wrapper .summary-wrapper ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section-calculator--app .calculator-wrapper .summary-wrapper ul {
    display: block;
  }
}
.section-calculator--app .calculator-wrapper .summary-wrapper ul li {
  width: calc(33.3333333333% - 10px);
}
@media (max-width: 991px) {
  .section-calculator--app .calculator-wrapper .summary-wrapper ul li {
    width: 100%;
    margin: 0 0 15px;
    overflow: auto;
  }
}
@media (max-width: 991px) {
  .section-calculator--app .calculator-wrapper .summary-wrapper ul li:nth-last-child(1) {
    margin: 0;
  }
}
.section-calculator--app .calculator-wrapper .summary-wrapper ul li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #020304;
  margin: 0 0 8px;
}
@media (max-width: 991px) {
  .section-calculator--app .calculator-wrapper .summary-wrapper ul li p {
    font-size: 14px;
    margin: 0 0 4px;
  }
}
.section-calculator--app .calculator-wrapper .summary-wrapper ul li span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.33333;
  color: #020304;
  margin: 0 0 6px;
}
@media (max-width: 991px) {
  .section-calculator--app .calculator-wrapper .summary-wrapper ul li span {
    margin: 0 0 3px;
  }
}

.section-example p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  margin: 8px 0 0 0;
}
@media (max-width: 991px) {
  .section-example p {
    font-size: 16px;
  }
}
.section-example p b,
.section-example p strong {
  font-weight: 600;
}
.section-example h5 {
  margin: 24px 0 0 0;
}

.default-content h1 {
  text-align: left;
}
.default-content h2 {
  text-align: left;
}
.default-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .default-content p {
    font-size: 16px;
    margin: 0 0 12px;
  }
}
.default-content strong {
  font-weight: 600;
}
.default-content a {
  border-bottom: 1px solid #2C2C2C;
}
.default-content a:hover {
  border-color: transparent;
}
.default-content ul {
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .default-content ul {
    margin: 0 0 12px;
  }
}
.default-content ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 0 0 0 30px;
  position: relative;
}
@media (max-width: 991px) {
  .default-content ul li {
    font-size: 16px;
    padding: 0 0 0 12px;
  }
}
.default-content ul li:nth-last-child(1) {
  margin: 0;
}
.default-content ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 12px;
  width: 4px;
  height: 4px;
  background: #012235;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .default-content ul li:before {
    top: 9px;
    left: 0;
    width: 4px;
    height: 4px;
  }
}
.default-content ol {
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .default-content ol {
    margin: 0 0 12px;
  }
}
.default-content ol li {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 0 0 0 24px;
  counter-increment: orderedListCounter;
  position: relative;
}
@media (max-width: 991px) {
  .default-content ol li {
    font-size: 16px;
    padding: 0 0 0 20px;
  }
}
.default-content ol li:nth-last-child(1) {
  margin: 0;
}
.default-content ol li:before {
  content: counter(orderedListCounter) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .default-content ol li:before {
    font-size: 16px;
  }
}
.default-content .content-block {
  margin: 0 0 48px;
}

.section-contacts {
  padding: 0 0 64px 0;
}
@media (max-width: 991px) {
  .section-contacts {
    padding: 0 0 32px 0;
  }
}
.section-contacts form {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  background: #fff;
  padding: 32px;
  margin: 0 auto;
  box-shadow: 0px 0px 15px 2px rgba(135, 135, 135, 0.05);
}
@media (max-width: 991px) {
  .section-contacts form {
    border-radius: 6px;
    padding: 32px 16px;
  }
}
.section-contacts form h3 {
  text-align: center;
}
.section-contacts form .input-wrapper {
  position: relative;
  margin: 0 0 24px;
}
.section-contacts form .input-wrapper label {
  display: block;
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 6px;
}
.section-contacts form .input-wrapper label span {
  color: #E2521B;
}
.section-contacts form .input-wrapper input {
  width: 100%;
  background: #f4f4f4;
  height: 48px;
  padding: 0 16px;
  border-radius: 6px;
  font-size: 16px;
  color: #012235;
  border: 1px solid #EDEDED;
}
@media (max-width: 991px) {
  .section-contacts form .input-wrapper input {
    font-size: 14px;
    width: 100%;
    height: 40px;
  }
}
.section-contacts form .input-wrapper textarea {
  width: 100%;
  background: #f4f4f4;
  height: 120px;
  padding: 16px;
  border-radius: 6px;
  font-size: 16px;
  color: #012235;
  border: 1px solid #EDEDED;
}
@media (max-width: 991px) {
  .section-contacts form .input-wrapper textarea {
    font-size: 14px;
    width: 100%;
    height: 100px;
  }
}
.section-contacts form .btn {
  width: 100%;
}

footer {
  padding: 48px 0;
  margin: 48px 0 0 0;
  background: #fff;
  border-top: 1px solid #EDEDED;
}
@media (max-width: 991px) {
  footer {
    padding: 32px 0;
    margin: 32px 0 0 0;
  }
}
footer .footer-links--wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  footer .footer-links--wrapper {
    margin: 0;
  }
}
footer .footer-links--wrapper .footer-links {
  width: calc(25% - 20px);
}
@media (max-width: 991px) {
  footer .footer-links--wrapper .footer-links {
    width: calc(50% - 10px);
    margin: 0 0 32px;
  }
}
@media (max-width: 767px) {
  footer .footer-links--wrapper .footer-links {
    width: 100%;
  }
}
footer .footer-links--wrapper .footer-links h4 {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  footer .footer-links--wrapper .footer-links h4 {
    font-size: 18px;
    margin: 0 0 12px;
  }
}
footer .footer-links--wrapper .footer-links ul li {
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  footer .footer-links--wrapper .footer-links ul li {
    margin: 0 0 10px;
  }
}
footer .footer-links--wrapper .footer-links ul li:nth-last-child(1) {
  margin: 0;
}
footer .footer-links--wrapper .footer-links ul li a {
  font-weight: 500;
  font-size: 16px;
  border-bottom: 1px solid transparent;
}
footer .footer-links--wrapper .footer-links ul li a:hover {
  border-color: #012235;
}
footer .footer-bottom {
  font-size: 16px;
}
@media (max-width: 991px) {
  footer .footer-bottom {
    font-size: 12px;
  }
}

h1,
.h1 {
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  h1,
.h1 {
    font-size: 30px;
    margin: 0 0 16px;
  }
}
h1 span,
.h1 span {
  color: #E2521B;
}

h2,
.h2 {
  font-weight: 500;
  font-size: 50px;
  line-height: 1.09;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 32px;
}
@media (max-width: 991px) {
  h2,
.h2 {
    font-size: 32px;
    margin: 0 0 24px;
  }
}
@media (max-width: 767px) {
  h2,
.h2 {
    font-size: 24px;
  }
}
h2 span,
.h2 span {
  color: #E2521B;
}

h3,
.h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.4;
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  h3,
.h3 {
    font-size: 20px;
  }
}
h3 a,
.h3 a {
  color: #012235;
  border-bottom: 1px solid #012235;
}
h3 a:hover,
.h3 a:hover {
  border-color: transparent;
}

h5,
.h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  h5,
.h5 {
    font-size: 18px;
  }
}
h5 a,
.h5 a {
  color: #012235;
  border-bottom: 1px solid #012235;
}
h5 a:hover,
.h5 a:hover {
  border-color: transparent;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
}
.btn-blue {
  background: #012235;
  font-weight: 600;
  border-radius: 10px;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  min-height: 60px;
  padding: 10px 48px;
  text-transform: uppercase;
  border: 1px solid transparent;
}
@media (max-width: 991px) {
  .btn-blue {
    padding: 8px 24px;
    min-height: 52px;
    line-height: 1.4;
  }
}
.btn-blue:hover {
  color: #012235;
  border-color: #012235;
  background: transparent;
}

.row {
  margin: -5px;
}
.row [class*=col-] {
  padding: 5px;
}

.fixed-btn {
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 999;
}
@media (max-width: 991px) {
  .fixed-btn {
    bottom: 30px;
    right: 15px;
  }
}
.fixed-btn a {
  display: block;
}
.fixed-btn a:hover {
  opacity: 0.7;
}
.fixed-btn a img {
  display: block;
}
@media (max-width: 991px) {
  .fixed-btn a img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
}

.breadcrumbs {
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .breadcrumbs {
    margin: 0 0 10px;
  }
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.breadcrumbs ul li {
  margin: 0 7px 0 0;
}
@media (max-width: 991px) {
  .breadcrumbs ul li {
    margin: 0 5px 0 0;
  }
}
.breadcrumbs ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #012235;
}
@media (max-width: 991px) {
  .breadcrumbs ul li a {
    font-size: 13px;
  }
}
.breadcrumbs ul li a:hover small {
  border-color: transparent;
}
.breadcrumbs ul li a small {
  font-weight: 500;
  border-bottom: 1px solid #012235;
  transition: 0.3s all ease;
}
.breadcrumbs ul li a img {
  display: block;
  width: 17px;
  object-fit: contain;
  margin: 0 0 0 7px;
}
@media (max-width: 991px) {
  .breadcrumbs ul li a img {
    width: 14px;
    margin: 0 0 0 5px;
  }
}
.breadcrumbs ul li span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #726f6f;
}
@media (max-width: 991px) {
  .breadcrumbs ul li span {
    font-size: 13px;
  }
}
.breadcrumbs ul li:nth-last-child(1) a img {
  margin: 10px 0 0 7px;
}
@media (max-width: 991px) {
  .breadcrumbs ul li:nth-last-child(1) a img {
    margin: 5px 0 0 7px;
  }
}

.menu-box {
  display: none;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 151;
}
@media (max-width: 991px) {
  .menu-box {
    display: inline-flex;
  }
}

.hamburger {
  background: #012235;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 48px;
  height: 48px;
  transition: 0.3s all ease;
}
.hamburger .line {
  display: block;
  width: 24px;
  height: 3px;
  background-color: #fff;
  margin: 0 0 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger .line:nth-last-child(1) {
  margin: 0;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger.is-active {
  background: #012235;
}
.hamburger.is-active .line {
  width: 24px;
}
.hamburger.is-active .line:nth-child(3) {
  opacity: 0;
}
.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  -o-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
  background: #fff;
}
.hamburger.is-active .line:nth-child(2) {
  -webkit-transform: translateY(-1px) rotate(-45deg);
  -ms-transform: translateY(-1px) rotate(-45deg);
  -o-transform: translateY(-1px) rotate(-45deg);
  transform: translateY(-1px) rotate(-45deg);
  background: #fff;
}

.check {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.check p {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.66667;
  color: #000;
  text-align: left;
  margin: 0 0 0 12px;
}
.check p a:hover {
  text-decoration: underline;
}
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  transition: all 0.3s ease;
}
.check input:checked ~ .checkmark:after {
  opacity: 1;
  visibility: visible;
}
.check .checkmark {
  display: block;
  position: relative;
  height: 20px;
  width: 20px;
  min-width: 20px;
  background: transparent;
  transition: all 0.3s ease;
  border: 1px solid #000;
  background: #fff;
}
.check .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  background: #bb693d;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ohidden,
.catalog-open {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

.container {
  max-width: 1190px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1140px) {
  .container {
    max-width: 1190px;
  }
}

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