@font-face {
  font-family: museo-bold;
  src: url(MuseoSansCyrl/MuseoSansCyrl-700.woff);
}
@font-face {
  font-family: museo-regular;
  src: url(MuseoSansCyrl/MuseoSansCyrl-300.woff);
}
@font-face {
  font-family: museo-light;
  src: url(MuseoSansCyrl/MuseoSansCyrl-100.woff);
}
.bg-dark {
  background-color: #343535 !important;
}
.hide {
  display: none;
}
.modal-content * {
  justify-content: center;
  text-align: center;
  border: 0;
}
.modal-body {
  font-size: 1.3rem;
  padding: 20px;
  padding-top: 0;
}
.modal-footer {
  padding-bottom: 30px;
}
/*         typography          */
body,
html {
  font-family: museo-regular !important;
  font-size: 12pt;
  background-color: #fff;
}
section {
  padding-top: 110px;
}
p,
li,
.btn,
a {
  font-family: museo-regular !important;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #424242;
}
.btn-link {
  font-size: 1rem;
  padding-left: 0;
}
.btn-link:hover {
  color: #2f6fb7;
}
ul {
  margin: 10px 0 60px 0;
}
li {
  padding: 5px;
}
.darkText h1,
.darkText h2,
.darkText h3,
.darkText h4,
.darkText h5,
.darkText h6 {
  color: #424242;
}
.lightText h1,
.lightText h2,
.lightText h3,
.lightText h4,
.lightText h5,
.lightText h6 {
  color: #fff;
}
h1 {
  font-size: 2.7rem;
  margin-bottom: 30px;
  line-height: 1;
}
h2 {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
h3 {
  font-size: 2rem;
  margin-bottom: 30px;
}
h5 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}
@media (max-width: 990px) {
  h1 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  h3 {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
  .description {
    margin-bottom: 10px !important;
  }
  .footer-first-level {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-first-level > div > div > div {
    width: 100%;
    margin: 0 !important;
  }
  .footer-first-level * {
    margin: 0 !important;
  }
  .footer-first-level .media-left > a {
    margin-left: 45px !important;
  }
  .media-body,
  .caption {
    order: 2;
  }
  .nav-link.btn.btn-primary.btn-light.dropbtn {
    text-align: center !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #424242;
}
a {
  text-decoration: underline;
}
a,
a:hover,
a:focus {
  color: #5AB3E4;
  transition: 0.5s;
}
a:focus {
  outline: 0;
  text-decoration: underline;
}
a:hover {
  color: #187bcc;
  text-decoration: underline;
}
.headerLink {
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.headerLink:hover {
  text-decoration: none;
}
.darkText .linkedHeader {
  display: inline;
}
.lightText .linkedHeader {
  display: inline;
}
.linkedHeader:hover {
  display: inline;
}
.linkedHeader::after {
  content: "\A";
  white-space: pre;
  display: block;
  width: 20px;
  height: 1.5rem;
}
footer a,
footer a:hover {
  text-decoration: none;
}
footer .T2 {
  color: #808080;
}
.darkText * {
  color: #424242;
}
.lightText * {
  color: #fff;
}
.lightText a:hover *,
.darkText a:hover * {
  color: #5AB3E4;
}
/* -- */
a,
a:hover,
a:focus,
.blogPreviewTitle:hover {
  color: #5AB3E4;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover,
.categoryLink:hover,
.tag:hover {
  color: #5AB3E4;
  text-decoration: underline;
}
.darkText p a,
.darkText p a:hover,
.darkText p a:focus,
.darkText p a *,
.darkText a * {
  color: #5AB3E4;
}
.darkText p a.btn.btn-primary,
.darkText p a.btn.btn-primary:hover,
.darkText p a.btn.btn-primary:focus,
.darkText p a.btn.btn-primary * {
  color: #fff;
}
.lightText p a,
.lightText p a *,
.lightText a * {
  color: #8bb9ff;
}
.lightText p a:hover {
  color: #8bb9ff;
  text-decoration: underline;
}
.linkedHeader,
.headerLink,
.darkText .linkedHeader,
.darkText .headerLink {
  text-decoration: none;
}
.linkedHeader::after,
.headerLink::after,
.darkText .linkedHeader::after,
.darkText .headerLink::after {
  /*content: ' ';
    display: block;
    margin-top: 15px;*/
}
.linkedHeader:hover,
.headerLink:hover .darkText .linkedHeader:hover,
.darkText .headerLink:hover {
  color: #333333 !important;
  opacity: 0.8;
}
.darkText .header,
.darkText .linkedHeader,
.darkText .headerLink {
  color: #333333 !important;
}
.lightText .header,
.lightText .linkedHeader,
.lightText .headerLink {
  color: #ffffff !important;
}
.lightText .linkedHeader:hover,
.lightText .headerLink:hover,
.lightText .linkedHeader.header:hover {
  color: #ffffff !important;
  opacity: 0.8;
}
.headerLink {
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.headerLink:hover {
  text-decoration: none;
}
.darkText .linkedHeader {
  display: inline;
  border-bottom: 0px solid #111;
}
.lightText .linkedHeader {
  display: inline;
  border-bottom: 0px solid #fff;
}
.linkedHeader:hover {
  display: inline;
  border-color: #5AB3E4;
}
/* nav */
.navbar {
  padding: 0 30px;
}
.navbar .main-navbar {
  margin: auto;
}
.navbar .main-navbar .navbar-toggler {
  margin-top: auto;
  margin-bottom: auto;
}
.navbar .main-navbar .navbar-brand {
  padding: 11px 0px;
}
nav a {
  text-decoration: none;
  font-size: 1.2rem !important;
}
.navbar-light .navbar-nav .nav-link {
  color: #424242;
}
@media (max-width: 990px) {
  .navbar-light .navbar-nav .nav-link {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.nav-item {
  padding: 12px 10px;
}
.nav-link {
  font-weight: 500;
  font-size: 0.82rem;
  transition: 0.5s;
}
.active > a {
  font-weight: 600;
}
.dropdown-content * {
  color: #424242 !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.dropdown-content a.btn-primary {
  color: #fff !important;
}
.dropdown-content a:hover {
  color: #424242;
  background-color: rgba(24, 123, 204, 0.081);
}
.dropdown-content a.btn-primary:hover {
  background-color: #187bcc;
}
.navlinkIcon {
  background-repeat: no-repeat;
  background-position: 20px;
  padding-left: 55px;
}
.nav-link:hover {
  color: #8bb9ff;
  text-decoration: underline;
}
.logo {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat !important;
  background-position-y: center !important;
}
.logo img {
  display: none;
}
.logo:hover {
  cursor: pointer;
}
.dropdown-content {
  left: -30%;
}
.navbar-brand {
  margin-right: 24px;
}
@media (max-width: 1090px) {
  .nav-item {
    padding: 12px 1px;
  }
  .navbar-brand {
    margin-right: 0px;
  }
}
ul.navbar-nav {
  margin-top: 0;
}
/*       buttons          */
.btn {
  text-transform: capitalize;
  font-size: 1.1rem;
}
.button-comment {
  font-size: 1rem !important;
}
.btn,
.btn-proceed {
  outline: none;
  border: 0;
  padding: 10px 40px;
  text-decoration: none;
}
.btn:focus,
.btn-proceed:focus {
  outline: none;
}
.show > .btn-primary.dropdown-toggle {
  background-color: #187bcc !important;
  border-color: none !important;
}
.btn-primary {
  background-color: #5AB3E4;
  border: 0;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:after,
.btn-primary:focus,
.btn-primary.active {
  background-color: #187bcc;
  transition: 0.6s;
  border: 0;
  outline: none;
  box-shadow: none;
}
.btn-primary:disabled {
  background-color: rgba(24, 123, 204, 0.5);
}
a.btn-light {
  background-color: #ffffff;
  color: #424242;
}
.btn-light {
  background-color: rgba(255, 255, 255, 0);
  color: #424242;
  border: 0;
  padding: 5px 40px !important;
}
.btn-light:hover,
.btn-light:active,
.btn-light:focus,
.btn-light.active {
  background-color: #187bcc;
  transition: 0.3s;
  border: 0;
  outline: none;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
}
.close:hover,
.close:active,
.close:focus,
.close.active {
  outline: none !important;
}
button.btn-link {
  border-radius: 0;
}
.btn-link {
  color: #424242 !important;
  border-bottom: 1px dashed #424242 !important;
  font-size: 1.2rem;
  padding: 0 !important;
  margin: 15px !important;
  margin-top: 20px !important;
  border: 0;
}
.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  transition: 0.3s;
  border-bottom: 1px dashed #457684 !important;
  outline: none !important;
  box-shadow: none !important;
  color: #457684 !important;
  text-decoration: none !important;
  cursor: pointer;
}
.btn-link:focus {
  color: #424242 !important;
  font-weight: 600;
}
.btn.btn-link.accordion-with-hash:focus {
  font-weight: normal;
}
.tab-content {
  padding-left: 50px;
}
.tab-pane .card .card-header {
  background-color: transparent;
}
.tab-pane .card .card-header button {
  margin: 0 !important;
  padding: 8px 10px;
  width: 100%;
  text-align: left;
  background-color: transparent;
  font-weight: 600;
}
.tab-pane .card .card-header button:focus {
  box-shadow: none;
}
.tab-pane .card .card-header .accordion-with-hash {
  display: inline-block;
}
.tab-pane .card .card-header .accordion-with-hash:before {
  width: 18px;
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-8.5709e-08 1.96078L10 11.7647L20 1.96078L18 -8.74223e-08L10 7.84314L2 -7.86801e-07L-8.5709e-08 1.96078Z' fill='%23805098'/%3E%3C/svg%3E");
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: -30px;
  top: 8px;
  height: 18px;
}
.tab-pane .card .card-header .accordion-with-hash.collapsed:before {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.96078 20L11.7647 10L1.96078 0L0 2L7.84314 10L0 18L1.96078 20Z' fill='%23805098'/%3E%3C/svg%3E%0A");
}
.btn-purchase {
  font-size: 2rem;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 10px 30px;
  color: #424242 !important;
  border: 1px solid rgba(0, 0, 0, 0) !important;
  border-radius: 5px;
}
.btn-purchase:hover {
  border: 1px solid rgba(24, 123, 204, 0.081);
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.btn-purchase:active {
  color: #fff !important;
}
.btn-purchase:hover,
.btn-purchase:active,
.btn-purchase:focus {
  transition: 0.3s;
  outline: none !important;
}
.btn-purchase.active {
  color: #fff !important;
  background-color: #5AB3E4 !important;
}
.btn-proceed {
  padding: 20px 30px;
  font-size: 1.4rem;
  border-radius: 0px !;
}
.btn-proceed {
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  padding: 0 30px;
  background-color: #5AB3E4;
  position: relative;
  display: inline-block;
  transition: 0.6s;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 0;
  color: #fff;
}
.btn-proceed:after {
  position: absolute;
  right: -30px;
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 30px 0px 30px 30px;
  border-color: transparent transparent transparent #5AB3E4;
}
.btn-proceed:hover:after,
.btn-proceed:focus:after,
.btn-proceed:active:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  transition: 0.6s;
  border-color: transparent transparent transparent #187bcc;
}
.btn-proceed:not(:focus):after {
  transition: 0.6s;
}
.btn-proceed:hover,
.btn-proceed:active,
.btn-proceed:focus {
  background-color: #187bcc !important;
  transition: 0.6s;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
}
.btn-proceed:disabled {
  background-color: rgba(24, 123, 204, 0.5) !important;
}
.btn {
  border-radius: 50px;
}
.btn.btn-outline-blue,
.btn.btn-outline-lightGreen,
.btn-outline-blue .btn.nav-link,
.btn-outline-lightGreen .btn.nav-link {
  background-color: transparent;
  background-image: none;
  border: solid;
}
.btn.btn-outline-blue:hover,
.btn.btn-outline-lightGreen:hover,
.btn-outline-blue .btn.nav-link:hover,
.btn-outline-lightGreen .btn.nav-link:hover {
  color: #fff;
}
.btn.btn-outline-lightGreen,
.btn-outline-lightGreen .btn.nav-link {
  color: #80AC41;
  border-color: #80AC41;
}
.btn.btn-outline-lightGreen:hover,
.btn-outline-lightGreen .btn.nav-link:hover {
  background-color: #80AC41;
  color: #fff;
  border-color: #80AC41;
}
.btn.btn-outline-blue,
.btn-outline-blue .btn.nav-link {
  color: #5AB3E4;
  border-color: #5AB3E4;
}
.btn.btn-outline-blue:hover,
.btn-outline-blue .btn.nav-link:hover {
  background-color: #5AB3E4;
  border-color: #5AB3E4;
}
.btn.btn-green-to-blue,
.btn-green-to-blue .btn.nav-link {
  background-color: #80AC41;
  color: #fff;
}
.btn.btn-green-to-blue:hover,
.btn-green-to-blue .btn.nav-link:hover {
  background-color: #5AB3E4;
  color: #fff;
}
.btn.btn-blue-to-purple,
.btn-blue-to-purple .btn.nav-link {
  background-color: #5AB3E4;
  color: #fff;
}
.btn.btn-blue-to-purple:hover,
.btn-blue-to-purple .btn.nav-link:hover {
  background-color: #9066A5;
  color: #fff;
}
.btn.btn-purple-to-lightGreen,
.btn-purple-to-lightGreen .btn.nav-link {
  background-color: #9066A5;
  color: #fff;
}
.btn.btn-purple-to-lightGreen:hover,
.btn-purple-to-lightGreen .btn.nav-link:hover {
  background-color: #80AC41;
  color: #fff;
}
nav a.btn {
  color: white;
}
@media (max-width: 990px) {
  .btn-container .btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.dropdown-menu {
  padding: 0;
}
.dropdown-menu .btn {
  width: 100%;
  text-align: left;
}
.dropdown-menu .btn.btn-primary {
  font-size: 0.9rem !important;
  padding: 3px !important;
}
.avatarnav {
  padiing: 0;
  padding-top: 2px;
}
/*  forms  */
input {
  border-radius: 0 !important;
  background-color: #fff;
}
input:active,
input:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #46a4bd !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill,
input,
.form-control {
  -webkit-box-shadow: 0 0 0px 1000px rgba(24, 123, 204, 0.081) inset;
  transition: background-color 5000s ease-in-out 0s;
  background-color: #ffffff !important;
}
.input-purchase {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.3) inset;
  font-size: 2rem;
  width: 80px;
  height: 80px;
  text-align: center;
  vertical-align: center;
  border-radius: 5px !important;
  margin-left: 10px;
}
.input-purchase:hover {
  cursor: text;
}
.input-purchase.active {
  background-color: #5AB3E4 !important;
  -webkit-box-shadow: 0 0 0px 1000px #5AB3E4 inset;
  color: #fff;
}
.input-purchase.active:focus {
  color: #424242;
}
.normal-font-size {
  font-size: 1rem;
}
.tip {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background-color: #ccc;
  padding: 0;
  margin: 5px 0;
}
.purchaseTable {
  background-color: white;
  width: 100%;
  font-size: 1.1rem;
}
.purchaseTable tr {
  border: 1px solid #187bcc;
}
.purchaseTable .firstTD {
  border-right-width: 1px;
  max-width: 450px !important;
  font-weight: 600;
}
.purchaseTable td,
.purchaseTable th {
  border: 0px solid #187bcc;
  border-collapse: collapse;
  padding: 15px 30px;
}
.saveMoneyNote {
  font-size: 0.9rem;
}
.price.priceSave {
  min-width: 40%;
}
.price-buy {
  display: none;
}
*.price {
  display: inline-flex !important;
  white-space: nowrap;
}
*.price .sign.usd {
  order: 0;
}
*.price .sign.rub {
  font-family: 'Segoe UI', Calibri, Arial;
  font-weight: normal;
  order: 2;
  margin-top: 0em;
  margin-left: 0.2em;
}
*.price .value {
  order: 1;
}
.line {
  display: flex;
  flex-flow: row nowrap;
}
.priceTableCell {
  display: flex;
  justify-content: flex-start;
  flex-flow: row nowrap;
  align-items: center;
}
/* purchase */
.purchaseSectionContainer {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
.purchase-buttons {
  justify-content: center;
  flex-flow: column wrap;
  text-align: center;
}
.product-information {
  margin: 40px 0;
  font-size: 1.3rem;
}
.calculator-footer {
  margin-top: 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.calculator-footer .left-side {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.calculator-footer .spacer {
  min-width: 80px;
}
.calculator-footer .priceDiscount {
  display: block;
  max-width: 160px;
  padding-right: 20px;
  margin: 0;
}
.calculator-footer .price {
  margin: 0;
  padding-right: 20px;
  text-align: center;
}
.columns-in-footer {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.note-discount {
  margin-top: 30px;
  text-align: center;
  font-size: 1.2rem;
}
.customizer {
  margin: 0;
}
.customizer > * {
  margin: 0px 0px 0px 10px;
}
.customizer > p {
  margin-left: 40px !important;
}
#years {
  padding: 5px !important;
  padding-top: 0 !important;
  margin-left: -5px !important;
}
.customizeInput {
  width: 60px !important;
  text-align: center;
  vertical-align: center;
  border-color: #424242;
  font-size: 1.8rem;
  margin-left: 15px !important;
}
.like-tabs {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.like-tabs button {
  font-size: 1.2rem;
  padding: 7px 25px;
}
.dropdown-menu > .btn {
  padding-left: 10px !important;
  text-align: left;
}
.like-table {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 15px;
}
.v-spacer {
  width: 30px;
}
.h-spacer {
  height: 15px;
}
#shopingCart tr th,
#shopingCart tr td {
  width: 15%;
  text-align: center;
}
#shopingCart tr .first-col {
  width: 25%;
  text-align: left;
}
.location-init {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
.location-init i {
  font-size: 10rem;
  padding: 40px;
  color: #5AB3E4;
}
.location-init i:hover {
  cursor: pointer;
  color: #187bcc;
}
.flex-row-main {
  display: flex;
  flex-flow: row nowrap;
}
.flex-column {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
}
.license-img {
  font-size: 4rem;
  color: #5AB3E4;
  padding: 20px;
}
.license-img:hover {
  color: #187bcc;
}
td > * > h2,
td > * > h3,
td > * > h4,
td > * > h1 {
  margin-bottom: 0;
}
.loader {
  border: 16px solid rgba(24, 123, 204, 0.081);
  border-radius: 50%;
  border-top: 16px solid #5AB3E4;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  margin-bottom: 30px;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.steps > div {
  padding: 10px;
  max-width: 170px;
}
.steps > div i {
  font-size: 2rem;
  color: rgba(24, 123, 204, 0.5);
}
.license-key-area {
  padding: 20px 40px;
  border: 2px dashed #666;
  max-width: 600px;
  margin: 30px 0;
  display: inline-block;
}
.license-key-area:hover {
  border-color: #46a4bd;
}
.license-text {
  margin: 0;
  font-size: 2rem;
  color: black;
}
.download-block {
  background-color: #f1f1f1;
  padding: 40px;
  margin: 10px;
  margin-bottom: 40px;
}
.note-download * {
  font-size: 1rem !important;
}
.note-download {
  padding: 20px 60px;
}
/* my account */
.incorrectInputValue {
  border-color: #ff0000;
}
.editProfile > section {
  padding: 0;
}
.editProfile > section > * > h2 {
  font-size: 1.5rem !important;
  margin-bottom: 10px !important;
}
.tab .container {
  min-width: 100%;
  width: 100% !important;
}
.edit-profile-footer {
  align-items: center !important;
  margin-top: 20px;
}
.userpic {
  max-width: 140px;
  margin-bottom: 20px;
}
.tabActive {
  color: #424242;
  font-weight: 600;
}
.tab-holder {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
.tab {
  padding: 20px;
  min-height: 400px;
  max-width: 800px;
}
.information,
.privacy {
  max-width: 500px;
}
.accTab {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row nowrap;
}
.tab-buttons-holder {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
}
.userInfo,
.licenses {
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column wrap;
  padding: 20px;
}
.userInfo {
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}
.licenses {
  padding-right: 140px;
}
.userName {
  font-family: lato-bold;
}
.column-buttons {
  margin: 20px 0;
  margin-top: 30px;
}
#myAccount p {
  margin-bottom: 10px;
}
.privacy {
  flex-flow: column wrap;
  align-items: center !important;
  justify-content: center !important;
}
.privacy > p {
  max-width: 600px;
}
.privacy *,
.information * {
  text-align: center;
}
.accTab > * > .rowndedCornerBlock,
.accTab > .rowndedCornerBlock {
  text-align: center;
  display: block;
}
.note,
.note a {
  font-size: 1rem;
}

@media(max-width: 900px) {
    #signInVue .note {
        padding-top: 20px !important;
    }
}

.vertical-spacer {
  height: 20px;
}
.dashed-link-button-text {
  border-bottom: 1px dashed #333;
  color: #333;
  height: 24px;
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.dashed-link-button-text:hover {
  cursor: pointer;
}
.passive {
  border-color: rgba(0, 0, 0, 0.05);
  background-color: #ffffff !important;
}
.confirmed {
  color: rgba(0, 0, 0, 0.5);
}
.note.green-status {
  white-space: inherit !important;
}
#resetPassword > section > .container,
#newPassword > section > .container {
  max-width: 670px;
}
.form-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}
.rowndedCornerBlock {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 13px;
  padding: 30px 40px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 !important;
}
.rounded-block-label {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 0;
  padding: 10px;
  color: rgba(0, 0, 0, 0.6);
}
.loginForm {
  width: 100%;
}
.sign-in-footer {
  justify-content: space-between;
  align-items: flex-end;
  flex-flow: column nowrap;
}
.registration-footer {
  justify-content: space-between;
  align-items: center;
  flex-flow: row nowrap;
  margin-top: 15px;
}
.forgotPassword {
  margin-bottom: 15px;
}
.form-holder {
  max-width: 800px;
}
.vertical-spacer {
  width: 20px;
}
.socialLoginBlock {
  width: 95%;
}
.socialIcon {
  margin-right: 15px;
}
.socialLoginButton {
  width: 100% !important;
  margin: 0 5px;
  padding: 15px;
}
@media (max-width: 900px) {
  .socialLoginButton {
    width: 100% !important;
  }
  .rowndedCornerBlock {
    padding: 10px;
  }
  .form-holder {
    padding: 0;
  }
  .form-row.registration-footer {
    margin: 0;
    width: 100%;
  }
  .registration-footer * {
    margin: 0 !important;
  }
  #regiserCaptcha {
    width: 100%;
    overflow: hidden;
  }
  #myAccount .rowndedCornerBlock {
    border-width: 0;
  }
  #myAccount .tab {
    padding: 0;
    width: 100%;
  }
  #myAccount .tab *:not(.form-control) {
    text-align: center !important;
    overflow: hidden;
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
  #myAccount .tab * .btn {
    width: 100%;
    max-width: 100%;
  }
  #myAccount .tab .btn-link {
    white-space: normal;
    border-width: 0 !important;
    text-decoration: underline;
  }
  #myAccount .tab .accTab {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #myAccount .tab-buttons-holder * {
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
  .editProfileform .form-row {
    flex-flow: column wrap;
    flex: 1 1 auto;
  }
  .editProfileform .form-row .form-group {
    flex: 1 1 auto;
  }
}
.loginForm .edit {
  display: flex;
  flex-flow: column wrap;
}
.editProfileform {
  display: flex;
  flex-flow: column wrap;
}
.half-width {
  min-width: 48%;
}
.login-form-separator {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  margin-bottom: 10px;
}
.hr-separator {
  height: 1px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  width: calc(50% - 40px);
  margin-top: 4px;
}
.txt-separator {
  color: rgba(0, 0, 0, 0.3);
  width: 80px;
  font-size: 1.6rem;
}
.dashed-link-button-text {
  display: inline-block;
  border-bottom: 1px dashed #808080;
  color: #808080;
  height: 26px;
}
.dashed-link-button-text:hover {
  cursor: pointer;
  border-bottom-color: rgba(0, 0, 0, 0);
  color: #666;
  transition: 0.3s;
}
a.dashed-link-button-text {
  text-decoration: none !important;
  padding: 0 !important;
}
.form-holder > h3 {
  text-align: center;
}
.incorrectInputValue {
  border-color: #ff0000;
}
.check-label-normal {
  font-size: 0.9rem;
  margin-bottom: 15px;
  color: rgba(51, 51, 51, 0.8);
}
.form-check {
  padding-left: 35px;
}
.form-check *:hover {
  cursor: pointer;
}
.large-checkbox {
  font-size: 2rem;
}
.edit-profile-footer {
  align-items: center !important;
  margin-top: 20px;
}
.orderDone {
  display: flex;
  justify-content: center;
  flex-flow: column wrap;
  align-items: center;
}
.column-center {
  text-align: center;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1400px) {
  .my-license {
    min-width: 1050px;
  }
}
.my-license {
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0 !important;
}
.my-license > * {
  overflow: hidden;
}
.my-license h3,
.my-license h4,
.my-license h5 {
  margin: 0;
  margin-bottom: 10px;
  display: inline-block;
  padding-left: 10px;
}
.my-license .license-dropdown * {
  font-size: 1rem;
}
.my-license .license-img {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  height: 170px;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.my-license .license-main-info {
  padding: 20px 20px;
  height: 170px;
  width: 36%;
  display: flex;
  justify-content: flex-start;
  flex-flow: column wrap;
}
.my-license .viewListItem {
  min-width: 50%;
}
.my-license .license-status {
  padding: 20px 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  height: 180px;
  width: 33%;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-flow: column wrap;
}
.my-license .years-buy {
  padding: 20px 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  height: 170px;
  width: 20%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: visible !important;
}
.my-license .price-buy {
  padding: 20px 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  height: 170px;
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: column nowrap;
  font-size: 2.2rem;
}
.my-license .status {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.my-license .tip {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 15px;
  margin-left: 15px;
}
.my-license .license-property {
  white-space: nowrap;
  margin: 0;
  padding: 3px 10px;
}
.my-license .license-dropdown {
  margin: 0 !important;
}
.my-license .license-icon {
  fill: #5AB3E4;
  fill-rule: nonzero;
  margin-right: 15px;
}
.my-license .icon-license-property {
  margin-right: 7px;
}
.my-license .image-line {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
}
.my-license .image-line > svg {
  margin-right: 10px;
}
.my-license .green-status,
.my-license .red-status,
.my-license .yellow-status {
  padding: 3px 10px;
}
.ellipsis-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.red-status {
  display: inline-block;
  background-color: #ffcccc;
}
.green-status {
  display: inline-block;
  background-color: rgba(204, 255, 204, 0.6);
}
.yellow-status {
  display: inline-block;
  background-color: #fff2b2;
}
.gray-status {
  background-color: rgba(0, 0, 0, 0.1);
}
.red-text {
  color: #ff9999;
}
.red-tip {
  background-color: #ff9999;
}
.green-text {
  color: #6bb36b;
}
.green-tip {
  background-color: #6bb36b;
}
.gray-text {
  color: rgba(0, 0, 0, 0.4);
}
.gray-tip {
  background-color: rgba(0, 0, 0, 0.3);
}
.tooltip.fade.bs-tooltip-top.show {
  background-color: #ffffff;
}
.tooltip.fade.bs-tooltip-top.show .arrow::before {
  border-top-color: #ffffff;
}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #ffffff;
}
.tooltip-inner {
  background-color: #ffffff;
  color: #000;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  font-size: 1.1rem;
  padding: 5px 10px;
  max-width: 600px;
}
.tooltip-string {
  border-bottom: 1px dashed #424242 !important;
  margin: 0 !important;
  margin-left: 9px !important;
  padding: 0 !important;
}
.tooltip-string:hover {
  cursor: default;
}
.redirectMessage {
  padding: 10px;
  background-color: rgba(24, 123, 204, 0.081);
  color: #424242;
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
}
.tab-button {
  background-color: rgba(255, 255, 255, 0);
  outline: none !important;
}
.tab-button:hover,
.tab-button:active,
.tab-button:focus {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
}
.tab-button.active,
.tab-button.active:focus {
  color: #fff !important;
  border: 0 !important;
  background-color: #5AB3E4;
  border-radius: 13px;
  border-top-right-radius: 13px !important;
  border-bottom-right-radius: 13px !important;
  display: block;
  font-weight: 100 !important;
  padding: 10px 20px !important;
  transition-property: 0 !important;
  /*CSS transforms*/
  transform: none !important;
  /*CSS animations*/
  animation: none !important;
}
.tab-button.active > *,
.tab-button.active:focus > * {
  color: #fff !important;
  border-color: #fff !important;
}
.date-calendar {
  display: flex;
  font-size: 1.3rem;
  align-items: center !important;
  margin-bottom: 20px;
}
.date-calendar > img {
  margin-right: 10px;
}
.overdue-note {
  font-size: 0.9rem !important;
}
.button-holder {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.button-holder a {
  display: inline-block;
  padding: 10px 20px !important;
  margin: 10px;
}
/* xtool unique  */
.background-like-image {
  background-position: center;
  background-position-y: 80px;
}
.background-like-image .caption {
  margin-bottom: 500px;
}
@media (min-width: 320px) and (max-width: 720px) {
  .background-like-image {
    background-size: contain !important;
    background-position: bottom;
  }
  .background-like-image .caption {
    margin-bottom: 150px !important;
  }
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.carousel-item {
  background-repeat: no-repeat;
  background-position: center center;
  height: 800px;
}
.carousel-item h2,
.carousel-item h3,
.carousel-item h4 {
  margin-bottom: 0;
}
.carousel-item .T1 {
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
}
.map-space {
  min-height: 720px;
}
.carousel {
  background-color: rgba(255, 255, 255, 0);
}
.map-section section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.map-section .thumbnail-image {
  max-width: 220px;
}
.resources .postPreviewImage {
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center center;
  min-width: 230px !important;
  margin-bottom: 15px;
}
.blogListItemsSection {
  margin-top: 70px;
}
.blogListItemsSection h1 {
  font-size: 3rem;
  margin-top: 10px;
}
.overviewMainSliderItem {
  height: 430px;
}
.tool section {
  padding: 0 !important;
  padding-top: 20px !important;
}
.tool .tool-card {
  padding: 20px;
  background-color: #D4EAD2;
  text-align: left;
  margin: 40px 20px;
}
.tool .tool-card p {
  margin: 0;
}
.tool-card {
  padding: 20px;
  background-color: #D4EAD2;
  text-align: left;
  margin: 40px 20px;
}
.tool-card p {
  margin: 0;
}
.beforeFooterForCat {
  padding-bottom: 30px;
}
.postsNavigation {
  display: none;
}
.key-through {
  text-decoration: line-through;
}
.section-with-no-padding {
  padding: 0 !important;
}
.renewPriceListItem {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
}
.renewPriceListItem img {
  margin: 0 20px;
}
#subtotal,
#discount {
  font-size: 1.2rem;
}
#grandTotal {
  border-bottom: 2px dashed #424242;
}
#grandTotal .price {
  display: inline-block;
}
#grandTotal:hover {
  cursor: pointer;
}
#myLicenses * {
  text-align: left;
}
#myLicenses .rowndedCornerBlock {
  width: 1320px;
}
@media (min-width: 670px) {
  #myLicenses .rowndedCornerBlock {
    padding: 20px 30px;
  }
}
.total-row {
  border-top: 1px solid #dfdfdf;
  height: 40px;
  vertical-align: middle !important;
}
.total-row > td {
  padding-top: 1rem;
}
#shoppingCartMyLicenses {
  background-color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
