@font-face {
    font-family: 'SF';
    font-weight: 200;
    font-style: normal;
    src:
        url('../fonts/SFUIDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SFUIDisplay-Regular.woff') format('woff');
}
@font-face {
    font-family: 'SF';
    font-weight: 400;
    font-style: normal;
    src:
        url('../fonts/SFUIDisplay-Medium.woff2') format('woff2'),
        url('../fonts/SFUIDisplay-Medium.woff') format('woff');
}

@font-face {
    font-family: 'SF';
    font-weight: 600;
    font-style: normal;
    src:
        url('../fonts/SFUIDisplay-Bold.woff2') format('woff2'),
        url('../fonts/SFUIDisplay-Bold.woff') format('woff');
}

html {
    box-sizing: border-box
}

*,
*::after,
*::before {
    box-sizing: inherit
}
html, body {width: auto!important; overflow-x: hidden!important}
ul[class],
ol[class] {
    padding: 0
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0
}

ul[class] {
    list-style: none
}

img {
    max-width: 100%;
    display: block
}
.nav__tabs {
  overflow-y: visible !important;
}
input,
button,
textarea,
select {
    font: inherit
}

a {
    text-decoration: none
}

body {
    font-family: "SF", sans-serif;
    font-weight: 200;
	padding-top:80px;
}
.benefits-title {
  font-size: 46px;
}

