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

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

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

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

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

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

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

.vi4o5f {
  width: 25%;
}

.xzj2if {
  width: 33.3333%;
}

.isfr1x {
  width: 41.666667%;
}

.dy0yr0 {
  width: 50%;
}

.jfpcv6 {
  width: 100%;
}

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

.knz7a9 {
  flex: 1;
}

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

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

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

  .rv4muo {
    width: 33.3333%;
  }

  .sspxma {
    width: 58.3333%;
  }

  .sy6xjs {
    width: 66.6666%;
  }

  .vw95c2 {
    width: 50%;
  }

  .obsnht {
    width: 41.6666%;
  }

  .bele4n {
    flex-direction: row;
  }
}

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

  .yg3m84 {
    width: 50%;
  }

  .gpq3yd {
    width: 58.3333%;
  }

  .siwtw4 {
    width: 41.6666%;
  }

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

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

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

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

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

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

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

.v02nr6:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

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

.icpvw6 {
  flex-shrink: 0;
}

.icpvw6 .l2wuwd {
  padding-left: 45px;
  padding-right: 45px;
}

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

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

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

.jwz2og {
  padding: 60px 0;
}

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

.dgzqgt {
  margin-bottom: 60px;
}

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

.p58264.snuohe {
  background-color: var(--white-color);
  color: var(--black-color);
}

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

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

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

.yoc11a::before {
  display: none;
}

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

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

.cx2636 .hpc031,
.cx2636 p {
  color: var(--white-color);
}

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

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

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

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

.s1gvot {
  padding: 60px 0;
}

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

.exvz9f .q672ot {
  margin-bottom: 25px;
}

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

.yhdkha .q672ot {
  background-color: var(--white-color);
  padding: 20px;
}

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

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

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

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

.h2h4b9::before {
  display: none;
}

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

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

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

.fq633l ul {
  margin: 0;
}

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

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

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

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

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

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

.dbhtvg {
  margin: 20px auto 0;
}

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

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

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

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

.wl63ow,
.lsp3nt {
  padding: 70px 0 80px;
}

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

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

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

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

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

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

.ycwn5h textarea {
  height: 155px;
}

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

.ycwn5h.qvs1e3 {
  min-height: 460px;
}

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

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

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

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

.gq1ngu {
  padding-top: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.eg82ni {
  margin: 0 15px;
}

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

.qsqw8f:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

.t5c6vv {
  margin: 0;
}

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

.t5c6vv.i31k9u li {
  width: calc(50% - 5px);
}

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

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

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

.vtwa03 {
  margin-top: 35px;
}

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

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

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

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

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

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

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

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

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

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

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

.ejyfkk {
  display: flex;
}

.mjoz9u {
  text-align: center;
}

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

.vqrc54 {
  align-items: center;
} 

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

.am4hnb {
  justify-content: center;
}

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

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

  .irahs7 {
    display: inline-flex;
  }

  .v02nr6,
  .qsqw8f {
    max-width: 60px;
  }

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

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

  .s75zhf ul {
    display: block;
  }

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

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

  .icpvw6 {
    margin-top: 15px;
  }

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

  .e5y63f {
    margin-right: 0;
  }
}

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

  .xrrn0h {
    margin-bottom: 30px;
  }

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

  .a1rr6c {
    margin-right: 7px;
  }

  .djkx1a {
    width: 152px;
  }

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

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

  .e5y63f {
    display: none;
  }

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

  .pib811,
  .z19yu7 {
    text-align: center;
  }

  .mpgcr3 {
    margin: 10px 0;
  }

  .hg6bc8 {
    padding: 80px 0;
  }

  .bve8ej,
  .lb9xoa {
    margin-left: auto;
    margin-right: auto;
  }

  .p3l9v7 {
    max-width: 100%;
  }

  .xp4qpi {
    width: 100%;
  }

  .ycwn5h {
    margin-bottom: 40px;
  }

  .ujki1d {
    padding: 10px 0;
  }

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

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

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

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

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

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

  .ujki1d {
    padding: 6px 0;
  }

  .v02nr6 {
    max-width: 54px;
  }

  .qsqw8f {
    max-width: 54px;
  }

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

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

  .sb0d4s {
    margin-top: 25px;
  }

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

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

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

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

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

  .cx2636 {
    padding: 40px 0;
  }

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

  .yhdkha {
    padding: 40px 0;
  }

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

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

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

  .mxm1av .usf0p3 {
    display: block;
  }

  .mxm1av .yoc11a {
    width: 100%;
    display: block;
  }

  .i59gue {
    padding-top: 75px;
  }

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

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

  .mj39jc {
    width: 100%;
  }

  .l69bs6 {
    margin-right: 10px;
  }

  .yhdkha .q672ot {
    padding: 20px 10px;
  }

  .jm5n96,
  .mpgcr3 {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

  .fq078c {
    padding: 25px;
  }

  .pib811 {
    margin-bottom: 20px;
  }

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

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

  .dgzqgt {
    margin-bottom: 50px;
  }

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

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

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

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

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

  .dbhtvg {
    margin-top: 20px;
  }

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

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

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

  .k2qbe2 {
    display: block;
  }

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

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

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

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

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

  .wl63ow,
  .lsp3nt {
    padding: 45px 0 60px;
  }

  .pe4izv {
    display: block;
  }

  .hnt9mv {
    flex-direction: row;
  }

  .a9brj0 {
    margin-right: 15px;
  }

  .gq1ngu {
    padding-top: 0;
  }

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

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

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

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

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

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

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

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

  .ycwn5h textarea {
    height: 99px;
  }

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

  .gh6i8y {
    margin-top: 20px;
  }

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

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

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

  .hnt9mv {
    margin-bottom: 8px;
  }

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

  .yoc11a {
    margin-bottom: 20px;
  }

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

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

  .vcuxkr {
    padding-top: 47px;
  }

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

  .zeef2f {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

  .eg82ni {
    margin: 0;
  }

  .vtwa03 {
    margin-top: 15px;
  }

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

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

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

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

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

  .morhag {
    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.fzwmc6.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.nj3ucd/necolas/normalize.css */

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

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


.ij5u22{display:none!important;}
.b7hbrc{text-align:center!important;}
form .bmb2rh p, form .bmb2rh input, form .gh6i8y p, form .gh6i8y input{margin-bottom:0px!important;}
/* ===== PACK5 CUSTOM STYLES ===== */

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

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

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

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

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

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

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

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

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

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

.f43c3d[open] .o9uh8e::after {
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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