/* === main.css === */
/* inlined: vars.css */
:root {
  --blue-color: #195B71;
  --blue-medium-color: #2F7187;
  --blue-light-color: #E5ECEF;
  --red-color: #D75345;
  --red-light-color: #DC6B5F;
  --green-color: #A6B900;
  --green-light-color: #F6F8E5;
  --text-color: #272727;
  --black-color: #252525;
  --white-color: #fff;
  --grey-color: #9E9E9E;
  --grey-medium-color: #DADADA;
  --grey-light-color: #F9F9F9;
  --header-color: #FFF7EA;
  --grey-bg-color: #F0F4F5;

  --primary-font: 'Open Sans';

  --transition: all .3s ease-in-out;
}
/* inlined: grid.css */
:root {
  --grid-width: 1160px;
  --grid-gutter: 15px;
}

.kqp6ma {
  max-width: calc(var(--grid-width) + var(--grid-gutter) * 2);
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--grid-gutter);
}

.kqp6ma.sm {
  max-width: calc(962px + var(--grid-gutter) * 2);
}

.lqau35 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--grid-gutter) * -1);
}

.a42gou {
  flex-direction: column-reverse;
}

.w9nil7 {
  flex-direction: column-reverse;
}

.v97iai {
  width: fit-content;
  padding: 0 var(--grid-gutter);
}

.iz2tgc {
  width: 25%;
}

.z7wuaf {
  width: 33.3333%;
}

.amwazt {
  width: 41.666667%;
}

.uf4crs {
  width: 50%;
}

.zz5od8 {
  width: 100%;
}

.ape2s7 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ktxvq9 {
  flex: 1;
}

.jvrkqf {
  justify-content: flex-start;
}

.x5h250 {
  justify-content: flex-end;
}

@media (min-width: 992px) {
  .fc1acx {
    width: 25%;
  }

  .ejs5gt {
    width: 33.3333%;
  }

  .oejm7q {
    width: 58.3333%;
  }

  .v7qi2h {
    width: 66.6666%;
  }

  .zz0xq0 {
    width: 50%;
  }

  .o01244 {
    width: 41.6666%;
  }

  .c4wbot {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .d95m8b {
    width: 25%;
  }

  .q4bx4v {
    width: 50%;
  }

  .v42vtj {
    width: 58.3333%;
  }

  .qbj0ba {
    width: 41.6666%;
  }

  .jozcjh {
    justify-content: flex-start;
  }

  .p2r8oc {
    justify-content: flex-end;
  }

  .yos9b1 {
    flex-direction: row;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body, html {
  height: 100%;
  min-height: 100%;
}

html {
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: 1;
  background-color: var(--white-color);
  color: var(--text-color);
  font-family: var(--primary-font), sans-serif;
  font-size: 18px;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--blue-color);
  font-family: var(--primary-font), sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 42px;
  line-height: 57px;
  margin: 60px 0 30px;
}

h2 {
  font-size: 40px;
  line-height: 54px;
  margin: 60px 0 30px;
}

h3 {
  font-size: 38px;
  line-height: 52px;
  margin: 60px 0 30px;
}

h4 {
  font-size: 36px;
  line-height: 50px;
  margin: 60px 0 30px;
}

h5 {
  font-size: 32px;
  line-height: 43px;
  margin: 60px 0 30px;
}

h6 {
  font-size: 28px;
  line-height: 38px;
  margin: 60px 0 30px;
}

ul {
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
}

ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 30px;
  color: var(--text-color);
}

ul li::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 14px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: var(--black-color);
}

ol {
  margin: 20px 0 20px 22px;
}

ol li {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
}

blockquote {
  position: relative;
  display: block;
  background-color: var(--grey-light-color);
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  padding: 16px 78px 16px 80px;
  margin: 15px 0;
}

blockquote::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 58px;
  height: calc(100% - 10px);
  width: 2px;
  background-color: var(--grey-medium-color);
}