#shoppingCartMyLicenses th {
  padding: 10px 20px;
}
#shoppingCartMyLicenses .first-col {
  text-align: left;
  padding-left: 0;
}
#shoppingCartMyLicenses tbody tr {
  height: 35px;
  vertical-align: text-top;
}
#shoppingCartMyLicenses tbody .last-row {
  height: 40px;
}
.proceed-results-holder {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  background-color: rgba(249, 249, 249, 0.9);
  padding: 20px 60px;
  z-index: 1000;
}
.proceed-results-holder .proceed-results {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.my-license {
  position: relative;
}
.result-close {
  font-size: 1.2rem;
  position: absolute;
  top: 5px;
  right: 9px;
}
.total-holder {
  font-size: 2rem;
  text-align: left;
}
.list-spacer {
  height: 220px;
}
.space-in-grid * .row div {
  margin: 10px;
}
.space-in-grid * .row .w-100 {
  margin: 0;
}
@media (max-width: 990px) {
  .stripe_grid .row,
  .stripe_grid .row .media-bottom {
    display: flex;
  }
}
.saving {
  font-size: 2rem;
}
.saving span {
  font-size: 2rem;
  animation-name: blink;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.saving span:nth-child(2) {
  animation-delay: 0.2s;
}
.saving span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.dropright {
  position: relative;
  display: inline-flex;
  flex-flow: row nowrap;
}
.dropright-content {
  display: none;
  position: absolute;
  background-color: #ffffff !important;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  color: black;
  max-height: 300px;
  left: 20%;
  top: 0;
  overflow: scroll;
}
.dropright-content div {
  widht: auto;
  background-color: orangered!important;
}
.dropright-content::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* make scrollbar transparent */
}
.dropright-content * {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropright-content p {
  margin: 0;
}
.dropright-content *:hover {
  color: black;
  cursor: pointer;
}
.dropright:hover .dropright-content {
  display: inline-flex;
  flex-flow: row wrap;
}
.nav-pills {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column wrap;
}
.nav-pills a {
  display: inline-block;
  padding: 10px;
  text-align: left !important;
}
.nav-pills a.active {
  background-color: #5AB3E4;
  color: #fff;
}
.flex-column {
  align-items: initial !important;
  justify-content: initial !important;
}
.category-name {
  width: 100%;
  background-color: #5AB3E4;
  color: #fff;
}
.fade.show {
  background-color: rgba(255, 255, 255, 0);
}
.card {
  border: 0 !important;
  background-color: rgba(235, 235, 235, 0.2) !important;
}
.card > * {
  border: 0 !important;
}
.card .card-header {
  background-color: rgba(235, 235, 235, 0.2);
  padding: 0 !important;
  border: 0 !important;
}
.card .card-header h5 {
  margin-top: 0rem;
}
.card .card-header h5 button {
  margin: 0 !important;
  padding: 5px 10px !important;
  width: 100%;
  text-align: left;
  border-color: #ccc !important;
}
.card .card-header h5 .btn-link {
  border-color: #ccc !important;
}
.navbar-second-level {
  background-color: rgba(255, 255, 255, 0.8) !important;
  box-shadow: 0rem 0.2rem 0.7rem 0.0001rem rgba(0, 0, 0, 0.09);
  top: 58px !important;
}
.navbar-second-level a {
  color: #424242 !important;
}
.navbar-first-level {
  box-shadow: 0rem 0.2rem 0.7rem 0.0001rem rgba(0, 0, 0, 0.09);
}
.navbar-first-level .nav-item.active {
  background-color: rgba(255, 255, 255, 0) !important;
}
.navbar-first-level .nav-item.active * {
  color: #424242 !important;
}
.navbar-first-level .nav-item.active .btn-primary {
  color: #fff !important;
}
.navbar-first-level.noShadow {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.dateInBlog {
  display: none;
}
#add-licenses-block {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.add-license-note {
  width: 60%;
  text-align: center !important;
}
#add-license-button {
  text-align: center;
  padding: 10px;
  white-space: normal !important;
  border-bottom: 0px !important;
}
.add-license-button {
  justify-content: flex-end;
  margin-top: 20px;
  white-space: normal !important;
}
#addLicenseTextarea {
  width: 60%;
  height: 100px;
  border-color: #5AB3E4;
  resize: none;
}
.license-status .close {
  position: absolute;
  top: 0;
  right: 10px;
}
.pricing-comments {
  padding-top: 0;
  margin-top: 0;
}
.header-underlined .description {
  border-top: 1px solid #1363a4;
  padding-top: 15px;
}
.background-white {
  background-color: #fff !important;
}
.blogListItemsSection {
  background-color: rgba(255, 255, 255, 0) !important;
}
.postsList {
  background-color: rgba(255, 255, 255, 0) !important;
}
.blogListItemsSection {
  padding: 20px;
  margin-top: 0;
}
.postPreview.large > a > .postPreviewImage {
  width: 300px;
  min-height: 200px;
  background-size: cover;
}
.postPreview.large {
  justify-content: center;
  align-items: center;
}
footer {
  /*    background: rgb(50,157,217);
    background: -moz-linear-gradient(left, rgba(50,157,217,1) 0%, rgba(254,153,31,1) 50%, rgba(50,157,217,1) 100%);
    background: -webkit-linear-gradient(left, rgba(50,157,217,1) 0%,rgba(254,153,31,1) 50%,rgba(50,157,217,1) 100%);
    background: linear-gradient(to right, rgba(50,157,217,1) 0%,rgba(254,153,31,1) 50%,rgba(50,157,217,1) 100%);*/
  border-top: solid 0.5px #424242;
  padding-top: 10px;
}
.footer-links {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: space-between;
}
footer > .stripe_Grid {
  padding: 10px !important;
}
footer * {
  margin: 0 !important;
  padding: 0 !important;
}
.footer-second-level {
    background-color: white !important;
    display: flex;
    justify-content: space-around;
}
.footer-second-level .switch-language-button {
  margin-right: 55px !important;
}
@media (max-width: 900px) {
  .footer-second-level .thumbnail {
    display: block;
    padding-bottom: 5px !important;
  }
  .footer-second-level .thumbnail-image {
    padding-right: 10px !important;
  }
  .footer-second-level .footer-links > .main-links a {
    margin: 0 !important;
    margin-left: 0 !important;
  }
  .footer-second-level .footer-links > .main-links p,
  .footer-second-level .footer-links > .main-links .switch-language-button {
    margin: 0 !important;
  }
  .footer-second-level .switch-language-button {
    margin: 0 !important;
  }
}
.footer-second-level .description div > div {
  flex-flow: column;
}
.footer-second-level .description * {
  margin: 0;
}
.footer-first-level {
  background-color: #343535 !important;
}
.footer-second-level *,
.footer-first-level * {
  margin-bottom: 0;
  font-size: 1rem;
}
#sprites {
  margin-top: 60px;
  min-height: 100vh;
}
section {
  padding: 70px;
}
.nav-item.language {
  display: block;
}
.small-top {
  padding-top: 0;
  margin-top: 0;
}
.video-carousel.dark > .carousel-inner * {
  color: #444 !important;
}
.carousel-inner .description {
  margin-top: 30px;
}
.carousel-item .stripe-carousel-item {
  color: #444 !important;
}
.video-carousel.dark > .carousel-control-prev,
.video-carousel.dark > .carousel-control-next {
  color: #444 !important;
}
.video-carousel.dark > .carousel-control-prev > .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.video-carousel.dark > .carousel-control-next > .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-item > section {
  padding-top: 0;
  margin-top: 0;
  padding-left: 110px;
}
.feedback > .carousel-control-prev {
  margin-left: -100px;
}
.feedback > .carousel-control-next {
  margin-right: -100px;
}
.main-slider section {
  padding-top: 70px;
}
.footer-up {
  bottom: 90px;
}
@media (max-width: 900px) {
  .footer-up {
    bottom: 200px;
  }
  .stripe-carousel-item > section {
    min-height: 100%;
    padding-top: 40px !important;
    padding-left: 10px;
    display: flex;
    /*            .container {
                margin: auto;
            }*/
  }
}
#resultTable {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.paddingTopNone {
  padding-top: 0 !important;
}
.category-navigation {
  max-width: 300px;
}
.resources > * > * > * .postPreviewImage,
.resources > * > * > .large > * > .postPreviewImage,
.resources > * > * > .large > .postPreviewImage,
.small-images > * > * > * > * > .postPreviewImage {
  width: 225px !important;
  min-width: 225px !important;
  height: 150px !important;
  min-height: 150px !important;
}
.postPreview.large {
  align-items: flex-start !important;
}
.blog-navigation-holder {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.blog-navigation {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#full-screen-notification {
  display: none;
}
.postBody,
.afterHeaderForPost,
.beforeFooterForPost {
  border: 1px solid rgba(0, 0, 0, 0);
  border-top: 0;
  border-bottom: 0;
}
.btn {
  text-transform: none !important;
}
.dropdown-menu .btn.btn-primary {
  font-size: 0.9rem !important;
  padding: 4px !important;
}
.dropdown-menu a.btn.btn-primary {
  background-color: #add9b0 !important;
  color: #5AB3E4 !important;
}
.dropdown-menu a.btn.btn-primary:hover {
  background-color: #7dc582 !important;
}
.dropdown-menu .btn.btn-primary.active {
  background-color: #5AB3E4 !important;
  color: #a4ef7b !important;
}
.btn.btn-primary {
  -webkit-box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.2);
}
.blog-navigation > .btn.btn-primary.dropdown-toggle {
  min-width: 290px !important;
  text-align: left;
}
.button-combobox-right-arrow {
  padding: 5px 40px 5px 20px;
}
.accTab {
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .all-feartures img,
  .all-feartures > * > * > * > * > * > * > img {
    width: 380px !important;
    min-width: 380px !important;
    height: auto !important;
    min-height: 326px !important;
  }
  .resources > * > * > * .postPreviewImage {
    width: 125px !important;
    min-width: 125px !important;
    min-height: 50px !important;
  }
  .my-license {
    min-width: inherit;
  }
}
.cookieButton {
  font-size: 1.3rem;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #ccc;
  margin-left: 20px;
  padding: 10px 20px;
  border-radius: 5px;
}
.cookieButton:hover {
  background-color: rgba(0, 0, 0, 0.04);
  cursor: pointer;
}
#CookiesNotify {
  display: block;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px;
  text-align: left;
  font-size: 1.2rem;
  color: #444;
  font-family: MuseoSansCyrl-100, sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  border-top: 1px solid #E6E6E6;
  max-height: 90vh;
}
#CookiesNotify div {
  overflow: auto;
}
.cookiesNotifyContainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-flow: row;
  min-height: 70px;
}
.customizer {
  display: inline-flex;
  flex-flow: row wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 1040px) {
  .customizer {
    display: flex !important;
    flex-flow: column wrap !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
  }
}
@media (max-width: 990px) {
  .customizer *,
  #shopingCart h4 {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 640px) {
  .customizer * {
    font-size: 0.8rem !important;
  }
  #shopingCart h4,
  #shopingCart p {
    font-size: 0.75rem !important;
  }
}
@media (max-width: 900px) {
  .cookiesNotifyContainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-flow: column;
  }
  .main-slider section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    min-height: 550px;
    height: auto;
  }
  .main-slider section .carousel-inner {
    height: auto;
  }
  .cookieButton {
    margin-left: 0px;
    margin-top: 20px;
  }
  iframe {
    width: 100% !important;
  }
  .button-holder {
    flex-flow: column wrap;
    height: auto;
  }
  .button-holder * {
    font-size: 1rem;
  }
  .button-holder a {
    margin: 5px;
  }
  h4 {
    margin: 10px !important;
    font-size: 1.2rem;
  }
  p,
  li {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0.9rem !important;
  }
  /*
        footer * {
            flex-flow: column wrap !important;
        }
*/
  .transparentBg > .navbar-collapse {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding-bottom: 0px;
  }
  .nav-link.btn {
    margin-bottom: 3px;
    max-width: 200px;
  }
  .navbar-collapse .dropdown-content {
    display: none !important;
  }
  .postPreview.large > a > .postPreviewImage {
    width: 200px;
    height: 100px;
    background-size: cover;
  }
  .all-feartures img,
  .all-feartures > * > * > * > * > * > * > img,
  .postPreviewImage {
    width: 320px !important;
    min-width: 320px !important;
    height: auto !important;
    min-height: auto !important;
  }
  .resources > * > * > * .postPreviewImage {
    width: 125px !important;
    min-width: 125px !important;
    height: auto !important;
    min-height: auto !important;
  }
  #accordion * {
    font-size: 1rem !important;
  }
  #accordion * .btn {
    padding: 6px 10px !important;
  }
  .rowndedCornerBlock,
  .loginForm,
  .loginForm > .form-row {
    flex-flow: column wrap !important;
    flex-wrap: wrap !important;
    margin-top: 20px;
  }
  .form-group {
    width: 100%;
    min-height: 50px;
  }
  .sign-in-footer {
    min-height: 100px !important;
  }
  .rounded-block-label {
    margin: 10px 0 !important;
  }
  .purchase-buttons * {
    font-size: 1.5rem !important;
    justify-content: center;
  }
  .product-information,
  .note-discount {
    font-size: 1.2rem !important;
  }
  .purchase-buttons > * > .btn-purchase {
    padding: 5px;
    max-height: 60px;
    max-width: 60px;
  }
  .input-purchase {
    max-height: 60px;
  }
  .location-init {
    text-align: center !important;
  }
  #purchase > table * {
    font-size: 1rem;
  }
  .product-information,
  .note-discount,
  .note-discount a {
    font-size: 0.9rem !important;
    margin-top: 20px !important;
  }
  #purchaseTable {
    padding: 15px;
  }
  .purchaseTable td,
  .purchaseTable th {
    padding: 5px !important;
  }
  .customizerHolder > * {
    padding: 10px !important;
  }
  section {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 20px;
    background-position: unset !important;
  }
  .tab-buttons-holder,
  .accTab {
    flex-flow: column wrap !important;
  }
  .tab-buttons-holder .licenses,
  .accTab .licenses {
    padding: 10px;
    justify-content: center;
    align-items: center;
  }
  .blog-navigation > .btn.btn-primary.dropdown-toggle {
    min-width: 160px !important;
    width: 160px !important;
    text-align: left;
  }
  .navbar-second-level {
    height: 60px;
  }
  .navbar-second-level * {
    display: flex;
  }
  .navbar-second-level > * > .navbar-nav {
    flex-flow: row nowrap;
  }
  .left-side-nav-titles {
    display: none;
  }
  .left-side-nav-contents {
    flex-flow: column wrap;
    flex-wrap: wrap;
  }
  #v-pills-tabContent {
    margin-top: 20px;
  }
  .map-space {
    min-height: 0px;
  }
}
@media (max-width: 900px) and (max-width: 900px) {
  #purchaseTable td,
  #purchaseTable th {
    padding: 5px !important;
    min-width: 30px;
    width: 100px;
  }
  #purchaseTable .saveMoneyNote {
    display: none;
  }
}
.carousel-indicators > li:hover {
  cursor: pointer;
}
@media (max-width: 770px) {
  .carousel-indicators {
    display: none;
  }
}
.carousel-indicators li {
  background-color: #C4C4C4;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  margin: 0px 10px !important;
}
.carousel-indicators .active {
  background-color: #FAB217;
}
.tab-pane > .card > .card-header * {
  white-space: normal;
  min-width: 300px;
}
.border-button-img {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #5AB3E4;
  padding-left: 50px;
  background-position: 7px 5px;
  background-repeat: no-repeat;
}
.tables > table > *,
.tables > table * {
  border-color: #ccc !important;
  padding: 5px;
  font-size: 1.2rem;
}
.tables > table {
  border-width: 0px !important;
}
.tables > table > thead * {
  margin-bottom: 0;
  font-weight: 600;
}
.map-section .carousel-item {
  min-height: 340px;
}
.registration-footer > button {
  white-space: unset;
  margin-left: 30px;
}
.compatibility-table * {
  font-size: 0.81rem !important;
}
a > .btn-primary:hover {
  color: #fff;
}
.blog-navigation > .dropdown-menu {
  background-color: #add9b0 !important;
}
.dropdown-menu.show > a {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.tab-with-hash {
  white-space: normal;
  display: inline-flex;
  width: 100%;
}
.nav-pills {
  flex-direction: row !important;
}
/*________________________________________*/
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-second-level * {
  font-size: 1rem !important;
  color: #000;
  background-color: #ffffff;
}
.navbar.navbar-first-level {
  background-color: #ffffff;
}
.noShadow {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.navbar-first-level * {
  font-size: 1.1rem !important;
}
.navbar-first-level * .button-comment {
  font-size: 0.9rem !important;
}
.navbar.navbar-second-level {
  border-top: 1px solid #fafafa;
}
.navbar.darkBg {
  transition: 0.3s;
}
.nav-link {
  font-family: lato-regular !important;
  font-weight: 500;
  font-size: 1.2rem;
}
.arrow-up {
  margin-top: -30px;
  background-position: top;
}
.transparentBg {
  transition: 0.6s;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.main-header {
  min-height: 504px;
  padding-top: 235px;
}
.main-header * {
  font-family: mystral-100 !important;
}
.main-header h1 {
  font-size: 4.3rem;
}
@media (max-width: 990px) {
  nav {
    padding: 0 !important;
  }
  div.navbar-collapse {
    padding-top: 0;
    padding-left: 0;
  }
  li.nav-item {
    padding-left: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  .navbar-collapse.navbar-toggle * {
    text-align: left !important;
  }
  .right-menu {
    order: 0;
  }
  .nav-item.active {
    background-color: #fff !important;
  }
  .nav-item.active:hover {
    color: #5AB3E4 !important;
  }
  .navbar-first-level .nav-item.active {
    background-color: #fff !important;
  }
  .navbar-first-level .nav-item.active * {
    color: #424242 !important;
  }
  .navbar-first-level .nav-item.active *:hover {
    color: #5AB3E4 !important;
  }
  #training-table-holder {
    overflow-x: scroll;
  }
  #training-table * {
    font-size: 1rem;
    padding: 0px;
  }
  #submenu-mobile-only {
    display: block;
  }
  #submenu-mobile-only > ul > li {
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
  }
  .navbar-second-level {
    display: none;
  }
  .main-header {
    min-height: 504px;
    padding-top: 165px;
  }
  .arrow-up {
    margin-top: -40px;
    background-size: auto;
  }
  #sprites {
    margin-top: 40px !important;
  }
  .nav-item {
    padding: 5px;
  }
}
@media (max-width: 420px) {
  .main-header h1 {
    font-size: 3.3rem;
  }
}
.sortedList {
  width: 1200px;
}
.header {
  font-family: museo-regular;
}
.linkedHeader.header::after {
  display: none;
}
.grayscaleImg {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.grayscaleImg img {
  opacity: 0.6;
}
.grayscaleImg:hover img {
  opacity: 1;
  transition: 0.6s;
}
.grayscaleImg:hover {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  transition: 0.6s;
}
.landing > * > h2,
.landing > * > p {
  display: none;
}
.blogListItemsSection {
  background-color: rgba(0, 0, 0, 0.08) !important;
}
.postsList {
  background-color: #ffffff !important;
  padding: 20px 40px !important;
  padding-top: 5px !important;
}
.autoBackground {
  background-size: auto;
}
.mainWithTwoLevelsNav {
  margin-top: 0px;
}
.noShadow {
  box-shadow: 0 0 0 0 !important;
}
@media (min-width: 990px) {
  main {
    margin-top: 0px !important;
  }
  .mainWithTwoLevelsNav {
    margin-top: 115px !important;
  }
  .noShadow {
    box-shadow: 0 0 0 0 !important;
  }
}
.footer-links,
.footer-second-level a,
.footer-first-level a {
  display: inline-block;
}
.footer-second-level .container {
  max-width: 100%;
}
footer .grayscaleImg {
  margin-left: 20px !important;
}
footer a:hover {
  text-decoration: underline !important;
  color: #4cafff !important;
}
footer a:hover .footer-links {
  text-decoration: underline !important;
  transition: 0.6s;
  color: #4cafff !important;
}
.singleImg {
  background-image: url('/media/5250/singlelicimg.png');
}
.subscriptionImg {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyODQgMjg0Ij48ZGVmcz48c3R5bGU+LmF7ZmlsbDpyZ2JhKDE5LCA5OSwgMTY0LCAxKTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPl88L3RpdGxlPjxwYXRoIGNsYXNzPSJhIiBkPSJNMjM4LjQyLDQzLjcxaC0xMC44YTUsNSwwLDAsMCwwLDEwaDEwLjhBMTYuMzUsMTYuMzUsMCwwLDEsMjU0Ljc1LDcwVjkzLjczSDM4VjcwQTE2LjM1LDE2LjM1LDAsMCwxLDU0LjMxLDUzLjcxaDEwLjhhNSw1LDAsMCwwLDAtMTBINTQuMzFBMjYuMzYsMjYuMzYsMCwwLDAsMjgsNzBWMjQwLjcxQTI2LjM2LDI2LjM2LDAsMCwwLDU0LjMxLDI2N0gyMzguNDJhMjYuMzYsMjYuMzYsMCwwLDAsMjYuMzMtMjYuMzNWNzBBMjYuMzYsMjYuMzYsMCwwLDAsMjM4LjQyLDQzLjcxWm0wLDIxMy4zM0g1NC4zMUExNi4zNSwxNi4zNSwwLDAsMSwzOCwyNDAuNzF2LTEzN0gyNTQuNzV2MTM3QTE2LjM1LDE2LjM1LDAsMCwxLDIzOC40MiwyNTdaTTEyMC44Nyw0Ny42NmE1LDUsMCwwLDEsNS01aDQ0Ljg2YTUsNSwwLDAsMSwwLDEwSDEyNS44N0E1LDUsMCwwLDEsMTIwLjg3LDQ3LjY2Wm05Ny43LDE1MC4xNUgyMDMuMDZhNSw1LDAsMCwwLTUsNXYxNS41MWE1LDUsMCwwLDAsNSw1aDE1LjUxYTUsNSwwLDAsMCw1LTVWMjAyLjgxQTUsNSwwLDAsMCwyMTguNTcsMTk3LjgxWm0tNSwxNS41MWgtNS41MXYtNS41MWg1LjUxWm0xNi42NC04MS40NUgxOTEuNDJhNSw1LDAsMCwwLTUsNXYzMWE1LDUsMCwwLDAsNSw1aDM4Ljc5YTUsNSwwLDAsMCw1LTV2LTMxQTUsNSwwLDAsMCwyMzAuMjEsMTMxLjg3Wm0tNSwzMUgxOTYuNDJ2LTIxaDI4Ljc5Wm0tNTkuNDUsMjcuMTVIMTI3YTUsNSwwLDAsMC01LDV2MzFhNSw1LDAsMCwwLDUsNWgzOC43OWE1LDUsMCwwLDAsNS01di0zMUE1LDUsMCwwLDAsMTY1Ljc2LDE5MC4wNVptLTUsMzFIMTMydi0yMWgyOC43OVptLTU5LjQ1LTMxSDYyLjUyYTUsNSwwLDAsMC01LDV2MzFhNSw1LDAsMCwwLDUsNWgzOC43OWE1LDUsMCwwLDAsNS01di0zMUE1LDUsMCwwLDAsMTAxLjMxLDE5MC4wNVptLTUsMzFINjcuNTJ2LTIxSDk2LjMxWm02OS40NS04OS4yMUgxMjdhNSw1LDAsMCwwLTUsNXYzMWE1LDUsMCwwLDAsNSw1aDM4Ljc5YTUsNSwwLDAsMCw1LTV2LTMxQTUsNSwwLDAsMCwxNjUuNzYsMTMxLjg3Wm0tNSwzMUgxMzJ2LTIxaDI4Ljc5Wm0tODYuNiwyLjI0SDg5LjY3YTUsNSwwLDAsMCw1LTVWMTQ0LjYzYTUsNSwwLDAsMC01LTVINzQuMTZhNSw1LDAsMCwwLTUsNXYxNS41MUE1LDUsMCwwLDAsNzQuMTYsMTY1LjE0Wm01LTE1LjUxaDUuNTF2NS41MUg3OS4xNlpNMTk1LjQ0LDY2LjQxVjI2YTUsNSwwLDAsMSwxMCwwVjY2LjQxYTUsNSwwLDEsMS0xMCwwWm0tMTA1LjYzLDBWMjZhNSw1LDAsMSwxLDEwLDBWNjYuNDFhNSw1LDAsMCwxLTEwLDBaIi8+PC9zdmc+);
}
.freeImg {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyODQgMjg0Ij48ZGVmcz48c3R5bGU+LmF7ZmlsbDpyZ2JhKDE5LCA5OSwgMTY0LCAxKTt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImEiIGQ9Ik0yMzIuNDUsMzEuMjNINTZhMjQuNjMsMjQuNjMsMCwwLDAtMjQuNiwyNC42djE3Ni40QTI0LjYzLDI0LjYzLDAsMCwwLDU2LDI1Ni44M0gyMzIuNDVhMjQuNjMsMjQuNjMsMCwwLDAsMjQuNi0yNC42VjU1LjgzQTI0LjYzLDI0LjYzLDAsMCwwLDIzMi40NSwzMS4yM1ptMTQuNiwyMDFhMTQuNjIsMTQuNjIsMCwwLDEtMTQuNiwxNC42SDU2YTE0LjYyLDE0LjYyLDAsMCwxLTE0LjYtMTQuNlY1NS44M0ExNC42MiwxNC42MiwwLDAsMSw1Niw0MS4yM0gyMzIuNDVhMTQuNjIsMTQuNjIsMCwwLDEsMTQuNiwxNC42Wk0yMTUuNjQsNzYuMzNhNSw1LDAsMCwxLDAsNy4wN0wxOTguODYsMTAwbDEyLDE2LjE0YTUsNSwwLDEsMS04LDZsLTExLjIyLTE1LTE1Ljc0LDE1LjU5YTUsNSwwLDAsMS0zLjUyLDEuNDQsNSw1LDAsMCwxLTMuNTItOC41NUwxODUuNjQsOTlsLTEyLTE2LjE0YTUsNSwwLDEsMSw4LTZsMTEuMjEsMTUsMTUuNzUtMTUuNTlBNSw1LDAsMCwxLDIxNS42NCw3Ni4zM1ptLTkwLjUsODkuMTFhNSw1LDAsMCwxLDAsNy4wN2wtMTYuNzQsMTYuNTcsMTIsMTYuMTRhNSw1LDAsMCwxLTgsNmwtMTEuMjEtMTVMODUuNDQsMjExLjc3YTUsNSwwLDAsMS03LTcuMTFsMTYuNzQtMTYuNTdMODMuMSwxNzJhNSw1LDAsMSwxLDgtNmwxMS4yMiwxNSwxNS43NC0xNS41OUE1LDUsMCwwLDEsMTI1LjE0LDE2NS40NFptOTAuNSwwYTUsNSwwLDAsMSwwLDcuMDdsLTE2Ljc0LDE2LjU3LDEyLDE2LjE0YTUsNSwwLDEsMS04LDZsLTExLjIyLTE1LTE1Ljc0LDE1LjU5YTUsNSwwLDAsMS0zLjUyLDEuNDQsNSw1LDAsMCwxLTMuNTItOC41NWwxNi43NC0xNi41N0wxNzMuNiwxNzJhNSw1LDAsMSwxLDgtNmwxMS4yMSwxNSwxNS43NS0xNS41OUE1LDUsMCwwLDEsMjE1LjY0LDE2NS40NFpNMTMwLjM3LDc2LjkyYTUsNSwwLDAsMSwuNTQsN0w5OC43NSwxMjEuNDlBNSw1LDAsMCwxLDk1LDEyMy4yNGgtLjA4YTUsNSwwLDAsMS0zLjgyLTEuODdMNzIuNSw5OC4yOEE1LDUsMCwwLDEsODAuMyw5MmwxNC43OCwxOC40LDI4LjI0LTMyLjk1QTUsNSwwLDAsMSwxMzAuMzcsNzYuOTJaIi8+PC9zdmc+);
}
.trialImg {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyODQgMjg0Ij48ZGVmcz48c3R5bGU+LmF7ZmlsbDpyZ2JhKDE5LCA5OSwgMTY0LCAxKTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPl88L3RpdGxlPjxwYXRoIGNsYXNzPSJhIiBkPSJNMTA5LDMxLjU4YTUsNSwwLDAsMSw1LTVIMTU1LjZhNSw1LDAsMCwxLDAsMTBIMTE0QTUsNSwwLDAsMSwxMDksMzEuNThaTTE4My4xMiw1NGE1LDUsMCwwLDAsNS01VjExLjUzYTUsNSwwLDAsMC0xMCwwVjQ5QTUsNSwwLDAsMCwxODMuMTIsNTRaTTg1LjI2LDU0YTUsNSwwLDAsMCw1LTVWMTEuNTNhNSw1LDAsMCwwLTEwLDBWNDlBNSw1LDAsMCwwLDg1LjI2LDU0Wk02MS4xMywxMzUuNzlWMTIxLjQyYTUsNSwwLDAsMSw1LTVIODAuNWE1LDUsMCwwLDEsNSw1djE0LjM3YTUsNSwwLDAsMS01LDVINjYuMTNBNSw1LDAsMCwxLDYxLjEzLDEzNS43OVptMTAtNUg3NS41di00LjM3SDcxLjEzWk0yMzUuNCwyMDguNTZhNSw1LDAsMCwxLTUsNWgtOC41MXYxOC44N2E1LDUsMCwwLDEtMTAsMFYyMTMuNTZoLTQwYTUsNSwwLDAsMS00LThsNDUtNTkuNTFhNSw1LDAsMCwxLDksM3Y1NC41MWg4LjUxQTUsNSwwLDAsMSwyMzUuNCwyMDguNTZabS0yMy41MS00NC42Mi0zMCwzOS42MmgzMFptNTUuNzQsMjYuOEE5MC43Nyw5MC43NywwLDAsMSw5Ny43LDIzNS4xOWgtNTBBMjQuNzksMjQuNzksMCwwLDEsMjMsMjEwLjQzVjUyLjMxQTI0Ljc5LDI0Ljc5LDAsMCwxLDQ3Ljc0LDI3LjU1aDEwYTUsNSwwLDEsMSwwLDEwaC0xMEExNC43OCwxNC43OCwwLDAsMCwzMyw1Mi4zMVY3My44OUgyMzMuMDdWNTIuMzFhMTQuNzgsMTQuNzgsMCwwLDAtMTQuNzYtMTQuNzZoLTEwYTUsNSwwLDAsMSwwLTEwaDEwYTI0Ljc5LDI0Ljc5LDAsMCwxLDI0Ljc2LDI0Ljc2djc2LjRBOTAuNDUsOTAuNDUsMCwwLDEsMjY3LjYzLDE5MC43NFpNOTIuODUsMjI1LjE5YTkwLjA1LDkwLjA1LDAsMCwxLTYuMTItMjMuMzFINTUuMzVhNSw1LDAsMCwxLTUtNVYxNjguMTNhNSw1LDAsMCwxLDUtNWgzNWE5MC42OCw5MC42OCwwLDAsMSwxOS43Mi0zMy44NFYxMTQuMjNhNSw1LDAsMCwxLDUtNWgyMS44MmE5MC42Myw5MC42MywwLDAsMSw5Ni4xOSwxMC4yOGgwVjgzLjg5SDMzVjIxMC40M2ExNC43OCwxNC43OCwwLDAsMCwxNC43NiwxNC43NlptLTYuOC0zNC40NXEwLTMuMjcuMjMtNi40OGgwVjE3My4xM0g2MC4zNXYxOC43NUg4Ni4wNkM4Ni4wNiwxOTEuNSw4Ni4wNSwxOTEuMTIsODYuMDUsMTkwLjc0Wm0uNDEsOC41NmEuNzYuNzYsMCwwLDAsMCwuMTVBLjc2Ljc2LDAsMCwxLDg2LjQ2LDE5OS4zWm0tLjItMi40NnYwWm0tLjEzLTIuNDJ2MFptMS41OS0yMSwwLC4yMlptLS41LDIuODIsMC0uMTdabTE3MC40MSwxNC41NGE4MC43OSw4MC43OSwwLDEsMC04MC43OSw4MC43OUE4MC44OCw4MC44OCwwLDAsMCwyNTcuNjMsMTkwLjc0Wk0xNTcuMDUsMjI3LjM3aC04LjE5VjE0OS4wNWE1LDUsMCwwLDAtOC42Ni0zLjRsLTIwLjU5LDIyLjE5YTUsNSwwLDEsMCw3LjMzLDYuOGwxMS45Mi0xMi44NXY2NS41OGgtOS40N2E1LDUsMCwxLDAsMCwxMGgxMy44N2MuMiwwLC40LjA2LjYuMDZhNS41NCw1LjU0LDAsMCwwLC42LS4wNmgxMi41OWE1LDUsMCwwLDAsMC0xMFoiLz48L3N2Zz4=);
}
.license-picture {
  width: 160px;
  height: 110px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 150px 110px !important;
  float: left;
}
.license-picture-small {
  width: 70px;
  height: 80px;
  background-size: 70px 80px !important;
  margin-right: 0px;
}
.key-icon,
.issued-icon {
  margin: 0 35px 0 5px;
}
.key-icon {
  margin-left: 3px;
}
.issued-icon {
  margin-top: 3px;
}
.alert-success {
  max-width: 700px;
}
.carousel-control-prev,
.carousel-control-next {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.6;
  width: auto;
  padding: 15px;
}
.darkText .carousel-control-next-icon {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8IS0tIENyZWF0b3I6IENvcmVsRFJBVyAyMDE4ICg2NC1CaXQpIC0tPg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxMDk2cHgiIGhlaWdodD0iMTA5NnB4IiB2ZXJzaW9uPSIxLjEiIHN0eWxlPSJzaGFwZS1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyB0ZXh0LXJlbmRlcmluZzpnZW9tZXRyaWNQcmVjaXNpb247IGltYWdlLXJlbmRlcmluZzpvcHRpbWl6ZVF1YWxpdHk7IGZpbGwtcnVsZTpldmVub2RkOyBjbGlwLXJ1bGU6ZXZlbm9kZCINCnZpZXdCb3g9IjAgMCAxMDczODE2MDAgMTA3MzgxNjAwIg0KIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4NCiA8ZGVmcz4NCiAgPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCiAgIDwhW0NEQVRBWw0KICAgIC5maWwwIHtmaWxsOiMyMzFGMjB9DQogICBdXT4NCiAgPC9zdHlsZT4NCiA8L2RlZnM+DQogPGcgaWQ9IkxheWVyX3gwMDIwXzEiPg0KICA8bWV0YWRhdGEgaWQ9IkNvcmVsQ29ycElEXzBDb3JlbC1MYXllciIvPg0KICA8cGF0aCBjbGFzcz0iZmlsMCIgZD0iTTUzNjkwODAwIDBjLTI5NjQ3NjAwLDAgLTUzNjkwODAwLDI0MDQzMjAwIC01MzY5MDgwMCw1MzY5MDgwMCAwLDI5NjQ3NjAwIDI0MDQzMjAwLDUzNjkwODAwIDUzNjkwODAwLDUzNjkwODAwIDI5NjQ3NjAwLDAgNTM2OTA4MDAsLTI0MDQzMjAwIDUzNjkwODAwLC01MzY5MDgwMCAwLC0yOTY0NzYwMCAtMjQwNDMyMDAsLTUzNjkwODAwIC01MzY5MDgwMCwtNTM2OTA4MDB6bTEyODI3MjAwIDU3NTk1NjAwbC0xOTM4NzMwMCAzMzk3MTcwMGMtNjk2NzAwLDEyMDc3MDAgLTE5ODY3MDAsMTk1MjMwMCAtMzM4MTYwMCwxOTUyMzAwIC00NzAwLDAgLTEwOTAwLDAgLTE1NzAwLDAgLTY4NTUwMCwtOTAwIC0xMzU5NjAwLC0xODM1MDAgLTE5NTIyMDAsLTUyNzIwMCAtMTIxMzQwMCwtNjk1MzAwIC0xOTYyMzAwLC0xOTg4NjAwIC0xOTYyMzAwLC0zMzg3MzAwIDAsLTY4MTIwMCAxNzkyMDAsLTEzNTIwMDAgNTE3NzAwLC0xOTQyNjAwbDE5NDA2NjAwIC0zMzk3MTcwMCAtMTkzODczMDAgLTMzOTUyMTAwYy0zNDE5MDAsLTU5MzQwMCAtNTIyMzAwLC0xMjY3NDAwIC01MjIzMDAsLTE5NTI0MDAgMCwtMjE1ODkwMCAxNzUwODAwLC0zOTA5ODAwIDM5MDk3MDAsLTM5MDk4MDAgMTM5NzcwMCwwIDI2ODk4MDAsNzQ3MDAwIDMzODc2MDAsMTk1NzUwMGwxOTM4NzEwMCAzMzk1MjAwMGM2ODUwMDAsMTE4NjYwMCAxMDQ2MzAwLDI1MzQ3MDAgMTA0NjMwMCwzOTA0ODAwIDAsMTM3MDAwMCAtMzYxMzAwLDI3MTkyMDAgLTEwNDU5MDAsMzkwNTIwMGwtNDAwIC00MDB6Ii8+DQogPC9nPg0KPC9zdmc+DQo=') !important;
}
.darkText .carousel-control-prev-icon {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8IS0tIENyZWF0b3I6IENvcmVsRFJBVyAyMDE4ICg2NC1CaXQpIC0tPg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxMDk2cHgiIGhlaWdodD0iMTA5NnB4IiB2ZXJzaW9uPSIxLjEiIHN0eWxlPSJzaGFwZS1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyB0ZXh0LXJlbmRlcmluZzpnZW9tZXRyaWNQcmVjaXNpb247IGltYWdlLXJlbmRlcmluZzpvcHRpbWl6ZVF1YWxpdHk7IGZpbGwtcnVsZTpldmVub2RkOyBjbGlwLXJ1bGU6ZXZlbm9kZCINCnZpZXdCb3g9IjAgMCAxMDczODE2MDAgMTA3MzgxNjAwIg0KIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4NCiA8ZGVmcz4NCiAgPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCiAgIDwhW0NEQVRBWw0KICAgIC5maWwwIHtmaWxsOiMyMzFGMjB9DQogICBdXT4NCiAgPC9zdHlsZT4NCiA8L2RlZnM+DQogPGcgaWQ9IkxheWVyX3gwMDIwXzEiPg0KICA8bWV0YWRhdGEgaWQ9IkNvcmVsQ29ycElEXzBDb3JlbC1MYXllciIvPg0KICA8cGF0aCBjbGFzcz0iZmlsMCIgZD0iTTUzNjkwODAwIDBjLTI5NjQ3NjAwLDAgLTUzNjkwODAwLDI0MDQzMjAwIC01MzY5MDgwMCw1MzY5MDgwMCAwLDI5NjQ3NjAwIDI0MDQzMjAwLDUzNjkwODAwIDUzNjkwODAwLDUzNjkwODAwIDI5NjQ3NjAwLDAgNTM2OTA4MDAsLTI0MDQzMjAwIDUzNjkwODAwLC01MzY5MDgwMCAwLC0yOTY0NzYwMCAtMjQwNDMyMDAsLTUzNjkwODAwIC01MzY5MDgwMCwtNTM2OTA4MDB6bTEyODI3MjAwIDU3NTk1NjAwbC0xOTM4NzMwMCAzMzk3MTcwMGMtNjk2NzAwLDEyMDc3MDAgLTE5ODY3MDAsMTk1MjMwMCAtMzM4MTYwMCwxOTUyMzAwIC00NzAwLDAgLTEwOTAwLDAgLTE1NzAwLDAgLTY4NTUwMCwtOTAwIC0xMzU5NjAwLC0xODM1MDAgLTE5NTIyMDAsLTUyNzIwMCAtMTIxMzQwMCwtNjk1MzAwIC0xOTYyMzAwLC0xOTg4NjAwIC0xOTYyMzAwLC0zMzg3MzAwIDAsLTY4MTIwMCAxNzkyMDAsLTEzNTIwMDAgNTE3NzAwLC0xOTQyNjAwbDE5NDA2NjAwIC0zMzk3MTcwMCAtMTkzODczMDAgLTMzOTUyMTAwYy0zNDE5MDAsLTU5MzQwMCAtNTIyMzAwLC0xMjY3NDAwIC01MjIzMDAsLTE5NTI0MDAgMCwtMjE1ODkwMCAxNzUwODAwLC0zOTA5ODAwIDM5MDk3MDAsLTM5MDk4MDAgMTM5NzcwMCwwIDI2ODk4MDAsNzQ3MDAwIDMzODc2MDAsMTk1NzUwMGwxOTM4NzEwMCAzMzk1MjAwMGM2ODUwMDAsMTE4NjYwMCAxMDQ2MzAwLDI1MzQ3MDAgMTA0NjMwMCwzOTA0ODAwIDAsMTM3MDAwMCAtMzYxMzAwLDI3MTkyMDAgLTEwNDU5MDAsMzkwNTIwMGwtNDAwIC00MDB6Ii8+DQogPC9nPg0KPC9zdmc+DQo=') !important;
}
.carousel-control-prev {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.carousel-control-prev:hover,
.carousel-control-next:hover,
.carousel-control-prev:focus:hover,
.carousel-control-next:focus:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.pdpaBlock .rowndedCornerBlock * span,
.pdpaBlock .rowndedCornerBlock * label {
  color: #424242 !important;
}
.purchasing-header {
  text-align: center;
  margin-bottom: 20px;
}
.overview {
  padding-bottom: 0 !important;
}
.noPadding {
  margin: 0 !important;
}
.noPadding .thumbnail > img {
  padding: 0 !important;
  margin: 0 !important;
}
.noPadding .thumbnail-image {
  margin: 0px;
}
.bigPicture {
  min-height: 500px;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
}
/*  -- from dataeast.com -- */
.grayscaleImg {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.grayscaleImg img {
  opacity: 0.6;
}
.grayscaleImg:hover img {
  opacity: 1;
  transition: 0.6s;
}
.grayscaleImg:hover {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  transition: 0.6s;
}
.language * {
  color: #9c9c9c;
}
.autoBackground {
  background-size: auto;
}
.mainWithTwoLevelsNav {
  margin-top: 110px;
}
.noShadow {
  box-shadow: 0 0 0 0 !important;
}
@media (min-width: 990px) {
  section {
    padding: 60px 20px;
  }
  .mainWithTwoLevelsNav {
    margin-top: 110px;
  }
  .noShadow {
    box-shadow: 0 0 0 0 !important;
  }
}
main {
  margin-top: 0px;
}
.peopleInSnow {
  padding-bottom: 250px;
}
.history-timeline p {
  margin-bottom: 0 !important;
}
.history-timeline .thumbnail-image {
  margin: 15px 0 !important;
}
.history-timeline .col-lg-3 * {
  text-align: right !important;
}
@media (min-width: 960px) {
  .history-timeline .col-lg-3 {
    width: 100px !important;
    max-width: 100px;
  }
}
.history-timeline h3 {
  font-size: 2rem;
  margin-top: 10px;
}
.history-timeline > * > * > .w-100 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 40px;
  height: 30px !important;
}
.blackBg {
  background-color: rgba(0, 0, 0, 0.8);
}
.NoPaddingBottom {
  padding-top: 60px;
}
.LightText .carousel-caption {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  color: #fff;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg width='112' height='112' viewBox='0 0 112 112' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='56' cy='56' r='56' fill='%23C4C4C4' fill-opacity='0.5'/%3e%3cpath d='M59.0624 55.6028C59.0624 58.8861 59.0624 62.1669 59.0624 65.4551C59.0399 75.7999 50.5882 83.6102 40.1187 82.9625C32.1201 82.4698 25.1605 75.9526 24.2392 68.0659C24.0938 66.846 24.0169 65.6192 24.0089 64.391C23.9889 58.0314 24.0089 51.6718 24.0089 45.3122C24.0135 42.9278 24.5177 40.57 25.49 38.3859C26.4623 36.2019 27.8819 34.2385 29.6601 32.6184C31.4383 30.9984 33.5369 29.7564 35.8248 28.9702C38.1128 28.1839 40.5409 27.8702 42.9576 28.0486C51.0639 28.6521 58.051 35.0388 58.767 42.9526C59.1375 47.1349 58.9823 55.6028 59.0624 55.6028ZM56.5389 55.5831C56.5389 51.9304 56.6166 48.2753 56.5389 44.625C56.3161 35.6373 47.4964 28.8615 38.5565 30.7482C31.5043 32.226 26.6225 38.0289 26.5549 45.1472C26.4898 52.0019 26.5124 58.8565 26.5549 65.7112C26.5925 73.9895 33.2116 80.529 41.5181 80.5437C49.8998 80.5585 56.5214 74.0314 56.5715 65.6817C56.5565 62.3147 56.5389 58.9501 56.5389 55.5831V55.5831Z' fill='white'/%3e%3cpath d='M88 55.4401C87.8214 55.8218 87.6113 56.1884 87.3716 56.5362C84.4776 60.083 81.5585 63.615 78.662 67.1618C78.0937 67.8613 77.4103 68.2579 76.6442 67.6544C75.8782 67.051 76.1886 66.2825 76.7444 65.6101C79.3179 62.4919 81.864 59.349 84.4676 56.2505C84.9682 55.6421 84.9382 55.2923 84.4425 54.7061C81.894 51.6741 79.3955 48.6002 76.8796 45.5411C76.7744 45.413 76.6768 45.28 76.5741 45.1519C76.0734 44.5091 75.9833 43.817 76.6668 43.3096C77.3502 42.8022 77.9936 43.0214 78.5193 43.6643C80.5071 46.0896 82.499 48.5116 84.4951 50.9303C85.4389 52.0781 86.3877 53.2209 87.3165 54.3786C87.5633 54.7202 87.7914 55.0746 88 55.4401V55.4401Z' fill='white'/%3e%3cpath d='M39.0572 43.625C39.0572 42.7629 39.0272 41.9008 39.0572 41.0412C39.1223 39.5215 40.1462 38.4452 41.4956 38.4279C42.845 38.4107 43.9415 39.4698 43.9991 40.9797C44.0566 42.7826 44.0616 44.5905 43.9991 46.3984C43.9465 47.8762 42.9251 48.8614 41.5732 48.8614C40.1738 48.8811 39.1524 47.8762 39.0697 46.3294C39.0197 45.4255 39.0572 44.5289 39.0572 43.625Z' fill='%23EB7656'/%3e%3c/svg%3e") !important;
  height: 80px;
  width: 80px;
}
@media (max-width: 767px) {
  section {
    padding: 10px;
  }
  .align-right,
  .align-left {
    text-align: center;
  }
  .align-right *,
  .align-left * {
    text-align: center !important;
  }
    .thumbnail.align-right,
  .thumbnail.align-left {
    text-align: center !important;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23fff;}.cls-2{fill:%23231f20;}%3C/style%3E%3C/defs%3E%3Ctitle%3E_%3C/title%3E%3Ccircle class='cls-1' cx='32' cy='32' r='31'/%3E%3Cpath class='cls-1' d='M38.57,30a4,4,0,0,1,0,4l-9.93,17.4a2,2,0,0,1-1.74,1,2,2,0,0,1-1-.27,2,2,0,0,1-.74-2.73L35.1,32,25.17,14.61a2,2,0,0,1,3.47-2ZM63,32A31,31,0,1,1,32,1,31,31,0,0,1,63,32Zm-3.5,0A27.5,27.5,0,1,0,32,59.5,27.5,27.5,0,0,0,59.5,32Z'/%3E%3Cpath class='cls-2' d='M32,4.5A27.5,27.5,0,1,0,59.5,32,27.5,27.5,0,0,0,32,4.5ZM38.57,34l-9.93,17.4a2,2,0,0,1-1.74,1,2,2,0,0,1-1-.27,2,2,0,0,1-.74-2.73L35.1,32,25.17,14.61a2,2,0,0,1,3.47-2L38.57,30A4,4,0,0,1,38.57,34Z'/%3E%3C/svg%3E") !important;
    width: 40px;
    height: 40px;
  }
  .carousel-control-next,
  .carousel-control-prev {
    opacity: 0;
  }
  .carousel-control-next:hover,
  .carousel-control-prev:hover,
  .carousel-control-next:focus:hover,
  .carousel-control-prev:focus:hover {
    opacity: 0.2;
  }
  .carousel-item .align-right {
    text-align: center;
  }
  .carousel-item .align-right .caption.align-right * {
    text-align: center !important;
  }
}
@media (max-width: 990px) {
  .carousel-item .align-right,
  .carousel-item .align-left {
    text-align: center;
  }
  .carousel-item .align-right .caption.align-right *,
  .carousel-item .align-left .caption.align-right *,
  .carousel-item .align-right .caption.align-left *,
  .carousel-item .align-left .caption.align-left * {
    text-align: center !important;
  }
}
.carousel-control-prev {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.carousel.slide {
  position: relative;
}
.carousel-caption {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}
.carousel-caption > p {
  font-size: 1rem;
  max-width: 70%;
  margin-bottom: 0;
}
.carousel-caption > h5 {
  color: #fff;
}
.galleryTitle {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 100;
  right: 0;
  text-align: center;
  color: #fff;
  padding-top: 35px;
  padding-bottom: 50px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.5));
}
.landing > * > h2,
.landing > * > p {
  display: none;
}
.landing.stripe_Grid .container {
  min-width: 100%;
}
.landing {
  padding: 0 !important;
}
.landing .postPreview.large > a > .postPreviewImage {
  width: 1200px !important;
  max-width: 100% !important;
  background-repeat: no-repeat;
  height: 600px !important;
}
.landing .postPreview.small > a > .postPreviewImage {
  min-height: 400px !important;
  min-width: 300px;
  margin: 0;
  max-width: 100% !important;
}
.landing .postsList {
  width: 100%;
  min-width: 100%;
  padding: 0 !important;
}
.landing .postsList .imageLink {
  min-width: 100%;
  width: 100%;
}
.landing .postsList .imageLink::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "\A";
  white-space: pre;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  z-index: 0;
  border-radius: 19px;
}
.landing .postsList a:hover::after {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  transition: 0.3s;
}
.landing .postsList .postPreviewDescription:hover a::after {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  transition: 0.3s;
}
.landing .postsList .postPreviewImage {
  width: 100% !important;
  height: 100% !important;
  min-height: 326px !important;
  margin: 0;
  background-position: center center !important;
  min-width: 100% !important;
}
.landing .postsList .postPreview {
  padding: 0;
  position: relative;
  min-height: 400px;
  box-sizing: border-box;
}
.landing .postsList .postPreview h3,
.landing .postsList .postPreview a {
  margin: 0;
}
.landing .postsList .postPreview.small {
  min-width: 33.333%;
  width: 33.333%;
}
.landing .postsList .postPreview .postPreviewImage {
  box-sizing: border-box;
  min-width: 100%;
  width: 100%;
  max-width: 100% !important;
  min-height: 400px;
}
.landing .postsList .postPreview .postPreviewDescription {
  position: absolute;
  display: flex;
  flex-flow: column wrap;
  bottom: 0px;
  padding: 30px;
  padding-bottom: 24px;
  text-align: left;
  color: #fff;
  z-index: 10;
}
.landing .postsList .postPreview .postPreviewDescription a {
  order: 2;
  text-decoration: none;
  color: #fff;
}
.landing .postsList .postPreview .postPreviewDescription a h3 {
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 600;
}
.landing .postsList .postPreview .postPreviewDescription .blogPostDate {
  order: 1;
  font-size: 1rem;
}
.landing .postsList .postPreview .postPreviewDescription .blogPreviewTitle {
  color: #fff;
}
.landing .postsList .postPreview:hover {
  cursor: pointer;
}
.landing .postsList .postPreview:hover .imageLink::after {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  transition: 0.3s;
}
.landing .postsList .postPreview:hover .postPreviewDescription {
  transition: 0.4s;
  color: #000;
}
.landing .postsList .postPreview:hover .postPreviewDescription * {
  color: #000;
}
.dropdown-content * {
  font-size: 1rem !important;
}
.license-small-picture {
  background-repeat: no-repeat;
}
.ico-goodfor {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxODkgMTg5Ij48ZGVmcz48c3R5bGU+LmF7ZmlsbDojNGNhZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+XzwvdGl0bGU+PHBhdGggY2xhc3M9ImEiIGQ9Ik04NC4xNyw4MS41N2MtNS4wNy0yLjkxLTkuMjYtMi40Ny0xMC4xNC0yYTIuNDMsMi40MywwLDAsMCwuNjgtLjcyTDYzLjU3LDcxLjUxQzY4LjEsNjQuNjQsODAuMzMsNjQsOTAuODIsNzBabTU3LjUzLDI3Ljk0LTguMzUtMTAuNDJjLTIwLjE0LDE2LjEzLTM4LjU2LDIxLjU0LTUxLjg1LDE1LjIyLTguNDctNC0xMS45NC0xMS4zMS0xMi0xMy42NmwtMTMuMzUuMWMuMDYsNy45NCw2Ljk0LDE5LjYxLDE5LjU4LDI1LjYyYTQxLjE1LDQxLjE1LDAsMCwwLDE3Ljg2LDMuOTRDMTA2LDEzMC4zMSwxMjIsMTI1LjMxLDE0MS43LDEwOS41MVptLTQuNzktMzIuNjVjLTguMy02LjU5LTIyLTEwLjM5LTI5LjcxLTVsNy42MiwxMS0uMTYuMWMxLjU2LS42OSw4LjM3LDAsMTQsNC40NFptMzIuNiwxOUE3MC45MSw3MC45MSwwLDEsMCw5OC42LDE2Ni43Niw3MSw3MSwwLDAsMCwxNjkuNTEsOTUuODVabS0xMy4zNiwwQTU3LjU1LDU3LjU1LDAsMSwxLDk4LjYsMzguMyw1Ny42Miw1Ny42MiwwLDAsMSwxNTYuMTUsOTUuODVaIi8+PC9zdmc+);
  width: 32px;
  height: 32px;
  margin-right: 7px;
}
.ico-issuedon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxODkgMTg5Ij48ZGVmcz48c3R5bGU+LmJie2ZpbGw6IzRjYWZmZjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPl88L3RpdGxlPjxwYXRoIGNsYXNzPSJiYiIgZD0iTTQ2LjA5LDg1LjEySDgwLjUxVjk4LjQ3SDQ2LjA5Wk0xMDYuNyw2Mi41OUg0Ni4wOVY3NS45NEgxMDYuN1ptMS4xMi0yMi41M0g0Ni4wOVY1My40MWg2MS43M1pNMTQ3LjksMTA2LjdsLTI0LDI3LjkzTDExMi4xNSwxMjBsLTEwLjQxLDguMzcsMjEuODgsMjcuMjJMMTU4LDExNS4zOVptMzEuMDcsMjBhNDkuNjQsNDkuNjQsMCwwLDEtOTkuMjgsMGMwLS4zNywwLS43NCwwLTEuMTFIMzYuMzJBMTYuNywxNi43LDAsMCwxLDE5LjY0LDEwOC45VjMyQTE2LjY5LDE2LjY5LDAsMCwxLDM2LjMyLDE1LjM3SDExOC45QTE2LjY5LDE2LjY5LDAsMCwxLDEzNS41OCwzMlY3Ny40NkE0OS43MSw0OS43MSwwLDAsMSwxNzksMTI2LjY5Wk04MS44NSwxMTIuMjJhNDkuNzgsNDkuNzgsMCwwLDEsNDAuMzgtMzQuNjVWMzJhMy4zMywzLjMzLDAsMCwwLTMuMzMtMy4zMkgzNi4zMkEzLjMzLDMuMzMsMCwwLDAsMzMsMzJWMTA4LjlhMy4zMywzLjMzLDAsMCwwLDMuMzMsMy4zMlptODMuNzcsMTQuNDdBMzYuMjksMzYuMjksMCwxLDAsMTI5LjMzLDE2MywzNi4zMywzNi4zMywwLDAsMCwxNjUuNjIsMTI2LjY5WiIvPjwvc3ZnPg==);
  width: 29px;
  height: 29px;
  margin-left: 3px;
  margin-right: 7px;
}
.nav-item.active a {
  color: #424242 !important;
}
.postPreviewImage {
  background-position: center center !important;
}
.overview > div > img {
  margin-bottom: 0 !important;
}
.no-padding * {
  padding: 0 !important;
}
.no-margin * {
  margin: 0 !important;
}
.no-padding,
.no-margin {
  padding: 0 !important;
}
.apps > .container,
.apps {
  padding: 0 !important;
  margin: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.small-height {
  padding: 30px 20px !important;
}
.new-overview {
  padding-bottom: 0 !important;
  padding: 0 !important;
  background-size: contain !important;
  background-position: top !important;
}
.new-overview .container {
  margin: 20px 0px;
  margin-bottom: 0;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0px !important;
  padding-top: 40px !important;
}
.new-overview .container .row {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
}
.new-overview div .thumbnail img {
  max-width: 100%;
}
@media (min-width: 1400px) {
  .new-overview .text-logo {
    margin-top: 70px;
    padding-left: 60px;
  }
}
.round-menu {
  background-color: #3d484d !important;
  padding: 0 !important;
}
.round-menu .row {
  display: flex !important;
  justify-content: center !important;
  flex-flow: row nowrap !important;
}
@media (max-width: 1480px) {
  .round-menu {
    background-color: #3d484d !important;
    padding: 0 !important;
  }
  .round-menu .row {
    display: flex !important;
    justify-content: center !important;
    flex-flow: row wrap !important;
  }
  .round-menu .row .round-menu-item .round-menu-item-bg {
    display: none;
  }
  .round-menu .row .round-menu-item .thumbnail {
    margin-top: 0px;
  }
  .round-menu-item-bg-solid {
    display: none;
  }
}
@media (max-width: 1000px) {
  .round-menu {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 40px !important;
  }
  .new-overview {
    background-size: cover !important;
  }
}
.thumbnail.align-left {
  text-align: left;
}
.round-menu-item {
  position: relative;
  flex-basis: 294px;
  width: 294px !important;
  max-width: 294px !important;
  padding: 0 !important;
  margin: 0 !important;
  flex-shrink: 0;
}
.round-menu-item p {
  font-size: 1rem;
  opacity: 0.6;
}
.round-menu-item h5 {
  opacity: 0.6;
}
.round-menu-item .thumbnail {
  margin-top: -168px;
  margin-left: 1px;
}
.round-menu-item .thumbnail .caption {
  padding: 0 40px;
}
.round-menu-item .thumbnail-image {
  opacity: 0.6;
  transition: 0.4s;
}
.round-menu-item-bg {
  width: 294px !important;
  height: 85px !important;
  background-image: url('https://builder.carrymap.com/media/5031/cmb-01-overview-001-back02.png');
  background-repeat: no-repeat;
  margin: 0 !important;
  position: absolute;
  top: -80px;
  left: 0px;
}
.false-p {
  margin: 0 !important;
  padding: 0 !important;
  height: 0px;
}
.round-menu-item-bg-solid {
  height: 85px !important;
  background-color: #3d484d !important;
  margin: 0 !important;
  top: -80px !important;
}
.round-menu-item:hover {
  cursor: pointer;
}
.round-menu-item:hover .thumbnail-image {
  opacity: 1;
  transform: scale(1.14);
  transition: 0.4s;
}
.round-menu-item:hover p {
  opacity: 1;
}
.round-menu-item:hover h5 {
  opacity: 1;
}
.round-menu-item:hover h5:hover {
  opacity: 1 !important;
}
.round-menu-item a:hover {
  opacity: 1 !important;
}
.round-menu-item h5:hover {
  opacity: 1 !important;
}
.round-menu-item.no-link:hover {
  cursor: context-menu;
}
.postPreview.large .postPreviewDescription {
  display: flex;
  flex-flow: column wrap;
}
.postPreview.large .postPreviewDescription .blogPostDate {
  order: 1;
  margin-bottom: 7px;
  opacity: 0.6;
}
.postPreview.large .postPreviewDescription .blogPreviewTitle {
  line-height: 2.2rem;
  order: 2;
}
.postPreview.large .postPreviewDescription .descriptionText {
  order: 3;
}
.postPreview.large .postPreviewDescription .tags {
  order: 4;
  line-height: 0.1rem;
}
.postPreview.large .postPreviewDescription .tags .tag {
  font-size: 1rem;
  color: #424242 !important;
  opacity: 0.6;
  margin-bottom: 0;
}
nav *,
.nav-link {
  font-family: museo-regular !important;
}
nav *:hover,
.nav-link:hover {
  text-decoration: none;
}
footer a:hover {
  text-decoration: none !important;
}
footer .description a:hover {
  text-decoration: none !important;
}
.navbar-second-level {
  background-color: #fff !important;
}
.apps_item img {
  transition: all 0.2s ease-in-out;
}
.apps_item:hover img {
  transform: scale(1.1);
}
.postHeader.lightText .tag {
  padding: 5px 10px;
  margin-right: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.postHeader.lightText .tag:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
}
.tagsListInPost {
  margin-top: 40px;
}
.dropdown-content {
  left: -60%;
  z-index: 1000000000000000000;
  width: 230px;
}
@media (max-width: 900px) {
  .dropdown-content {
    left: -60%;
    z-index: 100000;
    width: 230px;
  }
}
.userAuthorizedStatus {
  min-width: 142px;
}
.navbar.navbar-second-level {
  z-index: 1;
  margin-top: 2px;
}
.switch-language-button:hover {
  cursor: pointer !important;
}
.navlinkIcon {
  color: #424242 !important;
}
.noPaddingBottom {
  padding-bottom: 0 !important;
}
#purchaseCalculator > section {
  padding-bottom: 0 !important;
}
#purchaseTable {
  padding-bottom: 0 !important;
}
.form-check {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.form-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  top: 10px;
}
/* Create a custom checkbox */
.check-mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgba(24, 123, 204, 0.081);
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: 5px;
}
/* On mouse-over, add a grey background color */
.form-check:hover input ~ .check-mark {
  background-color: rgba(24, 123, 204, 0.081);
}
/* When the checkbox is checked, add a blue background */
.form-check input:checked ~ .check-mark {
  background-color: #5AB3E4;
  border: 0px;
}
/* Create the checkmark/indicator (hidden when not checked) */
.check-mark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.form-check input:checked ~ .check-mark:after {
  display: block;
}
/* Style the checkmark/indicator */
.form-check .check-mark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.nav-link.active {
  font-weight: 600;
}
.nav-link.active .nav-link.dropbtn {
  color: #000 !important;
}
@media (max-width: 1300px) {
  .priceTableCell .saveMoneyNote {
    display: none !important;
  }
}
@media (max-width: 1040px) {
  #purchaseTable,
  #purchaseTable > .container {
    padding: 0px;
  }
  #purchaseTable * {
    font-size: 0.9rem !important;
  }
  .calculator-footer {
    flex-flow: column wrap;
  }
  .calculator-footer .spacer {
    display: none;
  }
  .calculator-footer * {
    margin: 0;
  }
  .calculator-footer .price {
    padding: 0;
    margin-bottom: 10px;
  }
  .left-side {
    flex-flow: column wrap !important;
  }
  .left-side .priceDiscount {
    text-align: center;
    margin-bottom: 10px !important;
  }
  .nav-item.language {
    display: block;
  }
  .purchaseSectionContainer,
  .purchaseSectionContainer .customizerHolder {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    overflow: hidden;
  }
  .purchaseSectionContainer .discount-motivation {
    margin-bottom: 15px !important;
  }
  .btn.btn-primary,
  .btn-primary {
    white-space: normal !important;
  }
  #try * {
    max-width: 100% !important;
  }
  .steps {
    display: flex;
    flex-flow: column wrap !important;
  }
}
.licenses-renew-holder {
  min-width: 1350px !important;
  width: 1350px !important;
}
.tab-pane img {
  max-width: 100%;
}
.price-buy {
  display: none !important;
}
.renew-title-small {
  display: none;
}
.postsNavigation {
  display: none;
}
.postPreviewImage {
  background-position: center center !important;
}
.dropright {
  position: relative;
  display: inline-flex;
  flex-flow: row nowrap;
}
.dropright-content {
  display: none;
  position: absolute;
  background-color: #fff !important;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
  z-index: 1;
  color: black;
  max-height: 300px;
  left: 20%;
  top: 0;
  overflow: scroll;
}
.dropright-content div {
  widht: auto;
  background-color: orangered!important;
}
.dropright-content::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* make scrollbar transparent */
}
.dropright-content * {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropright-content p {
  margin: 0;
}
.dropright-content *:hover {
  color: black;
  cursor: pointer;
}
.dropright:hover .dropright-content {
  display: inline-flex;
  flex-flow: row wrap;
}
.nav-pills {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column wrap;
}
.nav-pills a {
  display: inline-block;
  padding: 10px;
  text-align: left !important;
}
.flex-column {
  align-items: initial !important;
  justify-content: initial !important;
}
.category-name {
  width: 100%;
  background-color: #5AB3E4;
  color: #fff;
}
.fade.show {
  background-color: rgba(255, 255, 255, 0);
}
.blogPostTime,
.dateInBlog {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 10px;
}
.header-underlined .description {
  border-top: 1px solid #1363a4;
  padding-top: 15px;
}
.background-white {
  background-color: #fff !important;
}
.blogListItemsSection {
  background-color: #ffffff !important;
}
.postsList {
  background-color: rgba(255, 255, 255, 0) !important;
}
.blogListItemsSection {
  padding: 20px;
  margin-top: 0;
}
.postPreview.large > a > .postPreviewImage {
  width: 300px;
  min-height: 200px;
  background-size: cover;
}
.postPreview.large {
  justify-content: center;
  align-items: center;
}
.category-navigation {
  max-width: 300px;
}
.postPreviewImage {
  background-position: center center !important;
  height: 210px;
  border-radius: 19px;
}
.postPreviewImage:hover {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.25);
}
.resources > * > * > * .postPreviewImage,
.resources > * > * > .large > * > .postPreviewImage,
.resources > * > * > .large > .postPreviewImage,
.small-images > * > * > * > * > .postPreviewImage {
  width: 225px !important;
  min-width: 225px !important;
  height: 150px !important;
  min-height: 150px !important;
}
.postPreview.large {
  align-items: center!important;
}
.blog-navigation-holder {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.blog-navigation {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.blog-navigation > .btn.btn-primary.dropdown-toggle {
  min-width: 290px !important;
  text-align: left;
}
.button-combobox-right-arrow {
  padding: 5px 40px 5px 20px;
}
#full-screen-notification {
  display: none;
}
.postPage {
  margin-top: 60px;
}
.postBody,
.afterHeaderForPost,
.beforeFooterForPost {
  border: 1px solid rgba(0, 0, 0, 0);
  border-top: 0;
  border-bottom: 0;
}
.postHeader {
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.postHeader .previewImage {
  display: none;
}
.postHeader .postDescription {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (max-width: 900px) {
  .postHeader {
    padding: 15px;
  }
}
@media (max-width: 760px) {
  .blogPostTitle {
    font-size: 1.8rem !important;
  }
}
.only-for-desktop .blogPostTime {
  text-align: right;
  display: block;
}
.postBody,
.postPage {
  background-color: rgba(0, 0, 0, 0) !important;
}
.postBody {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-top-width: 1px;
  border-top-width: 0;
}
.blog-navigation > .dropdown-menu {
  background-color: #add9b0 !important;
}
.dropdown-menu.show > a {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none!important;
}
.tab-with-hash {
  white-space: normal;
  display: inline-flex;
  width: 100%;
}
.nav-pills {
  flex-direction: row !important;
}
.galleryTitle {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 100;
  right: 0;
  text-align: center;
  color: #fff;
  padding-top: 35px;
  padding-bottom: 50px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.5));
}
.postHeader.lightText .tag {
  padding: 5px 10px;
  margin-right: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.postHeader.lightText .tag:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
}
.tagsListInPost {
  margin-top: 40px;
}
.postPreview.small {
  width: 30%;
}
.postPreview.small .imageLink {
  width: 100%;
}
.postPreview.small .postPreviewDescription {
  display: flex;
  flex-direction: column;
}
.postPreview.small .postPreviewDescription .blogPostDate {
  order: 1;
}
.postPreview.small .postPreviewDescription .blogPreviewTitle {
  font-size: 1.2rem;
  order: 2;
  font-weight: bold;
}
.postPreview.small .postPreviewDescription .descriptionText {
  order: 3;
}
.postPreview.small .postPreviewDescription .tags,
.postPreview.small .postPreviewDescription .preview-tags {
  order: 4;
  line-height: 0.1rem;
}
.postPreview.small .postPreviewDescription .tags .tag,
.postPreview.small .postPreviewDescription .preview-tags .tag {
  font-size: 1rem;
  color: #5AB3E4 !important;
  opacity: 1;
  margin-bottom: 0;
}
.postPreview.small .postPreviewDescription .itemDownload {
  order: 5;
}
.postPreview.large {
  align-items: flex-start !important;
}
.postPreview.large .postPreviewDescription {
  display: flex;
  flex-flow: column wrap;
}
.postPreview.large .postPreviewDescription .blogPostDate {
  order: 1;
  margin-bottom: 7px;
  opacity: 0.6;
  font-size: 1rem;
}
.postPreview.large .postPreviewDescription .blogPreviewTitle {
  line-height: 2.2rem;
  order: 2;
}
.postPreview.large .postPreviewDescription .descriptionText {
  order: 3;
}
.postPreview.large .postPreviewDescription .tags,
.postPreview.large .postPreviewDescription .preview-tags {
  order: 4;
  line-height: 0.1rem;
}
.postPreview.large .postPreviewDescription .tags .tag,
.postPreview.large .postPreviewDescription .preview-tags .tag {
  font-size: 1rem;
  color: #5AB3E4 !important;
  opacity: 1;
  margin-bottom: 0;
}
.postPreview.large .postPreviewDescription .itemDownload {
  order: 5;
}
.postPreview.large > a > .postPreviewImage {
  width: 270px;
  min-width: 270px;
  height: 180px;
  min-height: 180px;
}
.postPreview.large > .postPreviewDescription {
  width: 900px;
}
.postPreview.large > .postPreviewDescription h3 {
  font-size: 2rem;
  font-family: museo-bold;
}
.postPreview.large > .postPreviewDescription p {
  font-size: 1.2rem;
}
@media (max-width: 1330px) {
  .postPreview.large > a > .postPreviewImage {
    width: auto !important;
    min-width: 850px !important;
    height: auto!important;
    min-height: 326px !important;
    margin-bottom: 20px;
  }
  .postPreview.large > .postPreviewDescription {
    width: 100%;
  }
  .postPreview.large > .postPreviewDescription * {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .all-feartures img,
  .all-feartures > * > * > * > * > * > * > img,
  .postPreview.large > a > .postPreviewImage {
    width: auto !important;
    min-width: 850px !important;
    height: auto!important;
    min-height: 326px !important;
  }
  .resources > * > * > * .postPreviewImage {
    width: 125px !important;
    min-width: 125px !important;
    min-height: 50px !important;
  }
}
@media (max-width: 900px) {
  .postPreview.large > a > .postPreviewImage {
    width: 100% !important;
    min-width: 100% !important;
    height: auto!important;
    min-height: 326px !important;
  }
}
.postsList {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 20px 40px !important;
  padding-top: 5px !important;
}
.postHeader.lightText .tag {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  margin-right: 10px;
  padding: 7px 15px 7px 15px;
}
.postHeader.lightText .tag:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
}
.postHeader.darkText .tag {
  display: inline-block;
  border: 1px solid rgba(66, 66, 66, 0.5);
  color: rgba(66, 66, 66, 0.9);
  text-decoration: none;
  margin-right: 10px;
  padding: 7px 15px 7px 15px;
}
.postHeader.darkText .tag:hover {
  border: 1px solid #424242;
  color: #424242;
  text-decoration: none;
}
.tags-list {
  padding-top: 100px;
  background-color: #9066A5;
}
.blog-nav {
  padding: 0;
}
.blog-nav .container {
  max-width: 100%;
}
.blog-nav .tagPanel {
  margin-right: 20px;
}
.blog-nav .tagPanel:hover {
  color: #424242 !important;
  text-decoration: underline;
}
.post-tag-selected {
  background-color: #80AC41;
  border-color: #80AC41;
}
.post-tag-selected:hover {
  background-color: #80AC41;
  border-color: #80AC41;
}
.post-tag:hover {
  border-color: #80AC41;
  color: #80AC41 !important;
}
.socialButton {
  margin: 5px;
  margin-top: 15px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px !important;
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 50%;
}
.socialButton > a:hover,
.socialButton > a > i:hover {
  text-decoration: none !important;
}
.socialButton:hover {
  color: #5AB3E4;
  background-color: rgba(0, 0, 0, 0.12);
  text-decoration: none !important;
}
.socialButton:hover > a > i {
  text-decoration: none !important;
}
.socialButton:hover > a {
  text-decoration: none !important;
}
.postsListSection {
  padding-top: 0;
  margin: auto;
}
@media (max-width: 900px) {
  .postPreviewDescription .blogPreviewTitle {
    font-size: 1.4rem !important;
    line-height: 1.8rem !important;
  }
  .postPreview.large > .postPreviewDescription {
    padding: 10px 0px;
  }
  .landing .postsList {
    padding: 15px !important;
  }
  .postBody {
    padding: 10px;
  }
  .postBody h1,
  .postBody h2,
  .postBody h3,
  .postBody h4 {
    margin: 15px 0 !important;
  }
}
.postsLayout {
  max-width: 100% !important;
}
.video-blog-post .dateInBlog,
.video-blog-post .blogPostTime {
  display: none;
}
.video-blog-post .blogPostTitle {
  text-align: center;
}
@media (max-width: 1400px) {
  .like-tabs {
    display: none;
  }
  #myLicenses h2 {
    text-align: center !important;
  }
  .licenses-renew-holder {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .licenses-renew-holder #myLicenses {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .licenses-renew-note {
    flex-flow: column;
    width: 540px !important;
  }
  .renewPriceListItem {
    width: 100%;
  }
  .my-license {
    flex-flow: column wrap;
    width: 540px !important;
  }
  .my-license .license-img {
    display: none;
  }
  .my-license * {
    text-align: center !important;
    justify-content: center !important;
  }
  .my-license * span {
    display: inline-flex;
    align-self: center;
  }
  .my-license .license-main-info,
  .my-license .license-status {
    display: block !important;
    height: auto;
  }
  .my-license .license-status {
    border: 0;
  }
  .my-license .status-line {
    margin: auto;
  }
  .my-license .license-main-info,
  .my-license .license-status {
    width: 95% !important;
    max-width: 95% !important;
    min-width: 95% !important;
    padding: 30px 0px;
    margin: 0px 2.5%;
    box-sizing: border-box;
  }
  .my-license .license-status {
    border: 1px solid #EBECEC;
    border-width: 1px 0 1px 0;
  }
  .my-license .years-buy {
    border: 0;
    height: auto !important;
    max-height: inherit;
    min-height: inherit;
  }
  .my-license .price-buy,
  .my-license .btn.license-dropdown {
    display: none;
  }
  .my-license .dropdown-menu.license-dropdown {
    display: block;
    position: relative;
    width: auto;
    border: 0;
  }
  .my-license .chosen-years {
    background-color: #6BB36B;
    color: #fff;
    padding: 5px 10px;
    margin-top: 10px;
    font-weight: 500;
  }
  .my-license h3,
  .my-license h4,
  .my-license h5 {
    margin: 0 !important;
    margin-bottom: 10px;
    display: inline-block;
    padding-left: 10px;
    height: auto;
    max-height: inherit;
    min-height: inherit;
  }
  .not-selected-text {
    display: block !important;
  }
  .clear-button {
    display: none !important;
    color: #444;
    transform: rotate(45deg);
    font-size: 1.2rem !important;
    font-weight: 600;
  }
  .not-selected {
    padding: 5px !important;
  }
  .not-selected:active *,
  .not-selected:focus *,
  .not-selected.active * {
    color: #fff !important;
  }
  #shoppingCartMyLicenses {
    overflow: auto;
    width: 100%;
  }
  .dropdown-menu.license-dropdown {
    position: relative !important;
    transform: none !important;
    will-change: auto !important;
  }
}
@media (max-width: 670px) {
  .my-license {
    width: 100% !important;
  }
  .licenses-renew-holder {
    padding: 10px 0;
  }
  .licenses-renew-holder #myLicenses {
    padding: 10px 0;
  }
  .licenses-renew-note {
    width: 100% !important;
    padding: 10px !important;
  }
  .renewPriceListItem {
    flex-flow: column;
    margin-bottom: 15px;
  }
  .license-img,
  .renew-price-title {
    display: none;
  }
  .renew-title-small {
    display: block;
  }
  .my-license .image-line {
    flex-flow: column wrap;
  }
  .my-license .license-property {
    white-space: normal;
  }
  .my-license .license-main-info,
  .my-license .license-status {
    display: block !important;
    height: auto;
  }
  .my-license .key-line {
    display: flex;
    flex-flow: column wrap;
  }
  .my-license .status-line {
    flex-flow: column wrap !important;
  }
  .my-license .status-line .tip {
    margin-left: 0;
  }
}
@media (max-width: 800px) {
  #resultTable {
    display: block !important;
    padding: 5px;
    border-top: 1px solid #EBECEC;
  }
  #resultTable .proceed-results {
    margin-bottom: 0;
    flex-flow: column wrap;
  }
  #resultTable .proceed-results * {
    font-size: 1rem;
  }
  .total {
    text-align: center;
  }
  .total-holder {
    margin-bottom: 5px;
  }
  .proceed-results .btn {
    padding: 5px 10px;
    margin-top: 10px;
  }
  #shoppingCartMyLicenses * {
    font-size: 1rem !important;
    padding: 3px;
    margin: 0px !important;
  }
}
@media (max-height: 320px) {
  #shoppingCartMyLicenses * {
    font-size: 8pt !important;
  }
}
.product-card {
  background: #FFFFFF;
  width: 237px;
  height: 790px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: column wrap;
}
.product-card .note-card {
  font-size: 0.9rem;
}
.product-card.rows .buy-card-header,
.product-card.rows .term,
.product-card.rows .newVersions,
.product-card.rows .users,
.product-card.rows .geoprocessing {
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}
.product-card:hover {
  cursor: pointer;
}
.product-card.active:hover {
  cursor: default;
}
.product-card.active {
  z-index: 100;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.product-card.active .buy-card-header,
.product-card.active .term,
.product-card.active .newVersions,
.product-card.active .users,
.product-card.active .geoprocessing {
  border-width: 0;
}
.product-card .buy-card-header,
.product-card .term,
.product-card .newVersions,
.product-card .users,
.product-card .geoprocessing {
  height: 77px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
  border: 1px solid rgba(130, 130, 130, 0.35);
  border-width: 1px 0 0 0;
}
.product-card .geoprocessing {
  border-width: 1px 0 1px 0;
}
.product-card .buy-card-header {
  border-width: 0;
}
.product-card .buy-card-header {
  font-size: 1.8rem;
  font-weight: 600;
}
.product-card .buy-card-header.ru {
  font-size: 1rem !important;
}
.product-card .cards-calculator {
  text-align: center;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}
.product-card .cards-calculator h1,
.product-card .cards-calculator h2,
.product-card .cards-calculator h3,
.product-card .cards-calculator h4,
.product-card .cards-calculator h5 {
  margin-bottom: 5px;
}
.product-card .cards-calculator .price .btn {
  margin-top: 15px;
}
.product-card .cards-calculator .free-note {
  max-width: 180px;
  font-size: 0.9rem;
  text-align: center;
}
.product-card .cards-calculator .free-note a {
  font-size: 0.9rem;
}
.product-card .cards-calculator .cards-input {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row nowrap;
  margin: 15px 0 30px 0;
}
.product-card .cards-calculator .cards-input .calc-arrows {
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}
.product-card .cards-calculator .cards-input .calc-arrows .arrow {
  width: 52px;
  height: 36px;
  background: #F3F4F5;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}
.product-card .cards-calculator .cards-input .calc-arrows .arrow:hover {
  cursor: pointer;
}
.product-card .cards-calculator .cards-input .calc-arrows .arrow-down {
  margin-top: 5px;
}
.product-card .cards-calculator .cards-subtotal,
.product-card .cards-calculator .cards-discount {
  font-size: 1.2rem !important;
}
.product-card .cards-calculator .cards-discount {
  display: inline-block;
  margin-bottom: 30px;
}
.product-card .cards-calculator .buy-card-request {
  font-size: 1.5rem;
  display: inline-block;
  margin-top: 45px;
  padding-left: 5px;
  padding-right: 5px;
}
.product-card .cards-price-spacer {
  height: 295px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-end;
  margin-top: 35px;
}
.product-card .cards-price-spacer.ru {
  height: 283px;
}
.product-card .cards-price-spacer.submit {
  margin-top: 40px;
}
.product-card .cards-price-spacer.submit.ru {
  margin-top: 35px;
}
.product-card-container {
  height: 820px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.product-card-container.wt .product-card {
  height: 400px;
}
.product-card-container.wt .product-card:hover {
  cursor: default;
}
.product-card-container.wt .product-card.active:hover {
  cursor: default;
}
.row-title-mobile {
  display: none;
}
.row-title {
  color: blue;
  font-size: 1.1rem;
}
@media (min-width: 1204px) {
  .btn-group.like-tabs.cards {
    display: none;
  }
}
@media (max-width: 1204px) {
  .btn-group.like-tabs.cards {
    display: flex;
  }
  .product-card-container {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
    padding-bottom: 20px;
  }
  #purchaseCalculator .btn-group.like-tabs.cards {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
  }
  #purchaseCalculator .like-tabs button {
    flex: 0 0 60px;
  }
  .product-card {
    display: none;
  }
  .product-card.active {
    display: flex;
  }
  .row-title-mobile {
    display: block;
    font-size: 1rem;
    margin-bottom: 5px;
  }
}
.bubble {
  background: #87c187;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  opacity: 0.95;
  text-align: center;
  color: white;
}
.bubble ::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 7px 65px;
  border-color: #87c187 transparent;
  transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  /* IE 9 */
  -moz-transform: rotate(30deg);
  /* Firefox */
  -webkit-transform: rotate(30deg);
  /* Safari and Chrome */
  -o-transform: rotate(30deg);
  /* Opera */
  width: 0;
  z-index: -1;
  top: -50px;
  right: 45px;
  display: inline;
}
.withTooltip {
  display: inline-block;
}
.withTooltip .tooltip {
  display: none;
  padding: 2px 3px;
  margin-left: -120px;
  margin-top: 95px;
  width: 200px;
}
.withTooltip :hover .tooltip {
  display: inline-block;
  position: absolute;
  border: 1px solid #cccccc;
}
.feedback-thanks,
.feedback-title {
  margin: auto 0px;
  padding-left: 10px;
}
.feedback-thanks > p,
.feedback-title > p {
  font-size: 2rem;
  margin: auto;
  padding-right: 60px;
}
.feedback-options {
  margin: 10px 0px;
}
.feedback-main {
  margin-top: 10px;
  font-size: 18px;
  padding-left: 10px;
}
.feedback-main > .feedback-question {
  font-weight: 600;
}
.feedback-main > button {
  align-self: center;
}
.feedback-note {
  margin: 30px;
  text-align: center;
}
.feedback-footer {
  text-align: center;
  border-top: solid;
  border-top-color: dimgray;
  border-top-width: thin;
  padding-top: 30px;
  margin: 100px 50px;
}
@media (max-width: 964px) {
  .feedback-row > .col-md-7,
  .feedback-row > .col-md-3 {
    flex: auto;
    max-width: 90%;
    text-align: center;
  }
  .feedback-thanks > p {
    font-size: 24px !important;
    padding-right: 0px;
  }
  .feedback-title > p {
    font-weight: 400;
    font-size: 18px !important;
  }
  .feedback-question {
    font-weight: 600;
    font-size: 14px;
  }
  .feedback-options {
    text-align: left;
  }
}
@media (min-width: 770px) {
  .green-line-top .media-body,
  .blue-line-top .media-body,
  .orange-line-top .media-body,
  .purple-line-top .media-body {
    position: relative;
  }
  .green-line-top .media-body::before,
  .blue-line-top .media-body::before,
  .orange-line-top .media-body::before,
  .purple-line-top .media-body::before {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    width: 60%;
    left: 40%;
    border-top: 7px solid;
  }
}
@media (max-width: 769px) {
  .green-line-top .media::before,
  .blue-line-top .media::before,
  .orange-line-top .media::before,
  .purple-line-top .media::before {
    content: '';
    display: block;
    position: absolute;
    top: -15px;
    width: 100%;
    left: 0%;
    border-top: 7px solid;
  }
  .green-line-top .media,
  .blue-line-top .media,
  .orange-line-top .media,
  .purple-line-top .media {
    position: relative;
  }
}
.blue-line-top .media-body::before,
.purple-line-top .media-body::before {
  left: 0%;
}
.green-line-top .media::before,
.green-line-top .media-body::before {
  border-top-color: #80AC41;
}
.purple-line-top .media::before,
.purple-line-top .media-body::before {
  border-top-color: #9066A5;
}
.orange-line-top .media::before,
.orange-line-top .media-body::before {
  border-top-color: #FAB217;
}
.blue-line-top .media::before,
.blue-line-top .media-body::before {
  border-top-color: #5AB3E4;
}
.appeared img,
.appeared h2,
.appeared h3,
.appeared .description {
  opacity: 0;
  width: 100%;
}
/*@media (min-width: 770px) {
  .row {
    height: 100%;
  }
}*/
@media (min-width: 768px) {
    .step-cards .row{
        height: 100%;
    }
}
.step-card {
  background-color: #294C69;
  display: flex;
  height: 100%;
}
@media (min-width: 990px) {
  .step-card.first::after,
  .step-card.second::after {
    height: 100%;
    content: "";
    left: 100%;
    position: absolute;
    top: 0%;
    width: 10%;
    background-color: #294C69;
    border-radius: 0% 100px 100px 0%;
  }
}
@media (max-width: 990px) {
  .step-card .media-left {
    padding-right: 30px;
  }
}
@media (max-width: 1300px) {
  .step-card .media-left,
  .step-card .media-right,
  .step-card .thumbnail-image {
    order: initial;
  }
}
.step-card .description {
  color: white;
  font-weight: bold;
}
.step-card:hover {
  background-color: #80AC41;
  color: white;
}
.step-card:hover::after {
  background-color: #80AC41;
  z-index: 10;
}
.step-card:hover a,
.step-card:hover a:hover {
  color: white;
  font-weight: bold;
}
.step-card .description {
  margin-top: 15px;
}
.step-card.first {
  border-radius: 10px 0px 0px 10px;
}
.step-card.second > *,
.step-card.third > * {
  margin-left: 8%;
}
.step-card.third {
  border-radius: 0px 10px 10px 0px;
}
.step-card .thumbnail-image {
  height: 60px;
}
@media (max-width: 770px) {
  .step-card {
    border-radius: 10px !important;
    border: solid #5AB3E4;
    background-color: transparent;
    margin: 10px;
  }
  .step-card .thumbnail-image {
    margin-bottom: 0px;
    height: 50px;
    margin-right: 25px;
  }
  .step-card .description * {
    color: #424242;
  }
  .step-card .media,
  .step-card .thumbnail {
    flex-direction: row;
  }
  .step-card.second > *,
  .step-card.third > * {
    margin-left: 0;
  }
  .step-card .description a {
    color: #294C69;
  }
}
.apps_item {
  flex: 0 1 70px;
  max-width: 70px;
  margin: 10px 15px;
}
.justify-content-between {
  height: 100%;
}
.menu .row > div {
  width: 33%;
}
@media (max-width: 770px) {
  .menu .row * {
    font-size: 0.8rem;
  }
}
@media (max-width: 1200px) {
    .carousel-item .postPreview.small {
        width: 30% !important;
    }
}


