/**
 * Fonts
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese");
/*product*/
/*
#mbheder {
  max-width: 1200px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0px; }
  #mbheder::after {
    display: block;
    content: "";
    clear: both; }

  #mbheder .leftbox {
    display: block;
    width: 50%;
    float: left;
    padding: 0px; }*/
    #mbheder .leftbox h2 {
      font-size: var(--text-sm)
      line-height: 1.4;
      font-weight: bold;
      color: #fff;}
      /*
  #mbheder .rightbox {
    display: block;
    width: 50%;
    float: right;
    padding: 0px; }

/**
 * Theme colors
 */
#mbheder .theme-gaming .productTitle {
  color: #FF0000; }

/**layout*/
.rightbox .mb-img img {
  width: 100%; }

/**color**/
.white {
  color: #FFFFFF; }

.red {
  color: #FF0000; }

.gray {
  color: #ccc; }

/*text setting*/
.list-container {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
  z-index: 9; }

.list-container ul {
  display: block;
  padding: 0 0 0 1.5em;
  margin: 20px 0; }

.list-container ul li {
  font-size: 14px;
  line-height: 1.3;
  /*font-family: 'Open Sans', sans-serif;*/
  color: #FFF;
  margin-bottom: 8px;
list-style: disc;}

/* .checkbox */
.squaredCheck {
  border: none;
  display: block;
  margin: 10px 0;
  position: relative; }

.squaredCheck label {
  padding: 5px 10px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden; }

.squaredCheck label:before {
  width: 10px;
  height: 10px;
  border-radius: 0%;
  content: '';
  background-color: #FF0000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1; }

.squaredCheck label:after {
  width: 25px;
  height: 25px;
  content: '';
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 0;
  z-index: 2;
  position: absolute;
  left: 50px;
  /*  right: 30px;*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in; }

.squaredCheck input:checked ~ label {
  color: #fff; }

.squaredCheck input:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1; }

.squaredCheck input:checked ~ label:after {
  background-color: #CCC;
  border-color: #FFF; }

.squaredCheck input {
  width: 25px;
  height: 25px;
  order: 1;
  z-index: 2;
  position: absolute;
  /*  right: 30px;*/
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden; }

.form {
  max-width: 550px;
  margin: 10px auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  font-family: 'Open Sans', sans-serif; }

.checkT {
  font-size: 15px;
  line-height: 15px;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  padding-left: 80px; }

/* end .squaredCheck */
/*socialMedia*/
.social-grop ul {
  padding: 0;
  list-style: none; }

.social-grop .footer-social-icons {
  width: 350px;
  display: block;
  margin: 0 auto; }

.social-grop .social-icon {
  color: #fff; }

.social-grop ul.social-icons {
  margin-top: 10px;
text-align: right; }

.social-grop .social-icons li {
  vertical-align: top;
  display: inline;
  height: 100px; }
  .social-grop .social-icons li:last-child{
    display: none;
  }

.social-grop .social-icons a {
  color: #fff;
  text-decoration: none; }

.social-grop .fa-facebook {
  padding: 10px 14px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #322f30; }

.social-grop .fa-facebook:hover {
  background-color: #3d5b99; }

.social-grop .fa-twitter {
  padding: 10px 12px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #322f30; }

.social-grop .fa-twitter:hover {
  background-color: #00aced; }

.social-grop .fa-rss {
  padding: 10px 14px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #322f30; }

.social-grop .fa-rss:hover {
  background-color: #eb8231; }

.social-grop .fa-youtube {
  padding: 10px 14px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #322f30; }

.social-grop .fa-youtube:hover {
  background-color: #e64a41; }

.social-grop .fa-linkedin {
  padding: 10px 14px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #322f30; }

.social-grop .fa-linkedin:hover {
  background-color: #0073a4; }

.social-grop .fa-google-plus {
  padding: 10px 9px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #322f30; }

.social-grop .fa-google-plus:hover {
  background-color: #e25714; }

/* Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
  #mbheder .leftbox {
    width: 100%; }
  #mbheder .rightbox {
    width: 100%; }
  .iist ul.icons li {
    width: 25%; }
  .iist ul.icons li > .icon {
    width: 4.5em;
    height: 4.5em; } }

/**
 * Section
 */
.section {
  background-color: #000;
  color: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  position: relative;
  width: 100%; }

.section-title {
  color: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 54px;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-transform: uppercase; }

/**
 * Section hero
 */
.section-hero {
  background-color: #000;
  font-size: 18px;
  position: relative;
  width: 100%; }

/**
 * Section hero content
 */
.section-hero-content {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.45; }

.section-hero-content {
  overflow: hidden;
  padding-bottom: 17em;
  padding-top: 5em;
  position: relative;
  text-shadow: 0 0 1em #000;
  z-index: 2; }

.section-hero-content p {
  font-size: 18px; }

.section-detail-content p {
  font-size: 18px; }

.section-hero-content.no-top-padding {
  padding-top: 0; }

.section-hero-content img {
  height: auto;
  max-width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.section-hero-content .no-padding {
  padding-left: 0;
  padding-right: 0; }

.section-hero-content .section-subtitle {
  color: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

.section-hero-content .section-title {
  color: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 54px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-transform: uppercase; }

.section-hero-content-image {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden; }

.section-hero-content-text {
  margin-bottom: 5em; }

@media (min-width: 992px) {
  .section-hero-content .section-title {
    font-size: 54px; } }

@media (min-width: 1200px) {
  .section-hero-content {
    padding-bottom: 0; }
  .section-hero-content-text {
    margin-bottom: 0; } }

/**
 * Section detail
 */
.section-detail {
  background-color: #000;
  display: none;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 9; }

.detail-title {
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.0772; }

/**
 * Section detail content
 */
.section-detail-content {
  max-height: 100%;
  overflow: hidden; }

/**
 * Theme colors
 */
.theme-gaming .detail-title {
  color: #f00; }

.theme-gaming .section-container {
  border-color: #f00; }

.section + .section,
.theme-gaming .section + .section {
  border-color: #f00; }

.section-badge-icon,
.theme-gaming .section-badge-icon {
  background-color: #f00; }

.section-toggle,
.theme-gaming .section-toggle {
  border-color: #f00; }

.section-toggle-icon,
.theme-gaming .section-toggle-icon {
  background-color: #f00; }

.section-toggle-label,
.theme-gaming .section-toggle-label {
  color: #f00; }

.section-overview .section-hero-content ol.section-overview-list-io li::before,
.theme-gaming .section-overview .section-hero-content ol.section-overview-list-io li::before {
  border-color: #f00;
  color: #f00; }

.section-overview .section-hero-content ol.section-overview-list-usps li::before,
.theme-gaming .section-overview .section-hero-content ol.section-overview-list-usps li::before {
  background-color: #f00; }

/**pro**/
.theme-pro .detail-title {
  color: #019cfe; }

.theme-pro .section-container {
  border-color: #019cfe; }

.theme-pro .section + .section {
  border-color: #019cfe; }

.theme-pro .section-badge-icon {
  background-color: #019cfe; }

.theme-pro .section-toggle {
  border-color: #019cfe; }

.theme-pro .section-toggle-icon {
  background-color: #019cfe; }

.theme-pro .section-toggle-label {
  color: #019cfe; }

.theme-pro .section-overview .section-hero-content ol.section-overview-list-io li::before {
  border-color: #019cfe;
  color: #019cfe; }

.theme-pro .section-overview .section-hero-content ol.section-overview-list-usps li::before {
  background-color: #019cfe; }

/**white**/
.theme-white .detail-title {
  color: #a7a7a7; }

.theme-white .section-container {
  border-color: #a7a7a7; }

.theme-white .section + .section {
  border-color: #a7a7a7; }

.theme-white .section-badge-icon {
  background-color: #a7a7a7; }

.theme-white .section-toggle {
  border-color: #a7a7a7; }

.theme-white .section-toggle-icon {
  background-color: #a7a7a7; }

.theme-white .section-toggle-label {
  color: #a7a7a7; }

.theme-white .section-overview .section-hero-content ol.section-overview-list-io li::before {
  border-color: #a7a7a7;
  color: #a7a7a7; }

.theme-white .section-overview .section-hero-content ol.section-overview-list-usps li::before {
  background-color: #a7a7a7; }

/**
 * Section overview
 */
.section-overview .section-hero-content {
  counter-reset: li;
  padding-bottom: 0; }

.section-overview .section-hero-content ol {
  list-style: none; }

.section-overview .section-hero-content ol li {
  padding-left: 2.5em;
  position: relative; }

.section-overview .section-hero-content ol li::before {
  border-radius: 0.25em;
  content: counter(li);
  counter-increment: li;
  display: inline-block;
  left: 0;
  position: absolute;
  text-align: center;
  width: 1.5em; }

.section-overview .section-hero-content ol.section-overview-list-io li::before {
  background-color: #fff;
  border: 0.1em solid #000;
  color: #000;
  font-weight: 600;
  margin: -0.1em; }

.section-overview .section-hero-content ol.section-overview-list-usps li::before {
  background-color: #000;
  color: #fff; }

.section-overview .section-hero-content ol li + li {
  margin-top: 1em; }

.section-overview .section-hero-content .section-title {
  margin-bottom: 2em; }

.section-overview .section-hero-content-image {
  display: inline-block;
  margin-bottom: 5em;
  position: relative; }

.section-overview-led-lights {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

.section-overview-led-lights[data-led-colors="7"] {
  -webkit-animation: section-overview-hero-led-lights-7-animation 10s linear infinite;
  animation: section-overview-hero-led-lights-7-animation 10s linear infinite; }

@-webkit-keyframes section-overview-hero-led-lights-7-animation {
  0% {
    background-color: #f00; }
  7% {
    background-color: #ff0; }
  21% {
    background-color: #0f0; }
  35% {
    background-color: #0ff; }
  49% {
    background-color: #00f; }
  63% {
    background-color: #f0f; }
  77% {
    background-color: #fff; }
  91% {
    background-color: #f00; }
  100% {
    background-color: #f00; } }

@keyframes section-overview-hero-led-lights-7-animation {
  0% {
    background-color: #f00; }
  7% {
    background-color: #ff0; }
  21% {
    background-color: #0f0; }
  35% {
    background-color: #0ff; }
  49% {
    background-color: #00f; }
  63% {
    background-color: #f0f; }
  77% {
    background-color: #fff; }
  91% {
    background-color: #f00; }
  100% {
    background-color: #f00; } }

.msi_mb {
  width: 100%;
  color: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #000; }

/**
 * Theme colors
 */
.msi_mb .mb-thumbnail .thumbnail-wrap > a > .thumbnail-feature {
  background-color: rgba(255, 0, 0, 0.4); }

.msi_mb .mb-main-block .main-title {
  background-color: #f00; }

.msi_mb .main-img::before {
  background-color: rgba(0, 0, 0, 0.4);
  border: 5px solid #f00; }

.msi_mb + .modal-container .detail-title {
  color: #f00; }

.msi_mb + .modal-container .close-btn-modal {
  background-color: #f00; }
  .msi_mb + .modal-container .close-btn-modal:hover {
    background-color: #fff; }

.theme-gaming .mb-thumbnail .thumbnail-wrap > a > .thumbnail-feature {
  background-color: rgba(255, 0, 0, 0.4); }

.theme-gaming .mb-main-block .main-title {
  background-color: #f00; }

.theme-gaming .main-img::before {
  background-color: rgba(0, 0, 0, 0.4);
  border: 5px solid #f00; }

.theme-gaming + .modal-container .detail-title {
  color: #f00; }

.theme-gaming + .modal-container .close-btn-modal {
  background-color: #f00; }
  .theme-gaming + .modal-container .close-btn-modal:hover {
    background-color: #fff; }

.theme-pro .mb-thumbnail .thumbnail-wrap > a > .thumbnail-feature {
  background-color: rgba(1, 156, 254, 0.4); }

.theme-pro .mb-main-block .main-title {
  background-color: #019cfe; }

.theme-pro .main-img::before {
  background-color: rgba(0, 0, 0, 0.4);
  border: 5px solid #019cfe; }

.theme-pro + .modal-container .detail-title {
  color: #019cfe; }

.theme-pro + .modal-container .close-btn-modal {
  background-color: #019cfe; }
  .theme-pro + .modal-container .close-btn-modal:hover {
    background-color: #fff; }

.theme-design .mb-thumbnail .thumbnail-wrap > a > .thumbnail-feature {
  background-color: rgba(166, 166, 166, 0.4); }

.theme-design .mb-main-block .main-title {
  background-color: #A6A6A6; }

.theme-design .main-img::before {
  background-color: rgba(0, 0, 0, 0.4);
  border: 5px solid #A6A6A6; }

.theme-design + .modal-container .detail-title {
  color: #A6A6A6; }

.theme-design + .modal-container .close-btn-modal {
  background-color: #A6A6A6; }
  .theme-design + .modal-container .close-btn-modal:hover {
    background-color: #fff; }

.mb-thumbnail {
  width: 100%;
  max-width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .mb-thumbnail .thumbnail-wrap {
    position: relative;
    width: 20%; }
    .mb-thumbnail .thumbnail-wrap > a > .thumbnail-img {
      position: relative;
      width: 100%;
      padding-bottom: 100%;
      overflow: hidden; }
      .mb-thumbnail .thumbnail-wrap > a > .thumbnail-img img {
        width: 100%;
        position: absolute;
        -webkit-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        pointer-events: none; }
    .mb-thumbnail .thumbnail-wrap > a:hover .thumbnail-img img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .mb-thumbnail .thumbnail-wrap > a > .thumbnail-feature {
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      -webkit-transition: 0.1s 0.1s all ease-in-out;
      -o-transition: 0.1s 0.1s all ease-in-out;
      transition: 0.1s 0.1s all ease-in-out; }
      .mb-thumbnail .thumbnail-wrap > a > .thumbnail-feature p {
        font-family: 'Open Sans Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        width: 100%;
        text-align: center;
        font-size: 1.5vw;
        text-transform: uppercase;
        color: #fff;
        padding: 5% 5%;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        line-height: 1.1; }
      .mb-thumbnail .thumbnail-wrap > a > .thumbnail-feature::before {
        content: '';
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: middle;
        margin-right: -4px;
        letter-spacing: -4px;
        word-spacing: -4px;
        font-size: 0; }

.mb-main-block {
  padding: 5% 0; }

.gray-section {
  background-color: #191919; }

.main-block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  margin: 2% auto; }

.img-at-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  .img-at-left .main-block-img {
    position: relative; }
    .img-at-left .main-block-img img {
      position: relative;
      z-index: 10; }
    .img-at-left .main-block-img::after {
      content: '';
      display: block;
      position: absolute;
      z-index: 1;
      left: 53.5%;
      bottom: -6%;
      width: 108%;
      padding-bottom: 77%;
      background-color: #2e2d2d; }
  .img-at-left .main-block-content {
    margin-left: -2%; }

.img-at-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right; }
  .img-at-right .main-block-img {
    position: relative; }
    .img-at-right .main-block-img img {
      position: relative;
      z-index: 10; }
    .img-at-right .main-block-img::after {
      content: '';
      display: block;
      position: absolute;
      z-index: 1;
      right: 53.5%;
      bottom: -6%;
      width: 108%;
      padding-bottom: 77%;
      background-color: #2e2d2d; }
  .img-at-right .main-block-content {
    margin-right: -2%; }

.main-block-img {
  width: 62%; }

.main-block-content {
  position: relative;
  z-index: 10;
  width: 37.5%; }

.no-padding {
  padding-left: 0;
  padding-right: 0; }

.main-title {
  font-family: 'Open Sans Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 30px;
  padding: 16px 30px; }

.main-content {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 18px;
  line-height: 34px;
  padding: 24px 30px 10%;
  background-color: #2e2d2d; }

.main-block-category {
  margin-top: 3%;
  max-width: 1280px; }

.categoty-wrap {
  margin-top: 7.5%;
  cursor: pointer;
  overflow: hidden; }
  .categoty-wrap .main-title {
    position: relative;
    z-index: 10;
    padding: 10px 20px;
    margin-left: 15px;
    margin-top: -20px; }
  .categoty-wrap .main-content {
    font-size: 18px;
    margin: 0;
    padding: 15px;
    background-color: transparent;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 120px; }

.modal-container {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100vh;
  background-color: black;
  display: none;
  padding-bottom: 5%; }

.open-modal.modal-container {
  display: block; }

.main-img {
  position: relative;
  z-index: 9;
  overflow: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
  .main-img::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.4);
    border: 5px solid #f00;
    opacity: 0; }
  .main-img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
  .main-img:hover::before {
    opacity: 1; }
  .main-img:hover .learn-more-btn {
    opacity: 1;
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }

.learn-more-btn {
  display: inline-block;
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  font-size: 30px;
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  letter-spacing: 4px; }

.open-modal.modal-container {
  -webkit-animation: animate-modal-in;
  animation: animate-modal-in;
  -webkit-animation-duration: .445s;
  animation-duration: .445s;
  -webkit-animation-timing-function: cubic-bezier(0.11, 0.045, 0.185, 1);
  animation-timing-function: cubic-bezier(0.11, 0.045, 0.185, 1); }

.close-modal.modal-container {
  -webkit-animation: animate-modal-out;
  animation: animate-modal-out;
  -webkit-animation-duration: .625s;
  animation-duration: .625s;
  -webkit-animation-timing-function: cubic-bezier(0.29, 0.24, 0.12, 0.995);
  animation-timing-function: cubic-bezier(0.29, 0.24, 0.12, 0.995); }

@-webkit-keyframes animate-modal-in {
  0% {
    -webkit-transform: translateY(calc(100vh + 2px));
    transform: translateY(calc(100vh + 2px)); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes animate-modal-in {
  0% {
    -webkit-transform: translateY(calc(100vh + 2px));
    transform: translateY(calc(100vh + 2px)); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes animate-modal-out {
  0% {
    -webkit-transform: none;
    transform: none; }
  100% {
    -webkit-transform: translateY(calc(100vh + 2px));
    transform: translateY(calc(100vh + 2px)); } }

@keyframes animate-modal-out {
  0% {
    -webkit-transform: none;
    transform: none; }
  100% {
    -webkit-transform: translateY(calc(100vh + 2px));
    transform: translateY(calc(100vh + 2px)); } }

.close-btn-modal {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: red;
  position: fixed;
  bottom: 3%;
  left: calc(50% - 25px);
  z-index: 9999;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
  .close-btn-modal:hover {
    background-color: #fff; }
  .close-btn-modal::before {
    content: '';
    display: block;
    height: 6px;
    width: 30px;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto; }
  .close-btn-modal::after {
    content: '';
    display: block;
    height: 6px;
    width: 30px;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.open-modal.modal-container .close-btn-modal {
  -webkit-animation: btn-animate-modal-in;
  animation: btn-animate-modal-in;
  -webkit-animation-duration: .625s;
  animation-duration: .625s;
  -webkit-animation-timing-function: cubic-bezier(0.11, 0.045, 0.185, 1);
  animation-timing-function: cubic-bezier(0.11, 0.045, 0.185, 1); }

@-webkit-keyframes btn-animate-modal-in {
  0% {
    -webkit-transform: translateY(calc(100vh + 2px)) rotate(45deg);
    transform: translateY(calc(100vh + 2px)) rotate(45deg); }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); } }

@keyframes btn-animate-modal-in {
  0% {
    -webkit-transform: translateY(calc(100vh + 2px)) rotate(45deg);
    transform: translateY(calc(100vh + 2px)) rotate(45deg); }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); } }

@media (max-width: 1270px) {
  .mb-thumbnail {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .mb-thumbnail .thumbnail-wrap {
      width: 33.3333%; }
      .mb-thumbnail .thumbnail-wrap > a > .thumbnail-feature p {
        font-size: 2.5vw; }
  .main-block-img {
    width: calc( 100% - 400px); }
  .main-block-container {
    overflow: hidden; }
  .main-block-content {
    width: 400px; }
  .img-at-left .main-block-content {
    margin-left: 0; }
  .img-at-right .main-block-content {
    margin-right: 0; } }

@media (max-width: 992px) {
  .mb-thumbnail {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .mb-thumbnail .thumbnail-wrap {
      width: 33.3333%; }
      .mb-thumbnail .thumbnail-wrap > a > .thumbnail-feature p {
        font-size: 2.5vw; }
  .main-block-img {
    width: calc( 100% - 400px); }
  .main-block-content {
    width: 400px; }
  .img-at-left .main-block-img::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 78%;
    bottom: -28%;
    width: 135%;
    padding-bottom: 106%;
    background-color: #2e2d2d; } }

@media (max-width: 768px) {
  .mb-main-block {
    padding: 5%  15px; }
  .mb-thumbnail {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .mb-thumbnail .thumbnail-wrap {
      width: 50%; }
      .mb-thumbnail .thumbnail-wrap > a > .thumbnail-feature p {
        font-size: 18px; }
  .main-block-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .main-block-img {
    width: 96%; }
  .main-block-content {
    width: 88%;
    margin-top: -15%; }
  .img-at-left .main-block-img::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 15%;
    bottom: -7%;
    width: 100%;
    padding-bottom: 65%;
    background-color: #2e2d2d; }
  .learn-more-btn {
    font-size: 18px; } }

@media (max-width: 414px) {
  .main-block-img {
    width: 100%; }
  .main-block-content {
    width: 100%;
    margin-top: -15%; } }