.benefits-list {
  margin-top: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.tab_red {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ecedee;
    box-shadow: 0 2px 6px 0 #eaf2fc;
    align-items: flex-start;
    margin-top: 30px;
    padding: 50px;
    flex-direction: row;
}.scroollto {
    position: absolute;
    margin-top: -80px;
}
.scrollto {
    position: absolute;
    margin-top: -100px;
}
.tab > button {
    display: block;
    width: 100%;
    background: transparent;
    outline: none;
    border: 0;
    border-bottom: 1px solid #ecedee;
    line-height: 60px;
    cursor: pointer;
    font-size: 18px;
    text-align: left;
    /* background: red; */
}

.tab {
    min-width: 350px;
}

.tabcontent {
    width: 100%;
    border-left: 1px solid #ecedee;
    padding: 0 40px;
    min-height: 189px;
    line-height: 28px;
    font-size: 15px;
}
.tabcontent > h2 {
    padding-bottom: 20px;
}

.tabcontent > div > h2 {
    margin-bottom: 10px;
}
.tab >  .active {
    border-bottom: 1px solid #478bf8;
    color: #478bf8;
    transition: 0.3s;
    background: #468af80a;
}
.benefits-list-item {
    position: relative;
    padding: 24px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ecedee;
    box-shadow: 0 2px 6px 0 #eaf2fc;
}
.benefits-list-item:nth-child(1) {
  width: 70.264%;
}
.benefits-list-item:nth-child(2) {
  width: 27.106%;
}
.benefits-list-item:nth-child(2) img {
  bottom: -55px;
  right: 10px;
}
.benefits-list-item:nth-child(3) {
  width: 32.457%;
}
.benefits-list-item:nth-child(4) {
  width: 37.72%;
}
.benefits-list-item:nth-child(5) {
  width: 24.475%;
}
.benefits-list-item:nth-child(5) img {
  bottom: -42px;
}
.benefits-list-item:nth-child(6) {
  width: 35.088%;
}
.benefits-list-item:nth-child(7) {
  width: 62.281%;
}
.benefits-list-item:nth-child(8) {
  width: 22.72%;
}
.benefits-list-item:nth-child(8) img {
  bottom: -55px;
}
.benefits-list-item:nth-child(9) {
  width: 38.2467%;
}
.benefits-list-item:nth-child(10) {
  width: 33.773%;
}
.benefits-list-item:nth-child(10) img {
  bottom: -55px;
}

.benefits-list-item picture {
  max-width: 110px;
  max-height: 110px;
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.benefits-list-item__title {
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    color: #2a3545;
}

.benefits-list-item__icon {
  position: relative;
  height: 110px;
  max-width:110px;
  -o-object-fit: contain;
     object-fit: contain;
}


.benefits__title > h2 {
    font-size: 40px;
    margin-bottom: 15px;
    color: #2a3545;
    margin-top: 40px;
}

.content_tab {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 40px;
}

nav.nav__tabs > ul > li > label {
    padding: 13px 20px;
    font-size: 16px;
    font-weight: 200;
    color: #859bbe;
    border: 2px solid #f0f0f0;
    border-radius: 8px;
    margin-right: 20px;
    cursor: pointer;
    box-shadow: 0 2px 6px 0 #eaf2fc7a;
}
.other_logo {
display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    flex-direction: row;
    justify-content: center;
}
.other_markets {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 40px;
    align-content: stretch;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 50px;
}
.blacksprut {
    font-size: 20px;
    color: white;
    font-weight: 600;
}

.kraken {
    font-size: 20px;
    color: #2a3545;
    font-weight: 600;
	display:block;
}

.mega {
    font-size: 20px;
    color: white;
    font-weight: 400;
	display:block;
}

.omgomg {
    font-size: 20px;
    color: #070707;
    font-weight: 600;
    font-style: italic;
	display:block;
}
.bs {
    background: #1d1d1d;
}

.omg {
    background: #ffd249;
}

.mg {
    background: #E68722;
}

.kra {
    border: 1px solid #ecedee;
    box-shadow: 0 2px 6px 0 #eaf2fc;
}
.other_markets > div:hover {
    opacity: 0.9;
    transition: 0.4s;
}
.other_markets > div {
display: block;
    width: 100%;
    border-radius: 8px;
    line-height: 63px;
    text-align: center;
    height: 80px;
    vertical-align: middle;
}
.mega > p {
        display: inline-block;
    top: -1px;
    position: relative;
    margin-right: 5px;
}
.kraken > svg {
    vertical-align: middle;
    margin-right: 10px;
}
.pc-tab > section > div > h2 {
    font-size: 40px;
    color: #2a3545;
}
.pc-tab section > .tab1 > div,
.pc-tab section > .tab2 > div,
.pc-tab section > .tab3 > div,
.pc-tab section > .tab4 > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.l_section {
    max-width: 630px;
}

.pc-tab section > div > div > div  > h2 {
    font-size: 40px;
    margin-bottom: 15px;
    color: #2a3545;
}
.r_section > img {
    max-width: 450px;
    max-height: 450px;
}
a.murl {
    text-decoration: underline;
    color: #6f89ae;
    font-weight: 400;
}
.l_section > p {
    color: #626f84;
    font-size: 15px;
    line-height: 25px;
    white-space: pre-line;
}
@media(max-width: 850px) {
.tab_red {
    display: flex;
    flex-direction: column;
    gap: 30px;
	    border: 0;
    box-shadow: none;
    padding: 8px;
}
.tabcontent {
    padding: 0;
    border: 0;
}
.footer__inner {
    padding: 23px 8px;
}
nav.nav__tabs {
    padding-bottom: 15px;
    padding-top: 40px;
}

.tab {
    width: 100%;
}

.tab > button {
    text-align: center;
}
}
@media(max-width: 900px) {
	
.pc_header_nav {
    display: none;
}
span.preview__pretitle {
    text-align: center;
    padding-top: 30px;
}
.title_button {
    max-width: 336px;
    margin: 0 auto;
    padding: 30px 0;
}
p.preview__subtitle {
    padding: 0 50px;
    font-size: 13px;
}
.prem_block {
    display: flex;
    flex-direction: column;
}
.pc-tab section > .tab1 > div, .pc-tab section > .tab2 > div, .pc-tab section > .tab3 > div, .pc-tab section > .tab4 > div {
    display: flex;
    flex-direction: column-reverse;
    gap: 50px;
    text-align: center;
}
.benefits__title > h2 {
    text-align: center;
}

.inter_content {
    display: flex;
    flex-direction: column;
}
}
nav.nav__tabs::-webkit-scrollbar { width: 0; }
nav.nav__tabs { -ms-overflow-style: none; }
nav.nav__tabs { overflow: -moz-scrollbars-none; }
nav.nav__tabs > ul {
    padding: 0;
	min-width: 1150px;
}
nav.nav__tabs {
    overflow-y: scroll;
}
nav.nav__tabs > ul > li:last-child:after {
    content: "";
    width: 50px;
    height: 80px;
    background: #ffffff;
    display: block;
    float: right;
    position: absolute;
    right: -22px;
    filter: blur(12px);
    margin-top: -50px;
}

nav.nav__tabs {padding: 70px 0;    width: 100%;}

nav.nav__tabs > ul > li {
    list-style: none;
    display: inline-block;
}


/* Component Needs */

.pc-tab > input,
.pc-tab section > div {
  display: none;
}

#tab1:checked ~ section .tab1,
#tab2:checked ~ section .tab2,
#tab3:checked ~ section .tab3,
#tab4:checked ~ section .tab4,
#tab5:checked ~ section .tab5 {
  display: block;
}

#tab1:checked ~ nav .tab1 > 
label, #tab2:checked ~ nav .tab2 > 
label, #tab3:checked ~ nav .tab3 > 
label, #tab4:checked ~ nav .tab4 >
label, #tab5:checked ~ nav .tab5 > 
label {
    color: #3180ff !important;
    box-shadow: none;
    border: 2px solid #478bf8;
}

/* Visual Styles */

$activeColor: #ffffff;
$unactiveColor: #eeeeee;
$unactiveHoverColor: #dddddd;


.pc-tab { 
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
    li {
      label {
        font-family: "Raleway";
        float: left;
        padding: 15px 25px;
        border: 1px solid #ddd;
        border-bottom: 0;
        background: $unactiveColor;
        color: #444;
        &:hover {
          background: $unactiveHoverColor;
        }
        &:active {
          background: $activeColor;
        }
      }
      &:not(:last-child) label {
         border-right-width: 0; 
      }
    }
  }
  section {
    font-family: "Droid Serif";
    clear: both;
    div {
      padding: 20px; 
      width: 100%;
      border: 1px solid #ddd;
      background: #fff;
      line-height: 1.5em;
      letter-spacing: 0.3px;
      color: #444;
      h2 {
        margin: 0;
        font-family: "Raleway";
        letter-spacing: 1px;
        color: #34495e;
      }
    }
  }
}

