/* FOOTER POPUP-BOX */
.footer .popup-box {
  width: 100%;
  font-size: 12px;
  line-height: 1.1;
  padding: 10px 16px 10px 16px;
  display: block;
  min-height: 0px;
}
.footer .popup-box .popup-title-wrap {
  position: relative;
  margin-bottom: 10px;
}
.footer .popup-box .popup-content-wrap {
  padding: 0;
  overflow: hidden;
  line-height: 1.1;
}
.footer .popup-box .popup-footer-wrap {
  padding: 12px 0 0 0;
}
.footer .popup-box .popup-actions-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .popup-box .popup-action-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 4px;
}
.footer .popup-box .popup-action-wrap .btn {
  height: 30px;
  border-radius: 8px;
  padding: 0 30px;
  font-size: 12px;
  font-weight: 500;
  min-width: 0;
  min-height: 30px;
}
.footer .popup-box .popup-action-wrap .btn.button-text {
  padding: 0;
  font-weight: 400;
}
.footer .popup-box .popup-action-wrap .btn.button-text:not(:hover) {
  color: var(--clr-base);
}
.footer .popup-box .popup-title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
.footer .popup-box .btn-action-ico.ico-close-small {
  width: 20px;
  height: 20px;
}
.footer .popup-box .btn-action-ico.ico-close-small:after,
.footer .popup-box .btn-action-ico.ico-close-small:before {
  width: 8px;
  margin-left: -4px;
}
/* FOOTER POPUP-BOX */


body.popup-open {
    overflow: hidden
}

.popup-outer-box {
    display: none;
    padding: 50px 15px;
    -webkit-animation: fadein .2s ease;
    animation: fadein .2s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 100;
    background: rgba(0,0,0,.48);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.popup-box,
.popup-outer-box.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
	margin:0px 0px 13px 37px;
	max-width: 520px;
}

.popup-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    width: 33.125em;
    border-radius: 15px;
    max-width: 100%;
    max-height: 100%;
    background-color: #fff;
    z-index: 20;
    padding: 24px;
    font-size: 16px
}

.popup-box .popup-footer-wrap,
.popup-box .popup-header-wrap {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative
}

.popup-box .popup-header-wrap {
    line-height: 1;
    padding-bottom: 24px
}

.popup-box .popup-content-wrap {
    padding-top: 6px;
    width: 100%;
    overflow: auto;
    -ms-overflow-style: none;
    line-height: 1.375
}

.popup-box .popup-content-wrap::-webkit-scrollbar {
    width: 0;
    height: 0
}

.popup-box .popup-footer-wrap .btn {
    width: 100%;
    max-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto
}

.popup-box .btn-action-ico.ico-close-small {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
}

.popup-box .btn-action-back {
    line-height: 24px;
    font-weight: 700;
    cursor: pointer;
}

.popup-box .desc-wrap,
.popup-box .info-wrap,
.popup-box .select-wrap {
    margin-bottom: 24px
}


.header .btn-lang .button-ico img {
	border-radius: 50%;
}


/* FRM */
/* ----------------------------------- *\
			forms elements styles
\* ----------------------------------- */
.form-input {
  height: 46px;
  height: 4.6rem;
  padding: 0 10px 0 15px;
  border-radius: 1rem;
  border: 1px solid #888;
  font-size: 14px;
}
textarea.form-input {
  height: 120px;
  padding-top: 15px;
  line-height: 1.1;
}
[placeholder]::-webkit-input-placeholder {
  color: #9F9F9F;
}
[placeholder]:-moz-placeholder {
  color: #9F9F9F;
}
[placeholder]::-moz-placeholder {
  color: #9F9F9F;
}
[placeholder]:-ms-input-placeholder {
  color: #9F9F9F;
}
select.form-input {
  display: block;
  width: 100%;
  padding-right: 30px;
  background-image: url(/templates/en/img-v2/icons/arrow-select.svg);
  background-position: right 20px center;
  background-color: #fff;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none!important;
  line-height: 1em;
  text-indent: 0.01px;
  text-overflow: '';
  outline: none;
}
select.form-input.form-input-clear {
  height: auto;
  border: none;
  min-height: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  line-height: inherit;
  padding: 0 16px 0 0;
  color: inherit;
  font-weight: bold;
  background-image: url(/templates/en/img-v2/icons/arrow-select.svg);
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: right center;
}
select::-ms-expand {
  display: none;
}
.btn {
  height: 46px;
  height: 4.6rem;
  min-height: 40px;
  padding: 0 40px;
  padding: 0 4rem;
  min-width: 220px;
  min-width: 22rem;
  border-radius: 1rem;
  background-color: var(--clr-att-second);
  border: 1px solid var(--clr-att-second);
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
.btn:hover,
.btn.active {
  color: #fff;
  background-color: var(--clr-att);
  border-color: var(--clr-att);
}

.btn-wallet {
    display: flex !important;
    
    width: fit-content !important;
    height: 40px !important;
    
	margin-left: 0 !important;
	margin-right: 0 !important;
    padding: 0 20px !important;
    
    border-radius: 8px !important;
    
    font-size: 16px !important;
    
    white-space: nowrap;
}

.btn-wallet .button-title:hover, .btn-wallet:hover {
    color: #fff !important;
}

.btn-wallet:before {
	display: none !important;
}

.btn-wallet-title {
	margin: 0 10px 10px 2px;
    
    font-size: 16px;
    
    white-space: nowrap;
}

.menu-btn-wallet-wrapper {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    
    padding-bottom: 10px;
}

.login-popup {
	top: 170% !important; 
    right: -5% !important; 
    
    width: fit-content !important;
}
    
@media (max-width: 479px) {
    .btn-wallet {
    	padding: 0 10px !important;
    }
    
	.login-popup {
    	right: -78% !important;
    }

    .login-popup--en {
    	right: -130% !important;
    }

    .login-popup--ua {
    	right: -126% !important;
    }

    .login-popup--tr {
    	right: -100% !important;
    }
}

.login-popup__title {
    padding-left: 14px;
    
	font-size: 18px;
}

.popup-cookies{max-width:100% !important;margin:auto !important;}

.btn.button-small {
  min-width: 0;
  height: 40px;
  padding: 0 20px;
  font-size: 18px;
  letter-spacing: 0.01em;
}
.btn.button-border:not(:hover) {
  color: var(--clr-att);
  background-color: transparent;
}
.btn.button-text {
  min-width: 170px;
  min-width: 17rem;
  background-color: transparent;
  border-color: transparent;
  color: var(--clr-title);
}
.btn.button-text:hover {
  color: var(--clr-att);
}
.btn-action-ico {
  min-width: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
/*
.btn-action-ico:not(.btn) {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-action-ico.btn {
  min-width: 0;
  min-height: 0;
  padding: 0;
  display: block;
}
.btn-action-ico:before,
.btn-action-ico:after,
.btn-action-ico [class*="icon-"],
.btn-action-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.btn-action-ico:before,
.btn-action-ico:after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto auto;
}
.btn-action-ico:hover {
  text-decoration: none;
}
.btn-action-ico:hover:not(.btn) {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-action-ico.ico-arrow {
  z-index: 20;
  cursor: pointer;
}
*/
.btn-action-ico.ico-arrow:before {
  background-image: url(../img-v2/icons/arrow-slider.svg);
  background-size: 24px auto;
}
.btn-action-ico.ico-arrow-prev:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn-action-ico.ico-menu:after,
.btn-action-ico.ico-menu:before {
  width: 16px;
  height: 14px;
  border-top: 2px solid var(--clr-base);
  border-bottom: 2px solid var(--clr-base);
  margin: -7px 0 0 -8px;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
}
.btn-action-ico.ico-menu:before {
  height: 2px;
  margin-top: -1px;
  border-top: none;
}
.btn-action-ico.ico-menu.active:after {
  height: 2px;
  margin-top: -1px;
  border-top: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btn-action-ico.ico-menu.active:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn-action-ico.ico-close:after,
.btn-action-ico.ico-close-small:after,
.btn-action-ico.ico-close:before,
.btn-action-ico.ico-close-small:before {
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  margin: -1px 0 0 -10px;
  background: var(--clr-base);
}
.btn-action-ico.ico-close:before,
.btn-action-ico.ico-close-small:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn-action-ico.ico-close:after,
.btn-action-ico.ico-close-small:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btn-action-ico.ico-close-small {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
}
.btn-action-ico.ico-close-small:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.btn-action-ico.ico-close-small:after,
.btn-action-ico.ico-close-small:before {
  width: 10px;
  height: 2px;
  margin: -1px 0 0 -5px;
  background-color: #fff;
}
.btn-action-ico.button-soc img,
.btn-action-ico.button-soc svg {
  max-width: 24px;
  max-height: 24px;
}
.btn-action-ico.button-soc:hover {
  opacity: 0.8;
}
.btn-action-app {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.btn-action-app:hover {
  opacity: 0.8;
}
.btn-action-app img {
  display: block;
  width: 100%;
}
.btn-action-qr {
  display: block;
  position: relative;
  line-height: 1;
  border-radius: 11px;
  padding: 8px;
  background-color: #fff;
  overflow: hidden;
}
.btn-action-qr img {
  display: block;
  width: 100%;
}
.btn-action-arrow,
.btn-action-back {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 1.41666667em 0 0;
  line-height: 1.25;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.btn-action-arrow.button-gray:not(:hover),
.btn-action-back.button-gray:not(:hover) {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.btn-action-arrow.button-light,
.btn-action-back.button-light {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.btn-action-arrow:before,
.btn-action-back:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.45em;
  background: url(../img-v2/icons/arrow-att.svg) center no-repeat;
  background-size: 0.8em auto;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.btn-action-back {
  padding: 0 0 0 22px;
}
.btn-action-back:before {
  right: auto;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.frm-main-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.frm-main-button .form-input,
.frm-main-button .btn {
  height: 46px;
  height: 4.6rem;
  min-height: 40px;
  min-height: 4rem;
}
.frm-main-button .field-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 20px;
  padding-left: 2rem;
}
.frm-main-button .field-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.frm-main-search {
  display: block;
  position: relative;
  line-height: 1;
  overflow: hidden;
}
.frm-main-search .btn {
  position: absolute;
  top: 110%;
  left: 110%;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  padding: 0;
  min-width: 0;
}
.frm-main-search .form-input {
  height: 54px;
  border-radius: 10px;
  background: #fff url(../img-v2/icons/search.svg) 12px center no-repeat;
  background-size: 16px auto;
  border: 1px solid #BDBFC3;
  padding: 0 10px 0 45px;
  font-size: 16px;
  font-weight: 400;
  color: var(--clr-title);
}
.frm-main-search [placeholder]::-webkit-input-placeholder {
  color: #B8B8B8;
}
.frm-main-search [placeholder]:-moz-placeholder {
  color: #B8B8B8;
}
.frm-main-search [placeholder]::-moz-placeholder {
  color: #B8B8B8;
}
.frm-main-search [placeholder]:-ms-input-placeholder {
  color: #B8B8B8;
}
.frm-row,
.frm-field,
.frm-row-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  line-height: 1;
}
.frm-field {
  display: block;
  width: 100%;
}
.frm-select,
.frm-select-toggle {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 1;
}
.frm-select input,
.frm-select-toggle input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.frm-select label,
.frm-select-toggle label {
  display: block;
  position: relative;
  cursor: pointer;
}
.frm-select label:before,
.frm-select-toggle label:before,
.frm-select label:after,
.frm-select-toggle label:after {
  content: "";
  display: block;
  position: absolute;
}
.frm-select-toggle input:checked ~ label:before {
  background-color: var(--clr-att-second);
}
.frm-select-toggle input:checked ~ label:after {
  right: 2px;
}
.frm-select-toggle label {
  font-size: 1em;
  line-height: 1.375;
  padding: 0.4375em 4.375em 0 0;
  min-height: 1.875em;
  font-weight: 600;
  color: var(--clr-title);
}
.frm-select-toggle label:before {
  width: 3.375em;
  height: 1.875em;
  top: 0.9375em;
  margin-top: -0.9375em;
  right: 0;
  left: auto;
  background-color: var(--clr-base);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  border-radius: 0.9375em;
}
.frm-select-toggle label:after {
  width: 1.625em;
  height: 1.625em;
  -webkit-box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 50%;
  left: auto;
  top: 0.9375em;
  right: 1.625em;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  margin-top: -0.8125em;
}
@media (max-width: 479px) {
  .frm-main-button {
    display: block;
  }
  .frm-main-button .field-button {
    padding: 0;
    margin-top: 10px;
  }
  .frm-main-button .field-button .btn {
    width: 100%;
  }
}

.btn-help {
	margin: 50px auto 0px auto;
}

hr {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 30px;
    clear: both;
    height: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: #949494;
}

@media (max-width: 639px) {
.main-top-box .photo-inner-wrap {
    /*margin-left: 26%;*/
}
}

/*
.elm-screen-main.screen02 img {
	width: 100% !important;
	left: 5% !important;
}
*/

.block-info {
	display: none;
}

.main-buyusd-fix img {
    width: 120% !important;
    left: -15px !important;
    top: -30px !important;
}

@media (max-width: 639px) {
.main-join-fix img {
    width: 100% !important;
	left: 0% !important;
    top: 0 !important;
}

.main-payment-box-fix img {
	left: 5% !important;
}

}

.main-join-fix img {
    width: 100% !important;
}

.debit-cards-fix-padding {
	padding: 10rem 0 13rem !important;
}



.popup-form-box .frm-field-message {
	margin: 5px 0 20px 0 !important;
}

.btn-action-ico.ico-close-main {
	border: 2px solid var(--clr-title) !important;
}

/* 11.02.2023 CARDS First block */
.main-card-head-box, .main-payment-head-box {
	padding: 10rem 0 13rem !important;
}

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

.width100 {
	width: 100% !important;
}

.ul-disc ul {
	line-height: 60px;
}
.ul-disc li.line {
	line-height: 35px;
	margin-bottom: 15px;
	font-size: 24px;
}

/* Overview font-weight Highlights */
.main-tiles-overview-second-box .main-title-wrap {
    font-weight: 500 !important;
}

/* Padding blocks */
.inner-head-box {
	padding: 10rem 0 0rem !important;
}

.main-video-box {
	padding-bottom: 0rem;
}

.product-fix-padding {
	padding-bottom: 10rem !important;
}

.services-fix-block {
	padding: 15rem 0 0 !important;
}

/* legal fix line-height */
.main-text-box p {
	margin-bottom: 0;
}

.airdrop-fix-padding {
	padding: 5rem 0 0rem !important;
}

.overview-media-box .slider-preview-wrap .sl-wrap {
	width: 16.66% !important;
}

.overview-media-box .slider-wrap .elm-photo {
	width: 100% !important;
}

.overview-media-box .slider-preview-wrap .elm-photo.photo-contain img, .overview-media-box .slider-preview-wrap .elm-photo.photo-contain svg {
	max-width: 100% !important;
    max-height: 100% !important;
}

.overview-media-box .slider-wrap {
	background-color: transparent !important;
}
.overview-media-box .slider-wrap .elm-photo {
	top: -10px !important;
}

/*
@media (min-width: 1024px) {
.btn.button-large {
	min-width: 40rem;
}
}
*/

.item-tile-video embed, .item-tile-video iframe, .item-tile-video object {
	min-height: 558px;
}

.overview-media-box .slider-preview-wrap .elm-photo {
	background-color: transparent !important;
}

.popup-box,
.popup-outer-box.active {
	margin:0;
}

.tile-help p {
	margin-bottom: revert !important;
}

.frm-main-country .country-option img {
	min-width: 35px!important;
    min-height: 24px !important;
    max-width: 35px !important;
    max-height: 24px !important;
    border-radius: 5px !important;
}
.frm-main-country .option-list {
	padding: 0 !important;
}
.font-weight-top {
	font-weight: 400 !important;
}

.color-size {
	font-size: 24px !important;
    color: #000 !important;
}

.color-size p {
	font-size: 20px !important;
}

.js-nohelp:before {
	background: none !important;
}

.tile-help-blocks {
	right: auto !important;
	width: 900px !important;
}

.main-products-scheme-box .box-inner-wrap .wrap-full .btn {
	box-shadow: none !important;
	cursor: default !important;
	border-radius: 4px !important;
}
#popup-airdrop {
	max-width: 100% !important;
	z-index: 999 !important;
}

@media (min-width: 1024px) {
.popup-box.popup-form-succefull {
	padding-top: 0 !important;
	max-width: 465px !important;
}
.popup-form-succefull .btn.button-large {
	min-width: 20rem !important;
}
}

.popup-succefull-box .text-inner-wrap {
	min-height: 40rem !important;
}
/*
--clr-base: #303031;
--clr-base-dark: #000;
--clr-title: #121214;
--clr-att: #2169fc;
--clr-att-second: #0029ff;
--clr-light: #e4e4e;
--main-padding: 12.8rem;
--second-padding: 6.4rem;
--main-radius: 1.6rem;
--main-shadow: 3px 5px 24px rgba(45,47,64,.08);
--main-shadow-hover: 4px 12px 24px rgba(0,0,0,.24),0.5px 0.5px 0px rgba(0,0,0,.5);
--min: 320px;
--max: 1300px;
--paddingContainer: 15px;
font-size: 10px*/
/*
@media (max-width:639px) {
    :root {
        --main-padding: 64px;
        --second-padding: 64px
    }
}
*/
.item-tile-eco {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  border-radius: 16px;
  background: #151516;
  height: auto;
  padding: 51.2px 38.4px;
  padding: 3.2rem 2.4rem;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.item-tile-eco.tile01 {
  background: linear-gradient(135deg, #0047BB 0%, #685BC7 100%);
  padding-bottom: 0;
  min-height: 560px;
}
.item-tile-eco.tile01 .tile-title-wrap {
  -ms-flex: inherit;
      flex: inherit;
}
.item-tile-eco.tile01 .tile-photo-wrap {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.item-tile-eco.tile01 .tile-photo {
  max-width: 280px;
}
.item-tile-eco.tile02 {
  min-height: 346px;
}
.item-tile-eco.tile02 .tile-title-wrap {
  -ms-flex: inherit;
      flex: inherit;
}
.item-tile-eco.tile03 {
  background: #F0F2F6;
  color: #000;
  min-height: 408px;
}
.item-tile-eco.tile03 .tile-photo-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex: 1;
      flex: 1;
}
.item-tile-eco.tile03 .tile-title-info {
  color: #7D7E80;
}
.item-tile-eco.tile03 a {
  color: #2169FC;
}
.item-tile-eco.tile03 a:hover {
  color: inherit;
}
.item-tile-eco.tile04 {
  background: linear-gradient(135deg, #111584 0%, #685BC7 100%);
  min-height: 216px;
}
.item-tile-eco.tile04 .tile-action-wrap {
  -ms-flex: 1;
      flex: 1;
}
.item-tile-eco.tile05 {
  background: #F0F2F6;
  color: #1D1D1F;
  min-height: 257px;
}
.item-tile-eco.tile05 .tile-title-info {
  color: #7D7E80;
}
.item-tile-eco.tile05 .tile-title-wrap {
  -ms-flex: inherit;
      flex: inherit;
}
.item-tile-eco.tile05 a {
  color: #2169FC;
}
.item-tile-eco.tile05 a:hover {
  color: inherit;
}
.item-tile-eco.tile06 {
  background: #F0F2F6;
  padding-bottom: 12px;
  min-height: 407px;
  color: #000;
}
.item-tile-eco.tile06 .tile-photo {
  max-width: 280px;
}
.item-tile-eco.tile06 .tile-title-info {
  color: #7D7E80;
}
.item-tile-eco.tile06 .tile-photo-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex: 1;
      flex: 1;
}
.item-tile-eco.tile06 .tile-title-wrap {
  -ms-flex: inherit;
      flex: inherit;
}
.item-tile-eco.tile06 a {
  color: #2169FC;
}
.item-tile-eco.tile06 a:hover {
  color: inherit;
}
.item-tile-eco.tile07 {
  background-image: url(../img-v2/04.jpg);
  min-height: 500px;
}
.item-tile-eco.tile07 .tile-title-wrap {
  -ms-flex: inherit;
      flex: inherit;
}
.item-tile-eco .tile-photo-wrap {
  display: block;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-eco .tile-action-wrap {
  width: 100%;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 12px;
}
.item-tile-eco .tile-action-wrap:last-child {
  margin-bottom: 0;
}
.item-tile-eco .tile-title-wrap {
  margin-bottom: 12px;
  -ms-flex: 1;
      flex: 1;
  width: 100%;
  position: static;
}
.item-tile-eco .tile-title-wrap:last-child {
  margin-bottom: 0;
}
.item-tile-eco .tile-title-info {
  float: left;
  position: absolute;
  top: 38.4px;
  top: 2.4rem;
  right: 38.4px;
  right: 2.4rem;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.375;
  color: #DDDFE3;
  font-weight: 500;
}
.item-tile-eco .tile-title-info ~ .tile-title {
  padding-right: 80px;
  padding-right: 5rem;
}
.item-tile-eco .tile-title {
  font-size: 57.6px;
  font-size: 3.6rem;
  line-height: 1.22222222;
  letter-spacing: -0.72px;
  font-weight: 500;
  margin: 0 0 12px 0;
}
.item-tile-eco .tile-title:last-child {
  margin-bottom: 0;
}
.item-tile-eco .tile-photo {
  width: 100%;
  margin: 0 auto;
  max-width: 314px;
}
.item-tile-eco a {
  color: inherit;
}
.item-tile-eco a:hover {
  color: inherit;
}
.item-tile-section-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #fff;
  border-radius: 2rem;
  color: var(--clr-base);
  position: relative;
  overflow: hidden;
  min-height: 100%;
  --clr-base: #000408;
}
.item-tile-section-main .tile-photo-wrap {
  display: block;
  position: relative;
}
.item-tile-section-main .tile-info-wrap {
  display: block;
  padding: 38.4px 25.6px;
  padding: 2.4rem 1.6rem;
}
.item-tile-section-main .tile-tags-wrap {
  margin: 0 -8px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item-tile-section-main .tile-tag {
  margin: 0 8px 8px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 8;
}
.item-tile-section-main .tile-title {
  display: block;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.4px;
  height: 2.8em;
  margin: 0 0 12px 0;
}
.item-tile-section-main .tile-title a {
  display: block;
}
.item-tile-section-main .tile-title a:not(:hover) {
  color: inherit;
}
.item-tile-section-main .tile-photo:before {
  padding-top: 67.74%;
}
.title-600 {
  font-weight: 600 !important;
}
.frm-select input[type="radio"] ~ label:before,
.frm-select input[type="radio"] ~ label:after {
  border-radius: 50%;
}
.frm-select input:checked ~ label:after {
  opacity: 1;
}
.frm-select label {
  line-height: 22px;
  display: block;
  padding-left: 24px;
}
.frm-select label:before,
.frm-select label:after {
  width: 16px;
  height: 16px;
  border: 1px solid #A3A4A7;
  position: absolute;
  top: 50%;
  left: 8px;
  margin: -8px 0 0 -8px;
}
.frm-select label:after {
  border: none;
  background: #0029FF;
  opacity: 0;
}
.elm-error {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #F8485E;
  display: block;
  position: relative;
  padding: 0 0 0 28px;
  text-align: left;
}
.elm-error:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img-v2/error.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
.popup-test-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 210px;
  position: static;
  padding: 0 215px 0 0;
  --clr-att: #0047BB;
}
.popup-test-box .info-inner-wrap {
  -ms-flex: 1;
      flex: 1;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44444444;
  position: relative;
  z-index: 3;
  color: #575759;
}
.popup-test-box .info-inner-wrap .popup-title {
  display: block;
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.22222222;
  letter-spacing: -0.72px;
  margin: 0 0 12px 0;
}
.popup-test-box .photo-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
}
.popup-test-box .photo-inner-wrap.photo-bg .elm-photo {
  overflow: visible;
}
.popup-test-box .photo-inner-wrap.photo-bg .elm-photo img,
.popup-test-box .photo-inner-wrap.photo-bg .elm-photo svg {
  z-index: 2;
}
.popup-test-box .photo-inner-wrap.photo-bg .elm-photo:after {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: 0;
  right: 0;
  background: url(../img-v2/memoji-bg.svg) right top no-repeat;
  background-size: contain;
}
.popup-test-box .photo-inner-wrap .elm-photo {
  width: 100%;
  z-index: 2;
}
.popup-test-box .popup-action {
  margin-top: 73.6px;
  margin-top: 4.6rem;
}
.popup-test-box .popup-action .btn {
  min-width: 448px;
  min-width: 28rem;
  border-radius: 12px;
}
.popup-test-box .frm-main-button {
  margin-top: 51.2px;
  margin-top: 3.2rem;
  min-width: 400px;
}
.popup-test-box .frm-main-button .field-button {
  padding-left: 12px;
}
.popup-test-box .frm-main-button .btn {
  height: 54px;
  border-radius: 12px;
  padding: 0 24px;
  min-width: 160px;
}
.popup-test-box .frm-main-button .form-input {
  height: 54px;
  border-radius: 12px;
  padding-left: 30.4px;
  padding-left: 1.9rem;
  font-size: 16px;
  font-weight: 500;
  color: #1D1D1F;
  border-color: #DDDFE3;
}
.popup-outer-box.popup-sbs.active {
  max-width: 100%;
}
.popup-outer-box.popup-sbs .popup-box {
  width: 420px;
  padding: 64px 38.4px;
  padding: 4rem 2.4rem;
  border-radius: 16px;
  background: #1D1D1F;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  min-height: 0;
}
.popup-outer-box.popup-sbs .popup-box .popup-title-wrap {
  margin: 0 0 38.4px 0;
  margin: 0 0 2.4rem 0;
  position: static;
  padding: 0;
}
.popup-outer-box.popup-sbs .popup-box .popup-title-wrap:last-child {
  margin-bottom: 0;
}
.popup-outer-box.popup-sbs .popup-box .popup-title-wrap .elm-ico {
  width: 64px;
  height: 64px;
  background: #0047BB;
  border-radius: 12px;
  margin-bottom: 38.4px;
  margin-bottom: 2.4rem;
}
.popup-outer-box.popup-sbs .popup-box .popup-title-wrap .elm-ico img,
.popup-outer-box.popup-sbs .popup-box .popup-title-wrap .elm-ico svg {
  max-width: 40px;
  max-height: 40px;
}
.popup-outer-box.popup-sbs .popup-box .popup-title-wrap .popup-title {
  margin: 0 0 8px 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  color: inherit;
  letter-spacing: -0.64px;
}
.popup-outer-box.popup-sbs .popup-box .popup-title-wrap .btn-action-ico.ico-close-main {
  top: 38.4px;
  top: 2.4rem;
  right: 38.4px;
  right: 2.4rem;
  border-radius: 0;
  border: none !important;
}
.popup-outer-box.popup-sbs .popup-box .popup-title-wrap .btn-action-ico.ico-close-main:before,
.popup-outer-box.popup-sbs .popup-box .popup-title-wrap .btn-action-ico.ico-close-main:after {
  width: 20px;
  height: 2px;
  margin: -1px 0 0 -10px;
  background: #fff;
  opacity: 1;
}
.popup-outer-box.popup-sbs .popup-box .popup-title-wrap .btn-action-ico.ico-close-main:hover:before,
.popup-outer-box.popup-sbs .popup-box .popup-title-wrap .btn-action-ico.ico-close-main:hover:after {
  opacity: 1;
}
.popup-outer-box.popup-sbs .popup-box .popup-content-wrap {
  padding: 0;
  margin: 0;
}
.popup-outer-box.popup-sbs .popup-box .popup-info {
  margin-top: 8px;
  color: #7D7E80;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.33;
}
.popup-outer-box.popup-sbs .popup-box .popup-info a:not(:hover) {
  color: inherit;
}
.popup-outer-box.popup-sbs .popup-box .frm-main-button {
  margin: 0;
}
.popup-outer-box.popup-sbs .popup-box .frm-main-button .field-button {
  padding-left: 8px;
}
.popup-outer-box.popup-sbs .popup-box .frm-main-button .btn {
  min-width: 104px;
  height: 48px;
  border-radius: 12px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
}
.popup-outer-box.popup-sbs .popup-box .frm-main-button .btn:not(:hover) {
  color: #000408;
  border-color: #fff;
  background-color: #fff;
}
.popup-outer-box.popup-sbs .popup-box .frm-main-button .form-input {
  height: 48px;
  border-radius: 12px;
  color: #fff;
  padding: 0 10px 0 15px;
  border-color: #DDDFE3;
  background-color: transparent;
}
.popup-outer-box.popup-sbs .popup-box .frm-main-button [placeholder]::-webkit-input-placeholder {
  color: #7D7E80;
}
.popup-outer-box.popup-sbs .popup-box .frm-main-button [placeholder]:-moz-placeholder {
  color: #7D7E80;
}
.popup-outer-box.popup-sbs .popup-box .frm-main-button [placeholder]::-moz-placeholder {
  color: #7D7E80;
}
.popup-outer-box.popup-sbs .popup-box .frm-main-button [placeholder]:-ms-input-placeholder {
  color: #7D7E80;
}
.popup-outer-box.popup-test.active {
  max-width: 100%;
}
.popup-outer-box.popup-test .popup-box {
  width: 776px;
  border-radius: 2.4rem;
  padding: 76.8px 64px;
  padding: 4.8rem 4rem;
  min-height: 0;
}
.popup-outer-box.popup-test .popup-box .popup-title-wrap {
  padding: 0;
  margin: 0;
  position: static;
}
.popup-outer-box.popup-test .popup-box .popup-title-wrap .btn-action-ico.ico-close-main {
  top: 44.8px;
  top: 2.8rem;
  right: 44.8px;
  right: 2.8rem;
  z-index: 10;
}
.popup-outer-box.popup-test .popup-box .popup-content-wrap {
  padding: 0;
  margin: 0;
  position: static;
  min-height: 0;
}
.btn.button-tag {
  height: 28px;
  min-height: 28px;
  border-radius: 4px;
  border: 1px solid #DDDFE3;
  background: transparent;
  padding: 0 11px;
  font-size: 14px;
  color: #151516;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: normal;
  min-width: 0;
  width: auto;
}
.btn.button-tag.button-tag-main {
  height: 32px;
  min-height: 32px;
}
.btn.button-tag:hover,
.btn.button-tag.active {
  border-color: var(--clr-att);
  background-color: var(--clr-att);
  color: #fff;
}
.btn .button-counter {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 24px;
  height: 24px;
  border-radius: 4px;
  padding: 0 4px;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  background: #151515;
  margin: 0 4px;
  color: #fff;
}
.btn .button-counter:first-child {
  margin-left: 0;
}
.btn .button-counter:last-child {
  margin-right: 0;
}
.list {
  margin: 0;
  padding: 0;
}
.list li {
  margin: 0;
  padding: 0;
}
.list li:before {
  display: none;
}
.nav-box .nav-actions-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #DDDFE3;
  margin-bottom: 51.2px;
  margin-bottom: 3.2rem;
  padding-bottom: 10px;
}
.nav-box .soc-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 -6px 0 0;
}
.nav-box .soc-inner-wrap .btn-action-ico.button-soc {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #DDDFE3;
  margin: 0 6px;
}
.nav-box .soc-inner-wrap .btn-action-ico.button-soc img,
.nav-box .soc-inner-wrap .btn-action-ico.button-soc svg {
  max-width: 16px;
  max-height: 16px;
}
.nav-box .info-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #575759;
  -ms-flex: 1;
      flex: 1;
}
.nav-box .info-inner-wrap a:not(:hover) {
  color: inherit;
}
.nav-box .info-inner-wrap .elm-ico {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 1px 0 0;
}
.nav-box .info-inner-wrap .info-wrap {
  margin: 0 12px 0 0;
}
.nav-box.section-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 51.2px;
  margin-bottom: 3.2rem;
  --clr-att: #0047BB;
}
.nav-box .section-title {
  margin: 10px 0 26px 0;
}
.nav-box .section-title:first-child {
  margin-top: 0;
}
.nav-box .section-title:last-child {
  margin-bottom: 0;
}
.pagenav-box {
  font-size: 16px;
}
.pagenav-box .btn-page {
  min-width: 64px;
  min-width: 4rem;
  height: 64px;
  height: 4rem;
  line-height: 64px;
  line-height: 4rem;
  color: #000408;
  margin: 0 4px;
  border-radius: 4px;
}
.pagenav-box .btn-page:before {
  filter: brightness(0) grayscale(1);
}
.pagenav-box .btn-page:hover,
.pagenav-box .btn-page.active {
  background-color: #0047BB;
  color: #fff;
}
.pagenav-box .btn-page:hover:before,
.pagenav-box .btn-page.active:before {
  filter: brightness(0) invert(1);
}
.more-box {
  --clr-att: #0047BB;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.section-bg {
  background: #F0F2F6;
}
.section-more-box {
  text-align: center;
  margin-bottom: 24px;
  line-height: 1;
}
.section-more-box:last-child {
  margin-bottom: 0;
}
.section-more-box .section-error-wrap {
  margin-bottom: 8px;
}
.section-more-box .section-error {
  display: inline-block;
}
.section-test-box {
  margin-bottom: 38.4px;
  margin-bottom: 2.4rem;
  border-radius: 3.2rem;
  padding: 44.8px 51.2px;
  padding: 2.8rem 3.2rem;
  background: #fff;
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
}
.section-test-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #F8485E;
  border-radius: 3.2rem;
  opacity: 0;
}
.section-test-box.section-error:before {
  opacity: 1;
}
.section-test-box.section-error .section-error {
  display: block;
}
.section-test-box .section-title-wrap {
  margin-bottom: 16px;
}
.section-test-box .section-content-wrap {
  margin: 0 -16px -16px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-test-box .section-error {
  display: none;
  margin-top: 14px;
}
.section-test-box .section-subtitle {
  color: #575759;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.375;
  margin: 0 0 5px 0;
}
.section-test-box .section-title {
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.48px;
  color: #000408;
  margin: 0 0 16px 0;
}
.section-test-box .section-title:last-child {
  margin-bottom: 0;
}
.section-test-box .section-select {
  margin: 0 16px 16px 0;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section-test-box .frm-select {
  font-size: 16px;
  font-weight: 500;
}
.section-article-box {
  margin-bottom: 38.4px;
  margin-bottom: 2.4rem;
  border-radius: 3.2rem;
  padding: 64px 76.8px;
  padding: 4rem 4.8rem;
  background: #fff;
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
  --clr-att: #0047BB;
}
.section-article-box > .button-article-toggle {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.section-article-box.active > .button-article-toggle {
  display: none;
}
.section-article-box.active .article-content-wrap {
  display: block;
}
.section-article-box:not(.active, .section-start, .section-pic) {
  cursor: pointer;
}
.section-article-box .article-nav-wrap {
  margin-bottom: 16px;
  line-height: 1.375;
  font-weight: 500;
}
.section-article-box .article-ico-wrap {
  margin: 0 auto;
  width: 160px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
}
.section-article-box .article-ico-wrap + .article-lead-wrap {
  margin-top: 64px;
  margin-top: 4rem;
}
.section-article-box .article-lead-wrap {
  text-align: center;
}
.section-article-box .article-lead-wrap .text-color-light {
  color: #7D7E80;
  font-weight: 500;
  line-height: 1.5;
}
.section-article-box .article-tags-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px 8px 0;
}
.section-article-box .article-tags-wrap .button-tag {
  margin: 0 8px 8px 0;
}
.section-article-box .article-title-wrap + .article-content-wrap {
  padding-top: 16px;
}
.section-article-box .article-content-wrap {
  display: none;
  animation: fadein ease 0.2s;
}
.section-article-box .article-content-wrap:first-child .article-photo:first-child {
  margin-top: -64px;
  margin-top: -4rem;
  border-radius: 3.2rem 3.2rem 0 0;
}
.section-article-box .article-photo {
  margin-left: -76.8px;
  margin-left: -4.8rem;
  margin-right: -76.8px;
  margin-right: -4.8rem;
  margin-bottom: 38.4px;
  margin-bottom: 2.4rem;
}
.section-article-box .article-title {
  line-height: 1.22222222;
  font-weight: 600;
  letter-spacing: -0.72px;
  margin: 0 0 16px 0;
}
.section-article-box .article-title:last-child {
  margin-bottom: 0;
}
.section-article-box .article-subtitle {
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.48px;
  margin: 0 0 12px 0;
  font-size: 38.4px;
  font-size: 2.4rem;
}
.section-article-box .article-title-link {
  margin: 0 0 5px 0;
  display: block;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--clr-att);
}
.section-article-box p {
  margin-bottom: 38.4px;
  margin-bottom: 2.4rem;
}
.section-article-box p + ul,
.section-article-box p + ol {
  margin-top: -38.4px;
  margin-top: -2.4rem;
}
.section-article-box ul {
  margin-bottom: 38.4px;
  margin-bottom: 2.4rem;
}
.section-article-box ul li {
  padding-left: 24px;
  position: relative;
  margin: 0;
}
.section-article-box ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  top: 0.75em;
  left: 12px;
  margin: -2px 0 0 -2px;
  background: #000;
}
.section-article-box .link-main:not(:hover) {
  color: inherit;
}
.main-title-actions-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 51.2px;
  margin-bottom: 3.2rem;
}
.main-title-actions-wrap .action-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
  --clr-title: #000;
}
.main-title-actions-wrap .title-wrap {
  padding-right: 24px;
  -ms-flex: 1;
      flex: 1;
}
.main-title-actions-wrap .title-wrap:last-child {
  padding-right: 0;
}
.main-title-actions-wrap .section-title {
  margin: 0;
}
.eco-tiles-section-box {
  padding-top: var(--second-padding);
  padding-bottom: var(--second-padding);
  background: #fff;
  margin: 140.8px 0 140.8px;
  margin: 8.8rem 0 8.8rem;
}
.eco-tiles-section-box .main-title-wrap {
  margin-bottom: 76.8px;
  margin-bottom: 4.8rem;
}
.eco-tiles-section-box .main-title-wrap p {
  margin-left: auto;
  margin-right: auto;
  max-width: 25em;
}
.eco-tiles-section-box .main-title-wrap .section-title {
  margin-bottom: 12px;
}
.eco-tiles-section-box .items-inner-wrap {
  max-width: 1134px;
  margin: 0 auto;
}
.eco-tiles-section-box .items-wrap {
  margin: 0 -19.2px;
  margin: 0 -1.2rem;
}
.eco-tiles-section-box .item-wrap {
  padding: 0 19.2px;
  padding: 0 1.2rem;
  width: 33.33%;
  margin-bottom: 38.4px;
  margin-bottom: 2.4rem;
}
.eco-tiles-section-box .more-box {
  margin: 0;
}
.eco-tiles-section-box .item-tile-eco:not(:first-child) {
  margin-top: 38.4px;
  margin-top: 2.4rem;
}
.main-section-sbs-box {
  padding-top: var(--second-padding);
  padding-bottom: var(--second-padding);
}
.main-section-sbs-box .box-inner-wrap {
  padding: 64px 153.6px;
  padding: 4rem 9.6rem;
  background: #fff;
  border-radius: 3.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-height: 576px;
  min-height: 36rem;
}
.main-section-sbs-box .form-inner-wrap {
  width: 496px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-section-sbs-box .form-title-wrap {
  margin-bottom: 24px;
  color: #7D7E80;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.main-section-sbs-box .form-info {
  font-size: 12px;
  line-height: 16px;
  color: #A3A4A7;
  font-weight: 500;
  margin-top: 12px;
}
.main-section-sbs-box .form-title {
  margin-bottom: 8px;
  line-height: 1.2;
  font-size: 76.8px;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.96px;
  color: #000408;
}
.main-section-sbs-box .photo-inner-wrap {
  -ms-flex: 1;
      flex: 1;
  max-width: calc(100% - 496px);
  padding: 0 51.2px 0 0;
  padding: 0 3.2rem 0 0;
}
.main-section-sbs-box .photo-inner-wrap .elm-photo {
  margin: 0 0 0 auto;
  width: 508.8px;
  width: 31.8rem;
  max-width: 100%;
}
.main-section-sbs-box .frm-main-button {
  max-width: 457px;
}
.main-section-sbs-box .frm-main-button .field-button {
  padding-left: 12px;
}
.main-section-sbs-box .frm-main-button .btn {
  height: 54px;
  min-width: 159px;
  padding: 0 23px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 12px;
}
.main-section-sbs-box .frm-main-button .form-input {
  border-color: #DDDFE3;
  padding-left: 19px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  height: 54px;
  border-radius: 12px;
}
.main-section-sbs-box .frm-main-button [placeholder]::-webkit-input-placeholder {
  color: #7D7E80;
}
.main-section-sbs-box .frm-main-button [placeholder]:-moz-placeholder {
  color: #7D7E80;
}
.main-section-sbs-box .frm-main-button [placeholder]::-moz-placeholder {
  color: #7D7E80;
}
.main-section-sbs-box .frm-main-button [placeholder]:-ms-input-placeholder {
  color: #7D7E80;
}
.main-section-tags-box {
  padding-top: var(--second-padding);
  padding-bottom: var(--second-padding);
}
.main-section-tags-box .box-inner-wrap {
  padding: 64px 76.8px;
  padding: 4rem 4.8rem;
  background: #fff;
  border-radius: 3.2rem;
}
.main-section-tags-box .list {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-section-tags-box .list li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 8px 8px 0;
}
.main-section-box {
  color: #1D1D1F;
  background: #F0F2F6;
}
.main-section-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 3.2rem 3.2rem;
  background: #fff;
}
.main-section-box .box-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.main-section-box .title-inner-wrap {
  display: block;
  position: relative;
  width: 832px;
  width: 52rem;
  padding-top: var(--main-padding);
  padding-bottom: var(--main-padding);
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.33333333;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-section-box .photo-inner-wrap {
  -ms-flex: 1;
      flex: 1;
}
.main-section-box .section-title {
  margin-bottom: 16px;
  line-height: 1.0625;
  letter-spacing: -1.28px;
  --clr-att: #0047BB;
}
.main-section-box .elm-photo img {
  margin: 0 auto;
}
.main-section-box p {
  margin-bottom: 51.2px;
  margin-bottom: 3.2rem;
}
.main-section-tiles-box {
  padding-top: var(--second-padding);
  padding-bottom: var(--second-padding);
}
.main-section-tiles-box .items-wrap {
  margin: 0 -8px -16px -8px;
}
.main-section-tiles-box .item-wrap {
  padding: 0 8px;
  margin-bottom: 16px;
  width: 25%;
}
.main-section-tiles-box .more-box {
  margin-top: 28px;
}
.main-section-tiles-box .pagenav-box {
  margin: 51.2px 0 0 0;
  margin: 3.2rem 0 0 0;
}
.main-section-tiles-box .main-title-wrap {
  margin-bottom: 24px;
  margin-top: 32px;
}
.main-section-tiles-box .main-title-wrap:first-child {
  margin-top: 0;
}
.main-section-tiles-box .section-title {
  margin-bottom: 76.8px;
  margin-bottom: 4.8rem;
}
.main-section-tiles-box .section-subtitle {
  margin: 0 0 24px 0;
}
.main-section-tiles-box .section-subtitle.h5-title {
  font-size: 57.6px;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: -0.72px;
}
@media (max-width: 1023px) {
  .item-tile-eco .tile-title-info {
    font-size: 14px;
  }
  .eco-tiles-section-box .more-box .btn {
    width: 100%;
    height: 56px;
    border-radius: 12px;
    font-size: 18px;
  }
  .main-section-sbs-box .box-inner-wrap {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .main-section-sbs-box .form-inner-wrap {
    width: 457px;
  }
  .main-section-sbs-box .photo-inner-wrap {
    -ms-flex: inherit;
        flex: inherit;
    max-width: calc(100% - 457px);
    width: 35rem;
  }
  .main-section-box .photo-inner-wrap {
    max-width: 400px;
  }
  .btn.button-tag {
    height: 24px;
    min-height: 24px;
    padding: 0 8px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .popup-outer-box.popup-test .popup-box {
    width: 600px;
  }
  .popup-test-box .info-inner-wrap {
    font-size: 16px;
  }
  .popup-test-box .info-inner-wrap .popup-title {
    font-size: 30px;
  }
  .popup-test-box .photo-inner-wrap {
    width: 240px;
  }
  .item-tile-eco {
    font-size: 16px;
  }
  .item-tile-eco .tile-title {
    font-size: 32px;
  }
  .eco-tiles-section-box .item-wrap {
    width: 100%;
  }
  .main-section-sbs-box .box-inner-wrap {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .main-section-sbs-box .photo-inner-wrap {
    padding: 0;
    width: 31.8rem;
    margin: 0 auto;
    max-width: 100%;
  }
  .main-section-sbs-box .form-inner-wrap {
    width: 100%;
    margin: 4.8rem 0 0;
    text-align: center;
  }
  .main-section-sbs-box .frm-main-button {
    max-width: 100%;
  }
  .main-section-tiles-box .item-wrap {
    width: 50%;
  }
}
@media (max-width: 639px) {
  .popup-outer-box.popup-test .popup-box {
    padding-left: 20px;
    padding-right: 20px;
    width: 450px;
  }
  .popup-test-box {
    padding-right: 0;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    min-height: 0;
    text-align: center;
  }
  .popup-test-box .photo-inner-wrap {
    width: 250px;
    position: static;
    display: block;
    margin: 0 auto;
  }
  .item-tile-eco .tile-photo-wrap {
    margin-top: 20px;
  }
  .item-tile-eco .tile-photo-wrap:first-child {
    margin-top: 0;
  }
  .item-tile-eco.tile01,
  .item-tile-eco.tile02,
  .item-tile-eco.tile03,
  .item-tile-eco.tile04,
  .item-tile-eco.tile05,
  .item-tile-eco.tile06,
  .item-tile-eco.tile07 {
    min-height: 0;
  }
  .item-tile-eco.tile03 .tile-photo-wrap {
    padding-top: 0;
    margin-top: 0;
  }
  .item-tile-eco.tile06 .tile-photo-wrap {
    padding-top: 0;
    margin-top: 0;
  }
  .item-tile-eco.tile01 {
    min-height: 0;
  }
  .elm-error {
    font-size: 14px;
    line-height: 18px;
  }
  .section-test-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-test-box .section-subtitle {
    font-size: 14px;
  }
  .section-article-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-article-box .elm-photo {
    margin-left: -20px;
    margin-right: -20px;
  }
  .main-title-actions-wrap {
    display: block;
    text-align: center;
  }
  .main-title-actions-wrap .title-wrap {
    padding: 0;
  }
  .main-title-actions-wrap .action-wrap {
    margin-top: 12px;
  }
  .main-section-tags-box .box-inner-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-section-box .box-inner-wrap {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .main-section-box .title-inner-wrap {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .main-section-box .photo-inner-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .popup-outer-box.popup-sbs .popup-box .popup-title-wrap {
    font-size: 14px;
  }
  .popup-outer-box.popup-sbs .popup-box .popup-title-wrap .popup-title {
    font-size: 24px;
  }
  .popup-outer-box.popup-sbs .popup-box .frm-main-button {
    min-width: 0;
  }
  .popup-outer-box.popup-sbs .popup-box .frm-main-button .field-button {
    padding-left: 0;
  }
  .popup-test-box .info-inner-wrap .popup-title {
    font-size: 24px;
  }
  .popup-test-box .frm-main-button {
    min-width: 0;
  }
  .popup-test-box .frm-main-button .field-button {
    padding-left: 0;
  }
  .main-section-sbs-box .frm-main-button .field-button {
    padding-left: 0;
  }
}
@media (min-width: 640px) {
  .item-tile-section-main.tile-row {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    border-radius: 2.4rem;
    min-height: 24rem;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .item-tile-section-main.tile-row .tile-photo-wrap {
    width: 44.6%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .item-tile-section-main.tile-row .tile-info-wrap {
    width: 55.4%;
    -ms-flex: inherit;
        flex: inherit;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 24px 16px;
  }
  .item-tile-section-main.tile-row .tile-photo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .item-tile-section-main.tile-row .tile-title {
    font-size: 3.2rem;
    line-height: 1.25;
    height: auto;
    font-weight: 600;
    letter-spacing: -0.64px;
    text-overflow: inherit;
    -webkit-line-clamp: inherit;
    margin-bottom: 6px;
  }
  .section-article-box.section-pic {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .section-article-box.section-pic .article-ico-wrap {
    width: 24rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
  }
  .section-article-box.section-pic .article-ico-wrap + .article-lead-wrap {
    margin: 0;
  }
  .section-article-box.section-pic .article-lead-wrap {
    -ms-flex: 1;
        flex: 1;
    text-align: left;
    padding-left: 3.2rem;
  }
  .section-article-box.section-pic .article-lead-wrap .article-title {
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.96px;
    margin-bottom: 8px;
  }
  .main-section-tiles-box .item-wrap.wrap-full {
    width: 100%;
    margin-bottom: 24px;
  }
  .main-section-tiles-box .item-wrap.wrap-full:last-child {
    margin-bottom: 16px;
  }
  .main-section-box {
    --main-padding: 11.8rem;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  @supports (display: contents) {
    .eco-tiles-section-box .item-wrap {
      display: contents;
    }
    .eco-tiles-section-box .item-tile-eco {
      margin-bottom: 2.4rem;
      margin-left: 1.2rem;
      margin-right: 1.2rem;
      width: calc(50% - 2.4rem);
    }
    .eco-tiles-section-box .item-tile-eco.tile01,
    .eco-tiles-section-box .item-tile-eco.tile02,
    .eco-tiles-section-box .item-tile-eco.tile03,
    .eco-tiles-section-box .item-tile-eco.tile04,
    .eco-tiles-section-box .item-tile-eco.tile05,
    .eco-tiles-section-box .item-tile-eco.tile06,
    .eco-tiles-section-box .item-tile-eco.tile07 {
      min-height: 0;
    }
    .eco-tiles-section-box .item-tile-eco.tile01 .tile-title-wrap,
    .eco-tiles-section-box .item-tile-eco.tile02 .tile-title-wrap,
    .eco-tiles-section-box .item-tile-eco.tile03 .tile-title-wrap,
    .eco-tiles-section-box .item-tile-eco.tile04 .tile-title-wrap,
    .eco-tiles-section-box .item-tile-eco.tile05 .tile-title-wrap,
    .eco-tiles-section-box .item-tile-eco.tile06 .tile-title-wrap,
    .eco-tiles-section-box .item-tile-eco.tile07 .tile-title-wrap {
      min-height: 0;
    }
    .eco-tiles-section-box .item-tile-eco.tile07 {
      width: calc(100% - 2.4rem);
      min-height: 240px;
    }
    .eco-tiles-section-box .item-tile-eco:not(:first-child) {
      margin-top: 0;
    }
  }
}
@media (min-width: 768px) {
  .inner-wrap .section-776,
  .page-full .section-776 {
    max-width: 776px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-776 .page-full {
    max-width: 836px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .item-tile-eco.tile01 {
    min-height: 460px;
  }
  .item-tile-eco.tile01 .tile-title-wrap {
    min-height: 0;
  }
  .item-tile-eco.tile02 {
    min-height: 300px;
  }
  .item-tile-eco.tile03 {
    min-height: 320px;
  }
  .item-tile-eco.tile05 {
    min-height: 204px;
  }
  .item-tile-eco.tile06 {
    min-height: 350px;
  }
  .item-tile-eco.tile07 {
    min-height: 410px;
  }
}
@media (min-width: 1024px) {
  .inner-wrap .section-1040,
  .page-full .section-1040 {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-1040 .page-full,
  .section-1040 .inner-wrap {
    max-width: 1100px;
  }
  .btn.button-320 {
    min-width: 320px;
  }
  .btn.button-360 {
    min-width: 360px;
  }
  .main-section-box .h1-title {
    font-size: 6.4rem;
  }
}
/*new style 08.2023*/
.popup-menu-wrap .menu {
  -ms-flex-align: center;
      align-items: center;
}
.popup-menu-wrap .menu li {
  margin-right: 5px;
}
.popup-menu-wrap .menu .btn,
.popup-menu-wrap .menu a.btn {
  font-size: 16px;
  font-weight: 400;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 20px;
  padding: 0 11px;
  border-radius: 15px;
}
.btn.button-accent:not(:hover) {
  background-color: #00BB31;
  border-color: #00BB31;
}
.btn-action-ico.ico-arrow-go {
  width: 26px;
  height: 27px;
}
.btn-action-ico.ico-arrow-go:before {
  background-image: url(../img-v2/arrow-dark.svg);
  background-size: 100% auto;
}
.btn-action-ico.ico-arrow-go.button-light:before {
  background-image: url(../img-v2/arrow-light.svg);
}
.item-tile-eco.tile-left {
  text-align: left;
}
.item-tile-eco.tile-left .btn-action-ico.ico-arrow-go {
  margin-left: 0;
}
.item-tile-eco.tile-light {
  color: #fff;
  background-color: #000408;
}
.item-tile-eco.tile-light .tile-title-info {
  color: #DDDFE3;
}
.item-tile-eco.tile-light .btn-action-ico.ico-arrow-go {
  opacity: 0.48;
}
.item-tile-eco.tile-light .btn-action-ico.ico-arrow-go:hover {
  opacity: 1;
}
.item-tile-eco.tile-light .btn-action-ico.ico-arrow-go:before {
  background-image: url(../img-v2/arrow-light.svg);
}
.item-tile-eco .tile-subtitle {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33333333;
  margin: 0 0 4px 0;
}
.item-tile-eco.tile08,
.item-tile-eco.tile09,
.item-tile-eco.tile10,
.item-tile-eco.tile11,
.item-tile-eco.tile12,
.item-tile-eco.tile13,
.item-tile-eco.tile14 {
  color: #000408;
  background: #F0F2F6;
  border-radius: 16px;
  padding: 24px 20px;
  text-align: center;
}
.item-tile-eco.tile08.tile-light,
.item-tile-eco.tile09.tile-light,
.item-tile-eco.tile10.tile-light,
.item-tile-eco.tile11.tile-light,
.item-tile-eco.tile12.tile-light,
.item-tile-eco.tile13.tile-light,
.item-tile-eco.tile14.tile-light {
  color: #fff;
  background-color: #000408;
}
.item-tile-eco.tile08.tile-light .tile-title-info,
.item-tile-eco.tile09.tile-light .tile-title-info,
.item-tile-eco.tile10.tile-light .tile-title-info,
.item-tile-eco.tile11.tile-light .tile-title-info,
.item-tile-eco.tile12.tile-light .tile-title-info,
.item-tile-eco.tile13.tile-light .tile-title-info,
.item-tile-eco.tile14.tile-light .tile-title-info {
  color: #DDDFE3;
}
.item-tile-eco.tile08.tile-left,
.item-tile-eco.tile09.tile-left,
.item-tile-eco.tile10.tile-left,
.item-tile-eco.tile11.tile-left,
.item-tile-eco.tile12.tile-left,
.item-tile-eco.tile13.tile-left,
.item-tile-eco.tile14.tile-left {
  text-align: left;
}
.item-tile-eco.tile08 .tile-title-wrap,
.item-tile-eco.tile09 .tile-title-wrap,
.item-tile-eco.tile10 .tile-title-wrap,
.item-tile-eco.tile11 .tile-title-wrap,
.item-tile-eco.tile12 .tile-title-wrap,
.item-tile-eco.tile13 .tile-title-wrap,
.item-tile-eco.tile14 .tile-title-wrap {
  -ms-flex: 1;
      flex: 1;
}
.item-tile-eco.tile08 .tile-title-info,
.item-tile-eco.tile09 .tile-title-info,
.item-tile-eco.tile10 .tile-title-info,
.item-tile-eco.tile11 .tile-title-info,
.item-tile-eco.tile12 .tile-title-info,
.item-tile-eco.tile13 .tile-title-info,
.item-tile-eco.tile14 .tile-title-info {
  font-size: 14.4px;
  line-height: 20px;
  color: #7D7E80;
  top: 20px;
  right: 20px;
}
.item-tile-eco.tile08 .tile-title,
.item-tile-eco.tile09 .tile-title,
.item-tile-eco.tile10 .tile-title,
.item-tile-eco.tile11 .tile-title,
.item-tile-eco.tile12 .tile-title,
.item-tile-eco.tile13 .tile-title,
.item-tile-eco.tile14 .tile-title {
  font-size: 51.2px;
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: -0.64px;
  font-weight: 500;
  padding-right: 0;
}
.item-tile-eco.tile08 {
  background: linear-gradient(160deg, #00245E 0%, #5D49ED 100%), #F0F2F6;
  padding-bottom: 0;
  min-height: 704px;
  min-height: 44rem;
}
.item-tile-eco.tile09 {
  padding-bottom: 0;
  min-height: 480px;
  min-height: 30rem;
}
.item-tile-eco.tile10 {
  min-height: 448px;
  min-height: 28rem;
}
.item-tile-eco.tile11 {
  min-height: 340.8px;
  min-height: 21.3rem;
  -ms-flex-pack: center;
      justify-content: center;
  background: linear-gradient(0deg, #0B0B40 0%, #0B0B40 100%), lightgray 102.047px 15.2px / 83.015% 119.983% no-repeat, #1B1E23;
}
.item-tile-eco.tile11 .tile-title-wrap {
  -ms-flex: inherit;
      flex: inherit;
}
.item-tile-eco.tile12 {
  min-height: 368px;
  min-height: 23rem;
  -ms-flex-pack: center;
      justify-content: center;
}
.item-tile-eco.tile12 .tile-title-wrap {
  -ms-flex: inherit;
      flex: inherit;
}
.item-tile-eco.tile13 {
  min-height: 448px;
  min-height: 28rem;
}
.item-tile-eco.tile14 {
  min-height: 736px;
  min-height: 46rem;
  background-image: url(../img-v2/14.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.item-tile-eco .btn-action-ico.ico-arrow-go {
  margin: 0 auto;
  opacity: 0.64;
}
.item-tile-eco .btn-action-ico.ico-arrow-go:hover {
  opacity: 1;
}
.popup-outer-box .main-order-box {
  padding: 0;
  background: none;
  margin: 0;
}
.popup-outer-box .main-order-box .box-inner-wrap {
  width: 100%;
  max-width: 100%;
}
.popup-outer-box .main-order-box .form-inner-wrap {
  padding: 0 80px 0 0;
  padding: 0 5rem 0 0;
  max-width: inherit;
}
.popup-outer-box .main-order-box .photo-inner-wrap {
  width: 361.6px;
  width: 22.6rem;
}
.popup-outer-box.popup-order-form {
  width: 100%;
  max-width: 100%;
}
.popup-outer-box.popup-order-form .popup-box {
  width: 1265.6px;
  width: 79.1rem;
  padding: 128px 102.4px;
  padding: 8rem 6.4rem;
  border-radius: 16px;
}
.popup-outer-box.popup-order-form .popup-box .popup-title-wrap {
  margin: 0;
  padding: 0;
  position: static;
}
.popup-outer-box.popup-order-form .popup-box .popup-content-wrap {
  padding: 0;
}
.popup-outer-box.popup-order-form .popup-box .btn-action-ico.ico-close-main {
  top: 56px;
  top: 3.5rem;
  right: 56px;
  right: 3.5rem;
}
.main-order-box {
  padding: 128px 0;
  padding: 8rem 0;
  background: #fff;
}
.main-order-box .box-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 1587.2px;
  max-width: 99.2rem;
  margin: 0 auto;
}
.main-order-box .form-inner-wrap {
  -ms-flex: 1;
      flex: 1;
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  padding: 0 128px 0 0;
  padding: 0 8rem 0 0;
  max-width: 928px;
  max-width: 58rem;
}
.main-order-box .photo-inner-wrap {
  width: 480px;
  width: 30rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-order-box .title-inner-wrap {
  margin-bottom: 51.2px;
  margin-bottom: 3.2rem;
  color: #575759;
}
.main-order-box .title-inner-wrap p {
  max-width: 25.55555556em;
}
.main-order-box .form-wrap {
  max-width: 360px;
}
.main-order-box .frm-row,
.main-order-box .frm-row-submit {
  margin: 0;
}
.main-order-box .frm-field {
  padding: 0;
  margin: 0 0 16px 0;
  width: 100%;
}
.main-order-box .field-button {
  margin: 0;
}
.main-order-box .field-button .btn {
  width: 100%;
}
.main-order-box .field-info {
  margin: 8px 0 0 0;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #929292;
}
.main-order-box .field-info a:not(:hover) {
  color: #446DFA;
}
.main-order-box .h3-title,
.main-order-box .h4-title {
  line-height: 1.14285714;
  margin: 0 0 12px 0;
  color: var(--clr-base);
}
.eco-tiles-section-box.section-var-second .items-inner-wrap {
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
}
.eco-tiles-section-box.section-var-second .items-wrap {
  margin: 0 -8px -16px -8px;
}
.eco-tiles-section-box.section-var-second .item-wrap {
  padding: 0 8px;
  margin-bottom: 16px;
}
.eco-tiles-section-box.section-var-second .item-tile-eco:not(:first-child) {
  margin-top: 16px;
}
.eco-tiles-section-box.section-var-second .main-title-wrap p {
  max-width: 100%;
}
.eco-tiles-section-box.section-var-second .more-box {
  margin-top: 38.4px;
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  .popup-menu-wrap .menu .btn,
  .popup-menu-wrap .menu a.btn {
    width: 90%;
    display: -ms-flexbox;
    display: flex;
    margin: 10px auto 0 auto;
  }
}
@media (max-width: 767px) {
  .item-tile-eco.tile08 .tile-title,
  .item-tile-eco.tile09 .tile-title,
  .item-tile-eco.tile10 .tile-title,
  .item-tile-eco.tile11 .tile-title,
  .item-tile-eco.tile12 .tile-title,
  .item-tile-eco.tile13 .tile-title,
  .item-tile-eco.tile14 .tile-title {
    font-size: 32px;
  }
  .popup-outer-box.popup-order-form .popup-box {
    width: 632px;
  }
}
@media (max-width: 639px) {
  .item-tile-eco.tile08,
  .item-tile-eco.tile09,
  .item-tile-eco.tile10,
  .item-tile-eco.tile11,
  .item-tile-eco.tile12,
  .item-tile-eco.tile13,
  .item-tile-eco.tile14 {
    min-height: 200px;
  }
  .item-tile-eco .tile-photo-wrap {
    margin-top: 20px;
  }
  .item-tile-eco .tile-photo-wrap:first-child {
    margin-top: 0;
  }
  .popup-outer-box.popup-order-form .popup-box {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .popup-outer-box .main-order-box .form-inner-wrap {
    padding-right: 0;
  }
  .popup-outer-box .main-order-box .photo-inner-wrap {
    width: 100%;
  }
  .main-order-box .box-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .main-order-box .title-inner-wrap {
    text-align: center;
  }
  .main-order-box .title-inner-wrap p {
    max-width: 100%;
  }
  .main-order-box .form-inner-wrap {
    margin: 0 auto;
    padding: 0;
    -ms-flex-order: 2;
        order: 2;
  }
  .main-order-box .form-wrap {
    margin: 0 auto;
  }
  .main-order-box .photo-inner-wrap {
    -ms-flex-order: 1;
        order: 1;
    margin: 0 auto 5rem auto;
    height: 240px;
    overflow: hidden;
    padding: 24px 24px 0 24px;
    border-radius: 12px;
    background: #f0f2f4;
    width: 100%;
  }
  .main-order-box .photo-inner-wrap .elm-photo {
    max-width: 210px;
    margin: 0 auto;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .eco-tiles-section-box.section-var-second .item-tile-eco:not(:first-child) {
    margin-top: 0;
  }
  @supports (display: contents) {
    .eco-tiles-section-box .item-tile-eco {
      margin-bottom: 2.4rem;
      margin-left: 1.2rem;
      margin-right: 1.2rem;
      width: calc(50% - 2.4rem);
    }
    .eco-tiles-section-box .item-tile-eco.tile08,
    .eco-tiles-section-box .item-tile-eco.tile09,
    .eco-tiles-section-box .item-tile-eco.tile10,
    .eco-tiles-section-box .item-tile-eco.tile11,
    .eco-tiles-section-box .item-tile-eco.tile12,
    .eco-tiles-section-box .item-tile-eco.tile13,
    .eco-tiles-section-box .item-tile-eco.tile14 {
      min-height: 0;
    }
    .eco-tiles-section-box .item-tile-eco.tile08 .tile-title-wrap,
    .eco-tiles-section-box .item-tile-eco.tile09 .tile-title-wrap,
    .eco-tiles-section-box .item-tile-eco.tile10 .tile-title-wrap,
    .eco-tiles-section-box .item-tile-eco.tile11 .tile-title-wrap,
    .eco-tiles-section-box .item-tile-eco.tile12 .tile-title-wrap,
    .eco-tiles-section-box .item-tile-eco.tile13 .tile-title-wrap,
    .eco-tiles-section-box .item-tile-eco.tile14 .tile-title-wrap {
      min-height: 0;
    }
    .eco-tiles-section-box .item-tile-eco.tile14 {
      width: calc(100% - 16px);
    }
  }
}
/*/new style 08.2023*/

.color_white {background: #FFFFFF !important;}

/*.main-video-list-box .items-wrap { width: 100%; display: grid; grid-template-columns: repeat(2, 1fr);}*/
/*.main-video-list-box .item-wrap { padding: 0 !important; width: 95% !important; margin: 0 5px 0 5px !important; }*/
.main-video-list-box .items-wrap { width: 80% !important; text-align: center !important; margin: auto !important;}
.main-video-list-box .item-wrap { width: 50% !important; }
.main-video-list-box .item-wrap iframe { border-radius: 10px !important; width: 97% !important; }
.item-tile-video-list .tile-title { font-size: 1.8rem !important; text-align: center !important; }

.color_gray {background: #F0F2F6 !important;}

.display_flex_center {justify-content: center;} 

.hidden-block {
    display: none;
}

.wider-item-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.item-wrap-max-width {
    max-width: 1200px;
    margin: 0 auto;
}

.inner-wrap-youtube {
    justify-content: center;
    margin: 0 auto;
    
}

.new-border {
    border: 30px solid #000; 
}


/*------------------*/
/*new style 09.23*/
.wrap:not(.menu-fixed) .dark-mode-wrap .main-menu-box {
  background: none;
  color: #fff;
  border-bottom: none;
}
.wrap:not(.menu-fixed) .dark-mode-wrap .main-menu-box .btn-menu .button-ico {
  filter: brightness(0) invert(1);
}
.wrap:not(.menu-fixed) .dark-mode-wrap .main-menu-box .btn-menu.active {
  background: rgba(240, 242, 246, 0.16);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  color: #fff;
}
.dark-mode-wrap {
  background: #151516;
  background-blend-mode: overlay, normal;
}
.dark-mode-wrap .section-presale-box {
  background: none;
  color: #fff;
  --clr-att: #C8F808;
  --clr-att-second: #e8Ff08;
  --clr-base: #fff;
  --clr-title: #fff;
}
.dark-mode-wrap .section-presale-box .title-inner-wrap {
  color: inherit;
  position: relative;
}
.dark-mode-wrap .section-presale-box .title-inner-wrap:before {
  content: "";
  display: block;
  width: 1798.4px;
  width: 112.4rem;
  height: 1798.4px;
  height: 112.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -889.92px 0 0 -889.92px;
  margin: -55.62rem 0 0 -55.62rem;
  border-radius: 50%;
  opacity: 0.2;
  background: #0047BB;
  filter: blur(200px);
}
.dark-mode-wrap .section-presale-box .link-blank:before {
  background-image: url(../img/arrow-blank-green.svg) !important;
}
.dark-mode-wrap .item-tile-sale-list {
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border: none;
  color: inherit;
}
.dark-mode-wrap .item-tile-sale-list .tile-section-wrap {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.dark-mode-wrap .item-tile-sale-list .tile-title.title-att {
  color: var(--clr-att);
}
.dark-mode-wrap .item-tile-form {
  background: none;
  border-color: rgba(255, 255, 255, 0.12);
  color: inherit;
}
.dark-mode-wrap .item-tile-form .tile-info {
  color: #fff;
  font-size: 16px;
}
.dark-mode-wrap .elm-help .tile-help-content-wrap,
.dark-mode-wrap .tile-help .tile-help-content-wrap {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-color: #151516;
  color: inherit;
}
.dark-mode-wrap .form-input {
  border-color: #575759;
  background-color: rgba(255, 255, 255, 0.04);
  color: #ffffff;
}
.dark-mode-wrap .btn {
  --clr-att: #2169fc;
  --clr-att-second: #0029ff;
}
.dark-mode-wrap [placeholder]::-webkit-input-placeholder {
  color: #7D7E80;
}
.dark-mode-wrap [placeholder]:-moz-placeholder {
  color: #7D7E80;
}
.dark-mode-wrap [placeholder]::-moz-placeholder {
  color: #7D7E80;
}
.dark-mode-wrap [placeholder]:-ms-input-placeholder {
  color: #7D7E80;
}
.popup-corner-panel {
  position: fixed;
  z-index: 80;
  bottom: var(--paddingContainer);
  right: var(--paddingContainer);
  width: 26.25em;
  border-radius: 16px;
  padding: 40px 24px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  background: #1D1D1F;
  margin: 0;
  --clr-att: #0047BB;
}
.popup-corner-panel:not(.active) {
  padding: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.popup-corner-panel:not(.active) .info-inner-wrap {
  margin: 0;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.popup-corner-panel:not(.active) .info-inner-wrap:before {
  content: attr(data-title);
  margin: 0 8px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.popup-corner-panel:not(.active) .action-inner-wrap {
  margin: 0;
  padding: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.popup-corner-panel:not(.active) .action-inner-wrap .btn {
  width: auto;
  padding: 0 12px 0 16px;
  min-width: 0;
  color: var(--clr-att);
}
.popup-corner-panel:not(.active) .action-inner-wrap .btn .button-title {
  display: none;
}
.popup-corner-panel:not(.active) .action-inner-wrap .btn .button-ico {
  display: block;
}
.popup-corner-panel:not(.active) .title-inner-wrap {
  display: none;
}
.popup-corner-panel:not(.active) .timer-element-box {
  margin: 0;
  font-size: 1em;
}
.popup-corner-panel:not(.active) .timer-element-box .timer-title {
  font-size: 24px;
}
.popup-corner-panel:not(.active) .info-text {
  display: none;
}
.popup-corner-panel .timer-element-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 4px;
  text-align: center;
  font-size: 0.8925em;
}
.popup-corner-panel .info-inner-wrap {
  line-height: 1.25;
  margin-bottom: 24px;
}
.popup-corner-panel .info-inner-wrap a {
  color: #C8F808;
}
.popup-corner-panel .info-inner-wrap .link-blank {
  padding-right: 28px;
}
.popup-corner-panel .info-inner-wrap .link-blank:before {
  background-image: url(../img/arrow-blank-green.svg);
}
.popup-corner-panel .title-inner-wrap {
  margin-bottom: 24px;
  color: #DDDFE3;
}
.popup-corner-panel .popup-title {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: -0.64px;
  margin: 0 0 4px 0;
  color: #fff;
}
.popup-corner-panel .btn-action-ico.ico-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
  z-index: 2;
  filter: brightness(0) invert(1) opacity(0.5);
}
.popup-corner-panel .btn-action-ico.ico-close:after {
  display: none;
}
.popup-corner-panel .btn-action-ico.ico-close:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  background: url(/templates/en/img-v2/close.svg) center no-repeat;
  background-size: 100% auto;
  border-radius: 0;
  width: 100%;
  height: 100%;
  transform: none;
}
.popup-corner-panel .btn {
  width: 100%;
  font-size: 16px;
  height: 48px;
  border-radius: 12px;
  transition: none;
}
.popup-corner-panel .btn .button-ico {
  display: none;
}
.popup-outer-box.popup-form-join {
  width: 100%;
  max-width: inherit;
  z-index: 999;
}
.popup-outer-box.popup-form-join.join-info .popup-box {
  width: 1587.2px;
  width: 99.2rem;
}
.popup-outer-box.popup-form-join.join-info .popup-box .popup-title-wrap {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.4;
}
.popup-outer-box.popup-form-join .popup-box {
  width: 992px;
  width: 62rem;
  padding: 76.8px;
  padding: 4.8rem;
}
.popup-outer-box.popup-form-join .popup-box .popup-title-wrap {
  text-align: center;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.33333333;
  margin-bottom: 38.4px;
  margin-bottom: 2.4rem;
  padding: 0;
}
.popup-outer-box.popup-form-join .popup-box .popup-title {
  margin-bottom: 16px;
  font-size: 64px;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: -0.8px;
}
.popup-outer-box.popup-form-join .popup-box .btn-action-ico.ico-close {
  width: 51.2px;
  width: 3.2rem;
  height: 51.2px;
  height: 3.2rem;
  position: absolute;
  top: 38.4px;
  top: 2.4rem;
  right: 38.4px;
  right: 2.4rem;
  z-index: 2;
}
.popup-outer-box.popup-form-join .popup-box .btn-action-ico.ico-close:after {
  display: none;
}
.popup-outer-box.popup-form-join .popup-box .btn-action-ico.ico-close:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  background: url(/templates/en/img-v2/close.svg) center no-repeat;
  background-size: 100% auto;
  border-radius: 0;
  width: 100%;
  height: 100%;
  transform: none;
}
.popup-outer-box.popup-form-join .popup-box .frm-row,
.popup-outer-box.popup-form-join .popup-box .frm-row-submit {
  margin: 0;
}
.popup-outer-box.popup-form-join .popup-box .frm-row-submit .frm-field {
  margin-bottom: 0;
}
.popup-outer-box.popup-form-join .popup-box .frm-row-submit .btn {
  width: 100%;
}
.popup-outer-box.popup-form-join .popup-box .frm-field {
  margin-bottom: 16px;
  padding: 0;
}
.popup-outer-box.popup-form-join .popup-box .field-info {
  font-size: 12px;
  line-height: 16px;
  color: #A3A4A7;
  margin-top: 8px;
  text-align: center;
}
.popup-form-join .popup-inner-box {
  display: -ms-flexbox;
  display: flex;
}
.popup-form-join .popup-inner-box .form-inner-wrap {
  -ms-flex: 1;
      flex: 1;
  padding: 0 38.4px 0 0;
  padding: 0 2.4rem 0 0;
}
.popup-form-join .popup-inner-box .photo-inner-wrap {
  width: 47%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 2.4rem;
  background-color: #DDE5ED;
  padding: 38.4px 38.4px 0 38.4px;
  padding: 2.4rem 2.4rem 0 2.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.popup-form-join .popup-inner-box .photo-title {
  display: block;
  text-align: center;
  margin-bottom: 38.4px;
  margin-bottom: 2.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 51.2px;
  font-size: 3.2rem;
  line-height: 1.125;
  font-weight: bold;
  color: #012169;
}
.popup-form-join .popup-inner-box .elm-photo {
  width: 320px;
  margin: 0 auto;
  max-width: 100%;
}
.item-tile-icon-info {
  display: block;
  position: relative;
  min-height: 100%;
  border-radius: 2.4rem;
  background-color: #F0F2F6;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  padding: 51.2px 16px 51.2px 16px;
  padding: 3.2rem 16px 3.2rem 16px;
  color: #151516;
  line-height: 1.4;
  text-align: center;
}
.item-tile-icon-info .tile-title {
  font-weight: 400;
  display: block;
}
.item-tile-icon-info .tile-ico {
  display: block;
  margin: 0 auto 38.4px auto;
  margin: 0 auto 2.4rem auto;
  width: 40px;
  height: 52px;
}
.item-tile-sale-list {
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  border: 1px solid #F0F2F6;
  background-color: #F0F2F6;
  padding: 49.6px;
  padding: 3.1rem;
  border-radius: 2.4rem;
  line-height: 1.4;
  color: #151516;
  text-align: left;
}
.item-tile-sale-list .tile-section-wrap {
  padding: 64px 0;
  padding: 4rem 0;
  border-top: 1px solid #DDDFE3;
  position: relative;
}
.item-tile-sale-list .tile-section-wrap:first-child {
  border-top: none;
  padding-top: 0;
}
.item-tile-sale-list .tile-section-wrap:first-child .tile-help {
  top: 12.8px;
  top: 0.8rem;
}
.item-tile-sale-list .tile-section-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4px;
  -ms-flex-align: center;
      align-items: center;
}
.item-tile-sale-list .tile-help {
  position: absolute;
  top: 76.8px;
  top: 4.8rem;
  right: 0;
}
.item-tile-sale-list .tile-help + .tile-section-title {
  padding-right: 32px;
}
.item-tile-sale-list .tile-help:before {
  opacity: 0.6;
}
.item-tile-sale-list .tile-title {
  font-size: 1.6em;
  line-height: 1.25;
  font-weight: 600;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  margin: 0 8px 0 0;
}
.item-tile-sale-list .tile-title.title-att {
  color: #F8485E;
}
.item-tile-sale-list .tile-title.title-small {
  font-size: 1.4em;
  line-height: 1.14285714;
}
.item-tile-sale-list .tile-ico {
  width: 51.2px;
  width: 3.2rem;
  height: 51.2px;
  height: 3.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 8px 0 0;
}
.item-tile-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100%;
  position: relative;
  color: #000408;
  text-align: center;
  border-radius: 2.4rem;
  border: 1px solid #DDDFE3;
  padding: 49.6px;
  padding: 3.1rem;
}
.item-tile-form .tile-title-wrap {
  margin-bottom: 16px;
}
.item-tile-form .tile-form-wrap {
  display: block;
  -ms-flex: 1;
      flex: 1;
}
.item-tile-form .tile-info-wrap {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  line-height: 1.6;
  color: #F8485E;
  padding: 4px 0 0 0;
}
.item-tile-form .tile-title {
  margin-bottom: 16px;
  font-size: 1.6em;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: -0.64px;
  color: inherit;
}
.item-tile-form .frm-row {
  margin: 0 -8px;
}
.item-tile-form .frm-row-submit {
  margin: 0 -8px;
}
.item-tile-form .frm-row-submit .btn {
  width: 100%;
}
.item-tile-form .frm-row-submit .frm-field {
  margin-bottom: 0;
}
.item-tile-form .frm-row-submit .field-info {
  font-size: 12px;
  line-height: 16px;
  color: #A3A4A7;
  margin-top: 8px;
}
.item-tile-form .frm-field {
  padding: 0 8px;
  margin-bottom: 12px;
}
.link-blank {
  display: inline-block;
  position: relative;
  padding: 0 32px 0 0;
}
.link-blank:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(/templates/en/img-v2/arrow-blank.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  right: 0;
  margin-top: -12px;
}
.section-presale-box {
  padding-top: 76.8px;
  padding-top: 4.8rem;
  padding-bottom: var(--second-padding);
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  position: relative;
  background: #fff;
  color: #000;
  --clr-att: #0047BB;
}
.section-presale-box .items-wrap {
  margin: 0 -25.6px;
  margin: 0 -1.6rem;
}
.section-presale-box .item-wrap {
  padding: 0 25.6px;
  padding: 0 1.6rem;
  width: 50%;
  margin-bottom: 179.2px;
  margin-bottom: 11.2rem;
}
.section-presale-box .items-tiles-wrap .items-wrap {
  margin: 0 -8px -16px -8px;
}
.section-presale-box .items-tiles-wrap .item-wrap {
  width: 25%;
  padding: 0 8px;
  margin-bottom: 16px;
}
.section-presale-box .box-inner-wrap {
  margin: 0 auto;
  max-width: 1587.2px;
  max-width: 99.2rem;
}
.section-presale-box .share-inner-wrap {
  margin-bottom: 38.4px;
  margin-bottom: 2.4rem;
  text-align: right;
}
.section-presale-box .title-inner-wrap {
  color: #000408;
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
.section-presale-box .info-inner-wrap {
  margin-bottom: 76.8px;
  margin-bottom: 4.8rem;
}
.section-presale-box .section-subtitle {
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.33333333;
  font-weight: 600;
  color: var(--clr-att);
  margin: 0 0 0.3em 0;
}
.section-presale-box .section-title {
  line-height: 1.125;
  letter-spacing: -1.28px;
  margin: 0 0 0.5em 0;
}
.section-presale-box b {
  font-weight: 600;
}
.share-link-box {
  display: inline-block;
  position: relative;
  line-height: 1;
}
.share-link-box .popup-content-block {
  display: none;
  width: 240px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  border-radius: 5px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  margin-top: 10px;
}
.share-link-box .soc-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 -3px -6px -3px;
}
.share-link-box .soc-inner-wrap .btn-action-ico.button-soc {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #DDDFE3;
  margin: 0 6px 6px 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.share-link-box .btn {
  height: 48px;
  border-radius: 12px;
  padding: 0 24px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background-color: #F0F2F6;
  min-width: 0;
}
.share-link-box .btn:hover {
  color: #fff;
  background-color: var(--clr-att);
}
.share-link-box .btn:hover .button-ico {
  filter: brightness(0) invert(1);
}
.share-link-box .btn .button-ico {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
.timer-element-box {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  line-height: inherit;
  font-size: inherit;
}
.timer-element-box .timer-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-align: baseline;
      align-items: baseline;
}
.timer-element-box .section-clock .timer-title {
  margin-right: 0.35714286em;
}
.timer-element-box .section-clock .timer-title:before {
  content: ":";
  display: block;
  width: 0.35714286em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  text-align: center;
}
.timer-element-box .section-clock .timer-title:last-child {
  margin-right: 0;
}
.timer-element-box .section-clock .timer-title:last-child:before {
  display: none;
}
.timer-element-box .timer-title {
  font-size: 2.8em;
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 8px 0 0;
  position: relative;
}
.timer-element-box .timer-info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 8px 0 0;
}
@media (max-width: 767px) {
  .popup-corner-panel:not(.active) .timer-element-box {
    font-size: 16px;
  }
  .popup-corner-panel:not(.active) .timer-element-box .timer-title {
    font-size: 18px;
  }
  .popup-corner-panel {
    font-size: 14px;
  }
  .popup-outer-box.popup-form-join .popup-box {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .popup-outer-box.popup-form-join .popup-box .popup-title {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  .popup-form-join .popup-inner-box {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .popup-form-join .popup-inner-box .photo-inner-wrap {
    -ms-flex-order: 2;
        order: 2;
    width: 100%;
  }
  .popup-form-join .popup-inner-box .photo-inner-wrap .elm-photo {
    width: 140px;
  }
  .popup-form-join .popup-inner-box .form-inner-wrap {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    padding: 0;
    margin-bottom: 3rem;
    -ms-flex-order: 1;
        order: 1;
  }
  .section-presale-box .items-tiles-wrap .item-wrap {
    width: 50%;
  }
}
@media (max-width: 639px) {
  .popup-corner-panel {
    font-size: 12px;
  }
  .popup-corner-panel:not(.active) .info-inner-wrap {
    font-size: 12px;
    display: block;
  }
  .section-presale-box .item-wrap {
    width: 100%;
  }
}
/*end new style 09.23*/
.dark-mode-wrap .form-input {
  background-color: transparent !important;
}

.frm-main-country .selector .form-input.inp-large.inp-button {
  padding-top: 0 !important;
}

.popup-form-box .frm-row-submit .field-info:last-child a {
  color: #a3a4a7 !important;
}

.antibackground:before, .antibackground a {
  background: transparent !important;
}

.remove {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 0.5s linear;
}
.removeadd {
  visibility: visible;
  opacity: 1;
  transition: visibility 1s, opacity 0.5s linear;
}

.main-menu-box .menu li {
  z-index: 9;
}

/*new block*/

.item-tile-coin-main,
.item-tile-coin-photo,
.item-tile-coin-photo-main {
    display: flex;
    position: relative;
    flex-direction: column;
    border-radius: 2.4rem;
    background: #1D1D1F;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: left;
    padding: 2.4rem 3.2rem;
}
.item-tile-coin-main:hover,
.item-tile-coin-photo:hover,
.item-tile-coin-photo-main:hover {
    color: #fff;
}
.item-tile-coin-photo:before,
.item-tile-coin-photo-main:before {
    content: "";
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    position: absolute;
    bottom: 2.4rem;
    right: 2.4rem;
    z-index: 2;
    background: url(/templates/en/img-v2/arrow.svg) center no-repeat;
    background-size: 100% auto;
}
.item-tile-coin-photo .tile-title,
.item-tile-coin-photo-main .tile-title {
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.14;
    font-weight: 600;
    letter-spacing: -0.56px;
    margin: 0;
    display: block;
}
.item-tile-coin-photo .tile-photo {
    width: 148px;
    margin: 8px auto -16px auto;
}
.item-tile-coin-photo-main .tile-title {
    text-align: left;
}
.item-tile-coin-photo-main .tile-photo {
    margin: 0 -3.2rem 16px 0;
    padding-left: 4.5rem;
    padding-top: 3rem;
}
.item-tile-coin-main {
    padding: 4.8rem 4rem;
    min-height: 100%;
}
.item-tile-coin-main .tile-subtitle {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 500;
    color: #05C3DE;
    margin: 0 0 8px 0;
}
.item-tile-coin-main .tile-title {
    font-size: 4.8rem;
    line-height: 1.166;
    color: #fff;
    font-weight: 600;
    margin: 0 0 3rem 0;
}
.item-tile-coin-main .tile-text {
    color: #DDDFE3;
}
.item-tile-coin-main .tile-text-wrap {
    display: block;
    width: 100%;
    flex: 1;
    margin-bottom: 3rem;
}
.item-tile-coin-main .tile-links-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px;
}
.item-tile-coin-main .tile-link-action {
    display: block;
    flex-shrink: 0;
    padding: 0 10px;
    max-width: 100%;
}
.item-tile-coin-main .btn-action-more {
    font-size: 1em;
}
.item-tile-coin-main a, .item-tile-coin-main .btn-action-more:not(:hover) {
    color: inherit;
}
.item-tile-coin-main a:hover, .item-tile-coin-main .btn-action-more:hover {
    color: #DDDFE3;
}
.main-tiles-coin-box {
    padding: 7.5rem 0 9.3rem 0;
    background: #fff;
}
.main-tiles-coin-box .box-inner-wrap {
    margin: 0 auto;
    max-width: 992px;
}
.main-tiles-coin-box .items-wrap {
    margin: 0 -8px -16px -8px;
}
.main-tiles-coin-box .item-wrap {
    width: 100%;
    padding: 0 8px;
    margin-bottom: 16px;
}
.main-tiles-coin-box .item-tile-coin-photo {
    margin-bottom: 16px;
}
@media (max-width: 639px) {
    .item-tile-coin-main {
        padding: 2.4rem 3.2rem;
    }
}
@media (min-width: 640px) {
    .main-tiles-coin-box .item-wrap {
        width: 57%;
    }
    .main-tiles-coin-box .item-wrap:nth-child(2n) {
        width: 43%;
    }
}
.items-wrap.inline  {
  display: inline-block;
  margin: 0 10px; /* Опциональные отступы между элементами */
}


/* DISCLAMER POPUP */
.popup-disclamer {
  display: none;
  padding: 50px 15px;
  -webkit-animation: fadein .2s ease;
  animation: fadein .2s ease;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  z-index: 100;
  background: rgba(0,0,0,.48);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.popup-disclamer.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
margin:0px 0px 13px 37px;
max-width: 520px;
}

.popup-disclamer.active {
	margin:0;
}

.popup-disclamer.popup-sbs.active {
  max-width: 100%;
}
.popup-disclamer.popup-sbs .popup-box {
  width: 420px;
  padding: 64px 38.4px;
  padding: 4rem 2.4rem;
  border-radius: 16px;
  background: #1D1D1F;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  min-height: 0;
}
.popup-disclamer.popup-sbs .popup-box .popup-title-wrap {
  margin: 0 0 38.4px 0;
  margin: 0 0 2.4rem 0;
  position: static;
  padding: 0;
}
.popup-disclamer.popup-sbs .popup-box .popup-title-wrap:last-child {
  margin-bottom: 0;
}
.popup-disclamer.popup-sbs .popup-box .popup-title-wrap .elm-ico {
  width: 64px;
  height: 64px;
  background: #0047BB;
  border-radius: 12px;
  margin-bottom: 38.4px;
  margin-bottom: 2.4rem;
}
.popup-disclamer.popup-sbs .popup-box .popup-title-wrap .elm-ico img,
.popup-disclamer.popup-sbs .popup-box .popup-title-wrap .elm-ico svg {
  max-width: 40px;
  max-height: 40px;
}
.popup-disclamer.popup-sbs .popup-box .popup-title-wrap .popup-title {
  margin: 0 0 8px 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  color: inherit;
  letter-spacing: -0.64px;
}
.popup-disclamer.popup-sbs .popup-box .popup-title-wrap .btn-action-ico.ico-close-main {
  top: 38.4px;
  top: 2.4rem;
  right: 38.4px;
  right: 2.4rem;
  border-radius: 0;
  border: none !important;
}
.popup-disclamer.popup-sbs .popup-box .popup-title-wrap .btn-action-ico.ico-close-main:before,
.popup-disclamer.popup-sbs .popup-box .popup-title-wrap .btn-action-ico.ico-close-main:after {
  width: 20px;
  height: 2px;
  margin: -1px 0 0 -10px;
  background: #fff;
  opacity: 1;
}
.popup-disclamer.popup-sbs .popup-box .popup-title-wrap .btn-action-ico.ico-close-main:hover:before,
.popup-disclamer.popup-sbs .popup-box .popup-title-wrap .btn-action-ico.ico-close-main:hover:after {
  opacity: 1;
}
.popup-disclamer.popup-sbs .popup-box .popup-content-wrap {
  padding: 0;
  margin: 0;
}
.popup-disclamer.popup-sbs .popup-box .popup-info {
  margin-top: 8px;
  color: #7D7E80;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.33;
}
.popup-disclamer.popup-sbs .popup-box .popup-info a:not(:hover) {
  color: inherit;
}
.popup-disclamer.popup-sbs .popup-box .frm-main-button {
  margin: 0;
}
.popup-disclamer.popup-sbs .popup-box .frm-main-button .field-button {
  padding-left: 8px;
}
.popup-disclamer.popup-sbs .popup-box .frm-main-button .btn {
  min-width: 104px;
  height: 48px;
  border-radius: 12px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
}
.popup-disclamer.popup-sbs .popup-box .frm-main-button .btn:not(:hover) {
  color: #000408;
  border-color: #fff;
  background-color: #fff;
}
.popup-disclamer.popup-sbs .popup-box .frm-main-button .form-input {
  height: 48px;
  border-radius: 12px;
  color: #fff;
  padding: 0 10px 0 15px;
  border-color: #DDDFE3;
  background-color: transparent;
}
.popup-disclamer.popup-sbs .popup-box .frm-main-button [placeholder]::-webkit-input-placeholder {
  color: #7D7E80;
}
.popup-disclamer.popup-sbs .popup-box .frm-main-button [placeholder]:-moz-placeholder {
  color: #7D7E80;
}
.popup-disclamer.popup-sbs .popup-box .frm-main-button [placeholder]::-moz-placeholder {
  color: #7D7E80;
}
.popup-disclamer.popup-sbs .popup-box .frm-main-button [placeholder]:-ms-input-placeholder {
  color: #7D7E80;
}
.popup-disclamer.popup-test.active {
  max-width: 100%;
}
.popup-disclamer.popup-test .popup-box {
  width: 776px;
  border-radius: 2.4rem;
  padding: 76.8px 64px;
  padding: 4.8rem 4rem;
  min-height: 0;
}
.popup-disclamer.popup-test .popup-box .popup-title-wrap {
  padding: 0;
  margin: 0;
  position: static;
}
.popup-disclamer.popup-test .popup-box .popup-title-wrap .btn-action-ico.ico-close-main {
  top: 44.8px;
  top: 2.8rem;
  right: 44.8px;
  right: 2.8rem;
  z-index: 10;
}
.popup-disclamer.popup-test .popup-box .popup-content-wrap {
  padding: 0;
  margin: 0;
  position: static;
  min-height: 0;
}
@media (max-width: 767px) {
  .popup-disclamer.popup-test .popup-box {
    width: 600px;
  }
}
@media (max-width: 639px) {
  .popup-disclamer.popup-test .popup-box {
    padding-left: 20px;
    padding-right: 20px;
    width: 450px;
  }
}
@media (max-width: 479px) {
  .popup-disclamer.popup-sbs .popup-box .popup-title-wrap {
    font-size: 14px;
  }
  .popup-disclamer.popup-sbs .popup-box .popup-title-wrap .popup-title {
    font-size: 24px;
  }
  .popup-disclamer.popup-sbs .popup-box .frm-main-button {
    min-width: 0;
  }
  .popup-disclamer.popup-sbs .popup-box .frm-main-button .field-button {
    padding-left: 0;
  }
}
.popup-disclamer .main-order-box {
  padding: 0;
  background: none;
  margin: 0;
}
.popup-disclamer .main-order-box .box-inner-wrap {
  width: 100%;
  max-width: 100%;
}
.popup-disclamer .main-order-box .form-inner-wrap {
  padding: 0 80px 0 0;
  padding: 0 5rem 0 0;
  max-width: inherit;
}
.popup-disclamer .main-order-box .photo-inner-wrap {
  width: 361.6px;
  width: 22.6rem;
}
.popup-disclamer.popup-order-form {
  width: 100%;
  max-width: 100%;
}
.popup-disclamer.popup-order-form .popup-box {
  width: 1265.6px;
  width: 79.1rem;
  padding: 128px 102.4px;
  padding: 8rem 6.4rem;
  border-radius: 16px;
}
.popup-disclamer.popup-order-form .popup-box .popup-title-wrap {
  margin: 0;
  padding: 0;
  position: static;
}
.popup-disclamer.popup-order-form .popup-box .popup-content-wrap {
  padding: 0;
}
.popup-disclamer.popup-order-form .popup-box .btn-action-ico.ico-close-main {
  top: 56px;
  top: 3.5rem;
  right: 56px;
  right: 3.5rem;
}
@media (max-width: 767px) {
  .popup-disclamer.popup-order-form .popup-box {
    width: 632px;
  }
}
@media (max-width: 639px) {
  .popup-disclamer.popup-order-form .popup-box {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .popup-disclamer .main-order-box .form-inner-wrap {
    padding-right: 0;
  }
  .popup-disclamer .main-order-box .photo-inner-wrap {
    width: 100%;
  }
}
.popup-disclamer.popup-form-join {
  width: 100%;
  max-width: inherit;
}
.popup-disclamer.popup-form-join.join-info .popup-box {
  width: 1587.2px;
  width: 99.2rem;
}
.popup-disclamer.popup-form-join.join-info .popup-box .popup-title-wrap {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.4;
}
.popup-disclamer.popup-form-join .popup-box {
  width: 992px;
  width: 62rem;
  padding: 76.8px;
  padding: 4.8rem;
}
.popup-disclamer.popup-form-join .popup-box .popup-title-wrap {
  text-align: center;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.33333333;
  margin-bottom: 38.4px;
  margin-bottom: 2.4rem;
  padding: 0;
}
.popup-disclamer.popup-form-join .popup-box .popup-title {
  margin-bottom: 16px;
  font-size: 64px;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: -0.8px;
}
.popup-disclamer.popup-form-join .popup-box .btn-action-ico.ico-close {
  width: 51.2px;
  width: 3.2rem;
  height: 51.2px;
  height: 3.2rem;
  position: absolute;
  top: 38.4px;
  top: 2.4rem;
  right: 38.4px;
  right: 2.4rem;
  z-index: 2;
}
.popup-disclamer.popup-form-join .popup-box .btn-action-ico.ico-close:after {
  display: none;
}
.popup-disclamer.popup-form-join .popup-box .btn-action-ico.ico-close:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  background: url(/templates/en/img-v2/close.svg) center no-repeat;
  background-size: 100% auto;
  border-radius: 0;
  width: 100%;
  height: 100%;
  transform: none;
}
.popup-disclamer.popup-form-join .popup-box .frm-row,
.popup-disclamer.popup-form-join .popup-box .frm-row-submit {
  margin: 0;
}
.popup-disclamer.popup-form-join .popup-box .frm-row-submit .frm-field {
  margin-bottom: 0;
}
.popup-disclamer.popup-form-join .popup-box .frm-row-submit .btn {
  width: 100%;
}
.popup-disclamer.popup-form-join .popup-box .frm-field {
  margin-bottom: 16px;
  padding: 0;
}
.popup-disclamer.popup-form-join .popup-box .field-info {
  font-size: 12px;
  line-height: 16px;
  color: #A3A4A7;
  margin-top: 8px;
  text-align: center;
}
@media (max-width: 767px) {
  .popup-disclamer.popup-form-join .popup-box {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .popup-disclamer.popup-form-join .popup-box .popup-title {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}

.popup-disclamer.active {
  max-width: 100%;
}
.popup-disclamer .popup-box {
  max-width: 72rem;
  width: 100%;
}
.popup-disclamer .popup-box {
  padding: 3.2rem 4.8rem;
  font-size: 12px;
  line-height: 1.33;
  color: #7D7E80;
  font-weight: 500;
  text-align: left;
}
.popup-disclamer .popup-box .popup-title-wrap {
  text-align: center;
  padding: 0;
}
.popup-disclamer .popup-box .popup-title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 12px;
  font-weight: 600;
  letter-spacing: -0.48px;
  text-align: center;
  color: #151516;
}
.popup-disclamer .popup-box .popup-content-wrap {
  padding: 0;
}
.popup-disclamer .popup-box .popup-footer-wrap {
  padding: 16px 0 0 0;
  text-align: center;
  --clr-att-second: #0047BB;
}
.popup-disclamer .popup-box .popup-footer-wrap .btn {
  width: 100%;
  max-width: 40rem;
}
.popup-text-box {
  margin-bottom: 16px;
}
.popup-text-box p {
  margin-bottom: 12px;
}
.popup-text-scroll-box {
  padding: 16px 8px;
  border-radius: 12px;
  border: 1px solid #C9CBCE;
}
.popup-text-scroll-box .scroll-inner-wrap {
  padding: 0 16px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 144px;
}
.popup-text-scroll-box .scroll-inner-wrap::-webkit-scrollbar {
  height: 8px;
  width: 8px;
  background-color: #EDEEF0;
  border-radius: 4px;
}
.popup-text-scroll-box .scroll-inner-wrap::-webkit-scrollbar-thumb {
  background-color: #C9CBCE;
  border-radius: 4px;
}
.popup-text-scroll-box .scroll-inner-wrap::-webkit-scrollbar-thumb:hover {
  background-color: #C9CBCE;
  border-radius: 4px;
}
.popup-text-scroll-box .scroll-inner-wrap::-webkit-scrollbar-button:vertical:start:decrement {
  background-color: transparent;
  width: 0;
  height: 0;
}
.popup-text-scroll-box .scroll-inner-wrap::-webkit-scrollbar-button:vertical:end:increment {
  background-color: transparent;
  width: 0;
  height: 0;
}
.popup-text-scroll-box .scroll-inner-wrap::-webkit-scrollbar-button:horizontal:start:decrement {
  background-color: transparent;
  width: 0;
  height: 0;
}
.popup-text-scroll-box .scroll-inner-wrap::-webkit-scrollbar-button:horizontal:end:increment {
  background-color: transparent;
  width: 0;
  height: 0;
}
.popup-text-scroll-box p {
  margin-bottom: 12px;
}
/* DISCLAMER POPUP END */

.form-input-height {
  height: 4.6rem !important;
}

/*header panel box light*/
.header-panel-box.theme-light {
  background: #fff;
  color: #000408;
}
.header-panel-box.theme-light .panel-title {
  color: #000408;
}
.header-panel-box.theme-yellow {
  background: #FFC72C;
  color: #000408;
}
.header-panel-box.theme-yellow .panel-title {
  color: #000408;
}
.header-panel-box.theme-yellow .btn:not(:hover) {
  background: #fff;
  border-color: #fff;
  color: #000;
}
.header-panel-box {
  padding-top: 8px;
  padding-bottom: 8px;
}
.header-panel-box .panel-title {
  font-size: 2rem;
  padding: 0 12px;
  line-height: 30px;
}
.header-panel-box .panel-action {
  padding-left: 12px;
  padding-right: 12px;
}
.header-panel-box .btn {
  height: 30px;
  min-width: 184px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
}

.color_white2 {
    background-color: white;
}
/*end header panel box light*/

/* BLANK STO */
.elm-overlay.active, .help-open .elm-overlay {
  display: none;
}

/* new pitch page   */
.btn.button-second {
border-color: #C8F808;
background-color: #C8F808;
color: #000;
}
.btn.button-second:hover {
border-color: #eaff2a;
background-color: #eaff2a;
color: #000;
}
.item-tile-team.tile-small .tile-photo {
border-radius: 16px;
}
.item-tile-team.tile-small .tile-photo:before {
padding-top: 100%;
}
.item-tile-team.tile-small .tile-info-wrap {
padding: 16px 0 0 0;
font-size: 14px;
line-height: 20px;
color: #575759;
}
.item-tile-team.tile-small .tile-title {
display: block;
font-size: 20px;
line-height: 1.2;
letter-spacing: -0.02em;
font-weight: 600;
color: #000408;
margin: 0 0 8px 0;
}
.item-tile-team.tile-small .tile-title + .tile-subtitle {
margin-top: -4px;
}
.item-tile-team.tile-small .tile-subtitle {
font-size: 16px;
line-height: 1.25;
font-weight: 600;
color: #575759;
margin-bottom: 8px;
}
.item-tile-team.tile-small .tile-text {
display: block;
position: relative;
height: 40px;
font-weight: 500;
line-height: 20px;
font-size: 14px;
}
.item-tile-team.tile-small .tile-text-inner {
height: 40px;
display: block;
position: relative;
overflow: hidden;
}
.item-tile-team.tile-small .btn-action-ico.ico-soc {
width: 28px;
height: 28px;
}
.item-tile-team.tile-small .tile-help {
height: 20px;
width: auto;
line-height: 20px;
position: absolute;
bottom: 0;
right: 0;
float: left;
background-color: #F0F2F6;
padding-right: 8px;
}
.item-tile-team.tile-small .tile-help:before {
display: none;
}
.item-tile-team.tile-small .tile-help:after {
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
right: 100%;
left: auto;
width: 80px;
background: linear-gradient(to right, rgba(0, 0, 0, 0), #F0F2F6);
}
.item-tile-team.tile-small .tile-help .help-ico {
color: inherit;
width: auto;
height: 20px;
line-height: 20px;
white-space: nowrap;
border: none;
border-radius: 0;
position: static;
background: none;
}
.item-tile-team.tile-small .tile-help .help-ico:before {
display: none;
}
.item-tile-team.tile-small .tile-help .help-ico span {
color: #7D7E80;
}
.item-tile-payment-inner {
display: block;
position: relative;
height: 100%;
min-height: 30rem;
border-radius: 16px;
padding: 3.2rem 2.8rem;
font-size: 2rem;
line-height: 1.2;
font-weight: 400;
background-color: #fff;
color: #575759;
}
.item-tile-payment-inner .tile-title-wrap {
display: -ms-flexbox;
display: flex;
position: relative;
min-height: 28px;
margin-bottom: 16px;
-ms-flex-align: center;
    align-items: center;
padding: 0 0 0 40px;
}
.item-tile-payment-inner .tile-title-wrap .tile-ico {
width: 28px;
height: 28px;
position: absolute;
top: 0;
left: 0;
}
.item-tile-payment-inner .tile-title-wrap .tile-ico-title {
font-size: 2.4rem;
line-height: 0.85714286;
font-weight: 400;
color: #000000;
margin: 0;
}
.item-tile-payment-inner .tile-title-wrap .tile-ico-title.title-main {
font-size: 2.8rem;
line-height: 1;
}
.item-tile-payment-inner .tile-title {
font-size: 2.4rem;
line-height: 2.8rem;
font-weight: 600;
color: #000000;
letter-spacing: -0.02em;
margin: 0 0 2.4rem 0;
}
.item-tile-giveaway {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
    flex-direction: column;
min-height: 100%;
color: inherit;
font-size: 16px;
line-height: 1.5;
font-weight: 500;
text-align: center;
background: #303031;
border-radius: 16px;
padding: 3.2rem 2rem;
}
.item-tile-giveaway .tile-info-wrap {
display: block;
width: 100%;
-ms-flex: 1;
    flex: 1;
padding-bottom: 3.2rem;
}
.item-tile-giveaway .tile-action {
display: block;
-ms-flex-negative: 0;
    flex-shrink: 0;
font-size: 18px;
line-height: 1.22222222;
color: #A3A4A7;
}
.item-tile-giveaway .tile-action a {
color: #A3A4A7;
}
.item-tile-giveaway .tile-action a:hover {
color: var(--clr-att);
}
.item-tile-giveaway .tile-ico {
width: 6rem;
height: 6rem;
margin: 0 auto 3.2rem auto;
-ms-flex-negative: 0;
    flex-shrink: 0;
}
.item-tile-giveaway .tile-title {
font-size: 3.2rem;
line-height: 1;
font-weight: 600;
color: inherit;
text-align: center;
margin: 0 0 4px 0;
letter-spacing: normal;
}
.item-tile-giveaway:hover {
color: inherit;
}
.item-tile-soc {
border-radius: 12px;
background-color: #303031;
transition: all ease 0.2s;
}
.item-tile-soc img,
.item-tile-soc svg {
max-width: 100%;
max-height: 100%;
}
.item-tile-soc:hover {
background-color: #525253;
}
.item-tile-campaigns-main,
.item-tile-campaigns {
display: block;
font-size: 2rem;
line-height: 1.4;
font-weight: 500;
color: inherit;
border-radius: 3.2rem;
background-color: #303031;
min-height: 100%;
}
.item-tile-campaigns-main .tile-subtitle,
.item-tile-campaigns .tile-subtitle {
display: block;
font-size: 2rem;
line-height: 1.2;
font-weight: 500;
margin: 0 0 4px 0;
}
.item-tile-campaigns-main .tile-title,
.item-tile-campaigns .tile-title {
margin: 0 0 12px 0;
letter-spacing: -0.02em;
font-size: 4.4rem;
line-height: 1.18181818;
font-weight: 600;
color: inherit;
}
.item-tile-campaigns-main .btn,
.item-tile-campaigns .btn {
margin-top: 20px;
height: 54px;
padding: 0 3.5rem;
min-width: 256px;
}
.item-tile-campaigns-main .color-att,
.item-tile-campaigns .color-att {
color: #C8F808;
}
.item-tile-campaigns-main .color-green,
.item-tile-campaigns .color-green {
color: #00BB31;
}
.item-tile-campaigns-main .color-yellow,
.item-tile-campaigns .color-yellow {
color: #FFC72C;
}
.item-tile-campaigns-main {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
    align-items: center;
padding: 0 4.8rem;
min-height: 45rem;
}
.item-tile-campaigns-main .tile-title-wrap {
-ms-flex: 1;
    flex: 1;
position: relative;
z-index: 2;
padding: 0 3rem 0 0;
max-width: calc(100% - 43rem);
}
.item-tile-campaigns-main .tile-photo-wrap {
width: 43rem;
-ms-flex-negative: 0;
    flex-shrink: 0;
padding-right: 3rem;
}
.item-tile-campaigns-main .tile-subtitle {
margin-bottom: 13px;
}
.item-tile-campaigns-main .tile-title {
font-size: 4.8rem;
}
.item-tile-campaigns-main .tile-text {
max-width: 13.75em;
font-size: 2.4rem;
}
.item-tile-campaigns {
padding: 6.4rem 4.8rem;
}
.item-tile-video-list {
color: inherit;
font-weight: 600;
font-size: 2.4rem;
line-height: 120%;
letter-spacing: -0.02em;
display: block;
position: relative;
}
.item-tile-video-list:hover {
color: var(--clr-att);
}
.item-tile-video-list .tile-title {
display: block;
margin: 16px 0 0 0;
}
.item-tile-video-list .tile-photo {
border-radius: 12px;
}
.item-tile-video-list .tile-photo:before {
padding-top: 56.38%;
}
.item-tile-partner {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
    flex-direction: column;
-ms-flex-pack: center;
    justify-content: center;
position: relative;
text-align: center;
border-radius: 16px;
background-color: #fff;
min-height: 100%;
padding: 4rem 2rem;
}
.item-tile-partner .tile-title,
.item-tile-partner .tile-link {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.item-tile-partner .tile-title {
font-size: 2.4rem;
line-height: 1.2;
font-weight: 600;
letter-spacing: -0.02em;
color: #151516;
margin: 0;
text-align: center;
width: 100%;
}
.item-tile-partner .tile-photo:before {
padding-top: 63.6%;
}
.item-tile-partner .tile-action {
display: block;
font-size: 1.8rem;
font-weight: 500;
color: #575759;
line-height: 1.22222222;
}
.item-tile-partner .tile-action a:not(:hover) {
color: inherit;
}
.item-tile-scale-info {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
    flex-direction: column;
min-height: 100%;
border-radius: 2.4rem;
position: relative;
background-color: #F0F2F6;
padding: 3.2rem 2.4rem;
color: #575759;
font-size: 2rem;
line-height: 1.4;
}
.item-tile-scale-info .tile-info-wrap {
display: block;
width: 100%;
-ms-flex: 1;
    flex: 1;
padding-bottom: 3.2rem;
}
.item-tile-scale-info .tile-action-wrap {
display: block;
width: 100%;
-ms-flex-negative: 0;
    flex-shrink: 0;
font-size: 1.8rem;
line-height: 1.44444444;
font-weight: 500;
}
.item-tile-scale-info .tile-row {
position: relative;
padding: 0 4rem 0 1.2rem;
}
.item-tile-scale-info .tile-row p {
margin: 0;
}
.item-tile-scale-info .tile-row {
margin-bottom: 1.2em;
}
.item-tile-scale-info .tile-row:last-child {
margin-bottom: 0;
}
.item-tile-scale-info .tile-help {
position: absolute;
top: 0.72em;
right: 0.6rem;
margin-top: -12px;
}
.item-tile-scale-info > .tile-help {
top: 2.6rem;
right: 2.4rem;
margin: 0;
}
.item-tile-scale-info a:not(:hover) {
color: #0047BB;
}
.item-tile-scale-info p {
margin-bottom: 12px;
}
.elm-scale-wrapper {
display: block;
position: relative;
}
.elm-scale-wrapper .scale-title-wrap {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
    justify-content: space-between;
margin: 0 -10px 12px -10px;
}
.elm-scale-wrapper .scale-title-wrap .scale-title {
font-size: 2rem;
line-height: 1.2;
font-weight: 400;
color: #575759;
margin: 0;
max-width: 50%;
padding: 0 10px;
}
.elm-scale-wrapper .scale-title-wrap .scale-title + .scale-title {
text-align: right;
}
.elm-scale-wrapper .scale-inner-wrap {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
    align-items: center;
-ms-flex-pack: justify;
    justify-content: space-between;
font-size: 2rem;
line-height: 1.2;
color: #000408;
padding: 1.4rem 2.2rem;
min-height: 7.2rem;
border-radius: 12px;
background-color: #DDDFE3;
position: relative;
overflow: hidden;
}
.elm-scale-wrapper .scale-inner-wrap .scale-title {
display: block;
-ms-flex-negative: 0;
    flex-shrink: 0;
padding: 0 1rem;
max-width: 50%;
position: relative;
z-index: 2;
}
.elm-scale-wrapper .scale-inner-wrap .scale-title + .scale-title {
text-align: right;
}
.elm-scale-wrapper .scale-inner-wrap:before {
content: "";
display: block;
position: absolute;
left: 0;
bottom: 0;
top: 0;
width: 0;
background-color: #00BB31;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="01"]:before {
width: 01%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="02"]:before {
width: 02%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="03"]:before {
width: 03%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="04"]:before {
width: 04%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="05"]:before {
width: 05%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="06"]:before {
width: 06%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="07"]:before {
width: 07%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="08"]:before {
width: 08%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="09"]:before {
width: 09%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="1"]:before {
width: 01%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="2"]:before {
width: 02%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="3"]:before {
width: 03%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="4"]:before {
width: 04%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="5"]:before {
width: 05%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="6"]:before {
width: 06%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="7"]:before {
width: 07%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="8"]:before {
width: 08%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="9"]:before {
width: 09%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="10"]:before {
width: 10%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="11"]:before {
width: 11%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="12"]:before {
width: 12%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="13"]:before {
width: 13%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="14"]:before {
width: 14%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="15"]:before {
width: 15%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="16"]:before {
width: 16%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="17"]:before {
width: 17%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="18"]:before {
width: 18%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="19"]:before {
width: 19%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="20"]:before {
width: 20%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="21"]:before {
width: 21%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="22"]:before {
width: 22%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="23"]:before {
width: 23%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="24"]:before {
width: 24%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="25"]:before {
width: 25%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="26"]:before {
width: 26%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="27"]:before {
width: 27%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="28"]:before {
width: 28%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="29"]:before {
width: 29%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="30"]:before {
width: 30%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="31"]:before {
width: 31%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="32"]:before {
width: 32%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="33"]:before {
width: 33%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="34"]:before {
width: 34%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="35"]:before {
width: 35%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="36"]:before {
width: 36%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="37"]:before {
width: 37%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="38"]:before {
width: 38%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="39"]:before {
width: 39%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="40"]:before {
width: 40%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="41"]:before {
width: 41%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="42"]:before {
width: 42%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="43"]:before {
width: 43%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="44"]:before {
width: 44%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="45"]:before {
width: 45%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="46"]:before {
width: 46%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="47"]:before {
width: 47%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="48"]:before {
width: 48%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="49"]:before {
width: 49%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="50"]:before {
width: 50%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="51"]:before {
width: 51%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="52"]:before {
width: 52%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="53"]:before {
width: 53%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="54"]:before {
width: 54%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="55"]:before {
width: 55%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="56"]:before {
width: 56%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="57"]:before {
width: 57%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="58"]:before {
width: 58%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="59"]:before {
width: 59%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="60"]:before {
width: 60%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="61"]:before {
width: 61%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="62"]:before {
width: 62%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="63"]:before {
width: 63%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="64"]:before {
width: 64%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="65"]:before {
width: 65%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="66"]:before {
width: 66%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="67"]:before {
width: 67%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="68"]:before {
width: 68%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="69"]:before {
width: 69%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="70"]:before {
width: 70%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="71"]:before {
width: 71%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="72"]:before {
width: 72%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="73"]:before {
width: 73%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="74"]:before {
width: 74%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="75"]:before {
width: 75%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="76"]:before {
width: 76%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="77"]:before {
width: 77%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="78"]:before {
width: 78%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="79"]:before {
width: 79%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="80"]:before {
width: 80%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="81"]:before {
width: 81%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="82"]:before {
width: 82%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="83"]:before {
width: 83%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="84"]:before {
width: 84%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="85"]:before {
width: 85%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="86"]:before {
width: 86%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="87"]:before {
width: 87%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="88"]:before {
width: 88%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="89"]:before {
width: 89%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="90"]:before {
width: 90%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="91"]:before {
width: 91%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="92"]:before {
width: 92%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="93"]:before {
width: 93%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="94"]:before {
width: 94%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="95"]:before {
width: 95%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="96"]:before {
width: 96%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="97"]:before {
width: 97%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="98"]:before {
width: 98%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="99"]:before {
width: 99%;
}
.elm-scale-wrapper .scale-inner-wrap[data-scale="100"]:before {
width: 100%;
}
.section-1200 .inner-wrap {
max-width: 1200px;
}
.section-1000 .inner-wrap {
max-width: 1052px;
}
.main-teams-box {
background-color: #F0F2F6;
padding: 8rem 0;
}
.main-teams-box .main-title-wrap {
margin-bottom: 3.2rem;
margin-left: auto;
margin-right: auto;
margin-top: 4.8rem;
}
.main-teams-box .main-title-wrap:first-child {
margin-top: 0;
}
.main-teams-box .main-title-wrap p {
max-width: 23.33333333em;
margin-left: auto;
margin-right: auto;
}
.main-teams-box .main-title-wrap .h3-title,
.main-teams-box .main-title-wrap .h4-title {
margin-bottom: 12px;
margin-top: 0;
}
.main-teams-box .main-title-wrap .h3-title:last-child,
.main-teams-box .main-title-wrap .h4-title:last-child {
margin-bottom: 0;
}
.main-teams-box .items-wrap {
margin: 0 -1.2rem -4.8rem -1.2rem;
}
.main-teams-box .item-wrap {
width: 25%;
padding: 0 1.2rem;
margin-bottom: 4.8rem;
}
.payments-tiles-box {
padding: 8rem 0;
}
.payments-tiles-box.section-bg {
background-color: #F0F2F6;
}
.payments-tiles-box .main-title-wrap {
margin-bottom: 3.2rem;
font-size: 2.4rem;
line-height: 1.4;
}
.payments-tiles-box .main-title-wrap .h2-title,
.payments-tiles-box .main-title-wrap .h3-title {
margin-bottom: 0.2em;
}
.payments-tiles-box .main-title-wrap p {
color: #575759;
margin-left: auto;
margin-right: auto;
max-width: 35em;
}
.payments-tiles-box .items-wrap {
margin: 0 -8px -16px -8px;
}
.payments-tiles-box .action-wrap {
text-align: center;
margin-top: 3.2rem;
}
.payments-tiles-box .action-wrap .btn {
min-width: 32rem;
font-size: 18px;
line-height: 1.8;
height: 56px;
}
.payments-tiles-box .item-wrap {
padding: 0 8px;
margin-bottom: 16px;
width: 33.33%;
}
.payments-tiles-box .info-inner-wrap {
margin: 4.8rem 0 0 0;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
    justify-content: center;
-ms-flex-align: center;
    align-items: center;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.payments-tiles-box .info-inner-wrap .info-title {
font-size: 2rem;
line-height: 1.4;
font-weight: 600;
color: #303031;
margin: 0;
padding: 0 3.2rem 0 0;
width: 26.4rem;
max-width: 100%;
-ms-flex-negative: 0;
    flex-shrink: 0;
}
.payments-tiles-box .info-inner-wrap .info-action {
-ms-flex-negative: 0;
    flex-shrink: 0;
padding-left: 3.2rem;
}
.payments-tiles-box .info-inner-wrap .info-action .btn {
min-width: 32rem;
font-size: 18px;
line-height: 1.8;
}
.main-text-box.section-small,
.main-questions-box.section-small {
padding: 8rem 0;
}
.main-text-box.section-bg,
.main-questions-box.section-bg {
background-color: #FBFBFD;
}
.main-bg-box .main-video-list-box,
.main-bg-box .main-campaigns-box,
.main-bg-box .main-giveaways-box,
.main-bg-box .main-soc-buttons-box {
color: #fff;
}
.main-bg-box .main-video-list-box .main-title-wrap,
.main-bg-box .main-campaigns-box .main-title-wrap,
.main-bg-box .main-giveaways-box .main-title-wrap,
.main-bg-box .main-soc-buttons-box .main-title-wrap {
color: inherit;
}
.main-bg-box .main-video-list-box .main-title-wrap .h3-title,
.main-bg-box .main-campaigns-box .main-title-wrap .h3-title,
.main-bg-box .main-giveaways-box .main-title-wrap .h3-title,
.main-bg-box .main-soc-buttons-box .main-title-wrap .h3-title,
.main-bg-box .main-video-list-box .main-title-wrap .h2-title,
.main-bg-box .main-campaigns-box .main-title-wrap .h2-title,
.main-bg-box .main-giveaways-box .main-title-wrap .h2-title,
.main-bg-box .main-soc-buttons-box .main-title-wrap .h2-title,
.main-bg-box .main-video-list-box .main-title-wrap .h4-title,
.main-bg-box .main-campaigns-box .main-title-wrap .h4-title,
.main-bg-box .main-giveaways-box .main-title-wrap .h4-title,
.main-bg-box .main-soc-buttons-box .main-title-wrap .h4-title,
.main-bg-box .main-video-list-box .main-title-wrap .h5-title,
.main-bg-box .main-campaigns-box .main-title-wrap .h5-title,
.main-bg-box .main-giveaways-box .main-title-wrap .h5-title,
.main-bg-box .main-soc-buttons-box .main-title-wrap .h5-title {
color: inherit;
}
.main-giveaways-box,
.main-soc-buttons-box {
padding: 8rem 0;
}
.main-giveaways-box .main-title-wrap,
.main-soc-buttons-box .main-title-wrap {
margin-bottom: 4.8rem;
}
.main-giveaways-box .items-wrap,
.main-soc-buttons-box .items-wrap {
margin: 0 -6px -12px -6px;
}
.main-giveaways-box .item-wrap,
.main-soc-buttons-box .item-wrap {
padding: 0 6px;
margin-bottom: 12px;
width: 20%;
}
.main-soc-buttons-box .main-title-wrap {
margin-bottom: 3.2rem;
}
.main-soc-buttons-box .items-wrap {
-ms-flex-pack: center;
    justify-content: center;
}
.main-soc-buttons-box .item-wrap {
width: 10.8rem;
}
.main-campaigns-box {
padding: 8rem 0;
}
.main-campaigns-box .main-title-wrap {
margin-bottom: 4.8rem;
}
.main-campaigns-box .items-wrap {
margin: 0 -1.6rem -3.2rem -1.6rem;
}
.main-campaigns-box .item-wrap {
width: 50%;
padding: 0 1.6rem;
margin-bottom: 3.2rem;
}
.main-campaigns-box .item-wrap.wrap-full {
width: 100%;
}
.main-video-list-box {
padding: 8rem 0;
}
.main-video-list-box .main-title-wrap {
margin-bottom: 4.8rem;
}
.main-video-list-box .items-wrap {
margin: 0 -1.2rem -2.4rem -1.2rem;
}
.main-video-list-box .item-wrap {
width: 33.33%;
padding: 0 1.2rem;
margin-bottom: 2.4rem;
}
.tiles-about-box.section-small {
padding: 8rem 0 4.7rem 0;
}
.tiles-about-box.section-small .inner-wrap {
max-width: 1052px;
}
.tiles-about-box.section-small .items-wrap {
margin: 0 -6px -12px -6px;
}
.tiles-about-box.section-small .item-wrap {
padding: 0 6px;
margin-bottom: 12px;
}
.tiles-about-box.section-small .main-title-wrap {
margin-bottom: 4.8rem;
}
.tiles-about-box.section-small .main-title-wrap .h3-title {
margin-left: auto;
margin-right: auto;
max-width: 14.92857143em;
}
.tiles-about-box.section-small .action-wrap {
margin-top: 3.2rem;
text-align: center;
}
.tiles-about-box.section-small .action-wrap .btn {
height: 56px;
width: 32rem;
}
.tiles-about-box.section-small .info-wrap {
margin-top: 2.4rem;
font-size: 14px;
line-height: 1.4;
font-weight: 500;
max-width: 54.28571429em;
color: #575759;
}
.main-partners-box {
padding: 8rem 0;
background-color: #F0F2F6;
}
.main-partners-box .main-title-wrap {
max-width: 21.25em;
margin-left: auto;
margin-right: auto;
margin-bottom: 4.8rem;
}
.main-partners-box .main-title-wrap .h3-title {
margin-bottom: 0.2em;
}
.main-partners-box .items-wrap {
margin: 0 -6px -12px -6px;
}
.main-partners-box .item-wrap {
padding: 0 6px;
margin-bottom: 12px;
width: 25%;
}
.main-partners-box .action-wrap {
text-align: center;
margin-top: 3.2rem;
}
.main-partners-box .action-wrap .btn {
width: 32rem;
height: 56px;
}
.main-pitch-middle-box {
background: linear-gradient(180deg, #4870DE 0%, #7E54F7 100%);
color: #fff;
}
.main-pitch-middle-box .box-inner-wrap {
display: -ms-flexbox;
display: flex;
-ms-flex-align: end;
    align-items: flex-end;
}
.main-pitch-middle-box .photo-inner-wrap {
width: 47rem;
-ms-flex-negative: 0;
    flex-shrink: 0;
}
.main-pitch-middle-box .title-inner-wrap {
-ms-flex: 1;
    flex: 1;
padding: 8rem 6rem 8rem 0;
max-width: calc(100% - 47rem);
}
.main-pitch-middle-box .subtitle {
line-height: 1.4;
font-weight: 500;
margin: 0 0 10px 0;
color: inherit;
}
.main-pitch-middle-box .h3-title {
letter-spacing: -0.02em;
margin: 0 0 0.35em 0;
color: inherit;
}
.main-pitch-middle-box ul {
margin-bottom: 1.2em;
}
.main-pitch-middle-box li {
padding-left: 24px;
margin-bottom: 6px;
}
.main-pitch-middle-box li:before {
content: "";
display: block;
width: 6px;
height: 6px;
position: absolute;
top: 0.61111111em;
left: 10px;
margin-top: -4px;
border-radius: 50%;
background-color: currentColor;
}
.main-pitch-middle-box .btn {
width: 28rem;
height: 54px;
}
.main-pitch-middle-box p {
margin-bottom: 1.1em;
}
.main-services-full-box.section-small {
padding: 8rem 0;
}
.main-services-full-box .action-wrap {
text-align: center;
margin-top: 3.2rem;
}
.main-services-full-box .action-wrap .btn {
width: 32rem;
max-width: 100%;
}
.overview-media-box.section-bg {
background: #F0F2F6;
}
.overview-media-box .slider-wrap .elm-photo.photo-full {
width: 100%;
}
.overview-media-box .slider-preview-wrap .slider {
margin-bottom: -1.6rem;
}
.scale-box {
padding: 8rem 0;
}
.scale-box .box-inner-wrap {
max-width: 992px;
margin-left: auto;
margin-right: auto;
}
.scale-box .main-title-wrap {
margin-bottom: 3.2rem;
}
.scale-box .elm-scale-wrapper {
margin-bottom: 3.2rem;
}
.scale-box .items-wrap {
margin: 0 -1.6rem -3.2rem -1.6rem;
}
.scale-box .item-wrap {
padding: 0 1.6rem;
width: 50%;
margin-bottom: 3.2rem;
}
.scale-box .info-inner-wrap {
margin: 3.2rem 0 0 0;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
    justify-content: center;
-ms-flex-align: center;
    align-items: center;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.scale-box .info-inner-wrap .info-title {
font-size: 2rem;
line-height: 1.4;
font-weight: 600;
color: #303031;
margin: 0;
padding: 0 3.2rem 0 0;
width: 26.4rem;
max-width: 100%;
-ms-flex-negative: 0;
    flex-shrink: 0;
}
.scale-box .info-inner-wrap .info-action {
-ms-flex-negative: 0;
    flex-shrink: 0;
padding-left: 3.2rem;
}
.scale-box .info-inner-wrap .info-action .btn {
min-width: 32rem;
font-size: 18px;
line-height: 1.8;
}
.header-panel-box {
background-color: #000408;
overflow: hidden;
padding-top: 16px;
padding-bottom: 16px;
}
.header-panel-box .panel-inner-wrap {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
    justify-content: center;
-ms-flex-align: center;
    align-items: center;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header-panel-box .panel-title {
font-size: 2rem;
line-height: 1.33333333;
color: #fff;
font-weight: 600;
margin: 0;
padding: 0.5rem 3.2rem;
text-align: center;
-ms-flex-negative: 0;
    flex-shrink: 0;
max-width: 100%;
}
.header-panel-box .panel-action {
padding: 0 3.2rem;
-ms-flex-negative: 0;
    flex-shrink: 0;
line-height: 1;
}
@media (max-width: 1023px) {
.item-tile-campaigns-main .tile-title {
  font-size: 4.4rem;
}
.main-giveaways-box .item-wrap {
  width: 33.33%;
}
.main-teams-box .item-wrap {
  width: 50%;
}
.scale-box .item-wrap:first-child .tile-help .tile-help-content-wrap {
  right: -60px;
}
}
@media (max-width: 767px) {
.item-tile-campaigns-main,
.item-tile-campaigns {
  padding: 3rem;
}
.item-tile-campaigns-main .btn,
.item-tile-campaigns .btn {
  width: auto;
  font-size: 18px;
  height: 56px;
  padding-left: 32px;
  padding-right: 32px;
  min-width: 0;
}
.main-video-list-box .item-wrap {
  width: 50%;
}
.main-partners-box .item-wrap {
  width: 33.33%;
}
.main-pitch-middle-box .photo-inner-wrap {
  width: 35rem;
}
.main-pitch-middle-box .title-inner-wrap {
  padding-right: 3rem;
  max-width: calc(100% - 35rem);
}
.scale-box .item-wrap:first-child .tile-help .tile-help-content-wrap {
  right: 50%;
  margin-right: -202px;
}
}
@media (max-width: 639px) {
.item-tile-payment-inner {
  padding: 32px 24px;
  font-size: 16px;
  line-height: 1.375;
  min-height: 0;
}
.item-tile-payment-inner .tile-title-wrap {
  margin-bottom: 8px;
}
.item-tile-payment-inner .tile-title {
  font-size: 24px;
  line-height: 1.16666667;
  margin-bottom: 12px;
}
.title-mobile-large {
  font-size: 32px;
}
.title-mobile-large.h4-title {
  font-size: 24px;
}
.item-tile-campaigns-main {
  -ms-flex-direction: column;
      flex-direction: column;
}
.item-tile-campaigns-main.tile-second {
  padding-bottom: 0;
}
.item-tile-campaigns-main .tile-text {
  max-width: 100%;
}
.item-tile-campaigns-main .tile-title-wrap {
  width: 100%;
  padding: 0;
  max-width: 100%;
  margin-bottom: 5rem;
}
.item-tile-campaigns-main .tile-photo-wrap {
  margin: 0 auto;
  padding: 0;
  width: 40rem;
  max-width: 100%;
}
.payments-tiles-box .item-wrap {
  width: 50%;
}
.payments-tiles-box .main-title-wrap {
  font-size: 16px;
  line-height: 1.375;
}
.payments-tiles-box .main-title-wrap p {
  padding-left: 8px;
  padding-right: 8px;
  text-align: left;
}
.payments-tiles-box .main-title-wrap .h3-title {
  margin-bottom: 12px;
}
.main-services-full-box.section-small .action-wrap .btn {
  height: 56px;
  padding-left: 32px;
  padding-right: 32px;
}
.main-pitch-middle-box .action-wrap {
  text-align: center;
}
.main-pitch-middle-box .action-wrap .btn {
  padding: 12px 24px;
}
.main-pitch-middle-box .h3-title {
  font-size: 4rem;
  margin-bottom: 24px;
}
.header-panel-box .panel-title {
  width: 100%;
  margin-bottom: 4px;
}
.main-giveaways-box .item-wrap {
  width: 50%;
}
.main-campaigns-box .item-wrap {
  width: 100%;
}
.main-pitch-middle-box .box-inner-wrap {
  display: block;
}
.main-pitch-middle-box .title-inner-wrap {
  padding-right: 0;
  max-width: 100%;
  padding-bottom: 4rem;
}
.main-pitch-middle-box .photo-inner-wrap {
  width: 40rem;
  max-width: 100%;
  margin: 0 auto;
}
}
@media (max-width: 479px) {
.item-tile-service-full.tile-third {
  padding: 4.8rem 3.2rem;
}
.payments-tiles-box .item-wrap {
  width: 100%;
}
.payments-tiles-box .info-inner-wrap {
  text-align: center;
}
.payments-tiles-box .info-inner-wrap .info-title {
  padding: 1rem;
}
.payments-tiles-box .info-inner-wrap .info-action {
  padding: 0 1rem;
}
.main-teams-box .item-wrap {
  width: 100%;
}
.main-teams-box .item-tile-team .tile-help .tile-help-content-wrap {
  min-width: calc(100vw - 30px);
}
.main-giveaways-box .item-wrap {
  width: 100%;
}
.main-video-list-box .item-wrap {
  width: 100%;
}
.main-partners-box .item-wrap {
  width: 50%;
}
.scale-box .info-inner-wrap {
  text-align: center;
}
.scale-box .info-inner-wrap .info-title {
  padding: 1rem;
}
.scale-box .info-inner-wrap .info-action {
  padding: 0 1rem;
}
.scale-box .item-wrap {
  width: 100%;
}
.scale-box .item-wrap:first-child .tile-help .tile-help-content-wrap {
  right: 0;
  margin: 0;
}
}
@media (min-width: 480px) and (max-width: 1023px) {
.main-teams-box .item-wrap:nth-child(2n+1) .item-tile-team .tile-help .tile-help-content-wrap {
  right: auto;
  left: -80px;
}
}
@media (min-width: 640px) {
.item-tile-campaigns-main.tile-second .tile-title {
  font-size: 4.4rem;
}
.item-tile-campaigns-main.tile-second .tile-subtitle {
  margin-bottom: 4px;
}
.item-tile-campaigns-main.tile-second .tile-text {
  max-width: 17.5em;
  font-size: 2rem;
}
.item-tile-campaigns-main.tile-second .tile-photo-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 56rem;
}
.item-tile-campaigns-main.tile-second .tile-photo {
  width: 29.5rem;
  margin: 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
}
@media (min-width: 768px) {
.overview-media-box .slider-preview-wrap.sl-small .sl-wrap {
  width: 16.66%;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
.main-pitch-middle-box .title-inner-wrap {
  padding-right: 3rem;
}
.main-pitch-middle-box .h3-title {
  font-size: 4rem;
}
}
@media (min-width: 1024px) {
.item-tile-about.tile-small {
  border-radius: 12px;
  padding: 3.2rem 2rem;
  min-height: 37.2rem;
}
.item-tile-about.tile-small .tile-title,
.item-tile-about.tile-small .tile-info-title {
  font-size: 2.8rem;
  line-height: 1.28571429;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.item-tile-about.tile-small .tile-ico {
  width: 7.2rem;
  height: 7.2rem;
  margin-bottom: 16px;
}
.item-tile-about.tile-small .text-body-small {
  font-size: 16px;
  line-height: 1.5;
}
.item-tile-service-full.tile-third {
  padding: 4rem 2.4rem;
  border-radius: 2.4rem;
}
.item-tile-service-full.tile-third .tile-ico {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 10px;
}
.item-tile-service-full.tile-third .tile-title {
  font-size: 2.8rem;
  line-height: 1.28571429;
  letter-spacing: -0.02em;
  font-weight: 600;
  margin-bottom: 2.4rem;
}
.main-teams-box .item-wrap:nth-child(4n+1) .item-tile-team .tile-help .tile-help-content-wrap {
  right: auto;
  left: -80px;
}
}
@media (min-width: 1024px) and (max-width: 1199px) {
.main-pitch-middle-box .title-inner-wrap {
  padding-right: 4rem;
}
.main-pitch-middle-box .h3-title {
  font-size: 4.5rem;
}
}
/* end new pitch page*/
/*header panel box light*/
.header-panel-box.theme-light {
background: #fff;
color: #000408;
}
.header-panel-box.theme-light .panel-title {
color: #000408;
}
.header-panel-box.theme-yellow {
background: #FFC72C;
color: #000408;
}
.header-panel-box.theme-yellow .panel-title {
color: #000408;
}
.header-panel-box.theme-yellow .btn:not(:hover) {
background: #fff;
border-color: #fff;
color: #000;
}
.header-panel-box.theme-gray {
  background: #c5c5c5;
  color: #000408;
  }
  .header-panel-box.theme-gray .panel-title {
  color: #000408;
  }
  .header-panel-box.theme-gray .btn:not(:hover) {
  background: #fff;
  border-color: #fff;
  color: #000;
  }
.header-panel-box {
padding-top: 8px;
padding-bottom: 8px;
}
.header-panel-box .panel-title {
font-size: 2rem;
padding: 0 12px;
line-height: 30px;
}
.header-panel-box .panel-action {
padding-left: 12px;
padding-right: 12px;
}
.header-panel-box .btn {
height: 30px;
min-width: 184px;
border-radius: 8px;
font-size: 16px;
font-weight: 500;
}
/*end header panel box light*/
/*new styles panel*/
.btn.button-link {
border-radius: 0;
background: none;
border: none;
color: #0047BB;
padding-left: 2.4rem;
padding-right: 2.4rem;
min-width: 0;
}
.btn.button-link:hover {
color: var(--clr-att);
}
.item-tile-text-info {
text-align: center;
font-size: 16px;
line-height: 1.5;
color: #000;
font-weight: 400;
position: relative;
display: block;
}
.item-tile-text-info .tile-title-wrap {
margin-bottom: 4px;
position: relative;
padding: 0 24px;
}
.item-tile-text-info .tile-help {
position: absolute;
top: 4px;
right: 0;
}
.item-tile-text-info .tile-help .help-ico {
z-index: 2;
}
.item-tile-text-info .tile-ico {
width: 2em;
height: 2em;
position: absolute;
top: 50%;
left: 7px;
margin-top: -1em;
font-size: 1em;
}
.item-tile-text-info .tile-title-large {
display: inline;
font-size: 1.33333333em;
}
.item-tile-text-info .tile-title-att {
color: #F8485E;
}
.item-tile-text-info .tile-text-large {
font-size: 1.125em;
}
.item-tile-text-info .tile-title {
display: block;
font-size: 1.5em;
font-weight: bold;
margin: 0;
line-height: normal;
}
.item-tile-text-info p {
margin-bottom: 4px;
}
.scale-box {
padding: 9rem 0 8rem 0;
}
.scale-box .info-inner-wrap .info-action + .info-action {
padding: 0 8px;
}
.scale-box .info-inner-wrap .info-action .btn.button-link {
min-width: 0;
font-size: 16px;
}
.scale-box .elm-scale-wrapper {
margin-bottom: 5.6rem;
}
.scale-box .elm-scale-wrapper .scale-inner-wrap .scale-title b {
font-size: 1.4em;
}
.scale-box .tiles-text-info-box {
margin-bottom: 7.8rem;
}
.scale-box .main-title-wrap {
margin-bottom: 5.4rem;
margin-left: -25px;
margin-right: -25px;
}
.scale-box .main-title-wrap .page-subtitle {
font-size: 2.4rem;
line-height: 1.33333333;
margin: 0 0 1.6rem 0;
}
.scale-box .main-title-wrap .page-subtitle:last-child {
margin-bottom: 0;
}
.scale-box .main-title-wrap .h3-title {
font-size: 7.2rem;
line-height: 1;
letter-spacing: -1.44px;
background-image: linear-gradient(96deg, #0047BB 0%, #0084D4 100%);
font-weight: bold;
margin: 0 0 12px 0;
}
.tiles-text-info-box {
margin-bottom: 5.4rem;
}
.tiles-text-info-box .items-inner-wrap {
margin: 0 auto;
max-width: 992px;
}
.tiles-text-info-box .items-inner-wrap .items-wrap {
margin: 0 -2.4rem;
}
.tiles-text-info-box .items-inner-wrap .item-wrap {
padding: 0 2.4rem;
margin: 0;
width: 33.33%;
border-left: 1px solid #C9CBCE;
}
.tiles-text-info-box .items-inner-wrap .item-wrap:first-child {
border-left: none;
}
@media (max-width: 1023px) {
.scale-box .main-title-wrap {
  margin-left: 0;
  margin-right: 0;
}
.scale-box .main-title-wrap .h3-title {
  font-size: 6rem;
}
.item-tile-text-info {
  font-size: 14px;
}
.item-tile-text-info .tile-title {
  font-size: 1.3em;
}
.tiles-text-info-box .items-inner-wrap .items-wrap {
  margin: 0 -10px;
}
.tiles-text-info-box .items-inner-wrap .item-wrap {
  padding: 0 10px;
}
}
@media (max-width: 767px) {
.item-tile-text-info {
  margin-left: auto;
  margin-right: auto;
  max-width: 20em;
}
.item-tile-text-info .tile-title {
  font-size: 1.5em;
}
.tiles-text-info-box .items-inner-wrap .item-wrap {
  width: 100%;
  border: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.tiles-text-info-box .items-inner-wrap .item-wrap:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 1px;
  background-color: #C9CBCE;
}
.tiles-text-info-box .items-inner-wrap .item-wrap:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.tiles-text-info-box .items-inner-wrap .item-wrap:last-child:before {
  display: none;
}
}
@media (min-width: 768px) {
.tiles-text-info-box .items-inner-wrap .item-wrap:first-child .tile-help .tile-help-content-wrap {
  right: auto;
  left: -200px;
}
}
@media (min-width: 1024px) {
.scale-box .info-inner-wrap .info-action:first-child:not(:last-child) {
  padding-left: 16rem;
}
}
.timer_top .timer-title {
font-size: 1.4em;
}
}
.popup-form-hidden {
    display: none;
}


/*end new styles panel*/
/* BLANK STO */

.elm-help .tile-help-content-wrap, .tile-help .tile-help-content-wrap {
  background-color: #e7e7e7 !important;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5); 
}

/* BLOCKCHAIN STYLE */
.main-tiles-coin-box {
  padding: 7.5rem 0 9.3rem 0;
  background: #fff;
}
.main-tiles-coin-box .box-inner-wrap {
  margin: 0 auto;
  max-width: 992px;
}
.main-tiles-coin-box .items-wrap {
  margin: 0 -8px -16px -8px;
}
.main-tiles-coin-box .item-wrap {
  width: 100%;
  padding: 0 8px;
  margin-bottom: 16px;
}
.main-tiles-coin-box .item-tile-coin-photo {
  margin-bottom: 16px;
}
@media (max-width: 639px) {
  .item-tile-coin-main {
      padding: 2.4rem 3.2rem;
  }
}
@media (min-width: 640px) {
  .main-tiles-coin-box .item-wrap {
      width: 57%;
  }
  .main-tiles-coin-box .item-wrap:nth-child(2n) {
      width: 43%;
  }
}
@media (min-width: 1024px) {
  .main-tiles-coin-box .box-inner-wrap {
      max-width: 100%;
  }
  .main-tiles-coin-box .item-wrap {
      width: 55.5%;
      padding: 0 1rem;
  }
  .main-tiles-coin-box .item-wrap+.item-wrap {
      width: 44.5%;
  }
  .main-tiles-coin-box .item-tile-coin-photo {
      margin-bottom: 2rem;
  }
  .item-tile-coin-main {
      padding: 64px 4.8rem;
      border-radius: 3.2rem;
      font-size: 2.4rem;
      line-height: 32px;
  }
  .item-tile-coin-main .tile-subtitle {
      font-size: 2.4rem;
      line-height: 32px;
      letter-spacing: -0.48px;
      margin-bottom: 8px;
  }
  .item-tile-coin-main .tile-title {
      font-size: 4.8rem;
      line-height: 58px;
      letter-spacing: -0.96px;
      margin-bottom: 2.4rem;
  }
  .item-tile-coin-main .tile-links-wrap {
      padding-top: 1.5rem;
  }
  .item-tile-coin-photo {
      padding: 32px 4.8rem;
      border-radius: 3.2rem;
  }
  .item-tile-coin-photo .tile-title{
      font-size: 3.6rem;
      line-height: 44px;
      letter-spacing: -0.72px;
      margin-bottom: 16px;
  }
  .item-tile-coin-photo .tile-photo {
      width: 182px;
      margin-top: -3rem;
      margin-bottom: -2.8rem;
  }
  .item-tile-coin-photo-main {
      padding: 32px 4rem;
      border-radius: 3.2rem;
      overflow: hidden;
  }
  .item-tile-coin-photo-main .tile-photo {
      padding: 0 0 0 80px;
      margin-left: 0;
      margin-right: -8rem;
      height: 150px;
  }
  .item-tile-coin-photo-main .tile-title {
      font-size: 3.6rem;
      line-height: 44px;
      letter-spacing: -0.72px;
  }
  
}

/* NEW PAGES 30.11.2023 */
.item-tile-about.tile-icon,
.item-tile-about.tile-money {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #151516;
  padding: 51.2px 38.4px;
  padding: 3.2rem 2.4rem;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.item-tile-about.tile-icon .tile-title-wrap,
.item-tile-about.tile-money .tile-title-wrap {
  width: 100%;
  margin: 0;
  padding: 0 0 51.2px 0;
  padding: 0 0 3.2rem 0;
  text-align: center;
}
.item-tile-about.tile-icon .tile-icon-wrap,
.item-tile-about.tile-money .tile-icon-wrap {
  display: block;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-about.tile-icon .tile-icon-wrap .tile-ico,
.item-tile-about.tile-money .tile-icon-wrap .tile-ico {
  width: 128px;
  width: 8rem;
  height: 128px;
  height: 8rem;
  margin: 0;
}
.item-tile-about.tile-icon .tile-photo-wrap,
.item-tile-about.tile-money .tile-photo-wrap {
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.item-tile-about.tile-icon .tile-photo-wrap.photo-max,
.item-tile-about.tile-money .tile-photo-wrap.photo-max {
  height: 364.8px;
  height: 22.8rem;
}
.item-tile-about.tile-icon .tile-photo-wrap.photo-max .tile-photo,
.item-tile-about.tile-money .tile-photo-wrap.photo-max .tile-photo {
  height: 416px;
  height: 26rem;
}
.item-tile-about.tile-icon .tile-photo,
.item-tile-about.tile-money .tile-photo {
  /*height: 364.8px;*/
  height: 16.8rem;
  max-width: 480px;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}
.item-tile-about.tile-icon .tile-title,
.item-tile-about.tile-money .tile-title {
  font-size: 51.2px;
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: -0.64px;
  margin-bottom: 4px;
  font-weight: bold;
}
.item-tile-about.tile-icon {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.4;
  text-align: left;
}
.item-tile-about.tile-icon .tile-title-wrap {
  text-align: left;
}
.item-tile-about.tile-icon .tile-title {
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 6px;
}
@media (max-width: 1399px) {
  .item-tile-about.tile-money .tile-title,
  .item-tile-about.tile-icon .tile-title {
    font-size: 2.4rem;
  }
}
@media (max-width: 1023px) {
  .item-tile-about.tile-money,
  .item-tile-about.tile-icon {
    font-size: 14px;
  }
  .item-tile-about.tile-money .tile-title,
  .item-tile-about.tile-icon .tile-title {
    font-size: 3.2rem;
  }
}
.section-page-padding {
  padding: 128px 0 !important;
  padding: 8rem 0 !important;
}
.btn.button-dark:not(:hover) {
  background-color: #151516;
  border-color: #151516;
}
.btn.button-dark-att:not(:hover) {
  background-color: #0047BB;
  border-color: #0047BB;
}
.list-marker li {
  padding-left: 1.4em;
  position: relative;
}
.list-marker li:before {
  content: "";
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  top: 0.7em;
  left: 0.5em;
  margin-top: -0.15em;
}
.main-news-box.section-light {
  background-color: transparent;
}
.main-news-box.section-light .item-tile-new {
  border: 1px solid #C9CBCE;
  box-shadow: none;
}
.main-actions-qr-wrap.actions-small .action-button + .action-button {
  margin-right: 19.2px;
  margin-right: 1.2rem;
}
.main-actions-qr-wrap.actions-small .btn-action-app {
  width: 145px;
}
.main-actions-qr-wrap.actions-small .btn-action-qr {
  width: 80px;
  height: 80px;
}
.main-actions-qr-wrap.actions-small .action-qr .action-title {
  font-size: 16px;
  line-height: 24px;
}
.main-actions-qr-wrap.actions-medium .action-button + .action-button {
  margin-right: 19.2px;
  margin-right: 1.2rem;
}
.main-actions-qr-wrap.actions-medium .btn-action-app {
  width: 174px;
}
.main-actions-qr-wrap.actions-medium .btn-action-qr {
  width: 80px;
  height: 80px;
}
.main-actions-qr-wrap.actions-medium .action-qr .action-title {
  font-size: 16px;
  line-height: 24px;
}
.main-apps-info-box {
  padding: 128px 0;
  padding: 8rem 0;
}
.main-apps-info-box .box-inner-wrap {
  display: block;
  position: relative;
  padding: 102.4px 160px;
  padding: 6.4rem 10rem;
  border-radius: 3.2rem;
  background: #F0F2F6;
  text-align: center;
}
.main-apps-info-box .main-title-wrap {
  margin-bottom: 51.2px;
  margin-bottom: 3.2rem;
}
.main-apps-info-box .main-actions-qr-wrap {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  font-size: 16px;
}
.main-apps-info-box .main-actions-qr-wrap.actions-small .btn-action-app {
  width: 174px;
}
.main-apps-info-box .main-actions-qr-wrap .action-qr {
  padding: 0 32px 0 51.2px;
  padding: 0 2rem 0 3.2rem;
  margin-right: 51.2px;
  margin-right: 3.2rem;
  position: relative;
}
.main-apps-info-box .main-actions-qr-wrap .action-qr:before,
.main-apps-info-box .main-actions-qr-wrap .action-qr:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 102.4px;
  height: 6.4rem;
  margin-top: -51.2px;
  margin-top: -3.2rem;
  background: #DDDFE3;
}
.main-apps-info-box .main-actions-qr-wrap .action-qr:after {
  left: auto;
  right: 0;
}
.tiles-about-box.section-money {
  padding: 128px 0;
  padding: 8rem 0;
}
.tiles-about-box.section-money .main-title-wrap {
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 76.8px;
  margin-bottom: 4.8rem;
}
.tiles-about-box.section-money .main-title-wrap .h3-title,
.tiles-about-box.section-money .main-title-wrap .h2-title {
  margin-bottom: 16px;
}
.tiles-about-box.section-money .main-buttons-wrap {
  margin-top: 76.8px;
  margin-top: 4.8rem;
  margin-bottom: -10px;
}
.main-top-box.section-bg-dark {
  background: radial-gradient(210.33% 70.66% at 50% 50.07%, rgba(0, 71, 187, 0.2) 0%, rgba(1, 33, 105, 0) 100%), #151516;
  color: #fff;
}
.main-top-box.section-bg-dark .h1-title,
.main-top-box.section-bg-dark .h2-title,
.main-top-box.section-bg-dark .h3-title,
.main-top-box.section-bg-dark .main-title {
  color: inherit;
}
.main-top-box.section-bg-dark .btn-action-more {
  color: #fff;
}
.main-top-box.section-bg-dark .btn-action-more:before {
  filter: brightness(0) invert(1);
}
.main-top-box.section-page .inner-wrap,
.main-top-box.section-card .inner-wrap {
  padding-top: 128px;
  padding-top: 8rem;
  padding-bottom: 128px;
  padding-bottom: 8rem;
}
.main-top-box.section-page .info-inner-wrap,
.main-top-box.section-card .info-inner-wrap {
  line-height: 1.5;
}
.main-top-box.section-page .photo-inner-wrap,
.main-top-box.section-card .photo-inner-wrap {
  width: 896px;
  width: 56rem;
  max-width: 100%;
}
.main-top-box.section-page .title-wrap,
.main-top-box.section-card .title-wrap {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
.main-top-box.section-page .h2-title,
.main-top-box.section-card .h2-title,
.main-top-box.section-page .h3-title,
.main-top-box.section-card .h3-title {
  line-height: 1.1875;
  margin-bottom: 16px;
}
.main-top-box.section-page p,
.main-top-box.section-card p {
  max-width: 23.33333333em;
}
.main-top-box.section-page .info-text,
.main-top-box.section-card .info-text {
  padding-right: 48px;
  padding-right: 3rem;
}
.main-top-box.section-page .page-subtitle,
.main-top-box.section-card .page-subtitle {
  font-size: 1em;
  font-weight: 500;
  color: var(--clr-att);
  margin: 0 0 8px 0;
}
.main-top-box.section-card .info-inner-wrap {
  margin-bottom: 0;
}
.main-top-box.section-text .inner-wrap,
.main-top-box.section-text.section-page .inner-wrap {
  display: block;
}
.main-top-box.section-text .title-wrap:last-child,
.main-top-box.section-text.section-page .title-wrap:last-child {
  margin-bottom: 0;
}
.main-top-box.section-text .title-wrap p,
.main-top-box.section-text.section-page .title-wrap p {
  max-width: 35em;
  margin-bottom: 38.4px;
  margin-bottom: 2.4rem;
}
.main-top-box.section-text .photo-inner-wrap,
.main-top-box.section-text.section-page .photo-inner-wrap {
  display: none;
}
.main-top-box.section-text .info-inner-wrap,
.main-top-box.section-text.section-page .info-inner-wrap {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.main-top-box .buttons-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px -8px 0;
}
.main-top-box .buttons-wrap .btn {
  margin: 0 8px 8px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 83.2px;
  height: 5.2rem;
  padding: 0 15px;
  font-size: 32px;
  font-size: 2rem;
  min-width: 0;
  border-radius: 1.6rem;
}
.main-top-box .photo-text-wrap {
  margin: 0 auto;
  position: relative;
  border-radius: 3.2rem;
  padding: 76.8px;
  padding: 4.8rem;
  background: #F0F2F6;
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  min-height: 896px;
  min-height: 56rem;
}
.main-top-box .photo-text-wrap .photo-text-image {
  width: 70%;
  max-width: 454.4px;
  max-width: 28.4rem;
  margin: 0 auto 64px auto;
  margin: 0 auto 4rem auto;
  padding-top: 32px;
  padding-top: 2rem;
}
.main-top-box .photo-text-wrap .photo-text-image img,
.main-top-box .photo-text-wrap .photo-text-image svg {
  display: block;
  width: 100%;
}
.main-top-box .photo-text-wrap .photo-text-title {
  font-size: 76.8px;
  font-size: 4.8rem;
  font-weight: 600;
  margin: 0 0 51.2px 0;
  margin: 0 0 3.2rem 0;
  letter-spacing: -0.96px;
  line-height: 1.2;
}
.main-top-box .photo-text-wrap .photo-text-title.title-large {
  font-size: 89.6px;
  font-size: 5.6rem;
}
.main-top-box .photo-text-wrap .photo-text-title:last-child {
  margin-bottom: 0;
}
@media (max-width: 639px) {
  .main-top-box .list-marker li {
    padding: 0;
  }
  .main-top-box .list-marker li:before {
    display: none;
  }
  .main-top-box .photo-text-wrap {
    padding: 2.4rem;
  }
  .main-top-box .photo-text-wrap .photo-text-title {
    font-size: 3.6rem;
  }
}
@media (min-width: 640px) {
  .main-top-box.section-reverse .inner-wrap {
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .main-top-box.section-page .photo-inner-wrap,
  .main-top-box.section-card .photo-inner-wrap {
    max-width: 50%;
  }
  .main-top-box.section-page .info-inner-wrap.text-padding,
  .main-top-box.section-card .info-inner-wrap.text-padding {
    padding-right: 6.4rem;
  }
  .main-top-box.section-page.section-reverse .info-inner-wrap.text-padding,
  .main-top-box.section-card.section-reverse .info-inner-wrap.text-padding {
    padding-right: 0;
    padding-left: 6.4rem;
  }
  .main-top-box.section-card.section-reverse .inner-wrap {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .main-top-box.section-card .inner-wrap {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}
@media (min-width: 1024px) {
  .main-buttons-wrap.buttons-small .btn-action-app {
    width: 174px;
  }
  .main-top-box.section-page .info-inner-wrap {
    max-width: 625px;
  }
}
@media (min-width: 1400px) {
  .main-top-box.section-page .info-text {
    padding-right: 6.4rem;
  }
  .main-top-box.section-card.section-reverse .photo-inner-wrap {
    margin-left: 0;
    margin-right: 5rem;
  }
  .main-top-box.section-card.section-reverse .info-inner-wrap {
    padding-right: 6.4rem;
    padding-left: 0;
  }
  .main-top-box.section-reverse .info-inner-wrap {
    padding-left: 6.4rem;
  }
}
/* NEW PAGES 30.11.2023 */


/* PLAN 15.03.2024 */
.item-tile-plan {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  border: 1px solid #dddfe3;
  border-radius: 16px;
  padding: 23px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
  color: #151516;
  min-height: 100%;
}
.item-tile-plan.tile-att {
  background: #f7f8ff;
}
.item-tile-plan .tile-title-wrap {
  margin-bottom: 38.4px;
  margin-bottom: 2.4rem;
  -ms-flex: 1;
      flex: 1;
  position: static;
}
.item-tile-plan .tile-action-wrap {
  margin-top: 38.4px;
  margin-top: 2.4rem;
}
.item-tile-plan .tile-action-wrap .btn {
  width: 100%;
  height: 3em;
  font-size: 1em;
  font-weight: bold;
}
.item-tile-plan .tile-info-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  -ms-flex: 1;
      flex: 1;
}
.item-tile-plan .tile-info-wrap .tile-help {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-plan .tile-info-wrap .tile-help .help-ico {
  background-image: url(../img/icons/help-att.svg);
}
.item-tile-plan .tile-info-wrap .tile-info {
  -ms-flex: 1;
      flex: 1;
}
.item-tile-plan .tile-price {
  font-size: 2.25em;
  line-height: 1.1;
  font-weight: bold;
  color: #000;
  margin-top: 38.4px;
  margin-top: 2.4rem;
}
.item-tile-plan .tile-price .price-unit {
  display: inline;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 400;
}
.item-tile-plan .tile-title,
.item-tile-plan .tile-subtitle {
  font-size: 1.75em;
  line-height: 1.14;
  letter-spacing: normal;
  margin: 0;
  font-weight: 600;
  color: #000;
  padding-top: 10px;
}
.item-tile-plan .tile-title.title-large,
.item-tile-plan .tile-subtitle.title-large {
  font-size: 1.75em;
  line-height: 1.14286;
  padding-top: 10px;
}
.item-tile-plan .tile-subtitle {
  margin-top: 28.8px;
  margin-top: 1.8rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.33;
}
.item-tile-plan .tile-title-sticker {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: -1em;
  left: 50%;
  height: 2em;
  line-height: 1.875em;
  border-radius: 12px;
  background: #dddfe3;
  padding: 0 1.5em;
  color: #000;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform: translate(-50%, 0);
}
.item-tile-plan .tile-photo-title-wrap {
  display: block;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 2em;
  position: relative;
  z-index: 2;
}
.item-tile-plan .tile-photo-title-wrap .tile-help {
  display: block;
  margin: 3px auto 0 auto;
}
.item-tile-plan .tile-photo-title {
  font-size: 1.71428571em;
  line-height: 1.16667;
  letter-spacing: -0.02em;
  margin-bottom: 0.2em;
  font-weight: bold;
}
.item-tile-plan .tile-photo {
  width: 14.14285714em;
  height: 14.14285714em;
  font-size: 14px;
  line-height: 1.42857;
  letter-spacing: -0.02em;
  text-align: center;
  z-index: 2;
  color: #151516;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: -1.7em;
  right: -9em;
}
.item-tile-plan .tile-photo img,
.item-tile-plan .tile-photo svg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.main-section-plan-box {
  padding: 128px 0 128px 0;
  padding: 8rem 0 8rem 0;
  --clr-att: #0029ff;
}
.main-section-plan-box .tabs-inner-wrap {
  display: none;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  color: #7d7e80;
  margin-bottom: 8px;
}
.main-section-plan-box .tabs-inner-wrap .menu {
  display: -ms-flexbox;
  display: flex;
}
.main-section-plan-box .tabs-inner-wrap .menu li {
  -ms-flex: 1;
      flex: 1;
}
.main-section-plan-box .tabs-inner-wrap a {
  display: block;
  width: 100%;
  height: 40px;
  color: inherit;
}
.main-section-plan-box .tabs-inner-wrap a:hover,
.main-section-plan-box .tabs-inner-wrap a.active {
  color: #000;
}
.main-section-plan-box .box-inner-wrap {
  max-width: 960px;
  margin: 0 auto;
}
.main-section-plan-box .tbl-outer-wrap {
  border-radius: 16px;
  border: 1px solid #dddfe3;
  position: relative;
  overflow: hidden;
}
.main-section-plan-box .tbl-inner-wrap {
  margin: 0 -8px;
}
.main-section-plan-box .items-wrap {
  margin: 0 -8px 0 -8px;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.main-section-plan-box .item-wrap {
  width: 344px;
  padding: 0 8px;
  margin-bottom: 16px;
}
.main-section-plan-box .main-title-wrap {
  margin-bottom: 51.2px;
  margin-bottom: 3.2rem;
}
.main-section-plan-box .more-wrap {
  text-align: center;
  margin-top: 51.2px;
  margin-top: 3.2rem;
}
.main-section-plan-box .more-wrap .btn.button-border:not(:hover) {
  color: var(--clr-att);
}
.main-section-plan-box .more-wrap .btn {
  min-width: 512px;
  min-width: 32rem;
}
.main-section-plan-box table {
  width: 100%;
  font-size: 18px;
}
.main-section-plan-box table th,
.main-section-plan-box table td {
  position: relative;
  padding: 12px 8px 12px 8px;
  vertical-align: middle;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.33333;
  text-align: center;
  color: #151516;
  border: none;
  border-bottom: 1px solid #f0f2f6;
  width: 352px;
  min-width: 352px;
  height: 48px;
}
.main-section-plan-box table th:last-child,
.main-section-plan-box table td:last-child {
  width: 336px;
  min-width: 336px;
}
.main-section-plan-box table th:first-child,
.main-section-plan-box table td:first-child {
  width: auto;
  min-width: 0;
  padding-left: 51.2px;
  padding-left: 3.2rem;
  padding-right: 30px;
  text-align: left;
}
.main-section-plan-box table th:nth-child(3),
.main-section-plan-box table td:nth-child(3),
.main-section-plan-box table th:nth-child(4),
.main-section-plan-box table td:nth-child(4){
  background: #f7f8ff;
}
.main-section-plan-box table .tile-help {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
}
.main-section-plan-box table .tile-help .help-ico {
  background-image: url(../img/icons/help-att.svg);
}
.main-section-plan-box table tr:last-child th,
.main-section-plan-box table tr:last-child td {
  border-bottom: none;
}
.main-section-plan-box table tr:last-child th:last-child,
.main-section-plan-box table tr:last-child td:last-child {
  background: #fff;
}
.main-section-plan-box table .tr-header th,
.main-section-plan-box table .tr-header td {
  text-align: left;
  font-weight: bold;
  padding-bottom: 8px;
  padding-top: 16px;
  height: auto;
  min-height: 0;
}
.main-section-plan-box table .tr-actions th,
.main-section-plan-box table .tr-actions td {
  padding: 38.4px;
  padding: 2.4rem;
}
.main-section-plan-box table .btn {
  width: 100%;
}
.main-section-plan-box table .btn.button-border:not(:hover) {
  background-color: #fff;
}
.main-section-plan-box table b {
  font-weight: 600;
}
.main-section-plan-box table .elm-ico {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 6px 0 0;
}
.main-section-plan-box table .elm-ico:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .main-section-plan-box .item-tile-plan .tile-photo {
    font-size: 11px;
    right: auto;
    left: -6em;
    top: -4em;
  }
}
@media (max-width: 1023px) {
  .item-tile-plan {
    background: #f0f2f6;
    border-color: #f0f2f6;
    padding: 15px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.42;
    color: #151516;
    text-align: left;
  }
  .item-tile-plan .tile-photo {
    display: none;
  }
  .item-tile-plan .tile-title-wrap,
  .item-tile-plan .tile-info-wrap,
  .item-tile-plan .tile-action-wrap {
    padding: 0;
    margin: 0;
    position: static;
    display: block;
  }
  .item-tile-plan .tile-title {
    font-size: 24px;
    line-height: 1.33;
    font-weight: 600;
    color: #000;
    margin: 0 0 12px 0;
    padding: 0;
  }
  .item-tile-plan .tile-subtitle {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: #000;
    padding: 0;
    margin: 0 0 12px 0;
  }
  .item-tile-plan .tile-info {
    display: block;
    margin: 10px 0;
  }
  .item-tile-plan .tile-price {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: #000;
    margin: 0 0 12px 0;
  }
  .item-tile-plan .tile-price .title-gradient {
    background: none;
    -webkit-text-fill-color: initial;
  }
  .item-tile-plan .tile-price .price-unit {
    font-size: 1em;
    color: inherit;
    font-weight: inherit;
  }
  .item-tile-plan .btn.button-border {
    height: 48px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 400;
  }
  .item-tile-plan .btn.button-border:not(:hover) {
    background: #0029ff;
    border-color: #0029ff;
    color: #fff;
  }
  .item-tile-plan .tile-title-sticker {
    position: absolute;
    top: 19px;
    right: 15px;
    margin: 0;
    transform: none;
    display: block;
    width: auto;
    float: left;
    left: auto;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border-radius: 8px;
    font-size: 12px;
    min-width: 0;
  }
  .item-tile-plan.tile-att .tile-info-wrap {
    padding-right: 30px;
  }
  .item-tile-plan.tile-att .tile-help {
    /*top: auto;*/
    bottom: 98px;
    margin: 0;
  }
  .item-tile-plan .tile-help {
    position: absolute;
    top: 68px;
    right: 16px;
    margin-top: -12px;
    z-index: 10;
  }
  .main-section-plan-box .main-title-wrap {
    margin-bottom: 32px;
  }
  .main-section-plan-box .main-title-wrap .h4-title {
    font-size: 32px;
    line-height: 1.1;
  }
  .main-section-plan-box .main-title-wrap .items-wrap {
    font-size: 14px;
  }
  .main-section-plan-box table {
    /* th, td {
				width: 352px;
				min-width: 352px;
				&:last-child {
					width: 336px;
					min-width: 336px;
				}
			} */
  }
  .main-section-plan-box .items-inner-wrap,
  .main-section-plan-box .tbl-outer-wrap {
    width: 100%;
  }
  .main-section-plan-box table {
    font-size: 16px;
  }
  .main-section-plan-box table th,
  .main-section-plan-box table td {
    width: 308px;
    min-width: 308px;
      
      @media (max-width: 820px) {
      	width: 120px;
    	min-width: 120px;
      }
  }
  .main-section-plan-box table th:last-child,
  .main-section-plan-box table td:last-child {
    width: 292px;
    min-width: 292px;
      
      @media (max-width: 820px) {
      	width: 120px;
    	min-width:0;
      }
  }
  .main-section-plan-box .item-wrap {
    width: 300px;
      
      @media (max-width: 820px) {
      	width: 220px;
      }
  }
  .main-section-plan-box .item-tile-plan {
    font-size: 15px;
  }
  .main-section-plan-box .item-tile-plan .tile-photo {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .main-section-plan-box:not(.premium-active) .wrap-premium {
    display: none;
  }
  .main-section-plan-box:not(.premium-active) .wrap-standart {
    display: block;
  }
    
  .main-section-plan-box:not(.custom-active) .wrap-custom {
    display: none;
  }
  .main-section-plan-box:not(.custom-active) .wrap-standart {
    display: block;
  }
    
  .main-section-plan-box:not(.premium-active) table th:nth-child(3),
  .main-section-plan-box:not(.premium-active) table td:nth-child(3) {
    display: none;
  }
  
   .main-section-plan-box:not(.custom-active) table th:nth-child(4),
  .main-section-plan-box:not(.custom-active) table td:nth-child(4) {
    display: none;
  }
    
  .main-section-plan-box.premium-active .wrap-premium {
    display: block;
  }
  .main-section-plan-box.premium-active .wrap-standart {
    display: none;
  }
   
  .main-section-plan-box.custom-active .wrap-custom {
    display: block;
  }
  .main-section-plan-box.custom-active .wrap-standart {
    display: none;
  }
    
  .main-section-plan-box.premium-active table th:nth-child(2),
  .main-section-plan-box.premium-active table td:nth-child(2),
  .main-section-plan-box.custom-active table th:nth-child(2),
  .main-section-plan-box.custom-active table td:nth-child(2){
    display: none;
  }
   
  /*.main-section-plan-box.custom-active table th:nth-child(4),
  .main-section-plan-box.premium-active table td:nth-child(4) {
    display: none;
  }  */
    
  .main-section-plan-box .tabs-inner-wrap {
    display: block;
  }
  .main-section-plan-box .more-wrap .btn {
    width: 100%;
  }
  .main-section-plan-box .more-wrap .btn.button-border {
    height: 48px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 12px;
  }
  .main-section-plan-box .items-inner-wrap {
    width: 100%;
  }
  .main-section-plan-box .item-wrap {
    width: 100%;
    margin-bottom: 0;
  }
  .main-section-plan-box .tbl-outer-wrap {
    background: none;
    border: none;
    overflow: hidden;
    border-radius: 0;
    margin: 0;
    width: auto;
    margin-top: 12px;
  }
  .main-section-plan-box .tbl-inner-wrap {
    position: relative;
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    background: #f0f2f6;
  }
  .main-section-plan-box table {
    max-width: 100%;
  }
  .main-section-plan-box table th,
  .main-section-plan-box table td {
    border: none;
    background: #f0f2f6;
    width: initial;
    min-width: initial;
    height: 40px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42;
    color: #151516;
    vertical-align: middle;
    text-align: left;
  }
  .main-section-plan-box table th:last-child,
  .main-section-plan-box table td:last-child {
    padding: 10px 12px;
    width: initial;
    min-width: initial;
  }
  .main-section-plan-box table th:first-child,
  .main-section-plan-box table td:first-child {
    padding: 10px 12px;
    width: initial;
    min-width: initial;
  }
  .main-section-plan-box table th:nth-child(n+2),
  .main-section-plan-box table td:nth-child(n+2) {
    font-weight: bold;
    background: #f0f2f6;
    width: 140px;
    min-width: 140px;
  }
  .main-section-plan-box table tr.tr-header th[colspan],
  .main-section-plan-box table tr.tr-header td[colspan] {
    padding-top: 10px;
  }
  .main-section-plan-box table tr th[colspan],
  .main-section-plan-box table tr td[colspan] {
    padding-top: 16px;
    border-top: 1px solid #dddfe3;
  }
  .main-section-plan-box table tr:first-child th[colspan],
  .main-section-plan-box table tr:first-child td[colspan] {
    border-top: none;
  }
  .main-section-plan-box table tr:last-child th,
  .main-section-plan-box table tr:last-child td {
    padding-bottom: 16px;
  }
  .main-section-plan-box table .tile-help {
    display: none;
  }
  .main-section-plan-box table .elm-ico {
    width: 18px;
    height: 18px;
  }
  .main-section-plan-box table .tr-actions {
    display: none;
  }
}
/* END PLAN 15.03.2023 */
/* new styles 04.2024 */
@media (max-width: 1023px) {
  .main-teams-box .items-wrap .item-wrap {
    width: 25% !important;
  }
}
@media (max-width: 767px) {
  .main-teams-box .items-wrap .item-wrap {
    width: 33.33% !important;
  }
}
@media (max-width: 639px) {
  .main-teams-box .items-wrap .item-wrap {
    width: 50% !important;
  }
}
@media (max-width: 479px) {
  .main-teams-box .items-wrap .item-wrap {
    width: 100% !important;
  }
}
@media (min-width: 1024px) {
  .main-teams-box .inner-wrap {
    max-width: 1158px;
  }
  .main-teams-box .items-wrap {
    margin-left: -12px;
    margin-right: -12px;
  }
  .main-teams-box .items-wrap .item-wrap {
    width: 16.666% !important;
    padding-left: 12px;
    padding-right: 12px;
  }
    .item-tile-plan .tile-photo {overflow: visible;}
 }
}

/ end new styles 04.2024 /

/* 

:root {
    --clr-base: #303031;
    --clr-base-dark: #000;
    --clr-title: #121214;
    --clr-att: #2169fc;
    --clr-att-second: #0029ff;
    --clr-light: #e4e4e;
    --main-padding: 12.8rem;
    --second-padding: 6.4rem;
    --main-radius: 1.6rem;
    --main-shadow: 3px 5px 24px rgba(45, 47, 64, .08);
    --main-shadow-hover: 4px 12px 24px rgba(0, 0, 0, .24), 0.5px 0.5px 0px rgba(0, 0, 0, .5);
    --min: 320px;
    --max: 1300px;
    --paddingContainer: 15px;
    font-size: 10px
}


*/
/* header styles */
.header.header-new .inner-wrap {
  max-width: 1300px;
}

.header.header-new .logo-wrap {
  width: 137px;
}
.header.header-new .action-wrap .btn {
  padding: 0 20px;
  height: 40px;
  border-radius: 8px;
  font-size: 18px;
}
.header.header-new .popup-menu-wrap .menu {
  -ms-flex-pack: center;
      justify-content: center;
  position: static;
}
.header.header-new .popup-menu-wrap .menu > li .btn-submenu {
  padding-right: 40px;
}
.header.header-new .popup-menu-wrap .menu > li .btn-submenu.submenu-active {
  padding-right: 40px;
  background: #C9CBCE;
  color: #000;
}
.header.header-new .popup-menu-wrap .menu > li .btn-submenu.submenu-active:after {
  transform: rotate(180deg);
}
.header.header-new .popup-menu-wrap .menu > li .btn-submenu:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(/templates/en/img-v2/icons/arrow-menu.svg) center no-repeat;
  filter: brightness(0) grayscale(1);
  background-size: 100% auto;
  top: 50%;
  right: 20px;
  margin: -12px -12px 0 0;
  transition: all ease 0.2s;
}
.header.header-new .popup-menu-wrap .menu li {
  position: static;
}
.popup-menu-wrap .menu-inner-wrap {
  margin: 0 auto;
  max-width: 1138px;
  display: -ms-flexbox;
  display: flex;
}
.popup-menu-wrap .menu-wrap {
  padding: 51.2px 51.2px 35.2px 51.2px;
  padding: 3.2rem 3.2rem 2.2rem 3.2rem;
  width: 27.6%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  transition: all ease 0.2s;
}
.popup-menu-wrap .menu-wrap:hover {
  background: #F8F8F8;
}
.popup-menu-wrap .menu-main {
  width: 44.8%;
}
.popup-menu-wrap .menu-main .submenu {
  columns: 2;
  column-gap: 20px;
}
.popup-menu-wrap .menu-main .submenu li {
  break-inside: avoid-column;
}
.popup-menu-wrap .btn-submenu.submenu-active ~ .submenu-inner-wrap {
  display: block;
}
.popup-menu-wrap .menu-att {
  background: #F8F8F8;
}
.popup-menu-wrap .submenu-inner-wrap {
  animation: fadein ease 0.2s;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100dvw;
  margin-left: -50dvw;
  z-index: 100;
  background: #fff;
}
.popup-menu-wrap .submenu-inner-wrap .submenu {
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.popup-menu-wrap .submenu-inner-wrap .submenu li {
  margin: 0;
  padding: 0;
}
.popup-menu-wrap .submenu-inner-wrap .submenu li:before {
  display: none;
}
.popup-menu-wrap .submenu-inner-wrap .submenu a {
  display: block;
  padding: 9px 0;
  color: #575759;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.32px;
  white-space: normal;
  height: auto;
}
.popup-menu-wrap .submenu-inner-wrap .submenu a:hover,
.popup-menu-wrap .submenu-inner-wrap .submenu a.active {
  color: #0029FF;
  text-decoration: underline;
}
.popup-menu-wrap .menu-title {
  display: block;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #000;
  letter-spacing: -0.48px;
  margin-bottom: 14px;
}
.popup-menu-wrap .menu-title a:not(:hover) {
  color: inherit;
}
.popup-menu-wrap .actions-wrap {
  display: none;
}
.popup-menu-wrap .btn-popup-close {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  display: none;
}
@media (max-width: 1023px) {
  .header.header-new .action-wrap {
    display: none;
  }
  .header.header-new .action-wrap.popup-lang-wrap {
    display: block;
  }
  .header.header-new .popup-menu-wrap .js-btn-toggle.active + .js-popup-block {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header.header-new .popup-menu-wrap .popup-content-block {
    display: none;
    -ms-flex-direction: column;
        flex-direction: column;
    position: fixed;
    height: 100dvh;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    background: #fff;
    width: 100%;
    padding: 0;
    box-shadow: none;
  }
  .header.header-new .popup-menu-wrap .menu {
    max-width: 100%;
    width: 100%;
    -ms-flex: 1;
        flex: 1;
    padding: 15px 0;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .header.header-new .popup-menu-wrap .menu::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .header.header-new .popup-menu-wrap .menu > li .btn-submenu:after {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: -2px 0 0 5px;
    display: inline-block;
    vertical-align: middle;
  }
  .header.header-new .popup-menu-wrap .menu > li .btn-submenu {
    padding-right: 10px;
  }
  .header.header-new .popup-menu-wrap .menu > li .btn-submenu.submenu-active {
    padding-right: 10px;
  }
  .popup-menu-wrap .submenu-inner-wrap {
    position: static;
    width: 100%;
    margin: 0;
    background: none;
    padding: 0;
    text-align: left;
  }
  .popup-menu-wrap .menu a {
    white-space: normal;
    height: auto;
    line-height: 1.1;
    padding: 10px 10px;
  }
  .popup-menu-wrap .actions-wrap {
    display: block;
    padding-top: 15px;
    border-top: 1px solid #e0e0e0;
    margin: 0;
    width: 100%;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .popup-menu-wrap .actions-wrap .action-wrap {
    display: block;
    padding: 0 10px 20px 10px;
    margin: 0 0 10px 0;
  }
  .popup-menu-wrap .actions-wrap .action-wrap:last-child {
    margin-bottom: 0;
  }
  .popup-menu-wrap .actions-wrap .action-wrap .btn,
  .popup-menu-wrap .actions-wrap .action-wrap a {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    font-size: 14px;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 5px;
  }
  .popup-menu-wrap .btn-popup-close {
    display: block;
  }
}
@media (max-width: 767px) {
  .popup-menu-wrap .menu-title {
    font-size: 16px;
  }
  .popup-menu-wrap .submenu-inner-wrap .submenu a {
    font-size: 14px;
    padding: 5px 0;
  }
}
@media (max-width: 639px) {
  .popup-menu-wrap .menu-inner-wrap {
    display: block;
  }
  .popup-menu-wrap .menu-wrap {
    width: 100%;
  }
  .popup-menu-wrap .menu-wrap .submenu {
    columns: 3;
    column-gap: 20px;
  }
}
@media (max-width: 479px) {
  .popup-menu-wrap .menu-wrap .submenu {
    columns: 2;
    column-gap: 10px;
  }
}
@media (min-width: 1024px) {
  .header.header-new .popup-menu-wrap .menu > li > a {
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    border-radius: 8px;
    transition: all ease 0.2s;
  }
  .popup-menu-wrap .submenu-inner-wrap {
    box-shadow: 0px 30px 24px 0px rgba(0, 0, 0, 0.25);
  }
}
/* end header styles */
/* items styles */
.item-tile-crypto-info {
  display: block;
  position: relative;
  min-height: 100%;
  padding: 51.2px 38.4px;
  padding: 3.2rem 2.4rem;
  text-align: center;
  border-radius: 2.4rem;
  background: #F3F5F8;
  color: #000;
}
.item-tile-crypto-info:hover {
  color: #000;
}
.item-tile-crypto-info .tile-ico {
  width: 153.6px;
  width: 9.6rem;
  height: 153.6px;
  height: 9.6rem;
  border-radius: 50%;
  background: #2169FC;
  margin: 0 auto 51.2px auto;
  margin: 0 auto 3.2rem auto;
}
.item-tile-crypto-info .tile-title {
  display: block;
  margin: 0;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.item-tile-crypto-info .tile-title a:not(:hover) {
  color: inherit;
}
.item-tile-term-inner {
  display: block;
  min-height: 100%;
  border-radius: 16px;
  background: #303031;
  padding: 38.4px;
  padding: 2.4rem;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  overflow: hidden;
}
.item-tile-term-inner .tile-title {
  display: block;
  font-size: 1.2em;
  line-height: 1.33333333;
  color: #fff;
  margin: 0 0 11px 0;
  font-weight: bold;
}
.item-tile-term-inner .tile-ico {
  width: 48px;
  height: 48px;
  margin-bottom: 38.4px;
  margin-bottom: 2.4rem;
}
.item-tile-coin-select {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  letter-spacing: -0.32px;
  text-align: left;
  border-radius: 16px;
  background: #fff;
  padding: 38.4px 16px;
  padding: 2.4rem 16px;
}
.item-tile-coin-select .tile-title-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 38.4px;
  margin-bottom: 2.4rem;
}
.item-tile-coin-select .tile-title-wrap a:not(:hover) {
  color: inherit;
}
.item-tile-coin-select .tile-title {
  display: block;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: -0.4px;
}
.item-tile-coin-select .tile-subtitle {
  display: block;
  margin-top: 4px;
  color: #575759;
  letter-spacing: -0.32px;
}
.item-tile-coin-select .tile-ico {
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
}
.item-tile-coin-select .tile-title-inner {
  -ms-flex: 1;
      flex: 1;
  padding: 0 0 0 12px;
}
.tile-select-dropdown-wrap {
  display: block;
  position: relative;
  border: 1px solid #DDDFE3;
  line-height: 1;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}
.tile-select-dropdown-wrap .tile-content-block {
  display: none;
  padding: 4px 0;
  position: relative;
}
.tile-select-dropdown-wrap .tile-content-block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 12px;
  right: 12px;
  height: 1px;
  background: #DDDFE3;
}
.tile-select-dropdown-wrap .tile-button-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 4px 12px;
  line-height: 20px;
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #000;
  cursor: pointer;
}
.tile-select-dropdown-wrap .tile-button-menu:hover {
  color: #000;
}
.tile-select-dropdown-wrap .tile-button-title {
  -ms-flex: 1;
      flex: 1;
  padding: 0 10px 0 0;
}
.tile-select-dropdown-wrap .tile-button-info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bold;
}
.tile-select-dropdown-wrap .tile-button-select {
  display: block;
  line-height: 48px;
  height: 48px;
  width: 100%;
  padding: 0 30px 0 12px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  color: #000;
  cursor: pointer;
}
.tile-select-dropdown-wrap .tile-button-select:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(/templates/en/img-v2/img/icons/arrow-menu.svg) center no-repeat;
  background-size: 20px auto;
  top: 50%;
  right: 20px;
  margin: -12px -12px 0 0;
  opacity: 0.5;
  transition: all ease 0.2s;
}
.tile-select-dropdown-wrap .tile-button-select.active:before {
  transform: rotate(180deg);
}
.tile-select-dropdown-wrap .tile-info-att {
  color: #00BB31;
}
.tile-select-dropdown-wrap .menu {
  margin: 0;
}
.tile-select-dropdown-wrap .menu li {
  margin: 0;
  padding: 0;
}
.tile-select-dropdown-wrap .menu li:before {
  display: none;
}
.list-marker li {
  padding-left: 1.33333333em;
  position: relative;
}
.list-marker li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  top: 0.75em;
  left: 0.66666667em;
  margin-top: -2px;
  margin-left: -2px;
}
@media (max-width: 1199px) {
  .item-tile-term-inner {
    font-size: 1.8rem;
  }
}
/* end items styles */
/* content styles */
.section-crypto-tiles-box .inner-wrap,
.section-terms-box .inner-wrap,
.section-coins-box .inner-wrap {
  padding-top: 128px;
  padding-top: 8rem;
  padding-bottom: 128px;
  padding-bottom: 8rem;
}
.section-crypto-tiles-box .main-title-wrap,
.section-terms-box .main-title-wrap,
.section-coins-box .main-title-wrap {
  margin-bottom: 51.2px;
  margin-bottom: 3.2rem;
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: 500;
}
.section-crypto-tiles-box .main-title-wrap .h3-title,
.section-terms-box .main-title-wrap .h3-title,
.section-coins-box .main-title-wrap .h3-title {
  margin-bottom: 51.2px;
  margin-bottom: 3.2rem;
}
.section-crypto-tiles-box .items-wrap {
  margin: 0 -4px -8px -4px;
}
.section-crypto-tiles-box .item-wrap {
  padding: 0 4px;
  margin-bottom: 8px;
  width: 16.66%;
}
.section-crypto-tiles-box .main-more-wrap {
  margin-top: 76.8px;
  margin-top: 4.8rem;
}
.section-crypto-tiles-box .main-title-wrap {
  margin-bottom: 76.8px;
  margin-bottom: 4.8rem;
}
.section-terms-box .main-title-wrap {
  margin-bottom: 76.8px;
  margin-bottom: 4.8rem;
}
.section-terms-box .main-title-wrap .h4-title {
  margin-bottom: 76.8px;
  margin-bottom: 4.8rem;
  line-height: 1.33333333;
}
.section-terms-box .main-buttons-wrap {
  margin-top: 76.8px;
  margin-top: 4.8rem;
}
.section-terms-box .items-wrap {
  margin: 0 -8px -16px -8px;
}
.section-terms-box .item-wrap {
  width: 25%;
  padding: 0 8px;
  margin-bottom: 16px;
}
.section-coins-box {
  color: #000;
}
.section-coins-box .main-title-wrap {
  color: #000;
}
.section-coins-box .items-wrap {
  margin: 0 -4px -8px -4px;
}
.section-coins-box .item-wrap {
  width: 16.66%;
  margin-bottom: 8px;
  padding: 0 4px;
}
.main-top-box.section-iban-interest,
.main-top-box.section-photos,
.main-top-box.section-payment-methods {
  line-height: 1.5;
  color: #000;
}
.main-top-box.section-iban-interest .inner-wrap,
.main-top-box.section-photos .inner-wrap,
.main-top-box.section-payment-methods .inner-wrap {
  padding-top: 128px;
  padding-top: 8rem;
  padding-bottom: 128px;
  padding-bottom: 8rem;
}
.main-top-box.section-iban-interest .photo-inner-wrap,
.main-top-box.section-photos .photo-inner-wrap,
.main-top-box.section-payment-methods .photo-inner-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}
.main-top-box.section-iban-interest .h3-title,
.main-top-box.section-photos .h3-title,
.main-top-box.section-payment-methods .h3-title,
.main-top-box.section-iban-interest .h2-title,
.main-top-box.section-photos .h2-title,
.main-top-box.section-payment-methods .h2-title {
  max-width: 11.16071429em;
  margin-left: auto;
  margin-right: auto;
  color: inherit;
}
.main-top-box.section-iban-interest p,
.main-top-box.section-photos p,
.main-top-box.section-payment-methods p,
.main-top-box.section-iban-interest .h3-title,
.main-top-box.section-photos .h3-title,
.main-top-box.section-payment-methods .h3-title,
.main-top-box.section-iban-interest ul,
.main-top-box.section-photos ul,
.main-top-box.section-payment-methods ul,
.main-top-box.section-iban-interest .h2-title,
.main-top-box.section-photos .h2-title,
.main-top-box.section-payment-methods .h2-title,
.main-top-box.section-iban-interest h2,
.main-top-box.section-photos h2,
.main-top-box.section-payment-methods h2,
.main-top-box.section-iban-interest h3,
.main-top-box.section-photos h3,
.main-top-box.section-payment-methods h3 {
  margin-bottom: 38.4px;
  margin-bottom: 2.4rem;
  color: inherit;
}
.main-top-box.section-iban-interest .title-wrap:last-child,
.main-top-box.section-photos .title-wrap:last-child,
.main-top-box.section-payment-methods .title-wrap:last-child {
  margin-bottom: 0;
}
.main-top-box.section-iban-interest li,
.main-top-box.section-photos li,
.main-top-box.section-payment-methods li {
  margin-bottom: 12px;
}
.main-top-box.section-iban-interest li:last-child,
.main-top-box.section-photos li:last-child,
.main-top-box.section-payment-methods li:last-child {
  margin-bottom: 0;
}
.main-top-box.section-payment-methods {
  color: #fff;
}
.main-top-box.section-payment-methods .btn.button-pay {
  height: 83.2px;
  height: 5.2rem;
  border-radius: 16px;
  padding: 0 12px;
  background: #FFC72C;
  border: none;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  min-width: 0;
  margin-right: 4px;
  margin-bottom: 4px;
}
.main-top-box.section-payment-methods .btn.button-pay:hover {
  color: #000;
  background: #ffe08b;
}
.main-top-box.section-payment-methods .h3-title,
.main-top-box.section-payment-methods .h2-title {
  max-width: 10em;
}
.main-top-box.section-payment-methods p {
  margin-bottom: 12px;
}
.main-top-box.section-payment-methods .photo-inner-wrap {
  max-width: 896px;
  max-width: 56rem;
}
.main-top-box.section-payment-methods .btn.button-large {
  margin-top: 12px;
}
.main-top-box.section-photos .photo-inner-wrap {
  max-width: 892.8px;
  max-width: 55.8rem;
}
.main-top-box.section-photos .items-wrap {
  margin: 0 -14.4px;
  margin: 0 -0.9rem;
}
.main-top-box.section-photos .item-wrap {
  padding: 0 14.4px;
  padding: 0 0.9rem;
  margin: 0;
  width: 50%;
}
.main-top-box.section-photos .item-wrap.wrap-main {
  width: 100%;
}
.main-top-box.section-photos .item-wrap.wrap-main .elm-photo {
  border-radius: 0;
}
.main-top-box.section-photos .elm-photo {
  border-radius: 3.5rem;
  width: 100%;
  max-width: inherit;
}
.main-top-box.section-photos .h2-title,
.main-top-box.section-photos .h3-title {
  margin-bottom: 12px;
}
.main-top-box.section-photos ul,
.main-top-box.section-photos p {
  margin-bottom: 12px;
}
.main-more-wrap {
  text-align: center;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 51.2px 0 0 0;
  margin: 3.2rem 0 0 0;
}
.bg-dark {
  background-color: #151516;
  color: #fff;
}
.bg-dark .main-title-wrap {
  color: #fff;
}
.bg-dark .main-title-wrap .h1-title,
.bg-dark .main-title-wrap .h2-title,
.bg-dark .main-title-wrap .h3-title,
.bg-dark .main-title-wrap .h4-title,
.bg-dark .main-title-wrap .h5-title,
.bg-dark .main-title-wrap .h6-title,
.bg-dark .main-title-wrap .main-title,
.bg-dark .main-title-wrap .page-subtitle,
.bg-dark .main-title-wrap h1,
.bg-dark .main-title-wrap h2,
.bg-dark .main-title-wrap h3,
.bg-dark .main-title-wrap h4,
.bg-dark .main-title-wrap h5,
.bg-dark .main-title-wrap h6 {
  color: inherit;
}
.bg-dark .main-buttons-wrap .btn-action-more {
  color: #fff;
}
.bg-dark .main-buttons-wrap .btn-action-more:before {
  filter: brightness(0) invert(1);
}
@media (max-width: 1199px) {
  .section-coins-box .item-wrap {
    width: 25%;
  }
  .section-crypto-tiles-box .item-wrap {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .section-coins-box .item-wrap {
    width: 33.33%;
  }
  .section-crypto-tiles-box .item-wrap {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .section-terms-box .item-wrap {
    width: 50%;
  }
}
@media (max-width: 639px) {
  .section-coins-box .item-wrap {
    width: 50%;
  }
  .section-crypto-tiles-box .item-wrap {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .section-coins-box .item-wrap {
    width: 100%;
  }
  .section-crypto-tiles-box .item-wrap {
    width: 100%;
  }
  .section-terms-box .item-wrap {
    width: 100%;
  }
}
@media (min-width: 640px) {
  .main-top-box.section-iban-interest .h3-title,
  .main-top-box.section-photos .h3-title,
  .main-top-box.section-payment-methods .h3-title,
  .main-top-box.section-iban-interest .h2-title,
  .main-top-box.section-photos .h2-title,
  .main-top-box.section-payment-methods .h2-title {
    margin-left: 0;
  }
  .main-top-box.section-iban-interest .info-inner-wrap,
  .main-top-box.section-photos .info-inner-wrap,
  .main-top-box.section-payment-methods .info-inner-wrap {
    padding-right: 4rem;
  }
  .main-top-box.section-payment-methods .info-inner-wrap {
    padding-right: 0;
  }
  .main-top-box.section-payment-methods .photo-inner-wrap .elm-photo {
    max-width: 56rem;
    margin: 0;
  }
  .main-top-box.section-photos .info-inner-wrap {
    max-width: calc(100% - 55.5rem);
  }
  .main-top-box.section-photos .photo-inner-wrap {
    width: 50%;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .main-top-box.section-photos .photo-inner-wrap {
    max-width: 45rem;
  }
  .main-top-box.section-photos .info-inner-wrap {
    max-width: calc(100% - 45rem);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .main-top-box.section-payment-methods .info-inner-wrap {
    max-width: calc(100% - 40rem);
  }
  .main-top-box.section-payment-methods .photo-inner-wrap {
    width: 50%;
    max-width: 40rem;
  }
}
@media (min-width: 1024px) {
  .main-top-box.section-iban-interest .btn,
  .main-top-box.section-photos .btn,
  .main-top-box.section-payment-methods .btn {
    height: 48px;
    min-width: 220px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 12px;
  }
  .main-top-box.section-payment-methods .inner-wrap {
    min-height: 72rem;
  }
  .main-top-box.section-payment-methods .photo-inner-wrap {
    width: 56rem;
  }
  .main-top-box.section-payment-methods .btn.button-large {
    height: 56px;
    border-radius: 16px;
    font-size: 18px;
  }
  .main-top-box.section-iban-interest .photo-inner-wrap {
    width: 56rem;
    max-width: 100%;
  }
  .main-top-box.section-iban-interest .photo-inner-wrap .elm-photo {
    max-width: 56rem;
  }
  .main-top-box.section-iban-interest .info-inner-wrap {
    max-width: calc(100% - 56rem);
  }
  .section-crypto-tiles-box .main-more-wrap .btn {
    height: 56px;
    border-radius: 16px;
    font-size: 18px;
  }
  .main-more-wrap .btn {
    height: 48px;
    min-width: 220px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1139px) {
  .main-top-box.section-payment-methods .info-inner-wrap {
    max-width: calc(100% - 45rem);
  }
  .main-top-box.section-payment-methods .photo-inner-wrap {
    width: 45rem;
    max-width: 45rem;
  }
}
@media (min-width: 1400px) {
  .section-crypto-tiles-box .items-outer-wrap {
    margin: 0 -50px;
  }
  .main-top-box.section-photos .inner-wrap {
    padding-left: calc(var(--paddingContainer) + 4rem);
    padding-right: calc(var(--paddingContainer) + 2rem);
  }
  .main-top-box.section-iban-interest .photo-inner-wrap {
    width: 62rem;
  }
  .main-top-box.section-iban-interest .info-inner-wrap {
    max-width: calc(100% - 62rem);
  }
  .main-top-box.section-payment-methods .photo-inner-wrap {
    width: 62rem;
    max-width: 62rem;
  }
  .main-top-box.section-payment-methods .info-inner-wrap {
    max-width: calc(100% - 62rem);
  }
}
/* end content styles */

/* 

:root {
    --clr-base: #303031;
    --clr-base-dark: #000;
    --clr-title: #121214;
    --clr-att: #2169fc;
    --clr-att-second: #0029ff;
    --clr-light: #e4e4e;
    --main-padding: 12.8rem;
    --second-padding: 6.4rem;
    --main-radius: 1.6rem;
    --main-shadow: 3px 5px 24px rgba(45, 47, 64, .08);
    --main-shadow-hover: 4px 12px 24px rgba(0, 0, 0, .24), 0.5px 0.5px 0px rgba(0, 0, 0, .5);
    --min: 320px;
    --max: 1300px;
    --paddingContainer: 15px;
    font-size: 10px
}


*/
/* common classes */
:root {
  --medium-padding: 128px;
  --medium-padding: 8rem;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-24 {
  margin-bottom: 38.4px !important;
  margin-bottom: 2.4rem !important;
}
.mb-32 {
  margin-bottom: 51.2px !important;
  margin-bottom: 3.2rem !important;
}
.mb-48 {
  margin-bottom: 76.8px !important;
  margin-bottom: 4.8rem !important;
}
.mb-44 {
  margin-bottom: 70.4px !important;
  margin-bottom: 4.4rem !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-24 {
  margin-top: 38.4px !important;
  margin-top: 2.4rem !important;
}
.mt-32 {
  margin-top: 51.2px !important;
  margin-top: 3.2rem !important;
}
.mt-48 {
  margin-top: 76.8px !important;
  margin-top: 4.8rem !important;
}
.mt-44 {
  margin-top: 70.4px !important;
  margin-top: 4.4rem !important;
}
.text-dark {
  color: var(--clr-base-dark);
}
.lh-15 {
  line-height: 1.5;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-mainPadding {
  padding-bottom: var(--main-padding) !important;
}
.pt-mainPadding {
  padding-top: var(--main-padding) !important;
}
.pb-secondPadding {
  padding-bottom: var(--second-padding) !important;
}
.pt-secondPadding {
  padding-top: var(--second-padding) !important;
}
.pb-mediumPadding {
  padding-bottom: var(--medium-padding) !important;
}
.pt-mediumPadding {
  padding-top: var(--medium-padding) !important;
}
.w-400 {
  font-weight: 400 !important;
}
.w-700 {
  font-weight: bold !important;
}
.w-600 {
  font-weight: 600 !important;
}
.w-500 {
  font-weight: 500 !important;
}
.max-560 {
  max-width: 23.33333333em;
}
/* end common classes */
/* header styles */
.wrap-1184 {
  max-width: 1184px !important;
  margin-left: auto;
  margin-right: auto;
}
.wrap-1117 {
  max-width: 1117px !important;
  margin-left: auto;
  margin-right: auto;
}
.inner-wrap.wrap-1184 {
  max-width: calc(1184px + var(--paddingContainer) + var(--paddingContainer)) !important;
}
.inner-wrap.wrap-1117 {
  max-width: calc(1117px + var(--paddingContainer) + var(--paddingContainer)) !important;
}
.header.header-new .inner-wrap {
  max-width: 1300px;
}
.header.header-new .logo-wrap {
  width: 137px;
}
.header.header-new .action-wrap .btn {
  padding: 0 20px;
  height: 40px;
  border-radius: 8px;
  font-size: 18px;
}
.header.header-new .popup-menu-wrap .menu {
  -ms-flex-pack: center;
      justify-content: center;
  position: static;
}
.header.header-new .popup-menu-wrap .menu > li .btn-submenu {
  padding-right: 40px;
}
.header.header-new .popup-menu-wrap .menu > li .btn-submenu.submenu-active {
  padding-right: 40px;
  background: #C9CBCE;
  color: #000;
}
.header.header-new .popup-menu-wrap .menu > li .btn-submenu.submenu-active:after {
  transform: rotate(180deg);
}
.header.header-new .popup-menu-wrap .menu > li .btn-submenu:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(/templates/en/img-v2/img/icons/arrow-menu.svg) center no-repeat;
  filter: brightness(0) grayscale(1);
  background-size: 100% auto;
  top: 50%;
  right: 20px;
  margin: -12px -12px 0 0;
  transition: all ease 0.2s;
}
.header.header-new .popup-menu-wrap .menu li {
  position: static;
}
.popup-menu-wrap .menu-inner-wrap {
  margin: 0 auto;
  max-width: 1138px;
  display: -ms-flexbox;
  display: flex;
}
.popup-menu-wrap .menu-wrap {
  padding: 51.2px 51.2px 35.2px 51.2px;
  padding: 3.2rem 3.2rem 2.2rem 3.2rem;
  width: 27.6%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  transition: all ease 0.2s;
}
.popup-menu-wrap .menu-wrap:hover {
  background: #F8F8F8;
}
.popup-menu-wrap .menu-wrap.menu-att {
  background-color: #f8f8f8;
}
.popup-menu-wrap .menu-wrap.menu-att:hover {
  background-color: #fbfbfb;
}
.popup-menu-wrap .menu-main {
  width: 44.8%;
}
.popup-menu-wrap .menu-main .submenu {
  columns: 2;
  column-gap: 20px;
}
.popup-menu-wrap .menu-main .submenu li {
  break-inside: avoid-column;
}
.popup-menu-wrap .btn-submenu.submenu-active ~ .submenu-inner-wrap {
  display: block;
}
.popup-menu-wrap .submenu-inner-wrap {
  animation: fadein ease 0.2s;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100dvw;
  margin-left: -50dvw;
  z-index: 100;
  background: #fff;
}
.popup-menu-wrap .submenu-inner-wrap .submenu {
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.popup-menu-wrap .submenu-inner-wrap .submenu li {
  margin: 0;
  padding: 0;
}
.popup-menu-wrap .submenu-inner-wrap .submenu li:before {
  display: none;
}
.popup-menu-wrap .submenu-inner-wrap .submenu a {
  display: block;
  padding: 9px 0;
  color: #575759;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.32px;
  white-space: normal;
  height: auto;
}
.popup-menu-wrap .submenu-inner-wrap .submenu a:hover,
.popup-menu-wrap .submenu-inner-wrap .submenu a.active {
  color: #0029FF;
  text-decoration: underline;
}
.popup-menu-wrap .menu-title {
  display: block;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #000;
  letter-spacing: -0.48px;
  margin-bottom: 14px;
}
.popup-menu-wrap .menu-title a:not(:hover) {
  color: inherit;
}
.popup-menu-wrap .actions-wrap {
  display: none;
}
.popup-menu-wrap .btn-popup-close {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  display: none;
}
@media (max-width: 1023px) {
  .header.header-new .action-wrap {
    display: none;
  }
  .header.header-new .action-wrap.popup-lang-wrap {
    display: block;
  }
  .header.header-new .popup-menu-wrap .js-btn-toggle.active + .js-popup-block {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header.header-new .popup-menu-wrap .popup-content-block {
    display: none;
    -ms-flex-direction: column;
        flex-direction: column;
    position: fixed;
    height: 100dvh;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    background: #fff;
    width: 100%;
    padding: 0;
    box-shadow: none;
  }
  .header.header-new .popup-menu-wrap .menu {
    max-width: 100%;
    width: 100%;
    -ms-flex: 1;
        flex: 1;
    padding: 15px 0;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .header.header-new .popup-menu-wrap .menu::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .header.header-new .popup-menu-wrap .menu > li .btn-submenu:after {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: -2px 0 0 5px;
    display: inline-block;
    vertical-align: middle;
  }
  .header.header-new .popup-menu-wrap .menu > li .btn-submenu {
    padding-right: 10px;
  }
  .header.header-new .popup-menu-wrap .menu > li .btn-submenu.submenu-active {
    padding-right: 10px;
  }
  .popup-menu-wrap .submenu-inner-wrap {
    position: static;
    width: 100%;
    margin: 0;
    background: none;
    padding: 0;
    text-align: left;
  }
  .popup-menu-wrap .menu a {
    white-space: normal;
    height: auto;
    line-height: 1.1;
    padding: 10px 10px;
  }
  .popup-menu-wrap .actions-wrap {
    display: block;
    padding-top: 15px;
    border-top: 1px solid #e0e0e0;
    margin: 0;
    width: 100%;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .popup-menu-wrap .actions-wrap .action-wrap {
    display: block;
    padding: 0 10px 20px 10px;
    margin: 0 0 10px 0;
  }
  .popup-menu-wrap .actions-wrap .action-wrap:last-child {
    margin-bottom: 0;
  }
  .popup-menu-wrap .actions-wrap .action-wrap .btn,
  .popup-menu-wrap .actions-wrap .action-wrap a {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    font-size: 14px;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 5px;
  }
  .popup-menu-wrap .btn-popup-close {
    display: block;
  }
}
@media (max-width: 767px) {
  .popup-menu-wrap .menu-title {
    font-size: 16px;
  }
  .popup-menu-wrap .submenu-inner-wrap .submenu a {
    font-size: 14px;
    padding: 5px 0;
  }
}
@media (max-width: 639px) {
  .popup-menu-wrap .menu-inner-wrap {
    display: block;
  }
  .popup-menu-wrap .menu-wrap {
    width: 100%;
  }
  .popup-menu-wrap .menu-wrap .submenu {
    columns: 3;
    column-gap: 20px;
  }
}
@media (max-width: 479px) {
  .popup-menu-wrap .menu-wrap .submenu {
    columns: 2;
    column-gap: 10px;
  }
}
@media (min-width: 1024px) {
  .header.header-new .popup-menu-wrap .menu > li > a {
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    border-radius: 8px;
    transition: all ease 0.2s;
  }
  .popup-menu-wrap .submenu-inner-wrap {
    box-shadow: 0px 30px 24px 0px rgba(0, 0, 0, 0.25);
  }
}
/* end header styles */
/* items styles 1111 */
.item-tile-plan.tile-second {
  padding: 12px 38.4px;
  padding: 12px 2.4rem;
}
.item-tile-plan.tile-second .tile-title-wrap:last-child {
  margin-bottom: 0;
}
.item-tile-plan.tile-second .tile-title {
  padding-top: 0;
  font-weight: 500;
}
.item-tile-plan.tile-second .tile-subtitle {
  padding-top: 0;
  margin-top: 10px;
  font-weight: 400;
}
.item-tile-plan.tile-second .tile-subtitle:last-child {
  margin-bottom: 0;
}
.item-tile-plan .tile-price-att {
  display: inline;
  color: #6EEDFF;
  font-weight: bold;
  font-size: 1.5em;
}
.item-tile-btc-icon-info {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.4;
  color: #303031;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.item-tile-btc-icon-info .tile-ico {
  width: 88px;
  width: 5.5rem;
  height: 83.2px;
  height: 5.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-btc-icon-info .tile-info-wrap {
  padding-left: 38.4px;
  padding-left: 2.4rem;
}
.item-tile-btc-icon-info .tile-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 83.2px;
  min-height: 5.2rem;
  font-size: 51.2px;
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: -0.64px;
  color: var(--clr-base-dark);
  margin-bottom: 8px;
}
.item-tile-commited-info {
  text-align: center;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 400;
  color: var(--clr-base-dark);
  max-width: 13.125em;
  margin: 0 auto;
}
.item-tile-commited-info .tile-ico {
  margin: 0 auto 9px auto;
  height: 100.8px;
  height: 6.3rem;
  width: 100%;
}
.item-tile-commited-info .tile-title {
  font-weight: bold;
  line-height: 1.17;
  margin: 0 0 8px 0;
  color: #1D1D1F;
}
.item-tile-data-info {
  display: block;
  position: relative;
  min-height: 100%;
  border-radius: 2.4rem;
  background: #DDE5ED;
  padding: 51.2px 38.4px;
  padding: 3.2rem 2.4rem;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.4;
  color: #151516;
}
.item-tile-data-info.tile-center {
  text-align: center;
  background-color: #F0F2F6;
  padding: 76.8px 51.2px;
  padding: 4.8rem 3.2rem;
}
.item-tile-data-info.tile-center .tile-ico {
  height: 83.2px;
  height: 5.2rem;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
.item-tile-data-info .tile-title {
  font-size: 1.2em;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.item-tile-data-info .tile-ico {
  width: 128px;
  width: 8rem;
  height: 128px;
  height: 8rem;
  margin-bottom: 38.4px;
  margin-bottom: 2.4rem;
}
.item-tile-ag-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  overflow: hidden;
  min-height: 10%;
  border-radius: 2.4rem;
  background: #F0F2F6;
  padding: 51.2px 38.4px;
  padding: 3.2rem 2.4rem;
  min-height: 100%;
}
.item-tile-ag-info .tile-title {
  display: block;
  width: 100%;
  -ms-flex: 1;
      flex: 1;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.375;
  font-weight: bold;
  margin-bottom: 51.2px;
  margin-bottom: 3.2rem;
  color: #151516;
}
.item-tile-ag-info .tile-photo {
  border-radius: 2rem;
  aspect-ratio: 257/193;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.elm-zero {
  width: 281.6px;
  width: 17.6rem;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  z-index: 2;
  background: url(../img/icons/star.svg) center / 100% auto no-repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  padding: 0 22.4px;
  padding: 0 1.4rem;
  font-size: 70.4px;
  font-size: 4.4rem;
  font-weight: bold;
  color: var(--clr-base-dark);
  transform: rotate(10deg);
  line-height: 1;
}
.item-tile-price-icon-info {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--clr-base-dark);
  text-align: center;
}
.item-tile-price-icon-info .tile-ico {
  width: 153.6px;
  width: 9.6rem;
  height: 153.6px;
  height: 9.6rem;
  border-radius: 50%;
  background: #3176DE;
  margin: 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-price-icon-info .tile-ico img,
.item-tile-price-icon-info .tile-ico svg {
  width: 66.66%;
  filter: brightness(0) invert(1);
}
.item-tile-price-icon-info .tile-title {
  display: block;
  margin: 12px 0 0 0;
}
.item-tile-tarif-icon-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 100%;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.16666667;
  font-weight: bold;
  text-align: left;
  padding: 24px 16px 24px 25.6px;
  padding: 24px 1rem 24px 1.6rem;
  border-radius: 12px;
  border: 1px solid #DDDFE3;
  background: #fff;
}
.item-tile-tarif-icon-info .tile-title {
  display: block;
  padding-left: 25.6px;
  padding-left: 1.6rem;
}
.item-tile-tarif-icon-info .tile-ico {
  width: 89.6px;
  width: 5.6rem;
  height: 89.6px;
  height: 5.6rem;
  border-radius: 50%;
  background: #3176DE;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-tarif-icon-info .tile-ico img,
.item-tile-tarif-icon-info .tile-ico svg {
  filter: brightness(0) invert(1);
  max-width: 67%;
}
.item-tile-crypto-info {
  display: block;
  position: relative;
  min-height: 100%;
  padding: 51.2px 38.4px;
  padding: 3.2rem 2.4rem;
  text-align: center;
  border-radius: 2.4rem;
  background: #F3F5F8;
  color: #000;
}
.item-tile-crypto-info:hover {
  color: #000;
}
.item-tile-crypto-info .tile-ico {
  width: 153.6px;
  width: 9.6rem;
  height: 153.6px;
  height: 9.6rem;
  border-radius: 50%;
  background: #2169FC;
  margin: 0 auto 51.2px auto;
  margin: 0 auto 3.2rem auto;
}
.item-tile-crypto-info .tile-title {
  display: block;
  margin: 0;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.item-tile-crypto-info .tile-title a:not(:hover) {
  color: inherit;
}
.item-tile-term-inner {
  display: block;
  min-height: 100%;
  border-radius: 16px;
  background: #303031;
  padding: 38.4px;
  padding: 2.4rem;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  overflow: hidden;
}
.item-tile-term-inner .tile-title {
  display: block;
  font-size: 1.2em;
  line-height: 1.33333333;
  color: #fff;
  margin: 0 0 11px 0;
  font-weight: bold;
}
.item-tile-term-inner .tile-ico {
  width: 48px;
  height: 48px;
  margin-bottom: 38.4px;
  margin-bottom: 2.4rem;
}
.item-tile-coin-select {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  letter-spacing: -0.32px;
  text-align: left;
  border-radius: 16px;
  background: #fff;
  padding: 38.4px 16px;
  padding: 2.4rem 16px;
}
.item-tile-coin-select .tile-title-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 38.4px;
  margin-bottom: 2.4rem;
}
.item-tile-coin-select .tile-title-wrap a:not(:hover) {
  color: inherit;
}
.item-tile-coin-select .tile-title {
  display: block;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: -0.4px;
}
.item-tile-coin-select .tile-subtitle {
  display: block;
  margin-top: 4px;
  color: #575759;
  letter-spacing: -0.32px;
}
.item-tile-coin-select .tile-ico {
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
}
.item-tile-coin-select .tile-title-inner {
  -ms-flex: 1;
      flex: 1;
  padding: 0 0 0 12px;
}
.tile-select-dropdown-wrap {
  display: block;
  position: relative;
  border: 1px solid #DDDFE3;
  line-height: 1;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}
.tile-select-dropdown-wrap .tile-content-block {
  display: none;
  padding: 4px 0;
  position: relative;
}
.tile-select-dropdown-wrap .tile-content-block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 12px;
  right: 12px;
  height: 1px;
  background: #DDDFE3;
}
.tile-select-dropdown-wrap .tile-button-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 4px 12px;
  line-height: 20px;
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #000;
  cursor: pointer;
}
.tile-select-dropdown-wrap .tile-button-menu:hover {
  color: #000;
}
.tile-select-dropdown-wrap .tile-button-title {
  -ms-flex: 1;
      flex: 1;
  padding: 0 10px 0 0;
}
.tile-select-dropdown-wrap .tile-button-info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bold;
}
.tile-select-dropdown-wrap .tile-button-select {
  display: block;
  line-height: 48px;
  height: 48px;
  width: 100%;
  padding: 0 30px 0 12px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  color: #000;
  cursor: pointer;
}
.tile-select-dropdown-wrap .tile-button-select:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(/templates/en/img-v2/img/icons/arrow-menu.svg) center no-repeat;
  background-size: 20px auto;
  top: 50%;
  right: 20px;
  margin: -12px -12px 0 0;
  opacity: 0.5;
  transition: all ease 0.2s;
}
.tile-select-dropdown-wrap .tile-button-select.active:before {
  transform: rotate(180deg);
}
.tile-select-dropdown-wrap .tile-info-att {
  color: #00BB31;
}
.tile-select-dropdown-wrap .menu {
  margin: 0;
}
.tile-select-dropdown-wrap .menu li {
  margin: 0;
  padding: 0;
}
.tile-select-dropdown-wrap .menu li:before {
  display: none;
}
.list-marker li {
  padding-left: 1.33333333em;
  position: relative;
}
.list-marker li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  top: 0.75em;
  left: 0.66666667em;
  margin-top: -2px;
  margin-left: -2px;
}
@media (max-width: 1199px) {
  .item-tile-term-inner {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .item-tile-data-info {
    padding: 2.4rem 15px;
  }
  .item-tile-data-info.tile-center {
    padding: 2.4rem 15px;
  }
  .item-tile-ag-info {
    padding: 2.4rem 0;
  }
  .item-tile-ag-info .tile-title {
    font-size: 2rem;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .item-tile-ag-info .tile-photo {
    width: calc(100% - 0px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 639px) {
  .item-tile-btc-icon-info {
    display: block;
    text-align: center;
    padding-bottom: 10px;
  }
  .item-tile-btc-icon-info .tile-ico {
    margin: 0 auto 12px auto;
  }
  .item-tile-btc-icon-info .tile-info-wrap {
    padding-left: 0;
    text-align: center;
  }
  .item-tile-btc-icon-info .tile-title {
    text-align: center;
    display: block;
    min-height: 0;
  }
}
/* end items styles */
/* content styles 2222 */
.main-questions-box.bg-dark {
  color: #fff;
}
.main-questions-box.bg-dark .item-tile-question {
  color: #fff;
}
.main-questions-box.bg-dark .item-tile-question .btn-popup {
  color: #fff;
}
.main-questions-box.bg-dark .item-tile-question .btn-popup:before {
  filter: brightness(0) invert(1);
}
.main-apps-info-box.bg-dark .box-inner-wrap {
  background-color: #313133;
}
.main-apps-info-box.bg-dark .action-title {
  color: #fff;
}
.main-apps-info-box.bg-dark .action-qr:before,
.main-apps-info-box.bg-dark .action-qr:after {
  background-color: #DDDFE3;
}
.main-apps-info-box.bg-dark .btn-action-qr {
  background-color: transparent;
}
.main-apps-info-box.bg-dark .btn-action-more {
  text-align: left;
}
.help-menu-box {
  background: #000 url(../img/help.jpg) center / cover no-repeat;
  text-align: center;
  margin: 0;
  width: 100%;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.help-menu-box .top-inner-wrap {
  padding-bottom: 153.6px;
  padding-bottom: 9.6rem;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.help-menu-box .bottom-inner-wrap {
  display: block;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.help-menu-box .inner-wrap {
  width: 100%;
  max-width: 100%;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 153.6px;
  padding-top: 9.6rem;
  padding-bottom: 153.6px;
  padding-bottom: 9.6rem;
}
.help-menu-box .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 -9.6px;
  margin: 0 -0.6rem;
}
.help-menu-box .menu li {
  padding: 0 9.6px;
  padding: 0 0.6rem;
  margin-bottom: 19.2px;
  margin-bottom: 1.2rem;
  width: 284.8px;
  width: 17.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.help-menu-box .btn-menu {
  display: block;
  position: relative;
  text-align: left;
  min-height: 100%;
  transition: all ease 0.2s;
  border-radius: 12px;
  background: #F3F5F8;
  padding: 32px;
  padding: 2rem;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: bold;
  color: var(--clr-base-dark);
  letter-spacing: -0.32px;
}
.help-menu-box .btn-menu:hover {
  color: var(--clr-att);
}
.help-menu-box .btn-menu .button-ico {
  width: 76.8px;
  width: 4.8rem;
  height: 76.8px;
  height: 4.8rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  border-radius: 50%;
  background: rgba(0, 71, 187, 0.1);
}
.help-menu-box .btn-menu .button-ico img,
.help-menu-box .btn-menu .button-ico svg {
  max-width: 100%;
  max-height: 100%;
}
.help-menu-box .info-title {
  display: block;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
}
.help-menu-box .main-actions-qr-wrap {
  -ms-flex-pack: center;
      justify-content: center;
}
.help-menu-box .main-actions-qr-wrap .btn-action-more {
  color: #fff;
}
.help-menu-box .main-actions-qr-wrap .btn-action-more:before {
  filter: brightness(0) invert(1);
}
.main-section-plan-box.section-three-cols .item-wrap {
  width: 230px;
}
.main-section-plan-box.section-three-cols .item-tile-plan .tile-action-wrap .btn {
  width: 100%;
  padding: 0 15px;
  min-width: 0;
}
.main-section-plan-box.section-three-cols .item-tile-plan .tile-title.title-small {
  font-size: 1.5em;
}
.main-section-plan-box.section-three-cols .item-tile-plan .tile-price {
  font-size: 44.8px;
  font-size: 2.8rem;
  margin-top: 70.4px;
  margin-top: 4.4rem;
}
.main-section-plan-box.section-three-cols .item-tile-plan .tile-price .price-unit {
  font-size: 0.64285714em;
}
.main-section-plan-box.section-three-cols .item-tile-plan .tile-price .title-gradient {
  font-size: 1em;
}
.main-section-plan-box.section-three-cols .item-tile-plan .tile-action-wrap {
  margin-top: 10px;
}
.main-section-plan-box.section-three-cols table {
  border-spacing: 16px 0;
  border-collapse: separate;
  table-layout: fixed;
  width: calc(100% + 16px);
  margin-left: -8px;
}
.main-section-plan-box.section-three-cols table .col02,
.main-section-plan-box.section-three-cols table .col03,
.main-section-plan-box.section-three-cols table .col04 {
  width: 214px;
}
.main-section-plan-box.section-three-cols table th,
.main-section-plan-box.section-three-cols table td,
.main-section-plan-box.section-three-cols table th:last-child,
.main-section-plan-box.section-three-cols table td:last-child {
  background: none;
  padding: 25.6px;
  padding: 1.6rem;
  height: 51.2px;
  height: 3.2rem;
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 1.33333333;
  width: auto;
  min-width: 0;
}
.main-section-plan-box.section-three-cols table th:first-child,
.main-section-plan-box.section-three-cols table td:first-child {
  width: auto;
  min-width: 0;
}
.main-section-plan-box.section-three-cols table .btn {
  padding: 0 15px;
  width: 100%;
  min-width: 0;
  margin: 10px 0;
}
.main-section-plan-box table .td-att {
  background-color: #f7f8ff !important;
  font-weight: 600;
}
.main-section-plan-box .main-title-wrap > *:last-child {
  margin-bottom: 0;
}
.main-section-plan-box.bg-dark {
  color: #fff;
}
.main-section-plan-box.bg-dark .tabs-inner-wrap a {
  color: #fff;
  opacity: 0.7;
}
.main-section-plan-box.bg-dark .tabs-inner-wrap a.active,
.main-section-plan-box.bg-dark .tabs-inner-wrap a:hover {
  opacity: 1;
  color: #fff;
}
.main-section-plan-box.bg-dark .tbl-inner-wrap {
  background-color: #313133;
}
.main-section-plan-box.bg-dark .tbl-outer-wrap {
  border-color: #313133;
  background-color: #313133;
}
.main-section-plan-box.bg-dark .tbl-outer-wrap table th,
.main-section-plan-box.bg-dark .tbl-outer-wrap table td {
  color: inherit;
  border-color: #575759;
  background-color: transparent;
}
.main-section-plan-box.bg-dark .tbl-outer-wrap table tr:last-child th:last-child,
.main-section-plan-box.bg-dark .tbl-outer-wrap table tr:last-child td:last-child {
  background-color: transparent;
}
.main-section-plan-box.bg-dark .more-wrap .btn.button-border:not(:hover) {
  border-color: #fff;
  color: #fff;
}
.main-section-plan-box.bg-dark .item-tile-plan {
  background: #313133;
  border-color: #313133;
  color: inherit;
}
.main-section-plan-box.bg-dark .item-tile-plan .tile-title,
.main-section-plan-box.bg-dark .item-tile-plan .tile-subtitle {
  color: inherit;
}
.section-commited-box .items-wrap {
  margin: 0 -19.2px -112px -19.2px;
  margin: 0 -1.2rem -7rem -1.2rem;
}
.section-commited-box .item-wrap {
  padding: 0 19.2px;
  padding: 0 1.2rem;
  margin-bottom: 112px;
  margin-bottom: 7rem;
  width: 33.33%;
}
.section-commited-box .main-action-wrap {
  text-align: center;
}
.section-commited-box .main-title-wrap {
  font-weight: 400;
  color: var(--clr-base-dark);
}
.section-commited-box .btn.button-large {
  font-size: 16px;
  font-weight: 400;
  width: 512px;
  width: 32rem;
}
.section-ag-tiles-box .main-actions-qr-wrap,
.section-data-tiles-box .main-actions-qr-wrap {
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: -16px;
  margin-right: 0;
}
.section-ag-tiles-box .main-actions-qr-wrap .action-button,
.section-data-tiles-box .main-actions-qr-wrap .action-button {
  margin-right: 0;
}
.section-ag-tiles-box .items-wrap,
.section-data-tiles-box .items-wrap {
  margin: 0 -8px -16px -8px;
}
.section-ag-tiles-box .item-wrap,
.section-data-tiles-box .item-wrap {
  padding: 0 8px;
  margin-bottom: 16px;
  width: 25%;
}
.section-ag-tiles-box .main-action-wrap,
.section-data-tiles-box .main-action-wrap {
  text-align: center;
}
.section-ag-tiles-box .btn.button-large,
.section-data-tiles-box .btn.button-large {
  font-size: 16px;
  font-weight: 400;
  width: 512px;
  width: 32rem;
}
.section-info-text-box {
  text-align: center;
}
.section-info-text-box .btn.button-large {
  font-size: 16px;
  font-weight: 400;
  width: 512px;
  width: 32rem;
}
.section-info-text-box .text-body {
  font-weight: 400;
}
.section-info-text-box p {
  margin-left: auto;
  margin-right: auto;
}
.section-price-icons-box .inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.section-price-icons-box .info-inner-wrap {
  -ms-flex: 1;
      flex: 1;
  padding-left: 51.2px;
  padding-left: 3.2rem;
}
.section-price-icons-box .items-inner-wrap {
  width: 50%;
  padding: 0 51.2px 0 0;
  padding: 0 3.2rem 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section-price-icons-box .items-outer-wrap {
  background: #DDE5ED;
  border-radius: 3.2rem;
  padding: 147.2px 64px 89.6px 64px;
  padding: 9.2rem 4rem 5.6rem 4rem;
  position: relative;
}
.section-price-icons-box .items-wrap {
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 -19.2px -48px -19.2px;
  margin: 0 -1.2rem -3rem -1.2rem;
}
.section-price-icons-box .item-wrap {
  width: 192px;
  width: 12rem;
  padding: 0 19.2px;
  padding: 0 1.2rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
.section-price-icons-box .elm-zero {
  position: absolute;
  top: -160px;
  top: -10rem;
  left: 128px;
  left: 8rem;
}
.section-price-icons-box .btn.button-large {
  font-size: 16px;
  font-weight: 400;
}
.section-tarif-info-box .inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.section-tarif-info-box .info-inner-wrap {
  -ms-flex: 1;
      flex: 1;
  padding: 0 64px 0 0;
  padding: 0 4rem 0 0;
}
.section-tarif-info-box .items-inner-wrap {
  width: 896px;
  width: 56rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 3.2rem;
  padding: 88px 41.6px;
  padding: 5.5rem 2.6rem;
  background: #DDE5ED;
}
.section-tarif-info-box .items-inner-wrap.bg-clear {
  background: none;
}
.section-tarif-info-box .items-inner-wrap.bg-clear .item-tile-tarif-icon-info {
  color: #fff;
  background: linear-gradient(108deg, #111584 0%, #8178EB 100%);
}
.section-tarif-info-box .items-inner-wrap.bg-clear .item-tile-tarif-icon-info .tile-ico {
  background: #fff;
}
.section-tarif-info-box .items-inner-wrap.bg-clear .item-tile-tarif-icon-info .tile-ico img,
.section-tarif-info-box .items-inner-wrap.bg-clear .item-tile-tarif-icon-info .tile-ico svg {
  filter: none;
}
.section-tarif-info-box .items-wrap {
  margin: 0 -19.2px -48px -19.2px;
  margin: 0 -1.2rem -3rem -1.2rem;
  -ms-flex-align: center;
      align-items: center;
}
.section-tarif-info-box .item-wrap {
  padding: 0 19.2px;
  padding: 0 1.2rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  width: 50%;
}
.section-tarif-info-box .item-wrap .elm-photo {
  max-width: 190px;
  margin: 0 auto;
}
.section-tarif-info-box .btn.button-large {
  font-size: 16px;
  font-weight: 400;
}
.section-crypto-tiles-box .inner-wrap,
.section-terms-box .inner-wrap,
.section-coins-box .inner-wrap {
  padding-top: 128px;
  padding-top: 8rem;
  padding-bottom: 128px;
  padding-bottom: 8rem;
}
.section-crypto-tiles-box .main-title-wrap,
.section-terms-box .main-title-wrap,
.section-coins-box .main-title-wrap {
  margin-bottom: 51.2px;
  margin-bottom: 3.2rem;
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: 500;
}
.section-crypto-tiles-box .main-title-wrap .h3-title,
.section-terms-box .main-title-wrap .h3-title,
.section-coins-box .main-title-wrap .h3-title {
  margin-bottom: 51.2px;
  margin-bottom: 3.2rem;
}
.section-crypto-tiles-box .items-wrap {
  margin: 0 -4px -8px -4px;
}
.section-crypto-tiles-box .item-wrap {
  padding: 0 4px;
  margin-bottom: 8px;
  width: 16.66%;
}
.section-crypto-tiles-box .main-more-wrap {
  margin-top: 76.8px;
  margin-top: 4.8rem;
}
.section-crypto-tiles-box .main-title-wrap {
  margin-bottom: 76.8px;
  margin-bottom: 4.8rem;
}
.section-terms-box .main-title-wrap {
  margin-bottom: 76.8px;
  margin-bottom: 4.8rem;
}
.section-terms-box .main-title-wrap .h4-title {
  margin-bottom: 76.8px;
  margin-bottom: 4.8rem;
  line-height: 1.33333333;
}
.section-terms-box .main-buttons-wrap {
  margin-top: 76.8px;
  margin-top: 4.8rem;
}
.section-terms-box .items-wrap {
  margin: 0 -8px -16px -8px;
}
.section-terms-box .item-wrap {
  width: 25%;
  padding: 0 8px;
  margin-bottom: 16px;
}
.section-coins-box {
  color: #000;
}
.section-coins-box .main-title-wrap {
  color: #000;
}
.section-coins-box .items-wrap {
  margin: 0 -4px -8px -4px;
}
.section-coins-box .item-wrap {
  width: 16.66%;
  margin-bottom: 8px;
  padding: 0 4px;
}
.main-top-box .info-inner-wrap .items-wrap {
  margin: 0;
}
.main-top-box .info-inner-wrap .item-wrap {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  padding: 0;
  width: 100%;
}
.main-top-box .info-inner-wrap .item-wrap:last-child {
  margin-bottom: 0;
}
.main-top-box .inner-text-light {
  color: #575759;
  font-weight: 500;
}
.main-top-box .info-text-wrap {
  display: block;
  position: relative;
  border-radius: 3.2rem;
  line-height: 1.5;
  color: #fff;
  background: linear-gradient(108deg, #111584 0%, #8178EB 100%);
  padding: 76.8px;
  padding: 4.8rem;
  min-height: 896px;
  min-height: 56rem;
}
.main-top-box .info-text-wrap .h1-title,
.main-top-box .info-text-wrap .h2-title,
.main-top-box .info-text-wrap .h3-title {
  color: inherit;
  margin-bottom: 51.2px;
  margin-bottom: 3.2rem;
}
.main-top-box .info-text-wrap .inner-text-green {
  color: #C8F808;
}
.main-top-box .info-text-wrap .inner-text-green a {
  color: inherit;
}
.main-top-box .info-text-wrap .inner-text-green a:hover {
  color: #fff;
}
.main-top-box.section-iban-interest,
.main-top-box.section-photos,
.main-top-box.section-payment-methods {
  line-height: 1.5;
  color: #000;
}
.main-top-box.section-iban-interest .inner-wrap,
.main-top-box.section-photos .inner-wrap,
.main-top-box.section-payment-methods .inner-wrap {
  padding-top: 128px;
  padding-top: 8rem;
  padding-bottom: 128px;
  padding-bottom: 8rem;
}
.main-top-box.section-iban-interest .photo-inner-wrap,
.main-top-box.section-photos .photo-inner-wrap,
.main-top-box.section-payment-methods .photo-inner-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}
.main-top-box.section-iban-interest .h3-title,
.main-top-box.section-photos .h3-title,
.main-top-box.section-payment-methods .h3-title,
.main-top-box.section-iban-interest .h2-title,
.main-top-box.section-photos .h2-title,
.main-top-box.section-payment-methods .h2-title {
  max-width: 11.16071429em;
  margin-left: auto;
  margin-right: auto;
  color: inherit;
}
.main-top-box.section-iban-interest p,
.main-top-box.section-photos p,
.main-top-box.section-payment-methods p,
.main-top-box.section-iban-interest .h3-title,
.main-top-box.section-photos .h3-title,
.main-top-box.section-payment-methods .h3-title,
.main-top-box.section-iban-interest ul,
.main-top-box.section-photos ul,
.main-top-box.section-payment-methods ul,
.main-top-box.section-iban-interest .h2-title,
.main-top-box.section-photos .h2-title,
.main-top-box.section-payment-methods .h2-title,
.main-top-box.section-iban-interest h2,
.main-top-box.section-photos h2,
.main-top-box.section-payment-methods h2,
.main-top-box.section-iban-interest h3,
.main-top-box.section-photos h3,
.main-top-box.section-payment-methods h3 {
  margin-bottom: 38.4px;
  margin-bottom: 2.4rem;
  color: inherit;
}
.main-top-box.section-iban-interest .title-wrap:last-child,
.main-top-box.section-photos .title-wrap:last-child,
.main-top-box.section-payment-methods .title-wrap:last-child {
  margin-bottom: 0;
}
.main-top-box.section-iban-interest li,
.main-top-box.section-photos li,
.main-top-box.section-payment-methods li {
  margin-bottom: 12px;
}
.main-top-box.section-iban-interest li:last-child,
.main-top-box.section-photos li:last-child,
.main-top-box.section-payment-methods li:last-child {
  margin-bottom: 0;
}
.main-top-box.section-payment-methods {
  color: #fff;
}
.main-top-box.section-payment-methods .btn.button-pay {
  height: 83.2px;
  height: 5.2rem;
  border-radius: 16px;
  padding: 0 12px;
  background: #FFC72C;
  border: none;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  min-width: 0;
  margin-right: 4px;
  margin-bottom: 4px;
}
.main-top-box.section-payment-methods .btn.button-pay:hover {
  color: #000;
  background: #ffe08b;
}
.main-top-box.section-payment-methods .h3-title,
.main-top-box.section-payment-methods .h2-title {
  max-width: 10em;
}
.main-top-box.section-payment-methods p {
  margin-bottom: 12px;
}
.main-top-box.section-payment-methods .photo-inner-wrap {
  max-width: 896px;
  max-width: 56rem;
}
.main-top-box.section-payment-methods .btn.button-large {
  margin-top: 12px;
}
.main-top-box.section-photos .photo-inner-wrap {
  max-width: 892.8px;
  max-width: 55.8rem;
}
.main-top-box.section-photos .items-wrap {
  margin: 0 -14.4px;
  margin: 0 -0.9rem;
}
.main-top-box.section-photos .item-wrap {
  padding: 0 14.4px;
  padding: 0 0.9rem;
  margin: 0;
  width: 50%;
}
.main-top-box.section-photos .item-wrap.wrap-main {
  width: 100%;
}
.main-top-box.section-photos .item-wrap.wrap-main .elm-photo {
  border-radius: 0;
}
.main-top-box.section-photos .elm-photo {
  border-radius: 3.5rem;
  width: 100%;
  max-width: inherit;
}
.main-top-box.section-photos .h2-title,
.main-top-box.section-photos .h3-title {
  margin-bottom: 12px;
}
.main-top-box.section-photos ul,
.main-top-box.section-photos p {
  margin-bottom: 12px;
}
.main-top-box .text-red {
  color: #d10000;
}
.main-top-box .text-medium {
  font-weight: 500;
}
.main-top-box .h1-title + .h1-title,
.main-top-box .h2-title + .h1-title,
.main-top-box .h3-title + .h1-title,
.main-top-box .h1-title + .h2-title,
.main-top-box .h2-title + .h2-title,
.main-top-box .h3-title + .h2-title,
.main-top-box .h1-title + .h3-title,
.main-top-box .h2-title + .h3-title,
.main-top-box .h3-title + .h3-title {
  margin-top: 0;
}
.main-top-box .h1-title .elm-ico,
.main-top-box .h2-title .elm-ico,
.main-top-box .h3-title .elm-ico {
  width: 1.76em;
  height: 1.76em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.3em 0 0;
}
.main-more-wrap {
  text-align: center;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 51.2px 0 0 0;
  margin: 3.2rem 0 0 0;
}
.bg-gradient-after {
  position: relative;
}
.bg-gradient-after:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: radial-gradient(210.33% 70.66% at 50% 50.07%, rgba(0, 95, 251, 0.2) 0%, rgba(6, 55, 165, 0) 100%);
}
.bg-dark {
  background-color: #151516;
  color: #fff;
}
.bg-dark .main-title-wrap,
.bg-dark .title-wrap {
  color: #fff;
}
.bg-dark .main-title-wrap .h1-title,
.bg-dark .title-wrap .h1-title,
.bg-dark .main-title-wrap .h2-title,
.bg-dark .title-wrap .h2-title,
.bg-dark .main-title-wrap .h3-title,
.bg-dark .title-wrap .h3-title,
.bg-dark .main-title-wrap .h4-title,
.bg-dark .title-wrap .h4-title,
.bg-dark .main-title-wrap .h5-title,
.bg-dark .title-wrap .h5-title,
.bg-dark .main-title-wrap .h6-title,
.bg-dark .title-wrap .h6-title,
.bg-dark .main-title-wrap .main-title,
.bg-dark .title-wrap .main-title,
.bg-dark .main-title-wrap .page-subtitle,
.bg-dark .title-wrap .page-subtitle,
.bg-dark .main-title-wrap h1,
.bg-dark .title-wrap h1,
.bg-dark .main-title-wrap h2,
.bg-dark .title-wrap h2,
.bg-dark .main-title-wrap h3,
.bg-dark .title-wrap h3,
.bg-dark .main-title-wrap h4,
.bg-dark .title-wrap h4,
.bg-dark .main-title-wrap h5,
.bg-dark .title-wrap h5,
.bg-dark .main-title-wrap h6,
.bg-dark .title-wrap h6 {
  color: inherit;
}
.bg-dark .info-inner-wrap .btn:not(:hover) {
  background-color: #DDE5ED;
  border-color: #DDE5ED;
  color: var(--clr-base-dark);
}
.bg-dark .main-buttons-wrap .btn-action-more {
  color: #fff;
}
.bg-dark .main-buttons-wrap .btn-action-more:before {
  filter: brightness(0) invert(1);
}
.section-bg-blue-gradient {
  background: linear-gradient(90deg, #001E3C 1.04%, #00376E 47.7%, #001E3C 98.08%);
  color: #fff;
}
.section-bg-blue-gradient * {
  color: #fff;
}
@media (max-width: 1199px) {
  .section-coins-box .item-wrap {
    width: 25%;
  }
  .section-crypto-tiles-box .item-wrap {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .main-section-plan-box.section-three-cols .item-wrap {
    width: 200px;
  }
  .main-section-plan-box.section-three-cols table .col02,
  .main-section-plan-box.section-three-cols table .col03,
  .main-section-plan-box.section-three-cols table .col04 {
    width: 186px;
  }
  .main-section-plan-box.section-three-cols .item-tile-plan .tile-title-sticker {
    top: 15px;
    right: 5px;
  }
  .main-section-plan-box.section-three-cols .item-tile-plan .tile-title,
  .main-section-plan-box.section-three-cols .item-tile-plan .tile-title.title-small {
    font-size: 15px;
    line-height: 24px;
  }
  .help-menu-box .btn-menu {
    font-size: 14px;
  }
  .section-coins-box .item-wrap {
    width: 33.33%;
  }
  .section-crypto-tiles-box .item-wrap {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .main-section-plan-box.section-three-cols table th:nth-child(4),
  .main-section-plan-box.section-three-cols table td:nth-child(4) {
    font-weight: bold;
  }
  .main-section-plan-box.section-three-cols:not(.ind-active) table th:nth-child(4),
  .main-section-plan-box.section-three-cols:not(.ind-active) table td:nth-child(4) {
    display: none;
  }
  .main-section-plan-box.section-three-cols.ind-active table th:nth-child(2),
  .main-section-plan-box.section-three-cols.ind-active table td:nth-child(2) {
    display: none;
  }
  .main-section-plan-box.section-three-cols table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0;
  }
  .main-section-plan-box.section-three-cols table .col2,
  .main-section-plan-box.section-three-cols table .col3,
  .main-section-plan-box.section-three-cols table .col4 {
    width: auto;
  }
  .main-section-plan-box.section-three-cols table .col01 {
    width: 200px;
  }
  .main-section-plan-box.section-three-cols table th,
  .main-section-plan-box.section-three-cols table td {
    width: 100%;
    min-width: 0;
  }
  .main-section-plan-box.section-three-cols .item-wrap {
    width: 100%;
  }
  .main-section-plan-box:not(.ind-active) .wrap-ind {
    display: none;
  }
  .main-section-plan-box:not(.standart-active) .wrap-standart {
    /* display: none; */
  }
  .section-tarif-info-box .items-inner-wrap {
    padding: 15px;
    width: 50rem;
  }
  .section-tarif-info-box .items-wrap {
    margin: 0 -5px -10px -5px;
  }
  .section-tarif-info-box .item-wrap {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .section-terms-box .item-wrap {
    width: 50%;
  }
}
@media (max-width: 639px) {
  .help-menu-box .menu {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .help-menu-box .menu li {
    width: 33.33%;
    -ms-flex: 1;
        flex: 1;
    min-width: 149px;
  }
  .main-top-box .info-text-wrap {
    min-height: 0;
  }
  .main-top-box .title-wrap.max-560 {
    margin-left: auto;
    margin-right: auto;
  }
  .main-top-box.photo-full .photo-inner-wrap {
    width: 50rem;
    max-width: 100%;
  }
  .section-commited-box .item-wrap,
  .section-ag-tiles-box .item-wrap,
  .section-data-tiles-box .item-wrap {
    width: 50%;
  }
  .section-price-icons-box .inner-wrap {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .section-price-icons-box .info-inner-wrap {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    padding: 0;
    margin-bottom: 30px;
    text-align: center;
    -ms-flex-order: 1;
        order: 1;
  }
  .section-price-icons-box .items-inner-wrap {
    width: 100%;
    padding: 0;
    -ms-flex-order: 2;
        order: 2;
    margin-top: 10rem;
  }
  .section-tarif-info-box {
    text-align: center;
  }
  .section-tarif-info-box .inner-wrap {
    display: block;
  }
  .section-tarif-info-box .items-inner-wrap {
    margin: 0 auto;
    max-width: 100%;
  }
  .section-tarif-info-box .info-inner-wrap {
    padding: 0;
    margin-bottom: 30px;
  }
  .section-coins-box .item-wrap {
    width: 50%;
  }
  .section-crypto-tiles-box .item-wrap {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .main-section-plan-box.section-three-cols table .col01 {
    width: 100px;
  }
  .section-tarif-info-box .item-wrap {
    width: 100%;
  }
  .section-coins-box .item-wrap {
    width: 100%;
  }
  .section-crypto-tiles-box .item-wrap {
    width: 100%;
  }
  .section-terms-box .item-wrap {
    width: 100%;
  }
}
@media (min-width: 640px) {
  .main-top-box.section-reverse .inner-wrap {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .main-top-box.section-reverse .info-inner-wrap {
    padding-right: 0 !important;
    padding-left: 6.4rem;
  }
  .main-top-box.section-iban-interest .h3-title,
  .main-top-box.section-photos .h3-title,
  .main-top-box.section-payment-methods .h3-title,
  .main-top-box.section-iban-interest .h2-title,
  .main-top-box.section-photos .h2-title,
  .main-top-box.section-payment-methods .h2-title {
    margin-left: 0;
  }
  .main-top-box.section-iban-interest .info-inner-wrap,
  .main-top-box.section-photos .info-inner-wrap,
  .main-top-box.section-payment-methods .info-inner-wrap {
    padding-right: 4rem;
  }
  .main-top-box.section-payment-methods .info-inner-wrap {
    padding-right: 0;
  }
  .main-top-box.section-payment-methods .photo-inner-wrap .elm-photo {
    max-width: 56rem;
    margin: 0;
  }
  .main-top-box.section-photos .info-inner-wrap {
    max-width: calc(100% - 55.5rem);
  }
  .main-top-box.section-photos .photo-inner-wrap {
    width: 50%;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .main-top-box.section-photos .photo-inner-wrap {
    max-width: 45rem;
  }
  .main-top-box.section-photos .info-inner-wrap {
    max-width: calc(100% - 45rem);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .main-top-box.photo-full .photo-inner-wrap {
    width: 45rem;
  }
  .main-top-box.photo-full .info-inner-wrap {
    max-width: calc(100% - 45rem);
  }
  .main-top-box.section-payment-methods .info-inner-wrap {
    max-width: calc(100% - 40rem);
  }
  .main-top-box.section-payment-methods .photo-inner-wrap {
    width: 50%;
    max-width: 40rem;
  }
}
@media (min-width: 1024px) {
  .main-top-box.screen-small.photo-full .info-inner-wrap {
    padding-right: 4rem;
  }
  .main-top-box.screen-small .info-inner-wrap {
    padding-right: 0;
    max-width: calc(100% - 48%);
  }
  .main-top-box.screen-small .photo-inner-wrap {
    width: 48%;
  }
  .main-top-box.screen-small .photo-inner-wrap .elm-screen-main {
    max-width: 28rem;
    margin: 0 auto;
  }
  .main-top-box.section-iban-interest .btn,
  .main-top-box.section-photos .btn,
  .main-top-box.section-payment-methods .btn {
    height: 48px;
    min-width: 220px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 12px;
  }
  .main-top-box.section-payment-methods .inner-wrap {
    min-height: 72rem;
  }
  .main-top-box.section-payment-methods .photo-inner-wrap {
    width: 56rem;
  }
  .main-top-box.section-payment-methods .btn.button-large {
    height: 56px;
    border-radius: 16px;
    font-size: 18px;
  }
  .main-top-box.section-iban-interest .photo-inner-wrap {
    width: 56rem;
    max-width: 100%;
  }
  .main-top-box.section-iban-interest .photo-inner-wrap .elm-photo {
    max-width: 56rem;
  }
  .main-top-box.section-iban-interest .info-inner-wrap {
    max-width: calc(100% - 56rem);
  }
  .section-crypto-tiles-box .main-more-wrap .btn {
    height: 56px;
    border-radius: 16px;
    font-size: 18px;
  }
  .main-more-wrap .btn {
    height: 48px;
    min-width: 220px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1139px) {
  .main-top-box.section-payment-methods .info-inner-wrap {
    max-width: calc(100% - 45rem);
  }
  .main-top-box.section-payment-methods .photo-inner-wrap {
    width: 45rem;
    max-width: 45rem;
  }
}
@media (min-width: 1400px) {
  .section-crypto-tiles-box .items-outer-wrap {
    margin: 0 -50px;
  }
  .main-top-box.section-photos .inner-wrap {
    padding-left: calc(var(--paddingContainer) + 4rem);
    padding-right: calc(var(--paddingContainer) + 2rem);
  }
  .main-top-box.section-iban-interest .photo-inner-wrap {
    width: 62rem;
  }
  .main-top-box.section-iban-interest .info-inner-wrap {
    max-width: calc(100% - 62rem);
  }
  .main-top-box.section-payment-methods .photo-inner-wrap {
    width: 62rem;
    max-width: 62rem;
  }
  .main-top-box.section-payment-methods .info-inner-wrap {
    max-width: calc(100% - 62rem);
  }
}
/* end content styles */

/* 

:root {
    --clr-base: #303031;
    --clr-base-dark: #000;
    --clr-title: #121214;
    --clr-att: #2169fc;
    --clr-att-second: #0029ff;
    --clr-light: #e4e4e;
    --main-padding: 12.8rem;
    --second-padding: 6.4rem;
    --main-radius: 1.6rem;
    --main-shadow: 3px 5px 24px rgba(45, 47, 64, .08);
    --main-shadow-hover: 4px 12px 24px rgba(0, 0, 0, .24), 0.5px 0.5px 0px rgba(0, 0, 0, .5);
    --min: 320px;
    --max: 1300px;
    --paddingContainer: 15px;
    font-size: 10px
}


*/
/* common classes */
:root {
  --medium-padding: 128px;
  --medium-padding: 8rem;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-24 {
  margin-bottom: 38.4px !important;
  margin-bottom: 2.4rem !important;
}
.mb-32 {
  margin-bottom: 51.2px !important;
  margin-bottom: 3.2rem !important;
}
.mb-48 {
  margin-bottom: 76.8px !important;
  margin-bottom: 4.8rem !important;
}
.mb-44 {
  margin-bottom: 70.4px !important;
  margin-bottom: 4.4rem !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-24 {
  margin-top: 38.4px !important;
  margin-top: 2.4rem !important;
}
.mt-32 {
  margin-top: 51.2px !important;
  margin-top: 3.2rem !important;
}
.mt-48 {
  margin-top: 76.8px !important;
  margin-top: 4.8rem !important;
}
.mt-44 {
  margin-top: 70.4px !important;
  margin-top: 4.4rem !important;
}
.text-dark {
  color: var(--clr-base-dark);
}
.lh-15 {
  line-height: 1.5;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-mainPadding {
  padding-bottom: var(--main-padding) !important;
}
.pt-mainPadding {
  padding-top: var(--main-padding) !important;
}
.pb-secondPadding {
  padding-bottom: var(--second-padding) !important;
}
.pt-secondPadding {
  padding-top: var(--second-padding) !important;
}
.pb-mediumPadding {
  padding-bottom: var(--medium-padding) !important;
}
.pt-mediumPadding {
  padding-top: var(--medium-padding) !important;
}
.w-400 {
  font-weight: 400 !important;
}
.w-700 {
  font-weight: bold !important;
}
.w-600 {
  font-weight: 600 !important;
}
.w-500 {
  font-weight: 500 !important;
}
.max-560 {
  max-width: 23.33333333em;
}
/* end common classes */
/* header styles */
.wrap-1184 {
  max-width: 1184px !important;
  margin-left: auto;
  margin-right: auto;
}
.wrap-1117 {
  max-width: 1117px !important;
  margin-left: auto;
  margin-right: auto;
}
.inner-wrap.wrap-1184 {
  max-width: calc(1184px + var(--paddingContainer) + var(--paddingContainer)) !important;
}
.inner-wrap.wrap-1117 {
  max-width: calc(1117px + var(--paddingContainer) + var(--paddingContainer)) !important;
}
.button-page-chat {
  z-index: 110;
  position: fixed;
  bottom: 54px;
  right: 28px;
  display: block;
  width: 60px;
  height: 60px;
  overflow: visible;
  outline: none;
}
.button-page-chat:before {
  content: "";
  display: block;
  position: absolute;
  overflow: visible;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  background: url(/templates/en/img-v2/img/wa.webp) center no-repeat;
  background-size: 100% auto;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
  outline: none;
}

.button-page-chat--tg {
    width: 47px !important;
  	height: 47px !important;
}

.button-page-chat--tg:before {
  background: url(/templates/en/img-v2/img/tg.svg) center no-repeat !important;
}

.header.header-new .inner-wrap {
  max-width: 1300px;
}
.header.header-new .logo-wrap {
  width: 137px;
}
.header.header-new .action-wrap .btn {
  padding: 0 20px;
  height: 40px;
  border-radius: 8px;
  font-size: 18px;
}
.header.header-new .popup-menu-wrap .menu {
  -ms-flex-pack: center;
      justify-content: center;
  position: static;
}
.header.header-new .popup-menu-wrap .menu > li .btn-submenu {
  padding-right: 40px;
}
.header.header-new .popup-menu-wrap .menu > li .btn-submenu.submenu-active {
  padding-right: 40px;
  background: #C9CBCE;
  color: #000;
}
.header.header-new .popup-menu-wrap .menu > li .btn-submenu.submenu-active:after {
  transform: rotate(180deg);
}
.header.header-new .popup-menu-wrap .menu > li .btn-submenu:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(/templates/en/img-v2/img/icons/arrow-menu.svg) center no-repeat;
  filter: brightness(0) grayscale(1);
  background-size: 100% auto;
  top: 50%;
  right: 20px;
  margin: -12px -12px 0 0;
  transition: all ease 0.2s;
}
.header.header-new .popup-menu-wrap .menu li {
  position: static;
}
.popup-menu-wrap .menu-inner-wrap {
  margin: 0 auto;
  max-width: 1138px;
  display: -ms-flexbox;
  display: flex;
}
.popup-menu-wrap .menu-wrap {
  padding: 51.2px 51.2px 35.2px 51.2px;
  padding: 3.2rem 3.2rem 2.2rem 3.2rem;
  width: 27.6%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  transition: all ease 0.2s;
}
.popup-menu-wrap .menu-wrap:hover {
  background: #F8F8F8;
}
.popup-menu-wrap .menu-wrap.menu-att {
  background-color: #f8f8f8;
}
.popup-menu-wrap .menu-wrap.menu-att:hover {
  background-color: #fbfbfb;
}
.popup-menu-wrap .menu-main {
  width: 44.8%;
}
.popup-menu-wrap .menu-main .submenu {
  columns: 2;
  column-gap: 20px;
}
.popup-menu-wrap .menu-main .submenu li {
  break-inside: avoid-column;
}
.popup-menu-wrap .btn-submenu.submenu-active ~ .submenu-inner-wrap {
  display: block;
}
.popup-menu-wrap .submenu-inner-wrap {
  animation: fadein ease 0.2s;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100dvw;
  margin-left: -50dvw;
  z-index: 100;
  background: #fff;
}
.popup-menu-wrap .submenu-inner-wrap .submenu {
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.popup-menu-wrap .submenu-inner-wrap .submenu li {
  margin: 0;
  padding: 0;
}
.popup-menu-wrap .submenu-inner-wrap .submenu li:before {
  display: none;
}
.popup-menu-wrap .submenu-inner-wrap .submenu a {
  display: block;
  padding: 9px 0;
  color: #575759;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.32px;
  white-space: normal;
  height: auto;
}
.popup-menu-wrap .submenu-inner-wrap .submenu a:hover,
.popup-menu-wrap .submenu-inner-wrap .submenu a.active {
  color: #0029FF;
  text-decoration: underline;
}
.popup-menu-wrap .menu-title {
  display: block;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #000;
  letter-spacing: -0.48px;
  margin-bottom: 14px;
}
.popup-menu-wrap .menu-title a:not(:hover) {
  color: inherit;
}
.popup-menu-wrap .actions-wrap {
  display: none;
}
.popup-menu-wrap .btn-popup-close {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  display: none;
}
@media (max-width: 1023px) {
  .header.header-new .action-wrap {
    display: none;
  }
  .header.header-new .action-wrap.popup-lang-wrap {
    display: block;
  }
  .header.header-new .popup-menu-wrap .js-btn-toggle.active + .js-popup-block {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header.header-new .popup-menu-wrap .popup-content-block {
    display: none;
    -ms-flex-direction: column;
        flex-direction: column;
    position: fixed;
    height: 100dvh;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    background: #fff;
    width: 100%;
    padding: 0;
    box-shadow: none;
  }
  .header.header-new .popup-menu-wrap .menu {
    max-width: 100%;
    width: 100%;
    -ms-flex: 1;
        flex: 1;
    padding: 15px 0;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .header.header-new .popup-menu-wrap .menu::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .header.header-new .popup-menu-wrap .menu > li .btn-submenu:after {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: -2px 0 0 5px;
    display: inline-block;
    vertical-align: middle;
  }
  .header.header-new .popup-menu-wrap .menu > li .btn-submenu {
    padding-right: 10px;
  }
  .header.header-new .popup-menu-wrap .menu > li .btn-submenu.submenu-active {
    padding-right: 10px;
  }
  .popup-menu-wrap .submenu-inner-wrap {
    position: static;
    width: 100%;
    margin: 0;
    background: none;
    padding: 0;
    text-align: left;
  }
  .popup-menu-wrap .menu a {
    white-space: normal;
    height: auto;
    line-height: 1.1;
    padding: 10px 10px;
  }
  .popup-menu-wrap .actions-wrap {
    display: block;
    padding-top: 15px;
    border-top: 1px solid #e0e0e0;
    margin: 0;
    width: 100%;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .popup-menu-wrap .actions-wrap .action-wrap {
    display: block;
    padding: 0 10px 20px 10px;
    margin: 0 0 10px 0;
  }
  .popup-menu-wrap .actions-wrap .action-wrap:last-child {
    margin-bottom: 0;
  }
  .popup-menu-wrap .actions-wrap .action-wrap .btn,
  .popup-menu-wrap .actions-wrap .action-wrap a {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    font-size: 14px;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 5px;
  }
  .popup-menu-wrap .btn-popup-close {
    display: block;
  }
}
@media (max-width: 767px) {
  .popup-menu-wrap .menu-title {
    font-size: 16px;
  }
  .popup-menu-wrap .submenu-inner-wrap .submenu a {
    font-size: 14px;
    padding: 5px 0;
  }
}
@media (max-width: 639px) {
  .popup-menu-wrap .menu-inner-wrap {
    display: block;
  }
  .popup-menu-wrap .menu-wrap {
    width: 100%;
  }
  .popup-menu-wrap .menu-wrap .submenu {
    columns: 3;
    column-gap: 20px;
  }
}
@media (max-width: 479px) {
  .popup-menu-wrap .menu-wrap .submenu {
    columns: 2;
    column-gap: 10px;
  }
}
@media (min-width: 1024px) {
  .header.header-new .popup-menu-wrap .menu > li > a {
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    border-radius: 8px;
    transition: all ease 0.2s;
  }
  .popup-menu-wrap .submenu-inner-wrap {
    box-shadow: 0px 30px 24px 0px rgba(0, 0, 0, 0.25);
  }
}
/* end header styles */
/* items styles 1111 */
.item-tile-plan.tile-second {
  padding: 12px 38.4px;
  padding: 12px 2.4rem;
}
.item-tile-plan.tile-second .tile-title-wrap:last-child {
  margin-bottom: 0;
}
.item-tile-plan.tile-second .tile-title {
  padding-top: 0;
  font-weight: 500;
}
.item-tile-plan.tile-second .tile-subtitle {
  padding-top: 0;
  margin-top: 10px;
  font-weight: 400;
}
.item-tile-plan.tile-second .tile-subtitle:last-child {
  margin-bottom: 0;
}
.item-tile-plan .tile-price-att {
  display: inline;
  color: #6EEDFF;
  font-weight: bold;
  font-size: 1.5em;
}
.item-tile-btc-icon-info {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.4;
  color: #303031;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.item-tile-btc-icon-info .tile-ico {
  width: 88px;
  width: 5.5rem;
  height: 83.2px;
  height: 5.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-btc-icon-info .tile-info-wrap {
  padding-left: 38.4px;
  padding-left: 2.4rem;
}
.item-tile-btc-icon-info .tile-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 83.2px;
  min-height: 5.2rem;
  font-size: 51.2px;
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: -0.64px;
  color: var(--clr-base-dark);
  margin-bottom: 8px;
}
.item-tile-commited-info {
  text-align: center;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 400;
  color: var(--clr-base-dark);
  max-width: 13.125em;
  margin: 0 auto;
}
.item-tile-commited-info .tile-ico {
  margin: 0 auto 9px auto;
  height: 100.8px;
  height: 6.3rem;
  width: 100%;
}
.item-tile-commited-info .tile-title {
  font-weight: bold;
  line-height: 1.17;
  margin: 0 0 8px 0;
  color: #1D1D1F;
}
.item-tile-data-info {
  display: block;
  position: relative;
  min-height: 100%;
  border-radius: 2.4rem;
  background: #DDE5ED;
  padding: 51.2px 38.4px;
  padding: 3.2rem 2.4rem;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.4;
  color: #151516;
}
.item-tile-data-info.tile-center {
  text-align: center;
  background-color: #F0F2F6;
  padding: 76.8px 51.2px;
  padding: 4.8rem 3.2rem;
}
.item-tile-data-info.tile-center .tile-ico {
  height: 83.2px;
  height: 5.2rem;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
.item-tile-data-info .tile-title {
  font-size: 1.2em;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.item-tile-data-info .tile-ico {
  width: 128px;
  width: 8rem;
  height: 128px;
  height: 8rem;
  margin-bottom: 38.4px;
  margin-bottom: 2.4rem;
}
.item-tile-ag-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  overflow: hidden;
  min-height: 10%;
  border-radius: 2.4rem;
  background: #F0F2F6;
  padding: 51.2px 38.4px;
  padding: 3.2rem 2.4rem;
  min-height: 100%;
}
.item-tile-ag-info .tile-title {
  display: block;
  width: 100%;
  -ms-flex: 1;
      flex: 1;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.375;
  font-weight: bold;
  margin-bottom: 51.2px;
  margin-bottom: 3.2rem;
  color: #151516;
}
.item-tile-ag-info .tile-photo {
  border-radius: 2rem;
  aspect-ratio: 257/193;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.elm-zero {
  width: 281.6px;
  width: 17.6rem;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  z-index: 2;
  background: url(/templates/en/img-v2/img/icons/star.svg) center / 100% auto no-repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  padding: 0 22.4px;
  padding: 0 1.4rem;
  font-size: 70.4px;
  font-size: 4.4rem;
  font-weight: bold;
  color: var(--clr-base-dark);
  transform: rotate(10deg);
  line-height: 1;
}
.item-tile-price-icon-info {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--clr-base-dark);
  text-align: center;
}
.item-tile-price-icon-info .tile-ico {
  width: 153.6px;
  width: 9.6rem;
  height: 153.6px;
  height: 9.6rem;
  border-radius: 50%;
  background: #3176DE;
  margin: 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-price-icon-info .tile-ico img,
.item-tile-price-icon-info .tile-ico svg {
  width: 66.66%;
  filter: brightness(0) invert(1);
}
.item-tile-price-icon-info .tile-title {
  display: block;
  margin: 12px 0 0 0;
}
.item-tile-tarif-icon-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 100%;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.16666667;
  font-weight: bold;
  text-align: left;
  padding: 24px 16px 24px 25.6px;
  padding: 24px 1rem 24px 1.6rem;
  border-radius: 12px;
  border: 1px solid #DDDFE3;
  background: #fff;
}
.item-tile-tarif-icon-info .tile-title {
  display: block;
  padding-left: 25.6px;
  padding-left: 1.6rem;
}
.item-tile-tarif-icon-info .tile-ico {
  width: 89.6px;
  width: 5.6rem;
  height: 89.6px;
  height: 5.6rem;
  border-radius: 50%;
  background: #3176DE;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-tarif-icon-info .tile-ico img,
.item-tile-tarif-icon-info .tile-ico svg {
  filter: brightness(0) invert(1);
  max-width: 67%;
}
.item-tile-crypto-info {
  display: block;
  position: relative;
  min-height: 100%;
  padding: 51.2px 38.4px;
  padding: 3.2rem 2.4rem;
  text-align: center;
  border-radius: 2.4rem;
  background: #F3F5F8;
  color: #000;
}
.item-tile-crypto-info:hover {
  color: #000;
}
.item-tile-crypto-info .tile-ico {
  width: 153.6px;
  width: 9.6rem;
  height: 153.6px;
  height: 9.6rem;
  border-radius: 50%;
  background: #2169FC;
  margin: 0 auto 51.2px auto;
  margin: 0 auto 3.2rem auto;
}
.item-tile-crypto-info .tile-title {
  display: block;
  margin: 0;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.item-tile-crypto-info .tile-title a:not(:hover) {
  color: inherit;
}
.item-tile-term-inner {
  display: block;
  min-height: 100%;
  border-radius: 16px;
  background: #303031;
  padding: 38.4px;
  padding: 2.4rem;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  overflow: hidden;
}
.item-tile-term-inner .tile-title {
  display: block;
  font-size: 1.2em;
  line-height: 1.33333333;
  color: #fff;
  margin: 0 0 11px 0;
  font-weight: bold;
}
.item-tile-term-inner .tile-ico {
  width: 48px;
  height: 48px;
  margin-bottom: 38.4px;
  margin-bottom: 2.4rem;
}
.item-tile-coin-select {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  letter-spacing: -0.32px;
  text-align: left;
  border-radius: 16px;
  background: #fff;
  padding: 38.4px 16px;
  padding: 2.4rem 16px;
}
.item-tile-coin-select .tile-title-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 38.4px;
  margin-bottom: 2.4rem;
}
.item-tile-coin-select .tile-title-wrap a:not(:hover) {
  color: inherit;
}
.item-tile-coin-select .tile-title {
  display: block;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: -0.4px;
}
.item-tile-coin-select .tile-subtitle {
  display: block;
  margin-top: 4px;
  color: #575759;
  letter-spacing: -0.32px;
}
.item-tile-coin-select .tile-ico {
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
}
.item-tile-coin-select .tile-title-inner {
  -ms-flex: 1;
      flex: 1;
  padding: 0 0 0 12px;
}
.tile-select-dropdown-wrap {
  display: block;
  position: relative;
  border: 1px solid #DDDFE3;
  line-height: 1;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}
.tile-select-dropdown-wrap .tile-content-block {
  display: none;
  padding: 4px 0;
  position: relative;
}
.tile-select-dropdown-wrap .tile-content-block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 12px;
  right: 12px;
  height: 1px;
  background: #DDDFE3;
}
.tile-select-dropdown-wrap .tile-button-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 4px 12px;
  line-height: 20px;
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #000;
  cursor: pointer;
}
.tile-select-dropdown-wrap .tile-button-menu:hover {
  color: #000;
}
.tile-select-dropdown-wrap .tile-button-title {
  -ms-flex: 1;
      flex: 1;
  padding: 0 10px 0 0;
}
.tile-select-dropdown-wrap .tile-button-info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bold;
}
.tile-select-dropdown-wrap .tile-button-select {
  display: block;
  line-height: 48px;
  height: 48px;
  width: 100%;
  padding: 0 30px 0 12px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  color: #000;
  cursor: pointer;
}
.tile-select-dropdown-wrap .tile-button-select:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(/templates/en/img-v2/img/icons/arrow-menu.svg) center no-repeat;
  background-size: 20px auto;
  top: 50%;
  right: 20px;
  margin: -12px -12px 0 0;
  opacity: 0.5;
  transition: all ease 0.2s;
}
.tile-select-dropdown-wrap .tile-button-select.active:before {
  transform: rotate(180deg);
}
.tile-select-dropdown-wrap .tile-info-att {
  color: #00BB31;
}
.tile-select-dropdown-wrap .menu {
  margin: 0;
}
.tile-select-dropdown-wrap .menu li {
  margin: 0;
  padding: 0;
}
.tile-select-dropdown-wrap .menu li:before {
  display: none;
}
.list-marker li {
  padding-left: 1.33333333em;
  position: relative;
}
.list-marker li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  top: 0.75em;
  left: 0.66666667em;
  margin-top: -2px;
  margin-left: -2px;
}
@media (max-width: 1199px) {
  .item-tile-term-inner {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .item-tile-data-info {
    padding: 2.4rem 15px;
  }
  .item-tile-data-info.tile-center {
    padding: 2.4rem 15px;
  }
  .item-tile-ag-info {
    padding: 2.4rem 0;
  }
  .item-tile-ag-info .tile-title {
    font-size: 2rem;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .item-tile-ag-info .tile-photo {
    width: calc(100% - 0px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 639px) {
  .item-tile-btc-icon-info {
    display: block;
    text-align: center;
    padding-bottom: 10px;
  }
  .item-tile-btc-icon-info .tile-ico {
    margin: 0 auto 12px auto;
  }
  .item-tile-btc-icon-info .tile-info-wrap {
    padding-left: 0;
    text-align: center;
  }
  .item-tile-btc-icon-info .tile-title {
    text-align: center;
    display: block;
    min-height: 0;
  }
}
/* end items styles */
/* content styles 2222 */
.main-questions-box.bg-dark {
  color: #fff;
}
.main-questions-box.bg-dark .item-tile-question {
  color: #fff;
}
.main-questions-box.bg-dark .item-tile-question .btn-popup {
  color: #fff;
}
.main-questions-box.bg-dark .item-tile-question .btn-popup:before {
  filter: brightness(0) invert(1);
}
.main-apps-info-box.bg-dark .box-inner-wrap {
  background-color: #313133;
}
.main-apps-info-box.bg-dark .action-title {
  color: #fff;
}
.main-apps-info-box.bg-dark .action-qr:before,
.main-apps-info-box.bg-dark .action-qr:after {
  background-color: #DDDFE3;
}
.main-apps-info-box.bg-dark .btn-action-qr {
  background-color: transparent;
}
.main-apps-info-box.bg-dark .btn-action-more {
  text-align: left;
}
.help-menu-box {
  background: #000 url(/templates/en/img-v2/img/help.jpg) center / cover no-repeat;
  text-align: center;
  margin: 0;
  width: 100%;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.help-menu-box .top-inner-wrap {
  padding-bottom: 153.6px;
  padding-bottom: 9.6rem;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.help-menu-box .bottom-inner-wrap {
  display: block;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.help-menu-box .inner-wrap {
  width: 100%;
  max-width: 100%;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 153.6px;
  padding-top: 9.6rem;
  padding-bottom: 153.6px;
  padding-bottom: 9.6rem;
}
.help-menu-box .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 -9.6px;
  margin: 0 -0.6rem;
}
.help-menu-box .menu li {
  padding: 0 9.6px;
  padding: 0 0.6rem;
  margin-bottom: 19.2px;
  margin-bottom: 1.2rem;
  width: 284.8px;
  width: 17.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.help-menu-box .btn-menu {
  display: block;
  position: relative;
  text-align: left;
  min-height: 100%;
  transition: all ease 0.2s;
  border-radius: 12px;
  background: #F3F5F8;
  padding: 32px;
  padding: 2rem;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: bold;
  color: var(--clr-base-dark);
  letter-spacing: -0.32px;
}
.help-menu-box .btn-menu:hover {
  color: var(--clr-att);
}
.help-menu-box .btn-menu .button-ico {
  width: 76.8px;
  width: 4.8rem;
  height: 76.8px;
  height: 4.8rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  border-radius: 50%;
  background: rgba(0, 71, 187, 0.1);
}
.help-menu-box .btn-menu .button-ico img,
.help-menu-box .btn-menu .button-ico svg {
  max-width: 100%;
  max-height: 100%;
}
.help-menu-box .info-title {
  display: block;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
}
.help-menu-box .main-actions-qr-wrap {
  -ms-flex-pack: center;
      justify-content: center;
}
.help-menu-box .main-actions-qr-wrap .btn-action-more {
  color: #fff;
}
.help-menu-box .main-actions-qr-wrap .btn-action-more:before {
  filter: brightness(0) invert(1);
}
.main-section-plan-box.section-three-cols .item-wrap {
  width: 230px;
}
.main-section-plan-box.section-three-cols .item-tile-plan .tile-action-wrap .btn {
  width: 100%;
  padding: 0 15px;
  min-width: 0;
}
.main-section-plan-box.section-three-cols .item-tile-plan .tile-title.title-small {
  font-size: 1.5em;
}
.main-section-plan-box.section-three-cols .item-tile-plan .tile-price {
  font-size: 44.8px;
  font-size: 2.8rem;
  margin-top: 70.4px;
  margin-top: 4.4rem;
}
.main-section-plan-box.section-three-cols .item-tile-plan .tile-price .price-unit {
  font-size: 0.64285714em;
}
.main-section-plan-box.section-three-cols .item-tile-plan .tile-price .title-gradient {
  font-size: 1em;
}
.main-section-plan-box.section-three-cols .item-tile-plan .tile-action-wrap {
  margin-top: 10px;
}
.main-section-plan-box.section-three-cols table {
  border-spacing: 16px 0;
  border-collapse: separate;
  table-layout: fixed;
  width: calc(100% + 16px);
  margin-left: -8px;
}
.main-section-plan-box.section-three-cols table .col02,
.main-section-plan-box.section-three-cols table .col03,
.main-section-plan-box.section-three-cols table .col04 {
  width: 214px;
}
.main-section-plan-box.section-three-cols table th,
.main-section-plan-box.section-three-cols table td,
.main-section-plan-box.section-three-cols table th:last-child,
.main-section-plan-box.section-three-cols table td:last-child {
  background: none;
  padding: 25.6px;
  padding: 1.6rem;
  height: 51.2px;
  height: 3.2rem;
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 1.33333333;
  width: auto;
  min-width: 0;
}
.main-section-plan-box.section-three-cols table th:first-child,
.main-section-plan-box.section-three-cols table td:first-child {
  width: auto;
  min-width: 0;
}
.main-section-plan-box.section-three-cols table .btn {
  padding: 0 15px;
  width: 100%;
  min-width: 0;
  margin: 10px 0;
}
.main-section-plan-box table .td-att {
  background-color: #f7f8ff !important;
  font-weight: 600;
}
.main-section-plan-box .main-title-wrap > *:last-child {
  margin-bottom: 0;
}
.main-section-plan-box.bg-dark {
  color: #fff;
}
.main-section-plan-box.bg-dark .tabs-inner-wrap a {
  color: #fff;
  opacity: 0.7;
}
.main-section-plan-box.bg-dark .tabs-inner-wrap a.active,
.main-section-plan-box.bg-dark .tabs-inner-wrap a:hover {
  opacity: 1;
  color: #fff;
}
.main-section-plan-box.bg-dark .tbl-inner-wrap {
  background-color: #313133;
}
.main-section-plan-box.bg-dark .tbl-outer-wrap {
  border-color: #313133;
  background-color: #313133;
}
.main-section-plan-box.bg-dark .tbl-outer-wrap table th,
.main-section-plan-box.bg-dark .tbl-outer-wrap table td {
  color: inherit;
  border-color: #575759;
  background-color: transparent;
}
.main-section-plan-box.bg-dark .tbl-outer-wrap table tr:last-child th:last-child,
.main-section-plan-box.bg-dark .tbl-outer-wrap table tr:last-child td:last-child {
  background-color: transparent;
}
.main-section-plan-box.bg-dark .more-wrap .btn.button-border:not(:hover) {
  border-color: #fff;
  color: #fff;
}
.main-section-plan-box.bg-dark .item-tile-plan {
  background: #313133;
  border-color: #313133;
  color: inherit;
}
.main-section-plan-box.bg-dark .item-tile-plan .tile-title,
.main-section-plan-box.bg-dark .item-tile-plan .tile-subtitle {
  color: inherit;
}
.section-commited-box .items-wrap {
  margin: 0 -19.2px -112px -19.2px;
  margin: 0 -1.2rem -7rem -1.2rem;
}
.section-commited-box .item-wrap {
  padding: 0 19.2px;
  padding: 0 1.2rem;
  margin-bottom: 112px;
  margin-bottom: 7rem;
  width: 33.33%;
}
.section-commited-box .main-action-wrap {
  text-align: center;
}
.section-commited-box .main-title-wrap {
  font-weight: 400;
  color: var(--clr-base-dark);
}
.section-commited-box .btn.button-large {
  font-size: 16px;
  font-weight: 400;
  width: 512px;
  width: 32rem;
}
.section-ag-tiles-box .main-actions-qr-wrap,
.section-data-tiles-box .main-actions-qr-wrap {
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: -16px;
  margin-right: 0;
}
.section-ag-tiles-box .main-actions-qr-wrap .action-button,
.section-data-tiles-box .main-actions-qr-wrap .action-button {
  margin-right: 0;
}
.section-ag-tiles-box .items-wrap,
.section-data-tiles-box .items-wrap {
  margin: 0 -8px -16px -8px;
}
.section-ag-tiles-box .item-wrap,
.section-data-tiles-box .item-wrap {
  padding: 0 8px;
  margin-bottom: 16px;
  width: 25%;
}
.section-ag-tiles-box .main-action-wrap,
.section-data-tiles-box .main-action-wrap {
  text-align: center;
}
.section-ag-tiles-box .btn.button-large,
.section-data-tiles-box .btn.button-large {
  font-size: 16px;
  font-weight: 400;
  width: 512px;
  width: 32rem;
}
.section-info-text-box {
  text-align: center;
}
.section-info-text-box .btn.button-large {
  font-size: 16px;
  font-weight: 400;
  width: 512px;
  width: 32rem;
}
.section-info-text-box .text-body {
  font-weight: 400;
}
.section-info-text-box p {
  margin-left: auto;
  margin-right: auto;
}
.section-price-icons-box .inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.section-price-icons-box .info-inner-wrap {
  -ms-flex: 1;
      flex: 1;
  padding-left: 51.2px;
  padding-left: 3.2rem;
}
.section-price-icons-box .items-inner-wrap {
  width: 50%;
  padding: 0 51.2px 0 0;
  padding: 0 3.2rem 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section-price-icons-box .items-outer-wrap {
  background: #DDE5ED;
  border-radius: 3.2rem;
  padding: 147.2px 64px 89.6px 64px;
  padding: 9.2rem 4rem 5.6rem 4rem;
  position: relative;
}
.section-price-icons-box .items-wrap {
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 -19.2px -48px -19.2px;
  margin: 0 -1.2rem -3rem -1.2rem;
}
.section-price-icons-box .item-wrap {
  width: 192px;
  width: 12rem;
  padding: 0 19.2px;
  padding: 0 1.2rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
.section-price-icons-box .elm-zero {
  position: absolute;
  top: -160px;
  top: -10rem;
  left: 128px;
  left: 8rem;
}
.section-price-icons-box .btn.button-large {
  font-size: 16px;
  font-weight: 400;
}
.section-tarif-info-box .inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.section-tarif-info-box .info-inner-wrap {
  -ms-flex: 1;
      flex: 1;
  padding: 0 64px 0 0;
  padding: 0 4rem 0 0;
}
.section-tarif-info-box .items-inner-wrap {
  width: 896px;
  width: 56rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 3.2rem;
  padding: 88px 41.6px;
  padding: 5.5rem 2.6rem;
  background: #DDE5ED;
}
.section-tarif-info-box .items-inner-wrap.bg-clear {
  background: none;
}
.section-tarif-info-box .items-inner-wrap.bg-clear .item-tile-tarif-icon-info {
  color: #fff;
  background: linear-gradient(108deg, #111584 0%, #8178EB 100%);
}
.section-tarif-info-box .items-inner-wrap.bg-clear .item-tile-tarif-icon-info .tile-ico {
  background: #fff;
}
.section-tarif-info-box .items-inner-wrap.bg-clear .item-tile-tarif-icon-info .tile-ico img,
.section-tarif-info-box .items-inner-wrap.bg-clear .item-tile-tarif-icon-info .tile-ico svg {
  filter: none;
}
.section-tarif-info-box .items-wrap {
  margin: 0 -19.2px -48px -19.2px;
  margin: 0 -1.2rem -3rem -1.2rem;
  -ms-flex-align: center;
      align-items: center;
}
.section-tarif-info-box .item-wrap {
  padding: 0 19.2px;
  padding: 0 1.2rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  width: 50%;
}
.section-tarif-info-box .item-wrap .elm-photo {
  max-width: 190px;
  margin: 0 auto;
}
.section-tarif-info-box .btn.button-large {
  font-size: 16px;
  font-weight: 400;
}
.section-crypto-tiles-box .inner-wrap,
.section-terms-box .inner-wrap,
.section-coins-box .inner-wrap {
  padding-top: 128px;
  padding-top: 8rem;
  padding-bottom: 128px;
  padding-bottom: 8rem;
}
.section-crypto-tiles-box .main-title-wrap,
.section-terms-box .main-title-wrap,
.section-coins-box .main-title-wrap {
  margin-bottom: 51.2px;
  margin-bottom: 3.2rem;
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: 500;
}
.section-crypto-tiles-box .main-title-wrap .h3-title,
.section-terms-box .main-title-wrap .h3-title,
.section-coins-box .main-title-wrap .h3-title {
  margin-bottom: 51.2px;
  margin-bottom: 3.2rem;
}
.section-crypto-tiles-box .items-wrap {
  margin: 0 -4px -8px -4px;
}
.section-crypto-tiles-box .item-wrap {
  padding: 0 4px;
  margin-bottom: 8px;
  width: 16.66%;
}
.section-crypto-tiles-box .main-more-wrap {
  margin-top: 76.8px;
  margin-top: 4.8rem;
}
.section-crypto-tiles-box .main-title-wrap {
  margin-bottom: 76.8px;
  margin-bottom: 4.8rem;
}
.section-terms-box .main-title-wrap {
  margin-bottom: 76.8px;
  margin-bottom: 4.8rem;
}
.section-terms-box .main-title-wrap .h4-title {
  margin-bottom: 76.8px;
  margin-bottom: 4.8rem;
  line-height: 1.33333333;
}
.section-terms-box .main-buttons-wrap {
  margin-top: 76.8px;
  margin-top: 4.8rem;
}
.section-terms-box .items-wrap {
  margin: 0 -8px -16px -8px;
}
.section-terms-box .item-wrap {
  width: 25%;
  padding: 0 8px;
  margin-bottom: 16px;
}
.section-coins-box {
  color: #000;
}
.section-coins-box .main-title-wrap {
  color: #000;
}
.section-coins-box .items-wrap {
  margin: 0 -4px -8px -4px;
}
.section-coins-box .item-wrap {
  width: 16.66%;
  margin-bottom: 8px;
  padding: 0 4px;
}
.main-top-box .info-inner-wrap .items-wrap {
  margin: 0;
}
.main-top-box .info-inner-wrap .item-wrap {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  padding: 0;
  width: 100%;
}
.main-top-box .info-inner-wrap .item-wrap:last-child {
  margin-bottom: 0;
}
.main-top-box .inner-text-light {
  color: #575759;
  font-weight: 500;
}
.main-top-box .info-text-wrap {
  display: block;
  position: relative;
  border-radius: 3.2rem;
  line-height: 1.5;
  color: #fff;
  background: linear-gradient(108deg, #111584 0%, #8178EB 100%);
  padding: 76.8px;
  padding: 4.8rem;
  min-height: 896px;
  min-height: 56rem;
}
.main-top-box .info-text-wrap .h1-title,
.main-top-box .info-text-wrap .h2-title,
.main-top-box .info-text-wrap .h3-title {
  color: inherit;
  margin-bottom: 51.2px;
  margin-bottom: 3.2rem;
}
.main-top-box .info-text-wrap .inner-text-green {
  color: #C8F808;
}
.main-top-box .info-text-wrap .inner-text-green a {
  color: inherit;
}
.main-top-box .info-text-wrap .inner-text-green a:hover {
  color: #fff;
}
.main-top-box.section-iban-interest,
.main-top-box.section-photos,
.main-top-box.section-payment-methods {
  line-height: 1.5;
  color: #000;
}
.main-top-box.section-iban-interest .inner-wrap,
.main-top-box.section-photos .inner-wrap,
.main-top-box.section-payment-methods .inner-wrap {
  padding-top: 128px;
  padding-top: 8rem;
  padding-bottom: 128px;
  padding-bottom: 8rem;
}
.main-top-box.section-iban-interest .photo-inner-wrap,
.main-top-box.section-photos .photo-inner-wrap,
.main-top-box.section-payment-methods .photo-inner-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}
.main-top-box.section-iban-interest .h3-title,
.main-top-box.section-photos .h3-title,
.main-top-box.section-payment-methods .h3-title,
.main-top-box.section-iban-interest .h2-title,
.main-top-box.section-photos .h2-title,
.main-top-box.section-payment-methods .h2-title {
  max-width: 11.16071429em;
  margin-left: auto;
  margin-right: auto;
  color: inherit;
}
.main-top-box.section-iban-interest p,
.main-top-box.section-photos p,
.main-top-box.section-payment-methods p,
.main-top-box.section-iban-interest .h3-title,
.main-top-box.section-photos .h3-title,
.main-top-box.section-payment-methods .h3-title,
.main-top-box.section-iban-interest ul,
.main-top-box.section-photos ul,
.main-top-box.section-payment-methods ul,
.main-top-box.section-iban-interest .h2-title,
.main-top-box.section-photos .h2-title,
.main-top-box.section-payment-methods .h2-title,
.main-top-box.section-iban-interest h2,
.main-top-box.section-photos h2,
.main-top-box.section-payment-methods h2,
.main-top-box.section-iban-interest h3,
.main-top-box.section-photos h3,
.main-top-box.section-payment-methods h3 {
  margin-bottom: 38.4px;
  margin-bottom: 2.4rem;
  color: inherit;
}
.main-top-box.section-iban-interest .title-wrap:last-child,
.main-top-box.section-photos .title-wrap:last-child,
.main-top-box.section-payment-methods .title-wrap:last-child {
  margin-bottom: 0;
}
.main-top-box.section-iban-interest li,
.main-top-box.section-photos li,
.main-top-box.section-payment-methods li {
  margin-bottom: 12px;
}
.main-top-box.section-iban-interest li:last-child,
.main-top-box.section-photos li:last-child,
.main-top-box.section-payment-methods li:last-child {
  margin-bottom: 0;
}
.main-top-box.section-payment-methods {
  color: #fff;
}
.main-top-box.section-payment-methods .btn.button-pay {
  height: 83.2px;
  height: 5.2rem;
  border-radius: 16px;
  padding: 0 12px;
  background: #FFC72C;
  border: none;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  min-width: 0;
  margin-right: 4px;
  margin-bottom: 4px;
}
.main-top-box.section-payment-methods .btn.button-pay:hover {
  color: #000;
  background: #ffe08b;
}
.main-top-box.section-payment-methods .h3-title,
.main-top-box.section-payment-methods .h2-title {
  max-width: 10em;
}
.main-top-box.section-payment-methods p {
  margin-bottom: 12px;
}
.main-top-box.section-payment-methods .photo-inner-wrap {
  max-width: 896px;
  max-width: 56rem;
}
.main-top-box.section-payment-methods .btn.button-large {
  margin-top: 12px;
}
.main-top-box.section-photos .photo-inner-wrap {
  max-width: 892.8px;
  max-width: 55.8rem;
}
.main-top-box.section-photos .items-wrap {
  margin: 0 -14.4px;
  margin: 0 -0.9rem;
}
.main-top-box.section-photos .item-wrap {
  padding: 0 14.4px;
  padding: 0 0.9rem;
  margin: 0;
  width: 50%;
}
.main-top-box.section-photos .item-wrap.wrap-main {
  width: 100%;
}
.main-top-box.section-photos .item-wrap.wrap-main .elm-photo {
  border-radius: 0;
}
.main-top-box.section-photos .elm-photo {
  border-radius: 3.5rem;
  width: 100%;
  max-width: inherit;
}
.main-top-box.section-photos .h2-title,
.main-top-box.section-photos .h3-title {
  margin-bottom: 12px;
}
.main-top-box.section-photos ul,
.main-top-box.section-photos p {
  margin-bottom: 12px;
}
.main-top-box .text-red {
  color: #d10000;
}
.main-top-box .text-medium {
  font-weight: 500;
}
.main-top-box .h1-title + .h1-title,
.main-top-box .h2-title + .h1-title,
.main-top-box .h3-title + .h1-title,
.main-top-box .h1-title + .h2-title,
.main-top-box .h2-title + .h2-title,
.main-top-box .h3-title + .h2-title,
.main-top-box .h1-title + .h3-title,
.main-top-box .h2-title + .h3-title,
.main-top-box .h3-title + .h3-title {
  margin-top: 0;
}
.main-top-box .h1-title .elm-ico,
.main-top-box .h2-title .elm-ico,
.main-top-box .h3-title .elm-ico {
  width: 1.76em;
  height: 1.76em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.3em 0 0;
}
.main-more-wrap {
  text-align: center;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 51.2px 0 0 0;
  margin: 3.2rem 0 0 0;
}
.bg-gradient-after {
  position: relative;
}
.bg-gradient-after:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: radial-gradient(210.33% 70.66% at 50% 50.07%, rgba(0, 95, 251, 0.2) 0%, rgba(6, 55, 165, 0) 100%);
}
.bg-dark {
  background-color: #151516;
  color: #fff;
}
.bg-dark .main-title-wrap,
.bg-dark .title-wrap {
  color: #fff;
}
.bg-dark .main-title-wrap .h1-title,
.bg-dark .title-wrap .h1-title,
.bg-dark .main-title-wrap .h2-title,
.bg-dark .title-wrap .h2-title,
.bg-dark .main-title-wrap .h3-title,
.bg-dark .title-wrap .h3-title,
.bg-dark .main-title-wrap .h4-title,
.bg-dark .title-wrap .h4-title,
.bg-dark .main-title-wrap .h5-title,
.bg-dark .title-wrap .h5-title,
.bg-dark .main-title-wrap .h6-title,
.bg-dark .title-wrap .h6-title,
.bg-dark .main-title-wrap .main-title,
.bg-dark .title-wrap .main-title,
.bg-dark .main-title-wrap .page-subtitle,
.bg-dark .title-wrap .page-subtitle,
.bg-dark .main-title-wrap h1,
.bg-dark .title-wrap h1,
.bg-dark .main-title-wrap h2,
.bg-dark .title-wrap h2,
.bg-dark .main-title-wrap h3,
.bg-dark .title-wrap h3,
.bg-dark .main-title-wrap h4,
.bg-dark .title-wrap h4,
.bg-dark .main-title-wrap h5,
.bg-dark .title-wrap h5,
.bg-dark .main-title-wrap h6,
.bg-dark .title-wrap h6 {
  color: inherit;
}
.bg-dark .info-inner-wrap .btn:not(:hover) {
  background-color: #DDE5ED;
  border-color: #DDE5ED;
  color: var(--clr-base-dark);
}
.bg-dark .main-buttons-wrap .btn-action-more {
  color: #fff;
}
.bg-dark .main-buttons-wrap .btn-action-more:before {
  filter: brightness(0) invert(1);
}
.section-bg-blue-gradient {
  background: linear-gradient(90deg, #001E3C 1.04%, #00376E 47.7%, #001E3C 98.08%);
  color: #fff;
}
.section-bg-blue-gradient * {
  color: #fff;
}
@media (max-width: 1199px) {
  .section-coins-box .item-wrap {
    width: 25%;
  }
  .section-crypto-tiles-box .item-wrap {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .main-section-plan-box.section-three-cols .item-wrap {
    width: 200px;
  }
  .main-section-plan-box.section-three-cols table .col02,
  .main-section-plan-box.section-three-cols table .col03,
  .main-section-plan-box.section-three-cols table .col04 {
    width: 186px;
  }
  .main-section-plan-box.section-three-cols .item-tile-plan .tile-title-sticker {
    top: 15px;
    right: 5px;
  }
  .main-section-plan-box.section-three-cols .item-tile-plan .tile-title,
  .main-section-plan-box.section-three-cols .item-tile-plan .tile-title.title-small {
    font-size: 15px;
    line-height: 24px;
  }
  .help-menu-box .btn-menu {
    font-size: 14px;
  }
  .section-coins-box .item-wrap {
    width: 33.33%;
  }
  .section-crypto-tiles-box .item-wrap {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .main-section-plan-box.section-three-cols table th:nth-child(4),
  .main-section-plan-box.section-three-cols table td:nth-child(4) {
    font-weight: bold;
  }
  .main-section-plan-box.section-three-cols:not(.ind-active) table th:nth-child(4),
  .main-section-plan-box.section-three-cols:not(.ind-active) table td:nth-child(4) {
    display: none;
  }
  .main-section-plan-box.section-three-cols.ind-active table th:nth-child(2),
  .main-section-plan-box.section-three-cols.ind-active table td:nth-child(2) {
    display: none;
  }
  .main-section-plan-box.section-three-cols table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0;
  }
  .main-section-plan-box.section-three-cols table .col2,
  .main-section-plan-box.section-three-cols table .col3,
  .main-section-plan-box.section-three-cols table .col4 {
    width: auto;
  }
  .main-section-plan-box.section-three-cols table .col01 {
    width: 200px;
  }
  .main-section-plan-box.section-three-cols table th,
  .main-section-plan-box.section-three-cols table td {
    width: 100%;
    min-width: 0;
  }
  .main-section-plan-box.section-three-cols .item-wrap {
    width: 100%;
  }
  .main-section-plan-box:not(.ind-active) .wrap-ind {
    display: none;
  }
  .main-section-plan-box:not(.standart-active) .wrap-standart {
    /* display: none; */
  }
  .section-tarif-info-box .items-inner-wrap {
    padding: 15px;
    width: 50rem;
  }
  .section-tarif-info-box .items-wrap {
    margin: 0 -5px -10px -5px;
  }
  .section-tarif-info-box .item-wrap {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .section-terms-box .item-wrap {
    width: 50%;
  }
}
@media (max-width: 639px) {
  .help-menu-box .menu {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .help-menu-box .menu li {
    width: 33.33%;
    -ms-flex: 1;
        flex: 1;
    min-width: 149px;
  }
  .main-top-box .info-text-wrap {
    min-height: 0;
  }
  .main-top-box .title-wrap.max-560 {
    margin-left: auto;
    margin-right: auto;
  }
  .main-top-box.photo-full .photo-inner-wrap {
    width: 50rem;
    max-width: 100%;
  }
  .section-commited-box .item-wrap,
  .section-ag-tiles-box .item-wrap,
  .section-data-tiles-box .item-wrap {
    width: 50%;
  }
  .section-price-icons-box .inner-wrap {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .section-price-icons-box .info-inner-wrap {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    padding: 0;
    margin-bottom: 30px;
    text-align: center;
    -ms-flex-order: 1;
        order: 1;
  }
  .section-price-icons-box .items-inner-wrap {
    width: 100%;
    padding: 0;
    -ms-flex-order: 2;
        order: 2;
    margin-top: 10rem;
  }
  .section-tarif-info-box {
    text-align: center;
  }
  .section-tarif-info-box .inner-wrap {
    display: block;
  }
  .section-tarif-info-box .items-inner-wrap {
    margin: 0 auto;
    max-width: 100%;
  }
  .section-tarif-info-box .info-inner-wrap {
    padding: 0;
    margin-bottom: 30px;
  }
  .section-coins-box .item-wrap {
    width: 50%;
  }
  .section-crypto-tiles-box .item-wrap {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .main-section-plan-box.section-three-cols table .col01 {
    width: 100px;
  }
  .section-tarif-info-box .item-wrap {
    width: 100%;
  }
  .section-coins-box .item-wrap {
    width: 100%;
  }
  .section-crypto-tiles-box .item-wrap {
    width: 100%;
  }
  .section-terms-box .item-wrap {
    width: 100%;
  }
}
@media (min-width: 640px) {
  .main-top-box.section-reverse .inner-wrap {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .main-top-box.section-reverse .info-inner-wrap {
    padding-right: 0 !important;
    padding-left: 6.4rem;
  }
  .main-top-box.section-iban-interest .h3-title,
  .main-top-box.section-photos .h3-title,
  .main-top-box.section-payment-methods .h3-title,
  .main-top-box.section-iban-interest .h2-title,
  .main-top-box.section-photos .h2-title,
  .main-top-box.section-payment-methods .h2-title {
    margin-left: 0;
  }
  .main-top-box.section-iban-interest .info-inner-wrap,
  .main-top-box.section-photos .info-inner-wrap,
  .main-top-box.section-payment-methods .info-inner-wrap {
    padding-right: 4rem;
  }
  .main-top-box.section-payment-methods .info-inner-wrap {
    padding-right: 0;
  }
  .main-top-box.section-payment-methods .photo-inner-wrap .elm-photo {
    max-width: 56rem;
    margin: 0;
  }
  .main-top-box.section-photos .info-inner-wrap {
    max-width: calc(100% - 55.5rem);
  }
  .main-top-box.section-photos .photo-inner-wrap {
    width: 50%;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .main-top-box.section-photos .photo-inner-wrap {
    max-width: 45rem;
  }
  .main-top-box.section-photos .info-inner-wrap {
    max-width: calc(100% - 45rem);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .main-top-box.photo-full .photo-inner-wrap {
    width: 45rem;
  }
  .main-top-box.photo-full .info-inner-wrap {
    max-width: calc(100% - 45rem);
  }
  .main-top-box.section-payment-methods .info-inner-wrap {
    max-width: calc(100% - 40rem);
  }
  .main-top-box.section-payment-methods .photo-inner-wrap {
    width: 50%;
    max-width: 40rem;
  }
}
@media (min-width: 1024px) {
  .main-top-box.screen-small.photo-full .info-inner-wrap {
    padding-right: 4rem;
  }
  .main-top-box.screen-small .info-inner-wrap {
    padding-right: 0;
    max-width: calc(100% - 48%);
  }
  .main-top-box.screen-small .photo-inner-wrap {
    width: 48%;
  }
  .main-top-box.screen-small .photo-inner-wrap .elm-screen-main {
    max-width: 28rem;
    margin: 0 auto;
  }
  .main-top-box.section-iban-interest .btn,
  .main-top-box.section-photos .btn,
  .main-top-box.section-payment-methods .btn {
    height: 48px;
    min-width: 220px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 12px;
  }
  .main-top-box.section-payment-methods .inner-wrap {
    min-height: 72rem;
  }
  .main-top-box.section-payment-methods .photo-inner-wrap {
    width: 56rem;
  }
  .main-top-box.section-payment-methods .btn.button-large {
    height: 56px;
    border-radius: 16px;
    font-size: 18px;
  }
  .main-top-box.section-iban-interest .photo-inner-wrap {
    width: 56rem;
    max-width: 100%;
  }
  .main-top-box.section-iban-interest .photo-inner-wrap .elm-photo {
    max-width: 56rem;
  }
  .main-top-box.section-iban-interest .info-inner-wrap {
    max-width: calc(100% - 56rem);
  }
  .section-crypto-tiles-box .main-more-wrap .btn {
    height: 56px;
    border-radius: 16px;
    font-size: 18px;
  }
  .main-more-wrap .btn {
    height: 48px;
    min-width: 220px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1139px) {
  .main-top-box.section-payment-methods .info-inner-wrap {
    max-width: calc(100% - 45rem);
  }
  .main-top-box.section-payment-methods .photo-inner-wrap {
    width: 45rem;
    max-width: 45rem;
  }
}
@media (min-width: 1400px) {
  .section-crypto-tiles-box .items-outer-wrap {
    margin: 0 -50px;
  }
  .main-top-box.section-photos .inner-wrap {
    padding-left: calc(var(--paddingContainer) + 4rem);
    padding-right: calc(var(--paddingContainer) + 2rem);
  }
  .main-top-box.section-iban-interest .photo-inner-wrap {
    width: 62rem;
  }
  .main-top-box.section-iban-interest .info-inner-wrap {
    max-width: calc(100% - 62rem);
  }
  .main-top-box.section-payment-methods .photo-inner-wrap {
    width: 62rem;
    max-width: 62rem;
  }
  .main-top-box.section-payment-methods .info-inner-wrap {
    max-width: calc(100% - 62rem);
  }
}
/* end content styles */

/* 

:root {
    --clr-base: #303031;
    --clr-base-dark: #000;
    --clr-title: #121214;
    --clr-att: #2169fc;
    --clr-att-second: #0029ff;
    --clr-light: #e4e4e;
    --main-padding: 12.8rem;
    --second-padding: 6.4rem;
    --main-radius: 1.6rem;
    --main-shadow: 3px 5px 24px rgba(45, 47, 64, .08);
    --main-shadow-hover: 4px 12px 24px rgba(0, 0, 0, .24), 0.5px 0.5px 0px rgba(0, 0, 0, .5);
    --min: 320px;
    --max: 1300px;
    --paddingContainer: 15px;
    font-size: 10px
}


*/
/* common classes */
:root {
  --medium-padding: 128px;
  --medium-padding: 8rem;
}
.section-1320 {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.btn.button-vlarge {
  height: 105.6px;
  height: 6.6rem;
  border-radius: 1.5rem;
  min-width: 505.6px;
  min-width: 31.6rem;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-24 {
  margin-bottom: 38.4px !important;
  margin-bottom: 2.4rem !important;
}
.mb-32 {
  margin-bottom: 51.2px !important;
  margin-bottom: 3.2rem !important;
}
.mb-48 {
  margin-bottom: 76.8px !important;
  margin-bottom: 4.8rem !important;
}
.mb-44 {
  margin-bottom: 70.4px !important;
  margin-bottom: 4.4rem !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-24 {
  margin-top: 38.4px !important;
  margin-top: 2.4rem !important;
}
.mt-32 {
  margin-top: 51.2px !important;
  margin-top: 3.2rem !important;
}
.mt-48 {
  margin-top: 76.8px !important;
  margin-top: 4.8rem !important;
}
.mt-44 {
  margin-top: 70.4px !important;
  margin-top: 4.4rem !important;
}
.mt-60 {
  margin-top: 96px !important;
  margin-top: 6rem !important;
}
.text-dark {
  color: var(--clr-base-dark);
}
.lh-15 {
  line-height: 1.5;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-mainPadding {
  padding-bottom: var(--main-padding) !important;
}
.pt-mainPadding {
  padding-top: var(--main-padding) !important;
}
.pb-secondPadding {
  padding-bottom: var(--second-padding) !important;
}
.pt-secondPadding {
  padding-top: var(--second-padding) !important;
}
.pb-mediumPadding {
  padding-bottom: var(--medium-padding) !important;
}
.pt-mediumPadding {
  padding-top: var(--medium-padding) !important;
}
.w-400 {
  font-weight: 400 !important;
}
.w-700 {
  font-weight: bold !important;
}
.w-600 {
  font-weight: 600 !important;
}
.w-500 {
  font-weight: 500 !important;
}
.max-560 {
  max-width: 23.33333333em;
}
/* end common classes */
/* header styles */
.wrap-1184 {
  max-width: 1184px !important;
  margin-left: auto;
  margin-right: auto;
}
.wrap-1117 {
  max-width: 1117px !important;
  margin-left: auto;
  margin-right: auto;
}
.inner-wrap.wrap-1184 {
  max-width: calc(1184px + var(--paddingContainer) + var(--paddingContainer)) !important;
}
.inner-wrap.wrap-1117 {
  max-width: calc(1117px + var(--paddingContainer) + var(--paddingContainer)) !important;
}
.button-page-chat {
  z-index: 110;
  position: fixed;
  bottom: 54px;
  right: 28px;
  display: block;
  width: 60px;
  height: 60px;
  overflow: visible;
  outline: none;
}
.button-page-chat:before {
  content: "";
  display: block;
  position: absolute;
  overflow: visible;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  background: url(../img/wa.webp) center no-repeat;
  background-size: 100% auto;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
  outline: none;
}
.header.header-new .inner-wrap {
  max-width: 1340px;
}
.header.header-new .logo-wrap {
  width: 137px;
  
    @media (max-width: 479px) {
  		width: 100px;
    }
}
.header.header-new .action-wrap .btn {
  padding: 0 20px;
  height: 40px;
  border-radius: 8px;
  font-size: 18px;
}
.header.header-new .popup-menu-wrap .menu {
  -ms-flex-pack: center;
      justify-content: center;
  position: static;
}
.header.header-new .popup-menu-wrap .menu > li .btn-submenu {
  padding-right: 40px;
}
.header.header-new .popup-menu-wrap .menu > li .btn-submenu.submenu-active {
  padding-right: 40px;
  background: #C9CBCE;
  color: #000;
}
.header.header-new .popup-menu-wrap .menu > li .btn-submenu.submenu-active:after {
  transform: rotate(180deg);
}
.header.header-new .popup-menu-wrap .menu > li .btn-submenu:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(/templates/en/img-v2/img/icons/arrow-menu.svg) center no-repeat;
  filter: brightness(0) grayscale(1);
  background-size: 100% auto;
  top: 50%;
  right: 20px;
  margin: -12px -12px 0 0;
  transition: all ease 0.2s;
}
.header.header-new .popup-menu-wrap .menu li {
  position: static;
}
.popup-menu-wrap .menu-inner-wrap {
  margin: 0 auto;
  max-width: 1138px;
  display: -ms-flexbox;
  display: flex;
}
.popup-menu-wrap .menu-wrap {
  padding: 51.2px 51.2px 35.2px 51.2px;
  padding: 3.2rem 3.2rem 2.2rem 3.2rem;
  width: 27.6%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  transition: all ease 0.2s;
}
.popup-menu-wrap .menu-wrap:hover {
  background: #F8F8F8;
}
.popup-menu-wrap .menu-wrap.menu-att {
  background-color: #f8f8f8;
}
.popup-menu-wrap .menu-wrap.menu-att:hover {
  background-color: #fbfbfb;
}
.popup-menu-wrap .menu-main {
  width: 44.8%;
}
.popup-menu-wrap .menu-main .submenu {
  columns: 2;
  column-gap: 20px;
}
.popup-menu-wrap .menu-main .submenu li {
  break-inside: avoid-column;
}
.popup-menu-wrap .btn-submenu.submenu-active ~ .submenu-inner-wrap {
  display: block;
}
.popup-menu-wrap .submenu-inner-wrap {
  animation: fadein ease 0.2s;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100dvw;
  margin-left: -50dvw;
  z-index: 100;
  background: #fff;
}
.popup-menu-wrap .submenu-inner-wrap .submenu {
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.popup-menu-wrap .submenu-inner-wrap .submenu li {
  margin: 0;
  padding: 0;
}
.popup-menu-wrap .submenu-inner-wrap .submenu li:before {
  display: none;
}
.popup-menu-wrap .submenu-inner-wrap .submenu a {
  display: block;
  padding: 9px 0;
  color: #575759;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.32px;
  white-space: normal;
  height: auto;
}
.popup-menu-wrap .submenu-inner-wrap .submenu a:hover,
.popup-menu-wrap .submenu-inner-wrap .submenu a.active {
  color: #0029FF;
  text-decoration: underline;
}
.popup-menu-wrap .menu-title {
  display: block;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #000;
  letter-spacing: -0.48px;
  margin-bottom: 14px;
}
.popup-menu-wrap .menu-title a:not(:hover) {
  color: inherit;
}
.popup-menu-wrap .actions-wrap {
  display: none;
}
.popup-menu-wrap .btn-popup-close {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  display: none;
}
@media (max-width: 1023px) {
  .header.header-new .action-wrap {
    display: none;
  }
  .header.header-new .action-wrap.popup-lang-wrap {
    display: block;
  }
  .header.header-new .popup-menu-wrap .js-btn-toggle.active + .js-popup-block {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header.header-new .popup-menu-wrap .popup-content-block {
    display: none;
    -ms-flex-direction: column;
        flex-direction: column;
    position: fixed;
    height: 100dvh;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    background: #fff;
    width: 100%;
    padding: 0;
    box-shadow: none;
  }
  .header.header-new .popup-menu-wrap .menu {
    max-width: 100%;
    width: 100%;
    -ms-flex: 1;
        flex: 1;
    padding: 15px 0;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .header.header-new .popup-menu-wrap .menu::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .header.header-new .popup-menu-wrap .menu > li .btn-submenu:after {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: -2px 0 0 5px;
    display: inline-block;
    vertical-align: middle;
  }
  .header.header-new .popup-menu-wrap .menu > li .btn-submenu {
    padding-right: 10px;
  }
  .header.header-new .popup-menu-wrap .menu > li .btn-submenu.submenu-active {
    padding-right: 10px;
  }
  .popup-menu-wrap .submenu-inner-wrap {
    position: static;
    width: 100%;
    margin: 0;
    background: none;
    padding: 0;
    text-align: left;
  }
  .popup-menu-wrap .menu a {
    white-space: normal;
    height: auto;
    line-height: 1.1;
    padding: 10px 10px;
  }
  .popup-menu-wrap .actions-wrap {
    display: block;
    padding-top: 15px;
    border-top: 1px solid #e0e0e0;
    margin: 0;
    width: 100%;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .popup-menu-wrap .actions-wrap .action-wrap {
    display: block;
    padding: 0 10px 20px 10px;
    margin: 0 0 10px 0;
  }
  .popup-menu-wrap .actions-wrap .action-wrap:last-child {
    margin-bottom: 0;
  }
  .popup-menu-wrap .actions-wrap .action-wrap .btn,
  .popup-menu-wrap .actions-wrap .action-wrap a {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    font-size: 14px;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 5px;
  }
  .popup-menu-wrap .btn-popup-close {
    display: block;
  }
}
@media (max-width: 767px) {
  .popup-menu-wrap .menu-title {
    font-size: 16px;
  }
  .popup-menu-wrap .submenu-inner-wrap .submenu a {
    font-size: 14px;
    padding: 5px 0;
  }
}
@media (max-width: 639px) {
  .popup-menu-wrap .menu-inner-wrap {
    display: block;
  }
  .popup-menu-wrap .menu-wrap {
    width: 100%;
  }
  .popup-menu-wrap .menu-wrap .submenu {
    columns: 3;
    column-gap: 20px;
  }
    
  	.button-page-chat {
        right: 10px !important;
        bottom: 110px !important;
        
        width: 55px !important;
        height: 55px !important;
	}  
    
  	.button-page-chat--tg {
        right: 13px !important;
        bottom: 195px !important;
        
        width: 43px !important;
        height: 43px !important;
	}  
}
@media (max-width: 479px) {
  .popup-menu-wrap .menu-wrap .submenu {
    columns: 2;
    column-gap: 10px;
  }
}
@media (min-width: 1024px) {
  .header.header-new .popup-menu-wrap .menu > li > a {
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    border-radius: 8px;
    transition: all ease 0.2s;
  }
  .popup-menu-wrap .submenu-inner-wrap {
    box-shadow: 0px 30px 24px 0px rgba(0, 0, 0, 0.25);
  }
}
/* end header styles */
/* items styles 1111 */
.item-tile-plan.tile-second {
  padding: 12px 38.4px;
  padding: 12px 2.4rem;
}
.item-tile-plan.tile-second .tile-title-wrap:last-child {
  margin-bottom: 0;
}
.item-tile-plan.tile-second .tile-title {
  padding-top: 0;
  font-weight: 500;
}
.item-tile-plan.tile-second .tile-subtitle {
  padding-top: 0;
  margin-top: 10px;
  font-weight: 400;
}
.item-tile-plan.tile-second .tile-subtitle:last-child {
  margin-bottom: 0;
}
.item-tile-plan .tile-price-att {
  display: inline;
  color: #6EEDFF;
  font-weight: bold;
  font-size: 1.5em;
}
.item-tile-btc-icon-info {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.4;
  color: #303031;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.item-tile-btc-icon-info .tile-ico {
  width: 88px;
  width: 5.5rem;
  height: 83.2px;
  height: 5.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-btc-icon-info .tile-info-wrap {
  padding-left: 38.4px;
  padding-left: 2.4rem;
}
.item-tile-btc-icon-info .tile-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 83.2px;
  min-height: 5.2rem;
  font-size: 51.2px;
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: -0.64px;
  color: var(--clr-base-dark);
  margin-bottom: 8px;
}
.item-tile-commited-info {
  text-align: center;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 400;
  color: var(--clr-base-dark);
  max-width: 13.125em;
  margin: 0 auto;
}
.item-tile-commited-info .tile-ico {
  margin: 0 auto 9px auto;
  height: 100.8px;
  height: 6.3rem;
  width: 100%;
}
.item-tile-commited-info .tile-title {
  font-weight: bold;
  line-height: 1.17;
  margin: 0 0 8px 0;
  color: #1D1D1F;
}
.item-tile-data-info {
  display: block;
  position: relative;
  min-height: 100%;
  border-radius: 2.4rem;
  background: #DDE5ED;
  padding: 51.2px 38.4px;
  padding: 3.2rem 2.4rem;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.4;
  color: #151516;
}
.item-tile-data-info.tile-center {
  text-align: center;
  background-color: #F0F2F6;
  padding: 76.8px 51.2px;
  padding: 4.8rem 3.2rem;
}
.item-tile-data-info.tile-center .tile-ico {
  height: 83.2px;
  height: 5.2rem;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
.item-tile-data-info .tile-title {
  font-size: 1.2em;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.item-tile-data-info .tile-ico {
  width: 128px;
  width: 8rem;
  height: 128px;
  height: 8rem;
  margin-bottom: 38.4px;
  margin-bottom: 2.4rem;
}
.item-tile-ag-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  overflow: hidden;
  min-height: 10%;
  border-radius: 2.4rem;
  background: #F0F2F6;
  padding: 51.2px 38.4px;
  padding: 3.2rem 2.4rem;
  min-height: 100%;
}
.item-tile-ag-info .tile-title {
  display: block;
  width: 100%;
  -ms-flex: 1;
      flex: 1;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.375;
  font-weight: bold;
  margin-bottom: 51.2px;
  margin-bottom: 3.2rem;
  color: #151516;
}
.item-tile-ag-info .tile-photo {
  border-radius: 2rem;
  aspect-ratio: 257/193;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.elm-zero {
  width: 281.6px;
  width: 17.6rem;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  z-index: 2;
  background: url(../img/icons/star.svg) center / 100% auto no-repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  padding: 0 22.4px;
  padding: 0 1.4rem;
  font-size: 70.4px;
  font-size: 4.4rem;
  font-weight: bold;
  color: var(--clr-base-dark);
  transform: rotate(10deg);
  line-height: 1;
}
.item-tile-price-icon-info {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--clr-base-dark);
  text-align: center;
}
.item-tile-price-icon-info .tile-ico {
  width: 153.6px;
  width: 9.6rem;
  height: 153.6px;
  height: 9.6rem;
  border-radius: 50%;
  background: #3176DE;
  margin: 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-price-icon-info .tile-ico img,
.item-tile-price-icon-info .tile-ico svg {
  width: 66.66%;
  filter: brightness(0) invert(1);
}
.item-tile-price-icon-info .tile-title {
  display: block;
  margin: 12px 0 0 0;
}
.item-tile-tarif-icon-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 100%;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.16666667;
  font-weight: bold;
  text-align: left;
  padding: 24px 16px 24px 25.6px;
  padding: 24px 1rem 24px 1.6rem;
  border-radius: 12px;
  border: 1px solid #DDDFE3;
  background: #fff;
}
.item-tile-tarif-icon-info .tile-title {
  display: block;
  padding-left: 25.6px;
  padding-left: 1.6rem;
}
.item-tile-tarif-icon-info .tile-ico {
  width: 89.6px;
  width: 5.6rem;
  height: 89.6px;
  height: 5.6rem;
  border-radius: 50%;
  background: #3176DE;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-tarif-icon-info .tile-ico img,
.item-tile-tarif-icon-info .tile-ico svg {
  filter: brightness(0) invert(1);
  max-width: 67%;
}
.item-tile-crypto-info {
  display: block;
  position: relative;
  min-height: 100%;
  padding: 51.2px 38.4px;
  padding: 3.2rem 2.4rem;
  text-align: center;
  border-radius: 2.4rem;
  background: #F3F5F8;
  color: #000;
}
.item-tile-crypto-info:hover {
  color: #000;
}
.item-tile-crypto-info .tile-ico {
  width: 153.6px;
  width: 9.6rem;
  height: 153.6px;
  height: 9.6rem;
  border-radius: 50%;
  background: #2169FC;
  margin: 0 auto 51.2px auto;
  margin: 0 auto 3.2rem auto;
}
.item-tile-crypto-info .tile-title {
  display: block;
  margin: 0;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.item-tile-crypto-info .tile-title a:not(:hover) {
  color: inherit;
}
.item-tile-term-inner {
  display: block;
  min-height: 100%;
  border-radius: 16px;
  background: #303031;
  padding: 38.4px;
  padding: 2.4rem;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  overflow: hidden;
}
.item-tile-term-inner .tile-title {
  display: block;
  font-size: 1.2em;
  line-height: 1.33333333;
  color: #fff;
  margin: 0 0 11px 0;
  font-weight: bold;
}
.item-tile-term-inner .tile-ico {
  width: 48px;
  height: 48px;
  margin-bottom: 38.4px;
  margin-bottom: 2.4rem;
}
.item-tile-coin-select {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  letter-spacing: -0.32px;
  text-align: left;
  border-radius: 16px;
  background: #fff;
  padding: 38.4px 16px;
  padding: 2.4rem 16px;
}
.item-tile-coin-select .tile-title-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 38.4px;
  margin-bottom: 2.4rem;
}
.item-tile-coin-select .tile-title-wrap a:not(:hover) {
  color: inherit;
}
.item-tile-coin-select .tile-title {
  display: block;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: -0.4px;
}
.item-tile-coin-select .tile-subtitle {
  display: block;
  margin-top: 4px;
  color: #575759;
  letter-spacing: -0.32px;
}
.item-tile-coin-select .tile-ico {
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
}
.item-tile-coin-select .tile-title-inner {
  -ms-flex: 1;
      flex: 1;
  padding: 0 0 0 12px;
}
.tile-select-dropdown-wrap {
  display: block;
  position: relative;
  border: 1px solid #DDDFE3;
  line-height: 1;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}
.tile-select-dropdown-wrap .tile-content-block {
  display: none;
  padding: 4px 0;
  position: relative;
}
.tile-select-dropdown-wrap .tile-content-block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 12px;
  right: 12px;
  height: 1px;
  background: #DDDFE3;
}
.tile-select-dropdown-wrap .tile-button-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 4px 12px;
  line-height: 20px;
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #000;
  cursor: pointer;
}
.tile-select-dropdown-wrap .tile-button-menu:hover {
  color: #000;
}
.tile-select-dropdown-wrap .tile-button-title {
  -ms-flex: 1;
      flex: 1;
  padding: 0 10px 0 0;
}
.tile-select-dropdown-wrap .tile-button-info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bold;
}
.tile-select-dropdown-wrap .tile-button-select {
  display: block;
  line-height: 48px;
  height: 48px;
  width: 100%;
  padding: 0 30px 0 12px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  color: #000;
  cursor: pointer;
}
.tile-select-dropdown-wrap .tile-button-select:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(/templates/en/img-v2/img/icons/arrow-menu.svg) center no-repeat;
  background-size: 20px auto;
  top: 50%;
  right: 20px;
  margin: -12px -12px 0 0;
  opacity: 0.5;
  transition: all ease 0.2s;
}
.tile-select-dropdown-wrap .tile-button-select.active:before {
  transform: rotate(180deg);
}
.tile-select-dropdown-wrap .tile-info-att {
  color: #00BB31;
}
.tile-select-dropdown-wrap .menu {
  margin: 0;
}
.tile-select-dropdown-wrap .menu li {
  margin: 0;
  padding: 0;
}
.tile-select-dropdown-wrap .menu li:before {
  display: none;
}
.list-marker li {
  padding-left: 1.33333333em;
  position: relative;
}
.list-marker li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  top: 0.75em;
  left: 0.66666667em;
  margin-top: -2px;
  margin-left: -2px;
}
@media (max-width: 1199px) {
  .item-tile-term-inner {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .item-tile-data-info {
    padding: 2.4rem 15px;
  }
  .item-tile-data-info.tile-center {
    padding: 2.4rem 15px;
  }
  .item-tile-ag-info {
    padding: 2.4rem 0;
  }
  .item-tile-ag-info .tile-title {
    font-size: 2rem;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .item-tile-ag-info .tile-photo {
    width: calc(100% - 0px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 639px) {
  .item-tile-btc-icon-info {
    display: block;
    text-align: center;
    padding-bottom: 10px;
  }
  .item-tile-btc-icon-info .tile-ico {
    margin: 0 auto 12px auto;
  }
  .item-tile-btc-icon-info .tile-info-wrap {
    padding-left: 0;
    text-align: center;
  }
  .item-tile-btc-icon-info .tile-title {
    text-align: center;
    display: block;
    min-height: 0;
  }
}
/* end items styles */
/* content styles 2222 */
.main-questions-box.bg-dark {
  color: #fff;
}
.main-questions-box.bg-dark .item-tile-question {
  color: #fff;
}
.main-questions-box.bg-dark .item-tile-question .btn-popup {
  color: #fff;
}
.main-questions-box.bg-dark .item-tile-question .btn-popup:before {
  filter: brightness(0) invert(1);
}
.main-apps-info-box.bg-dark .box-inner-wrap {
  background-color: #313133;
}
.main-apps-info-box.bg-dark .action-title {
  color: #fff;
}
.main-apps-info-box.bg-dark .action-qr:before,
.main-apps-info-box.bg-dark .action-qr:after {
  background-color: #DDDFE3;
}
.main-apps-info-box.bg-dark .btn-action-qr {
  background-color: transparent;
}
.main-apps-info-box.bg-dark .btn-action-more {
  text-align: left;
}
.help-menu-box {
  background: #000 url(../img/help.jpg) center / cover no-repeat;
  text-align: center;
  margin: 0;
  width: 100%;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.help-menu-box .top-inner-wrap {
  padding-bottom: 153.6px;
  padding-bottom: 9.6rem;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.help-menu-box .bottom-inner-wrap {
  display: block;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.help-menu-box .inner-wrap {
  width: 100%;
  max-width: 100%;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 153.6px;
  padding-top: 9.6rem;
  padding-bottom: 153.6px;
  padding-bottom: 9.6rem;
}
.help-menu-box .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 -9.6px;
  margin: 0 -0.6rem;
}
.help-menu-box .menu li {
  padding: 0 9.6px;
  padding: 0 0.6rem;
  margin-bottom: 19.2px;
  margin-bottom: 1.2rem;
  width: 284.8px;
  width: 17.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.help-menu-box .btn-menu {
  display: block;
  position: relative;
  text-align: left;
  min-height: 100%;
  transition: all ease 0.2s;
  border-radius: 12px;
  background: #F3F5F8;
  padding: 32px;
  padding: 2rem;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: bold;
  color: var(--clr-base-dark);
  letter-spacing: -0.32px;
}
.help-menu-box .btn-menu:hover {
  color: var(--clr-att);
}
.help-menu-box .btn-menu .button-ico {
  width: 76.8px;
  width: 4.8rem;
  height: 76.8px;
  height: 4.8rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  border-radius: 50%;
  background: rgba(0, 71, 187, 0.1);
}
.help-menu-box .btn-menu .button-ico img,
.help-menu-box .btn-menu .button-ico svg {
  max-width: 100%;
  max-height: 100%;
}
.help-menu-box .info-title {
  display: block;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
}
.help-menu-box .main-actions-qr-wrap {
  -ms-flex-pack: center;
      justify-content: center;
}
.help-menu-box .main-actions-qr-wrap .btn-action-more {
  color: #fff;
}
.help-menu-box .main-actions-qr-wrap .btn-action-more:before {
  filter: brightness(0) invert(1);
}
.main-section-plan-box.section-three-cols .item-wrap {
  width: 230px;
}
.main-section-plan-box.section-three-cols .item-tile-plan .tile-action-wrap .btn {
  width: 100%;
  padding: 0 15px;
  min-width: 0;
}
.main-section-plan-box.section-three-cols .item-tile-plan .tile-title.title-small {
  font-size: 1.5em;
}
.main-section-plan-box.section-three-cols .item-tile-plan .tile-price {
  font-size: 44.8px;
  font-size: 2.8rem;
  margin-top: 70.4px;
  margin-top: 4.4rem;
}
.main-section-plan-box.section-three-cols .item-tile-plan .tile-price .price-unit {
  font-size: 0.64285714em;
}
.main-section-plan-box.section-three-cols .item-tile-plan .tile-price .title-gradient {
  font-size: 1em;
}
.main-section-plan-box.section-three-cols .item-tile-plan .tile-action-wrap {
  margin-top: 10px;
}
.main-section-plan-box.section-three-cols table {
  border-spacing: 16px 0;
  border-collapse: separate;
  table-layout: fixed;
  width: calc(100% + 16px);
  margin-left: -8px;
}
.main-section-plan-box.section-three-cols table .col02,
.main-section-plan-box.section-three-cols table .col03,
.main-section-plan-box.section-three-cols table .col04 {
  width: 214px;
}
.main-section-plan-box.section-three-cols table th,
.main-section-plan-box.section-three-cols table td,
.main-section-plan-box.section-three-cols table th:last-child,
.main-section-plan-box.section-three-cols table td:last-child {
  background: none;
  padding: 25.6px;
  padding: 1.6rem;
  height: 51.2px;
  height: 3.2rem;
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 1.33333333;
  width: auto;
  min-width: 0;
}
.main-section-plan-box.section-three-cols table th:first-child,
.main-section-plan-box.section-three-cols table td:first-child {
  width: auto;
  min-width: 0;
}
.main-section-plan-box.section-three-cols table .btn {
  padding: 0 15px;
  width: 100%;
  min-width: 0;
  margin: 10px 0;
}
.main-section-plan-box table .td-att {
  background-color: #f7f8ff !important;
  font-weight: 600;
}
.main-section-plan-box .main-title-wrap > *:last-child {
  margin-bottom: 0;
}
.main-section-plan-box.bg-dark {
  color: #fff;
}
.main-section-plan-box.bg-dark .tabs-inner-wrap a {
  color: #fff;
  opacity: 0.7;
}
.main-section-plan-box.bg-dark .tabs-inner-wrap a.active,
.main-section-plan-box.bg-dark .tabs-inner-wrap a:hover {
  opacity: 1;
  color: #fff;
}
.main-section-plan-box.bg-dark .tbl-inner-wrap {
  background-color: #313133;
}
.main-section-plan-box.bg-dark .tbl-outer-wrap {
  border-color: #313133;
  background-color: #313133;
}
.main-section-plan-box.bg-dark .tbl-outer-wrap table th,
.main-section-plan-box.bg-dark .tbl-outer-wrap table td {
  color: inherit;
  border-color: #575759;
  background-color: transparent;
}
.main-section-plan-box.bg-dark .tbl-outer-wrap table tr:last-child th:last-child,
.main-section-plan-box.bg-dark .tbl-outer-wrap table tr:last-child td:last-child {
  background-color: transparent;
}
.main-section-plan-box.bg-dark .more-wrap .btn.button-border:not(:hover) {
  border-color: #fff;
  color: #fff;
}
.main-section-plan-box.bg-dark .item-tile-plan {
  background: #313133;
  border-color: #313133;
  color: inherit;
}
.main-section-plan-box.bg-dark .item-tile-plan .tile-title,
.main-section-plan-box.bg-dark .item-tile-plan .tile-subtitle {
  color: inherit;
}
.section-commited-box .items-wrap {
  margin: 0 -19.2px -112px -19.2px;
  margin: 0 -1.2rem -7rem -1.2rem;
}
.section-commited-box .item-wrap {
  padding: 0 19.2px;
  padding: 0 1.2rem;
  margin-bottom: 112px;
  margin-bottom: 7rem;
  width: 33.33%;
}
.section-commited-box .main-action-wrap {
  text-align: center;
}
.section-commited-box .main-title-wrap {
  font-weight: 400;
  color: var(--clr-base-dark);
}
.section-commited-box .btn.button-large {
  font-size: 16px;
  font-weight: 400;
  width: 512px;
  width: 32rem;
}
.section-ag-tiles-box .main-actions-qr-wrap,
.section-data-tiles-box .main-actions-qr-wrap {
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: -16px;
  margin-right: 0;
}
.section-ag-tiles-box .main-actions-qr-wrap .action-button,
.section-data-tiles-box .main-actions-qr-wrap .action-button {
  margin-right: 0;
}
.section-ag-tiles-box .items-wrap,
.section-data-tiles-box .items-wrap {
  margin: 0 -8px -16px -8px;
}
.section-ag-tiles-box .item-wrap,
.section-data-tiles-box .item-wrap {
  padding: 0 8px;
  margin-bottom: 16px;
  width: 25%;
}
.section-ag-tiles-box .main-action-wrap,
.section-data-tiles-box .main-action-wrap {
  text-align: center;
}
.section-ag-tiles-box .btn.button-large,
.section-data-tiles-box .btn.button-large {
  font-size: 16px;
  font-weight: 400;
  width: 512px;
  width: 32rem;
}
.section-info-text-box {
  text-align: center;
}
.section-info-text-box .btn.button-large {
  font-size: 16px;
  font-weight: 400;
  width: 512px;
  width: 32rem;
}
.section-info-text-box .text-body {
  font-weight: 400;
}
.section-info-text-box p {
  margin-left: auto;
  margin-right: auto;
}
.section-price-icons-box .inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.section-price-icons-box .info-inner-wrap {
  -ms-flex: 1;
      flex: 1;
  padding-left: 51.2px;
  padding-left: 3.2rem;
}
.section-price-icons-box .items-inner-wrap {
  width: 50%;
  padding: 0 51.2px 0 0;
  padding: 0 3.2rem 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section-price-icons-box .items-outer-wrap {
  background: #DDE5ED;
  border-radius: 3.2rem;
  padding: 147.2px 64px 89.6px 64px;
  padding: 9.2rem 4rem 5.6rem 4rem;
  position: relative;
}
.section-price-icons-box .items-wrap {
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 -19.2px -48px -19.2px;
  margin: 0 -1.2rem -3rem -1.2rem;
}
.section-price-icons-box .item-wrap {
  width: 192px;
  width: 12rem;
  padding: 0 19.2px;
  padding: 0 1.2rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
.section-price-icons-box .elm-zero {
  position: absolute;
  top: -160px;
  top: -10rem;
  left: 128px;
  left: 8rem;
}
.section-price-icons-box .btn.button-large {
  font-size: 16px;
  font-weight: 400;
}
.section-tarif-info-box .inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.section-tarif-info-box .info-inner-wrap {
  -ms-flex: 1;
      flex: 1;
  padding: 0 64px 0 0;
  padding: 0 4rem 0 0;
}
.section-tarif-info-box .items-inner-wrap {
  width: 896px;
  width: 56rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 3.2rem;
  padding: 88px 41.6px;
  padding: 5.5rem 2.6rem;
  background: #DDE5ED;
}
.section-tarif-info-box .items-inner-wrap.bg-clear {
  background: none;
}
.section-tarif-info-box .items-inner-wrap.bg-clear .item-tile-tarif-icon-info {
  color: #fff;
  background: linear-gradient(108deg, #111584 0%, #8178EB 100%);
}
.section-tarif-info-box .items-inner-wrap.bg-clear .item-tile-tarif-icon-info .tile-ico {
  background: #fff;
}
.section-tarif-info-box .items-inner-wrap.bg-clear .item-tile-tarif-icon-info .tile-ico img,
.section-tarif-info-box .items-inner-wrap.bg-clear .item-tile-tarif-icon-info .tile-ico svg {
  filter: none;
}
.section-tarif-info-box .items-wrap {
  margin: 0 -19.2px -48px -19.2px;
  margin: 0 -1.2rem -3rem -1.2rem;
  -ms-flex-align: center;
      align-items: center;
}
.section-tarif-info-box .item-wrap {
  padding: 0 19.2px;
  padding: 0 1.2rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  width: 50%;
}
.section-tarif-info-box .item-wrap .elm-photo {
  max-width: 190px;
  margin: 0 auto;
}
.section-tarif-info-box .btn.button-large {
  font-size: 16px;
  font-weight: 400;
}
.section-crypto-tiles-box .inner-wrap,
.section-terms-box .inner-wrap,
.section-coins-box .inner-wrap {
  padding-top: 128px;
  padding-top: 8rem;
  padding-bottom: 128px;
  padding-bottom: 8rem;
}
.section-crypto-tiles-box .main-title-wrap,
.section-terms-box .main-title-wrap,
.section-coins-box .main-title-wrap {
  margin-bottom: 51.2px;
  margin-bottom: 3.2rem;
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: 500;
}
.section-crypto-tiles-box .main-title-wrap .h3-title,
.section-terms-box .main-title-wrap .h3-title,
.section-coins-box .main-title-wrap .h3-title {
  margin-bottom: 51.2px;
  margin-bottom: 3.2rem;
}
.section-crypto-tiles-box .items-wrap {
  margin: 0 -4px -8px -4px;
}
.section-crypto-tiles-box .item-wrap {
  padding: 0 4px;
  margin-bottom: 8px;
  width: 16.66%;
}
.section-crypto-tiles-box .main-more-wrap {
  margin-top: 76.8px;
  margin-top: 4.8rem;
}
.section-crypto-tiles-box .main-title-wrap {
  margin-bottom: 76.8px;
  margin-bottom: 4.8rem;
}
.section-terms-box .main-title-wrap {
  margin-bottom: 76.8px;
  margin-bottom: 4.8rem;
}
.section-terms-box .main-title-wrap .h4-title {
  margin-bottom: 76.8px;
  margin-bottom: 4.8rem;
  line-height: 1.33333333;
}
.section-terms-box .main-buttons-wrap {
  margin-top: 76.8px;
  margin-top: 4.8rem;
}
.section-terms-box .items-wrap {
  margin: 0 -8px -16px -8px;
}
.section-terms-box .item-wrap {
  width: 25%;
  padding: 0 8px;
  margin-bottom: 16px;
}
.section-coins-box {
  color: #000;
}
.section-coins-box .main-title-wrap {
  color: #000;
}
.section-coins-box .items-wrap {
  margin: 0 -4px -8px -4px;
}
.section-coins-box .item-wrap {
  width: 16.66%;
  margin-bottom: 8px;
  padding: 0 4px;
}
.main-top-box .info-inner-wrap .items-wrap {
  margin: 0;
}
.main-top-box .info-inner-wrap .item-wrap {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  padding: 0;
  width: 100%;
}
.main-top-box .info-inner-wrap .item-wrap:last-child {
  margin-bottom: 0;
}
.main-top-box .inner-text-light {
  color: #575759;
  font-weight: 500;
}
.main-top-box .info-text-wrap {
  display: block;
  position: relative;
  border-radius: 3.2rem;
  line-height: 1.5;
  color: #fff;
  background: linear-gradient(108deg, #111584 0%, #8178EB 100%);
  padding: 76.8px;
  padding: 4.8rem;
  min-height: 896px;
  min-height: 56rem;
}
.main-top-box .info-text-wrap .h1-title,
.main-top-box .info-text-wrap .h2-title,
.main-top-box .info-text-wrap .h3-title {
  color: inherit;
  margin-bottom: 51.2px;
  margin-bottom: 3.2rem;
}
.main-top-box .info-text-wrap .inner-text-green {
  color: #C8F808;
}
.main-top-box .info-text-wrap .inner-text-green a {
  color: inherit;
}
.main-top-box .info-text-wrap .inner-text-green a:hover {
  color: #fff;
}
.main-top-box.section-iban-interest,
.main-top-box.section-photos,
.main-top-box.section-payment-methods {
  line-height: 1.5;
  color: #000;
}
.main-top-box.section-iban-interest .inner-wrap,
.main-top-box.section-photos .inner-wrap,
.main-top-box.section-payment-methods .inner-wrap {
  padding-top: 128px;
  padding-top: 8rem;
  padding-bottom: 128px;
  padding-bottom: 8rem;
}
.main-top-box.section-iban-interest .photo-inner-wrap,
.main-top-box.section-photos .photo-inner-wrap,
.main-top-box.section-payment-methods .photo-inner-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}
.main-top-box.section-iban-interest .h3-title,
.main-top-box.section-photos .h3-title,
.main-top-box.section-payment-methods .h3-title,
.main-top-box.section-iban-interest .h2-title,
.main-top-box.section-photos .h2-title,
.main-top-box.section-payment-methods .h2-title {
  max-width: 11.16071429em;
  margin-left: auto;
  margin-right: auto;
  color: inherit;
}
.main-top-box.section-iban-interest p,
.main-top-box.section-photos p,
.main-top-box.section-payment-methods p,
.main-top-box.section-iban-interest .h3-title,
.main-top-box.section-photos .h3-title,
.main-top-box.section-payment-methods .h3-title,
.main-top-box.section-iban-interest ul,
.main-top-box.section-photos ul,
.main-top-box.section-payment-methods ul,
.main-top-box.section-iban-interest .h2-title,
.main-top-box.section-photos .h2-title,
.main-top-box.section-payment-methods .h2-title,
.main-top-box.section-iban-interest h2,
.main-top-box.section-photos h2,
.main-top-box.section-payment-methods h2,
.main-top-box.section-iban-interest h3,
.main-top-box.section-photos h3,
.main-top-box.section-payment-methods h3 {
  margin-bottom: 38.4px;
  margin-bottom: 2.4rem;
  color: inherit;
}
.main-top-box.section-iban-interest .title-wrap:last-child,
.main-top-box.section-photos .title-wrap:last-child,
.main-top-box.section-payment-methods .title-wrap:last-child {
  margin-bottom: 0;
}
.main-top-box.section-iban-interest li,
.main-top-box.section-photos li,
.main-top-box.section-payment-methods li {
  margin-bottom: 12px;
}
.main-top-box.section-iban-interest li:last-child,
.main-top-box.section-photos li:last-child,
.main-top-box.section-payment-methods li:last-child {
  margin-bottom: 0;
}
.main-top-box.section-payment-methods {
  color: #fff;
}
.main-top-box.section-payment-methods .btn.button-pay {
  height: 83.2px;
  height: 5.2rem;
  border-radius: 16px;
  padding: 0 12px;
  background: #FFC72C;
  border: none;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  min-width: 0;
  margin-right: 4px;
  margin-bottom: 4px;
}
.main-top-box.section-payment-methods .btn.button-pay:hover {
  color: #000;
  background: #ffe08b;
}
.main-top-box.section-payment-methods .h3-title,
.main-top-box.section-payment-methods .h2-title {
  max-width: 10em;
}
.main-top-box.section-payment-methods p {
  margin-bottom: 12px;
}
.main-top-box.section-payment-methods .photo-inner-wrap {
  max-width: 896px;
  max-width: 56rem;
}
.main-top-box.section-payment-methods .btn.button-large {
  margin-top: 12px;
}
.main-top-box.section-photos .photo-inner-wrap {
  max-width: 892.8px;
  max-width: 55.8rem;
}
.main-top-box.section-photos .items-wrap {
  margin: 0 -14.4px;
  margin: 0 -0.9rem;
}
.main-top-box.section-photos .item-wrap {
  padding: 0 14.4px;
  padding: 0 0.9rem;
  margin: 0;
  width: 50%;
}
.main-top-box.section-photos .item-wrap.wrap-main {
  width: 100%;
}
.main-top-box.section-photos .item-wrap.wrap-main .elm-photo {
  border-radius: 0;
}
.main-top-box.section-photos .elm-photo {
  border-radius: 3.5rem;
  width: 100%;
  max-width: inherit;
}
.main-top-box.section-photos .h2-title,
.main-top-box.section-photos .h3-title {
  margin-bottom: 12px;
}
.main-top-box.section-photos ul,
.main-top-box.section-photos p {
  margin-bottom: 12px;
}
.main-top-box .text-red {
  color: #d10000 !important;
}
.main-top-box .text-medium {
  font-weight: 500;
}
.main-top-box .h1-title + .h1-title,
.main-top-box .h2-title + .h1-title,
.main-top-box .h3-title + .h1-title,
.main-top-box .h1-title + .h2-title,
.main-top-box .h2-title + .h2-title,
.main-top-box .h3-title + .h2-title,
.main-top-box .h1-title + .h3-title,
.main-top-box .h2-title + .h3-title,
.main-top-box .h3-title + .h3-title {
  margin-top: 0;
}
.main-top-box .h1-title .elm-ico,
.main-top-box .h2-title .elm-ico,
.main-top-box .h3-title .elm-ico {
  width: 1.76em;
  height: 1.76em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.3em 0 0;
}
.main-more-wrap {
  text-align: center;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 51.2px 0 0 0;
  margin: 3.2rem 0 0 0;
}
.bg-gradient-after {
  position: relative;
}
.bg-gradient-after:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: radial-gradient(210.33% 70.66% at 50% 50.07%, rgba(0, 95, 251, 0.2) 0%, rgba(6, 55, 165, 0) 100%);
}
.bg-dark {
  background-color: #151516;
  color: #fff;
}
.bg-dark .main-title-wrap,
.bg-dark .title-wrap {
  color: #fff;
}
.bg-dark .main-title-wrap .h1-title,
.bg-dark .title-wrap .h1-title,
.bg-dark .main-title-wrap .h2-title,
.bg-dark .title-wrap .h2-title,
.bg-dark .main-title-wrap .h3-title,
.bg-dark .title-wrap .h3-title,
.bg-dark .main-title-wrap .h4-title,
.bg-dark .title-wrap .h4-title,
.bg-dark .main-title-wrap .h5-title,
.bg-dark .title-wrap .h5-title,
.bg-dark .main-title-wrap .h6-title,
.bg-dark .title-wrap .h6-title,
.bg-dark .main-title-wrap .main-title,
.bg-dark .title-wrap .main-title,
.bg-dark .main-title-wrap .page-subtitle,
.bg-dark .title-wrap .page-subtitle,
.bg-dark .main-title-wrap h1,
.bg-dark .title-wrap h1,
.bg-dark .main-title-wrap h2,
.bg-dark .title-wrap h2,
.bg-dark .main-title-wrap h3,
.bg-dark .title-wrap h3,
.bg-dark .main-title-wrap h4,
.bg-dark .title-wrap h4,
.bg-dark .main-title-wrap h5,
.bg-dark .title-wrap h5,
.bg-dark .main-title-wrap h6,
.bg-dark .title-wrap h6 {
  color: inherit;
}
.bg-dark .info-inner-wrap .btn:not(:hover) {
  background-color: #DDE5ED;
  border-color: #DDE5ED;
  color: var(--clr-base-dark);
}
.bg-dark .main-buttons-wrap .btn-action-more {
  color: #fff;
}
.bg-dark .main-buttons-wrap .btn-action-more:before {
  filter: brightness(0) invert(1);
}
.section-bg-blue-gradient {
  background: linear-gradient(90deg, #001E3C 1.04%, #00376E 47.7%, #001E3C 98.08%);
  color: #fff;
}
.section-bg-blue-gradient * {
  color: #fff;
}
@media (max-width: 1199px) {
  .section-coins-box .item-wrap {
    width: 25%;
  }
  .section-crypto-tiles-box .item-wrap {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .main-section-plan-box.section-three-cols .item-wrap {
    width: 200px;
  }
  .main-section-plan-box.section-three-cols table .col02,
  .main-section-plan-box.section-three-cols table .col03,
  .main-section-plan-box.section-three-cols table .col04 {
    width: 186px;
  }
  .main-section-plan-box.section-three-cols .item-tile-plan .tile-title-sticker {
    top: 15px;
    right: 5px;
  }
  .main-section-plan-box.section-three-cols .item-tile-plan .tile-title,
  .main-section-plan-box.section-three-cols .item-tile-plan .tile-title.title-small {
    font-size: 15px;
    line-height: 24px;
  }
  .help-menu-box .btn-menu {
    font-size: 14px;
  }
  .section-coins-box .item-wrap {
    width: 33.33%;
  }
  .section-crypto-tiles-box .item-wrap {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .main-section-plan-box.section-three-cols table th:nth-child(4),
  .main-section-plan-box.section-three-cols table td:nth-child(4) {
    font-weight: bold;
  }
  .main-section-plan-box.section-three-cols:not(.ind-active) table th:nth-child(4),
  .main-section-plan-box.section-three-cols:not(.ind-active) table td:nth-child(4) {
    display: none;
  }
  .main-section-plan-box.section-three-cols.ind-active table th:nth-child(2),
  .main-section-plan-box.section-three-cols.ind-active table td:nth-child(2) {
    display: none;
  }
  .main-section-plan-box.section-three-cols table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0;
  }
  .main-section-plan-box.section-three-cols table .col2,
  .main-section-plan-box.section-three-cols table .col3,
  .main-section-plan-box.section-three-cols table .col4 {
    width: auto;
  }
  .main-section-plan-box.section-three-cols table .col01 {
    width: 200px;
  }
  .main-section-plan-box.section-three-cols table th,
  .main-section-plan-box.section-three-cols table td {
    width: 100%;
    min-width: 0;
  }
  .main-section-plan-box.section-three-cols .item-wrap {
    width: 100%;
  }
  .main-section-plan-box:not(.ind-active) .wrap-ind {
    display: none;
  }
  .main-section-plan-box:not(.standart-active) .wrap-standart {
    /* display: none; */
  }
  .section-tarif-info-box .items-inner-wrap {
    padding: 15px;
    width: 50rem;
  }
  .section-tarif-info-box .items-wrap {
    margin: 0 -5px -10px -5px;
  }
  .section-tarif-info-box .item-wrap {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .section-terms-box .item-wrap {
    width: 50%;
  }
}
@media (max-width: 639px) {
  .help-menu-box .menu {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .help-menu-box .menu li {
    width: 33.33%;
    -ms-flex: 1;
        flex: 1;
    min-width: 149px;
  }
  .main-top-box .info-text-wrap {
    min-height: 0;
  }
  .main-top-box .title-wrap.max-560 {
    margin-left: auto;
    margin-right: auto;
  }
  .main-top-box.photo-full .photo-inner-wrap {
    width: 50rem;
    max-width: 100%;
  }
  .section-commited-box .item-wrap,
  .section-ag-tiles-box .item-wrap,
  .section-data-tiles-box .item-wrap {
    width: 50%;
  }
  .section-price-icons-box .inner-wrap {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .section-price-icons-box .info-inner-wrap {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    padding: 0;
    margin-bottom: 30px;
    text-align: center;
    -ms-flex-order: 1;
        order: 1;
  }
  .section-price-icons-box .items-inner-wrap {
    width: 100%;
    padding: 0;
    -ms-flex-order: 2;
        order: 2;
    margin-top: 10rem;
  }
  .section-tarif-info-box {
    text-align: center;
  }
  .section-tarif-info-box .inner-wrap {
    display: block;
  }
  .section-tarif-info-box .items-inner-wrap {
    margin: 0 auto;
    max-width: 100%;
  }
  .section-tarif-info-box .info-inner-wrap {
    padding: 0;
    margin-bottom: 30px;
  }
  .section-coins-box .item-wrap {
    width: 50%;
  }
  .section-crypto-tiles-box .item-wrap {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .main-section-plan-box.section-three-cols table .col01 {
    width: 100px;
  }
  .section-tarif-info-box .item-wrap {
    width: 100%;
  }
  .section-coins-box .item-wrap {
    width: 100%;
  }
  .section-crypto-tiles-box .item-wrap {
    width: 100%;
  }
  .section-terms-box .item-wrap {
    width: 100%;
  }
}
@media (min-width: 640px) {
  .main-top-box.section-reverse .inner-wrap {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .main-top-box.section-reverse .info-inner-wrap {
    padding-right: 0 !important;
    padding-left: 6.4rem;
  }
  .main-top-box.section-iban-interest .h3-title,
  .main-top-box.section-photos .h3-title,
  .main-top-box.section-payment-methods .h3-title,
  .main-top-box.section-iban-interest .h2-title,
  .main-top-box.section-photos .h2-title,
  .main-top-box.section-payment-methods .h2-title {
    margin-left: 0;
  }
  .main-top-box.section-iban-interest .info-inner-wrap,
  .main-top-box.section-photos .info-inner-wrap,
  .main-top-box.section-payment-methods .info-inner-wrap {
    padding-right: 4rem;
  }
  .main-top-box.section-payment-methods .info-inner-wrap {
    padding-right: 0;
  }
  .main-top-box.section-payment-methods .photo-inner-wrap .elm-photo {
    max-width: 56rem;
    margin: 0;
  }
  .main-top-box.section-photos .info-inner-wrap {
    max-width: calc(100% - 55.5rem);
  }
  .main-top-box.section-photos .photo-inner-wrap {
    width: 50%;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .main-top-box.section-photos .photo-inner-wrap {
    max-width: 45rem;
  }
  .main-top-box.section-photos .info-inner-wrap {
    max-width: calc(100% - 45rem);
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .main-top-box.photo-full .photo-inner-wrap {
    width: 45rem;
  }
  .main-top-box.photo-full .info-inner-wrap {
    max-width: calc(100% - 45rem);
  }
  .main-top-box.section-payment-methods .info-inner-wrap {
    max-width: calc(100% - 40rem);
  }
  .main-top-box.section-payment-methods .photo-inner-wrap {
    width: 50%;
    max-width: 40rem;
  }
}
@media (min-width: 1024px) {
  .main-top-box.screen-small.photo-full .info-inner-wrap {
    padding-right: 4rem;
  }
  .main-top-box.screen-small .info-inner-wrap {
    padding-right: 0;
    max-width: calc(100% - 48%);
  }
  .main-top-box.screen-small .photo-inner-wrap {
    width: 48%;
  }
  .main-top-box.screen-small .photo-inner-wrap .elm-screen-main {
    max-width: 28rem;
    margin: 0 auto;
  }
  .main-top-box.section-iban-interest .btn,
  .main-top-box.section-photos .btn,
  .main-top-box.section-payment-methods .btn {
    height: 48px;
    min-width: 220px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 12px;
  }
  .main-top-box.section-payment-methods .inner-wrap {
    min-height: 72rem;
  }
  .main-top-box.section-payment-methods .photo-inner-wrap {
    width: 56rem;
  }
  .main-top-box.section-payment-methods .btn.button-large {
    height: 56px;
    border-radius: 16px;
    font-size: 18px;
  }
  .main-top-box.section-iban-interest .photo-inner-wrap {
    width: 56rem;
    max-width: 100%;
  }
  .main-top-box.section-iban-interest .photo-inner-wrap .elm-photo {
    max-width: 56rem;
  }
  .main-top-box.section-iban-interest .info-inner-wrap {
    max-width: calc(100% - 56rem);
  }
  .section-crypto-tiles-box .main-more-wrap .btn {
    height: 56px;
    border-radius: 16px;
    font-size: 18px;
  }
  .main-more-wrap .btn {
    height: 48px;
    min-width: 220px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1139px) {
  .main-top-box.section-payment-methods .info-inner-wrap {
    max-width: calc(100% - 45rem);
  }
  .main-top-box.section-payment-methods .photo-inner-wrap {
    width: 45rem;
    max-width: 45rem;
  }
}
@media (min-width: 1400px) {
  .section-crypto-tiles-box .items-outer-wrap {
    margin: 0 -50px;
  }
  .main-top-box.section-photos .inner-wrap {
    padding-left: calc(var(--paddingContainer) + 4rem);
    padding-right: calc(var(--paddingContainer) + 2rem);
  }
  .main-top-box.section-iban-interest .photo-inner-wrap {
    width: 62rem;
  }
  .main-top-box.section-iban-interest .info-inner-wrap {
    max-width: calc(100% - 62rem);
  }
  .main-top-box.section-payment-methods .photo-inner-wrap {
    width: 62rem;
    max-width: 62rem;
  }
  .main-top-box.section-payment-methods .info-inner-wrap {
    max-width: calc(100% - 62rem);
  }
}
/* end content styles */
/* add 09.2024 */
.pagenav-box .pages-wrap {
  max-width: calc(100% - 12rem);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.pagenav-box .btn-page {
  margin-bottom: 3px;
}
.news-box .main-action-wrap {
  text-align: center;
}
.news-box.section-second {
  margin-bottom: 192px;
  margin-bottom: 12rem;
}
.news-box.section-second .title-header-wrap {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
.news-box.section-second .pagenav-box {
  padding-top: 72px;
  padding-top: 4.5rem;
}
.news-box.section-second .items-wrap {
  margin-bottom: -80px;
  margin-bottom: -5rem;
}
.news-box.section-second .item-wrap {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
.news-box.section-second .item-tile-new {
  border-radius: 2.4rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
}
.news-box.section-second .item-tile-new:hover {
  border-color: rgba(0, 0, 0, 0.3);
}
.news-box.section-second .item-tile-new:not(.tile-main) .tile-info-wrap {
  padding-bottom: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 38.4px;
  padding-top: 2.4rem;
  -ms-flex: 1;
      flex: 1;
}
.news-box.section-second .item-tile-new:not(.tile-main) .tile-photo:before {
  padding-top: 47.4%;
  min-height: 175px;
}
.news-box.section-second .item-tile-new:not(.tile-main) .tile-title {
  min-height: 0;
  margin-top: 5px;
  font-weight: 700;
  font-size: 44.8px;
  font-size: 2.8rem;
  line-height: 1.14286;
  color: #232323;
  padding-bottom: 0;
  margin-bottom: 0.3em;
  width: 100%;
  -ms-flex: 1;
      flex: 1;
}
.news-box.section-second .item-tile-new:not(.tile-main) .tile-date {
  color: rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 1.4;
}
.news-box.section-lead .item-wrap {
  width: 100%;
  padding: 0;
  margin-bottom: 16px;
}
.news-box.section-lead .item-wrap:last-child {
  margin-bottom: 0;
}
.news-box.section-lead .items-wrap {
  margin: 0;
}
.news-box.section-lead .title-header-wrap {
  margin-bottom: 38.4px;
  margin-bottom: 2.4rem;
}
.news-box.section-lead .title-header-wrap .h1-title {
  font-size: 44.8px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.14286;
  color: #232323;
}
.news-box.section-lead .title-header-wrap .h1-title:last-child {
  margin-bottom: 0;
}
.news-box.section-lead .list-inner-wrap .item-tile-new {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: stretch;
      align-items: stretch;
  min-height: 70px;
  border: none;
  padding: 3px 0;
}
.news-box.section-lead .list-inner-wrap .item-tile-new:hover .tile-date {
  color: #232323;
}
.news-box.section-lead .list-inner-wrap .item-tile-new .tile-info-wrap {
  display: block;
  -ms-flex: 1;
      flex: 1;
  padding: 0 0 0 12px;
  max-width: calc(100% - 128px);
}
.news-box.section-lead .list-inner-wrap .item-tile-new .tile-photo-wrap {
  width: 128px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  margin: 0;
  position: relative;
  min-height: 100%;
}
.news-box.section-lead .list-inner-wrap .item-tile-new .tile-photo-wrap .tile-photo {
  border-radius: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  aspect-ratio: inherit;
}
.news-box.section-lead .list-inner-wrap .item-tile-new .tile-photo-wrap .tile-photo:before {
  display: none;
}
.news-box.section-lead .list-inner-wrap .item-tile-new .tile-title {
  font-size: 16px;
  line-height: 1.25;
  margin: 0 0 8px 0;
  padding: 0;
  min-height: 0;
}
.news-box.section-lead .list-inner-wrap .item-tile-new .tile-title:last-child {
  margin-bottom: 0;
}
.news-box.section-lead .list-inner-wrap .item-tile-new .tile-date {
  margin: 0;
  padding: 0;
  transition: all ease 0.2s;
}
.news-box .lead-inner-wrap {
  margin-bottom: 96px;
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .news-box.section-lead .box-inner-wrap {
    display: -ms-flexbox;
    display: flex;
  }
  .news-box.section-lead .lead-inner-wrap {
    -ms-flex: 1;
        flex: 1;
    padding: 0 4.8rem 0 0;
    margin-bottom: 0;
  }
  .news-box.section-lead .lead-inner-wrap .item-tile-new {
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
  }
  .news-box.section-lead .lead-inner-wrap .item-tile-new .tile-info-wrap {
    display: block;
    width: 100%;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    padding: 2.4rem;
  }
  .news-box.section-lead .lead-inner-wrap .item-tile-new .tile-info-wrap .tile-date {
    position: absolute;
    top: 2.4rem;
    right: 2.4rem;
    left: auto;
    width: auto;
    float: left;
  }
  .news-box.section-lead .lead-inner-wrap .item-tile-new .tile-photo-wrap {
    width: 100%;
    -ms-flex: 1;
        flex: 1;
    position: relative;
  }
  .news-box.section-lead .lead-inner-wrap .item-tile-new .tile-photo-wrap .tile-photo {
    aspect-ratio: inherit;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .news-box.section-lead .lead-inner-wrap .item-tile-new .tile-photo-wrap .tile-photo:before {
    display: none;
  }
  .news-box.section-lead .list-inner-wrap {
    width: 51.2rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1400px) {
  .page-full .section-1320 {
    max-width: inherit;
    margin-left: -40px;
    margin-right: -40px;
  }
}
/* end add 09.11.2024 */
/* add 23.09.2024 */
.footer {
  padding-bottom: 40px;
}
.footer .menu-outer-wrap .menu a {
  padding: 6px 0;
}
.footer .menu-outer-wrap .menu a:not(:hover) {
  font-weight: 500;
  color: #575759;
}
.footer .action-title,
.footer .menu-title {
  font-weight: bold;
  color: #575759;
}
.footer .h5-title {
  font-size: 28px;
  margin-bottom: 0.85em;
}
.footer .btn-action-app {
  max-width: 166px;
}
.footer .btn-action-qr {
  max-width: 130px;
}
.footer .copy-outer-wrap {
  margin-top: 18px;
  color: #575759;
}
.footer .desc-outer-wrap {
  color: #000;
}
.footer .actions-outer-wrap .action-title {
  color: #A3A4A7;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 640px) {
  .footer .copy-outer-wrap {
    padding: 0;
  }
  .footer .main-outer-wrap {
    padding-left: 0;
  }
  .footer .main-outer-wrap {
    width: 30%;
  }
  .footer .second-outer-wrap {
    width: 70%;
  }
  .footer .menu-outer-wrap .soc-wrap {
    width: 30%;
    max-width: 290px;
  }
  .footer .menu-outer-wrap .soc-wrap .menu-soc {
    max-width: 260px;
  }
  .footer .menu-outer-wrap .menu-wrap {
    max-width: 216px;
  }
  .footer .action-wrap {
    max-width: 200px;
  }
}
/* end add 23.09.2024 */
/* succefull/error styles */
.main-message-box .box-inner-wrap {
  margin: 0 auto;
  display: block;
  border-radius: 16px;
  background: #F2F4FF;
  border: 1px solid #DDDFE3;
  text-align: center;
  max-width: 640px;
  max-width: 40rem;
  padding: 92.8px 38.4px 92.8px 38.4px;
  padding: 5.8rem 2.4rem 5.8rem 2.4rem;
  min-height: 905.6px;
  min-height: 56.6rem;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
.main-message-box .box-inner-wrap:last-child {
  margin-bottom: 0;
}
.main-message-box .elm-ico {
  margin: 0 auto;
  width: 153.6px;
  width: 9.6rem;
  height: 153.6px;
  height: 9.6rem;
}
.main-message-box .box-title {
  margin: 67.2px 0 144px 0;
  margin: 4.2rem 0 9rem 0;
  font-size: 67.2px;
  font-size: 4.2rem;
  font-weight: bold;
  letter-spacing: -0.02em;
}
.main-message-box .btn {
  width: 100%;
}
/* end succefull/error styles */

/*  add 28.09.2024 */
.popup-outer-box.popup-right-bottom {
  width: 400px;
  max-width: calc(100% - 20px);
  position: fixed;
  bottom: 0;
  right: 0;
  left: auto;
  top: auto;
  padding: 0 20px 150px 0;
  background: none;
}
.popup-outer-box.popup-subscribe .popup-box {
  width: 400px;
  padding: 23px;
  border: 1px solid #DDDFE3;
  border-radius: 1.6rem;
  background: #DDE5ED;
}
.popup-outer-box.popup-subscribe .popup-box .btn-action-ico.ico-close {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 24px;
  height: 24px;
  z-index: 10;
}
.popup-outer-box.popup-subscribe .popup-box .btn-action-ico.ico-close:after {
  display: none;
}
.popup-outer-box.popup-subscribe .popup-box .btn-action-ico.ico-close:before {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  border: none;
  background: url(/templates/en/img-v2/img/icons/close-small.svg) center no-repeat;
  background-size: 24px auto;
  transform: none;
}
.frm-popup-subscribe .form-wrap-success .frm-popup-title-wrap {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 432px;
}
.frm-popup-subscribe .form-wrap-success .frm-popup-title {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  padding: 16px 0;
}
.frm-popup-subscribe .form-wrap-success .frm-popup-button {
  width: 100%;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.frm-popup-subscribe .form-wrap-success .frm-popup-button .btn {
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
}
.frm-popup-subscribe .frm-button-info {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
  text-align: center;
  color: var(--clr-light);
}
.frm-popup-subscribe .frm-button-info #closing-timer {
  display: inline;
}
.frm-popup-subscribe .frm-main-button {
  display: block;
}
.frm-popup-subscribe .frm-main-button .field-input {
  width: 100%;
  padding: 0;
  margin-bottom: 16px;
}
.frm-popup-subscribe .frm-main-button .field-button {
  width: 100%;
  padding: 0;
  margin: 0;
}
.frm-popup-subscribe .frm-main-button .field-button .btn {
  width: 100%;
}
.frm-popup-subscribe .frm-main-button .form-input {
  height: 48px;
  border-color: #DDDFE3;
  font-size: 16px;
}
.frm-popup-subscribe .frm-main-button .btn {
  height: 48px;
  font-size: 16px;
  font-weight: 500;
}
.frm-popup-subscribe .frm-inner-info {
  margin: 16px 0 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}
.frm-popup-subscribe .frm-inner-info a:not(:hover) {
  color: inherit;
}
.frm-popup-subscribe .frm-popup-title-wrap {
  text-align: center;
  margin-bottom: 16px;
}
.frm-popup-subscribe .frm-popup-title-wrap .elm-ico {
  margin: 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 192px;
}
.frm-popup-subscribe .frm-popup-title-wrap .elm-photo {
  aspect-ratio: inherit;
  height: 192px;
}
.frm-popup-subscribe .frm-popup-title {
  font-size: 28px;
  line-height: 1.14285714;
  font-weight: bold;
  color: #000;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  margin-top: 16px;
}
.frm-popup-subscribe .frm-popup-title:first-child {
  margin-top: 0;
}
.frm-popup-subscribe .frm-popup-title:last-child {
  margin-bottom: 0;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.frm-main-button.form-large .form-input,
.frm-main-button.form-large .btn {
  height: 102.4px;
  height: 6.4rem;
  border-radius: 1.6rem;
  font-size: 32px;
  font-size: 2rem;
}
.form-sended .form-wrap-success {
  display: block;
}
.form-sended .form-wrap-fields {
  display: none;
}
.form-wrap-success {
  display: none;
  animation: fadeinn ease 0.2s;
}
.main-top-box.form-small.no-pbottom .info-inner-wrap {
  padding-bottom: 20px;
}
.main-top-box.form-small .frm-main-button .btn {
  min-width: 256px;
  min-width: 16rem;
  padding: 0 14px;
}
.main-top-box .frm-main-button .form-input {
  border-color: #DDDFE3;
}
.main-top-box .frm-inner-info {
  font-size: 14px;
  line-height: 24px;
  margin: 16px 0 0 0;
  color: rgba(0, 0, 0, 0.5);
}
.main-top-box .frm-inner-info a:not(:hover) {
  color: inherit;
}
.main-top-box .form-wrap-success .elm-ico {
  margin: 0 0 64px 16px;
  margin: 0 0 4rem 1rem;
  width: 124.8px;
  width: 7.8rem;
  height: 124.8px;
  height: 7.8rem;
}
@media (max-width: 899px) {
  .main-top-box .frm-main-button {
    display: block;
  }
  .main-top-box .frm-main-button .field-input {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .main-top-box .frm-main-button .field-button {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .main-top-box .frm-main-button .field-button .btn {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .main-top-box .form-wrap-success .elm-ico {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 429px) {
  .popup-outer-box.popup-subscribe .popup-box {
    padding: 10px;
    min-height: 0;
  }
  .frm-popup-subscribe .frm-popup-title-wrap .elm-ico {
    height: 100px;
  }
  .frm-popup-subscribe .frm-popup-title {
    font-size: 22px;
  }
  .frm-popup-subscribe .form-wrap-success .frm-popup-title-wrap {
    min-height: 360px;
  }
}
@media (min-width: 640px) {
  .main-top-box.form-small .frm-main-button {
    max-width: 500px;
  }
  .main-top-box.form-small .frm-inner-info {
    max-width: 500px;
  }
  .main-top-box.form-small .title-wrap {
    max-width: 500px;
  }
}
@media (min-width: 900px) {
  .main-top-box .frm-main-button .field-button {
    padding-left: 8px;
  }
}
/* end add 28.09.2024 */
/* section text */
.section-text-inner-box {
  background: #F3F5F8;
}
.section-text-inner-box .text-inner-wrap {
  margin: 0 auto;
  max-width: 996px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #303031;
}
.section-text-inner-box .h1-title,
.section-text-inner-box .h2-title {
  text-align: center;
  font-size: 2.25em;
  line-height: 1.2;
  font-weight: bold;
  color: #000;
  margin: 1.16666667em 0;
}
.section-text-inner-box .h1-title:first-child,
.section-text-inner-box .h2-title:first-child {
  margin-top: 0;
}
.section-text-inner-box .h3-title {
  display: block;
  font-size: 1.5em;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #121214;
  margin: 12px 0;
}
.section-text-inner-box .h3-title:first-child {
  margin-top: 0;
}
.section-text-inner-box p,
.section-text-inner-box ul {
  margin-bottom: 12px;
}
.section-text-inner-box .text-dark {
  color: #000;
}
.section-text-inner-box a:not(:hover) {
  color: #016CCA;
}
@media (max-width: 1023px) {
  .section-text-inner-box .text-inner-wrap {
    font-size: 14px;
  }
}

/* section text */
.btn-action-toggle {
  display: inline-block;
  position: relative;
  padding: 0 26px 0 0;
  transition: all ease 0.2s;
}
.btn-action-toggle:before {
  content: attr(data-show);
}
.btn-action-toggle:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(/templates/en/img-v2/icons/Icon/arrow-toggle.svg) center no-repeat;
  background-size: 100% auto;
  transition: all ease 0.2s;
  top: 50%;
  right: 0;
  margin-top: -12px;
}
.btn-action-toggle.active:before {
  content: attr(data-hide);
}
.btn-action-toggle.active:after {
  rotate: 180deg;
}
.text-hidden-wrap {
  display: none;
  animation: fadein ease 0.2s;
}
.text-hidden-wrap:has(~.text-hidden-action.active) {
  display: block;
}
.text-hidden-action {
  font-weight: 500;
}
.text-hidden-action.active .btn-action-toggle:before {
  content: attr(data-hide);
}
.text-hidden-action.active .btn-action-toggle:after {
  rotate: 180deg;
}
.section-text-inner-box {
  background: #F3F5F8;
}
.section-text-inner-box .text-section-wrap {
  margin-bottom: 89.6px;
  margin-bottom: 5.6rem;
}
.section-text-inner-box .text-section-wrap:last-child {
  margin-bottom: 0;
}
.section-text-inner-box .text-inner-wrap {
  margin: 0 auto;
  max-width: 996px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #303031;
}
.section-text-inner-box .h1-title,
.section-text-inner-box .h2-title {
  text-align: center;
  font-size: 2.25em;
  line-height: 1.2;
  font-weight: bold;
  color: #000;
  margin: 64px 0;
  margin: 4rem 0;
}
.section-text-inner-box .h1-title:first-child,
.section-text-inner-box .h2-title:first-child {
  margin-top: 0;
}
.section-text-inner-box .h1-title + .h3-title,
.section-text-inner-box .h2-title + .h3-title {
  margin-top: 0;
}
.section-text-inner-box .h3-title {
  display: block;
  font-size: 1.5em;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #121214;
  margin: 88px 0 12px 0;
  margin: 5.5rem 0 12px 0;
}
.section-text-inner-box .h3-title:first-child {
  margin-top: 0;
}
.section-text-inner-box .text-hidden-action {
  padding-bottom: 23px;
  border-bottom: 1px solid #DDDFE3;
}
.section-text-inner-box p,
.section-text-inner-box ul,
.section-text-inner-box .text-hidden-wrap,
.section-text-inner-box .text-hidden-action {
  margin-bottom: 12px;
}
.section-text-inner-box p:last-child,
.section-text-inner-box ul:last-child,
.section-text-inner-box .text-hidden-wrap:last-child,
.section-text-inner-box .text-hidden-action:last-child {
  margin-bottom: 0;
}
.section-text-inner-box li {
  padding-left: 0;
  position: relative;
}
.section-text-inner-box li:after {
  /*content: "";*/
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 0.7em;
  left: 4px;
  margin-top: -2px;
  border-radius: 50%;
  background: currentColor;
}
.section-text-inner-box .text-dark {
  color: #000;
}
.section-text-inner-box a:not(:hover) {
  color: #016CCA;
}
@media (max-width: 1023px) {
  .section-text-inner-box .text-inner-wrap {
    font-size: 14px;
  }
}
/* end section text */
/* payments page */
.item-tile-article-section-info {
  border-radius: 1.2em;
  width: 100%;
  padding: 1.6em;
  color: #000;
  font-weight: 500;
  background: #E8F1FF;
  display: -ms-flexbox;
  display: flex;
}
.item-tile-article-section-info .tile-photo-wrap {
  width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-article-section-info .tile-info-wrap {
  -ms-flex: 1;
      flex: 1;
  padding-left: 51.2px;
  padding-left: 3.2rem;
}
.item-tile-article-section-info .tile-info-wrap:first-child {
  padding-left: 0;
}
.item-tile-article-section-info .tile-buttons-wrap {
  display: -ms-flexbox;
  display: flex;
  margin: 8px -16px 0 0;
}
.item-tile-article-section-info .tile-button {
  width: 50%;
  padding: 0 16px 0 0;
  max-width: 161px;
}
.item-tile-article-section-info .tile-photo {
  border-radius: 2.4rem;
}
.item-tile-article-section-info .tile-title {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: -0.02em;
  color: #000;
  margin: 0 0 12px 0;
  line-height: 1.33333333;
}
.item-tile-article-section-info .btn {
  font-size: 16px;
  height: 48px;
  margin-top: 8px;
}
.item-tile-article-section {
  border-radius: 16px;
  padding: 16px;
  background: #F3F5F8;
  min-height: 100%;
  --clr-att: #2169FC;
}
.item-tile-article-section .tile-ico {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 32px;
}
.item-tile-article-section .tile-title {
  display: block;
  font-size: 0.8em;
}
.item-tile-article-section .tile-title.title-large {
  font-size: 0.9em;
  font-weight: 500;
}
.item-tile-article-section a:hover {
  color: inherit;
  border-bottom: none;
}
.article-section-box {
  margin-bottom: 50px;
  font-size: 32px;
  font-size: 2rem;
  color: #151516;
  line-height: 1.5;
  --clr-att-second: #0047BB;
  --clr-att: #0047BB;
}
.article-section-box .article-tiles-wrap .items-wrap {
  margin: 0 -16px -32px -16px;
  margin: 0 -1rem -2rem -1rem;
}
.article-section-box .article-tiles-wrap .item-wrap {
  width: 25%;
  min-width: 180px;
  padding: 0 16px;
  padding: 0 1rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.article-section-box .article-tiles-wrap .item-wrap.wrap-full {
  width: 100%;
}
.article-section-box .article-action-wrap {
  text-align: center;
  padding: 76.8px 0;
  padding: 4.8rem 0;
}
.article-section-box .article-action-wrap .action-title {
  display: block;
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: 500;
  color: inherit;
  margin: 0 0 0.75em 0;
}
.article-section-box .article-action-wrap .action-title.title-large {
  font-size: 2em;
}
.article-section-box .article-action-wrap .btn {
  height: 48px;
  font-size: 16px;
}
.article-section-box .item-tile-article-section {
  --clr-att: #2169FC;
}
.article-section-box p,
.article-section-box ul,
.article-section-box ol,
.article-section-box .bq-article-text,
.article-section-box blockquote,
.article-section-box .article-tiles-wrap {
  margin-bottom: 1.2em;
}
.article-section-box p:last-child,
.article-section-box ul:last-child,
.article-section-box ol:last-child,
.article-section-box .bq-article-text:last-child,
.article-section-box blockquote:last-child,
.article-section-box .article-tiles-wrap:last-child {
  margin-bottom: 0;
}
.article-section-box li {
  padding-left: 24px;
}
.article-section-box li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 0.75em;
  left: 10px;
  margin-top: -2px;
  background: currentColor;
}
.article-section-box li:has(a:only-child):before {
  background-color: var(--clr-att-second);
}
.article-section-box p:first-child img {
  margin-top: 0;
}
.article-section-box p img {
  display: block;
  width: 100%;
  margin-top: 2.4em;
}
.article-section-box h1,
.article-section-box .h1-title,
.article-section-box h2,
.article-section-box .h2-title,
.article-section-box h3,
.article-section-box .h3-title {
  font-size: 2.4em;
  line-height: 1.16666667;
  letter-spacing: -0.02em;
  color: #000;
  margin: 1em 0 0.5em 0;
  font-weight: bold;
}
.article-section-box h1:first-child,
.article-section-box .h1-title:first-child,
.article-section-box h2:first-child,
.article-section-box .h2-title:first-child,
.article-section-box h3:first-child,
.article-section-box .h3-title:first-child {
  margin-top: 0;
}
.article-section-box h2,
.article-section-box .h2-title,
.article-section-box h3,
.article-section-box .h3-title {
  font-size: 1.6em;
  line-height: 1.25;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
}
.article-section-box ul li,
.article-section-box ol li {
  margin-bottom: 8px;
}
.article-section-box ul li:last-child,
.article-section-box ol li:last-child {
  margin-bottom: 0;
}
.side-action-photo-box {
  margin-bottom: 32px;
  line-height: 1;
}
.side-action-photo-box .elm-photo {
  border-radius: 16px;
}
.side-action-box {
  margin-bottom: 32px;
  border-radius: 16px;
  background: #F3F5F8;
  padding: 24px;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 1.25;
  color: #151516;
  --clr-att-second: #0047BB;
}
.side-action-box .info-inner-wrap {
  margin-bottom: 24px;
}
.side-action-box .menu-inner-wrap {
  padding: 4px 0 0 0;
}
.side-action-box .menu-inner-wrap .menu li:last-child .btn-menu {
  border-bottom: none;
}
.side-action-box .side-title {
  font-size: 1.5em;
  letter-spacing: -0.02em;
  line-height: 1.33333333;
  font-weight: bold;
  margin: 0 0 12px 0;
  color: #000;
}
.side-action-box .elm-photo {
  margin-bottom: 24px;
}
.side-action-box .btn-menu {
  padding: 16px 30px 16px 0;
  color: inherit;
  display: block;
  position: relative;
  border-bottom: 1px solid #DDDFE3;
  transition: all ease 0.2s;
}
.side-action-box .btn-menu:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background: url(../img/icons/arrow.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  right: 0;
  margin-top: -10px;
  opacity: 0;
  transition: all ease 0.2s;
}
.side-action-box .btn-menu:hover,
.side-action-box .btn-menu.active {
  color: var(--clr-att-second);
  border-bottom-color: rgba(0, 71, 187, 0.3);
}
.side-action-box .btn-menu:hover:before,
.side-action-box .btn-menu.active:before {
  opacity: 1;
}
.side-action-box .btn {
  font-size: 16px;
  height: 48px;
}
.bq-article-text {
  border-radius: 1.2em;
  padding: 1.6em;
  color: #000;
  font-weight: 500;
  background: #E8F1FF;
}
@media (max-width: 639px) {
  .item-tile-article-section-info {
    display: block;
  }
  .item-tile-article-section-info .tile-info-wrap {
    padding-left: 0;
  }
  .item-tile-article-section-info .tile-photo-wrap {
    max-width: 100%;
    width: 280px;
    margin-bottom: 24px;
  }
}
@media (max-width: 479px) {
  .article-section-box .article-tiles-wrap .item-wrap {
    width: 50%;
    min-width: 0;
  }
  .article-section-box h1,
  .article-section-box .h1-title {
    font-size: 2em;
  }
  .article-section-box .article-action-wrap .action-title.title-large {
    font-size: 1.6em;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .item-tile-article-section-info.photo-right {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-align: end;
        align-items: flex-end;
    padding-bottom: 0;
  }
  .item-tile-article-section-info.photo-right .tile-info-wrap {
    padding-left: 0;
    padding-right: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .item-tile-article-section-info.photo-right .tile-photo-wrap {
    width: 33%;
  }
  .item-tile-article-section-info.photo-right .tile-photo {
    border-radius: 0;
  }
}
@media (min-width: 1024px) {
  .content-outer-wrap.section-article {
    padding: 8rem 0 0 0;
  }
  .content-outer-wrap.section-article .side-wrap {
    -ms-flex-order: 1;
        order: 1;
    width: 40rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0;
  }
  .content-outer-wrap.section-article .content-wrap {
    -ms-flex-order: 2;
        order: 2;
    max-width: calc(100% - 40rem);
    padding: 0 0 0 6rem;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .item-tile-article-section-info {
    display: block;
  }
  .item-tile-article-section-info .tile-info-wrap {
    padding-left: 0;
  }
  .item-tile-article-section-info .tile-photo-wrap {
    max-width: 100%;
    width: 280px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .item-tile-article-section-info.photo-right {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-align: end;
        align-items: flex-end;
    padding-bottom: 0;
  }
  .item-tile-article-section-info.photo-right .tile-info-wrap {
    padding-left: 0;
    padding-right: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .item-tile-article-section-info.photo-right .tile-photo-wrap {
    width: 33%;
  }
  .item-tile-article-section-info.photo-right .tile-photo {
    border-radius: 0;
  }
}
/* end payments page */


/* promo - short */

.cards__list {
  display: -ms-grid;
  display: grid;
  column-gap: 20px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.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: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 72px;
}
.card__img {
  width: 382px;
  height: 438px;
  margin-bottom: 64px;
  background: #1D1D1F;
  border-radius: 16px;
}

.card__img img {
	width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.card__desc {
  max-width: 382px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
/* end promo - short */

/* R. Aliyev stylesheet additions */

.hero-p {
	text-align: center;
    font-size: 24px;
    margin-bottom: 48px;
}

.hero-block-p {
	font-weight: 700;
}	

.plan-link {
	color: #000;
}

.plan-link:hover {
	color: var(--clr-att-second);
}