* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

table {
  border-spacing: 0;
}

@-moz-document url-prefix() {
  body {
    letter-spacing: -0.09px;
  }
}
html, body {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  padding: 10px;
  color: #07131F;
  width: 100vw;
  max-width: 100%;
}
body.fancybox-iosfix {
  position: relative !important;
  left: 0;
  top: inherit !important;
  right: 0;
}
body .wrap {
  flex: 1 0 auto;
  overflow: hidden;
}

ul, ol {
  list-style-position: outside;
  margin-bottom: 25px;
}
ul li, ol li {
  margin-bottom: 10px;
  margin-left: 15px;
  font-size: 20px;
  line-height: 1.2;
  color: #07131F;
}

a {
  text-decoration: none;
  color: #07131F;
}
a:hover {
  text-decoration: dashed;
}
a img {
  border: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 100%;
  font-weight: normal;
  color: #07131F;
}

h1, .h1 {
  margin-bottom: 70px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 60px;
}

h2, .h2 {
  margin-bottom: 60px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
}

h3, .h3 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}

h4, .h4 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
}

h5, .h5 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
}

h6, .h6 {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 20px;
}

p {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #07131F;
}

table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
  font-family: "Montserrat", sans-serif;
}
table th, table td {
  padding: 15px 10px;
  border: 1px solid #d6d6d6;
  font-size: 16px;
  color: #3c3c3c;
}
@media (max-width: 450px) {
  table th, table td {
    padding: 5px;
  }
}
table th {
  border-bottom-width: 3px;
  font-weight: 400;
}

input[type="submit"] {
  font-family: "Montserrat", sans-serif;
  outline: none;
  cursor: pointer;
  line-height: 1.3;
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea, input, select {
  font-family: "Montserrat", sans-serif;
}

button {
  border: none;
}

.content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-page:before, .text-page:after {
  content: "";
  display: table;
}
.text-page:after {
  clear: both;
}
.text-page img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .text-page img {
    float: none !important;
    display: block;
    margin: 0 auto 30px !important;
  }
}
.text-page ul, .text-page ol {
  overflow: hidden;
}
.text-page ul li, .text-page ol li {
  position: relative;
  left: 15px;
  padding-right: 15px;
  font-size: 16px;
}
.text-page table img {
  float: none;
  max-width: inherit;
  margin: 0;
}

.attention {
  display: none;
}

html[data-useragent*='MSIE 10.0'] body * {
  display: none !important;
}
html[data-useragent*='MSIE 10.0'] .attention img {
  display: block !important;
  margin: 0 auto 30px;
}
html[data-useragent*='MSIE 10.0'] .attention {
  display: block !important;
  padding-top: 15%;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.hidden {
  display: none !important;
}

.overflow-wrap {
  overflow-y: hidden;
  overflow-x: auto;
}
