/* Variables — Texas theme (Blue #002868 · Red #BF0A30 · Gold #C8922A) */
:root {
  --violet-color: #1B56B5;        /* Texas Blue — кнопки, ссылки, акценты */
  --violet-accent-color: #154499; /* тёмнее при hover */
  --violet-light-color: #E4EDF8;  /* светло-синий фон hero */
  --violet-dark-color: #0D2451;   /* Deep Texas Navy — футер */
  --red-color: #BF0A30;           /* официальный Texas Red */
  --green-color: #C8922A;         /* Texas Gold — второстепенный акцент */
  --text-color: #4A4A4A;
  --black-color: #1C1C2E;
  --white-color: #fff;
  --grey-color: #9E9E9E;
  --grey-bg-color: #F0F4FA;
  --grey-medium-color: #D8DCE6;
  --grey-light-color: #F5F7FC;

  --primary-font: open-sans;

  --transition: all .3s ease-in-out;
}

/* Grid */
:root {
  --grid-width: 1160px;
  --grid-gutter: 15px;
}

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

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

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

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

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

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

.akjgkg {
  width: 25%;
}

.ero2dp {
  width: 33.3333%;
}

.zic5rg {
  width: 41.666667%;
}

.iea0uy {
  width: 50%;
}

.bxy395 {
  width: 100%;
}

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

.u15m53 {
  flex: 1;
}

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

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

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

  .abdsnk {
    width: 58.3333%;
  }

  .yyhfoq {
    width: 50%;
  }

  .a3eqhr {
    width: 41.6666%;
  }

  .e2oz8q {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .pagq14 {
    width: 50%;
  }

  .zpkx6l {
    width: 58.3333%;
  }

  .dosmo5 {
    width: 41.6666%;
  }

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

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

  .s1g22e {
    flex-direction: row;
  }
}

/* Main styles */
* {
  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: var(--grey-light-color);
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  padding: 16px 78px 16px 80px;
  margin: 15px 0;
}

blockquote::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 58px;
  height: calc(100% - 10px);
  width: 2px;
  background-color: var(--grey-medium-color);
}

kbd {
  letter-spacing: .05em;
  font-family: var(--primary-font);
  font-weight: 400;
}

code,
samp {
  display: inline-block;
  padding: 0 2px;
  font-family: inconsolata;
  font-weight: 400;
  background-color: var(--grey-light-color);
  font-size: 18px;
  line-height: 30px;
  letter-spacing: .05em;
}

p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  color: var(--text-color);
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

a {
  color: var(--violet-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-radius: 5px;
  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(--violet-light-color);
}

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

.ob7kpy:hover,
.ob7kpy:active {
  background-color: var(--violet-accent-color);
  text-decoration: none;
}

.elbilk {
  position: relative;
  z-index: 1;
  padding: 11px 0;
  box-shadow: 0 1px 4px 0 rgba(132, 133, 204, .25);
  background-color: var(--white-color);
}

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

.yk2ud8:hover {
  opacity: .9;
}

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

.o5nzf7 {
  content: '';
  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, .5);
}

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

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

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

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

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

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

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

.v2ksyk ul li * {
  display: inline-flex;
  color: var(--black-color);
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  transition: var(--transition);
  border-bottom: 1px solid transparent;
  text-decoration: none;
}

.v2ksyk ul li a:hover {
  color: var(--violet-color);
  border-color: var(--violet-color);
}

.lnwr3a {
  flex-shrink: 0;
}

.lnwr3a .ob7kpy {
  padding-left: 42px;
  padding-right: 42px;
}

.fk8oey {
  position: relative;
  background-color: var(--violet-light-color);
  padding: 60px 0 45px;
}

.cej281 {
  font-size: 18px;
  line-height: 30px;
}

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

.s7p1vi {
  padding: 60px 0 20px;
}

.s7p1vi p,
.s7p1vi li {
  text-align: justify;
}

.lzp1g4 {
  padding: 50px 0 10px;
  background-color: var(--grey-bg-color);
}

.fft5eu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 30px -15px 0;
}

