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

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

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

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

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

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

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

.ws3m1k {
  width: 25%;
}

.f9vrjm {
  width: 33.3333%;
}

.jqlr1f {
  width: 41.666667%;
}

.i6w9m7 {
  width: 50%;
}

.ifw0ma {
  width: 100%;
}

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

.qpvj1c {
  flex: 1;
}

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

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

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

  .g0f5yz {
    width: 33.3333%;
  }

  .uns84x {
    width: 58.3333%;
  }

  .n7y8nv {
    width: 66.6666%;
  }

  .p1x7jv {
    width: 50%;
  }

  .n7ymen {
    width: 41.6666%;
  }

  .nzomgq {
    flex-direction: row;
  }
}

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

  .ljiw9i {
    width: 50%;
  }

  .f4oovc {
    width: 58.3333%;
  }

  .ul0bgv {
    width: 41.6666%;
  }

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

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

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

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

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

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

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

.mje2l0:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

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

.ybk2hg {
  flex-shrink: 0;
}

.ybk2hg .fiw5bi {
  padding-left: 45px;
  padding-right: 45px;
}

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

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

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

.sar8b3 {
  padding: 60px 0;
}

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

.likvqb {
  margin-bottom: 60px;
}

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

.hpphza.fxji3g {
  background-color: var(--white-color);
  color: var(--black-color);
}

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

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

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

.xkh881::before {
  display: none;
}

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

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

.y7y52w .b6oyyx,
.y7y52w p {
  color: var(--white-color);
}

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

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

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

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

.zhwy2v {
  padding: 60px 0;
}

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

.ifzyoi .u7gm0v {
  margin-bottom: 25px;
}

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

.ibb0v6 .u7gm0v {
  background-color: var(--white-color);
  padding: 20px;
}

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

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

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

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

.rcgg22::before {
  display: none;
}

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

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

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

.ay039q ul {
  margin: 0;
}

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

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

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

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

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

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

.ohlh5s {
  margin: 20px auto 0;
}

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

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

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

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

.vhuev9,
.se1wh3 {
  padding: 70px 0 80px;
}

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

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

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

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

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

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

.ho4777 textarea {
  height: 155px;
}

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

.ho4777.d10p8t {
  min-height: 460px;
}

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

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

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

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

.clr3vk {
  padding-top: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.kzoyze {
  margin: 0 15px;
}

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

.vk3ti9:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

.c1tck3 {
  margin: 0;
}

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

.c1tck3.d3k4ol li {
  width: calc(50% - 5px);
}

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

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

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

.i5v2ml {
  margin-top: 35px;
}

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

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

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

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

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

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

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

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

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

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

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

.knijiz {
  display: flex;
}

.ap6fe9 {
  text-align: center;
}

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

.dov2du {
  align-items: center;
} 

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

.szfegg {
  justify-content: center;
}

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

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

  .v9bzin {
    display: inline-flex;
  }

  .mje2l0,
  .vk3ti9 {
    max-width: 60px;
  }

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

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

  .wq7jxa ul {
    display: block;
  }

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

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

  .ybk2hg {
    margin-top: 15px;
  }

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

  .urszrv {
    margin-right: 0;
  }
}

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

  .vdd9xt {
    margin-bottom: 30px;
  }

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

  .tdo31n {
    margin-right: 7px;
  }

  .lc7vqz {
    width: 152px;
  }

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

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

  .urszrv {
    display: none;
  }

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

  .pw1sa7,
  .geu3pb {
    text-align: center;
  }

  .w76vee {
    margin: 10px 0;
  }

  .vto7f7 {
    padding: 80px 0;
  }

  .idt18e,
  .wp8eo7 {
    margin-left: auto;
    margin-right: auto;
  }

  .po9gnf {
    max-width: 100%;
  }

  .v39fmv {
    width: 100%;
  }

  .ho4777 {
    margin-bottom: 40px;
  }

  .zpd7q5 {
    padding: 10px 0;
  }

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

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

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

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

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

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

  .zpd7q5 {
    padding: 6px 0;
  }

  .mje2l0 {
    max-width: 54px;
  }

  .vk3ti9 {
    max-width: 54px;
  }

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

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

  .a1zpsi {
    margin-top: 25px;
  }

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

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

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

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

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

  .y7y52w {
    padding: 40px 0;
  }

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

  .ibb0v6 {
    padding: 40px 0;
  }

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

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

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

  .xsusdq .blc1ys {
    display: block;
  }

  .xsusdq .xkh881 {
    width: 100%;
    display: block;
  }

  .q1iahc {
    padding-top: 75px;
  }

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

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

  .x6gj62 {
    width: 100%;
  }

  .izrmyl {
    margin-right: 10px;
  }

  .ibb0v6 .u7gm0v {
    padding: 20px 10px;
  }

  .uyxeug,
  .w76vee {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

  .gcwcxg {
    padding: 25px;
  }

  .pw1sa7 {
    margin-bottom: 20px;
  }

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

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

  .likvqb {
    margin-bottom: 50px;
  }

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

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

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

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

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

  .ohlh5s {
    margin-top: 20px;
  }

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

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

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

  .ns6su4 {
    display: block;
  }

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

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

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

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

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

  .vhuev9,
  .se1wh3 {
    padding: 45px 0 60px;
  }

  .ev2b0a {
    display: block;
  }

  .be2yrh {
    flex-direction: row;
  }

  .ttjkoo {
    margin-right: 15px;
  }

  .clr3vk {
    padding-top: 0;
  }

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

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

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

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

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

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

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

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

  .ho4777 textarea {
    height: 99px;
  }

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

  .baavlu {
    margin-top: 20px;
  }

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

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

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

  .be2yrh {
    margin-bottom: 8px;
  }

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

  .xkh881 {
    margin-bottom: 20px;
  }

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

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

  .uo3d27 {
    padding-top: 47px;
  }

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

  .uf57ti {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

  .kzoyze {
    margin: 0;
  }

  .i5v2ml {
    margin-top: 15px;
  }

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

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

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

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

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

  .ufeumb {
    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.jg5rsg.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.obh84a/necolas/normalize.css */

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

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


.ze8yjc{display:none!important;}
.v77cfx{text-align:center!important;}
form .rtjq47 p, form .rtjq47 input, form .baavlu p, form .baavlu input{margin-bottom:0px!important;}
/* ===== PACK5 CUSTOM STYLES ===== */

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

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

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

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

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

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

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

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

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

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

.cqcpi1[open] .nqlym5::after {
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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