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

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

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

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

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

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

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

.mnke0a {
  width: 25%;
}

.uwd9k2 {
  width: 33.3333%;
}

.qry3g0 {
  width: 41.666667%;
}

.pgyffr {
  width: 50%;
}

.itgrq1 {
  width: 100%;
}

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

.hgvmi1 {
  flex: 1;
}

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

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

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

  .f31yje {
    width: 33.3333%;
  }

  .b28xuq {
    width: 58.3333%;
  }

  .q9ghz4 {
    width: 66.6666%;
  }

  .jenb83 {
    width: 50%;
  }

  .t7hx3j {
    width: 41.6666%;
  }

  .zyg5a4 {
    flex-direction: row;
  }
}

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

  .f9m57r {
    width: 50%;
  }

  .ssqnab {
    width: 58.3333%;
  }

  .wk05uh {
    width: 41.6666%;
  }

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

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

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

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

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

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

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

.apegb2:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

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

.lizdjz {
  flex-shrink: 0;
}

.lizdjz .f1hud4 {
  padding-left: 45px;
  padding-right: 45px;
}

.b8gsw0 {
  position: relative;
}

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

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

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

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

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

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

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

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

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

.jm6pk7 .c85n5l {
  width: calc(50% - 15px);
}

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

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

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

.c85n5l::before {
  display: none;
}

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

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

.p5itvo {
  margin: 25px 0;
}

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

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

.bf405h p {
  margin-bottom: 0;
}

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

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

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

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

.pyufsz::before {
  display: none;
}

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

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

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

.gbih99 .wh948b + .ljf8ve,
.gbih99 .wh948b + p {
  margin-top: 10px;
}

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

.u5w7vp,
.uiawko {
  width: 50%;
}

.hk99ns {
  padding-left: 15px;
}

.f4knv2 {
  padding-right: 15px;
}

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

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

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

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

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

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

.yac6bh input,
.yac6bh select,
.yac6bh .f1hud4 {
  border-radius: 0;
  height: 55px;
}

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

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

.yac6bh .f1hud4 {
  width: 224px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.x71etk {
  margin: 20px 0;
}

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

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

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

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

.zql2jd,
.jobe81 {
  padding: 70px 0 80px;
}

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

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

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

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

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

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

.tu86if textarea {
  height: 155px;
}

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

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

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

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

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

.u05wtp {
  padding-top: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.asw5ui {
  margin: 0 15px;
}

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

.w1g1y8:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

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

.fvy0wx {
  margin: 0;
}

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

.fvy0wx.odb8hi li {
  width: calc(50% - 5px);
}

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

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

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

.sk9en2 {
  margin-top: 35px;
}

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

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

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

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

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

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

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

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

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

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

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

.mskbtm {
  display: flex;
}

.eyuqsq {
  text-align: center;
}

.r2tlco {
  align-items: center;
} 

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

.n81gxj {
  justify-content: center;
}

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

  .o8k08w {
    display: inline-flex;
  }

  .apegb2 {
    max-width: 125px;
  }

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

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

  .xq92iv ul {
    display: block;
  }

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

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

  .lizdjz {
    margin-top: 15px;
  }

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

  .cnoxzw {
    margin-right: 0;
  }
}

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

  .pt26i8 {
    margin-bottom: 30px;
  }

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

  .g2am5z {
    margin-right: 7px;
  }

  .s27nyw {
    width: 152px;
  }

  .k2pift,
  .q22n6s {
    margin-bottom: 25px;
    text-align: center;
  }

  .i7os04,
  .td1z6s {
    text-align: center;
  }

  .u6bhfg {
    padding: 80px 0;
  }

  .uajkrg {
    margin: 10px 0;
  }

  .vmgxa8,
  .wxe4ms {
    margin-left: auto;
    margin-right: auto;
  }

  .ohnnvu {
    max-width: 100%;
  }

  .tu86if {
    margin-bottom: 40px;
  }

  .j6059u {
    padding: 10px 0;
  }

  .apegb2 {
    max-width: 103px;
  }

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

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

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

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

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

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

  .j6059u {
    padding: 6px 0;
  }

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

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

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

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

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

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

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

  .jm6pk7 .ljf8ve {
    display: block;
  }

  .jm6pk7 .c85n5l {
    width: 100%;
    display: block;
  }

  .r9upcd {
    padding-top: 75px;
  }

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

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

  .p5itvo {
    margin: 20px 0;
  }

  .bf405h {
    padding: 15px 10px;
  }

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

  .j1r96b {
    width: 100%;
  }

  .pgktvk {
    margin-right: 10px;
  }

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

  .k2pift,
  .uajkrg {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .v16dhq {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

  .j7kw64 {
    display: block;
  }

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

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

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

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

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

  .zql2jd,
  .jobe81 {
    padding: 45px 0 60px;
  }

  .xgmc6c {
    display: block;
  }

  .mxti1q {
    flex-direction: row;
  }

  .lh0ted {
    margin-right: 15px;
  }

  .u05wtp {
    padding-top: 0;
  }

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

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

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

  .tu86if {
    padding: 10px;
  }

  .fimt9l {
    padding: 20px 15px;
  }

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

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

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

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

  .tu86if textarea {
    height: 99px;
  }

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

  .hhyhif {
    margin-top: 20px;
  }

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

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

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

  .mxti1q {
    margin-bottom: 8px;
  }

  .gbih99 {
    flex-direction: column;
  }

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

  .gbih99 .wh948b + .ljf8ve, 
  .gbih99 .wh948b + p {
    margin-top: 0;
  }

  .c85n5l {
    margin-bottom: 20px;
  }

  .u5w7vp, 
  .uiawko {
    width: 100%;
    padding: 40px 15px 20px 15px;
  }

  .hk99ns {
    padding-left: 0;
  }

  .f4knv2 {
    padding-right: 0;
  }

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

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

  .d52dwx {
    padding-top: 47px;
  }

  .w1g1y8 {
    max-width: 103px;
  }

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

  .f9m5x5 {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

  .asw5ui {
    margin: 0;
  }

  .sk9en2 {
    margin-top: 15px;
  }

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

.ar0y1o[open] .h7qbsb::after {
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.v84ri4 {
  max-width: 540px;
}

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

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

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

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