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

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

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

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

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

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

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

.fu9937 {
  width: 25%;
}

.b0ju1b {
  width: 33.3333%;
}

.d2tsbc {
  width: 41.666667%;
}

.or2ies {
  width: 50%;
}

.kjn8tx {
  width: 100%;
}

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

.sw25dd {
  flex: 1;
}

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

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

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

  .ovdmgr {
    width: 33.3333%;
  }

  .no2zow {
    width: 58.3333%;
  }

  .jvcdyw {
    width: 66.6666%;
  }

  .g5fyx9 {
    width: 50%;
  }

  .k1z8da {
    width: 41.6666%;
  }

  .qsx5hf {
    flex-direction: row;
  }
}

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

  .vk6yuf {
    width: 50%;
  }

  .tipt4r {
    width: 58.3333%;
  }

  .sck67f {
    width: 41.6666%;
  }

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

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

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

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

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

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

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

.or0xrp:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

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

.yp636t {
  flex-shrink: 0;
}

.yp636t .jj6p9w {
  padding-left: 45px;
  padding-right: 45px;
}

.tnxkd4 {
  position: relative;
}

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

.z4t7jh {
  margin-top: -35px;
}

.yslr0z {
  font-size: 16px;
  line-height: 27px;
}

.cpu4ak {
  margin: 0 0 25px;
  font-size: 42px;
  line-height: 57px;
  font-weight: 600;
  color: var(--black-color);
}

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

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

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

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

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

.z3nnrd .vbzcj9 {
  width: calc(50% - 15px);
}

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

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

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

.vbzcj9::before {
  display: none;
}

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

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

.crer03 {
  margin: 25px 0;
}

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

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

.h8a6ki p {
  margin-bottom: 0;
}

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

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

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

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

.ntw0an::before {
  display: none;
}

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

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

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

.izluvw .wetqcc + .t94wnm,
.izluvw .wetqcc + p {
  margin-top: 10px;
}

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

.qm3lab,
.dunk9w {
  width: 50%;
}

.oa48bd {
  padding-left: 15px;
}

.ux1hqx {
  padding-right: 15px;
}

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

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

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

.xbcg2r {
  max-width: 824px;
  width: 100%;
  margin: 0 auto;
}

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

