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

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

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

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

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

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

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

.vkwhm1 {
  width: 25%;
}

.zi4wl4 {
  width: 33.3333%;
}

.qe2ny4 {
  width: 41.666667%;
}

.z20e97 {
  width: 50%;
}

.ujtmf2 {
  width: 100%;
}

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

.ghqgmn {
  flex: 1;
}

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

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

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

  .mgf0un {
    width: 33.3333%;
  }

  .k1ufdn {
    width: 58.3333%;
  }

  .s2myoh {
    width: 66.6666%;
  }

  .rsmfhr {
    width: 50%;
  }

  .zfghdf {
    width: 41.6666%;
  }

  .bn1tv5 {
    flex-direction: row;
  }
}

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

  .nblp21 {
    width: 50%;
  }

  .jzaa60 {
    width: 58.3333%;
  }

  .zzrwa1 {
    width: 41.6666%;
  }

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

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

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

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

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

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

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

.goasq4:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

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

.a46do3 {
  flex-shrink: 0;
}

.a46do3 .tk6g76 {
  padding-left: 45px;
  padding-right: 45px;
}

.b12rqi {
  position: relative;
}

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

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

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

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

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

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

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

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

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

.zhynm6 .wr4lii {
  width: calc(50% - 15px);
}

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

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

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

.wr4lii::before {
  display: none;
}

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

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

.d4ku9n {
  margin: 25px 0;
}

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

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

.c8vds4 p {
  margin-bottom: 0;
}

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

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

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

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

.brwja5::before {
  display: none;
}

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

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

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

.zslkxw .tv0p5p + .vcl3g3,
.zslkxw .tv0p5p + p {
  margin-top: 10px;
}

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

.ftgi4m,
.oyh4ew {
  width: 50%;
}

.kdqzfb {
  padding-left: 15px;
}

.z7bjmi {
  padding-right: 15px;
}

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

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

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

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

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

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

.szf9gj input,
.szf9gj select,
.szf9gj .tk6g76 {
  border-radius: 0;
  height: 55px;
}

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

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

.szf9gj .tk6g76 {
  width: 224px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.g1lp0q {
  margin: 20px 0;
}

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

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

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

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

.l8sdpj,
.w3z828 {
  padding: 70px 0 80px;
}

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

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

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

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

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

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

.aevw27 textarea {
  height: 155px;
}

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

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

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

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

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

.ba0nq5 {
  padding-top: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.wx7k5l {
  margin: 0 15px;
}

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

.uk7ezg:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

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

.ixp6g4 {
  margin: 0;
}

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

.ixp6g4.bc8q3v li {
  width: calc(50% - 5px);
}

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

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

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

.mfb2hm {
  margin-top: 35px;
}

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

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

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

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

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

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

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

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

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

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

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

.qffsra {
  display: flex;
}

.ec947e {
  text-align: center;
}

.s56a27 {
  align-items: center;
} 

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

.awojf1 {
  justify-content: center;
}

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

  .mfm6tt {
    display: inline-flex;
  }

  .goasq4 {
    max-width: 125px;
  }

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

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

  .q99qk4 ul {
    display: block;
  }

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

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

  .a46do3 {
    margin-top: 15px;
  }

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

  .ok67kv {
    margin-right: 0;
  }
}

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

  .de3lqp {
    margin-bottom: 30px;
  }

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

  .xpze4o {
    margin-right: 7px;
  }

  .aofbhu {
    width: 152px;
  }

  .ps3ogr,
  .o3g19o {
    margin-bottom: 25px;
    text-align: center;
  }

  .zu7tpt,
  .c5hs1a {
    text-align: center;
  }

  .wv17da {
    padding: 80px 0;
  }

  .r9mage {
    margin: 10px 0;
  }

  .qrk8s1,
  .t6kxzy {
    margin-left: auto;
    margin-right: auto;
  }

  .ojy1tg {
    max-width: 100%;
  }

  .aevw27 {
    margin-bottom: 40px;
  }

  .w7akli {
    padding: 10px 0;
  }

  .goasq4 {
    max-width: 103px;
  }

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

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

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

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

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

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

  .w7akli {
    padding: 6px 0;
  }

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

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

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

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

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

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

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

  .zhynm6 .vcl3g3 {
    display: block;
  }

  .zhynm6 .wr4lii {
    width: 100%;
    display: block;
  }

  .gh6n8t {
    padding-top: 75px;
  }

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

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

  .d4ku9n {
    margin: 20px 0;
  }

  .c8vds4 {
    padding: 15px 10px;
  }

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

  .un101t {
    width: 100%;
  }

  .p84uys {
    margin-right: 10px;
  }

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

  .ps3ogr,
  .r9mage {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .ahm14k {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

  .ls99ke {
    display: block;
  }

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

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

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

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

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

  .l8sdpj,
  .w3z828 {
    padding: 45px 0 60px;
  }

  .vwb5zx {
    display: block;
  }

  .k5bi4i {
    flex-direction: row;
  }

  .lxlbyb {
    margin-right: 15px;
  }

  .ba0nq5 {
    padding-top: 0;
  }

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

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

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

  .aevw27 {
    padding: 10px;
  }

  .eoxzh2 {
    padding: 20px 15px;
  }

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

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

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

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

  .aevw27 textarea {
    height: 99px;
  }

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

  .l32r7o {
    margin-top: 20px;
  }

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

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

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

  .k5bi4i {
    margin-bottom: 8px;
  }

  .zslkxw {
    flex-direction: column;
  }

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

  .zslkxw .tv0p5p + .vcl3g3, 
  .zslkxw .tv0p5p + p {
    margin-top: 0;
  }

  .wr4lii {
    margin-bottom: 20px;
  }

  .ftgi4m, 
  .oyh4ew {
    width: 100%;
    padding: 40px 15px 20px 15px;
  }

  .kdqzfb {
    padding-left: 0;
  }

  .z7bjmi {
    padding-right: 0;
  }

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

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

  .ojrb9s {
    padding-top: 47px;
  }

  .uk7ezg {
    max-width: 103px;
  }

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

  .z75g4a {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

  .wx7k5l {
    margin: 0;
  }

  .mfb2hm {
    margin-top: 15px;
  }

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

.txz7mz[open] .icd8zd::after {
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uec0r5 {
  max-width: 540px;
}

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

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

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

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