@charset "UTF-8";
.tax-accordion-main-container {
  width: 100%;
  padding-bottom: 96px;
  background-color: #f1f8ff
}
@media (max-width:766px) {
  .tax-accordion-main-container {
    padding-bottom: 48px
  }
}
.tax-accordion-main-container .tax-title .h1,
.tax-accordion-main-container .tax-title h1 {
  margin-bottom: 16px
}
@media (min-width:767px) {
  .tax-accordion-main-container .tax-title .h1,
  .tax-accordion-main-container .tax-title h1 {
    text-align: center
  }
}
.tax-accordion__box {
  background: #fff;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.14);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.14);
  border-radius: 8px;
  padding: 48px;
  margin: 0 auto
}
@media (max-width:766px) {
  .tax-accordion__box {
    padding: 48px 16px;
    margin-bottom: 48px
  }
}
.tax-accordion__box .tax-title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 12px
}
.tax-accordion-item {
  border-top: 1px solid #e6e6e6
}
.tax-accordion-item:first-child {
  border-top: none
}
.tax-accordion-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 0;
  width: 100%;
  cursor: pointer
}
@media (max-width:1278px) {
  .tax-accordion-item-title {
    padding: 24px 0
  }
}
.tax-accordion-item-title h3 {
  font-size: 24px;
  line-height: 1.33;
  max-width: calc(100% - 100px)
}
@media (max-width:766px) {
  .tax-accordion-item-title h3 {
    font-size: 18px
  }
}
.tax-accordion-item-icon {
  border: 2px solid #000;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  pointer-events: none
}
.tax-accordion-item-icon::after,
.tax-accordion-item-icon::before {
  display: block;
  content: "";
  width: 14px;
  height: 1px;
  position: relative;
  top: 14px;
  left: 7px;
  background: #000
}
.tax-accordion-item-icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 13px;
  left: 7px
}
.tax-accordion-item-icon-active {
  border-color: #0450f2
}
.tax-accordion-item-icon-active::after,
.tax-accordion-item-icon-active::before {
  background: #0450f2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.tax-accordion-item-icon-active::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.tax-accordion-item-content {
  display: none;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.56;
  font-size: 18px
}
.tax-accordion-item-content h4 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px
}
@media (max-width:766px) {
  .tax-accordion-item-content h4 {
    font-size: 16px;
    font-weight: 600
  }
}
.tax-accordion-item-content ul {
  margin-bottom: 24px;
  margin-right: auto;
  margin-left: auto;
  list-style: none
}
.tax-accordion-item-content ul li {
  position: relative;
  display: block;
  padding-left: 16px
}
.tax-accordion-item-content ul li:before {
  content: "•";
  position: absolute;
  top: -1px;
  left: 2px;
  font-size: 19px;
  line-height: 1.56
}
.tax-accordion-item-content h4:last-of-type {
  margin-top: 20px
}
.tax-accordion-item-content a {
  text-decoration: none;
  color: #0450f2;
  margin-top: 15px;
  display: block
}
.tax-accordion-item-content-show {
  display: block
}
.tax-consultation-main-container {
  background: #f1f8ff;
  padding-bottom: 48px
}
@media (min-width:767px) {
  .tax-consultation-main-container {
    padding-bottom: 96px
  }
}
.tax-consultation-main-container {
  background-color: #f1f8ff;
  padding-bottom: 96px
}
.tax-consultation-main-container .bankguar-request {
  background-image: url(../../images/BG/success-bg.svg);
  padding: 45px;
  color: #fff;
  height: 364px;
  border: 1px solid #000;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.tax-consultation-main-container .bankguar-request .tax-title h1 {
  font-size: 44px;
  line-height: 56px;
  margin-bottom: 24px;
  color: #fff
}
.tax-consultation-main-container .bankguar-request .bankguar-request__text {
  font-size: 24px;
  line-height: 28px;
  color: #fff
}
.tax-consultation-main-container .bankguar-request img {
  height: 100%;
  width: auto
}
@media (max-width:1278px) {
  .tax-consultation-main-container .bankguar-request {
    height: 400px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
@media (max-width:1278px) {
  .tax-consultation-main-container .bankguar-request {
    background: -webkit-gradient(linear,left top,left bottom,from(#044ce4),to(#0237a5));
    background: linear-gradient(#044ce4,#0237a5)
  }
}
@media (max-width:1278px) {
  .tax-consultation-main-container .bankguar-request img {
    display: none
  }
}
.tax-consultation {
  background-image: url(../../images/BG/consultationBg.svg);
  background-size: cover;
  padding: 24px;
  color: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media (min-width:767px) {
  .tax-consultation {
    padding: 48px
  }
}
.tax-consultation .checkbox-tree .checkbox-arrow svg path {
  stroke: #fff
}
.tax-consultation .checkbox-tree .checkbox-arrow:hover svg path {
  stroke: #0041cb
}
@media (max-width:1279px) {
  .tax-consultation .checkbox-tree .checkbox-arrow:hover svg path {
    stroke: #fff
  }
}
.tax-consultation form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  padding-left: 50px;
  margin-top: 0
}
.tax-consultation form-phonenumber {
  margin-bottom: 7px
}
@media (max-width:766px) {
  .tax-consultation form-phonenumber {
    border-top: 1px solid #0037a9;
    padding-top: 18px
  }
}
.tax-consultation form input {
  background: rgba(255,255,255,0);
  height: 48px;
  color: #fff
}
@media (max-width:1278px) {
  .tax-consultation form input {
    width: 100%
  }
}
.tax-consultation form button {
  width: 187px
}
@media (max-width:766px) {
  .tax-consultation form button {
    width: 100%
  }
}
.tax-consultation form-terms {
  font-size: 12px;
  line-height: 18px;
  margin-right: 8px
}
.tax-consultation form .request-form__input-label {
  color: #fff;
  display: block;
  font-size: 14px;
  margin-bottom: 8px
}
.tax-consultation form .request-form__item--action {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 0
}
.tax-consultation form .request-form__item--action input {
  background: #0450f2;
  margin: 0
}
@media (max-width:1278px) {
  .tax-consultation form .request-form__item--action input {
    margin: 0;
    width: 100%
  }
}
.tax-consultation form .request-form__item--action input:hover {
  background: #1f66ff
}
@media (max-width:1278px) {
  .tax-consultation form .request-form__item--action input:hover {
    width: 100%
  }
}
.tax-consultation form .js-form-type-checkbox {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.tax-consultation form .js-form-type-checkbox .checkbox__label {
  color: #fff
}
.tax-consultation form .request-form__inputwrapper {
  width: 100%
}
@media (max-width:1278px) {
  .tax-consultation form .request-form__item {
    margin-top: 0;
    margin-bottom: 20px
  }
}
@media (max-width:1278px) {
  .tax-consultation form {
    width: 100%;
    padding-left: 0
  }
}
@media (max-width:1278px) {
  .tax-consultation {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
@media (max-width:766px) {
  .tax-consultation {
    padding: 22px
  }
}
@media (max-width:1278px) {
  .tax-consultation {
    background: -webkit-gradient(linear,left top,left bottom,from(#044ce4),to(#0237a5));
    background: linear-gradient(#044ce4,#0237a5)
  }
}
.tax-consultation__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  padding-left: 50px
}
@media (max-width:766px) {
  .tax-consultation__form {
    width: 100%;
    padding-left: 0
  }
}
.tax-consultation__form-phonenumber {
  margin-bottom: 7px
}
@media (max-width:766px) {
  .tax-consultation__form-phonenumber {
    border-top: 1px solid #0037a9;
    padding-top: 18px
  }
}
.tax-consultation__form input {
  background: rgba(255,255,255,0);
  height: 48px;
  color: #fff
}
.tax-consultation__form button {
  width: 187px
}
@media (max-width:766px) {
  .tax-consultation__form button {
    width: 100%
  }
}
.tax-consultation__form label {
  padding-top: 38px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media (max-width:1278px) {
  .tax-consultation__form label {
    padding-top: 20px;
    padding-bottom: 20px
  }
}
.tax-consultation__form-terms {
  font-size: 12px;
  line-height: 18px;
  margin-right: 8px
}
.tax-consultation__intro {
  width: 50%
}
@media (max-width:1278px) {
  .tax-consultation__intro {
    width: 100%
  }
}
.tax-consultation__intro-title {
  font-size: 44px;
  line-height: 56px;
  margin-bottom: 24px
}
@media (max-width:766px) {
  .tax-consultation__intro-title {
    font-size: 24px;
    line-height: 28px
  }
}
.tax-consultation__intro-description {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 24px
}
@media (max-width:1278px) {
  .tax-consultation__intro-description {
    font-size: 18px;
    line-height: 24px
  }
}
.tax-consultation .request-form__item--action {
  margin-bottom: 0
}
#tax-consultation-checkbox {
  height: 20px;
  margin-right: 8px
}
.tax-consultation-main-container .consultation-form {
  background-image: url(../../images/BG/consultationBg.svg);
  background-size: cover;
  padding: 45px;
  color: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.tax-consultation-main-container .consultation-form .checkbox-tree .checkbox-arrow svg path {
  stroke: #fff
}
.tax-consultation-main-container .consultation-form .checkbox-tree .checkbox-arrow:hover svg path {
  stroke: #0041cb
}
@media (max-width:1279px) {
  .tax-consultation-main-container .consultation-form .checkbox-tree .checkbox-arrow:hover svg path {
    stroke: #fff
  }
}
.tax-consultation-main-container .consultation-form .consultation-form__title {
  font-size: 44px;
  line-height: 56px;
  margin-bottom: 24px;
  color: #fff
}
.tax-consultation-main-container .consultation-form .consultation-form__description {
  font-size: 24px;
  line-height: 28px;
  color: #fff
}
.tax-guaranteeType-main-container {
  padding-top: 96px;
  padding-bottom: 96px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1
}
@media (max-width:1278px) {
  .tax-guaranteeType-main-container {
    padding-top: 48px;
    padding-bottom: 48px
  }
}
.tax-guaranteeType-title h1 {
  font-size: 34px;
  margin-bottom: 48px
}
.tax-guaranteeType-cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.tax-guaranteeType-card {
  background: #fff;
  border-radius: 8px;
  width: calc(50% - 12px);
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 298px;
  margin-bottom: 24px
}
.tax-guaranteeType-card__description {
  padding-right: 30px
}
.tax-guaranteeType-card__description span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8d93a1
}
.tax-guaranteeType-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 48px 48px 116px;
  height: 100%;
  width: 100%;
  position: relative
}
@media (max-width:766px) {
  .tax-guaranteeType-card-content {
    min-height: 0;
    padding: 24px
  }
}
@media (min-width:767px) {
  .tax-guaranteeType-card-content .tax-guaranteeType-card-content-action {
    position: absolute;
    left: 48px;
    right: 48px;
    bottom: 48px
  }
}
.tax-guaranteeType-card-content .tax-guaranteeType-card-content-action .tax-card-button {
  background: #dbe7ff;
  border-radius: 8px
}
.tax-guaranteeType-card-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
  margin-bottom: 10px
}
.tax-guaranteeType-card-content-body {
  font-weight: 500;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.tax-guaranteeType-card-content-body h3 {
  font-size: 24px;
  line-height: 1.17;
  margin-bottom: 8px
}
@media (max-width:766px) {
  .tax-guaranteeType-card-content-body h3 {
    font-style: 18px
  }
}
.tax-guaranteeType-card-content-body p {
  font-size: 16px;
  line-height: 1.5
}
@media (max-width:1278px) {
  .tax-guaranteeType-cards-containers {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .tax-guaranteeType-card {
    width: 100%
  }
  .tax-guaranteeType-cards-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .tax-guaranteeType-card-image {
    width: 80px
  }
  .tax-guaranteeType-card-content-body h3 {
    font-size: 23px;
    line-height: 32px
  }
}
@media (max-width:766px) {
  .tax-guaranteeType-card {
    width: 100%;
    margin-bottom: 15px;
    height: 100%
  }
  .tax-guaranteeType-card-content-body {
    font-weight: 500
  }
  .tax-guaranteeType-card-content-body h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33
  }
  .tax-guaranteeType-card-content-body p {
    font-size: 16px;
    line-height: 1.5
  }
}
.intro-footer {
  margin-top: 0!important
}
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  src: local(""),url(../../fonts/Exo2-Regular.woff2) format("woff2"),url(../../fonts/Exo2-Regular.woff) format("woff")
}
body {
  font-family: "Exo 2",Arial,sans-serif!important
}
.tax-header-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00205e;
  overflow: hidden;
  margin-top: -67px;
  padding-top: 67px
}
.tax-gradient-back {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: -1px;
  overflow: hidden
}
.tax-gradient-back:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(55.2%,rgba(0,24,68,0)),color-stop(98.29%,#f0f7ff));
  background: linear-gradient(180deg,rgba(0,24,68,0) 55.2%,#f0f7ff 98.29%);
  z-index: 8;
  pointer-events: none
}
.tax-gradient-back__elips {
  position: absolute;
  width: 1468px;
  height: 1468px;
  position: absolute;
  background: url(../../images/BG/ellipse-1.svg) no-repeat 50% 50%/contain;
  z-index: 0
}
.tax-gradient-back__elips--1 {
  top: -50%;
  left: -50%
}
.tax-gradient-back__elips--2 {
  top: 41px;
  right: -50%
}
.tax-button-header {
  background-color: transparent!important;
  border: 1px solid rgba(255,255,255,.2)
}
.tax-button-header:hover {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: rgba(255,255,255,.2)!important
}
.tax-button-header__side {
  -webkit-box-shadow: 0 4px 8px 0 rgba(7,144,81,.35);
  box-shadow: 0 4px 8px 0 rgba(7,144,81,.35)
}
.s-nav-bg {
  background: #186855
}
.side-nav.s-nav-bg .side-nav__content:after,
.side-nav.s-nav-bg .side-nav__content:before {
  background: 0 0
}
.tax-header {
  position: absolute;
  background: rgba(0,0,0,.1)
}
.tax-header-search {
  top: 60px
}
@media (min-width:1279px) {
  .tax-header-search {
    top: 48px
  }
}
ul.menu__submenu.tax-menu__submenu {
  z-index: 100
}
.tax-header-auth-link {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: .2px;
  margin: 0 12px
}
.tax-header-auth-link:hover {
  color: rgba(255,255,255,.6)
}
.tax-under-header {
  display: none
}
.tax-under-header nav {
  margin-right: 200px
}
.tax-header-auth {
  margin-left: 100px
}
.tax-header-auth a:not(.tax-under-header-button) {
  font-size: 13px
}
.tax-header-auth a.tax-under-header-button {
  text-decoration: none
}
.tax-href-location {
  display: none
}
@media (min-width:1279px) {
  .tax-under-header {
    width: 100%;
    position: absolute;
    height: 50px;
    top: 90px;
    border-bottom: 1.5px solid rgba(255,255,255,.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    -webkit-transition: top 0s;
    transition: top 0s
  }
  .tax-under-header.page-nav {
    background: 0 0;
    border-top: none;
    -webkit-transition: top 0s background .2s ease;
    transition: top 0s background .2s ease
  }
  .tax-under-header.page-nav.page-nav--fixed {
    background: #186855;
    z-index: 101
  }
}
@media (min-width:1680px) {
  .tax-under-header {
    top: 105px
  }
  .tax-href-location {
    display: block;
    position: absolute;
    z-index: 10;
    top: 165px;
    left: 25.2%;
    opacity: .5
  }
  .tax-href-location .tax-header-auth-link {
    font-size: 10px;
    margin: 0 5px
  }
  .tax-href-location .tax-header-auth-link:nth-child(2) {
    font-size: 9px
  }
}
.tax-under-header-button {
  padding: 6px 15px;
  font-size: 12px;
  width: auto;
  display: inline-block;
  border-radius: 5px;
  background: 0 0;
  color: #fff;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,.2);
  text-decoration: none
}
.tax-under-header-button:hover {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: rgba(255,255,255,.2)
}
.tax-under-header-button:last-child {
  margin-left: 10px
}
.tax-main-image {
  position: relative;
  z-index: 9;
  top: 0;
  left: 0;
  width: 512px;
  height: auto;
  min-height: 0;
  -o-object-fit: contain;
  object-fit: contain
}
@media (max-width:766px) {
  .tax-main-image {
    margin: 21px auto 13px
  }
}
.tax-main-image-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.tax-main-image-title h1 {
  line-height: 42px
}
.tax-main-title {
  color: #fff;
  min-width: 510px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 49%
}
.tax-main-title h1 {
  margin-bottom: 20px
}
.tax-main-title .page-header__buttonwrapper {
  margin-bottom: 0
}
.tax-main-image-title-container {
  position: relative;
  padding-top: 193px;
  z-index: 9;
  background: #f0f7ff
}
.tax-main-image-title-container .content-breadcrumbs {
  position: relative;
  z-index: 9;
  margin: 0 auto
}
.tax-main-image-title-container .content-breadcrumbs .content-wrapper {
  padding: 0;
  width: 100%
}
.tax-main-image-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9;
  margin: -21px 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.tax-main-list {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 32px;
  line-height: 24px
}
.tax-main-list .tax-main-list-item {
  line-height: 25px
}
#tax-ret-login {
  background-color: rgba(255,255,255,.2);
  margin-left: 14px
}
@media (max-width:766px) {
  #tax-ret-login {
    margin-left: 0;
    margin-top: 14px;
    width: 100%
  }
}
@media (max-width:766px) {
  .bg-main-button {
    width: 100%
  }
}
#tax-ret-login:hover {
  opacity: .8
}
@media (max-width:1278px) {
  .tax-main-image {
    width: 480px;
    margin: 0 auto
  }
  .tax-main-image-title {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 100%
  }
  .tax-main-image-title h1 {
    line-height: 50px;
    font-size: 43px;
    margin-bottom: 20px
  }
  .tax-main-title {
    min-width: 300px;
    width: 100%
  }
  .tax-main-image-title-container {
    padding-top: 150px
  }
}
@media (max-width:766px) {
  .tax-main-image {
    max-width: 320px;
    width: 100%
  }
  .tax-main-image-title h1 {
    line-height: 40px;
    font-size: 35px;
    font-weight: 300
  }
  .tax-main-list {
    font-size: 16px
  }
  .tax-main-list .tax-main-list-item {
    line-height: 1.5
  }
  .tax-main-title {
    min-width: 100%;
    padding: 0
  }
  .tax-main-button {
    width: 100%
  }
}
.tax-list {
  margin-top: 48px
}
@media (min-width:767px) {
  .tax-list {
    margin-top: 96px
  }
}
.tax-list__title {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 24px
}
@media (min-width:767px) {
  .tax-list__title {
    font-size: 44px;
    line-height: 56px
  }
}
@media (min-width:767px) {
  .tax-list__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px
  }
}
@media (min-width:1279px) {
  .tax-list__content {
    display: block
  }
}
.tax-list__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px
}
@media (min-width:1279px) {
  .tax-list__list {
    grid-template-columns: repeat(3,1fr)
  }
}
.tax-list__li {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  padding: 24px;
  gap: 32px
}
@media (min-width:767px) {
  .tax-list__li {
    padding: 48px;
    grid-template-columns: 1fr 128px
  }
}
@media (min-width:1279px) {
  .tax-list__li {
    grid-template-columns: 1fr
  }
}
.tax-list__img {
  margin-bottom: 24px
}
@media (min-width:767px) {
  .tax-list__img {
    margin-bottom: 0
  }
}
@media (min-width:1279px) {
  .tax-list__img {
    margin-bottom: 24px
  }
}
.tax-list__list-title {
  font-size: 24px;
  line-height: 28px
}
.page-modal {
  width: 100%
}
.page-modal .page-modal__form {
  width: 100%
}
.page-modal .page-modal__title {
  margin-bottom: 8px
}
.page-modal .page-modal__description {
  font-size: 16px;
  line-height: 24px
}
.page-modal .request-form__item {
  width: 100%
}
.page-modal .request-form__item .request-form__inputwrapper {
  width: 100%
}
.consultation-form {
  background: 0 0;
  color: #000
}
.consultation-form .consultation-form__title {
  color: #000;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -.16px
}
.consultation-form .consultation-form__description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #000
}
.page-modal .bankguar-request {
  padding: 24px
}
@media (min-width:767px) {
  .page-modal .bankguar-request {
    padding: 48px
  }
}
.page-modal .bankguar-request .bg-title h1 {
  color: #000;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -.16px;
  margin-bottom: 24px
}
.page-modal .bankguar-request .bankguar-request__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #000
}
.page-modal .bankguar-request .bg-footer-form-image {
  display: none
}
.tax-statistics {
  padding-top: 48px
}
@media (min-width:767px) {
  .tax-statistics {
    padding-top: 96px
  }
}
@media (min-width:1279px) {
  .tax-statistics {
    padding-top: 27px
  }
}
.tax-statistics h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  color: #fff
}
@media (max-width:766px) {
  .tax-statistics h2 {
    font-size: 24px;
    line-height: 28px
  }
}
.tax-statistics-cards-wrapper {
  padding-top: 32px;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-template-columns: 100%;
  gap: 24px
}
@media (min-width:767px) {
  .tax-statistics-cards-wrapper {
    grid-template-columns: repeat(2,1fr)
  }
}
@media (min-width:1279px) {
  .tax-statistics-cards-wrapper {
    grid-template-columns: repeat(3,1fr)
  }
}
.tax-statistics-card-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #fff
}
@media (max-width:766px) {
  .tax-statistics-card-title {
    font-size: 18px;
    line-height: 24px
  }
}
.tax-statistics-card-description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff
}
.tax-statistics-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 32px;
  gap: 10px;
  height: 124px;
  background: rgba(255,255,255,.05);
  border-radius: 8px
}
@media screen and (min-width:767px) and (max-width:1278px) {
  .tax-statistics-card:nth-child(3) {
    grid-column: 1/-1
  }
}
.tax-steps-main-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: #f1f8ff
}
.tax-steps-main-container .content-wrapper {
  width: 100%
}
@media (max-width:766px) {
  .tax-steps-main-container {
    padding-top: 48px;
    padding-bottom: 48px
  }
}
@media (max-width:766px) {
  .tax-steps-main-container .tax-title .h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 24px
  }
}
.tax-steps-title h1 {
  font-size: 34px;
  margin-bottom: 48px
}
.tax-steps-cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1061px;
  width: 100%
}
.tax-steps-card {
  width: calc(33.33% - 16px);
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0,65,203,.14);
  box-shadow: 0 1px 4px rgba(0,65,203,.14);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 48px
}
.tax-steps-card img {
  margin-bottom: 16px;
  width: 50px
}
.tax-steps-card p {
  text-align: center;
  font-size: 18px;
  line-height: 1.56;
  max-width: 288px;
  margin: 0 auto
}
.tax-steps-card ul {
  list-style: disc;
  font-size: 18px;
  line-height: 1.56
}
.tax-steps-card ul li:not(:last-child) {
  margin-bottom: 16px
}
@media (max-width:1278px) {
  .tax-steps-cards-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 85%;
    margin-bottom: -24px
  }
  .tax-steps-title h1 {
    font-size: 38px;
    margin-bottom: 48px
  }
  .tax-steps-card {
    margin-bottom: 24px;
    width: 100%
  }
}
@media (max-width:766px) {
  .tax-steps-title {
    max-width: 300px;
    margin-bottom: 25px
  }
  .tax-steps-title h1 {
    font-size: 34px;
    margin-bottom: 24px;
    text-align: center
  }
  .tax-steps-card {
    width: 100%;
    padding: 48px 24px
  }
}
.tax-steps-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.tax-steps-wrapper .tax-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media (min-width:1279px) {
  .tax-steps-wrapper .tax-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
@media (min-width:1279px) {
  .tax-steps-wrapper .tax-title h1 {
    text-align: center
  }
}
.tax-steps__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000
}
@media (max-width:1278px) {
  .tax-steps__title {
    text-align: left
  }
}
.tax-steps__list--col4 {
  width: 100%
}
@media (min-width:1279px) {
  .tax-steps__list--col4 .tax-steps__li {
    width: calc(25% - 24px)
  }
}
.tax-steps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media (min-width:1279px) {
  .tax-steps__list {
    margin: 55px 0 0 -24px
  }
}
.tax-steps__list--col4 {
  width: 100%
}
@media (min-width:1279px) {
  .tax-steps__list--col4 .tax-steps__li {
    width: calc(25% - 24px)
  }
}
.tax-steps__li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  min-height: 80px;
  margin-bottom: 48px;
  z-index: 1
}
@media (min-width:1279px) {
  .tax-steps__li {
    margin-bottom: 0;
    text-align: center;
    width: calc(33.33% - 24px);
    display: inline-block
  }
}
.tax-steps__li a {
  text-decoration: none
}
.tax-steps__li:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 34px;
  background-image: -webkit-gradient(linear,left top,right top,from(#0450f2),to(#dbe7ff));
  background-image: linear-gradient(90deg,#0450f2 0,#dbe7ff 100%);
  top: calc(100% + 22px);
  left: 21px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
@media (min-width:1279px) {
  .tax-steps__li:before {
    width: 121%;
    top: 38px;
    right: calc(-85% - 19px);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    left: auto
  }
}
.tax-steps__li:last-child:before {
  display: none
}
.tax-steps__circle {
  position: relative;
  width: 78px;
  height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.17;
  color: #0450f2;
  border-radius: 50%;
  background: #fff;
  margin-right: 24px
}
.tax-steps__circle--light-blue {
  background: #f1f8ff
}
@media (min-width:768px) {
  .tax-steps__circle {
    margin-right: 48px
  }
}
@media (min-width:1279px) {
  .tax-steps__circle {
    margin: 0 auto 24px
  }
}
.tax-steps__circle:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background-image: -webkit-gradient(linear,left top,right top,from(#0450f2),to(#dbe7ff));
  background-image: linear-gradient(90deg,#0450f2 0,#dbe7ff 100%);
  z-index: -2;
  border-radius: 50%
}
@media (min-width:1279px) {
  .tax-steps__list {
    margin: 55px 0 0 -24px
  }
}
.tax-steps__list--col4 {
  width: 100%
}
@media (min-width:1279px) {
  .tax-steps__list--col4 .tax-steps__li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(25% - 24px)
  }
}
.page-v2-sallers-instruction .tax-steps__list {
  margin-top: 32px
}
@media (min-width:768px) {
  .page-v2-sallers-instruction .tax-steps__list {
    margin-top: 48px
  }
}
.tax-steps__text-box {
  width: 260px
}
@media (max-width:1278px) {
  .tax-steps__text-box {
    max-width: calc(100% - 126px)
  }
}
.tax-steps__text .button {
  background-color: rgba(255,255,255,0);
  color: #0041cb;
  cursor: pointer;
  font-size: 16px;
  font-family: "Exo 2","Open Sans",Arial,Helvetica,sans-serif;
  font-weight: 400;
  text-align: center;
  height: 0;
  line-height: 1.5;
  display: inline-block;
  white-space: nowrap;
  border-radius: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  vertical-align: top;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none
}
.tax-steps__text .button:hover {
  text-decoration: underline
}
.tax-title .h1,
.tax-title h1 {
  font-weight: 400;
  font-size: 44px;
  line-height: 1.27;
  color: #000;
  margin-bottom: 48px
}
@media (max-width:766px) {
  .tax-title .h1,
  .tax-title h1 {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 24px
  }
}
.tax-title--type-2 .h1,
.tax-title--type-2 h1 {
  color: #fff;
  margin-bottom: 24px
}
@media (max-width:1278px) {
  .tax-title--type-2 .h1,
  .tax-title--type-2 h1 {
    margin-bottom: 16px
  }
}
.tax-title p {
  margin-bottom: 24px
}
@media (max-width:1278px) {
  .tax-title p {
    margin-bottom: 16px
  }
}