.yxlg7k {
  max-width: 363px;
  width: 100%;
  margin: 20px auto;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.xbcg2r input,
.xbcg2r select,
.xbcg2r .jj6p9w {
  border-radius: 0;
  height: 55px;
}

.xbcg2r input,
.xbcg2r select {
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 0;
}

.xbcg2r select {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.xbcg2r .jj6p9w {
  width: 224px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.jfyip6 {
  margin: 20px 0;
}

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

.jfyip6 li::before {
  content: '✓';
  width: 26px;
  height: 26px;
  left: 0;
  top: 2px;
  border-radius: 5px;
  background-color: var(--blue-color);
  color: var(--white-color);
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  font-weight: 700;
}

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

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

.n57nwm,
.n5xzsm {
  padding: 70px 0 80px;
}

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

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

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

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

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

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

.s599df textarea {
  height: 155px;
}

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

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

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

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

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

.j0yiuq {
  padding-top: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.rp9635 {
  margin: 0 15px;
}

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

.qlc6l9:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

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

.zwsxir {
  margin: 0;
}

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

.zwsxir.m8may5 li {
  width: calc(50% - 5px);
}

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

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

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

.m4afxo {
  margin-top: 35px;
}

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

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

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

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

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

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

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

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

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

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

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

.vz575r {
  display: flex;
}

.asigps {
  text-align: center;
}

.dy5peq {
  align-items: center;
} 

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

.db1ban {
  justify-content: center;
}

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

  .hd8tx6 {
    display: inline-flex;
  }

  .or0xrp {
    max-width: 125px;
  }

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

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

  .wbmu55 ul {
    display: block;
  }

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

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

  .yp636t {
    margin-top: 15px;
  }

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

  .bspql3 {
    margin-right: 0;
  }
}

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

  .tyxia0 {
    margin-bottom: 30px;
  }

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

  .ut42ul {
    margin-right: 7px;
  }

  .hr4akb {
    width: 152px;
  }

  .dhdsrs,
  .v6812g {
    margin-bottom: 25px;
    text-align: center;
  }

  .cpu4ak,
  .yslr0z {
    text-align: center;
  }

  .nuzr1g {
    padding: 80px 0;
  }

  .t4ekr1 {
    margin: 10px 0;
  }

  .h4iz6w,
  .rk0lq0 {
    margin-left: auto;
    margin-right: auto;
  }

  .kgcqkw {
    max-width: 100%;
  }

  .s599df {
    margin-bottom: 40px;
  }

  .vft5p3 {
    padding: 10px 0;
  }

  .or0xrp {
    max-width: 103px;
  }

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

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

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

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

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

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

  .vft5p3 {
    padding: 6px 0;
  }

  .nuzr1g {
    padding: 40px 0 35px;
  }

  .z4t7jh {
    margin-top: -28px;
  }

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

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

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

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

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

  .z3nnrd .t94wnm {
    display: block;
  }

  .z3nnrd .vbzcj9 {
    width: 100%;
    display: block;
  }

  .oogqbt {
    padding-top: 75px;
  }

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

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

  .crer03 {
    margin: 20px 0;
  }

  .h8a6ki {
    padding: 15px 10px;
  }

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

  .eo4756 {
    width: 100%;
  }

  .x1tyjp {
    margin-right: 10px;
  }

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

  .dhdsrs,
  .t4ekr1 {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

  .cpu4ak {
    font-size: 32px;
    line-height: 43px;
    margin-bottom: 15px;
  }

  .o7xzms {
    display: block;
  }

  .yxlg7k {
    max-width: 207px;
    font-size: 10px;
    line-height: 13px;
    margin-top: 15px;
    margin-bottom: 0;
  }

  .xbcg2r input,
  .xbcg2r select {
    border-right: 1px solid var(--grey-medium-color);
    border-bottom: 0;
    font-size: 15px;
    line-height: 20px;
  }

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

  .xbcg2r select {
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
  }

  .xbcg2r .jj6p9w {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  .yslr0z {
    font-size: 14px;
    line-height: 23px;
  }

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

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

  .jfyip6 li::before {
    width: 22px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    top: 0;
  }

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

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

  .jsbi4h {
    display: block;
  }

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

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

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

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

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

  .n57nwm,
  .n5xzsm {
    padding: 45px 0 60px;
  }

  .iep1t5 {
    display: block;
  }

  .fgtaft {
    flex-direction: row;
  }

  .o333i6 {
    margin-right: 15px;
  }

  .j0yiuq {
    padding-top: 0;
  }

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

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

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

  .s599df {
    padding: 10px;
  }

  .t4fszy {
    padding: 20px 15px;
  }

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

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

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

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

  .s599df textarea {
    height: 99px;
  }

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

  .d905ki {
    margin-top: 20px;
  }

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

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

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

  .fgtaft {
    margin-bottom: 8px;
  }

  .izluvw {
    flex-direction: column;
  }

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

  .izluvw .wetqcc + .t94wnm, 
  .izluvw .wetqcc + p {
    margin-top: 0;
  }

  .vbzcj9 {
    margin-bottom: 20px;
  }

  .qm3lab, 
  .dunk9w {
    width: 100%;
    padding: 40px 15px 20px 15px;
  }

  .oa48bd {
    padding-left: 0;
  }

  .ux1hqx {
    padding-right: 0;
  }

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

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

  .j7ggfe {
    padding-top: 47px;
  }

  .qlc6l9 {
    max-width: 103px;
  }

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

  .p24nuh {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

  .rp9635 {
    margin: 0;
  }

  .m4afxo {
    margin-top: 15px;
  }

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

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

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

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

@media (max-width: 575px) {
  .xbcg2r {
    max-width: 100%;
  }
}


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

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

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

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

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

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

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

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

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

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

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

.pm4goo[open] .kstgdq::after {
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ===== CONTACT FORM ===== */
.y9ogfc {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}

.zt76ew {
  max-width: 540px;
}

.cud9vm {
  display: block;
  margin-bottom: 22px;
}

.te4tbn {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: var(--black-color);
  margin-bottom: 7px;
}

.ngg54k {
  resize: vertical;
  height: 145px;
}

.ilzdkh {
  margin-top: 8px;
  max-width: 200px;
  width: 100%;
}