.ffg3w7,
.acm3og {
  width: calc(50% - 30px);
  margin: 0 15px;
}

.fft5eu.pzun4u .zsjc31 {
  border-color: var(--violet-color);
}

.fft5eu.xxs3j5 .zsjc31 {
  border-color: var(--green-color);
}

.zsjc31 {
  position: relative;
  background-color: var(--white-color);
  padding: 20px;
  margin-bottom: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border: 1px solid var(--violet-color);
  width: 100%;
  max-width: 367px;
}

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

.ffg3w7 .zsjc31:first-child::before,
.ffg3w7 .zsjc31:last-child::before,
.acm3og .zsjc31:first-child::before {
  content: '';
  position: absolute;
  width: 62px;
  height: 58px;
}

.ffg3w7 .zsjc31:first-child::before {
  top: calc(100% + 15px);
  left: 120px;
  background: url(../images/arrow-1.svg) no-repeat center;
}

.ffg3w7 .zsjc31:last-child::before {
  bottom: calc(100% + 15px);
  right: 0;
  background: url(../images/arrow-2.svg) no-repeat center;
}

.acm3og .zsjc31:first-child::before {
  top: calc(100% + 15px);
  left: 120px;
  background: url(../images/arrow-1.svg) no-repeat center;
}

.fft5eu.xxs3j5 .ffg3w7 .zsjc31:first-child::before {
  background-image: url(../images/arrow-3.svg);
}

.fft5eu.xxs3j5 .ffg3w7 .zsjc31:last-child::before {
  background-image: url(../images/arrow-4.svg);
}

.fft5eu.xxs3j5 .acm3og .zsjc31:first-child::before {
  background-image: url(../images/arrow-3.svg);
}

.ffg3w7 .zsjc31:last-child,
.acm3og .zsjc31:last-child { 
  margin-left: auto;
}

.n162l3 {
  padding: 30px 0;
  background-color: var(--grey-bg-color);
}

.r91jqj {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ajyjz5 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(50% - 15px);
}

.kc3na5 {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.rgrvut {
  flex: 1;
}

.xmldch {
  padding: 70px 0 90px;
}

.npyj2t {
  padding: 30px;
  width: 100%;
  max-width: 415px;
  background-color: var(--white-color);
  text-align: center;
  margin-left: auto;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.tftq9w {
  max-width: 335px;
  width: 100%;
  margin: 0 auto;
}

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

.nttg6a {
  margin: 0 auto 25px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: var(--black-color);
  max-width: 335px;
}

.i03bb3 {
  margin-top: 20px;
}

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

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

.japyt8 {
  margin: 20px 0;
}

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

.japyt8 li::before {
  width: 28px;
  height: 28px;
  left: 0;
  top: 1px; 
  border-radius: 5px;
  background: url(../images/check-icon.svg) no-repeat center var(--green-color);
}

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


.b01gnj {
  padding-top: 70px;
  background-color: var(--violet-dark-color);
}

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

.jswwj5 {
  margin: 0 15px;
}

.saxeju {
  max-width: 147px;
  width: 100%;
}

.saxeju:hover {
  opacity: .9;
}

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

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

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

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

.pmh9wa li a {
  width: 36px;
  height: 36px;
  padding: 4px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white-color);
  border: 0;
}

.pmh9wa li a:hover {
  opacity: .8;
}

.aoc6qu {
  display: flex;
  align-items: flex-start;
  width: 158px;
}

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

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

.hoejn8 {
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--grey-medium-color);
}

.x1onrm {
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
  color: var(--white-color);
}

