*:focus,
*:active {
  outline: none !important;
  outline-width: 0px;
  outline-offset: 0px;
  outline-style: none;
}

button:focus,
button:active,
input:focus,
input:active {
  outline: none !important;
  outline-width: 0px;
  outline-offset: 0px;
  outline-style: none;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
}

body {
  font-family: 'dh', Arial, sans-serif;
  color: #626b72;
  font-size: 15px;
}

a,
button,
span {
  transition: 0.15s;
}

.container {
  padding-right: 25px;
  padding-left: 25px;
}

.main-wrapper {
  position: relative;
}

.clear {
  clear: both;
}

input,
textarea {
  color: #3b4348;
  transition: 0.15s !important;
}

textarea[placeholder],
input[placeholder] {
  color: #828a91;
}

p {
  font-size: 15px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  p {
    line-height: 26px;
  }
}

h2 {
  color: #3b4348;
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -1.37px;
  line-height: 80px;
}
h2 span {
  font-weight: 200;
}
@media screen and (max-width: 1420px) {
  h2 {
    font-size: 34px;
    line-height: 50px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 0px;
  }
}

h3 {
  color: #3b4348;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.56px;
}

u {
  text-decoration: none;
  position: relative;
  display: inline-block;
}

u::after {
  content: " ";
  display: block;
  position: absolute;
  background-color: #FF8734;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
}

ul {
  list-style-image: url("../gfx/icons/icon-list-arrow.svg");
}
ul li {
  font-size: 15px;
  line-height: 28px;
}

.beam {
  border-bottom: 2px solid #e0e7ee;
  padding-top: 60px;
  padding-bottom: 80px;
  overflow: hidden;
}
.beam .container {
  position: relative;
}
.beam .beam-section-header {
  position: relative;
}
.beam .beam-section-header p {
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
  max-width: 950px;
  width: 100%;
}
.beam .beam-section-header .p-100 {
  max-width: 100%;
}
.beam .beam-section-header .btn-beam-action {
  font-weight: 900;
  position: absolute;
  top: 14px;
  right: 0px;
}
@media screen and (max-width: 992px) {
  .beam .beam-section-header .btn-beam-action {
    position: relative;
    top: 0;
    right: 0;
    margin: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .beam {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .beam .beam-section-header {
    text-align: left;
  }
  .beam .beam-section-header p {
    font-size: 18px;
  }
}

.first-beam {
  padding-top: 214px !important;
}
@media screen and (max-width: 992px) {
  .first-beam {
    padding-top: 147px !important;
  }
}
@media screen and (max-width: 767px) {
  .first-beam {
    padding-top: 107px !important;
  }
}

.nav-curtine {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  height: 0%;
  width: 0%;
}

.nav-curtine-active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
}

.border-points div {
  position: absolute;
  background-color: #d4dde5;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  z-index: 2;
}
.border-points div:nth-of-type(1) {
  left: -3px;
  top: -3px;
}
.border-points div:nth-of-type(2) {
  right: -3px;
  top: -3px;
}
.border-points div:nth-of-type(3) {
  left: -3px;
  bottom: -3px;
}
.border-points div:nth-of-type(4) {
  right: -3px;
  bottom: -3px;
}

.pop-up-btn {
  cursor: pointer;
}

.pop-up {
  position: fixed;
  overflow: auto;
  height: 100vh;
  width: 100%;
  max-width: 500px;
  top: 0;
  z-index: 1000;
  background-color: white;
  box-shadow: 0 0 20px rgba(39, 48, 52, 0.22);
  transition: All 0.5s ease-in-out;
}
.pop-up .pop-up-header {
  background-color: #fafcfd;
  padding: 25px 50px 25px 40px;
  position: relative;
}
.pop-up .pop-up-header h4 {
  color: #3b4348;
  font-size: 18px;
  font-weight: 900;
  line-height: 25px;
  margin: 0;
  padding: 0;
}
.pop-up .close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 15px;
  cursor: pointer;
}
.pop-up .pop-up-main {
  padding: 25px 40px;
  border-top: 2px solid #e0e7ee;
}
.pop-up .pop-up-main h5 {
  color: #3b4348;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: -0.87px;
  line-height: 38px;
}
.pop-up .pop-up-main p {
  margin-bottom: 40px;
  color: #3b4348;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}
.pop-up .pop-up-main ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}
.pop-up .pop-up-main ul li {
  padding-left: 20px;
  border-left: 2px solid #e0e7ee;
  margin-bottom: 15px;
  color: #3b4348;
  font-size: 15px;
  font-weight: 800;
}
.pop-up .pop-up-main table {
  border: 2px solid #e0e7ee;
}
.pop-up .pop-up-main table tr td, .pop-up .pop-up-main table tr th {
  border-top: 2px solid #e0e7ee;
  border-bottom: 2px solid #e0e7ee;
  border-left: 0;
  border-right: 0;
  padding: 15px;
}
.pop-up .pop-up-main table tr td:last-child,
.pop-up .pop-up-main table tr th:last-child {
  text-align: right;
}
.pop-up .pop-up-main table thead tr th {
  color: #afb9c2;
  font-size: 14px;
  font-weight: 400;
  background-color: #f2f6fa;
  background-color: #f2f6fa;
}
.pop-up .pop-up-main table tbody tr td {
  color: #3b4348;
  font-size: 15px;
  font-weight: 300;
}
.pop-up .pop-up-main .action-line {
  padding-bottom: 40px;
  overflow: hidden;
}
.pop-up .pop-up-main .action-line .right {
  display: block;
  float: right;
}
.pop-up .pop-up-main .action-line .left {
  display: block;
  float: left;
}

.pop-up-left {
  left: 0;
  border-right: 2px solid #e0e7ee;
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
}

.pop-up-right {
  right: 0;
  border-left: 2px solid #e0e7ee;
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
}

.pop-up-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.notifi-visible {
  display: relative;
  height: auto;
}

.notifi-hide {
  display: none;
  height: 0px;
}

.notifi-top .notifi-content {
  padding: 10px 50px;
  background-color: #31B8B1;
  border-bottom: 2px solid #0F9E97;
  margin-bottom: 0;
  position: relative;
  text-align: center;
}
.notifi-top .notifi-content p, .notifi-top .notifi-content a {
  margin-bottom: 9px;
  margin-top: 9px;
}
.notifi-top .notifi-content .close {
  position: absolute;
  margin: 0;
  top: 25px;
  right: 25px;
  opacity: 1;
}
.notifi-top .notifi-content .label-1 {
  margin-left: 25px;
  margin-right: 25px;
  font-size: 17px;
  font-weight: 900;
  line-height: 32px;
  height: 35px;
  color: #30B1AB;
  display: inline-block;
  position: relative;
  padding: 0;
}
.notifi-top .notifi-content .label-1 span {
  padding: 0px 10px;
  z-index: 1;
  position: relative;
  display: inline-block;
  background-color: #A0F5F1;
  border-top: 2px solid #26ACA6;
  border-bottom: 2px solid #26ACA6;
  height: 35px;
  min-width: 68px;
}
.notifi-top .notifi-content .label-1::before {
  content: url("../gfx/img/notifi-top-label-1.svg");
  display: block;
  position: absolute;
  top: 0px;
  left: -10px;
  height: 35px;
}
.notifi-top .notifi-content .label-1::after {
  content: url("../gfx/img/notifi-top-label-1.svg");
  display: block;
  position: absolute;
  top: 0px;
  right: -10px;
  height: 35px;
}
.notifi-top .notifi-content .label-content-lg {
  font-size: 22px !important;
}
.notifi-top .notifi-content p {
  display: inline-block;
  line-height: 30px;
  font-size: 17px;
  font-weight: 900;
  color: #FFED9B;
}
.notifi-top .notifi-content .btn-default {
  padding: 0px 24px;
  line-height: 26px;
  height: 30px;
  border: 2px solid #FFFFFF;
  font-size: 13px;
  font-weight: 900;
  color: #FFFFFF;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.notifi-top .notifi-content .btn-default:hover {
  background-color: #FFFFFF;
  color: #30B1AB;
}
.notifi-top .notifi-content img {
  position: relative;
}
.notifi-top .notifi-gray {
  background-color: #4A545B;
  border-bottom: 2px solid #4A545B;
}
.notifi-top .notifi-gray p {
  color: #FFFFFF;
}

.notifi-1 {
  text-align: center;
}
.notifi-1 .notifi-content {
  display: inline-block;
}
.notifi-1 .notifi-content .close {
  font-size: 12px;
  font-weight: 900;
  line-height: 22px;
  color: #EA3839;
  opacity: 1;
}
.notifi-1 .notifi-content p {
  position: relative;
  background-color: #FD7676;
  border: 2px solid #EA3839;
  font-size: 16px;
  line-height: 31px;
  color: #FFFFFF;
  display: inline-block;
  padding: 0 30px;
}
.notifi-1 .notifi-content p::after {
  content: url(../gfx/img/notifi-1-shadow-01.svg);
  display: block;
  position: absolute;
  width: 10px;
  height: 7px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  bottom: 12px;
  right: -2px;
}
.notifi-1 .notifi-content p::before {
  content: url(../gfx/img/notifi-1-shadow-01.svg);
  display: block;
  position: absolute;
  width: 10px;
  height: 7px;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  bottom: 12px;
  left: -2px;
}
.notifi-1 .notifi-content .left {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 113px;
  -webkit-transform: translateY(-5px) translateX(15px);
          transform: translateY(-5px) translateX(15px);
}
.notifi-1 .notifi-content .left span {
  position: relative;
  display: inline-block;
  z-index: 1;
  font-size: 21px;
  font-weight: 900;
  line-height: 31px;
  letter-spacing: -1px;
  color: #FFFFFF;
  margin-left: 35px;
}
.notifi-1 .notifi-content .left img {
  position: absolute;
  top: -37px;
  left: 0;
}
.notifi-1 .notifi-content .right {
  position: relative;
  z-index: 1;
  background-color: #FF5959;
  border: 2px solid #EA3839;
  font-size: 15px;
  line-height: 31px;
  color: #FFFFFF;
  padding: 0 20px;
  display: inline-block;
  -webkit-transform: translateY(-8px) translateX(-15px);
          transform: translateY(-8px) translateX(-15px);
}
@media screen and (max-width: 1200px) {
  .notifi-1 {
    background-color: white;
    margin-left: -25px;
    margin-right: -25px;
    text-align: center;
  }
  .notifi-1 .notifi-content {
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    text-align: left;
  }
  .notifi-1 .notifi-content .close {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .notifi-1 .notifi-content .left {
    position: absolute;
    z-index: 1;
    display: block;
    float: left;
    width: 113px;
    height: 105px;
    -webkit-transform: translateY(-50%) translateX(0px);
            transform: translateY(-50%) translateX(0px);
    margin-right: 25px;
    top: 50%;
    left: 0;
  }
  .notifi-1 .notifi-content .left img {
    position: relative;
    top: 0;
    left: 10px;
  }
  .notifi-1 .notifi-content .left span {
    position: absolute;
    bottom: 38px;
    left: 25px;
  }
  .notifi-1 .notifi-content p {
    position: relative;
    background-color: transparent;
    border: 0px solid #EA3839;
    font-size: 15px;
    line-height: 22px;
    color: #EA3839;
    display: block;
    vertical-align: middle;
    padding: 0px 20px 0px 143px;
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .notifi-1 .notifi-content p::before, .notifi-1 .notifi-content p::after {
    display: none;
  }
  .notifi-1 .notifi-content .right {
    position: relative;
    z-index: 1;
    background-color: transparent;
    border: 0px solid #EA3839;
    font-size: 15px;
    line-height: 31px;
    color: #EA3839;
    padding: 0px 20px 0px 143px;
    display: inline-block;
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
    margin-bottom: 50px;
  }
}

.chat-email {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2147483648;
  width: 100%;
}
.chat-email .chat-box {
  position: absolute;
  bottom: 100px;
  right: 20px;
  width: calc(100% - 40px);
  height: calc(100vh - 120px);
  max-height: 550px;
  max-width: 550px;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px 0 rgba(59, 67, 72, 0.1);
  border: 2px solid #E0E7EE;
  opacity: 0;
  display: none;
  transition: 0.5s;
}
.chat-email .chat-box .border-points div {
  background-color: #AFB9C2;
}
.chat-email .chat-form {
  height: 100%;
  overflow-y: auto;
}
.chat-email .chat-form .chat-form-header {
  padding: 20px 40px;
  background-color: #FAFCFD;
  border-bottom: 2px solid #E0E7EE;
}
.chat-email .chat-form .chat-form-header h4 {
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
  color: #3B4348;
  margin-bottom: 5px;
}
.chat-email .chat-form .chat-form-header p {
  font-size: 16px;
  line-height: 30px;
  color: #AFB9C2;
}
.chat-email .chat-form .chat-form-content {
  padding: 40px;
}
.chat-email .chat-form .chat-form-content .form-group {
  margin-bottom: 40px;
}
.chat-email .chat-form .chat-form-content .form-group label {
  padding-left: 0;
}
.chat-email .chat-form .chat-form-content .help-block {
  font-size: 10px;
}
.chat-email .chat-form .chat-form-content .action-line::after {
  content: "";
  display: block;
  clear: both;
}
.chat-email .chat-form .chat-form-content .action-line .btn {
  float: right;
}
.chat-email .chat-display {
  opacity: 1;
}
.chat-email .chat-visible {
  display: block;
}
.chat-email .chat-button {
  position: absolute;
  height: 60px;
  width: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 6px 10px 0 rgba(39, 49, 53, 0.09);
  border: 2px solid #FF8734;
  border-radius: 50%;
  transition: 0.25s;
  cursor: pointer;
}
.chat-email .chat-button:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09), 0 4px 40px rgba(0, 0, 0, 0.24) !important;
}
.chat-email .chat-button img {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: 0.5s;
}
.chat-email .chat-button .standard-icon {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(1);
          transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(1);
  opacity: 1;
}
.chat-email .chat-button .success-icon {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg) scale(0.5);
          transform: translateX(-50%) translateY(-50%) rotate(-60deg) scale(0.5);
}
.chat-email .chat-button .close-icon {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg) scale(0.5);
          transform: translateX(-50%) translateY(-50%) rotate(-60deg) scale(0.5);
}
.chat-email .chat-button.chat-success {
  border: 2px solid #49D657;
}
.chat-email .chat-button.chat-success .standard-icon {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg) scale(0.5);
          transform: translateX(-50%) translateY(-50%) rotate(-60deg) scale(0.5);
}
.chat-email .chat-button.chat-success .success-icon {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(1);
          transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(1);
  opacity: 1;
}
.chat-email .chat-button.chat-success .close-icon {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg) scale(0.5);
          transform: translateX(-50%) translateY(-50%) rotate(-60deg) scale(0.5);
}
.chat-email .chat-button.chat-close {
  border: 2px solid #FFAB67;
}
.chat-email .chat-button.chat-close .standard-icon {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg) scale(0.5);
          transform: translateX(-50%) translateY(-50%) rotate(-60deg) scale(0.5);
}
.chat-email .chat-button.chat-close .success-icon {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg) scale(0.5);
          transform: translateX(-50%) translateY(-50%) rotate(-60deg) scale(0.5);
}
.chat-email .chat-button.chat-close .close-icon {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(1);
          transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(1);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .chat-email .chat-form .chat-form-content .form-group {
    margin-bottom: 40px;
  }
  .chat-email .chat-form .chat-form-content .form-group label {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .chat-email .chat-box {
    max-height: 630px;
  }
}
@media screen and (max-width: 550px) {
  .chat-email .chat-box {
    height: 100vh;
    max-height: calc(100vh - 100px);
    width: 100%;
    right: 0;
    bottom: 100px;
    border: 0;
  }
  .chat-email .chat-box .border-points {
    display: none;
  }
  .chat-email .chat-box::after {
    position: absolute;
    left: 0;
    bottom: -100px;
    content: "";
    height: 100px;
    width: 100%;
    display: block;
    background-color: #FAFCFD;
    border-top: 2px solid #E0E7EE;
  }
}

.first-beam .notifi-1 {
  position: relative;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
@media screen and (max-width: 1200px) {
  .first-beam .notifi-1 {
    border-top: 2px solid #E8EEF4;
    border-bottom: 2px solid #E8EEF4;
  }
}
@media screen and (max-width: 992px) {
  .first-beam .notifi-1 {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
    border-top: 0px solid #E8EEF4;
    border-bottom: 2px solid #E8EEF4;
  }
}
@media screen and (max-width: 767px) {
  .first-beam .notifi-1 {
    position: relative;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

.dh-table {
  width: 100%;
  position: relative;
}
.dh-table tbody {
  width: 100%;
}
.dh-table tr {
  position: relative;
  width: 100%;
}
.dh-table tr td {
  position: relative;
  height: 100%;
}
.dh-table tr td {
  padding: 15px;
}
.dh-table tr td .border-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-bottom: 2px solid #e0e7ee;
  border-right: 2px solid #e0e7ee;
}
.dh-table tr td .border-box::after {
  content: " ";
  display: block;
  border-radius: 50%;
  height: 4px;
  width: 4px;
  background-color: #afb9c2;
  position: absolute;
  top: -3px;
  right: -3px;
}
.dh-table tr td .border-box::before {
  content: " ";
  display: block;
  border-radius: 50%;
  height: 4px;
  width: 4px;
  background-color: #afb9c2;
  position: absolute;
  bottom: -3px;
  left: -3px;
}
.dh-table tr td:last-child .border-box {
  border-right: 0px solid #e0e7ee;
}
.dh-table tr:first-child td:last-child .border-box::after {
  display: none;
}
.dh-table tr:last-child td .border-box {
  border-bottom: 0px solid #e0e7ee;
}
.dh-table tr:last-child td:first-child .border-box::before {
  display: none;
}

.escape {
  position: fixed;
  z-index: 20;
  background-color: #EFF3F7;
  height: 100%;
  width: 100%;
  display: none;
  opacity: 0;
  transition: 0.5s;
  overflow: hidden;
}
.escape .escape-img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(100%);
          transform: translateY(-50%) translateX(100%);
  transition: 0.5s;
}
.escape .escape-content {
  margin: auto;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.escape .escape-box {
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px 0 rgba(59, 67, 72, 0.1);
  border: 2px solid #D4DDE5;
  width: 100%;
  padding: 40px;
  position: relative;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.escape .escape-box .form-group label {
  padding-left: 0px;
  line-height: 18px;
}
.escape .escape-box .form-group textarea {
  height: 100px;
  resize: none;
}
.escape .escape-box h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 50px;
  color: #3B4348;
  margin: 0px;
  margin-bottom: 10px;
}
.escape .escape-box .input-line {
  margin-top: 30px;
}
.escape .escape-box .border-points div {
  background-color: #AFB9C2;
}
@media screen and (max-width: 950px) {
  .escape .escape-img {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .escape .escape-box {
    border-right: 0px;
    border-left: 0px;
    max-width: 600px;
  }
  .escape .escape-box .border-points {
    display: none;
  }
  .escape .escape-box h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (max-width: 450px) {
  .escape .escape-box .action-line {
    text-align: center;
  }
  .escape .escape-box .action-line button:first-child {
    margin-bottom: 20px;
  }
  .escape .escape-box .action-line button {
    float: none !important;
    display: block;
    width: 100%;
  }
}

.escape-move {
  display: block;
}

.escape-open {
  opacity: 1;
}
.escape-open .escape-img {
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}

.chosen-container {
  margin-bottom: 40px;
}
.chosen-container .chosen-single {
  background: white;
  border: 2px solid #e8eef4;
  color: #828a91;
  font-size: 18px;
  font-weight: 300;
  line-height: 59px;
  border-radius: 0px;
  height: 63px;
  box-shadow: 0 0 0 transparent;
  padding: 0 30px;
  position: relative;
}
.chosen-container .chosen-single::after {
  content: url(../gfx/icons/icon-select.svg);
  display: block;
  position: absolute;
  right: 30px;
  top: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  transition: 0.25s;
}
.chosen-container .chosen-single:hover {
  opacity: 1;
}
.chosen-container .chosen-drop {
  background: white;
  border: 2px solid #e8eef4;
  border-top: 1px solid #e8eef4;
  color: #828a91;
  font-size: 18px;
  font-weight: 300;
  border-radius: 0px;
  box-shadow: 0 0 0 transparent;
  padding: 0;
  left: 0;
  height: 0px;
  overflow: hidden;
  opacity: 0;
}
.chosen-container .chosen-drop .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container .chosen-drop .chosen-results li {
  color: #828a91;
  font-size: 18px;
  font-weight: 300;
  padding: 20px 30px;
}
.chosen-container .chosen-drop .chosen-results .highlighted, .chosen-container .chosen-drop .chosen-results .result-selected {
  background: #fafcfd;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background: white;
  border: 2px solid #e8eef4;
  color: #828a91;
  font-size: 18px;
  font-weight: 300;
  line-height: 59px;
  border-radius: 0px;
  height: 63px;
  box-shadow: 0 0 0 transparent;
  padding: 0 30px;
  position: relative;
}
.chosen-container-active.chosen-with-drop .chosen-single::after {
  content: url(../gfx/icons/icon-select.svg);
  display: block;
  position: absolute;
  right: 30px;
  top: 0;
  transition: 0.25s;
}

.chosen-with-drop {
  outline: 0;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075), 0 4px 5px rgba(39, 49, 53, 0.14);
}
.chosen-with-drop .chosen-single::after {
  -webkit-transform: rotate(0deg) translateY(-4px);
          transform: rotate(0deg) translateY(-4px);
}
.chosen-with-drop .chosen-drop {
  outline: 0;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075), 0 4px 5px rgba(39, 49, 53, 0.14);
  opacity: 1;
  height: inherit;
  overflow: hidden;
}

.modal-open .main-header {
  padding-right: 16px !important;
}

.main-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.main-header .top-line {
  width: 100%;
  height: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-header .top-line > div {
  display: block;
  position: relative;
  height: 67px;
  float: left;
  max-width: 100%;
  border-bottom: 2px solid #e0e7ee;
}
.main-header .top-line .logo-line {
  border-bottom: 0px;
  padding: 0 15px 0 0;
}
.main-header .top-line .logo-line .logo-button img {
  position: relative;
  top: 28px;
  height: 47px;
  transition: 0.25s;
}
.main-header .top-line .logo-line .logo-button .logo-lg {
  display: block;
}
.main-header .top-line .logo-line .logo-button .logo-sm {
  display: none;
}
.main-header .top-line .logo-line .slogan-line {
  padding: 0;
}
.main-header .top-line .logo-line .slogan-line h1 {
  top: 39px;
  font-size: 12px;
}
.main-header .top-line .slogan-line {
  border-bottom: 0px;
  padding: 0 15px;
}
.main-header .top-line .slogan-line h1 {
  color: #98A2AB;
  position: relative;
  line-height: 26px;
  top: 51px;
  font-size: 13px;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.main-header .top-line .panel-line {
  height: 67px;
  text-align: right;
  padding-right: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-header .top-line .panel-line .search-button {
  display: none;
  text-decoration: none;
  color: #98a2ab;
}
.main-header .top-line .panel-line .domain-search {
  display: block;
  text-decoration: none;
  color: #98a2ab;
  float: right;
  border-bottom: 2px solid #e0e7ee;
  height: 37px;
  margin: 15px 0;
  margin-right: 15px;
  position: relative;
}
.main-header .top-line .panel-line .domain-search button {
  border: 0;
  line-height: 37px;
  background-color: transparent;
}
.main-header .top-line .panel-line .domain-search button img {
  position: relative;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.main-header .top-line .panel-line .domain-search input {
  border: 0;
  width: 270px;
  line-height: 37px;
  background-color: transparent;
  transition: 0.25s;
}
.main-header .top-line .panel-line .domain-search input:focus {
  outline: none;
  color: #3b4348;
}
.main-header .top-line .panel-line .domain-search input:focus + .focus-line {
  content: "";
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -2px;
  background-color: #c7d1da;
  transition: 0.25s;
}
.main-header .top-line .panel-line .dPanel-button span:nth-of-type(1) img {
  width: 23px;
}
.main-header .top-line .panel-line .dPoczta-button span:nth-of-type(1) img {
  width: 28px;
}
.main-header .top-line .panel-line .dPanel-button,
.main-header .top-line .panel-line .dPoczta-button {
  display: block;
  float: right;
  height: 67px;
  line-height: 67px;
  padding: 0 15px;
  text-decoration: none;
  color: #98a2ab;
}
.main-header .top-line .panel-line .dPanel-button span:nth-of-type(1),
.main-header .top-line .panel-line .dPoczta-button span:nth-of-type(1) {
  top: -2px;
  position: relative;
}
.main-header .top-line .panel-line .dPanel-button span:nth-of-type(1) img,
.main-header .top-line .panel-line .dPoczta-button span:nth-of-type(1) img {
  transition: 0.25s;
}
.main-header .top-line .panel-line .dPanel-button span:nth-of-type(1) img:nth-of-type(1),
.main-header .top-line .panel-line .dPoczta-button span:nth-of-type(1) img:nth-of-type(1) {
  position: relative;
  opacity: 1;
}
.main-header .top-line .panel-line .dPanel-button span:nth-of-type(1) img:nth-of-type(2),
.main-header .top-line .panel-line .dPoczta-button span:nth-of-type(1) img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.main-header .top-line .panel-line .dPanel-button span:nth-of-type(2),
.main-header .top-line .panel-line .dPoczta-button span:nth-of-type(2) {
  position: relative;
  top: -2px;
}
.main-header .top-line .panel-line .dPanel-button:hover,
.main-header .top-line .panel-line .dPoczta-button:hover {
  color: #ff8734;
}
.main-header .top-line .panel-line .dPanel-button:hover span:nth-of-type(1) img:nth-of-type(1),
.main-header .top-line .panel-line .dPoczta-button:hover span:nth-of-type(1) img:nth-of-type(1) {
  opacity: 0;
}
.main-header .top-line .panel-line .dPanel-button:hover span:nth-of-type(1) img:nth-of-type(2),
.main-header .top-line .panel-line .dPoczta-button:hover span:nth-of-type(1) img:nth-of-type(2) {
  opacity: 1;
}
.main-header .top-line .panel-line .logo-button {
  display: none;
}
.main-header .top-line .panel-line .doIt-button {
  display: none;
}
.main-header .top-line .panel-line .cart-button {
  display: block;
  float: right;
  height: 67px;
  transition: 0.25s;
  z-index: 3;
}
.main-header .top-line .panel-line .cart-button .dropdown-toggle {
  display: block;
  position: relative;
  height: 67px;
  line-height: 67px;
  padding: 0 15px;
  text-decoration: none;
  color: #98a2ab;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}
.main-header .top-line .panel-line .cart-button .dropdown-toggle span:nth-of-type(1) {
  position: relative;
  top: 18px;
  width: 30px;
  height: 26px;
  overflow: hidden;
  display: block;
  float: left;
  line-height: 26px;
  margin-right: 5px;
}
.main-header .top-line .panel-line .cart-button .dropdown-toggle span:nth-of-type(1) img {
  width: 30px;
  transition: 0.25s;
}
.main-header .top-line .panel-line .cart-button .dropdown-toggle span:nth-of-type(1) img:nth-of-type(1) {
  position: relative;
  top: -1px;
}
.main-header .top-line .panel-line .cart-button .dropdown-toggle span:nth-of-type(1) img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.main-header .top-line .panel-line .cart-button .dropdown-toggle span:nth-of-type(3) {
  position: absolute;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  width: 20px;
  background-color: #ff8734;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  left: 30px;
  top: 18px;
  font-weight: 800;
  display: none;
}
.main-header .top-line .panel-line .cart-button .dropdown-toggle .in-cart {
  display: none;
}
.main-header .top-line .panel-line .cart-button .dropdown-toggle:hover {
  color: #ff8734;
}
.main-header .top-line .panel-line .cart-button .dropdown-toggle:hover span:nth-of-type(1) img:nth-of-type(1) {
  position: relative;
  opacity: 0;
}
.main-header .top-line .panel-line .cart-button .dropdown-toggle:hover span:nth-of-type(1) img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.main-header .top-line .panel-line .cart-button .cart-list {
  width: 420px;
  padding: 0;
}
.main-header .top-line .panel-line .cart-button .cart-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-header .top-line .panel-line .cart-button .cart-list ul li {
  padding: 20px 30px;
  border-bottom: 2px solid #f2f6fa;
  clear: both;
}
.main-header .top-line .panel-line .cart-button .cart-list ul li .cart-tittle {
  font-weight: 400;
  line-height: 18px;
  font-size: 16px;
  text-transform: uppercase;
  color: #828a91;
}
.main-header .top-line .panel-line .cart-button .cart-list ul li .cart-tittle img {
  position: relative;
  top: -2px;
  padding-right: 10px;
}
.main-header .top-line .panel-line .cart-button .cart-list ul li ul li {
  padding: 0 0 0 15px;
  margin: 0 0 0 29px;
  border-left: 2px solid #e0e7ee;
  border-bottom: 0;
  overflow: auto;
  font-size: 12px;
}
.main-header .top-line .panel-line .cart-button .cart-list ul li ul li p, .main-header .top-line .panel-line .cart-button .cart-list ul li ul li button {
  display: block;
  float: left;
  line-height: 20px;
}
.main-header .top-line .panel-line .cart-button .cart-list ul li ul li button {
  width: 16%;
  text-align: right;
  background-color: transparent;
  border: 0;
  position: relative;
  top: -2px;
  padding: 10px 0;
  margin: 0;
}
.main-header .top-line .panel-line .cart-button .cart-list ul li ul li p {
  padding: 10px 0;
  margin: 0;
}
.main-header .top-line .panel-line .cart-button .cart-list ul li ul li p span {
  color: #4a545b;
}
.main-header .top-line .panel-line .cart-button .cart-list ul li ul li p a {
  text-transform: uppercase;
  font-weight: bold;
}
.main-header .top-line .panel-line .cart-button .cart-list ul li ul li p:nth-of-type(1) {
  width: 58%;
  color: #4a545b;
  word-wrap: break-word;
}
.main-header .top-line .panel-line .cart-button .cart-list ul li ul li p:nth-of-type(2) {
  width: 26%;
  text-align: right;
  color: #828a91;
}
.main-header .top-line .panel-line .cart-button .cart-list ul li:last-child ul li {
  border-left: 0;
}
.main-header .top-line .panel-line .cart-button .cart-list ul li:last-child ul li p {
  font-size: 22px;
  width: 86% !important;
}
.main-header .top-line .panel-line .cart-button .cart-list ul li:last-child ul li p:nth-of-type(1) {
  color: #98a2ab;
  word-wrap: break-word;
  text-align: right;
}
.main-header .top-line .panel-line .cart-button .cart-list ul li:last-child ul li p:nth-of-type(1) span {
  font-weight: bold;
}
.main-header .top-line .panel-line .cart-button .cart-list .cart-action a {
  display: inline-block;
  margin: 15px 0;
}
.main-header .top-line .panel-line .cart-button .cart-list .cart-action a:last-child {
  float: right;
  margin-right: 30px;
}
.main-header .top-line .panel-line .cart-button .cart-list .cart-action a:first-child {
  margin-left: 30px;
}
.main-header .top-line .panel-line .open .dropdown-toggle {
  background-color: #fff;
  border-bottom: 2px solid #f2f6fa;
  border-left: 2px solid #e0e7ee;
  border-right: 2px solid #e0e7ee;
  box-shadow: 0 5px 10px rgba(18, 18, 30, 0.1);
  color: #FF8734;
}
.main-header .top-line .panel-line .open .dropdown-toggle span:nth-of-type(1) img:nth-of-type(1) {
  position: relative;
  opacity: 0;
}
.main-header .top-line .panel-line .open .dropdown-toggle span:nth-of-type(1) img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.main-header .top-line .panel-line .open .dropdown-menu {
  border-radius: 0;
  border-top: 0px;
  border-bottom: 2px solid #e0e7ee;
  border-right: 2px solid #e0e7ee;
  border-left: 2px solid #e0e7ee;
  margin-top: 0px;
  box-shadow: 0 5px 10px rgba(18, 18, 30, 0.1);
}
.main-header .top-line .action-line {
  border-bottom: 0px;
}
.main-header .top-line .action-line a {
  position: relative;
  top: 46px;
  transition: 0.25s;
  z-index: 4;
}
.main-header .top-line .action-line a:hover {
  background-color: #ff8734;
  border: 2px solid rgba(18, 18, 20, 0.09);
  color: #fff;
}
.main-header .top-line .empty-line {
  width: 20px;
}
.main-header .nav-line {
  height: 67px;
  text-align: right;
  z-index: 101;
}
.main-header .nav-line nav {
  display: inline-block;
  padding-right: 164px;
  transition: 0.25s;
}
.main-header .nav-line nav ul {
  position: relative;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.main-header .nav-line nav ul li {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
.main-header .nav-line nav ul li a {
  display: block;
  padding: 21px 9px;
  font-size: 15px;
  font-weight: 900;
  color: #4a545b;
  text-decoration: none;
}
.main-header .nav-line nav ul li a:hover {
  color: #ffab67;
  opacity: 1;
}
.main-header .nav-line nav ul li a:hover + .tooltip {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.main-header .nav-line nav ul li a:hover + .tooltip .tooltip-box p {
  opacity: 1;
}
.main-header .nav-line nav ul li a:hover + .tooltip::before {
  width: 100%;
}
.main-header .nav-line nav ul li .tooltip {
  position: relative;
  width: 100%;
  height: 0px;
  left: 0px;
  bottom: 0px;
  opacity: 0;
  transition: 0.5s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.main-header .nav-line nav ul li .tooltip .tooltip-box {
  position: absolute;
  overflow: hidden;
  height: 0px;
  transition: 0.3s;
  left: 50%;
  top: 0px;
  overflow: hidden;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  background-color: #FFFFFF;
  box-shadow: 0 4px 8px 0 rgba(39, 49, 53, 0.12);
  border: 2px solid #E8EEF4;
}
.main-header .nav-line nav ul li .tooltip .tooltip-box .tooltip-content {
  padding: 20px;
}
.main-header .nav-line nav ul li .tooltip .tooltip-box .tooltip-content p {
  font-size: 13px;
  line-height: 18px;
  color: #626B72;
  text-align: left;
  line-height: 18px;
  padding: 0px;
  width: 225px;
  margin: 0px;
  opacity: 0;
  transition-delay: 0.5s;
  transition: 0.25s;
}
.main-header .nav-line nav ul li .tooltip::before {
  content: " ";
  display: block;
  position: relative;
  background: #ffc899;
  height: 2px;
  width: 0%;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: 0.25s;
  transition-delay: 0.1s;
}
.main-header .nav-line nav ul .active a {
  color: #FF8734;
}
.main-header .nav-line nav ul .active a:hover {
  color: #FF8734;
  opacity: 1;
}
.main-header .nav-line nav ul #hoverLine {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100px;
  height: 2px;
  background: #ffc899;
  display: block;
}

.fixed-beam {
  position: fixed;
  z-index: 98;
  top: -67px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(18, 18, 20, 0.07);
}
.fixed-beam .top-line .slogan-line {
  opacity: 0;
}
.fixed-beam .top-line .logo-line .logo-button img {
  -webkit-transform: translateY(36px);
          transform: translateY(36px);
}
.fixed-beam .top-line .logo-line .logo-button .logo-lg {
  top: 43px;
  height: 35px;
}
.fixed-beam .top-line .action-line a {
  -webkit-transform: translateY(36px);
          transform: translateY(36px);
}
.fixed-beam .top-line .panel-line .cart-button {
  -webkit-transform: translateY(69px) translateX(15px);
          transform: translateY(69px) translateX(15px);
  z-index: 3;
  height: 65px;
}
.fixed-beam .top-line .panel-line .cart-button .dropdown-toggle {
  height: 65px;
  line-height: 65px;
}
.fixed-beam .top-line .panel-line .cart-button .dropdown-toggle span:nth-of-type(1) {
  margin-right: 0px;
}
.fixed-beam .top-line .panel-line .cart-button .dropdown-toggle span:nth-of-type(2) {
  display: none;
}
.fixed-beam .top-line .panel-line .cart-button .dropdown-toggle span:nth-of-type(3) {
  position: absolute;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  width: 20px;
  background-color: #ff8734;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  left: 30px;
  top: 18px;
  font-weight: 800;
}
.fixed-beam .top-line .panel-line .cart-button .dropdown-toggle .in-cart {
  display: block !important;
}
.fixed-beam .nav-line nav {
  -webkit-transform: translateX(-65px);
          transform: translateX(-65px);
}
.fixed-beam .nav-line nav ul #hoverLine {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100px;
  height: 2px;
  background: #ffc899;
  display: block;
}
.fixed-beam .nav-line nav ul li a:hover + .tooltip {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.fixed-beam .fixed-beam-border {
  height: 67px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-top: 2px solid #e0e7ee;
  border-bottom: 2px solid #e0e7ee;
  width: 100%;
}

@media screen and (max-width: 1409px) {
  .main-header .top-line .panel-line .domain-search input {
    width: 200px;
  }
  .main-header .nav-line nav {
    padding-right: 100px;
  }
  .main-header .nav-line nav ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .main-header .container {
    padding: 0 !important;
    margin: 0 !important;
  }
  .main-header .order-top-line {
    padding-left: 25px;
    padding-right: 25px;
  }
  .main-header .fixed-beam-mobile {
    position: fixed !important;
    top: 0;
  }
  .main-header .top-line {
    background-color: #f2f6fa;
    position: absolute;
    z-index: 99;
  }
  .main-header .top-line > div {
    border-bottom: 2px solid #e0e7ee;
  }
  .main-header .top-line .logo-line {
    display: none;
    width: 0px;
  }
  .main-header .top-line .logo-button {
    position: relative;
    float: left;
    height: 67px;
    cursor: pointer;
    border-right: 0;
    padding: 0 15px;
  }
  .main-header .top-line .logo-button .logo-lg {
    display: block;
    position: relative;
    top: 20px;
  }
  .main-header .top-line .logo-button .logo-sm {
    display: none;
  }
  .main-header .top-line .logo-line {
    padding: 0;
  }
  .main-header .top-line .panel-line {
    padding-right: 0px;
  }
  .main-header .top-line .panel-line .cart-button .dropdown-toggle span:nth-of-type(3) {
    position: absolute;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    width: 20px;
    background-color: #ff8734;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    left: 30px;
    top: 18px;
    font-weight: 800;
  }
  .main-header .top-line .panel-line .cart-button .dropdown-toggle .in-cart {
    display: block !important;
  }
  .main-header .top-line .panel-line .dropdown span:nth-of-type(1) {
    margin-right: 0px !important;
  }
  .main-header .top-line .panel-line .dropdown span:nth-of-type(2) {
    display: none;
  }
  .main-header .top-line .panel-line .doIt-button {
    float: right;
    margin-top: 15px;
    margin-right: 15px;
    margin-left: 15px;
    color: #FF8734;
    display: block;
  }
  .main-header .top-line .panel-line .logo-button {
    float: left;
    display: block;
  }
  .main-header .top-line .panel-line .logo-button img {
    height: 30px;
  }
  .main-header .top-line .panel-line .menu-button-open {
    position: relative;
    float: right;
    height: 67px;
    cursor: pointer;
    border-left: 2px solid #e0e7ee;
  }
  .main-header .top-line .panel-line .menu-button-open img {
    padding: 22px 15px;
  }
  .main-header .top-line .panel-line .dPanel-button,
  .main-header .top-line .panel-line .dPoczta-button {
    display: none;
  }
  .main-header .top-line .empty-line {
    width: 0px;
  }
  .main-header .top-line .action-line {
    display: none;
    width: 0px;
  }
  .main-header .menu-scroll-container {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .main-header .nav-line {
    height: 100vh !important;
    width: 300px;
    background-color: #3b4348;
    text-align: right;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    transition: 0.25s;
    z-index: 100;
  }
  .main-header .nav-line .menu-button-close {
    line-height: 65px;
    text-align: left;
    padding-left: 15px;
    cursor: pointer;
    border-bottom: 2px solid #4a545b;
  }
  .main-header .nav-line .menu-button-close img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-header .nav-line nav {
    display: block;
    padding-right: 0;
    width: 100%;
    position: relative;
  }
  .main-header .nav-line nav .dPoczta-button,
  .main-header .nav-line nav .dPanel-button {
    border-bottom: 2px solid #4a545b;
    width: 50%;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    color: #98a2ab;
    padding: 15px 0;
    line-height: 30px;
    background-color: #3f474d;
  }
  .main-header .nav-line nav .dPoczta-button span,
  .main-header .nav-line nav .dPanel-button span {
    display: block;
  }
  .main-header .nav-line nav .dPoczta-button {
    float: left;
    border-right: 1px solid #4a545b;
  }
  .main-header .nav-line nav .dPanel-button {
    float: right;
    border-left: 1px solid #4a545b;
  }
  .main-header .nav-line nav ul {
    position: relative;
    list-style: none;
    display: block;
    padding: 5px 0px;
    margin: 0px;
    width: 100%;
    clear: both;
  }
  .main-header .nav-line nav ul li {
    padding: 0px;
    margin: 0px;
    display: block !important;
    line-height: 50px;
  }
  .main-header .nav-line nav ul li a {
    display: block;
    margin-top: 0px;
    padding: 0 30px;
    font-size: 16px;
    font-weight: bold;
    color: #e0e7ee;
    text-decoration: none;
    text-align: left;
  }
  .main-header .nav-line nav ul li .tooltip {
    display: none;
  }
  .main-header .nav-line nav ul .active a {
    color: #FF8734;
  }
  .main-header .nav-line nav ul #hoverLine {
    opacity: 0;
  }
  .main-header .nav-line .action-line-2 {
    text-align: center;
    padding: 25px 0;
    border-top: 2px solid #4a545b;
    border-bottom: 2px solid #4a545b;
  }
  .main-header .nav-line .contact-line div {
    margin: 30px;
    border-left: 2px solid #4a545b;
    text-align: left;
    padding-left: 30px;
  }
  .main-header .nav-line .contact-line div p, .main-header .nav-line .contact-line div a {
    clear: both;
    width: 100%;
    display: inline-block;
  }
  .main-header .nav-line .contact-line div p {
    color: #98a2ab;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
  }
  .main-header .nav-line .contact-line div a {
    line-height: 50px;
  }
  .main-header .nav-line .contact-line div a .rotate-img {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-right: 13px;
  }
  .main-header .nav-line .contact-line div a img {
    padding-right: 15px;
    position: relative;
    top: -2px;
  }
  .main-header .nav-line .contact-line div .phone {
    font-weight: bold;
    color: #e0e7ee;
    font-size: 18px;
    letter-spacing: -0.56px;
    text-decoration: none;
  }
  .main-header .nav-line .contact-line div .mail {
    color: #ffc899;
    font-size: 18px;
    letter-spacing: -0.56px;
    line-height: 25px;
    text-decoration: none;
  }
  .main-header .nav-line-active {
    -webkit-transform: translateX(0%) !important;
            transform: translateX(0%) !important;
  }
}
@media screen and (max-width: 992px) and (min-width: 675px) {
  .main-header .top-line .logo-button .logo-lg {
    top: 17px;
  }
}
@media screen and (max-width: 675px) {
  .main-header .top-line .logo-button {
    position: relative;
    float: left;
    height: 67px;
    cursor: pointer;
    border-right: 0;
    padding: 0 15px;
  }
  .main-header .top-line .logo-button .logo-lg {
    display: none;
  }
  .main-header .top-line .logo-button .logo-sm {
    display: block;
    position: relative;
    top: 22px;
  }
  .main-header .top-line .panel-line .logo-button img {
    height: 26px;
  }
}
@media screen and (max-width: 590px) {
  .main-header .top-line .panel-line .dropdown {
    position: static;
  }
  .main-header .top-line .panel-line .dropdown .dropdown-menu {
    width: 100%;
    top: 67px;
    border-left: 0;
    border-right: 0;
  }
  .main-header .top-line .panel-line .search-button {
    display: block !important;
    float: right;
    height: 67px;
  }
  .main-header .top-line .panel-line .search-button a {
    display: block;
    height: 67px;
    line-height: 67px;
    padding: 0 15px;
    border: 2px solid transparent;
  }
  .main-header .top-line .panel-line .search-button a span:nth-of-type(1) {
    position: relative;
    top: 17px;
    width: 30px;
    height: 26px;
    overflow: hidden;
    display: block;
    float: left;
    line-height: 26px;
    margin-right: 5px;
  }
  .main-header .top-line .panel-line .search-button a span:nth-of-type(1) img {
    width: 30px;
  }
  .main-header .top-line .panel-line .search-button .dropdown-menu .domain-search {
    display: block;
    float: right;
    position: relative;
    border: 0;
    height: 60px;
    margin: 0;
    background-color: #fff;
    width: 100%;
    z-index: 98;
    transition: 0.5s;
  }
  .main-header .top-line .panel-line .search-button .dropdown-menu .domain-search button {
    position: absolute;
    top: 10px;
    left: 10px;
    border: 0;
    line-height: 37px;
    background-color: transparent;
  }
  .main-header .top-line .panel-line .search-button .dropdown-menu .domain-search button img {
    position: relative;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .main-header .top-line .panel-line .search-button .dropdown-menu .domain-search input {
    line-height: 56px;
    width: 100%;
    padding-left: 50px;
    border: 0;
    background-color: transparent;
  }
  .main-header .top-line .panel-line .search-button .dropdown-menu .domain-search input:focus {
    outline: none;
  }
  .main-header .top-line .panel-line .domain-search {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .main-header .top-line .panel-line .dropdown .dropdown-menu ul li {
    padding: 20px 20px;
  }
  .main-header .top-line .panel-line .dropdown .dropdown-menu ul li ul li {
    margin-left: 0px;
  }
  .main-header .top-line .panel-line .dropdown .dropdown-menu ul li ul li p {
    font-size: 13px;
    line-height: 20px;
  }
  .main-header .top-line .panel-line .dropdown .dropdown-menu ul li ul li button {
    width: 13%;
  }
  .main-header .top-line .panel-line .dropdown .dropdown-menu ul li ul li p:nth-of-type(1) {
    width: 61%;
  }
  .main-header .top-line .panel-line .dropdown .dropdown-menu ul li ul li p:nth-of-type(2) {
    width: 26%;
  }
}
@media screen and (max-width: 364px) {
  .main-header .top-line .panel-line .logo-button {
    padding: 0 10px;
  }
  .main-header .top-line .panel-line .menu-button-open img {
    padding: 22px 10px !important;
  }
  .main-header .top-line .panel-line .doIt-button {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .main-header .top-line .panel-line .cart-button .dropdown-toggle,
  .main-header .top-line .panel-line .search-button .dropdown-toggle {
    padding: 0 10px !important;
  }
  .main-header .top-line .panel-line .open .dropdown-toggle {
    padding: 0 8px !important;
  }
}
.main-header .order-top-line {
  width: 100%;
  height: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-header .order-top-line > div {
  display: block;
  position: relative;
  height: 67px;
  float: left;
  max-width: 100%;
  border-bottom: 2px solid #e0e7ee;
}
.main-header .order-top-line .logo-line {
  border-bottom: 0px;
  padding: 0 15px 0 0;
}
.main-header .order-top-line .logo-line .logo-button img {
  position: relative;
  top: 28px;
  height: 47px;
  transition: 0.25s;
}
.main-header .order-top-line .logo-line .logo-button .logo-lg {
  display: block;
}
.main-header .order-top-line .logo-line .logo-button .logo-sm {
  display: none;
}
.main-header .order-top-line .logo-line .slogan-line {
  padding: 0;
}
.main-header .order-top-line .logo-line .slogan-line h1 {
  top: 39px;
  font-size: 12px;
}
.main-header .order-top-line .empty-line {
  width: 20px;
}
.main-header .order-top-line .empty-line-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-header .order-top-line .slogan-line {
  border-bottom: 0px;
  padding: 0 15px;
  float: right;
}
.main-header .order-top-line .slogan-line h1 {
  position: relative;
  line-height: 26px;
  top: 51px;
  font-size: 13px;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.main-header .order-top-line .action-line {
  border-bottom: 0px;
}
.main-header .order-top-line .action-line a {
  position: relative;
  top: 46px;
  transition: 0.25s;
}
@media screen and (max-width: 992px) {
  .main-header .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 420px) {
  .main-header .order-top-line .logo-line .logo-button .logo-lg {
    display: none;
  }
  .main-header .order-top-line .logo-line .logo-button .logo-sm {
    display: block;
  }
}

.main-footer {
  background-color: #f2f6fa;
  padding-top: 80px;
  padding-bottom: 40px;
  overflow: hidden;
}
.main-footer nav ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.main-footer nav ul li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.main-footer nav ul li h2 {
  color: #afb9c2;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0;
}
.main-footer nav ul li ul {
  padding-top: 20px;
  padding-bottom: 30px;
}
.main-footer nav ul li ul li {
  margin-bottom: 10px;
}
.main-footer nav ul li ul li a {
  color: #626b72;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.main-footer nav ul li ul li a img {
  margin-right: 10px;
}
.main-footer nav ul li ul li a:hover {
  color: #FF8734;
}
.main-footer nav ul .customer-menu ul {
  padding-bottom: 30px;
}
.main-footer nav ul .customer-menu .dPanel a {
  color: #FF8734;
  font-size: 14px;
  font-weight: 900;
}
.main-footer nav ul .customer-menu .dPanel a img {
  position: relative;
  top: -2px;
  width: 28px;
}
.main-footer nav ul .customer-menu .dPoczta a {
  color: #FF8734;
  font-size: 14px;
  font-weight: 900;
}
.main-footer nav ul .customer-menu .dPoczta a img {
  width: 28px;
}
.main-footer nav ul .social-menu ul li {
  display: inline-block;
}
.main-footer nav ul .social-menu ul li a img {
  height: 41px;
}
.main-footer nav ul .customer-menu a:hover,
.main-footer nav ul .social-menu a:hover {
  opacity: 0.8;
}
.main-footer .brands {
  text-align: right;
  padding-bottom: 40px;
}
.main-footer .brands span {
  display: block;
  padding-bottom: 30px;
}
.main-footer .brands span img {
  padding-left: 10px;
}
.main-footer .copy {
  text-align: right;
}
.main-footer .copy p, .main-footer .copy a {
  font-size: 15px;
  font-weight: 400;
  color: #afb9c2;
}
.main-footer .copy a {
  color: #828a91;
}
.main-footer .copy a:hover {
  color: #828a91;
}
.main-footer .cookies {
  border: 2px solid #e0e7ee;
  padding: 10px 30px 10px 15px;
  background-color: #fff;
  display: inline-block;
  width: 100%;
  max-width: 620px;
}
.main-footer .cookies p {
  padding: 0;
  margin: 0;
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  padding-right: 50px;
  display: inline-block;
  line-height: 37px;
  color: #626b72;
}
.main-footer .cookies span {
  display: inline-block;
  color: #FF8734;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 37px;
  cursor: pointer;
}
.main-footer .cookies span:hover {
  opacity: 0.8;
}
.main-footer .cookies img {
  display: block;
  float: left;
  position: relative;
  top: 0px;
  padding-right: 15px;
}
.main-footer .cookies-visible {
  position: relative;
  display: inline-block;
}
.main-footer .cookies-hide {
  display: none;
}
@media screen and (max-width: 1420px) {
  .main-footer nav ul li h2 {
    font-size: 16px;
  }
  .main-footer nav ul li ul li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 992px) {
  .main-footer .brands {
    text-align: right;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
  .main-footer .brands span {
    display: inline-block;
    padding-bottom: 30px;
  }
  .main-footer .brands span img {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-footer .copy {
    text-align: center;
  }
  .main-footer .cookies {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .main-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .main-footer nav ul {
    border-bottom: 2px solid #d4dde5;
    padding-bottom: 20px;
  }
  .main-footer nav ul li {
    text-align: left;
  }
  .main-footer nav ul li h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .main-footer nav ul li ul {
    border-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 15px;
  }
  .main-footer nav ul li ul li a {
    line-height: 30px;
  }
  .main-footer .brands {
    text-align: left;
    padding-bottom: 0;
  }
  .main-footer .brands span {
    display: inline-block;
    padding-bottom: 30px;
  }
  .main-footer .brands span img {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-footer .copy {
    text-align: center;
  }
  .main-footer .cookies p {
    font-size: 14px;
    line-height: 16px;
    padding-top: 5px;
    padding-right: 5px;
  }
  .main-footer .cookies p br {
    line-height: 0px !important;
    display: inline !important;
  }
  .main-footer .cookies span {
    display: block;
    float: right;
  }
}
@media screen and (max-width: 420px) {
  .main-footer .cookies {
    text-align: center;
  }
  .main-footer .cookies p,
  .main-footer .cookies span {
    display: block;
    text-align: center;
  }
  .main-footer .cookies p {
    padding-top: 10px;
    padding-right: 0px;
  }
  .main-footer .cookies span {
    float: none;
  }
  .main-footer .cookies img {
    margin: 0 auto;
    float: none;
    padding: 0;
  }
}

.index-header {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background-color: #fafcfd;
}
.index-header .banner-video .modal-dialog {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) !important;
          transform: translateY(-50%) translateX(-50%) !important;
}
.index-header .banner-video .modal-dialog .modal-content {
  border-radius: 0;
  box-shadow: 0 2px 4px rgba(39, 48, 52, 0.1);
  border: 0px;
}
.index-header .banner-video .modal-dialog .modal-content .modal-body {
  position: relative;
  padding-bottom: 53.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  border: 2px solid #D4DDE5;
}
.index-header .banner-video .modal-dialog .modal-content .modal-body iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index-header .banner-video .modal-dialog .modal-content .modal-body .border-points div {
  background-color: #AFB9C2;
}
.index-header .banner-video .modal-dialog .modal-content .close {
  position: absolute;
  top: -28px;
  right: 20px;
  width: 15px;
  height: 15px;
  opacity: 1;
  font-size: auto;
  z-index: 3;
}
.index-header .banner-video .modal-dialog .modal-content .close img {
  position: absolute;
  top: 0;
  left: 0;
}
.index-header .banner-video .modal-dialog .modal-content .close:hover {
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .index-header .banner-video {
    height: 100%;
    overflow: hidden;
  }
  .index-header .banner-video .modal-dialog {
    width: 100%;
    height: 100%;
  }
  .index-header .banner-video .modal-dialog .modal-content {
    height: 100%;
  }
  .index-header .banner-video .modal-dialog .modal-content .modal-body {
    height: 100%;
    /* 16:9 */
    border: 0px;
  }
  .index-header .banner-video .modal-dialog .modal-content .close {
    top: 10px;
    right: 60px;
  }
}
.index-header .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translatey(-35%);
          transform: translateX(-50%) translatey(-35%);
}
.index-header .beam-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
  top: 0;
}
.index-header .beam-bg img {
  position: absolute;
  transition-delay: 0s;
  opacity: 0;
}
.index-header .beam-bg .lata-11 {
  bottom: -55%;
  left: 40%;
  -webkit-animation: lata11 50s infinite ease-in-out;
          animation: lata11 50s infinite ease-in-out;
}
.index-header .beam-bg .lata-10 {
  bottom: -0%;
  left: 10%;
  -webkit-animation: lata10 40s infinite ease-in-out;
          animation: lata10 40s infinite ease-in-out;
}
.index-header .beam-bg .lata-9 {
  top: -0%;
  left: 80%;
  -webkit-animation: lata9 35s infinite ease-in-out;
          animation: lata9 35s infinite ease-in-out;
}
.index-header .beam-bg .lata-8 {
  top: -20%;
  left: 45%;
  -webkit-animation: lata8 40s infinite ease-in-out;
          animation: lata8 40s infinite ease-in-out;
}
.index-header .beam-bg .lata-7 {
  top: 20%;
  left: -0%;
  -webkit-animation: lata7 49s infinite ease-in-out;
          animation: lata7 49s infinite ease-in-out;
}
.index-header .beam-bg .lata-6 {
  bottom: 20%;
  left: -0%;
  -webkit-animation: lata6 25s infinite ease-in-out;
          animation: lata6 25s infinite ease-in-out;
}
.index-header .beam-bg .lata-5 {
  top: -0%;
  left: -5%;
  -webkit-animation: lata5 35s infinite ease-in-out;
          animation: lata5 35s infinite ease-in-out;
}
.index-header .beam-bg .lata-4 {
  bottom: 30%;
  left: 100%;
  -webkit-animation: lata4 35s infinite ease-in-out;
          animation: lata4 35s infinite ease-in-out;
}
.index-header .beam-bg .lata-3 {
  bottom: -0%;
  left: 35%;
  -webkit-animation: lata3 50s infinite ease-in-out;
          animation: lata3 50s infinite ease-in-out;
}
.index-header .beam-bg .lata-2 {
  bottom: 5%;
  left: 100%;
  -webkit-animation: lata2 30s infinite ease-in-out;
          animation: lata2 30s infinite ease-in-out;
}
.index-header .beam-bg .lata-1 {
  bottom: 40%;
  left: -0%;
  -webkit-animation: lata1 30s infinite ease-in-out;
          animation: lata1 30s infinite ease-in-out;
}
.index-header .active-bg img {
  opacity: 1;
}
.index-header .active-bg .lata-11 {
  bottom: -15%;
  left: 40%;
}
.index-header .active-bg .lata-10 {
  bottom: -5%;
  left: 10%;
}
.index-header .active-bg .lata-9 {
  top: 15%;
  left: 80%;
}
.index-header .active-bg .lata-8 {
  top: 25%;
  left: 45%;
}
.index-header .active-bg .lata-7 {
  top: 20%;
  left: 20%;
}
.index-header .active-bg .lata-6 {
  bottom: 20%;
  left: 15%;
}
.index-header .active-bg .lata-5 {
  top: 10%;
  left: -5%;
}
.index-header .active-bg .lata-4 {
  bottom: 30%;
  left: 80%;
}
.index-header .active-bg .lata-3 {
  bottom: 30%;
  left: 35%;
}
.index-header .active-bg .lata-2 {
  bottom: 5%;
  left: 85%;
}
.index-header .active-bg .lata-1 {
  bottom: 40%;
  left: 10%;
}
@media screen and (max-width: 1400px) {
  .index-header .active-bg .lata-6 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .index-header .active-bg .lata-7 {
    display: none;
  }
  .index-header .active-bg .lata-4 {
    display: none;
  }
  .index-header .active-bg .lata-3 {
    display: none;
  }
  .index-header .active-bg .lata-2 {
    display: none;
  }
}
.index-header .beam-section-header h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 60px;
}
.index-header .beam-section-header h2 span {
  display: block;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 42px;
  padding-top: 20px;
}
.index-header .beam-section-header p {
  font-size: 25px;
  font-weight: 300;
  margin: 60px 0 70px 0;
}
.index-header .pcworld-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-header .pcworld-header .pcworld-logo {
  width: 145px;
  height: 106px;
  margin-left: 10px;
  position: relative;
  top: 14px;
}
.index-header .pcworld-header h2 {
  color: #3B4348;
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 50px;
}
.index-header .pcworld-header h2 span {
  color: #3B4348;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
  padding-top: 10px;
}
.index-header .action-line span {
  font-size: 18px;
  line-height: 25px;
  white-space: nowrap;
  font-weight: 500;
  font-style: italic;
}
.index-header .action-line .btn {
  margin-right: 20px;
  font-weight: 800;
}
.index-header .mail-line {
  margin: 60px 0;
  position: relative;
  max-width: 520px;
}
.index-header .mail-line .form-control {
  border-radius: 0 32px 32px 0;
}
.index-header .mail-line .btn {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0px;
  padding-top: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.index-header .add-line {
  color: #828A91;
  font-size: 18px;
  font-style: oblique;
  line-height: 25px;
  border-left: 2px solid #FFAB67;
  padding: 10px 25px;
  display: inline-block;
  text-align: left;
}
.index-header .add-line span {
  display: block;
}
.index-header .animation-frame {
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto;
  height: 330px;
  background-color: white;
  border: 2px solid #d4dde5;
  top: 10px;
  box-shadow: 0 17px 25px 0 rgba(39, 49, 53, 0.08);
}
.index-header .animation-frame .click {
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70%;
  width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.index-header .animation-frame .click p {
  font-weight: 900;
  font-size: 29px;
  font-weight: 300;
  text-align: center;
  color: #FFAB67;
}
.index-header .animation-frame .click .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.index-header .animation-frame .click .play-btn .play-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
          transform: translateX(-40%) translateY(-50%);
  width: 30px;
}
.index-header .animation-frame .click .play-btn .rotate-bg {
  position: relative;
  height: 100px;
  width: 100px;
  -webkit-animation: rotatePlay 17s infinite linear;
          animation: rotatePlay 17s infinite linear;
}
.index-header .animation-frame .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
.index-header .animation-frame .video-bg img {
  top: 30px;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: .11;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: 0.5s;
}
.index-header .animation-frame:hover .video-bg {
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.index-header .animation-frame:hover .video-bg img {
  opacity: .45;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.index-header.black-friday {
  height: calc(100vh - 89px);
  padding-top: 294px !important;
}
.index-header.black-friday .black-friday-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-header.black-friday .black-friday-header h2 {
  color: #3B4348;
  font-size: 90px;
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 60px;
}
.index-header.black-friday .black-friday-header h2 span {
  color: #3B4348;
  font-size: 46px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 60px;
  display: block;
}
.index-header.black-friday .black-friday-header h2 span span {
  margin-right: 10px;
}
.index-header.black-friday .black-friday-header h2 span .old-price {
  color: #828A91;
  float: left;
  padding: 0;
  text-decoration: line-through;
}
.index-header.black-friday .black-friday-header h2 span .danger-new {
  float: left;
  padding: 0;
  color: #ec3130;
}
.index-header.black-friday .text-content .mail-line .form-group {
  max-width: 300px;
}
.index-header.black-friday .text-content .mail-line .form-group input {
  font-size: 16px;
  height: 60px;
  max-width: 300px;
  border-radius: 0;
}
.index-header.black-friday .text-content .mail-line .form-group label {
  padding-left: 0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 21px;
}
.index-header.black-friday .text-content .mail-line .move-up-form {
  display: none;
  opacity: 0;
  max-width: 300px;
}
.index-header.black-friday .text-content .free-cash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.index-header.black-friday .text-content .free-cash p {
  padding-left: 20px;
  color: #3B4348;
  font-size: 18px;
  line-height: 60px;
}
.index-header.black-friday .text-content .free-cash p span {
  font-weight: 900;
}
.index-header.black-friday .btn-submit-black-from {
  top: 187px;
}
.index-header.black-friday .blackForm1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 0 40px 0;
}
.index-header.black-friday .blackForm1 .form-group {
  padding-right: 20px;
  width: 300px;
}
.index-header.black-friday .blackForm1 .btn-black-collapse {
  position: relative;
  height: 60px;
}
.index-header.black-friday .blackForm1 .disabled {
  pointer-events: none;
}
.index-header.black-friday .bag-friday {
  width: 760px;
  position: absolute;
  left: calc(50% + 189px);
  top: calc(50% + 235px);
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.index-header.black-friday .blackForm2 {
  margin-top: 5px;
  margin-bottom: 5px;
  display: none;
}
.index-header.black-friday .blackForm2 .form-group {
  margin-bottom: 35px;
  max-width: 300px;
}
.index-header.black-friday .blackForm2 .form-group input {
  font-size: 16px;
  height: 60px;
  max-width: 300px;
  border-radius: 0;
}
.index-header.black-friday .blackForm2 .form-group label {
  padding-left: 0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 21px;
}
.index-header.black-friday .blackForm2 .login-box-footer-2 .input-checkbox p:nth-of-type(1) {
  max-width: 300px;
}
.index-header.black-friday .blackForm2 .login-box-footer-2 .input-checkbox p:nth-of-type(2) {
  width: 100%;
}
.index-header.black-friday .black-friday-from {
  transition: 0.75s;
}
.index-header.black-friday .black-friday-from .btn-black-collapse {
  display: none;
}
.index-header.black-friday .black-friday-from.active .move-up-form {
  display: block;
}
.index-header.black-friday .snow {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1410px) {
  .index-header.black-friday {
    height: calc(100vh - 106px);
  }
  .index-header.black-friday .snow {
    height: 100%;
    width: auto;
    left: 0;
  }
  .index-header.black-friday .black-friday-header h2 {
    font-size: 75px;
    line-height: 45px;
  }
  .index-header.black-friday .black-friday-header h2 span {
    font-size: 29px;
    line-height: 40px;
  }
  .index-header.black-friday .bag-friday {
    top: calc(50% + 235px);
  }
}
@media screen and (max-width: 1200px) {
  .index-header.black-friday {
    height: 100%;
    padding-bottom: 120px;
    padding-top: 220px !important;
  }
  .index-header.black-friday .blackForm2 {
    margin-top: 0px;
  }
  .index-header.black-friday .blackForm2 .login-box-footer-2 .more-button {
    display: inline !important;
  }
}
@media screen and (max-width: 1100px) {
  .index-header.black-friday .text-content .blackForm2 .form-group {
    max-width: 250px;
  }
}
@media screen and (min-height: 1000px) {
  .index-header.black-friday {
    height: auto;
  }
}
@media screen and (max-height: 700px) {
  .index-header.black-friday {
    height: 100%;
  }
  .index-header.black-friday .container {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
}
@media screen and (max-width: 992px) {
  .index-header.black-friday {
    padding-top: 100px !important;
    height: 100%;
  }
  .index-header.black-friday .black-friday-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index-header.black-friday .black-friday-header h2 span {
    padding-top: 20px;
  }
  .index-header.black-friday .bag-friday {
    width: 600px;
    top: auto;
    position: absolute;
    left: 50%;
    z-index: -1;
    bottom: 0;
    -webkit-transform: translateX(-28%) translateY(-60%);
            transform: translateX(-28%) translateY(-60%);
  }
  .index-header.black-friday .text-content {
    height: 100%;
  }
  .index-header.black-friday .text-content .mail-line .form-group {
    width: 100%;
    margin: 0 auto;
  }
  .index-header.black-friday .text-content .blackForm2 .form-group {
    width: 100%;
    max-width: 300px;
  }
  .index-header.black-friday .text-content .free-cash {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index-header.black-friday .blackForm1 {
    padding-top: 350px;
    display: inline-block;
  }
  .index-header.black-friday .blackForm1 .form-group {
    padding: 0;
  }
  .index-header.black-friday .blackForm2 {
    margin-top: 5px;
    padding-top: 60px;
  }
  .index-header.black-friday .blackForm2 .login-box-content {
    margin-bottom: -35px;
  }
  .index-header.black-friday .blackForm2 .login-box-footer-2 {
    margin: 0 auto;
  }
  .index-header.black-friday .btn-submit-black-from {
    top: 285px;
  }
  .index-header.black-friday .login-box-footer-2 {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 500px) {
  .index-header.black-friday {
    height: 100%;
  }
  .index-header.black-friday.beam {
    padding-bottom: 80px;
  }
  .index-header.black-friday .black-friday-header {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .index-header.black-friday .black-friday-header h2 {
    font-size: 52px;
    line-height: 30px;
  }
  .index-header.black-friday .black-friday-header h2 span {
    font-size: 20px;
    line-height: 25px;
  }
  .index-header.black-friday .text-content {
    height: 100%;
  }
  .index-header.black-friday .text-content .mail-line .form-group {
    max-width: 100%;
  }
  .index-header.black-friday .text-content .mail-line .form-group input {
    max-width: 100%;
  }
  .index-header.black-friday .text-content .free-cash {
    padding-top: 15px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .index-header.black-friday .text-content .free-cash p {
    padding-left: 9px;
    text-align: left;
    line-height: normal;
    margin: 0;
  }
  .index-header.black-friday .text-content .free-cash p span {
    display: inline-block;
    width: 100%;
  }
  .index-header.black-friday .bag-friday {
    width: 470px;
    -webkit-transform: translateX(-28%) translateY(-72%);
            transform: translateX(-28%) translateY(-72%);
  }
  .index-header.black-friday .blackForm1 {
    padding-top: 300px;
  }
  .index-header.black-friday .status-down {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .index-header.black-friday .btn-submit-black-from {
    top: 325px;
  }
}
.index-header.main-index-login .container {
  -webkit-transform: translateX(-50%) translateY(-28%);
          transform: translateX(-50%) translateY(-28%);
}
.index-header.main-index-login .container .row {
  min-height: 453px;
}
.index-header.main-index-login .text-content .mail-line .left-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
}
.index-header.main-index-login .text-content .mail-line .left-action .form-group {
  width: 100%;
}
.index-header.main-index-login .text-content .mail-line .left-action .btn {
  height: 65px;
  line-height: 30px;
  position: relative;
  margin-left: 20px;
  padding-top: 17px;
}
.index-header.main-index-login .index-form-one {
  margin: 60px 0 60px 0;
}
.index-header.main-index-login .index-form-one .form-group {
  padding-right: 20px;
}
.index-header.main-index-login .index-form-one .btn-black-collapse {
  height: 65px;
}
.index-header.main-index-login .index-form-two {
  margin-top: 5px;
  margin-bottom: 5px;
  display: none;
}
.index-header.main-index-login .index-form-two .form-group {
  margin-bottom: 35px;
  max-width: 300px;
}
.index-header.main-index-login .index-form-two .form-group input {
  font-size: 16px;
  height: 65px;
  max-width: 300px;
  border-radius: 0;
}
.index-header.main-index-login .index-form-two .form-group label {
  padding-left: 0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 21px;
}
.index-header.main-index-login .index-form-two .login-box-footer-2 .input-checkbox p:nth-of-type(1) {
  max-width: 300px;
}
.index-header.main-index-login .index-form-two .login-box-footer-2 .input-checkbox p:nth-of-type(2) {
  width: 100%;
}
.index-header.main-index-login .black-friday-from {
  transition: 0.75s;
}
.index-header.main-index-login .black-friday-from .btn-black-collapse {
  display: none;
}
.index-header.main-index-login .black-friday-from.active .move-up-form {
  display: block;
}
@media screen and (max-width: 1200px) {
  .index-header.main-index-login {
    height: 100%;
    padding-bottom: 80px;
    padding-top: 214px !important;
  }
  .index-header.main-index-login .container {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
  }
  .index-header.main-index-login .index-form-two {
    margin-top: 0px;
  }
  .index-header.main-index-login .index-form-two .login-box-footer-2 .more-button {
    display: inline !important;
  }
}
@media screen and (max-width: 1100px) {
  .index-header.main-index-login .text-content .index-form-two .form-group {
    max-width: 250px;
  }
}
@media screen and (min-height: 1000px) {
  .index-header.main-index-login {
    height: auto;
  }
}
@media screen and (min-height: 973px) {
  .index-header.main-index-login .container {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
  }
}
@media screen and (max-width: 992px) {
  .index-header.main-index-login {
    padding-top: 147px !important;
    padding-bottom: 50px;
    height: 100%;
  }
  .index-header.main-index-login .animation-frame {
    width: calc(100% - 40px);
    top: calc(50% - 436px);
    position: absolute;
    left: 50%;
    z-index: 1;
    bottom: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  .index-header.main-index-login .text-content {
    height: 100%;
  }
  .index-header.main-index-login .text-content .mail-line .form-group {
    max-width: 100%;
    width: 100%;
  }
  .index-header.main-index-login .text-content .mail-line .form-group input {
    max-width: 100%;
  }
  .index-header.main-index-login .text-content .free-cash {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index-header.main-index-login .index-form-one {
    padding-top: 285px;
    display: inline-block;
    margin-bottom: 0;
  }
  .index-header.main-index-login .index-form-one .form-group {
    padding: 0;
  }
  .index-header.main-index-login .index-form-two {
    margin-top: 5px;
    padding-top: 60px;
  }
  .index-header.main-index-login .index-form-two .login-box-content {
    margin-bottom: -35px;
  }
  .index-header.main-index-login .index-form-two .login-box-footer-2 {
    margin: 0 auto;
  }
  .index-header.main-index-login .login-box-footer-2 {
    padding: 45px 0;
  }
  .index-header.main-index-login .login-box-footer-2 .check-group {
    margin: 0 auto;
  }
}
@media screen and (max-height: 700px) {
  .index-header.main-index-login {
    height: 100%;
  }
  .index-header.main-index-login .container {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
}
@media screen and (max-width: 767px) {
  .index-header.main-index-login {
    padding-top: 107px !important;
    padding-bottom: 50px;
    height: 100%;
  }
}
@media screen and (max-width: 500px) {
  .index-header.main-index-login {
    height: 100%;
  }
  .index-header.main-index-login.beam {
    padding-bottom: 50px;
  }
  .index-header.main-index-login .text-content {
    height: 100%;
  }
  .index-header.main-index-login .text-content .mail-line .form-group {
    max-width: 100%;
  }
  .index-header.main-index-login .text-content .mail-line .form-group input {
    max-width: 100%;
  }
  .index-header.main-index-login .animation-frame {
    top: calc(50% - 407px);
  }
  .index-header.main-index-login .index-form-one {
    padding-top: 286px;
    margin: 0 0 0 0;
  }
  .index-header.main-index-login .status-down {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media screen and (max-width: 409px) {
  .index-header.main-index-login .animation-frame {
    top: calc(50% - 432px);
  }
}
@media screen and (max-width: 400px) {
  .index-header.main-index-login .index-form-one {
    padding-top: 226px;
  }
  .index-header.main-index-login .animation-frame {
    top: calc(50% - 402px);
  }
}
@media screen and (max-width: 325px) {
  .index-header.main-index-login .animation-frame {
    top: calc(50% - 432px);
  }
}
@media screen and (min-height: 973px) {
  .index-header {
    height: 100%;
    padding-top: 337px !important;
    padding-bottom: 270px;
  }
  .index-header .container {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
  .index-header .beam-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-25%) translateY(-38%);
            transform: translateX(-25%) translateY(-38%);
    opacity: 0.5;
  }
}
@media screen and (max-height: 625px) and (min-width: 1410px) {
  .index-header {
    height: 100%;
  }
  .index-header .container {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
}
@media screen and (max-height: 650px) and (min-width: 1201px) {
  .index-header {
    height: 100%;
  }
  .index-header .container {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
}
@media screen and (max-width: 1420px) {
  .index-header .beam-section-header h2 {
    font-size: 45px;
    line-height: 50px;
    padding-bottom: 0px;
  }
  .index-header .beam-section-header h2 span {
    font-size: 30px;
  }
  .index-header .pcworld-header h2 {
    font-size: 46px;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 50px;
  }
  .index-header .pcworld-header h2 span {
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 1410px) {
  .index-header .pcworld-header h2 {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 50px;
  }
  .index-header .pcworld-header h2 span {
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 1200px) {
  .index-header {
    height: 100%;
  }
  .index-header .container {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
  .index-header .beam-section-header h2 {
    font-size: 41px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .index-header .beam-section-header h2 span {
    font-size: 27px;
  }
  .index-header .beam-section-header p {
    font-size: 25px;
    font-weight: 300;
    margin: 40px 0 50px 0;
  }
  .index-header .pcworld-header h2 {
    font-size: 38px;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 50px;
  }
  .index-header .pcworld-header h2 span {
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    padding-top: 5px;
  }
  .index-header .action-line span {
    display: block;
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .index-header {
    height: 100%;
    text-align: center;
    padding-bottom: 50px;
  }
  .index-header .row {
    display: block;
    -ms-flex-wrap: none;
        flex-wrap: none;
  }
  .index-header .row .col-md-6 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: none;
            flex-direction: none;
  }
  .index-header .beam-section-header h2 {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 50px;
  }
  .index-header .beam-section-header h2 span {
    padding-top: 0px;
  }
  .index-header .pcworld-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .index-header .pcworld-header h2 {
    font-size: 38px;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 50px;
    margin-bottom: 0px;
    text-align: left;
  }
  .index-header .pcworld-header h2 span {
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    padding-top: 5px;
  }
  .index-header .animation-frame {
    display: inline-block;
    height: 300px;
    max-width: 500px;
    margin-bottom: 40px;
    width: 100%;
  }
  .index-header .action-line {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  .index-header .action-line .form-control {
    border-radius: 0px;
  }
  .index-header .action-line .btn {
    position: relative;
    margin-right: 0;
  }
  .index-header .add-line {
    margin-top: 30px;
    max-width: 500px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .index-header .beam-section-header p {
    font-size: 18px;
    font-weight: 300;
    margin: 30px 0 30px 0;
  }
}
@media screen and (max-width: 500px) {
  .index-header .beam-section-header h2 {
    font-size: 27px;
    margin-bottom: 10px;
    line-height: 40px;
  }
  .index-header .beam-section-header h2 span {
    font-size: 20px;
    line-height: 30px;
  }
  .index-header .pcworld-header h2 {
    font-size: 27px;
    margin-bottom: 0px;
    line-height: 32px;
  }
  .index-header .pcworld-header h2 span {
    font-size: 20px;
    line-height: 26px;
  }
  .index-header .mail-line {
    width: 100%;
  }
  .index-header .mail-line .btn {
    width: 100%;
  }
  .index-header .animation-frame {
    height: 240px;
  }
  .index-header .animation-frame .click p {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    color: #FFAB67;
  }
  .index-header .animation-frame .click .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  .index-header .animation-frame .click .play-btn .play-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 20px;
  }
  .index-header .animation-frame .click .play-btn .rotate-bg {
    position: relative;
    height: 70px;
    width: 70px;
    -webkit-animation: rotatePlay 17s infinite linear;
            animation: rotatePlay 17s infinite linear;
  }
}
@media screen and (max-width: 400px) {
  .index-header .animation-frame {
    height: 180px;
  }
  .index-header .animation-frame .click .play-btn {
    -webkit-transform: translateX(-50%) translateY(-30%);
            transform: translateX(-50%) translateY(-30%);
  }
}
@media screen and (max-width: 360px) {
  .index-header .pcworld-header {
    display: block;
    text-align: center;
  }
  .index-header .pcworld-header .pcworld-logo {
    margin-bottom: 10px;
    margin-right: 0px;
  }
  .index-header .pcworld-header h2 {
    text-align: center;
  }
}

.index-timeout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #3B4348;
  background-color: #4A545B;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 27px;
  padding: 20px 0;
}
.index-timeout .container {
  position: relative;
}
.index-timeout p {
  padding-top: 5px;
  float: left;
  margin-bottom: 0;
  font-size: 20px;
  padding-right: 15px;
}
.index-timeout .status-down {
  position: absolute;
  right: 23px;
  top: -85px;
}
.index-timeout .status-down:hover {
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #ff8734;
     -moz-text-decoration-color: #ff8734;
          text-decoration-color: #ff8734;
}
.index-timeout .input-time-out {
  padding: 0;
}
.index-timeout .input-time-out .span-group {
  margin-bottom: 0;
  float: left;
}
.index-timeout .input-time-out .span-group span.time, .index-timeout .input-time-out .span-group span.clients {
  display: inline-block;
  text-align: center;
  color: #2D3338;
  font-size: 30px;
  font-weight: 900;
  line-height: 41px;
  max-height: 40px;
  width: 50px;
  background-color: #fff;
}
.index-timeout .input-time-out .span-group .name-countdown {
  display: inline-block;
  height: 40px;
  vertical-align: middle;
  font-weight: normal;
  margin: 0 10px 0 5px;
}
.index-timeout .number-clients {
  border-left: 2px solid #828A91;
}
.index-timeout .number-clients .span-group {
  margin-bottom: 0;
  float: left;
}
.index-timeout .number-clients .span-group span.clients {
  display: inline-block;
  text-align: center;
  color: #2D3338;
  width: 70px;
  font-size: 30px;
  font-weight: 900;
  line-height: 41px;
  max-height: 40px;
  background-color: #fff;
}
.index-timeout .number-clients .span-group .name-countdown {
  font-weight: normal;
  margin-left: 10px;
  display: inline-block;
  height: 40px;
  vertical-align: middle;
}
@media screen and (max-width: 1410px) {
  .index-timeout .span-ctn {
    padding-top: 15px;
  }
  .index-timeout .number-clients {
    padding-left: 20px;
  }
  .index-timeout .name-timer p, .index-timeout .span-ctn, .index-timeout .name-countdown {
    font-size: 15px;
  }
  .index-timeout .name-timer p {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1150px) {
  .index-timeout .name-timer, .index-timeout .span-ctn {
    overflow: auto;
  }
  .index-timeout .name-timer p, .index-timeout .span-ctn, .index-timeout .name-countdown {
    font-size: 20px;
  }
  .index-timeout .name-timer p {
    padding-top: 5px;
  }
}
@media screen and (max-width: 993px) {
  .index-timeout .number-clients {
    padding: 20px 0 0 0;
    border-left: none;
  }
}
@media screen and (max-width: 510px) {
  .index-timeout .input-time-out .span-group {
    max-width: 50px;
    margin-right: 20px;
  }
  .index-timeout .input-time-out .span-group:last-child {
    margin-right: 0;
  }
  .index-timeout .input-time-out .span-group span {
    width: 100%;
  }
  .index-timeout .input-time-out .span-group .name-countdown {
    margin: 0;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 331px) {
  .index-timeout .input-time-out .span-group {
    margin-right: 10px;
  }
}

.index-hosting {
  overflow: hidden;
}
.index-hosting .advantages {
  list-style: none;
  margin: 0;
  padding: 0;
}
.index-hosting .advantages li {
  margin-top: 80px;
}
.index-hosting .advantages li .advantages-content {
  border-left: 2px solid #d4dde5;
  padding: 40px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index-hosting .advantages li .advantages-content .img-container {
  width: 180px;
  position: relative;
  text-align: right;
  display: block;
}
.index-hosting .advantages li .advantages-content .img-container img {
  position: relative;
  right: 80px;
}
.index-hosting .advantages li .advantages-content .txt-container {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.index-hosting .advantages li:nth-of-type(3) .advantages-content .img-container img {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.index-hosting .advantages li:nth-of-type(4) .advantages-content .img-container img {
  -webkit-transform: rotate(-20deg) translateY(20%);
          transform: rotate(-20deg) translateY(20%);
}
@media screen and (max-width: 992px) {
  .index-hosting .advantages li {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .index-hosting .beam-section-header h2 {
    font-size: 27px;
    line-height: 37px;
  }
}
@media screen and (max-width: 570px) {
  .index-hosting .advantages li {
    margin-top: 0px;
  }
  .index-hosting .advantages li .advantages-content {
    margin-top: 30px;
    padding: 0px;
    display: block;
    text-align: left;
  }
  .index-hosting .advantages li .advantages-content .txt-container {
    display: block;
    width: 100%;
    padding-left: 20px;
  }
  .index-hosting .advantages li .advantages-content .img-container {
    display: inline-block;
    text-align: center;
    padding: 5px;
    width: 100px;
  }
  .index-hosting .advantages li .advantages-content .img-container img {
    right: auto;
    width: 100%;
  }
  .index-hosting .advantages li:nth-of-type(1) .advantages-content .img-container img {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  .index-hosting .advantages li:nth-of-type(2) .advantages-content .img-container img {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  .index-hosting .advantages li:nth-of-type(3) .advantages-content .img-container img {
    width: 75%;
    -webkit-transform: rotate(30deg) translateY(25%) translateX(-40%);
            transform: rotate(30deg) translateY(25%) translateX(-40%);
  }
  .index-hosting .advantages li:nth-of-type(4) .advantages-content .img-container img {
    -webkit-transform: rotate(-20deg) translateY(0%) translateX(-25%);
            transform: rotate(-20deg) translateY(0%) translateX(-25%);
  }
}

.index-target {
  background-color: #f2f6fa;
  overflow: hidden;
}
.index-target header {
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
}
.index-target .row {
  position: relative;
  z-index: 2;
}
.index-target .bg-clouds img {
  position: absolute;
  left: -20%;
  opacity: 0;
}
.index-target .bg-clouds img:nth-of-type(1) {
  top: 50px;
  -webkit-animation: cloud 33s infinite linear;
          animation: cloud 33s infinite linear;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.index-target .bg-clouds img:nth-of-type(2) {
  top: 100px;
  -webkit-animation: cloud 20s infinite linear;
          animation: cloud 20s infinite linear;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.index-target .bg-clouds img:nth-of-type(3) {
  top: 150px;
  -webkit-animation: cloud 22s infinite linear;
          animation: cloud 22s infinite linear;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.index-target .bg-clouds img:nth-of-type(4) {
  top: 200px;
  -webkit-animation: cloud 18s infinite linear;
          animation: cloud 18s infinite linear;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  z-index: 1;
}
.index-target .bg-clouds img:nth-of-type(5) {
  top: 250px;
  -webkit-animation: cloud 27s infinite linear;
          animation: cloud 27s infinite linear;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.index-target .bg-clouds img:nth-of-type(6) {
  top: 310px;
  -webkit-animation: cloud 18s infinite linear;
          animation: cloud 18s infinite linear;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
  z-index: 1;
}
.index-target .bg-clouds img:nth-of-type(7) {
  top: 370px;
  -webkit-animation: cloud 30s infinite linear;
          animation: cloud 30s infinite linear;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.index-target .bg-clouds img:nth-of-type(8) {
  top: 480px;
  -webkit-animation: cloud 24s infinite linear;
          animation: cloud 24s infinite linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.index-target .desktop-animation {
  border-bottom: 2px solid #d4dde5;
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0 50px 0 25px;
}
.index-target .desktop-animation img {
  display: block;
  position: absolute;
  bottom: -5%;
  display: block;
  opacity: 0;
}
.index-target .desktop-animation img:nth-of-type(1) {
  position: relative;
  max-width: 476px;
  width: 80%;
  -webkit-transform: translateY(5%) translateX(-25px);
          transform: translateY(5%) translateX(-25px);
}
.index-target .desktop-animation img:nth-of-type(2) {
  max-width: 374px;
  width: 60%;
  left: 26%;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.index-target .desktop-animation img:nth-of-type(3) {
  max-width: 282px;
  width: 50%;
  left: 48%;
  -webkit-transform: translateX(-75px);
          transform: translateX(-75px);
}
.index-target .desktop-animation img:nth-of-type(4) {
  max-width: 216px;
  width: 30%;
  left: 68%;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
.index-target .scroll-content-in img {
  opacity: 1 !important;
}
.index-target .scroll-content-in img:nth-of-type(1) {
  -webkit-transform: translateY(5%) translateX(0px) !important;
          transform: translateY(5%) translateX(0px) !important;
}
.index-target .scroll-content-in img:nth-of-type(2) {
  -webkit-transform: translateX(0px) !important;
          transform: translateX(0px) !important;
}
.index-target .scroll-content-in img:nth-of-type(3) {
  -webkit-transform: translateX(0px) !important;
          transform: translateX(0px) !important;
}
.index-target .scroll-content-in img:nth-of-type(4) {
  -webkit-transform: translateX(0px) !important;
          transform: translateX(0px) !important;
}
.index-target .target-list ul li {
  font-size: 20px;
  font-weight: 400;
  color: #3b4348;
  padding-left: 30px;
  padding-bottom: 20px;
}
.index-target .app-list {
  margin-top: 60px;
}
.index-target .app-list h3 {
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 43px;
  border-right: 2px solid #d4dde5;
  color: #98a2ab;
}
.index-target .app-list ul {
  display: inline-block;
  list-style: none;
  padding-left: 20px;
}
.index-target .app-list ul li {
  display: inline-block;
  line-height: 34px;
  padding: 20px;
}
.index-target .app-list ul li img {
  position: relative;
  top: -2px;
}
@media screen and (max-width: 1410px) {
  .index-target .app-list h3 {
    display: inline-block;
    font-size: 18px;
    padding-right: 0px;
  }
  .index-target .app-list ul li {
    padding-left: 0px;
  }
  .index-target .app-list ul li img {
    position: relative;
    top: -2px;
  }
}
@media screen and (max-width: 1200px) {
  .index-target .app-list {
    text-align: left;
    font-size: 20px;
  }
  .index-target .app-list h3 {
    display: block;
    border-right: 0;
    padding-right: 0px;
  }
}
@media screen and (max-width: 992px) {
  .index-target header {
    position: relative;
    z-index: 2;
    padding-bottom: 20px;
  }
  .index-target .target-list ul li {
    padding-left: 0px;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
  }
  .index-target .app-list ul {
    padding-left: 0;
  }
  .index-target .app-list ul li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-target .target-list {
    text-align: left;
    margin-top: 40px;
    margin-left: 30px;
    padding-bottom: 10px;
  }
  .index-target .target-list ul {
    padding-left: 0px;
  }
  .index-target .target-list ul li {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
    padding-left: 0;
  }
  .index-target .app-list {
    border-top: 2px solid #d4dde5;
    margin-top: 0px;
  }
}

.index-dPanel {
  background-color: #fafcfd;
}
.index-dPanel .screens-animation {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #d4dde5;
}
.index-dPanel .screens-animation .mainFrames {
  position: relative;
  -webkit-transform: translateX(5%) translateY(15%);
          transform: translateX(5%) translateY(15%);
  z-index: 3;
}
.index-dPanel .screens-animation .screen,
.index-dPanel .screens-animation .hand {
  position: absolute;
}
.index-dPanel .screens-animation .screen img,
.index-dPanel .screens-animation .hand img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.index-dPanel .screens-animation .desktop-screen {
  height: 62.5%;
  width: 42%;
  background-color: #fff;
  left: 27.5%;
  top: 20.5%;
  z-index: 1;
  overflow: hidden;
}
.index-dPanel .screens-animation .desktop-screen .animation-frame {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(0%) scale(1);
          transform: translateY(0%) scale(1);
  transition: 0s;
}
.index-dPanel .screens-animation .desktop-screen .animation-frame .element {
  position: absolute;
}
.index-dPanel .screens-animation .desktop-screen .animation-frame.active {
  opacity: 1;
  -webkit-transform: translateY(0%) scale(1);
          transform: translateY(0%) scale(1);
}
.index-dPanel .screens-animation .desktop-screen .slide-1 {
  opacity: 0;
  transition: 0.5s;
}
.index-dPanel .screens-animation .desktop-screen .slide-1 .check {
  width: 3%;
  top: 45%;
  left: 23.6%;
  opacity: 0;
}
.index-dPanel .screens-animation .desktop-screen .slide-1 .cursor {
  width: 3%;
  left: 60%;
  top: 50%;
  opacity: 0;
}
.index-dPanel .screens-animation .desktop-screen .slide-1 .input-curtine {
  display: block;
  height: 8%;
  width: 30%;
  background-color: #fff;
  top: 58%;
  left: 13%;
  transition: 0.5s;
}
.index-dPanel .screens-animation .desktop-screen .slide-1 .txt-cursor {
  width: 1px;
  height: 8%;
  top: 58%;
  left: 13%;
  opacity: 0;
}
.index-dPanel .screens-animation .desktop-screen .slide-1 .txt-cursor span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.index-dPanel .screens-animation .desktop-screen .slide-1 .input {
  width: 80%;
  left: 10%;
  top: 55%;
}
.index-dPanel .screens-animation .desktop-screen .slide-1 .input-active {
  width: 80%;
  left: 10%;
  top: 55%;
  opacity: 0;
  transition: 0.5s;
}
.index-dPanel .screens-animation .desktop-screen .slide-1 .btn {
  width: 50%;
  left: 25%;
  top: 70%;
}
.index-dPanel .screens-animation .desktop-screen .slide-1.active {
  opacity: 1;
}
.index-dPanel .screens-animation .desktop-screen .slide-1.active .check {
  -webkit-animation: screen-1-check;
          animation: screen-1-check;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
}
.index-dPanel .screens-animation .desktop-screen .slide-1.active .cursor {
  opacity: 1;
  -webkit-animation-name: screen-1-cursor;
          animation-name: screen-1-cursor;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.index-dPanel .screens-animation .desktop-screen .slide-1.active .input-curtine {
  -webkit-animation: screen-1-txt-curtine;
          animation: screen-1-txt-curtine;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
}
.index-dPanel .screens-animation .desktop-screen .slide-1.active .txt-cursor {
  -webkit-animation: screen-1-txt-cursor;
          animation: screen-1-txt-cursor;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
}
.index-dPanel .screens-animation .desktop-screen .slide-1.active .txt-cursor span {
  -webkit-animation-name: screen-1-txt-cursor-blink;
          animation-name: screen-1-txt-cursor-blink;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
}
.index-dPanel .screens-animation .desktop-screen .slide-1.active .input-active {
  -webkit-animation: screen-1-input-active;
          animation: screen-1-input-active;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.index-dPanel .screens-animation .desktop-screen .slide-1.active .btn {
  -webkit-animation: screen-1-btn;
          animation: screen-1-btn;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.index-dPanel .screens-animation .desktop-screen .slide-2 {
  opacity: 0;
  transition: 0.5s;
}
.index-dPanel .screens-animation .desktop-screen .slide-2 .graph {
  position: absolute;
  height: 100%;
  width: 0%;
  left: 0%;
  top: 0%;
  overflow: hidden;
}
.index-dPanel .screens-animation .desktop-screen .slide-2 .graph img {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  left: 0;
}
.index-dPanel .screens-animation .desktop-screen .slide-2 .cloud-1 {
  width: 20%;
  top: 25%;
  left: 28%;
  opacity: 0;
}
.index-dPanel .screens-animation .desktop-screen .slide-2 .cloud-2 {
  width: 20%;
  top: 5%;
  left: 60%;
  opacity: 0;
}
.index-dPanel .screens-animation .desktop-screen .slide-2 .price-1,
.index-dPanel .screens-animation .desktop-screen .slide-2 .price-2,
.index-dPanel .screens-animation .desktop-screen .slide-2 .price-3 {
  width: 7%;
  left: auto;
  top: auto;
  bottom: 14%;
  right: 18%;
}
.index-dPanel .screens-animation .desktop-screen .slide-2 .price-1 {
  opacity: 1;
}
.index-dPanel .screens-animation .desktop-screen .slide-2 .price-2 {
  opacity: 0;
}
.index-dPanel .screens-animation .desktop-screen .slide-2 .price-3 {
  opacity: 0;
}
.index-dPanel .screens-animation .desktop-screen .slide-2.active {
  opacity: 1;
}
.index-dPanel .screens-animation .desktop-screen .slide-2.active .graph {
  -webkit-animation-name: screen-2-graph;
          animation-name: screen-2-graph;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.index-dPanel .screens-animation .desktop-screen .slide-2.active .cloud-1 {
  -webkit-animation-name: screen-2-cloud-1;
          animation-name: screen-2-cloud-1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.index-dPanel .screens-animation .desktop-screen .slide-2.active .cloud-2 {
  -webkit-animation-name: screen-2-cloud-2;
          animation-name: screen-2-cloud-2;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.index-dPanel .screens-animation .desktop-screen .slide-2.active .price-1 {
  -webkit-animation-name: screen-2-price-1;
          animation-name: screen-2-price-1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.index-dPanel .screens-animation .desktop-screen .slide-2.active .price-2 {
  -webkit-animation-name: screen-2-price-2;
          animation-name: screen-2-price-2;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.index-dPanel .screens-animation .desktop-screen .slide-2.active .price-3 {
  -webkit-animation-name: screen-2-price-3;
          animation-name: screen-2-price-3;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.index-dPanel .screens-animation .desktop-screen .slide-3 {
  opacity: 0;
  transition: 0.5s;
}
.index-dPanel .screens-animation .desktop-screen .slide-3 #nav-top,
.index-dPanel .screens-animation .desktop-screen .slide-3 #nav-left,
.index-dPanel .screens-animation .desktop-screen .slide-3 #graph-1,
.index-dPanel .screens-animation .desktop-screen .slide-3 #graph-2,
.index-dPanel .screens-animation .desktop-screen .slide-3 #graph-3,
.index-dPanel .screens-animation .desktop-screen .slide-3 #btn-1,
.index-dPanel .screens-animation .desktop-screen .slide-3 #btn-2,
.index-dPanel .screens-animation .desktop-screen .slide-3 #btn-3,
.index-dPanel .screens-animation .desktop-screen .slide-3 #btn-4,
.index-dPanel .screens-animation .desktop-screen .slide-3 #btn-5,
.index-dPanel .screens-animation .desktop-screen .slide-3 #btn-6,
.index-dPanel .screens-animation .desktop-screen .slide-3 #btn-7,
.index-dPanel .screens-animation .desktop-screen .slide-3 #btn-8,
.index-dPanel .screens-animation .desktop-screen .slide-3 #btn-9,
.index-dPanel .screens-animation .desktop-screen .slide-3 #content-1,
.index-dPanel .screens-animation .desktop-screen .slide-3 #content-2,
.index-dPanel .screens-animation .desktop-screen .slide-3 #content-3,
.index-dPanel .screens-animation .desktop-screen .slide-3 #content-4 {
  opacity: 0;
  -webkit-transform: scale(1) translateX(0%);
          transform: scale(1) translateX(0%);
}
.index-dPanel .screens-animation .desktop-screen .slide-3.active {
  opacity: 1;
}
.index-dPanel .screens-animation .desktop-screen .slide-3.active #nav-top {
  -webkit-animation-name: scren-3-nav-top;
          animation-name: scren-3-nav-top;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.index-dPanel .screens-animation .desktop-screen .slide-3.active #nav-left {
  -webkit-animation-name: scren-3-nav-left;
          animation-name: scren-3-nav-left;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.index-dPanel .screens-animation .desktop-screen .slide-3.active #graph-1 {
  -webkit-animation-name: scren-3-graph;
          animation-name: scren-3-graph;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.index-dPanel .screens-animation .desktop-screen .slide-3.active #graph-2 {
  -webkit-animation-name: scren-3-graph;
          animation-name: scren-3-graph;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.index-dPanel .screens-animation .desktop-screen .slide-3.active #graph-3 {
  -webkit-animation-name: scren-3-graph;
          animation-name: scren-3-graph;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.index-dPanel .screens-animation .desktop-screen .slide-3.active #btn-1 {
  -webkit-animation-name: scren-3-graph;
          animation-name: scren-3-graph;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.index-dPanel .screens-animation .desktop-screen .slide-3.active #btn-2 {
  -webkit-animation-name: scren-3-graph;
          animation-name: scren-3-graph;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.index-dPanel .screens-animation .desktop-screen .slide-3.active #btn-3 {
  -webkit-animation-name: scren-3-graph;
          animation-name: scren-3-graph;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.index-dPanel .screens-animation .desktop-screen .slide-3.active #btn-4 {
  -webkit-animation-name: scren-3-graph;
          animation-name: scren-3-graph;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.index-dPanel .screens-animation .desktop-screen .slide-3.active #btn-5 {
  -webkit-animation-name: scren-3-graph;
          animation-name: scren-3-graph;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.index-dPanel .screens-animation .desktop-screen .slide-3.active #btn-6 {
  -webkit-animation-name: scren-3-graph;
          animation-name: scren-3-graph;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.index-dPanel .screens-animation .desktop-screen .slide-3.active #btn-7 {
  -webkit-animation-name: scren-3-graph;
          animation-name: scren-3-graph;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.index-dPanel .screens-animation .desktop-screen .slide-3.active #btn-8 {
  -webkit-animation-name: scren-3-graph;
          animation-name: scren-3-graph;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.index-dPanel .screens-animation .desktop-screen .slide-3.active #btn-9 {
  -webkit-animation-name: scren-3-graph;
          animation-name: scren-3-graph;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.index-dPanel .screens-animation .desktop-screen .slide-3.active #content-1 {
  -webkit-animation-name: scren-3-content;
          animation-name: scren-3-content;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.index-dPanel .screens-animation .desktop-screen .slide-3.active #content-2 {
  -webkit-animation-name: scren-3-content;
          animation-name: scren-3-content;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.index-dPanel .screens-animation .desktop-screen .slide-3.active #content-3 {
  -webkit-animation-name: scren-3-content;
          animation-name: scren-3-content;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.index-dPanel .screens-animation .desktop-screen .slide-3.active #content-4 {
  -webkit-animation-name: scren-3-content;
          animation-name: scren-3-content;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.index-dPanel .screens-animation .desktop-screen .slide-4 {
  opacity: 0;
  transition: 0.5s;
}
.index-dPanel .screens-animation .desktop-screen .slide-4 #heart {
  opacity: 0;
}
.index-dPanel .screens-animation .desktop-screen .slide-4 #info {
  opacity: 0;
}
.index-dPanel .screens-animation .desktop-screen .slide-4.active {
  opacity: 1;
}
.index-dPanel .screens-animation .desktop-screen .slide-4.active #heart {
  -webkit-animation-name: screen-4-heart;
          animation-name: screen-4-heart;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.index-dPanel .screens-animation .desktop-screen .slide-4.active #heart .heart-pulse {
  -webkit-animation-name: screen-4-pulse;
          animation-name: screen-4-pulse;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.index-dPanel .screens-animation .desktop-screen .slide-4.active #info {
  -webkit-animation-name: screen-4-info;
          animation-name: screen-4-info;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.index-dPanel .screens-animation .mobile-screen {
  height: 47.5%;
  width: 10.5%;
  background-color: #fff;
  left: 69%;
  top: 39.5%;
  z-index: 2;
}
.index-dPanel .screens-animation .mobile-screen .animation-frame {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(0%) scale(1);
          transform: translateX(0%) scale(1);
  transition: 0.5s;
  transition-delay: 0.3s;
}
.index-dPanel .screens-animation .mobile-screen .animation-frame.active {
  opacity: 1;
  -webkit-transform: translateX(0%) scale(1);
          transform: translateX(0%) scale(1);
}
.index-dPanel .screens-animation .hand {
  height: 40%;
  right: 0;
  bottom: -10%;
  z-index: 4;
}
.index-dPanel .screens-animation .hand img {
  opacity: 0;
}
.index-dPanel .screens-animation .hand .active {
  opacity: 1;
}
.index-dPanel .dPanel-pagination {
  margin-top: 40px;
}
.index-dPanel .dPanel-pagination ul {
  list-style: none;
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
}
.index-dPanel .dPanel-pagination ul li {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0px;
  transition: 0.25s;
}
.index-dPanel .dPanel-pagination ul li div {
  position: relative;
  padding: 15px 15px 10px 15px;
  transition: 0.25s;
  border: 2px solid #fafcfd;
  cursor: pointer;
  min-height: 70px;
}
.index-dPanel .dPanel-pagination ul li div img {
  position: absolute;
  top: 15px;
  left: 15px;
}
.index-dPanel .dPanel-pagination ul li div p {
  display: block;
  padding-left: 60px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.index-dPanel .dPanel-pagination ul .active div {
  border: 2px solid #e8eef4;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(18, 18, 20, 0.07);
}

.index-testimonials-brands {
  background-color: #fff;
}
.index-testimonials-brands .brands {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 40px;
  text-align: center;
}
.index-testimonials-brands .brands a {
  display: inline-block;
  position: relative;
  margin: 30px;
}
.index-testimonials-brands .brands a img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.25s;
}
.index-testimonials-brands .brands a:hover img:nth-of-type(2) {
  opacity: 1;
}

.index-testimonials {
  background-color: #f2f6fa;
}
.index-testimonials h2 {
  display: none;
}
.index-testimonials .testimonials {
  position: relative;
  margin: 0 0px;
}
.index-testimonials .testimonials .slick-list {
  padding-top: 35px;
}
.index-testimonials .testimonials .slick-prev,
.index-testimonials .testimonials .slick-next {
  z-index: 1;
  position: absolute;
  background-color: #f2f6fa;
  width: 15px;
  height: 100%;
}
.index-testimonials .testimonials .slick-prev img,
.index-testimonials .testimonials .slick-next img {
  position: absolute;
  cursor: pointer;
  top: 50%;
}
.index-testimonials .testimonials .slick-next {
  top: 0;
  right: 0px;
}
.index-testimonials .testimonials .slick-next img {
  right: 0px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.index-testimonials .testimonials .slick-prev {
  top: 0;
  left: 0px;
}
.index-testimonials .testimonials .slick-prev img {
  left: 0px;
  -webkit-transform: rotate(180deg) translateY(10px);
          transform: rotate(180deg) translateY(10px);
}
.index-testimonials .testimonials article {
  padding-left: 20px;
  padding-right: 20px;
}
.index-testimonials .testimonials article .testimonial-content {
  background-color: #fff;
  border: 2px solid #e8eef4;
  padding: 40px;
  position: relative;
}
.index-testimonials .testimonials article .testimonial-content .quotation {
  position: absolute;
  top: -20px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.index-testimonials .testimonials article .testimonial-content h3 {
  color: #afb9c2;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.index-testimonials .testimonials article .testimonial-content p {
  color: #626b72;
  font-style: italic;
  font-size: 15px;
  font-weight: 400;
}
.index-testimonials .testimonials article .testimonial-content footer {
  margin-top: 35px;
  position: relative;
}
.index-testimonials .testimonials article .testimonial-content footer .brand-img {
  display: inline-block;
  max-height: 50px;
}
.index-testimonials .testimonials article .testimonial-content footer .more-link {
  position: absolute;
  display: inline-block;
  right: 0px;
  bottom: 0px;
  float: right;
  font-weight: 800;
  line-height: 18px;
}
.index-testimonials .our-numbers {
  max-width: 91.66666666%;
  width: 100%;
  float: right;
  margin: 0 auto;
  padding-top: 80px;
}
.index-testimonials .our-numbers ul {
  list-style: none;
  display: block;
  padding: 0;
}
.index-testimonials .our-numbers ul .slick-list {
  padding-top: 30px;
}
.index-testimonials .our-numbers ul .slick-prev,
.index-testimonials .our-numbers ul .slick-next {
  z-index: 1;
  position: absolute;
  background-color: #f2f6fa;
  width: 15px;
  height: 100%;
}
.index-testimonials .our-numbers ul .slick-prev img,
.index-testimonials .our-numbers ul .slick-next img {
  position: absolute;
  cursor: pointer;
  top: 50%;
}
.index-testimonials .our-numbers ul .slick-next {
  top: 0;
  right: 0px;
}
.index-testimonials .our-numbers ul .slick-next img {
  right: 5px;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.index-testimonials .our-numbers ul .slick-prev {
  top: 0;
  left: 0px;
}
.index-testimonials .our-numbers ul .slick-prev img {
  left: 5px;
  -webkit-transform: rotate(180deg) translateY(0px);
          transform: rotate(180deg) translateY(0px);
}
.index-testimonials .our-numbers ul li {
  margin: 0;
  padding-bottom: 0;
  padding-right: 30px;
  padding-left: 30px;
  color: #3b4348;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
.index-testimonials .our-numbers ul li div {
  display: block;
  padding: 15px 30px;
  border-left: 2px solid #d4dde5;
}
.index-testimonials .our-numbers ul li div span {
  display: block;
  font-size: 38px;
  font-weight: 900;
  line-height: 52px;
}
@media screen and (max-width: 1220px) {
  .index-testimonials .our-numbers {
    max-width: 100%;
    width: 100%;
    float: none;
    padding-top: 80px;
  }
  .index-testimonials .testimonials .slick-next img {
    right: 0px;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .index-testimonials .testimonials .slick-prev img {
    left: 0px;
    -webkit-transform: rotate(180deg) translateY(10px);
            transform: rotate(180deg) translateY(10px);
  }
}
@media screen and (min-width: 1219px) {
  .index-testimonials .our-numbers ul li:nth-of-type(1),
  .index-testimonials .our-numbers ul li:nth-of-type(2) {
    width: 35% !important;
  }
  .index-testimonials .our-numbers ul li:nth-of-type(3) {
    width: 30% !important;
  }
}
@media screen and (max-width: 767px) {
  .index-testimonials .our-numbers {
    max-width: 100%;
    padding-top: 0px;
  }
  .index-testimonials .our-numbers ul li {
    text-align: center;
  }
  .index-testimonials .our-numbers ul li div {
    display: inline-block;
    padding: 30px 30px;
    border-left: 0px;
    text-align: center;
  }
  .index-testimonials .our-numbers ul li div span {
    display: block;
    font-weight: 900;
    font-size: 38px;
  }
}
@media screen and (max-width: 467px) {
  .index-testimonials .testimonials .slick-next img {
    right: 5px;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .index-testimonials .testimonials .slick-prev img {
    left: 5px;
    -webkit-transform: rotate(180deg) translateY(10px);
            transform: rotate(180deg) translateY(10px);
  }
  .index-testimonials .testimonials article .testimonial-content footer {
    position: relative;
    text-align: center;
  }
  .index-testimonials .testimonials article .testimonial-content footer .brand-img {
    display: block;
    margin-bottom: 15px;
    margin: 0 auto;
  }
  .index-testimonials .testimonials article .testimonial-content footer .more-link {
    position: relative;
    display: inline-block;
    right: auto;
    bottom: auto;
    float: none;
    margin-top: 15px;
  }
  .index-testimonials .our-numbers .slick-next img {
    right: 5px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .index-testimonials .our-numbers .slick-prev img {
    left: 5px;
    -webkit-transform: rotate(180deg) translateY(0px);
            transform: rotate(180deg) translateY(0px);
  }
}

.index-contact {
  overflow: hidden;
  padding-bottom: 120px;
  padding-top: 80px;
}
.index-contact h2 {
  display: none;
}
.index-contact section {
  position: relative;
  border-left: 2px solid #d4dde5;
  padding-left: 30px;
  padding-bottom: 40px;
  padding-top: 10px;
}
.index-contact section h3 {
  font-size: 34px;
  padding-bottom: 20px;
  color: #828a91;
}
.index-contact section img {
  position: absolute;
  bottom: -125px;
  right: 20px;
  z-index: -2;
}
.index-contact section .number {
  font-size: 44px;
  padding-bottom: 30px;
  color: #3b4348;
  margin-right: 15px;
}
.index-contact section .mail {
  font-size: 22px;
  font-weight: 300;
}
.index-contact section .btn-line {
  padding-top: 30px;
}
.index-contact section .btn-line a {
  margin-right: 15px;
}
.index-contact .old-user h3 {
  font-weight: 300;
}
.index-contact .old-user img {
  bottom: -180px;
  right: -20px;
}
.index-contact .new-user {
  border-left: 2px solid #00bae8;
}
.index-contact .new-user h3 {
  color: #3b4348;
}
.index-contact .new-user .number {
  color: #00bae8;
  font-weight: 900;
}
@media screen and (max-width: 1410px) {
  .index-contact section {
    padding-left: 30px;
    padding-right: 30px;
  }
  .index-contact section .btn-line {
    width: 200px;
  }
  .index-contact section .btn-line a:first-child {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 992px) {
  .index-contact section {
    border-left: 0;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0;
  }
  .index-contact section .btn-line {
    width: 100%;
  }
  .index-contact section .btn-line a:first-child {
    margin-bottom: 0px;
  }
  .index-contact .old-user {
    padding-bottom: 15px;
  }
  .index-contact .old-user img {
    right: 50px;
  }
  .index-contact .new-user {
    border-left: 0;
  }
  .index-contact .new-user img {
    right: 100px;
    bottom: -5px;
  }
  .index-contact .new-user {
    border-bottom: 2px solid #d4dde5;
    margin-bottom: 80px;
    padding-bottom: 80px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .index-contact {
    padding-top: 30px;
  }
  .index-contact section h3 {
    font-size: 27px;
    line-height: 33px;
    padding-bottom: 20px;
  }
  .index-contact section .number {
    display: inline-block;
    color: #fff;
    background-color: #ff8734;
    border: solid 2px #ff7e25;
    padding-bottom: 0;
    font-size: 18px;
    font-weight: 900;
    padding: 13px 50px;
    border-radius: 31px;
  }
  .index-contact section .number span {
    position: relative;
    display: inline-block;
    font-weight: 400;
    float: left;
    padding-right: 3px;
    top: 1px;
  }
  .index-contact section .btn-line a:first-child {
    margin-bottom: 15px;
  }
  .index-contact .old-user img {
    right: 0px;
  }
  .index-contact .old-user .btn-line .mail {
    display: inline-block !important;
    font-size: 18px;
    position: relative;
    top: -4px;
  }
  .index-contact .new-user {
    margin-bottom: 40px;
  }
  .index-contact .new-user img {
    right: 30px;
  }
  .index-contact .new-user .number {
    color: #fff;
    font-weight: 900;
  }
}
@media screen and (max-width: 500px) {
  .index-contact .new-user img {
    height: 150px;
  }
}
@media screen and (max-width: 400px) {
  .index-contact .number span {
    display: none !important;
  }
  .index-contact .old-user {
    padding-bottom: 30px;
  }
  .index-contact .new-user {
    padding-bottom: 130px;
  }
}

.product-2a-header {
  padding-bottom: 0px;
  padding-top: 175px !important;
}
.product-2a-header .beam-section-header h2 {
  color: #3B4348;
  font-size: 56px;
  font-weight: 900;
  margin-bottom: 70px;
  line-height: 64px;
}
.product-2a-header .pcworld-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 50px;
  z-index: 2;
  position: relative;
}
.product-2a-header .pcworld-header .pcworld-logo {
  width: 145px;
  height: 106px;
  margin-left: 20px;
  position: relative;
  top: 10px;
}
.product-2a-header .pcworld-header h2 {
  margin: 0;
  line-height: 60px;
  padding: 0;
}
.product-2a-header .product-2a-intro {
  border-top: 2px solid #E8EEF4;
  background-image: url("../gfx/img/backgrounds/bg_product2.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 100%;
}
.product-2a-header .product-2a-intro .order {
  border: 2px solid #D4DDE5;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px 0 rgba(59, 67, 72, 0.08);
  position: relative;
  top: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.product-2a-header .product-2a-intro .order .description {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.product-2a-header .product-2a-intro .order .description .up-scales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.product-2a-header .product-2a-intro .order .description .up-scales .up-scale {
  padding: 40px 30px;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 16px;
  margin-bottom: 16px;
}
.product-2a-header .product-2a-intro .order .description .up-scales .up-scale .top {
  position: absolute;
  height: 60px;
  width: 100%;
  top: -2px;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.product-2a-header .product-2a-intro .order .description .up-scales .up-scale .top::before {
  content: "";
  display: block;
  position: absolute;
  height: 60px;
  width: 2px;
  left: -2px;
  top: 0;
}
.product-2a-header .product-2a-intro .order .description .up-scales .up-scale .top::after {
  content: "";
  display: block;
  position: absolute;
  height: 60px;
  width: 2px;
  right: -2px;
  top: 0;
}
.product-2a-header .product-2a-intro .order .description .up-scales .up-scale .top img {
  display: block;
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.product-2a-header .product-2a-intro .order .description .up-scales .up-scale span {
  display: block;
}
.product-2a-header .product-2a-intro .order .description .up-scales .up-scale span:nth-of-type(1) {
  color: #3B4348;
  font-size: 24px;
  font-weight: 900;
  line-height: 26px;
  text-align: center;
}
.product-2a-header .product-2a-intro .order .description .up-scales .up-scale span:nth-of-type(2) {
  color: #626B72;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.product-2a-header .product-2a-intro .order .description .up-scales .cpu {
  border: 2px solid #A1F3A9;
  border-top: 2px solid #C6FDCB;
  background-color: #FBFFFB;
}
.product-2a-header .product-2a-intro .order .description .up-scales .cpu .top {
  background: linear-gradient(0deg, #F9FEFF 0%, #FFFFFF 100%);
}
.product-2a-header .product-2a-intro .order .description .up-scales .cpu .top::before, .product-2a-header .product-2a-intro .order .description .up-scales .cpu .top::after {
  background: linear-gradient(0deg, #A1F3A9 0%, #FFFFFF 100%);
}
.product-2a-header .product-2a-intro .order .description .up-scales .cpu .border-points div {
  background-color: #49D657;
}
.product-2a-header .product-2a-intro .order .description .up-scales .ram {
  border: 2px solid #7EE5FF;
  border-top: 2px solid #D6F7FF;
  background-color: #F9FEFF;
}
.product-2a-header .product-2a-intro .order .description .up-scales .ram .top {
  background: linear-gradient(0deg, #F9FEFF 0%, #FFFFFF 100%);
}
.product-2a-header .product-2a-intro .order .description .up-scales .ram .top::before, .product-2a-header .product-2a-intro .order .description .up-scales .ram .top::after {
  background: linear-gradient(0deg, #7EE5FF 0%, #FFFFFF 100%);
}
.product-2a-header .product-2a-intro .order .description .up-scales .ram .border-points div {
  background-color: #0FC5F1;
}
.product-2a-header .product-2a-intro .order .description .up-scales .ssd {
  border: 2px solid #FFE471;
  border-top: 2px solid #FFF7D3;
  background-color: #FFFEF7;
}
.product-2a-header .product-2a-intro .order .description .up-scales .ssd .top {
  background: linear-gradient(0deg, #FFFEF7 0%, #FFFFFF 100%);
}
.product-2a-header .product-2a-intro .order .description .up-scales .ssd .top::before, .product-2a-header .product-2a-intro .order .description .up-scales .ssd .top::after {
  background: linear-gradient(0deg, #FFE471 0%, #FFFFFF 100%);
}
.product-2a-header .product-2a-intro .order .description .up-scales .ssd .border-points div {
  background-color: #F2C300;
}
.product-2a-header .product-2a-intro .order .description .description-p {
  color: #3B4348;
  font-size: 16px;
  font-style: oblique;
  line-height: 28px;
  margin: 0 150px 0 50px;
}
.product-2a-header .product-2a-intro .order .price {
  padding: 40px 40px 40px 165px;
  border-left: 2px solid #D4DDE5;
  background-color: #FAFCFD;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-2a-header .product-2a-intro .order .price .btn {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  padding-left: 80px;
  padding-right: 80px;
}
.product-2a-header .product-2a-intro .order .price .decription-p {
  position: absolute;
  top: -15px;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  color: #3B4348;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: right;
}
.product-2a-header .product-2a-intro .order .price span {
  display: block;
}
.product-2a-header .product-2a-intro .order .price .amount {
  color: #3B4348;
  font-size: 31px;
  font-weight: 900;
  line-height: 34px;
}
.product-2a-header .product-2a-intro .order .price .currency {
  color: #3B4348;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 15px;
}
.product-2a-header .product-2a-intro .order .border-points div {
  background-color: #AFB9C2;
}
.product-2a-header .product-2a-intro .steps {
  margin-top: 70px;
}
.product-2a-header .product-2a-intro .steps .step-list {
  list-style: none;
  padding-left: 0px;
}
.product-2a-header .product-2a-intro .steps .step-list li {
  position: relative;
}
.product-2a-header .product-2a-intro .steps .step-list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #D4DDE5;
  top: 86px;
  z-index: 0;
}
.product-2a-header .product-2a-intro .steps .step-list li img {
  z-index: 1;
  position: relative;
}
.product-2a-header .product-2a-intro .steps .step-list li:last-child::before {
  display: none;
}
.product-2a-header .product-2a-intro .steps .step-list .header {
  color: #3B4348;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  height: 65px;
}
.product-2a-header .product-2a-intro .steps .step-list .info {
  margin-top: 20px;
  color: #828A91;
  font-size: 14px;
  line-height: 20px;
}
.product-2a-header .product-2a-intro .steps .analysis {
  padding-left: 40px;
}
.product-2a-header .product-2a-intro .steps .analysis .question {
  color: #3B4348;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  margin-bottom: 20px;
}
.product-2a-header .product-2a-intro .steps .analysis .info {
  margin-top: 20px;
  color: #3B4348;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
}
.product-2a-header .product-2a-intro .advantages {
  list-style-image: none;
  list-style: none;
  list-style-position: inside;
  padding: 0;
  margin: 0;
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.product-2a-header .product-2a-intro .advantages::after {
  content: "";
  display: block;
  clear: both;
}
.product-2a-header .product-2a-intro .advantages li {
  width: 33.33%;
  max-width: 33.33%;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #273135;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 20px;
  background: url("../gfx/icons/icon-check.svg") no-repeat left 6px;
}
.product-2a-header .product-2a-intro .advantages .more {
  background: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 20px;
}
.product-2a-header .product-2a-intro .advantages .more img {
  position: relative;
  top: -2px;
}
.product-2a-header .product-2a-intro .news {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 2px solid #E8EEF4;
  background-color: #fff;
}
.product-2a-header .product-2a-intro .news .new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}
.product-2a-header .product-2a-intro .news .new div {
  text-align: center;
  padding-right: 15px;
  min-width: 140px;
}
.product-2a-header .product-2a-intro .news .new div img {
  height: auto;
}
.product-2a-header .product-2a-intro .news .new p {
  color: #828A91;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 1410px) {
  .product-2a-header .product-2a-intro {
    background-size: 150%;
  }
  .product-2a-header .product-2a-intro .steps .step-list .header {
    font-size: 18px;
  }
  .product-2a-header .product-2a-intro .steps .analysis {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1180px) {
  .product-2a-header {
    padding-top: 100px !important;
  }
  .product-2a-header .product-2a-intro {
    background-size: 200%;
  }
  .product-2a-header .product-2a-intro .steps .step-list li {
    position: relative;
  }
  .product-2a-header .product-2a-intro .steps .step-list li::before {
    top: 106px;
  }
  .product-2a-header .product-2a-intro .steps .step-list .header {
    height: 85px;
  }
  .product-2a-header .product-2a-intro .order .description .description-p {
    margin: 0 75px 0 50px;
  }
  .product-2a-header .product-2a-intro .order .price {
    padding: 40px 40px 40px 100px;
  }
  .product-2a-header .product-2a-intro .order .price .btn {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 992px) {
  .product-2a-header .product-2a-intro .steps .step-list li {
    padding-left: 60px;
    padding-bottom: 20px;
  }
  .product-2a-header .product-2a-intro .steps .step-list li::before {
    width: 2px;
    height: 100%;
    background-color: #D4DDE5;
    top: 15px;
    left: 30px;
  }
  .product-2a-header .product-2a-intro .steps .step-list li:last-child::before {
    display: none;
  }
  .product-2a-header .product-2a-intro .steps .step-list li img {
    position: absolute;
    left: 20px;
    top: 5px;
  }
  .product-2a-header .product-2a-intro .steps .step-list .header {
    font-size: 24px;
    height: auto;
    margin-bottom: 0;
  }
  .product-2a-header .product-2a-intro .steps .step-list .info {
    margin-top: 10px;
  }
  .product-2a-header .product-2a-intro .steps .analysis {
    padding-left: 35px;
  }
  .product-2a-header .product-2a-intro .order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-2a-header .product-2a-intro .order .description {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 60px;
  }
  .product-2a-header .product-2a-intro .order .description .up-scales .up-scale:first-child {
    margin-left: 20px;
  }
  .product-2a-header .product-2a-intro .order .description .up-scales .up-scale:last-child {
    margin-right: 20px;
  }
  .product-2a-header .product-2a-intro .order .description .description-p {
    margin: 0 20px 0 20px;
    text-align: center;
  }
  .product-2a-header .product-2a-intro .order .price {
    padding: 60px 20px 40px 20px;
    width: 100%;
    border-left: 0px solid #D4DDE5;
    border-top: 2px solid #D4DDE5;
  }
  .product-2a-header .product-2a-intro .order .price .decription-p {
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    color: #3B4348;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 18px;
    text-align: center;
  }
  .product-2a-header .product-2a-intro .order .price .btn {
    left: 50%;
    top: 0;
  }
  .product-2a-header .product-2a-intro .advantages li {
    width: 50%;
    max-width: 50%;
  }
  .product-2a-header .product-2a-intro .news {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 2px solid #E8EEF4;
  }
  .product-2a-header .product-2a-intro .news .new {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    margin-bottom: 30px;
  }
  .product-2a-header .product-2a-intro .news .new:last-child {
    margin-bottom: 0;
  }
  .product-2a-header .product-2a-intro .news .new div {
    margin-bottom: 15px;
    text-align: left;
  }
}
@media screen and (max-width: 540px) {
  .product-2a-header {
    padding-top: 75px !important;
  }
  .product-2a-header .beam-section-header h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 40px;
  }
  .product-2a-header .pcworld-header h2 {
    margin-bottom: 0;
  }
  .product-2a-header .product-2a-intro .order .description .up-scales .up-scale {
    padding: 20px 15px;
  }
  .product-2a-header .product-2a-intro .advantages li {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .product-2a-header .product-2a-intro .order .description .up-scales .up-scale {
    padding: 20px 10px;
    margin-left: 10px;
  }
  .product-2a-header .product-2a-intro .order .description .up-scales .up-scale span:nth-of-type(1) {
    font-size: 16px;
    line-height: 20px;
  }
  .product-2a-header .product-2a-intro .order .description .up-scales .up-scale span:nth-of-type(2) {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 380px) {
  .product-2a-header .pcworld-header h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 340px) {
  .product-2a-header .pcworld-header .pcworld-logo {
    width: 80px;
    height: 62px;
  }
}
.product-2a-header.black-friday-product .product-2a-intro .steps .step-list .header {
  height: 54px;
}
.product-2a-header.black-friday-product .product-2a-intro .steps .step-list li {
  padding-left: 38px;
  padding-right: 38px;
}
.product-2a-header.black-friday-product .product-2a-intro .steps .step-list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #D4DDE5;
  top: 0;
  left: 0;
  z-index: 0;
}
.product-2a-header.black-friday-product .product-2a-intro .order .price .decription-p {
  top: -45px;
  right: 40px;
  padding-bottom: 0;
}
.product-2a-header.black-friday-product .product-2a-intro .order .description {
  width: 70%;
}
.product-2a-header.black-friday-product .check-power {
  margin-top: 75px;
}
.product-2a-header.black-friday-product .check-power .analysis {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-2a-header.black-friday-product .check-power .analysis .question {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
  padding-right: 15px;
}
.product-2a-header.black-friday-product .check-power .analysis .btn {
  font-size: 13px;
}
.product-2a-header.black-friday-product .price-brd {
  position: relative;
  width: 30%;
  padding: 28px 0;
}
.product-2a-header.black-friday-product .price-brd .price {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px 0 30px;
}
.product-2a-header.black-friday-product .price-brd .price .price-info {
  padding-right: 40px;
  display: block;
  text-align: center;
}
.product-2a-header.black-friday-product .price-brd .price .amount {
  color: #A0AAB5;
  font-size: 32px;
  font-weight: 900;
  text-decoration: line-through;
}
.product-2a-header.black-friday-product .price-brd .price .new-amount {
  color: #FF5959;
  font-size: 32px;
  font-weight: 900;
}
.product-2a-header.black-friday-product .price-brd .price .currency {
  color: #828A91;
  font-size: 14px;
}
.product-2a-header.black-friday-product .price-brd .price .btn {
  position: relative;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-transform: none;
          transform: none;
}
.product-2a-header.black-friday-product .mobile-promotion {
  border: 2px solid #273135;
  background-color: #3B4348;
  padding: 15px 30px;
  display: none;
  position: relative;
}
.product-2a-header.black-friday-product .mobile-promotion .black-title {
  padding-right: 30px;
  border-right: 2px solid #626B72;
  padding-top: 5px;
}
.product-2a-header.black-friday-product .mobile-promotion .black-title p {
  font-size: 28px;
  font-weight: 900;
  line-height: 38px;
  color: #fff;
}
.product-2a-header.black-friday-product .mobile-promotion .black-desc {
  padding-left: 30px;
}
.product-2a-header.black-friday-product .mobile-promotion .black-desc .big-title-red {
  color: #FE3B42;
  font-size: 28px;
  font-weight: 900;
  line-height: 35px;
}
.product-2a-header.black-friday-product .mobile-promotion .black-desc .mini-title-desc {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
}
.product-2a-header.black-friday-product .mobile-promotion .black-desc .mini-title-desc .red-desc {
  font-weight: 900;
  color: #FE3B42;
}
@media screen and (max-width: 992px) {
  .product-2a-header.black-friday-product .mobile-promotion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-2a-header.black-friday-product .mobile-promotion .black-desc .big-title-red {
    margin: 0;
  }
  .product-2a-header.black-friday-product .mobile-promotion .black-desc .mini-title-desc {
    margin: 0;
  }
}
@media screen and (max-width: 580px) {
  .product-2a-header.black-friday-product .mobile-promotion .black-title {
    padding-right: 20px;
  }
  .product-2a-header.black-friday-product .mobile-promotion .black-title p {
    font-size: 20px;
    line-height: 22px;
  }
  .product-2a-header.black-friday-product .mobile-promotion .black-desc {
    padding-left: 20px;
  }
  .product-2a-header.black-friday-product .mobile-promotion .black-desc .big-title-red {
    font-size: 20px;
    line-height: 28px;
  }
  .product-2a-header.black-friday-product .mobile-promotion .black-desc .mini-title-desc {
    font-size: 14px;
    line-height: 22px;
  }
  .product-2a-header.black-friday-product .mobile-promotion .black-desc .mini-title-desc .mobile-hidden {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .product-2a-header.black-friday-product .mobile-promotion {
    padding: 15px;
  }
  .product-2a-header.black-friday-product .mobile-promotion .black-title {
    padding-right: 15px;
  }
  .product-2a-header.black-friday-product .mobile-promotion .black-desc {
    padding-left: 15px;
  }
}
.product-2a-header.black-friday-product .black-friday-countdown-product {
  position: relative;
  top: -3px;
  border: 2px solid #273135;
  padding: 25px 0;
  background-color: #3B4348;
}
.product-2a-header.black-friday-product .black-friday-countdown-product .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.product-2a-header.black-friday-product .black-friday-countdown-product .bg img {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-2a-header.black-friday-product .black-friday-countdown-product::after {
  content: "";
  display: block;
  clear: both;
}
.product-2a-header.black-friday-product .black-friday-countdown-product .countdown-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-2a-header.black-friday-product .black-friday-countdown-product .mobile {
  display: none;
}
.product-2a-header.black-friday-product .black-friday-countdown-product .black-promotion {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-2a-header.black-friday-product .black-friday-countdown-product .black-promotion .red-bow {
  position: absolute;
  right: 0;
  bottom: -50%;
  -webkit-transform: translateY(45%);
          transform: translateY(45%);
}
.product-2a-header.black-friday-product .black-friday-countdown-product .black-promotion .black-title {
  padding-right: 30px;
  border-right: 2px solid #626B72;
  padding-top: 10px;
}
.product-2a-header.black-friday-product .black-friday-countdown-product .black-promotion .black-title p {
  font-size: 28px;
  font-weight: 900;
  line-height: 38px;
  color: #fff;
}
.product-2a-header.black-friday-product .black-friday-countdown-product .black-promotion .black-desc {
  padding-top: 10px;
  padding-left: 30px;
}
.product-2a-header.black-friday-product .black-friday-countdown-product .black-promotion .black-desc .big-title-red {
  color: #FF5959;
  font-size: 28px;
  font-weight: 900;
  line-height: 35px;
}
.product-2a-header.black-friday-product .black-friday-countdown-product .black-promotion .black-desc .mini-title-desc {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 31px;
  margin-bottom: 0;
}
.product-2a-header.black-friday-product .black-friday-countdown-product .black-promotion .black-desc .mini-title-desc .red-desc {
  font-weight: 900;
  color: #FF5959;
}
.product-2a-header.black-friday-product .black-friday-countdown-product .black-timer {
  display: block;
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
}
.product-2a-header.black-friday-product .black-friday-countdown-product .black-timer .black-timeout::after {
  content: "";
  display: block;
  clear: both;
}
.product-2a-header.black-friday-product .black-friday-countdown-product .black-timer p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
  padding-top: 5px;
  float: left;
  margin-bottom: 0;
  padding-right: 15px;
}
.product-2a-header.black-friday-product .black-friday-countdown-product .black-timer .span-group {
  margin-bottom: 0;
  float: left;
}
.product-2a-header.black-friday-product .black-friday-countdown-product .black-timer .span-group span.time, .product-2a-header.black-friday-product .black-friday-countdown-product .black-timer .span-group span.clients {
  display: inline-block;
  text-align: center;
  color: #2D3338;
  font-size: 22px;
  font-weight: 900;
  line-height: 30px;
  max-height: 30px;
  width: 40px;
  background-color: #fff;
}
.product-2a-header.black-friday-product .black-friday-countdown-product .black-timer .span-group .name-countdown {
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  font-weight: normal;
  margin: 0 10px 0 5px;
  color: #fff;
  font-size: 16px;
}
.product-2a-header.black-friday-product .black-friday-countdown-product .black-timer .black-clients {
  padding-top: 20px;
  padding-left: 27px;
}
.product-2a-header.black-friday-product .black-friday-countdown-product .black-timer .black-clients::after {
  content: "";
  display: block;
  clear: both;
}
.product-2a-header.black-friday-product .black-friday-countdown-product .black-timer .black-clients .span-group {
  margin-bottom: 0;
  float: left;
}
.product-2a-header.black-friday-product .black-friday-countdown-product .black-timer .black-clients .span-group span.clients {
  display: inline-block;
  text-align: center;
  color: #2D3338;
  width: 53px;
  font-size: 22px;
  font-weight: 900;
  line-height: 30px;
  max-height: 30px;
  background-color: #fff;
}
.product-2a-header.black-friday-product .black-friday-countdown-product .black-timer .black-clients .span-group .name-countdown {
  font-weight: normal;
  font-size: 16px;
  margin-left: 10px;
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  color: #fff;
}
@media screen and (max-width: 1410px) {
  .product-2a-header.black-friday-product .black-friday-countdown-product .countdown-product {
    padding-right: 0;
  }
  .product-2a-header.black-friday-product .black-friday-countdown-product .black-timer {
    width: 52%;
    padding: 0;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .product-2a-header.black-friday-product .black-friday-countdown-product .black-promotion {
    width: 48%;
  }
  .product-2a-header.black-friday-product .black-friday-countdown-product .black-promotion .red-bow {
    position: absolute;
    right: calc(50% - 260px);
    bottom: -50%;
    -webkit-transform: translateY(50%) translateX(-50%);
            transform: translateY(50%) translateX(-50%);
  }
}
@media screen and (max-width: 1185px) {
  .product-2a-header.black-friday-product .black-friday-countdown-product .name-timer::after, .product-2a-header.black-friday-product .black-friday-countdown-product .span-ctn::after {
    content: "";
    clear: both;
    display: block;
  }
  .product-2a-header.black-friday-product .black-friday-countdown-product .countdown-product {
    padding-right: 15px;
  }
  .product-2a-header.black-friday-product .black-friday-countdown-product .black-timer {
    width: 44%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-2a-header.black-friday-product .black-friday-countdown-product .black-timer .black-clients {
    padding-left: 0;
  }
  .product-2a-header.black-friday-product .black-friday-countdown-product .span-ctn {
    padding-top: 10px;
  }
  .product-2a-header.black-friday-product .black-friday-countdown-product .black-promotion {
    width: 56%;
  }
  .product-2a-header.black-friday-product .black-friday-countdown-product .black-promotion .black-title {
    padding-right: 20px;
  }
  .product-2a-header.black-friday-product .black-friday-countdown-product .black-promotion .black-desc {
    padding-left: 20px;
  }
  .product-2a-header.black-friday-product .black-friday-countdown-product .black-promotion .red-bow {
    bottom: calc(-50% - 75px);
  }
}
@media screen and (max-width: 992px) {
  .product-2a-header.black-friday-product .black-friday-countdown-product {
    margin-top: 20px;
    margin-left: -25px;
    margin-right: -25px;
    padding: 0;
  }
  .product-2a-header.black-friday-product .black-friday-countdown-product .desktop {
    display: none;
  }
  .product-2a-header.black-friday-product .black-friday-countdown-product .mobile {
    display: block;
  }
  .product-2a-header.black-friday-product .black-friday-countdown-product .black-promotion {
    display: none;
  }
  .product-2a-header.black-friday-product .black-friday-countdown-product .black-timer {
    padding: 0;
    width: 100%;
  }
  .product-2a-header.black-friday-product .black-friday-countdown-product .black-timer .name-timer {
    vertical-align: middle;
    display: inline-block;
  }
  .product-2a-header.black-friday-product .black-friday-countdown-product .black-timer .name-timer .span-ctn {
    display: inline-block;
  }
  .product-2a-header.black-friday-product .black-friday-countdown-product .black-timer .black-clients {
    display: none;
  }
  .product-2a-header.black-friday-product .black-friday-countdown-product .black-timer p {
    padding-top: 0;
  }
  .product-2a-header.black-friday-product .black-friday-countdown-product .span-ctn {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 10px;
  }
  .product-2a-header.black-friday-product .black-friday-countdown-product .black-timeout {
    text-align: center;
  }
  .product-2a-header.black-friday-product .black-friday-countdown-product .countdown-product::after {
    clear: both;
    content: "";
    display: block;
  }
}
@media screen and (max-width: 580px) {
  .product-2a-header.black-friday-product .black-friday-countdown-product .black-timer p {
    font-size: 14px;
    line-height: 19px;
  }
  .product-2a-header.black-friday-product .black-friday-countdown-product .black-timer .span-group span.time {
    font-size: 14px;
    line-height: normal;
    max-height: 22px;
    width: 31px;
  }
  .product-2a-header.black-friday-product .black-friday-countdown-product .black-timer .span-group .name-countdown {
    font-size: 14px;
    line-height: normal;
    max-height: 22px;
    margin: 0;
    margin-right: 4px;
  }
  .product-2a-header.black-friday-product .black-friday-countdown-product .span-ctn {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1410px) {
  .product-2a-header.black-friday-product .product-2a-intro .order .description {
    width: 65%;
  }
  .product-2a-header.black-friday-product .product-2a-intro .order .description .description-p {
    line-height: 30px;
    width: 100%;
    margin: 0 0px 0 40px;
    padding-bottom: 0px;
    padding-right: 10px;
    z-index: 1;
    font-size: 14px;
  }
  .product-2a-header.black-friday-product .price-brd {
    width: 35%;
  }
}
@media screen and (max-width: 1180px) {
  .product-2a-header.black-friday-product .beam-section-header {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 1188px) and (min-width: 992px) {
  .product-2a-header.black-friday-product .product-2a-intro .order .description .description-p {
    width: 150%;
    margin: 0 0 0 30px;
    padding-bottom: 0px;
  }
  .product-2a-header.black-friday-product .product-2a-intro .order .price-brd .price .price-info .currency {
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 1120px) {
  .product-2a-header.black-friday-product .product-2a-intro .order .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    width: 60%;
  }
  .product-2a-header.black-friday-product .product-2a-intro .order .description .description-p {
    width: 100%;
    margin: 0px;
    text-align: center;
    padding: 0 20px 20px 20px;
  }
  .product-2a-header.black-friday-product .price-brd {
    width: 40%;
  }
}
@media screen and (max-width: 992px) {
  .product-2a-header.black-friday-product .beam-section-header {
    margin-top: 140px;
  }
  .product-2a-header.black-friday-product .beam-section-header h2 {
    font-size: 42px;
    line-height: 57px;
  }
  .product-2a-header.black-friday-product .product-2a-intro .order .description {
    width: 100%;
    padding-bottom: 0;
  }
  .product-2a-header.black-friday-product .product-2a-intro .order .description .description-p {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
  }
  .product-2a-header.black-friday-product .product-2a-intro .steps {
    margin-top: 40px;
  }
  .product-2a-header.black-friday-product .price-brd {
    width: 100%;
  }
  .product-2a-header.black-friday-product .price-brd .price {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-2a-header.black-friday-product .price-brd .price::after {
    content: "";
    display: block;
    clear: both;
  }
  .product-2a-header.black-friday-product .price-brd .price .decription-p {
    display: none;
  }
  .product-2a-header.black-friday-product .price-brd .price .price-info {
    float: left;
    padding-right: 10px;
  }
  .product-2a-header.black-friday-product .price-brd .price .price-info .amount, .product-2a-header.black-friday-product .price-brd .price .price-info .new-amount {
    font-size: 26px;
    line-height: 36px;
  }
  .product-2a-header.black-friday-product .price-brd .price .btn {
    margin-top: 13px;
    left: 0;
    float: right;
  }
}
@media screen and (max-width: 992px) {
  .product-2a-header.black-friday-product {
    padding-top: 67px !important;
  }
}
@media screen and (max-width: 767px) {
  .product-2a-header.black-friday-product .beam-section-header {
    margin-top: 20px;
  }
}
@media screen and (max-width: 420px) {
  .product-2a-header.black-friday-product .price-brd .price {
    display: block;
  }
  .product-2a-header.black-friday-product .price-brd .price .price-info {
    width: 100%;
    text-align: center;
    clear: both;
    padding-bottom: 20px;
    float: none;
  }
  .product-2a-header.black-friday-product .price-brd .price .btn {
    clear: both;
    float: none;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
}

.product-2b-header {
  padding-bottom: 0px;
  padding-top: 175px !important;
  background-image: url("../gfx/img/backgrounds/bg_product3.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  background-size: 100%;
}
.product-2b-header .beam-section-header {
  max-width: 1100px;
  margin: 0 auto;
}
.product-2b-header .beam-section-header h2 {
  color: #3B4348;
  font-size: 56px;
  font-weight: 900;
  margin-bottom: 70px;
  line-height: 64px;
}
.product-2b-header .order {
  max-width: 1100px;
  margin: 0 auto;
}
.product-2b-header .order .top-order,
.product-2b-header .order .bottom-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.product-2b-header .order .top-order .left,
.product-2b-header .order .top-order .right,
.product-2b-header .order .bottom-order .left,
.product-2b-header .order .bottom-order .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-2b-header .order .top-order .left .border-points div,
.product-2b-header .order .top-order .right .border-points div,
.product-2b-header .order .bottom-order .left .border-points div,
.product-2b-header .order .bottom-order .right .border-points div {
  background-color: #AFB9C2;
}
.product-2b-header .order .top-order .left h3,
.product-2b-header .order .top-order .right h3,
.product-2b-header .order .bottom-order .left h3,
.product-2b-header .order .bottom-order .right h3 {
  color: #3B4348;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  text-transform: uppercase;
  margin-top: 0px;
}
.product-2b-header .order .top-order .left,
.product-2b-header .order .bottom-order .left {
  border: 2px solid #D4DDE5;
  min-width: 350px;
  padding: 30px;
}
.product-2b-header .order .top-order .left p,
.product-2b-header .order .bottom-order .left p {
  margin: 0px;
}
.product-2b-header .order .top-order .right,
.product-2b-header .order .bottom-order .right {
  padding: 30px;
  width: 100%;
}
.product-2b-header .order .top-order .left {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.product-2b-header .order .top-order .left .up-scales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  padding: 0px;
  margin-right: -32px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.product-2b-header .order .top-order .left .up-scales .up-scale {
  padding: 0px;
  position: relative;
  top: -2px;
  margin-left: 0px;
  margin-bottom: 20px;
  width: 100%;
}
.product-2b-header .order .top-order .left .up-scales .up-scale .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -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 30px;
}
.product-2b-header .order .top-order .left .up-scales .up-scale .content span:nth-of-type(1) {
  color: #3B4348;
  font-size: 24px;
  font-weight: 900;
  line-height: 33px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-2b-header .order .top-order .left .up-scales .up-scale .content span:nth-of-type(2) {
  color: #626B72;
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
}
.product-2b-header .order .top-order .left .up-scales .up-scale .right-scale {
  position: absolute;
  height: 100%;
  width: 150px;
  bottom: 0px;
  right: -2px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.product-2b-header .order .top-order .left .up-scales .up-scale .right-scale::before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0px;
  top: -2px;
}
.product-2b-header .order .top-order .left .up-scales .up-scale .right-scale::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  right: 0px;
  bottom: -2px;
}
.product-2b-header .order .top-order .left .up-scales .up-scale .right-scale img {
  display: block;
  position: absolute;
  top: 50%;
  left: -4px;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(90deg) translateX(-40%) translateY(-100%);
          transform: rotate(90deg) translateX(-40%) translateY(-100%);
}
.product-2b-header .order .top-order .left .up-scales .up-scale span {
  display: block;
}
.product-2b-header .order .top-order .left .up-scales .up-scale span:nth-of-type(1) {
  color: #3B4348;
  font-size: 24px;
  font-weight: 900;
  line-height: 26px;
  text-align: center;
}
.product-2b-header .order .top-order .left .up-scales .up-scale span:nth-of-type(2) {
  color: #626B72;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.product-2b-header .order .top-order .left .up-scales .up-scale:last-child {
  margin-bottom: 0px;
}
.product-2b-header .order .top-order .left .up-scales .cpu {
  border: 2px solid #A1F3A9;
  border-right: 2px solid #C6FDCB;
  background-color: #FBFFFB;
}
.product-2b-header .order .top-order .left .up-scales .cpu .right-scale {
  background: linear-gradient(90deg, #F9FEFF 0%, #FFFFFF 100%);
}
.product-2b-header .order .top-order .left .up-scales .cpu .right-scale::before, .product-2b-header .order .top-order .left .up-scales .cpu .right-scale::after {
  background: linear-gradient(90deg, #A1F3A9 0%, #FFFFFF 100%);
}
.product-2b-header .order .top-order .left .up-scales .cpu .border-points div {
  background-color: #49D657;
}
.product-2b-header .order .top-order .left .up-scales .ram {
  border: 2px solid #7EE5FF;
  border-right: 2px solid #D6F7FF;
  background-color: #F9FEFF;
}
.product-2b-header .order .top-order .left .up-scales .ram .right-scale {
  background: linear-gradient(90deg, #F9FEFF 0%, #FFFFFF 100%);
}
.product-2b-header .order .top-order .left .up-scales .ram .right-scale::before, .product-2b-header .order .top-order .left .up-scales .ram .right-scale::after {
  background: linear-gradient(90deg, #7EE5FF 0%, #FFFFFF 100%);
}
.product-2b-header .order .top-order .left .up-scales .ram .border-points div {
  background-color: #0FC5F1;
}
.product-2b-header .order .top-order .left .up-scales .ssd {
  border: 2px solid #FFE471;
  border-right: 2px solid #FFF7D3;
  background-color: #FFFEF7;
}
.product-2b-header .order .top-order .left .up-scales .ssd .right-scale {
  background: linear-gradient(90deg, #FFFEF7 0%, #FFFFFF 100%);
}
.product-2b-header .order .top-order .left .up-scales .ssd .right-scale::before, .product-2b-header .order .top-order .left .up-scales .ssd .right-scale::after {
  background: linear-gradient(90deg, #FFE471 0%, #FFFFFF 100%);
}
.product-2b-header .order .top-order .left .up-scales .ssd .border-points div {
  background-color: #F2C300;
}
.product-2b-header .order .top-order .left .much-more span {
  color: #FF8734;
  font-size: 25px;
}
.product-2b-header .order .top-order .right {
  display: block;
  position: relative;
  background: linear-gradient(90deg, white 70%, rgba(255, 255, 255, 0) 100%);
}
.product-2b-header .order .top-order .right::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #d4dde5 70%, rgba(212, 221, 229, 0) 100%);
}
.product-2b-header .order .top-order .right::before {
  top: 0px;
  left: 0;
}
.product-2b-header .order .top-order .right .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 40px;
  padding-left: 160px;
  height: 300px;
}
.product-2b-header .order .top-order .right .content ul {
  display: block;
  padding-left: 0;
}
.product-2b-header .order .top-order .right .content ul li {
  padding-left: 0;
  list-style: none;
  color: #3B4348;
  font-size: 17px;
  line-height: 40px;
  position: relative;
}
.product-2b-header .order .top-order .right .content ul li::before {
  content: "";
  display: block;
  height: 4px;
  width: 4px;
  background-color: #4A545B;
  position: absolute;
  border-radius: 50%;
  left: -15px;
  top: 16px;
}
.product-2b-header .order .top-order .right .content a {
  text-transform: uppercase;
  color: #FB781D;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 20px;
}
.product-2b-header .order .top-order .right .content a img {
  position: relative;
  top: -2px;
}
.product-2b-header .order .bottom-order .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -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: 0px;
  background-color: #FAFCFD;
  padding: 30px;
}
.product-2b-header .order .bottom-order .left::before {
  content: " ";
  display: block;
  position: absolute;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  left: -3px;
  bottom: -3px;
  background-color: #AFB9C2;
}
.product-2b-header .order .bottom-order .left::after {
  content: " ";
  display: block;
  position: absolute;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  right: -3px;
  bottom: -3px;
  background-color: #AFB9C2;
}
.product-2b-header .order .bottom-order .left .price {
  color: #3B4348;
  font-size: 34px;
  font-weight: 900;
  line-height: 46px;
}
.product-2b-header .order .bottom-order .left .price span {
  color: #3B4348;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}
.product-2b-header .order .bottom-order .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: linear-gradient(90deg, #fafcfd 70%, rgba(250, 252, 253, 0) 100%);
  padding: 30px;
}
.product-2b-header .order .bottom-order .right::before, .product-2b-header .order .bottom-order .right::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #d4dde5 70%, rgba(212, 221, 229, 0) 100%);
}
.product-2b-header .order .bottom-order .right::before {
  top: -2px;
  left: 0;
}
.product-2b-header .order .bottom-order .right::after {
  bottom: 0;
  left: 0;
}
.product-2b-header .order .bottom-order .right p {
  color: #3B4348;
  font-size: 16px;
  line-height: 22px;
}
.product-2b-header .order .bottom-order .right .btn {
  box-shadow: 0 5px 10px rgba(18, 18, 20, 0.14);
}
.product-2b-header .order .order-footer {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-2b-header .order .order-footer p {
  color: #3B4348;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}
.product-2b-header .advantages {
  list-style-image: none;
  list-style: none;
  list-style-position: inside;
  padding: 0;
  margin: 0;
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.product-2b-header .advantages::after {
  content: "";
  display: block;
  clear: both;
}
.product-2b-header .advantages li {
  width: 33.33%;
  max-width: 33.33%;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #273135;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 20px;
  background: url("../gfx/icons/icon-check.svg") no-repeat left 6px;
}
.product-2b-header .advantages .more {
  background: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 20px;
}
.product-2b-header .advantages .more img {
  position: relative;
  top: -2px;
}
.product-2b-header .news {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 2px solid #E8EEF4;
  background-color: #fff;
}
.product-2b-header .news .new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}
.product-2b-header .news .new div {
  text-align: center;
  padding-right: 15px;
  min-width: 140px;
}
.product-2b-header .news .new div img {
  height: auto;
}
.product-2b-header .news .new p {
  color: #828A91;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 992px) {
  .product-2b-header {
    padding-top: 100px !important;
  }
  .product-2b-header .order .top-order,
  .product-2b-header .order .bottom-order {
    max-width: 500px;
    margin: 0 auto;
  }
  .product-2b-header .order .top-order .left,
  .product-2b-header .order .bottom-order .left {
    width: 100%;
    max-width: 100%;
  }
  .product-2b-header .order .top-order {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    background: #fff;
  }
  .product-2b-header .order .top-order .right {
    border-left: 2px solid #D4DDE5;
    border-right: 2px solid #D4DDE5;
    border-bottom: 2px solid #D4DDE5;
    position: relative;
    padding-top: 60px;
  }
  .product-2b-header .order .top-order .right::before {
    content: " ";
    display: block;
    position: absolute;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    left: -3px;
    bottom: -3px;
    top: auto;
    right: auto;
    background: #AFB9C2;
  }
  .product-2b-header .order .top-order .right::after {
    content: " ";
    display: block;
    position: absolute;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    right: -3px;
    bottom: -3px;
    top: auto;
    left: auto;
    background: #AFB9C2;
  }
  .product-2b-header .order .top-order .right .content {
    padding-left: 0px;
    padding-bottom: 0px;
    height: auto;
  }
  .product-2b-header .order .top-order .right .content ul {
    padding-left: 20px;
  }
  .product-2b-header .order .top-order .right .content ul li {
    line-height: 22px;
    padding-bottom: 10px;
  }
  .product-2b-header .order .top-order .right .content ul li::before {
    top: 10px;
  }
  .product-2b-header .order .top-order .left {
    padding-bottom: 0px;
  }
  .product-2b-header .order .top-order .left .up-scales {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    bottom: -4px;
  }
  .product-2b-header .order .top-order .left .up-scales .up-scale {
    margin-bottom: 0px;
    margin: 0 5px;
  }
  .product-2b-header .order .top-order .left .up-scales .up-scale .content {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    padding: 10px;
    min-width: 90px;
  }
  .product-2b-header .order .top-order .left .up-scales .up-scale .content span:nth-of-type(1),
  .product-2b-header .order .top-order .left .up-scales .up-scale .content span:nth-of-type(2) {
    font-size: 14px;
    position: relative;
    display: block;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .product-2b-header .order .top-order .left .up-scales .up-scale .content span:nth-of-type(1) {
    color: #3B4348;
    font-size: 20px;
    font-weight: 900;
    line-height: 27px;
    text-align: center;
  }
  .product-2b-header .order .top-order .left .up-scales .up-scale .content span:nth-of-type(2) {
    width: 39px;
    color: #626B72;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
  .product-2b-header .order .top-order .left .up-scales .up-scale .right-scale {
    width: 100%;
    height: 60px;
    left: 0px;
    bottom: 0px;
    top: auto;
    right: auto;
    -webkit-transform: translateX(0) translateY(100%);
            transform: translateX(0) translateY(100%);
  }
  .product-2b-header .order .top-order .left .up-scales .up-scale .right-scale::before {
    left: -2px;
    top: 0;
    bottom: auto;
    right: auto;
    height: 100%;
    width: 2px;
  }
  .product-2b-header .order .top-order .left .up-scales .up-scale .right-scale::after {
    left: auto;
    top: 0;
    bottom: auto;
    right: -2px;
    height: 100%;
    width: 2px;
  }
  .product-2b-header .order .top-order .left .up-scales .up-scale .right-scale img {
    -webkit-transform: rotate(180deg) translateX(50%) translateY(0);
            transform: rotate(180deg) translateX(50%) translateY(0);
    position: absolute;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    top: -2px;
    left: 50%;
  }
  .product-2b-header .order .top-order .left .up-scales .up-scale:first-child {
    margin-left: 0px;
  }
  .product-2b-header .order .top-order .left .up-scales .up-scale:last-child {
    margin-right: 0px;
  }
  .product-2b-header .order .top-order .left .up-scales .cpu {
    border-right: 2px solid #A1F3A9;
    border-bottom: 2px solid #C6FDCB;
  }
  .product-2b-header .order .top-order .left .up-scales .cpu .right-scale {
    border-top: 2px solid #C6FDCB;
    background: linear-gradient(180deg, #F9FEFF 0%, #FFFFFF 100%);
  }
  .product-2b-header .order .top-order .left .up-scales .cpu .right-scale::before, .product-2b-header .order .top-order .left .up-scales .cpu .right-scale::after {
    background: linear-gradient(180deg, #A1F3A9 0%, #FFFFFF 100%);
  }
  .product-2b-header .order .top-order .left .up-scales .ram {
    border-right: 2px solid #7EE5FF;
    border-bottom: 2px solid #D6F7FF;
  }
  .product-2b-header .order .top-order .left .up-scales .ram .right-scale {
    border-top: 2px solid #D6F7FF;
    background: linear-gradient(180deg, #F9FEFF 0%, #FFFFFF 100%);
  }
  .product-2b-header .order .top-order .left .up-scales .ram .right-scale::before, .product-2b-header .order .top-order .left .up-scales .ram .right-scale::after {
    background: linear-gradient(180deg, #7EE5FF 0%, #FFFFFF 100%);
  }
  .product-2b-header .order .top-order .left .up-scales .ssd {
    border-right: 2px solid #FFE471;
    border-bottom: 2px solid #FFF7D3;
  }
  .product-2b-header .order .top-order .left .up-scales .ssd .right-scale {
    border-top: 2px solid #FFF7D3;
    background: linear-gradient(180deg, #FFFEF7 0%, #FFFFFF 100%);
  }
  .product-2b-header .order .top-order .left .up-scales .ssd .right-scale::before, .product-2b-header .order .top-order .left .up-scales .ssd .right-scale::after {
    background: linear-gradient(180deg, #FFE471 0%, #FFFFFF 100%);
  }
  .product-2b-header .order .top-order .left .much-more {
    position: absolute;
    top: 20px;
    right: 30px;
  }
  .product-2b-header .order .bottom-order .right {
    display: none;
  }
  .product-2b-header .order .order-footer {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-2b-header .order .order-footer p {
    text-align: center;
  }
  .product-2b-header .order .order-footer p:nth-of-type(2) {
    display: none;
  }
  .product-2b-header .advantages {
    margin-top: 50px;
  }
  .product-2b-header .advantages li {
    width: 50%;
    max-width: 50%;
  }
  .product-2b-header .news {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 2px solid #E8EEF4;
  }
  .product-2b-header .news .new {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    margin-bottom: 30px;
  }
  .product-2b-header .news .new:last-child {
    margin-bottom: 0;
  }
  .product-2b-header .news .new div {
    margin-bottom: 15px;
    text-align: left;
  }
}
@media screen and (max-width: 540px) {
  .product-2b-header {
    padding-top: 75px !important;
  }
  .product-2b-header .beam-section-header h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 40px;
  }
  .product-2b-header .advantages li {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .product-2b-header {
    padding-top: 100px !important;
  }
  .product-2b-header .order .top-order .left,
  .product-2b-header .order .bottom-order .left {
    min-width: 100%;
  }
  .product-2b-header .order .top-order .left {
    padding: 15px 15px 0px 15px;
  }
  .product-2b-header .order .top-order .left .much-more {
    top: -40px;
    right: 0;
  }
  .product-2b-header .order .top-order .left .up-scales .up-scale {
    margin-bottom: 0px;
    margin: 0 5px;
  }
  .product-2b-header .order .top-order .left .up-scales .up-scale .content {
    padding: 5px;
    min-width: 58px;
  }
  .product-2b-header .order .top-order .left .up-scales .up-scale .content span:nth-of-type(1),
  .product-2b-header .order .top-order .left .up-scales .up-scale .content span:nth-of-type(2) {
    font-size: 14px;
    line-height: 20px;
  }
  .product-2b-header .order .bottom-order .left {
    position: relative;
    padding-bottom: 50px;
    padding-top: 20px;
  }
  .product-2b-header .order .bottom-order .left .price {
    display: block;
    width: 100%;
    text-align: center;
  }
  .product-2b-header .order .bottom-order .left .btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%) translateY(50%);
            transform: translateX(-50%) translateY(50%);
  }
  .product-2b-header .order .order-footer {
    padding-top: 50px;
  }
}

.pcworld-banner {
  background-color: #4A545B;
  border-top: 2px solid #333a3f;
  border-bottom: 2px solid #333a3f;
  position: relative;
  z-index: 1;
  top: -2px;
}
.pcworld-banner .banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 25px;
}
.pcworld-banner .banner-content .pcworld-logo {
  width: 210px;
  height: 155px;
  position: relative;
  top: 10px;
}
.pcworld-banner .banner-content p {
  color: #FFFFFF;
  font-size: 20px;
  font-style: oblique;
  line-height: 31px;
  margin: 0px 20px;
}
.pcworld-banner .banner-content .btn {
  background-color: #fff;
}
.pcworld-banner .banner-content .btn:hover {
  color: #ffa567;
}
@media screen and (max-width: 992px) {
  .pcworld-banner .banner-content {
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
    position: relative;
  }
  .pcworld-banner .banner-content .pcworld-logo {
    top: -30px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pcworld-banner .banner-content p {
    font-size: 16px;
    line-height: 24px;
    padding: 120px 0 30px 0;
    margin: 0;
  }
}

.product-examples {
  z-index: 2;
  position: relative;
  overflow: visible;
}
.product-examples .beam-section-header {
  margin-bottom: 60px;
}
.product-examples .main-select,
.product-examples .sub-select {
  margin-bottom: 40px;
  position: relative;
}
.product-examples .main-select label,
.product-examples .sub-select label {
  color: #98A2AB;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
}
.product-examples .main-select {
  z-index: 2;
}
.product-examples .main-select .chosen-container {
  width: 100% !important;
  margin-bottom: 0px;
}
.product-examples .main-select .chosen-single {
  font-size: 18px;
  line-height: 20px;
  display: block;
  color: #3B4348;
  font-weight: 900;
  text-transform: uppercase;
  padding: 20px 40px 20px 20px;
}
.product-examples .main-select .chosen-single::after {
  top: 20px;
}
.product-examples .main-select .chosen-results li {
  font-size: 18px;
  line-height: 20px;
  display: block;
  color: #3B4348;
  font-weight: 900;
  text-transform: uppercase;
  padding: 20px;
}
.product-examples .sub-select {
  z-index: 1;
}
.product-examples .option-select {
  display: none;
  position: relative;
}
.product-examples .option-select .selected-option {
  width: 100%;
  background: white;
  border: 2px solid #e8eef4;
  color: #828a91;
  border-radius: 0px;
  box-shadow: 0 0 0 transparent;
  padding: 20px 40px 20px 20px;
  position: relative;
  cursor: pointer;
}
.product-examples .option-select .selected-option .tittle {
  font-size: 18px;
  line-height: 20px;
  display: block;
  color: #3B4348;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.product-examples .option-select .selected-option .desc {
  font-size: 13px;
}
.product-examples .option-select .selected-option::after {
  content: url(../gfx/icons/icon-select.svg);
  display: block;
  position: absolute;
  right: 30px;
  top: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  transition: 0.25s;
}
.product-examples .option-select .options {
  display: none;
  background: white;
  border: 2px solid #e8eef4;
  border-top: 0px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  width: 100%;
}
.product-examples .option-select .options .option {
  width: 100%;
  color: #828a91;
  border-radius: 0px;
  box-shadow: 0 0 0 transparent;
  padding: 20px 40px 20px 20px;
  position: relative;
  line-height: 20px;
  cursor: pointer;
}
.product-examples .option-select .options .option .tittle {
  font-size: 18px;
  display: block;
  color: #3B4348;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.product-examples .option-select .options .option .desc {
  font-size: 13px;
}
.product-examples .option-select .options .option:hover {
  background-color: #fafcfd;
}
.product-examples .option-select.active {
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075), 0 4px 5px rgba(39, 49, 53, 0.14);
}
.product-examples .option-select.active .options {
  display: block;
}
.product-examples .option-select.active .selected-option::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.product-examples .option-select.visible {
  display: block;
}
.product-examples .select-graph {
  border: 2px solid #E0E7EE;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-width: 100%;
}
.product-examples .select-graph .box-tittle {
  padding-bottom: 30px;
  color: #828A91;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
}
.product-examples .select-graph .bars-box {
  padding: 40px;
  min-width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-examples .select-graph .bars-box .box-tittle {
  min-width: 100%;
}
.product-examples .select-graph .bars-box .bars {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-examples .select-graph .bars-box .bars .item-bar {
  min-width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-examples .select-graph .bars-box .bars .item-bar .bar-tittle {
  color: #3B4348;
  font-size: 26px;
  font-weight: 900;
  line-height: 36px;
  text-align: center;
}
.product-examples .select-graph .bars-box .bars .item-bar .bar-footer {
  color: #3B4348;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}
.product-examples .select-graph .bars-box .bars .item-bar .bar-frame {
  min-width: 100%;
  height: 300px;
  padding: 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-examples .select-graph .bars-box .bars .item-bar .bar-frame .bar {
  height: 100%;
  width: 100%;
  position: relative;
  max-width: 90px;
}
.product-examples .select-graph .bars-box .bars .item-bar .bar-frame .bar::before {
  content: "";
  display: block;
  height: 4px;
  width: 4px;
  position: absolute;
  top: -1px;
  left: -1px;
}
.product-examples .select-graph .bars-box .bars .item-bar .bar-frame .bar .bar-value {
  width: calc(100% + 4px);
  height: 50%;
  left: -2px;
  bottom: -2px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: 1s;
  font-size: 12px;
  font-weight: 900;
  line-height: 16px;
  text-transform: uppercase;
}
.product-examples .select-graph .bars-box .bars .item-bar .bar-frame .bar .bar-value::before {
  content: "";
  display: block;
  height: 2px;
  width: calc(100% + 4px);
  position: absolute;
  top: -2px;
  left: -2px;
}
.product-examples .select-graph .bars-box .bars .item-bar .bar-frame .bar .bar-value .base-value {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%) translateY(-50%);
          transform: translateX(-100%) translateY(-50%);
  padding-right: 5px;
  display: inline;
  color: #626B72;
}
.product-examples .select-graph .bars-box .bars .item-bar .bar-frame .bar .bar-value .base-value .value {
  background-color: transparent;
  display: inline;
}
.product-examples .select-graph .bars-box .bars .item-bar .bar-frame .bar-tittle .value {
  background-color: transparent;
}
.product-examples .select-graph .bars-box .bars .ram-bar .bar-frame .bar {
  border: 2px solid #55DDFF;
  background-color: #7EE5FF;
}
.product-examples .select-graph .bars-box .bars .ram-bar .bar-frame .bar .bar-value {
  border: 2px solid #7EE5FF;
  background-color: #A4EDFF;
  color: #55DDFF;
}
.product-examples .select-graph .bars-box .bars .ram-bar .bar-frame .bar .bar-value::before {
  background-color: #55DDFF;
}
.product-examples .select-graph .bars-box .bars .ram-bar .bar-frame .bar .bar-value .border-points div {
  background-color: #55DDFF;
}
.product-examples .select-graph .bars-box .bars .cpu-bar .bar-frame .bar {
  border: 2px solid #79E584;
  background-color: #9FF4A7;
}
.product-examples .select-graph .bars-box .bars .cpu-bar .bar-frame .bar .bar-value {
  border: 2px solid #A1F3A9;
  background-color: #C6FDCB;
  color: #79E584;
}
.product-examples .select-graph .bars-box .bars .cpu-bar .bar-frame .bar .bar-value::before {
  background-color: #79E584;
}
.product-examples .select-graph .bars-box .bars .cpu-bar .bar-frame .bar .bar-value .border-points div {
  background-color: #79E584;
}
.product-examples .select-graph .bars-box .bars .ssd-bar .bar-frame .bar {
  border: 2px solid #FFE471;
  background-color: #FFED9F;
}
.product-examples .select-graph .bars-box .bars .ssd-bar .bar-frame .bar .bar-value {
  border: 2px solid #FFED9F;
  background-color: #FFF7D3;
  color: #FFE471;
}
.product-examples .select-graph .bars-box .bars .ssd-bar .bar-frame .bar .bar-value::before {
  background-color: #FFE471;
}
.product-examples .select-graph .bars-box .bars .ssd-bar .bar-frame .bar .bar-value .border-points div {
  background-color: #FFE471;
}
.product-examples .select-graph .price-box {
  min-width: 30%;
  padding: 40px;
  border: 2px solid #E0E7EE;
  background-color: #FAFCFD;
  box-shadow: 0 7px 16px rgba(39, 49, 53, 0.08);
  margin-top: -2px;
  margin-bottom: -2px;
  margin-right: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-examples .select-graph .price-box .base-price,
.product-examples .select-graph .price-box .add-price {
  color: #3B4348;
  font-size: 28px;
  font-weight: 900;
  line-height: 66px;
  text-align: center;
}
.product-examples .select-graph .price-box .base-price .value,
.product-examples .select-graph .price-box .add-price .value {
  font-size: 48px;
  font-weight: 900;
}
.product-examples .select-graph .price-box .base-price-label,
.product-examples .select-graph .price-box .add-price-label {
  color: #3B4348;
  font-size: 14px;
  font-weight: 900;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
}
.product-examples .select-graph .price-box .base-price-label span,
.product-examples .select-graph .price-box .add-price-label span {
  color: #98a2ab;
}
.product-examples .select-graph .price-box .top-price,
.product-examples .select-graph .price-box .bottom-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.product-examples .select-graph .price-box .btn {
  margin-top: 40px;
}
.product-examples .select-graph .price-box .plus-beam {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background-color: #D4DDE5;
  height: 2px;
  position: relative;
  margin: 40px 0px;
}
.product-examples .select-graph .price-box .plus-beam img {
  position: absolute;
  top: calc(50% + 1px);
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.product-examples .select-graph .price-box .plus-beam::before, .product-examples .select-graph .price-box .plus-beam::after {
  content: "";
  display: block;
  height: 4px;
  width: 4px;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  background: #AFB9C2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-examples .select-graph .price-box .plus-beam::before {
  left: -1px;
}
.product-examples .select-graph .price-box .plus-beam::after {
  right: -1px;
}
.product-examples footer {
  margin-top: 40px;
}
.product-examples footer p {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #98A2AB;
  font-size: 14px;
  font-style: oblique;
  line-height: 18px;
}
@media screen and (max-width: 1000px) {
  .product-examples .select-graph {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    margin-bottom: 20px;
  }
  .product-examples .select-graph .bars-box .box-tittle {
    text-align: center;
  }
  .product-examples .select-graph .price-box {
    margin-left: -2px;
    position: relative;
    padding-bottom: 80px;
  }
  .product-examples .select-graph .price-box .box-tittle {
    text-align: center;
  }
  .product-examples .select-graph .price-box .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-examples .select-graph .price-box .price .plus-beam {
    min-width: 100px;
    background-color: transparent;
  }
  .product-examples .select-graph .price-box .price .plus-beam::before, .product-examples .select-graph .price-box .price .plus-beam::after {
    display: none;
  }
  .product-examples .select-graph .price-box .price .add-price,
  .product-examples .select-graph .price-box .price .base-price {
    line-height: 50px;
  }
  .product-examples .select-graph .price-box .price .add-price-label,
  .product-examples .select-graph .price-box .price .base-price-label {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .product-examples .select-graph .price-box .btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateY(50%) translateX(-50%);
            transform: translateY(50%) translateX(-50%);
  }
}
@media screen and (max-width: 500px) {
  .product-examples .select-graph {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
  }
  .product-examples .select-graph .bars-box {
    padding: 30px 22px;
  }
  .product-examples .select-graph .bars-box .box-tittle {
    text-align: center;
  }
  .product-examples .select-graph .bars-box .bars .item-bar .bar-tittle {
    color: #3B4348;
    font-size: 16px;
    font-weight: 900;
    line-height: 22px;
  }
  .product-examples .select-graph .bars-box .bars .item-bar .bar-frame {
    padding: 22px;
  }
  .product-examples .select-graph .price-box {
    padding-bottom: 50px;
  }
  .product-examples .select-graph .price-box .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-examples .select-graph .price-box .price .plus-beam {
    min-width: 100px;
    background-color: #D4DDE5;
  }
  .product-examples .select-graph .price-box .price .plus-beam::before, .product-examples .select-graph .price-box .price .plus-beam::after {
    display: block;
  }
  .product-examples .select-graph .price-box .price .add-price,
  .product-examples .select-graph .price-box .price .base-price {
    line-height: 50px;
  }
  .product-examples .select-graph .price-box .price .add-price-label,
  .product-examples .select-graph .price-box .price .base-price-label {
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .product-examples .select-graph .price-box .btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateY(50%) translateX(-50%);
            transform: translateY(50%) translateX(-50%);
  }
}
@media screen and (max-width: 380px) {
  .product-examples .select-graph .bars-box .bars .item-bar .bar-frame {
    padding: 15px;
  }
  .product-examples .select-graph .bars-box .bars .item-bar .bar-frame .bar .bar-value .base-value {
    -webkit-transform: rotate(-90deg) translateX(25%) translateY(-200%);
            transform: rotate(-90deg) translateX(25%) translateY(-200%);
  }
}

.product-cost-graph .cost-graphs {
  overflow: hidden;
  margin-top: 40px;
}
.product-cost-graph .cost-graphs section {
  width: 33.33%;
  float: left;
  padding: 35px;
  background-color: white;
}
.product-cost-graph .cost-graphs section header {
  width: 100%;
  position: relative;
}
.product-cost-graph .cost-graphs section header h3 {
  color: #3b4348;
  font-size: 18px;
  font-weight: 900;
  line-height: 25px;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}
.product-cost-graph .cost-graphs section header::after {
  position: absolute;
  display: block;
  right: 0;
  top: -10px;
}
.product-cost-graph .cost-graphs section .graph {
  position: relative;
  width: 100%;
}
.product-cost-graph .cost-graphs section table {
  height: 200px;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.product-cost-graph .cost-graphs section table tbody {
  width: 100%;
  height: 100%;
  display: block;
}
.product-cost-graph .cost-graphs section table tbody tr {
  position: relative;
  display: block;
  width: 100%;
}
.product-cost-graph .cost-graphs section table tbody tr td {
  position: relative;
  display: block;
  float: left;
  height: 100%;
  transition: 0.5s;
}
.product-cost-graph .cost-graphs section table tbody tr td:nth-of-type(1) {
  width: 20%;
  border: 0;
  color: #626b72;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}
.product-cost-graph .cost-graphs section table tbody tr td:nth-of-type(1) div {
  position: relative;
  -webkit-transform: translateY(-11px);
          transform: translateY(-11px);
}
.product-cost-graph .cost-graphs section table tbody tr td:nth-of-type(1) div span {
  font-size: 16px;
  line-height: 22px;
}
.product-cost-graph .cost-graphs section table tbody tr td:nth-of-type(2) {
  width: 5%;
}
.product-cost-graph .cost-graphs section table tbody tr td:nth-of-type(3) {
  width: 20%;
}
.product-cost-graph .cost-graphs section table tbody tr td:nth-of-type(3) .border-points div:nth-of-type(1) {
  left: -3px;
  top: -3px;
}
.product-cost-graph .cost-graphs section table tbody tr td:nth-of-type(3) .border-points div:nth-of-type(2) {
  right: -3px;
  top: -3px;
}
.product-cost-graph .cost-graphs section table tbody tr td:nth-of-type(3) .border-points div:nth-of-type(3) {
  left: -3px;
  bottom: -3px;
}
.product-cost-graph .cost-graphs section table tbody tr td:nth-of-type(3) .border-points div:nth-of-type(4) {
  right: -3px;
  bottom: -3px;
}
.product-cost-graph .cost-graphs section table tbody tr td:nth-of-type(4) {
  width: 55%;
  text-align: right;
  padding-right: 20px;
  font-size: 15px;
  line-height: 20px;
  color: #828a91;
  font-weight: 400;
}
.product-cost-graph .cost-graphs section table tbody tr td:nth-of-type(4) div {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-cost-graph .cost-graphs section table tbody tr td:nth-of-type(4) div span {
  color: #3b4348;
  font-weight: 900;
}
.product-cost-graph .cost-graphs section table tbody tr td:nth-of-type(2)::before {
  content: " ";
  display: block;
  position: absolute;
  background-color: #d4dde5;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  z-index: 2;
  top: -3px;
  left: 0;
}
.product-cost-graph .cost-graphs section table tbody tr td:nth-of-type(4)::after {
  content: " ";
  display: block;
  position: absolute;
  background-color: #d4dde5;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  z-index: 2;
  top: -3px;
  right: 0;
}
.product-cost-graph .cost-graphs section table tbody tr:last-child td {
  position: relative;
}
.product-cost-graph .cost-graphs section table tbody tr:last-child td:nth-of-type(1) {
  border: 0;
}
.product-cost-graph .cost-graphs section table tbody tr:last-child td:nth-of-type(2)::after {
  content: " ";
  display: block;
  position: absolute;
  background-color: #d4dde5;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  z-index: 2;
  bottom: -3px;
  left: 0;
}
.product-cost-graph .cost-graphs section table tbody tr:last-child td:nth-of-type(4)::before {
  content: " ";
  display: block;
  position: absolute;
  background-color: #d4dde5;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  z-index: 2;
  bottom: -3px;
  right: 0;
}
.product-cost-graph .cost-graphs section table tbody tr:nth-of-type(1) {
  z-index: 3;
}
.product-cost-graph .cost-graphs section table tbody tr:nth-of-type(2) {
  z-index: 2;
}
.product-cost-graph .cost-graphs section table tbody tr:nth-of-type(3) {
  z-index: 1;
}
.product-cost-graph .cost-graphs .cost-ram-graphs {
  border-top: 2px solid #e0e7ee;
  border-right: 2px solid #e0e7ee;
  border-left: 2px solid #e0e7ee;
  border-bottom: 2px solid #e0e7ee;
}
.product-cost-graph .cost-graphs .cost-ram-graphs header::after {
  content: url("../gfx/icons/calculator-ram.svg");
}
.product-cost-graph .cost-graphs .cost-ram-graphs table tr:nth-of-type(1) {
  height: 20%;
}
.product-cost-graph .cost-graphs .cost-ram-graphs table tr:nth-of-type(1) td {
  border-top: 2px solid #e0e7ee;
  border-bottom: 1px solid #e0e7ee;
}
.product-cost-graph .cost-graphs .cost-ram-graphs table tr:nth-of-type(1) td:nth-of-type(1) {
  border: 0;
}
.product-cost-graph .cost-graphs .cost-ram-graphs table tr:nth-of-type(1) td:nth-of-type(3) {
  background-color: #5df;
  border-top: 2px solid #2acef7;
  border-right: 2px solid #2acef7;
  border-bottom: 1px solid #2acef7;
  border-left: 2px solid #2acef7;
}
.product-cost-graph .cost-graphs .cost-ram-graphs table tr:nth-of-type(1) td:nth-of-type(3) .border-points div {
  background-color: #0fc5f1;
}
.product-cost-graph .cost-graphs .cost-ram-graphs table tr:nth-of-type(2) {
  height: 20%;
}
.product-cost-graph .cost-graphs .cost-ram-graphs table tr:nth-of-type(2) td {
  border-top: 1px solid #e0e7ee;
  border-bottom: 1px solid #e0e7ee;
}
.product-cost-graph .cost-graphs .cost-ram-graphs table tr:nth-of-type(2) td:nth-of-type(1) {
  border: 0;
}
.product-cost-graph .cost-graphs .cost-ram-graphs table tr:nth-of-type(2) td:nth-of-type(3) {
  background-color: #7ee5ff;
  border-top: 1px solid #2acef7;
  border-right: 2px solid #5df;
  border-bottom: 1px solid #5df;
  border-left: 2px solid #5df;
}
.product-cost-graph .cost-graphs .cost-ram-graphs table tr:nth-of-type(2) td:nth-of-type(3) .border-points div {
  background-color: #2acef7;
}
.product-cost-graph .cost-graphs .cost-ram-graphs table tr:nth-of-type(3) {
  height: 40%;
}
.product-cost-graph .cost-graphs .cost-ram-graphs table tr:nth-of-type(3) td {
  border-top: 1px solid #e0e7ee;
  border-bottom: 1px solid #e0e7ee;
}
.product-cost-graph .cost-graphs .cost-ram-graphs table tr:nth-of-type(3) td:nth-of-type(1) {
  border: 0;
}
.product-cost-graph .cost-graphs .cost-ram-graphs table tr:nth-of-type(3) td:nth-of-type(3) {
  background-color: #a4edff;
  border-top: 1px solid #5df;
  border-right: 2px solid #7ee5ff;
  border-bottom: 1px solid #7ee5ff;
  border-left: 2px solid #7ee5ff;
}
.product-cost-graph .cost-graphs .cost-ram-graphs table tr:nth-of-type(3) td:nth-of-type(3) .border-points div {
  background-color: #5df;
}
.product-cost-graph .cost-graphs .cost-ram-graphs table tr:nth-of-type(4) {
  height: 20%;
}
.product-cost-graph .cost-graphs .cost-ram-graphs table tr:nth-of-type(4) td {
  border-top: 1px solid #e0e7ee;
  border-bottom: 2px solid #e0e7ee;
}
.product-cost-graph .cost-graphs .cost-ram-graphs table tr:nth-of-type(4) td:nth-of-type(1) {
  border: 0;
}
.product-cost-graph .cost-graphs .cost-ram-graphs table tr:nth-of-type(4) td:nth-of-type(3) {
  background-color: #a4edff;
  border-top: 1px solid #5df;
  border-right: 2px solid #7ee5ff;
  border-bottom: 2px solid #7ee5ff;
  border-left: 2px solid #7ee5ff;
}
.product-cost-graph .cost-graphs .cost-ram-graphs table tr:nth-of-type(4) td:nth-of-type(3) .border-points div {
  background-color: #5df;
}
.product-cost-graph .cost-graphs .cost-cpu-graphs {
  border-top: 2px solid #e0e7ee;
  border-right: 2px solid #e0e7ee;
  border-bottom: 2px solid #e0e7ee;
}
.product-cost-graph .cost-graphs .cost-cpu-graphs header::after {
  content: url("../gfx/icons/calculator-cpu.svg");
}
.product-cost-graph .cost-graphs .cost-cpu-graphs table tr:nth-of-type(1) {
  height: 40%;
}
.product-cost-graph .cost-graphs .cost-cpu-graphs table tr:nth-of-type(1) td {
  border-top: 2px solid #e0e7ee;
  border-bottom: 1px solid #e0e7ee;
}
.product-cost-graph .cost-graphs .cost-cpu-graphs table tr:nth-of-type(1) td:nth-of-type(1) {
  border: 0;
}
.product-cost-graph .cost-graphs .cost-cpu-graphs table tr:nth-of-type(1) td:nth-of-type(3) {
  background-color: #9ff4a7;
  border-top: 2px solid #79e584;
  border-right: 2px solid #79e584;
  border-bottom: 1px solid #79e584;
  border-left: 2px solid #79e584;
}
.product-cost-graph .cost-graphs .cost-cpu-graphs table tr:nth-of-type(1) td:nth-of-type(3) .border-points div {
  background-color: #49d657;
}
.product-cost-graph .cost-graphs .cost-cpu-graphs table tr:nth-of-type(2) {
  height: 40%;
}
.product-cost-graph .cost-graphs .cost-cpu-graphs table tr:nth-of-type(2) td {
  border-top: 1px solid #e0e7ee;
  border-bottom: 1px solid #e0e7ee;
}
.product-cost-graph .cost-graphs .cost-cpu-graphs table tr:nth-of-type(2) td:nth-of-type(1) {
  border: 0;
}
.product-cost-graph .cost-graphs .cost-cpu-graphs table tr:nth-of-type(2) td:nth-of-type(3) {
  background-color: #c6fdcb;
  border-top: 1px solid #79e584;
  border-right: 2px solid #a1f3a9;
  border-bottom: 1px solid #a1f3a9;
  border-left: 2px solid #a1f3a9;
}
.product-cost-graph .cost-graphs .cost-cpu-graphs table tr:nth-of-type(2) td:nth-of-type(3) .border-points div {
  background-color: #79e584;
}
.product-cost-graph .cost-graphs .cost-cpu-graphs table tr:nth-of-type(3) {
  height: 20%;
}
.product-cost-graph .cost-graphs .cost-cpu-graphs table tr:nth-of-type(3) td {
  border-top: 1px solid #e0e7ee;
  border-bottom: 2px solid #e0e7ee;
}
.product-cost-graph .cost-graphs .cost-cpu-graphs table tr:nth-of-type(3) td:nth-of-type(1) {
  border: 0;
}
.product-cost-graph .cost-graphs .cost-cpu-graphs table tr:nth-of-type(3) td:nth-of-type(3) {
  background-color: #c6fdcb;
  border-top: 1px solid #79e584;
  border-right: 2px solid #a1f3a9;
  border-bottom: 2px solid #a1f3a9;
  border-left: 2px solid #a1f3a9;
}
.product-cost-graph .cost-graphs .cost-cpu-graphs table tr:nth-of-type(3) td:nth-of-type(3) .border-points div {
  background-color: #79e584;
}
.product-cost-graph .cost-graphs .cost-ssd-graphs {
  border-top: 2px solid #e0e7ee;
  border-right: 2px solid #e0e7ee;
  border-bottom: 2px solid #e0e7ee;
}
.product-cost-graph .cost-graphs .cost-ssd-graphs header::after {
  content: url("../gfx/icons/calculator-ssd.svg");
}
.product-cost-graph .cost-graphs .cost-ssd-graphs table tr:nth-of-type(1) {
  height: 40%;
}
.product-cost-graph .cost-graphs .cost-ssd-graphs table tr:nth-of-type(1) td {
  border-top: 2px solid #e0e7ee;
  border-bottom: 1px solid #e0e7ee;
}
.product-cost-graph .cost-graphs .cost-ssd-graphs table tr:nth-of-type(1) td:nth-of-type(1) {
  border: 0;
}
.product-cost-graph .cost-graphs .cost-ssd-graphs table tr:nth-of-type(1) td:nth-of-type(3) {
  background-color: #ffed9f;
  border-top: 2px solid #ffe471;
  border-right: 2px solid #ffe471;
  border-bottom: 1px solid #ffe471;
  border-left: 2px solid #ffe471;
}
.product-cost-graph .cost-graphs .cost-ssd-graphs table tr:nth-of-type(1) td:nth-of-type(3) .border-points div {
  background-color: #ffd626;
}
.product-cost-graph .cost-graphs .cost-ssd-graphs table tr:nth-of-type(2) {
  height: 40%;
}
.product-cost-graph .cost-graphs .cost-ssd-graphs table tr:nth-of-type(2) td {
  border-top: 1px solid #e0e7ee;
  border-bottom: 1px solid #e0e7ee;
}
.product-cost-graph .cost-graphs .cost-ssd-graphs table tr:nth-of-type(2) td:nth-of-type(1) {
  border: 0;
}
.product-cost-graph .cost-graphs .cost-ssd-graphs table tr:nth-of-type(2) td:nth-of-type(3) {
  background-color: #fff7d3;
  border-top: 1px solid #ffe471;
  border-right: 2px solid #ffed9f;
  border-bottom: 1px solid #ffed9f;
  border-left: 2px solid #ffed9f;
}
.product-cost-graph .cost-graphs .cost-ssd-graphs table tr:nth-of-type(2) td:nth-of-type(3) .border-points div {
  background-color: #ffe471;
}
.product-cost-graph .cost-graphs .cost-ssd-graphs table tr:nth-of-type(3) {
  height: 20%;
}
.product-cost-graph .cost-graphs .cost-ssd-graphs table tr:nth-of-type(3) td {
  border-top: 1px solid #e0e7ee;
  border-bottom: 2px solid #e0e7ee;
}
.product-cost-graph .cost-graphs .cost-ssd-graphs table tr:nth-of-type(3) td:nth-of-type(1) {
  border: 0;
}
.product-cost-graph .cost-graphs .cost-ssd-graphs table tr:nth-of-type(3) td:nth-of-type(3) {
  background-color: #fff7d3;
  border-top: 1px solid #ffe471;
  border-right: 2px solid #ffed9f;
  border-bottom: 2px solid #ffed9f;
  border-left: 2px solid #ffed9f;
}
.product-cost-graph .cost-graphs .cost-ssd-graphs table tr:nth-of-type(3) td:nth-of-type(3) .border-points div {
  background-color: #ffe471;
}
.product-cost-graph footer {
  padding-top: 40px;
  text-align: center;
}
.product-cost-graph footer .btn {
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .product-cost-graph .cost-graphs {
    margin-top: 40px;
  }
  .product-cost-graph .cost-graphs section {
    width: 100%;
    float: none;
  }
  .product-cost-graph .cost-graphs .cost-ram-graphs {
    border-top: 2px solid #e0e7ee;
    border-right: 2px solid #e0e7ee;
    border-bottom: 2px solid #e0e7ee;
    border-left: 2px solid #e0e7ee;
  }
  .product-cost-graph .cost-graphs .cost-cpu-graphs {
    border-top: 0px;
    border-right: 2px solid #e0e7ee;
    border-bottom: 2px solid #e0e7ee;
    border-left: 2px solid #e0e7ee;
  }
  .product-cost-graph .cost-graphs .cost-ssd-graphs {
    border-top: 0px;
    border-right: 2px solid #e0e7ee;
    border-bottom: 2px solid #e0e7ee;
    border-left: 2px solid #e0e7ee;
  }
}
@media screen and (max-width: 440px) {
  .product-cost-graph .cost-graphs section table tbody tr td:nth-of-type(4) {
    font-size: 12px;
  }
}

.product-header {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 90px;
  background-image: url("../gfx/img/backgrounds/tlo_dpanel.svg");
  background-position: bottom center;
  background-size: 100%;
  background-repeat: repeat-x;
}
.product-header .border-points div {
  background-color: #afb9c2;
}
.product-header .header-box {
  position: relative;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 90px;
}
.product-header .header-box .box-top {
  position: relative;
  background-color: #f2f6fa;
  border: 2px solid #d4dde5;
  border-bottom: 0;
  display: block;
}
.product-header .header-box .box-top p {
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 400;
  color: #626b72;
}
.product-header .header-box .box-content {
  position: relative;
  border: 2px solid #d4dde5;
  padding: 40px 40px 50px 40px;
  background-color: #fff;
  box-shadow: 0px 2px 12px rgba(18, 18, 20, 0.1);
}
.product-header .header-box .box-content h3, .product-header .header-box .box-content h2 {
  padding: 0;
  margin: 0;
  font-size: 26px;
  line-height: 30px;
  font-weight: 900;
  color: #3b4348;
  margin-bottom: 35px;
}
.product-header .header-box .box-content ul {
  list-style: none;
  padding: 0;
}
.product-header .header-box .box-content ul li {
  padding-left: 15px;
  border-left: 2px solid #d4dde5;
  overflow: hidden;
  margin-bottom: 20px;
}
.product-header .header-box .box-content .slogan {
  color: #828a91;
  font-size: 17px;
  font-style: italic;
  margin: 40px 0;
}
.product-header .header-box .box-content .sum {
  border-top: 2px solid #d4dde5;
  padding-top: 20px;
  margin-top: 20px;
}
.product-header .header-box .box-content .sum .price {
  display: block;
  float: left;
}
.product-header .header-box .box-content .sum .price p,
.product-header .header-box .box-content .sum .price span {
  display: inline-block;
  color: #3b4348;
}
.product-header .header-box .box-content .sum .price p {
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
  margin: 0;
}
.product-header .header-box .box-content .sum .price span {
  font-size: 12px;
  font-weight: 900;
  line-height: 14px;
  text-transform: uppercase;
}
.product-header .header-box .box-content .sum .more {
  display: block;
  text-align: right;
}
.product-header .header-box .box-content .sum .more p,
.product-header .header-box .box-content .sum .more a {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  margin: 0;
}
.product-header .header-box .box-content .sum .more p {
  color: #3b4348;
  font-weight: 900;
}
.product-header .header-box .box-content .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
}
.product-header .box-1 {
  float: left;
}
.product-header .box-1 .box-top {
  float: right;
}
.product-header .box-1 .box-content ul li p,
.product-header .box-1 .box-content ul li span,
.product-header .box-1 .box-content ul li div {
  display: inline-block;
}
.product-header .box-1 .box-content ul li > p {
  color: #3b4348;
  font-size: 24px;
  font-weight: 900;
  line-height: 40px;
  margin: 0;
  width: 30%;
}
.product-header .box-1 .box-content ul li img {
  position: relative;
  top: -4px;
}
.product-header .box-1 .box-content ul li div {
  position: relative;
  float: right;
  width: 55%;
}
.product-header .box-1 .box-content ul li div p {
  display: block;
  line-height: 40px;
  margin-bottom: 0;
  width: 49%;
  float: left;
  font-size: 17px;
  font-weight: 400;
}
.product-header .box-1 .box-content ul li div p:last-child {
  font-size: 12px;
  text-transform: uppercase;
}
.product-header .box-1 .box-content ul li:nth-of-type(1) div p:last-child {
  color: #00bae8;
}
.product-header .box-1 .box-content ul li:nth-of-type(2) div p:last-child {
  color: #49d657;
}
.product-header .box-1 .box-content ul li:nth-of-type(3) div p:last-child {
  color: #f2c300;
}
.product-header .box-2 {
  float: right;
}
.product-header .box-2 .box-top {
  float: left;
}
.product-header .box-2 .box-content ul li {
  line-height: 22px;
  padding-top: 11px;
  padding-bottom: 11px;
  color: #3b4348;
  font-size: 17px;
  font-weight: 400;
}
.product-header .box-2 .box-content ul li:last-child {
  padding-top: 1px;
  padding-bottom: 1px;
}
.product-header .advantages {
  list-style-image: none;
  list-style: none;
  list-style-position: inside;
  padding: 0;
  margin: 0;
}
.product-header .advantages li {
  width: 33.33%;
  float: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  color: #273135;
  padding-bottom: 10px;
  padding-left: 40px;
  background: url("../gfx/icons/icon-check.svg") no-repeat left 6px;
}
@media screen and (max-width: 1420px) {
  .product-header {
    background-size: auto;
  }
  .product-header .header-box {
    max-width: 430px;
    margin: 0 auto;
    margin-bottom: 90px;
    float: none !important;
  }
  .product-header .advantages li {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .product-header .header-box {
    max-width: 480px;
  }
  .product-header .box-1 .box-content ul li > p {
    width: 40%;
  }
  .product-header .box-1 .box-content ul li div {
    width: 30%;
  }
  .product-header .box-1 .box-content ul li div p {
    width: 100%;
    float: none;
    line-height: 20px;
    text-align: left;
  }
  .product-header .advantages li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .product-header .advantages {
    max-width: 480px;
    display: block;
    margin: 0 auto;
  }
  .product-header .advantages li {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .product-header .header-box .box-content {
    padding: 20px;
    padding-bottom: 50px;
  }
  .product-header .header-box .box-content .sum .more {
    padding-left: 80px;
  }
  .product-header .box-1 .box-content ul li > p {
    width: 35%;
    font-size: 16px;
  }
  .product-header .box-1 .box-content ul li div {
    width: 35%;
  }
  .product-header .box-1 .box-content ul li div p {
    font-size: 12px;
  }
  .product-header .box-1 .box-content ul li div p:last-child {
    font-size: 10px;
  }
}

.product-more {
  padding: 0;
  background-color: #fafcfd;
  line-height: 90px;
  padding-top: 5px;
  text-align: center;
}
.product-more .more-content {
  position: relative;
}
.product-more .more-content p {
  display: inline-block;
  color: #626b72;
  font-size: 18px;
  font-weight: 400;
  line-height: 37px;
  padding: 0 40px;
}
.product-more .more-content a {
  position: relative;
  top: -2px;
  border: 2px solid #e8eef4;
  box-shadow: 0 3px 5px rgba(59, 67, 72, 0.05);
}
.product-more .more-content a:hover {
  position: relative;
  top: -2px;
  border: 2px solid rgba(18, 18, 20, 0.09);
  box-shadow: 0 3px 5px rgba(59, 67, 72, 0.05);
}
.product-more .more-content img {
  position: relative;
  top: 10px;
}
@media screen and (max-width: 1200px) {
  .product-more .more-content {
    position: relative;
    padding-bottom: 20px;
  }
  .product-more .more-content p {
    display: block;
    padding: 20px 0px 0px 0px;
    margin: 0px;
  }
  .product-more .more-content img {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  .product-more .more-content {
    position: relative;
    padding-bottom: 100px;
  }
  .product-more .more-content p {
    display: block;
    padding: 20px 0px 0px 0px;
    margin: 0px;
  }
  .product-more .more-content img {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.product-calculator {
  background-color: #fff;
  padding-bottom: 0;
}
.product-calculator .calculator {
  margin-top: 40px;
}
.product-calculator .calculator .calculator-graphs {
  overflow: hidden;
}
.product-calculator .calculator .calculator-graphs section {
  width: 33.33%;
  float: left;
  padding: 35px;
  background-color: white;
}
.product-calculator .calculator .calculator-graphs section header {
  width: 100%;
  position: relative;
}
.product-calculator .calculator .calculator-graphs section header h3 {
  color: #3b4348;
  font-size: 18px;
  font-weight: 900;
  line-height: 25px;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}
.product-calculator .calculator .calculator-graphs section header::after {
  position: absolute;
  display: block;
  right: 0;
  top: -10px;
}
.product-calculator .calculator .calculator-graphs section .graph {
  position: relative;
  width: 100%;
}
.product-calculator .calculator .calculator-graphs section .graph .white-line {
  position: absolute;
  height: 2px;
  width: 20%;
  background-color: white;
  display: block;
  bottom: 0;
  left: 25%;
  z-index: 2;
  transition: 0.5s;
}
.product-calculator .calculator .calculator-graphs section .graph .white-line .point {
  content: " ";
  display: block;
  position: absolute;
  background-color: white;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  z-index: 2;
  bottom: -1px;
}
.product-calculator .calculator .calculator-graphs section .graph .white-line div:first-child {
  left: -1px;
}
.product-calculator .calculator .calculator-graphs section .graph .white-line div:last-child {
  right: -1px;
}
.product-calculator .calculator .calculator-graphs section table {
  height: 200px;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.product-calculator .calculator .calculator-graphs section table tbody {
  width: 100%;
  height: 100%;
  display: block;
}
.product-calculator .calculator .calculator-graphs section table tbody tr {
  position: relative;
  display: block;
  width: 100%;
}
.product-calculator .calculator .calculator-graphs section table tbody tr td {
  position: relative;
  display: block;
  float: left;
  height: 100%;
  transition: 0.5s;
}
.product-calculator .calculator .calculator-graphs section table tbody tr td:nth-of-type(1) {
  width: 20%;
  border: 0;
  color: #626b72;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}
.product-calculator .calculator .calculator-graphs section table tbody tr td:nth-of-type(1) div {
  position: relative;
  -webkit-transform: translateY(-11px);
          transform: translateY(-11px);
}
.product-calculator .calculator .calculator-graphs section table tbody tr td:nth-of-type(1) div span {
  font-size: 16px;
  line-height: 22px;
}
.product-calculator .calculator .calculator-graphs section table tbody tr td:nth-of-type(2) {
  width: 5%;
}
.product-calculator .calculator .calculator-graphs section table tbody tr td:nth-of-type(3) {
  width: 20%;
}
.product-calculator .calculator .calculator-graphs section table tbody tr td:nth-of-type(3) .border-points div:nth-of-type(1) {
  left: -3px;
  top: -3px;
}
.product-calculator .calculator .calculator-graphs section table tbody tr td:nth-of-type(3) .border-points div:nth-of-type(2) {
  right: -3px;
  top: -3px;
}
.product-calculator .calculator .calculator-graphs section table tbody tr td:nth-of-type(3) .border-points div:nth-of-type(3) {
  left: -3px;
  bottom: -3px;
}
.product-calculator .calculator .calculator-graphs section table tbody tr td:nth-of-type(3) .border-points div:nth-of-type(4) {
  right: -3px;
  bottom: -3px;
}
.product-calculator .calculator .calculator-graphs section table tbody tr td:nth-of-type(4) {
  width: 55%;
  text-align: right;
  padding-right: 20px;
  font-size: 15px;
  line-height: 20px;
  color: #828a91;
  font-weight: 400;
}
.product-calculator .calculator .calculator-graphs section table tbody tr td:nth-of-type(4) div {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-calculator .calculator .calculator-graphs section table tbody tr td:nth-of-type(4) div span {
  color: #3b4348;
  font-weight: 900;
}
.product-calculator .calculator .calculator-graphs section table tbody tr td:nth-of-type(2)::before {
  content: " ";
  display: block;
  position: absolute;
  background-color: #d4dde5;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  z-index: 2;
  top: -3px;
  left: 0;
}
.product-calculator .calculator .calculator-graphs section table tbody tr td:nth-of-type(4)::after {
  content: " ";
  display: block;
  position: absolute;
  background-color: #d4dde5;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  z-index: 2;
  top: -3px;
  right: 0;
}
.product-calculator .calculator .calculator-graphs section table tbody tr:last-child td {
  position: relative;
}
.product-calculator .calculator .calculator-graphs section table tbody tr:last-child td:nth-of-type(1) {
  border: 0;
}
.product-calculator .calculator .calculator-graphs section table tbody tr:last-child td:nth-of-type(2)::after {
  content: " ";
  display: block;
  position: absolute;
  background-color: #d4dde5;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  z-index: 2;
  bottom: -3px;
  left: 0;
}
.product-calculator .calculator .calculator-graphs section table tbody tr:last-child td:nth-of-type(4)::before {
  content: " ";
  display: block;
  position: absolute;
  background-color: #d4dde5;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  z-index: 2;
  bottom: -3px;
  right: 0;
}
.product-calculator .calculator .calculator-graphs section table tbody tr:nth-of-type(1) {
  z-index: 3;
}
.product-calculator .calculator .calculator-graphs section table tbody tr:nth-of-type(2) {
  z-index: 2;
}
.product-calculator .calculator .calculator-graphs section table tbody tr:nth-of-type(3) {
  z-index: 1;
}
.product-calculator .calculator .calculator-graphs .cpu-graphs {
  border-top: 2px solid #e0e7ee;
  border-right: 2px solid #e0e7ee;
  border-left: 2px solid #e0e7ee;
}
.product-calculator .calculator .calculator-graphs .cpu-graphs header::after {
  content: url("../gfx/icons/calculator-cpu.svg");
}
.product-calculator .calculator .calculator-graphs .cpu-graphs table tr:nth-of-type(1) {
  height: 50%;
}
.product-calculator .calculator .calculator-graphs .cpu-graphs table tr:nth-of-type(1) td {
  border-top: 2px solid #e0e7ee;
  border-bottom: 1px solid #e0e7ee;
}
.product-calculator .calculator .calculator-graphs .cpu-graphs table tr:nth-of-type(1) td:nth-of-type(1) {
  border: 0;
}
.product-calculator .calculator .calculator-graphs .cpu-graphs table tr:nth-of-type(1) td:nth-of-type(3) {
  background-color: #9ff4a7;
  border-top: 2px solid #79e584;
  border-right: 2px solid #79e584;
  border-bottom: 1px solid #79e584;
  border-left: 2px solid #79e584;
}
.product-calculator .calculator .calculator-graphs .cpu-graphs table tr:nth-of-type(1) td:nth-of-type(3) .border-points div {
  background-color: #49d657;
}
.product-calculator .calculator .calculator-graphs .cpu-graphs table tr:nth-of-type(2) {
  height: 50%;
}
.product-calculator .calculator .calculator-graphs .cpu-graphs table tr:nth-of-type(2) td {
  border-top: 1px solid #e0e7ee;
  border-bottom: 2px solid #e0e7ee;
}
.product-calculator .calculator .calculator-graphs .cpu-graphs table tr:nth-of-type(2) td:nth-of-type(1) {
  border: 0;
}
.product-calculator .calculator .calculator-graphs .cpu-graphs table tr:nth-of-type(2) td:nth-of-type(3) {
  background-color: #c6fdcb;
  border-top: 1px solid #79e584;
  border-right: 2px solid #a1f3a9;
  border-bottom: 2px solid #a1f3a9;
  border-left: 2px solid #a1f3a9;
}
.product-calculator .calculator .calculator-graphs .cpu-graphs table tr:nth-of-type(2) td:nth-of-type(3) .border-points div {
  background-color: #79e584;
}
.product-calculator .calculator .calculator-graphs .cpu-graphs table tr.active td:nth-of-type(2),
.product-calculator .calculator .calculator-graphs .cpu-graphs table tr.active td:nth-of-type(4) {
  background-color: #ecffee;
}
.product-calculator .calculator .calculator-graphs .ram-graphs {
  border-top: 2px solid #e0e7ee;
  border-right: 2px solid #e0e7ee;
}
.product-calculator .calculator .calculator-graphs .ram-graphs header::after {
  content: url("../gfx/icons/calculator-ram.svg");
}
.product-calculator .calculator .calculator-graphs .ram-graphs table tr:nth-of-type(1) {
  height: 50%;
}
.product-calculator .calculator .calculator-graphs .ram-graphs table tr:nth-of-type(1) td {
  border-top: 2px solid #e0e7ee;
  border-bottom: 1px solid #e0e7ee;
}
.product-calculator .calculator .calculator-graphs .ram-graphs table tr:nth-of-type(1) td:nth-of-type(1) {
  border: 0;
}
.product-calculator .calculator .calculator-graphs .ram-graphs table tr:nth-of-type(1) td:nth-of-type(3) {
  background-color: #5df;
  border-top: 2px solid #2acef7;
  border-right: 2px solid #2acef7;
  border-bottom: 1px solid #2acef7;
  border-left: 2px solid #2acef7;
}
.product-calculator .calculator .calculator-graphs .ram-graphs table tr:nth-of-type(1) td:nth-of-type(3) .border-points div {
  background-color: #0fc5f1;
}
.product-calculator .calculator .calculator-graphs .ram-graphs table tr:nth-of-type(2) {
  height: 31.25%;
}
.product-calculator .calculator .calculator-graphs .ram-graphs table tr:nth-of-type(2) td {
  border-top: 1px solid #e0e7ee;
  border-bottom: 1px solid #e0e7ee;
}
.product-calculator .calculator .calculator-graphs .ram-graphs table tr:nth-of-type(2) td:nth-of-type(1) {
  border: 0;
}
.product-calculator .calculator .calculator-graphs .ram-graphs table tr:nth-of-type(2) td:nth-of-type(3) {
  background-color: #7ee5ff;
  border-top: 1px solid #2acef7;
  border-right: 2px solid #5df;
  border-bottom: 1px solid #5df;
  border-left: 2px solid #5df;
}
.product-calculator .calculator .calculator-graphs .ram-graphs table tr:nth-of-type(2) td:nth-of-type(3) .border-points div {
  background-color: #2acef7;
}
.product-calculator .calculator .calculator-graphs .ram-graphs table tr:nth-of-type(3) {
  height: 18.75%;
}
.product-calculator .calculator .calculator-graphs .ram-graphs table tr:nth-of-type(3) td {
  border-top: 1px solid #e0e7ee;
  border-bottom: 2px solid #e0e7ee;
}
.product-calculator .calculator .calculator-graphs .ram-graphs table tr:nth-of-type(3) td:nth-of-type(1) {
  border: 0;
}
.product-calculator .calculator .calculator-graphs .ram-graphs table tr:nth-of-type(3) td:nth-of-type(3) {
  background-color: #a4edff;
  border-top: 1px solid #5df;
  border-right: 2px solid #7ee5ff;
  border-bottom: 2px solid #7ee5ff;
  border-left: 2px solid #7ee5ff;
}
.product-calculator .calculator .calculator-graphs .ram-graphs table tr:nth-of-type(3) td:nth-of-type(3) .border-points div {
  background-color: #5df;
}
.product-calculator .calculator .calculator-graphs .ram-graphs table tr.active td:nth-of-type(2),
.product-calculator .calculator .calculator-graphs .ram-graphs table tr.active td:nth-of-type(4) {
  background-color: #e4faff;
}
.product-calculator .calculator .calculator-graphs .ssd-graphs {
  border-top: 2px solid #e0e7ee;
  border-right: 2px solid #e0e7ee;
}
.product-calculator .calculator .calculator-graphs .ssd-graphs header::after {
  content: url("../gfx/icons/calculator-ssd.svg");
}
.product-calculator .calculator .calculator-graphs .ssd-graphs table tr:nth-of-type(1) {
  height: 50%;
}
.product-calculator .calculator .calculator-graphs .ssd-graphs table tr:nth-of-type(1) td {
  border-top: 2px solid #e0e7ee;
  border-bottom: 1px solid #e0e7ee;
}
.product-calculator .calculator .calculator-graphs .ssd-graphs table tr:nth-of-type(1) td:nth-of-type(1) {
  border: 0;
}
.product-calculator .calculator .calculator-graphs .ssd-graphs table tr:nth-of-type(1) td:nth-of-type(3) {
  background-color: #ffed9f;
  border-top: 2px solid #ffe471;
  border-right: 2px solid #ffe471;
  border-bottom: 1px solid #ffe471;
  border-left: 2px solid #ffe471;
}
.product-calculator .calculator .calculator-graphs .ssd-graphs table tr:nth-of-type(1) td:nth-of-type(3) .border-points div {
  background-color: #ffd626;
}
.product-calculator .calculator .calculator-graphs .ssd-graphs table tr:nth-of-type(2) {
  height: 50%;
}
.product-calculator .calculator .calculator-graphs .ssd-graphs table tr:nth-of-type(2) td {
  border-top: 1px solid #e0e7ee;
  border-bottom: 2px solid #e0e7ee;
}
.product-calculator .calculator .calculator-graphs .ssd-graphs table tr:nth-of-type(2) td:nth-of-type(1) {
  border: 0;
}
.product-calculator .calculator .calculator-graphs .ssd-graphs table tr:nth-of-type(2) td:nth-of-type(3) {
  background-color: #fff7d3;
  border-top: 1px solid #ffe471;
  border-right: 2px solid #ffed9f;
  border-bottom: 2px solid #ffed9f;
  border-left: 2px solid #ffed9f;
}
.product-calculator .calculator .calculator-graphs .ssd-graphs table tr:nth-of-type(2) td:nth-of-type(3) .border-points div {
  background-color: #ffe471;
}
.product-calculator .calculator .calculator-graphs .ssd-graphs table tr.active td:nth-of-type(2),
.product-calculator .calculator .calculator-graphs .ssd-graphs table tr.active td:nth-of-type(4) {
  background-color: #fffdf3;
}
.product-calculator .calculator .calculator-inputs {
  overflow: hidden;
}
.product-calculator .calculator .calculator-inputs .input {
  width: 33.33%;
  float: left;
  padding: 0 35px 35px 35px;
  background-color: white;
}
.product-calculator .calculator .calculator-inputs .input label {
  float: left;
  color: #afb9c2;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  width: 150px;
  padding-top: 10px;
}
.product-calculator .calculator .calculator-inputs .input div {
  float: right;
  position: relative;
}
.product-calculator .calculator .calculator-inputs .input div input {
  border-radius: 0;
  height: 60px;
  color: #3b4348;
  font-size: 22px;
  font-weight: 900;
  width: 200px;
}
.product-calculator .calculator .calculator-inputs .input div span {
  position: absolute;
  display: block;
  height: 60px;
  width: 40px;
  top: 0;
  background-color: #fafcfd;
  border: 2px solid #e8eef4;
  text-align: center;
}
.product-calculator .calculator .calculator-inputs .input div span:nth-of-type(1) {
  line-height: 56px;
  right: 0px;
  cursor: pointer;
  transition: 0.25s;
}
.product-calculator .calculator .calculator-inputs .input div span:nth-of-type(2) {
  line-height: 56px;
  right: 38px;
  cursor: pointer;
  transition: 0.25s;
}
.product-calculator .calculator .calculator-inputs .input div span:nth-of-type(3) {
  line-height: 60px;
  right: 100px;
  width: 25px;
  background-color: transparent;
  border: 0;
  color: #afb9c2;
  font-size: 13px;
  font-weight: 900;
  text-align: right;
}
.product-calculator .calculator .calculator-inputs .input div .input-number-increment {
  background-image: url("../gfx/icons/icon-plus.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: 0.25s;
}
.product-calculator .calculator .calculator-inputs .input div .input-number-decrement {
  background-image: url("../gfx/icons/icon-minus.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: 0.25s;
}
.product-calculator .calculator .calculator-inputs .input div .input-number-increment:active,
.product-calculator .calculator .calculator-inputs .input div .input-number-decrement:active {
  box-shadow: inset 2px 2px 4px 3px rgba(0, 0, 0, 0.04);
}
.product-calculator .calculator .calculator-inputs .cpu-input {
  border-bottom: 2px solid #e0e7ee;
  border-right: 2px solid #e0e7ee;
  border-left: 2px solid #e0e7ee;
}
.product-calculator .calculator .calculator-inputs .ram-input {
  border-bottom: 2px solid #e0e7ee;
  border-right: 2px solid #e0e7ee;
}
.product-calculator .calculator .calculator-inputs .ssd-input {
  border-bottom: 2px solid #e0e7ee;
  border-right: 2px solid #e0e7ee;
}
.product-calculator .calculator .calculator-sum {
  padding: 35px;
  background-color: #fafcfd;
  border-bottom: 2px solid #e0e7ee;
  border-right: 2px solid #e0e7ee;
  border-left: 2px solid #e0e7ee;
  overflow: hidden;
}
.product-calculator .calculator .calculator-sum .sum-line .btn {
  float: right;
}
.product-calculator .calculator .calculator-sum .sum-line p {
  color: #828a91;
  font-size: 28px;
  font-weight: 300;
  line-height: 60px;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
.product-calculator .calculator .calculator-sum .sum-line .switch {
  display: block;
  padding: 0 30px;
  float: left;
  width: 200px;
}
.product-calculator .calculator .calculator-sum .sum-line .switch .cover {
  display: block;
  float: left;
  height: 60px;
  padding-left: 20px;
}
.product-calculator .calculator .calculator-sum .sum-line .switch .cover span {
  line-height: 30px;
  display: block;
  text-align: left;
  color: #98a2ab;
  font-size: 16px;
  font-weight: 400;
}
.product-calculator .calculator .calculator-sum .sum-line .switch .cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.product-calculator .calculator .calculator-sum .sum-line .switch .cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 0;
  float: left;
}
.product-calculator .calculator .calculator-sum .sum-line .switch input.cmn-toggle-round + label {
  width: 25px;
  height: 60px;
  background-color: white;
  border-radius: 30px;
}
.product-calculator .calculator .calculator-sum .sum-line .switch input.cmn-toggle-round + label:before {
  content: " ";
  position: absolute;
  display: block;
  width: 25px;
  height: 66px;
  border: 2px solid #d4dde5;
  border-radius: 60px;
  transition: background 0.4s;
}
.product-calculator .calculator .calculator-sum .sum-line .switch input.cmn-toggle-round + label:after {
  content: url(../gfx/icons/icon-switch.svg);
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  left: -6px;
  top: 0px;
  background-color: #fff;
  border-radius: 100%;
  transition: 0.4s;
}
.product-calculator .calculator .calculator-sum .sum-line .switch input.cmn-toggle-round:checked + label:after {
  top: 30px;
}
.product-calculator .calculator .calculator-sum .sum-line .price {
  display: block;
  float: left;
}
.product-calculator .calculator .calculator-sum .sum-line .price span {
  width: 200px;
  display: inline-block;
  text-align: right;
  padding-right: 10px;
}
.product-calculator .calculator .calculator-sum .sum-line .price span input {
  background-color: transparent;
  border: none;
  display: inline-block;
  width: 150px;
  text-align: right;
}
.product-calculator .calculator .calculator-sum .sum-line .price .netto {
  color: #afb9c2;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}
.product-calculator .calculator .calculator-sum .sum-line .price .netto span {
  color: #3b4348;
  font-weight: 900;
}
.product-calculator .calculator .calculator-sum .sum-line .price .netto span input {
  color: #3b4348;
  font-weight: 900;
  height: 40px;
  line-height: 40px;
  padding: 0;
  -webkit-text-fill-color: #3b4348;
  -webkit-opacity: 1;
}
.product-calculator .calculator .calculator-sum .sum-line .price .brutto {
  color: #afb9c2;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.product-calculator .calculator .calculator-sum .sum-line .price .brutto span {
  color: #afb9c2;
  font-weight: 900;
}
.product-calculator .calculator .calculator-sum .sum-line .price .brutto span input {
  color: #afb9c2;
  font-weight: 900;
  height: 20px;
  line-height: 20px;
  padding: 0;
  -webkit-text-fill-color: #afb9c2;
  -webkit-opacity: 1;
}
.product-calculator footer {
  margin-top: 80px;
}
.product-calculator footer p {
  position: relative;
  color: #828a91;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  padding-left: 40px;
  padding-top: 15px;
  display: block;
  width: 35%;
  float: left;
}
.product-calculator footer img {
  position: relative;
  width: 558px;
  float: right;
  right: 10%;
  top: 5px;
}
@media screen and (max-width: 1410px) {
  .product-calculator .calculator .calculator-inputs .input label {
    float: none;
    width: 100%;
  }
  .product-calculator .calculator .calculator-inputs .input div {
    float: left;
  }
}
@media screen and (max-width: 1200px) {
  .product-calculator .calculator .calculator-sum .sum-line .price {
    float: right;
  }
  .product-calculator .calculator .calculator-sum .sum-line .btn {
    display: block;
    margin-top: 40px;
  }
  .product-calculator footer p {
    width: 50%;
  }
  .product-calculator footer img {
    width: 458px;
    right: 0%;
  }
}
@media screen and (max-width: 992px) {
  .product-calculator .calculator {
    margin-top: 40px;
  }
  .product-calculator .calculator .calculator-graphs section {
    width: 100%;
    float: none;
  }
  .product-calculator .calculator .calculator-graphs .cpu-graphs {
    border-top: 2px solid #e0e7ee;
    border-right: 2px solid #e0e7ee;
    border-bottom: 2px solid #e0e7ee;
    border-left: 2px solid #e0e7ee;
  }
  .product-calculator .calculator .calculator-graphs .ram-graphs {
    border-top: 0px;
    border-right: 2px solid #e0e7ee;
    border-bottom: 2px solid #e0e7ee;
    border-left: 2px solid #e0e7ee;
  }
  .product-calculator .calculator .calculator-graphs .ssd-graphs {
    border-top: 0px;
    border-right: 2px solid #e0e7ee;
    border-bottom: 2px solid #e0e7ee;
    border-left: 2px solid #e0e7ee;
  }
  .product-calculator .calculator .calculator-inputs {
    overflow: hidden;
    padding: 35px 35px 0 35px;
    border-top: 0;
    border-right: 2px solid #e0e7ee;
    border-left: 2px solid #e0e7ee;
    border-bottom: 2px solid #e0e7ee;
    background-color: #fafcfd;
  }
  .product-calculator .calculator .calculator-inputs p {
    font-size: 16px;
    color: #3b4348;
    font-weight: 900;
    text-transform: uppercase;
  }
  .product-calculator .calculator .calculator-inputs .input {
    width: 33.33%;
    float: left;
    background-color: #fafcfd;
    padding: 0 0 35px 0;
  }
  .product-calculator .calculator .calculator-inputs .input label {
    width: 100%;
    float: none;
    font-size: 13px;
    color: #3b4348;
  }
  .product-calculator .calculator .calculator-inputs .input label span {
    display: inline !important;
  }
  .product-calculator .calculator .calculator-inputs .input div {
    float: none;
    display: block;
    width: 100%;
  }
  .product-calculator .calculator .calculator-inputs .cpu-input {
    border: 0;
    padding-right: 10px;
  }
  .product-calculator .calculator .calculator-inputs .ram-input {
    border: 0;
    padding-right: 5px;
    padding-left: 5px;
  }
  .product-calculator .calculator .calculator-inputs .ssd-input {
    border: 0;
    padding-left: 10px;
  }
  .product-calculator .calculator .calculator-sum .sum-line p {
    font-size: 20px;
  }
  .product-calculator .calculator .calculator-sum .sum-line .switch {
    padding-right: 0px;
    width: 160px;
  }
  .product-calculator footer {
    margin-top: 40px;
  }
  .product-calculator footer p {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .product-calculator footer img {
    padding-top: 40px;
    width: 100%;
    max-width: 558px;
    right: 0%;
    display: relative;
    display: block;
    margin: 0 auto;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .product-calculator .calculator {
    margin-top: 40px;
  }
  .product-calculator .calculator .calculator-inputs .input {
    width: 100%;
    float: none;
    display: inline-block;
  }
  .product-calculator .calculator .calculator-inputs .input label {
    float: none;
    font-size: 14px;
  }
  .product-calculator .calculator .calculator-inputs .input label span {
    display: inline !important;
  }
  .product-calculator .calculator .calculator-inputs .input div {
    float: none;
    display: inline-block;
  }
  .product-calculator .calculator .calculator-inputs .input div input {
    width: 100%;
  }
  .product-calculator .calculator .calculator-sum .sum-line p {
    font-size: 24px;
    display: block;
    float: none;
    width: 100%;
    text-align: center;
  }
  .product-calculator .calculator .calculator-sum .sum-line .switch {
    padding-right: 0px;
    display: block;
    float: none;
    height: 70px;
    padding: 0;
    width: 270px;
    margin: 0 auto;
  }
  .product-calculator .calculator .calculator-sum .sum-line .switch label {
    left: 120px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    z-index: 2;
  }
  .product-calculator .calculator .calculator-sum .sum-line .switch .cover {
    position: relative;
    padding-left: 0;
    text-align: left;
    left: -25px;
  }
  .product-calculator .calculator .calculator-sum .sum-line .switch .cover span {
    line-height: 60px;
    display: inline-block;
    text-align: left;
  }
  .product-calculator .calculator .calculator-sum .sum-line .switch .cover span:nth-of-type(2) {
    position: relative;
    left: 100px;
  }
  .product-calculator .calculator .calculator-sum .sum-line .price {
    display: block;
    float: none;
    max-width: 275px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .product-calculator .calculator .calculator-sum .sum-line .price .netto span {
    text-align: left;
    width: 175px;
  }
  .product-calculator .calculator .calculator-sum .sum-line .price .netto span input {
    width: 130px;
  }
  .product-calculator .calculator .calculator-sum .sum-line .price .brutto span {
    text-align: left;
    width: 175px;
  }
  .product-calculator .calculator .calculator-sum .sum-line .price .brutto span input {
    width: 145px;
  }
  .product-calculator .calculator .calculator-sum .sum-line .btn {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .product-calculator footer {
    margin-top: 20px;
  }
  .product-calculator footer p {
    padding-left: 0px;
    padding-right: 0px;
  }
  .product-calculator footer img {
    padding-top: 20px;
  }
}
@media screen and (max-width: 420px) {
  .product-calculator .calculator .calculator-sum .sum-line .price {
    display: block;
    float: none;
    max-width: 275px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .product-calculator .calculator .calculator-sum .sum-line .price .netto {
    font-size: 18px;
  }
  .product-calculator .calculator .calculator-sum .sum-line .price .netto span {
    text-align: left;
    width: 130px;
    font-size: 22px;
  }
  .product-calculator .calculator .calculator-sum .sum-line .price .netto span input {
    width: 90px;
    font-size: 22px;
  }
  .product-calculator .calculator .calculator-sum .sum-line .price .brutto span {
    text-align: left;
    width: 130px;
  }
  .product-calculator .calculator .calculator-sum .sum-line .price .brutto span input {
    width: 100px;
  }
}
@media screen and (max-width: 395px) {
  .product-calculator .calculator .calculator-sum .sum-line .switch {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}
@media screen and (max-width: 350px) {
  .product-calculator .calculator {
    margin-left: -27px;
    margin-right: -27px;
  }
}

.product-issues {
  background-color: #f2f6fa;
}
.product-issues .issues-nav {
  list-style: none;
  margin-top: 80px;
}
.product-issues .issues-nav li {
  display: block;
  background-color: #f2f6fa;
  border: 2px solid #e0e7ee;
  border-top: 0;
  height: 130px;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}
.product-issues .issues-nav li span {
  position: absolute;
  display: block;
  width: 100%;
  color: #3b4348;
  font-size: 18px;
  font-weight: 900;
  line-height: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 40px;
  text-transform: uppercase;
}
.product-issues .issues-nav li span::after {
  content: url("../gfx/icons/icon-list-arrow.svg");
  position: absolute;
  display: block;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  opacity: 0;
  transition: 0.5s;
}
.product-issues .issues-nav li:first-child {
  border-top: 2px solid #e0e7ee;
}
.product-issues .issues-nav .active {
  background-color: white;
}
.product-issues .issues-nav .active span::after {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  opacity: 1;
}
.product-issues .issues-nav li:hover {
  background-color: white;
}
.product-issues .issues-content {
  margin-top: 80px;
  margin-bottom: 80px;
}
.product-issues .issues-content .issue-box {
  position: absolute;
  top: 0;
  padding-right: 20px;
}
.product-issues .issues-content .issue-box h3 {
  display: none;
}
.product-issues .issues-content .issue-box ul {
  list-style: none;
  padding-left: 0;
  width: 100%;
  padding: 30px;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
}
.product-issues .issues-content .issue-box ul li {
  display: block;
  position: relative;
  float: left;
  color: #4a545b;
  font-size: 16px;
  font-weight: 400;
  padding-left: 35px;
  padding-bottom: 15px;
  transition: 0.5s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-issues .issues-content .issue-box ul li::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  height: 20px;
  width: 20px;
  border: 2px solid;
  border-radius: 50%;
}
.product-issues .issues-content .issue-box ul .li-40 {
  width: 40%;
}
.product-issues .issues-content .issue-box ul .li-60 {
  width: 60%;
}
.product-issues .issues-content .issue-box ul .li-30 {
  width: 30%;
}
.product-issues .issues-content .issue-box ul .li-20 {
  width: 20%;
}
.product-issues .issues-content .issue-box ul .li-25 {
  width: 25%;
}
.product-issues .issues-content .issue-box ul .li-37 {
  width: 37.5%;
}
.product-issues .issues-content .issue-box ul .gray-point::before {
  background-color: #d4dde5;
  border-color: #afb9c2;
}
.product-issues .issues-content .issue-box ul .white-point::before {
  background-color: white;
  border-color: #828a91;
}
.product-issues .issues-content .issue-box ul .yellow-point::before {
  background-color: #fff7d3;
  border-color: #f2c300;
}
.product-issues .issues-content .issue-box ul .black-point::before {
  background-color: #626b72;
  border-color: #3b4348;
}
.product-issues .issues-content .issue-box ul .green-point::before {
  background-color: #a1f3a9;
  border-color: #49d657;
}
.product-issues .issues-content .issue-box ul .red-point::before {
  background-color: #feb8b8;
  border-color: #ff8e8f;
}
.product-issues .issues-content .issue-box .issue-img {
  position: relative;
  opacity: 0;
  transition: 0.5s;
}
.product-issues .issues-content .issue-box .issue-img img {
  width: 100%;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -3px;
  width: 104%;
}
.product-issues .issues-content .issue-box .issue-img p {
  position: absolute;
  font-size: 15px;
  line-height: 19px;
  z-index: 3;
}
.product-issues .issues-content .issue-box:nth-of-type(2) .issue-img p:nth-of-type(1) {
  color: #fe5d5e;
  font-size: 14px;
  font-weight: 800;
  top: 32%;
  right: 7%;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  text-align: center;
}
.product-issues .issues-content .issue-box:nth-of-type(3) .issue-img p:nth-of-type(1) {
  color: #00bae8;
  font-weight: 400;
  top: 0;
  left: 43%;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.product-issues .issues-content .issue-box:nth-of-type(3) .issue-img p:nth-of-type(2) {
  color: #4a545b;
  font-weight: 400;
  top: 10%;
  left: 5%;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  text-align: left;
  max-width: 50%;
}
.product-issues .issues-content .issue-box:nth-of-type(3) .issue-img p:nth-of-type(3) {
  color: #4a545b;
  font-weight: 400;
  bottom: 15%;
  right: 5%;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  text-align: right;
  max-width: 40%;
}
.product-issues .issues-content .active .issue-img {
  opacity: 1 !important;
}
.product-issues .issues-content .active ul {
  opacity: 1 !important;
}
.product-issues .issues-content .active ul li {
  -webkit-transform: translateY(0%) !important;
          transform: translateY(0%) !important;
}
@media screen and (max-width: 1410px) {
  .product-issues .issues-nav li {
    height: 109px;
  }
}
@media screen and (max-width: 1199px) {
  .product-issues {
    padding-bottom: 0px;
    margin-bottom: -2px;
  }
  .product-issues .issues-nav {
    display: none;
  }
  .product-issues .issues-content {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
    margin-top: 40px;
  }
  .product-issues .issues-content .issue-box {
    position: relative;
    top: auto;
    background-color: #f2f6fa;
    border: 2px solid #e0e7ee;
    border-top: 0;
    transition: 0.5s;
    padding-right: 0;
  }
  .product-issues .issues-content .issue-box h3 {
    display: block;
    margin: 0;
    cursor: pointer;
  }
  .product-issues .issues-content .issue-box h3 span {
    display: block;
    padding: 40px;
    position: relative;
  }
  .product-issues .issues-content .issue-box h3 span::after {
    content: url("../gfx/icons/icon-slide-up-2.svg");
    position: absolute;
    width: 20px;
    display: block;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: 0.5s;
  }
  .product-issues .issues-content .issue-box .issue-content {
    transition: 0.5s;
    height: 0px;
    padding: 0 40px;
  }
  .product-issues .issues-content .issue-box .issue-content .issue-img img {
    opacity: 1;
    transition: 0.5s;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }
  .product-issues .issues-content .issue-box .issue-content ul {
    opacity: 1;
    padding: 30px 40px;
  }
  .product-issues .issues-content .issue-box .issue-content ul li {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .product-issues .issues-content .issue-box .issue-content ul li li {
    opacity: 1;
  }
  .product-issues .issues-content .issue-box:first-child {
    border-top: 2px solid #e0e7ee;
  }
  .product-issues .issues-content .active {
    background-color: #fafcfd;
  }
  .product-issues .issues-content .active h3 span::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
}
@media screen and (max-width: 767px) {
  .product-issues .issues-content .issue-box .issue-content .issue-img p {
    font-size: 12px;
    line-height: 15px;
  }
  .product-issues .issues-content .issue-box .issue-content ul {
    padding: 30px 0px;
  }
  .product-issues .issues-content .issue-box .issue-content ul .li-40 {
    width: 100%;
  }
  .product-issues .issues-content .issue-box .issue-content ul .li-60 {
    width: 100%;
  }
  .product-issues .issues-content .issue-box .issue-content ul .li-30 {
    width: 100%;
  }
  .product-issues .issues-content .issue-box .issue-content ul .li-20 {
    width: 100%;
  }
  .product-issues .issues-content .issue-box .issue-content ul .li-25 {
    width: 100%;
  }
  .product-issues .issues-content .issue-box .issue-content ul .li-37 {
    width: 100%;
  }
  .product-issues .issues-content .issue-box:nth-of-type(2) .issue-img p:nth-of-type(1) {
    color: #fe5d5e;
    font-weight: 800;
    top: 55%;
    right: 7%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    text-align: right;
  }
  .product-issues .issues-content .issue-box:nth-of-type(3) .issue-img p:nth-of-type(1) {
    color: #00bae8;
    font-weight: 400;
    top: 0;
    left: 42%;
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
  .product-issues .issues-content .issue-box:nth-of-type(3) .issue-img p:nth-of-type(2) {
    color: #4a545b;
    font-weight: 400;
    top: 10%;
    left: 5%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    text-align: left;
    max-width: 50%;
  }
  .product-issues .issues-content .issue-box:nth-of-type(3) .issue-img p:nth-of-type(3) {
    color: #4a545b;
    font-weight: 400;
    bottom: 15%;
    right: 5%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    text-align: right;
    max-width: 40%;
  }
}
@media screen and (max-width: 500px) {
  .product-issues .issues-content .issue-box:nth-of-type(3) .issue-img {
    margin-bottom: 60px;
  }
  .product-issues .issues-content .issue-box:nth-of-type(3) .issue-img p:nth-of-type(1) {
    left: 38%;
  }
  .product-issues .issues-content .issue-box:nth-of-type(3) .issue-img p:nth-of-type(2) {
    bottom: 0%;
    top: auto;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .product-issues .issues-content .issue-box:nth-of-type(3) .issue-img p:nth-of-type(3) {
    bottom: 0%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.product-costs {
  background-color: #fafcfd;
}
.product-costs .advantages {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-costs .advantages li {
  margin-top: 80px;
}
.product-costs .advantages li .advantages-content {
  border-left: 2px solid #d4dde5;
  padding: 40px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-costs .advantages li .advantages-content .img-container {
  width: 180px;
  position: relative;
  text-align: right;
  display: block;
}
.product-costs .advantages li .advantages-content .img-container img {
  position: relative;
  right: 65px;
  top: 20px;
}
.product-costs .advantages li .advantages-content .txt-container {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-costs .advantages li .advantages-content .txt-container h3 {
  line-height: 25px;
}
.product-costs .advantages li .advantages-content .txt-container h3 span {
  font-weight: 400;
}
.product-costs .advantages li .advantages-content .txt-container p {
  color: #626b72;
}
@media screen and (max-width: 992px) {
  .product-costs .advantages li {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .product-costs .beam-section-header h2 {
    font-size: 27px;
    line-height: 37px;
  }
}
@media screen and (max-width: 570px) {
  .product-costs .advantages li {
    margin-top: 0px;
  }
  .product-costs .advantages li .advantages-content {
    margin-top: 30px;
    padding: 0px;
    display: block;
    text-align: left;
  }
  .product-costs .advantages li .advantages-content .txt-container {
    display: block;
    width: 100%;
    padding-left: 20px;
  }
  .product-costs .advantages li .advantages-content .img-container {
    display: inline-block;
    text-align: center;
    padding: 5px;
    width: 200px;
  }
  .product-costs .advantages li .advantages-content .img-container img {
    right: auto;
    width: 100%;
    top: 0;
  }
  .product-costs .advantages li .advantages-content .img-container img {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}

.product-old-host {
  background-color: #fff;
}
.product-old-host article {
  margin-top: 80px;
}
.product-old-host article header {
  background-color: #eff3f7;
  border-top: 2px solid #e8eef4;
  border-left: 2px solid #e8eef4;
  border-right: 2px solid #e8eef4;
  padding: 30px;
}
.product-old-host article header h3 {
  display: inline-block;
  margin: 0;
  line-height: 40px;
}
.product-old-host article header img {
  position: relative;
  float: right;
  display: block;
}
.product-old-host article ul {
  list-style: none;
  padding: 0;
}
.product-old-host article ul li {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #273135;
  padding: 25px 25px 25px 110px;
  border-bottom: 2px solid #e8eef4;
  border-left: 2px solid #e8eef4;
  border-right: 2px solid #e8eef4;
}
.product-old-host article ul li::before {
  content: url("../gfx/img/product-old-host-no.svg");
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
}
.product-old-host .vps header img {
  top: -10px;
}
@media screen and (max-width: 1409px) {
  .product-old-host article header h3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 992px) {
  .product-old-host article {
    margin-top: 40px;
  }
}
@media screen and (max-width: 380px) {
  .product-old-host article ul li {
    padding: 15px 15px 15px 80px;
  }
  .product-old-host article ul li::before {
    left: 20px;
  }
}

.product-dPanel {
  background-color: #fafcfd;
}
.product-dPanel .animation-container {
  display: block;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .product-dPanel .animation-container {
    margin-top: 70px;
    position: relative;
  }
  .product-dPanel .animation-container .desktop-screens {
    position: relative;
    width: 58%;
    margin: 0 auto;
    z-index: 2;
  }
  .product-dPanel .animation-container .desktop-screens .desktop-frame {
    position: relative;
    width: 100%;
    display: block;
    margin: 0 auto;
    z-index: 2;
  }
  .product-dPanel .animation-container .desktop-screens .screens {
    background-color: #fff;
    overflow: hidden;
    top: 0;
  }
  .product-dPanel .animation-container .desktop-screens .screens .screen-img {
    width: 95.53%;
    position: absolute;
    top: 10.65%;
    left: 2.3%;
    opacity: 0;
    transition: 0.5s;
    z-index: 2;
  }
  .product-dPanel .animation-container .desktop-screens .screens .animation-box {
    width: 95.53%;
    position: absolute;
    top: 10.65%;
    left: 2.3%;
    opacity: 0;
    transition: 0.5s;
    z-index: 2;
  }
  .product-dPanel .animation-container .desktop-screens .screens .animation-box .bg-img {
    width: 100%;
    position: relative;
    top: 0%;
    left: 0%;
    opacity: 1;
    transition: 0.5s;
  }
  .product-dPanel .animation-container .desktop-screens .screens .active {
    opacity: 1;
    z-index: 3;
  }
  .product-dPanel .animation-container .desktop-screens .screens::before {
    content: " ";
    display: block;
    position: absolute;
    width: 96%;
    height: 494px;
    top: 0;
    left: 2%;
    background-color: #fafcfd;
  }
  .product-dPanel .animation-container .animation-content {
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
  .product-dPanel .animation-container .animation-content article {
    width: 50%;
    z-index: -2;
  }
  .product-dPanel .animation-container .animation-content article h3 {
    display: block;
    padding: 30px;
    border-bottom: 2px solid #e0e7ee;
    margin: 0;
    background-color: #fafcfd;
    transition: 0.25s;
    cursor: pointer;
  }
  .product-dPanel .animation-container .animation-content article h3 span {
    color: #3b4348;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    display: inline-block;
    width: 195px;
    position: relative;
  }
  .product-dPanel .animation-container .animation-content article h3 span:after {
    content: url("../gfx/icons/icon-list-arrow.svg");
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
    opacity: 0;
    transition: 0.5s;
  }
  .product-dPanel .animation-container .animation-content article h3:hover {
    background-color: #fff;
  }
  .product-dPanel .animation-container .animation-content article h3:focus,
  .product-dPanel .animation-container .animation-content article h3:active {
    outline: none;
  }
  .product-dPanel .animation-container .animation-content article img {
    display: none;
  }
  .product-dPanel .animation-container .animation-content article p {
    display: block;
    position: absolute;
    width: 54%;
    bottom: -45%;
    left: 23%;
    text-align: left;
    opacity: 0;
    transition: 0.5s;
    -webkit-transform: translateY(70%);
            transform: translateY(70%);
    color: #3b4348;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
  }
  .product-dPanel .animation-container .animation-content article:nth-of-type(odd) {
    float: left;
    border-left: 2px solid #e0e7ee;
  }
  .product-dPanel .animation-container .animation-content article:nth-of-type(odd) h3 span:after {
    right: 0;
  }
  .product-dPanel .animation-container .animation-content article:nth-of-type(even) {
    float: right;
    border-right: 2px solid #e0e7ee;
    text-align: right;
  }
  .product-dPanel .animation-container .animation-content article:nth-of-type(even) h3 span:after {
    left: 0;
    -webkit-transform: rotate(180deg) translateY(50%);
            transform: rotate(180deg) translateY(50%);
  }
  .product-dPanel .animation-container .animation-content article:nth-of-type(1),
  .product-dPanel .animation-container .animation-content article:nth-of-type(2) {
    border-top: 2px solid #e0e7ee;
  }
  .product-dPanel .animation-container .animation-content article.active {
    z-index: 2;
  }
  .product-dPanel .animation-container .animation-content article.active h3 {
    background-color: #fff !important;
    box-shadow: 0 8px 10px rgba(39, 49, 53, 0.05);
  }
  .product-dPanel .animation-container .animation-content article.active h3 span:after {
    -webkit-transform: translateY(-50%) scale(1) !important;
            transform: translateY(-50%) scale(1) !important;
    opacity: 1 !important;
  }
  .product-dPanel .animation-container .animation-content article.active p {
    opacity: 1 !important;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .product-dPanel .animation-container .animation-content article.active:nth-of-type(even) h3 span:after {
    -webkit-transform: rotate(180deg) translateY(50%) scale(1) !important;
            transform: rotate(180deg) translateY(50%) scale(1) !important;
  }
  .product-dPanel .animation-container .desktop-content {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1409px) {
  .product-dPanel .animation-container .desktop-screens .screens::before {
    height: 414px;
  }
  .product-dPanel .animation-container .animation-content article p {
    bottom: -15%;
  }
}
@media screen and (max-width: 1200px) {
  .product-dPanel .animation-container {
    margin-top: 40px;
  }
  .product-dPanel .animation-container .desktop-screens {
    display: none;
  }
  .product-dPanel .animation-container .animation-content .slick-prev,
  .product-dPanel .animation-container .animation-content .slick-next {
    z-index: 1;
    position: absolute;
    background-color: #fafcfd;
    width: 15px;
    height: 100%;
  }
  .product-dPanel .animation-container .animation-content .slick-prev img,
  .product-dPanel .animation-container .animation-content .slick-next img {
    position: absolute;
    cursor: pointer;
    top: 50%;
  }
  .product-dPanel .animation-container .animation-content .slick-next {
    top: 0;
    right: 0px;
  }
  .product-dPanel .animation-container .animation-content .slick-next img {
    right: 0px;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .product-dPanel .animation-container .animation-content .slick-prev {
    top: 0;
    left: 0px;
  }
  .product-dPanel .animation-container .animation-content .slick-prev img {
    left: 0px;
    -webkit-transform: rotate(180deg) translateY(10px);
            transform: rotate(180deg) translateY(10px);
  }
  .product-dPanel .animation-container .animation-content article {
    border: 2px solid #e8eef4;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    margin: 16px;
  }
  .product-dPanel .animation-container .animation-content article img {
    display: block;
    margin: 20px auto;
  }
}

.mobile-app-slide {
  position: relative;
}
.mobile-app-slide .animation-box-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mobile-app-slide .animation-box-content a {
  display: block;
  position: relative;
  width: 100%;
  max-width: 40%;
  padding: 15px;
  margin: 10px auto;
  background-color: #4a545b;
  border: 2px solid #3b4348;
  border-radius: 100px;
  box-shadow: 0 8px 10px rgba(39, 49, 53, 0.15);
  text-align: center;
}
.mobile-app-slide .animation-box-content a img {
  height: 50%;
  position: relative;
}
.mobile-app-slide .animation-box-content a:nth-of-type(1) {
  padding: 12px 15px 18px 15px;
}
.mobile-app-slide .animation-box-content a:nth-of-type(2) {
  padding: 13px 15px 17px 15px;
}
.mobile-app-slide .animation-box-content a:hover {
  background-color: #616e77;
  border-color: #4d585e;
}
@media screen and (max-width: 1200px) {
  .mobile-app-slide .animation-box-content {
    position: absolute;
    top: 50%;
    width: 100%;
    max-width: 320px;
    left: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  .mobile-app-slide .animation-box-content a {
    display: block;
    position: relative;
    width: 100%;
    max-width: 90%;
    padding: 5px;
    margin: 5px auto;
    background-color: #4a545b;
    border: 2px solid #3b4348;
    border-radius: 100px;
    box-shadow: 0 8px 10px rgba(39, 49, 53, 0.15);
    text-align: center;
  }
  .mobile-app-slide .animation-box-content a img {
    height: 20px;
    position: relative;
    margin: 0px !important;
    display: inline-block !important;
  }
  .mobile-app-slide .animation-box-content a:nth-of-type(1) {
    padding: 2px 5px 8px 5px;
  }
  .mobile-app-slide .animation-box-content a:nth-of-type(2) {
    padding: 3px 5px 7px 5px;
  }
}

.product-dPoczta {
  background-color: #f2f6fa;
}
.product-dPoczta .bg-letters {
  position: absolute;
  left: -10%;
}
.product-dPoczta .bg-letters img {
  width: 1715px;
  height: 396px;
}
.product-dPoczta .screens-animation {
  margin: 80px 0 0 0;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #d4dde5;
}
.product-dPoczta .screens-animation .notebook-frame {
  position: relative;
  -webkit-transform: translateY(1%);
          transform: translateY(1%);
  z-index: 2;
  width: 90%;
}
.product-dPoczta .screens-animation .phone-frame {
  position: absolute;
  top: 49%;
  right: 18.5%;
  width: 13%;
  z-index: 4;
}
.product-dPoczta .screens-animation .phone-frame-2 {
  display: none;
}
.product-dPoczta .screens-animation .screen {
  position: absolute;
}
.product-dPoczta .screens-animation .screen img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.product-dPoczta .screens-animation .desktop-screen {
  height: 82%;
  width: 59.5%;
  background-color: #fff;
  left: 19.5%;
  top: 8.5%;
  z-index: 1;
  overflow: hidden;
}
.product-dPoczta .screens-animation .desktop-screen img {
  opacity: 0;
  -webkit-transform: translateY(0%) scale(1);
          transform: translateY(0%) scale(1);
  transition: 0.5s;
}
.product-dPoczta .screens-animation .desktop-screen .active {
  opacity: 1;
  -webkit-transform: translateY(0%) scale(1);
          transform: translateY(0%) scale(1);
}
.product-dPoczta .screens-animation .mobile-screen {
  height: 45.24%;
  width: 10%;
  background-color: #fff;
  left: 70%;
  top: 53%;
  z-index: 3;
}
.product-dPoczta .screens-animation .mobile-screen img {
  opacity: 0;
  -webkit-transform: translateX(0%) scale(1);
          transform: translateX(0%) scale(1);
  transition: 0.5s;
  transition-delay: 0.3s;
}
.product-dPoczta .screens-animation .mobile-screen .active {
  opacity: 1;
  -webkit-transform: translateX(0%) scale(1);
          transform: translateX(0%) scale(1);
}
.product-dPoczta .advantages {
  margin: 80px 0 0 0;
  list-style-image: none;
  list-style: none;
  list-style-position: inside;
  padding: 0;
}
.product-dPoczta .advantages li {
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  color: #273135;
  padding: 15px 15px 15px 60px;
  margin-bottom: -2px;
  background: url("../gfx/icons/icon-check.svg") no-repeat 15px 14px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: 0.25s;
}
.product-dPoczta .advantages .active {
  border: 2px solid #e8eef4;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(18, 18, 20, 0.07);
}
.product-dPoczta .more-button {
  margin-left: 60px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.product-dPoczta .more-button span:nth-of-type(1) {
  display: inline-block;
  transition: 0s;
}
.product-dPoczta .more-button span:nth-of-type(2) {
  display: none;
  padding: 1px 30px;
  transition: 0s;
}
.product-dPoczta .more-button span:nth-of-type(2) img {
  position: relative;
  top: -1px;
  padding-left: 5px;
  transition: 0s;
}
.product-dPoczta .more-button-active {
  border: 2px solid #fff !important;
  background-color: #fff !important;
  color: #828a91 !important;
}
.product-dPoczta .more-button-active span:nth-of-type(1) {
  display: none !important;
}
.product-dPoczta .more-button-active span:nth-of-type(2) {
  display: inline-block !important;
}
.product-dPoczta .more-button-active:focus,
.product-dPoczta .more-button-active:active {
  border: 0 !important;
  background-color: #fff;
  color: #828a91;
}
.product-dPoczta .more-button:focus {
  outline: none;
}
.product-dPoczta .more-content {
  height: 0px;
  overflow: hidden;
  transition: 0.5s;
}
.product-dPoczta .more-content ul {
  list-style: none;
  padding: 0px 20px;
}
.product-dPoczta .more-content ul li {
  padding-top: 40px;
}
.product-dPoczta .more-content ul li .more-img {
  position: relative;
}
.product-dPoczta .more-content ul li .more-img img {
  display: block;
  width: 85%;
  max-width: 300px;
  -webkit-transform: translateX(2.5%) translateY(6%);
          transform: translateX(2.5%) translateY(6%);
}
.product-dPoczta .more-content ul li .more-img::after {
  max-width: 320px;
  width: 90%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.product-dPoczta .more-content ul li h3 {
  margin-top: 70px;
  margin-bottom: 20px;
}
.product-dPoczta .more-content ul li:nth-of-type(1) .more-img::after {
  content: url("../gfx/img/product-dPoczta-1-frame.svg");
}
.product-dPoczta .more-content ul li:nth-of-type(2) .more-img::after {
  content: url("../gfx/img/product-dPoczta-2-frame.svg");
}
.product-dPoczta .more-content ul li:nth-of-type(3) .more-img img {
  width: 76%;
  max-width: 285px;
  -webkit-transform: translateX(6%) translateY(6%);
          transform: translateX(6%) translateY(6%);
}
.product-dPoczta .more-content ul li:nth-of-type(3) .more-img::after {
  content: url("../gfx/img/product-dPoczta-3-frame.svg");
  width: 85%;
}
@media screen and (max-width: 1409px) {
  .product-dPoczta .bg-letters {
    left: -20%;
  }
  .product-dPoczta .screens-animation {
    margin: 160px 0 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .product-dPoczta .bg-letters {
    left: -30%;
  }
}
@media screen and (max-width: 992px) {
  .product-dPoczta .bg-letters {
    left: -55%;
  }
  .product-dPoczta .screens-animation {
    max-width: 250px;
    margin: 80px auto;
    border-bottom: 0;
    overflow: visible;
  }
  .product-dPoczta .screens-animation .notebook-frame {
    display: none;
  }
  .product-dPoczta .screens-animation .desktop-screen {
    display: none;
  }
  .product-dPoczta .screens-animation .phone-frame {
    display: none;
  }
  .product-dPoczta .screens-animation .phone-frame-2 {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    top: auto;
    right: auto;
    z-index: 4;
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
  .product-dPoczta .screens-animation .mobile-screen {
    height: 44.24%;
    width: 73%;
    background-color: #fff;
    left: 15%;
    top: 7%;
  }
}
@media screen and (max-width: 767px) {
  .product-dPoczta .bg-letters {
    left: -110%;
  }
  .product-dPoczta .screens-animation {
    max-width: 250px;
    margin: 40px auto;
  }
  .product-dPoczta .advantages {
    margin: 40px 0 0 0;
  }
  .product-dPoczta .more-content ul li {
    padding-top: 60px;
  }
}
@media screen and (max-width: 420px) {
  .product-dPoczta .more-button {
    margin-left: 0px;
    margin-bottom: 0px;
    width: 100%;
  }
}

.product-relocation {
  background-color: #fafcfd;
  overflow: hidden;
}
.product-relocation .beam-section-header {
  z-index: 2;
  position: relative;
}
.product-relocation .bg-clouds img {
  position: absolute;
  right: -20%;
  opacity: 0;
}
.product-relocation .bg-clouds img:nth-of-type(1) {
  top: 50px;
  -webkit-animation: cloudRight 33s infinite linear;
          animation: cloudRight 33s infinite linear;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.product-relocation .bg-clouds img:nth-of-type(2) {
  top: 100px;
  -webkit-animation: cloudRight 20s infinite linear;
          animation: cloudRight 20s infinite linear;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.product-relocation .bg-clouds img:nth-of-type(3) {
  top: 150px;
  -webkit-animation: cloudRight 22s infinite linear;
          animation: cloudRight 22s infinite linear;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.product-relocation .bg-clouds img:nth-of-type(4) {
  top: 200px;
  -webkit-animation: cloudRight 18s infinite linear;
          animation: cloudRight 18s infinite linear;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  z-index: 1;
}
.product-relocation .bg-clouds img:nth-of-type(5) {
  top: 250px;
  -webkit-animation: cloudRight 27s infinite linear;
          animation: cloudRight 27s infinite linear;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.product-relocation .bg-clouds img:nth-of-type(6) {
  top: 310px;
  -webkit-animation: cloudRight 18s infinite linear;
          animation: cloudRight 18s infinite linear;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
  z-index: 1;
}
.product-relocation .bg-clouds img:nth-of-type(7) {
  top: 370px;
  -webkit-animation: cloudRight 30s infinite linear;
          animation: cloudRight 30s infinite linear;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.product-relocation .bg-clouds img:nth-of-type(8) {
  top: 480px;
  -webkit-animation: cloudRight 24s infinite linear;
          animation: cloudRight 24s infinite linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.product-relocation .advantages {
  position: relative;
  list-style: none;
  padding: 80px 0 0 0;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
  z-index: 2;
}
.product-relocation .advantages .advantages-content {
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.product-relocation .advantages .advantages-content .img-container {
  display: inline-block;
  width: 80px;
  position: relative;
  text-align: right;
  display: block;
  overflow: hidden;
  border-right: 2px solid #d4dde5;
  padding: 10px 0;
}
.product-relocation .advantages .advantages-content .img-container img {
  position: relative;
}
.product-relocation .advantages .advantages-content .txt-container {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 40px;
}
.product-relocation .advantages .advantages-content .txt-container p {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #3b4348;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}
.product-relocation .animation-frame {
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.product-relocation .animation-frame img:nth-of-type(1) {
  max-height: 456px;
  position: relative;
  display: block;
  margin: 0 auto;
  -webkit-animation: BaloonMove 3s infinite linear;
          animation: BaloonMove 3s infinite linear;
}
.product-relocation .animation-frame img:nth-of-type(2) {
  position: absolute;
  top: 8%;
  left: 50%;
  width: 65px;
  -webkit-transform: translateX(-300%);
          transform: translateX(-300%);
  -webkit-animation: BaloonSmudges1 3s infinite linear;
          animation: BaloonSmudges1 3s infinite linear;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.product-relocation .animation-frame img:nth-of-type(3) {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 80px;
  -webkit-transform: translateX(-270%);
          transform: translateX(-270%);
  -webkit-animation: BaloonSmudges2 3s infinite linear;
          animation: BaloonSmudges2 3s infinite linear;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.product-relocation .animation-frame img:nth-of-type(4) {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 65px;
  -webkit-transform: translateX(-280%);
          transform: translateX(-280%);
  -webkit-animation: BaloonSmudges3 3s infinite linear;
          animation: BaloonSmudges3 3s infinite linear;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.product-relocation .action-line {
  text-align: center;
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
  margin: 40px 0;
}
@media screen and (max-width: 500px) {
  .product-relocation .action-line {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .product-relocation .action-line a {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 420px) {
  .product-relocation .action-line {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    margin: 0px 0;
  }
  .product-relocation .action-line a {
    width: 100%;
  }
}

.product-contact {
  background-color: #fff;
}
.product-contact .beam-section-header h2 {
  font-weight: 300;
}
.product-contact .beam-section-header h2 span {
  color: #98a2ab;
}
.product-contact .contact-phone,
.product-contact .contact-form {
  border-left: 2px solid #d4dde5;
  padding-left: 40px;
  text-align: right;
  margin-top: 80px;
}
.product-contact .contact-phone h3,
.product-contact .contact-form h3 {
  color: #afb9c2;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: left;
}
.product-contact .contact-phone input,
.product-contact .contact-form input {
  border-radius: 0;
  margin-bottom: 40px;
}
.product-contact .contact-phone button,
.product-contact .contact-form button {
  display: inline-block;
  padding-left: 55px;
  padding-right: 55px;
}
.product-contact .contact-phone {
  overflow: hidden;
  padding-bottom: 40px;
}
.product-contact .contact-phone .contact-img {
  position: relative;
  left: -85px;
  max-width: 305px;
}
.product-contact .contact-phone .contact-img img:nth-of-type(1) {
  position: relative;
  z-index: 1;
  width: 100%;
}
.product-contact .contact-phone .contact-img img:nth-of-type(2) {
  position: absolute;
  top: 29%;
  left: 46%;
  width: 50%;
}
.product-contact .contact-form h3 {
  margin-bottom: 40px;
}
.product-contact .number {
  color: #3b4348;
  font-size: 48px;
  font-weight: 900;
  line-height: 66px;
  border-left: 2px solid #d4dde5;
  padding-left: 40px;
}
.product-contact .faq h3 {
  color: #3b4348;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 40px;
  margin-top: 80px;
}
.product-contact .faq .column {
  position: relative;
  width: 50%;
  float: left;
  border: 2px solid #e8eef4;
}
.product-contact .faq .column article {
  position: relative;
  margin: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.product-contact .faq .column article .faq-header {
  background-color: #fafcfd;
  cursor: pointer;
  transition: 0.5s;
}
.product-contact .faq .column article .faq-header h4 {
  margin: 0;
  color: #3b4348;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  padding: 25px 40px;
  display: block;
  position: relative;
  margin-right: 37px;
}
.product-contact .faq .column article .faq-header h4::after {
  content: url("../gfx/icons/icon-question.svg");
  position: absolute;
  right: 0;
  top: 15px;
  transition: 0.5s;
}
.product-contact .faq .column article .faq-header::before {
  content: " ";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: #e8eef4;
  bottom: 0px;
  z-index: 2;
}
.product-contact .faq .column article .faq-header::after {
  content: url("../gfx/icons/icon-close-2.svg");
  position: absolute;
  display: block;
  right: 30px;
  top: 17px;
  padding: 10px;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: 0.5s;
}
.product-contact .faq .column article .faq-content {
  position: relative;
  height: 0px;
  transition: 0.5s;
  padding: 0px 40px;
}
.product-contact .faq .column article .faq-content p {
  margin: 0;
  padding: 25px 0px;
  color: #828a91;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}
.product-contact .faq .column article .faq-content::before {
  content: " ";
  display: block;
  float: right;
  height: 2px;
  width: 0;
  position: relative;
  background-color: #e8eef4;
  top: -2px;
  transition: 0.5s;
}
.product-contact .faq .column article:last-child .faq-header::before {
  content: " ";
  display: none;
}
.product-contact .faq .column article.active {
  z-index: 2;
  box-shadow: 0 8px 15px rgba(59, 67, 72, 0.06);
}
.product-contact .faq .column article.active .faq-header {
  background-color: white;
  cursor: inherit;
}
.product-contact .faq .column article.active .faq-header h4::after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.product-contact .faq .column article.active .faq-content {
  background-color: white;
  display: block;
}
.product-contact .faq .column article.active .faq-content::before {
  width: 100%;
}
.product-contact .faq .column article.active .faq-header::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  cursor: pointer;
}
.product-contact .faq .column:nth-of-type(1) {
  left: 1px;
  position: relative;
  z-index: 2;
}
.product-contact .faq .column:nth-of-type(2) {
  right: 1px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .product-contact .number {
    font-size: 34px;
    line-height: 54px;
  }
}
@media screen and (max-width: 767px) {
  .product-contact .contact-phone,
  .product-contact .contact-form {
    border-left: 2px solid #d4dde5;
    padding-left: 40px;
    text-align: right;
  }
  .product-contact .contact-phone {
    padding-bottom: 0px;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  .product-contact .contact-form {
    border-left: 0px;
    padding-left: 0px;
    margin-top: 25px;
  }
  .product-contact .number {
    border-left: 0px;
    padding-left: 0px;
  }
  .product-contact .faq {
    margin: 0 -27px;
  }
  .product-contact .faq h3 {
    margin-left: 27px;
    margin-right: 27px;
  }
  .product-contact .faq .column {
    float: none;
    width: 100%;
  }
  .product-contact .faq .column article .faq-header h4 {
    padding: 25px 27px;
  }
  .product-contact .faq .column article .faq-header h4::after {
    right: -13px;
  }
  .product-contact .faq .column article .faq-header::after {
    right: 17px;
  }
  .product-contact .faq .column article .faq-content {
    padding: 0px 27px;
  }
  .product-contact .faq .column:nth-of-type(1) {
    left: 0px;
  }
  .product-contact .faq .column:nth-of-type(2) {
    right: 0px;
    border-top: 0px;
  }
}
@media screen and (max-width: 500px) {
  .product-contact .contact-form button {
    display: block;
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 420px) {
  .product-contact .contact-form button {
    width: 100%;
  }
}

.costs-header {
  position: relative;
  overflow: hidden;
  background-color: #fafcfd;
  padding-bottom: 100px;
  background-image: url("../gfx/img/backgrounds/bg-pajeczyna.png");
  background-position: bottom center;
  background-repeat: repeat-x;
}
.costs-header .costs-road {
  position: relative;
  margin-top: 100px;
  margin-bottom: 50px;
  display: inline-block;
}
.costs-header .costs-road img {
  max-width: 100%;
}
.costs-header .costs-road ul {
  list-style: none;
}
.costs-header .costs-road ul li {
  position: absolute;
  display: inline-block;
  color: #3b4348;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
.costs-header .costs-road ul li:nth-of-type(1) {
  top: 52%;
  left: 14%;
}
.costs-header .costs-road ul li:nth-of-type(2) {
  top: 0%;
  left: 37%;
}
.costs-header .costs-road ul li:nth-of-type(3) {
  top: 70%;
  left: 59%;
}
.costs-header .costs-road ul li:nth-of-type(4) {
  top: 0%;
  left: 80%;
}
.costs-header .costs-road ul li:nth-of-type(5) {
  top: 70%;
  right: -17%;
}
@media screen and (max-width: 1420px) {
  .costs-header .costs-road ul li:nth-of-type(1) {
    top: 80%;
    left: 2%;
  }
  .costs-header .costs-road ul li:nth-of-type(2) {
    top: 0%;
    left: 37%;
  }
  .costs-header .costs-road ul li:nth-of-type(3) {
    top: 89%;
    left: 42%;
  }
  .costs-header .costs-road ul li:nth-of-type(4) {
    top: 0%;
    left: 80%;
  }
  .costs-header .costs-road ul li:nth-of-type(5) {
    top: 100%;
    right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .costs-header {
    text-align: center;
  }
  .costs-header .costs-road {
    display: block;
    margin-bottom: 0px;
    margin-top: 30px;
  }
  .costs-header .costs-road ul {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 400px;
    padding: 0;
  }
  .costs-header .costs-road ul li {
    position: relative;
    display: block;
    width: 100%;
    max-width: 300px;
    overflow: hidden;
    padding-bottom: 20px;
    clear: both;
  }
  .costs-header .costs-road ul li span {
    padding-top: 20px;
    max-width: 150px;
    width: 100%;
  }
  .costs-header .costs-road ul li:nth-of-type(even) {
    float: left;
  }
  .costs-header .costs-road ul li:nth-of-type(even) img {
    float: left;
  }
  .costs-header .costs-road ul li:nth-of-type(even) span {
    float: right;
  }
  .costs-header .costs-road ul li:nth-of-type(odd) {
    float: right;
  }
  .costs-header .costs-road ul li:nth-of-type(odd) img {
    float: right;
  }
  .costs-header .costs-road ul li:nth-of-type(odd) span {
    float: left;
  }
  .costs-header .costs-road ul li:nth-of-type(1) {
    top: 0%;
    left: 0%;
  }
  .costs-header .costs-road ul li:nth-of-type(2) {
    top: 0%;
    left: 0%;
  }
  .costs-header .costs-road ul li:nth-of-type(3) {
    top: 0%;
    left: 0%;
  }
  .costs-header .costs-road ul li:nth-of-type(4) {
    top: 0%;
    left: 0%;
  }
  .costs-header .costs-road ul li:nth-of-type(5) {
    top: 0%;
    right: 0%;
  }
  .costs-header .btn {
    display: inline-block;
  }
}
@media screen and (max-width: 360px) {
  .costs-header .costs-road ul li img {
    width: 40%;
  }
}
.costs-header .cost-steps {
  margin-bottom: 60px;
  margin-top: 30px;
}
.costs-header .cost-steps ol {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.costs-header .cost-steps ol li {
  display: block;
  float: left;
  width: 20%;
  position: relative;
}
.costs-header .cost-steps ol li .step-box {
  margin-top: 20px;
  border: 2px solid transparent;
  border-bottom: 0px solid transparent;
  cursor: help;
}
.costs-header .cost-steps ol li .step-box .step-header {
  position: relative;
  z-index: 1;
  padding: 20px 20px 20px 63px;
  position: relative;
}
.costs-header .cost-steps ol li .step-box .step-header .step-number {
  color: #3b4348;
  font-size: 32px;
  font-weight: 900;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
}
.costs-header .cost-steps ol li .step-box .step-header .step-tittle {
  display: block;
  border-left: 2px solid #d4dde5;
  padding: 0;
  margin: 0;
  padding-left: 15px;
  color: #3b4348;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  transition: 0.5s;
}
.costs-header .cost-steps ol li .step-box .step-header .step-tittle u {
  color: #ff9c4c;
}
.costs-header .cost-steps ol li .step-box .step-text {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: transparent;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  padding: 0 20px 20px 20px;
  border: 2px solid transparent;
  border-top: 0px solid transparent;
  display: none;
}
.costs-header .cost-steps ol li .step-box .step-text p {
  padding: 0;
  margin: 0;
  color: #626b72;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  transition: 0.55s;
}
.costs-header .cost-steps ol li .step-box:hover {
  background-color: white;
  border: 2px solid #e8eef4;
  border-bottom: 0px solid #e8eef4;
}
.costs-header .cost-steps ol li .step-box:hover .step-header .step-tittle {
  border-left: 2px solid #ff9c4c;
}
.costs-header .cost-steps ol li .step-box:hover .step-text {
  display: block;
  background-color: white;
  border: 2px solid #e8eef4;
  border-top: 0px solid #e8eef4;
}
.costs-header .action-line .btn {
  float: left;
  margin-bottom: 20px;
}
.costs-header .action-line .btn-add {
  display: block;
  float: left;
  padding-top: 10px;
  margin-left: 20px;
}
.costs-header .action-line .btn-add p {
  display: block;
  color: #828a91;
  font-size: 15px;
  letter-spacing: -0.47px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .costs-header .cost-steps ol li .step-box .step-header .step-tittle {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .costs-header .cost-steps ol {
    margin-left: -25px;
    margin-right: -25px;
  }
  .costs-header .cost-steps ol li {
    display: block;
    width: 100%;
    float: none;
    text-align: left;
    cursor: pointer;
  }
  .costs-header .cost-steps ol li .step-box {
    border: 0px solid #e8eef4;
    border-top: 2px solid #e8eef4;
    border-bottom: 0px solid #e8eef4;
    margin-top: 0px;
    cursor: pointer;
  }
  .costs-header .cost-steps ol li .step-box .step-header {
    padding: 25px 125px 25px 25px;
    display: table;
    width: 100%;
  }
  .costs-header .cost-steps ol li .step-box .step-header .step-number {
    top: 0px;
    left: 0px;
    position: relative;
    padding-right: 15px;
    display: table-cell;
    width: 45px;
  }
  .costs-header .cost-steps ol li .step-box .step-header .step-tittle {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    display: table-cell;
    vertical-align: middle;
  }
  .costs-header .cost-steps ol li .step-box .step-header img {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .costs-header .cost-steps ol li .step-box .step-text {
    padding: 0 25px 0px 25px;
    position: relative;
    display: block;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    border: 0px solid #e8eef4;
    border-top: 0px solid #e8eef4;
    height: 0px;
    overflow: hidden;
    transition: 0.25s;
  }
  .costs-header .cost-steps ol li .step-box .step-text p {
    padding-bottom: 25px;
  }
  .costs-header .cost-steps ol li .step-box:hover {
    background-color: inherit;
    border: 0px solid #e8eef4;
    border-top: 2px solid #e8eef4;
    border-bottom: 0px solid #e8eef4;
  }
  .costs-header .cost-steps ol li .step-box:hover .step-header .step-tittle {
    border-left: 2px solid #d4dde5;
  }
  .costs-header .cost-steps ol li .step-box:hover .step-text {
    display: block;
    background-color: inherit;
    border: 0px solid #e8eef4;
    border-top: 0px solid #e8eef4;
  }
  .costs-header .cost-steps ol li .step-box:hover .step-text p {
    padding-bottom: 25px;
  }
  .costs-header .cost-steps ol li:last-child .step-box {
    border-bottom: 2px solid #e8eef4;
  }
  .costs-header .cost-steps ol li:nth-of-type(even) {
    background-color: #fafcfd;
  }
  .costs-header .cost-steps ol li:nth-of-type(odd) {
    background-color: white;
  }
  .costs-header .cost-steps ol li::after {
    content: url("../gfx/icons/icon-more-5.svg");
    position: absolute;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    transition: 0.25s;
  }
  .costs-header .cost-steps ol li.active::after {
    content: url("../gfx/icons/icon-more-5.svg");
    position: absolute;
    left: 50%;
    bottom: -5px;
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
}
@media screen and (max-width: 500px) {
  .costs-header .cost-steps ol li .step-box .step-header .step-tittle {
    font-size: 14px;
  }
}

.costs-tests {
  background-color: white;
  padding-bottom: 0;
  overflow: visible;
}
.costs-tests .beam-section-header {
  padding-bottom: 40px;
}
.costs-tests .intro p {
  color: #626b72;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
}
.costs-tests .intro .intro-text {
  padding-bottom: 25px;
  padding-right: 100px;
}
.costs-tests .intro .img-box {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 560px;
}
.costs-tests .intro .img-box .screen-frame {
  position: relative;
  width: 100%;
  z-index: 2;
}
.costs-tests .intro .img-box .frame-content {
  position: absolute;
  z-index: 1;
  bottom: 30.8%;
  left: 7.9%;
  width: 83%;
}
.costs-tests .intro .img-box .frame-content img {
  width: 100%;
}
.costs-tests .two-variants {
  padding: 0px 20px;
  margin: 100px -20px;
  position: relative;
}
.costs-tests .two-variants .variant-one,
.costs-tests .two-variants .variant-two {
  position: relative;
  background-color: #fafcfd;
  border: 2px solid #e0e7ee;
  padding: 45px !important;
}
.costs-tests .two-variants .variant-one h3,
.costs-tests .two-variants .variant-two h3 {
  color: #3b4348;
  font-size: 22px;
  font-weight: 900;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 40px;
}
.costs-tests .two-variants .variant-one p,
.costs-tests .two-variants .variant-two p {
  font-size: 17px;
  line-height: 34px;
  color: #626b72;
  font-weight: 400;
  margin-bottom: 0px;
}
.costs-tests .two-variants .variant-one {
  margin-right: -1px !important;
}
.costs-tests .two-variants .variant-two {
  margin-left: -1px !important;
}
.costs-tests .two-variants .or {
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-51%);
          transform: translateX(-51%);
  top: 60px;
  background-image: url(../gfx/img/or-bg.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  line-height: 72px;
  width: 84px;
  text-align: center;
  color: #3b4348;
  font-size: 18px;
}
.costs-tests .two-variants .action-line {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
}
.costs-tests ul {
  list-style: none;
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.costs-tests ul li {
  display: table-cell;
  position: relative;
  width: 25%;
  padding: 38px;
  background-color: white;
  border: 2px solid #e8eef4;
  border-left: 0;
  color: #626b72;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
.costs-tests ul li:first-child {
  border-left: 2px solid #e8eef4;
}
.costs-tests ul li::after {
  content: url("../gfx/icons/icon-check-3.svg");
  display: inline-block;
  position: absolute;
  top: -23px;
  right: 40px;
}
@media screen and (min-width: 1399px) {
  .costs-tests .beam-section-header h2 {
    line-height: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .costs-tests ul li {
    font-size: 20px;
    padding: 28px;
  }
}
@media screen and (max-width: 992px) {
  .costs-tests {
    padding-bottom: 61px;
  }
  .costs-tests ul {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    padding-top: 61px;
  }
  .costs-tests ul li {
    font-size: 20px;
    padding: 28px;
  }
}
@media screen and (max-width: 767px) {
  .costs-tests .intro div[class^=col-] {
    width: 100%;
  }
  .costs-tests .intro p {
    color: #626b72;
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
  }
  .costs-tests .intro .intro-text {
    padding-bottom: 25px;
    padding-right: 20px;
    width: 100%;
  }
  .costs-tests .intro .img-box {
    width: 100%;
    position: relative;
    max-width: 560px;
    margin: 0 auto;
  }
  .costs-tests .intro .img-box .screen-frame {
    position: relative;
    width: 100%;
    z-index: 2;
  }
  .costs-tests .intro .img-box .frame-content {
    position: absolute;
    z-index: 1;
    bottom: 30.8%;
    left: 7.9%;
    width: 83%;
  }
  .costs-tests .intro .img-box .frame-content img {
    width: 100%;
  }
  .costs-tests .two-variants {
    padding: 0px 0px;
    margin: 70px -25px;
    position: relative;
  }
  .costs-tests .two-variants .variant-one,
  .costs-tests .two-variants .variant-two {
    width: 100%;
    border-left: 0px;
    border-right: 0px;
  }
  .costs-tests .two-variants .variant-one .border-points,
  .costs-tests .two-variants .variant-two .border-points {
    display: none;
  }
  .costs-tests .two-variants .variant-one {
    margin-right: 0px !important;
    padding-bottom: 60px !important;
  }
  .costs-tests .two-variants .variant-two {
    margin-left: 0px !important;
    margin-top: -2px !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .costs-tests .two-variants .or {
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-51%) translateY(-50%);
            transform: translateX(-51%) translateY(-50%);
  }
  .costs-tests .two-variants .action-line {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%) translateY(50%);
            transform: translateX(-50%) translateY(50%);
  }
  .costs-tests ul {
    display: block;
    padding-top: 30px;
  }
  .costs-tests ul li {
    display: block;
    width: 100%;
    border-left: 2px solid #e8eef4;
    border-top: 0;
  }
  .costs-tests ul li br {
    display: none;
  }
  .costs-tests ul li:first-child {
    border-top: 2px solid #e8eef4;
  }
}

.costs-when {
  background-color: #fafcfd;
  padding-top: 130px;
}
.costs-when .advantages {
  list-style: none;
  margin: 0;
  padding: 0;
}
.costs-when .advantages li {
  margin-top: 80px;
}
.costs-when .advantages li .advantages-content {
  border-left: 2px solid #d4dde5;
  padding: 20px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.costs-when .advantages li .advantages-content .img-container {
  width: 150px;
  height: 140px;
  position: relative;
  text-align: right;
  display: block;
}
.costs-when .advantages li .advantages-content .img-container img {
  position: relative;
  right: 25px;
  top: 20px;
}
.costs-when .advantages li .advantages-content .txt-container {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #3b4348;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  padding-top: 35px;
}
.costs-when .advantages li .advantages-content .txt-container p {
  color: #626b72;
}
.costs-when .advantages li:nth-of-type(2) .img-container img {
  top: 0px;
  right: 25px;
}
.costs-when .advantages li:nth-of-type(3) .img-container img {
  top: 0px;
  right: 35px;
}
@media screen and (max-width: 992px) {
  .costs-when {
    padding-top: 60px;
  }
  .costs-when .advantages li {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .costs-when {
    padding-top: 30px;
  }
  .costs-when .beam-section-header h2 {
    font-size: 27px;
    line-height: 37px;
  }
}
@media screen and (max-width: 570px) {
  .costs-when .advantages li {
    margin-top: 0px;
  }
  .costs-when .advantages li .advantages-content {
    margin-top: 30px;
    padding: 0px;
    display: block;
    text-align: left;
  }
  .costs-when .advantages li .advantages-content .txt-container {
    display: block;
    width: 100%;
    padding-left: 20px;
  }
  .costs-when .advantages li .advantages-content .img-container {
    display: inline-block;
    text-align: center;
    padding: 5px;
    width: 150px;
    height: auto;
  }
  .costs-when .advantages li .advantages-content .img-container img {
    right: auto;
    width: 100%;
    top: 0 !important;
  }
  .costs-when .advantages li .advantages-content .img-container img {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}

.product-contact {
  position: relative;
  z-index: 0;
}

.domain-header {
  background-color: #fafcfd;
  position: relative;
  z-index: 2;
  overflow: visible;
  padding-bottom: 120px;
}
.domain-header .container {
  position: static;
}
.domain-header .domain-search .header h2 {
  display: block;
  margin: 0;
  color: #3b4348;
  font-size: 48px;
  font-weight: 900;
  line-height: 60px;
}
.domain-header .domain-search .header ul {
  list-style: none;
  display: block;
  margin: 0;
  text-align: right;
  padding-top: 25px;
}
.domain-header .domain-search .header ul li {
  display: inline-block;
  border-bottom: 2px solid #d4dde5;
  margin-left: 30px;
  padding: 0;
  line-height: 30px;
  padding-right: 10px;
  color: #3b4348;
  font-size: 17px;
  font-weight: 400;
}
.domain-header .domain-search .header ul li span {
  border-right: 2px solid #d4dde5;
  padding: 0 10px;
  margin-right: 10px;
  display: block;
  float: left;
  color: #ff8734;
  font-size: 17px;
  font-weight: 800;
}
.domain-header .domain-search .search {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateY(50%) translateX(-50%);
          transform: translateY(50%) translateX(-50%);
  padding-left: 120px;
  padding-right: 120px;
  width: 100%;
  max-width: 960px;
}
.domain-header .domain-search .search span,
.domain-header .domain-search .search input,
.domain-header .domain-search .search button {
  height: 80px;
  display: block;
}
.domain-header .domain-search .search span {
  border: 2px solid #e0e7ee;
  background-color: #fafcfd;
  line-height: 70px;
  color: #afb9c2;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -1.12px;
  padding: 0 20px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.domain-header .domain-search .search span div {
  background-color: #c7d1da;
}
.domain-header .domain-search .search span::after {
  content: " ";
  display: block;
  background-color: #afb9c2;
  border-radius: 55%;
  position: absolute;
  height: 10px;
  width: 10px;
  top: 50%;
  right: -6px;
  z-index: 2;
}
.domain-header .domain-search .search input {
  margin-right: -30px;
  border: 2px solid #e0e7ee;
  padding: 0 70px 0 30px;
  width: 100%;
  color: #3b4348;
  font-size: 36px;
  font-weight: 400;
}
.domain-header .domain-search .search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e0e7ee;
  opacity: 1;
}
.domain-header .domain-search .search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #e0e7ee;
  opacity: 1;
}
.domain-header .domain-search .search input:-ms-input-placeholder {
  /* IE 10+ */
  color: #e0e7ee;
  opacity: 1;
}
.domain-header .domain-search .search input:-moz-placeholder {
  /* Firefox 18- */
  color: #e0e7ee;
  opacity: 1;
}
.domain-header .domain-search .search button {
  top: 0px;
  right: 0px;
  border-radius: 40px;
  position: absolute;
  text-shadow: 0 1px 1px rgba(18, 18, 20, 0.14);
  font-size: 26px;
  font-weight: 900;
  padding: 0 40px;
}
@media screen and (max-width: 1420px) {
  .domain-header {
    padding-bottom: 100px;
  }
  .domain-header .domain-search .header h2 {
    font-size: 38px;
    line-height: 40px;
  }
  .domain-header .domain-search .search {
    width: 100%;
    max-width: 600px;
    padding-left: 100px;
  }
  .domain-header .domain-search .search span,
  .domain-header .domain-search .search input,
  .domain-header .domain-search .search button {
    height: 60px;
    display: block;
  }
  .domain-header .domain-search .search span {
    line-height: 55px;
    font-size: 26px;
    padding: 0 20px;
  }
  .domain-header .domain-search .search span::after {
    height: 6px;
    width: 6px;
    top: 55%;
    right: -3px;
  }
  .domain-header .domain-search .search input {
    margin-right: -30px;
    padding: 0 70px 0 30px;
    font-size: 24px;
  }
  .domain-header .domain-search .search button {
    border-radius: 30px;
    position: absolute;
    font-size: 20px;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 992px) {
  .domain-header {
    padding-top: 120px !important;
    padding-bottom: 80px !important;
  }
  .domain-header .domain-search .search span {
    left: 25px;
  }
  .domain-header .domain-search .search input {
    margin-right: -30px;
    padding: 0 70px 0 55px;
    font-size: 24px;
  }
  .domain-header .domain-search .search button {
    right: 25px;
  }
}
@media screen and (max-width: 600px) {
  .domain-header {
    padding-top: 120px !important;
    padding-bottom: 80px !important;
  }
  .domain-header .domain-search .header h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .domain-header .domain-search .search {
    padding-right: 25px;
  }
  .domain-header .domain-search .search span {
    font-size: 20px;
    padding: 0 15px;
  }
  .domain-header .domain-search .search span::after {
    height: 6px;
    width: 6px;
    top: 50%;
    right: -4px;
  }
  .domain-header .domain-search .search input {
    margin-right: 0px;
    padding: 0 20px 0 25px;
    font-size: 24px;
    font-size: 20px;
  }
  .domain-header .domain-search .search button {
    right: 50%;
    -webkit-transform: translateX(50%) translateY(150%);
            transform: translateX(50%) translateY(150%);
    padding: 0 80px;
    font-size: 15px;
  }
}

.domain-header + .beam {
  padding-top: 140px;
}
@media screen and (max-width: 992px) {
  .domain-header + .beam {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 600px) {
  .domain-header + .beam {
    padding-top: 170px !important;
  }
}

.domain-results {
  background-color: white;
}
.domain-results .panel {
  border: 2px solid;
  box-shadow: 0 10px 20px rgba(59, 67, 72, 0.05);
  border-radius: 0;
  padding: 0 40px;
  margin: 0;
  overflow: hidden;
  margin-bottom: 70px;
}
.domain-results .panel .panel-header,
.domain-results .panel .panel-body {
  display: block;
  padding: 0;
  margin: 0;
}
.domain-results .panel .panel-header {
  line-height: 130px;
  font-size: 28px;
  font-weight: 900;
  float: left;
  width: 40%;
}
.domain-results .panel .panel-body {
  float: right;
  width: 60%;
  text-align: right;
}
.domain-results .panel .panel-body .btn {
  line-height: 26px;
  padding: 12px 24px;
  border-radius: 28px;
}
.domain-results .panel .panel-body .btn img {
  position: relative;
  top: -2px;
  padding-right: 10px;
}
.domain-results .panel .panel-body .info {
  line-height: 20px;
  padding-top: 58px;
  padding-bottom: 52px;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: right;
  display: block;
  float: right;
}
.domain-results .panel .panel-body .info span {
  display: inline;
}
.domain-results .panel .panel-body .info img {
  padding-left: 10px;
}
.domain-results .panel .panel-body .action {
  display: block;
  float: right;
  border-left: 2px solid;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 40px;
  padding-left: 40px;
}
.domain-results .panel .panel-body .action .pricing,
.domain-results .panel .panel-body .action .button {
  display: block;
  float: right;
}
.domain-results .panel .panel-body .action .pricing {
  height: 100px;
  padding: 25px 40px 25px 0;
}
.domain-results .panel .panel-body .action .pricing .price-info {
  height: 20px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.domain-results .panel .panel-body .action .pricing .price-info img {
  position: relative;
  top: -1px;
  padding-right: 5px;
}
.domain-results .panel .panel-body .action .pricing .price {
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: #afb9c2;
  font-weight: 400;
}
.domain-results .panel .panel-body .action .pricing .price b {
  color: #3b4348;
}
.domain-results .panel .panel-body .action .pricing .price-info + .price {
  height: 30px;
  line-height: 30px;
}
.domain-results .panel .panel-body .action .button {
  height: 100px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.domain-results .panel-success {
  background-color: #fbfffb;
  border-color: #b4f4ba;
}
.domain-results .panel-success .panel-header {
  color: #ff8734;
}
.domain-results .panel-success .panel-body {
  color: #49d657;
  border-color: #b4f4ba;
}
.domain-results .panel-success .panel-body .action {
  border-color: #b4f4ba;
}
.domain-results .panel-danger {
  background-color: snow;
  border-color: #ffbcbc;
}
.domain-results .panel-danger .panel-header {
  color: #fe5d5e;
}
.domain-results .panel-danger .panel-body {
  color: #fe5d5e;
}
.domain-results .panel-danger .panel-body .info {
  width: 100%;
  line-height: 52px;
  padding-top: 42px;
  padding-bottom: 41px;
}
.domain-results .panel-info {
  background-color: #f8feff;
  border-color: #7ee5ff;
}
.domain-results .panel-info .panel-header {
  color: #00bae8;
}
.domain-results .panel-info .panel-body {
  color: #00bae8;
  border-color: #7ee5ff;
}
.domain-results .panel-info .panel-body .action {
  border-color: #7ee5ff;
}
@media screen and (max-width: 1420px) {
  .domain-results .panel .panel-header {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .domain-results .panel {
    min-height: 160px;
  }
  .domain-results .panel .panel-header {
    float: none;
    width: 100%;
  }
  .domain-results .panel .panel-body {
    float: none;
    width: 100%;
    text-align: right;
    position: relative;
  }
  .domain-results .panel .panel-body .action {
    border-left: 0;
    border-top: 2px solid;
    width: 100%;
    padding-left: 0;
  }
  .domain-results .panel .panel-body .info {
    position: absolute;
    top: -25px;
    left: 0;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .domain-results .panel .panel-body .only-info {
    position: relative;
    text-align: left;
    display: block;
    float: none;
    padding-bottom: 25px;
  }
  .domain-results .panel-danger {
    background-color: snow;
    border-color: #ffbcbc;
  }
  .domain-results .panel-danger .panel-header {
    color: #fe5d5e;
  }
  .domain-results .panel-danger .panel-body {
    color: #fe5d5e;
  }
  .domain-results .panel-danger .panel-body .info {
    width: 100%;
    line-height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
  }
  .domain-results .panel-danger .panel-body .info img {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .domain-results .panel .panel-header {
    font-size: 18px;
    word-wrap: break-word;
    line-height: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 550px) {
  .domain-results .panel .panel-body .info {
    line-height: 20px;
  }
  .domain-results .panel .panel-body .action {
    margin-bottom: 80px;
    margin-top: 5px;
    min-height: 30px;
  }
  .domain-results .panel .panel-body .action .pricing {
    padding-right: 0;
    padding-top: 10px;
  }
  .domain-results .panel .panel-body .action .pricing .price {
    font-size: 20px;
    height: auto;
    padding-top: 15px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .domain-results .panel .panel-body .action .pricing .price-info {
    height: auto;
    line-height: 15px;
    padding-top: 5px;
  }
  .domain-results .panel .panel-body .action .pricing .price-info + .price {
    padding-top: 5px;
  }
  .domain-results .panel .panel-body .action .button {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.domain-results-table thead tr th {
  border: 0;
  padding-bottom: 25px;
}
.domain-results-table thead tr th h3 {
  color: #3b4348;
  font-size: 36px;
  font-weight: 300;
  line-height: 49px;
}
.domain-results-table tbody tr:nth-of-type(even) td {
  background-color: #fafcfd;
}
.domain-results-table tbody tr {
  color: #3b4348;
  font-size: 17px;
}
.domain-results-table tbody tr td:first-child {
  border-left: 2px solid #e8eef4;
  padding-left: 20px;
  text-align: left;
}
.domain-results-table tbody tr td:last-child {
  border-right: 2px solid #e8eef4;
  padding-right: 20px;
}
.domain-results-table tbody tr td {
  background-color: #fffdfd;
  border-top: 2px solid #e8eef4;
  border-bottom: 2px solid #e8eef4;
  height: 60px;
  vertical-align: middle;
  text-align: right;
}
.domain-results-table tbody tr td .btn {
  height: 30px;
  border-radius: 30px;
  line-height: 20px;
  padding-top: 3px;
  padding-bottom: 5px;
}
.domain-results-table tbody tr td .btn img {
  width: 23px;
  height: auto;
  position: relative;
  top: -2px;
}
.domain-results-table tbody tr .domain-price div {
  border-left: 2px solid #e8eef4;
  display: inline-block;
  line-height: 20px;
  color: #98a2ab;
  font-size: 17px;
  font-weight: 400;
  padding: 10px 0 10px 20px;
}
.domain-results-table tbody tr .domain-price div span {
  color: #3b4348;
}
.domain-results-table tbody tr .domain-info {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.domain-results-table tbody tr .domain-name b {
  font-weight: 900;
}
.domain-results-table tbody .domain-transfer .domain-info {
  color: #00bae8;
}
.domain-results-table tbody .domain-available {
  color: #828a91;
}
.domain-results-table tbody .domain-available .domain-info {
  color: #fe5d5e;
}
.domain-results-table tbody .domain-in-cart .domain-info {
  color: #49d657;
}
@media screen and (max-width: 700px) {
  .domain-results-table tbody {
    display: block;
  }
  .domain-results-table tbody tr:nth-of-type(even) {
    background-color: #fafcfd;
  }
  .domain-results-table tbody tr:nth-of-type(even) td {
    background-color: transparent;
  }
  .domain-results-table tbody tr:first-child {
    border-top: 2px solid #e8eef4;
  }
  .domain-results-table tbody tr {
    color: #3b4348;
    font-size: 17px;
  }
  .domain-results-table tbody tr td:first-child {
    border-left: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .domain-results-table tbody tr td:last-child {
    border-right: 0px;
    padding-right: 0px;
  }
  .domain-results-table tbody tr {
    padding: 20px;
    border-bottom: 2px solid #e8eef4;
    border-left: 2px solid #e8eef4;
    border-right: 2px solid #e8eef4;
    display: block;
    text-align: right;
    width: 100%;
  }
  .domain-results-table tbody tr .domain-name {
    word-wrap: break-word;
    display: block;
    text-align: left;
    position: relative;
    margin-bottom: 10px;
    height: auto;
    overflow: hidden;
  }
  .domain-results-table tbody tr .domain-name::after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 2px;
    width: 100%;
    background-color: #e8eef4;
  }
  .domain-results-table tbody tr .domain-price {
    padding-top: 25px;
  }
  .domain-results-table tbody tr .domain-price div {
    border-left: 0px;
    padding-left: 0px;
  }
  .domain-results-table tbody tr .domain-button {
    padding-right: 0px;
    padding-top: 25px;
  }
  .domain-results-table tbody tr td {
    width: 100%;
    border: 0px;
    background-color: none;
    display: inline;
    background-color: transparent;
  }
  .domain-results-table tbody .domain-transfer {
    position: relative;
    background-color: #f8feff;
  }
  .domain-results-table tbody .domain-transfer .domain-name {
    padding-bottom: 40px;
  }
  .domain-results-table tbody .domain-transfer .domain-info {
    position: absolute;
    background-color: transparent;
    top: 50px;
    left: 20px;
    z-index: 2;
    display: inline-block;
    height: auto;
    padding: 0;
    text-align: left;
  }
  .domain-results-table tbody .domain-available,
  .domain-results-table tbody .domain-in-cart {
    padding-bottom: 10px;
    position: relative;
  }
  .domain-results-table tbody .domain-available .domain-name,
  .domain-results-table tbody .domain-in-cart .domain-name {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .domain-results-table tbody .domain-available .domain-name::after,
  .domain-results-table tbody .domain-in-cart .domain-name::after {
    display: none;
  }
  .domain-results-table tbody .domain-available .domain-info,
  .domain-results-table tbody .domain-in-cart .domain-info {
    position: absolute;
    background-color: transparent;
    top: 50px;
    left: 20px;
    z-index: 2;
    display: inline-block;
    height: auto;
    padding: 0;
    text-align: left;
  }
  .domain-results-table tbody .domain-avaliable {
    background-color: snow;
  }
}
@media screen and (max-width: 450px) {
  .domain-results-table tbody tr .domain-name {
    font-size: 15px;
  }
}

.domain-pricing {
  background-color: white;
}
.domain-pricing .beam-section-header {
  padding-bottom: 47px;
}
.domain-pricing .beam-section-header h3 {
  font-size: 36px;
  margin-top: 0px;
  line-height: 40px;
  font-weight: 400;
}
.domain-pricing .domain-list {
  margin-bottom: 60px;
}
.domain-pricing footer p, .domain-pricing footer span {
  color: #3b4348;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}
.domain-pricing footer p {
  padding-bottom: 30px;
}
.domain-pricing footer span {
  display: inline-block;
  position: relative;
  top: 3px;
  margin-top: 20px;
}
.domain-pricing footer .btn {
  margin-right: 15px;
}

.domain-pricing-list {
  list-style: none;
  padding: 0;
  background-color: white;
}
.domain-pricing-list li {
  padding: 15px 30px;
  overflow: hidden;
  display: table;
  border: 2px solid #e8eef4;
  margin-bottom: 30px;
  width: 100%;
}
.domain-pricing-list li p {
  padding: 0;
  margin: 0;
}
.domain-pricing-list li .domain-box {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
  position: relative;
  padding-right: 30px;
  width: 55%;
}
.domain-pricing-list li .domain-box .domain-name {
  color: #ff8734;
  font-size: 34px;
  font-weight: 900;
  line-height: 55px;
  padding-right: 30px;
  display: inline-block;
}
.domain-pricing-list li .domain-box .domain-name span {
  color: #afb9c2;
  font-weight: 400;
}
.domain-pricing-list li .domain-box .domain-info {
  display: inline-block;
}
.domain-pricing-list li .domain-box .domain-info p {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #3b4348;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.domain-pricing-list li .price-box {
  display: table-cell;
  text-align: right;
  position: relative;
  vertical-align: middle;
  height: inherit;
  width: 45%;
}
.domain-pricing-list li .price-box .prices {
  display: block;
  float: right;
  font-weight: 400;
  color: #98a2ab;
  border-left: 2px solid #e8eef4;
  padding-left: 30px;
}
.domain-pricing-list li .price-box .prices span {
  color: #3b4348;
  display: inline-block;
}
.domain-pricing-list li .price-box .prices .main-price {
  text-align: right;
  font-size: 24px;
  line-height: 55px;
  float: right;
  clear: both;
}
.domain-pricing-list li .price-box .prices .promo-price {
  text-align: right;
  float: right;
  clear: both;
}
.domain-pricing-list li .price-box .prices .promo-price .price-content {
  font-size: 24px;
  padding-bottom: 10px;
  float: right;
  clear: both;
}
.domain-pricing-list li .price-box .prices .promo-price .price-content span {
  color: #49d657;
  font-weight: 800;
}
.domain-pricing-list li .price-box .prices .promo-price .price-info {
  float: right;
  clear: both;
  display: inline;
}
.domain-pricing-list li .price-box .prices .promo-price .price-info p {
  color: #49d657;
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 10px;
  font-weight: 900;
  text-transform: uppercase;
  float: right;
}
.domain-pricing-list li .price-box .prices .promo-price + .main-price {
  line-height: 24px;
  position: relative;
  text-decoration: line-through;
}
.domain-pricing-list li .price-box .prices .promo-price + .main-price span {
  position: relative;
}
.domain-pricing-list li .price-box .prices .promo-price + .main-price span::after {
  content: " ";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #3b4348;
  z-index: 2;
  top: 50%;
}
.domain-pricing-list li .price-box .prices .promo-price + .main-price::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #98a2ab;
  top: 50%;
}
@media screen and (max-width: 670px) {
  .domain-pricing-list li .domain-box {
    border-right: 2px solid #e8eef4;
  }
  .domain-pricing-list li .domain-box .domain-name {
    color: #ff8734;
    font-size: 28px;
    font-weight: 900;
    line-height: 40px;
    padding-right: 10px;
    display: inline-block;
  }
  .domain-pricing-list li .domain-box .domain-info {
    display: block;
  }
  .domain-pricing-list li .domain-box .domain-info p {
    display: block;
    position: relative;
    top: 0%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    color: #3b4348;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }
  .domain-pricing-list li .price-box .prices {
    width: 100%;
    border-left: 0px;
  }
  .domain-pricing-list li .price-box .prices .main-price {
    text-align: right;
    font-size: 20px;
    line-height: 26px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .domain-pricing-list li .price-box .prices .promo-price {
    text-align: right;
  }
  .domain-pricing-list li .price-box .prices .promo-price .price-content {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .domain-pricing-list li .price-box .prices .promo-price .price-info p {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 10px;
    font-weight: 900;
    text-transform: uppercase;
  }
  .domain-pricing-list li .price-box .prices .promo-price + .main-price {
    line-height: 24px;
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media screen and (max-width: 430px) {
  .domain-pricing-list li {
    padding: 15px;
  }
  .domain-pricing-list li .domain-box {
    width: 45%;
  }
  .domain-pricing-list li .domain-box .domain-name {
    color: #ff8734;
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;
    padding-right: 10px;
    display: inline-block;
  }
  .domain-pricing-list li .domain-box .domain-info {
    display: block;
  }
  .domain-pricing-list li .domain-box .domain-info p {
    display: block;
    position: relative;
    top: 0%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    color: #3b4348;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }
  .domain-pricing-list li .price-box {
    width: 55%;
  }
  .domain-pricing-list li .price-box .prices {
    position: relative;
  }
  .domain-pricing-list li .price-box .prices .main-price {
    text-align: right;
    font-size: 18px;
    line-height: 26px;
  }
  .domain-pricing-list li .price-box .prices .promo-price {
    text-align: right;
  }
  .domain-pricing-list li .price-box .prices .promo-price .price-content {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .domain-pricing-list li .price-box .prices .promo-price .price-info p {
    font-size: 10px;
    line-height: 14px;
    padding-bottom: 10px;
    font-weight: 900;
    text-transform: uppercase;
  }
  .domain-pricing-list li .price-box .prices .promo-price + .main-price {
    line-height: 24px;
  }
}

.domain-pricing-small-list li .domain-box {
  width: 70%;
}
.domain-pricing-small-list li .domain-box .domain-name {
  font-size: 24px;
  line-height: 40px;
}
.domain-pricing-small-list li .price-box {
  width: 30%;
}
.domain-pricing-small-list li .price-box .prices .main-price {
  line-height: 40px;
  font-size: 18px;
}
.domain-pricing-small-list li .price-box .prices .promo-price .price-content {
  font-size: 18px;
}
@media screen and (max-width: 670px) {
  .domain-pricing-small-list li .domain-box {
    width: 55%;
  }
  .domain-pricing-small-list li .domain-box .domain-name {
    font-size: 20px;
  }
  .domain-pricing-small-list li .price-box {
    width: 45%;
  }
}
@media screen and (max-width: 430px) {
  .domain-pricing-small-list li .domain-box {
    width: 45%;
  }
  .domain-pricing-small-list li .price-box {
    width: 55%;
  }
}

.order-header {
  background-image: url("../gfx/img/backgrounds/bg-kamyczki.svg");
  background-position: bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding-top: 150px !important;
  padding-bottom: 220px;
  background-size: 100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-header .beam-section-header {
  padding-bottom: 100px;
}
.order-header .order-table-container {
  width: 100%;
  position: relative;
  display: table;
}
.order-header .order-table-container .border-points div {
  background-color: #afb9c2;
}
.order-header .order-table-container .order-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: table-cell;
}
.order-header .order-table-container .order-list li:first-child {
  border-top: 2px solid #d4dde5;
}
.order-header .order-table-container .order-list li {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border-right: 2px solid #d4dde5;
  border-bottom: 2px solid #d4dde5;
  border-left: 2px solid #d4dde5;
  padding: 35px;
  background-color: white;
}
.order-header .order-table-container .order-list li .li-content {
  display: table;
}
.order-header .order-table-container .order-list li .li-content p, .order-header .order-table-container .order-list li .li-content span {
  margin: 0;
  padding: 0;
}
.order-header .order-table-container .order-list li .li-content .border-points div:nth-of-type(1) {
  left: -1px;
  top: -3px;
}
.order-header .order-table-container .order-list li .li-content .border-points div:nth-of-type(2) {
  right: -1px;
  top: -3px;
}
.order-header .order-table-container .order-list li .li-content .border-points div:nth-of-type(3) {
  left: -1px;
  bottom: -1px;
}
.order-header .order-table-container .order-list li .li-content .border-points div:nth-of-type(4) {
  right: -1px;
  bottom: -1px;
}
.order-header .order-table-container .order-list li .li-content .product-box {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-right: 10px;
}
.order-header .order-table-container .order-list li .li-content .product-box .product-label {
  color: #afb9c2;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
.order-header .order-table-container .order-list li .li-content .product-box .product-name {
  color: #3b4348;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -1.12px;
  line-height: 49px;
  word-wrap: break-word;
  width: 100%;
}
.order-header .order-table-container .order-list li .li-content .product-box .product-name span {
  color: #afb9c2;
}
.order-header .order-table-container .order-list li .li-content .product-box .product-add-info {
  color: #49d657;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.47px;
  line-height: 20px;
  text-transform: uppercase;
  padding-top: 10px;
}
.order-header .order-table-container .order-list li .li-content .product-box .product-add-info span {
  color: #828a91;
  font-weight: 400;
}
.order-header .order-table-container .order-list li .li-content .product-box .product-add-info span b {
  color: #3b4348;
  font-weight: 800;
}
.order-header .order-table-container .order-list li .li-content .price-box {
  display: table-cell;
  vertical-align: middle;
  min-width: 300px;
  height: 93px;
  padding-left: 30px;
  border-left: 2px solid #d4dde5;
}
.order-header .order-table-container .order-list li .li-content .price-box .price-content {
  clear: both;
}
.order-header .order-table-container .order-list li .li-content .price-box .price-content .price {
  float: left;
  color: #3b4348;
  font-size: 30px;
  font-weight: 300;
  line-height: 42px;
}
.order-header .order-table-container .order-list li .li-content .price-box .price-content .info {
  float: left;
  height: 42px;
  padding: 7px 10px;
}
.order-header .order-table-container .order-list li .li-content .price-box .price-content .info span {
  display: block;
  color: #828a91;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-transform: uppercase;
}
.order-header .order-table-container .order-list li .li-content .price-box .price-add-info {
  clear: both;
  display: block;
  padding-top: 20px;
  font-size: 12px;
  font-weight: 900;
  line-height: 16px;
  color: #3b4348;
}
.order-header .order-table-container .order-list li .li-content .price-box .price-add-info span {
  color: #ff8734;
}
.order-header .order-table-container .order-list li .li-content .price-box .price-add-info img {
  position: relative;
  top: -2px;
}
.order-header .order-table-container .order-list li .li-content .price-box .btn {
  position: absolute;
  top: 20px;
  right: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
.order-header .order-table-container .order-list .product-expanded {
  padding: 60px 35px 60px 80px;
}
.order-header .order-table-container .order-list .domain-expanded,
.order-header .order-table-container .order-list .hosting-expanded {
  padding: 60px 35px 60px 80px;
}
.order-header .order-table-container .order-list .domain-expanded::before {
  content: url("../gfx/icons/order-domain.svg");
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.order-header .order-table-container .order-list .hosting-expanded::before {
  content: url("../gfx/icons/order-hosting.svg");
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.order-header .order-table-container .order-sum {
  display: table-cell;
  position: relative;
  width: 330px;
  min-width: 330px;
}
.order-header .order-table-container .order-sum .order-sum-nail {
  position: absolute;
  width: 330px;
  top: 0;
  left: 0;
}
.order-header .order-table-container .order-sum .order-sum-nail .order-sum-content {
  position: relative;
  padding: 60px;
  border: 2px solid #d4dde5;
  margin-left: -2px;
  background-color: #fafcfd;
}
.order-header .order-table-container .order-sum .order-sum-nail .order-sum-content .pay-box {
  border-top: 2px solid #d4dde5;
  padding-top: 30px;
  padding-bottom: 30px;
}
.order-header .order-table-container .order-sum .order-sum-nail .order-sum-content .pay-box p, .order-header .order-table-container .order-sum .order-sum-nail .order-sum-content .pay-box span {
  margin: 0;
  padding: 0;
}
.order-header .order-table-container .order-sum .order-sum-nail .order-sum-content .pay-box .pay-info {
  color: #98a2ab;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}
.order-header .order-table-container .order-sum .order-sum-nail .order-sum-content .pay-box .pay-info u::after {
  bottom: -5px;
}
.order-header .order-table-container .order-sum .order-sum-nail .order-sum-content .pay-box .pay-sum {
  padding-top: 15px;
}
.order-header .order-table-container .order-sum .order-sum-nail .order-sum-content .pay-box .pay-sum .netto {
  color: #3b4348;
  font-size: 26px;
  font-weight: 900;
  line-height: 44px;
}
.order-header .order-table-container .order-sum .order-sum-nail .order-sum-content .pay-box .pay-sum .netto span {
  display: block;
  float: right;
  font-weight: 300;
  color: #afb9c2;
  width: 75px;
  text-align: left;
}
.order-header .order-table-container .order-sum .order-sum-nail .order-sum-content .pay-box .pay-sum .brutto {
  color: #afb9c2;
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  padding-top: 5px;
}
.order-header .order-table-container .order-sum .order-sum-nail .order-sum-content .pay-box .pay-sum .brutto span {
  display: inline-block;
  float: right;
  font-weight: 300;
  width: 75px;
  text-align: left;
}
.order-header .order-table-container .order-sum .order-sum-nail .order-sum-content .pay-box:first-child {
  border-top: 0px;
  padding-top: 0px;
  padding-bottom: 30px;
}
.order-header .order-table-container .order-sum .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateY(50%) translateX(-50%);
          transform: translateY(50%) translateX(-50%);
}
.order-header .promo-code {
  clear: both;
  display: block;
  padding-top: 45px;
}
.order-header .promo-code input {
  width: 250px;
  border-radius: 0px;
}
.order-header .promo-code span {
  float: left;
  padding-left: 20px;
}
.order-header .promo-code span .btn {
  border-radius: 23px;
  border: 2px solid #ffab67;
  color: #ff8734;
  background-color: white;
}
.order-header .promo-code span .btn:hover {
  border-radius: 23px;
  border: 2px solid #ffb981;
  color: #ff964e;
  background-color: white;
}
@media screen and (max-width: 1420px) {
  .order-header .order-table-container .order-list li .li-content .product-box .product-name {
    font-size: 26px;
    line-height: 36px;
  }
  .order-header .order-table-container .order-list li .li-content .price-box {
    min-width: 220px;
  }
}
@media screen and (max-width: 1200px) {
  .order-header .order-table-container {
    padding-left: 0px;
  }
  .order-header .order-table-container .order-list li .li-content .product-box .product-label {
    font-size: 14px;
    line-height: 20px;
  }
  .order-header .order-table-container .order-list li .li-content .product-box .product-name {
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
  }
  .order-header .order-table-container .order-list li .li-content .product-box .product-add-info {
    font-size: 12px;
    line-height: 20px;
    padding-top: 10px;
  }
  .order-header .order-table-container .order-list li .li-content .product-box .product-add-info img {
    height: 20px;
  }
  .order-header .order-table-container .order-list li .li-content .price-box {
    min-width: 220px;
  }
  .order-header .order-table-container .order-list .product-expanded {
    padding: 60px 35px 60px 35px;
  }
  .order-header .order-table-container .order-list .domain-expanded,
  .order-header .order-table-container .order-list .hosting-expanded {
    padding: 60px 35px 60px 35px;
  }
  .order-header .order-table-container .order-list .domain-expanded::before,
  .order-header .order-table-container .order-list .hosting-expanded::before,
  .order-header .order-table-container .order-list .product-expanded::before {
    display: none;
  }
  .order-header .promo-code {
    padding-left: 0px;
  }
}
@media screen and (max-width: 992px) {
  .order-header .beam-section-header {
    padding-bottom: 40px;
  }
  .order-header .order-table-container {
    display: block;
  }
  .order-header .order-table-container .order-list {
    width: 100%;
    display: block;
  }
  .order-header .order-table-container .order-sum {
    width: 100%;
    display: block;
    min-width: auto;
    margin-bottom: 0px;
  }
  .order-header .order-table-container .order-sum .order-sum-nail {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
  }
  .order-header .order-table-container .order-sum .order-sum-nail .order-sum-content {
    border-top: 0;
    border-left: 2px solid #d4dde5;
    padding: 30px;
    margin-left: 0px;
  }
  .order-header .order-table-container .order-sum .order-sum-nail .btn {
    bottom: -87px;
    right: 0;
    left: auto;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .order-header .promo-code {
    padding-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .order-header {
    background-position: -900px 0px;
  }
  .order-header .order-table-container .order-list li {
    padding: 30px 30px 20px 30px;
  }
  .order-header .order-table-container .order-list li .li-content {
    display: block;
  }
  .order-header .order-table-container .order-list li .li-content .product-box {
    display: block;
    width: 100%;
    padding-bottom: 20px;
  }
  .order-header .order-table-container .order-list li .li-content .product-box .product-label {
    font-size: 14px;
    line-height: 20px;
  }
  .order-header .order-table-container .order-list li .li-content .product-box .product-name {
    font-size: 24px;
    line-height: 33px;
    font-weight: 300;
    word-wrap: break-word;
  }
  .order-header .order-table-container .order-list li .li-content .product-box .product-add-info {
    font-size: 12px;
    line-height: 20px;
    padding-top: 10px;
  }
  .order-header .order-table-container .order-list li .li-content .price-box {
    display: block;
    width: 100%;
    min-width: auto;
    height: auto;
    padding-left: 0px;
    padding-top: 20px;
    border-left: 0;
    border-top: 2px solid #d4dde5;
    text-align: right;
    padding-left: 65px;
  }
  .order-header .order-table-container .order-list li .li-content .price-box .price-content {
    clear: both;
    overflow: hidden;
    display: inline-block;
  }
  .order-header .order-table-container .order-list li .li-content .price-box .price-content .info {
    padding: 7px 0px 7px 10px;
  }
  .order-header .order-table-container .order-list li .li-content .price-box .price-add-info {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .order-header .order-table-container .order-list li .li-content .price-box .btn {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 30px;
    left: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .order-header .order-table-container .order-list .product-expanded {
    padding: 30px 30px 20px 30px;
  }
  .order-header .order-table-container .order-list .domain-expanded,
  .order-header .order-table-container .order-list .hosting-expanded {
    padding: 30px 30px 20px 30px;
  }
}
@media screen and (max-width: 700px) {
  .order-header .order-table-container .order-sum .order-sum-nail .btn {
    bottom: -150px;
    left: 50%;
    -webkit-transform: translateY(50%) translateX(-50%);
            transform: translateY(50%) translateX(-50%);
  }
  .order-header .promo-code {
    position: relative;
    width: 100%;
    min-width: 100%;
  }
  .order-header .promo-code .input-group {
    display: block;
    width: 100%;
  }
  .order-header .promo-code .input-group input {
    width: 100%;
    min-width: 100%;
    z-index: 0;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
    padding-right: 140px;
  }
  .order-header .promo-code .input-group input:focus,
  .order-header .promo-code .input-group input:active {
    z-index: 0;
  }
  .order-header .promo-code .input-group span {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .order-header .promo-code .input-group span .btn {
    position: relative;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    z-index: 1;
  }
}
@media screen and (max-width: 400px) {
  .order-header .order-table-container .order-sum .order-sum-nail .order-sum-content .pay-box .pay-sum .netto {
    font-size: 26px;
  }
}

.contact-header .beam-section-header {
  padding-bottom: 100px;
  position: relative;
}
.contact-header .beam-section-header h2 {
  color: #3b4348;
  font-size: 72px;
  line-height: 90px;
}
.contact-header .beam-section-header .img-box {
  position: absolute;
  display: inline-block;
  top: -50px;
  right: 0;
  overflow: hidden;
  border-right: 2px solid #e0e7ee;
}
.contact-header .beam-section-header .img-box img {
  position: relative;
  right: -50px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.contact-header .contact-sections {
  display: table;
}
.contact-header .contact-sections section {
  display: table-cell;
  float: none;
  border-left: 2px solid #e0e7ee;
  width: 33.33%;
  padding: 0 35px;
  color: #3b4348;
}
.contact-header .contact-sections section h3 {
  font-size: 36px;
  font-weight: 300;
  line-height: 49px;
  padding-top: 0;
  margin-top: 0;
}
.contact-header .contact-sections section p {
  margin-top: 30px;
}
.contact-header .contact-sections .company-data p:nth-of-type(1) {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.53px;
  line-height: 34px;
}
.contact-header .contact-sections .company-data p:nth-of-type(2) span {
  color: #828a91;
}
.contact-header .contact-sections .company-data p:nth-of-type(3) {
  color: #afb9c2;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.contact-header .contact-sections .company-cs p:nth-of-type(1),
.contact-header .contact-sections .company-cs p:nth-of-type(2) {
  color: #3b4348;
  font-size: 28px;
  line-height: 26px;
  font-weight: 300;
}
.contact-header .contact-sections .company-cs p:nth-of-type(4) {
  margin-top: 10px;
}
.contact-header .contact-sections .company-payments .btn {
  margin-top: 15px;
}
@media screen and (max-width: 1200px) {
  .contact-header .contact-sections {
    display: block;
  }
  .contact-header .contact-sections section {
    display: block;
    width: 50%;
    float: left;
  }
  .contact-header .contact-sections section:last-child {
    margin-top: 50px;
    display: block;
    clear: both;
    width: 100%;
  }
}
@media screen and (max-width: 810px) {
  .contact-header .beam-section-header {
    padding-bottom: 0px;
  }
  .contact-header .beam-section-header h2 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 0px;
  }
  .contact-header .beam-section-header .img-box {
    display: none;
  }
  .contact-header .contact-sections {
    display: block;
  }
  .contact-header .contact-sections section {
    display: block;
    width: 100%;
    float: none;
    margin-top: 50px;
  }
}
@media screen and (max-width: 440px) {
  .contact-header .contact-sections .company-cs p:nth-of-type(1),
  .contact-header .contact-sections .company-cs p:nth-of-type(2) {
    font-size: 18px;
    line-height: 22px;
  }
}

.contact-formsection {
  background-color: #fafcfd;
}
.contact-formsection .beam-section-header {
  padding-bottom: 50px;
}
.contact-formsection .beam-section-header h2 {
  color: #828a91;
}
.contact-formsection form textarea {
  height: 120px;
}
.contact-formsection form .btn {
  padding-right: 70px;
  padding-left: 70px;
}
.contact-formsection form .chosen-container {
  margin-bottom: 40px;
}
.contact-formsection form .chosen-container .chosen-single {
  background: white;
  border: 2px solid #e8eef4;
  color: #828a91;
  font-size: 18px;
  font-weight: 300;
  line-height: 59px;
  border-radius: 0px;
  height: 63px;
  box-shadow: 0 0 0 transparent;
  padding: 0 30px;
  position: relative;
}
.contact-formsection form .chosen-container .chosen-single::after {
  content: url(../gfx/icons/icon-select.svg);
  display: block;
  position: absolute;
  right: 30px;
  top: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  transition: 0.25s;
}
.contact-formsection form .chosen-container .chosen-single:hover {
  opacity: 1;
}
.contact-formsection form .chosen-container .chosen-drop {
  background: white;
  border: 2px solid #e8eef4;
  border-top: 1px solid #e8eef4;
  color: #828a91;
  font-size: 18px;
  font-weight: 300;
  border-radius: 0px;
  box-shadow: 0 0 0 transparent;
  padding: 0;
  left: 0;
  height: 0px;
  overflow: hidden;
  opacity: 0;
}
.contact-formsection form .chosen-container .chosen-drop .chosen-results {
  margin: 0;
  padding: 0;
}
.contact-formsection form .chosen-container .chosen-drop .chosen-results li {
  color: #828a91;
  font-size: 18px;
  font-weight: 300;
  padding: 20px 30px;
}
.contact-formsection form .chosen-container .chosen-drop .chosen-results .highlighted, .contact-formsection form .chosen-container .chosen-drop .chosen-results .result-selected {
  background: #fafcfd;
}
.contact-formsection form .chosen-with-drop {
  outline: 0;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075), 0 4px 5px rgba(39, 49, 53, 0.14);
}
.contact-formsection form .chosen-with-drop .chosen-single::after {
  -webkit-transform: rotate(0deg) translateY(-4px);
          transform: rotate(0deg) translateY(-4px);
}
.contact-formsection form .chosen-with-drop .chosen-drop {
  outline: 0;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075), 0 4px 5px rgba(39, 49, 53, 0.14);
  opacity: 1;
  height: inherit;
  overflow: hidden;
}

#mapka {
  height: 700px;
  width: 100%;
  border-bottom: 2px solid #e0e7ee;
}

.gm-style-iw * {
  display: block;
  width: 100%;
}

.gm-style-iw h4, .gm-style-iw p {
  margin: 0;
  padding: 0;
}

.gm-style-iw a {
  color: #4272db;
}

.privacy-policy-section .company-contact {
  color: #3b4348;
  padding-top: 50px;
}
.privacy-policy-section .company-contact .contact-section {
  border-left: 2px solid #e0e7ee;
  padding: 0px 35px;
  padding-bottom: 20px;
}
.privacy-policy-section .company-contact .contact-section h3 {
  font-size: 36px;
  font-weight: 300;
  line-height: 49px;
  padding-top: 0;
  margin-top: 0;
}
.privacy-policy-section .company-contact .contact-section p {
  margin-top: 30px;
}
.privacy-policy-section .company-contact .contact-section .phone {
  color: #3b4348;
  font-size: 28px;
  line-height: 26px;
  font-weight: 300;
}
.privacy-policy-section .company-contact .contact-section .small-margin {
  margin-top: 10px;
}
.privacy-policy-section .company-contact .contact-section .btn {
  margin-top: 30px;
}
@media screen and (max-width: 440px) {
  .privacy-policy-section .company-contact .contact-section .phone {
    font-size: 18px;
    line-height: 22px;
  }
}

.login-page {
  background-image: url("../gfx/img/backgrounds/tlo_dpanel.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  width: 100%;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
}
.login-page .multi-login {
  box-shadow: 0 10px 20px rgba(59, 67, 72, 0.1);
}
.login-page .multi-login .border-points div {
  background-color: #afb9c2;
}
.login-page .form-side {
  background-color: white;
  border: 2px solid #e0e7ee;
  position: relative;
  text-align: center;
}
.login-page .content-side {
  background-color: #fafcfd;
  border: 2px solid #e0e7ee;
  border-right: 0;
}
.login-page .login-header,
.login-page .login-content,
.login-page .login-footer {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
.login-page .login-header-lg,
.login-page .login-content-lg,
.login-page .login-footer-lg {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 850px;
}
.login-page .login-header,
.login-page .login-header-lg {
  text-align: center;
  padding: 90px 25px;
}
.login-page .login-header img,
.login-page .login-header-lg img {
  max-width: 170px;
}
.login-page .login-header h2,
.login-page .login-header-lg h2 {
  color: #2d3338;
  font-size: 25px;
  font-weight: 300;
  line-height: 36px;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
.login-page .login-content,
.login-page .login-content-lg {
  padding: 0px 25px 70px 25px;
}
.login-page .login-footer,
.login-page .login-footer-lg {
  padding: 0px 25px 100px 25px;
}
.login-page .login-footer ul,
.login-page .login-footer-lg ul {
  list-style-image: none;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.login-page .login-footer ul li,
.login-page .login-footer-lg ul li {
  background: url("../gfx/icons/icon-check.svg") no-repeat 0px 0px;
  color: #273135;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  float: left;
  width: 50%;
}
.login-page .login-footer ul li:nth-of-type(odd),
.login-page .login-footer-lg ul li:nth-of-type(odd) {
  padding-right: 10px;
}
.login-page .login-footer-lg {
  text-align: center;
}
.login-page .login-footer-lg span {
  color: #98a2ab;
  font-size: 15px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
}
.login-page .login-footer-lg span,
.login-page .login-footer-lg img {
  padding-right: 30px;
}
.login-page .login-footer-lg img:last-child {
  padding-right: 0px;
}
.login-page .dForm .input-line {
  padding-top: 10px;
}
.login-page .dForm .input-line .form-group label {
  padding-left: 0;
  color: #afb9c2;
  font-size: 14px;
  font-weight: 400;
}
.login-page .dForm .input-line .form-group input {
  margin-bottom: 40px;
  padding: 0 0 0 20px;
  height: 60px;
  background-color: #fafcfd;
  color: #4a545b;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
  transition: 0.25s;
}
.login-page .dForm .input-line .form-group input:focus {
  background-color: white;
}
.login-page .dForm .input-line .form-group .value-in {
  background-color: white !important;
}
.login-page .dForm .input-line .form-group-sm input {
  margin-bottom: 40px;
  padding: 0 0 0 20px;
  height: 50px !important;
  background-color: #fafcfd;
  color: #4a545b;
  font-size: 18px;
  line-height: 46px;
  font-weight: 300;
  transition: 0.25s;
}
.login-page .dForm .input-line .form-group:last-child input {
  margin-bottom: 32px;
}
.login-page .dForm .input-line .input-add {
  position: absolute;
  color: #4a545b;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.login-page .dForm .input-line .input-add + input {
  padding-right: 150px !important;
}
.login-page .dForm .input-line .user-icon,
.login-page .dForm .input-line .pass-icon,
.login-page .dForm .input-line .email-icon {
  position: relative;
}
.login-page .dForm .input-line .user-icon input,
.login-page .dForm .input-line .pass-icon input,
.login-page .dForm .input-line .email-icon input {
  padding-right: 50px;
}
.login-page .dForm .input-line .user-icon::after,
.login-page .dForm .input-line .user-icon::before,
.login-page .dForm .input-line .pass-icon::after,
.login-page .dForm .input-line .pass-icon::before,
.login-page .dForm .input-line .email-icon::after,
.login-page .dForm .input-line .email-icon::before {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  z-index: 2;
  transition: 0.25s;
}
.login-page .dForm .input-line .user-icon::after,
.login-page .dForm .input-line .user-icon::before {
  height: 24px;
}
.login-page .dForm .input-line .user-icon::before {
  content: url(../gfx/icons/login-user.svg);
  opacity: 0.4;
}
.login-page .dForm .input-line .user-icon::after {
  content: url(../gfx/icons/login-user-error.svg);
  opacity: 0;
}
.login-page .dForm .input-line .pass-icon::after,
.login-page .dForm .input-line .pass-icon::before {
  height: 24px;
}
.login-page .dForm .input-line .pass-icon::before {
  content: url(../gfx/icons/login-pass.svg);
  opacity: 0.4;
}
.login-page .dForm .input-line .pass-icon::after {
  content: url(../gfx/icons/login-pass-error.svg);
  opacity: 0;
}
.login-page .dForm .input-line .email-icon::after,
.login-page .dForm .input-line .email-icon::before {
  height: 21px;
}
.login-page .dForm .input-line .email-icon::before {
  content: url(../gfx/icons/login-email.svg);
  opacity: 0.4;
}
.login-page .dForm .input-line .email-icon::after {
  content: url(../gfx/icons/login-email-error.svg);
  opacity: 0;
}
.login-page .dForm .input-line .has-error::after {
  opacity: 1;
}
.login-page .dForm .input-line .focus::before {
  opacity: 1 !important;
}
.login-page .dForm .action-line {
  text-align: center;
}
.login-page .dForm .action-line .btn {
  padding-left: 32px;
  padding-right: 32px;
}
.login-page .dForm .action-line p {
  padding: 0;
  margin: 0;
  margin-top: 10px;
  font-size: 14px;
  color: #3b4348;
  font-weight: 400;
}
.login-page .dForm .action-line p a {
  font-weight: 800;
  text-shadow: none;
}
.login-page .dForm .action-line p:nth-of-type(1) {
  margin-top: 20px !important;
}
.login-page .nav-register-tabs {
  display: inline-block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 40px;
  background-color: #f2f6fa;
  border: 2px solid #e0e7ee;
  border-radius: 25px;
  overflow: hidden;
}
.login-page .nav-register-tabs ul {
  display: block;
  z-index: 3;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.login-page .nav-register-tabs ul li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  height: 36px;
  border-right: 2px solid #e0e7ee;
}
.login-page .nav-register-tabs ul li a {
  display: block;
  padding: 10px 25px;
  color: #98a2ab;
  font-size: 15px;
  font-weight: 800;
  line-height: 16px;
  text-transform: uppercase;
}
.login-page .nav-register-tabs ul li:nth-of-type(1) a {
  padding: 10px 15px 10px 20px;
}
.login-page .nav-register-tabs ul li:nth-of-type(2) a {
  padding: 10px 20px 10px 15px;
}
.login-page .nav-register-tabs ul li:last-child {
  border-right: 0px solid #e0e7ee;
}
.login-page .nav-register-tabs ul .active a {
  background-color: #fff;
  color: #fc7500;
}
.login-page .login-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.login-page .login-box .login-form h2 {
  color: #3b4348;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  margin: 0;
  padding-bottom: 30px;
}
.login-page .login-box .register-form h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  color: #3b4348;
  margin: 0;
  padding-bottom: 30px;
}
.login-page .login-box .logged-form h2 {
  color: #3b4348;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  margin: 0;
  padding-bottom: 0;
}
.login-page .login-box .progress-form {
  text-align: center;
}
.login-page .login-box .progress-form h2 {
  color: #3b4348;
  font-size: 22px;
  line-height: 30px;
}
.login-page .login-box .login-box-content {
  padding: 32px 40px;
}
.login-page .login-box .login-box-content .alert {
  margin-bottom: 30px;
  padding: 10px 15px;
  font-size: 14px;
}
.login-page .login-box .login-box-content .alert .close {
  position: relative;
  top: -1px;
}
.login-page .login-box .login-box-footer {
  background-color: #fafcfd;
  padding: 32px 40px;
  position: relative;
}
.login-page .login-box .login-box-footer p {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  font-size: 14px;
  color: #3b4348;
  font-weight: 400;
}
.login-page .login-box .login-box-footer p a {
  font-weight: 800;
  text-shadow: none;
}
.login-page .login-box .login-box-footer p:last-child {
  margin-bottom: 0;
}
.login-page .login-box .login-box-footer .separator {
  padding: 0 32px;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.login-page .login-box .login-box-footer .separator::before {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e0e7ee;
}
.login-page .login-box .login-box-footer-2 {
  padding: 0 40px 32px 40px;
  position: relative;
}
.login-page .login-box .login-box-footer-2 .check-group:last-child {
  margin-bottom: 0px;
}
.login-page .login-box .login-box-footer-2 p {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  font-size: 14px;
  color: #3b4348;
  font-weight: 400;
}
.login-page .login-box .login-box-footer-2 p a {
  font-weight: 800;
  text-shadow: none;
}
.login-page .login-box .login-box-footer-2 p:last-child {
  margin-bottom: 0;
}
.login-page .login-box .login-box-footer-2 .separator {
  padding: 0 32px;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.login-page .login-box .border-points div {
  background-color: #afb9c2;
}
.login-page .login-box-lg {
  max-width: 407px;
  background-color: white;
  border: 2px solid #e0e7ee;
  box-shadow: 0 10px 20px rgba(59, 67, 72, 0.1);
}
.login-page .login-box-lg .login-box-content {
  padding: 32px 40px;
}
.login-page .login-box-xl .login-box-content {
  padding: 15px 40px 32px 40px;
}
.login-page .logged-box {
  padding: 32px;
  position: relative;
  text-align: center;
}
.login-page .logged-box .profil {
  margin-bottom: 15px;
}
.login-page .logged-box .profil .profil-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #c7d1da;
  margin-bottom: 10px;
}
.login-page .logged-box .profil p {
  font-weight: 400;
  line-height: 24px;
}
.login-page .logged-box .profil .profil-name {
  color: #4a545b;
  font-size: 18px;
}
.login-page .logged-box .profil .profil-mail {
  color: #98a2ab;
  font-size: 15px;
}
.login-page .logged-box .separator {
  padding: 0 32px;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.login-page .logged-box .separator::before {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e0e7ee;
}
.login-page .progress-box {
  padding: 0 32px 32px 32px;
  position: relative;
  text-align: center;
}
.login-page .progress-box .alert {
  margin-top: 32px;
}
.login-page .progress-box .social-line {
  padding-top: 27px;
}
.login-page .progress-box .social-line p {
  padding-bottom: 17px;
}
.login-page .progress-box .social-line .social-buttons .btn {
  margin: 10px;
}
.login-page .text-box {
  padding: 32px 40px 100px 40px;
}
.login-page .text-box h2 {
  color: #2d3338;
  font-size: 25px;
  font-weight: 300;
  line-height: 36px;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
.login-page .text-box ul {
  list-style-image: none;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.login-page .text-box ul li {
  background: url("../gfx/icons/icon-check-5.svg") no-repeat 0px 0px;
  color: #273135;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  letter-spacing: -0.1px;
}
.login-page .text-box ul li:nth-of-type(odd) {
  padding-right: 10px;
}
.login-page .promo-code {
  position: absolute;
  bottom: 40px;
  left: 0px;
  width: 100%;
  padding: 0 40px;
}
.login-page .promo-code .input-group-sm input {
  height: 40px;
}
.login-page .promo-code .input-group-btn {
  padding-left: 10px;
}
.login-page .promo-code .input-group-btn button {
  border-radius: 20px;
  height: 40px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
.login-page .promo-code .alert {
  padding: 10px;
}
.login-page.new-login {
  background-image: url("../gfx/img/backgrounds/tlo_dpanel.svg");
  position: relative;
}
.login-page.new-login::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  pointer-events: none;
  z-index: 1 !important;
}

.login-page.new-login .tester-alert {
  display: none;
  padding: 20px 35px;
  border-bottom: 2px solid #A2EEFF;
  background-color: #EAFBFF;
}
.login-page.new-login .tester-alert p {
  color: #273135;
  font-size: 16px;
  line-height: 22px;
}
.login-page.new-login .tester-alert p a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 1px;
}
.login-page.new-login .login-content {
  max-width: 900px;
  margin: 0 auto 100px auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.login-page.new-login .login-content .test-box {
  max-width: 375px;
  -ms-flex-preferred-size: 375px;
      flex-basis: 375px;
  padding: 50px 65px 40px 40px;
  background-color: #FAFCFD;
  border-right: 2px solid #E0E7EE;
}
.login-page.new-login .login-content .test-box .image-holder {
  margin-top: 20px;
  max-width: 255px;
  padding: 14px;
  border: 2px solid #E8EEF4;
  background-color: #FFFFFF;
  box-shadow: 0 7px 10px -3px rgba(59, 67, 72, 0.11);
  position: relative;
}
.login-page.new-login .login-content .test-box .image-holder .img-guy {
  position: absolute;
  top: 22px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.login-page.new-login .login-content .test-box h3 {
  color: #3B4348;
  font-size: 25px;
  line-height: 36px;
  font-weight: 300;
}
.login-page.new-login .login-content .test-box .btn-holder {
  margin-top: 25px;
  text-align: left;
}
.login-page.new-login .login-content .test-box p a {
  margin-top: 25px;
  text-align: left;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 14px;
}
.login-page.new-login .login-content .dForm {
  padding: 10px 40px;
  max-width: 100%;
  -ms-flex-preferred-size: 600px;
      flex-basis: 600px;
  width: 100%;
  background-color: #FFFFFF;
}
.login-page.new-login .login-content .login-box-content h2 {
  font-size: 24px;
  line-height: 33px;
  padding-bottom: 20px;
}
.login-page.new-login .login-content .login-box-content .input-line .form-group input {
  height: 50px;
}
.login-page.new-login .login-content .login-box-content .action-line {
  text-align: center;
  margin-bottom: 30px;
}
.login-page.new-login .login-content .login-box-content .action-line .btn {
  letter-spacing: 1px;
}
.login-page.new-login .login-content .login-box-footer {
  margin-bottom: 20px;
}
.login-page.new-login .login-content .login-box-footer p {
  font-size: 13px;
  line-height: 30px;
  margin: 0;
}
.login-page.new-login .login-content .login-box-footer p a {
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 12px;
}
@media screen and (max-width: 810px) {
  .login-page.new-login .tester-alert {
    display: block;
  }
  .login-page.new-login .login-content {
    margin: 0 auto 40px auto;
    max-width: calc(100% - 40px);
  }
  .login-page.new-login .login-content .test-box {
    display: none;
  }
  .login-page.new-login .login-content .dForm {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .login-page.new-login .login-footer-lg span {
    display: none !important;
  }
  .login-page.new-login .login-footer-lg img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .login-page.new-login .login-header-lg {
    padding: 25px 0;
  }
  .login-page.new-login .login-content .dForm {
    padding: 20px;
  }
}
.login-page.login-beta {
  background-image: url("../gfx/img/backgrounds/tlo_dpanel.svg");
}
.login-page.login-beta .login-content {
  max-width: 426px;
  padding: 0;
  margin-bottom: 40px;
}
.login-page.login-beta .login-content .beta-alert {
  border: 2px solid #A2EEFF;
  background-color: #EAFBFF;
  padding: 15px 40px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  position: relative;
}
.login-page.login-beta .login-content .beta-alert .image-holder {
  position: absolute;
  bottom: -10px;
  right: 30px;
}
.login-page.login-beta .login-content .beta-alert p {
  color: #3B4348;
  font-size: 15px;
  line-height: 24px;
  max-width: 220px;
  margin: 0;
}
.login-page.login-beta .login-content .dForm {
  border: 2px solid #E0E7EE;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px 0 rgba(59, 67, 72, 0.1);
  padding: 30px 40px;
}
.login-page.login-beta .login-content .dForm .login-form .input-line .form-group input {
  height: 50px;
}
.login-page.login-beta .login-content .action-line {
  text-align: left;
  margin-bottom: 30px;
}
.login-page.login-beta .login-content .action-line .btn {
  font-size: 19px;
  max-height: 50px;
  box-shadow: none;
  letter-spacing: 2px;
}
.login-page.login-beta .login-content .login-box-footer p {
  color: #4A545B;
  font-size: 13px;
  line-height: 30px;
  margin: 0;
}
.login-page.login-beta .login-content .login-box-footer p a {
  font-size: 12px;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 1px;
}
@media screen and (max-width: 480px) {
  .login-page.login-beta .login-content {
    max-width: calc(100% - 40px);
  }
  .login-page.login-beta .login-content .beta-alert p {
    max-width: calc( 100% - 60px);
  }
}
@media screen and (min-width: 1420px) {
  .login-page .login-box-lg {
    max-width: 600px;
  }
  .login-page .login-box-xl {
    max-width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .login-page .login-content-lg {
    padding-bottom: 0px;
  }
  .login-page .login-header-lg {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .login-page .login-header-lg h2 {
    margin-top: 30px;
  }
  .login-page .multi-login {
    box-shadow: 0 0 0 rgba(59, 67, 72, 0);
  }
  .login-page .multi-login .border-points div {
    background-color: #afb9c2;
  }
  .login-page .form-side {
    width: 100%;
    box-shadow: 0 10px 20px rgba(59, 67, 72, 0.1);
    padding-bottom: 80px !important;
  }
  .login-page .content-side {
    width: 100%;
    background-color: transparent;
    border: 0px;
  }
  .login-page .content-side .border-points {
    display: none;
  }
  .login-page .text-box {
    padding: 0;
  }
  .login-page .text-box ul {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .login-page .text-box ul li {
    font-size: 16px;
    display: block;
    float: left;
    width: 50%;
  }
  .login-page .login-footer-lg {
    text-align: left;
  }
  .login-page .login-footer-lg span {
    display: block;
  }
  .login-page .login-footer-lg span,
  .login-page .login-footer-lg img {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 550px) {
  .login-page .login-header {
    text-align: center;
    padding: 50px 25px;
  }
  .login-page .login-footer ul li {
    float: none;
    width: 100%;
  }
  .login-page .text-box ul li {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .login-page .logged-box .btn {
    white-space: normal;
  }
  .login-page .border-points {
    display: none;
  }
}
@media screen and (max-width: 405px) {
  .login-page .login-content {
    padding: 50px 0px;
  }
  .login-page .login-box {
    border-right: 0px solid #e0e7ee;
    border-left: 0px solid #e0e7ee;
  }
  .login-page .login-box .login-form h2 {
    padding-bottom: 50px;
  }
  .login-page .login-box .register-form h2 {
    padding-bottom: 50px;
  }
  .login-page .login-content-lg {
    padding-left: 0px;
    padding-right: 0px;
  }
  .login-page .login-content-lg .login-box-content,
  .login-page .login-content-lg .login-box-footer-2,
  .login-page .login-content-lg .promo-code {
    padding-left: 25px;
    padding-right: 25px;
  }
  .login-page .form-side {
    border-left: 0px;
    border-right: 0px;
  }
  .login-page .nav-register-tabs ul li a {
    padding: 10px 15px;
    font-size: 14px;
  }
  .login-page .text-box {
    padding-left: 25px;
    padding-right: 25px;
  }
  .login-page .dForm .input-line .form-group .input-add {
    font-size: 14px;
  }
  .login-page .dForm .input-line .form-group .input-add + input {
    padding-right: 130px !important;
  }
  .login-page .dForm .input-line .form-group input {
    font-size: 13px;
  }
}

.input-checkbox {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 14px;
  position: relative;
}
.input-checkbox .new-checkbox {
  width: 26px;
  height: 26px;
  position: relative;
  float: left;
  display: block;
}
.input-checkbox .new-checkbox .help-block {
  opacity: 0;
}
.input-checkbox .new-checkbox label {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 26px;
  height: 26px;
  background-color: white;
  border: 2px solid #c7d1da;
  z-index: 2;
}
.input-checkbox .new-checkbox label:after {
  opacity: 0;
  content: url(../gfx/icons/login-check.svg);
  position: absolute;
  width: 12px;
  height: 12px;
  background: transparent;
  top: 1px;
  left: 3px;
}
.input-checkbox .new-checkbox label:hover::after {
  opacity: 0.1;
}
.input-checkbox .new-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1 !important;
}
.input-checkbox .new-checkbox input {
  position: relative;
  top: -5px;
  left: 2px;
  opacity: 0;
}
.input-checkbox p {
  margin-bottom: 20px;
}
.input-checkbox p:nth-of-type(1) {
  display: block;
  padding-left: 40px !important;
  text-align: left;
  font-size: 14px;
  line-height: 19px;
  color: #4a545b;
  font-weight: 400;
}
.input-checkbox p:nth-of-type(1) a {
  color: #ff8522;
  font-weight: 800;
}
.input-checkbox p:nth-of-type(1) span {
  cursor: pointer;
  color: #ff8522;
  font-weight: 800;
}
.input-checkbox p:nth-of-type(2) {
  display: none;
  line-height: 16px;
  font-size: 14px;
  padding-left: 40px !important;
  text-align: left;
  color: #696969;
  font-weight: 400;
}
.input-checkbox p:nth-of-type(2) a {
  color: #ff8522;
  font-weight: 400;
}
.input-checkbox p:nth-of-type(1) {
  position: relative;
  top: 4px;
}

.input-checkbox.has-error .new-checkbox label {
  border: 2px solid #ffbcbc;
}

.relocation-header {
  position: relative;
  z-index: 2;
  overflow: visible;
  background: #d3e2e8;
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #d3e2e8), color-stop(100%, white));
  background: linear-gradient(-45deg, #d3e2e8 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3e2e8', endColorstr='#ffffff', GradientType=1);
}
.relocation-header .bg-clouds img {
  position: absolute;
  right: -20%;
  opacity: 0;
}
.relocation-header .bg-clouds img:nth-of-type(1) {
  width: 56px;
  top: 50px;
  -webkit-animation: cloudRight 33s infinite linear;
          animation: cloudRight 33s infinite linear;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.relocation-header .bg-clouds img:nth-of-type(2) {
  width: 104px;
  top: 100px;
  -webkit-animation: cloudRight 20s infinite linear;
          animation: cloudRight 20s infinite linear;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.relocation-header .bg-clouds img:nth-of-type(3) {
  width: 106px;
  top: 150px;
  -webkit-animation: cloudRight 22s infinite linear;
          animation: cloudRight 22s infinite linear;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.relocation-header .bg-clouds img:nth-of-type(4) {
  width: 138px;
  top: 200px;
  -webkit-animation: cloudRight 18s infinite linear;
          animation: cloudRight 18s infinite linear;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  z-index: 1;
}
.relocation-header .bg-clouds img:nth-of-type(5) {
  width: 64px;
  top: 250px;
  -webkit-animation: cloudRight 27s infinite linear;
          animation: cloudRight 27s infinite linear;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.relocation-header .bg-clouds img:nth-of-type(6) {
  width: 131px;
  top: 310px;
  -webkit-animation: cloudRight 18s infinite linear;
          animation: cloudRight 18s infinite linear;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
  z-index: 1;
}
.relocation-header .bg-clouds img:nth-of-type(7) {
  width: 70px;
  top: 370px;
  -webkit-animation: cloudRight 30s infinite linear;
          animation: cloudRight 30s infinite linear;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.relocation-header .bg-clouds img:nth-of-type(8) {
  width: 100px;
  top: 480px;
  -webkit-animation: cloudRight 24s infinite linear;
          animation: cloudRight 24s infinite linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.relocation-header .banner {
  display: table;
}
.relocation-header .banner .banner-txt,
.relocation-header .banner .banner-img {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.relocation-header .banner .banner-txt {
  position: relative;
  color: #121214;
  z-index: 2;
}
.relocation-header .banner .banner-txt h1 {
  font-size: 78px;
  font-weight: 700;
  letter-spacing: -3.07px;
  line-height: 106px;
  margin-bottom: 50px;
}
@media (max-width: 1600px) {
  .relocation-header .banner .banner-txt h1 {
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -1.93px;
    line-height: 70px;
  }
}
@media (max-width: 1200px) {
  .relocation-header .banner .banner-txt h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1.07px;
    line-height: 40px;
  }
}
@media (max-width: 980px) {
  .relocation-header .banner .banner-txt h1 {
    margin-bottom: 25px;
  }
}
.relocation-header .banner .banner-txt ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.relocation-header .banner .banner-txt ul li {
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  padding-left: 50px;
  padding-bottom: 20px;
}
.relocation-header .banner .banner-txt ul li img {
  padding: 0px;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
}
.relocation-header .banner .banner-img .animation-frame {
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.relocation-header .banner .banner-img .animation-frame img:nth-of-type(1) {
  max-height: 456px;
  position: relative;
  display: block;
  margin: 0 auto;
  -webkit-animation: BaloonMove 3s infinite linear;
          animation: BaloonMove 3s infinite linear;
}
.relocation-header .banner .banner-img .animation-frame img:nth-of-type(2) {
  position: absolute;
  top: 8%;
  left: 50%;
  width: 65px;
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
  -webkit-animation: BaloonSmudges1 3s infinite linear;
          animation: BaloonSmudges1 3s infinite linear;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.relocation-header .banner .banner-img .animation-frame img:nth-of-type(3) {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 80px;
  -webkit-transform: translateX(-185%);
          transform: translateX(-185%);
  -webkit-animation: BaloonSmudges2 3s infinite linear;
          animation: BaloonSmudges2 3s infinite linear;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.relocation-header .banner .banner-img .animation-frame img:nth-of-type(4) {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 65px;
  -webkit-transform: translateX(-205%);
          transform: translateX(-205%);
  -webkit-animation: BaloonSmudges3 3s infinite linear;
          animation: BaloonSmudges3 3s infinite linear;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.relocation-header .banner .banner-img .animation-frame img:nth-of-type(7) {
  position: absolute;
  top: -7%;
  left: 59%;
  z-index: -1;
}
.relocation-header .banner .banner-img .animation-frame .bird {
  width: 100px;
  position: absolute;
  top: 150px;
}
.relocation-header .banner .banner-img .animation-frame .bird img:nth-of-type(1) {
  position: relative;
  width: 100%;
  -webkit-animation: none;
          animation: none;
}
.relocation-header .banner .banner-img .animation-frame .bird img:nth-of-type(2) {
  left: 0;
  top: 0;
  position: absolute;
  width: 30%;
  -webkit-transform: translateX(110%) translateY(-80%);
          transform: translateX(110%) translateY(-80%);
  -webkit-animation: Bird1 5s infinite linear;
          animation: Bird1 5s infinite linear;
}
.relocation-header .banner .banner-img .animation-frame .bird-1 {
  left: 0;
  width: 15%;
  top: 150px;
  -webkit-animation: Bird2 5s infinite linear;
          animation: Bird2 5s infinite linear;
}
.relocation-header .banner .banner-img .animation-frame .bird-2 {
  right: 15%;
  width: 10%;
  top: 50px;
  -webkit-animation: Bird2 4s infinite linear;
          animation: Bird2 4s infinite linear;
}
.relocation-header .banner .banner-img .animation-frame .bird-2 img:nth-of-type(2) {
  -webkit-animation: Bird1 4s infinite linear;
          animation: Bird1 4s infinite linear;
}
@media screen and (max-width: 992px) {
  .relocation-header .banner .banner-txt,
  .relocation-header .banner .banner-img {
    display: block;
    width: 100%;
    vertical-align: middle;
    padding-bottom: 50px;
  }
}
.relocation-header .action-beam {
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.relocation-header .action-beam a {
  display: inline-block;
  height: 70px;
  padding: 0 60px;
  text-shadow: 0 1px 1px rgba(18, 18, 20, 0.14);
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 70px;
  background-color: #ff7e25;
  border: 2px solid rgba(18, 18, 20, 0.07);
  border-radius: 100px;
  box-shadow: 0px 5px 10px rgba(18, 18, 20, 0.14);
  transition: 0.25s;
}
.relocation-header .action-beam a:hover, .relocation-header .action-beam a:focus {
  text-decoration: none;
  background-color: #ff9953;
  border-color: #ff964d;
}
.relocation-header .action-beam a:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  box-shadow: 0px 3px 6px rgba(18, 18, 20, 0.24);
}
.relocation-header.relocation-new-header {
  overflow: hidden;
  background: #FAFCFD;
}
.relocation-header.relocation-new-header.first-beam {
  border-bottom-color: transparent;
}
.relocation-header.relocation-new-header .mobile-header {
  display: none;
}
.relocation-header.relocation-new-header .mobile-header h1 {
  color: #121214;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1.07px;
  line-height: 40px;
  margin-bottom: 25px;
}
.relocation-header.relocation-new-header .mobile-header h1 span {
  font-weight: normal;
}
@media (max-width: 500px) {
  .relocation-header.relocation-new-header .mobile-header {
    display: block;
  }
}
.relocation-header.relocation-new-header .banner .banner-txt h1 span {
  font-weight: normal;
}
@media (max-width: 1200px) {
  .relocation-header.relocation-new-header .banner .banner-txt h1 {
    font-size: 56px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 70px;
  }
}
@media (max-width: 600px) {
  .relocation-header.relocation-new-header .banner .banner-txt h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1.07px;
    line-height: 40px;
    margin-bottom: 25px;
  }
}
@media (max-width: 500px) {
  .relocation-header.relocation-new-header .banner .banner-txt h1 {
    display: none;
  }
}
.relocation-header.relocation-new-header .banner .banner-txt ul li {
  font-size: 21px;
  line-height: 29px;
}
@media (max-width: 500px) {
  .relocation-header.relocation-new-header .banner .banner-txt {
    padding-bottom: 30px;
  }
  .relocation-header.relocation-new-header .banner .banner-txt ul li {
    padding-left: 40px;
    font-size: 18px;
    line-height: 25px;
  }
}
.relocation-header.relocation-new-header .banner .banner-img .animation-frame .bird-1 img:nth-of-type(2), .relocation-header.relocation-new-header .banner .banner-img .animation-frame .bird-2 img:nth-of-type(2) {
  width: 100%;
  left: -110%;
  top: 80%;
}
.relocation-header.relocation-new-header .banner .banner-img .animation-frame img:nth-of-type(5) {
  position: absolute;
  bottom: 35%;
  left: 45%;
  width: 65px;
  -webkit-transform: translateX(-300%);
          transform: translateX(-300%);
  -webkit-animation: BaloonSmudges5 3s infinite linear;
          animation: BaloonSmudges5 3s infinite linear;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.relocation-header.relocation-new-header .banner .banner-img .animation-frame img:nth-of-type(6) {
  position: absolute;
  bottom: 10%;
  left: 45%;
  width: 75px;
  -webkit-transform: translateX(-280%);
          transform: translateX(-280%);
  -webkit-animation: BaloonSmudges4 3s infinite linear;
          animation: BaloonSmudges4 3s infinite linear;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.relocation-header.relocation-new-header .action-beam {
  position: relative;
  text-align: left;
}
.relocation-header.relocation-new-header .action-beam .actual-client {
  padding: 0 25px;
  font-weight: normal;
  color: #FB781D;
  font-size: 18px;
  font-style: oblique;
  line-height: 25px;
  height: auto;
  box-shadow: none;
  background-color: transparent;
  border: none;
}
@media (max-width: 500px) {
  .relocation-header.relocation-new-header .action-beam {
    text-align: center;
    -webkit-transform: none;
            transform: none;
  }
  .relocation-header.relocation-new-header .action-beam .actual-client {
    margin-top: 15px;
  }
}

.wrapper-img {
  background-image: url("../gfx/relocation/relocation-new/niebieskie-tlo.svg");
}
.wrapper-img.first {
  height: 848px;
  width: 916px;
  position: absolute;
  right: -300px;
  top: 410px;
  z-index: -1;
}
.wrapper-img.second {
  height: 848px;
  width: 916px;
  position: absolute;
  right: -300px;
  top: -322px;
  z-index: 0;
}

.tabs-migration {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #E0E7EE;
  padding-top: 85px;
  padding-bottom: 100px;
}
.tabs-migration .container {
  position: relative;
}
.tabs-migration .tabs-option, .tabs-migration .tab-content {
  position: relative;
  border-left: 2px solid #D4DDE5;
  height: 100%;
}
.tabs-migration .tabs-option:before, .tabs-migration .tabs-option:after, .tabs-migration .tab-content:before, .tabs-migration .tab-content:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #AFB9C2;
  left: 0;
  -webkit-transform: translateX(calc(-50% + -1px));
          transform: translateX(calc(-50% + -1px));
}
.tabs-migration .tabs-option:before, .tabs-migration .tab-content:before {
  top: 0;
}
.tabs-migration .tabs-option:after, .tabs-migration .tab-content:after {
  bottom: 0;
}
.tabs-migration .tabs-option .mb-migration-img, .tabs-migration .tab-content .mb-migration-img {
  display: none;
}
.tabs-migration .tabs-option .tab-pane, .tabs-migration .tab-content .tab-pane {
  position: relative;
}
.tabs-migration .tabs-option .tab-pane .mb-what-to-do, .tabs-migration .tabs-option .tab-pane .mb-process-migration, .tabs-migration .tab-content .tab-pane .mb-what-to-do, .tabs-migration .tab-content .tab-pane .mb-process-migration {
  display: none;
}
.tabs-migration .vertical-tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
}
.tabs-migration .vertical-tabs .forest {
  position: absolute;
  bottom: calc(100% - 32px);
  right: 40px;
}
.tabs-migration .nav-tabs {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  padding: 0;
  border-bottom: none;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.tabs-migration .nav-tabs li {
  display: block;
  background-color: inherit;
  color: black;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}
.tabs-migration .nav-tabs li .tabs-image img {
  max-width: 285px;
  display: none;
  position: absolute;
  left: 0;
}
.tabs-migration .nav-tabs li .tabs-image img.tab-image1 {
  top: 207%;
}
.tabs-migration .nav-tabs li .light-text {
  font-weight: normal;
}
.tabs-migration .nav-tabs li.active .tabs-image img {
  display: block;
}
.tabs-migration .nav-tabs li.active a {
  color: #3B4348;
  border: none;
  background-color: transparent;
}
.tabs-migration .nav-tabs li.active a:hover, .tabs-migration .nav-tabs li.active a:focus {
  color: #3B4348;
  border: none;
  background-color: transparent;
}
.tabs-migration .nav-tabs li a {
  border-right: none;
  position: relative;
  padding: 0 35px 27px 35px;
  height: 80px;
  border: 2px solid;
  border-color: #E0E7EE;
  background-color: #F2F6FA;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
  color: #AFB9C2;
  border-left: none;
}
.tabs-migration .nav-tabs li a .arrow-active {
  opacity: 0;
  content: "";
  top: -2px;
  width: 0px;
  position: absolute;
  z-index: -1;
  right: -19px;
  border-top: 40px solid transparent;
  border-left: 19px solid #E0E7EE;
  border-bottom: 40px solid transparent;
}
.tabs-migration .nav-tabs li a .arrow-active:after {
  opacity: 0;
  content: "";
  top: -38px;
  width: 0px;
  position: absolute;
  right: 2px;
  border-top: 37px solid transparent;
  border-left: 17px solid white;
  border-bottom: 37px solid transparent;
}
.tabs-migration .nav-tabs li a:hover, .tabs-migration .nav-tabs li a:focus {
  color: #AFB9C2;
  border: 2px solid;
  border-color: #E0E7EE;
  border-left: none;
  background-color: #F2F6FA;
}
.tabs-migration .tab-content .list-have-to-do {
  padding: 30px 0;
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do {
  position: relative;
  padding-left: 55px;
  border: 2px solid #EFF3F7;
  border-left: none;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do:last-child {
  border-bottom: 2px solid #EFF3F7;
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .col-lg-6 {
  float: none;
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .title-action {
  padding-top: 35px;
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .title-action p {
  color: #3B4348;
  font-size: 21px;
  font-weight: 900;
  line-height: 29px;
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .title-action p span {
  font-weight: normal;
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .title-action .action-collpase-mobile {
  display: none;
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .desc-padding {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .desc-padding .morecontent span {
  display: none;
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .desc-padding .morelink {
  position: absolute;
  right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 20px;
  max-height: 24px;
  border: 2px solid #E8EEF4;
  border-radius: 100px;
  background-color: #FFFFFF;
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .desc-padding .morelink svg .btn-arrow {
  stroke: #E8EEF4;
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .desc-padding .morelink:hover {
  border: 2px solid #C7D1DA;
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .desc-padding .morelink:hover svg .btn-arrow {
  stroke: #c7d1da;
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .desc-padding .morelink.less svg {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .desc-padding .morelink.less svg .btn-arrow {
  stroke: #c7d1da;
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .desc-action {
  border-left: 2px solid #D4DDE5;
  padding-left: 30px;
  margin-top: 30px;
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .desc-action:first-child {
  margin-top: 0;
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .desc-action p {
  margin-bottom: 0;
  color: #4A545B;
  font-size: 14px;
  line-height: 30px;
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .desc-action.collapse-text {
  position: relative;
  overflow: hidden;
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .desc-action.collapse-text .title-collapse-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 60px;
  min-height: 30px;
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .desc-action.collapse-text .title-collapse-desc p {
  color: #3B4348;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .desc-action.collapse-text .collapse-desc-text {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .desc-action.collapse-text .collapse-desc-text .action-collpase {
  padding-top: 20px;
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .desc-action.collapse-text .collapse-desc-text .action-collpase button {
  position: absolute;
  right: 0;
  bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 20px;
  max-height: 24px;
  border: 2px solid #E8EEF4;
  border-radius: 100px;
  background-color: #FFFFFF;
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .desc-action.collapse-text .collapse-desc-text .action-collpase button svg .btn-arrow {
  stroke: #E8EEF4;
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .desc-action.collapse-text .collapse-desc-text .action-collpase button:hover {
  border: 2px solid #C7D1DA;
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .desc-action.collapse-text .collapse-desc-text .action-collpase button:hover svg .btn-arrow {
  stroke: #c7d1da;
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .desc-action.collapse-text.active {
  color: #FF8734;
  border-left-color: #FFC899;
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .desc-action.collapse-text.active .collapse-desc-text {
  max-height: 500px;
  transition: max-height 0.5s ease-in;
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .desc-action.collapse-text.active .collapse-desc-text .action-collpase button {
  border: 2px solid #C7D1DA;
  box-shadow: 0 3px 5px 0 rgba(59, 67, 72, 0.05);
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .desc-action.collapse-text.active .collapse-desc-text .action-collpase button svg {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .desc-action.collapse-text.active .collapse-desc-text .action-collpase button svg .btn-arrow {
  stroke: #c7d1da;
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .number-list {
  position: absolute;
  left: 0;
  top: 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .number-list .image-number {
  position: relative;
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .number-list .image-number .number {
  position: absolute;
  top: calc(50% + -5px);
  right: 50%;
  -webkit-transform: translateY(-50%) translateX(50%);
          transform: translateY(-50%) translateX(50%);
  color: #3B4348;
  font-size: 20px;
  font-weight: 900;
  line-height: 27px;
  border-bottom: 2px solid #C7D1DA;
}
.tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .number-list .image-number .number.dark {
  color: #AFB9C2;
}
.tabs-migration.light {
  background-color: #FFFFFF;
}
.tabs-migration.light .tab-content .list-have-to-do .list-item-have-to-do {
  background-color: #FAFCFD;
}
.tabs-migration.dark {
  background-color: #FAFCFD;
  padding-bottom: 0;
}
.tabs-migration.dark .vertical-tabs {
  margin-bottom: -2px;
}
.tabs-migration.dark .tab-content .list-have-to-do .list-item-have-to-do {
  background-color: #FFFFFF;
}

.why-trust-me {
  position: relative;
  background-color: #FAFCFD;
  border-bottom: 2px solid #E8EEF4;
  padding: 95px 0 150px 0;
}
.why-trust-me .question-section p {
  color: #98A2AB;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}
.why-trust-me .desc-statistic {
  max-width: 815px;
}
.why-trust-me .desc-statistic p {
  color: #3B4348;
  font-size: 16px;
  line-height: 32px;
}
.why-trust-me .medal {
  position: absolute;
  right: 0;
  top: calc(50% - 20px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.why-trust-me .statistic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 60px;
  padding-top: 70px;
}
.why-trust-me .statistic .years, .why-trust-me .statistic .percentage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.why-trust-me .statistic .dot-line {
  position: relative;
  margin-right: 20px;
  color: #3B4348;
  font-size: 56px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 60px;
}
.why-trust-me .statistic .dot-line .image-number img {
  max-width: 175px;
}
.why-trust-me .statistic .dot-line .image-number span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.why-trust-me .statistic p {
  color: #3B4348;
  font-size: 46px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 60px;
}
.why-trust-me .quation-text {
  position: absolute;
  bottom: 0;
  left: calc(50% - 80px);
  border: 2px solid #E0E7EE;
  background-color: #FFFFFF;
  box-shadow: 0 8px 10px 0 rgba(39, 49, 53, 0.05);
  padding: 33px 45px;
  max-width: 1050px;
  margin: 0 auto;
  z-index: 1;
  -webkit-transform: translateY(50%) translateX(-50%);
          transform: translateY(50%) translateX(-50%);
}
.why-trust-me .quation-text .arrow-right {
  content: "";
  width: 0px;
  position: absolute;
  z-index: -1;
  right: -40px;
  border-top: 60px solid transparent;
  border-left: 40px solid #E0E7EE;
  border-bottom: 60px solid transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.why-trust-me .quation-text .arrow-right:after {
  content: "";
  top: -58px;
  width: 0px;
  position: absolute;
  right: 3px;
  border-top: 58px solid transparent;
  border-left: 38px solid white;
  border-bottom: 58px solid transparent;
}
.why-trust-me .quation-text p {
  margin-bottom: 0;
  color: #4A545B;
  font-size: 14px;
  line-height: 25px;
}
.why-trust-me .quation-text .left-quation {
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-80%);
          transform: translateX(-80%);
}
.why-trust-me .author-quation {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: calc(80% + 20px);
  -webkit-transform: translateY(50%) translateX(-50%);
          transform: translateY(50%) translateX(-50%);
}
.why-trust-me .author-quation .author {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  line-height: 18px;
  color: #98A2AB;
}
.why-trust-me .author-quation a {
  font-size: 13px;
  line-height: 18px;
}

.faq-ctn {
  padding-top: 60px;
}
.faq-ctn .faq {
  margin: 0 -25px;
}
.faq-ctn .faq h3 {
  font-weight: 900;
}
.faq-ctn .faq .column {
  width: 48%;
}
.faq-ctn .faq .column:nth-of-type(1) {
  margin-right: 20px;
}
.faq-ctn .faq .column:nth-of-type(2) {
  margin-left: 20px;
}

.contact-relocation-new .beam-section-header h2 {
  color: #3B4348;
  font-size: 38px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 60px;
}
.contact-relocation-new .form-group textarea {
  min-height: 120px;
}
.contact-relocation-new .contact-phone, .contact-relocation-new .contact-form {
  border-left: 0;
}
.contact-relocation-new .contact-phone .contact-img {
  left: 0;
}
.contact-relocation-new .contact-phone .contact-img img:nth-of-type(2) {
  position: absolute;
  top: 18%;
  left: 3%;
  z-index: 1;
  width: 92%;
}
.contact-relocation-new .contact-form .action-line-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-relocation-new .contact-form .action-line-form .contact-info {
  text-align: left;
}
.contact-relocation-new .contact-form .action-line-form .contact-info .open-time {
  color: #98A2AB;
  font-size: 13px;
  line-height: 18px;
}
.contact-relocation-new .contact-form .action-line-form .contact-info p {
  color: #3B4348;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 66px;
}

.relocation-steps h1 {
  text-align: center;
  color: #121214;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 75px;
}
.relocation-steps .steps {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -25px;
  margin-right: -25px;
}
.relocation-steps .steps hr {
  height: 2px;
  background: #e9e9e9;
  position: absolute;
  top: 46px;
  width: 100%;
  right: 0;
  margin: 0;
}
.relocation-steps .steps li:nth-of-type(1) hr,
.relocation-steps .steps li:nth-of-type(7) hr {
  width: 50%;
  right: 0;
}
.relocation-steps .steps li:nth-of-type(5) hr,
.relocation-steps .steps li:nth-of-type(10) hr {
  width: 50%;
  left: 0;
}
@media (max-width: 992px) {
  .relocation-steps .steps li:nth-of-type(1) hr,
  .relocation-steps .steps li:nth-of-type(4) hr,
  .relocation-steps .steps li:nth-of-type(7) hr {
    width: 50%;
    right: 0;
  }
  .relocation-steps .steps li:nth-of-type(2) hr,
  .relocation-steps .steps li:nth-of-type(5) hr,
  .relocation-steps .steps li:nth-of-type(8) hr {
    width: 50%;
    left: 0;
  }
  .relocation-steps .steps li:nth-of-type(10) hr {
    width: 0%;
    left: 0;
  }
}
@media (max-width: 600px) {
  .relocation-steps .steps li hr {
    width: 50px !important;
    left: 45% !important;
    bottom: 15px !important;
    top: auto !important;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .relocation-steps .steps li:nth-of-type(10) hr {
    display: none;
  }
}
.relocation-steps .steps .step {
  padding-left: 25px;
  padding-right: 25px;
  width: 25%;
  position: relative;
  display: block;
  float: left;
  box-sizing: border-box;
}
@media (max-width: 979px) {
  .relocation-steps .steps .step {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .relocation-steps .steps .step {
    width: 100%;
    padding-bottom: 30px;
  }
}
.relocation-steps .steps .step .step-box {
  position: relative;
  background-color: white;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  padding: 30px 20px 20px 20px;
  z-index: 2;
  min-height: 102px;
  box-sizing: border-box;
}
.relocation-steps .steps .step .step-box .step-layer {
  position: absolute;
  display: block;
  line-height: 50px;
  width: 50px;
  background-color: white;
  text-align: center;
  left: 25px;
  top: -25px;
  color: #c2c2c2;
  font-size: 36px;
  font-weight: 300;
}
.relocation-steps .steps .step .step-box .step-content {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.relocation-steps .steps .last-step {
  width: 50%;
}
@media (max-width: 979px) {
  .relocation-steps .steps .last-step {
    width: 100%;
  }
}
.relocation-steps .steps .connect-line div {
  position: relative;
  float: left;
  display: block;
  height: 100px;
}
.relocation-steps .steps .connect-line div hr {
  top: 50px;
}
.relocation-steps .steps .connect-line div:nth-of-type(1) {
  width: 25%;
}
.relocation-steps .steps .connect-line div:nth-of-type(1) span {
  height: 100px;
  width: 50%;
  display: block;
  position: absolute;
  bottom: -51px;
  right: 0;
  border-left: 2px solid #e9e9e9;
  border-top: 2px solid #e9e9e9;
  border-radius: 50px 0 0 0;
}
.relocation-steps .steps .connect-line div:nth-of-type(2) {
  width: 50%;
}
.relocation-steps .steps .connect-line div:nth-of-type(2) hr {
  width: 100%;
}
.relocation-steps .steps .connect-line div:nth-of-type(3) {
  width: 25%;
}
.relocation-steps .steps .connect-line div:nth-of-type(3) span {
  height: 100px;
  width: 50%;
  display: block;
  position: absolute;
  top: -47px;
  left: 0;
  border-right: 2px solid #e9e9e9;
  border-bottom: 2px solid #e9e9e9;
  border-radius: 0 0 50px 0;
}
@media (max-width: 979px) {
  .relocation-steps .steps .connect-line div:nth-of-type(1) {
    width: 50%;
  }
  .relocation-steps .steps .connect-line div:nth-of-type(2) {
    width: 0%;
  }
  .relocation-steps .steps .connect-line div:nth-of-type(3) {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .relocation-steps .steps .connect-line div {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .relocation-steps {
    padding-top: 80px;
  }
}

.relocation-info {
  padding: 125px 0 220px 0;
  position: relative;
  background-color: #3d3e40;
  color: white;
  text-align: center;
}
.relocation-info .info-exp img {
  margin-bottom: 30px;
}
.relocation-info .info-exp p {
  display: block;
  margin: 0 auto;
  font-size: 34px;
  font-weight: 300;
  max-width: 500px;
  line-height: 42px;
  margin-bottom: 60px;
}
.relocation-info .info-exp p span {
  color: #ff9a55;
}
.relocation-info .info-txt P {
  font-size: 20px;
  font-weight: 300;
  line-height: 49px;
}
@media (max-width: 992px) {
  .relocation-info {
    padding: 80px 0 220px 0;
  }
}

.relocation-testimonials {
  background-color: #efefef;
  background-image: url(../gfx/relocation/testimonial-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1200px;
  padding: 370px 0 125px 0;
  position: relative;
}
@media (max-width: 1200px) and (min-width: 980px) {
  .relocation-testimonials {
    padding: 425px 0 125px 0;
  }
}
@media (max-width: 980px) {
  .relocation-testimonials {
    padding: 375px 0 75px 0;
  }
}
.relocation-testimonials .testimonials {
  position: absolute;
  width: 100%;
  top: -140px;
}
.relocation-testimonials .testimonials .testimonial-nav {
  position: relative;
  max-width: 340px;
  margin: 0 auto;
  z-index: 3;
}
.relocation-testimonials .testimonials .testimonial-nav .next-testimonial {
  position: absolute;
  display: inline-block;
  top: -25px;
  right: -25px;
  padding: 25px;
  cursor: pointer;
}
@media (max-width: 410px) {
  .relocation-testimonials .testimonials .testimonial-nav .next-testimonial {
    right: -15px;
  }
}
@media (max-width: 390px) {
  .relocation-testimonials .testimonials .testimonial-nav .next-testimonial {
    right: 0;
  }
}
.relocation-testimonials .testimonials .testimonial-nav .prev-testimonial {
  position: absolute;
  display: inline-block;
  top: -25px;
  left: -25px;
  padding: 25px;
  cursor: pointer;
}
.relocation-testimonials .testimonials .testimonial-nav .prev-testimonial img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 410px) {
  .relocation-testimonials .testimonials .testimonial-nav .prev-testimonial {
    left: -15px;
  }
}
@media (max-width: 390px) {
  .relocation-testimonials .testimonials .testimonial-nav .prev-testimonial {
    left: 0;
  }
}
.relocation-testimonials .testimonials .testimonial-nav span {
  display: block;
}
.relocation-testimonials .testimonials .testimonial-nav span:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
@media (max-width: 992px) {
  .relocation-testimonials .testimonials .testimonial-1 {
    z-index: 0;
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .relocation-testimonials .testimonials .testimonial-2 {
    z-index: 0;
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .relocation-testimonials .testimonials .testimonial-3 {
    z-index: 0;
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .relocation-testimonials .testimonials .active {
    z-index: 1;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.relocation-testimonials .testimonials .testimonial {
  position: relative;
  width: 33.33%;
  float: left;
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .relocation-testimonials .testimonials .testimonial {
    position: absolute;
    width: 100%;
    transition: 0.25s;
    float: none;
    left: 0px;
  }
}
.relocation-testimonials .testimonials .testimonial .testimonial-box {
  position: relative;
  margin: 0 auto;
  max-width: 340px;
}
.relocation-testimonials .testimonials .testimonial .testimonial-box .box-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  height: 180px;
  max-width: 340px;
  padding: 50px;
  background-color: white;
  border-radius: 75px;
  margin: 0;
  z-index: 2;
}
.relocation-testimonials .testimonials .testimonial .testimonial-box .box-shadow {
  position: absolute;
  bottom: -50px;
  left: 0;
  max-width: 340px;
  z-index: 1;
  margin-left: -4px;
  margin-right: -4px;
}
.relocation-testimonials .testimonials .testimonial .testimonial-author {
  margin: 0 auto;
  max-width: 340px;
  text-align: left;
  padding: 50px;
  box-sizing: border-box;
}
.relocation-testimonials .testimonials .testimonial .testimonial-author h2 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #9e9e9e;
}
.relocation-testimonials .testimonials-footer p {
  text-align: center;
  color: #121214;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.relocation-contact {
  position: relative;
  padding: 90px 0 100px 0;
  z-index: 2;
  overflow: visible;
}
.relocation-contact .action-beam {
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.relocation-contact .action-beam a {
  display: inline-block;
  height: 70px;
  padding: 0 60px;
  text-shadow: 0 1px 1px rgba(18, 18, 20, 0.14);
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 70px;
  background-color: #ff7e25;
  border: 2px solid rgba(18, 18, 20, 0.07);
  border-radius: 100px;
  box-shadow: 0px 5px 10px rgba(18, 18, 20, 0.14);
  transition: 0.25s;
}
.relocation-contact .action-beam a:hover, .relocation-contact .action-beam a:focus {
  text-decoration: none;
  background-color: #ff9953;
  border-color: #ff964d;
}
.relocation-contact .action-beam a:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  box-shadow: 0px 3px 6px rgba(18, 18, 20, 0.24);
}
.relocation-contact .contact-beam {
  position: relative;
}
.relocation-contact .contact-beam hr {
  position: absolute;
  top: 98px;
  width: 100%;
  height: 2px;
  background: #e9e9e9;
  right: 0;
  margin: 0;
  z-index: 0;
}
.relocation-contact .contact-beam .contact-box {
  position: relative;
  max-width: 196px;
  max-height: 196px;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  margin: 0 auto;
}
.relocation-contact .contact-beam .contact-box .contact-photo {
  width: 100%;
}
.relocation-contact .contact-beam .contact-box a {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  background: white;
  border-radius: 50%;
  border: 2px solid #e9e9e9;
  padding: 10px;
  width: 51px;
  height: 51px;
  box-sizing: border-box;
  top: 72px;
}
.relocation-contact .contact-beam .contact-box .contact-mail {
  padding: 12px;
  left: -30px;
}
.relocation-contact .contact-beam .contact-box .contact-phone {
  right: -30px;
}
.relocation-contact .contact-beam .contact-box .contact-phone img {
  position: relative;
  top: -2px;
  left: -2px;
}
.relocation-contact .contact-beam .contact-box a:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.relocation-contact .contact-beam .contact-txt p:nth-of-type(1) {
  text-align: center;
  color: #27272a;
  font-size: 64px;
  font-weight: 300;
  line-height: 87px;
  padding-top: 26px;
}
@media (max-width: 767px) {
  .relocation-contact .contact-beam .contact-txt p:nth-of-type(1) {
    font-size: 34px;
    font-weight: 300;
    line-height: 46px;
  }
}
.relocation-contact .contact-beam .contact-txt p:nth-of-type(2) {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  color: #27272a;
}
.relocation-contact .contact-beam .contact-social {
  text-align: center;
  padding-top: 25px;
  width: 100px;
  margin: 0 auto;
}
.relocation-contact .contact-beam .contact-social a {
  position: relative;
  overflow: hidden;
  display: block;
  height: 30px;
  width: 30px;
  float: left;
  border-radius: 50%;
  margin: 10px;
}
.relocation-contact .contact-beam .contact-social a img {
  height: 30px;
  transition: 0.25s;
}
.relocation-contact .contact-beam .contact-social a img:nth-of-type(1) {
  position: relative;
  z-index: 1;
}
.relocation-contact .contact-beam .contact-social a img:nth-of-type(2) {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 0;
}
.relocation-contact .contact-beam .contact-social a:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.relocation-contact .contact-beam .contact-social a:hover img {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

@media screen and (max-width: 1670px) {
  .why-trust-me .statistic {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .why-trust-me .statistic .years, .why-trust-me .statistic .percentage {
    margin-right: 15px;
  }
  .why-trust-me .statistic .dot-line {
    margin-right: 20px;
    font-size: 49px;
  }
  .why-trust-me .statistic p {
    font-size: 41px;
  }
}
@media screen and (max-width: 1590px) {
  .why-trust-me {
    padding: 95px 0 220px 0;
  }
  .why-trust-me .statistic .dot-line {
    font-size: 42px;
  }
  .why-trust-me .statistic .dot-line .image-number img {
    max-width: 138px;
  }
  .why-trust-me .statistic p {
    font-size: 36px;
  }
  .why-trust-me .desc-statistic {
    max-width: 50%;
  }
  .why-trust-me .medal {
    top: calc(50% + 70px);
  }
  .why-trust-me .quation-text .left-quation {
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-80%);
            transform: translateY(-50%) translateX(-80%);
  }
  .why-trust-me .author-quation {
    left: calc(80% + 40px);
  }
}
@media screen and (max-width: 1040px) {
  .why-trust-me .author-quation {
    left: calc(80% + 70px);
    width: 20%;
  }
}
@media screen and (max-width: 1220px) {
  .faq-ctn .faq h3 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .relocation-header.relocation-new-header .banner .banner-txt {
    width: 60%;
  }
  .relocation-header.relocation-new-header .banner .banner-img {
    width: 40%;
  }
  .relocation-header.relocation-new-header .banner .banner-img .animation-frame img:nth-of-type(1) {
    max-height: 335px;
  }
  .relocation-header.relocation-new-header .banner .banner-img .animation-frame img:nth-of-type(7) {
    top: 0;
    left: 66%;
    max-height: 73px;
  }

  .tabs-migration .tab-content .list-have-to-do .list-item-have-to-do {
    display: block;
  }
  .tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .col-lg-6, .tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .col-lg-5, .tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .col-lg-7 {
    width: 100%;
  }
  .tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .desc-padding {
    padding-top: 25px;
    padding-bottom: 35px;
    padding-right: 30px;
  }
  .tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .desc-padding .morelink {
    right: 30px;
  }

  .wrapper-img.first {
    right: -300px;
    top: 285px;
  }
  .wrapper-img.second {
    right: -300px;
    top: -328px;
  }
}
@media screen and (max-width: 1067px) {
  .faq-ctn .faq .column {
    width: 100%;
  }
  .faq-ctn .faq .column:nth-of-type(1) {
    margin-right: 0px;
    left: 0;
  }
  .faq-ctn .faq .column:nth-of-type(2) {
    border-top: 0;
    margin-left: 0px;
    right: 0;
  }
}
@media screen and (max-width: 1027px) {
  .wrapper-img.first {
    right: -305px;
  }
}
@media screen and (max-width: 992px) {
  .relocation-header.relocation-new-header .banner {
    width: 100%;
  }
  .relocation-header.relocation-new-header .banner .banner-txt {
    width: 100%;
  }
  .relocation-header.relocation-new-header .banner .banner-img {
    width: 100%;
  }
  .relocation-header.relocation-new-header .action-beam {
    text-align: center;
    -webkit-transform: none;
            transform: none;
  }
  .relocation-header.relocation-new-header .action-beam .actual-client {
    margin-top: 15px;
  }

  .contact-relocation-new .contact-form .action-line-form {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .contact-relocation-new .contact-form .action-line-form .contact-info {
    position: absolute;
    left: -50%;
    -webkit-transform: translateX(-34%);
            transform: translateX(-34%);
  }

  .wrapper-img {
    display: none;
  }

  .tabs-migration .vertical-tabs .forest {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .why-trust-me .statistic {
    display: block;
  }
  .why-trust-me .statistic .mobile-none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .relocation-header.relocation-new-header.first-beam {
    border-bottom-color: #e0e7ee;
  }

  .tabs-migration {
    background-color: #fff !important;
    padding-bottom: 40px;
  }
  .tabs-migration .tab-content > .tab-pane {
    display: block;
  }
  .tabs-migration .tab-content .mb-migration-img {
    display: block;
    margin-top: -40px;
    padding-bottom: 10px;
  }
  .tabs-migration .tab-content .tab-pane .mb-what-to-do, .tabs-migration .tab-content .tab-pane .mb-process-migration {
    display: block;
  }
  .tabs-migration .tab-content .tab-pane .mb-what-to-do, .tabs-migration .tab-content .tab-pane .mb-process-migration {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 20px;
  }
  .tabs-migration .tab-content .tab-pane .mb-what-to-do p, .tabs-migration .tab-content .tab-pane .mb-process-migration p {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #3b4348;
    font-size: 16px;
    font-weight: 900;
    line-height: 22px;
  }
  .tabs-migration .tab-content .tab-pane .mb-process-migration {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(0%);
    left: 20px;
  }
  .tabs-migration .tab-content .list-have-to-do .list-item-have-to-do {
    background-color: #fafcfd !important;
  }
  .tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .title-action .action-collpase-mobile {
    display: block;
  }
  .tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .title-action .action-collpase-mobile button {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 7px 20px;
    max-height: 24px;
    border: 2px solid #E8EEF4;
    border-radius: 100px;
    background-color: #FFFFFF;
  }
  .tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .title-action .action-collpase-mobile button svg .btn-arrow {
    stroke: #E8EEF4;
  }
  .tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .title-action .action-collpase-mobile button:hover {
    border: 2px solid #C7D1DA;
  }
  .tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .title-action .action-collpase-mobile button:hover svg .btn-arrow {
    stroke: #c7d1da;
  }
  .tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .title-action.mobile-collapse-action {
    position: relative;
  }
  .tabs-migration .tab-content .list-have-to-do .list-item-have-to-do.mobile-visible-collapse .hide-text {
    padding-top: 0;
  }
  .tabs-migration .tab-content .list-have-to-do .list-item-have-to-do.mobile-visible-collapse .mobile-hide-text {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
  }
  .tabs-migration .tab-content .list-have-to-do .list-item-have-to-do.mobile-visible-collapse .mobile-collapse-action {
    padding-bottom: 25px;
  }
  .tabs-migration .tab-content .list-have-to-do .list-item-have-to-do.mobile-visible-collapse.active .hide-text {
    padding-top: 0;
  }
  .tabs-migration .tab-content .list-have-to-do .list-item-have-to-do.mobile-visible-collapse.active .mobile-hide-text {
    max-height: 700px;
    overflow: hidden;
    transition: max-height 0.5s ease-in;
  }
  .tabs-migration .tab-content .list-have-to-do .list-item-have-to-do.mobile-visible-collapse.active .mobile-collapse-action {
    padding-bottom: 25px;
  }
  .tabs-migration .tab-content .list-have-to-do .list-item-have-to-do.mobile-visible-collapse.active .action-collpase-mobile button {
    border: 2px solid #C7D1DA;
    box-shadow: 0 3px 5px 0 rgba(59, 67, 72, 0.05);
  }
  .tabs-migration .tab-content .list-have-to-do .list-item-have-to-do.mobile-visible-collapse.active .action-collpase-mobile button svg {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  .tabs-migration .tab-content .list-have-to-do .list-item-have-to-do.mobile-visible-collapse.active .action-collpase-mobile button svg .btn-arrow {
    stroke: #c7d1da;
  }
  .tabs-migration.light {
    padding-top: 0;
    margin-top: -2px;
  }
  .tabs-migration.dark {
    border-bottom: 0;
  }
  .tabs-migration .vertical-tabs {
    padding-left: 10px;
    margin-right: -50px;
  }
  .tabs-migration.change-top-mobile .tab-content::before {
    display: none;
  }
  .tabs-migration.change-top-mobile .tab-content .list-have-to-do {
    padding-top: 50px;
  }
  .tabs-migration.change-top-mobile .tab-content .tab-pane .mb-process-migration:before {
    content: "";
    position: absolute;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: #AFB9C2;
    left: -20px;
    top: 50%;
    -webkit-transform: translateX(calc(-50% + -1px)) translateY(-50%);
            transform: translateX(calc(-50% + -1px)) translateY(-50%);
  }

  .why-trust-me {
    padding: 35px 0 85px 0;
  }
  .why-trust-me .question-section p {
    margin-bottom: 0;
  }
  .why-trust-me .desc-statistic {
    max-width: 100%;
    padding-top: 230px;
    padding-bottom: 50px;
  }
  .why-trust-me .medal {
    top: 350px;
    max-height: 235px;
  }
  .why-trust-me .quation-text {
    padding: 40px 28px;
    -webkit-transform: none;
            transform: none;
    position: relative;
    left: 0;
  }
  .why-trust-me .quation-text .left-quation {
    top: 0;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  .why-trust-me .quation-text .arrow-right {
    right: 50%;
    -webkit-transform: translateY(-50%) translateX(50%) rotate(90deg);
            transform: translateY(-50%) translateX(50%) rotate(90deg);
    top: calc(100% + 20px);
  }
  .why-trust-me .author-quation {
    bottom: -52px;
    width: 100%;
    left: 0;
    position: relative;
    text-align: center;
    -webkit-transform: none;
            transform: none;
  }
  .why-trust-me .statistic {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .contact-relocation-new .contact-phone {
    padding-left: 0;
  }
  .contact-relocation-new .contact-phone .contact-img {
    margin: 0 auto;
  }
  .contact-relocation-new .contact-form .action-line-form {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-relocation-new .contact-form .action-line-form .contact-info {
    position: relative;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }

  .faq-ctn .faq h3 {
    padding-left: 0;
  }
}
@media screen and (max-width: 620px) {
  .contact-relocation-new .contact-form .action-line-form {
    -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-relocation-new .contact-form .action-line-form .contact-info {
    padding-top: 40px;
    text-align: center;
    position: relative;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 590px) {
  .why-trust-me .desc-statistic {
    padding-top: 255px;
  }
  .why-trust-me .statistic .years, .why-trust-me .statistic .percentage {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .why-trust-me .statistic .years .dot-line, .why-trust-me .statistic .percentage .dot-line {
    width: 110px;
  }
  .why-trust-me .statistic .years .dot-line .image-number img, .why-trust-me .statistic .percentage .dot-line .image-number img {
    max-width: 120px;
  }
  .why-trust-me .statistic p {
    font-size: 23px;
    font-weight: 300;
    line-height: 31px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .tabs-migration .tab-content .list-have-to-do .list-item-have-to-do {
    padding-left: 15px;
  }
  .tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .title-action {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 60px;
  }
  .tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .desc-action {
    padding-left: 20px;
  }
  .tabs-migration .tab-content .list-have-to-do .list-item-have-to-do .desc-padding {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 365px) {
  .why-trust-me .medal {
    max-height: 200px;
    top: 370px;
  }
}
.technical-header .first-beam {
  background-image: url("../gfx/img/backgrounds/technical-bg.svg");
  background-position: bottom center;
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-color: #fafcfd;
}
.technical-header h3 {
  color: #828a91;
  font-size: 34px;
  font-weight: 300;
  line-height: 46px;
  margin: 0 0 40px 0;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .technical-header h3 {
    font-size: 24px;
  }
  .technical-header .first-beam {
    background-size: 120% auto;
  }
}
@media screen and (max-width: 767px) {
  .technical-header h3 {
    font-size: 24px;
  }
  .technical-header .first-beam {
    background-size: 200% auto;
  }
}
@media screen and (max-width: 450px) {
  .technical-header h3 {
    font-size: 24px;
  }
  .technical-header .first-beam {
    background-size: 300% auto;
  }
}

.technical-list {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.technical-list .technical-list-item:nth-of-type(even) {
  background-color: #fafcfd;
}
.technical-list .technical-list-item:first-child {
  border-top: 2px solid #e8eef4;
}
.technical-list .technical-list-item:last-child {
  margin-bottom: -2px;
}
.technical-list .technical-list-item {
  display: block;
  border-right: 2px solid #e8eef4;
  border-bottom: 2px solid #e8eef4;
  border-left: 2px solid #e8eef4;
  padding: 15px 30px;
}
.technical-list .technical-list-item p {
  color: #828a91;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0px;
}
.technical-list .technical-list-item .technical-list-content {
  display: table;
  width: 100%;
}
.technical-list .technical-list-item .technical-list-content .technical-list-left {
  display: table-cell;
  border-right: 2px solid #e0e7ee;
  padding-right: 35px;
  vertical-align: middle;
}
.technical-list .technical-list-item .technical-list-content .technical-list-left .technical-list-tittle {
  color: #3b4348;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  display: inline-block;
}
.technical-list .technical-list-item .technical-list-content .technical-list-left .more-btn {
  padding: 5px;
  cursor: pointer;
  position: relative;
}
.technical-list .technical-list-item .technical-list-content .technical-list-left .more-btn img {
  position: relative;
  top: -2px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  transition: 0.25s;
}
.technical-list .technical-list-item .technical-list-content .technical-list-right {
  display: table-cell;
  text-align: right;
  padding-left: 35px;
  vertical-align: middle;
}
.technical-list .technical-list-item .technical-list-content .technical-list-right p {
  color: #3b4348;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}
.technical-list .technical-list-item .technical-list-more {
  height: 0px;
  overflow: hidden;
  transition: 0.25s;
}
.technical-list .technical-list-item .technical-list-more p {
  padding-top: 15px;
}
.technical-list .size-50-50 .technical-list-content .technical-list-left {
  width: 50%;
}
.technical-list .active .technical-list-content .technical-list-left .more-btn img {
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}
@media screen and (max-width: 450px) {
  .technical-list .technical-list-item .technical-list-content .technical-list-right p {
    font-size: 16px;
  }
}

.ssl-header {
  position: relative;
  overflow: hidden;
  background-color: #fafcfd;
  padding-bottom: 200px;
  border-bottom: 2px solid #d4dde5;
}
.ssl-header .beam-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.ssl-header .beam-bg img {
  position: relative;
  width: 120%;
  max-width: 1500px;
  float: right;
  -webkit-transform: translateX(15%);
          transform: translateX(15%);
}
.ssl-header .beam-section-header {
  width: 50%;
  max-width: 600px;
}
.ssl-header .beam-section-header h2 {
  margin: 0;
  padding: 0;
  line-height: 60px;
  padding-bottom: 50px;
}
.ssl-header .beam-section-header p {
  color: #3b4348;
  font-size: 22px;
  font-weight: 300;
  line-height: 36px;
}
@media screen and (max-width: 1420px) {
  .ssl-header .beam-bg img {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
}
@media screen and (max-width: 1200px) {
  .ssl-header .beam-section-header p {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .ssl-header .beam-section-header {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ssl-header .beam-bg img {
    width: 150%;
  }
}
@media screen and (max-width: 650px) {
  .ssl-header .beam-bg img {
    width: 200%;
  }
  .ssl-header .beam-section-header h2 {
    line-height: 40px;
  }
}

.ssl-tables {
  z-index: 2;
  position: relative;
  overflow: visible;
}
.ssl-tables .tab-nav {
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  text-align: center;
}
.ssl-tables .tab-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.ssl-tables .tab-nav ul li {
  padding: 0;
  margin: 0;
  display: block;
  float: left;
}
.ssl-tables .tab-nav ul li a {
  display: block;
  height: 80px;
  padding: 25px 30px;
  padding-right: 40px;
  background-color: #fafcfd;
  border-top: 2px solid #d4dde5;
  border-right: 2px solid #d4dde5;
  border-bottom: 2px solid #d4dde5;
  color: #626b72;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.ssl-tables .tab-nav ul li a span {
  position: relative;
  display: inline;
  float: left;
}
.ssl-tables .tab-nav ul li a span img {
  transition: 0.25s;
  padding-right: 5px;
}
.ssl-tables .tab-nav ul li a span img:nth-of-type(1) {
  position: relative;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.ssl-tables .tab-nav ul li a span img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.ssl-tables .tab-nav ul li:nth-of-type(2) a {
  border-left: 2px solid #d4dde5;
}
.ssl-tables .tab-nav ul .active a {
  border-bottom: 2px solid #fff;
  background-color: #fff;
  color: #ff8522;
}
.ssl-tables .tab-nav ul .active a span img:nth-of-type(1) {
  opacity: 0;
}
.ssl-tables .tab-nav ul .active a span img:nth-of-type(2) {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .ssl-tables .tab-nav {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 60px;
    z-index: 3;
    padding-left: 25px;
    padding-right: 25px;
  }
  .ssl-tables .tab-nav ul::after {
    content: url("../gfx/icons/icon-select.svg");
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .ssl-tables .tab-nav ul {
    width: 100%;
    overflow: visible;
    transition: 0.25s;
  }
  .ssl-tables .tab-nav ul li {
    display: block;
    float: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
  }
  .ssl-tables .tab-nav ul li a {
    height: 60px;
    padding: 15px 20px;
    border: 2px solid #d4dde5;
    text-align: left;
  }
  .ssl-tables .tab-nav ul .gost-button {
    position: relative;
    height: 60px;
    width: 100%;
    z-index: 2;
    opacity: 1;
    cursor: pointer;
  }
  .ssl-tables .tab-nav ul .active {
    opacity: 1;
  }
  .ssl-tables .tab-nav ul .active a {
    border: 2px solid #d4dde5;
    background-color: #fff;
    color: #ff8522;
  }
  .ssl-tables .tab-nav ul .active a span img:nth-of-type(1) {
    opacity: 0;
  }
  .ssl-tables .tab-nav ul .active a span img:nth-of-type(2) {
    opacity: 1;
  }
  .ssl-tables .tab-nav ul .cat-button:hover a {
    background-color: #fff;
  }
  .ssl-tables .tab-nav ul .open:nth-of-type(1) {
    z-index: -2;
  }
  .ssl-tables .tab-nav ul .open:nth-of-type(2) {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
    z-index: 4;
  }
  .ssl-tables .tab-nav ul .open:nth-of-type(3) {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    top: -2px;
    opacity: 1;
    z-index: 3;
  }
  .ssl-tables .tab-nav ul .open:nth-of-type(4) {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
    top: -4px;
    opacity: 1;
    z-index: 2;
  }
  .ssl-tables .tab-nav ul .open:nth-of-type(5) {
    -webkit-transform: translateY(300%);
            transform: translateY(300%);
    top: -6px;
    opacity: 1;
    z-index: 1;
  }
  .ssl-tables .tab-nav .open-menu {
    box-shadow: 0px 2px 12px rgba(18, 18, 20, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .ssl-tables .tab-nav {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 370px) {
  .ssl-tables .tab-nav {
    padding-left: 0px;
    padding-right: 0px;
  }
  .ssl-tables .tab-nav ul li {
    overflow: hidden;
  }
  .ssl-tables .tab-nav ul li a {
    font-size: 14px;
    margin-left: -2px;
    margin-right: -2px;
  }
}
.ssl-tables .tab-content .table-slide-nav .nav-box .prev-col,
.ssl-tables .tab-content .table-slide-nav .nav-box .next-col {
  display: none;
}
.ssl-tables .tab-content .ssl-table {
  width: 100%;
  position: relative;
}
.ssl-tables .tab-content .ssl-table tbody {
  width: 100%;
}
.ssl-tables .tab-content .ssl-table tr {
  position: relative;
  width: 100%;
}
.ssl-tables .tab-content .ssl-table tr td {
  width: 25%;
  position: relative;
  height: 100%;
}
.ssl-tables .tab-content .ssl-table tr td {
  padding: 30px;
}
.ssl-tables .tab-content .ssl-table tr td .border-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-bottom: 2px solid #e0e7ee;
  border-right: 2px solid #e0e7ee;
}
.ssl-tables .tab-content .ssl-table tr td .border-box::after {
  content: " ";
  display: block;
  border-radius: 50%;
  height: 4px;
  width: 4px;
  background-color: #afb9c2;
  position: absolute;
  top: -3px;
  right: -3px;
}
.ssl-tables .tab-content .ssl-table tr td .border-box::before {
  content: " ";
  display: block;
  border-radius: 50%;
  height: 4px;
  width: 4px;
  background-color: #afb9c2;
  position: absolute;
  bottom: -3px;
  left: -3px;
}
.ssl-tables .tab-content .ssl-table tr td:last-child .border-box {
  border-right: 0px solid #e0e7ee;
}
.ssl-tables .tab-content .ssl-table tr:first-child td:last-child .border-box::after {
  display: none;
}
.ssl-tables .tab-content .ssl-table tr:last-child td .border-box {
  border-bottom: 0px solid #e0e7ee;
}
.ssl-tables .tab-content .ssl-table tr:last-child td:first-child .border-box::before {
  display: none;
}
.ssl-tables .tab-content .ssl-table tr p {
  padding: 0;
  margin: 0;
}
.ssl-tables .tab-content .ssl-table tr td:first-child {
  color: #626b72;
  font-size: 14px;
  font-weight: 400;
}
.ssl-tables .tab-content .ssl-table tr .col-tittle {
  color: #3b4348;
  font-size: 24px;
  font-weight: 300;
}
.ssl-tables .tab-content .ssl-table tr .add-text {
  color: #98a2ab;
  font-size: 14px;
  font-weight: 400;
}
.ssl-tables .tab-content .ssl-table tr .col-content {
  color: #3b4348;
  font-size: 16px;
  font-weight: 400;
}
.ssl-tables .tab-content .ssl-table tr .price {
  display: inline-block;
  color: #3b4348;
  font-weight: 900;
  font-size: 36px;
  letter-spacing: -0.9px;
  line-height: 49px;
}
.ssl-tables .tab-content .ssl-table tr .price span {
  font-size: 48px;
}
.ssl-tables .tab-content .ssl-table tr .price-label {
  display: inline-block;
  color: #828a91;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding-right: 5px;
}
.ssl-tables .tab-content .ssl-table tr .price-old {
  display: inline-block;
  color: #c7d1da;
  font-size: 24px;
  font-weight: 400;
  text-align: right;
  position: absolute;
  bottom: 35px;
  right: 25px;
}
.ssl-tables .tab-content .ssl-table tr .price-old::after {
  content: " ";
  display: block;
  position: absolute;
  width: 110%;
  height: 2px;
  background-color: #e0e7ee;
  top: 50%;
  left: -5%;
  -webkit-transform: rotate(-15deg) translateY(-50%);
          transform: rotate(-15deg) translateY(-50%);
}
.ssl-tables .tab-content .ssl-table tr .alert-success {
  position: relative;
  display: inline-block;
  background-color: #c5feca;
  border: 2px solid #44d751;
  padding: 10px 15px;
  font-weight: 800;
  color: #44d751;
  margin: 0;
}
.ssl-tables .tab-content .ssl-table tr .alert-success img {
  padding-right: 10px;
}
.ssl-tables .tab-content .ssl-table tr .alert-success .border-points div {
  background-color: #44d751;
}
.ssl-tables .tab-content .ssl-table tr .browser-img {
  text-align: center;
}
.ssl-tables .tab-content .ssl-table tr .browser-img img {
  padding-left: 25px;
}
.ssl-tables .tab-content .ssl-table tr .col-label {
  display: none;
}
.ssl-tables .tab-content .ssl-table tr .recommend {
  display: block;
  height: 35px;
  width: 104px;
  background-image: url("../gfx/img/recommend-bg.svg");
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
  line-height: 35px;
  text-align: center;
  color: #00c6f3;
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateY(50%) translateX(-50%);
          transform: translateY(50%) translateX(-50%);
}
@media screen and (max-width: 1420px) {
  .ssl-tables .tab-content .ssl-table tr td .price {
    font-size: 34px;
  }
  .ssl-tables .tab-content .ssl-table tr td .price span {
    font-size: 38px;
  }
  .ssl-tables .tab-content .ssl-table tr td .price-label {
    display: inline-block;
    color: #828a91;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .ssl-tables .tab-content .ssl-table tr td {
    padding: 20px;
  }
  .ssl-tables .tab-content .ssl-table tr td .price {
    font-size: 32px;
  }
  .ssl-tables .tab-content .ssl-table tr td .price span {
    font-size: 36px;
  }
  .ssl-tables .tab-content .ssl-table tr td .alert-success {
    padding: 5px 10px;
    font-size: 13px;
  }
  .ssl-tables .tab-content .ssl-table tr td .price-old {
    font-size: 16px;
    bottom: 25px;
  }
}
@media screen and (max-width: 992px) {
  .ssl-tables .tab-content .table-slide-nav {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 50px;
    max-width: 550px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-left: 25px;
    padding-right: 25px;
  }
  .ssl-tables .tab-content .table-slide-nav .nav-box {
    position: relative;
  }
  .ssl-tables .tab-content .table-slide-nav .nav-box .prev-col,
  .ssl-tables .tab-content .table-slide-nav .nav-box .next-col {
    display: inline-block;
    position: absolute;
    cursor: pointer;
  }
  .ssl-tables .tab-content .table-slide-nav .nav-box .prev-col {
    top: 30px;
    left: -20px;
  }
  .ssl-tables .tab-content .table-slide-nav .nav-box .prev-col img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .ssl-tables .tab-content .table-slide-nav .nav-box .next-col {
    top: 30px;
    right: -20px;
  }
  .ssl-tables .tab-content .table-slide-nav .nav-box .prev-col:active,
  .ssl-tables .tab-content .table-slide-nav .nav-box .next-col:active {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .ssl-tables .tab-content .ssl-table {
    max-width: 500px;
    margin: 0 auto;
  }
  .ssl-tables .tab-content .ssl-table tr td {
    padding: 30px;
    display: none;
  }
  .ssl-tables .tab-content .ssl-table tr td .border-box {
    border-left: 2px solid #e0e7ee !important;
    border-right: 2px solid #e0e7ee !important;
  }
  .ssl-tables .tab-content .ssl-table tr td .border-box {
    display: block;
  }
  .ssl-tables .tab-content .ssl-table tr td .col-content {
    color: #3b4348;
    font-size: 23px;
    font-weight: 400;
  }
  .ssl-tables .tab-content .ssl-table tr td .alert-success {
    padding: 7px 10px;
    font-size: 14px;
  }
  .ssl-tables .tab-content .ssl-table tr td .price-old {
    bottom: 35px;
    font-size: 24px;
  }
  .ssl-tables .tab-content .ssl-table tr .col-label {
    display: block;
  }
  .ssl-tables .tab-content .ssl-table tr:first-child td {
    text-align: center;
  }
  .ssl-tables .tab-content .ssl-table .browser-mobile .border-box {
    border-bottom: 0px solid #e0e7ee !important;
  }
  .ssl-tables .tab-content .ssl-table::after {
    content: " ";
    position: absolute;
    bottom: 0;
    display: block;
    border-radius: 50%;
    height: 4px;
    width: 4px;
    background-color: #afb9c2;
    position: absolute;
    bottom: -1px;
    right: -1px;
  }
  .ssl-tables .tab-content .ssl-table::before {
    content: " ";
    position: absolute;
    bottom: 0;
    display: block;
    border-radius: 50%;
    height: 4px;
    width: 4px;
    background-color: #afb9c2;
    position: absolute;
    top: -1px;
    left: -1px;
  }
  .ssl-tables .active-cell {
    display: table-cell !important;
    width: 100% !important;
  }
  .ssl-tables .active-cell .border-points {
    border-right: 2px solid #e0e7ee !important;
  }
  .ssl-tables .browser-mobile .border-points {
    border-bottom: 0px solid #e0e7ee !important;
  }
  .ssl-tables .browser-mobile img {
    width: 34px;
    padding-left: 10px;
  }
}

.ssl-contact {
  background-color: #f2f6fa;
}
.ssl-contact .dForm {
  margin-top: 36px;
}
.ssl-contact .btn {
  width: 100%;
  font-size: 16px;
}

.ssl-why {
  background-color: #fafcfd;
}
.ssl-why .why-list {
  list-style: none;
  padding: 0;
}
.ssl-why .why-list li {
  margin-top: 30px;
}
.ssl-why .why-list li h3 {
  color: #3b4348;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
  padding-left: 32px;
  position: relative;
  margin-bottom: 20px;
}
.ssl-why .why-list li h3::before {
  content: url("../gfx/icons/icon-check-4.svg");
  position: absolute;
  left: -17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ssl-why .why-list li p {
  color: #828a91;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  border-left: 2px solid #e8eef4;
  padding-left: 32px;
}
@media screen and (max-width: 1200px) {
  .ssl-why .why-list li {
    padding-left: 37px;
  }
}

.ssl-ev p {
  color: #3b4348;
  font-size: 17px;
  font-weight: 400;
  line-height: 38px;
  margin-top: 40px;
}
.ssl-ev .btn {
  margin-top: 40px;
}
.ssl-ev .img-box {
  margin-top: 40px;
  border-bottom: 2px solid #e0e7ee;
  text-align: center;
}
.ssl-ev .img-box img {
  width: 90%;
}
@media screen and (max-width: 1420px) {
  .ssl-ev .img-box {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .ssl-ev .img-box {
    margin-top: 120px;
  }
}
@media screen and (max-width: 992px) {
  .ssl-ev .img-box {
    margin-top: 40px;
  }
  .ssl-ev .img-box img {
    max-width: 600px;
  }
}

.ssl-order {
  background-color: #fafcfd;
}
.ssl-order ol {
  list-style: none;
  padding: 0;
  margin-top: 60px;
}
.ssl-order ol li {
  text-align: center;
}
.ssl-order ol li .img-box {
  position: relative;
  display: inline-block;
}
.ssl-order ol li .img-box img {
  width: 100%;
  max-width: 435px;
}
.ssl-order ol li .img-box span {
  display: inline-block;
  position: absolute;
  top: 41%;
  left: 8%;
  color: #3b4348;
  font-size: 32px;
  font-weight: 900;
  line-height: 60px;
}
.ssl-order ol li p {
  color: #3b4348;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  padding-left: 35px;
  margin-top: 30px;
}
@media screen and (max-width: 1420px) {
  .ssl-order ol li .img-box span {
    top: 39%;
    left: 8%;
  }
}
@media screen and (max-width: 1200px) {
  .ssl-order ol li .img-box span {
    top: 37%;
    left: 7%;
  }
}
@media screen and (max-width: 992px) {
  .ssl-order ol li .img-box span {
    top: 10%;
    left: 11%;
  }
  .ssl-order ol li:nth-of-type(2) .img-box span {
    top: 5%;
    left: 11%;
  }
  .ssl-order ol li:nth-of-type(3) .img-box span {
    top: 15%;
    left: 10%;
  }
}
@media screen and (max-width: 767px) {
  .ssl-order ol li {
    margin-top: 50px;
  }
  .ssl-order ol li p {
    padding-left: 0px;
  }
  .ssl-order ol li:nth-of-type(1) {
    margin-top: 0px;
  }
}

.ssl-footer .btn {
  float: left;
}
.ssl-footer span {
  color: #828a91;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  display: inline-block;
  padding-left: 30px;
}
@media screen and (max-width: 1420px) {
  .ssl-footer {
    text-align: center;
  }
  .ssl-footer .btn {
    margin-bottom: 20px;
    float: none;
    display: inline-block;
  }
  .ssl-footer span {
    display: block;
    text-align: center;
    clear: both;
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .ssl-footer {
    padding-top: 50px;
  }
  .ssl-footer .pdf-section {
    margin-bottom: 50px;
  }
  .ssl-footer .pdf-section:last-child {
    margin-bottom: 0px;
  }
}

.media-header {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 150px;
  border-bottom: 2px solid #d4dde5;
}
.media-header .beam-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.media-header .beam-bg .media-interview {
  position: absolute;
  right: 0px;
  bottom: 0;
}
.media-header .beam-bg .media-camera {
  position: absolute;
  right: 0px;
  bottom: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.media-header .beam-section-header {
  width: 50%;
}
.media-header .beam-section-header h2 {
  margin: 0;
  padding: 0;
  font-size: 70px;
  line-height: 75px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .media-header .beam-section-header {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .media-header .beam-section-header {
    width: 100%;
    max-width: 100%;
  }
  .media-header .beam-section-header h2 {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 500px) {
  .media-header .media-interview {
    height: 280px;
  }
  .media-header .media-camera {
    height: 220px;
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%);
  }
  .media-header .beam-section-header h2 {
    margin-bottom: 110px;
  }
}

.media-subpages {
  z-index: 2;
  position: relative;
  overflow: visible;
  background-color: #FAFCFD;
  padding-top: 80px;
}
.media-subpages .press-btn {
  position: absolute;
  border-radius: 34px;
  right: 25px;
  top: -115px;
  padding-right: 45px;
  padding-left: 45px;
}
.media-subpages .press-btn span {
  font-weight: normal;
  text-transform: lowercase;
}
.media-subpages .tab-nav {
  position: absolute;
  top: -80px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  text-align: left;
}
.media-subpages .tab-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.media-subpages .tab-nav ul li {
  padding: 0;
  margin: 0;
  display: block;
  float: left;
}
.media-subpages .tab-nav ul li a {
  display: block;
  height: 80px;
  padding: 25px 30px;
  padding-right: 40px;
  background-color: #fff;
  border-top: 2px solid #d4dde5;
  border-right: 2px solid #d4dde5;
  border-bottom: 2px solid #d4dde5;
  color: #626b72;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.media-subpages .tab-nav ul li a span {
  position: relative;
  display: inline;
  float: left;
}
.media-subpages .tab-nav ul li a span img {
  transition: 0.25s;
  padding-right: 5px;
}
.media-subpages .tab-nav ul li a span img:nth-of-type(1) {
  position: relative;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.media-subpages .tab-nav ul li a span img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.media-subpages .tab-nav ul li:nth-of-type(2) a {
  border-left: 2px solid #d4dde5;
}
.media-subpages .tab-nav ul .active a {
  border-bottom: 2px solid #FAFCFD;
  background-color: #FAFCFD;
  color: #ff8522;
}
.media-subpages .tab-nav ul .active a span img:nth-of-type(1) {
  opacity: 0;
}
.media-subpages .tab-nav ul .active a span img:nth-of-type(2) {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .media-subpages .press-btn {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .media-subpages .tab-nav {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 60px;
    z-index: 3;
    padding-left: 25px;
    padding-right: 25px;
  }
  .media-subpages .tab-nav ul::after {
    content: url("../gfx/icons/icon-select.svg");
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .media-subpages .tab-nav ul {
    width: 100%;
    overflow: visible;
    transition: 0.25s;
  }
  .media-subpages .tab-nav ul li {
    display: block;
    float: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
  }
  .media-subpages .tab-nav ul li a {
    height: 60px;
    padding: 15px 20px;
    border: 2px solid #d4dde5;
    text-align: left;
  }
  .media-subpages .tab-nav ul .gost-button {
    position: relative;
    height: 60px;
    width: 100%;
    z-index: 2;
    opacity: 1;
    cursor: pointer;
  }
  .media-subpages .tab-nav ul .active {
    opacity: 1;
  }
  .media-subpages .tab-nav ul .active a {
    border: 2px solid #d4dde5;
    background-color: #fff;
    color: #ff8522;
  }
  .media-subpages .tab-nav ul .active a span img:nth-of-type(1) {
    opacity: 0;
  }
  .media-subpages .tab-nav ul .active a span img:nth-of-type(2) {
    opacity: 1;
  }
  .media-subpages .tab-nav ul .cat-button:hover a {
    background-color: #fff;
  }
  .media-subpages .tab-nav ul .open:nth-of-type(1) {
    z-index: -2;
  }
  .media-subpages .tab-nav ul .open:nth-of-type(2) {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
    z-index: 4;
  }
  .media-subpages .tab-nav ul .open:nth-of-type(3) {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    top: -2px;
    opacity: 1;
    z-index: 3;
  }
  .media-subpages .tab-nav ul .open:nth-of-type(4) {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
    top: -4px;
    opacity: 1;
    z-index: 2;
  }
  .media-subpages .tab-nav ul .open:nth-of-type(5) {
    -webkit-transform: translateY(300%);
            transform: translateY(300%);
    top: -6px;
    opacity: 1;
    z-index: 1;
  }
  .media-subpages .tab-nav .open-menu {
    box-shadow: 0px 2px 12px rgba(18, 18, 20, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .media-subpages {
    padding-top: 80px;
  }
  .media-subpages .tab-nav {
    margin-bottom: 30px;
  }
  .media-subpages .tab-container {
    padding: 0 !important;
  }
}
@media screen and (max-width: 370px) {
  .media-subpages .tab-nav {
    padding-left: 0px;
    padding-right: 0px;
  }
  .media-subpages .tab-nav ul li {
    overflow: hidden;
  }
  .media-subpages .tab-nav ul li a {
    font-size: 14px;
    margin-left: -2px;
    margin-right: -2px;
  }
}
.media-subpages #press {
  margin-top: 30px;
}
.media-subpages #press .press {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 1127px;
  margin: 0 auto;
}
.media-subpages #press .press .press-item {
  padding: 0px;
  margin: 0;
  border: 2px solid #e0e7ee;
  background-color: white;
  border-bottom: 0px;
}
.media-subpages #press .press .press-item .press-header {
  padding: 40px 200px 40px 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.media-subpages #press .press .press-item .press-header .photo {
  width: 150px;
  height: 100px;
  position: relative;
  display: block;
  float: left;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.media-subpages #press .press .press-item .press-header .photo .diecuts {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.media-subpages #press .press .press-item .press-header .photo .diecuts img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.media-subpages #press .press .press-item .press-header .photo .img-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.media-subpages #press .press .press-item .press-header .photo-video {
  background-color: rgba(39, 49, 53, 0.5);
  border: 2px solid #FFBB80;
}
.media-subpages #press .press .press-item .press-header .photo-video .border-points div {
  background-color: #FF9C4C;
}
.media-subpages #press .press .press-item .press-header .photo-video .diecuts img {
  opacity: 0.6;
}
.media-subpages #press .press .press-item .press-header .photo + .tittle {
  padding-left: 30px;
}
.media-subpages #press .press .press-item .press-header .tittle {
  width: 100%;
  padding-right: 200px;
}
.media-subpages #press .press .press-item .press-header .tittle p {
  font-size: 14px;
  font-style: oblique;
  line-height: 22px;
  color: #98A2AB;
}
.media-subpages #press .press .press-item .press-header .tittle h3 {
  color: #3b4348;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  margin-top: 0px;
}
.media-subpages #press .press .press-item .press-header .tittle *:last-child {
  margin-bottom: 0px;
}
.media-subpages #press .press .press-item .press-header .footer {
  width: 250px;
  position: absolute;
  right: 120px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 2px solid #E0E7EE;
  padding-left: 15px;
}
.media-subpages #press .press .press-item .press-header .footer .date {
  display: block;
  font-size: 14px;
  font-weight: 900;
  line-height: 16px;
  color: #C7CED5;
  margin-top: 0px;
}
.media-subpages #press .press .press-item .press-header .footer .adress {
  font-size: 15px;
  font-weight: 500;
  line-height: 10px;
  color: #FF8522;
  margin-bottom: 0px;
  display: inline;
}
.media-subpages #press .press .press-item .press-box {
  height: 0px;
  overflow: hidden;
  transition: 0.5s;
}
.media-subpages #press .press .press-item .press-box .press-body {
  padding: 0px 30px 20px 30px;
}
.media-subpages #press .press .press-item .press-box .press-body .key-info {
  color: #c7ced5;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
}
.media-subpages #press .press .press-item .press-box .press-body .key-info span {
  color: #626b72;
}
.media-subpages #press .press .press-item .press-box .press-body h4 {
  color: #c7ced5;
  margin-top: 25px;
}
.media-subpages #press .press .press-item .press-box .press-body ul {
  list-style: none;
  border-left: 2px solid #e0e7ee;
  padding-left: 15px;
  margin-top: 10px;
}
.media-subpages #press .press .press-item .press-box .press-body p {
  font-size: 15px;
  line-height: 28px;
  color: #828A91;
}
.media-subpages #press .press .press-item:last-child {
  border-bottom: 2px solid #e0e7ee;
}
.media-subpages #press .more-button {
  position: absolute;
  right: 30px;
  height: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: 0.5s;
}
.media-subpages #press .more-button .more-icon {
  display: block;
  position: relative;
  left: 10px;
  height: 8px;
  width: 8px;
  border-left: 2px solid #AFB9C2;
  border-bottom: 2px solid #AFB9C2;
  margin-right: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: 0.5s;
}
.media-subpages #press .more-button-active {
  border: 2px solid #FF9C4C !important;
  background-color: #fff !important;
  color: #828a91 !important;
}
.media-subpages #press .more-button-active .more-icon {
  border-left: 2px solid #FC7500;
  border-bottom: 2px solid #FC7500;
  left: 7px;
  -webkit-transform: rotate(135deg) translateY(-5px);
          transform: rotate(135deg) translateY(-5px);
}
.media-subpages #press .more-button-active:focus,
.media-subpages #press .more-button-active:active {
  border: 2px solid #fff !important;
  background-color: #fff;
  color: #828a91;
}
.media-subpages #press .more-button:focus {
  outline: none;
}
@media screen and (max-width: 992px) {
  .media-subpages #press .press .press-item .press-header {
    padding: 40px 40px 110px 40px;
  }
  .media-subpages #press .press .press-item .press-header .tittle {
    padding-right: 0px;
  }
  .media-subpages #press .press .press-item .press-header .footer {
    width: auto;
    left: 40px;
    bottom: 40px;
    top: auto;
    right: auto;
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
  .media-subpages #press .more-button {
    right: 40px;
    top: auto;
    bottom: 40px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media screen and (max-width: 767px) {
  .media-subpages #press .press .press-item {
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
  }
}
@media screen and (max-width: 510px) {
  .media-subpages #press .press .press-item .press-header {
    display: block;
    padding: 30px 30px 90px 30px;
  }
  .media-subpages #press .press .press-item .press-header .photo {
    float: none;
    margin-bottom: 20px;
  }
  .media-subpages #press .press .press-item .press-header .photo + .tittle {
    padding-left: 0px;
  }
  .media-subpages #press .press .press-item .press-header .footer {
    width: 100%;
    left: auto;
    bottom: auto;
    top: auto;
    right: auto;
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
    display: block;
    position: relative;
    margin-top: 20px;
  }
  .media-subpages #press .more-button {
    right: auto;
    left: 30px;
    top: auto;
    bottom: 30px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.media-subpages #people {
  margin-top: 30px;
}
.media-subpages #people h3 {
  font-size: 18px;
  font-weight: 900;
  line-height: 25px;
  color: #3B4348;
  margin-bottom: 30px;
}
.media-subpages #people .about-company {
  max-width: 660px;
}
.media-subpages #people .about-company .distinction {
  font-size: 26px;
  font-weight: 300;
  line-height: 42px;
  color: #3B4348;
  padding-left: 40px;
  border-left: 2px solid #D4DDE5;
}
.media-subpages #people .about-company p {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 30px;
  color: #3B4348;
}
.media-subpages #people .about-ceo p {
  margin-top: 0px;
  margin-left: 116px;
  position: relative;
  top: -20px;
  max-width: 400px;
}
.media-subpages #people .about-ceo header {
  position: relative;
  top: -40px;
}
.media-subpages #people .about-ceo header h4 {
  font-size: 34px;
  font-weight: 300;
  line-height: 60px;
  color: #3B4348;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 116px;
}
.media-subpages #people .about-ceo header p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 900;
  line-height: 19px;
  color: #98A2AB;
  top: 0;
}
.media-subpages #people .about-ceo img {
  max-width: 438px;
  width: 100%;
}
.media-subpages #people .about-team p {
  margin-top: 0px;
  margin-left: 116px;
  position: relative;
  top: -20px;
  max-width: 400px;
}
.media-subpages #people .about-team a {
  margin-left: 116px;
}
.media-subpages #people .about-team header {
  position: relative;
  top: -40px;
}
.media-subpages #people .about-team header h4 {
  font-size: 34px;
  font-weight: 300;
  line-height: 60px;
  color: #3B4348;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 116px;
}
.media-subpages #people .about-team header p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 900;
  line-height: 19px;
  color: #98A2AB;
  top: 0px;
}
.media-subpages #people .about-team img {
  max-width: 611px;
  width: 100%;
}
.media-subpages #people .about-numbers .numbers {
  display: block;
  list-style: none;
  padding: 0;
  max-width: 530px;
  margin: 0 auto;
}
.media-subpages #people .about-numbers .numbers li {
  display: block;
  position: relative;
  margin: 0;
  padding: 40px;
  background-color: #fff;
  float: left;
  border: 2px solid #E8EEF4;
  font-size: 14px;
  line-height: 19px;
  color: #3B4348;
  text-transform: uppercase;
  box-shadow: 0 8px 10px 0 rgba(39, 49, 53, 0.05);
}
.media-subpages #people .about-numbers .numbers li .border-points div {
  background-color: #C7CED5;
}
.media-subpages #people .about-numbers .numbers li span {
  display: block;
  font-size: 38px;
  font-weight: 900;
  line-height: 52px;
  color: #3B4348;
}
.media-subpages #people .about-numbers .numbers li:nth-of-type(1) {
  z-index: 5;
  width: 50%;
  top: 20px;
  left: 10px;
}
.media-subpages #people .about-numbers .numbers li:nth-of-type(2) {
  z-index: 4;
  width: 50%;
  background-color: #EFF3F7;
  top: 60px;
}
.media-subpages #people .about-numbers .numbers li:nth-of-type(3) {
  z-index: 3;
  width: 80%;
  left: 10%;
}
.media-subpages #people .about-numbers .numbers li:nth-of-type(4) {
  z-index: 1;
  width: 50%;
  top: -20px;
}
.media-subpages #people .about-numbers .numbers li:nth-of-type(5) {
  z-index: 2;
  width: 50%;
  background-color: #FAFCFD;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 992px) {
  .media-subpages #people .about-ceo {
    margin-bottom: 0px;
  }
  .media-subpages #people .about-team {
    margin-bottom: 80px;
  }
  .media-subpages #people .about-team p, .media-subpages #people .about-ceo p {
    margin-left: 0px;
  }
  .media-subpages #people .about-team a, .media-subpages #people .about-ceo a {
    margin-left: 0px;
  }
  .media-subpages #people .about-team header h4, .media-subpages #people .about-ceo header h4 {
    margin-left: 0px;
  }
  .media-subpages #people .about-team img, .media-subpages #people .about-ceo img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .media-subpages #people .about-company .distinction {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    color: #3B4348;
    padding-left: 20px;
    border-left: 2px solid #D4DDE5;
  }
  .media-subpages #people .about-numbers .numbers li {
    width: 100% !important;
  }
  .media-subpages #people .about-numbers .numbers li:nth-of-type(1) {
    z-index: 5;
    width: 50%;
    top: 20px;
    left: 10px;
  }
  .media-subpages #people .about-numbers .numbers li:nth-of-type(2) {
    z-index: 4;
    width: 50%;
    background-color: #EFF3F7;
    top: 10px;
    right: 10px;
  }
  .media-subpages #people .about-numbers .numbers li:nth-of-type(3) {
    z-index: 3;
    width: 80%;
    left: 15px;
  }
  .media-subpages #people .about-numbers .numbers li:nth-of-type(4) {
    z-index: 1;
    width: 50%;
    top: -20px;
  }
  .media-subpages #people .about-numbers .numbers li:nth-of-type(5) {
    z-index: 2;
    width: 50%;
    background-color: #FAFCFD;
    top: -30px;
    right: 15px;
  }
}
.media-subpages #download {
  margin-top: 30px;
}
.media-subpages #download section {
  margin-bottom: 50px;
}
.media-subpages #download section header {
  position: relative;
  margin-bottom: 40px;
}
.media-subpages #download section header h3 {
  position: relative;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  z-index: 1;
  background-color: #FAFCFD;
  padding-right: 20px;
  text-transform: uppercase;
}
.media-subpages #download section header h3 span {
  font-weight: normal;
}
.media-subpages #download section header .action-line {
  float: right;
}
.media-subpages #download section header .action-line a {
  z-index: 1;
  position: relative;
  float: right;
  top: -15px;
  right: 0px;
}
.media-subpages #download section header .action-line a img {
  height: 20px;
  padding-right: 10px;
  float: none;
  margin-right: 0px;
  margin-bottom: 0px;
}
.media-subpages #download section header::before {
  position: absolute;
  top: 10px;
  left: 0px;
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  float: right;
  background-color: #E0E7EE;
}
.media-subpages #download section header::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.media-subpages #download section .download-content img {
  position: relative;
  float: left;
  margin-right: 25px;
  margin-bottom: 40px;
}
.media-subpages #download section .download-content img:last-child {
  margin-right: 0px;
}
.media-subpages #download section .download-content .download-frame {
  position: relative;
  margin-right: 30px;
  margin-bottom: 40px;
  float: left;
}
.media-subpages #download section .download-content .download-frame p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 19px;
  color: #98A2AB;
}
.media-subpages #download section .download-content .download-frame img {
  float: none;
  margin-right: 0px;
  margin-bottom: 0px;
  width: 100%;
  position: relative;
  top: -3px;
}
.media-subpages #download section .download-content .download-frame a {
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.media-subpages #download section .download-content .download-frame a img {
  height: 20px;
}
.media-subpages #download section .download-content .download-frame.photo-business .img-business {
  border: 2px solid #E0E7EE;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 4px 10px 0 rgba(59, 67, 72, 0.08);
}
.media-subpages #download section .download-content .download-frame.photo-business a {
  bottom: -12px;
}
.media-subpages #download section .download-content .download-frame.logotype-big p, .media-subpages #download section .download-content .download-frame.logotype-symbol p {
  color: #4A545B;
  font-size: 15px;
  line-height: 20px;
}
.media-subpages #download section .download-content .download-frame.prohibited-use p {
  color: #FF5959;
  font-size: 15px;
  line-height: 29px;
}
.media-subpages #download section .download-content .download-frame:last-child {
  margin-right: 0px;
}
.media-subpages #download section .download-content .one-column-banner {
  max-width: 550px;
  margin-left: 150px;
}
.media-subpages #download section .download-content.logotype {
  margin-top: 20px;
}
.media-subpages #download section .download-content .symbols p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 19px;
  color: #98A2AB;
}
.media-subpages #download section .logo-statue {
  display: inline-block;
}
.media-subpages #download section .logo-statue p {
  margin-bottom: 15px;
  color: #4A545B;
  font-size: 15px;
  line-height: 20px;
}
.media-subpages #download section .logo-statue .logo-size {
  margin-bottom: 25px;
}
.media-subpages #download section .logo-statue .logo-size .desc {
  margin-top: 40px;
}
.media-subpages #download section .color-palette {
  margin-top: 20px;
}
.media-subpages #download section .color-palette .name-section {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 20px;
  color: #98A2AB;
}
.media-subpages #download section .color-palette .green-color, .media-subpages #download section .color-palette .blue-color, .media-subpages #download section .color-palette .yellow-color, .media-subpages #download section .color-palette .orange-color, .media-subpages #download section .color-palette .red-color {
  margin-top: 50px;
}
.media-subpages #download section .color-palette .palette-container {
  display: inline-block;
}
.media-subpages #download section .color-palette .palette-container .color {
  margin-right: -2px;
  margin-bottom: -2px;
  position: relative;
  float: left;
  border: 2px solid #E8EEF4;
  background-color: #FFFFFF;
  padding: 15px 31px 30px 32px;
}
.media-subpages #download section .color-palette .palette-container .color p {
  font-size: 15px;
  color: #98A2AB;
  margin-bottom: 0;
}
.media-subpages #download section .color-palette .palette-container .color .example-color {
  border: 2px solid rgba(59, 67, 72, 0.1);
  height: 40px;
  width: 160px;
}
.media-subpages #download section .color-palette .palette-container .color.base-color {
  z-index: 1;
  border: 2px solid #98A2AB;
}
.media-subpages #download section .color-palette .palette-container .color.base-color p {
  color: #3B4348;
  font-weight: 900;
}
.media-subpages #download section::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
@media screen and (max-width: 1410px) {
  .media-subpages #download section .download-content .one-column-banner {
    margin-left: 0;
  }
  .media-subpages #download section .download-content .symbols {
    display: inline-block;
  }
}
@media screen and (max-width: 992px) {
  .media-subpages #download section header .action-line {
    float: none;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .media-subpages #download section header .action-line a {
    z-index: 1;
    position: relative;
    float: none;
    top: 0px;
    right: auto;
  }
}
@media screen and (max-width: 975px) {
  .media-subpages #download section .download-content.logotype .download-frame:nth-child(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 945px) {
  .media-subpages #download section .download-content.logotype .download-frame:nth-child(2) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 520px) {
  .media-subpages #download section .download-content.logotype .download-frame {
    margin-right: 0px;
  }
  .media-subpages #download section .download-content.logotype .download-frame:nth-child(2) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 410px) {
  .media-subpages #download section .download-content .symbols .download-frame {
    margin-right: 0;
  }
  .media-subpages #download section .download-content.ads .download-frame {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .media-subpages #download section .logo-statue .download-content .prohibited-use {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.competition-header {
  background-color: #fafcfd;
  padding-bottom: 300px;
  background-image: url("../gfx/img/backgrounds/bg_konkurencja.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.competition-header .competition-tables {
  margin-top: 75px;
  display: block;
  width: 100%;
}
.competition-header .competition-tables .competition-left {
  display: block;
  vertical-align: middle;
  width: 670px;
  float: left;
  padding-top: 15px;
}
.competition-header .competition-tables .competition-left .competitor {
  float: left;
  position: relative;
  padding: 40px 40px 20px 40px;
  border: 2px solid #e0e7ee;
  background-color: white;
}
.competition-header .competition-tables .competition-left .competitor p {
  padding: 0;
  margin: 0;
}
.competition-header .competition-tables .competition-left .competitor .competitor-name {
  padding-bottom: 20px;
  border-bottom: 2px solid #e0e7ee;
  color: #3b4348;
  font-size: 26px;
  font-weight: 400;
}
.competition-header .competition-tables .competition-left .competitor ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.competition-header .competition-tables .competition-left .competitor ul li {
  clear: both;
  color: #3b4348;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.competition-header .competition-tables .competition-left .competitor .bad-list li::before {
  content: url("../gfx/icons/icon-bad.svg");
  position: relative;
  display: block;
  float: left;
  padding-right: 15px;
  top: -5px;
}
.competition-header .competition-tables .competition-left .competitor .bad-list li:nth-of-type(1)::before {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
.competition-header .competition-tables .competition-left .competitor .bad-list li:nth-of-type(2)::before {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.competition-header .competition-tables .competition-left .competitor .bad-list li:nth-of-type(3)::before {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.competition-header .competition-tables .competition-left .competitor .border-points div {
  background-color: #c7d1da;
}
.competition-header .competition-tables .competition-left .competitor:nth-of-type(2) {
  border-left: 0px;
}
.competition-header .competition-tables .competition-right {
  display: block;
  float: right;
}
.competition-header .competition-tables .competition-right .competitor {
  float: right;
  position: relative;
  padding: 40px;
  border: 0px solid #e0e7ee;
  height: 304px;
}
.competition-header .competition-tables .competition-right .competitor p {
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 2;
}
.competition-header .competition-tables .competition-right .competitor .competitor-name {
  padding-bottom: 20px;
  border-bottom: 2px solid #e0e7ee;
  color: #3b4348;
  font-size: 26px;
  font-weight: 400;
}
.competition-header .competition-tables .competition-right .competitor ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  z-index: 2;
}
.competition-header .competition-tables .competition-right .competitor ul li {
  clear: both;
  color: #3b4348;
  font-size: 18px;
  font-weight: 400;
  line-height: 45px;
}
.competition-header .competition-tables .competition-right .competitor .dh-bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-3px) translateX(3px);
          transform: translateY(-3px) translateX(3px);
}
.competition-header .competition-tables .competition-right .competitor .good-list li::before {
  content: url("../gfx/icons/icon-good.svg");
  position: relative;
  display: block;
  float: left;
  padding-right: 15px;
  padding-top: 5px;
}
.competition-header .competition-tables .competition-right .competitor .good-list li:nth-of-type(1)::before {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
.competition-header .competition-tables .competition-right .competitor .good-list li:nth-of-type(2)::before {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.competition-header .competition-tables .competition-right .competitor .good-list li:nth-of-type(3)::before {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.competition-header .competition-tables .competition-right .competitor .border-points {
  display: none;
}
.competition-header .competition-tables .competition-right .competitor .border-points div {
  background-color: #c7d1da;
}
.competition-header .competition-tables .competition-right .competitor:nth-of-type(2) {
  margin-left: -2px;
}
.competition-header .competition-tables .competition-left::after,
.competition-header .competition-tables .competition-right::after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 1420px) {
  .competition-header {
    padding-bottom: 200px;
    background-size: 120%;
  }
  .competition-header .competition-tables .competition-left .competitor {
    padding: 30px 30px 15px 30px;
  }
  .competition-header .competition-tables .competition-right .competitor {
    padding: 30px;
    height: 290px;
  }
  .competition-header .competition-tables .competition-right .competitor img {
    height: 290px;
  }
}
@media screen and (max-width: 1150px) {
  .competition-header {
    background-size: 120%;
  }
  .competition-header .competition-tables .competition-left {
    width: 550px;
    padding-top: 10px;
  }
  .competition-header .competition-tables .competition-left .competitor {
    padding: 20px 20px 10px 20px;
  }
  .competition-header .competition-tables .competition-left .competitor .competitor-name {
    font-size: 26px;
  }
  .competition-header .competition-tables .competition-left .competitor ul li {
    font-size: 14px;
  }
  .competition-header .competition-tables .competition-right .competitor {
    padding: 20px;
    height: 270px;
  }
  .competition-header .competition-tables .competition-right .competitor img {
    height: 270px;
    width: 500px;
  }
  .competition-header .competition-tables .competition-right .competitor .competitor-name {
    font-size: 26px;
  }
  .competition-header .competition-tables .competition-right .competitor ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .competition-header {
    background-size: 210%;
    padding-bottom: 150px;
  }
  .competition-header .competition-tables {
    margin-top: 75px;
    display: block;
    width: 100%;
  }
  .competition-header .competition-tables .competition-left {
    display: block;
    width: 100%;
    float: none;
    clear: both;
  }
  .competition-header .competition-tables .competition-left .competitor {
    float: left;
    width: 50%;
  }
  .competition-header .competition-tables .competition-right {
    display: block;
    float: none;
    clear: both;
    padding-top: 60px;
  }
  .competition-header .competition-tables .competition-right .competitor {
    float: none;
    width: 100%;
    max-width: 350px;
    height: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 550px) {
  .competition-header {
    background-image: none;
    padding-bottom: 50px;
  }
  .competition-header .competition-tables .competition-left .competitor {
    float: none;
    width: 100%;
  }
  .competition-header .competition-tables .competition-left .competitor:nth-of-type(2) {
    margin-left: 0px;
    margin-top: -2px;
  }
  .competition-header .competition-tables .competition-left .competitor:nth-of-type(2) {
    border-left: 2px solid #e0e7ee;
  }
  .competition-header .competition-tables .competition-right {
    padding-top: 100px;
  }
  .competition-header .competition-tables .competition-right .competitor {
    position: relative;
    padding: 40px 40px 20px 40px;
    border: 2px solid #e0e7ee;
    background-color: white;
    max-width: 550px;
  }
  .competition-header .competition-tables .competition-right .competitor .dh-bg {
    display: none;
  }
  .competition-header .competition-tables .competition-right .competitor ul li {
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .competition-header .competition-tables .competition-right .competitor ul li::before {
    position: relative;
    top: -10px;
  }
  .competition-header .competition-tables .competition-right .border-points {
    display: block;
  }
  .competition-header .competition-tables .competition-right .competitor::before {
    content: url("../gfx/img/bolid.svg");
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-95%);
            transform: translateY(-95%);
  }
}

.competition-tables .table-slide-fixed-nav {
  display: none;
  position: fixed;
  top: 100px;
}
.competition-tables .table-slide-nav .nav-box .prev-col,
.competition-tables .table-slide-nav .nav-box .next-col {
  display: none;
}
.competition-tables .competition-table {
  margin-top: 50px;
  width: 100%;
}
.competition-tables .competition-table tr td {
  padding: 20px 30px;
  position: relative;
  width: 14.28%;
}
.competition-tables .competition-table tr td .border-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-bottom: 2px solid #e0e7ee;
}
.competition-tables .competition-table tr td p {
  padding: 0;
  margin: 0;
}
.competition-tables .competition-table tr td img {
  height: 23px;
}
.competition-tables .competition-table tr td:first-child {
  padding-left: 0;
  width: 14%;
}
.competition-tables .competition-table tr td:first-child .border-box::before {
  content: " ";
  display: block;
  border-radius: 50%;
  height: 4px;
  width: 4px;
  background-color: #afb9c2;
  position: absolute;
  bottom: -3px;
  left: -3px;
}
.competition-tables .competition-table tr td:last-child .border-box::after {
  content: " ";
  display: block;
  border-radius: 50%;
  height: 4px;
  width: 4px;
  background-color: #afb9c2;
  position: absolute;
  bottom: -3px;
  right: -3px;
}
.competition-tables .competition-table tr td:nth-of-type(2) {
  background-color: #fbfffb;
}
.competition-tables .competition-table tr td:nth-of-type(2) .border-box {
  border-left: 2px solid #b3f5b9;
  border-right: 2px solid #b3f5b9;
  border-bottom: 2px solid #c5feca;
}
.competition-tables .competition-table tr td:nth-of-type(2) .border-box::before {
  content: " ";
  display: block;
  border-radius: 50%;
  height: 4px;
  width: 4px;
  background-color: #77e681;
  position: absolute;
  bottom: -3px;
  left: -3px;
}
.competition-tables .competition-table tr td:nth-of-type(2) .border-box::after {
  content: " ";
  display: block;
  border-radius: 50%;
  height: 4px;
  width: 4px;
  background-color: #77e681;
  position: absolute;
  top: -3px;
  right: -3px;
}
.competition-tables .competition-table tr:first-child td:nth-of-type(2) .border-box::before {
  content: " ";
  display: block;
  border-radius: 50%;
  height: 4px;
  width: 4px;
  background-color: #77e681;
  position: absolute;
  top: -3px;
  left: -3px;
}
.competition-tables .competition-table tr:first-child td:nth-of-type(2) .border-box {
  border-top: 2px solid #b3f5b9;
}
.competition-tables .competition-table tr:last-child td:nth-of-type(2) .border-box::after {
  content: " ";
  display: block;
  border-radius: 50%;
  height: 4px;
  width: 4px;
  background-color: #77e681;
  position: absolute;
  bottom: -3px;
  right: -3px;
}
.competition-tables .competition-table tr:last-child td:nth-of-type(2) .border-box {
  border-bottom: 2px solid #b3f5b9;
}
.competition-tables .competition-table p {
  color: #3b4348;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.competition-tables .competition-table .competitor-name {
  color: #3b4348;
  font-size: 24px;
  font-weight: 800;
  line-height: 33px;
}
.competition-tables .competition-table .competitor-add {
  color: #3b4348;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.competition-tables .competition-table .service-name {
  color: #3b4348;
  font-size: 24px;
  font-weight: 400;
  line-height: 27px;
}
.competition-tables .competition-table .price {
  color: #3b4348;
  font-weight: 300;
  font-size: 36px;
  line-height: 49px;
}
.competition-tables .competition-table .price span {
  font-size: 24px;
}
.competition-tables .competition-table .tr-tittle {
  color: #626b72;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}
.competition-tables .competition-table .green {
  color: #44d751;
}
.competition-tables .competition-table .red {
  color: #ea3839;
}
@media screen and (max-width: 1420px) {
  .competition-tables .competition-table p {
    font-size: 16px;
    line-height: 20px;
  }
  .competition-tables .competition-table .competitor-name {
    font-size: 18px;
    line-height: 24px;
  }
  .competition-tables .competition-table .competitor-add {
    font-size: 14px;
    line-height: 18px;
  }
  .competition-tables .competition-table .service-name {
    font-size: 18px;
    line-height: 21px;
  }
  .competition-tables .competition-table .price {
    font-size: 28px;
    line-height: 38px;
  }
  .competition-tables .competition-table .price span {
    font-size: 20px;
  }
  .competition-tables .competition-table .tr-tittle {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .competition-tables .competition-table tr td {
    padding: 10px 15px;
  }
  .competition-tables .competition-table p {
    font-size: 14px;
    line-height: 18px;
  }
  .competition-tables .competition-table .competitor-name {
    font-size: 14px;
    line-height: 22px;
  }
  .competition-tables .competition-table .competitor-add {
    font-size: 12px;
    line-height: 16px;
  }
  .competition-tables .competition-table .service-name {
    font-size: 16px;
    line-height: 21px;
  }
  .competition-tables .competition-table .price {
    font-size: 22px;
    line-height: 32px;
  }
  .competition-tables .competition-table .price span {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .competition-tables .hide-nav {
    top: -50px !important;
    transition: 0.5s;
  }
  .competition-tables .table-slide-fixed-nav {
    display: block;
    position: fixed;
    top: 67px;
    height: 50px;
    left: 0;
    z-index: 4;
    background-color: #f2f6fa;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    transition: 0.5s;
  }
  .competition-tables .table-slide-fixed-nav table {
    width: 100%;
  }
  .competition-tables .table-slide-fixed-nav table tr td {
    display: none;
    width: 40%;
    text-align: center;
    height: 50px;
    position: relative;
  }
  .competition-tables .table-slide-fixed-nav table tr td p {
    position: absolute;
    top: 50% !important;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    margin: 0;
    color: #3b4348;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: 800;
    line-height: 20px;
  }
  .competition-tables .table-slide-fixed-nav table tr td:nth-of-type(1) {
    display: table-cell;
    width: 20%;
  }
  .competition-tables .table-slide-fixed-nav table tr td:nth-of-type(2) {
    display: table-cell;
  }
  .competition-tables .table-slide-fixed-nav table tr .active-cell {
    display: table-cell;
  }
  .competition-tables .table-slide-fixed-nav .nav-box {
    position: absolute;
    top: 0;
    width: 40%;
    right: 0;
    z-index: 4;
  }
  .competition-tables .table-slide-fixed-nav .nav-box .prev-col,
  .competition-tables .table-slide-fixed-nav .nav-box .next-col {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    padding: 0 10px;
    text-align: center;
  }
  .competition-tables .table-slide-fixed-nav .nav-box .prev-col {
    top: 0;
    line-height: 50px;
    left: -10px;
  }
  .competition-tables .table-slide-fixed-nav .nav-box .prev-col img {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .competition-tables .table-slide-fixed-nav .nav-box .next-col {
    top: 0;
    line-height: 50px;
    right: 15px;
  }
  .competition-tables .table-slide-fixed-nav .nav-box .next-col img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .competition-tables .table-slide-fixed-nav .nav-box .prev-col:active,
  .competition-tables .table-slide-fixed-nav .nav-box .next-col:active {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .competition-tables .table-container {
    position: relative;
  }
  .competition-tables .table-slide-nav {
    position: absolute;
    z-index: 1;
    width: 40%;
    height: 50px;
    right: 0px;
    top: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .competition-tables .table-slide-nav .nav-box {
    position: relative;
  }
  .competition-tables .table-slide-nav .nav-box .prev-col,
  .competition-tables .table-slide-nav .nav-box .next-col {
    display: inline-block;
    position: absolute;
    cursor: pointer;
  }
  .competition-tables .table-slide-nav .nav-box .prev-col {
    top: 30px;
    left: -45px;
  }
  .competition-tables .table-slide-nav .nav-box .prev-col img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .competition-tables .table-slide-nav .nav-box .next-col {
    top: 30px;
    right: -45px;
  }
  .competition-tables .table-slide-nav .nav-box .prev-col:active,
  .competition-tables .table-slide-nav .nav-box .next-col:active {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .competition-tables .competition-table tr td {
    display: none;
    width: 40%;
    padding: 20px 30px;
  }
  .competition-tables .competition-table tr td:nth-of-type(1) {
    display: table-cell;
    width: 20%;
  }
  .competition-tables .competition-table tr td:nth-of-type(2) {
    display: table-cell;
  }
  .competition-tables .competition-table tr .active-cell {
    display: table-cell;
  }
  .competition-tables .competition-table tr .active-cell .border-box::after {
    content: " ";
    display: block;
    border-radius: 50%;
    height: 4px;
    width: 4px;
    background-color: #afb9c2;
    position: absolute;
    bottom: -3px;
    right: -3px;
  }
  .competition-tables .competition-table p {
    font-size: 16px;
    line-height: 20px;
  }
  .competition-tables .competition-table .competitor-name {
    font-size: 16px;
    line-height: 24px;
  }
  .competition-tables .competition-table .competitor-add {
    font-size: 14px;
    line-height: 18px;
  }
  .competition-tables .competition-table .service-name {
    font-size: 18px;
    line-height: 21px;
  }
  .competition-tables .competition-table .price {
    font-size: 28px;
    line-height: 38px;
  }
  .competition-tables .competition-table .price span {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .competition-tables .table-slide-fixed-nav table {
    width: 100%;
  }
  .competition-tables .table-slide-fixed-nav table tr td {
    display: none;
    width: 50%;
    text-align: center;
    position: relative;
    height: 50px;
  }
  .competition-tables .table-slide-fixed-nav table tr td p {
    position: absolute;
    top: 50% !important;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    margin: 0;
    color: #3b4348;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: 800;
    line-height: 14px;
  }
  .competition-tables .table-slide-fixed-nav table tr td:nth-of-type(1) {
    display: none;
  }
  .competition-tables .table-slide-fixed-nav .nav-box {
    width: 100%;
    z-index: 4;
  }
  .competition-tables .table-slide-fixed-nav .nav-box .prev-col {
    left: 20px;
  }
  .competition-tables .table-slide-nav {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 60px;
  }
  .competition-tables .competition-table {
    margin-top: 0px;
  }
  .competition-tables .competition-table tr {
    position: relative;
  }
  .competition-tables .competition-table tr td {
    width: 50%;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .competition-tables .competition-table tr td:first-child {
    display: block;
    position: absolute;
    padding: 0 0 0 10px;
    margin-top: 0px !important;
    padding-top: 0px !important;
    left: 0;
    z-index: 3;
    width: 100%;
    -webkit-transform: translatey(15px);
            transform: translatey(15px);
  }
  .competition-tables .competition-table tr td:first-child .border-box {
    border: 0px solid #e0e7ee;
  }
  .competition-tables .competition-table tr td:first-child .border-box::after,
  .competition-tables .competition-table tr td:first-child .border-box::before {
    display: none;
  }
  .competition-tables .competition-table tr td:nth-of-type(2) {
    background-color: transparent;
  }
  .competition-tables .competition-table tr td:nth-of-type(2) .border-box {
    border-left: 0px solid #b3f5b9;
    border-right: 0px solid #b3f5b9;
    border-bottom: 2px solid #e0e7ee;
  }
  .competition-tables .competition-table tr td:nth-of-type(2) .border-box::before {
    content: " ";
    display: block;
    border-radius: 50%;
    height: 4px;
    width: 4px;
    background-color: #afb9c2;
    position: absolute;
    bottom: -3px !important;
    left: -3px;
  }
  .competition-tables .competition-table tr td:nth-of-type(2) .border-box::after {
    display: none;
  }
  .competition-tables .competition-table tr:first-child td {
    padding-bottom: 30px;
  }
  .competition-tables .competition-table tr:first-child td:nth-of-type(2) .border-box::before,
  .competition-tables .competition-table tr:first-child td:nth-of-type(2) .border-box::after {
    display: none;
  }
  .competition-tables .competition-table tr:first-child td:nth-of-type(2) .border-box {
    border-top: 0px solid #b3f5b9;
  }
  .competition-tables .competition-table tr:nth-of-type(2) td {
    margin-top: 20px;
    padding-top: 60px;
  }
  .competition-tables .competition-table tr:nth-of-type(2) td:first-child {
    margin-top: 20px !important;
  }
  .competition-tables .competition-table tr:last-child td:nth-of-type(2) .border-box::before {
    content: " ";
    display: block;
    border-radius: 50%;
    height: 4px;
    width: 4px;
    background-color: #afb9c2;
    position: absolute;
    bottom: -3px;
    left: -3px;
  }
  .competition-tables .competition-table tr:last-child td:nth-of-type(2) .border-box::after {
    display: none;
  }
  .competition-tables .competition-table tr:last-child td:nth-of-type(2) .border-box {
    border-bottom: 2px solid #e0e7ee;
  }
}

.competition-why {
  background-color: #fafcfd;
}
.competition-why ul {
  list-style: none;
  padding-left: 0;
  margin-top: 50px;
}
.competition-why ul li h3 {
  color: #3b4348;
  font-size: 18px;
  font-weight: 900;
  line-height: 25px;
}
.competition-why ul li .img-box {
  width: 100%;
  border-top: 2px solid #d4dde5;
  overflow: hidden;
  text-align: center;
  height: 160px;
}
.competition-why ul li .img-box img {
  position: relative;
  top: -2px;
  width: 100%;
}
.competition-why ul li p {
  color: #626b72;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}
.competition-why ul li:nth-of-type(1) .img-box img {
  max-width: 184px;
}
.competition-why ul li:nth-of-type(2) .img-box img {
  max-width: 274px;
}
.competition-why ul li:nth-of-type(3) .img-box img {
  max-width: 212px;
}
@media screen and (max-width: 767px) {
  .competition-why ul {
    margin-top: 0px;
  }
  .competition-why ul li {
    margin-bottom: 50px;
  }
  .competition-why ul li .img-box {
    height: auto;
  }
  .competition-why ul li .img-box img {
    width: 80%;
  }
  .competition-why ul li:last-child {
    margin-bottom: 0;
  }
}

.competition-enterprise {
  background-color: #f2f6fa;
}
.competition-enterprise ul {
  list-style: none;
  padding-left: 0;
}
.competition-enterprise ul li h3 {
  color: #3b4348;
  font-size: 18px;
  font-weight: 900;
  line-height: 25px;
  padding-bottom: 15px;
}
.competition-enterprise ul li p {
  color: #626b72;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}
.competition-enterprise ul li:last-child {
  text-align: left;
}
.competition-enterprise ul li:last-child h3 {
  font-weight: 400;
  color: #828a91;
  text-align: left;
}
.competition-enterprise ul li:last-child img {
  padding: 20px 15px 20px 0;
}
@media screen and (max-width: 1420px) {
  .competition-enterprise ul li:last-child img {
    padding: 20px 15px 20px 0;
  }
  .competition-enterprise ul li:last-child img:nth-of-type(1) {
    width: 100px;
  }
  .competition-enterprise ul li:last-child img:nth-of-type(2) {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .competition-enterprise ul {
    margin-top: 0px;
  }
  .competition-enterprise ul li {
    margin-bottom: 50px;
  }
  .competition-enterprise ul li .img-box {
    height: auto;
  }
  .competition-enterprise ul li .img-box img {
    width: 80%;
  }
  .competition-enterprise ul li:last-child {
    margin-bottom: 0;
  }
}

.competition-contact .contact-box {
  display: table;
  width: 100%;
}
.competition-contact .contact-box .img-box {
  overflow: hidden;
  display: table-cell;
  width: 300px;
  border-left: 2px solid #d4dde5;
}
.competition-contact .contact-box .img-box .contact-img {
  position: relative;
  left: -45px;
  max-width: 305px;
}
.competition-contact .contact-box .img-box .contact-img img:nth-of-type(1) {
  position: relative;
  z-index: 1;
  width: 100%;
}
.competition-contact .contact-box .img-box .contact-img img:nth-of-type(2) {
  position: absolute;
  top: 29%;
  left: 46%;
  width: 50%;
}
.competition-contact .contact-box .text-box {
  display: table-cell;
  vertical-align: middle;
}
.competition-contact .contact-box .text-box h2 {
  color: #3b4348;
  font-size: 36px;
  font-weight: 300;
  line-height: 46px;
}
.competition-contact .contact-box .text-box .number {
  color: #3b4348;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -1.5px;
  line-height: 48px;
  display: inline-block;
}
.competition-contact .contact-box .text-box .number,
.competition-contact .contact-box .text-box .btn {
  display: block;
  float: left;
  margin-right: 30px;
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .competition-contact .contact-box .text-box h2 {
    font-size: 28px;
    line-height: 40px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 780px) {
  .competition-contact .contact-box {
    display: table;
    width: 100%;
  }
  .competition-contact .contact-box .img-box {
    overflow: hidden;
    display: block;
  }
  .competition-contact .contact-box .text-box {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .competition-contact .contact-box .text-box .number {
    font-size: 38px;
    line-height: 38px;
  }
}

.about-header {
  position: relative;
  overflow: hidden;
  background-color: #fafcfd;
  padding-bottom: 100px;
  background-position: bottom center;
  background-repeat: repeat-x;
}
.about-header .beam-section-header {
  margin-bottom: 200px;
}
.about-header .beam-section-header .offer-off {
  display: none;
}
.about-header .beam-section-header .offer-on {
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 100%;
}
.about-header .beam-section-header .offer-on p {
  margin-top: 10px;
  color: #828a91;
  font-size: 18px;
  line-height: 25px;
}
.about-header .beam-section-header .offer-on .btn {
  color: #24c432;
  font-size: 13px;
  font-weight: 900;
  background-color: white;
  border: 2px solid #44d751;
  border-radius: 100px;
  position: relative;
}
.about-header .beam-section-header .offer-on .btn:hover {
  color: white;
  font-size: 13px;
  font-weight: 900;
  background-color: #44d751;
  border: 2px solid #24c432;
  border-radius: 100px;
}
.about-header .beam-section-header .offer-on::before {
  content: url(../gfx/img/offer-on.svg);
  position: absolute;
  display: block;
  top: 9px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-100%);
          transform: translateX(-50%) translateY(-100%);
}
.about-header .advantages {
  padding-bottom: 50px;
}
.about-header .advantages .row {
  margin-bottom: 40px;
}
.about-header .advantages .row:nth-of-type(1) {
  z-index: 2;
  position: relative;
}
.about-header .advantages .advantage-content {
  position: relative;
  background-color: white;
  border: 2px solid #eff3f7;
  padding: 50px;
  padding-bottom: 20px;
}
.about-header .advantages .advantage-content h3, .about-header .advantages .advantage-content p {
  padding: 0;
  margin: 0;
  padding-bottom: 30px;
}
.about-header .advantages .advantage-content h3 {
  color: #3b4348;
  font-size: 22px;
  font-weight: 900;
}
.about-header .advantages .advantage-content p {
  color: #4a545b;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}
.about-header .advantages .advantage-content .introduction {
  color: #828a91;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}
.about-header .advantages .advantage:last-child {
  padding-top: 70px;
}
.about-header .advantages .advantage {
  position: relative;
}
.about-header .advantages .advantage-experience img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  -webkit-transform: translateY(-30%) translateX(50%);
          transform: translateY(-30%) translateX(50%);
}
.about-header .advantages .advantage-independence img:nth-of-type(1) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  -webkit-transform: translateY(100%) translateX(-60%);
          transform: translateY(100%) translateX(-60%);
}
.about-header .advantages .advantage-independence img:nth-of-type(2) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  -webkit-transform: translateY(-25%) translateX(-8%);
          transform: translateY(-25%) translateX(-8%);
  z-index: 2;
}
.about-header .advantages .advantage-technology img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  -webkit-transform: translateY(-10%) translateX(80%);
          transform: translateY(-10%) translateX(80%);
}
.about-header .advantages .advantage-reliability img {
  display: block;
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 55%;
  -webkit-transform: translateY(60%) translateX(50%);
          transform: translateY(60%) translateX(50%);
}
@media screen and (min-width: 1201px) {
  .about-header .beam-section-header h2 {
    font-size: 64px;
    line-height: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .about-header .advantages {
    padding-bottom: 0px;
  }
  .about-header .advantages .row {
    margin-bottom: 40px;
  }
  .about-header .advantages .advantage-content {
    position: relative;
    padding: 50px;
  }
  .about-header .advantages .advantage:last-child {
    padding-top: 40px;
  }
  .about-header .advantages .advantage-experience {
    z-index: 3;
  }
  .about-header .advantages .advantage-experience img {
    display: block;
    position: absolute;
    top: 0;
    right: 50%;
    width: 55%;
    min-width: 300px;
    -webkit-transform: translateY(-65%) translateX(50%);
            transform: translateY(-65%) translateX(50%);
  }
  .about-header .advantages .advantage-reliability {
    z-index: 2;
  }
  .about-header .advantages .advantage-reliability {
    padding-top: 0px !important;
  }
  .about-header .advantages .advantage-independence img:nth-of-type(1) {
    display: none;
  }
  .about-header .advantages .advantage-independence img:nth-of-type(2) {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 40%;
    min-width: 210px;
    -webkit-transform: translateY(-65%) translateX(-40%);
            transform: translateY(-65%) translateX(-40%);
    z-index: 2;
  }
  .about-header .advantages .advantage-technology {
    margin-top: 160px;
  }
  .about-header .advantages .advantage-technology img {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 60%;
    min-width: 320px;
    -webkit-transform: translateY(-80%) translateX(-40%);
            transform: translateY(-80%) translateX(-40%);
  }
  .about-header .advantages .advantage-reliability img {
    display: block;
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 55%;
    min-width: 310px;
    -webkit-transform: translateY(60%) translateX(50%);
            transform: translateY(60%) translateX(50%);
  }
}
@media screen and (max-width: 767px) {
  .about-header .beam-section-header {
    margin-bottom: 200px;
  }
  .about-header .beam-section-header .offer-on {
    display: inline-block;
    text-align: center;
    position: relative;
    width: 100%;
    right: auto;
    top: auto;
    margin-top: 40px;
  }
  .about-header .advantages {
    padding-bottom: 70px;
  }
  .about-header .advantages .row {
    margin-bottom: 0px;
    margin-left: -25px !important;
    margin-right: -25px !important;
  }
  .about-header .advantages .advantage {
    padding: 0px !important;
  }
  .about-header .advantages .advantage .advantage-content {
    border-right: 0px;
    border-left: 0px;
    padding: 50px 25px 25px 25px;
  }
  .about-header .advantages .advantage .border-points {
    display: none;
  }
  .about-header .advantages .advantage:last-child {
    padding-top: 0px;
  }
  .about-header .advantages .advantage-experience {
    z-index: 3;
  }
  .about-header .advantages .advantage-experience img {
    display: block;
    position: absolute;
    top: 0;
    right: 50%;
    width: 55%;
    min-width: 250px;
    max-width: 300px;
    -webkit-transform: translateY(-65%) translateX(50%);
            transform: translateY(-65%) translateX(50%);
  }
  .about-header .advantages .advantage-independence {
    margin-top: 150px;
  }
  .about-header .advantages .advantage-independence img:nth-of-type(2) {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 40%;
    min-width: 210px;
    max-width: 210px;
    -webkit-transform: translateY(-85%) translateX(-40%);
            transform: translateY(-85%) translateX(-40%);
    z-index: 2;
  }
  .about-header .advantages .advantage-technology {
    margin-top: 150px;
  }
  .about-header .advantages .advantage-technology img {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 60%;
    min-width: 320px;
    max-width: 350px;
    -webkit-transform: translateY(-70%) translateX(-40%);
            transform: translateY(-70%) translateX(-40%);
  }
  .about-header .advantages .advantage-reliability {
    margin-top: -2px;
    z-index: 2;
  }
  .about-header .advantages .advantage-reliability img {
    display: block;
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 55%;
    min-width: 310px;
    max-width: 350px;
    -webkit-transform: translateY(60%) translateX(50%);
            transform: translateY(60%) translateX(50%);
  }
}

.about-offer .beam-section-header {
  margin-bottom: 60px;
}
.about-offer .beam-section-header p {
  max-width: 1150px;
}
.about-offer .team-img {
  position: absolute;
  right: 25px;
  bottom: -84px;
  width: 35%;
}
.about-offer .offer {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-offer .offer .offer-item {
  padding: 0px;
  margin: 0;
  border: 2px solid #e0e7ee;
  border-bottom: 0px;
}
.about-offer .offer .offer-item .offer-header {
  padding: 30px 200px 30px 30px;
  position: relative;
}
.about-offer .offer .offer-item .offer-header .offer-label {
  color: #c7ced5;
  font-size: 14px;
  font-weight: 900;
  line-height: 19px;
  text-transform: uppercase;
}
.about-offer .offer .offer-item .offer-header h3 {
  color: #3b4348;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
.about-offer .offer .offer-item .offer-box {
  height: 0px;
  overflow: hidden;
  transition: 0.5s;
}
.about-offer .offer .offer-item .offer-box .offer-body {
  padding: 0px 30px 20px 30px;
}
.about-offer .offer .offer-item .offer-box .offer-body .key-info {
  color: #c7ced5;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
}
.about-offer .offer .offer-item .offer-box .offer-body .key-info span {
  color: #626b72;
}
.about-offer .offer .offer-item .offer-box .offer-body h4 {
  color: #c7ced5;
  margin-top: 25px;
}
.about-offer .offer .offer-item .offer-box .offer-body ul {
  list-style: none;
  border-left: 2px solid #e0e7ee;
  padding-left: 15px;
  margin-top: 10px;
}
.about-offer .offer .offer-item:nth-of-type(odd) {
  background-color: white;
}
.about-offer .offer .offer-item:nth-of-type(even) {
  background-color: #fafcfd;
}
.about-offer .offer .offer-item:last-child {
  border-bottom: 2px solid #e0e7ee;
}
.about-offer .more-button {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-offer .more-button .more-icon {
  display: block;
  float: left;
  position: relative;
  height: 8px;
  width: 8px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  margin-right: 20px;
  -webkit-transform: rotate(-45deg) translateY(6px) translateX(2px);
          transform: rotate(-45deg) translateY(6px) translateX(2px);
}
.about-offer .more-button-active {
  border: 2px solid #fff !important;
  background-color: #fff !important;
  color: #828a91 !important;
}
.about-offer .more-button-active .more-icon {
  border-left: 2px solid #828a91;
  border-bottom: 2px solid #828a91;
  -webkit-transform: rotate(135deg) translateY(-10px);
          transform: rotate(135deg) translateY(-10px);
}
.about-offer .more-button-active:focus,
.about-offer .more-button-active:active {
  border: 2px solid #fff !important;
  background-color: #fff;
  color: #828a91;
}
.about-offer .more-button:focus {
  outline: none;
}
@media screen and (max-width: 992px) {
  .about-offer .team-img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .about-offer .offer .offer-item .offer-header {
    padding: 30px 30px 30px 30px;
  }
  .about-offer .more-button {
    position: relative;
    right: 0;
    top: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.about-calendar {
  background-color: #fafcfd;
}
.about-calendar .beam-section-header {
  margin-bottom: 50px;
}
.about-calendar .overflow-box {
  overflow: hidden;
}
.about-calendar .calendar::after {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 2px;
  top: 0;
  left: 0;
  background-color: #d4dde5;
}
.about-calendar .calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.about-calendar .calendar::before {
  display: block;
}
.about-calendar .calendar aside.pagination-slider {
  z-index: 2;
}
.about-calendar .calendar aside.pagination-slider .pagination-content li {
  background-color: rgba(255, 255, 255, 0) !important;
  border: 2px solid rgba(224, 231, 238, 0) !important;
  color: rgba(130, 138, 145, 0) !important;
}
.about-calendar .calendar aside.pagination-slider .pagination-content li::before {
  display: none !important;
}
.about-calendar .calendar .gradient-up {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 150px;
  top: 0;
  left: -2px;
  background: #fafcfd;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fafcfd), color-stop(100%, rgba(250, 252, 253, 0)));
  background: linear-gradient(to bottom, #fafcfd 0%, rgba(250, 252, 253, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafcfd', endColorstr='#fafcfd', GradientType=0 );
}
.about-calendar .calendar .gradient-down {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 150px;
  bottom: 0;
  left: -2px;
  background: rgba(250, 252, 253, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250, 252, 253, 0)), color-stop(100%, #fafcfd));
  background: linear-gradient(to bottom, rgba(250, 252, 253, 0) 0%, #fafcfd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafcfd', endColorstr='#fafcfd', GradientType=0 );
}
.about-calendar .calendar .pagination-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 100%;
  z-index: 1;
}
.about-calendar .calendar .pagination-box .pagination-slider {
  position: relative;
}
.about-calendar .calendar .pagination-box .pagination-slider .pagination-content {
  position: absolute;
  left: 0;
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  transition: 0.5s;
}
.about-calendar .calendar .pagination-box .pagination-slider .pagination-content li {
  display: inline-block;
  transition: 0.5s;
  cursor: pointer;
  background-color: white;
  border: 2px solid #e0e7ee;
  padding: 10px 20px;
  color: #828a91;
  font-size: 20px;
  font-weight: 900;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-left: -0px;
  position: relative;
}
.about-calendar .calendar .pagination-box .pagination-slider .pagination-content li::before {
  content: " ";
  display: block;
  height: 8px;
  width: 8px;
  background-color: #f2f6fa;
  border: 2px solid #d4dde5;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  transition: 0.5s;
}
.about-calendar .calendar .pagination-box .pagination-slider .pagination-content .active {
  color: #3b4348;
  font-size: 40px;
  font-weight: 900;
  line-height: 44px;
  padding: 10px 20px;
}
.about-calendar .calendar .pagination-box .pagination-slider .pagination-content .active::before {
  height: 18px;
  width: 18px;
  background-color: white;
}
.about-calendar .calendar .slide-down img,
.about-calendar .calendar .slide-up img {
  cursor: pointer;
}
.about-calendar .calendar .slide-up {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
}
.about-calendar .calendar .slide-up img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.about-calendar .calendar .slide-down {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
}
.about-calendar .calendar .slide-down img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(180deg);
          transform: translateY(-50%) translateX(-50%) rotate(180deg);
}
.about-calendar .calendar .calendar-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.about-calendar .calendar .calendar-box .calendar-slider {
  display: block;
  position: relative;
  width: 100%;
  transition: 0.5s;
}
.about-calendar .calendar .calendar-box .calendar-slider .calendar-content {
  position: absolute;
  left: 0;
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  transition: 0.5s;
}
.about-calendar .calendar .calendar-box .calendar-slider .calendar-content li {
  position: relative;
  display: block;
  padding: 25px;
  margin: 0;
}
.about-calendar .calendar .calendar-box .calendar-slider .calendar-content li h3 {
  display: none;
}
.about-calendar .calendar .calendar-box .calendar-slider .calendar-content li p {
  color: #3b4348;
  font-size: 18px;
  line-height: 36px;
  transition: 0.5;
  opacity: 0.5;
}
.about-calendar .calendar .calendar-box .calendar-slider .calendar-content li.active p {
  color: #3b4348;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .about-calendar .overflow-box {
    overflow: visible;
  }
  .about-calendar .calendar {
    margin-top: 20px;
  }
  .about-calendar .calendar .pagination-box {
    display: none;
  }
  .about-calendar .calendar .slide-up,
  .about-calendar .calendar .slide-down {
    display: none;
  }
  .about-calendar .calendar .calendar-box {
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: visible;
    position: relative;
    z-index: 1;
  }
  .about-calendar .calendar .calendar-box .calendar-slider .calendar-content {
    position: relative;
  }
  .about-calendar .calendar .calendar-box .calendar-slider .calendar-content li {
    padding-right: 0px;
  }
  .about-calendar .calendar .calendar-box .calendar-slider .calendar-content li h3 {
    display: inline-block;
    position: relative;
    color: #828a91;
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    background-color: white;
    border: 2px solid #e0e7ee;
    padding: 10px 40px;
    left: -25px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .about-calendar .calendar .calendar-box .calendar-slider .calendar-content li h3::before {
    content: " ";
    display: block;
    height: 13px;
    width: 13px;
    background-color: #f2f6fa;
    border: 2px solid #d4dde5;
    border-radius: 50%;
    position: absolute;
    left: -1px;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    transition: 0.5s;
  }
  .about-calendar .calendar .calendar-box .calendar-slider .calendar-content li p {
    opacity: 1;
  }
  .about-calendar .calendar .calendar-box .calendar-slider .calendar-content li:first-child {
    padding-top: 0px;
  }
  .about-calendar .calendar .calendar-box .calendar-slider .calendar-content li:last-child {
    padding-bottom: 0px;
  }
}

.comand-header {
  position: relative;
  background-color: #fafcfd;
  background-position: bottom center;
  background-repeat: repeat-x;
  z-index: 1;
  padding-bottom: 0px;
  overflow: visible;
}
.comand-header .beam-section-header {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.comand-header .btn {
  position: relative;
  z-index: 1;
}
.comand-header .btn-link {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-style: oblique;
  line-height: 25px;
  color: #828A91;
  margin-left: 15px;
}
.comand-header .container {
  position: relative;
  padding-bottom: 300px;
}
.comand-header .command {
  position: absolute;
  width: 100%;
  bottom: 0px;
  -webkit-transform: translateY(55px);
          transform: translateY(55px);
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 25px;
  padding-right: 25px;
}
.comand-header .command-img {
  text-align: right;
  max-width: 1036px;
  width: 100%;
  float: right;
  padding-right: 50px;
  position: relative;
  bottom: -3px;
}
.comand-header .command-steps {
  background-color: #FFFFFF;
  border: 2px solid #E0E7EE;
  position: relative;
  z-index: 1;
}
.comand-header .command-steps ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 50px;
}
.comand-header .command-steps ul li {
  width: 25%;
  display: block;
  vertical-align: middle;
  padding-right: 100px;
  position: relative;
  display: block;
  color: #3B4348;
}
.comand-header .command-steps ul li:nth-of-type(1) {
  font-size: 16px;
}
.comand-header .command-steps ul li:nth-of-type(2) {
  font-size: 18px;
}
.comand-header .command-steps ul li:nth-of-type(3) {
  font-size: 20px;
}
.comand-header .command-steps ul li:nth-of-type(4) {
  font-size: 24px;
}
.comand-header .command-steps ul li:last-child {
  padding-right: 0px;
}
.comand-header .command-steps ul li:after {
  content: url(../gfx/img/command-arrow.svg);
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
.comand-header .command-steps ul li:last-child::after {
  display: none;
}
@media screen and (min-width: 1201px) {
  .comand-header .beam-section-header h2 {
    font-size: 64px;
    line-height: 80px;
  }
}
@media screen and (max-width: 1201px) {
  .comand-header .command-steps ul li {
    padding-right: 60px;
  }
  .comand-header .command-steps ul li:after {
    right: 20px;
  }
}
@media screen and (max-width: 992px) {
  .comand-header .beam-section-header {
    margin-bottom: 0;
  }
  .comand-header .container {
    padding-bottom: 25px;
  }
  .comand-header .command {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
    margin-left: 0px;
    position: relative;
    top: auto;
    bottom: auto;
    padding-bottom: 100px;
  }
  .comand-header .command-img {
    max-width: 307px;
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 0;
    float: none;
  }
  .comand-header .command-steps {
    background-color: #FFFFFF;
    border: 0px solid #E0E7EE;
    position: relative;
    padding: 0;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 25px;
  }
  .comand-header .command-steps ul {
    padding: 0;
    display: block;
  }
  .comand-header .command-steps ul li {
    padding: 0;
    display: block;
    float: none;
    width: 100%;
    background-color: #FFFFFF;
    border-bottom: 2px solid #E0E7EE;
    padding: 25px;
  }
  .comand-header .command-steps ul li:after {
    content: url(../gfx/img/command-arrow-2.svg);
    position: absolute;
    top: 0;
    right: 50px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .comand-header .command-steps ul li:last-child::after {
    display: block;
  }
  .comand-header .command-steps ul li:first-child::after {
    display: none;
  }
  .comand-header .command-steps ul li:first-child {
    border-top: 2px solid #E0E7EE;
  }
}

.command-offer {
  z-index: 0;
  padding-top: 100px;
}
.command-offer .offer {
  padding-bottom: 25px;
  border-bottom: 2px solid #D4DDE5;
  padding-top: 75px;
  margin-bottom: 25px;
}
.command-offer .offer p, .command-offer .offer span {
  padding: 0;
  margin: 0;
}
.command-offer .offer .left {
  float: left;
}
.command-offer .offer .right {
  float: right;
}
.command-offer .offer .left::after,
.command-offer .offer .right::after {
  content: " ";
  display: block;
  clear: both;
}
.command-offer .offer .title, .command-offer .offer .icon, .command-offer .offer .service {
  display: block;
  float: left;
  padding-right: 50px;
}
.command-offer .offer .title .header {
  font-size: 24px;
  line-height: 26px;
  color: #3B4348;
  padding-bottom: 8px;
}
.command-offer .offer .title .add {
  font-size: 24px;
  font-style: oblique;
  line-height: 26px;
  color: #98A2AB;
}
.command-offer .offer .icon img {
  padding-top: 5px;
}
.command-offer .offer .service .header {
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
  color: #98A2AB;
}
.command-offer .offer .service .price {
  font-size: 30px;
  line-height: 41px;
  color: #3B4348;
}
.command-offer .offer .service .price span {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  color: #828A91;
  padding-left: 10px;
}
.command-offer .offer .service .price .discount {
  font-size: 16px;
  font-style: oblique;
  line-height: 22px;
  color: #24C432;
  display: inline;
}
.command-offer .offer .discount {
  display: inline-block;
  position: relative;
  width: 230px;
}
.command-offer .offer .discount img {
  position: absolute;
  bottom: -76px;
  left: 0px;
}
.command-offer .offer .discount .percent {
  position: absolute;
  top: -70px;
  right: 30px;
  font-size: 36px;
  font-weight: 300;
  line-height: 49px;
  color: #3B4348;
}
.command-offer .offer .payment {
  display: inline-block;
  font-size: 72px;
  line-height: 63px;
  font-weight: 900;
  color: #3B4348;
  padding-left: 50px;
}
.command-offer .offer .payment span {
  font-size: 38px;
}
.command-offer .offer::after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 1420px) {
  .command-offer .offer .title, .command-offer .offer .icon, .command-offer .offer .service {
    display: block;
    float: left;
    padding-right: 25px;
  }
  .command-offer .offer .payment {
    display: inline-block;
    font-size: 48px;
    line-height: 63px;
    font-weight: 900;
    color: #3B4348;
    padding-left: 25px;
  }
  .command-offer .offer .payment span {
    font-size: 38px;
  }
}
@media screen and (max-width: 992px) {
  .command-offer {
    padding-top: 60px;
  }
  .command-offer .offer .discount {
    width: 180px;
  }
  .command-offer .offer .discount img {
    position: absolute;
    bottom: -71px;
    left: 0px;
    width: 180px;
  }
  .command-offer .offer .discount .percent {
    position: absolute;
    top: -65px;
    right: 10px;
    font-size: 36px;
    font-weight: 300;
    line-height: 49px;
    color: #3B4348;
  }
  .command-offer .offer .payment {
    padding-left: 0;
  }
  .command-offer .offer .icon {
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .command-offer {
    padding-top: 30px;
  }
  .command-offer .offer {
    border-bottom: 0px solid #D4DDE5;
    display: block;
    float: left;
    width: 50%;
  }
  .command-offer .offer .left,
  .command-offer .offer .right {
    display: block;
    float: none;
    border-left: 2px solid #D4DDE5;
    padding-left: 20px;
  }
  .command-offer .offer .title img {
    padding-bottom: 20px;
  }
  .command-offer .offer .title .header, .command-offer .offer .title .add {
    font-size: 20px;
  }
  .command-offer .offer .discount {
    display: inline-block;
    position: relative;
    width: auto;
  }
  .command-offer .offer .discount img {
    position: absolute;
    bottom: -76px;
    left: 0px;
    display: none;
  }
  .command-offer .offer .discount .percent {
    position: relative;
    top: auto;
    right: auto;
    font-size: 36px;
    font-weight: 300;
    line-height: 49px;
    color: #3B4348;
  }
  .command-offer .offer .payment {
    font-size: 36px;
    padding-left: 15px;
  }
  .command-offer .offer .payment span {
    padding-left: 0px;
    font-size: 24px;
  }
  .command-offer .offer .icon {
    display: none;
  }
}
@media screen and (max-width: 570px) {
  .command-offer .offer {
    float: none;
    width: 100%;
    margin-bottom: 0px;
    padding-top: 20px;
  }
}

.command-banner {
  background-color: #FAFCFD;
}
.command-banner .beam-section-header {
  padding-bottom: 50px;
}
.command-banner p {
  font-size: 36px;
  font-weight: 300;
  line-height: 50px;
  letter-spacing: -1px;
  color: #3B4348;
  margin-bottom: 50px;
}
.command-banner img {
  width: 100%;
  padding-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .command-banner p {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 992px) {
  .command-banner .beam-section-header {
    padding-bottom: 25px;
  }
  .command-banner p {
    font-size: 22px;
    line-height: 32px;
  }
}

.command-why .row {
  text-align: center;
}
.command-why .btn {
  margin-top: 50px;
}
.command-why .advantages {
  list-style: none;
  margin: 0;
  padding: 0;
}
.command-why .advantages li {
  text-align: left;
  margin-top: 80px;
}
.command-why .advantages li .advantages-content {
  border-left: 2px solid #d4dde5;
  padding: 20px 0 40px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.command-why .advantages li .advantages-content .img-container {
  width: 180px;
  position: relative;
  text-align: right;
  display: block;
}
.command-why .advantages li .advantages-content .img-container img {
  position: relative;
  right: 35px;
  top: 20px;
}
.command-why .advantages li .advantages-content .txt-container {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.command-why .advantages li .advantages-content .txt-container h3 {
  line-height: 25px;
}
.command-why .advantages li .advantages-content .txt-container h3 span {
  font-weight: 400;
}
.command-why .advantages li .advantages-content .txt-container p {
  color: #626b72;
}
@media screen and (max-width: 992px) {
  .command-why .advantages li {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .command-why .beam-section-header h2 {
    font-size: 27px;
    line-height: 37px;
  }
}
@media screen and (max-width: 570px) {
  .command-why .advantages li {
    margin-top: 0px;
  }
  .command-why .advantages li .advantages-content {
    margin-top: 30px;
    padding: 0px;
    display: block;
    text-align: left;
  }
  .command-why .advantages li .advantages-content .txt-container {
    display: block;
    width: 100%;
    padding-left: 20px;
  }
  .command-why .advantages li .advantages-content .img-container {
    display: inline-block;
    text-align: center;
    padding: 5px;
    width: 200px;
  }
  .command-why .advantages li .advantages-content .img-container img {
    right: auto;
    width: 80%;
    top: 0;
  }
  .command-why .advantages li .advantages-content .img-container img {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}

.command-contact {
  background-color: #FAFCFD;
}
.command-contact .contact-box {
  display: table;
  width: 100%;
}
.command-contact .contact-box .img-box {
  overflow: hidden;
  display: table-cell;
  width: 300px;
  border-left: 2px solid #d4dde5;
}
.command-contact .contact-box .img-box .contact-img {
  position: relative;
  left: -45px;
  max-width: 305px;
}
.command-contact .contact-box .img-box .contact-img img:nth-of-type(1) {
  position: relative;
  z-index: 1;
  width: 100%;
}
.command-contact .contact-box .img-box .contact-img img:nth-of-type(2) {
  position: absolute;
  top: 29%;
  left: 46%;
  width: 50%;
}
.command-contact .contact-box .text-box {
  display: table-cell;
  vertical-align: middle;
}
.command-contact .contact-box .text-box h2 {
  color: #3b4348;
  font-size: 36px;
  font-weight: 300;
  line-height: 46px;
}
.command-contact .contact-box .text-box .number {
  color: #3b4348;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -1.5px;
  line-height: 48px;
  display: inline-block;
}
.command-contact .contact-box .text-box .number,
.command-contact .contact-box .text-box .btn {
  display: block;
  float: left;
  margin-right: 30px;
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .command-contact .contact-box .text-box h2 {
    font-size: 28px;
    line-height: 40px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 780px) {
  .command-contact .contact-box {
    display: table;
    width: 100%;
  }
  .command-contact .contact-box .img-box {
    overflow: hidden;
    display: block;
  }
  .command-contact .contact-box .text-box {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .command-contact .contact-box .text-box .number {
    font-size: 38px;
    line-height: 38px;
  }
}

.dropdown-backdrop {
  display: none !important;
}

.aligned-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.aligned-row::before {
  display: block;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.btn-default:hover,
.btn-default:active,
.btn-default:active:focus,
.btn-default:focus {
  background-color: #ff8734;
  border: 2px solid rgba(18, 18, 20, 0.09);
  color: #fff;
}

.btn-default-gray {
  color: #afb9c2;
  border: 2px solid #e0e7ee;
  box-shadow: 0 3px 5px rgba(59, 67, 72, 0.05);
}

.btn-default-gray:focus,
.btn-default-gray:active {
  border: 2px solid #e0e7ee !important;
}

.btn-default-gray:hover {
  border: 2px solid #afb9c2 !important;
  color: #84888a;
  opacity: 1;
  background-color: transparent;
}

.btn-default-white {
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(18, 18, 20, 0.14);
}

.btn-default-white-noshadow {
  box-shadow: none;
  border: 2px solid #FFC796;
}

.btn-gray {
  color: #84888a;
  border: 2px solid #afb9c2;
  box-shadow: 0 3px 5px rgba(59, 67, 72, 0.05);
}

.btn-gray:focus,
.btn-gray:active {
  border: 2px solid #afb9c2 !important;
  color: #84888a;
}

.btn-gray:hover {
  border: 2px solid #e0e7ee !important;
  color: #84888a;
  opacity: 1;
}

.btn-light {
  text-transform: none !important;
  font-weight: 400 !important;
}

.btn {
  border-radius: 24px;
}

.btn-lg {
  border-radius: 32px;
}

.btn-sm {
  border-radius: 18px;
}
.btn-sm img {
  height: 18px;
}

.btn-content-lg {
  font-size: 19px;
  line-height: 20px;
}

.btn-lg.btn-content-lg {
  font-size: 19px;
  line-height: 22.5px;
}

.btn-sm.btn-content-lg {
  font-size: 16px;
  line-height: 18px;
}

.alert {
  border-width: 2px;
}
.alert ul {
  list-style-image: none;
  padding-left: 15px;
}

.alert-success .btn-link,
.alert-info .btn-link,
.alert-warning .btn-link,
.alert-danger .btn-link {
  text-decoration: underline;
}

.alert-success {
  color: #24c432;
  background-color: #effff1;
  border-color: #b3f5b9;
}
.alert-success .close, .alert-success .btn-link {
  color: #24c432;
  opacity: 1;
}

.alert-info {
  color: #00bbea;
  background-color: #d5f7ff;
  border-color: #bff3ff;
}
.alert-info .close, .alert-info .btn-link {
  color: #00bbea;
  opacity: 1;
}

.alert-warning {
  color: #ffd626;
}
.alert-warning .close, .alert-warning .btn-link {
  color: #ffd626;
  opacity: 1;
}

.alert-danger {
  color: #ff5959;
  background-color: #fff8f8;
  border-color: #ffd7d7;
}
.alert-danger .close, .alert-danger .btn-link {
  color: #ff5959;
  opacity: 1;
}

.form-control {
  border-radius: 0px;
  margin-bottom: 40px;
}

textarea {
  transition: 0s;
  transition-delay: 0s;
}

.has-error,
.has-success {
  position: relative;
}

.help-block {
  display: block;
  position: absolute;
  line-height: 14px;
  font-size: 14px;
  padding-bottom: 5px;
  font-weight: 400;
  top: 0px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
  padding-right: 25px;
}
.help-block ul {
  margin: 0;
}

.modal-content {
  font-size: 16px;
}
.modal-content p {
  font-size: 16px;
}
.modal-content h4 {
  font-size: 20px;
}

.modal-backdrop {
  opacity: 0.75;
  background-color: #F2F6FA;
}

.dForm .form-group {
  position: relative;
}
.dForm .form-group label {
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: 0.25s;
  opacity: 0;
  padding-left: 20px;
}
.dForm input,
.dForm textarea {
  color: #3b4348;
}

.form-control {
  margin-bottom: 20px;
}

.btn.disabled,
.btn.disabled:hover,
.btn.disabled:active,
.btn.disabled:focus {
  box-shadow: none;
  opacity: 1;
}

.btn-primary.disabled {
  background-color: #ffab71;
  border-color: #ffab71;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:active,
.btn-primary.disabled:focus {
  background-color: #ffab71;
  border-color: #ffab71;
}

.btn-success.disabled {
  background-color: #7be185;
  border-color: #7be185;
}

.btn-success.disabled:hover,
.btn-success.disabled:active,
.btn-success.disableddisabled:focus {
  background-color: #7be185;
  border-color: #7be185;
}

.btn-info.disabled {
  background-color: #26d4ff;
  border-color: #26d4ff;
}

.btn-info.disabled:hover,
.btn-info.disabled:active,
.btn-info.disabled:focus {
  background-color: #26d4ff;
  border-color: #26d4ff;
}

.btn-warning.disabled {
  background-color: #ffe263;
  border-color: #ffe263;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:active,
.btn-warning.disabled:focus {
  background-color: #ffe263;
  border-color: #ffe263;
}

.btn-danger.disabled {
  background-color: #fe9a9a;
  border-color: #fe9a9a;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:active,
.btn-danger.disabled:focus {
  background-color: #fe9a9a;
  border-color: #fe9a9a;
}

.btn-twitter,
.btn-facebook {
  color: #fff;
}

.btn-facebook {
  background-color: #84a6db;
  border: 2px solid rgba(18, 18, 20, 0.09);
  border-radius: 100px;
}

.btn-twitter {
  background-color: #6dd8f2;
  border: 2px solid rgba(18, 18, 20, 0.09);
  border-radius: 100px;
}

.btn-twitter:hover,
.btn-facebook:hover {
  color: #fff;
}

.btn-facebook:hover {
  background-color: #98b4e1;
}

.btn-twitter:hover {
  background-color: #84def4;
}

.progress {
  box-shadow: none;
  height: 7px;
  position: relative;
  overflow: visible;
}

.progress::before,
.progress::after {
  content: " ";
  display: block;
  position: absolute;
  height: 300%;
  width: 2px;
  top: -100%;
  background-color: #d4dde5;
}

.progress::before {
  left: 0px;
}

.progress::after {
  right: 0px;
}

.progress-bar {
  box-shadow: none;
}

.inline-checks {
  margin-bottom: 20px;
  line-height: 26px;
}
.inline-checks .input-checkbox {
  display: inline-block;
  margin-bottom: 0px;
  position: relative;
  top: 0px;
  margin-right: 2px;
  margin-bottom: 5px;
  line-height: 26px;
}
.inline-checks .input-checkbox .new-checkbox {
  margin-right: 10px;
}
.inline-checks span {
  margin-right: 10px;
}

.pcworld {
  overflow: hidden;
}
.pcworld .pcworld-header {
  position: relative;
  padding: 100px 0 350px 0;
  min-height: 700px;
  overflow: hidden;
  text-align: center;
}
.pcworld .pcworld-header .bg {
  position: absolute;
  width: 2730px;
  left: Calc(50% + 385px);
  top: -400px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -900;
}
.pcworld .pcworld-header .logo {
  display: block;
  margin: 0 auto;
}
.pcworld .pcworld-header h2 {
  color: #FFFFFF;
  font-size: 15px;
  letter-spacing: 7px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  padding: 60px 35px 100px 35px;
  font-weight: 500;
}
.pcworld .pcworld-header h2 span {
  color: #ffa5a6;
}
.pcworld .pcworld-header .testimonial {
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 130px;
}
.pcworld .pcworld-header .testimonial .testimonial-content {
  padding: 15px 120px 15px 80px;
  max-width: 720px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.pcworld .pcworld-header .testimonial .testimonial-content p {
  margin: 0;
  color: #3B2C47;
  font-size: 23px;
  font-style: oblique;
  font-weight: 300;
  line-height: 35px;
  text-align: left;
}
.pcworld .pcworld-header .testimonial .testimonial-content .quotation {
  position: absolute;
  width: 76px;
  height: 61px;
  top: 30px;
  left: -25px;
}
.pcworld .pcworld-header .testimonial .testimonial-content .order {
  position: absolute;
  top: calc(50% + 40px);
  right: 0;
  -webkit-transform: translateX(60%) translateY(-50%);
          transform: translateX(60%) translateY(-50%);
}
.pcworld .pcworld-header .testimonial .testimonial-content .order img {
  height: 340px;
}
.pcworld .pcworld-header .testimonial .top {
  position: relative;
  top: 2px;
}
.pcworld .pcworld-header .testimonial .bottom {
  position: relative;
  top: -2px;
}
.pcworld .pcworld-header .btn {
  margin-bottom: 80px;
  letter-spacing: 1px;
  background-color: #FF8734;
  border: 2px solid rgba(255, 255, 255, 0.09);
}
.pcworld .pcworld-header .for-what {
  color: #FFFFFF;
  font-size: 43px;
  font-weight: 300;
  line-height: 90px;
  text-align: center;
}
.pcworld .pcworld-main {
  position: relative;
  padding-bottom: 0px;
  margin-bottom: -75px;
}
.pcworld .pcworld-main .left,
.pcworld .pcworld-main .right {
  padding: 0 35px;
  position: relative;
  top: -175px;
  z-index: 1;
}
.pcworld .pcworld-main .left {
  top: -250px;
}
.pcworld .pcworld-main .right {
  top: -175px;
}
.pcworld .pcworld-main::before {
  content: "";
  position: absolute;
  display: block;
  top: -200px;
  left: 50%;
  width: 600%;
  height: calc(100% + 400px);
  -webkit-transform: translateX(-50%) rotate(10deg);
          transform: translateX(-50%) rotate(10deg);
  background-color: #f8f8f8;
}
.pcworld .pcworld-main::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -300px;
  left: 50%;
  width: 200%;
  height: 800px;
  -webkit-transform: translateX(-50%) rotate(-10deg);
          transform: translateX(-50%) rotate(-10deg);
  background-color: #fff;
  border: 2px solid #E4E4E4;
}
.pcworld .pcworld-main .advantage {
  border: 2px solid #E8E8E8;
  background-color: #FFFFFF;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.04);
  padding: 70px 80px;
  margin-bottom: 80px;
  position: relative;
}
.pcworld .pcworld-main .advantage .like {
  width: 180px;
  position: absolute;
  top: -3px;
  right: 40px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.pcworld .pcworld-main .advantage p {
  color: #4A4A4A;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 40px;
}
.pcworld .pcworld-main .advantage:last-child {
  margin-bottom: 0px;
}
.pcworld .pcworld-main .advantage *:last-child {
  margin-bottom: 0px;
}
.pcworld .pcworld-main .advantage .number {
  position: absolute;
  top: 58px;
  left: -38px;
}
.pcworld .pcworld-main .advantage .number span {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  color: #FFFFFF;
  font-size: 44px;
  font-weight: 800;
  line-height: 60px;
  text-align: center;
}
.pcworld .pcworld-main .advantage .number.green span {
  color: #24C432;
}
.pcworld .pcworld-main .advantage header {
  margin-bottom: 40px;
}
.pcworld .pcworld-main .advantage header h3 {
  color: #A873A5;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 0px;
}
.pcworld .pcworld-main .advantage header h3 span {
  font-weight: 400;
  display: block;
}
.pcworld .pcworld-action-line {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 0px;
  background-color: #F5F5F5;
  border-top: 0px solid #E8E8E8;
  transition: 0.3s;
  transition-delay: 0.3s;
  top: 0px;
}
.pcworld .pcworld-action-line.focus {
  border-top-width: 2px;
  height: 200px;
  transition-delay: 0s;
}
.pcworld .pcworld-action-line.focus .hello {
  transition-delay: 0s;
}
.pcworld .pcworld-action-line.focus .hello img {
  bottom: -0px;
  transition-delay: 0.2s;
}
.pcworld .pcworld-action-line .mail-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.pcworld .pcworld-action-line .mail-line .form-group {
  position: relative;
  margin-bottom: 0px;
  right: 0px;
  width: 450px;
}
.pcworld .pcworld-action-line .mail-line .form-group .form-control {
  margin-bottom: 0px;
  padding-right: 200px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
}
.pcworld .pcworld-action-line .mail-line .btn {
  position: absolute;
  right: 0;
  top: 0;
}
.pcworld .pcworld-action-line .hello {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  transition-delay: 0.3s;
}
.pcworld .pcworld-action-line .hello img {
  position: absolute;
  bottom: -200px;
  left: calc(50% + 300px);
  transition: 0.5s;
  transition-delay: 0s;
}
.pcworld .pcworld-footer {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-top: 2px solid #E8E8E8;
  padding: 75px 35px;
}
.pcworld .pcworld-footer .checks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 100px 0;
}
.pcworld .pcworld-footer .checks li {
  color: #564763;
  font-size: 30px;
  font-weight: 300;
  line-height: 41px;
}
.pcworld .pcworld-footer .checks li img {
  margin-right: 10px;
}
.pcworld .pcworld-footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  max-width: 1200px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 2px solid #E8E8E8;
  margin: 0 auto;
  padding: 60px 0px;
}
.pcworld .pcworld-footer .footer .map {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}
.pcworld .pcworld-footer .footer .map li {
  padding-right: 30px;
}
.pcworld .pcworld-footer .footer .map li a {
  color: #626B72;
  font-size: 15px;
}
.pcworld .pcworld-footer .footer .copy {
  color: #AFB9C2;
  font-size: 15px;
}

@media screen and (max-width: 1150px) {
  .pcworld .pcworld-footer .footer {
    display: block;
    text-align: left;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1100px) {
  .pcworld .pcworld-header .bg {
    position: absolute;
    width: 2730px;
    left: 50%;
    top: -200px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -900;
  }
  .pcworld .pcworld-header .testimonial {
    max-width: 720px;
    margin: 0 auto;
    margin-bottom: 200px;
  }
  .pcworld .pcworld-header .testimonial .testimonial-content {
    padding: 30px 50px 120px 50px;
  }
  .pcworld .pcworld-header .testimonial .testimonial-content .quotation {
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pcworld .pcworld-header .testimonial .testimonial-content .order {
    top: auto;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%) translateY(70%);
            transform: translateX(50%) translateY(70%);
  }
  .pcworld .pcworld-header .testimonial .top {
    min-width: 600px;
  }
  .pcworld .pcworld-header .testimonial .bottom {
    min-width: 600px;
  }
  .pcworld .pcworld-footer .checks li {
    font-size: 24px;
    font-weight: 500;
    line-height: 41px;
  }
}
@media screen and (max-width: 992px) {
  .pcworld .pcworld-main .advantage .number {
    display: none;
  }
  .pcworld .pcworld-footer .checks {
    display: block;
    padding-bottom: 30px;
  }
  .pcworld .pcworld-footer .checks li {
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    padding-left: 40px;
    position: relative;
    margin-bottom: 20px;
  }
  .pcworld .pcworld-footer .checks li img {
    width: 30px;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .pcworld .pcworld-footer .footer {
    text-align: center;
  }
  .pcworld .pcworld-footer .footer .map {
    display: block;
  }
  .pcworld .pcworld-footer .footer .map li {
    width: 100%;
    text-align: center;
    margin-right: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 500px) {
  .pcworld .pcworld-header {
    padding: 50px 0 350px 0;
  }
  .pcworld .pcworld-header .bg {
    top: -200px;
    -webkit-transform: translateX(-50%) scale(1.2);
            transform: translateX(-50%) scale(1.2);
  }
  .pcworld .pcworld-header h2 {
    padding: 30px 35px 60px 35px;
  }
  .pcworld .pcworld-header .testimonial {
    max-width: 720px;
    margin: 0 auto;
    margin-bottom: 200px;
  }
  .pcworld .pcworld-header .testimonial .testimonial-content {
    padding: 30px 30px 120px 30px;
  }
  .pcworld .pcworld-header .testimonial .testimonial-content p {
    font-size: 20px;
  }
  .pcworld .pcworld-header .for-what {
    font-size: 28px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 40px;
    padding: 0 30px;
  }
  .pcworld .pcworld-main {
    position: relative;
    padding-bottom: 0px;
    margin-bottom: -75px;
  }
  .pcworld .pcworld-main .container {
    padding: 0px;
  }
  .pcworld .pcworld-main .container .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .pcworld .pcworld-main .left,
  .pcworld .pcworld-main .right {
    padding: 0 0px;
    position: relative;
    z-index: 1;
  }
  .pcworld .pcworld-main .left .advantage,
  .pcworld .pcworld-main .right .advantage {
    border-left-width: 0px;
    border-right-width: 0px;
    padding: 30px;
  }
  .pcworld .pcworld-main .left .advantage p,
  .pcworld .pcworld-main .right .advantage p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .pcworld .pcworld-main .left {
    top: -260px;
  }
  .pcworld .pcworld-main::after {
    display: none;
  }
  .pcworld .pcworld-action-line {
    position: relative;
    width: 100%;
    height: auto;
    border-top: 0px solid #E8E8E8;
    top: 0px;
  }
  .pcworld .pcworld-action-line.focus {
    height: auto;
  }
  .pcworld .pcworld-action-line .mail-line {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
    padding: 0px 30px 80px 30px;
    text-align: center;
    background-color: #f8f8f8;
  }
  .pcworld .pcworld-action-line .mail-line .form-group {
    position: relative;
    margin-bottom: 0px;
    right: 0px;
    width: 100%;
  }
  .pcworld .pcworld-action-line .mail-line .form-group .form-control {
    margin-bottom: 0px;
    padding-right: 30px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .pcworld .pcworld-action-line .mail-line .btn {
    position: relative;
    right: 0;
    top: 0;
    margin: 0 auto;
    margin-top: 30px;
  }
  .pcworld .pcworld-action-line .hello {
    display: none;
  }
  .pcworld .pcworld-footer {
    padding: 25px 30px;
  }
  .pcworld .pcworld-footer .checks {
    padding-bottom: 30px;
  }
  .pcworld .pcworld-footer .checks li {
    font-size: 20px;
  }
  .pcworld .pcworld-footer .footer {
    display: block;
  }
  .pcworld .pcworld-footer .footer .map {
    display: block;
  }
}
@media screen and (min-width: 2100px) {
  .pcworld .pcworld-header .bg {
    -webkit-transform: translateX(-50%) scale(1.8);
            transform: translateX(-50%) scale(1.8);
  }
}
.pcworld-2 {
  overflow: hidden;
}
.pcworld-2 .pcworld-header {
  position: relative;
  padding: 100px 0 350px 0;
  min-height: 700px;
  overflow: hidden;
  text-align: center;
}
.pcworld-2 .pcworld-header::before {
  content: "";
  display: block;
  position: absolute;
  width: 130%;
  height: 130%;
  left: 50%;
  top: 45%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: radial-gradient(circle, #FFFFFF 0%, #8AC545 80%);
}
.pcworld-2 .pcworld-header .bg {
  position: absolute;
  width: 2730px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.pcworld-2 .pcworld-header .logo {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.pcworld-2 .pcworld-header h2 {
  color: #273135;
  font-size: 15px;
  letter-spacing: 7px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  padding: 60px 35px 100px 35px;
  font-weight: 900;
  position: relative;
  z-index: 2;
}
.pcworld-2 .pcworld-header .testimonial {
  max-width: 770px;
  margin: 0 auto;
  margin-bottom: 130px;
  position: relative;
  z-index: 2;
  padding-right: 50px;
}
.pcworld-2 .pcworld-header .testimonial .testimonial-box {
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.19));
          filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.19));
}
.pcworld-2 .pcworld-header .testimonial .testimonial-box .testimonial-content {
  padding: 15px 120px 15px 80px;
  max-width: 720px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.pcworld-2 .pcworld-header .testimonial .testimonial-box .testimonial-content p {
  margin: 0;
  color: #3B2C47;
  font-size: 22px;
  font-style: oblique;
  font-weight: 300;
  line-height: 35px;
  text-align: left;
}
.pcworld-2 .pcworld-header .testimonial .testimonial-box .testimonial-content .quotation {
  position: absolute;
  width: 76px;
  height: 61px;
  top: 30px;
  left: -25px;
}
.pcworld-2 .pcworld-header .testimonial .testimonial-box .top {
  position: relative;
  top: 2px;
}
.pcworld-2 .pcworld-header .testimonial .testimonial-box .bottom {
  position: relative;
  top: -2px;
}
.pcworld-2 .pcworld-header .testimonial .order {
  position: absolute;
  top: calc(50% + 80px);
  right: 80px;
  -webkit-transform: translateX(60%) translateY(-50%);
          transform: translateX(60%) translateY(-50%);
  z-index: 3;
}
.pcworld-2 .pcworld-header .testimonial .order img {
  height: 250px;
}
.pcworld-2 .pcworld-header .btn {
  margin-bottom: 80px;
  letter-spacing: 1px;
  background-color: #FF8734;
  border: 2px solid rgba(255, 255, 255, 0.09);
  position: relative;
  z-index: 2;
}
.pcworld-2 .pcworld-header .for-what {
  color: #273135;
  font-size: 43px;
  font-weight: 300;
  line-height: 90px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.pcworld-2 .pcworld-main {
  position: relative;
  padding-bottom: 0px;
  margin-bottom: -75px;
}
.pcworld-2 .pcworld-main .left,
.pcworld-2 .pcworld-main .right {
  padding: 0 35px;
  position: relative;
  top: -175px;
  z-index: 1;
}
.pcworld-2 .pcworld-main .left {
  top: -250px;
}
.pcworld-2 .pcworld-main .right {
  top: -175px;
}
.pcworld-2 .pcworld-main::before {
  content: "";
  position: absolute;
  display: block;
  top: -200px;
  left: 50%;
  width: 600%;
  height: calc(100% + 400px);
  -webkit-transform: translateX(-50%) rotate(10deg);
          transform: translateX(-50%) rotate(10deg);
  background-color: #f8f8f8;
}
.pcworld-2 .pcworld-main::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -300px;
  left: 50%;
  width: 200%;
  height: 800px;
  -webkit-transform: translateX(-50%) rotate(-10deg);
          transform: translateX(-50%) rotate(-10deg);
  background-color: #fff;
  border: 2px solid #E4E4E4;
}
.pcworld-2 .pcworld-main .advantage {
  border: 2px solid #E8E8E8;
  background-color: #FFFFFF;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.04);
  padding: 70px 80px;
  margin-bottom: 80px;
  position: relative;
}
.pcworld-2 .pcworld-main .advantage .like {
  width: 180px;
  position: absolute;
  top: -2px;
  right: 40px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.pcworld-2 .pcworld-main .advantage p {
  color: #4A4A4A;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 40px;
}
.pcworld-2 .pcworld-main .advantage:last-child {
  margin-bottom: 0px;
}
.pcworld-2 .pcworld-main .advantage *:last-child {
  margin-bottom: 0px;
}
.pcworld-2 .pcworld-main .advantage .number {
  position: absolute;
  top: 58px;
  left: -38px;
}
.pcworld-2 .pcworld-main .advantage .number span {
  color: #54752F;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-size: 44px;
  font-weight: 800;
  line-height: 60px;
  text-align: center;
}
.pcworld-2 .pcworld-main .advantage header {
  margin-bottom: 40px;
}
.pcworld-2 .pcworld-main .advantage header h3 {
  color: #FC5A00;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 0px;
}
.pcworld-2 .pcworld-main .advantage header h3 span {
  font-weight: 400;
  display: block;
}
.pcworld-2 .pcworld-action-line {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 0px;
  background-color: #F5F5F5;
  border-top: 0px solid #E8E8E8;
  transition: 0.3s;
  transition-delay: 0.3s;
  top: 0px;
}
.pcworld-2 .pcworld-action-line.focus {
  border-top-width: 2px;
  height: 200px;
  transition-delay: 0s;
}
.pcworld-2 .pcworld-action-line.focus .hello {
  transition-delay: 0s;
}
.pcworld-2 .pcworld-action-line.focus .hello img {
  bottom: -0px;
  transition-delay: 0.2s;
}
.pcworld-2 .pcworld-action-line .mail-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.pcworld-2 .pcworld-action-line .mail-line .form-group {
  position: relative;
  margin-bottom: 0px;
  right: 0px;
  width: 450px;
}
.pcworld-2 .pcworld-action-line .mail-line .form-group .form-control {
  margin-bottom: 0px;
  padding-right: 200px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
}
.pcworld-2 .pcworld-action-line .mail-line .btn {
  position: absolute;
  right: 0;
  top: 0;
}
.pcworld-2 .pcworld-action-line .hello {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  transition-delay: 0.3s;
}
.pcworld-2 .pcworld-action-line .hello img {
  position: absolute;
  bottom: -200px;
  left: calc(50% + 300px);
  transition: 0.5s;
  transition-delay: 0s;
}
.pcworld-2 .pcworld-footer {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-top: 2px solid #E8E8E8;
  padding: 75px 35px;
}
.pcworld-2 .pcworld-footer .checks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 100px 0;
}
.pcworld-2 .pcworld-footer .checks li {
  color: #564763;
  font-size: 30px;
  font-weight: 300;
  line-height: 41px;
}
.pcworld-2 .pcworld-footer .checks li img {
  margin-right: 10px;
}
.pcworld-2 .pcworld-footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  max-width: 1200px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 2px solid #E8E8E8;
  margin: 0 auto;
  padding: 60px 0px;
}
.pcworld-2 .pcworld-footer .footer .map {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}
.pcworld-2 .pcworld-footer .footer .map li {
  padding-right: 30px;
}
.pcworld-2 .pcworld-footer .footer .map li a {
  color: #626B72;
  font-size: 15px;
}
.pcworld-2 .pcworld-footer .footer .copy {
  color: #AFB9C2;
  font-size: 15px;
}

@media screen and (max-width: 1150px) {
  .pcworld-2 .pcworld-footer .footer {
    display: block;
    text-align: left;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1100px) {
  .pcworld-2 .pcworld-header .bg {
    position: absolute;
    width: 2730px;
    left: 50%;
    top: -200px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -900;
  }
  .pcworld-2 .pcworld-header .testimonial {
    max-width: 720px;
    margin: 0 auto;
    margin-bottom: 200px;
    padding-right: 0px;
  }
  .pcworld-2 .pcworld-header .testimonial .testimonial-box .testimonial-content {
    padding: 30px 50px 120px 50px;
  }
  .pcworld-2 .pcworld-header .testimonial .testimonial-box .testimonial-content .quotation {
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pcworld-2 .pcworld-header .testimonial .testimonial-box .top {
    min-width: 600px;
  }
  .pcworld-2 .pcworld-header .testimonial .testimonial-box .bottom {
    min-width: 600px;
  }
  .pcworld-2 .pcworld-header .testimonial .order {
    top: auto;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%) translateY(60%);
            transform: translateX(50%) translateY(60%);
  }
  .pcworld-2 .pcworld-footer .checks li {
    font-size: 24px;
    font-weight: 500;
    line-height: 41px;
  }
}
@media screen and (max-width: 992px) {
  .pcworld-2 .pcworld-main .advantage .number {
    display: none;
  }
  .pcworld-2 .pcworld-footer .checks {
    display: block;
    padding-bottom: 30px;
  }
  .pcworld-2 .pcworld-footer .checks li {
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    padding-left: 40px;
    position: relative;
    margin-bottom: 20px;
  }
  .pcworld-2 .pcworld-footer .checks li img {
    width: 30px;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .pcworld-2 .pcworld-footer .footer {
    text-align: center;
  }
  .pcworld-2 .pcworld-footer .footer .map {
    display: block;
  }
  .pcworld-2 .pcworld-footer .footer .map li {
    width: 100%;
    text-align: center;
    margin-right: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 500px) {
  .pcworld-2 .pcworld-header {
    padding: 50px 0 350px 0;
  }
  .pcworld-2 .pcworld-header .bg {
    top: -200px;
    -webkit-transform: translateX(-50%) scale(1.2);
            transform: translateX(-50%) scale(1.2);
  }
  .pcworld-2 .pcworld-header h2 {
    padding: 30px 35px 60px 35px;
  }
  .pcworld-2 .pcworld-header .testimonial {
    max-width: 720px;
    margin: 0 auto;
    margin-bottom: 200px;
  }
  .pcworld-2 .pcworld-header .testimonial .testimonial-box .testimonial-content {
    padding: 30px 30px 120px 30px;
  }
  .pcworld-2 .pcworld-header .testimonial .testimonial-box .testimonial-content p {
    font-size: 20px;
  }
  .pcworld-2 .pcworld-header .testimonial .order {
    -webkit-transform: translateX(50%) translateY(60%) scale(0.8);
            transform: translateX(50%) translateY(60%) scale(0.8);
  }
  .pcworld-2 .pcworld-header .for-what {
    font-size: 28px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 40px;
    padding: 0 30px;
  }
  .pcworld-2 .pcworld-main {
    position: relative;
    padding-bottom: 0px;
    margin-bottom: -75px;
  }
  .pcworld-2 .pcworld-main .container {
    padding: 0px;
  }
  .pcworld-2 .pcworld-main .container .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .pcworld-2 .pcworld-main .left,
  .pcworld-2 .pcworld-main .right {
    padding: 0 0px;
    position: relative;
    z-index: 1;
  }
  .pcworld-2 .pcworld-main .left .advantage,
  .pcworld-2 .pcworld-main .right .advantage {
    border-left-width: 0px;
    border-right-width: 0px;
    padding: 30px;
  }
  .pcworld-2 .pcworld-main .left .advantage p,
  .pcworld-2 .pcworld-main .right .advantage p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .pcworld-2 .pcworld-main .left {
    top: -260px;
  }
  .pcworld-2 .pcworld-main::after {
    display: none;
  }
  .pcworld-2 .pcworld-action-line {
    position: relative;
    width: 100%;
    height: auto;
    border-top: 0px solid #E8E8E8;
    top: 0px;
  }
  .pcworld-2 .pcworld-action-line.focus {
    height: auto;
  }
  .pcworld-2 .pcworld-action-line .mail-line {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
    padding: 0px 30px 80px 30px;
    text-align: center;
    background-color: #f8f8f8;
  }
  .pcworld-2 .pcworld-action-line .mail-line .form-group {
    position: relative;
    margin-bottom: 0px;
    right: 0px;
    width: 100%;
  }
  .pcworld-2 .pcworld-action-line .mail-line .form-group .form-control {
    margin-bottom: 0px;
    padding-right: 30px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .pcworld-2 .pcworld-action-line .mail-line .btn {
    position: relative;
    right: 0;
    top: 0;
    margin: 0 auto;
    margin-top: 30px;
  }
  .pcworld-2 .pcworld-action-line .hello {
    display: none;
  }
  .pcworld-2 .pcworld-footer {
    padding: 25px 30px;
  }
  .pcworld-2 .pcworld-footer .checks {
    padding-bottom: 30px;
  }
  .pcworld-2 .pcworld-footer .checks li {
    font-size: 20px;
  }
  .pcworld-2 .pcworld-footer .footer {
    display: block;
  }
  .pcworld-2 .pcworld-footer .footer .map {
    display: block;
  }
}
@media screen and (min-width: 2100px) {
  .pcworld-2 .pcworld-header .bg {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
            transform: translateX(-50%) translateY(-50%) scale(1.2);
  }
}
.case-list {
  padding-top: 140px !important;
  padding-bottom: 0px;
  border-bottom: 0px;
  background-color: #fafcfd;
}
.case-list h2 {
  display: none;
}
.case-list .case-item {
  display: table;
  width: 100%;
}
.case-list .case-item .header,
.case-list .case-item .content {
  width: 50%;
  display: table-cell;
}
.case-list .case-item .header {
  background-color: gray;
  position: relative;
  z-index: 2;
}
.case-list .case-item .header .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.3;
}
.case-list .case-item .header .bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.case-list .case-item .header .logo {
  position: absolute;
  background-color: #fff;
  border: 2px solid #E0E7EE;
  box-shadow: 0 15px 10px 0 rgba(59, 67, 72, 0.12);
  padding: 50px 75px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -50px;
}
.case-list .case-item .content .content-box {
  width: 100%;
  max-width: calc(1350px / 2);
  border: 2px solid #EFF3F7;
  background-color: #FFFFFF;
  padding: 60px 75px;
}
.case-list .case-item .content .content-box h3 {
  color: #3B4348;
  font-size: 28px;
  font-weight: 300;
  line-height: 46px;
  margin-bottom: 30px;
  margin-top: 0px;
}
.case-list .case-item .content .content-box p {
  color: #3B4348;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
}
.case-list .case-item .content .content-box .btn-link {
  display: inline-block;
  color: #FB781D;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 50px;
}
.case-list .case-item:nth-of-type(odd) .header {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.case-list .case-item:nth-of-type(odd) .header .logo {
  right: auto;
  left: -50px;
}
.case-list .case-item:nth-of-type(odd) .content {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  text-align: right;
}
.case-list .case-item:nth-of-type(odd) .content .content-box {
  display: inline-block;
  text-align: left;
}
.case-list .case-item.case-sologaz .header {
  background-color: #ec1847;
  border: 2px solid #ec1847;
}
.case-list .case-item.case-parp .header {
  background-color: #082e5a;
  border: 2px solid #082e5a;
}
.case-list .case-item.case-fabryka .header {
  background-color: #721357;
  border: 2px solid #721357;
}
@media screen and (max-width: 992px) {
  .case-list {
    padding-top: 67px !important;
  }
  .case-list h2 {
    display: block;
    padding: 0 30px;
    color: #C7D1DA;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0;
  }
  .case-list .case-item {
    display: block;
    width: 100%;
  }
  .case-list .case-item .header,
  .case-list .case-item .content {
    width: 100%;
    display: block;
  }
  .case-list .case-item .header {
    background-color: gray;
    position: relative;
    z-index: 2;
    height: 250px;
  }
  .case-list .case-item .header .bg img {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.5);
            transform: translateX(-50%) translateY(-50%) scale(0.5);
  }
  .case-list .case-item .header .logo {
    padding: 20px 45px;
    top: auto;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    right: -2px;
    bottom: -20px;
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .case-list .case-item .content .content-box {
    max-width: 100%;
    padding: 40px 30px;
  }
  .case-list .case-item .content .content-box h3 {
    color: #3B4348;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 32px;
  }
  .case-list .case-item .content .content-box p {
    display: none;
  }
  .case-list .case-item .content .content-box .btn-link {
    margin-top: 10px;
  }
  .case-list .case-item:nth-of-type(odd) .header {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .case-list .case-item:nth-of-type(odd) .header .logo {
    right: -2px;
    left: auto;
  }
  .case-list .case-item:nth-of-type(odd) .content {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    text-align: center;
  }
  .case-list .case-item:nth-of-type(odd) .content .content-box {
    display: inline-block;
    text-align: left;
  }
}

.case-list-action {
  text-align: center;
  padding: 100px 0 120px 0;
  background-color: #fafcfd;
  position: relative;
}
.case-list-action .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}
.case-list-action h2 {
  position: relative;
  color: #3B4348;
  font-size: 56px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 60px;
  text-align: center;
  padding: 0 30px;
  z-index: 1;
}
.case-list-action p {
  position: relative;
  color: #3B4348;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 60px;
  text-align: center;
  z-index: 1;
}
.case-list-action .mail-line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  position: relative;
  width: 550px;
  margin-top: 50px;
  z-index: 1;
}
.case-list-action .mail-line .form-group {
  position: relative;
  margin-bottom: 0px;
  right: 0px;
  width: 100%;
}
.case-list-action .mail-line .form-group .form-control {
  margin-bottom: 0px;
  padding-right: 275px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
}
.case-list-action .mail-line .btn {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 650px) {
  .case-list-action {
    padding: 40px 0 60px 0;
  }
  .case-list-action h2 {
    color: #3B4348;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 49px;
    text-align: center;
    margin-bottom: 20px;
  }
  .case-list-action p {
    color: #3B4348;
    font-size: 20px;
    font-weight: 300;
    line-height: 27px;
    text-align: center;
    margin-bottom: 45px;
  }
  .case-list-action .mail-line {
    display: block;
    position: relative;
    padding: 0 30px;
    width: 100%;
    max-width: 550px;
    margin-top: 20px;
  }
  .case-list-action .mail-line .form-group {
    position: relative;
    margin-bottom: 0px;
    right: 0px;
    width: 100%;
    margin-bottom: 30px;
  }
  .case-list-action .mail-line .form-group .form-control {
    margin-bottom: 0px;
    padding-right: 30px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .case-list-action .mail-line .btn {
    position: relative;
  }
}

.case-header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fafcfd;
  border-bottom: 2px solid #EFF3F7;
  width: 100%;
  z-index: 10;
}
.case-header .container {
  height: 100px;
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case-header .container::before, .case-header .container::after {
  display: none;
}
.case-header .container .logo-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case-header .container .logo-side .logo {
  display: block;
}
.case-header .container .logo-side .logo .logo-lg {
  height: 26px;
  width: 140px;
}
.case-header .container .logo-side .logo .logo-sm {
  display: none;
}
.case-header .container .logo-side h1 {
  color: #98A2AB;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.case-header .container .action-side .btn-link {
  font-weight: 900;
}
.case-header .container .action-side .btn-default {
  font-weight: 900;
}
.case-header .container .action-side .btn-default span {
  font-size: 13px;
  font-style: oblique;
  line-height: 18px;
  font-weight: 200;
  text-transform: none;
  transition: 0s;
}
@media screen and (max-width: 820px) {
  .case-header .container .logo-side h1 {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .case-header .container .action-side .btn-link {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .case-header .container {
    height: 75px;
  }
  .case-header .container .logo-side .logo {
    height: 75px;
    border-right: 2px solid #EFF3F7;
    padding-right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .case-header .container .logo-side .logo .logo-lg {
    display: none;
  }
  .case-header .container .logo-side .logo .logo-sm {
    display: block;
    height: 40px;
  }
  .case-header .container .action-side .btn-default {
    padding: 5px 15px;
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .case-header .container .action-side .btn-default span {
    display: none;
  }
}

.case-main {
  overflow: hidden;
  margin-top: 100px;
  background-color: #FAFCFD;
}
.case-main .header {
  position: relative;
  z-index: 1;
  padding: 50px 0 80px 0;
  background-color: #fff;
}
.case-main .header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
}
.case-main .header .container::after, .case-main .header .container::before {
  display: none;
}
.case-main .header .container .title p {
  color: #AFB9C2;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 60px;
  text-transform: uppercase;
}
.case-main .header .container .title h2 {
  color: #3B4348;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 57px;
  margin-bottom: 0px;
}
.case-main .header .container .logo {
  position: relative;
  background-color: #fff;
  border: 2px solid #E0E7EE;
  box-shadow: 0 15px 10px 0 rgba(59, 67, 72, 0.12);
  padding: 50px 50px;
  margin-left: 50px;
  bottom: -120px;
}
.case-main .intro {
  background-color: #ec1847;
  border: 2px solid #ec1847;
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
  padding: 80px 0 180px 0;
}
.case-main .intro .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.3;
}
.case-main .intro .bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.case-main .intro .container {
  position: relative;
  z-index: 1;
  max-width: 1100px;
}
.case-main .intro .container h3 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 30px;
  margin-bottom: 20px;
}
.case-main .intro .container p {
  max-width: 676px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}
.case-main .how-we-helped {
  max-width: 1050px;
  padding: 50px 110px;
  border: 2px solid #E0E7EE;
  background-color: #FFFFFF;
  box-shadow: 0 5px 10px 0 rgba(59, 67, 72, 0.06);
  margin: 0 auto;
  position: relative;
  top: -80px;
}
.case-main .how-we-helped h3 {
  color: #3B4348;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.case-main .how-we-helped p {
  color: #3B4348;
  font-size: 22px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 30px;
}
.case-main .how-we-helped p.small {
  color: #4A545B;
  font-size: 17px;
  line-height: 36px;
}
.case-main .way-it-is-now .screen {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  text-align: center;
  position: relative;
}
.case-main .way-it-is-now .screen::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #C7D1DA;
}
.case-main .way-it-is-now .screen .screen-img {
  position: absolute;
  top: 10%;
  left: 50%;
  max-width: 540px;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.case-main .way-it-is-now .screen .screen-img img {
  width: 100%;
}
.case-main .way-it-is-now .screen .pc-frame {
  width: 790px;
}
.case-main .way-it-is-now .container {
  max-width: 880px;
  padding-top: 80px;
}
.case-main .way-it-is-now .container h3 {
  color: #3B4348;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.case-main .way-it-is-now .container p {
  color: #3B4348;
  font-size: 22px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 30px;
}
.case-main .way-it-is-now .container p.small {
  color: #4A545B;
  font-size: 17px;
  line-height: 36px;
}
.case-main .way-it-is-now .container ol {
  padding: 0;
  padding-left: 20px;
  margin-bottom: 30px;
}
.case-main .way-it-is-now .container ol li {
  color: #4A545B;
  font-size: 17px;
  font-weight: 900;
  line-height: 36px;
}
.case-main .way-it-is-now .container .testimonial {
  margin-top: 60px;
  margin-bottom: 60px;
}
.case-main .way-it-is-now .container .testimonial .quotation {
  width: 100%;
  border: 2px solid #E0E7EE;
  background-color: #FFFFFF;
  box-shadow: 0 5px 10px 0 rgba(59, 67, 72, 0.06);
  padding: 50px;
  margin-bottom: 30px;
  position: relative;
}
.case-main .way-it-is-now .container .testimonial .quotation .quote {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.case-main .way-it-is-now .container .testimonial .quotation p {
  color: #3B4348;
  font-size: 18px;
  font-style: oblique;
  line-height: 34px;
}
.case-main .way-it-is-now .container .testimonial .quotation *:last-child {
  margin-bottom: 0px;
}
.case-main .way-it-is-now .container .testimonial .signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0px 52px;
}
.case-main .way-it-is-now .container .testimonial .signature .photo {
  max-width: 60px;
  padding: 5px;
  border: 2px solid #E0E7EE;
  background-color: #FFFFFF;
  box-shadow: 0 5px 10px 0 rgba(59, 67, 72, 0.06);
  position: relative;
  top: -60px;
}
.case-main .way-it-is-now .container .testimonial .signature .photo img {
  width: 100%;
}
.case-main .way-it-is-now .container .testimonial .signature .author {
  margin-left: 20px;
}
.case-main .way-it-is-now .container .testimonial .signature .author p {
  margin-bottom: 0px;
}
.case-main .way-it-is-now .container .testimonial .signature .author .name {
  color: #3B4348;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 23px;
}
.case-main .way-it-is-now .container .testimonial .signature .author .position {
  color: #AFB9C2;
  font-size: 17px;
  line-height: 23px;
}
.case-main .the-results {
  max-width: 1050px;
  padding: 50px 110px;
  border: 2px solid #E0E7EE;
  background-color: #FFFFFF;
  box-shadow: 0 5px 10px 0 rgba(59, 67, 72, 0.06);
  margin: 0 auto;
  position: relative;
}
.case-main .the-results .image {
  width: 100%;
  border: 2px solid #E0E7EE;
  background-color: #FFFFFF;
  padding: 20px;
  position: relative;
  margin-bottom: 60px;
}
.case-main .the-results .image img {
  width: 100%;
}
.case-main .the-results .image .title {
  border: 2px solid #E0E7EE;
  background-color: #FFFFFF;
  box-shadow: 0 5px 4px 0 rgba(59, 67, 72, 0.03);
  color: #3B4348;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  max-width: calc(100% - 40px);
  left: 50%;
  bottom: 0;
  -webkit-transform: translateY(50%) translateX(-50%);
          transform: translateY(50%) translateX(-50%);
  margin-bottom: 0px;
  display: inline-block;
  padding: 10px 20px;
}
.case-main .the-results h3 {
  color: #3B4348;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.case-main .the-results p {
  color: #3B4348;
  font-size: 22px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 30px;
}
.case-main .the-results p.small {
  color: #4A545B;
  font-size: 17px;
  line-height: 36px;
}
.case-main .case-list-action {
  text-align: center;
  padding: 100px 0 120px 0;
  background-color: #fafcfd;
  position: relative;
}
.case-main .case-list-action .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}
.case-main .case-list-action h2 {
  position: relative;
  color: #3B4348;
  font-size: 56px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 60px;
  text-align: center;
  padding: 0 30px;
  z-index: 1;
}
.case-main .case-list-action p {
  position: relative;
  color: #3B4348;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 60px;
  text-align: center;
  z-index: 1;
}
.case-main .case-list-action .mail-line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  position: relative;
  width: 550px;
  margin-top: 50px;
  z-index: 1;
}
.case-main .case-list-action .mail-line .form-group {
  position: relative;
  margin-bottom: 0px;
  right: 0px;
  width: 100%;
}
.case-main .case-list-action .mail-line .form-group .form-control {
  margin-bottom: 0px;
  padding-right: 275px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
}
.case-main .case-list-action .mail-line .btn {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 650px) {
  .case-main .case-list-action {
    padding: 40px 0 60px 0;
  }
  .case-main .case-list-action h2 {
    color: #3B4348;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 49px;
    text-align: center;
    margin-bottom: 30px;
  }
  .case-main .case-list-action p {
    color: #3B4348;
    font-size: 20px;
    font-weight: 300;
    line-height: 27px;
    text-align: center;
  }
  .case-main .case-list-action .mail-line {
    display: block;
    position: relative;
    padding: 0 30px;
    width: 100%;
    max-width: 550px;
    margin-top: 20px;
  }
  .case-main .case-list-action .mail-line .form-group {
    position: relative;
    margin-bottom: 0px;
    right: 0px;
    width: 100%;
    margin-bottom: 30px;
  }
  .case-main .case-list-action .mail-line .form-group .form-control {
    margin-bottom: 0px;
    padding-right: 30px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .case-main .case-list-action .mail-line .btn {
    position: relative;
  }
}
.case-main .other-case {
  text-align: center;
  padding-bottom: 150px;
}
.case-main .other-case .case-item {
  display: table;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.case-main .other-case .case-item .header,
.case-main .other-case .case-item .content {
  width: 50%;
  display: table-cell;
}
.case-main .other-case .case-item .header {
  background-color: gray;
  position: relative;
  z-index: 2;
}
.case-main .other-case .case-item .header .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.3;
}
.case-main .other-case .case-item .header .bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.case-main .other-case .case-item .header .logo {
  position: absolute;
  background-color: #fff;
  border: 2px solid #E0E7EE;
  box-shadow: 0 15px 10px 0 rgba(59, 67, 72, 0.12);
  padding: 50px 75px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -50px;
}
.case-main .other-case .case-item .content .content-box {
  width: 100%;
  max-width: calc(1350px / 2);
  border: 2px solid #EFF3F7;
  background-color: #FFFFFF;
  padding: 60px 75px;
}
.case-main .other-case .case-item .content .content-box h3 {
  color: #3B4348;
  font-size: 28px;
  font-weight: 300;
  line-height: 46px;
  margin-bottom: 30px;
  margin-top: 0px;
}
.case-main .other-case .case-item .content .content-box p {
  color: #3B4348;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
}
.case-main .other-case .case-item .content .content-box .btn-link {
  display: inline-block;
  color: #FB781D;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 50px;
}
.case-main .other-case .case-item:nth-of-type(odd) .header {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.case-main .other-case .case-item:nth-of-type(odd) .header .logo {
  right: auto;
  left: -50px;
}
.case-main .other-case .case-item:nth-of-type(odd) .content {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  text-align: right;
}
.case-main .other-case .case-item:nth-of-type(odd) .content .content-box {
  display: inline-block;
  text-align: left;
}
.case-main .other-case .case-item.case-sologaz .header {
  background-color: #ec1847;
  border: 2px solid #ec1847;
}
.case-main .other-case .case-item.case-parp .header {
  background-color: #082e5a;
  border: 2px solid #082e5a;
}
.case-main .other-case .case-item.case-fabryka .header {
  background-color: #721357;
  border: 2px solid #721357;
}
@media screen and (max-width: 992px) {
  .case-main .other-case .case-item {
    display: block;
    width: 100%;
  }
  .case-main .other-case .case-item .header,
  .case-main .other-case .case-item .content {
    width: 100%;
    display: block;
  }
  .case-main .other-case .case-item .header {
    background-color: gray;
    position: relative;
    z-index: 2;
    height: 250px;
  }
  .case-main .other-case .case-item .header .bg img {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.5);
            transform: translateX(-50%) translateY(-50%) scale(0.5);
  }
  .case-main .other-case .case-item .header .logo {
    padding: 20px 45px;
    top: auto;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    right: -2px;
    bottom: -20px;
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .case-main .other-case .case-item .content .content-box {
    max-width: 100%;
    padding: 40px 30px;
  }
  .case-main .other-case .case-item .content .content-box h3 {
    color: #3B4348;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 32px;
  }
  .case-main .other-case .case-item .content .content-box p {
    display: none;
  }
  .case-main .other-case .case-item .content .content-box .btn-link {
    margin-top: 10px;
  }
  .case-main .other-case .case-item:nth-of-type(odd) .header {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .case-main .other-case .case-item:nth-of-type(odd) .header .logo {
    right: -2px;
    left: auto;
  }
  .case-main .other-case .case-item:nth-of-type(odd) .content {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    text-align: center;
  }
  .case-main .other-case .case-item:nth-of-type(odd) .content .content-box {
    display: inline-block;
    text-align: left;
  }
}
.case-main .other-case .see-other {
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .case-main .header .container .logo {
    position: absolute;
    margin-left: 0px;
    bottom: 0px;
    right: 0px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  .case-main .intro {
    padding: 80px 0 100px 0;
  }
  .case-main .how-we-helped {
    padding: 50px 30px;
    border-left-width: 0px;
    border-right-width: 0px;
    top: 0px;
  }
  .case-main .way-it-is-now {
    padding-top: 50px;
  }
  .case-main .way-it-is-now .screen::after {
    display: none;
  }
  .case-main .way-it-is-now .screen .pc-frame {
    display: none;
  }
  .case-main .way-it-is-now .screen .screen-img {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin: 0 auto;
    padding: 0 25px;
  }
  .case-main .way-it-is-now .container {
    padding-top: 50px;
  }
  .case-main .the-results {
    padding: 50px 30px;
    border-left-width: 0px;
    border-right-width: 0px;
  }
}
@media screen and (max-width: 600px) {
  .case-main .header {
    padding: 30px 0;
  }
  .case-main .header .container .title p {
    font-size: 14px;
    line-height: 20px;
  }
  .case-main .header .container .title h2 {
    font-size: 34px;
    line-height: 45px;
  }
  .case-main .header .container .logo {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: translateY(70%) scale(0.6);
            transform: translateY(70%) scale(0.6);
  }
  .case-main .intro {
    padding: 80px 0 30px 0;
  }
  .case-main .intro .container p {
    font-size: 18px;
    line-height: 30px;
  }
  .case-main .how-we-helped {
    padding: 30px;
  }
  .case-main .how-we-helped p {
    font-size: 18px;
    line-height: 30px;
  }
  .case-main .how-we-helped p.small {
    font-size: 15px;
    line-height: 30px;
  }
  .case-main .way-it-is-now {
    padding-top: 30px;
  }
  .case-main .way-it-is-now .container {
    padding-top: 30px;
  }
  .case-main .way-it-is-now .container p {
    font-size: 18px;
    line-height: 30px;
  }
  .case-main .way-it-is-now .container p.small {
    font-size: 15px;
    line-height: 30px;
  }
  .case-main .way-it-is-now .container ol li {
    font-size: 15px;
    line-height: 30px;
  }
  .case-main .way-it-is-now .container .testimonial {
    margin-left: -27px;
    width: calc(100% + 27px + 27px);
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .case-main .way-it-is-now .container .testimonial .quotation {
    padding: 30px 30px 40px 30px;
    margin-bottom: 20px;
  }
  .case-main .way-it-is-now .container .testimonial .signature {
    padding: 0 30px;
  }
  .case-main .way-it-is-now .container .testimonial .signature .photo {
    top: -50px;
  }
  .case-main .the-results {
    padding: 30px;
  }
  .case-main .the-results .image {
    margin-left: -32px;
    width: calc(100% + 32px + 32px);
  }
  .case-main .the-results .image p {
    width: 100%;
  }
  .case-main .the-results p {
    font-size: 18px;
    line-height: 30px;
  }
  .case-main .the-results p.small {
    font-size: 15px;
    line-height: 30px;
  }
  .case-main .the-results ol li {
    font-size: 15px;
    line-height: 30px;
  }
}

.comsoon-tooltip-header {
  display: none;
  position: absolute;
  left: 41px;
  top: 2px;
  width: 240px;
  border: 2px solid #3B4348;
  background-color: #4A545B;
  color: #FFFFFF;
  z-index: 55;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 21px;
}
.comsoon-tooltip-header::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: -9px;
  -webkit-transform: rotate(47deg);
          transform: rotate(47deg);
  right: -9px;
  border-left: 2px solid #3B4348;
  background-color: #fafcfd;
  border-radius: 1px;
}

.tooltip-mini-box-header {
  display: none;
  position: absolute;
  top: 2px;
  right: -17px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #3B4348;
  background-color: #4A545B;
  z-index: 55;
}
.tooltip-mini-box-header::after {
  content: "";
  position: absolute;
  left: -7px;
  top: 3px;
  width: 19px;
  height: 15px;
  border-top: 2px solid #3B4348;
  border-radius: 1px;
  background-color: #fafcfd;
  -webkit-transform: rotate(47deg);
  transform: rotate(47deg);
}

.comsoon-tooltip-team {
  display: none;
  position: absolute;
  left: 50px;
  top: -84px;
  width: 180px;
  border: 2px solid #3B4348;
  background-color: #4A545B;
  color: #FFFFFF;
  z-index: 55;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 21px;
}
.comsoon-tooltip-team::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: -9px;
  -webkit-transform: rotate(47deg);
          transform: rotate(47deg);
  right: -9px;
  border-left: 2px solid #3B4348;
  background-color: #fafcfd;
  border-radius: 1px;
}
.comsoon-tooltip-team a {
  color: #FFE468;
}

.tooltip-mini-box-team {
  display: none;
  position: absolute;
  top: -20px;
  right: 36px;
  width: 15px;
  height: 15px;
  border-left: 2px solid #3B4348;
  background-color: #4A545B;
  z-index: 60;
}
.tooltip-mini-box-team::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 2px;
  width: 18px;
  height: 21px;
  border-left: 2px solid #3B4348;
  border-radius: 1px;
  background-color: #fafcfd;
  -webkit-transform: rotate(47deg);
  transform: rotate(47deg);
}

.img-desktop {
  display: inline-block;
}

.img-mobile {
  display: none;
}

#header {
  background-color: #fafcfd;
  padding-bottom: 50px;
}
#header .logo {
  padding-top: 66px;
  text-align: center;
}
#header .title {
  padding-top: 46px;
  text-align: center;
}
#header .title h1 {
  margin: 0;
  color: #3B4348;
  font-size: 38px;
  font-weight: 300;
}
#header .title p {
  color: #3B4348;
  font-size: 15px;
  padding-top: 15px;
}
#header .header-content {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-diraction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header .header-content .box {
  width: 310px;
  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;
  padding: 5px;
}
#header .header-content .box .img-wrapper {
  width: 300px;
  height: 130px;
  margin-bottom: 15px;
}
#header .header-content .box .box-content-title {
  color: #3B4348;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
}
#header .header-content .box .buttons-wrapper {
  margin-top: 30px;
}
#header .header-content .box .buttons-wrapper span {
  position: relative;
  cursor: pointer;
  transition-duration: 0.5s;
}
#header .header-content .box .buttons-wrapper span:nth-child(3) {
  margin-right: 22px;
}
#header .header-content .box .buttons-wrapper span:last-child .tooltip-mini-box-header {
  left: 28px;
}
#header .header-content .box .buttons-wrapper .minus svg #Path-2, #header .header-content .box .buttons-wrapper .minus svg #Path-9, #header .header-content .box .buttons-wrapper .plus svg #Path-2, #header .header-content .box .buttons-wrapper .plus svg #Path-9 {
  transition: 0.25s;
}
#header .header-content .box .buttons-wrapper .minus:hover .comsoon-tooltip-header, #header .header-content .box .buttons-wrapper .minus:hover .tooltip-mini-box-header, #header .header-content .box .buttons-wrapper .plus:hover .comsoon-tooltip-header, #header .header-content .box .buttons-wrapper .plus:hover .tooltip-mini-box-header {
  display: block;
}
#header .header-content .box .buttons-wrapper .minus:hover svg #Path-2 {
  stroke: #ffffff;
}
#header .header-content .box .buttons-wrapper .minus:hover svg #Path-9 {
  stroke: #EA3839;
  fill: #fd7676;
}
#header .header-content .box .buttons-wrapper .plus:hover svg #Path-2, #header .header-content .box .buttons-wrapper .plus:hover svg #Path-2-Copy {
  stroke: #ffffff;
}
#header .header-content .box .buttons-wrapper .plus:hover svg #Path-9 {
  stroke: #17b324;
  fill: #44d757;
}
#header .header-content .box .arrow-holder {
  width: 100%;
  display: inline-block;
  text-align: right;
  padding-right: 57px;
}
#header .header-content .box .first-arrow {
  padding-right: 25px;
}
#header .header-content .box .text-holder {
  text-align: center;
  padding-top: 20px;
}
#header .header-content .box .text-holder p {
  text-transform: uppercase;
  color: #3B4348;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 19px;
}

#counter .black-background {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  height: 419px;
  width: 100%;
  border: 2px solid #3B4348;
  background-color: #4A545B;
  box-shadow: 0 22px 24px -10px rgba(39, 49, 53, 0.25);
  text-align: center;
}
#counter .black-background .counter-wrapper {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url("../gfx/comsoon/counter-bg.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-transform: scaleY(1.1);
          transform: scaleY(1.1);
  position: relative;
}
#counter .black-background .counter-wrapper .counter-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#counter .black-background .counter-wrapper .counter-content p:first-child {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 25px;
}
#counter .black-background .counter-wrapper .counter-content p:last-child {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 35px;
  text-align: center;
}
#counter .black-background .counter-wrapper .counter-content p:last-child a {
  color: #FFAA60;
  font-size: 15px;
  font-weight: 500;
  line-height: 35px;
  text-align: center;
  text-decoration: underline;
}
#counter .black-background .counter-wrapper .counter-content .numbers-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 30px;
}
#counter .black-background .counter-wrapper .counter-content .numbers-wrapper .number-box {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 900;
  line-height: 25px;
  text-align: center;
}
#counter .black-background .counter-wrapper .counter-content .numbers-wrapper .number-box .counter-box {
  margin: 25px 9px 0 9px;
  height: 70px;
  width: 90px;
  border: 2px solid #3B4348;
  background-color: #FFFFFF;
  background-clip: content-box;
  box-shadow: inset 0 -2px 0 0 #E0E7EE;
}
#counter .black-background .counter-wrapper .counter-content .numbers-wrapper .number-box .counter-box span {
  color: #3B4348;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 68px;
}

#notifyMe .black-background {
  box-sizing: border-box;
  height: 419px;
  width: 100%;
  border: 2px solid #3B4348;
  background-color: #4A545B;
  box-shadow: 0 22px 24px -10px rgba(39, 49, 53, 0.25);
  text-align: center;
}
#notifyMe .black-background .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url("../gfx/comsoon/counter-bg.svg");
  background-position: center;
  background-size: contain;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-transform: scaleY(1.1);
          transform: scaleY(1.1);
  position: relative;
  z-index: 4;
}
#notifyMe .black-background .text-wrapper .text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#notifyMe .black-background .text-wrapper .text-content .form-email {
  position: relative;
  padding: 30px 0;
}
#notifyMe .black-background .text-wrapper .text-content .form-email input {
  height: 50px;
  width: 450px;
  border: none;
  margin-left: -110px;
  background-color: #F2F6FA;
  box-shadow: inset 0 -2px 0 0 #E0E7EE;
  padding-left: 18px;
}
#notifyMe .black-background .text-wrapper .text-content .form-email ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #98A2AB;
}
#notifyMe .black-background .text-wrapper .text-content .form-email ::-moz-placeholder {
  /* Firefox 19+ */
  color: #98A2AB;
}
#notifyMe .black-background .text-wrapper .text-content .form-email :-ms-input-placeholder {
  /* IE 10+ */
  color: #98A2AB;
}
#notifyMe .black-background .text-wrapper .text-content .form-email :-moz-placeholder {
  /* Firefox 18- */
  color: #98A2AB;
}
#notifyMe .black-background .text-wrapper .text-content .form-email button {
  position: absolute;
  top: 29px;
  right: -51px;
  height: 52px;
  width: 167px;
  border: 2px solid rgba(255, 255, 255, 0.09);
  border-radius: 100px;
  background-color: #FF8734;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
  text-shadow: 0 1px 3px 0 rgba(39, 49, 53, 0.15);
}
#notifyMe .black-background .text-wrapper .text-content p {
  width: 388px;
  color: #FFFFFF;
  font-size: 22px;
  line-height: 35px;
}
#notifyMe .black-background .text-wrapper .text-content p span {
  color: #FFD500;
}
#notifyMe .black-background .text-wrapper .text-content p:last-child {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 35px;
  text-align: center;
}
#notifyMe .black-background .text-wrapper .text-content p:last-child a {
  color: #FFAA60;
  font-size: 15px;
  font-weight: 500;
  line-height: 35px;
  text-align: center;
  text-decoration: underline;
}

#panels {
  position: relative;
  background-color: #FAFCFD;
}
#panels .panels-image {
  position: absolute;
  right: 0;
  bottom: -7px;
}
#panels .panels-image img {
  max-height: 770px;
}
#panels .panels-wrapper {
  max-width: 850px;
  margin: 0 auto;
  padding: 55px 0 180px 0;
}
#panels .panels-wrapper .about-offer .offer {
  list-style: none;
  padding: 0;
  margin: 0;
}
#panels .panels-wrapper .about-offer .offer .offer-item {
  background-color: #ffffff;
  padding: 0px;
  margin: 0;
  border: 2px solid #e0e7ee;
  border-bottom: 0px;
  position: relative;
}
#panels .panels-wrapper .about-offer .offer .offer-item::before {
  content: url("../gfx/comsoon/plus-big.svg");
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#panels .panels-wrapper .about-offer .offer .offer-item .more-button {
  padding: 0;
}
#panels .panels-wrapper .about-offer .offer .offer-item .more-button .more-icon {
  transition-duration: 0.5s;
}
#panels .panels-wrapper .about-offer .offer .offer-item .offer-header {
  padding: 10px 200px 10px 70px;
  position: relative;
}
#panels .panels-wrapper .about-offer .offer .offer-item .offer-header .offer-label {
  color: #98A2AB;
  font-size: 11px;
  line-height: 15px;
}
#panels .panels-wrapper .about-offer .offer .offer-item .offer-header h3 {
  color: #3B4348;
  font-size: 22px;
  line-height: 30px;
}
#panels .panels-wrapper .about-offer .offer .offer-item .offer-box {
  height: 0px;
  overflow: hidden;
  transition: 0.5s;
}
#panels .panels-wrapper .about-offer .offer .offer-item .offer-box .offer-body {
  padding: 0px 30px 20px 70px;
}
#panels .panels-wrapper .about-offer .offer .offer-item .offer-box .offer-body .key-info {
  color: #c7ced5;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
}
#panels .panels-wrapper .about-offer .offer .offer-item .offer-box .offer-body .key-info span {
  color: #626b72;
}
#panels .panels-wrapper .about-offer .offer .offer-item:last-child {
  border-bottom: 2px solid #e0e7ee;
}
#panels .panels-wrapper .about-offer .more-button {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#panels .panels-wrapper .about-offer .more-button .more-icon {
  display: block;
  position: relative;
  height: 8px;
  width: 8px;
  border-left: 2px solid #AFB9C2;
  border-bottom: 2px solid #AFB9C2;
  -webkit-transform: rotate(-45deg) translateY(6px) translateX(2px);
          transform: rotate(-45deg) translateY(6px) translateX(2px);
}
#panels .panels-wrapper .about-offer .more-button-active .more-icon {
  border-left: 2px solid #AFB9C2;
  border-bottom: 2px solid #AFB9C2;
  -webkit-transform: rotate(135deg) translateY(-10px);
          transform: rotate(135deg) translateY(-10px);
}
#panels .panels-wrapper .about-offer .more-button-active:focus,
#panels .panels-wrapper .about-offer .more-button-active:active {
  border: 2px solid #AFB9C2;
  background-color: #AFB9C2;
  color: #AFB9C2;
}
#panels .panels-wrapper .about-offer .more-button:focus {
  outline: none;
}

#partners {
  padding: 125px 0 110px 0;
  background-color: #FFFFFF;
  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;
}
#partners p {
  color: #3B4348;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 19px;
}
#partners p:last-child {
  color: #3B4348;
  font-size: 22px;
  line-height: 33px;
}
#partners p:last-child span {
  font-size: 24px;
  font-weight: bold;
}
#partners .images-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#partners .images-wrapper .partner-logo {
  padding: 45px 35px;
}

#team {
  background-color: #fafcfd;
  position: relative;
}
#team .opinion-box {
  position: relative;
  margin: 0 auto;
  max-width: 673px;
  border: 2px solid #E0E7EE;
  background-color: #FFFFFF;
  box-shadow: 0 15px 20px -10px rgba(39, 49, 53, 0.1);
  padding: 50px 70px 30px 60px;
  -webkit-transform: translateY(-45px);
          transform: translateY(-45px);
}
#team .opinion-box::before {
  position: absolute;
  content: url("../gfx/comsoon/stars.svg");
  top: -80px;
  right: 78px;
}
#team .opinion-box p {
  color: #3B4348;
  font-size: 15px;
  font-style: oblique;
  line-height: 30px;
}
#team .opinion-box p.opinion-author {
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  padding-top: 10px;
}
#team .opinion-box .image-holder {
  position: absolute;
  left: -32px;
  top: 105px;
  height: 75px;
  width: 65px;
  background-image: url("../gfx/comsoon/team/frame-pura.svg");
}
#team .opinion-box .image-holder img {
  margin: 8px 7px;
}
#team h2 {
  color: #3B4348;
  font-size: 38px;
  font-weight: 300;
  line-height: 63px;
  text-align: center;
}
#team .team-images-wrapper {
  padding: 75px 0 100px 0;
  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;
}
#team .team-images-wrapper .space {
  margin-top: 15px;
}
#team .team-images-wrapper .team-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#team .team-images-wrapper .team-row .person-wrapper {
  cursor: pointer;
  position: relative;
  transition-duration: 1s;
}
#team .team-images-wrapper .team-row .person-wrapper:hover .comsoon-tooltip-team, #team .team-images-wrapper .team-row .person-wrapper:hover .tooltip-mini-box-team {
  display: block;
}
#team .team-images-wrapper .team-row .person-wrapper:hover p {
  color: #3B4348;
  font-weight: 500;
}
#team .team-images-wrapper .team-row .person-wrapper .person-frame {
  margin: 0 14px;
  height: 84px;
  width: 73px;
  background-image: url("../gfx/comsoon/team/frame-person.svg");
}
#team .team-images-wrapper .team-row .person-wrapper .person-frame img {
  margin: 8px 7px;
  width: 60px;
}
#team .team-images-wrapper .team-row .person-wrapper p {
  padding-top: 5px;
  color: #98A2AB;
  text-align: center;
}
#team .email-button {
  z-index: 20;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#team .email-button span {
  padding: 20px 40px;
  color: #FFFFFF;
  font-size: 19px;
  font-weight: 900;
  line-height: 26px;
  text-align: center;
  text-shadow: 0 1px 1px 0 rgba(18, 18, 20, 0.14);
  border: 2px solid rgba(18, 18, 20, 0.09);
  border-radius: 100px;
  background-color: #FF8734;
  box-shadow: 0 10px 15px -12px rgba(39, 49, 53, 0.5);
}

#map {
  height: 700px;
  margin-bottom: 100px;
}
#map #markerContent {
  padding-top: 13px;
  text-align: center;
}
#map #markerContent p {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 22px;
  padding-left: 10px;
}
#map #markerContent p img {
  height: 28px;
  margin-bottom: 10px;
}

.main-wrapper #map {
  margin-bottom: 0;
}

.gm-style-iw {
  width: 185px !important;
  height: 165px !important;
  top: 90px !important;
  left: 15px !important;
  background-image: url("../gfx/comsoon/bubblemap.svg") !important;
}

#notifyMeFixed {
  padding: 20px 0;
  background-color: #4A545B;
  border: 2px solid #3B4348;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 150;
}
#notifyMeFixed .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
#notifyMeFixed .content-wrapper .text-content {
  text-align: left;
  margin-right: 45px;
}
#notifyMeFixed .content-wrapper .text-content p {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
#notifyMeFixed .content-wrapper .text-content p span {
  color: #FFD500;
}
#notifyMeFixed .content-wrapper .form-email {
  margin-left: 45px;
  position: relative;
}
#notifyMeFixed .content-wrapper .form-email input {
  height: 50px;
  width: 378px;
  border: none;
  margin-right: 1px;
  background-color: #F2F6FA;
  box-shadow: inset 0 -2px 0 0 #E0E7EE;
  padding-left: 18px;
  border-radius: 0 100px 100px 0;
}
#notifyMeFixed .content-wrapper .form-email ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #98A2AB;
}
#notifyMeFixed .content-wrapper .form-email ::-moz-placeholder {
  /* Firefox 19+ */
  color: #98A2AB;
}
#notifyMeFixed .content-wrapper .form-email :-ms-input-placeholder {
  /* IE 10+ */
  color: #98A2AB;
}
#notifyMeFixed .content-wrapper .form-email :-moz-placeholder {
  /* Firefox 18- */
  color: #98A2AB;
}
#notifyMeFixed .content-wrapper .form-email button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 167px;
  border: 2px solid rgba(255, 255, 255, 0.09);
  border-radius: 100px;
  background-color: #FF8734;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
  text-shadow: 0 1px 3px 0 rgba(39, 49, 53, 0.15);
}

@media screen and (max-width: 1200px) {
  .img-desktop {
    display: none;
  }

  .img-mobile {
    display: inline-block;
  }

  #header .header-content .box {
    width: 130px;
  }
  #header .header-content .box .box-content-title {
    width: 110px;
  }
  #header .header-content .box .img-wrapper {
    width: auto;
    height: 42px;
  }
  #header .header-content .box .arrow-holder {
    padding: 0;
    display: inline-block;
    text-align: center;
  }
  #header .header-content .box .text-holder {
    width: 200px;
  }

  #counter .black-background .counter-wrapper {
    background-size: cover;
  }

  #notifyMe .black-background .text-wrapper {
    background-size: cover;
  }

  #partners {
    padding: 60px 0 110px 0;
  }
  #partners .images-wrapper .partner-logo {
    padding: 25px 20px;
  }
  #partners p:last-child {
    font-size: 18px;
    line-height: 25px;
    padding: 0 40px;
    text-align: center;
  }
}
@media screen and (max-width: 1070px) {
  #panels {
    padding-bottom: 100px;
  }
  #panels .panels-image img {
    max-height: 500px;
  }
}
@media screen and (max-width: 1000px) {
  #panels .panels-wrapper .about-offer .offer .offer-item::before {
    display: none;
  }
  #panels .panels-wrapper .about-offer .offer .offer-item .offer-header {
    padding: 10px 40px 5px 20px;
  }
  #panels .panels-wrapper .about-offer .offer .offer-item .offer-box .offer-body {
    padding: 0px 30px 20px 20px;
  }

  #team .team-images-wrapper .team-row .person-wrapper {
    cursor: default;
  }
  #team .team-images-wrapper .team-row .person-wrapper:hover .comsoon-tooltip-team, #team .team-images-wrapper .team-row .person-wrapper:hover .tooltip-mini-box-team {
    display: none;
  }
  #team .team-images-wrapper .team-row .person-wrapper:hover p {
    color: #98A2AB;
    font-weight: 400;
  }
}
@media screen and (max-width: 815px) {
  #notifyMeFixed .content-wrapper {
    -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;
  }
  #notifyMeFixed .content-wrapper .text-content {
    text-align: center;
    padding-bottom: 10px;
  }
  #notifyMeFixed .content-wrapper .text-content, #notifyMeFixed .content-wrapper .form-email {
    margin: 0;
  }

  #map {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 750px) {
  #panels {
    overflow: hidden;
  }
  #panels .panels-image {
    bottom: 0;
  }
  #panels .panels-image img {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }

  #team .opinion-box {
    margin: 0 20px;
    padding: 50px 30px 50px 30px;
    text-align: center;
  }
  #team .opinion-box::before {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    right: 0;
  }
  #team .opinion-box .image-holder {
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #team h2 {
    padding: 0 20px;
    font-size: 26px;
    line-height: 36px;
  }
  #team .team-images-wrapper .space {
    margin-top: 0px;
  }
}
@media screen and (max-width: 500px) {
  #header .title h1 {
    font-size: 26px;
  }
  #header .title p {
    padding: 15px 20px;
  }
  #header .header-content .box {
    width: 100px;
  }
  #header .header-content .box .box-content-title {
    font-size: 10px;
    line-height: 14px;
    width: 100px;
  }

  #counter .black-background .counter-wrapper {
    background-size: cover;
  }
  #counter .black-background .counter-wrapper .counter-content p:first-child {
    font-size: 15px;
    line-height: 20px;
  }
  #counter .black-background .counter-wrapper .counter-content p:last-child {
    font-size: 12px;
  }
  #counter .black-background .counter-wrapper .counter-content .numbers-wrapper {
    margin: 0;
  }
  #counter .black-background .counter-wrapper .counter-content .numbers-wrapper .number-box .counter-box {
    height: 50px;
    width: 60px;
    margin: 25px 4px 0 4px;
  }
  #counter .black-background .counter-wrapper .counter-content .numbers-wrapper .number-box .counter-box span {
    font-size: 25px;
    line-height: 47px;
  }

  #panels .panels-image img {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }

  #notifyMe .black-background .text-wrapper .text-content p {
    width: 300px;
  }
  #notifyMe .black-background .text-wrapper .text-content .form-email input {
    height: 40px;
    width: 200px;
    margin-left: -70px;
  }
  #notifyMe .black-background .text-wrapper .text-content .form-email button {
    height: 40px;
    width: 148px;
    top: 30px;
    right: 10px;
  }

  #map {
    margin-bottom: 135px;
    height: 400px;
  }

  #notifyMeFixed .content-wrapper .text-content p {
    font-size: 14px;
    line-height: 21px;
  }
  #notifyMeFixed .content-wrapper .form-email input {
    height: 40px;
    width: 300px;
  }
  #notifyMeFixed .content-wrapper .form-email button {
    height: 40px;
    width: 90px;
    font-size: 12px;
  }
}
.theme-ebook {
  box-shadow: 0 7px 20px -6px rgba(59, 67, 72, 0.23);
  background-color: #FAFCFD;
  width: 100%;
}
.theme-ebook .main-content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 100px;
}
.theme-ebook .main-content-wrapper h4 {
  color: #3B4348;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}
.theme-ebook .main-content-wrapper h2 {
  color: #3B4348;
  font-size: 38px;
  font-weight: 900;
  line-height: 52px;
  margin-top: 0;
  margin-bottom: 35px;
}
.theme-ebook .main-content-wrapper .main-column-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.theme-ebook .main-content-wrapper .main-column-wrapper .column-left, .theme-ebook .main-content-wrapper .main-column-wrapper .column-right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 0 30px;
}
.theme-ebook .main-content-wrapper .main-column-wrapper .column-left .logo-holder {
  text-align: left;
  margin-bottom: 30px;
}
.theme-ebook .main-content-wrapper .main-column-wrapper .column-left .logo-holder img {
  width: 180px;
  height: 50px;
}
.theme-ebook .main-content-wrapper .main-column-wrapper .column-left .tablet-block {
  background-image: url("../gfx/ebook/ebook-background.svg");
  background-size: cover;
  background-position: center;
  min-height: 530px;
  position: relative;
}
.theme-ebook .main-content-wrapper .main-column-wrapper .column-left .tablet-block img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 292px;
  width: 100%;
}
.theme-ebook .main-content-wrapper .main-column-wrapper .column-right {
  padding-top: 15px;
}
.theme-ebook .main-content-wrapper .main-column-wrapper .column-right .list-wrapper ul {
  margin-top: 14px;
  list-style-image: none;
  list-style-type: none;
  padding-left: 40px;
}
.theme-ebook .main-content-wrapper .main-column-wrapper .column-right .list-wrapper ul li {
  position: relative;
  color: #3B4348;
  font-size: 16px;
  line-height: 35px;
}
.theme-ebook .main-content-wrapper .main-column-wrapper .column-right .list-wrapper ul li::before {
  content: url("../gfx/ebook/plus.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  left: -40px;
  top: 3px;
}
.theme-ebook .main-content-wrapper .main-column-wrapper .column-right .form-holder {
  margin-top: 30px;
}
.theme-ebook .main-content-wrapper .main-column-wrapper .column-right .form-holder input, .theme-ebook .main-content-wrapper .main-column-wrapper .column-right .form-holder select {
  width: 100%;
  min-height: 60px;
  padding-left: 20px;
  border: 2px solid #E0E7EE;
  background-color: #FFFFFF;
  box-shadow: inset 0 -0.5px 0 0 #E0E7EE;
  color: #828A91;
  font-size: 18px;
  letter-spacing: 0.7px;
}
.theme-ebook .main-content-wrapper .main-column-wrapper .column-right .form-holder input:focus, .theme-ebook .main-content-wrapper .main-column-wrapper .column-right .form-holder select:focus {
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075), 0 4px 5px rgba(39, 49, 53, 0.14);
  color: #3B4348;
  border-color: #D4DDE5;
}
.theme-ebook .main-content-wrapper .main-column-wrapper .column-right .form-holder input::-webkit-input-placeholder, .theme-ebook .main-content-wrapper .main-column-wrapper .column-right .form-holder select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(130, 138, 145, 0.4);
}
.theme-ebook .main-content-wrapper .main-column-wrapper .column-right .form-holder input::-moz-placeholder, .theme-ebook .main-content-wrapper .main-column-wrapper .column-right .form-holder select::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(130, 138, 145, 0.4);
}
.theme-ebook .main-content-wrapper .main-column-wrapper .column-right .form-holder input:-ms-input-placeholder, .theme-ebook .main-content-wrapper .main-column-wrapper .column-right .form-holder select:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(130, 138, 145, 0.4);
}
.theme-ebook .main-content-wrapper .main-column-wrapper .column-right .form-holder input:-moz-placeholder, .theme-ebook .main-content-wrapper .main-column-wrapper .column-right .form-holder select:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(130, 138, 145, 0.4);
}
.theme-ebook .main-content-wrapper .main-column-wrapper .column-right .form-holder .chosen-container {
  margin-bottom: 0;
  width: 100%;
}
.theme-ebook .main-content-wrapper .main-column-wrapper .column-right .form-holder .chosen-container .chosen-single {
  max-height: 60px;
  padding-left: 20px;
  border: 2px solid #E0E7EE;
  background-color: #FFFFFF;
  box-shadow: inset 0 -0.5px 0 0 #E0E7EE;
  color: #828A91;
  font-size: 18px;
  letter-spacing: 0.7px;
}
.theme-ebook .main-content-wrapper .main-column-wrapper .column-right .form-holder .chosen-container .chosen-drop .chosen-results {
  padding: 10px 0;
}
.theme-ebook .main-content-wrapper .main-column-wrapper .column-right .form-holder .chosen-container .chosen-drop .chosen-results li {
  color: #3B4348;
  font-size: 16px;
  padding: 10px 30px;
}
.theme-ebook .main-content-wrapper .main-column-wrapper .column-right .form-holder .chosen-container .chosen-drop .chosen-results li.highlighted, .theme-ebook .main-content-wrapper .main-column-wrapper .column-right .form-holder .chosen-container .chosen-drop .chosen-results li.result-selected {
  color: #FC7500;
  background-color: transparent;
}
.theme-ebook .main-content-wrapper .main-column-wrapper .column-right .form-holder .check-group .new-checkbox label {
  width: 22px;
  height: 22px;
}
.theme-ebook .main-content-wrapper .main-column-wrapper .column-right .form-holder .check-group .new-checkbox label::after {
  top: -1px;
  left: 2px;
}
.theme-ebook .main-content-wrapper .main-column-wrapper .column-right .form-holder .check-group span {
  display: block;
  padding-left: 40px;
}
.theme-ebook .main-content-wrapper .main-column-wrapper .column-right .form-holder button {
  margin-top: 15px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 32px;
  border: 2px solid transparent;
  color: #fff;
  background-color: #ff8734;
  padding: 19px 30px;
  font-size: 17px;
  text-shadow: 0 1px 1px rgba(18, 18, 20, 0.14);
  box-shadow: 0 5px 10px rgba(18, 18, 20, 0.14);
}
.theme-ebook .main-content-wrapper .main-column-wrapper .column-right .form-holder ._form_element {
  margin-bottom: 20px;
}
.theme-ebook .main-content-wrapper .main-column-wrapper .column-right .form-holder ._error-inner {
  color: #fd5b5d;
}
.theme-ebook .main-content-wrapper .main-column-wrapper .column-right .description-holder {
  margin-top: 40px;
}
.theme-ebook .main-content-wrapper .main-column-wrapper .column-right .description-holder p {
  color: #3B4348;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
.theme-ebook .main-content-wrapper .ebook-listed {
  margin-top: 40px;
}
.theme-ebook .main-content-wrapper .ebook-listed .ebook-block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.theme-ebook .main-content-wrapper .ebook-listed .ebook-block-wrapper .ebook-block {
  margin-top: 80px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: calc(50% - 20px);
  height: 180px;
}
.theme-ebook .main-content-wrapper .ebook-listed .ebook-block-wrapper .blank {
  position: relative;
  border: 2px solid #EFF3F7;
  background-color: #FFFFFF;
}
.theme-ebook .main-content-wrapper .ebook-listed .ebook-block-wrapper .blank a {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 170px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FC7500;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.theme-ebook .main-content-wrapper .ebook-listed .ebook-block-wrapper .splited {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 2px solid #EFF3F7;
  background-color: #FFFFFF;
}
.theme-ebook .main-content-wrapper .ebook-listed .ebook-block-wrapper .splited .image-holder, .theme-ebook .main-content-wrapper .ebook-listed .ebook-block-wrapper .splited .text-holder {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.theme-ebook .main-content-wrapper .ebook-listed .ebook-block-wrapper .splited .image-holder img {
  width: 197px;
  -webkit-transform: translate(25%, -15%);
          transform: translate(25%, -15%);
}
.theme-ebook .main-content-wrapper .ebook-listed .ebook-block-wrapper .splited .text-holder {
  margin: auto 0;
}
.theme-ebook .main-content-wrapper .ebook-listed .ebook-block-wrapper .splited .text-holder p {
  color: #3B4348;
  font-size: 22px;
  line-height: 30px;
}

@media screen and (max-width: 1250px) {
  .theme-ebook .main-content-wrapper {
    max-width: 800px;
  }
  .theme-ebook .main-content-wrapper h2 {
    font-size: 28px;
    margin-bottom: 0;
  }
  .theme-ebook .main-content-wrapper .main-column-wrapper .column-right .list-wrapper ul li {
    line-height: 22px;
    padding-bottom: 20px;
  }
  .theme-ebook .main-content-wrapper .main-column-wrapper .column-right .form-holder {
    margin-top: 0;
  }
  .theme-ebook .main-content-wrapper .ebook-listed .ebook-block-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .theme-ebook .main-content-wrapper .ebook-listed .ebook-block-wrapper .ebook-block {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .theme-ebook .main-content-wrapper .ebook-listed .ebook-block-wrapper .blank {
    background-color: transparent;
    border: none;
    margin-top: 20px;
  }
  .theme-ebook .main-content-wrapper .ebook-listed .ebook-block-wrapper .splited .image-holder {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
  }
  .theme-ebook .main-content-wrapper .ebook-listed .ebook-block-wrapper .splited .text-holder {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
  }
}
@media screen and (max-width: 850px) {
  .theme-ebook .main-content-wrapper .main-column-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .theme-ebook .main-content-wrapper .main-column-wrapper .column-left, .theme-ebook .main-content-wrapper .main-column-wrapper .column-right {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .theme-ebook .main-content-wrapper .ebook-listed {
    padding: 0 30px;
  }
}
@media screen and (max-width: 720px) {
  .theme-ebook .main-content-wrapper .ebook-listed .ebook-block-wrapper .splited {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: unset;
  }
  .theme-ebook .main-content-wrapper .ebook-listed .ebook-block-wrapper .splited .text-holder, .theme-ebook .main-content-wrapper .ebook-listed .ebook-block-wrapper .splited .image-holder {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
  .theme-ebook .main-content-wrapper .ebook-listed .ebook-block-wrapper .splited .image-holder img {
    -webkit-transform: translate(0, -15%);
            transform: translate(0, -15%);
  }
  .theme-ebook .main-content-wrapper .ebook-listed .ebook-block-wrapper .splited .text-holder {
    padding: 0 25px 45px;
  }
  .theme-ebook .main-content-wrapper .ebook-listed .ebook-block-wrapper .blank {
    max-height: 60px;
  }
}
@media screen and (max-width: 450px) {
  .theme-ebook .main-content-wrapper .main-column-wrapper .column-right {
    -webkit-transform: translateY(-75px);
            transform: translateY(-75px);
  }
  .theme-ebook .main-content-wrapper .main-column-wrapper .column-right h2 {
    line-height: 34px;
  }
  .theme-ebook .main-content-wrapper .main-column-wrapper .column-right .form-holder button {
    width: 100%;
  }
}
.ebook-list {
  box-shadow: 0 7px 20px -6px rgba(59, 67, 72, 0.23);
  background-color: #FAFCFD;
  width: 100%;
  min-height: 100vh;
}
.ebook-list .main-content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.ebook-list .main-content-wrapper .bg-holder {
  position: absolute;
  height: 528px;
  width: 520px;
  z-index: 1;
  right: 200px;
  top: 20px;
  background-image: url("../gfx/ebook/opacity-bg.svg");
  background-size: cover;
  background-position: center;
}
.ebook-list .main-content-wrapper .top-side-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ebook-list .main-content-wrapper .top-side-wrapper .logo-holder {
  z-index: 10;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  max-width: 40%;
}
.ebook-list .main-content-wrapper .top-side-wrapper .logo-holder img {
  width: 180px;
  padding-top: 60px;
}
.ebook-list .main-content-wrapper .top-side-wrapper .logo-holder a {
  margin-top: 35px;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
.ebook-list .main-content-wrapper .top-side-wrapper .logo-holder a svg {
  margin-right: 5px;
}
.ebook-list .main-content-wrapper .top-side-wrapper .text-holder {
  z-index: 10;
  margin-top: 20px;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  max-width: 60%;
}
.ebook-list .main-content-wrapper .top-side-wrapper .text-holder .text {
  margin: 40px 0 0 100px;
}
.ebook-list .main-content-wrapper .top-side-wrapper .text-holder .text h3 {
  color: #3B4348;
  font-size: 38px;
  font-weight: 900;
  padding-bottom: 10px;
}
.ebook-list .main-content-wrapper .top-side-wrapper .text-holder .text p {
  color: #3B4348;
  font-size: 16px;
  line-height: 30px;
  max-width: 485px;
}
.ebook-list .main-content-wrapper .bottom-side-wrapper {
  z-index: 2;
  margin-top: 120px;
}
.ebook-list .main-content-wrapper .bottom-side-wrapper .ebook-list-wrapper {
  margin-top: 40px;
}
.ebook-list .main-content-wrapper .bottom-side-wrapper .ebook-list-wrapper .ebook-block-wrapper {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ebook-list .main-content-wrapper .bottom-side-wrapper .ebook-list-wrapper .ebook-block-wrapper .ebook-block {
  z-index: 10;
  margin-bottom: 160px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: calc(50% - 20px);
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 2px solid #EFF3F7;
  background-color: #FFFFFF;
}
.ebook-list .main-content-wrapper .bottom-side-wrapper .ebook-list-wrapper .ebook-block-wrapper .ebook-block .image-holder, .ebook-list .main-content-wrapper .bottom-side-wrapper .ebook-list-wrapper .ebook-block-wrapper .ebook-block .text-holder {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.ebook-list .main-content-wrapper .bottom-side-wrapper .ebook-list-wrapper .ebook-block-wrapper .ebook-block .image-holder img {
  width: 197px;
  -webkit-transform: translate(25%, -15%);
          transform: translate(25%, -15%);
}
.ebook-list .main-content-wrapper .bottom-side-wrapper .ebook-list-wrapper .ebook-block-wrapper .ebook-block .text-holder {
  margin: auto 0;
}
.ebook-list .main-content-wrapper .bottom-side-wrapper .ebook-list-wrapper .ebook-block-wrapper .ebook-block .text-holder p {
  color: #3B4348;
  font-size: 22px;
  line-height: 30px;
}

@media screen and (max-width: 1250px) {
  .ebook-list .main-content-wrapper {
    max-width: 800px;
  }
  .ebook-list .main-content-wrapper .bg-holder {
    right: 0;
  }
  .ebook-list .main-content-wrapper .bottom-side-wrapper .ebook-list-wrapper .ebook-block-wrapper .ebook-block {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .ebook-list .main-content-wrapper .bottom-side-wrapper .ebook-list-wrapper .ebook-block-wrapper .ebook-block .image-holder {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
  }
  .ebook-list .main-content-wrapper .bottom-side-wrapper .ebook-list-wrapper .ebook-block-wrapper .ebook-block .text-holder {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
  }
}
@media screen and (max-width: 850px) {
  .ebook-list .main-content-wrapper {
    padding: 0 30px;
  }
}
@media screen and (max-width: 760px) {
  .ebook-list .main-content-wrapper .bg-holder {
    top: 175px;
    width: 100vw;
  }
  .ebook-list .main-content-wrapper .top-side-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ebook-list .main-content-wrapper .top-side-wrapper .logo-holder, .ebook-list .main-content-wrapper .top-side-wrapper .text-holder {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .ebook-list .main-content-wrapper .top-side-wrapper .logo-holder {
    text-align: center;
  }
  .ebook-list .main-content-wrapper .top-side-wrapper .text-holder {
    text-align: left;
  }
  .ebook-list .main-content-wrapper .top-side-wrapper .text-holder .text {
    margin: 0;
  }
  .ebook-list .main-content-wrapper .bottom-side-wrapper .ebook-list-wrapper .ebook-block-wrapper .ebook-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: unset;
  }
  .ebook-list .main-content-wrapper .bottom-side-wrapper .ebook-list-wrapper .ebook-block-wrapper .ebook-block .image-holder, .ebook-list .main-content-wrapper .bottom-side-wrapper .ebook-list-wrapper .ebook-block-wrapper .ebook-block .text-holder {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
  .ebook-list .main-content-wrapper .bottom-side-wrapper .ebook-list-wrapper .ebook-block-wrapper .ebook-block .image-holder img, .ebook-list .main-content-wrapper .bottom-side-wrapper .ebook-list-wrapper .ebook-block-wrapper .ebook-block .text-holder img {
    -webkit-transform: translate(0%, -15%);
            transform: translate(0%, -15%);
  }
  .ebook-list .main-content-wrapper .bottom-side-wrapper .ebook-list-wrapper .ebook-block-wrapper .ebook-block .text-holder {
    margin-top: -30px;
  }
  .ebook-list .main-content-wrapper .bottom-side-wrapper .ebook-list-wrapper .ebook-block-wrapper .ebook-block .text-holder a {
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
}
@media screen and (max-width: 450px) {
  .ebook-list .main-content-wrapper .bottom-side-wrapper .ebook-list-wrapper .ebook-block-wrapper .ebook-block .text-holder {
    padding: 0 20px;
  }
  .ebook-list .main-content-wrapper .bottom-side-wrapper .ebook-list-wrapper .ebook-block-wrapper .ebook-block .text-holder p {
    text-align: left;
  }
  .ebook-list .main-content-wrapper .bottom-side-wrapper .ebook-list-wrapper .ebook-block-wrapper .ebook-block .text-holder a {
    font-size: 11px;
    font-weight: 900;
    line-height: 15px;
  }
}
.thanks {
  box-shadow: 0 7px 20px -6px rgba(59, 67, 72, 0.23);
  background-color: #FAFCFD;
  width: 100%;
  min-height: 100vh;
}
.thanks .main-content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 100px;
}
.thanks .main-content-wrapper .logo-wrapper {
  text-align: left;
}
.thanks .main-content-wrapper .logo-wrapper img {
  max-width: 176px;
}
.thanks .main-content-wrapper .column-wrapper {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.thanks .main-content-wrapper .column-wrapper .column-holder {
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px);
  max-width: calc(50% - 20px);
  min-height: 325px;
}
.thanks .main-content-wrapper .column-wrapper .video iframe {
  width: 100%;
  height: 100%;
}
.thanks .main-content-wrapper .column-wrapper .text h2 {
  margin-top: 0;
  margin-bottom: 35px;
  color: #3B4348;
  font-size: 38px;
  font-weight: 900;
  line-height: 46px;
}
.thanks .main-content-wrapper .column-wrapper .text p {
  color: #3B4348;
  font-size: 16px;
  line-height: 22px;
}
.thanks .main-content-wrapper .column-wrapper .text .btn {
  margin-top: 35px;
  text-transform: capitalize;
}
.thanks .main-content-wrapper .article-content {
  margin-top: 45px;
}
.thanks .main-content-wrapper .article-content h3 {
  margin-top: 0;
  margin-bottom: 45px;
  color: #3B4348;
  font-size: 14px;
  font-weight: 900;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.thanks .main-content-wrapper .article-content .article-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.thanks .main-content-wrapper .article-content .article-wrapper .article-holder {
  background-color: #FFFFFF;
  border: 2px solid #EFF3F7;
  max-width: 354px;
  -ms-flex-preferred-size: calc(33% - 20px);
      flex-basis: calc(33% - 20px);
  margin-bottom: 30px;
}
.thanks .main-content-wrapper .article-content .article-wrapper .article-holder .img-holder img {
  width: 100%;
}
.thanks .main-content-wrapper .article-content .article-wrapper .article-holder .text-holder {
  padding: 25px 30px;
  height: calc(100% - 140px);
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.thanks .main-content-wrapper .article-content .article-wrapper .article-holder .text-holder p {
  color: #3B4348;
  font-size: 22px;
  line-height: 30px;
}
.thanks .main-content-wrapper .article-content .article-wrapper .article-holder .text-holder a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  line-height: 19px;
  letter-spacing: 1px;
}

@media screen and (max-width: 1250px) {
  .thanks .main-content-wrapper {
    max-width: 800px;
  }
  .thanks .main-content-wrapper .column-wrapper .column-holder {
    min-height: unset;
  }
  .thanks .main-content-wrapper .column-wrapper .video iframe {
    height: 213px;
  }
  .thanks .main-content-wrapper .column-wrapper .text h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 25px;
    padding-bottom: 0;
  }
  .thanks .main-content-wrapper .column-wrapper .text .btn {
    margin-top: 25px;
  }
  .thanks .main-content-wrapper .article-content .article-wrapper {
    -ms-flex-flow: column;
        flex-flow: column;
  }
  .thanks .main-content-wrapper .article-content .article-wrapper .article-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .thanks .main-content-wrapper .article-content .article-wrapper .article-holder .img-holder {
    max-width: 350px;
    min-width: 350px;
  }
}
@media screen and (max-width: 860px) {
  .thanks .main-content-wrapper {
    max-width: 100%;
    padding: 40px 30px;
  }
  .thanks .main-content-wrapper .logo-wrapper {
    text-align: center;
  }
  .thanks .main-content-wrapper .column-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 30px;
  }
  .thanks .main-content-wrapper .column-wrapper .column-holder {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
  }
  .thanks .main-content-wrapper .column-wrapper .text {
    padding-bottom: 40px;
  }
  .thanks .main-content-wrapper .column-wrapper .video iframe {
    width: 450px;
    height: 253px;
  }
  .thanks .main-content-wrapper .article-content h3 {
    text-align: center;
  }
  .thanks .main-content-wrapper .article-content .article-wrapper .article-holder {
    max-width: 354px;
    margin: 0 auto 30px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .thanks .main-content-wrapper {
    padding: 40px 20px;
  }
  .thanks .main-content-wrapper .column-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 30px;
  }
  .thanks .main-content-wrapper .column-wrapper .video iframe {
    max-width: 310px;
    height: 174px;
  }
  .thanks .main-content-wrapper .article-content h3 {
    max-width: 310px;
    margin: 0 auto 40px auto;
  }
  .thanks .main-content-wrapper .article-content .article-wrapper .article-holder {
    max-width: 310px;
  }
  .thanks .main-content-wrapper .article-content .article-wrapper .article-holder .img-holder {
    min-width: unset;
  }
}
.comparison .top-side {
  background-color: #FAFCFD;
  border-bottom: 2px solid #E0E7EE;
}
.comparison .top-side .content-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 80px;
}
.comparison .top-side .content-wrapper .logos-wrapper {
  padding: 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.comparison .top-side .content-wrapper .logos-wrapper .logo-dhosting {
  max-width: 202px;
}
.comparison .top-side .content-wrapper .logos-wrapper .logo-siteground {
  max-height: 35px;
}
.comparison .top-side .content-wrapper .logos-wrapper span {
  color: #3B4348;
  font-size: 14px;
  font-weight: 900;
  line-height: 19px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.comparison .top-side .content-wrapper .title {
  padding: 65px 20px;
}
.comparison .top-side .content-wrapper .title p {
  color: #3B4348;
  font-size: 56px;
  font-weight: 300;
  line-height: 52px;
  text-align: center;
}
.comparison .top-side .content-wrapper .compares-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 0 25px;
}
.comparison .top-side .content-wrapper .compares-name p {
  color: #3B4348;
  font-size: 15px;
  line-height: 20px;
  max-width: 230px;
  -ms-flex-preferred-size: 230px;
      flex-basis: 230px;
}
.comparison .top-side .content-wrapper .compares-name p:first-child {
  text-align: right;
}
.comparison .mid-side {
  background-color: #FFFFFF;
}
.comparison .mid-side .table-wrapper {
  max-width: 800px;
  margin: 0 auto 120px auto;
  padding: 0 25px;
}
.comparison .mid-side .table-wrapper .row-wrapper {
  border-bottom: 2px solid #E8EEF4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comparison .mid-side .table-wrapper .row-wrapper .table-left-side, .comparison .mid-side .table-wrapper .row-wrapper .table-right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 230px;
  -ms-flex-preferred-size: 230px;
      flex-basis: 230px;
}
.comparison .mid-side .table-wrapper .row-wrapper .table-left-side .text, .comparison .mid-side .table-wrapper .row-wrapper .table-right-side .text {
  font-size: 28px;
  font-weight: 900;
  line-height: 60px;
}
.comparison .mid-side .table-wrapper .row-wrapper .table-left-side .text.green, .comparison .mid-side .table-wrapper .row-wrapper .table-right-side .text.green {
  color: #00B40F;
}
.comparison .mid-side .table-wrapper .row-wrapper .table-left-side .text.black, .comparison .mid-side .table-wrapper .row-wrapper .table-right-side .text.black {
  color: #3B4348;
}
.comparison .mid-side .table-wrapper .row-wrapper .table-left-side .text.red, .comparison .mid-side .table-wrapper .row-wrapper .table-right-side .text.red {
  color: #EA3839;
}
.comparison .mid-side .table-wrapper .row-wrapper .table-left-side .text.text-light, .comparison .mid-side .table-wrapper .row-wrapper .table-right-side .text.text-light {
  font-weight: 400;
}
.comparison .mid-side .table-wrapper .row-wrapper .table-left-side .level-blocks-holder, .comparison .mid-side .table-wrapper .row-wrapper .table-right-side .level-blocks-holder {
  display: inline-block;
}
.comparison .mid-side .table-wrapper .row-wrapper .table-left-side .level-blocks-holder .level-block, .comparison .mid-side .table-wrapper .row-wrapper .table-right-side .level-blocks-holder .level-block {
  height: 11px;
  width: 11px;
  border: 2px solid #D4DDE5;
  background-color: #F2F6FA;
  display: inline-block;
}
.comparison .mid-side .table-wrapper .row-wrapper .table-left-side .level-blocks-holder.green-one .level-block:nth-child(1), .comparison .mid-side .table-wrapper .row-wrapper .table-right-side .level-blocks-holder.green-one .level-block:nth-child(1) {
  border-color: #77E681;
  background-color: #B3F5B9;
}
.comparison .mid-side .table-wrapper .row-wrapper .table-left-side .level-blocks-holder.green-two .level-block:nth-child(1), .comparison .mid-side .table-wrapper .row-wrapper .table-left-side .level-blocks-holder.green-two .level-block:nth-child(2), .comparison .mid-side .table-wrapper .row-wrapper .table-right-side .level-blocks-holder.green-two .level-block:nth-child(1), .comparison .mid-side .table-wrapper .row-wrapper .table-right-side .level-blocks-holder.green-two .level-block:nth-child(2) {
  border-color: #77E681;
  background-color: #B3F5B9;
}
.comparison .mid-side .table-wrapper .row-wrapper .table-left-side .level-blocks-holder.green-three .level-block:nth-child(1), .comparison .mid-side .table-wrapper .row-wrapper .table-left-side .level-blocks-holder.green-three .level-block:nth-child(2), .comparison .mid-side .table-wrapper .row-wrapper .table-left-side .level-blocks-holder.green-three .level-block:nth-child(3), .comparison .mid-side .table-wrapper .row-wrapper .table-right-side .level-blocks-holder.green-three .level-block:nth-child(1), .comparison .mid-side .table-wrapper .row-wrapper .table-right-side .level-blocks-holder.green-three .level-block:nth-child(2), .comparison .mid-side .table-wrapper .row-wrapper .table-right-side .level-blocks-holder.green-three .level-block:nth-child(3) {
  border-color: #77E681;
  background-color: #B3F5B9;
}
.comparison .mid-side .table-wrapper .row-wrapper .table-left-side .level-blocks-holder.yellow-one .level-block:nth-child(1), .comparison .mid-side .table-wrapper .row-wrapper .table-right-side .level-blocks-holder.yellow-one .level-block:nth-child(1) {
  border-color: #FFD500;
  background-color: #FFED9B;
}
.comparison .mid-side .table-wrapper .row-wrapper .table-left-side .level-blocks-holder.yellow-two .level-block:nth-child(1), .comparison .mid-side .table-wrapper .row-wrapper .table-left-side .level-blocks-holder.yellow-two .level-block:nth-child(2), .comparison .mid-side .table-wrapper .row-wrapper .table-right-side .level-blocks-holder.yellow-two .level-block:nth-child(1), .comparison .mid-side .table-wrapper .row-wrapper .table-right-side .level-blocks-holder.yellow-two .level-block:nth-child(2) {
  border-color: #FFD500;
  background-color: #FFED9B;
}
.comparison .mid-side .table-wrapper .row-wrapper .table-left-side .level-blocks-holder.yellow--three .level-block:nth-child(1), .comparison .mid-side .table-wrapper .row-wrapper .table-left-side .level-blocks-holder.yellow--three .level-block:nth-child(2), .comparison .mid-side .table-wrapper .row-wrapper .table-left-side .level-blocks-holder.yellow--three .level-block:nth-child(3), .comparison .mid-side .table-wrapper .row-wrapper .table-right-side .level-blocks-holder.yellow--three .level-block:nth-child(1), .comparison .mid-side .table-wrapper .row-wrapper .table-right-side .level-blocks-holder.yellow--three .level-block:nth-child(2), .comparison .mid-side .table-wrapper .row-wrapper .table-right-side .level-blocks-holder.yellow--three .level-block:nth-child(3) {
  border-color: #FFD500;
  background-color: #FFED9B;
}
.comparison .mid-side .table-wrapper .row-wrapper .compare-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100% - 460px);
  -ms-flex-preferred-size: calc(100% - 460px);
      flex-basis: calc(100% - 460px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.comparison .mid-side .table-wrapper .row-wrapper .compare-title span {
  font-size: 15px;
  line-height: 60px;
}
.comparison .mid-side .table-wrapper .row-wrapper:last-child .compare-title span {
  font-size: 18px;
  font-weight: 900;
}
.comparison .mid-side .comparison-email-box {
  border-top: 2px solid #E8EEF4;
}
.comparison .mid-side .comparison-email-box .content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 65px;
}
.comparison .mid-side .comparison-email-box .content-wrapper .email-holder .comparison-form {
  max-width: 625px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.comparison .mid-side .comparison-email-box .content-wrapper .email-holder .comparison-form input {
  border: 2px solid #D4DDE5;
  background-color: #FAFCFD;
  padding-right: 290px;
  border-radius: 0 32px 32px 0;
  font-size: 22px;
}
.comparison .mid-side .comparison-email-box .content-wrapper .email-holder .comparison-form .comparison-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.comparison .mid-side .comparison-email-box .content-wrapper .comparison-checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comparison .mid-side .comparison-email-box .content-wrapper .comparison-checks .comparison-check-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comparison .mid-side .comparison-email-box .content-wrapper .comparison-checks .comparison-check-holder svg {
  margin-right: 20px;
}
.comparison .mid-side .comparison-email-box .content-wrapper .comparison-checks .comparison-check-holder p {
  color: #3B4348;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0;
}
.comparison .bottom-side {
  background-color: #FAFCFD;
  border-top: 2px solid #E0E7EE;
}
.comparison .bottom-side .content-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 65px 0;
}
.comparison .bottom-side .content-wrapper .link-holder {
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comparison .bottom-side .content-wrapper .link-holder a {
  color: #626B72;
  font-size: 15px;
  line-height: 40px;
  margin-right: 20px;
}
.comparison .bottom-side .content-wrapper .link-holder a:hover {
  color: #FF8734;
}
.comparison .bottom-side .content-wrapper .comparison-copy {
  text-align: center;
  margin-top: 10px;
}
.comparison .bottom-side .content-wrapper .comparison-copy p {
  color: #AFB9C2;
  font-size: 15px;
  line-height: 40px;
}
@media screen and (max-width: 950px) {
  .comparison .mid-side .comparison-email-box .content-wrapper .comparison-checks {
    -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;
    padding: 0 20px;
  }
  .comparison .mid-side .comparison-email-box .content-wrapper .comparison-checks .comparison-check-holder:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 850px) {
  .comparison .top-side .content-wrapper .compares-name {
    padding: 0;
  }
  .comparison .top-side .content-wrapper .compares-name p {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    text-align: center;
  }
  .comparison .top-side .content-wrapper .compares-name p:first-child {
    text-align: center;
  }
  .comparison .mid-side .table-wrapper {
    padding: 0;
  }
  .comparison .mid-side .table-wrapper .row-wrapper {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    padding: 15px 0;
  }
  .comparison .mid-side .table-wrapper .row-wrapper .table-left-side, .comparison .mid-side .table-wrapper .row-wrapper .table-right-side {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .comparison .mid-side .table-wrapper .row-wrapper .table-left-side .text, .comparison .mid-side .table-wrapper .row-wrapper .table-right-side .text {
    line-height: 30px;
  }
  .comparison .mid-side .table-wrapper .row-wrapper .table-left-side .level-blocks-holder, .comparison .mid-side .table-wrapper .row-wrapper .table-left-side svg, .comparison .mid-side .table-wrapper .row-wrapper .table-right-side .level-blocks-holder, .comparison .mid-side .table-wrapper .row-wrapper .table-right-side svg {
    display: none;
  }
  .comparison .mid-side .table-wrapper .row-wrapper .compare-title {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .comparison .mid-side .table-wrapper .row-wrapper .compare-title span {
    line-height: 30px;
  }
}
@media screen and (max-width: 650px) {
  .comparison .top-side .content-wrapper {
    padding-top: 50px;
  }
  .comparison .top-side .content-wrapper .logos-wrapper {
    -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;
  }
  .comparison .top-side .content-wrapper .logos-wrapper span {
    -ms-flex-item-align: center;
        align-self: center;
    margin: 20px 0;
  }
  .comparison .top-side .content-wrapper .title {
    padding: 30px 0;
  }
  .comparison .top-side .content-wrapper .title p {
    font-size: 22px;
  }
  .comparison .mid-side .table-wrapper {
    margin: 0 auto 60px auto;
  }
  .comparison .mid-side .comparison-email-box {
    border-top: none;
  }
  .comparison .mid-side .comparison-email-box .content-wrapper .email-holder {
    margin-bottom: 50px;
  }
  .comparison .mid-side .comparison-email-box .content-wrapper .email-holder .comparison-form {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
  .comparison .mid-side .comparison-email-box .content-wrapper .email-holder .comparison-form input {
    padding-right: 30px;
    border-radius: 0;
    font-size: 18px;
  }
  .comparison .mid-side .comparison-email-box .content-wrapper .email-holder .comparison-form .comparison-btn {
    position: static;
  }
  .comparison .mid-side .comparison-email-box .content-wrapper .comparison-checks .comparison-check-holder p {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .comparison .bottom-side .content-wrapper {
    padding: 30px 0;
  }
  .comparison .bottom-side .content-wrapper .link-holder {
    -ms-flex-flow: column;
        flex-flow: column;
  }
}
.features ul {
  padding-left: 0px;
}
.features span {
  margin-left: 10px
}

.features li {
  list-style-type: none;
  line-height: 40px;
  padding-bottom: 5px;
  font-style: normal;
  font-weight: 400;
}

.btn-v2 {
  font-size: 14px;
}

.login-content-promotion .promotion-panel {
  background: #3b4348;
  box-shadow: 0px 10px 20px rgba(59, 67, 72, 0.1);
}

.login-content-promotion .promo {
  background: #25374a !important;
  box-shadow: 0px 10px 20px rgba(59, 67, 72, 0.1);
}


.login-content-promotion .promotion-panel {
  display: none;
  max-width: 350px;
  min-height: 133px;
  margin: 0 auto;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.login-content-promotion .promotion-panel.active {
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
}

@media screen and (max-width: 810px) {
  .login-content-promotion .promotion-panel.active {
    display: none;
  }
}

.login-content-promotion .promotion-panel__image {
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  max-width: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.login-content-promotion .promotion-panel__image img {
  max-width: 100%;
}

.login-content-promotion .promotion-panel__text {
    flex-basis: calc(45%);
    max-width: calc(100% - 90px);
    display: flex;
    flex-flow: column;
    align-content: center;
    text-align: center;
    flex-wrap: wrap;
    flex-flow: wrap;
    flex-direction: row;
    padding-top: 47px;
}

.login-content-promotion .promotion-panel__text p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0;
  color: #fff;
}

.login-content-promotion .promotion-panel__text.promo-text-box {
  padding-top: 0px;
  flex-basis: 0px !important;
}

.login-content-promotion .promotion-panel.promo .promotion-panel__action.promo-btn-box {
  margin-top: -9px;
  margin-bottom: 0px !important;
}

.login-content-promotion .promotion-panel.promo .promotion-panel__image.promo-image-box {
  flex-basis: 0px;
}

.login-content-promotion .promotion-panel__text p b {
  font-weight: 500;
}

.login-content-promotion .promotion-panel__action {
  -ms-flex-preferred-size: 250px;
  flex-basis: 100px;
  max-width: 250px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login-content-promotion .promotion-panel__action .btn {
  min-width: 190px;
}

.login-content-promotion .promotion-panel.dialogs .promotion-panel__image img {
  max-width: 140px;
}

.login-content-promotion .promotion-panel.dialogs .promotion-panel__text p b {
  color: #fc7500;
}

.login-content-promotion .promotion-panel.promo .promotion-panel__promo-img {

  padding-top: 30px;
  padding-left: 15px;
  position: absolute;
  display: flex;
  justify-content: left;
  overflow: hidden;
  -ms-flex-preferred-size: 130px;
  flex-basis: 130px;
  max-width: 1305px;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-self: flex-start;
}

.login-content-promotion .promotion-panel.promo .promotion-panel__image {
  overflow: unset !important;
  -ms-flex-preferred-size: 130px;
  flex-basis: 130px;
  max-width: 1305px;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-self: unset !important;
}

.login-content-promotion .promotion-panel.promo .promotion-panel__text {
  -ms-flex-preferred-size: calc(100% - 350px);
  flex-basis: 50%;
  max-width: calc(100% - 40px);
  display: flex;
  justify-content: center;
  margin-bottom: -10px;
}

.login-content-promotion .promotion-panel.promo .promotion-panel__action {
  -ms-flex-preferred-size: 250px;
  flex-basis: 100px;
  max-width: 250px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.login-content-promotion .promotion-panel.money-machine .promotion-panel__action {
  -ms-flex-preferred-size: 250px;
  flex-basis: 100px;
  max-width: 250px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  margin-top: 6%;
}

.login-content-promotion .promotion-panel.money-machine .promotion-panel__image {
  overflow: unset !important;
  -ms-flex-preferred-size: 130px;
  flex-basis: 130px;
  max-width: 1305px;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-self: unset !important;
  margin-bottom: 10px;
}

.login-content-promotion .promotion-panel.money-machine .promotion-panel__text {
  -ms-flex-preferred-size: calc(100% - 350px);
  flex-basis: 0%;
  max-width: calc(100% - 10px);
  display: flex;
  justify-content: center;
  margin-top: -20px;
}


.login-content-promotion .promotion-panel.money .promotion-panel__image {
  overflow: hidden;
  -ms-flex-preferred-size: 130px;
  flex-basis: 130px;
  max-width: 1305px;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-self: flex-start;
}

.login-content-promotion .promotion-panel.money .promotion-panel__image img {
  max-width: 130px;
  transform: translate(-20px, 10px);
}

.login-content-promotion .promotion-panel.money .promotion-panel__text {
  -ms-flex-preferred-size: calc(100% - 350px);
  flex-basis: 50%;
  max-width: calc(100% - 90px);
  display: flex;
  align-content: end;
}

.login-content-promotion .promotion-panel.people .promotion-panel__image {
  overflow: hidden;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  max-width: 200px;
  max-height: 130px;
  -ms-flex-align: start;
  align-items: end;
  padding-top: 10px;
}

.login-content-promotion .promotion-panel.people .promotion-panel__image img {
  max-width: 150px;
}

.login-content-promotion .promotion-panel.people .promotion-panel__text p:last-child {
  font-size: 15px;
  line-height: 22px;
}
.login-content-promotion .promotion-panel.people .promotion-panel__action {
  align-items: baseline;
  flex-basis: 20%;
}

.login-content.dpanel .information-box {
  max-width: 375px;
  -ms-flex-preferred-size: 375px;
  flex-basis: 375px;
  background-color: #FAFCFD;
}
.login-content.dpanel .login-content {
  -ms-flex-preferred-size: 600px;
      flex-basis: 600px;
  max-width: 600px;
  padding: 0;
  margin: 0;
  border: 2px solid #E0E7EE;
  box-shadow: 0 10px 20px 0 rgba(59, 67, 72, 0.1);
}
.login-content.dpanel .login-content .login-box {
  max-width: 100%;
}
.login-content.dpanel .information-box {
  background-color: transparent;
}
.login-content-promotion .promotion-panel.dialogs .promotion-panel__text p b {
  color: #fc7500;
}
.login-content-promotion .promotion-panel.money .promotion-panel__text p b,
.login-content-promotion .promotion-panel.people .promotion-panel__text p b {
  color: #fff;
}
.login-content-promotion {
  padding-left: 25px;
  height: 100%;
}
.login-content-promotion .promotion-panel.people .promotion-panel__text {
  padding-top: 30%;
}
@media screen and (max-width: 810px) {
  .information-box {
    display: none;
  }
  .login-content.dpanel .login-content {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.login-content-promotion .promotion-panel.dialogs .promotion-panel__text {
  flex-basis: 10%;
  padding-top: 0px;
  align-content: baseline;
}
.login-content-promotion .promotion-panel.dialogs .promotion-panel__image {
  align-items: end;
}
.login-content-promotion .promotion-panel.dialogs .promotion-panel__action {
  align-items: flex-start;
  flex-basis: 30%;
}
.login-content.login-2fa .login-content {
  min-height: 490px;
}
.login-page .dForm .input-line .form-group .device-name-2fa {
  opacity: 1 !important;
}


.error-alert-format {
  border: 2px solid #00bbea;
  background: #d5f7ff url('/assets/gfx/login-images/alert-icon.svg') no-repeat 10px center;
  background-size:10%;
  padding: 10px 10px 0px 82px;
  color: #00bbea;
  margin-bottom: 40px;
}

.error-alert-format a {
  font-weight: 800;
}

/* Alert-box start */
.alert-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  transition: 0.5s; }
  .alert-box button:not(.dpanel3-btn) {
    border: none;
    background-color: transparent;
    padding: 0; }
  .alert-box .alert-box__text ul,
  .alert-box .alert-box__text ol {
    border-left: 2px solid #e0e7ee;
    margin: 5px 10px;
    padding-left: 10px; }
    .alert-box .alert-box__text ul li,
    .alert-box .alert-box__text ol li {
      font-size: 13px;
      line-height: 20px;
      font-weight: 400;
      margin-bottom: 4px;
      color: #3b4348; }
  .alert-box .alert-box__text p {
    font-size: 13px;
    line-height: 18px; }
  @media screen and (min-width: 1000px) {
    .alert-box.with-details .alert-box__text .heading .icon-holder {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding-top: 20px; } }
  .alert-box.without-close .alert-box__content {
    padding-right: 20px; }
    .alert-box.without-close .alert-box__content .btn_close {
      display: none; }
  .alert-box.move .alert-box__content {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .alert-box.move.alert-hidden {
    opacity: 0; }
  .alert-box::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    top: 0px;
    width: 6px;
    z-index: 1;
    background-color: #e0e7ee; }
  .alert-box__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 65px 18px 106px;
    min-height: 60px;
    position: relative;
    background: #ffffff;
    border: 2px solid #e0e7ee;
    border-left: none;
    transition: 0.5s; }
    .alert-box__content .btn_close {
      padding: 10px;
      position: absolute;
      top: 10px;
      right: 10px;
      transition: 0.2s; }
      .alert-box__content .btn_close:hover {
        opacity: 0.8; }
      .alert-box__content .btn_close:active {
        -webkit-transform: scale(0.95);
                transform: scale(0.95); }
  .alert-box__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .alert-box__text .heading .icon-holder {
      position: absolute;
      left: 6px;
      top: 0;
      bottom: 0;
      width: 100px;
      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; }
    .alert-box__text .heading .title {
      font-weight: 900;
      font-size: 15px;
      line-height: 25px;
      margin-bottom: 3px;
      color: #3b4348; }
      .alert-box__text .heading .title.info {
        color: #00bcec; }
      .alert-box__text .heading .title.danger {
        color: #ea3839; }
      .alert-box__text .heading .title.warning {
        color: #ff8522; }
      .alert-box__text .heading .title.success {
        color: #1ac528; }
    .alert-box__text .box-description {
      font-size: 13px;
      line-height: 18px;
      color: #3b4348; }
      .alert-box__text .box-description p {
        font-size: 13px;
        line-height: 18px;
        color: #3b4348; }
      .alert-box__text .box-description.collapsed {
        display: none; }
    .alert-box__text .btn-details-trigger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: 800;
      font-size: 12px;
      line-height: 22px;
      letter-spacing: 0.92px;
      text-transform: uppercase;
      color: #828a91; }
      .alert-box__text .btn-details-trigger svg {
        margin-left: 7px;
        margin-top: -2px;
        transition: 0.2s; }
      .alert-box__text .btn-details-trigger.is-open svg {
        -webkit-transform: scaleY(-1);
                transform: scaleY(-1); }
  .alert-box__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    padding-left: 20px; }
    .alert-box__action .dpanel3-btn {
      margin: 7.5px 10px; }
  @media screen and (max-width: 1000px) {
    .alert-box__action {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      margin-top: 10px;
      margin-left: -10px;
      padding-left: 0; }
      }
  @media screen and (max-width: 600px) {
    .alert-box::before {
      width: 3px; }
    .alert-box__content {
      padding: 20px 40px 20px 20px; }
      .alert-box__content .btn_close {
        top: 5px;
        right: 5px; }
    .alert-box__text .heading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 10px; }
      .alert-box__text .heading .icon-holder {
        position: static;
        width: 57px;
        min-width: 57px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .alert-box__text .heading .icon-holder svg {
          max-width: 40px;
          max-height: 40px; }
      .alert-box__text .heading .title {
        margin-bottom: 0; }
    .alert-box__action {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding-left: 0; }
      .alert-box__action .dpanel3-btn {
        padding: 10px 20px; }
        .alert-box__action .dpanel3-btn:last-child {
          margin-bottom: 0; } }

.alert-box.info::before,
.alert-box-sm.info::before {
  background-color: #00bcec; }
.alert-box.info .fill-dark,
.alert-box-sm.info .fill-dark {
  fill: #00bcec; }
.alert-box.info .fill-medium,
.alert-box-sm.info .fill-medium {
  fill: #00c6f3; }
.alert-box.info .fill-light,
.alert-box-sm.info .fill-light {
  fill: rgba(0, 198, 243, 0.4); }
.alert-box.info .fill-super-light,
.alert-box-sm.info .fill-super-light {
  fill: #f7fdfe; }
.alert-box.info .stroke-dark,
.alert-box-sm.info .stroke-dark {
  stroke: #00bcec; }
.alert-box.info .stroke-medium,
.alert-box-sm.info .stroke-medium {
  stroke: #00c6f3; }
.alert-box.info .stroke-light,
.alert-box-sm.info .stroke-light {
  stroke: rgba(0, 198, 243, 0.4); }
.alert-box.info .stroke-super-light,
.alert-box-sm.info .stroke-super-light {
  stroke: #f7fdfe; }
.alert-box.danger::before,
.alert-box-sm.danger::before {
  background-color: #ea3839; }
.alert-box.danger .fill-dark,
.alert-box-sm.danger .fill-dark {
  fill: #ea3839; }
.alert-box.danger .fill-medium,
.alert-box-sm.danger .fill-medium {
  fill: #ff5959; }
.alert-box.danger .fill-light,
.alert-box-sm.danger .fill-light {
  fill: #feb9b9; }
.alert-box.danger .fill-super-light,
.alert-box-sm.danger .fill-super-light {
  fill: #fef9f9; }
.alert-box.danger .stroke-dark,
.alert-box-sm.danger .stroke-dark {
  stroke: #ea3839; }
.alert-box.danger .stroke-medium,
.alert-box-sm.danger .stroke-medium {
  stroke: #ff5959; }
.alert-box.danger .stroke-light,
.alert-box-sm.danger .stroke-light {
  stroke: #feb9b9; }
.alert-box.danger .stroke-super-light,
.alert-box-sm.danger .stroke-super-light {
  stroke: #fef9f9; }
.alert-box.warning::before,
.alert-box-sm.warning::before {
  background-color: #ff8522; }
.alert-box.warning .fill-dark,
.alert-box-sm.warning .fill-dark {
  fill: #fc7500; }
.alert-box.warning .fill-medium,
.alert-box-sm.warning .fill-medium {
  fill: #ff8522; }
.alert-box.warning .fill-light,
.alert-box-sm.warning .fill-light {
  fill: #fecca2; }
.alert-box.warning .fill-super-light,
.alert-box-sm.warning .fill-super-light {
  fill: #fefbf8; }
.alert-box.warning .stroke-dark,
.alert-box-sm.warning .stroke-dark {
  stroke: #fc7500; }
.alert-box.warning .stroke-medium,
.alert-box-sm.warning .stroke-medium {
  stroke: #ff8522; }
.alert-box.warning .stroke-light,
.alert-box-sm.warning .stroke-light {
  stroke: #fecca2; }
.alert-box.warning .stroke-super-light,
.alert-box-sm.warning .stroke-super-light {
  stroke: #fefbf8; }
.alert-box.success::before,
.alert-box-sm.success::before {
  background-color: #1ac528; }
.alert-box.success .fill-dark,
.alert-box-sm.success .fill-dark {
  fill: #1ac528; }
.alert-box.success .fill-medium,
.alert-box-sm.success .fill-medium {
  fill: #44d751; }
.alert-box.success .fill-light,
.alert-box-sm.success .fill-light {
  fill: #b0eeb6; }
.alert-box.success .fill-super-light,
.alert-box-sm.success .fill-super-light {
  fill: #f8fdf9; }
.alert-box.success .stroke-dark,
.alert-box-sm.success .stroke-dark {
  stroke: #1ac528; }
.alert-box.success .stroke-medium,
.alert-box-sm.success .stroke-medium {
  stroke: #44d751; }
.alert-box.success .stroke-light,
.alert-box-sm.success .stroke-light {
  stroke: #b0eeb6; }
.alert-box.success .stroke-super-light,
.alert-box-sm.success .stroke-super-light {
  stroke: #f8fdf9; }

.alert-box-sm {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  padding: 0 !important;
  box-shadow: 0px 2px 5px rgba(59, 67, 72, 0.08); }
  .alert-box-sm button {
    border: none;
    background-color: transparent;
    padding: 0; }
  .alert-box-sm .alert-box-sm__text ul,
  .alert-box-sm .alert-box-sm__text ol {
    border-left: 2px solid #e0e7ee;
    margin: 5px 10px;
    padding-left: 10px; }
    .alert-box-sm .alert-box-sm__text ul li,
    .alert-box-sm .alert-box-sm__text ol li {
      font-size: 13px;
      line-height: 20px;
      font-weight: 400;
      margin-bottom: 4px;
      color: #3b4348; }
  .alert-box-sm .alert-box-sm__text p {
    font-size: 13px;
    line-height: 18px; }
  .alert-box-sm.move {
    box-shadow: 0px 2px 5px rgba(59, 67, 72, 0); }
    .alert-box-sm.move .alert-box-sm__content {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }
    .alert-box-sm.move.alert-hidden {
      opacity: 0; }
  .alert-box-sm::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    top: 0px;
    width: 2px;
    z-index: 1;
    background-color: #e0e7ee; }
  .alert-box-sm__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 45px 10px 2px;
    position: relative;
    background: #fafbfd;
    transition: 0.5s;
    border: 2px solid transparent;
    border-left: 0; }
    .alert-box-sm__content .btn_close {
      padding: 10px;
      position: absolute;
      top: 2px;
      right: 10px;
      transition: 0.2s; }
      .alert-box-sm__content .btn_close:hover {
        opacity: 0.8; }
      .alert-box-sm__content .btn_close:active {
        -webkit-transform: scale(0.95);
                transform: scale(0.95); }
  .alert-box-sm__icon {
    -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .alert-box-sm__icon svg {
      max-width: 20px;
      max-height: 20px; }
  .alert-box-sm__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 13px;
    line-height: 18px;
    color: #3b4348; }
    .alert-box-sm__text p {
      font-size: 13px;
      line-height: 20px;
      color: #3b4348;
      margin: 0 !important; }
  .alert-box-sm.danger .alert-box-sm__content {
    background: #fdefef;
    border-color: #fcd9d9; }
    .alert-box-sm.danger .alert-box-sm__content .btn_close [stroke] {
      stroke: #ffa4a4; }
  .alert-box-sm.warning .alert-box-sm__content {
    background: #fff5ed;
    border-color: #ffdec1; }
    .alert-box-sm.warning .alert-box-sm__content .btn_close [stroke] {
      stroke: #ffbb80; }
  .alert-box-sm.info .alert-box-sm__content {
    background: #ebfafd;
    border-color: #c0eef9; }
    .alert-box-sm.info .alert-box-sm__content .btn_close [stroke] {
      stroke: #99e4f7; }
  .alert-box-sm.success .alert-box-sm__content {
    background: #edfaee;
    border-color: #c9f0ce; }
    .alert-box-sm.success .alert-box-sm__content .btn_close [stroke] {
      stroke: #9ff4a7; }
  .alert-box-sm.bg-default .alert-box-sm__content {
    background: #fafbfd;
    border-color: #e0e7ee; }
    .alert-box-sm.bg-default .alert-box-sm__content .btn_close [stroke] {
      stroke: #c7d1da; }
  .alert-box-sm.without-border {
    box-shadow: none; }
    .alert-box-sm.without-border .alert-box-sm__content {
      border: none; }
    .alert-box-sm.without-border.danger .alert-box-sm__content {
      background: #fef5f5; }
      .alert-box-sm.without-border.danger .alert-box-sm__content .btn_close [stroke] {
        stroke: #ffa4a4; }
    .alert-box-sm.without-border.warning .alert-box-sm__content {
      background: #fff9f4; }
      .alert-box-sm.without-border.warning .alert-box-sm__content .btn_close [stroke] {
        stroke: #ffbb80; }
    .alert-box-sm.without-border.info .alert-box-sm__content {
      background: #f2fcfe; }
      .alert-box-sm.without-border.info .alert-box-sm__content .btn_close [stroke] {
        stroke: #99e4f7; }
    .alert-box-sm.without-border.success .alert-box-sm__content {
      background: #f4fcf4; }
      .alert-box-sm.without-border.success .alert-box-sm__content .btn_close [stroke] {
        stroke: #9ff4a7; }
    .alert-box-sm.without-border.bg-default .alert-box-sm__content {
      background: #fafbfd; }
      .alert-box-sm.without-border.bg-default .alert-box-sm__content .btn_close [stroke] {
        stroke: #c7d1da; }

/* Alert-box koniec */
