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

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

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

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

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

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

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

.ofh8bi {
  width: 25%;
}

.wk7d9i {
  width: 33.3333%;
}

.o201tc {
  width: 41.666667%;
}

.za37pl {
  width: 50%;
}

.p60o6f {
  width: 100%;
}

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

.zbxrbo {
  flex: 1;
}

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

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

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

  .te0lsv {
    width: 33.3333%;
  }

  .ctuol5 {
    width: 58.3333%;
  }

  .fsxsb2 {
    width: 66.6666%;
  }

  .dsitqu {
    width: 50%;
  }

  .han24u {
    width: 41.6666%;
  }

  .b9hj2z {
    flex-direction: row;
  }
}

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

  .ozt2rt {
    width: 50%;
  }

  .rv0y5d {
    width: 58.3333%;
  }

  .e6zjm5 {
    width: 41.6666%;
  }

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

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

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

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

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

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

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

.ojrn82:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

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

.kzi0fy {
  flex-shrink: 0;
}

.kzi0fy .hjddni {
  padding-left: 45px;
  padding-right: 45px;
}

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

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

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

.nnntwg {
  padding: 60px 0;
}

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

.hyih1i {
  margin-bottom: 60px;
}

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

.vwbcdk.yga26c {
  background-color: var(--white-color);
  color: var(--black-color);
}

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

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

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

.es88qs::before {
  display: none;
}

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

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

.txpnvx .nb0zgv,
.txpnvx p {
  color: var(--white-color);
}

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

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

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

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

.i7vd5t {
  padding: 60px 0;
}

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

.gsaenp .jyy0rn {
  margin-bottom: 25px;
}

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

.yikv87 .jyy0rn {
  background-color: var(--white-color);
  padding: 20px;
}

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

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

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

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

.a43jbx::before {
  display: none;
}

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

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

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

.vsvbeh ul {
  margin: 0;
}

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

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

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

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

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

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

.zxakvy {
  margin: 20px auto 0;
}

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

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

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

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

.lsdjlc,
.va8yxa {
  padding: 70px 0 80px;
}

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

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

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

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

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

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

.k9kza2 textarea {
  height: 155px;
}

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

.k9kza2.zxj64t {
  min-height: 460px;
}

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

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

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

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

.fye37t {
  padding-top: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.wvbl4b {
  margin: 0 15px;
}

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

.htl0ps:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

.h42tll {
  margin: 0;
}

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

.h42tll.fje1dn li {
  width: calc(50% - 5px);
}

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

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

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

.ky88cz {
  margin-top: 35px;
}

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

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

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

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

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

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

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

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

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

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

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

.oj7z0i {
  display: flex;
}

.l8k4wq {
  text-align: center;
}

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

.pju9pe {
  align-items: center;
} 

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

.ilpizt {
  justify-content: center;
}

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

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

  .vb73uj {
    display: inline-flex;
  }

  .ojrn82,
  .htl0ps {
    max-width: 60px;
  }

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

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

  .vgpmcs ul {
    display: block;
  }

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

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

  .kzi0fy {
    margin-top: 15px;
  }

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

  .fkdhju {
    margin-right: 0;
  }
}

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

  .tmottw {
    margin-bottom: 30px;
  }

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

  .gqu9qd {
    margin-right: 7px;
  }

  .p4b8bs {
    width: 152px;
  }

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

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

  .fkdhju {
    display: none;
  }

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

  .vkr24v,
  .drq0cc {
    text-align: center;
  }

  .xtpari {
    margin: 10px 0;
  }

  .eyba9a {
    padding: 80px 0;
  }

  .fkin5u,
  .a4bpl2 {
    margin-left: auto;
    margin-right: auto;
  }

  .f9ho46 {
    max-width: 100%;
  }

  .bozohu {
    width: 100%;
  }

  .k9kza2 {
    margin-bottom: 40px;
  }

  .v57nx0 {
    padding: 10px 0;
  }

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

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

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

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

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

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

  .v57nx0 {
    padding: 6px 0;
  }

  .ojrn82 {
    max-width: 54px;
  }

  .htl0ps {
    max-width: 54px;
  }

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

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

  .tllzes {
    margin-top: 25px;
  }

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

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

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

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

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

  .txpnvx {
    padding: 40px 0;
  }

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

  .yikv87 {
    padding: 40px 0;
  }

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

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

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

  .x3jndo .tvm9gj {
    display: block;
  }

  .x3jndo .es88qs {
    width: 100%;
    display: block;
  }

  .hg48de {
    padding-top: 75px;
  }

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

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

  .mprvjo {
    width: 100%;
  }

  .zicvev {
    margin-right: 10px;
  }

  .yikv87 .jyy0rn {
    padding: 20px 10px;
  }

  .hxh2xn,
  .xtpari {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

  .nfzf4h {
    padding: 25px;
  }

  .vkr24v {
    margin-bottom: 20px;
  }

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

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

  .hyih1i {
    margin-bottom: 50px;
  }

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

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

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

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

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

  .zxakvy {
    margin-top: 20px;
  }

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

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

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

  .j0n0wk {
    display: block;
  }

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

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

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

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

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

  .lsdjlc,
  .va8yxa {
    padding: 45px 0 60px;
  }

  .nwta1x {
    display: block;
  }

  .gvhx9z {
    flex-direction: row;
  }

  .t2qayj {
    margin-right: 15px;
  }

  .fye37t {
    padding-top: 0;
  }

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

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

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

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

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

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

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

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

  .k9kza2 textarea {
    height: 99px;
  }

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

  .io69hr {
    margin-top: 20px;
  }

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

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

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

  .gvhx9z {
    margin-bottom: 8px;
  }

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

  .es88qs {
    margin-bottom: 20px;
  }

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

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

  .csjru0 {
    padding-top: 47px;
  }

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

  .dfs13g {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

  .wvbl4b {
    margin: 0;
  }

  .ky88cz {
    margin-top: 15px;
  }

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

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

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

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

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

  .ygrp24 {
    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.os52x3.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.o4kmvj/necolas/normalize.css */

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

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


.t4vqwy{display:none!important;}
.imujcp{text-align:center!important;}
form .rh2ofk p, form .rh2ofk input, form .io69hr p, form .io69hr input{margin-bottom:0px!important;}
/* ===== PACK5 CUSTOM STYLES ===== */

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

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

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

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

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

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

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

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

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

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

.e61pg4[open] .jgcsj3::after {
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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