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

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

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

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

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

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

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

.l6956r {
  width: 25%;
}

.fu9ghq {
  width: 33.3333%;
}

.dj1ckd {
  width: 41.666667%;
}

.cktye3 {
  width: 50%;
}

.wl76r9 {
  width: 100%;
}

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

.r72z1g {
  flex: 1;
}

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

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

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

  .pkpiju {
    width: 33.3333%;
  }

  .wlzn3m {
    width: 58.3333%;
  }

  .oe4fsy {
    width: 66.6666%;
  }

  .v6eqer {
    width: 50%;
  }

  .n7i7hd {
    width: 41.6666%;
  }

  .cmrcn3 {
    flex-direction: row;
  }
}

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

  .pgf8rl {
    width: 50%;
  }

  .iys104 {
    width: 58.3333%;
  }

  .ui4vqo {
    width: 41.6666%;
  }

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

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

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

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

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

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

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

.h3kpik:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

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

.i1afvc {
  flex-shrink: 0;
}

.i1afvc .op71yb {
  padding-left: 45px;
  padding-right: 45px;
}

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

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

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

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

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

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

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

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

.i3ffhq .fws5gp {
  width: calc(50% - 15px);
}

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

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

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

.fws5gp::before {
  display: none;
}

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

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

.isy88n {
  margin: 25px 0;
}

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

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

.mec1ib p {
  margin-bottom: 0;
}

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

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

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

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

.owvc4h::before {
  display: none;
}

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

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

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

.o0jk6z .ufzo4y + .h9dl3t,
.o0jk6z .ufzo4y + p {
  margin-top: 10px;
}

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

.jcd81x,
.ofn6a3 {
  width: 50%;
}

.cbmky0 {
  padding-left: 15px;
}

.hn4d5r {
  padding-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

.whouoi {
  margin: 20px 0;
}

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

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

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

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

.bctsym,
.e8d8sq {
  padding: 70px 0 80px;
}

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

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

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

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

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

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

.iqp2nq textarea {
  height: 155px;
}

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

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

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

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

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

.p0xy2g {
  padding-top: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.toju4k {
  margin: 0 15px;
}

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

.qenv0j:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

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

.wfwdz3 {
  margin: 0;
}

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

.wfwdz3.edd0s1 li {
  width: calc(50% - 5px);
}

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

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

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

.par4qw {
  margin-top: 35px;
}

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

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

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

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

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

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

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

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

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

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

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

.msfhkg {
  display: flex;
}

.sxvad8 {
  text-align: center;
}

.uh3kus {
  align-items: center;
} 

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

.yhw8vn {
  justify-content: center;
}

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

  .jn8mh6 {
    display: inline-flex;
  }

  .h3kpik {
    max-width: 125px;
  }

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

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

  .m7tt85 ul {
    display: block;
  }

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

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

  .i1afvc {
    margin-top: 15px;
  }

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

  .lx8upr {
    margin-right: 0;
  }
}

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

  .dizf1i {
    margin-bottom: 30px;
  }

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

  .d7tnsc {
    margin-right: 7px;
  }

  .y1pfe4 {
    width: 152px;
  }

  .zbxhop,
  .km7j6k {
    margin-bottom: 25px;
    text-align: center;
  }

  .lx8upr {
    display: none;
  }

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

  .kchq60,
  .evdpk0 {
    text-align: center;
  }

  .rjwf6q {
    margin: 10px 0;
  }

  .p145xv {
    padding: 80px 0;
  }

  .dy4iln,
  .mx52ov {
    margin-left: auto;
    margin-right: auto;
  }

  .p29vu9 {
    max-width: 100%;
  }

  .iqp2nq {
    margin-bottom: 40px;
  }

  .q7w4xb {
    padding: 10px 0;
  }

  .h3kpik {
    max-width: 103px;
  }

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

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

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

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

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

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

  .q7w4xb {
    padding: 6px 0;
  }

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

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

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

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

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

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

  .i3ffhq .h9dl3t {
    display: block;
  }

  .i3ffhq .fws5gp {
    width: 100%;
    display: block;
  }

  .pty2ga {
    padding-top: 75px;
  }

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

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

  .isy88n {
    margin: 20px 0;
  }

  .mec1ib {
    padding: 15px 10px;
  }

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

  .o44nns {
    width: 100%;
  }

  .ek5fdu {
    margin-right: 10px;
  }

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

  .zbxhop,
  .rjwf6q {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

  .nod3n9 {
    padding: 20px 15px;
  }

  .kchq60 {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

  .frqcex {
    margin-top: 20px;
  }

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

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

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

  .qkbzdv {
    display: block;
  }

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

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

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

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

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

  .bctsym,
  .e8d8sq {
    padding: 45px 0 60px;
  }

  .x6e9ob {
    display: block;
  }

  .froowm {
    flex-direction: row;
  }

  .gb2agi {
    margin-right: 15px;
  }

  .p0xy2g {
    padding-top: 0;
  }

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

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

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

  .iqp2nq {
    padding: 10px;
  }

  .pq12od {
    padding: 20px 15px;
  }

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

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

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

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

  .iqp2nq textarea {
    height: 99px;
  }

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

  .elw885 {
    margin-top: 20px;
  }

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

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

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

  .froowm {
    margin-bottom: 8px;
  }

  .o0jk6z {
    flex-direction: column;
  }

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

  .o0jk6z .ufzo4y + .h9dl3t, 
  .o0jk6z .ufzo4y + p {
    margin-top: 0;
  }

  .fws5gp {
    margin-bottom: 20px;
  }

  .jcd81x, 
  .ofn6a3 {
    width: 100%;
    padding: 40px 15px 20px 15px;
  }

  .cbmky0 {
    padding-left: 0;
  }

  .hn4d5r {
    padding-right: 0;
  }

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

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

  .lfwcl0 {
    padding-top: 47px;
  }

  .qenv0j {
    max-width: 103px;
  }

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

  .jimun6 {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

  .toju4k {
    margin: 0;
  }

  .par4qw {
    margin-top: 15px;
  }

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

.yzpvhf[open] .oamxf9::after {
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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