.mt-screen1 {
  padding: 56px 0 0;
  background: url("../img/ps2.png") no-repeat top;
  background-size: cover;
  text-align: center;
  position: relative; }
  .mt-screen1:before {
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
    top: -35px;
    right: 15%;
    background: url("../img/elipse.png") no-repeat center;
    background-size: contain;
    z-index: 2; }
  .mt-screen1 h1 {
    font-size: 54px;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(to bottom, white 50%, #8CC0E1);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important; }
  .mt-screen1 p {
    font-size: 18px;
    color: #B0BADC;
    margin-top: 8px; }
  .mt-screen1 .text {
    max-width: 800px;
    margin: 0 auto 0;
    padding: 50px 0;
    position: relative;
    z-index: 4; }
    .mt-screen1 .text p {
      margin-top: 0; }
  .mt-screen1 .buttons-wrap {
    margin-top: 0;
    position: relative;
    z-index: 4; }
    .mt-screen1 .buttons-wrap .main-btn {
      margin: 0 5px;
      position: relative; }
      .mt-screen1 .buttons-wrap .main-btn:not(.with-os) {
        width: 305px;
        height: auto;
        padding-left: 20px;
        padding-right: 20px; }
      .mt-screen1 .buttons-wrap .main-btn.with-os {
        height: 80px;
        padding: 0 20px; }
        .mt-screen1 .buttons-wrap .main-btn.with-os:hover:before {
          background: linear-gradient(0deg, #28EBE0 0%, rgba(40, 235, 224, 0) 100%); }
        .mt-screen1 .buttons-wrap .main-btn.with-os:before {
          content: '';
          width: 1px;
          height: 100%;
          position: absolute;
          top: 0;
          right: 90px;
          transition: 0.2s;
          background: linear-gradient(180deg, #28EBE0 0%, rgba(40, 235, 224, 0) 100%); }
      .mt-screen1 .buttons-wrap .main-btn .os {
        width: 50px;
        height: 100%;
        margin-left: 40px;
        padding-left: 25px;
        object-fit: contain;
        object-position: right; }

.back-wrap {
  background: #00041E;
  padding-bottom: 30px; }
  .back-wrap.last-r {
    padding-bottom: 85px; }
  .back-wrap .wrap {
    position: relative;
    z-index: 4; }

.mt-wrap {
  position: relative;
  /*&:before{
  		content: '';
  		width: 100%;
  		height: 80px;
  		position:absolute;
  		left: 0;
  		bottom:0;
  		background:$darkblue;
  		clip-path: polygon(0 0,50% calc(100% - 7px), 100% 0,100% 100%,50% 100%, 0 100%);
  		z-index: 3;
  	}*/ }
  .mt-wrap .bottom-decor {
    position: absolute;
    bottom: -120px;
    left: 0;
    width: 100%;
    height: 500px;
    pointer-events: none;
    background: url("../img/separator.png") no-repeat bottom;
    background-size: 100% 100%;
    z-index: 3;
    /*&:after{
    	content: '';
    	width: 100%;
    	height: 100%;
    	position:absolute;
    	left: 0;
    	bottom:0;
    	background:linear-gradient(to right,#2B3B58,#2C6EC0,#2B3B58);
    	clip-path: polygon(0 0,50% calc(100% - 7px), 100% 0,100% 7px,50% 100%, 0 7px);
    	filter: blur(2px);
    }*/ }
  .mt-wrap .image-wrap {
    display: block;
    margin: 40px auto 0;
    width: 100%;
    max-width: 800px;
    position: relative; }
    .mt-wrap .image-wrap.nobefore:before {
      display: none; }
    .mt-wrap .image-wrap.noafter:after {
      display: none; }
    .mt-wrap .image-wrap:before {
      content: '';
      width: 70px;
      height: 70px;
      position: absolute;
      top: -25px;
      left: -25px;
      background: url("../img/elipse.png") no-repeat center;
      background-size: contain;
      z-index: 2;
      filter: drop-shadow(-3px -5px 5px rgba(255, 255, 255, 0.4)); }
    .mt-wrap .image-wrap:after {
      content: '';
      width: 200px;
      height: 150px;
      position: absolute;
      bottom: 0;
      right: -120px;
      background: url("../img/elipse.png") no-repeat top;
      background-size: 100%; }
    .mt-wrap .image-wrap img {
      width: 100%;
      position: relative;
      z-index: 1; }

.mt-screen2 {
  padding: 80px 0;
  text-align: center;
  background: url("../img/mt2-bg.png") no-repeat top;
  background-size: cover; }
  .mt-screen2 .back-wrap {
    padding-top: 94px;
    padding-bottom: 80px; }
    .mt-screen2 .back-wrap .offers .offer {
      color: #B0BADC;
      font-size: 14px;
      font-weight: 400; }
  .mt-screen2 .section-heading {
    font-size: 32px; }
  .mt-screen2 .buttons-wrap {
    margin-top: 30px; }
    .mt-screen2 .buttons-wrap .main-btn {
      margin: 0 5px;
      width: 305px;
      padding-left: 15px;
      padding-right: 15px; }

.offers {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  width: calc(100% + 16px);
  margin-left: -8px; }
  .offers.col3 {
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-8px); }
    .offers.col3 .offer {
      width: calc(33.3% - 16px); }
  .offers.col4 {
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-8px); }
    .offers.col4 .offer {
      width: calc(25% - 16px); }
  .offers.col5 {
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-8px); }
    .offers.col5 .offer {
      width: calc(20% - 16px); }
  .offers .offer {
    width: calc(25% - 16px);
    margin: 16px 8px 0;
    background: rgba(18, 21, 36, 0.24);
    box-shadow: inset 0px 2px 1px #212E3F, inset 0px 40px 40px rgba(33, 46, 63, 0.16), inset 0px -3px 6px rgba(33, 46, 63, 0.19), inset 0px -6px 18px rgba(33, 46, 63, 0.16), inset 0px 6px 12px rgba(33, 46, 63, 0.4);
    backdrop-filter: blur(12px);
    border-radius: 8px;
    padding: 15px;
    height: 115px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: white; }

.mt-screen3 {
  padding: 0 0 120px;
  background: #040C23; }
  .mt-screen3 .liists {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
    .mt-screen3 .liists.col1 .list {
      width: 100%; }
    .mt-screen3 .liists .list {
      width: calc(33.3% - 20px);
      padding: 0;
      background: #0A1536;
      border-radius: 8px;
      overflow: hidden; }
      .mt-screen3 .liists .list .title {
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 24px;
        width: calc(100% + 6px);
        margin-left: -3px;
        background: linear-gradient(180deg, #121524 0%, rgba(18, 21, 36, 0) 100%);
        box-shadow: inset 0px 2px 1px #212E3F, inset 0px 40px 40px rgba(33, 46, 63, 0.16), inset 0px -3px 6px rgba(33, 46, 63, 0.19), inset 0px -6px 18px rgba(33, 46, 63, 0.16), inset 0px 6px 12px rgba(33, 46, 63, 0.4); }
      .mt-screen3 .liists .list li {
        position: relative;
        padding: 17px 24px;
        font-size: 14px;
        font-weight: 600;
        color: white; }
        .mt-screen3 .liists .list li a {
          color: #2CFFF2;
          transition: 0.2s; }
          .mt-screen3 .liists .list li a:hover {
            color: white; }
        .mt-screen3 .liists .list li:after {
          content: '';
          width: calc(100% + 40px);
          background: linear-gradient(to right, #0A1536, #2B6ABA, #0A1536);
          height: 1px;
          position: absolute;
          top: 0;
          left: -40px; }
      .mt-screen3 .liists .list ul {
        padding-left: 0; }
        .mt-screen3 .liists .list ul li:after {
          width: 100%;
          left: 0; }
        .mt-screen3 .liists .list ul li a {
          padding-right: 30px;
          display: block;
          width: 100%;
          position: relative; }
          .mt-screen3 .liists .list ul li a:after {
            content: '';
            width: 15px;
            height: 15px;
            position: absolute;
            right: 0;
            top: 0;
            background: url("../img/note.svg") no-repeat center;
            background-size: contain; }
      .mt-screen3 .liists .list ol {
        padding-left: 40px;
        counter-reset: zerocounter; }
        .mt-screen3 .liists .list ol li {
          counter-increment: zerocounter; }
          .mt-screen3 .liists .list ol li:before {
            content: "0" counter(zerocounter);
            font-weight: 400;
            width: 40px;
            margin-left: -40px;
            display: inline-block;
            position: relative; }

@media (min-width: 1600px) {
  .mt-screen2 .buttons-wrap .main-btn {
    width: 350px;
    padding-left: 20px;
    padding-right: 20px; }

  .mt-screen2 .back-wrap .offers .offer {
    font-size: 16px; }

  .back-wrap.last-r {
    padding-bottom: 90px; }

  .offers.col4:not(.bigest) {
    max-width: 1170px; }
  .offers.col5big {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto; }
  .offers.colsmallonfullhd {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto; }

  .mt-screen1 .buttons-wrap {
    margin-top: 0;
    position: relative;
    z-index: 4; }
    .mt-screen1 .buttons-wrap .main-btn:not(.with-os) {
      width: 350px;
      height: auto;
      padding-top: 34px;
      padding-bottom: 34px; } }
@media (max-width: 1300px) {
  .mt-screen1::before {
    right: -15px; }

  .mt-screen1 {
    padding: 56px 0 0; }
    .mt-screen1 h1 {
      font-size: 54px; }
    .mt-screen1 p {
      font-size: 18px;
      margin-top: 8px; }
    .mt-screen1 .text {
      padding: 50px 0; }
    .mt-screen1 .buttons-wrap .main-btn {
      margin: 0 5px; }
      .mt-screen1 .buttons-wrap .main-btn.with-os {
        height: 80px;
        padding: 0 20px; }
        .mt-screen1 .buttons-wrap .main-btn.with-os:before {
          right: 90px; }
      .mt-screen1 .buttons-wrap .main-btn .os {
        width: 50px;
        margin-left: 40px;
        padding-left: 25px; }

  .back-wrap {
    padding-bottom: 0; }
    .back-wrap.last-r {
      padding-bottom: 70px; }

  .mt-wrap .bottom-decor {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%; }
  .mt-wrap .image-wrap {
    margin: 40px auto 0;
    width: 100%;
    max-width: 800px;
    position: relative; }
    .mt-wrap .image-wrap:before {
      content: '';
      width: 70px;
      height: 70px;
      position: absolute;
      top: -25px;
      left: -25px; }
    .mt-wrap .image-wrap:after {
      width: 170px;
      height: 150px;
      right: -60px;
      bottom: 30px; }

  .mt-screen2 {
    padding: 60px 0; }
    .mt-screen2 .back-wrap {
      padding-top: 60px;
      padding-bottom: 60px; }
      .mt-screen2 .back-wrap .offers .offer {
        font-size: 16px; }
    .mt-screen2 .section-heading {
      font-size: 32px; }
    .mt-screen2 .buttons-wrap {
      margin-top: 30px; }
      .mt-screen2 .buttons-wrap .main-btn {
        margin: 0 5px;
        width: 305px; }

  .offers {
    margin-top: 30px; }
    .offers.col4 .offer {
      width: calc(25% - 16px); }
    .offers.col5 .offer {
      width: calc(20% - 16px); }
    .offers.col3 .offer {
      width: calc(33.3% - 16px); }
    .offers .offer {
      width: calc(25% - 16px);
      margin: 16px 8px 0;
      padding: 15px;
      height: 115px;
      font-size: 18px; }
      .offers .offer.big {
        width: calc(50% - 16px); }

  .mt-screen3 {
    padding: 0 0 100px; }
    .mt-screen3 .liists .list {
      width: calc(33.3% - 20px); }
      .mt-screen3 .liists .list .title {
        font-size: 18px; }
      .mt-screen3 .liists .list li {
        padding: 15px 24px;
        font-size: 14px; }
        .mt-screen3 .liists .list li:after {
          width: calc(100% + 40px);
          left: -40px; }
      .mt-screen3 .liists .list ul li a {
        padding-right: 0; }
        .mt-screen3 .liists .list ul li a:after {
          content: '';
          width: 15px;
          height: 15px;
          display: none; }
      .mt-screen3 .liists .list ol {
        padding-left: 40px; }
        .mt-screen3 .liists .list ol li:before {
          width: 40px;
          margin-left: -40px; } }
@media (max-width: 991px) {
  .mt-screen1 {
    padding: 50px 0 0; }
    .mt-screen1:before {
      display: none; }
    .mt-screen1 h1 {
      font-size: 54px; }
    .mt-screen1 p {
      font-size: 18px;
      margin-top: 8px; }
    .mt-screen1 .text {
      padding: 50px 0;
      max-width: 500px;
      margin-left: auto;
      margin-right: auto; }
    .mt-screen1 .buttons-wrap {
      display: flex;
      flex-direction: column; }
      .mt-screen1 .buttons-wrap.sml .main-btn {
        width: 240px;
        font-size: 13px; }
      .mt-screen1 .buttons-wrap .main-btn {
        margin: 15px auto 0; }
        .mt-screen1 .buttons-wrap .main-btn:first-of-type {
          margin-top: 0; }
        .mt-screen1 .buttons-wrap .main-btn.with-os {
          height: 80px;
          padding: 0 20px;
          width: 320px; }
          .mt-screen1 .buttons-wrap .main-btn.with-os:before {
            right: 90px; }
        .mt-screen1 .buttons-wrap .main-btn .os {
          width: 50px;
          margin-left: 60px;
          padding-left: 25px; }

  .back-wrap {
    padding-bottom: 0; }
    .back-wrap.last-r {
      padding-bottom: 65px; }

  .mt-wrap .bottom-decor {
    position: absolute;
    bottom: -90px;
    left: 0;
    width: 100%;
    height: 400px; }
  .mt-wrap .image-wrap {
    margin: 40px auto 0;
    width: 100%;
    max-width: 800px;
    position: relative;
    padding: 0 40px; }
    .mt-wrap .image-wrap:before {
      content: '';
      width: 85px;
      height: 85px;
      position: absolute;
      top: -25px;
      left: 0; }
    .mt-wrap .image-wrap:after {
      width: 170px;
      height: 150px;
      right: -100px;
      display: none; }

  .mt-screen2 {
    padding: 60px 0; }
    .mt-screen2 .back-wrap {
      padding-top: 60px;
      padding-bottom: 60px; }
      .mt-screen2 .back-wrap .offers .offer {
        font-size: 16px; }
    .mt-screen2 .section-heading {
      font-size: 32px; }
    .mt-screen2 .buttons-wrap {
      margin-top: 30px; }
      .mt-screen2 .buttons-wrap.sml .main-btn {
        width: 240px;
        font-size: 13px; }
      .mt-screen2 .buttons-wrap .main-btn {
        margin: 0 5px;
        width: 305px;
        height: 80px; }

  .offers {
    margin-top: 30px; }
    .offers.col4 .offer {
      width: calc(33.3% - 16px); }
    .offers.col4tablet .offer {
      width: calc(50% - 16px) !important; }
    .offers.col5 .offer {
      width: calc(33.3% - 16px); }
    .offers.col3 .offer {
      width: calc(33.3% - 16px); }
    .offers.col2tablet .offer {
      width: calc(50% - 16px); }
    .offers .offer {
      width: calc(33.3% - 16px);
      margin: 16px 8px 0;
      padding: 15px;
      height: 115px;
      font-size: 18px; }
      .offers .offer.big {
        width: 100%;
        order: 12123; }

  .mt-screen3 {
    padding: 0 0 100px; }
    .mt-screen3 .liists {
      display: block; }
      .mt-screen3 .liists .list {
        width: 100%;
        margin-top: 20px; }
        .mt-screen3 .liists .list:first-of-type {
          margin-top: 0; }
        .mt-screen3 .liists .list .title {
          font-size: 18px; }
        .mt-screen3 .liists .list li {
          padding: 15px 24px;
          font-size: 14px; }
          .mt-screen3 .liists .list li:after {
            width: calc(100% + 40px);
            left: -40px; }
        .mt-screen3 .liists .list ul li a {
          padding-right: 0; }
          .mt-screen3 .liists .list ul li a:after {
            content: '';
            width: 15px;
            height: 15px;
            display: block;
            top: 2px; }
        .mt-screen3 .liists .list ol {
          padding-left: 40px; }
          .mt-screen3 .liists .list ol li:before {
            width: 40px;
            margin-left: -40px; } }
@media (max-width: 767px) {
  .mt-screen1 {
    padding: 50px 0 0; }
    .mt-screen1:before {
      display: none; }
    .mt-screen1 h1 {
      font-size: 54px; }
    .mt-screen1 p {
      font-size: 18px;
      margin-top: 8px; }
    .mt-screen1 .text {
      padding: 40px 0; }
      .mt-screen1 .text:last-of-type {
        padding-bottom: 60px; }
    .mt-screen1 .buttons-wrap {
      display: flex;
      flex-direction: column; }
      .mt-screen1 .buttons-wrap .main-btn {
        margin: 15px auto 0;
        width: 100%; }
        .mt-screen1 .buttons-wrap .main-btn:first-of-type {
          margin-top: 0; }
        .mt-screen1 .buttons-wrap .main-btn.with-os {
          height: 80px;
          padding: 0 20px; }
          .mt-screen1 .buttons-wrap .main-btn.with-os:before {
            right: 90px; }
        .mt-screen1 .buttons-wrap .main-btn .os {
          width: 50px;
          margin-left: auto;
          padding-left: 25px; }

  .back-wrap {
    padding-bottom: 0; }
    .back-wrap.last-r {
      padding-bottom: 60px; }

  .mt-wrap .bottom-decor {
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    height: 300px; }
  .mt-wrap .image-wrap {
    margin: 40px auto 0;
    padding: 0 10px; }
    .mt-wrap .image-wrap.nobefore {
      width: calc(100% + 30px);
      margin-left: -15px; }
    .mt-wrap .image-wrap:before {
      content: '';
      width: 40px;
      height: 40px;
      position: absolute;
      top: -10px;
      left: -5px; }
    .mt-wrap .image-wrap:after {
      display: none; }

  .mt-screen2 {
    padding: 60px 0;
    background: #040C23; }
    .mt-screen2 .back-wrap {
      padding-top: 50px;
      padding-bottom: 50px; }
      .mt-screen2 .back-wrap .section-heading {
        text-align: left; }
      .mt-screen2 .back-wrap .offers {
        display: block;
        overflow: visible; }
        .mt-screen2 .back-wrap .offers .offer {
          font-size: 14px; }
    .mt-screen2 .section-heading {
      font-size: 24px;
      background: linear-gradient(to bottom, white 50%, #8CC0E1);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent !important;
      color: transparent; }
      .mt-screen2 .section-heading b {
        display: inline;
        background-clip: unset;
        background: transparent;
        color: transparent; }
    .mt-screen2 .buttons-wrap {
      margin-top: 30px; }
      .mt-screen2 .buttons-wrap.sml .main-btn {
        width: 100%;
        font-size: 14px; }
      .mt-screen2 .buttons-wrap .main-btn {
        margin: 0 0;
        width: 100%;
        max-width: 100%;
        height: 80px; }
        .mt-screen2 .buttons-wrap .main-btn:not(:first-of-type) {
          margin-top: 15px; }

  .of-scroll {
    width: calc(100% + 30px);
    margin-left: -15px;
    overflow: auto;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 15px; }
    .of-scroll .offers {
      display: inline-flex !important;
      flex-flow: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      width: 100%;
      margin-left: 0; }
      .of-scroll .offers .offer {
        width: auto;
        margin: 0 15px 0 0;
        padding: 15px;
        height: 115px;
        font-size: 14px;
        flex: 0 0 280px; }
        .of-scroll .offers .offer.big {
          width: auto;
          order: unset; }

  .offers {
    margin-top: 30px; }
    .offers.col4 .offer {
      width: 100%; }
    .offers.col4tablet .offer {
      width: 100% !important; }
    .offers.col5 .offer {
      width: 100%; }
    .offers.col3 .offer {
      width: 100%; }
    .offers.col2tablet .offer {
      width: 100%; }
    .offers .offer {
      width: 100%;
      height: 96px; }
      .offers .offer.big {
        width: 100%; }

  .mt-screen3 {
    padding: 0 0 100px; }
    .mt-screen3 .liists {
      display: block; }
      .mt-screen3 .liists .list {
        width: 100%;
        margin-top: 20px; }
        .mt-screen3 .liists .list:first-of-type {
          margin-top: 0; }
        .mt-screen3 .liists .list .title {
          font-size: 18px; }
        .mt-screen3 .liists .list li {
          padding: 15px 24px;
          font-size: 14px; }
          .mt-screen3 .liists .list li:after {
            width: calc(100% + 40px);
            left: -40px; }
        .mt-screen3 .liists .list ul li a {
          padding-right: 0; }
          .mt-screen3 .liists .list ul li a:after {
            content: '';
            width: 15px;
            height: 15px;
            display: none; }
        .mt-screen3 .liists .list ol {
          padding-left: 40px; }
          .mt-screen3 .liists .list ol li:before {
            width: 40px;
            margin-left: -40px; } }
@media (max-width: 500px) {
  .mt-screen1 {
    padding: 40px 0 0; }
    .mt-screen1:before {
      display: none; }
    .mt-screen1 h1 {
      font-size: 32px; }
    .mt-screen1 p {
      font-size: 14px;
      margin-top: 8px; } }

/*# sourceMappingURL=mt4.css.map */
