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

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

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

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

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

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

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

.nc7h6t {
  width: 25%;
}

.hvks2y {
  width: 33.3333%;
}

.d3pcm3 {
  width: 41.666667%;
}

.tndi6m {
  width: 50%;
}

.v6xfml {
  width: 100%;
}

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

.y4oqv9 {
  flex: 1;
}

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

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

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

  .on16sn {
    width: 33.3333%;
  }

  .yss3dv {
    width: 58.3333%;
  }

  .lu24v1 {
    width: 66.6666%;
  }

  .i72kw0 {
    width: 50%;
  }

  .j3irh6 {
    width: 41.6666%;
  }

  .devp1o {
    flex-direction: row;
  }
}

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

  .s95to6 {
    width: 50%;
  }

  .wj1ejk {
    width: 58.3333%;
  }

  .fey5ve {
    width: 41.6666%;
  }

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

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

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

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

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

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

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

.rp0qja:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

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

.tq65e8 {
  flex-shrink: 0;
}

.tq65e8 .ovtdk8 {
  padding-left: 45px;
  padding-right: 45px;
}

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

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

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

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

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

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

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

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

.sf4hk8 .a7093h {
  width: calc(50% - 15px);
}

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

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

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

.a7093h::before {
  display: none;
}

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

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

.rrt2k5 {
  margin: 25px 0;
}

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

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

.pox0zw p {
  margin-bottom: 0;
}

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

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

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

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

.n97840::before {
  display: none;
}

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

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

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

.yib2qf .brbcmc + .uy0x2r,
.yib2qf .brbcmc + p {
  margin-top: 10px;
}

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

.d85gwa,
.azfnc6 {
  width: 50%;
}

.qqxn2v {
  padding-left: 15px;
}

.z9955m {
  padding-right: 15px;
}

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

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

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

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

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

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

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

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

.zaxf4h {
  font-size: 12px;
  line-height: 15px;
  margin: 15px auto 0;
  width: 100%;
  max-width: 335px;
  text-align: center;
  font-weight: 300;
  color: var(--text-color);
}

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

.a4v47a {
  margin: 20px 0;
}

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

.a4v47a li::before {
  width: 28px;
  height: 28px;
  left: 0;
  top: 1px; 
  border-radius: 5px;
  background: url(../images/check-icon.svg) no-repeat center var(--green-color);
}

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

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

.h7d93v,
.bkkwhi {
  padding: 70px 0 80px;
}

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

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

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

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

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

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

.vpukfk textarea {
  height: 155px;
}

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

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

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

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

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

.mglnvf {
  padding-top: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.qvj8dd {
  margin: 0 15px;
}

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

.izio51:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

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

.kv3npc {
  margin: 0;
}

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

.kv3npc.divttn li {
  width: calc(50% - 5px);
}

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

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

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

.hwb7hr {
  margin-top: 35px;
}

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

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

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

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

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

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

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

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

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

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

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

.qo8uim {
  display: flex;
}

.m1pbam {
  text-align: center;
}

.uwuvai {
  align-items: center;
} 

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

.muelsr {
  justify-content: center;
}

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

  .zj1pzy {
    display: inline-flex;
  }

  .rp0qja {
    max-width: 125px;
  }

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

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

  .zdtrxp ul {
    display: block;
  }

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

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

  .tq65e8 {
    margin-top: 15px;
  }

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

  .fxluvp {
    margin-right: 0;
  }
}

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

  .m28u99 {
    margin-bottom: 30px;
  }

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

  .j8jhsb {
    margin-right: 7px;
  }

  .waf1kf {
    width: 152px;
  }

  .pnanmn,
  .mp2wuv {
    margin-bottom: 25px;
    text-align: center;
  }

  .fxluvp {
    display: none;
  }

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

  .o0gp0l,
  .lc19we {
    text-align: center;
  }

  .rofzmn {
    margin: 10px 0;
  }

  .ootxt4 {
    padding: 80px 0;
  }

  .zj0gax,
  .xs0cnc {
    margin-left: auto;
    margin-right: auto;
  }

  .oa7wx4 {
    max-width: 100%;
  }

  .vpukfk {
    margin-bottom: 40px;
  }

  .jj80bl {
    padding: 10px 0;
  }

  .rp0qja {
    max-width: 103px;
  }

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

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

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

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

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

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

  .jj80bl {
    padding: 6px 0;
  }

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

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

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

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

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

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

  .sf4hk8 .uy0x2r {
    display: block;
  }

  .sf4hk8 .a7093h {
    width: 100%;
    display: block;
  }

  .wzeki4 {
    padding-top: 75px;
  }

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

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

  .rrt2k5 {
    margin: 20px 0;
  }

  .pox0zw {
    padding: 15px 10px;
  }

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

  .x6f6yr {
    width: 100%;
  }

  .f0q694 {
    margin-right: 10px;
  }

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

  .pnanmn,
  .rofzmn {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

  .dt30mx {
    padding: 20px 15px;
  }

  .o0gp0l {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

  .x5mhmp {
    margin-top: 20px;
  }

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

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

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

  .j4isod {
    display: block;
  }

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

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

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

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

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

  .h7d93v,
  .bkkwhi {
    padding: 45px 0 60px;
  }

  .u5b523 {
    display: block;
  }

  .wkolb2 {
    flex-direction: row;
  }

  .h5z8ch {
    margin-right: 15px;
  }

  .mglnvf {
    padding-top: 0;
  }

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

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

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

  .vpukfk {
    padding: 10px;
  }

  .trmxtn {
    padding: 20px 15px;
  }

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

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

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

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

  .vpukfk textarea {
    height: 99px;
  }

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

  .tzozyt {
    margin-top: 20px;
  }

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

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

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

  .wkolb2 {
    margin-bottom: 8px;
  }

  .yib2qf {
    flex-direction: column;
  }

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

  .yib2qf .brbcmc + .uy0x2r, 
  .yib2qf .brbcmc + p {
    margin-top: 0;
  }

  .a7093h {
    margin-bottom: 20px;
  }

  .d85gwa, 
  .azfnc6 {
    width: 100%;
    padding: 40px 15px 20px 15px;
  }

  .qqxn2v {
    padding-left: 0;
  }

  .z9955m {
    padding-right: 0;
  }

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

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

  .ypdazg {
    padding-top: 47px;
  }

  .izio51 {
    max-width: 103px;
  }

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

  .g4pwl7 {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

  .qvj8dd {
    margin: 0;
  }

  .hwb7hr {
    margin-top: 15px;
  }

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

.bda3te[open] .yzkpdq::after {
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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