.klrldj {
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.klrldj li {
  margin: 0 0 15px 0;
  padding: 0 15px 0 0;
  line-height: 19px;
  width: 25%;
}

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

.klrldj li a {
  display: inline-block;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  color: var(--white-color);
}

.qauppv {
  margin-top: 50px;
}

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

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

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

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

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

.fbb9cn {
  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; }
  .fbb9cn:hover {
    opacity: 0.7; }
  .fbb9cn.is-active:hover {
    opacity: 0.7; }
  .fbb9cn.is-active .drlusk,
  .fbb9cn.is-active .drlusk::before,
  .fbb9cn.is-active .drlusk::after {
    background-color: var(--violet-accent-color); }

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

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

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

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

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

.xxsrwf {
  display: flex;
}

.zisjpc {
  text-align: center;
}

.y7ra8u {
  align-items: center;
} 

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

.jnqt2m {
  justify-content: center;
}

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

/* Media queries */
@media (max-width: 1199px) {
  
  
  
  
  

  .ffg3w7 .zsjc31:first-child::before,
  .acm3og .zsjc31:first-child::before {
    left: 50px;
  }

  
}

@media (max-width: 1025px) {
  .v2ksyk ul li {
    margin-right: 25px;
    border-bottom: 1px solid var(--milk-color);
  }

  .ffg3w7 .zsjc31:first-child::before,
  .acm3og .zsjc31:first-child::before {
    left: 0;
  }

  .fbb9cn {
    display: inline-flex;
  }

  .elbilk {
    height: 90px;
  }

  .cw6wgf {
    padding: 30px;
    position: fixed;
    top: 91px;
    right: 0;
    bottom: 0;
    height: calc(100% - 91px);
    width: 100%;
    z-index: 99;
    background-color: var(--white-color);
    transform: translateX(100%);
  }

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

  .v2ksyk ul {
    display: block;
  }

  .v2ksyk ul li {
    margin-right: 0;
    margin-bottom: 15px; 
    padding-bottom: 10px;
  }

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

  .lnwr3a {
    display: none;
  }

  .lnwr3a .ob7kpy {
    width: 180px;
  }

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

  .zrdey3 {
    margin-right: 0;
  }
}

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

  .v6gb42 {
    margin-bottom: 30px;
  }

  .wfjn1x {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }

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

  .xtfxdr {
    margin-right: 5px;
  }

  .aoc6qu {
    width: 152px;
  }

  .pmh9wa {
    margin-bottom: 30px;
  }

  .tmq0qn,
  .ggtm8l {
    margin-bottom: 25px;
    text-align: center;
  }

  .zrdey3 {
    display: none;
  }

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

  .bvl6v6,
  .cej281 {
    text-align: center;
  }

  .ua37e3 {
    padding: 80px 0;
  }

  

  .elbilk {
    padding: 10px 0;
    height: 75px;
  }

  .cw6wgf {
    top: 76px;
    height: calc(100% - 76px);
  }

  .yk2ud8 {
    max-width: 69px;
  }

  .i3vgqk {
    text-align: center;
  }

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

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

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

  .ribg61 {
    padding: 25px 0 65px;
  }

  .fft5eu {
    flex-direction: column;
    margin: 20px 0 0;
  }

  .ffg3w7, .acm3og {
    width: 100%;
    margin: 0;
  }

  .ffg3w7 .zsjc31:last-child::before {
    background-image: url(../images/arrow-1.svg);
    left: -20px;
    bottom: 0;
    top: calc(100% - 15px);
  }

  .fft5eu.xxs3j5 .ffg3w7 .zsjc31:last-child::before {
    background-image: url(../images/arrow-3.svg);
    left: -20px;
    bottom: 0;
    top: calc(100% - 15px);
  }

  .ffg3w7 .zsjc31:first-child::before,
  .acm3og .zsjc31:first-child::before {
    top: calc(100% - 15px);
    left: -20px;
  }

  .zsjc31 {
    max-width: 100%;
    width: calc(100% - 10px);
    margin-left: auto;
    margin-bottom: 20px;
  }

  .zsjc31::before {
    background-size: contain!important;
    width: 37px!important;
    height: 40px!important;
    transform: rotate(60deg);
  }
}

