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

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

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

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

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

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

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

.biv4d3 {
  width: 25%;
}

.mzzp3w {
  width: 33.3333%;
}

.dbdozd {
  width: 41.666667%;
}

.vyoylj {
  width: 50%;
}

.gaievu {
  width: 100%;
}

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

.wc2mre {
  flex: 1;
}

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

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

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

  .g45z13 {
    width: 33.3333%;
  }

  .l324p5 {
    width: 58.3333%;
  }

  .k525t9 {
    width: 66.6666%;
  }

  .bx74ha {
    width: 50%;
  }

  .o1mgkv {
    width: 41.6666%;
  }

  .fp4332 {
    flex-direction: row;
  }
}

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

  .nzsyy2 {
    width: 50%;
  }

  .fdbm3w {
    width: 58.3333%;
  }

  .fneorr {
    width: 41.6666%;
  }

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

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

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

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

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

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

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

.qcqo4b:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

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

.bgryxi {
  flex-shrink: 0;
}

.bgryxi .g1nymp {
  padding-left: 45px;
  padding-right: 45px;
}

.fw6vqz {
  position: relative;
}

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

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

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

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

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

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

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

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

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

.yw0tl5 .nvg25i {
  width: calc(50% - 15px);
}

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

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

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

.nvg25i::before {
  display: none;
}

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

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

.q14v80 {
  margin: 25px 0;
}

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

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

.c9ryvc p {
  margin-bottom: 0;
}

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

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

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

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

.sw65kl::before {
  display: none;
}

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

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

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

.xe1lu2 .ayc5nh + .g9iq7e,
.xe1lu2 .ayc5nh + p {
  margin-top: 10px;
}

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

.hiyayq,
.xyrhcp {
  width: 50%;
}

.dj40xs {
  padding-left: 15px;
}

.oafnq8 {
  padding-right: 15px;
}

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

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

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

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

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

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

.sjhsua input,
.sjhsua select,
.sjhsua .g1nymp {
  border-radius: 0;
  height: 55px;
}

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

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

.sjhsua .g1nymp {
  width: 224px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.tlcb3x {
  margin: 20px 0;
}

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

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

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

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

.q5uj2r,
.wunv9q {
  padding: 70px 0 80px;
}

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

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

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

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

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

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

.aytld6 textarea {
  height: 155px;
}

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

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

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

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

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

.nh4fg5 {
  padding-top: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.lavnzo {
  margin: 0 15px;
}

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

.hdm0ui:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

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

.mgiuth {
  margin: 0;
}

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

.mgiuth.aoffih li {
  width: calc(50% - 5px);
}

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

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

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

.ndw165 {
  margin-top: 35px;
}

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

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

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

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

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

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

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

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

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

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

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

.m0rk8r {
  display: flex;
}

.tsog75 {
  text-align: center;
}

.ivfnmt {
  align-items: center;
} 

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

.mrcuml {
  justify-content: center;
}

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

  .nntbab {
    display: inline-flex;
  }

  .qcqo4b {
    max-width: 125px;
  }

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

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

  .f3ek98 ul {
    display: block;
  }

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

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

  .bgryxi {
    margin-top: 15px;
  }

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

  .a8gcg3 {
    margin-right: 0;
  }
}

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

  .lvb8c3 {
    margin-bottom: 30px;
  }

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

  .btrjs9 {
    margin-right: 7px;
  }

  .b2zrpo {
    width: 152px;
  }

  .rono8u,
  .rwdzr7 {
    margin-bottom: 25px;
    text-align: center;
  }

  .chrh8f,
  .d0hf11 {
    text-align: center;
  }

  .vbicry {
    padding: 80px 0;
  }

  .n1h75e {
    margin: 10px 0;
  }

  .cnbmju,
  .pla9ae {
    margin-left: auto;
    margin-right: auto;
  }

  .n9slkc {
    max-width: 100%;
  }

  .aytld6 {
    margin-bottom: 40px;
  }

  .kzfofd {
    padding: 10px 0;
  }

  .qcqo4b {
    max-width: 103px;
  }

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

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

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

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

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

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

  .kzfofd {
    padding: 6px 0;
  }

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

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

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

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

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

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

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

  .yw0tl5 .g9iq7e {
    display: block;
  }

  .yw0tl5 .nvg25i {
    width: 100%;
    display: block;
  }

  .vlyhmt {
    padding-top: 75px;
  }

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

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

  .q14v80 {
    margin: 20px 0;
  }

  .c9ryvc {
    padding: 15px 10px;
  }

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

  .vvsa64 {
    width: 100%;
  }

  .x9kauy {
    margin-right: 10px;
  }

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

  .rono8u,
  .n1h75e {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .xvzrbm {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

  .q26t6y {
    display: block;
  }

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

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

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

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

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

  .q5uj2r,
  .wunv9q {
    padding: 45px 0 60px;
  }

  .fsfz7z {
    display: block;
  }

  .crgo9h {
    flex-direction: row;
  }

  .eaqeme {
    margin-right: 15px;
  }

  .nh4fg5 {
    padding-top: 0;
  }

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

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

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

  .aytld6 {
    padding: 10px;
  }

  .qrl8kp {
    padding: 20px 15px;
  }

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

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

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

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

  .aytld6 textarea {
    height: 99px;
  }

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

  .o3243r {
    margin-top: 20px;
  }

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

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

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

  .crgo9h {
    margin-bottom: 8px;
  }

  .xe1lu2 {
    flex-direction: column;
  }

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

  .xe1lu2 .ayc5nh + .g9iq7e, 
  .xe1lu2 .ayc5nh + p {
    margin-top: 0;
  }

  .nvg25i {
    margin-bottom: 20px;
  }

  .hiyayq, 
  .xyrhcp {
    width: 100%;
    padding: 40px 15px 20px 15px;
  }

  .dj40xs {
    padding-left: 0;
  }

  .oafnq8 {
    padding-right: 0;
  }

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

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

  .vwo7sl {
    padding-top: 47px;
  }

  .hdm0ui {
    max-width: 103px;
  }

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

  .kcu35g {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

  .lavnzo {
    margin: 0;
  }

  .ndw165 {
    margin-top: 15px;
  }

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

.f5jqfj[open] .yi2rld::after {
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.aqjjo8 {
  max-width: 540px;
}

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

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

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

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