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

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

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

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

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

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

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

.hhm4lw {
  width: 25%;
}

.zhq4y5 {
  width: 33.3333%;
}

.yacqms {
  width: 41.666667%;
}

.caqz62 {
  width: 50%;
}

.aik034 {
  width: 100%;
}

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

.vyf1g2 {
  flex: 1;
}

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

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

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

  .b6qmba {
    width: 58.3333%;
  }

  .iyi0mp {
    width: 50%;
  }

  .joaqkq {
    width: 41.6666%;
  }

  .gotrsh {
    flex-direction: row;
  }
}

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

  .oixu0i {
    width: 58.3333%;
  }

  .twzdrz {
    width: 41.6666%;
  }

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

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

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

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

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

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

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

.xk6d4w:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

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

.qj64fn {
  flex-shrink: 0;
}

.qj64fn .db1dnw {
  padding-left: 42px;
  padding-right: 42px;
}

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

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

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

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

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

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

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

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

.bwl0pp.cg3djp .k29brx {
  border-color: var(--violet-color);
}

.bwl0pp.ptjfb6 .k29brx {
  border-color: var(--green-color);
}

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

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

.vneorm .k29brx:first-child::before,
.vneorm .k29brx:last-child::before,
.a287v8 .k29brx:first-child::before {
  content: '';
  position: absolute;
  width: 62px;
  height: 58px;
}

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

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

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

.bwl0pp.ptjfb6 .vneorm .k29brx:first-child::before {
  background-image: url(../images/arrow-3.svg);
}

.bwl0pp.ptjfb6 .vneorm .k29brx:last-child::before {
  background-image: url(../images/arrow-4.svg);
}

.bwl0pp.ptjfb6 .a287v8 .k29brx:first-child::before {
  background-image: url(../images/arrow-3.svg);
}

.vneorm .k29brx:last-child,
.a287v8 .k29brx:last-child { 
  margin-left: auto;
}

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

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

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

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

.briq4v {
  flex: 1;
}

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

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

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

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

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

.y378dx {
  margin-top: 20px;
}

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

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

.cke1jv {
  margin: 20px 0;
}

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

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

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


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

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

.n5msuc {
  margin: 0 15px;
}

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

.rtqh0t:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sbb8li {
  margin-top: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

.rvs73c {
  display: flex;
}

.v8orjf {
  text-align: center;
}

.czv1zg {
  align-items: center;
} 

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

.k6v7yx {
  justify-content: center;
}

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

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

  .vneorm .k29brx:first-child::before,
  .a287v8 .k29brx:first-child::before {
    left: 50px;
  }

  
}

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

  .vneorm .k29brx:first-child::before,
  .a287v8 .k29brx:first-child::before {
    left: 0;
  }

  .ijt9df {
    display: inline-flex;
  }

  .n7geuu {
    height: 90px;
  }

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

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

  .giq420 ul {
    display: block;
  }

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

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

  .qj64fn {
    display: none;
  }

  .qj64fn .db1dnw {
    width: 180px;
  }

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

  .fp5h66 {
    margin-right: 0;
  }
}

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

  .xf10xd {
    margin-bottom: 30px;
  }

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

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

  .vnvfba {
    margin-right: 5px;
  }

  .c4z8ga {
    width: 152px;
  }

  .fp9x9b {
    margin-bottom: 30px;
  }

  .nmc3dl,
  .t0ji8o {
    margin-bottom: 25px;
    text-align: center;
  }

  .fp5h66 {
    display: none;
  }

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

  .dxxmh1,
  .jwjn33 {
    text-align: center;
  }

  .s8hger {
    padding: 80px 0;
  }

  

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

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

  .xk6d4w {
    max-width: 69px;
  }

  .z4zmiv {
    text-align: center;
  }

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

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

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

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

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

  .vneorm, .a287v8 {
    width: 100%;
    margin: 0;
  }

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

  .bwl0pp.ptjfb6 .vneorm .k29brx:last-child::before {
    background-image: url(../images/arrow-3.svg);
    left: -20px;
    bottom: 0;
    top: calc(100% - 15px);
  }

  .vneorm .k29brx:first-child::before,
  .a287v8 .k29brx:first-child::before {
    top: calc(100% - 15px);
    left: -20px;
  }

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

  .k29brx::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;
  }

  

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

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

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

  .qj64fn .db1dnw {
    width: 114px;
  }

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

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

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

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

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

  .k29brx {
    padding: 15px;
  }

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

  .o64ipp {
    width: 100%;
  }

  .iado4m {
    margin-right: 10px;
  }

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

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

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

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

  .hrfoo2 {
    padding: 30px 25px;
  }

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

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

  .dxxmh1 {
    margin-bottom: 20px;
  }

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

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

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

  

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

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

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

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

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

  

  

  

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

  


  

  

  

  

  


  

  

  
  
  
  
  

  .rtqh0t {
    max-width: 98px;
  }

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

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

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

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

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

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

  .n5msuc {
    margin: 0;
  }

  .sbb8li {
    margin-top: 40px;
  }

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

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

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

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

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

  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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