/* === main.css === */
/* inlined: ../css/vars.css */
:root {
  --purple-color: #595AA3;
  --purple-light-color: #B0B1F7;
  --pink-color: #B259C2;
  --pink-dark-color: #8E379D;
  --text-color: #272727;
  --black-color: #252525;
  --black-color-2: #262727;
  --white-color: #fff;
  --grey-color: #9E9E9E;
  --grey-medium-color: #DADADA;

  --primary-font: 'Open Sans';

  --transition: all .3s ease-in-out;
}
/* inlined: ../css/grid.css */
:root {
  --grid-width: 1160px;
  --grid-gutter: 15px;
}

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

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

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

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

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

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

.mokbmv {
  width: 25%;
}

.v9sbp5 {
  width: 33.3333%;
}

.lttlv5 {
  width: 41.666667%;
}

.gwghjp {
  width: 50%;
}

.e1oi78 {
  width: 100%;
}

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

.z68u47 {
  flex: 1;
}

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

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

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

  .j22pun {
    width: 33.3333%;
  }

  .uilzms {
    width: 58.3333%;
  }

  .o3moo3 {
    width: 66.6666%;
  }

  .dt67rz {
    width: 50%;
  }

  .wi9ihb {
    width: 41.6666%;
  }

  .w7via0 {
    flex-direction: row;
  }
}

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

  .iffvu3 {
    width: 50%;
  }

  .x5me6z {
    width: 58.3333%;
  }

  .ktlwoy {
    width: 41.6666%;
  }

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

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

  .n1yus9 {
    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(--black-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: #F5F5F5;
  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: #F5F5F5;
  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(--purple-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(--purple-color);
}

.bfa0f8 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 10px 34px;
  background-color: var(--pink-color);
  color: var(--white-color);
  outline: none;
  font-family: var(--primary-font), sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: var(--transition);
}

.bfa0f8:hover,
.bfa0f8:active {
  background-color: var(--pink-dark-color);
  text-decoration: none;
}

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

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

.ql5q82:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

.xuzokz ul li a:hover {
  color: var(--purple-color);
  border-color: var(--purple-color);
}

.mgjlrg {
  flex-shrink: 0;
}

.mgjlrg .bfa0f8 {
  padding-left: 45px;
  padding-right: 45px;
}

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

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

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

.p6lgpt {
  padding: 60px 0;
}

.p6lgpt h5 {
  margin-top: 50px;
}

.q3d185 {
  margin-bottom: 60px;
}

.c2eutg {
  margin: 0 0 20px;
  font-size: 24px;
  display: inline-block;
  font-weight: 600;
  line-height: 32px;
  background-color: var(--purple-color);
  color: var(--white-color);
  padding: 5px 20px;
}

.c2eutg.k4d7t7 {
  background-color: var(--white-color);
  color: var(--black-color);
}

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

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

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

.rssizp::before {
  display: none;
}

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

.uh2n61 {
  padding: 50px 0;
  background-color: var(--purple-color);
}

.uh2n61 .riw3o0,
.uh2n61 p {
  color: var(--white-color);
}

.i4fpgs {
  margin-top: 25px;
  padding: 20px;
  background-color: var(--white-color);
}

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

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

.deux0s p {
  color: var(--black-color);
  margin-bottom: 0;
}

.g70l8q {
  padding: 60px 0;
}

.zgyucx {
  padding: 50px 0;
  background-color: var(--purple-light-color);
}

.zgyucx .kmz9m1 {
  margin-bottom: 25px;
}

.phpakl {
  padding: 50px 0;
  background-color: var(--purple-light-color);
}

.phpakl .kmz9m1 {
  background-color: var(--white-color);
  padding: 20px;
}

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

.kmz9m1 {
  margin: 10px 0 0;
  padding: 0;
  list-style-type: none;
}

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

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

.skh94i::before {
  display: none;
}

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

.s2abhb p {
  margin-bottom: 0;
  color: var(--black-color);
}

.s2abhb ul li {
  margin-bottom: 0;
}

.s2abhb ul {
  margin: 0;
}

.nzyw0t {
  padding: 60px 0 70px;
}

.vw4on0 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

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

.cyrquf {
  padding: 30px 40px;
  width: 100%;
  margin: 0 auto;
}

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

.cxeait {
  padding: 12px 40px;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: var(--black-color);
  background-color: var(--purple-light-color);
}

.fggr1d {
  margin: 20px auto 0;
}

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

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

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

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

.u92u03,
.q87b5w {
  padding: 70px 0 80px;
}

.pwcdxm {
  max-width: 565px;
  width: 100%;
  margin: 0 auto 30px;
  background-color: var(--white-color);
  box-shadow: 0px 0px 20px 0 rgba(142, 142, 142, 0.3);
}

.okipj3 {
  padding: 30px 82px 40px;
}

.hj8ct1 {
  padding: 15px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: var(--black-color);
  background-color: var(--purple-light-color);
  margin: 0;
  text-align: center;
}

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

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

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

.pwcdxm textarea {
  height: 155px;
}

.o4b72r {
  margin: 25px auto 0;
  max-width: 335px;
}

.pwcdxm.h070gm {
  min-height: 460px;
}

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

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

.jn3ics {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 40px;
  background-color: rgba(176, 177, 247, 0.2);
  border: 1px solid var(--purple-color);
  padding: 20px 25px;
  max-width: 495px;
  width: 100%;
}

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

.btxr6f {
  padding-top: 2px;
}

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

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

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

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

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

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

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

.vl5fk5 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  background-color: rgba(176, 177, 247, 0.2);
  border: 1px solid var(--purple-color);
  padding: 20px 25px;
  width: 100%;
  max-width: 495px;
} 

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

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

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

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

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