@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);
  }

  p {
    margin-bottom: 15px;
  }

  

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

  .lnwr3a .ob7kpy {
    padding: 5px 11px;
    font-size: 16px;
    line-height: 21px;
  }

  .elbilk {
    height: 50px;
    padding: 4px 0;
  }

  .lnwr3a .ob7kpy {
    width: 114px;
  }

  .cw6wgf {
    top: 51px;
    height: calc(100% - 51px);
  }

  .fk8oey {
    padding: 40px 0 5px;
  }

  .lzp1g4 {
    padding: 30px 0 10px;
  }

  .n162l3 {
    padding: 20px 0 15px;
  }

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

  .zsjc31 {
    padding: 15px;
  }

  .zsjc31 p {
    font-size: 14px;
    line-height: 23px;
  }

  .ajyjz5 {
    width: 100%;
  }

  .kc3na5 {
    margin-right: 10px;
  }

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

  .tmq0qn {
    max-width: 264px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .npyj2t {
    padding: 30px 25px;
  }

  .npyj2t select {
    padding: 11px 15px;
  }

  .nttg6a {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 25px;
  }

  .bvl6v6 {
    margin-bottom: 20px;
  }

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

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

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

  

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

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

  .i03bb3,
  .s7w0uf {
    margin-top: 15px;
    font-size: 10px;
    line-height: 13px;
  }

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

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

  

  

  

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

  


  

  

  

  

  


  

  

  
  
  
  
  

  .saxeju {
    max-width: 98px;
  }

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

  .hoejn8 {
    margin-bottom: 30px;
    padding-bottom: 5px;
  }

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

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

  .x1onrm,
  .klrldj li a {
    font-size: 15px;
    line-height: 20px;
  }

  .klrldj li {
    line-height: 18px;
    width: 50%;
    padding-right: 7px;
  }

  .jswwj5 {
    margin: 0;
  }

  .qauppv {
    margin-top: 40px;
  }

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

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

  .gn2tjs {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--grey-medium-color);
  }

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

@media (max-width: 575px) {
  .zrdey3 {
    max-width: 161px;
  }
  .nttg6a {
    max-width: 213px;
    margin-left: auto;
    margin-right: auto;

  }
}

/* ===== TEXT LOGO OVERRIDES (domain name instead of SVG) ===== */
.yk2ud8 {
  max-width: none !important;
  width: auto;
  font-weight: 600;
  font-size: 20px;
  color: var(--black-color);
  text-decoration: none;
}

.yk2ud8:hover {
  opacity: 1;
  color: var(--violet-color);
  text-decoration: none;
}

.saxeju {
  max-width: none !important;
  width: auto;
  font-weight: 600;
  font-size: 18px;
  color: var(--white-color);
  text-decoration: none;
}

.saxeju:hover {
  color: var(--violet-light-color);
  text-decoration: none;
  opacity: 1;
}

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

/* ===== S-CITIES — Choose your city block ===== */
.kyz8l1 {
  padding: 0 0 60px;
}

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

.oobcgq {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--grey-medium-color);
  border-radius: 8px;
  overflow: hidden;
}

.js5skj {
  display: block;
  padding: 9px 14px;
  font-size: 14px;
  font-weight: 500;
  color: var(--violet-color);
  text-decoration: none;
  border-right: 1px solid var(--grey-medium-color);
  border-bottom: 1px solid var(--grey-medium-color);
  transition: background var(--transition), color var(--transition);
  line-height: 1.4;
}

.js5skj:hover {
  background-color: var(--violet-light-color);
  color: var(--violet-accent-color);
  text-decoration: none;
}

.js5skj:nth-child(4n) {
  border-right: none;
}

@media (max-width: 992px) {
  .oobcgq {
    grid-template-columns: repeat(3, 1fr);
  }
  .js5skj:nth-child(4n) {
    border-right: 1px solid var(--grey-medium-color);
  }
  .js5skj:nth-child(3n) {
    border-right: none;
  }
}

@media (max-width: 600px) {
  .oobcgq {
    grid-template-columns: repeat(2, 1fr);
  }
  .js5skj:nth-child(3n) {
    border-right: 1px solid var(--grey-medium-color);
  }
  .js5skj:nth-child(2n) {
    border-right: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ===== LANGUAGE SWITCHER ===== */
.ozqx5b {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}

.ozqx5b a {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: var(--transition);
}

.ozqx5b a:hover,
.ozqx5b a.is-active {
  color: var(--white-color);
  text-decoration: none;
}

.ozqx5b span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

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