:root{
    @font-face {
    font-family: 'Bluecurve';
    src: url('../fonts/Bluecurve-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --cream: #fffdf9;
    --cream-btn: #fff9f1;
    --sand: #e7b77f;
    --brown: #5a3830;
    --shadow: #b8b8b8;
    --headline-font: 'Bluecurve', Arial, sans-serif;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:var'Bluecurve';
  color:var(--brown);
  background:var(--cream);
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto}
a{color:inherit}
.t-container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}
.t-col{width:100%}
.t-col_10{width:83.333333%;margin-left:auto;margin-right:auto}
.t-col_12{width:100%}
.t-prefix_1{margin-left:auto;margin-right:auto}
.t-align_center{text-align:center}
.t-margin_auto{margin-left:auto;margin-right:auto}

.t-title,.t-descr,.t-name,.t-text{font-family:var'Bluecurve', Arial, sans-serif}
.t-title{margin:0;font-weight:700}
.t-descr{margin:0}
.t-title_xl{font-size:72px;line-height:1.1}
.t-title_xxs{font-size:36px;line-height:1.23}
.t-title_sm{font-size:44px;line-height:1.2}
.t-descr_xl{font-size:24px;line-height:1.45}
.t-descr_xxxl{font-size:22px;line-height:1.45}
.t-descr_md{font-size:20px;line-height:1.45}
.t-name_xl{font-size:26px;line-height:1.2}

.rec-hero{height:50vh;min-height:420px}
.t-cover{height:50vh;min-height:420px;position:relative;overflow:hidden}
.t-cover__carrier{
  position:absolute;inset:0;
  height:100%;
  background-image:url("../images/hero.png");
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  background-attachment:scroll;
}
.t-cover__filter{
  position:absolute;inset:0;
  background:#000;
  opacity:.1;
}
.t-cover .t-container{position:relative;height:100%;z-index:2}
.t-cover__wrapper{
  height:50vh;min-height:420px;
  display:flex;align-items:center;justify-content:center;
}
.t216__wrapper{text-align:center}
.t216__title{
  color:var(--cream);
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1.5px;
  text-shadow:0 2px 5px rgba(0,0,0,.3);
}
.t216__descr{
  color:var(--cream);
  font-weight:700;
  text-transform:uppercase;
  text-shadow:0 1px 5px rgba(0,0,0,.3);
  max-width:500px;
  margin:0 auto;
}
.space{display:block;height:0}

.intro{padding:30px 0;background:var(--cream)}
.t474__descr{color:var(--brown);max-width:1000px}
.t474__descr .dash{font-family:Georgia,serif;line-height:14px;font-size:22px}

.tariffs-heading{padding:30px 0 15px;background:var(--sand)}
.t030__title,.t030__descr{color:var(--cream)}
.t030__descr{margin-top:12px}

.tariffs{padding:15px 0 60px;background:var(--sand)}
.t1032__row{display:flex;align-items:stretch;gap:20px}
.t1032__col{flex:1;min-width:0;display:flex}
.t1032__content{
  width:100%;
  background:var(--cream);
  display:flex;
  border-radius:0;
}
.t1032__wrapper{
  width:100%;
  display:flex;
  flex-direction:column;
  padding:28px 30px 30px;
}
.t1032__img{
  display:block;
  width:180px;height:180px;
  object-fit:cover;
  margin:0 auto 22px;
}
.t1032__img_circle{border-radius:50%}
.t-card__title{text-align:center;margin-bottom:18px}
.t-card__link{
  color:var(--brown);
  text-decoration:none;
  font-weight:700;
}
.t-card__link:hover{text-decoration:underline}
.t-card__descr{
  color:var(--brown);
  line-height:1.3;
  font-size:18px;
  flex:1;
}
.custom-text{font-size:18px}
.custom-text p{margin:0 0 16px;text-align:left}
.custom-text em{font-style:italic}
.custom-text ul{margin:0 0 20px;padding-left:25px;text-align:left}
.custom-text li{margin:0 0 12px;color:var(--brown)}
.custom-text strong{font-weight:700}
.t1032__buttonwrapper{margin-top:20px;text-align:center}
.t-btnflex{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  cursor:pointer;
  border:0;
}
.t-btnflex_type_button{
  color:#333;
  background:var(--cream-btn);
  border-radius:6px;
  box-shadow:0 3px 0 0 var(--shadow),0 5px 15px 0 rgba(0,0,0,.1);
  font-family:var(--headline-font),Arial,sans-serif;
  font-weight:400;
  font-size:18px;
  line-height:1.2;
  white-space:normal;
  padding:13px 28px;
  transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s;
  text-align:center;
}
.t-card__btn{max-width:100%}
.t-card__btn:hover,.t580 .t-btnflex:hover{
  transform:translateY(-1px);
  box-shadow:0 4px 0 0 var(--shadow),0 7px 18px 0 rgba(0,0,0,.12);
}
.t-card__btn:active,.t580 .t-btnflex:active{
  transform:translateY(1px);
  box-shadow:0 2px 0 0 var(--shadow),0 3px 10px 0 rgba(0,0,0,.1);
}

.free-review{padding:15px 0;background:var(--cream)}
.t580__title{color:var(--brown);margin:0 auto 14px}
.t580__descr{
  color:var(--brown);
  line-height:1.2;
  max-width:800px;
  padding:0;
  margin:0 auto;
  text-shadow:0 1px 1px rgba(0,0,0,.3);
}
.t580__buttons{margin-top:20px}
.t580__buttons-wrapper{margin:0 auto;text-align:center}
.t580 .t-btnflex{
  color:var(--cream);
  background:var(--sand);
  padding:10px 20px;
}

@media (max-width:960px){
  .t-container{max-width:960px;padding:0 20px}
  .t-title_xl{font-size:56px}
  .t-title_xxs{font-size:32px}
  .t-title_sm{font-size:38px}
  .t-descr_xl{font-size:22px}
  .t-descr_xxxl{font-size:20px}
  .t-descr_md{font-size:18px}
  .t-name_xl{font-size:24px}
  .t1032__row{gap:16px}
  .t1032__wrapper{padding:24px 20px 25px}
}
@media (max-width:640px){
  .t-container{padding:0 20px}
  .t-col_10{width:100%}
  .t-title_xl{font-size:38px;letter-spacing:1px}
  .t-title_xxs{font-size:28px}
  .t-title_sm{font-size:32px}
  .t-descr_xl{font-size:19px}
  .t-descr_xxxl{font-size:18px}
  .t-descr_md{font-size:17px}
  .t-name_xl{font-size:23px}
  .rec-hero,.t-cover,.t-cover__wrapper{min-height:360px}
  .t1032__row{display:flex;flex-direction:column;gap:15px}
  .t1032__col{width:100%}
  .t1032__img{width:160px;height:160px}
  .tariffs{padding-bottom:40px}
  .t1032__wrapper{padding:24px 22px 26px}
  .t-btnflex_type_button{font-size:17px;padding:12px 20px}
}
@media (max-width:420px){
  .t-container{padding:0 15px}
  .t-title_xl{font-size:32px}
  .t216__descr{font-size:18px}
  .t1032__img{width:145px;height:145px}
}
