*, *:after, *:before {
    box-sizing: border-box;
    outline: none;
}

html, body {
    margin: 0;
    padding: 0;
    font-size: 16px!important;
    line-height: 1.5em;
    font-family: 'Arial', 'Tahoma', sans-serif;
}


@font-face {
    font-family: "TT Firs Neue";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../bft/fonts/TT_Firs_Neue_Regular.woff2) format("woff2")
  }
  
  @font-face {
    font-family: "TT Firs Neue";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../bft/fonts/TT_Firs_Neue_Medium.woff2) format("woff2")
  }
  
  @font-face {
    font-family: "TT Firs Neue";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../bft/fonts/TT_Firs_Neue_Light.woff2) format("woff2")
  }
  
  @font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../bft/fonts/Inter-Light.woff2) format("woff2");
    font-weight: 300
  }
  
  @font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../bft/fonts/Inter-Regular.woff2) format("woff2");
    font-weight: 400
  }
  
  @font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../bft/fonts/Inter-Medium.woff2) format("woff2");
    font-weight: 500
  }
  
  @font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../bft/fonts/Inter-SemiBold.woff2) format("woff2");
    font-weight: 600
  }
  
  @font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../bft/fonts/Inter-Bold.woff2) format("woff2");
    font-weight: 700
  }


p {
    margin: 1em 0;
}

*:first-child {
    margin-top: 0;
}

*:last-child {
    margin-bottom: 0;
}

img, iframe {
    max-width: 100%;
}

img.imgleft {
    float: left;
    margin: 0 22px 22px 0;
}

img.imgright {
    float: right;
    margin: 0 0 22px 22px;
}

h1 {
    font-size: 30px;
    line-height: 1.1em;
    margin: 40px 0 20px 0;
}

h2 {
    font-size: 26px;
    line-height: 1.1em;
    margin: 40px 0 20px 0;
}

h3 {
    font-size: 24px;
    line-height: 1.1em;
    margin: 40px 0 20px 0;
}

h4 {
    font-size: 18px;
    line-height: 1.1em;
    margin: 40px 0 20px 0;
}

ul, ol {
    margin: 1em 0;
}

li {
    margin: 0 0 0.5em 0;
}

table.table {
    border-collapse: collapse;
}

table.table th {
    background: #D8D8D8;
    text-align: left;
}

table.table td, table.table th {
    padding: 20px;
    border: solid 5px #fff;
}

table.table tr:nth-child(odd) td {
    background: #F2F2F2;
}

table.is-top td,
table.is-top th {
    vertical-align: top !important;
}

hr {
    height: 1px;
    border: none;
    margin: 1em 0;
    background: #D8D8D8;
}

a {
    color: #dc0413;
}


/*  */

.custom-checkbox {
    width: 100%
  }
  
  .custom-checkbox>input {
    position: absolute;
    z-index: -1;
    opacity: 0
  }
  
  .custom-checkbox>span {
    display: block;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    padding-left: 2.8125rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px!important;
    line-height: 150%;
    cursor: pointer;
    font-family: Inter, sans-serif;
  }
  
  .custom-checkbox>span a {
    margin-right: 4px;
    color: #1a1a1a
  }
  
  .custom-checkbox>span a:hover {
    text-decoration: none
  }
  
  .custom-checkbox>span::before {
    content: "";
    display: inline-block;
    width: 1.5625rem;
    height: 1.5625rem;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #031845;
    margin-right: .5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
    position: absolute;
    left: 0;
    top: -2px
  }
  
  .custom-checkbox>input:checked+span::before {
    background-image: url(../bft/images/tick-blue.svg)
  }
  
  .custom-checkbox.field-error span::before {
    border: 1px solid #ed302f
  }