#tab1:checked ~ nav .tab1,
#tab2:checked ~ nav .tab2,
#tab3:checked ~ nav .tab3,
#tab4:checked ~ nav .tab4,
#tab5:checked ~ nav .tab5 {
  label {
    background: white;
    color: #111;
    position: relative;
    &:after {
      content: '';
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: $activeColor;
      left: 0;
      bottom: -1px;
    }
  }
}














.container {
    max-width: 1250px;
    padding: 0 10px;
    margin: 0 auto
}

.title {
    text-transform: uppercase;
    font-size: 20px
}

.header.header--active .header__nav {
    transform: translateY(0);
    opacity: 1
}

.header.header--active .header__btn span {
    transform: translateY(0);
    background-color: #465976
}

.header.header--active .header__btn span:nth-child(1) {
    transform: rotate(45deg)
}

.header.header--active .header__btn span:nth-child(2) {
    scale: 0
}

.header.header--active .header__btn span:nth-child(3) {
    transform: rotate(-45deg)
}

.inst__item.inst__item--active .inst__step {
    background-color: #ebf3ff
}

.inst__item.inst__item--active .inst__step::after {
    transform: rotate(180deg);
    top: 18px
}

.inst__item.inst__item--active .inst__text {
    display: block
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0)
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots button {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    background-color: #a0a8b5;
    border: 50px;
    height: 2px;
    width: 15px;
    font-size: 0
}

.slick-dots {
    display: flex;
    margin-top: 15px;
    gap: 10px;
    align-items: center;
    justify-content: center
}

.slick-active button {
    background-color: #465976;
    height: 3px;
    width: 20px
}