kbd {
  letter-spacing: .05em;
  font-family: var(--primary-font);
  font-weight: 400;
}

code,
samp {
  display: inline-block;
  padding: 0 2px;
  font-family: inconsolata;
  font-weight: 400;
  background-color: var(--grey-light-color);
  font-size: 18px;
  line-height: 30px;
  letter-spacing: .05em;
}

p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 15px;
  color: var(--text-color);
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

a {
  color: var(--blue-color);
  line-height: 1;
  outline: none;
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  text-decoration: underline;
}

input, 
select,
textarea {
  width: 100%;
  position: relative;
  display: block;
  padding: 11px 14px;
  color: var(--text-color);
  font-size: 16px;
  line-height: 24px;
  font-family: var(--primary-font), sans-serif;
  font-weight: 400;
  background-color: var(--white-color);
  outline: none;
  border: 1px solid var(--grey-medium-color);
  transition: var(--transition);
  appearance: none;
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

select {
  padding-right: 50px;
  background: url(../images/select-arrow.svg) no-repeat calc(100% - 15px) var(--white-color);
}

::-webkit-input-placeholder {
  color: var(--grey-color);
  opacity: 1;
}
::-moz-placeholder {
  color: var(--grey-color);
  opacity: 1;
}
:-ms-input-placeholder {
  color: var(--grey-color);
  opacity: 1;
}
:-moz-placeholder {
  color: var(--grey-color);
  opacity: 1;
}

input:active,
input:focus,
textarea:active,
textarea:focus {
  border: 1px solid var(--blue-color);
}

.n4k98k {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 10px 34px;
  background-color: var(--red-color);
  color: var(--white-color);
  outline: none;
  font-family: var(--primary-font), sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  border-radius: 30px;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: var(--transition);
}

.n4k98k:hover,
.n4k98k:active {
  background-color: var(--red-light-color);
  text-decoration: none;
}

.tlqbsg {
  position: relative;
  padding: 13px 0;
  background-color: var(--header-color);
  box-shadow: 0 1px 4px 0 rgba(132, 133, 204, 0.25);
}

.vzix5p {
  max-width: 168px;
  width: 100%;
  transition: var(--transition);
  border: 0;
}

.vzix5p:hover {
  opacity: .9;
}

.ejcb0w {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  transition: var(--transition);
}

.i1ibai {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  transition: var(--transition);
  background-color: rgba(255, 255, 255, .7);
}

.ejcb0w.is-active {
  transform: translateX(0);
}

.i1ibai.is-active {
  opacity: 1;
  z-index: 9;
}

.zk1dwv {
  width: 100%;
  margin-right: 30px;
}

.zk1dwv ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.zk1dwv ul li {
  margin: 0 40px 0 0;
  padding: 0;
}

.zk1dwv ul li::before {
  display: none;
}

.zk1dwv ul li:last-child {
  margin-right: 0;
}

.zk1dwv ul li * {
  display: inline-flex;
  color: var(--text-color);
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  transition: var(--transition);
  border-bottom: 1px solid transparent;
  text-decoration: none;
}

.zk1dwv ul li a:hover {
  color: var(--blue-color);
  border-color: var(--blue-color);
}

.c7wkk9 {
  flex-shrink: 0;
}

.c7wkk9 .n4k98k {
  padding-left: 45px;
  padding-right: 45px;
}

.fcj6zw {
  position: relative;
  background-color: var(--blue-color);
  padding: 60px 0 45px;
}

.t67oh8 {
  font-size: 18px;
  line-height: 30px;
  color: var(--white-color);
}

.qxrr2d {
  margin: 30px 0;
  font-size: 42px;
  line-height: 57px;
  font-weight: 600;
  color: var(--white-color);
}

.r3r9k9 {
  padding: 70px 0 45px;
}

.dmrcvb {
  padding: 50px 0 25px;
  background-color: var(--blue-medium-color);
  color: var(--white-color);
}

.dmrcvb p {
  color: var(--white-color);
}

.hnp8w5 {
  margin: 0 0 30px;
  font-size: 24px;
  display: inline-block;
  line-height: 32px;
  background-color: var(--green-color);
  color: var(--white-color);
  padding: 5px 20px;
}

.dmrcvb .w1ysfj {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.dmrcvb .v8i2bb {
  width: calc(50% - 15px);
}

.w1ysfj {
  margin: 20px 0 0;
  padding: 0;
  list-style-type: none;
}

.v8i2bb {
  margin-bottom: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
}

.xb3r1q p:last-child {
  margin-bottom: 0;
}

.v8i2bb::before {
  display: none;
}

.v8i2bb strong {
  font-weight: 700;
  margin-right: 15px;
  font-size: 24px;
  line-height: 30px;
  color: var(--white-color);
}

.vp8vl8 {
  padding: 50px 0 45px;
  background-color: var(--blue-light-color);
}

.naq7ly {
  margin: 25px 0;
}

.jdqdnw {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: var(--green-light-color);
  padding: 15px 20px;
  margin-bottom: 14px;
}

.ps1syq {
  margin-top: 2px;
  flex-shrink: 0;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jdqdnw p {
  margin-bottom: 0;
}

.s0c8cd {
  padding: 60px 0 40px;
  background-color: var(--grey-bg-color);
}

.pjay3s {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cjpn2y {
  margin: 15px 0 0;
  padding: 0;
  list-style-type: none;
}

.ywhmgf {
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.ywhmgf::before {
  display: none;
}

.m5ij7r {
  margin-right: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wk4gs6 p:last-child {
  margin-bottom: 0;
}

.g3esfs {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  color: var(--white-color);
}

.g3esfs .hnp8w5 + .w1ysfj,
.g3esfs .hnp8w5 + p {
  margin-top: 10px;
}

.g3esfs p {
  color: var(--white-color);
}

.y8q384,
.oxx4ie {
  width: 50%;
}

.vepr03 {
  padding-left: 15px;
}

.d1s37j {
  padding-right: 15px;
}

.y8q384 {
  padding: 50px 30px 25px 0;
  padding-left: calc((100% - (var(--grid-width) + var(--grid-gutter) * 2)) / 2);
  background-color: var(--blue-medium-color);
}

.oxx4ie {
  padding: 50px 0 25px 30px;
  padding-right: calc((100% - (var(--grid-width) + var(--grid-gutter) * 2)) / 2);
  background-color: var(--blue-color);
}

.bdllfx {
  padding: 60px 0 95px;
}

.eq4eo6 {
  width: 100%;
  max-width: 470px;
  background-color: var(--white-color);
  text-align: center;
  margin-left: auto;
}

.wucx53 {
  padding: 30px 25px;
  width: 100%;
  margin: 0 auto;
}

.eq4eo6 select {
  margin-bottom: 15px;
}

.pgy2rl {
  padding: 12px 40px;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: var(--white-color);
  background-color: var(--green-color);
}

.vagwh0 {
  margin: 20px auto 0;
  max-width: 240px;
}

.hy6e6w {
  font-size: 12px;
  line-height: 15px;
  margin: 15px auto 0;
  width: 100%;
  max-width: 335px;
  text-align: center;
  font-weight: 300;
  color: var(--text-color);
}

.hy6e6w a {
  font-weight: 400;
  color: var(--text-color);
}

.vyzbdj {
  margin: 20px 0;
}

.vyzbdj li {
  padding-left: 43px;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 16px;
}

.vyzbdj li::before {
  width: 28px;
  height: 28px;
  left: 0;
  top: 1px; 
  border-radius: 5px;
  background: url(../images/check-icon.svg) no-repeat center var(--green-color);
}

.jsxvzp {
  margin: 0 0 30px;
  font-size: 40px;
  color: var(--blue-color);
  line-height: 54px;
  font-weight: 600;
}

.wtqaw4 {
  width: 100%;
  max-width: 992px;
  margin: 0 auto;
  padding: 20px 15px 100px;
}

.cljlb3,
.v88nw2 {
  padding: 70px 0 80px;
}

.kx6bpw {
  padding: 25px 30px;
  max-width: 565px;
  width: 100%;
  border-radius: 10px;
  margin: 0 auto 30px;
  background-color: var(--white-color);
  box-shadow: 0px 0px 20px 0 rgba(37, 37, 37, 0.3);
}

.y1p78g {
  padding: 20px 52px;
  background-color: var(--grey-light-color);
  border: 1px solid var(--green-color);
}

.vxo1mu {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: var(--black-color);
  margin: 0 0 25px;
  text-align: center;
}

.nnnv7k {
  font-size: 12px;
  line-height: 16px;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 300;
}

.nnnv7k a {
  color: var(--text-color);
  font-weight: 400;
}

.kx6bpw input,
.kx6bpw select,
.kx6bpw textarea {
  margin-bottom: 20px;
}

.kx6bpw textarea {
  height: 155px;
}

.tkkh6e {
  margin: 25px auto 0;
  max-width: 240px;
}

.u73mu5 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(12px * -1) 25px;
}

.a52ox6 {
  width: 50%;
  padding: 0 12px;
}

.lqpvbn {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 40px;
  background-color: var(--grey-light-color);
  border: 1px solid var(--green-color);
  padding: 20px 25px;
  max-width: 495px;
  width: 100%;
}

.lqpvbn p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

.endrta {
  padding-top: 2px;
}

.dq29et {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  flex-shrink: 0;
}

.uudpzz {
  margin: 0 0 8px;
  display: block;
  line-height: 24px;
  color: var(--black-color);
}

.l5p9t3 {
  font-size: 16px;
  line-height: 22px;
  color: var(--text-color);
}

.y50k8k {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.y50k8k:last-child {
  margin-bottom: 0;
}

.y50k8k p {
  margin-right: 10px;
  margin-bottom: 0;
  line-height: 22px;
  width: 125px;
  flex-shrink: 0;
}

.y50k8k span {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.ufe60k {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  background-color: var(--grey-light-color);
  border: 1px solid var(--green-color);
  padding: 20px 25px;
  width: 100%;
  max-width: 495px;
} 

.c2x7jl {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  flex-shrink: 0;
}

.cv4wof {
  display: block;
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: var(--black-color);
}

.dd6r0d p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}

.dztwjf {
  padding-top: 60px;
  background-color: var(--black-color);
}

.lyp654 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}

.etjbng {
  margin: 0 15px;
}

.f01ktq {
  max-width: 168px;
  width: 100%;
}

.f01ktq:hover {
  opacity: .9;
}

.anador {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 12px 0 20px 0;
}

.anador li {
  margin: 0 20px 0 0;
  padding: 0;
}

.anador li:last-child {
  margin-right: 0;
}

.anador li::before {
  display: none;
}

.anador li a {
  width: 36px;
  height: 36px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--green-color);
  border: 0;
}

.anador li a svg path {
  transition: var(--transition);
}

.anador li a:hover svg path {
  fill: var(--blue-color);
}

.a8aq8d {
  display: flex;
  align-items: flex-start;
  width: 252px;
  margin-top: 30px;
}

.a8aq8d p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
  color: var(--white-color);
}

.db48vb {
  margin-right: 14px;
  margin-top: 2px;
  flex-shrink: 0;
}

.ctu5n9 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: var(--white-color);
}

.oydibe {
  margin: 0;
}

.oydibe.mfqb7g {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.oydibe.mfqb7g li {
  width: calc(50% - 5px);
}

.oydibe li {
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 20px;
}

.oydibe li::before {
  display: none;
}

.oydibe li a {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: var(--white-color);
}

.lelhsq {
  margin-top: 35px;
}

.o8jrdv {
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  text-align: justify;
}

.o8jrdv p {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 0;
  color: var(--white-color);
}

.aqpa1m {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-align: left;
  color: var(--white-color);
}

.x5q3le {
  text-align: center;
  padding-top: 24px;
}

.x5q3le p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  color: var(--white-color);
}

.ntqgna {
  position: relative;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  z-index: 100;
  overflow: visible; }
  .ntqgna:hover {
    opacity: 0.7; }
  .ntqgna.is-active:hover {
    opacity: 0.7; }
  .ntqgna.is-active .mr3yy9,
  .ntqgna.is-active .mr3yy9::before,
  .ntqgna.is-active .mr3yy9::after {
    background-color: var(--blue-color); }

.tcvzm5 {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.mr3yy9 {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .mr3yy9, .mr3yy9::before, .mr3yy9::after {
    width: 40px;
    height: 3px;
    background-color: var(--blue-color);
    border-radius: 3px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .mr3yy9::before, .mr3yy9::after {
    content: "";
    display: block; }
  .mr3yy9::before {
    top: -10px; }
  .mr3yy9::after {
    bottom: -10px; }

.ayj3r4 .mr3yy9 {
  top: 2px; }
  .ayj3r4 .mr3yy9::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .ayj3r4 .mr3yy9::after {
    top: 20px; }

.ayj3r4.is-active .mr3yy9 {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .ayj3r4.is-active .mr3yy9::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .ayj3r4.is-active .mr3yy9::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

.xltkir {
  margin-top: 60px!important;
}

.k9acgr {
  display: flex;
}

.d40ugy {
  text-align: center;
}

.hm0yof {
  align-items: center;
} 

.d08nce {
  justify-content: space-between;
}

.qfs9bf {
  justify-content: center;
}

.jubidf {
  justify-content: flex-start;
}
/* inlined: media.css */
@media (max-width: 1025px) {
  .zk1dwv ul li {
    margin-right: 25px;
  }

  .ntqgna {
    display: inline-flex;
  }

  .vzix5p {
    max-width: 125px;
  }

  .ejcb0w {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 90px 30px 30px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 330px;
    z-index: 99;
    background-color: var(--white-color);
    transform: translateX(100%);
  }

  .zk1dwv {
    margin-right: 0;
    width: auto;
    text-align: right;
    width: 100%;
  }

  .zk1dwv ul {
    display: block;
  }

  .zk1dwv ul li {
    margin-right: 0;
    margin-bottom: 15px; 
  }

  .zk1dwv ul li * {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
  }

  .c7wkk9 {
    margin-top: 15px;
  }

  .n4k98k {
    font-size: 20px;
    padding: 10px 20px;
  }

  .rf3op7 {
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .dztwjf {
    padding-top: 60px;
  }

  .lyp654 {
    margin-bottom: 30px;
  }

  .f01ktq {
    margin-bottom: 0;
    justify-content: flex-start;
    max-width: 125px;
  }

  .db48vb {
    margin-right: 7px;
  }

  .a8aq8d {
    width: 152px;
  }

  .omguql,
  .klhyhy {
    margin-bottom: 25px;
    text-align: center;
  }

  .rf3op7 {
    display: none;
  }

  .eq4eo6 {
    margin-left: auto;
    margin-right: auto;
  }

  .qxrr2d,
  .t67oh8 {
    text-align: center;
  }

  .pjay3s {
    margin: 10px 0;
  }

  .nb621i {
    padding: 80px 0;
  }

  .ufe60k,
  .lqpvbn {
    margin-left: auto;
    margin-right: auto;
  }

  .dd6r0d {
    max-width: 100%;
  }

  .kx6bpw {
    margin-bottom: 40px;
  }

  .tlqbsg {
    padding: 10px 0;
  }

  .vzix5p {
    max-width: 103px;
  }

  .r3r9k9 {
    padding: 70px 0 40px;
  }

  .ebbykn {
    padding: 50px 0 10px;
  }

  .t0pbdz {
    padding: 40px 0 10px;
  }

  .sigm4l {
    padding: 25px 0 65px;
  }
}

@media (max-width: 767px) {
  p,
  ul li,
  ol li,
  blockquote,
  code, 
  samp,
  input, 
  select, 
  textarea {
    font-size: 15px;
    line-height: 25px;
  }

  ul li {
    padding-left: 20px;
    margin-bottom: 15px;
  }

  ol li {
    margin-bottom: 15px;
  }

  ul li::before {
    top: 10px;
    left: 9px;
    width: 3px;
    height: 3px;
  }

  blockquote {
    margin: 15px 0;
    padding: 14px 18px 14px 27px; 
  }

  blockquote::before {
    left: 17px;
    width: 1px;
  }

  h1 {
    font-size: 32px;
    line-height: 43px;
    margin: 50px 0 25px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 50px 0 25px;
  }

  h3 {
    font-size: 28px;
    line-height: 38px;
    margin: 50px 0 25px;
  }

  h4 {
    font-size: 26px;
    line-height: 35px;
    margin: 50px 0 25px;
  }

  h5 {
    font-size: 24px;
    line-height: 32px;
    margin: 50px 0 25px;
  }

  h6 {
    font-size: 20px;
    line-height: 27px;
    margin: 50px 0 25px;
  }

  input, 
  select, 
  textarea {
    padding: 9px 12px;
  }

  select {
    padding-right: 35px;
    background-size: 13px;
    background-position-x: calc(100% - 12px);
  }

  .wtqaw4 {
    padding: 10px 15px 65px;
  }

  .n4k98k {
    font-size: 18px;
    line-height: 24px;
    padding: 11px 20px;
  }

  .tlqbsg {
    padding: 6px 0;
  }

  .fcj6zw {
    padding: 45px 0 25px;
  }

  .vp8vl8 {
    padding: 40px 0 25px;
  }

  .s0c8cd {
    padding: 50px 0 45px;
  }

  .m5ij7r {
    margin-right: 15px;
    max-width: 20px;
  }

  .bdllfx {
    padding: 50px 0 65px;
  }

  .dmrcvb {
    padding: 40px 0 20px;
  }

  .dmrcvb .w1ysfj {
    display: block;
  }

  .dmrcvb .v8i2bb {
    width: 100%;
    display: block;
  }

  .ejcb0w {
    padding-top: 75px;
  }

  .dmrcvb .v8i2bb strong {
    font-size: 18px;
    line-height: 30px;
    margin-right: 0;
    margin-bottom: 5px;
    display: block;
  }

  .v8i2bb strong {
    margin-right: 10px;
  }

  .naq7ly {
    margin: 20px 0;
  }

  .jdqdnw {
    padding: 15px 10px;
  }

  .ps1syq {
    max-width: 21px;
    margin-right: 10px;
    margin-top: 5px;
  }

  .qn5rg6 {
    width: 100%;
  }

  .js19r9 {
    margin-right: 10px;
  }

  .klhyhy {
    max-width: 331px;
    margin-left: auto;
    margin-right: auto;
  }

  .omguql,
  .pjay3s {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

  .qxrr2d {
    font-size: 32px;
    line-height: 43px;
  }

  .kzrp89 {
    max-width: 207px;
    font-size: 10px;
    line-height: 13px;  
  }

  .eq4eo6 select {
    padding: 9px 15px;
  }

  .pgy2rl {
    font-size: 24px;
    line-height: 32px;
    padding: 10px 25px;
  }

  .wucx53 {
    padding: 20px 15px;
  }

  .qxrr2d {
    margin-bottom: 20px;
  }

  .r3r9k9 {
    padding: 50px 0 35px;
  }

  .vyzbdj li {
    font-size: 15px;
    line-height: 25px;
    padding-left: 34px;
    margin-bottom: 15px;
  }

  .vyzbdj li::before {
    width: 24px;
    height: 24px;
    background-size: 60%;
    top: 0;
  }

  .dq29et {
    width: 40px;
    height: 40px;
    padding: 3px;
  }

  .jsxvzp {
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 40px;
  }

  .kzrp89 {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .vagwh0 {
    margin-top: 20px;
  }

  .hy6e6w {
    font-size: 10px;
    line-height: 13px;
  }

  .eq4eo6 .n4k98k {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  .t67oh8 {
    font-size: 15px;
    line-height: 25px;
  }

  .c9nnih {
    display: block;
  }

  .ufe60k {
    margin-bottom: 20px;
    padding: 15px;
    width: 100%;
  }

  .c2x7jl {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    padding: 4px;
  }

  .dd6r0d p {
    font-size: 14px;
    line-height: 21px;
  }

  .u73mu5 {
    display: block;
    margin-bottom: 15px;
  }

  .a52ox6 {
    width: 100%;
    margin-bottom: 15px;
  }

  .cljlb3,
  .v88nw2 {
    padding: 45px 0 60px;
  }

  .r5ga4q {
    display: block;
  }

  .y50k8k {
    flex-direction: row;
  }

  .dq29et {
    margin-right: 15px;
  }

  .endrta {
    padding-top: 0;
  }

  .lqpvbn {
    padding: 15px;
    margin-bottom: 20px;
    width: 100%;
  }

  .y50k8k span {
    font-size: 14px;
    line-height: 19px;
  }
  
  .gw02x8 {
    padding: 19px 0;
  }

  .ujktn1 {
    font-size: 20px;
    line-height: 27px;
  }

  .kx6bpw {
    padding: 10px;
  }

  .y1p78g {
    padding: 20px 15px;
  }

  .vxo1mu {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .anador {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .nnnv7k {
    font-size: 10px;
    line-height: 13px;
  }

  .kx6bpw input, .kx6bpw select, .kx6bpw textarea {
    margin-bottom: 15px;
  }

  .kx6bpw textarea {
    height: 99px;
  }

  .lyp654 {
    margin-bottom: 22px;
    flex-wrap: wrap;
  }

  .tkkh6e {
    margin-top: 20px;
  }

  .l5p9t3 {
    font-size: 14px;
    line-height: 21px;
  }

  .lqpvbn p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 8px;
  }

  .y50k8k p {
    margin-bottom: 0;
    width: 109px;
  }

  .y50k8k {
    margin-bottom: 8px;
  }

  .g3esfs {
    flex-direction: column;
  }

  .hnp8w5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
    padding: 5px 10px;
  }

  .g3esfs .hnp8w5 + .w1ysfj, 
  .g3esfs .hnp8w5 + p {
    margin-top: 0;
  }

  .v8i2bb {
    margin-bottom: 20px;
  }

  .y8q384, 
  .oxx4ie {
    width: 100%;
    padding: 40px 15px 20px 15px;
  }

  .vepr03 {
    padding-left: 0;
  }

  .d1s37j {
    padding-right: 0;
  }

  .v88nw2 {
    padding: 40px 0 60px;
  }

  .y50k8k strong {
    font-size: 14px;
    line-height: 21px;
  }

  .dztwjf {
    padding-top: 47px;
  }

  .f01ktq {
    max-width: 103px;
  }

  .anador li a {
    width: 32px;
    height: 32px;
  }

  .pua7tw {
    margin-bottom: 20px;
  }

  .anador li a img {
    max-height: 80%;
  }

  .a8aq8d {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .a8aq8d p {
    font-size: 15px;
    line-height: 22px;
  }

  .oydibe li a {
    font-size: 15px;
    line-height: 20px;
  }

  .ctu5n9 {
    font-size: 16px;
    line-height: 21px;
  }

  .oydibe {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }

  .oydibe li {
    line-height: 18px;
    width: calc(50% - 5px);
  }

  .etjbng {
    margin: 0;
  }

  .lelhsq {
    margin-top: 15px;
  }

  .o8jrdv p {
    font-size: 12px;
    line-height: 16px;
  }

  .o8jrdv {
    margin-bottom: 30px;
    text-align: left;
  }

  .x5q3le {
    padding-top: 0;
    margin-bottom: 40px;
  }

  .x5q3le p {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 575px) {
  .rf3op7 {
    max-width: 161px;
  }

  .eq4eo6 {
    max-width: 100%;
  }
}


/* ===== PACK7 CUSTOM STYLES ===== */

/* Текстовый логотип — переопределяем SVG-стили из base */
.vzix5p {
  max-width: none !important;
  width: auto;
  font-weight: 600;
  font-size: 20px;
  color: var(--black-color);
  text-decoration: none;
}
.vzix5p:hover {
  opacity: 1;
  color: var(--blue-color);
  text-decoration: none;
}
.f01ktq {
  max-width: none !important;
  width: auto;
  font-weight: 600;
  font-size: 18px;
  color: var(--white-color);
  text-decoration: none;
}
.f01ktq:hover {
  color: var(--blue-light-color);
  text-decoration: none;
  opacity: 1;
}

/* Footer top — выравниваем по центру (нет address-блока) */
.lyp654 {
  align-items: center;
}

/* ===== CITIES ===== */
.pbk36o {
  padding: 0 0 60px;
}

.ob1rqe {
  font-size: 22px;
  font-weight: 600;
  color: var(--blue-color);
  margin-bottom: 1.25rem;
}

.uqfe4r {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

@media (max-width: 600px) {
  .uqfe4r {
    grid-template-columns: 1fr;
  }
}

.kg9mi2 {
  border: 1px solid var(--grey-medium-color);
  border-radius: 6px;
  overflow: hidden;
}

.bzv1g3 {
  padding: 0.6rem 1rem;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--blue-color);
  background-color: var(--blue-light-color);
  transition: background-color var(--transition);
  margin: 0;
}

.bzv1g3:hover {
  background-color: #b8cfd8;
}

.bzv1g3::after {
  content: "▸";
  margin-left: auto;
  font-size: 0.75rem;
  transition: transform 0.2s;
}

.kg9mi2[open] .bzv1g3::after {
  transform: rotate(90deg);
}

.ynnnxt {
  padding: 0.25rem 0 0.5rem;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--grey-medium-color);
}

.ynnnxt li::before {
  display: none;
}

.ynnnxt li {
  margin: 0;
  padding: 0;
}

.ynnnxt li a {
  display: block;
  padding: 0.2rem 1rem;
  font-size: 0.9rem;
  color: var(--blue-color);
  text-decoration: none;
  transition: background 0.15s;
}

.ynnnxt li a:hover {
  background: var(--grey-bg-color);
  color: var(--blue-medium-color);
  text-decoration: none;
}

/* ===== ARTICLE CONTENT TYPOGRAPHY ===== */
.obhp1c {
  line-height: 1.7;
}

.obhp1c p {
  margin: 0 0 18px;
}

.obhp1c h1 {
  font-size: 34px;
  line-height: 1.25;
  margin: 0 0 24px;
}

.obhp1c h2 {
  font-size: 26px;
  line-height: 1.3;
  margin: 44px 0 16px;
}

.obhp1c h3 {
  font-size: 21px;
  line-height: 1.35;
  margin: 36px 0 12px;
}

.obhp1c h4 {
  font-size: 18px;
  line-height: 1.4;
  margin: 28px 0 10px;
}

.obhp1c h5 {
  font-size: 16px;
  line-height: 1.45;
  margin: 22px 0 8px;
}

.obhp1c h6 {
  font-size: 14px;
  line-height: 1.5;
  margin: 18px 0 8px;
}

.obhp1c ul,
.obhp1c ol {
  margin: 0 0 18px;
  padding-left: 24px;
}

.obhp1c ul {
  list-style-type: disc;
}

.obhp1c ol {
  list-style-type: decimal;
}

.obhp1c li {
  margin-bottom: 6px;
  padding-left: 0;
}

.obhp1c li::before {
  display: none;
}

/* ===== DISCLAIMER paragraph spacing ===== */
.o8jrdv p + p {
  margin-top: 8px;
}
