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

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

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

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

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

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

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

.suklb6 {
  width: 25%;
}

.ys1p2r {
  width: 33.3333%;
}

.gnepki {
  width: 41.666667%;
}

.mkd4ea {
  width: 50%;
}

.d6qgch {
  width: 100%;
}

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

.cwfewx {
  flex: 1;
}

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

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

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

  .latey8 {
    width: 33.3333%;
  }

  .gu2vck {
    width: 58.3333%;
  }

  .qacqv3 {
    width: 66.6666%;
  }

  .m1hj89 {
    width: 50%;
  }

  .vj0aar {
    width: 41.6666%;
  }

  .tf355v {
    flex-direction: row;
  }
}

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

  .izof0z {
    width: 50%;
  }

  .h8riuh {
    width: 58.3333%;
  }

  .tj0jij {
    width: 41.6666%;
  }

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

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

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

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

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

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

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

.n7wtlr:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

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

.lwz8vy {
  flex-shrink: 0;
}

.lwz8vy .g7o609 {
  padding-left: 45px;
  padding-right: 45px;
}

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

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

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

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

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

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

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

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

.ufqxw5 .if2m86 {
  width: calc(50% - 15px);
}

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

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

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

.if2m86::before {
  display: none;
}

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

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

.qj35kg {
  margin: 25px 0;
}

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

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

.k0c8if p {
  margin-bottom: 0;
}

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

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

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

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

.djm3uw::before {
  display: none;
}

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

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

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

.jtygb5 .kwrnhr + .n1lgdu,
.jtygb5 .kwrnhr + p {
  margin-top: 10px;
}

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

.axabaf,
.hgm8a1 {
  width: 50%;
}

.x2jib6 {
  padding-left: 15px;
}

.xh24g2 {
  padding-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

.bovchd {
  margin: 20px 0;
}

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

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

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

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

.w9m45w,
.fn3qvv {
  padding: 70px 0 80px;
}

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

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

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

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

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

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

.bqons3 textarea {
  height: 155px;
}

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

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

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

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

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

.eddauw {
  padding-top: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.hrtmsr {
  margin: 0 15px;
}

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

.exkrtd:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

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

.kjazhn {
  margin: 0;
}

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

.kjazhn.vh5hww li {
  width: calc(50% - 5px);
}

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

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

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

.plipw5 {
  margin-top: 35px;
}

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

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

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

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

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

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

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

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

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

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

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

.nrfazj {
  display: flex;
}

.k02d35 {
  text-align: center;
}

.ikl55d {
  align-items: center;
} 

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

.urhcw3 {
  justify-content: center;
}

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

  .wzvmvj {
    display: inline-flex;
  }

  .n7wtlr {
    max-width: 125px;
  }

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

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

  .adz5ki ul {
    display: block;
  }

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

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

  .lwz8vy {
    margin-top: 15px;
  }

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

  .eaw32b {
    margin-right: 0;
  }
}

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

  .lqqud9 {
    margin-bottom: 30px;
  }

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

  .el9w7r {
    margin-right: 7px;
  }

  .cmx0lf {
    width: 152px;
  }

  .ximxfo,
  .c9b3mz {
    margin-bottom: 25px;
    text-align: center;
  }

  .eaw32b {
    display: none;
  }

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

  .ubl43y,
  .xey9af {
    text-align: center;
  }

  .kf1uld {
    margin: 10px 0;
  }

  .ki6rk6 {
    padding: 80px 0;
  }

  .gwenhw,
  .hodsvf {
    margin-left: auto;
    margin-right: auto;
  }

  .h9rm6i {
    max-width: 100%;
  }

  .bqons3 {
    margin-bottom: 40px;
  }

  .wex33j {
    padding: 10px 0;
  }

  .n7wtlr {
    max-width: 103px;
  }

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

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

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

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

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

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

  .wex33j {
    padding: 6px 0;
  }

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

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

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

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

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

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

  .ufqxw5 .n1lgdu {
    display: block;
  }

  .ufqxw5 .if2m86 {
    width: 100%;
    display: block;
  }

  .pes84d {
    padding-top: 75px;
  }

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

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

  .qj35kg {
    margin: 20px 0;
  }

  .k0c8if {
    padding: 15px 10px;
  }

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

  .mok7kt {
    width: 100%;
  }

  .pegmj8 {
    margin-right: 10px;
  }

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

  .ximxfo,
  .kf1uld {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

  .zrspud {
    padding: 20px 15px;
  }

  .ubl43y {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

  .cy1x38 {
    margin-top: 20px;
  }

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

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

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

  .gpidqi {
    display: block;
  }

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

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

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

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

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

  .w9m45w,
  .fn3qvv {
    padding: 45px 0 60px;
  }

  .rh0hes {
    display: block;
  }

  .uco3bn {
    flex-direction: row;
  }

  .ag2sm4 {
    margin-right: 15px;
  }

  .eddauw {
    padding-top: 0;
  }

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

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

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

  .bqons3 {
    padding: 10px;
  }

  .cx9i4o {
    padding: 20px 15px;
  }

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

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

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

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

  .bqons3 textarea {
    height: 99px;
  }

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

  .cl7clw {
    margin-top: 20px;
  }

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

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

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

  .uco3bn {
    margin-bottom: 8px;
  }

  .jtygb5 {
    flex-direction: column;
  }

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

  .jtygb5 .kwrnhr + .n1lgdu, 
  .jtygb5 .kwrnhr + p {
    margin-top: 0;
  }

  .if2m86 {
    margin-bottom: 20px;
  }

  .axabaf, 
  .hgm8a1 {
    width: 100%;
    padding: 40px 15px 20px 15px;
  }

  .x2jib6 {
    padding-left: 0;
  }

  .xh24g2 {
    padding-right: 0;
  }

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

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

  .ium5qv {
    padding-top: 47px;
  }

  .exkrtd {
    max-width: 103px;
  }

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

  .or5x37 {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

  .hrtmsr {
    margin: 0;
  }

  .plipw5 {
    margin-top: 15px;
  }

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

.zmc1s2[open] .mvpapr::after {
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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