.header {
    width: 100%;
    position: fixed;
    z-index: 999;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0
}
.title_button {
    margin-top: 30px;
    gap: 30px;
    display: flex;
    align-items: center;
}

.title_button > a:last-child {
    text-decoration: underline;
    color: #2a3545;
}
.pc_header_nav > ul > li {
    list-style: none;
    display: inline-block;
}



.header_button {
    color: #ffffff!important;
    background-color: #478bf8;
    z-index: 2;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 6px 0 #478bf873;
    border: 0;
    margin-left: 25px;
}

.pc_header_nav > ul > li > a {
    padding: 10px 23px;
    font-size: 15px;
    color: #2a3545;
}
.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.header__logo {
    position: relative;
    z-index: 997;
    max-width: 150px
}
.header__logo > a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-family: 'SF';
    font-weight: 600;
    font-size: 20px;
    color: #2a3545;
    align-content: center;
    gap: 10px;
}

.header__logo img {
    width: 100%;
    height: 100%
}

.header__btn {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 997;
    border: none;
    width: 31px;
    height: 30px;
    position: relative;
    cursor: pointer
}

.header__btn span {
    position: absolute;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-radius: 20px;
    background-color: #313131;
    right: 0px;
    width: 31px;
    height: 2px
}

.header__btn span:nth-child(1) {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px)
}

.header__btn span:nth-child(2) {
    width: 21px
}

.header__btn span:nth-child(3) {
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px)
}

.header__nav {
    position: fixed;
    z-index: 996;
    background-color: rgba(255, 255, 255, .98);
    min-height: 100vh;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    padding-top: 85px;
    padding-left: 10px;
    padding-right: 10px
}

.header__nav a {
    color: #000
}

.header__nav-item {
    margin-bottom: 40px
}

.header__nav-link {
    text-transform: capitalize;
    font-size: 16px
}
li.header__nav-broitem > a.preview__link {
    color: white !important;
    width: 100%;
}
a.header__nav-link {
    text-transform: none;
}
.header__nav-broitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid #a0a8b52e;
    padding-top: 40px;
    gap: 26px
}

.header__nav-brolink {
    text-transform: uppercase;
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.prem_block {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-evenly;
}

.p_block {
    border: 1px solid #ecedee;
    display: block;
    width: 100%;
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 2px 6px 0 #eaf2fc;
    line-height: 37px;
}
.p_block > span {
    display: block;
}

span.p_summ {
    font-weight: 600;
    font-size: 40px;
}
section.top_prem {
   
}

.preview__boxtitle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    background: url(../img/prewiew_bg_test.png) no-repeat right 34px;
    background-position-x: 510px;
    background-size: 45%;
}

