:root {
  --catalog-term-heading--color:#000000;
  --catalog-term-heading--color-hover:#f49b0f;
}

.container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 1160px;
}
@media (max-width: 1279px) {
  .container {
    margin-left: auto;
  }
}
@media (max-width: 1023px) {
  .container {
    margin-left: 18px;
  }
}
@media (max-width: 767px) {
  .container {
    margin-left: 18px;
  }
}
@media (max-width: 1279px) {
  .container {
    margin-right: auto;
  }
}
@media (max-width: 1023px) {
  .container {
    margin-right: 18px;
  }
}
@media (max-width: 767px) {
  .container {
    margin-right: 18px;
  }
}
@media (max-width: 1279px) {
  .container {
    width: 992px;
  }
}
@media (max-width: 1023px) {
  .container {
    width: auto;
  }
}
@media (max-width: 767px) {
  .container {
    width: auto;
  }
}

body {
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 400;
  background-color: #ffffff;
  color: #262626;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("ttf");
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("ttf"), url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Regular.truetype") format("truetype"), url("../fonts/Montserrat/Montserrat-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

h1,
.h1 {
  font-size: 44px;
  line-height: 52px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #262626;
  margin-top: 42px;
  margin-bottom: 36px;
}
@media (max-width: 1279px) {
  h1,
  .h1 {
    margin-bottom: 36px;
  }
}
@media (max-width: 1023px) {
  h1,
  .h1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    margin-bottom: 30px;
  }
}

h2,
.h2 {
  font-size: 36px;
  line-height: 44px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #262626;
  margin-top: 30px;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  h2,
  .h2 {
    font-size: 32px;
    line-height: 38px;
    font-family: "Montserrat";
    font-weight: 400;
  }
}
@media (max-width: 1279px) {
  h2,
  .h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  h2,
  .h2 {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    margin-bottom: 18px;
  }
}

h3,
.h3 {
  font-size: 32px;
  line-height: 38px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #262626;
  margin-top: 30px;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  h3,
  .h3 {
    font-size: 28px;
    line-height: 32px;
    font-family: "Montserrat";
    font-weight: 400;
  }
}
@media (max-width: 1279px) {
  h3,
  .h3 {
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  h3,
  .h3 {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  h3,
  .h3 {
    margin-bottom: 18px;
  }
}

h4, h5, h6,
.h4, .h5, .h6 {
  font-size: 28px;
  line-height: 32px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #262626;
  margin-top: 30px;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  h4, h5, h6,
  .h4, .h5, .h6 {
    font-size: 24px;
    line-height: 30px;
    font-family: "Montserrat";
    font-weight: 400;
  }
}
@media (max-width: 1279px) {
  h4, h5, h6,
  .h4, .h5, .h6 {
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  h4, h5, h6,
  .h4, .h5, .h6 {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  h4, h5, h6,
  .h4, .h5, .h6 {
    margin-bottom: 18px;
  }
}

a {
  text-decoration: #238acc;
  color: #238acc;
}
a:hover {
  color: #70c0e6;
  text-decoration: #70c0e6;
}
b, strong {
  font-weight: 700px;
  color: #262626;
}

p, ul, ol, table, hr, .ck-tpl {
  margin-top: 18px;
  margin-bottom: 18px;
}

ol li,
ul li {
  margin-top: 6px;
  margin-bottom: 6px;
}

ul {
  padding-left: 24px;
}
ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
}

ol {
  padding-left: 24px;
}

hr {
  background-color: #183D6D;
  height: 1px;
}

table {
  width: 100% !important;
  border: none;
}
table th p:first-child, table td p:first-child {
  margin-top: 0;
}
table th p:last-child, table td p:last-child {
  margin-bottom: 0;
}
table th {
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
  border: solid 1px #8c8c8c;
  background-color: #f3f8ff;
  font-size: 24px;
  line-height: 30px;
  font-family: "Montserrat";
  font-weight: 400;
}
table td {
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
  border: solid 1px #8c8c8c;
}
table ul:first-child, table ol:first-child {
  margin-top: 0;
}
table ul:last-child, table ol:last-child {
  margin-bottom: 0;
}
table ul li:first-child, table ol li:first-child {
  margin-top: 0;
}
table ul li:last-child, table ol li:last-child {
  margin-bottom: 0;
}
table p:first-child {
  margin-top: 0;
}
table p:last-child {
  margin-bottom: 0;
}

table[border="0"] {
  border-width: 0;
}
table[border="0"] th,
table[border="0"] td {
  border-width: 0;
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-Regular.svg#Montserrat") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-Medium.svg#Montserrat") format("svg");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-Bold.svg#Montserrat") format("svg");
  font-style: normal;
  font-weight: 700;
}
body.no-scroll {
  overflow: hidden;
}
@media screen and (max-width: 1440px) and (min-width: 1280px) {
  body .container {
    width: 1190px;
  }
}