@import url(css/bootstrap.min.css);
html,
body,
ul {
  margin: 0;
  padding: 0; }

img {
  display: block;
  max-width: 100%; }

ul {
  list-style: none; }

a,
button {
  transition: all .4s;
  cursor: pointer; }

button {
  display: block; }

button:focus {
  outline: none; }

a:hover {
  text-decoration: none; }

.slick-slide {
  outline: none; }

html {
  overflow-x: hidden; }

body {
  overflow: hidden; }

body {
  font-family: 'PT Sans', sans-serif; }
  body.active {
    position: fixed;
    width: 100%; }

.container {
  max-width: 1170px; }

.button {
  padding: 17px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-radius: 30px;
  color: #fff;
  transition: all 0.4s; }
  .button:hover {
    transform: scale(0.98) translateY(5px); }

.br-mob {
  display: none; }
  @media screen and (max-width: 480px) {
    .br-mob {
      display: block; } }

.form-modal-header {
  padding: 20px;
  font-size: 24px; }

.form-input {
  width: 100%;
  border-radius: 40px;
  padding: 10px 15px;
  border: 2px solid #18469c;
  outline: none;
  font-size: 18px; }

.modal-dialog {
  max-width: 320px; }
  @media screen and (max-width: 575px) {
    .modal-dialog {
      max-width: 100%; } }

.input-wrapper {
  margin-bottom: 15px; }

.form-btn {
  width: 190px;
  display: block;
  background-color: #ff0325;
  margin: 15px auto 0; }
  .form-btn.disabled {
    background-color: #aaa;
    cursor: not-allowed; }
    .form-btn.disabled:hover {
      transform: none; }

.message {
  display: none;
  text-align: center; }

.uk-animation-slide-bottom-medium {
  animation-name: uk-fade-bottom-medium;
  animation-duration: .5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both; }

@keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    transform: translateY(50px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.rep-section {
  padding: 20px 0;
  background: #e8eef8; }
  @media screen and (max-width: 991px) {
    .rep-section {
      padding: 40px 0 60px; } }

.rep-block:not(:last-child) {
  margin-bottom: 55px; }
  @media screen and (max-width: 991px) {
    .rep-block:not(:last-child) {
      margin-bottom: 15px; } }

.rep-header {
  margin-bottom: 15px; }

.rep-text {
  font-size: 18px;
  line-height: 1.1; }

.rep-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }

@media screen and (max-width: 991px) {
  .rep-img-col {
    display: none; } }

.variants-section {
  padding: 50px 0 100px;
  background: url("img/bg4-1.png") left calc(100% - 50px) no-repeat, url("img/bg4-2.png") right bottom no-repeat; }
  @media screen and (max-width: 991px) {
    .variants-section {
      padding: 50px 0;
      background: #fff; } }

.variants-header {
  margin-bottom: 40px; }

.receiver-section {
  padding: 60px 0 35px;
  background-color: #e8eef8; }

.rec-header {
  margin-bottom: 30px; }

.rec-text {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.1; }

.rec-btn {
  width: 190px;
  background-color: #ff0325; }
  @media screen and (max-width: 991px) {
    .rec-btn {
      margin: 0 auto; } }

.rec-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }

.rec-img {
  margin-top: 50px; }

.footer-top {
  padding: 20px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media screen and (max-width: 1199px) {
    .footer-top {
      -ms-flex-direction: column;
          flex-direction: column; } }

@media screen and (max-width: 1199px) {
  .footer-logo {
    margin-bottom: 15px; } }

.footer-btn {
  width: 300px;
  background-color: #ff0325; }
  @media screen and (max-width: 480px) {
    .footer-btn {
      width: 290px; } }

.phone.footer-phone {
  margin-left: initial; }
  @media screen and (max-width: 1199px) {
    .phone.footer-phone {
      margin-bottom: 15px;
      width: auto; } }

.copyright {
  padding: 20px 0;
  font-size: 18px;
  text-align: center; }
  @media screen and (max-width: 1199px) {
    .copyright {
      padding-top: 0; } }

@media screen and (max-width: 1199px) {
  .main-menu.footer-menu {
    display: none; } }

.page-header {
  padding: 20px 0; }

.header-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.city {
  margin-left: 40px;
  padding: 15px 0 15px 50px;
  font-weight: 700;
  text-transform: uppercase;
  background: url("img/mark.png") left center no-repeat; }
  @media screen and (max-width: 991px) {
    .city {
      margin-left: 10px;
      margin-top: 10px;
      width: 100%; } }

.phone {
  margin-left: auto;
  padding-left: 75px;
  font-size: 24px;
  font-weight: 700;
  color: #18469c;
  background: url("img/wa.png") left center no-repeat;
  transition: all 0.4s; }
  .phone:hover {
    color: #18A1DB; }
  .phone span {
    position: relative;
    z-index: 1;
    margin-left: 10px;
    font-size: 36px; }
  @media screen and (max-width: 991px) {
    .phone {
      margin-top: 5px;
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .phone span {
      text-shadow: 1px 1px 20px #fff, -1px -1px 20px #fff, -4px -4px 20px #fff, 4px 4px 20px #fff, -6px -6px 20px #fff, 6px 6px 20px #fff; } }
  @media screen and (max-width: 380px) {
    .phone {
      padding-left: 65px;
      padding-top: 5px; }
      .phone span {
        font-size: 30px;
        margin-left: 5px; } }

@media screen and (max-width: 991px) {
  .logo {
    max-width: 220px; } }

.main-menu {
  margin-top: 20px;
  padding: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #18469c; }
  @media screen and (max-width: 991px) {
    .main-menu {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start;
      text-align: left;
      background-color: transparent;
      margin-top: 0; } }

.menu-link {
  position: relative;
  font-size: 18px;
  color: #fff;
  transition: all 0.4s;
  text-transform: uppercase;
  font-weight: 700; }
  .menu-link:not(:last-child) {
    margin-right: 43px; }
    @media screen and (max-width: 991px) {
      .menu-link:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px; } }
  @media screen and (max-width: 380px) {
    .menu-link {
      font-size: 16px; } }
  .menu-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: all .4s; }
  .menu-link:hover {
    color: #fff; }
    .menu-link:hover::after {
      width: 100%; }

.mob-menu,
.burger {
  display: none; }

@media screen and (max-width: 991px) {
  .mob-menu {
    display: block;
    position: absolute;
    z-index: 100;
    background-color: #18469c;
    left: -100%;
    top: 0;
    max-width: 350px;
    height: 100vh;
    transition: all 0.4s; }
  .mob-menu.active {
    left: 0; } }

@media screen and (max-width: 380px) {
  .mob-menu {
    max-width: 260px; } }

@media screen and (max-width: 991px) {
  .burger {
    margin-left: auto;
    width: 40px;
    height: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    cursor: pointer; }
  .burger span {
    position: relative;
    display: block;
    height: 4px;
    background-color: #18469c;
    border-radius: 34px;
    transition: all 0.4s; }
  .burger.active span:first-child {
    transform: rotate(45deg);
    top: 15px; }
  .burger.active span:nth-child(2) {
    transform: scale(0); }
  .burger.active span:last-child {
    bottom: 16px;
    transform: rotate(-45deg); } }

.fs-block {
  background: url("img/bg3.jpg") center top/1920px no-repeat; }
  @media screen and (max-width: 480px) {
    .fs-block {
      background: url("img/bg3-mob.jpg") center -80px/480px no-repeat; } }
  @media screen and (max-width: 380px) {
    .fs-block {
      background: url("img/bg3-mob.jpg") center top/380px no-repeat; } }

.fs-section {
  margin-top: 30px;
  padding-bottom: 290px; }
  @media screen and (max-width: 480px) {
    .fs-section {
      padding-bottom: 100px; } }

.fs-inner {
  display: table; }
  @media screen and (max-width: 991px) {
    .fs-inner {
      margin: 0 auto; } }
  @media screen and (max-width: 480px) {
    .fs-inner {
      display: block; } }

.main-header {
  position: relative;
  z-index: 1;
  margin-left: 170px;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff; }
  @media screen and (max-width: 991px) {
    .main-header {
      margin-left: 0;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .main-header {
      text-align: left;
      font-size: 40px; } }
  @media screen and (max-width: 575px) {
    .main-header {
      font-size: 36px; } }
  @media screen and (max-width: 480px) {
    .main-header {
      font-size: 45px;
      display: table;
      margin: auto; } }
  .main-header::after {
    content: '';
    display: block;
    width: 685px;
    height: 100px;
    position: absolute;
    top: -20px;
    left: -90px;
    z-index: -1;
    background: url("img/bg1.png") center no-repeat; }
    @media screen and (max-width: 767px) {
      .main-header::after {
        top: -25px; } }
    @media screen and (max-width: 480px) {
      .main-header::after {
        width: 460px;
        height: 140px;
        top: -20px;
        left: -90px;
        background: url("img/bg1-mob.png") center no-repeat; } }

.main-header-label {
  position: relative;
  left: 150px;
  padding-left: 30px;
  padding-top: 15px;
  display: block;
  text-align: left;
  margin-top: 45px;
  margin-left: auto;
  font-size: 25px;
  color: #fff;
  z-index: 1;
  width: 250px;
  height: 210px;
  background: url("img/bg2.png") center no-repeat; }
  @media screen and (max-width: 991px) {
    .main-header-label {
      left: 0;
      margin: 45px auto 0; } }
  .main-header-label > span {
    display: block;
    font-weight: 700;
    font-size: 56px;
    line-height: .9; }
    .main-header-label > span span {
      font-size: 42px; }

.fs-btn {
  width: 190px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: -160px;
  background-color: #18469c; }
  @media screen and (max-width: 991px) {
    .fs-btn {
      margin-right: auto; } }

.podarok-btn {
  margin-bottom: -120px;
  margin-right: 0px; 
  position:relative; 
  top:-120px; 
  right:15%;
}

.launch-section {
  padding-bottom: 65px;
  position: relative;
  background: url("img/bg4-1.png") left 550px no-repeat, url("img/bg4-2.png") right bottom no-repeat #dde4e8; }
  .launch-section::before {
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 20px;
    background-color: #dde4e8;
    box-shadow: 0 -20px 20px 20px #dde4e8; }
  @media screen and (max-width: 767px) {
    .launch-section {
      padding-top: 50px;
      padding-bottom: 50px;
      background: #dde4e8; } }

.section-header {
  font-size: 48px;
  font-weight: 700;
  color: #18469c;
  line-height: 1.1;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .section-header {
      font-size: 40px; } }
  @media screen and (max-width: 575px) {
    .section-header {
      font-size: 36px; } }
  @media screen and (max-width: 480px) {
    .section-header {
      font-size: 32px; } }
  @media screen and (max-width: 380px) {
    .section-header {
      font-size: 30px; }
      .section-header br {
        display: none; } }

.launch-header {
  margin-top: -70px;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .launch-header {
      margin-top: 0;
      margin-bottom: 20px; } }

.header-with-shadow {
  text-shadow: 1px 1px 20px #fff, -1px -1px 20px #fff, -5px -5px 20px #fff, 5px 5px 20px #fff, -10px -10px 20px #fff, 10px 10px 20px #fff, -20px -20px 20px #fff, 20px 20px 20px #fff; }

.add-header {
  margin-bottom: 45px;
  font-weight: 700;
  color: #ff0325;
  font-size: 60px;
  line-height: 1.1; }
  @media screen and (max-width: 767px) {
    .add-header {
      font-size: 50px; } }
  @media screen and (max-width: 575px) {
    .add-header {
      font-size: 40px; } }
  @media screen and (max-width: 480px) {
    .add-header {
      font-size: 36px;
      margin-bottom: 20px; } }

.launch-info {
  font-size: 18px;
  line-height: 1.2; }

.launch-sets {
  margin-top: 65px; }

.sets-header {
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .sets-header {
      margin-bottom: 20px; } }

.sets-info {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1; }

.launch-card {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 20px 65px 20px 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 1199px) {
    .launch-card {
      padding: 30px 15px;
      -ms-flex-direction: column;
          flex-direction: column;
      width: 50%;
      margin: 0 auto 30px; } }
  @media screen and (max-width: 991px) {
    .launch-card {
      width: 65%; } }
  @media screen and (max-width: 767px) {
    .launch-card {
      width: 100%; } }

.launch-img-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 150px;
  margin-right: 30px; }
  @media screen and (max-width: 1199px) {
    .launch-img-wrapper {
      margin-right: 0;
      margin-bottom: 20px; } }

.launch-card-header {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  color: #18469c;
  text-transform: uppercase;
  line-height: 1.1; }
  @media screen and (max-width: 575px) {
    .launch-card-header {
      font-size: 26px; } }

.launch-desc-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .launch-desc-bottom {
      -ms-flex-pack: justify;
          justify-content: space-between; } }

.launch-desc {
  width: calc(50% - 50px); }
  @media screen and (max-width: 1199px) {
    .launch-desc {
      width: 100%; } }

.launch-advs {
  width: calc(50% - 150px); }
  @media screen and (max-width: 1199px) {
    .launch-advs {
      margin-top: 50px;
      width: 100%; } }

.launch-price {
  font-weight: 700;
  font-size: 42px;
  line-height: 1; }
  .launch-price sup {
    top: -1.5em;
    font-size: 15px;
    color: #5a5858;
    text-decoration: line-through; }
    @media screen and (max-width: 575px) {
      .launch-price sup {
        top: -1em; } }
  @media screen and (max-width: 767px) {
    .launch-price {
      margin: 10px 0;
      font-size: 40px; } }
  @media screen and (max-width: 575px) {
    .launch-price {
      font-size: 30px; } }

.buy-btn {
  margin-left: 20px;
  width: 190px;
  background-color: #ff0325; }
  @media screen and (max-width: 767px) {
    .buy-btn {
      margin-left: 10px; } }

.launch-advs {
  font-size: 18px; }
  .launch-advs li {
    padding-top: 5px;
    padding-left: 50px;
    padding-bottom: 15px;
    line-height: 1.1;
    background: url("img/check.png") left top no-repeat; }
    .launch-advs li:not(:last-child) {
      margin-bottom: 15px; }

.why-section {
  padding: 65px 0 45px; }

.why-subheader {
  margin-bottom: 55px;
  font-size: 24px;
  line-height: 1.1; }
  @media screen and (max-width: 991px) {
    .why-subheader {
      margin-bottom: 25px; } }

.why-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 55px; }
  @media screen and (max-width: 991px) {
    .why-block {
      -ms-flex-direction: column;
          flex-direction: column;
      margin-bottom: 25px; } }

.why-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  max-width: 30%; }
  @media screen and (max-width: 1199px) {
    .why-item {
      max-width: 33%; } }
  @media screen and (max-width: 991px) {
    .why-item {
      max-width: none;
      width: 320px;
      margin: 0 auto; }
      .why-item:not(:last-child) {
        margin-bottom: 15px; } }
  @media screen and (max-width: 480px) {
    .why-item {
      margin: 0 0 15px 0; } }

.why-img-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 90px; }
  @media screen and (max-width: 480px) {
    .why-img-wrapper {
      width: 70px; } }

.why-text {
  margin-left: 15px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1; }
  @media screen and (max-width: 1199px) {
    .why-text {
      font-size: 21px; } }

.why-look-header {
  margin-bottom: 45px; }
  @media screen and (max-width: 991px) {
    .why-look-header {
      margin-bottom: 10px; } }

.pack-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }
  .pack-card:not(:last-child) {
    margin-bottom: 30px; }
    @media screen and (max-width: 991px) {
      .pack-card:not(:last-child) {
        margin-bottom: 15px; } }
  @media screen and (max-width: 1199px) {
    .pack-card {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center; } }

.pack-meta {
  width: 310px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px; }

.pack-header {
  margin-top: 10px;
  padding-top: 30px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #fff; }
  .pack-header::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 310px;
    height: 95px;
    top: 0;
    left: 0; }
  @media screen and (max-width: 480px) {
    .pack-header {
      margin-top: 0; } }

.united-header::after {
  background: url("img/bg5.png") center no-repeat; }

.united-hd-header::after {
  background: url("img/bg6.png") center no-repeat; }

.pack-subheader {
  font-size: 18px;
  text-align: center;
  color: #787878; }
  @media screen and (max-width: 1199px) {
    .pack-subheader {
      margin-bottom: 25px; } }

.channels-section {
  padding: 25px 0 20px;
  background-color: #e8eef8; }
  @media screen and (max-width: 480px) {
    .channels-section {
      padding-bottom: 0; } }

@media screen and (max-width: 991px) {
  .channel-card {
    margin-bottom: 40px; } }

.channel-img-wrapper {
  margin-bottom: 20px;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.channel-header {
  padding-bottom: 15px;
  border-bottom: 1px solid #acacac;
  font-size: 18px;
  font-weight: 700;
  color: #18469c;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1; }
  @media screen and (max-width: 480px) {
    .channel-header {
      font-size: 16px; } }
  @media screen and (max-width: 380px) {
    .channel-header {
      font-size: 14px; } }
  .channel-header .num {
    display: block;
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 1; }
    @media screen and (max-width: 480px) {
      .channel-header .num {
        margin-bottom: 10px;
        font-size: 40px; } }
  .channel-header .text {
    min-height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }

.channel-text {
  padding-top: 15px;
  line-height: 1.2;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .channel-text {
      font-size: 14px; } }
  @media screen and (max-width: 380px) {
    .channel-text {
      font-size: 12px; } }

.manage-section {
  padding: 60px 0 105px;
  background: url(img/bg7.jpg) center bottom/cover no-repeat #71dcd2; }
  @media screen and (max-width: 991px) {
    .manage-section {
      padding-bottom: 0;
      background: #71dcd2; } }

.manage-img {
  display: none; }
  @media screen and (max-width: 991px) {
    .manage-img {
      display: block;
      margin: 20px auto 0; } }

.manage-header {
  margin-bottom: 50px; }
  @media screen and (max-width: 991px) {
    .manage-header {
      margin-bottom: 20px; } }
  @media screen and (max-width: 480px) {
    .manage-header br {
      display: none; } }

.manage-text {
  max-width: 600px;
  font-size: 24px;
  color: #fff;
  line-height: 1.1; }
  @media screen and (max-width: 480px) {
    .manage-text {
      font-size: 20px; } }

.conv-section {
  padding: 35px 0 75px;
  background: url("img/bg8-1.png") left center no-repeat, url("img/bg8-2.png") right bottom no-repeat; }
  @media screen and (max-width: 991px) {
    .conv-section {
      padding: 20px 0 50px;
      background: #fff; } }

.conv-row [class*=col-] {
  padding: 0 5px; }
  @media screen and (max-width: 991px) {
    .conv-row [class*=col-] {
      padding: 0 15px;
      margin-bottom: 20px; } }

.conv-img {
  margin: 0 auto; }

.conv-header {
  margin: 60px 0 30px; }
  @media screen and (max-width: 480px) {
    .conv-header {
      margin: 40px 0 25px; } }

.conv-subheader {
  margin-bottom: 65px;
  max-width: 670px;
  line-height: 1.1;
  font-size: 24px; }
  @media screen and (max-width: 767px) {
    .conv-subheader {
      font-size: 20px; } }
  @media screen and (max-width: 480px) {
    .conv-subheader {
      margin-bottom: 20px;
      font-size: 16px; } }

@media screen and (max-width: 991px) {
  .conv-card {
    margin-bottom: 20px; } }

.conv-img-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 85px;
  height: 85px;
  margin-bottom: 20px; }

.conv-card-header {
  min-height: 55px;
  max-width: 280px;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 24px;
  color: #18469c;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700; }

.conv-text {
  line-height: 1.2; }

.connect-section {
  padding: 50px 0 25px;
  background: url("img/bg9.jpg") center top/cover no-repeat #E7EEF8; }
  @media screen and (max-width: 991px) {
    .connect-section {
      padding-bottom: 450px;
      background: url("img/bg9-tablet.jpg") center bottom no-repeat #D0D0D0; } }
  @media screen and (max-width: 480px) {
    .connect-section {
      padding-bottom: 260px;
      background: url("img/bg9-tablet.jpg") left bottom/480px no-repeat #E3E3E3; } }
  @media screen and (max-width: 380px) {
    .connect-section {
      padding-bottom: 315px;
      background: url("img/bg9-mob.jpg") left bottom/380px no-repeat #D5D5D5; } }

.connect-header {
  margin-bottom: 20px; }

.connect-subheader {
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700; }
  @media screen and (max-width: 480px) {
    .connect-subheader {
      font-size: 20px; } }

.connect-btn {
  width: 320px;
  background-color: #ff0325; }
  @media screen and (max-width: 380px) {
    .connect-btn {
      width: 280px;
      margin: 0 auto; } }

.exchange-section {
  padding: 50px 0;
  background: url("img/bg10-1.png") left 550px no-repeat, url("img/bg10-2.png") right 600px no-repeat; }
  @media screen and (max-width: 991px) {
    .exchange-section {
      background: #fff; } }

.exch-header {
  margin-bottom: 40px; }

.accordion {
  display: -ms-flexbox;
  display: flex;
  border-top: 3px solid #18469c; }
  @media screen and (max-width: 991px) {
    .accordion {
      border-radius: 15px 15px 0 0;
      border-top: none; } }

.tabs {
  width: 35%; }
  @media screen and (max-width: 991px) {
    .tabs {
      width: 100%; } }

.tab-wrapper {
  cursor: pointer;
  transition: all 0.4s; }
  .tab-wrapper:not(:last-child) {
    border-bottom: 1px solid #acacac; }
  @media screen and (max-width: 991px) {
    .tab-wrapper:first-child {
      border-top: 1px solid #acacac; }
      .tab-wrapper:first-child .tab-info {
        display: block; }
      .tab-wrapper:first-child.active {
        border-radius: 15px;
        border-top: 12px solid #fff; }
        .tab-wrapper:first-child.active::before {
          content: '';
          display: block;
          width: calc(100% - 12px);
          height: 9px;
          position: absolute;
          left: 50%;
          top: -9px;
          border-radius: 16px 16px 0 0;
          transform: translateX(-50%);
          background-color: #18469c; }
    .tab-wrapper.active {
      position: relative;
      margin-bottom: 20px; }
      .tab-wrapper.active::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: -20px;
        background-color: #acacac; } }
  .tab-wrapper:hover, .tab-wrapper.active {
    background-color: #e8eef8;
    border-bottom-color: transparent; }
    @media screen and (max-width: 991px) {
      .tab-wrapper:hover, .tab-wrapper.active {
        background-color: #fff;
        border-bottom-color: #acacac; } }
  .tab-wrapper.active {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3); }
    .tab-wrapper.active .tab {
      background-color: #e8eef8;
      border-bottom-color: transparent; }

.tab {
  padding: 25px 20px;
  font-size: 18px;
  line-height: 1.2; }

.accordion-info {
  width: 65%;
  padding: 25px 30px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
  background-color: #fff; }
  @media screen and (max-width: 991px) {
    .accordion-info {
      display: none; } }

.info-header {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 30px;
  color: #3a3a3a;
  line-height: 1.2; }
  @media screen and (max-width: 575px) {
    .info-header {
      font-size: 25px; } }
  @media screen and (max-width: 380px) {
    .info-header {
      font-size: 20px; } }

.info-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 991px) {
    .info-top {
      -ms-flex-pack: center;
          justify-content: center;
      margin-bottom: 25px; } }

.info-price {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1; }
  .info-price span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #a69999; }
  @media screen and (max-width: 991px) {
    .info-price {
      margin-right: 15px; } }
  @media screen and (max-width: 380px) {
    .info-price {
      margin: 10px 10px 10px 0; } }

.exch-btn {
  width: 130px;
  padding: 10px 17px;
  text-transform: none;
  font-size: 16px;
  background-color: #ee3123; }

.exch-img {
  margin: 20px auto 40px; }

.info-body-header {
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  color: #18469c; }
  @media screen and (max-width: 480px) {
    .info-body-header {
      font-size: 20px; } }

.tab-info {
  display: none;
  padding: 15px;
  border-radius: 15px 15px 15px; }

@media screen and (max-width: 991px) {
  .info-top-img-wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 25px; } }