.btn-reset {
    background-image: url(../bft/images/close-icon.svg);
    background-size: 60%;
    background-position: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 3
  }

  .modalContent-row {
    width: 100%;
    display: flex;
    margin: 0 0 .625rem;
    position: relative;
    z-index: 1
  }
  
  @media (max-width:992px) {
    .modalContent-row {
      flex-flow: row wrap
    }
  }
  
  .modalContent-row .custom-checkbox>span a {
    margin-left: 4px
  }
  
  .modalContent-row--short {
    margin-bottom: 50px
  }
  
  @media (min-width:1000px) {
    .modalContent-row--short {
      width: calc(50% - 13px);
      margin-right: 26px;
      margin-bottom: 50px
    }
  
    .modalContent-row--short:nth-of-type(even) {
      margin-right: 0
    }
  }
  
  @media (min-width:1770px) {
    .modalContent-row--short {
      margin-bottom: 40px
    }
  }
  
  label.modalContent-row__label {
    width: 100%;
    display: inline-block;
    font-family: Inter;
    font-weight: 400;
    font-size: .875rem;
    line-height: 120%;
    color: #b3b3b3;
    margin: 0 0 .375rem;
    box-sizing: border-box
  }
  
  @media (min-width:1000px) {
    label.modalContent-row__label {
      font-size: 1.125rem
    }
  }
  
  .modalContent-row__field {
    height: 2.1875rem;
    width: 100%;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #1a1a1a;
    outline: 0;
    font-weight: 400;
    color: #1a1a1a;
    font-size: .875rem;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    border-radius: 0
  }
  
  .modalContent-row__field::-moz-placeholder {
    font-weight: 400;
    font-size: .875rem;
    color: #b3b3b3
  }
  
  .modalContent-row__field:-ms-input-placeholder {
    font-weight: 400;
    font-size: .875rem;
    color: #b3b3b3
  }
  
  .modalContent-row__field::placeholder {
    font-weight: 400;
    font-size: .875rem;
    color: #b3b3b3
  }
  
  @media (min-width:1000px) {
    .modalContent-row__field {
      font-size: 1.125rem
    }
  }
  
.modalContent-text__title {
    font-size: 2rem;
    line-height: 110%;
    padding: 0 0 30px 0;
    margin: 0 0 30px;
    position: relative
  }
  
  @media (min-width:1000px) {
    .modalContent-text__title {
      font-size: 3rem
    }
  }
  
  @media (min-width:1770px) {
    .modalContent-text__title {
      font-size: 4.5rem
    }
  }
  
  .modalContent-text__title::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ed302f;
    position: absolute;
    left: 0;
    bottom: 0
  }
  
  .graph-modal__header {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid rgba(132, 136, 144, .63);
    padding: 1.25rem 0;
    box-sizing: border-box
  }
  
.graph-modal__close.btn {
    background-image: none;
    height: 3.125rem;
    margin: 50px 0 0;
    width: 100%
  }
  
  @media (min-width:768px) {
    .graph-modal__close.btn {
      min-width: 10rem;
      width: auto
    }
  }
  
  @media (min-width:1000px) {
    .graph-modal__close.btn {
      height: 3.75rem
    }
  }
  
  .anim-filed~label {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    transition: .3s;
    z-index: 1;
    letter-spacing: .5px
  }
  
  .anim-filed:focus~label,
  .has-content.anim-filed~label {
    top: -26px;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    color: #b3b3b3;
    transition: .3s
  }
  
  @media (min-width:1000px) {
  
    .anim-filed:focus~label,
    .has-content.anim-filed~label {
      top: -17px
    }
  }
  
  @media (min-width:1770px) {
  
    .anim-filed:focus~label,
    .has-content.anim-filed~label {
      top: -26px
    }
  }
  
  .field-error .form__field {
    border-bottom: 1px solid #f44336
  }
  
  .field-error .anim-filed:focus~label,
  .field-error .anim-filed~label,
  .field-error .has-content.anim-filed~label {
    color: #f44336
  }
  
  .field-error .required__el {
    color: #f44336
  }
  