.smeqk8 {
  margin: 0 15px;
}

.pzze3i {
  max-width: 254px;
  width: 100%;
}

.pzze3i:hover {
  opacity: .9;
}

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

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

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

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

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

.qg5dtw li a:hover {
  background-color: var(--purple-color);
}

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

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

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

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

.hpd2tt {
  margin: 0;
}

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

.hpd2tt.gnshxs li {
  width: calc(50% - 5px);
}

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

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

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

.we96ri {
  margin-top: 35px;
}

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

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

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

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

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

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

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

.d1isqi {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .d1isqi, .d1isqi::before, .d1isqi::after {
    width: 40px;
    height: 3px;
    background-color: var(--purple-color);
    border-radius: 3px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .d1isqi::before, .d1isqi::after {
    content: "";
    display: block; }
  .d1isqi::before {
    top: -10px; }
  .d1isqi::after {
    bottom: -10px; }

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

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

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

.clrtnw {
  display: flex;
}

.zdi558 {
  text-align: center;
}

.thq4xi {
  color: var(--white-color);
}

.e4qn1j {
  align-items: center;
} 

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

.zum2yn {
  justify-content: center;
}

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

/* === media.css === */
@media (max-width: 1025px) {
  .xuzokz ul li {
    margin-right: 25px;
  }

  .sd559d {
    display: inline-flex;
  }

  .ql5q82,
  .pzze3i {
    max-width: 60px;
  }

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

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

  .xuzokz ul {
    display: block;
  }

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

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

  .mgjlrg {
    margin-top: 15px;
  }

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

  .pce86g {
    margin-right: 0;
  }
}

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

  .ghs38e {
    margin-bottom: 30px;
  }

  .pzze3i {
    margin-bottom: 0;
    justify-content: flex-start;
  }

  .us5q90 {
    margin-right: 7px;
  }

  .qzp7jf {
    width: 152px;
  }

  .h554uv {
    margin-bottom: 25px;
    text-align: center;
  }

  .h554uv {
    float: none;
    margin-right: 0;
  }

  .pce86g {
    display: none;
  }

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

  .p38cg0,
  .w0b4jt {
    text-align: center;
  }

  .was0k0 {
    margin: 10px 0;
  }

  .l85ub2 {
    padding: 80px 0;
  }

  .vl5fk5,
  .jn3ics {
    margin-left: auto;
    margin-right: auto;
  }

  .fp1d40 {
    max-width: 100%;
  }

  .bi8d4a {
    width: 100%;
  }

  .pwcdxm {
    margin-bottom: 40px;
  }

  .jqw0fs {
    padding: 10px 0;
  }

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

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

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

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

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

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

  .jqw0fs {
    padding: 6px 0;
  }

  .ql5q82 {
    max-width: 54px;
  }

  .pzze3i {
    max-width: 54px;
  }

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

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

  .w6rxd1 {
    margin-top: 25px;
  }

  .bi8d4a {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    padding: 20px 15px;
    margin-bottom: 20px;
  }

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

  .x6075u {
    max-width: 45px;
    flex-shrink: 0;
    margin-right: 15px;
  }

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

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

  .uh2n61 {
    padding: 40px 0;
  }

  .i4fpgs {
    padding: 20px 15px;
    margin-top: 20px;
  }

  .phpakl {
    padding: 40px 0;
  }

  .g9iqkp {
    margin-right: 10px;
    max-width: 15px;
  }

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

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

  .cjp0ti .kqvzuu {
    display: block;
  }

  .cjp0ti .rssizp {
    width: 100%;
    display: block;
  }

  .rk3ore {
    padding-top: 75px;
  }

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

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

  .u2sesz {
    width: 100%;
  }

  .am7x97 {
    margin-right: 10px;
  }

  .phpakl .kmz9m1 {
    padding: 20px 10px;
  }

  .h554uv,
  .was0k0 {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

  .cyrquf {
    padding: 25px;
  }

  .p38cg0 {
    margin-bottom: 20px;
  }

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

  .p6lgpt h5 {
    margin-top: 40px;
  }

  .q3d185 {
    margin-bottom: 50px;
  }

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

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

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

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

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

  .fggr1d {
    margin-top: 20px;
  }

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

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

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

  .xtqe1m {
    display: block;
  }

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

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

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

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

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

  .u92u03,
  .q87b5w {
    padding: 45px 0 60px;
  }

  .j1weas {
    display: block;
  }

  .rp2m01 {
    flex-direction: row;
  }

  .paa4db {
    margin-right: 15px;
  }

  .btxr6f {
    padding-top: 0;
  }

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

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

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

  .hj8ct1 {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    padding: 12px 25px;
  }

  .okipj3 {
    padding: 25px 25px 30px;
  }

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

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

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

  .pwcdxm textarea {
    height: 99px;
  }

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

  .o4b72r {
    margin-top: 20px;
  }

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

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

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

  .rp2m01 {
    margin-bottom: 8px;
  }

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

  .rssizp {
    margin-bottom: 20px;
  }

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

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

  .xexi83 {
    padding-top: 47px;
  }

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

  .nrq55s {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

  .smeqk8 {
    margin: 0;
  }

  .we96ri {
    margin-top: 15px;
  }

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

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

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

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

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

  .okv8nj {
    max-width: 335px;
  }
}


/* === style.css === */
/*!
Theme Name: trc
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lndr
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

lndr is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.inkq9n.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.w7ax7v/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


.r8xl3z{display:none!important;}
.belmgc{text-align:center!important;}
form .np8mj4 p, form .np8mj4 input, form .o4b72r p, form .o4b72r input{margin-bottom:0px!important;}
/* ===== PACK5 CUSTOM STYLES ===== */

/* Text logo overrides (не SVG) */
.ql5q82 {
  max-width: none;
  width: auto;
  font-weight: 600;
  font-size: 20px;
  color: var(--black-color);
  text-decoration: none;
}
.ql5q82:hover {
  opacity: 1;
  color: var(--purple-color);
  text-decoration: none;
}
.pzze3i {
  max-width: none;
  width: auto;
  font-weight: 600;
  font-size: 18px;
  color: var(--white-color);
  text-decoration: none;
}
.pzze3i:hover {
  color: var(--purple-light-color);
  text-decoration: none;
  opacity: 1;
}

/* Footer top — align-items: center (нет блока address) */
.ghs38e {
  align-items: center;
}

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

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

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

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

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

.c4s04v {
  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(--purple-color);
  background-color: #E8E8F8;
  transition: background-color var(--transition);
  margin: 0;
}

.c4s04v:hover {
  background-color: #c5c5ec;
}

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

.xxbu2e[open] .c4s04v::after {
  transform: rotate(90deg);
}

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

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

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

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

.n6pmc0 li a:hover {
  background: #f5f5ff;
  color: var(--pink-dark-color);
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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