.preview__boxtitle svg {
    position: absolute;
    border-radius: 0 0 30px 30px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.preview__title {
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 34px;
	padding: 20px 0;
}

.preview__subtitle {
    text-align: center;
    position: relative;
    z-index: 2;
    max-width: 835px;
    color: #626f84;
}

.preview__link {
    color: #ffffff;
    background-color: #478bf8;
    position: relative;
    z-index: 2;
    display: inline-block;
    text-align: center;
    padding: 16px 0;
    border-radius: 8px;
    width: 204px;
    float: left;
    box-shadow: 0 2px 6px 0 #478bf873;
    border: 0;
}

.preview__boxelem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.preview__boxelem-item {
    border: 1px solid #000;
    width: 300px;
    margin: 0 auto;
    height: 142px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 24px;
    border-radius: 0 90px 0 0;
    font-size: 15px;
    gap: 12px
}

.preview__boxelem-item img {
    width: 107px;
    height: 87px
}

.preview__boxelem-item:nth-child(1) {
    background-color: #ebf3ff
}

.preview__boxelem-item:nth-child(2) {
    position: relative;
    margin-bottom: 24px
}

.preview__boxelem-item:nth-child(2)::after {
    content: url(../images/logomini.svg);
    position: absolute;
    width: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    background-color: #000;
    border-radius: 50%;
    top: -2px;
    right: -1px
}

.preview__numb {
    font-size: 30px;
    width: 107px
}

.preview__boxelem-tor {
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    padding: 30px;
    background-color: #465976;
    border-radius: 28px;
    margin: 0 auto
}

.preview__boxelem-tor span {
    font-size: 25px;
    color: #fff
}

.preview__boxelem-tor-link {
    background-color: #fff;
    border-radius: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding: 22px 0px 22px 30px
}

.preview__boxelem-tor-link span {
    color: #000;
    text-transform: uppercase;
    font-size: 16px
}

.aba {
    position: relative;
    padding-bottom: 200px;
    overflow: hidden;
    margin-bottom: 60px
}

.aba::before {
    content: url(../images/zvezd.svg);
    position: absolute;
    left: 30px;
    top: 30px
}

.aba::after {
    content: url(../images/line.svg);
    position: absolute;
    bottom: 10px;
    right: -70px
}

.aba__inner {
    text-align: center;
    padding-top: 103px;
    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
}

.aba__title {
    margin-bottom: 30px
}

.aba__subtitle {
    letter-spacing: 1px
}

.aba__subtitle-one {
    margin-bottom: 34px
}

.aba__subtitle-two {
    margin-bottom: 64px
}

.aba__link {
    color: #000;
    width: 300px;
    border: 1px solid #000;
    padding: 21px 105px;
    border-radius: 32px;
    text-transform: uppercase
}

.vers {
    margin-bottom: 90px
}

.vers__title {
    margin-bottom: 40px
}

.vers__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.vers__item {
    text-align: start
}

.vers__item-img {
    margin: 0 auto;
    margin-bottom: 25px;
    width: 130px;
    height: 102px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vers__item-title {
    font-size: 17px;
    margin-bottom: 15px
}

.vers__item-text {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 145%;
    margin-bottom: 40px
}

.vers__btn {
    display: block;
    text-align: start;
    position: relative;
    color: #000;
    text-transform: uppercase;
    border: 2px solid #000;
    padding: 22px 10px 22px 45px;
    border-radius: 32px;
    width: 300px;
    margin: 0 auto
}

.vers__btn::after {
    content: url(../images/arrowrigth.svg);
    position: absolute;
    top: 15px;
    right: 40px
}

.inst {
    margin-bottom: 90px
}

.inst__title {
    margin-bottom: 50px
}

.inst__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7px
}

.inst__step {
    position: relative;
    font-size: 14px;
    border: 2px solid #000;
    padding: 22px 20px;
    border-radius: 25px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    background-color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s
}

.inst__step span {
    display: none
}

.inst__step::after {
    content: url(../images/arrowdown.svg);
    position: absolute;
    right: 20px;
    top: 22px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.inst__text {
    border: 2px solid #000;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-top: 50px;
    padding-left: 22px;
    padding-right: 15px;
    padding-bottom: 30px;
    margin-top: -33px;
    border-radius: 0 0 25px 25px;
    display: none;
    font-size: 15px
}

.inst__text h3 {
    margin-bottom: 10px;
    font-size: 17px;
    text-transform: uppercase
}

.rev {
    padding-top: 160px;
    position: relative;
    overflow: hidden;
    margin-bottom: 70px
}

.rev::before {
    content: url(../images/linetwo.svg);
    position: absolute;
    top: 0;
    left: -90px
}

.rev__title {
    margin-bottom: 60px
}

.rev__item {
    border: 1px solid #000;
    border-radius: 32px;
    min-height: 320px;
    padding: 22px 20px 40px 20px
}

.rev__item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px
}

.rev__au {
    text-transform: uppercase;
    font-size: 16px
}

.rev__cl {
    font-size: 15px;
    color: #465976
}

.rev__img {
    width: 60px;
    height: 60px;
    background-color: #ebf3ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #000
}



.footer__inner {
    padding: 23px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	border-top: 1px solid #f0f0f0;
	margin-top:50px;
}

.footer__inner img {
    opacity: 1
}
.inter_content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ecedee;
    box-shadow: 0 2px 6px 0 #eaf2fc;
    align-items: center;
	    margin-top: 30px;
}
a.button_blue {
    color: #ffffff !important;
    background-color: #478bf8;
    z-index: 2;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 6px 0 #478bf873;
    border: 0;
    padding: 12px;
    width: 210px;
    margin-top: 20px;
    font-weight: 600;
}

