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

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

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

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

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

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

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

.pt0d3n {
  width: 25%;
}

.j4pues {
  width: 33.3333%;
}

.y816j7 {
  width: 41.666667%;
}

.yx022d {
  width: 50%;
}

.eyndf3 {
  width: 100%;
}

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

.ydfb5h {
  flex: 1;
}

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

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

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

  .tramt2 {
    width: 33.3333%;
  }

  .i56tnl {
    width: 58.3333%;
  }

  .lpghyh {
    width: 66.6666%;
  }

  .sklrfy {
    width: 50%;
  }

  .sak3yj {
    width: 41.6666%;
  }

  .dtujco {
    flex-direction: row;
  }
}

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

  .kt74zq {
    width: 50%;
  }

  .qerr3z {
    width: 58.3333%;
  }

  .jfnjao {
    width: 41.6666%;
  }

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

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

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

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

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

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

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

.bheyeb:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

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

.g8k09k {
  flex-shrink: 0;
}

.g8k09k .irhgfs {
  padding-left: 45px;
  padding-right: 45px;
}

.qr9t6g {
  position: relative;
}

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

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

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

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

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

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

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

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

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

.o8t27u .nlcwos {
  width: calc(50% - 15px);
}

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

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

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

.nlcwos::before {
  display: none;
}

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

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

.hy2ks3 {
  margin: 25px 0;
}

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

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

.x6f1ci p {
  margin-bottom: 0;
}

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

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

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

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

.yb3yyn::before {
  display: none;
}

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

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

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

.aem85w .bi5oah + .uk6yn7,
.aem85w .bi5oah + p {
  margin-top: 10px;
}

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

.ydm1jh,
.mnfty8 {
  width: 50%;
}

.fzfw1p {
  padding-left: 15px;
}

.ahq6hm {
  padding-right: 15px;
}

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

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

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

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

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

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

.yrdoj3 input,
.yrdoj3 select,
.yrdoj3 .irhgfs {
  border-radius: 0;
  height: 55px;
}

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

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

.yrdoj3 .irhgfs {
  width: 224px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.hkgmyw {
  margin: 20px 0;
}

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

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

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

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

.n7hvb1,
.odyriv {
  padding: 70px 0 80px;
}

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

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

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

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

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

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

.n2hcaj textarea {
  height: 155px;
}

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

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

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

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

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

.xne1m9 {
  padding-top: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.osuv4s {
  margin: 0 15px;
}

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

.fvrvz8:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

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

.sjsd8k {
  margin: 0;
}

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

.sjsd8k.rrnlvb li {
  width: calc(50% - 5px);
}

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

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

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

.qdtdj7 {
  margin-top: 35px;
}

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

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

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

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

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

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

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

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

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

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

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

.yoq24w {
  display: flex;
}

.fwokun {
  text-align: center;
}

.e7xxyf {
  align-items: center;
} 

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

.y77fov {
  justify-content: center;
}

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

  .zvukeq {
    display: inline-flex;
  }

  .bheyeb {
    max-width: 125px;
  }

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

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

  .bgxu8t ul {
    display: block;
  }

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

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

  .g8k09k {
    margin-top: 15px;
  }

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

  .sn55kz {
    margin-right: 0;
  }
}

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

  .doutdg {
    margin-bottom: 30px;
  }

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

  .jyb4m2 {
    margin-right: 7px;
  }

  .d0qxu4 {
    width: 152px;
  }

  .ntmlmo,
  .l8j1wl {
    margin-bottom: 25px;
    text-align: center;
  }

  .z64w23,
  .kwnvk4 {
    text-align: center;
  }

  .y00vj8 {
    padding: 80px 0;
  }

  .jra4s9 {
    margin: 10px 0;
  }

  .akf9hu,
  .l0ddxd {
    margin-left: auto;
    margin-right: auto;
  }

  .a0m3g3 {
    max-width: 100%;
  }

  .n2hcaj {
    margin-bottom: 40px;
  }

  .qwohir {
    padding: 10px 0;
  }

  .bheyeb {
    max-width: 103px;
  }

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

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

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

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

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

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

  .qwohir {
    padding: 6px 0;
  }

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

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

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

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

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

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

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

  .o8t27u .uk6yn7 {
    display: block;
  }

  .o8t27u .nlcwos {
    width: 100%;
    display: block;
  }

  .njq3cl {
    padding-top: 75px;
  }

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

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

  .hy2ks3 {
    margin: 20px 0;
  }

  .x6f1ci {
    padding: 15px 10px;
  }

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

  .myysug {
    width: 100%;
  }

  .ltllvi {
    margin-right: 10px;
  }

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

  .ntmlmo,
  .jra4s9 {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .wodf4p {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

  .f11uqt {
    display: block;
  }

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

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

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

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

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

  .n7hvb1,
  .odyriv {
    padding: 45px 0 60px;
  }

  .y59flm {
    display: block;
  }

  .vhslgq {
    flex-direction: row;
  }

  .tqsnic {
    margin-right: 15px;
  }

  .xne1m9 {
    padding-top: 0;
  }

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

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

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

  .n2hcaj {
    padding: 10px;
  }

  .r70isj {
    padding: 20px 15px;
  }

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

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

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

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

  .n2hcaj textarea {
    height: 99px;
  }

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

  .zjs0ts {
    margin-top: 20px;
  }

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

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

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

  .vhslgq {
    margin-bottom: 8px;
  }

  .aem85w {
    flex-direction: column;
  }

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

  .aem85w .bi5oah + .uk6yn7, 
  .aem85w .bi5oah + p {
    margin-top: 0;
  }

  .nlcwos {
    margin-bottom: 20px;
  }

  .ydm1jh, 
  .mnfty8 {
    width: 100%;
    padding: 40px 15px 20px 15px;
  }

  .fzfw1p {
    padding-left: 0;
  }

  .ahq6hm {
    padding-right: 0;
  }

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

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

  .c1nn4f {
    padding-top: 47px;
  }

  .fvrvz8 {
    max-width: 103px;
  }

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

  .rlv5ob {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

  .osuv4s {
    margin: 0;
  }

  .qdtdj7 {
    margin-top: 15px;
  }

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

.ul5q2q[open] .k4cu1v::after {
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.kgdp07 {
  max-width: 540px;
}

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

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

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

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