.letterSubscriptionModal {
    padding: 40px 16px
  }
  
  @media (min-width:992px) {
    .letterSubscriptionModal {
      padding: 48px;
      width: 750px
    }
  }
  
  @media (min-width:1770px) {
    .letterSubscriptionModal {
      padding: 65px 60px;
      width: 1140px
    }
  }
  
  .letterSubscriptionModal .graph-modal__header {
    padding: 10px 0 0
  }
  
  .letterSubscriptionModal .modalContent-text__title::after {
    display: none
  }
  
  .letterSubscriptionModal .modalContent-text__title {
    padding: 0;
    font-size: 2rem
  }
  
  @media (min-width:1000px) {
    .letterSubscriptionModal .modalContent-text__title {
      font-size: 2.5rem
    }
  }
  
  @media (min-width:1770px) {
    .letterSubscriptionModal .modalContent-text__title {
      font-size: 3.75rem
    }
  }
  
  .letterSubscriptionModal .modalContent {
    margin-top: 27px;
    display: flex;
    flex-flow: row wrap;
  }
  
  @media (min-width:992px) {
    .letterSubscriptionModal .modalContent {
      margin-top: 30px
    }
  }
  
  @media (min-width:1770px) {
    .letterSubscriptionModal .modalContent {
      margin-top: 60px
    }
  }
  
  .letterSubscriptionModal .modalContent-text__sub {
    width: 100%;
    color: #1a1a1a;
    font-family: "TT Firs Neue", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%
  }
  
  @media (min-width:992px) {
    .letterSubscriptionModal .modalContent-text__sub {
      font-size: 30px;
      padding-right: 40%
    }
  }
  
  @media (min-width:1770px) {
    .letterSubscriptionModal .modalContent-text__sub {
      font-size: 40px
    }
  }
  
  .letterSubscriptionModal .graph-modal__close {
    right: 0;
    top: 0
  }
  
  @media (min-width:992px) {
    .letterSubscriptionModal .graph-modal__close {
      right: 24px
    }
  }
  
  @media (min-width:1770px) {
    .letterSubscriptionModal .graph-modal__close {
      right: 40px;
      top: 4px
    }
  }
  
  .letterSubscriptionModal .graph-modal__close:hover::after {
    background-color: #f7f7f7
  }
  
  @media (max-width:768px) {
    .letterSubscriptionModal .btn {
      width: 180px!important;
      height: 60px!important;
      margin-left: auto;
      margin-right: auto
    }
  }
  
  .letterSubscriptionForm {
    width: 100%;
    margin-top: 30px
  }
  
  @media (min-width:992px) {
    .letterSubscriptionForm {
      padding-right: 30%
    }
  }
  
  @media (min-width:1000px) {
    .letterSubscriptionForm {
      padding-right: 50%
    }
  }
  
  .letterSubscriptionForm .custom-checkbox {
    margin: 20px 0 40px;
    display: inline-block
  }
  
  #letterSuccessModal {
    height: 348px
  }
  
  #letterSuccessModal .modalContent-text__title {
    padding: 0 0 30px 0;
    margin: 0 0 30px;
    width: 100%
  }
  
  #letterSuccessModal .modalContent-text__title::after {
    display: block;
    width: 234px
  }
  
  @media (min-width:992px) {
    #letterSuccessModal .modalContent-text__title::after {
      width: 299px
    }
  }
  
  @media (min-width:1770px) {
    #letterSuccessModal .modalContent-text__title::after {
      width: 411px
    }
  }
  
  @media (min-width:992px) {
    #letterSuccessModal {
      height: 329px
    }
  }
  
  @media (min-width:1770px) {
    #letterSuccessModal {
      height: 470px
    }
  }
  
  #letterSuccessModal .btn {
    right: 0;
    margin: 28px 0 0
  }


    
.graph-modal .btn {
    width: 100%;
    height: 3.125rem;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    transition: transform .4s;
    text-decoration: none;
    cursor: pointer;
    padding: 0 1.875rem;
    box-sizing: border-box
  }
  
  @media (min-width:768px) {
    .graph-modal .btn {
      min-width: 10rem;
      width: auto
    }
  }
  
  @media (min-width:1000px) {
    .graph-modal .btn {
      height: 3.75rem;
      min-width: 11.25rem
    }
  }
  
  .graph-modal .btn span {
    font-weight: 400;
    font-family: Inter;
    font-size: 1rem;
    transition: transform .4s
  }
  
  .btn--red {
    background: #ed302f;
    border: 1px solid #ed302f
  }
  
  .btn--red span {
    color: #fff
  }
  
  .btn--red:hover {
    border: 1px solid #fff
  }
  
  .btn--red:hover span {
    color: #fff
  }
  

  
  .btn--transparent {
    background: 0 0
  }
  
  .btn--transparent::after,
  .btn--transparent::before {
    content: "";
    background: #ed302f;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s
  }
  
  .btn--transparent:hover {
    border: 1px solid #031845
  }
  
  .btn--transparent:hover span {
    color: #031845
  }
  
  .btn--transparent:hover::after,
  .btn--transparent:hover::before {
    height: 0
  }
  @media (min-width:768px) {
    .btn-reset:hover {
      background-color: #f7f7f7
    }
  }

  .graph-modal  .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "TT Firs Neue",sans-serif;
    color: #1a1a1a;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.graph-modal__descr {
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    margin: 16px 0;
}