a.button_gray {
    z-index: 2;
    text-align: center;
    border-radius: 8px;
    border: 0;
    padding: 12px;
    width: 210px;
    margin-top: 15px;
    border: 1px solid #ecedee;
    box-shadow: 0 2px 6px 0 #eaf2fc;
    color: #2a3545;
    font-weight: 600;
}

.tor > span {
    font-size: 20px;
    margin-top: 25px;
}

.tor > img {
    max-width: 20%;
}
.inter_right {
    width: 59%;
    padding: 24px 30px;
}

.inter_left {
    padding: 40px;
    width: 100%;
}
.tor {
    display: flex;
    align-items: center;
    flex-direction: column;
}

span.inter_title {
    font-weight: 600;
    font-size: 20px;
    color: #2a3545;
}

.inter_content > div > p {
    color: #9ba3af;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 10px;
    line-height: 25px;
}
.tor > img {
    max-width: 20%;
}
.benefits-list-item:hover {
    border: 1px solid #c7dcff;
    box-shadow: 0 2px 6px 0 #478bf847;
    transition: 0.4s;
    cursor: pointer;
	
}
.pc_header_nav > ul > li > a:hover {
    color: #1667cd;
	transition: 0.4s;
}
a.header_button:hover {
    background: #3985ff;
	transition: 0.4s;
}
a:hover {
    transition: 0.4s;
    opacity: 0.8;
}
a.preview__link:hover {
    background: #3985ff;
	transition: 0.4s;
}

a.button_blue:hover {
    background: #3985ff;
	transition: 0.4s;
}

.header__logo:hover {
    opacity: 0.8;
	transition: 0.4s;
	
}
.inter_left {
}

