/* === 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;
}

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

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

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

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

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

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

.svvljd {
  width: 25%;
}

.qdy8l5 {
  width: 33.3333%;
}

.xeagfq {
  width: 41.666667%;
}

.att9u8 {
  width: 50%;
}

.snw033 {
  width: 100%;
}

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

.cjzzfy {
  flex: 1;
}

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

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

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

  .wnsh52 {
    width: 33.3333%;
  }

  .c6ciwf {
    width: 58.3333%;
  }

  .k6b3z6 {
    width: 66.6666%;
  }

  .hpeycv {
    width: 50%;
  }

  .v7kx9h {
    width: 41.6666%;
  }

  .c07x1t {
    flex-direction: row;
  }
}

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

  .zdxup5 {
    width: 50%;
  }

  .egrugj {
    width: 58.3333%;
  }

  .kcbpnl {
    width: 41.6666%;
  }

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

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

  .ewvkf0 {
    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);
}

.q0rc2v {
  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);
}

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

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

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

.ach8dv:hover {
  opacity: .9;
}

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

.nxror9 {
  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);
}

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

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

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

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

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

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

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

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

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

.qk165o {
  flex-shrink: 0;
}

.qk165o .q0rc2v {
  padding-left: 45px;
  padding-right: 45px;
}

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

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

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

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

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

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

.ambwya {
  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;
}

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

.fzev64 .qgzwk0 {
  width: calc(50% - 15px);
}

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

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

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

.qgzwk0::before {
  display: none;
}

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

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

.yey64u {
  margin: 25px 0;
}

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

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

.iflqxa p {
  margin-bottom: 0;
}

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

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

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

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

.t050s0::before {
  display: none;
}

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

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

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

.kn08ck .ambwya + .ymktnx,
.kn08ck .ambwya + p {
  margin-top: 10px;
}

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

.ywks7z,
.bpb26s {
  width: 50%;
}

.yht6kk {
  padding-left: 15px;
}

.tqiq8x {
  padding-right: 15px;
}

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

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

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

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

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

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

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

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

.ean5wj {
  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);
}

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

.wi6lk3 {
  margin: 20px 0;
}

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

.wi6lk3 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);
}

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

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

.cbkjks,
.zb3k1r {
  padding: 70px 0 80px;
}

.lrq4h2 {
  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);
}

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

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

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

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

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

.lrq4h2 textarea {
  height: 155px;
}

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

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

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

.rxnjim {
  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%;
}

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

.j4ea3b {
  padding-top: 2px;
}

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

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

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

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

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

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

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

.rmm5zd {
  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;
} 

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

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

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

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

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

.ulb2yy {
  margin: 0 15px;
}

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

.n878it:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

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

.ra28kx {
  margin: 0;
}

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

.ra28kx.u5pjb5 li {
  width: calc(50% - 5px);
}

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

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

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

.zgsr7f {
  margin-top: 35px;
}

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

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

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

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

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

.o867qt {
  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; }
  .o867qt:hover {
    opacity: 0.7; }
  .o867qt.is-active:hover {
    opacity: 0.7; }
  .o867qt.is-active .pyz1c2,
  .o867qt.is-active .pyz1c2::before,
  .o867qt.is-active .pyz1c2::after {
    background-color: var(--blue-color); }

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

.pyz1c2 {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .pyz1c2, .pyz1c2::before, .pyz1c2::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; }
  .pyz1c2::before, .pyz1c2::after {
    content: "";
    display: block; }
  .pyz1c2::before {
    top: -10px; }
  .pyz1c2::after {
    bottom: -10px; }

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

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

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

.j57m30 {
  display: flex;
}

.ye2vnp {
  text-align: center;
}

.bsa0ax {
  align-items: center;
} 

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

.hparbj {
  justify-content: center;
}

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

  .o867qt {
    display: inline-flex;
  }

  .ach8dv {
    max-width: 125px;
  }

  .b874bq {
    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%);
  }

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

  .kob6r0 ul {
    display: block;
  }

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

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

  .qk165o {
    margin-top: 15px;
  }

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

  .t861d5 {
    margin-right: 0;
  }
}

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

  .uy14uf {
    margin-bottom: 30px;
  }

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

  .q9j0np {
    margin-right: 7px;
  }

  .g5avu6 {
    width: 152px;
  }

  .dx9b2z,
  .q0y84r {
    margin-bottom: 25px;
    text-align: center;
  }

  .t861d5 {
    display: none;
  }

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

  .s8a04e,
  .tvup5b {
    text-align: center;
  }

  .od1es7 {
    margin: 10px 0;
  }

  .j9td5s {
    padding: 80px 0;
  }

  .rmm5zd,
  .rxnjim {
    margin-left: auto;
    margin-right: auto;
  }

  .oct3a1 {
    max-width: 100%;
  }

  .lrq4h2 {
    margin-bottom: 40px;
  }

  .h9b0dg {
    padding: 10px 0;
  }

  .ach8dv {
    max-width: 103px;
  }

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

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

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

  .du2g59 {
    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);
  }

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

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

  .h9b0dg {
    padding: 6px 0;
  }

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

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

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

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

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

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

  .fzev64 .ymktnx {
    display: block;
  }

  .fzev64 .qgzwk0 {
    width: 100%;
    display: block;
  }

  .b874bq {
    padding-top: 75px;
  }

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

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

  .yey64u {
    margin: 20px 0;
  }

  .iflqxa {
    padding: 15px 10px;
  }

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

  .z18w9a {
    width: 100%;
  }

  .qt31rb {
    margin-right: 10px;
  }

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

  .dx9b2z,
  .od1es7 {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

  .c7ksk3 {
    padding: 20px 15px;
  }

  .s8a04e {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

  .dbggu0 {
    margin-top: 20px;
  }

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

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

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

  .ndlh1r {
    display: block;
  }

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

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

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

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

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

  .cbkjks,
  .zb3k1r {
    padding: 45px 0 60px;
  }

  .gwf0ij {
    display: block;
  }

  .t5haqz {
    flex-direction: row;
  }

  .cr0bwq {
    margin-right: 15px;
  }

  .j4ea3b {
    padding-top: 0;
  }

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

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

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

  .lrq4h2 {
    padding: 10px;
  }

  .xjk91q {
    padding: 20px 15px;
  }

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

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

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

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

  .lrq4h2 textarea {
    height: 99px;
  }

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

  .ayj96d {
    margin-top: 20px;
  }

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

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

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

  .t5haqz {
    margin-bottom: 8px;
  }

  .kn08ck {
    flex-direction: column;
  }

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

  .kn08ck .ambwya + .ymktnx, 
  .kn08ck .ambwya + p {
    margin-top: 0;
  }

  .qgzwk0 {
    margin-bottom: 20px;
  }

  .ywks7z, 
  .bpb26s {
    width: 100%;
    padding: 40px 15px 20px 15px;
  }

  .yht6kk {
    padding-left: 0;
  }

  .tqiq8x {
    padding-right: 0;
  }

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

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

  .pd699k {
    padding-top: 47px;
  }

  .n878it {
    max-width: 103px;
  }

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

  .qgkuza {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

  .ulb2yy {
    margin: 0;
  }

  .zgsr7f {
    margin-top: 15px;
  }

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

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

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

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

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

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


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

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

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

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

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

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

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

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

.m777q9 {
  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;
}

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

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

.xtki16[open] .m777q9::after {
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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