/* variables */
:root {
    /* Theme colors */
    --main-color: rgb(227 33 25);
    --body-color: rgb(23 23 23);
    --title-color: rgb(48 48 48);
    --white-color: rgb(255 255 255);
    --color-grey-light: rgba(244, 244, 244, 1);
    --color-grey: rgba(157, 157, 157, 1);
    --color-grey2: rgba(116, 116, 116, 1);
    --color-grey3: rgba(239, 239, 239, 1);
    --color-grey4: rgba(169, 169, 169, 1);
    --color-grey5: rgba(177, 177, 177, 1);
    --color-grey6: rgba(126, 126, 126, 1);
    --color-grey7: rgba(88, 88, 88, 1);
    --color-grey8: rgba(164, 164, 164, 1);
    --color-grey9: rgba(180, 180, 180, 1);
    --color-grey10: rgba(179, 179, 179, 1);
    --color-grey11: rgba(162, 162, 162, 1);
}
body {
  font-family: "SF Pro Display",sans-serif;
  background: var(--white-color);
  color: var(--body-color);
}
.container4 {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  width:100%;
  padding-right:calc(var(--bs-gutter-x) * .5);
  padding-left:calc(var(--bs-gutter-x) * .5);
  margin-right:auto;margin-left:auto
}
@media (min-width:576px) {
  .container4 {max-width:540px}
}
@media (min-width:768px) {
  .container4 {max-width:720px}
}
@media (min-width:992px) {
  .container4 {max-width:960px}
}
@media (min-width:1200px) {
  .container4 {max-width:1140px}
}
@media (min-width:1400px) {
  .container4 {max-width:1320px;height:100%}
}
.row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display:flex;
  flex-wrap:wrap;
  margin-top:calc(-1 * var(--bs-gutter-y));
  margin-right:calc(-.5 * var(--bs-gutter-x));
  margin-left:calc(-.5 * var(--bs-gutter-x))
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.mb-0 {margin-bottom:0!important}
.mb-1 {margin-bottom:.25rem!important}
.mb-2 {margin-bottom:.5rem!important}
.mb-3 {margin-bottom:1rem!important}
.mb-4 {margin-bottom:1.5rem!important}
.mb-5 {margin-bottom:2.25rem!important}
.mb-6 {margin-bottom:3rem!important}
.mb-7 {margin-bottom:3.5rem!important}
.mb-auto {margin-bottom:auto!important}
.mt-0 {margin-top:0!important}
.mt-1 {margin-top:.25rem!important}
.mt-2 {margin-top:.5rem!important}
.mt-3 {margin-top:1rem!important}
.mt-4 {margin-top:1.5rem!important}
.mt-5 {margin-top:2.25rem!important}
.mt-6 {margin-top:3rem!important}
.mt-7 {margin-top:3.5rem!important}
.me-0 {margin-right:0!important}
.me-1 {margin-right:.25rem!important}
.me-2 {margin-right:.5rem!important}
.me-3 {margin-right:1rem!important}
.me-4 {margin-right:1.5rem!important}
.me-5 {margin-right:3rem!important}
.ms-0 {margin-left:0!important}
.ms-1 {margin-left:.25rem!important}
.ms-2 {margin-left:.5rem!important}
.ms-3 {margin-left:1rem!important}
.ms-4 {margin-left:1.5rem!important}
.ms-5{margin-left:3rem!important}
.ms-11{margin-left:6rem!important}
.g-2,.gx-2 {--bs-gutter-x:0.5rem}
.g-2,.gy-2 {--bs-gutter-y:0.5rem}
@media (min-width:768px) {
  .col-md {flex:1 0 0%}
  .col-md-auto {flex:0 0 auto;width:auto}
  .col-md-1 {flex:0 0 auto;width:8.33333333%}
  .col-md-2 {flex:0 0 auto;width:16.66666667%}
  .col-md-3 {flex:0 0 auto;width:25%}
  .col-md-4 {flex:0 0 auto;width:33.33333333%}
  .col-md-5 {flex:0 0 auto;width:41.66666667%}
  .col-md-6 {flex:0 0 auto;width:50%}
  .col-md-7 {flex:0 0 auto;width:58.33333333%}
  .col-md-8 {flex:0 0 auto;width:66.66666667%}
  .col-md-9 {flex:0 0 auto;width:75%}
  .col-md-10 {flex:0 0 auto;width:83.33333333%}
  .col-md-11 {flex:0 0 auto;width:91.66666667%}
  .col-md-12{flex:0 0 auto;width:100%}
}
.d-flex {display:flex!important}
.flex-row {flex-direction:row!important}
.flex-column {flex-direction:column!important}
.justify-content-start {justify-content:flex-start!important}
.justify-content-end {justify-content:flex-end!important}
.justify-content-center {justify-content:center!important}
.justify-content-between {justify-content:space-between!important}
.justify-content-around {justify-content:space-around!important}
.justify-content-evenly {justify-content:space-evenly!important}
.form-card .f40 {
    position: relative;
    top: -162px;
    font-size: 2.5rem;
    line-height: 2.5rem;
    color: var(--white-color);
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
}
.form-card .f36 {
  font-size: 2.25rem;
  position: relative;
  top: -174px;
  line-height: 2.25rem;
  color: var(--white-color);
  font-weight: 400;
  margin-right: auto;
  text-align: left;
  margin-left: 74px;
}
.two-btn {
    position: relative;
    top: -130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.btn-white {
    width: 175px;
    height: 59px;
    border-radius: 44px;
    background: var(--white-color);
}
.btn-white2 {
    width: 207px;
    height: 59px;
    border-radius: 44px;
    background: var(--white-color);
    float: right;
}
.check.icon {
    position: absolute;
    margin-left: 28px;
    margin-top: 18px;
    background: var(--main-color);
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.check.icon:after {
    position: absolute;
    content: "";
    margin-left: 6px;
    margin-top: 7px;
    width: 8px;
    height: 5px;
    color: var(--white-color);
    border-bottom: solid 2px currentColor;
    border-left: solid 2px currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.two-btntext {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    margin-left: 4.2rem;
}
.f12 {
  font-size: 0.75rem;
  color: var(--color-grey7);
  font-weight: 500;
}
.f20 {
  font-size: 1.25rem;
  color: var(--body-color);
  font-weight: 600;
  margin: -4px 0;
}
section.form-section {
    background: var(--color-grey-light);
    padding-bottom: 140px;
}
h1.section-title {
  font-size: 6.5rem;
  font-weight: 600;
  line-height: 3.5rem;
  padding-top: 4rem;
}
p.subtitle {
    font-size: 2.625rem;
    line-height: 2.5rem;
    margin-bottom: 100px;
}
.form-card {
    background: var(--white-color);
    border-radius: 28px;
    border-top: 28px solid var(--main-color);
    box-shadow: 0px 31.33px 25.06px 0px rgb(0 0 0 / 11%);
}
.b-img {
    background: url(/wa-data/public/site/themes/4izmerenie/pic/bonus/img1.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    background-position: center;
    margin-left: -3px;
    margin-top: -28px;
    border-radius: 28px;
}
.form-right form {
    max-width: 600px;
    margin: 46px auto 66px;
}
.form-right .form-control {
    padding: 12px;
    border-radius: 12px;
    background: var(--color-grey3);
    border: 1px solid var(--color-grey4);
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1.875rem;
    color: var(--color-grey5);
    font-weight: 400;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: var(--color-grey5);
}
:-moz-placeholder { /* Firefox 4 to 18 */
   color:  var(--color-grey5);
   opacity:  1;
}
::-moz-placeholder { /* Firefox 19+ */
   color:  var(--color-grey5);
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: var(--color-grey5);
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: var(--color-grey5);
}
::placeholder {
   color: var(--color-grey5);
}
.form-select {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 1.875rem;
    color: var(--color-grey5);
    font-weight: 400;
    line-height: 1.5;
    background: var(--color-grey3);
    border: 1px solid var(--color-grey4);
    border-radius: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-right select {
    letter-spacing: inherit;
    word-spacing: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.form-right select.form-select {
    padding-right: 1.2em;
    background-repeat: no-repeat;
    background-size: 1.25em auto;
    background-image: url(/wa-data/public/site/themes/4izmerenie/pic/bonus/select-arrow.svg);
}
.form-right .col-md-6 input[type="date"] {
    line-height: 1.44;
}
.form-right p {
    color: var(--color-grey6);
    font-size: 1rem;
    margin: 0.5rem 0 0 0.9rem;
    line-height: 1rem;
}
button.btn.bg-main-color {
    width: 100%;
    height: 64px;
    border-radius: 53px;
    background: var(--main-color);
    font-size: 1.375rem;
    color: var(--white-color);
    max-width: 301px;
    text-transform: capitalize;
}
.form-right p.smallest {
  font-size: 0.75rem;
  margin: 1rem;
}
.form-right p.smallest a {
    color: var(--color-grey6);
}
.form-right p.smallest a:hover {
    color: var(--main-color);
}
button.btn.bg-main-color:hover {
  background: rgba(224, 10, 23, 1);
}
section.loyalty {
    background: url(/wa-data/public/site/themes/4izmerenie/pic/bonus/img2.jpg);
    height: 1424px;
    background-position: center;
    background-repeat: no-repeat;
}
span.f52.bg-main-color {
    top: 212px;
    position: relative;
    background: var(--main-color);
    color: var(--white-color);
    width: 233px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 3.25rem;
    font-weight: 600;
    border-radius: 61px;
    margin-left: 2rem;
}
.loyalty h2.f108 {
    font-size: 6.75rem;
    line-height: 6rem;
    margin-left: 2rem;
    color: var(--white-color);
    top: 264px;
    position: relative;
}
.loyalty p.f42 {
    position: relative;
    max-width: 448px;
    margin-left: 2rem;
    top: 320px;
    font-size: 2.625rem;
    line-height: 2.875rem;
    color: var(--white-color);
    font-weight: 400;
}
.btn-white3 {
    position: relative;
    top: 58px;
    width: 250px;
    height: 70px;
    border-radius: 25px;
    background: var(--white-color);
    display: flex;
    flex-direction: column;
    margin-left: auto;
    align-items: center;
    justify-content: center;
    margin-right: 98px;
}
.loyalty p.f16 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}
span.f16.main-color {
    font-size: 1rem;
    font-weight: 600;
    color: var(--main-color);
}
.b-text {
    position: relative;
    top: 162px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 77px;
    max-width: 290px;
}
.loyalty p.f22 {
    font-size: 1.375rem;
    color: var(--white-color);
}
.loyalty p.f128 {
    font-size: 8rem;
    line-height: 7rem;
    color: var(--white-color);
    font-weight: 600;
}
.loyalty p.f54 {
    font-size: 3.375rem;
    color: var(--white-color);
    font-weight: 600;
    line-height: .5rem;
}
.loyalty .f25 {
    position: relative;
    bottom: -868px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-left: auto;
    margin-right: 68px;
    max-width: 312px;
    font-size: 1.5625rem;
    color: var(--white-color);
    font-weight: 600;
}
.loyalty-m {
  display: none;
}
section.status-section {
    padding: 116px 0 68px;
}
h3.section-title {
    font-size: 6.75rem;
    line-height: 8.875rem;
}
.top-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding-top: 4.5rem;
}
.top-info .f20.t1 {
    padding: 0 32px;
    border-radius: 36px 36px 0 0;
    border: 1px solid currentColor;
    height: 64px;
    display: flex;
    align-items: center;
    box-shadow: 0px 42.02px 33.62px 12px rgb(0 0 0 / 11%);
}
.top-info .f20.t2 {
    padding: 0 32px;
    border-radius: 36px 36px 0 0;
    border: 1px solid var(--white-color);
    background: var(--color-grey-light);
    height: 64px;
    display: flex;
    align-items: center;
    box-shadow: 0px 42.02px 33.62px 12px rgb(0 0 0 / 11%);
}
.status-main {
    position: relative;
    height: 202px;
    background: linear-gradient(99.52deg, rgba(102, 102, 102, 1) -12.39%, rgba(0, 0, 0, 1) 84.17%);
    color: var(--white-color);
    border-radius: 36px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 42.02px 33.62px 0px rgb(0 0 0 / 11%);
}
.status-main .badge-new {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--main-color);
    height: 50px;
    color: var(--white-color);
    padding: 5px 38px;
    border-radius: 0 36px 0 30px;
    font-size: 1.25rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}
span.status-badge.f20 {
    position: relative;
    top: 30px;
    left: 11px;
    border-radius: 30px;
    border: 1px solid var(--white-color);
    color: var(--white-color);
    font-size: 1.25rem;
    font-weight: 400;
    padding: 2px 14px;
}
p.f60 {
    font-size: 3.75rem;
    line-height: 3.5rem;
    position: relative;
    top: 5px;
    left: 11px;
}
.ol {
    display: flex;
    align-items: flex-end;
}
.check.icon2 {
    position: absolute;
    margin-left: 38px;
    margin-top: 5px;
    background: var(--main-color);
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.check.icon2:after {
    position: absolute;
    content: "";
    margin-left: 9px;
    margin-top: 11px;
    width: 14px;
    height: 8px;
    color: var(--white-color);
    border-bottom: solid 3px currentColor;
    border-left: solid 3px currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
p.f20.color2 {
    color: var(--color-grey);
}
p.f30.color3 {
    color: var(--white-color);
    margin: 13px 0;
    font-size: 1.875rem;
    font-weight: 600;
}
.unavailable.icon {
    position: absolute;
    margin-left: 38px;
    margin-top: 5px;
    background: var(--color-grey8);
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.unavailable.icon:before {
    position: absolute;
    content: "";
    margin-left: 9px;
    margin-top: 11px;
    width: 18px;
    color: var(--white-color);
    border-bottom: solid 3px currentColor;
    height: 8px;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0px;
}
.unavailable.icon:after {
    position: absolute;
    content: "";
    margin-left: 6px;
    margin-top: 11px;
    width: 18px;
    color: var(--white-color);
    border-bottom: solid 3px currentColor;
    height: 8px;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 0px;
}
.split-card {
    display: none;
}
.status-card {
  background: var(--white-color);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 15px rgba(0,0,0,0.1);
  margin-bottom: 20px;
  transition: transform 0.3s ease;
  box-shadow: 0px 31.33px 25.06px 0px rgb(0 0 0 / 11%);
}
.status-card:hover {
  transform: translateY(-5px);
}
.status-card .card-header {
  background: linear-gradient(64deg, #666666 -12%, #000000 88%);
  color: var(--white-color);
  padding: 15px;
  font-size: 1.2rem;
  font-weight: 600;
  height: 227px;
}
.card-header span.status-badge {
    position: relative;
    top: 26px;
    left: 28px;
    border-radius: 30px;
    border: 1px solid var(--white-color);
    color: var(--white-color);
    font-weight: 400;
    padding: 2px 14px;
    font-size: 0.875rem;
}
span.status-color1 {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 47px;
    float: right;
    top: 3px;
    right: 3px;
    background-image: url(/wa-data/public/site/themes/4izmerenie/pic/bonus/bronze.png);
    border-radius: 50%;
}
.card-header p.f44 {
    font-size: 2.75rem;
    line-height: 2.75rem;
    margin: 40px 0 0 28px;
}
.card-header .f16.color2 {
    color: var(--color-grey9);
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1rem;
    margin: 20px 0 0 30px;
}
.card-header .f16.color2.sm {
    margin: 3px 0 0 30px;
}
.card-header .f16.color3 {
    color: var(--white-color);
    font-size: 0.9375rem;
    font-weight: 600;
    margin: 2px 0 0 30px;
    line-height: 1rem;
}
.card-header span.f16.color3 {
    margin: 0;
}
.status-card .card-body {
    padding: 20px;
    height: 252px;
    border-bottom: 26px solid var(--main-color);
}
.card-info {
    margin: 24px 0 0 24px;
}
.card-info .f16.color4 {
    color: var(--color-grey2);
    font-size: 0.9375rem;
    line-height: 1rem;
}
.card-info .f20.color0 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 700;
}
.accrual {
    margin-left: 50px;
}
.check.icon3 {
    position: absolute;
    margin-left: 0;
    margin-top: 10px;
    background: var(--main-color);
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
.check.icon4 {
    position: absolute;
    margin-left: 0;
    margin-top: 30px;
    background: var(--main-color);
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
.check.icon3:before, .check.icon4:before {
    position: absolute;
    content: "";
    margin-left: 7px;
    margin-top: 8px;
    width: 12px;
    height: 7px;
    color: var(--white-color);
    border-bottom: solid 3px currentColor;
    border-left: solid 3px currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
span.status-color2 {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 47px;
    float: right;
    top: 3px;
    right: 3px;
    background-image: url(/wa-data/public/site/themes/4izmerenie/pic/bonus/silver.png);
    border-radius: 50%;
}
span.status-color3 {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 47px;
    float: right;
    top: 3px;
    right: 3px;
    background-image: url(/wa-data/public/site/themes/4izmerenie/pic/bonus/gold.png);
    border-radius: 50%;
}
span.status-color4 {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 47px;
    float: right;
    top: 3px;
    right: 3px;
    background-image: url(/wa-data/public/site/themes/4izmerenie/pic/bonus/platinum.png);
    border-radius: 50%;
}
.status-card p {
  margin: 8px 0;
}
.highlight {
  color: var(--main-color);
  font-weight: 600;
}
.write-off {
    padding: 8px 0 0 0;
    margin-left: 50px;
    max-width: 180px;
}
.footer-note {
  font-size: 1.25rem;
  margin-top: 60px;
  color: var(--body-color);
}
.footer-note span {
  color: var(--main-color);
  font-weight: 600;
}
section.final-section.b-img2 {
    background: url(/wa-data/public/site/themes/4izmerenie/pic/bonus/img3.jpg);
    background-repeat: no-repeat;
    height: 900px;
    background-position: center;
}
.final-section .f35 {
    font-size: 2.1875rem;
    line-height: 2.5rem;
    color: var(--white-color);
    margin: 206px 0 10px 28px;
}
.final-section .f160 {
    font-size: 10rem;
    line-height: 2.5rem;
    color: var(--white-color);
    margin: 56px 0 10px 28px;
    font-weight: 600;
}
.final-section .f90 {
    font-size: 3.625rem;
    line-height: 4rem;
    color: var(--white-color);
    margin: 56px 0 10px 28px;
    font-weight: 600;
}
.logo-big {
    background: url(/wa-data/public/site/themes/4izmerenie/pic/bonus/logo_big.svg);
    width: 100%;
    height: 40px;
    background-repeat: no-repeat;
    margin: 70px 0 10px 28px;
}
.footer {
    margin-top: 0;
}
.sm-block {
  display: none;
}
.form-right .form-control.error_border {
    border: 1px solid var(--main-color);
}
@media (max-width:1399px) {
  .form-card .f36 {
    margin-left: 36px;
  }
  .btn-white3 {
    margin-right: 15px;
  }
  .b-text {
    margin-right: -5px;
  }
  .loyalty .f25 {
    margin-left: 0;
    margin-right: -12px;
    float: right;
  }
  .top-info .f20.t1 {
    padding: 0 18px;
  }
  p.f30.color3 {
    font-size: 1.5rem;
  }
  .f20 {
    font-size: 1rem;
  }
  .ms-11 {
    margin-left: 5rem!important;
  }
  .card-header span.status-badge {
    left: 16px;
  }
  .card-header p.f44 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin: 40px 0 0 16px;
  }
  .card-header .f16.color2 {
    margin: 20px 0 0 16px;
  }
  .card-header .f16.color3 {
    margin: 2px 0 0 16px;
  }
  .card-header .f16.color2.sm {
    margin: 3px 0 0 16px;
  }
  .card-info {
    margin: 24px 0 0 10px;
  }
  .card-info .f20.color0 {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
  .write-off {
    padding: 12px 0 0 0;
  }
  .card-info .f16.color4 {
    line-height: .5rem;
  }
}
@media (max-width:1200px) {
  section.form-section {
    padding-bottom: 120px;
  }
  h1.section-title {
    font-size: 4rem;
    line-height: 1.5rem;
  }
  p.subtitle {
    font-size: 2rem;
    line-height: .5rem;
    margin-bottom: 80px;
  }
  .form-card .f40 {
    top: -148px;
    font-size: 2rem;
    line-height: 2rem;
    margin-left: 36px;
  }
  .form-card .f36 {
    top: -160px;
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
  .two-btn {
    top: -136px;
    margin-left: 36px;
  }
  .two-btntext {
    padding: 3px 0;
    margin-left: 2.625rem;
  }
  .btn-white {
    width: 114px;
    height: 40px;
  }
  .btn-white2 {
    width: 134px;
    height: 40px;
  }
  .mb-5 {
    margin-bottom: 1.75rem!important;
  }
  .form-control, .form-select {
    font-size: 1.25rem;
  }
  .form-right form {
    margin: 46px 38px 66px;
  }
  .check.icon {
    margin-left: 16px;
    margin-top: 14px;
    width: 14px;
    height: 14px;
  }
  .check.icon:after {
    margin-left: 4px;
    margin-top: 5px;
    width: 7px;
    height: 4px;
  }
  .f12 {
    font-size: 0.625rem;
  }
  .two-btntext .f20 {
    font-size: 0.875rem;
    margin: -7px 0;
  }
  button.btn.bg-main-color {
    height: 50px;
    font-size: 1.25rem;
  }
  .form-right p.smallest {
    margin: 0 1rem;
  }
  section.loyalty {
    background: url(/wa-data/public/site/themes/4izmerenie/pic/bonus/img4.jpg);
    height: 1289px;
  }
  span.f52.bg-main-color {
    top: 106px;
    width: 172px;
    height: 60px;
    font-size: 2.375rem;
    margin-left: 0;
  }
  .loyalty h2.f108 {
    font-size: 5rem;
    line-height: 4.5rem;
    margin-left: 0;
    top: 145px;
  }
  .loyalty p.f42 {
    max-width: 340px;
    margin-left: 0;
    top: 188px;
    font-size: 2rem;
    line-height: 2rem;
  }
  .btn-white3 {
    margin-right: 36px;
  }
  .b-text {
    margin-right: 14px;
  }
  .loyalty .f25 {
        margin-right: 8px;
    bottom: -776px;
  }
  section.status-section {
    padding: 102px 0 68px;
  }
  h3.section-title {
    font-size: 5rem;
    line-height: 5rem;
  }
  p.subtitle {
    line-height: 3.5rem;
  }
  .form-card {
    border-radius: 22px;
    border-top: 22px solid var(--main-color);
  }
  .b-img {
    margin-top: -22px;
    border-radius: 22px;
  }
  .top-info {
    padding-top: 2.5rem;
  }
  .top-info .f20.t1, .top-info .f20.t2 {
    height: 45px;
    font-size: 0.875rem;
    padding: 0 30px;
    border-radius: 24px 24px 0 0;
  }
  .status-main {
    height: 140px;
    border-radius: 24px;
  }
  .row.mt-5.ol {
    margin-top: 0.75rem!important;
  }
  .top-info .f20 {
    margin: -2px 0;
  }
  .status-main .badge-new {
    height: 34px;
    padding: 4px 32px;
    font-size: 0.875rem;
    border-radius: 0 24px 0 21px;
  }
  span.status-badge.f20 {
    top: 12px;
    left: 16px;
    border-radius: 30px;
    font-size: 0.875rem;
  }
  p.f60 {
    font-size: 2.625rem;
    line-height: 2.625rem;
    left: 16px;
    margin: 0 0 1rem 0;
  }
  .check.icon2 {
    margin-left: 30px;
    margin-top: 8px;
    width: 22px;
    height: 22px;
  }
  .check.icon2:after {
    margin-left: 5px;
    margin-top: 6px;
    width: 12px;
    height: 7px;
    border-bottom: solid 2px currentColor;
    border-left: solid 2px currentColor;
  }
  .ms-11 {
    margin-left: 4.5rem!important;
  }
  .ms-11 .f20 {
    font-size: 0.8125rem;
  }
  p.f30.color3 {
    margin: 3px 0;
    font-size: 1.25rem;
  }
  .unavailable.icon {
    margin-left: 30px;
    margin-top: 8px;
    width: 22px;
    height: 22px;
  }
  .unavailable.icon:before {
    margin-left: 7px;
    margin-top: 8px;
    width: 11px;
    border-bottom: solid 2px currentColor;
    height: 5px;
  }
  .unavailable.icon:after {
    margin-left: 4px;
    margin-top: 8px;
    width: 12px;
    border-bottom: solid 2px currentColor;
    height: 5px;
  }
  .status-card .card-header {
    height: 159px;
  }
  .card-header span.status-badge {
    top: 13px;
    font-size: 0.625rem;
  }
  span.status-color1, span.status-color2, span.status-color3, span.status-color4 {
    width: 33px;
    height: 33px;
    top: 1px;
    background-position: center;
    background-size: cover;
  }
  .status-card {
    border-radius: 18px;
  }
  .card-header p.f44 {
    font-size: 1.875rem;
    line-height: 1.875rem;
    margin: 22px 0 0 16px;
  }
  .card-header .f16.color2 {
    margin: 12px 0 0 16px;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
  }
  .card-header .f16.color3 {
    font-size: 0.6875rem;
    line-height: 0.6875rem;
  }
  .status-card .card-body {
    height: 175px;
    border-bottom: 16px solid var(--main-color);
  }
  .card-info {
    margin: 8px 0 0 10px;
  }
  .check.icon3 {
    margin-top: 6px;
    width: 17px;
    height: 17px;
  }
  .check.icon3:before, .check.icon4:before {
    margin-left: 5px;
    margin-top: 5px;
    width: 8px;
    height: 5px;
    border-bottom: solid 2px currentColor;
    border-left: solid 2px currentColor;
  }
  .accrual {
    margin: 12px 0 0 32px;
  }
  .card-info .f16.color4 {
    font-size: 0.6875rem;
  }
  .card-info .f20.color0 {
    font-size: 1rem;
    line-height: 1rem;
  }
  .check.icon4 {
    margin-top: 22px;
    width: 17px;
    height: 17px;
  }
  .write-off {
    padding: 5px 0 0 0;
    margin-left: 32px;
    max-width: 118px;
  }
  .highlight {
    font-weight: 700;
  }
  .footer-note {
    font-size: 0.875rem;
    margin-top: 32px;
    font-weight: 600;
  }
  section.final-section.b-img2 {
    height: 594px;
    background-size: cover;
  }
  .final-section .f35 {
    font-size: 1.75rem;
    line-height: 2rem;
    margin: 140px 0 10px 28px;
    max-width: 340px;
  }
  .final-section .f160 {
    font-size: 7.5rem;
    margin: 38px 0 10px 28px;
  }
  .final-section .f90 {
    font-size: 2.625rem;
    line-height: 2rem;
    margin: 44px 0 10px 28px;
  }
  .logo-big {
    width: 100%;
    height: 34px;
    margin: 65px 0 10px 28px;
    background-size: contain;
  }
}
@media (max-width:1100px) {
  section.loyalty {
    height: 1100px;
    background-size: cover;
  }
  .btn-white3 {
    margin-right: 56px;
  }
  .b-text {
    margin-right: 40px;
  }
  .loyalty .f25 {
    margin-right: 35px;
    bottom: -682px;
  }
}
@media (max-width:1060px) {
  .btn-white3 {
    margin-right: 74px;
  }
  .b-text {
    margin-right: 54px;
  }
  .loyalty .f25 {
    bottom: -632px;
  }
}
@media (max-width:1060px) {
  .loyalty .f25 {
      bottom: -610px;
      margin-right: 40px;
  }
}
@media (max-width:991px) {
  .mb-6 {
    margin-bottom: 1.5rem!important;
  }
  p.subtitle {
    margin-bottom: 40px;
  }
  .form-card .f40 {
    top: -120px;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-left: 26px;
  }
  .form-card .f36 {
    top: -132px;
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-left: 26px;
  }
  .two-btn {
    top: -110px;
    margin-left: auto;
    margin-right: auto;
  }
  .form-right form {
    margin: 46px 22px;
  }
  .form-control, .form-select {
    font-size: 1rem;
  }
  .form-right p {
    font-size: .75rem;
    margin: 0.25rem 0 0 0.9rem;
    line-height: .75rem;
  }
  button.btn.bg-main-color {
    height: 40px;
    font-size: 0.875rem;
  }
  .form-right p.smallest {
    margin: 0.25rem 0.5rem;
    font-size: 0.625rem;
    line-height: 0.625rem;
  }
  section.loyalty {
    height: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
  }
  span.f52.bg-main-color {
    top: 90px;
    width: 143px;
    height: 50px;
    font-size: 1.75rem;
  }
  .loyalty h2.f108 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
  .loyalty p.f42 {
    max-width: 250px;
    top: 176px;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .btn-white3 {
    margin-right: -32px;
  }
  .b-text {
    margin-right: -50px;
    top: 122px;
  }
  .loyalty .f25 {
    margin-right: -56px;
  }
  section.status-section {
    padding: 82px 0 6px;
  }
  h3.section-title {
    font-size: 3.5rem;
    line-height: 3rem;
  }
  p.subtitle {
    line-height: 2.5rem;
    font-size: 1.5rem;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .top-info, .status-main {
    display: none;
  }
  .split-card {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 5px;
  }
  .split-left {
    background: var(--white-color);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    box-shadow: 0px 31.33px 25.06px 0px rgb(0 0 0 / 11%);
    width: 50%;
  }
  .split-left .split-top {
    background: linear-gradient(64deg, #666666 -12%, #000000 88%);
    color: var(--white-color);
    padding: 15px;
    font-size: 1.2rem;
    font-weight: 600;
    height: 100px;
  }
  .split-left .split-body {
    height: 184px;
    border-bottom: 16px solid var(--main-color);
    padding: 16px 0;
  }
  .split-left span.status-badge.f20 {
    top: 5px;
    font-size: 0.625rem;
  }
  .split-left p.f60 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .split-left .bonus-text {
    margin: 3px 0 12px 0;
    display: flex;
    align-items: center;
    height: 32px;
  }
  .split-left .check.icon2, .unavailable.icon {
    margin-top: 0px;
    width: 17px;
    height: 17px;
  }
  .split-left .check.icon2:after {
    margin-left: 5px;
    margin-top: 5px;
    width: 8px;
    height: 5px;
  }
  .split-left p.f20.color2 {
    color: var(--color-grey2);
    font-size: 0.6875rem;
    font-weight: 500;
  }
  .split-left p.f20.color0 {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700;
  }
  .split-left .unavailable.icon:before {
    margin-left: 5px;
    margin-top: 5px;
    width: 9px;
  }
  .split-left .unavailable.icon:after {
    margin-left: 3px;
    margin-top: 5px;
    width: 9px;
  }
  .split-left .ms-11 {
    margin-left: 3.85rem!important;
  }
  .split-right {
    width: 45%;
    background: var(--white-color);
    background: var(--color-grey-light);
    border-radius: 0 12px 12px 0;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    margin-bottom: 20px;
    height: 230px;
    margin: 0 -24px;
    padding: 10px;
  }
  .split-right .split-top {
    padding: 4px 24px;
    max-width: 250px;
    margin-left: auto;
  }
  .split-right .split-body {
    height: 78px;
    background: var(--main-color);
    width: 119%;
    margin: 10px 0 0 -10px;
    border-radius: 0 20px 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 1.0625rem;
    font-weight: 600;
    box-shadow: 0px 23.26px 18.61px 0px rgb(0 0 0 / 11%);
  }
  .split-right .badge-new {
    margin-left: auto;
    margin-right: auto;
  }
  .split-right .split-footer {
    max-width: 250px;
    margin-left: auto;
  }
  .split-right .split-footer p {
      line-height: 1rem;
      padding: 22px 24px;
  }
  .status-card {
    margin-bottom: 25px;
  }
  .footer-note {
    margin-top: 0px;
  }
  section.final-section.b-img2 {
    height: 400px;
  }
  .sm-none {
    display: none;
  }
  .sm-block {
    display: block;
  }
  .logo-big {
    height: 22px;
    margin: 80px 0 10px 0px;
  }
  .final-section .f35 {
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin: 28px 0 10px 0px;
  }
  .final-section .f160 {
    font-size: 4.125rem;
    margin: 18px 0 10px 0;
  }
  .final-section .f90 {
    font-size: 2.125rem;
    line-height: 2.5rem;
    margin: 16px 0 10px 0;
  }
}
@media (max-width:921px) {
  .btn-white3 {
    margin-right: -16px;
  }
  .b-text {
    margin-right: -32px;
    top: 100px;
  }
  .loyalty .f25 {
    margin-right: -40px;
    bottom: -548px;
  }
}
@media (max-width:899px) {
  .loyalty .f25 {
    font-size: 1.2rem;
    margin-right: 0px;
    bottom: -526px;
  }
}
@media (max-width:899px) {
  section.form-section {
    padding-bottom: 60px;
  }
  span.f52.bg-main-color {
      top: 80px;
      width: 100px;
      height: 34px;
      font-size: 1.25rem;
  }
  .loyalty h2.f108 {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
  .loyalty p.f42 {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
  .btn-white3 {
    width: 180px;
    height: 40px;
    border-radius: 12px;
    margin-right: 42px;
  }
  .loyalty p.f16 {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
  span.f16.main-color {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
  section.loyalty {
    background: url(/wa-data/public/site/themes/4izmerenie/pic/bonus/img5.jpg);
    height: 912px;
  }
  .loyalty p.f22 {
    font-size: 1.25rem;
  }
  .loyalty p.f128 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    margin: 0 0 8px;
  }
  .loyalty p.f54 {
    font-size: 1.5rem;
  }
  .b-text {
    top: 120px;
    margin-right: -16px;
  }
  .loyalty .f25 {
    font-size: 1rem;
    margin-right: 28px;
    bottom: -563px;
  }
}
@media (max-width:767px) {
  h1.section-title {
    font-size: 2rem;
    line-height: 1rem;
    padding-top: 2rem;
  }
  p.subtitle {
    line-height: .5rem;
    font-size: 1.125rem;
  }
  .b-img {
    margin-top: -22px;
    border-radius: 16px 16px 0 0;
    height: 370px;
    background-position: 50% 60%;
    border-bottom: 20px solid var(--main-color);
    margin-left: 0;
  }
  .form-card .f40 {
    top: -20px;
    margin-left: 2rem;
  }
  .form-card .f36 {
    top: -28px;
    margin-left: 2rem;
  }
  .two-btn {
    top: -136px;
    margin-left: auto;
    margin-right: 2rem;
  }
  .btn-white {
    width: 86px;
    height: 30px;
    float: right;
    border-radius: 16px;
    margin: 0 0 8px 0;
  }
  .btn-white2 {
    width: 101px;
    height: 30px;
    border-radius: 16px;
  }
  .check.icon {
    margin-left: 8px;
    margin-top: 10px;
    width: 12px;
    height: 12px;
  }
  .check.icon:after {
    margin-left: 3px;
    margin-top: 4px;
    width: 6px;
    height: 3px;
    border-bottom: solid 1px currentColor;
    border-left: solid 1px currentColor;
  }
  .two-btntext {
    padding: 0px 0;
    margin-left: 1.625rem;
  }
  .two-btntext .f20 {
    font-size: 0.75rem;
    margin: -10px 0;
  }
  .mb-5 {
    margin-bottom: 1.125rem!important;
  }
  .form-card {
    border-radius: 16px;
    border-top: 16px solid transparent;
  }
  .form-right form {
    margin: 36px 22px 32px;
  }
  .form-right .form-control {
    padding: 8px 10px;
    border-radius: 8px;
    background: var(--color-grey3);
    border: 1px solid var(--color-grey4);
  }
  .mb-5 {
    margin-bottom: 1.125rem!important;
  }
  .form-control, .form-select {
    font-size: 1rem;
    padding: 8px 10px;
    border-radius: 8px;
  }
  .row.g-2.mb-5 {
    margin-bottom: 0.5rem!important;
  }
  .row.g-2.mb-5 .col-md-6 {
    margin-bottom: 1rem;
  }
  .form-right p.smallest {
    margin: 0.5rem 0.5rem;
  }
  section.loyalty {
    height: 738px;
    background-position: right;
    background: url(/wa-data/public/site/themes/4izmerenie/pic/bonus/img6.jpg);
  }
  .loyalty .f25 {
    bottom: -490px;
  }
  .loyalty p.f42 {
    max-width: 190px;
  }
  .btn-white3 {
    margin-right: -24px;
  }
  .b-text {
    top: 102px;
    margin-right: -80px;
  }
  .loyalty .f25 {
    margin-right: -30px;
    bottom: -494px;
  }
  h3.section-title {
    font-size: 3rem;
  }
  p.subtitle {
    line-height: 1.5rem;
    font-size: 1.25rem;
  }
  .split-right .badge-new {
    padding: 4px 34px;
    max-width: 250px;
  }
  .final-section .f35 {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .final-section .f160 {
    font-size: 3.125rem;
    margin: 10px 0 10px 0;
  }
  .final-section .f90 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin: 12px 0 10px 0;
  }
}
@media (max-width:575px) {
  section.form-section {
    padding: 0 1.5rem 2.75rem;
  }
  h1.section-title {
    font-size: 1.5rem;
    line-height: 1rem;
    padding-top: 1.5rem;
    margin: 0 -0.875rem 0;
  }
  .mb-6 {
    margin-bottom: 1rem!important;
  }
  p.subtitle {
    line-height: 1rem;
    font-size: 1.125rem;
    margin: 0 -0.875rem 2.5rem;
  }
  section.loyalty {
    background: url(/wa-data/public/site/themes/4izmerenie/pic/bonus/img7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vw;
  }
  span.f52.bg-main-color {
    top: 50px;
    margin-left: 0.75rem;
  }
  .loyalty h2.f108 {
    top: 90px;
    margin-left: 0.75rem;
  }
  h3.section-title {
    margin-left: -0.875rem;
  }
  .loyalty p.f42 {
    top: 110px;
    margin-left: 0.75rem;
  }
  .btn-white3 {
    margin-right: auto;
    top: 40px;
  }
  .b-text {
    top: 58px;
    margin-right: auto;
  }
  .loyalty p.f22 {
    font-size: .75rem;
    margin: 0;
  }
  .loyalty .f25 {
    margin-right: 2.85rem;
    bottom: 0;
    font-size: 0.875rem;
    top: calc(348px - 2rem);
  }
  section.status-section {
    padding: 52px 0 6px;
  }
  .status-section .py-5 {
    margin: 2.5rem 0.75rem 0;
  }
  .status-section .row {
    margin: 0;
  }
  .split-left {
    width: 47.5%;
  }
  .split-right {
    width: 48%;
  }
  .footer-note {
    margin: 1rem 0.75rem 2rem;
  }
  section.final-section.b-img2 {
    height: auto;
  }
  .logo-big {
    margin: 3rem .75rem 1rem;
  }
  .final-section .f35 {
    margin: 1rem 0.75rem 1rem;
    max-width: 70%;
  }
  .final-section .f160 {
    margin: 0 0.75rem 1rem;
  }
  .final-section .f90 {
    margin: 0 0.75rem 2.75rem;
  }
}
@media (max-width:550px) {
  .loyalty {
    display: none;
  }
  .loyalty-m {
    display: block;
    display: block;
    background: url(/wa-data/public/site/themes/4izmerenie/pic/bonus/img8.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vw;
  }
  .final-section .f35 {
    max-width: 75%;
  }
  section.final-section.b-img2 {
    background: url(/wa-data/public/site/themes/4izmerenie/pic/bonus/img9.png);
    background-repeat: no-repeat;
    height: 62vw;
    background-size: contain;
  }
}
@media (max-width:480px) {
  .form-right .col-md-6 input[type="date"] {
      -webkit-appearance: none;
      position: relative;
      height: 43px;
  }
  .form-right .col-md-6 input[type="date"]::before {
      content: "Дата покупки";
      font-size: 1rem;
      padding: 8px 4px;
      z-index: 10;
      position: absolute;
      line-height: .5rem;
      background: var(--color-grey3);
  }
  .form-right p.smallest {
    margin: 0.65rem 0 0.5rem 0.25rem;
  }
  .form-right p.smallest {
    font-size: 0.5625rem;
    line-height: 0.5625rem;
  }
  .split-right {
    width: 47%;
  }
  .split-right .split-top {
      padding: 12px 0 12px 24px;
      max-width: 100%;
  }
  .f20.t1 {
    font-size: .75rem;
    line-height: .85rem;
  }
  .split-right .split-body {
    width: 124%;
    font-size: 1rem;
    border-radius: 0 14px 14px 0;
  }
  .f20.t2 {
    font-size: 0.75rem;
    line-height: .75rem;
  }
  .final-section .col-md-6.col-sm-6 {
    width: 70%;
  }
}
@media (max-width:432px) {
  .form-card .f40 {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
  .form-card .f36 {
    font-size: 1rem;
    line-height: 1rem;
  }
  .two-btn {
    top: -117px;
  }
  .btn-white {
    width: 90px;
  }
  .form-right form {
    margin: 36px 10px 32px;
  }
  .form-right p.smallest {
    margin: 0.35rem 0 0.5rem 0.25rem;
  }
  h3.section-title {
    font-size: 1.5rem;
    line-height: 1rem;
  }
  p.subtitle {
    font-size: 1rem;
  }
  .split-left {
    width: 47%;
  }
  .split-right {
    width: 48%;
  }
  .split-left .ms-11 {
    margin-left: 3.5rem!important;
  }
  .split-right .split-footer p {
    padding: 22px 0 0 24px;
  }
  .split-left .check.icon2, .unavailable.icon {
    margin-top: 6px;
    width: 15px;
    height: 15px;
    margin-left: 24px;
  }
  .split-left .check.icon2:after {
    margin-left: 4px;
    margin-top: 5px;
    width: 7px;
    height: 4px;
  }
  .split-left .unavailable.icon:before {
    margin-left: 4px;
    margin-top: 4px;
  }
  .split-left .unavailable.icon:after {
    margin-left: 2px;
    margin-top: 4px;
  }
  .split-left p.f20.color2, .card-info .f16.color4 {
    font-size: 0.5625rem;
  }
  .split-left p.f20.color0, .card-info .f20.color0 {
    font-size: 0.875rem;
    line-height: 0.875rem;
  }
  .card-header p.f44 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .card-info {
    margin: 0 0 0 4px;
  }
  .check.icon3 {
    margin-top: 6px;
  }
  .check.icon3, .check.icon4 {
    width: 15px;
    height: 15px;
  }
  .check.icon4 {
    margin-top: 18px;
  }
  .check.icon3:before, .check.icon4:before {
    margin-left: 4px;
    margin-top: 5px;
    width: 7px;
    height: 4px;
  }
  .status-card p {
    margin: 5px 0;
  }
}
@media (max-width:414px) {
  .form-card .f40, .form-card .f36 {
    margin-left: 0.6rem;
  }
  .two-btn {
    margin-right: 0.6rem;
  }
  .status-card .card-body {
      padding: 20px 10px;
      height: 160px;
  }
  span.status-color1, span.status-color2, span.status-color3, span.status-color4 {
    width: 26px;
    height: 26px;
    top: 8px;
  }
  .split-left .check.icon2, .unavailable.icon {
    margin-left: 20px;
  }
  .split-left .ms-11 {
    margin-left: 3.25rem!important;
  }
  .card-header span.status-badge, span.status-badge.f20, p.f60 {
    left: 0;
  }
  .card-header p.f44 {
    margin: 22px 0;
  }
  .card-header .f16.color2 {
    margin: 12px 0 0 0;
  }
  .card-header .f16.color2.sm {
    margin: 3px 0 0 0;
  }
  .card-header .f16.color3 {
    margin: 2px 0 0 0;
  }
  .final-section .f160 {
    font-size: 2.5rem;
  }
  .final-section .f90 {
    font-size: 1.125rem;
    line-height: 1rem;
  }
  .final-section .f35 {
    font-size: .875rem;
    line-height: 1rem;
    max-width: 60%;
    margin: 0.5rem 0.75rem 0.75rem;
  }
}
@media (max-width:393px) {
  .split-right .split-body {
    font-size: 0.875rem;
  }
  .split-right .split-top {
    padding: 12px 0 12px 12px;
  }
  .split-right .badge-new {
    padding: 4px 8px 4px 24px;
    max-width: 100%;
  }
  .split-right .split-footer p {
    padding: 22px 0 0 12px;
  }
  .final-section .f35 {
    max-width: 65%;
  }
}
@media (max-width:375px) {
  button.btn.bg-main-color {
      font-size: 0.75rem;
      font-weight: 600;
  }
}
@media (max-width:360px) {
  .split-left .check.icon2, .unavailable.icon {
    margin-left: 10px;
  }
  .split-left .ms-11 {
    margin-left: 2.25rem!important;
  }
  .split-right .split-footer p {
    line-height: .75rem;
    padding: 18px 0 0 12px;
  }
  .status-card .card-body {
    padding: 10px 4px;
    height: 150px;
  }
  .accrual {
    margin: 12px 0 0 28px;
  }
  .write-off {
    margin-left: 28px;
  }
  .logo-big {
    margin: 2rem 0.75rem 1rem;
  }
}

/*warranty activation page*/
.option_one h1.section-title, .option_two h1.section-title {
    color: var(--main-color);
    font-size: 4.375rem;
    margin-bottom: 1rem;
}
.option_one .h1_subtitle, .option_two .h1_subtitle {
    color: var(--title-color);
    font-size: 4.375rem;
    font-weight: 600;
    line-height: 3rem;
}
.option_one, .option_two {
    position: relative;
    margin-bottom: 5rem;
}
.option_one .t-icon, .option_two .t-icon {
    position: absolute;
    right: 2rem;
    margin-top: 3.5rem;
    background: var(--main-color);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.b-imgr {
    background: url(/wa-data/public/site/themes/4izmerenie/pic/bonus/img-r1.png);
    background-repeat: no-repeat;
    height: auto;
    background-position: center;
    margin-left: -3px;
    margin-top: -28px;
    border-radius: 28px;
    background-size: cover;
}
.row.form-card.guarantee {
    border-top: 28px solid var(--white-color);
}
.form-card.guarantee .f40 {
    top: -338px;
    margin-left: 62px;
    font-size: 2.375rem;
}
.form-card.guarantee .f36 {
    top: -348px;
    margin-left: 62px;
    font-size: 2.375rem;
}
section.wa {
    padding: 108px 0 50px 0;
}
.wa .container4 {
    background: url(/wa-data/public/site/themes/4izmerenie/pic/bonus/img-r2.png);
    height: 747px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.wa .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 250px 0 0 84px;
    max-width: 544px;
}
.wa .info h2.f89 {
    font-size: 5.5625rem;
    color: var(--white-color);
    line-height: 4rem;
    margin-bottom: 1rem;
    cursor: default;
}
.wa .info .h2_subtitle {
    font-size: 5.5625rem;
    color: var(--color-grey10);
    line-height: 4rem;
    font-weight: 600;
    cursor: default;
}
.wa .info .f24 {
    font-size: 1.5rem;
    color: var(--color-grey11);
    line-height: 1.5rem;
    margin-top: 1.625rem;
    cursor: default;
}
.wa .info .cw {
    max-width: 350px;
    padding: 100px 0 0;
}
.vl {
    width: 28px;
    height: 26px;
    color: var(--white-color);
    position: absolute;
    border-bottom: 2px solid var(--white-color);
    transform: rotate(90deg);
    border-radius: 1px;
}
.wa .info .cw .f14 {
    font-size: 0.875rem;
    line-height: 0.875rem;
    color: var(--white-color);
    margin-left: 0.75rem;
    cursor: default;
}
.wa-m {
  display: none;
  }
.wp .img {
    background: url(/wa-data/public/site/themes/4izmerenie/pic/bonus/img-r3.png);
    height: 747px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.wp .info {
    display: flex;
    flex-direction: column;
    padding: 234px 120px 100px 50px;
}
.wp .info .f28 {
    color: var(--title-color);
    font-size: 1.75rem;
    line-height: 1.875rem;
    margin-bottom: 1rem;
}
.wp .info .f107.mc {
    font-size: 6.6875rem;
    line-height: 6.6875rem;
    font-weight: 600;
    color: var(--main-color);
}
.f107 {
    font-size: 6.6875rem;
    line-height: 5rem;
    font-weight: 600;
    color: var(--title-color);
}
.form-card.activation {
    border-top: 0;
}
.form-card.activation .b-imgrm {
    background: url(/wa-data/public/site/themes/4izmerenie/pic/bonus/img-r1m.png);
    background-repeat: no-repeat;
    height: auto;
    background-position: center;
    margin-left: 0;
    margin-top: 0;
    border-radius: 28px;
    background-size: cover;
}
section.brand-slider-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}
.brand-slider-section .slick-arrow {
    position: absolute;
    z-index: 10;
    stroke: #171717;
    cursor: pointer;
    top: -55px;
    right: 15px;
}
.brand-slider-section .slick-arrow.slick-prev {
    margin-right: 54px;
}
.brand-slider-section .slick-arrow svg {
  width: 24px;
  height: 24px;
}
@media (max-width:1399px) {
  section.form-section {
    padding-bottom: 100px;
  }
  .option_one .t-icon, .option_two .t-icon {
    margin-top: 4.5rem;
    width: 70px;
    height: 70px;
  }
  .form-card.guarantee .f40 {
    top: -346px;
    font-size: 2rem;
    line-height: 2rem;
  }
  .form-card.guarantee .f36 {
    top: -358px;
    font-size: 2rem;
    line-height: 2rem;
  }
  .form-card.activation .b-imgrm {
    background-position: 0% 50%;
  }
  section.wa {
    padding: 68px 0 30px 0;
  }
  .wa .info {
    max-width: 472px;
  }
  .wa .info h2.f89 {
    font-size: 4.5rem;
  }
  .wa .info .h2_subtitle {
    font-size: 4.5rem;
    line-height: 2.5rem;
  }
  .wa .info .f24 {
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-top: 1.5rem;
  }
  .wa .info .cw {
    padding: 80px 0 0;
  }
  .wp .info {
    padding: 234px 130px 100px 50px;
  }
  .wp .info .f28 {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
  .wp .info .f107.mc {
    font-size: 5.5rem;
    line-height: 5rem;
  }
  .f107 {
    font-size: 5.5rem;
    line-height: 3rem;
  }
}
@media (max-width:1199px) {
  section.form-section {
    padding-bottom: 70px;
  }
  .option_one, .option_two {
    margin-bottom: 3rem;
  }
  .option_one h1.section-title, .option_two h1.section-title {
    font-size: 3.375rem;
  }
  .option_one .h1_subtitle, .option_two .h1_subtitle {
    font-size: 3.375rem;
  }
  .option_one .t-icon, .option_two .t-icon {
    margin-top: 3.5rem;
    width: 50px;
    height: 50px;
  }
  .form-card.guarantee .f40, .form-card.guarantee .f36 {
    font-size: 1.75rem;
    line-height: 1.75rem;
    margin-left: 55px;
    margin-right: auto;
  }
  .form-card.guarantee .f40 {
    top: -280px;
  }
  .form-card.guarantee .f36 {
    top: -297px;
  }
  section.wa {
    padding: 0;
  }
  .wa .info {
    padding: 270px 0 0 56px;
    max-width: 400px;
  }
  .wa .info h2.f89 {
    font-size: 3.5rem;
  }
  .wa .info .h2_subtitle {
    font-size: 3.5rem;
    line-height: 1rem;
  }
  .wa .info .f24 {
    font-size: 1.125rem;
    line-height: 1.125rem;
    margin-top: 1.5rem;
  }
  .wa .info .cw {
    max-width: 320px;
  }
  .wa .info .cw .f14 {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
  .wp .img {
    height: 494px;
  }
  .wp .info {
    padding: 140px 100px 100px 50px;
  }
  .wp .info .f107.mc {
    font-size: 4.5rem;
    line-height: 4rem;
  }
  .f107 {
    font-size: 4.5rem;
    line-height: 1.5rem;
  }
}
@media (max-width:1024px) {
  .option_one, .option_two {
      margin-left: -0.75rem;
  }
  .option_one .t-icon, .option_two .t-icon {
    right: 0;
  }
}
@media (max-width:991px) {
  .option_one h1.section-title, .option_two h1.section-title {
    font-size: 3rem;
  }
  .option_one .h1_subtitle, .option_two .h1_subtitle {
    font-size: 3rem;
    line-height: 2rem;
  }
  .form-card.guarantee .f40, .form-card.guarantee .f36 {
    font-size: 1.375rem;
    line-height: 1.375rem;
    margin-left: 32px;
  }
  .form-card.guarantee .f40 {
    top: -235px;
  }
  .form-card.guarantee .f36 {
    top: -252px;
  }
  .form-card.activation .form-right form {
    margin: 30px 22px 36px;
  }
  .form-card.activation .b-imgrm {
    border-radius: 22px;
  }
  .b-imgr {
    background-position: 30% 50%;
  }
  .wa .container4 {
    height: 550px;
  }
  .wa .info {
    padding: 190px 0 0 40px;
    max-width: 290px;
  }
  .wa .info h2.f89 {
    font-size: 2.75rem;
    line-height: 3rem;
    margin-bottom: 0.5rem;
  }
  .wa .info .h2_subtitle {
    font-size: 2.75rem;
    margin-bottom: 0.75rem;
  }
  .wa .info .f24 {
    font-size: 1rem;
    line-height: 1rem;
    margin-top: 1.125rem;
  }
  .wa .info .cw {
    padding: 40px 0 0;
  }
  .vl {
    width: 24px;
    height: 22px;
  }
  .wa .info .cw .f14 {
    font-size: 0.625rem;
    line-height: 0.625rem;
  }
  .wp .img {
    height: 364px;
  }
  .wp .info {
    padding: 104px 10px 100px 30px;
  }
  .wp .info .f28 {
    font-size: 1.275rem;
    line-height: 1.375rem;
  }
  .wp .info .f107.mc {
    line-height: 3rem;
  }
}
@media (max-width:767px) {
  section.form-section {
    padding-bottom: 50px;
  }
  .option_one h1.section-title, .option_two h1.section-title {
    font-size: 2.275rem;
  }
  .option_one .h1_subtitle, .option_two .h1_subtitle {
    font-size: 2.275rem;
    line-height: 1.25rem;
  }
  .option_one .t-icon, .option_two .t-icon {
    display: none;
  }
  .b-imgr, .form-card.activation .b-imgrm {
    background: url(/wa-data/public/site/themes/4izmerenie/pic/bonus/img-r11.png);
    height: 337px;
    margin-left: 0;
    border-radius: 16px;
  }
  .form-card.guarantee .f40, .form-card.guarantee .f36 {
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-left: 18px;
  }
  .form-card.guarantee .f40 {
    top: -65px;
  }
  .form-card.guarantee .f36 {
    top: -78px;
  }
  .wa .container4 {
    height: 410px;
  }
  .wa .info {
    padding: 142px 0 0 26px;
  }
  .wa .info h2.f89 {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .wa .info .h2_subtitle {
    font-size: 2rem;
  }
  .wa .info .f24 {
    font-size: .875rem;
    line-height: .875rem;
    margin-top: 1.125rem;
  }
  .wa .info .cw {
    padding: 10px 0 0;
  }
  .wa .info .cw .f14 {
    font-size: 0.575rem;
    line-height: 0.575rem;
  }
  .wp .img {
    height: 267px;
  }
  .wp .info {
    padding: 72px 10px 100px 10px;
  }
  .wp .info .f28 {
    font-size: 1rem;
    line-height: 1rem;
  }
  .wp .info .f107.mc {
    font-size: 3.5rem;
    line-height: 2rem;
  }
  .f107 {
    font-size: 3.5rem;
    line-height: 1.25rem;
  }
  section.brand-slider-section {
    padding: 20px;
  }
  .brand-slider-section .slick-arrow {
    top: -35px;
  }
}
@media (max-width:575px) {
  .b-imgr, .form-card.activation .b-imgrm {
    height: 57vw;
    background-size: contain;
    background-repeat: no-repeat;
  }
  h1.section-title {
    margin: 0;
  }
  section.wa {
  display: none;
  }
  section.wa-m {
    display: block;
    margin: 0 24px;
    background: url(/wa-data/public/site/themes/4izmerenie/pic/bonus/img-r21.png);
    height: 174vw;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
  }
  section.wp {
    padding: 60px 0;
  }
  .wp .col-md-6.col-sm-6.col-12 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .wp .img {
      height: 314px;
      width: 100%;
  }
  .wp .info {
    padding: 30px 0 10px 0;
    width: 60%;
  }
  .wp .info .f28 {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
  .wp .info .f107.mc, .f107 {
    font-size: 4.25rem;
    line-height: 2.5rem;
  }
}
@media (max-width:500px) {
  .form-card.guarantee .f40 {
    top: -50px;
  }
  .form-card.guarantee .f36 {
    top: -64px;
  }
}
@media (max-width:481px) {
  .form-card.guarantee .f40, .form-card.guarantee .f36 {
    font-size: 1rem;
    line-height: 1rem;
    margin-left: 12px;
  }
  section.wa-m {
    width: auto;
  }
  .wp .info {
    width: 70%;
  }
  section.brand-slider-section {
    padding: 20px 20px 80px;
  }
  .brand-slider-section a.slick-slide img {
    width: 100%;
    height: auto;
  }
}
@media (max-width:431px) {
  .option_one h1.section-title, .option_two h1.section-title {
      font-size: 2rem;
  }
  .option_one .h1_subtitle, .option_two .h1_subtitle {
    font-size: 2rem;
    line-height: 1rem;
  }
  .form-card.guarantee .form-right form {
    margin: 26px 10px 32px;
  }
  .row.form-card.guarantee {
    border-top: 0;
  }
  .b-imgr {
    margin-top: 0;
  }
  section.wp {
    padding: 20px 0;
  }
}
@media (max-width:418px) {
  .form-card.guarantee .f40, .form-card.guarantee .f36 {
    font-size: 0.875rem;
    line-height: 0.875rem;
    margin-left: 10px;
  }
  .form-card.guarantee .f40 {
    top: -40px;
  }
  .form-card.guarantee .f36 {
    top: -54px;
  }
  .wp .info {
      width: 80%;
  }
}
@media (max-width:390px) {
  .option_one h1.section-title, .option_two h1.section-title {
    font-size: 1.875rem;
  }
  .option_one .h1_subtitle, .option_two .h1_subtitle {
    font-size: 1.875rem;
    line-height: .875rem;
  }
  .form-card.guarantee .f40 {
    top: -30px;
  }
  .form-card.guarantee .f36 {
    top: -45px;
  }
}
@media (max-width:368px) {
  .option_one h1.section-title, .option_two h1.section-title {
    font-size: 1.75rem;
  }
  .option_one .h1_subtitle, .option_two .h1_subtitle {
    font-size: 1.75rem;
    line-height: .75rem;
  }
  .form-card.activation .form-right form {
    margin: 30px 12px 36px;
  }
  .wp .info {
    width: 85%;
  }
}