.inter_content > div > p:last-child {
    margin-bottom: 0;
}
.footer__text {
    text-transform: uppercase;
    opacity: 1;
    font-size: 14px
}
@media(max-width: 700px) {
	.benefits-list-item:nth-child(odd), .benefits-list-item:nth-child(even) {
    width: 100%;
  }	
  
}
@media(min-width: 600px) {
	.benefits-list-item:nth-child(odd), .benefits-list-item:nth-child(even) {
    width: 48%;
  }	
  

	
.pc_header_nav {
    display: none;
}

    .title {
        font-size: 30px;
        text-align: center
    }
    .slick-slide {
        padding: 0 90px
    }
    .slick-dots {
        margin-top: 30px
    }
    .preview__boxtitle {
        
    }
    .preview__title {
        font-size: 40px
    }
    .preview__subtitle {
        font-size: 16px
    }
    .aba__inner {
        padding: 105px 33px 0 33px
    }
    .aba__subtitle {
        font-size: 18px
    }
    .vers {
        margin-bottom: 140px
    }
    .vers__title {
        margin-bottom: 75px
    }
    .vers__item {
        text-align: center;
        padding: 0 80px;
        margin-bottom: 50px
    }
    .vers__item:last-child {
        margin-bottom: 60px;
    }
    .vers__item-img {
        margin-bottom: 35px
    }
    .vers__item-title {
        font-size: 19px
    }
    .inst__step {
        font-size: 20px
    }
    .inst__title {
        margin-bottom: 75px
    }
    .inst__text {
        padding-right: 50px;
        font-size: 17px
    }
    .rev {
        margin-bottom: 100px
    }
    .rev__title {
        margin-bottom: 75px
    }
}
@media(min-width: 1028px) {

.benefits-list-item:nth-child(1) {
    width: 70%;
  }
  .benefits-list-item:nth-child(2) {
    width: 27%;
  }
  .benefits-list-item:nth-child(3) {
    width: 32%;
  }
  .benefits-list-item:nth-child(4) {
    width: 37%;
  }
  .benefits-list-item:nth-child(5) {
    width: 25.6%;
  }
  .benefits-list-item:nth-child(6) {
    width: 35%;
  }
  .benefits-list-item:nth-child(7) {
    width: 62%;
  }
  .benefits-list-item:nth-child(8) {
    width: 22%;
  }
  .benefits-list-item:nth-child(9) {
    width: 38%;
  }
  .benefits-list-item:nth-child(10) {
    width: 34.6%;
  }	
}
@media(max-width: 1120px) {
.p_block {
    height: 150px;
}
}
@media(max-width: 900px) {
.preview__boxtitle {
        background-position-x: center;
        background-size: 90%;
        background-position-y: bottom;
}
.title_button > a:last-child {
    display: none;
}

.title_button {
    margin-top: 0;
}
h1.preview__title {
    font-size: 30px;
}
#tab1:checked ~ nav .tab1 > label, #tab2:checked ~ nav .tab2 > label, #tab3:checked ~ nav .tab3 > label, #tab4:checked ~ nav .tab4 > label, #tab5:checked ~ nav .tab5 > label {
    z-index: 9;
}
}
@media(min-width: 900px) {

	.header__btn {
    display: none;
}
.pc_header_nav {
    display: block;
}
    .slick-slide {
        padding: 0 10px
    }
    .header__inner {
        padding: 20px 20px
    }
    .preview {

    }
    .preview__inner {
        display: flex;
		min-height: 405px;
    }
    .preview__boxtitle {
        margin-bottom: 0;
        width: 100%;
        padding-bottom: 0;
    }
    .preview__boxtitle svg {
        border-radius: 32px
    }
    .preview__title {
        text-align: start;
        font-size: 45px
    }
	.preview__pretitle {
    font-family: 'SF';
    font-weight: 200;
    font-size: 16px;
}

.preview__inner {
    color: #2a3545;
}
    .preview__subtitle {
        text-align: start;
        font-size: 16px;
        line-height: 135%;
    }
    .preview__link {
        margin: 0
    }
    .aba__title {
        margin-bottom: 50px
    }
    .aba__subtitle {
        font-size: 20px
    }
    .aba__subtitle-two {
        margin-bottom: 100px
    }
    .vers__box {
        flex-direction: row;
        gap: 15px
    }
    .vers__item {
        padding: 0;
        width: 32%
    }
    .vers__item-title {
        font-size: 17px
    }
    .inst__inner {
        width: 880px;
        margin: 0 auto
    }
    .inst__step span {
        display: inline-block
    }
}

@media(min-width: 1100px) {
    .header__nav {
        padding-left: 30px
    }
    .aba {
        padding-top: 95px
    }
    .aba::before {
        left: 85%;
        top: 12%
    }
    .aba::after {
        right: -20px
    }
    .aba__inner {
        position: relative;
        padding: 105px 83px 0 83px
    }
    .aba__inner::before {
        content: url(../images/webweb.svg);
        position: absolute;
        top: -100px;
        left: -105px;
        z-index: 2
    }
    .aba__inner::after {
        content: url(../images/lineaba.svg);
        position: absolute;
        bottom: -35%;
        left: -20%
    }
    .rev {
        padding-top: 250px
    }
    .rev::before {
        content: url(../images/linerevdesc.svg);
        top: -50px;
        left: -300px
    }
	

}

@media(max-height: 500px) {
    .header__nav-brolink {
        display: none
    }
}

@media(max-height: 350px) {
    .header__nav-item {
        margin-bottom: 20px
    }
    .header__nav-broitem {
        border-top: none
    }
}

@media(max-width: 330px) {
    .preview__boxelem-tor {
        width: 290px;
    }
    .preview__boxelem-item {
        width: 290px;
    }
}
@media(max-width: 900px){
        .p_block {
    height: auto;
}


.other_markets {
    display: flex;
    flex-direction: column;
}
}
nav.nav__tabs > ul > li:first-child:before {
    content: "";
    width: 50px;
    height: 80px;
    background: #ffffff;
    display: block;
    float: left;
    position: absolute;
    left: -22px;
    filter: blur(12px);
    margin-top: -38px;
    z-index: 9;
}