﻿/*#3E667F;*/
@font-face {
  font-family: museo-bold;
  src: url(../../MainStyles/MuseoSansCyrl/MuseoSansCyrl-700.woff);
}
@font-face {
  font-family: museo-regular;
  src: url(../../MainStyles/MuseoSansCyrl/MuseoSansCyrl-300.woff);
}
@font-face {
  font-family: museo-light;
  src: url(../../MainStyles/MuseoSansCyrl/MuseoSansCyrl-100.woff);
}
.postPreview .small .highlightedPost {
  background-color: #FFF1D4;
}
.postsNavigation {
  display: none;
}
.blogFooter {
  padding-left: 75px;
}
.blogFooter p {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .blogFooter {
    padding-left: 0px;
  }
}
.postPreviewImage {
  background-position: center center !important;
  height: 192px;
  width: 295px;
}
.postPreviewImage:hover {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.25);
}
.postPreview.small {
  width: 30%;
}
.postPreview.small .itemDownload {
  text-align: justify;
}
.postPreview.small .itemDownload .download-link {
  font-size: 14px;
  line-height: 19.6px;
}
.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;
}
a.active {
  background-color: #FEBD10;
  color: #fff;
}
.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: #FEBD10;
  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: rgba(255, 255, 255, 0);
}
.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 {
  justify-content: center;
}
.category-navigation {
  max-width: 300px;
}
.postPreviewImage {
  border-radius: 19px;
}
.blogPreviewTitle * {
  font-weight: 600;
}
.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;
}
.postBody,
.afterHeaderForPost,
.beforeFooterForPost {
  border-top: 0;
  border-bottom: 0;
}
.postHeader {
  padding: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.postHeader .postDescription {
  font-style: italic;
}
.postHeader .previewImage > img {
  max-width: 100%;
}
.postHeader {
  padding-bottom: 0px;
}
.postBody {
  padding-top: 40px;
  padding-bottom: 10px;
}
.postBody,
.postPage {
  background-color: rgba(0, 0, 0, 0) !important;
}
.postBody {
  border-top-width: 1px;
  border-top-width: 0;
}
@media (max-width: 900px) {
  .blogPostBg {
    padding: 0;
  }
  .postBody {
    padding: 20px 20px;
  }
  .postBody h1,
  .postBody h2,
  .postBody h3,
  .postBody h4 {
    margin: 20px 0 !important;
  }
  .show-first-three-mobile .postPreview.small:nth-child(n+4) {
    display: none;
  }
  .postsRibbon .postPreview:nth-child(3) {
    border: none;
  }
}
.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));
}
.landing > * > h2,
.landing > * > p {
  display: none;
}
.postPreview .socialButton {
  width: 35px;
  height: 35px !important;
  margin-top: 5px;
}
.postPreview > .postPreviewDescription .descriptionText h3 {
  font-size: 26px;
}
.postPreview.small > .postPreviewDescription .descriptionText p {
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 400;
}
.postPreview.small .postPreviewDescription .preview-tags {
  margin: 0;
}
.postPreview.small .postPreviewDescription .preview-tags .tag {
  font-size: 0.8rem !important;
}
.postPreview.small .postPreviewDescription {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
}
.postPreview.small .postPreviewDescription .blogPostDate {
  order: 1;
}
.postPreview.small .postPreviewDescription .blogPreviewTitle {
  order: 2;
}
.postPreview.small .postPreviewDescription .blogPostTime {
  order: 3;
}
.postPreview.small .postPreviewDescription .descriptionText {
  order: 4;
}
.blogPostDate {
  margin: 10px 0px;
}
.row .blogPostTime {
  text-align: right;
}
.postsRibbon > div:last-of-type .postPreview:last-child {
  border: none;
}
.landing {
  padding: 0 !important;
}
.landing .postPreview.large > a > .postPreviewImage {
  width: 550px !important;
}
.landing .postPreview.small {
  height: 650px;
}
.landing .imageLink {
  height: 100%;
}
.landing .postPreview.small > a > .postPreviewImage {
  min-height: 50% !important;
  height: 50%;
  min-width: 300px;
  margin: 0;
}
.landing .postsList {
  width: 100%;
  min-width: 100%;
  padding: 60px 80px !important;
  background-color: rgba(255, 255, 255, 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;
}
.landing .postsList .postPreviewImage {
  width: 100% !important;
  min-width: 100% !important;
  margin: 0;
  background-position: center center !important;
}
.landing .postsList .postPreview {
  padding: 0;
  min-width: 33.33%;
  width: 33.33%;
  position: relative;
  min-height: 200px;
  box-sizing: border-box;
  display: flex;
  -ms-flex-flow: column;
}
.landing .postsList .postPreview h3,
.landing .postsList .postPreview a {
  margin: 0;
}
.landing .postsList .postPreview .postPreviewImage {
  box-sizing: border-box;
  min-width: 100%;
  width: 100%;
  min-height: 300px;
}
.landing .postsList .postPreview .postPreviewDescription {
  background-color: #855fa8;
  position: absolute;
  display: flex;
  flex-flow: column wrap !important;
  bottom: 0px;
  top: 50%;
  padding: 30px;
  padding-bottom: 24px;
  text-align: left;
  color: #fff;
  z-index: 10;
  overflow: hidden;
}
.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 .blogPostTime {
  order: 3;
}
.landing .postsList .postPreview .postPreviewDescription .blogPreviewTitle,
.landing .postsList .postPreview .postPreviewDescription .descriptionText * {
  color: #fff;
}
.landing .postsList .postPreview .postPreviewDescription .preview-tags {
  transition: all 0.3s ease;
  order: 3;
}
.landing .postsList .postPreview .postPreviewDescription .preview-tags .tag {
  transition: all 0.3s ease;
  font-size: 0.91rem !important;
}
.landing .postsList .postPreview .postPreviewDescription .descriptionText {
  order: 4;
}
.landing .postsList .postPreview:hover {
  cursor: pointer;
}
.landing .postsList .postPreview:hover .postPreviewDescription,
.landing .postsList .postPreview:hover .descriptionText * {
  transition: 0.3s;
  color: #000;
}
.landing .postsList .postPreview:hover .postPreviewDescription a,
.landing .postsList .postPreview:hover .descriptionText * a,
.landing .postsList .postPreview:hover .postPreviewDescription .blogPreviewTitle,
.landing .postsList .postPreview:hover .descriptionText * .blogPreviewTitle {
  transition: 0.3s;
  color: #000;
}
.landing .postsList .postPreview:nth-child(1) .postPreviewDescription {
  background-color: #ffa800;
}
.landing .postsList .postPreview:nth-child(2) .postPreviewDescription {
  background-color: #855fa8;
  top: 0px;
  bottom: 50%;
}
.landing .postsList .postPreview:nth-child(2).small > a > .postPreviewImage {
  margin-top: 325px;
}
@media (max-width: 900px) {
  .landing .postsList .postPreview:nth-child(2) .postPreviewDescription {
    margin-top: 325px;
    height: 325px;
    order: 2;
  }
  .landing .postsList .postPreview:nth-child(2) .postPreviewImage {
    margin-top: 0 !important;
    margin: 0;
    order: 1;
  }
}
.landing .postsList .postPreview:nth-child(3) .postPreviewDescription {
  background-color: #458CCC;
  flex-flow: column wrap !important;
  overflow: hidden;
}
@media (max-width: 1320px) {
  .landing .postsList .blogPostTime,
  .landing .postsList .blogPostDate {
    display: block;
  }
}
.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;
}
.blogPostTime,
.blogPostDate {
  color: #A3A8AB;
}
.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;
}
.postPreview.large .postPreviewDescription .blogPreviewTitle {
  order: 2;
}
.postPreview.large .postPreviewDescription .blogPostTime {
  order: 3;
}
.postPreview.large .postPreviewDescription .descriptionText {
  order: 4;
}
.postPreview.large .postPreviewDescription .tags,
.postPreview.large .postPreviewDescription .preview-tags {
  order: 5;
  line-height: 0.1rem;
}
.postPreview.large .postPreviewDescription .tags .tag,
.postPreview.large .postPreviewDescription .preview-tags .tag {
  font-size: 0.8rem;
  color: #FEBD10 !important;
  opacity: 1;
  margin-bottom: 0;
}
.postPreview.large .postPreviewDescription .itemDownload {
  order: 6;
}
.postPreview.large > a > .postPreviewImage {
  width: 270px !important;
  min-width: 270px !important;
  height: 180px !important;
  min-height: 180px !important;
}
.postPreview.large > .postPreviewDescription {
  width: 900px;
}
.postPreview.large > .postPreviewDescription h3 {
  font-family: museo-bold;
}
@media (max-width: 1330px) {
  .postPreview.large > a > .postPreviewImage {
    width: auto !important;
    min-width: 850px !important;
    height: auto !important;
    min-height: 400px !important;
    margin-bottom: 20px;
  }
  .postPreview.large > .postPreviewDescription {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .all-feartures img,
  .all-feartures > * > * > * > * > * > * > img,
  .postPreview.large > a > .postPreviewImage {
    width: auto !important;
    min-width: 850px !important;
    height: auto !important;
    min-height: 400px !important;
  }
  .resources > * > * > * .postPreviewImage {
    width: 125px !important;
    min-width: 125px !important;
    min-height: 50px !important;
  }
  .postPreview {
    padding: 30px 0px 0px;
    border-bottom: 1px solid #C4C4C4;
  }
  .postPreview.large > a > .postPreviewImage {
    width: 100% !important;
    min-width: 100% !important;
    height: auto !important;
    min-height: 326px !important;
  }
}
@media (max-width: 600px) {
  .postPreview.large > a > .postPreviewImage {
    min-height: 200px !important;
  }
}
@media (max-width: 575px) {
  .postPage .previewImage {
    order: 2;
  }
}
.postsList {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 20px 40px;
}
.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: #FDF2E9;
}
.blog-nav {
  padding: 0;
}
.blog-nav .container {
  max-width: 100%;
}
.blog-nav .tagPanel {
  margin-right: 20px;
}
.blog-nav .tagPanel:hover {
  color: #4f4f4f !important;
  text-decoration: underline;
}
.post-tag-selected {
  background-color: #88c744;
  border-color: #88c744;
}
.post-tag-selected:hover {
  background-color: #88c744;
  border-color: #88c744;
}
.post-tag:hover {
  border-color: #88c744;
  color: #88c744 !important;
}
.socialButton {
  margin: 5px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px !important;
  border-radius: 50%;
}
.socialButton img {
  width: 24px;
  height: 24px;
}
.blogPostTitle {
  font-size: 54px;
  text-align: left;
}
@media (max-width: 992px) {
  .socialButton {
    width: 50px;
    height: 50px !important;
    margin: auto;
  }
  .socialButton img {
    width: 100%;
    height: 100%;
  }
}
.kadastrBlogStripe {
  padding: 0px 10px 10px;
}
@media (max-width: 992px) {
  .kadastrBlogStripe {
    width: 100%;
    display: flex;
    padding: 10px 50px;
  }
}
.socialButton > a:hover,
.socialButton > a > i:hover {
  text-decoration: none !important;
}
.socialButton:hover {
  color: #FEBD10;
  text-decoration: none !important;
}
.socialButton:hover > a > i {
  text-decoration: none !important;
}
.socialButton:hover > a {
  text-decoration: none !important;
}
.postsListSection {
  padding-top: 0;
}
@media (max-width: 992px) {
  .postPreview {
    padding: 30px 0px 0px;
  }
  .postPreview .imageLink {
    width: 90% !important;
  }
  .blogListItemsSection {
    padding: 0px;
  }
  .postPreviewDescription .blogPreviewTitle {
    font-size: 16px !important;
    line-height: 22.4px !important;
  }
  .postPreview > .postPreviewDescription {
    width: 90% !important;
    padding: 10px 0px;
  }
  .landing .postsList {
    padding: 15px !important;
  }
}
/* progress bar container */
.progress-bar-container {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1;
}
/* progress bar */
.progress-bar-container__progress {
  height: 6px;
  background-color: #FEBD10;
  width: 0%;
  float: left;
}
/*       buttons          */
.btn {
  text-transform: capitalize;
}
.button-comment {
  font-size: 1rem !important;
}
.btn,
.btn-proceed {
  border-radius: 19px;
  padding: 10px 30px;
  margin: 5px 0px;
  font-weight: 400;
  outline: none;
  border: 0;
  text-decoration: none !important;
  background-color: #086fc3;
  color: #fff !important;
}
.btn:hover:not([disabled]),
.btn-proceed:hover:not([disabled]),
.btn:active:not([disabled]),
.btn-proceed:active:not([disabled]),
.btn:active:after:not([disabled]),
.btn-proceed:active:after:not([disabled]),
.btn.active:not([disabled]),
.btn-proceed.active:not([disabled]) {
  background-color: #FEBD10;
  color: black !important;
  outline: none;
  font-weight: bold;
  text-decoration: none !important;
}
.btn:focus,
.btn-proceed:focus {
  box-shadow: none;
}
.btn:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}
.show > .btn-primary.dropdown-toggle {
  background-color: #086fc3 !important;
  border-color: none !important;
}
a.btn:hover {
  background-color: #FEBD10;
  color: #4f4f4f !important;
  font-weight: bold;
}
.youtube .btn-primary {
  background-color: #C7112F !important;
}
.btn-primary,
a.btn.btn-primary,
.darkText.a.btn,
.nav-link.btn.btn-primary.dropbtn {
  background-color: #FEBD10;
  color: #fff !important;
  font-weight: 600;
  border: 0;
}
.btn-primary:hover,
a.btn.btn-primary:hover,
.darkText.a.btn:hover,
.nav-link.btn.btn-primary.dropbtn:hover,
.btn-primary:active,
a.btn.btn-primary:active,
.darkText.a.btn:active,
.nav-link.btn.btn-primary.dropbtn:active,
.btn-primary:active:after,
a.btn.btn-primary:active:after,
.darkText.a.btn:active:after,
.nav-link.btn.btn-primary.dropbtn:active:after,
.btn-primary.active,
a.btn.btn-primary.active,
.darkText.a.btn.active,
.nav-link.btn.btn-primary.dropbtn.active {
  transition: 0.6s;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: #086fc3 !important;
  color: #fff;
}
.btn-primary:disabled,
a.btn.btn-primary:disabled,
.darkText.a.btn:disabled,
.nav-link.btn.btn-primary.dropbtn:disabled {
  background-color: #a1b8cb !important;
}
.btn-outline-primary,
a.btn.btn-outline-primary,
.darkText.a.btn.btn-outline-primary,
.nav-link.btn.btn-outline-primary.dropbtn,
.btn-secondary,
a.btn.btn-secondary,
.darkText.a.btn.btn-secondary,
.nav-link.btn.btn-secondary.dropbtn {
  background-color: white;
  font-weight: bold;
  color: #4f4f4f !important;
  box-shadow: none !important;
}
.btn-outline-primary:hover,
a.btn.btn-outline-primary:hover,
.darkText.a.btn.btn-outline-primary:hover,
.nav-link.btn.btn-outline-primary.dropbtn:hover,
.btn-secondary:hover,
a.btn.btn-secondary:hover,
.darkText.a.btn.btn-secondary:hover,
.nav-link.btn.btn-secondary.dropbtn:hover,
.btn-outline-primary:active,
a.btn.btn-outline-primary:active,
.darkText.a.btn.btn-outline-primary:active,
.nav-link.btn.btn-outline-primary.dropbtn:active,
.btn-secondary:active,
a.btn.btn-secondary:active,
.darkText.a.btn.btn-secondary:active,
.nav-link.btn.btn-secondary.dropbtn:active,
.btn-outline-primary:active:after,
a.btn.btn-outline-primary:active:after,
.darkText.a.btn.btn-outline-primary:active:after,
.nav-link.btn.btn-outline-primary.dropbtn:active:after,
.btn-secondary:active:after,
a.btn.btn-secondary:active:after,
.darkText.a.btn.btn-secondary:active:after,
.nav-link.btn.btn-secondary.dropbtn:active:after,
.btn-outline-primary.active,
a.btn.btn-outline-primary.active,
.darkText.a.btn.btn-outline-primary.active,
.nav-link.btn.btn-outline-primary.dropbtn.active,
.btn-secondary.active,
a.btn.btn-secondary.active,
.darkText.a.btn.btn-secondary.active,
.nav-link.btn.btn-secondary.dropbtn.active {
  font-weight: bold;
  background-color: #FEBD10 !important;
  color: #4f4f4f !important;
}
.btn-outline-primary:disabled,
a.btn.btn-outline-primary:disabled,
.darkText.a.btn.btn-outline-primary:disabled,
.nav-link.btn.btn-outline-primary.dropbtn:disabled,
.btn-secondary:disabled,
a.btn.btn-secondary:disabled,
.darkText.a.btn.btn-secondary:disabled,
.nav-link.btn.btn-secondary.dropbtn:disabled {
  background-color: #a1b8cb !important;
}
.btn-secondary {
  padding: 5px 40px !important;
}
a.nav-link.btn.btn-primary.dropbtn {
  padding: 7px 40px;
}
a.btn-light {
  background-color: #ffffff;
  color: #4f4f4f !important;
}
.btn-light {
  background-color: rgba(255, 255, 255, 0);
  color: #4f4f4f !important;
  border: 0;
  padding: 5px 40px !important;
}
.btn-light:hover,
.btn-light:active,
.btn-light:focus,
.btn-light.active {
  background-color: #086fc3 !important;
  transition: 0.3s;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  color: #fff !important;
  text-decoration: none !important;
}
.close:hover,
.close:active,
.close:focus,
.close.active {
  outline: none !important;
}
button.btn-link {
  border-radius: 0px;
  min-width: auto;
}
.btn-link {
  background-color: transparent;
  color: #4f4f4f !important;
  border-bottom: 1px dashed #4f4f4f !important;
  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 #187bcc !important;
  outline: none !important;
  box-shadow: none !important;
  color: #187bcc !important;
  text-decoration: none !important;
  cursor: pointer;
}
.btn-link:focus {
  color: #4f4f4f !important;
  font-weight: 600;
}
.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: #FEBD10;
  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;
}
.btn.btn-link.accordion-with-hash:focus {
  font-weight: normal;
}
.btn-purchase {
  font-size: 2rem;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 10px 30px;
  color: #4f4f4f !important;
  border: 1px solid rgba(0, 0, 0, 0) !important;
  border-radius: 5px;
}
.btn-purchase:hover {
  border: 1px solid #d9eded;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
}
.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: #FEBD10 !important;
}
.btn-proceed {
  padding: 20px 30px;
  border-radius: 0px;
}
.btn-proceed {
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  padding: 0 30px;
  background-color: #FEBD10;
  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 #FEBD10;
}
.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 #086fc3;
}
.btn-proceed:not(:focus):after {
  transition: 0.6s;
}
.btn-proceed:hover,
.btn-proceed:active,
.btn-proceed:focus {
  background-color: #086fc3 !important;
  transition: 0.6s;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
}
.btn-proceed:disabled {
  background-color: #a1b8cb !important;
}
.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;
}
.btn {
  text-transform: none !important;
  min-width: 250px;
}
.dropdown-menu .btn.btn-primary {
  font-size: 0.9rem !important;
  padding: 4px !important;
}
.dropdown-menu a.btn.btn-primary {
  background-color: #add9b0 !important;
  color: #FEBD10 !important;
}
.dropdown-menu a.btn.btn-primary:hover {
  background-color: #7dc582 !important;
  text-decoration: none !important;
}
.dropdown-menu .btn.btn-primary.active {
  background-color: #FEBD10 !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);
}
a.btn.btn-primary:hover {
  text-decoration: none !important;
}
.btn .btn-primary:hover {
  text-decoration: none !important;
  color: #fff;
}
.create-map-btn .nav-link {
  background: rgba(82, 86, 92, 0.7);
  border-radius: 19px;
  display: table;
  padding: 10px 15px;
  margin-left: -15px;
}
.btn-container {
  margin-bottom: 0px;
}
footer .create-map-btn {
  background: rgba(128, 172, 65, 0.4);
  border-radius: 19px;
  padding: 5px 15px;
  margin: 0 -15px 10px;
  width: 300px;
}
@media (max-width: 991px) {
  footer .create-map-btn {
    margin: auto !important;
  }
  nav .create-map-btn {
    padding: 10px 0px !important;
  }
  nav .create-map-btn .nav-link {
    background: white;
    color: #3E667F !important;
    padding: 1px 15px;
    font-weight: 800;
  }
}
.linkPannel {
  top: 0;
  background: white;
  padding-bottom: 10px;
  z-index: 1020;
}
.linkPannel .btn {
  color: #458CCC !important;
  background-color: transparent;
  padding: 0px;
  text-decoration: underline !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  font-weight: 600;
}
.linkPannel .btn:hover {
  font-weight: bold;
  background-color: transparent !important;
  color: #4f4f4f !important;
}
.btn-outline-lightGreen {
  color: #88c744;
  background-color: transparent;
  background-image: none;
  border-color: #88c744;
}
.btn-outline-lightGreen:hover {
  background-color: #88c744;
  color: #fff;
}
.btn-outline-blue {
  color: #01aef0;
  background-color: transparent;
  background-image: none;
  border-color: #01aef0;
}
.btn-outline-blue:hover {
  background-color: #01aef0;
  color: #fff;
}
.video-carousel.dark > .carousel-inner * {
  color: #4f4f4f !important;
}
.carousel-inner .description {
  margin-top: 30px;
}
.carousel-item .stripe-carousel-item {
  color: #4f4f4f !important;
}
.video-carousel.dark > .carousel-control-prev,
.video-carousel.dark > .carousel-control-next {
  color: #4f4f4f !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;
}
.feedback > .carousel-control-prev {
  margin-left: -100px;
}
.feedback > .carousel-control-next {
  margin-right: -100px;
}
.main-slider section {
  padding-top: 70px;
}
.main-slider section {
  min-height: 599px;
  height: 600px;
  background-size: cover;
  background-position-x: center;
}
.main-slider .carousel-inner {
  height: 599px;
}
@media (max-width: 992px) {
  .main-slider section {
    min-height: 549px;
    height: 550px;
  }
  .main-slider .carousel-inner {
    height: 550px;
  }
}
.carousel-indicators > li:hover {
  cursor: pointer;
}
@media (min-width: 991px) {
  .container.large-width .carousel-control-prev {
    margin-left: -150px;
  }
  .container.large-width .carousel-control-next {
    margin-right: -150px;
  }
}
.carousel-control-prev,
.carousel-control-next {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.2;
  width: 7%;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='61' height='100' viewBox='0 0 61 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M0.83337 11.6667L38.1307 50L0.833377 88.3333L12.1847 100L60.8334 50L12.1847 4.253e-06L0.83337 11.6667Z' fill='white'/%3E%3C/svg%3E%0A");
}
.darkText .carousel-control-next-icon,
.darkText .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='61' height='100' viewBox='0 0 61 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M0.83337 11.6667L38.1307 50L0.833377 88.3333L12.1847 100L60.8334 50L12.1847 4.253e-06L0.83337 11.6667Z' fill='gray'/%3E%3C/svg%3E%0A");
}
.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;
}
.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-prev-icon,
.carousel-control-next-icon {
  height: 60px;
  width: 40px;
}
.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;
}
.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;
}
.carousel-item {
  background-repeat: no-repeat;
}
.carousel-item .T1 {
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
}
.carousel-item p {
  color: rgba(255, 255, 255, 0.8);
}
.darkText p {
  color: #4f4f4f;
}
.carousel {
  background-color: rgba(255, 255, 255, 0);
  padding-bottom: 50px;
}
.narrow-carousel {
  width: 100%;
  max-height: 600px;
  /*p {
        font-size: 1rem;
    }*/
}
.narrow-carousel img {
  border-radius: 15px;
  max-height: 300px;
}
.narrow-carousel .carousel-indicators li {
  background-color: #C4C4C4;
  height: 8px;
  width: 8px;
  border-radius: 100%;
}
.narrow-carousel .carousel-indicators .active {
  background-color: #EC9422;
}
@media (max-width: 991px) {
  .carousel-item h2,
  .carousel-item h3,
  .carousel-item h4 {
    margin: 0px !important;
  }
  .narrow-carousel {
    height: auto;
  }
  .narrow-carousel .media-left,
  .narrow-carousel .media-right,
  .narrow-carousel .thumbnail-image {
    order: 0;
  }
  .narrow-carousel img {
    max-height: 100%;
    max-width: 100% !important;
  }
  .narrow-carousel .carousel-indicators li {
    height: 16px;
    width: 16px;
    margin: 0px auto;
  }
}
.columns-in-footer {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  height: 380px;
}
@media (max-width: 1300px) {
  .columns-in-footer {
    margin-top: 130px;
  }
}
.footer-logo {
  height: 380px;
  display: flex;
  align-items: flex-end;
}
.footer-links {
  margin-top: 40px;
  margin-bottom: 10px;
}
.footer-links li,
.footer-links a > li {
  font-size: 0.9rem !important;
  padding: 10px 0 !important;
}
@media (max-width: 1300px) {
  .footer-links li {
    font-size: 0.9rem !important;
    padding: 3px 0 !important;
  }
}
.social .fab {
  font-size: 2rem !important;
  margin-top: 10px;
  margin-right: 10px;
}
@media (max-width: 1300px) {
  .social .fab {
    font-size: 1.5rem !important;
  }
}
footer * {
  font-size: 0.8rem !important;
  color: #fff;
}
footer p,
footer a {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 14px !important;
}
.border-up {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
footer {
  background-color: rgba(0, 0, 0, 0) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
footer .lightText p a,
footer .lightText p a *,
footer .lightText a * {
  color: #fff !important;
}
.footer-links {
  display: inline-block;
  color: #fff;
}
footer a:hover {
  text-decoration: underline !important;
  color: #458CCC !important;
}
footer a:hover .footer-links {
  text-decoration: underline !important;
  transition: 0.6s;
  color: #fff !important;
}
.footer-container {
  height: 660px;
}
@media (max-width: 992px) {
  footer .thumbnail .align-left table *,
  footer .thumbnail .align-left p,
  footer .thumbnail .align-left li {
    text-align: center !important;
  }
  footer .m-bold .social,
  footer * {
    font-size: 1.2rem !important;
  }
  footer section {
    padding: 0;
    padding-top: 30px;
  }
  footer section .container {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
  }
  footer .footer-logo,
  footer .columns-in-footer,
  footer .w-100 {
    display: none;
  }
  footer .ur-info {
    display: block;
    width: 100%;
    justify-content: center;
    text-align: center;
    height: auto !important;
    padding: 0;
    margin: 0;
    background-color: #855fa8;
  }
  footer .footer-container {
    height: auto !important;
  }
  footer .footer-links {
    padding-left: 0;
  }
  footer .footer-links li {
    padding-top: 15px;
  }
  footer .language {
    text-align: center;
  }
  body {
    background-image: none !important;
  }
}
/*  forms  */
#sprites {
  min-height: 100vh;
}
input,
textarea {
  border-radius: 0 !important;
  background-color: #fff;
}
input:active,
textarea:active,
input:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #187bcc !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 #eef4f4 inset;
  transition: background-color 5000s ease-in-out 0s;
  background-color: #eef4f4 !important;
}
.input-purchase {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #fff !important;
  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: #FEBD10 !important;
  -webkit-box-shadow: 0 0 0px 1000px #FEBD10 inset;
  color: #fff;
}
.input-purchase.active:focus {
  color: #4f4f4f;
}
.normal-font-size {
  font-size: 1rem;
}
.transparentBg {
  background-image: none !important;
  background-color: rgba(255, 255, 255, 0) !important;
}
.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 #086fc3;
}
.purchaseTable .firstTD {
  border-right-width: 1px;
  max-width: 450px !important;
  font-weight: 600;
}
.purchaseTable td,
.purchaseTable th {
  border: 0px solid #086fc3;
  border-collapse: collapse;
  padding: 15px 30px;
}
.saveMoneyNote {
  font-size: 0.9rem;
}
.priceSave {
  min-width: 50%;
}
*.price {
  display: inline-flex !important;
}
*.price .sign.usd {
  order: 0;
}
*.price .sign.rub {
  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;
}
.form-check {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -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: #eef4f4;
  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: #d9eded;
}
/* When the checkbox is checked, add a blue background */
.form-check input:checked ~ .check-mark {
  background-color: #FEBD10;
  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);
}
.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;
}
/* my account */
.myAccountSection {
  border: 0px !important;
}
.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: #343535;
  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;
}
.accTab {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row nowrap;
}
.accTab p,
.accTab a {
  font-size: 0.8rem;
}
.accTab section {
  border: 0 !important;
}
.column-buttons:hove {
  cursor: pointer;
}
.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;
}
.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 *,
.information * {
  text-align: center;
}
.accTab > * > .rowndedCornerBlock,
.accTab > .rowndedCornerBlock {
  text-align: center;
  display: block;
}
.vertical-spacer {
  height: 20px;
}
.dashed-link-button-text {
  border-bottom: 1px dashed #4f4f4f;
  color: #4f4f4f;
  height: 24px;
  display: inline-block;
  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 {
  font-style: italic;
}
#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: 100%;
}
.socialIcon {
  margin-right: 15px;
}
.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;
}
.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(0, 0, 0, 0.6);
}
.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;
}
.key-through {
  text-decoration: line-through;
}
.section-with-no-padding {
  padding: 0 !important;
}
.renewPriceListItem {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}
.renewPriceListItem img {
  margin: 0 20px;
}
#grandTotal {
  border-bottom: 2px dashed #4f4f4f;
}
#grandTotal .price {
  display: inline-block;
}
#grandTotal:hover {
  cursor: pointer;
}
.total-row {
  border-top: 1px solid #dfdfdf;
  height: 40px;
  vertical-align: middle !important;
}
.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: 9;
}
.proceed-results-holder .proceed-results {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#myLicenses .dropdown {
  z-index: 9;
}
.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: 190px;
}
.space-in-grid * .row div {
  margin: 10px;
}
.space-in-grid * .row .w-100 {
  margin: 0;
}
.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;
  }
}
.accTab {
  align-items: start;
  justify-content: center;
}
@media (max-width: 900px) {
  .rowndedCornerBlock,
  .loginForm,
  .loginForm > .form-row {
    flex-flow: column wrap !important;
    flex-wrap: wrap !important;
    margin-top: 20px;
  }
  .form-group {
    width: 100%;
    min-height: 50px;
  }
  .tab-buttons-holder,
  .accTab {
    flex-flow: column wrap !important;
    align-items: center;
  }
  .tab-buttons-holder .licenses,
  .accTab .licenses {
    padding: 10px;
    justify-content: center;
    align-items: center;
  }
  .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 *:not(.form-control) .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;
  }
}
.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;
  justify-content: space-between;
}
.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;
  flex-flow: column wrap;
  justify-content: space-between;
}
.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 {
  display: none;
  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: #FEBD10;
  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,
.my-license .gray-status {
  padding: 3px 10px;
  white-space: initial !important;
}
#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;
}
#myLicenses *:not(.btn) {
  text-align: left;
}
#myLicenses .rowndedCornerBlock {
  width: 1320px;
}
@media (min-width: 670px) {
  #myLicenses .rowndedCornerBlock {
    padding: 20px 30px;
  }
}
/*
.my-license {
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0 !important;
    min-width: 1050px !important;
    & > * {
        overflow: hidden;
    }

    h3,
    h4,
    h5 {
        margin: 0;
        margin-bottom: 10px;
        display: inline-block;
        padding-left: 10px;
    }
    .license-dropdown * {
        font-size: 1rem;

    }

    .license-img {
        border-right: 1px solid @borderColor2;
        height: 170px;
        width: 130px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .license-main-info {
        padding: 20px 20px;
        height: 170px;
        width: auto;
        display: flex;
        justify-content: flex-start;
        flex-flow: column wrap;
    }
    .viewListItem {
        min-width: 50%;
    }
    .license-status {
        padding: 20px 20px;
        border-left: 1px solid @borderColor2;
        height: 170px;
        width: auto;
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
        flex-flow: column wrap;
    }
    .years-buy {
        padding: 20px 20px;
        border-left: 1px solid @borderColor2;
        height: 170px;
        width: 18%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;

        overflow: visible !important;
    }
    .price-buy {
        padding: 20px 20px;
        border-left: 1px solid @borderColor2;
        height: 170px;
        width: 10%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-flow: column nowrap;
        font-size: 2.2rem;
    }
    .status {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
    }
    .tip {
        display: inline-block;
        width: 22px;
        height: 22px;
        border-radius: 15px;
        margin-left: 15px;
    }
    .license-property {
        display: inline-block;
        white-space: nowrap;
        margin: 0;
        padding: 3px 10px;
    }
    .license-dropdown {
        margin: 0 !important;
    }
    .license-icon {
        fill: @mainHighlighter;
        fill-rule: nonzero;
        margin-right: 15px;
    }
    .icon-license-property {
        margin-right: 7px;
    }
    .image-line {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
        padding: 0px;
        & > svg {
            margin-right: 10px;
        }
    }
    .green-status,
    .red-status,
    .yellow-status {
        padding: 3px 10px;

    }

}
*/
.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 !important;
}
.green-text {
  color: #6bb36b;
}
.green-tip {
  background-color: #6bb36b !important;
}
.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;
  padding: 0 !important;
}
.tooltip-string:hover {
  cursor: pointer;
}
.redirectMessage {
  padding: 10px;
  background-color: #eef4f4;
  color: #4f4f4f;
  width: 100%;
  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: #FEBD10;
  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;
  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;
}
#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;
}
.add-license-button {
  justify-content: flex-end;
  margin-top: 20px;
}
#addLicenseTextarea {
  width: 60%;
  height: 100px;
  border-color: #FEBD10;
  resize: none;
  margin-bottom: 15px;
}
.license-status .close {
  position: absolute;
  top: 0;
  right: 10px;
}
.singleImg {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyODQgMjg0Ij48ZGVmcz48c3R5bGU+LmF7ZmlsbDpyZ2JhKDE5LCA5OSwgMTY0LCAxKTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPl88L3RpdGxlPjxwYXRoIGNsYXNzPSJhIiBkPSJNMTQ4LDEzNC4yN2E1Ni41LDU2LjUsMCwxLDEsNTYuNS01Ni41QTU2LjU2LDU2LjU2LDAsMCwxLDE0OCwxMzQuMjdabTAtMTAzYTQ2LjUsNDYuNSwwLDEsMCw0Ni41LDQ2LjVBNDYuNTUsNDYuNTUsMCwwLDAsMTQ4LDMxLjI3Wm0xMDQuMywyMzUuNTJINDIuNTlhNSw1LDAsMCwxLTUtNC40M0wzMS44NSwyMTIuMmE1LjQ0LDUuNDQsMCwwLDEsMC0uNTdjMC0yMC4wNiw2Ljg4LTM0LjU3LDIxLTQ0LjM3LDEyLTguMjksMjguMjQtMTIuNjksNDktMTYuNzVhNSw1LDAsMCwxLDUuNjEsMy4wNWwyMS40Nyw1My43Miw3LjQ3LTE1LjYtOC4yNC0xMy43NWE1LDUsMCwwLDEtLjQ3LTQuMTJsNS0xNS4zNGE1LDUsMCwwLDEsNC43Ni0zLjQ1aDIwYTUsNSwwLDAsMSw0Ljc2LDMuNDVsNSwxNS4zNGE1LDUsMCwwLDEtLjQ2LDQuMTJsLTguMjUsMTMuNzUsNy41LDE1LjY2TDE4Ny43LDE1My42YTUsNSwwLDAsMSw1LjYxLTNDMjMxLjQ2LDE1OC4xOSwyNjMsMTY4LDI2MywyMTEuNjNhNS40NCw1LjQ0LDAsMCwxLDAsLjU3bC01Ljc3LDUwLjE2QTUsNSwwLDAsMSwyNTIuMjYsMjY2Ljc5Wm0tMjA1LjIxLTEwSDI0Ny44TDI1MywyMTEuMzVjLS4xMy0zNC41NS0yMy43NS00My4xNC01Ny42Mi01MC4xNUwxNzEsMjIxLjU5YTUsNSwwLDAsMS00LjQ4LDMuMTMsNS4xMSw1LjExLDAsMCwxLTQuNjctMi44NGwtMTMuNTUtMjguMzFhNSw1LDAsMCwxLC4yMi00LjczbDguNDYtMTQuMUwxNTMuNzgsMTY1SDE0MS4wN2wtMy4xNyw5LjcyLDguNDYsMTQuMWE1LDUsMCwwLDEsLjIyLDQuNzNMMTMzLDIyMS44OGE1LDUsMCwwLDEtOS4xNS0uMzFMOTkuNzIsMTYxLjE0Yy0zOS4xLDgtNTcuNzksMTguMi01Ny45LDUwLjIxWiIvPjwvc3ZnPg==);
}
.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;
}
.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;
}
#add-licenses-block {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.add-license-note {
  width: 60%;
  text-align: center !important;
}
#add-license-button {
  background-color: transparent;
  text-align: center;
  padding: 10px;
  white-space: normal !important;
  border-bottom: 0px !important;
}
#add-license-button:before {
  content: none;
}
.add-license-button {
  justify-content: flex-end;
  margin-top: 20px;
  white-space: normal !important;
}
#addLicenseTextarea {
  width: 60%;
  height: 100px;
  border-color: #FEBD10;
  resize: none;
}
.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;
}
@media (max-width: 1400px) {
  .like-tabs {
    display: flex;
    flex-direction: column;
  }
  .tab-button {
    white-space: normal;
  }
  #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%;
  }
  .like-tabs {
    width: 640px !important;
  }
  .my-license {
    flex-flow: column wrap;
    width: 640px !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,
  .like-tabs {
    width: 100% !important;
    max-width: 540px !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;
  }
  .total {
    text-align: center;
  }
  .total-holder {
    margin-bottom: 5px;
  }
  .proceed-results .btn {
    padding: 5px 10px;
    margin-top: 10px;
  }
  #shoppingCartMyLicenses * {
    padding: 3px;
    margin: 0px !important;
    font-size: 1.5rem;
  }
}
@media (max-height: 320px) {
  #shoppingCartMyLicenses * {
    font-size: 8pt !important;
  }
}
.nav-link.btn.btn-primary.btn-light.dropbtn {
  text-align: center !important;
  background-color: rgba(0, 0, 0, 0);
  color: #fff !important;
}
/* nav */
.navbar {
  padding: 0;
  z-index: 100000000000000;
  max-height: 100vh;
}
.navbar .main-navbar {
  padding: 0 45px;
}
.navbar .main-navbar .navbar-collapse {
  margin: inherit;
}
.navbar .fixed-text {
  background: radial-gradient(#efaa1e 20%, #c77914);
}
@media (max-width: 990px) {
  .navbar .main-navbar {
    padding: 0 15px;
  }
  nav {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.purple-color {
  background-color: #855fa8 !important;
}
.nav-item {
  padding: 12px 10px;
}
.nav-link {
  font-weight: 500;
  transition: 0.5s;
  padding: 0.3rem 1rem;
}
a.nav-link.active {
  font-weight: 500;
  text-decoration: underline;
  text-underline-position: under;
  background-color: transparent;
}
.dropdown-content * {
  padding: 0.3rem;
  text-decoration: none;
  display: block;
}
.dropdown-content {
  left: 0%;
  min-width: 150px;
}
.dropdown-content a.btn-primary {
  color: #fff !important;
}
.navlinkIcon {
  background-repeat: no-repeat;
  background-position: 20px;
  padding-left: 55px;
}
.nav-link:hover {
  text-decoration: none;
}
.logo {
  width: 200px;
  height: 60px;
  background-repeat: no-repeat !important;
  background-position-y: center !important;
  background-size: contain !important;
}
.logo img {
  display: none;
}
.logo:hover {
  cursor: pointer;
}
@media (min-width: 992px) {
  .darkBg .dropdown-content {
    border: 1px solid #52565C;
    border-radius: 10px;
  }
}
.navbar-brand {
  margin-right: 24px;
}
ul.navbar-nav {
  margin-top: 0;
  margin-left: 50px;
}
.nav-link.btn.btn-primary.btn-light.dropbtn {
  background-color: #FEBD10;
  color: #fff !important;
}
.transparentBg.darkBg {
  background-color: rgba(0, 0, 0, 0.4) !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(79, 79, 79, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E ");
}
.navbar-light .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 ") !important;
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.navbar-second-level {
  background-color: rgba(255, 255, 255, 0.8) !important;
  top: 58px !important;
}
.navbar-second-level a {
  color: #fff !important;
}
.navbar-collapse.navbar-toggle.justify-content-between.collapse.show {
  background-color: #FDF2E9 !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(0, 0, 0, 0) !important;
}
.navbar-first-level .nav-item.active .btn-primary {
  color: #fff !important;
}
.navbar-first-level .nav-item.active .btn-primary:hover {
  color: #fff !important;
}
.navbar-first-level.noShadow {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.navbar-second-level * {
  font-size: 1rem !important;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
}
.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: 18px !important;
}
.navbar-first-level * .button-comment {
  font-size: 18px !important;
}
.navbar.navbar-second-level {
  box-shadow: 0rem 0.2rem 0.7rem 0.0001rem rgba(0, 0, 0, 0.09);
}
.navbar.darkBg {
  transition: 0s;
}
.nav-link {
  font-family: museo-regular !important;
  font-weight: 500;
}
.arrow-up {
  margin-top: -30px;
  background-position: top;
}
.transparentBg,
.transparentBg .dropdown-content {
  background-color: rgba(255, 255, 255, 0) !important;
  transition: 0s;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.main-header {
  min-height: 504px;
  padding-top: 235px;
}
.main-header h1 {
  font-size: 4.3rem;
}
#submenu-mobile-only {
  border-bottom: none;
}
@media (max-width: 1130px) and (min-width: 992px) {
  ul.navbar-nav {
    margin-left: 0;
  }
}
@media (max-width: 1030px) {
  .nav-item {
    padding: 12px 5px;
  }
}
@media (max-width: 991px) {
  nav {
    padding: 0 !important;
  }
  nav .apps_item {
    margin-left: 0px !important;
    padding-left: 0px;
    margin-right: 20px !important;
    width: 40px;
  }
  .navbar-collapse {
    background-color: #FDF2E9 !important;
  }
  div.navbar-collapse {
    padding-top: 0;
    padding-left: 0;
  }
  li.nav-item {
    padding-left: 20px;
  }
  .navbar-collapse.navbar-toggle * {
    text-align: left !important;
  }
  .right-menu {
    order: 0;
  }
  .nav-item.active {
    background-color: #fff !important;
  }
  .nav-item.active:hover {
    color: #FEBD10 !important;
  }
  .navbar-first-level .nav-item.active a {
    color: #FEBD10 !important;
    border-bottom: none !important;
  }
  .navbar-first-level .nav-item.active a:hover {
    color: #FEBD10 !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;
  }
  .nav-item {
    padding: 5px;
  }
}
.headerStripe > * {
  padding: 10px 50px;
}
@media (max-width: 420px) {
  .main-header h1 {
    font-size: 3.3rem;
  }
}
.linkedHeader.header::after {
  display: none;
}
.mainWithTwoLevelsNav {
  margin-top: 0px;
}
.noShadow {
  box-shadow: 0 0 0 0 !important;
}
@media (min-width: 900px) {
  main {
    margin-top: 0px !important;
  }
  .mainWithTwoLevelsNav {
    margin-top: 115px !important;
  }
  .noShadow {
    box-shadow: 0 0 0 0 !important;
  }
}
nav *:hover,
.nav-link:hover {
  text-decoration: none;
}
.navbar-second-level {
  background-color: #fff !important;
}
.nav-item.active .nav-link.btn.btn-primary.btn-light.dropbtn {
  color: #fff !important;
}
nav,
.navbar.navbar-first-level,
nav.bg-light {
  background-color: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
  z-index: 2;
}
nav.navbar-first-level.darkBg,
nav.navbar-first-level.darkBg .dropdown-content,
nav.navbar-first-level.nav-shown,
nav.navbar-second-level.darkBg {
  background-color: #FDF2E9 !important;
}
.nav-item.language {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}
@media (min-width: 992px) {
  .nav-item.language {
    margin-top: 0;
    padding-top: 0;
  }
  .nav-item.language a {
    text-align: left;
    padding: 0;
  }
}
.alwaysSolid,
.alwaysSolid.transparentBg,
.alwaysSolid .transparentBg,
.alwaysSolid .dropdown-content,
.navbar.fixed-top.navbar-expand-lg.navbar-light.bg-light.navbar-first-level.alwaysSolid.transparentBg,
nav .alwaysSolid,
.navbar.navbar-first-level.alwaysSolid,
nav.bg-light.alwaysSolid {
  background-color: #FDF2E9 !important;
}
.language-logo {
  min-width: 50px;
}
.language-logo img {
  margin: 10px 0px;
  opacity: 0.7;
}
.language-logo img:hover {
  opacity: 0.9;
}
.language-logo .thumbnail-image {
  margin: 0px;
}
/* purchase */
#purchaseForm {
  max-width: 600px;
  padding-top: 30px;
}
#purchaseForm label {
  font-size: 0.8rem;
}
#purchaseForm h5,
#purchaseForm h4 {
  margin-bottom: 10px;
  margin-top: 20px;
  color: #666;
}
#purchaseForm h4 {
  font-size: 1.2rem;
}
#purchaseForm h3 {
  font-size: 1.8rem;
}
#purchaseForm hr {
  margin-bottom: 10px;
}
.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;
}
.pdpa-block-form {
  font-size: 0.71rem !important;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin-top: 20px;
  padding-top: 10px !important;
}
.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;
}
.note-discount {
  margin-top: 30px;
}
.customizer {
  margin: 0;
}
.customizer > p,
.customizer > * > p {
  margin: 0;
}
#years {
  padding: 5px 10px !important;
  padding-top: 0 !important;
  margin-left: -15px !important;
}
.customizeInput {
  width: 60px !important;
  text-align: center;
  vertical-align: center;
  border-color: #4f4f4f;
  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;
}
.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;
}
.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: 40%;
  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: #FEBD10;
}
.location-init i:hover {
  cursor: pointer;
  color: #086fc3;
}
.flex-row-main {
  display: flex;
  flex-flow: row nowrap;
}
.flex-column {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.license-img {
  font-size: 4rem;
  color: #FEBD10;
  padding: 20px;
}
.license-img:hover {
  color: #086fc3;
}
td > * > h2,
td > * > h3,
td > * > h4,
td > * > h1 {
  margin-bottom: 0;
}
.loader {
  border: 16px solid #d9eded;
  border-radius: 50%;
  border-top: 16px solid #FEBD10;
  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: #a1b8cb;
}
.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: #187bcc;
}
.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;
}
.purchasing-header {
  text-align: center;
  margin-bottom: 20px;
}
#purchaseCalculator > section {
  padding-bottom: 0 !important;
}
#purchaseTable {
  padding-bottom: 0 !important;
}
.pricing-comments {
  padding-top: 0;
  margin-top: 0;
}
.purchaseTable {
  background-color: white;
  width: 100%;
  font-size: 1.1rem;
}
.purchaseTable tr {
  border: 1px solid #FEBD10;
}
.purchaseTable .firstTD {
  border-right-width: 1px;
  max-width: 450px !important;
  font-weight: 600;
}
.purchaseTable td,
.purchaseTable th {
  border: 0px solid #FEBD10;
  border-collapse: collapse;
  padding: 15px 30px;
}
.saveMoneyNote {
  font-size: 0.9rem;
}
.priceSave {
  min-width: 50%;
}
*.price {
  display: inline-flex !important;
}
*.price .sign.usd {
  order: 0;
}
*.price .sign.rub {
  order: 2;
  margin-top: 0em;
  margin-left: 0.2em;
  font-family: 'Segoe UI', Calibri, Arial;
  font-weight: normal;
}
*.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;
}
@media (max-width: 1250px) {
  #purchaseTable {
    display: none !important;
  }
}
.container.secondStepFooter {
  display: block;
}
/*         typography          */
body,
html {
  font-family: museo-regular;
  font-size: 12pt;
  background-color: #fff;
}
section {
  padding-top: 30px;
}
p,
li,
.btn,
a {
  font-family: museo-regular !important;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #4f4f4f;
}
.btn-link {
  font-size: 1rem;
  padding-left: 0;
}
.btn-link:hover {
  color: #187bcc;
}
ul {
  margin: 10px 0 60px 0;
}
li {
  padding: 5px;
}
.darkText h1,
.darkText h2,
.darkText h3,
.darkText h4,
.darkText h5,
.darkText h6 {
  color: #4f4f4f;
}
.lightText h1,
.lightText h2,
.lightText h3,
.lightText h4,
.lightText h5,
.lightText h6 {
  color: #fff;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: museo-bold;
}
h1 {
  font-size: 3.15rem;
  margin-bottom: 30px;
  line-height: 1;
}
h2 {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
h3 {
  font-size: 2rem;
  margin-bottom: 30px;
}
h5 {
  font-size: 36px;
  margin-bottom: 10px;
}
.T1 {
  font-size: 1.5rem;
}
.T2 {
  font-size: 16px;
}
.T2 > p {
  line-height: 20px;
}
.T3 {
  font-size: 14px;
  line-height: 19.5px;
  font-weight: 400;
}
@media (max-width: 992px) {
  h1 {
    font-size: 2.1rem !important;
    margin-bottom: 30px;
  }
  h2 {
    font-size: 1.7rem !important;
    margin-bottom: 30px;
  }
  h3 {
    /*font-size: 2rem !important;*/
    margin-bottom: 30px;
  }
  .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;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #4f4f4f;
}
a {
  text-decoration: underline;
}
.lightText a,
.lightText a:hover,
.lightText a:focus {
  color: #FEBD10;
  transition: 0.5s;
}
a:focus {
  outline: 0;
  text-decoration: underline;
}
a:hover {
  color: #086fc3;
  text-decoration: underline;
}
.headerLink {
  text-decoration: none !important;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.headerLink:hover {
  text-decoration: none;
}
.linkedHeader::after {
  content: "\A";
  white-space: pre;
  display: block;
  width: 20px;
  height: 1.5rem;
}
footer a {
  color: #4f4f4f !important;
  text-decoration: none;
}
.language .nav-link {
  text-transform: uppercase;
  font-family: sans-serif !important;
  font-size: 14px !important;
}
.darkText * {
  color: #4f4f4f;
}
.darkText a {
  color: #458CCC;
  text-decoration: none;
}
.lightText * {
  color: #fff;
}
.lightText a {
  color: #fff;
  text-decoration: underline;
}
a,
a:hover,
a:focus,
.blogPreviewTitle:hover {
  color: #187bcc;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover,
.categoryLink:hover,
.tag:hover {
  color: #187bcc;
  text-decoration: underline;
}
.darkText p a:hover,
.darkText p a:focus {
  color: #458CCC;
  text-decoration: underline;
}
.darkText a .btn.btn-primary {
  color: #fff !important;
}
.navbar .lightText p a,
.navbar .lightText p a *,
.navbar .lightText a * {
  color: #aad5f8 !important;
}
.linkedHeader,
.headerLink,
.darkText .linkedHeader,
.darkText .headerLink {
  text-decoration: none;
}
.linkedHeader:hover,
.headerLink:hover .darkText .linkedHeader:hover,
.darkText .headerLink:hover {
  color: #4f4f4f;
  opacity: 0.8;
}
.darkText .header,
.darkText .linkedHeader,
.darkText .headerLink {
  color: #4f4f4f;
}
.lightText .header,
.lightText .linkedHeader,
.lightText .headerLink {
  color: #fff;
}
.lightText .linkedHeader:hover,
.lightText .headerLink:hover,
.lightText .linkedHeader.header:hover {
  color: #fff !important;
  opacity: 0.8;
}
.headerLink {
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.headerLink:hover {
  text-decoration: none;
}
.linkedHeader:hover {
  border-color: #FEBD10;
}
@media (max-width: 992px) {
  .main-footer * {
    margin-bottom: 0;
    font-size: 1rem !important;
  }
  .main-footer * p,
  .main-footer * a {
    line-height: 40px;
  }
}
#lightBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500000000000000000000000000;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
#imageInLightBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000000;
}
#imageInLightBox:hover {
  cursor: pointer;
}
.light-box-image {
  max-height: 90vh;
  max-width: 90vw;
}
.control {
  z-index: 100000000;
}
#imageGallery {
  width: 560px;
}
@media (max-width: 900px) {
  #imageGallery {
    width: 100%;
  }
}
#gallery {
  display: flex !important;
  flex-flow: row wrap;
  position: relative;
}
@media (max-width: 992px) {
  #gallery {
    width: 100%;
  }
}
#gallery .thumb {
  background-size: cover;
  background-position: center center;
  width: 170px;
  height: 150px;
  margin: 8px;
}
#gallery .thumb:hover {
  cursor: pointer;
}
#gallery .thumb:first-child {
  width: 542px;
  height: 300px;
}
@media (max-width: 900px) {
  #gallery .thumb:first-child {
    width: 100%;
  }
}
#gallery .thumb:nth-child(n+5) {
  display: none;
}
@media (max-width: 992px) {
  #gallery .thumb {
    width: 31.2%;
    margin: 1%;
  }
}
@media (max-width: 992px) {
  #gallery {
    margin-bottom: 40px;
  }
}
.blackout {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
}
.blackout:hover {
  cursor: pointer;
}
.blackout * {
  color: #fff;
}
.blackout .photosCount {
  font-size: 2rem;
}
@media (min-width: 990px) {
  .world-maps .postsListSection {
    padding-top: 0px;
  }
}
.mapFromGallery {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  border: 0 !important;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 992px) {
  .mapFromGallery {
    padding-top: 30px;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1332px) {
  .mapFromGallery .blogPostTitle {
    font-size: 20px;
  }
}
.mapBody {
  padding: 10px;
  border: 0 !important;
}
.mapBody p {
  font-size: 1rem;
}
.mapDesc {
  padding-left: 30px;
}
.mapDesc p {
  font-size: 1rem;
}
@media (max-width: 992px) {
  .mapDesc {
    padding-left: 0;
  }
}
@media (max-width: 900px) {
  .apps-btn {
    margin-top: 20px;
  }
}
.map-topic {
  visibility: hidden;
}
.mapTags {
  display: block;
  margin-top: 0px;
  padding-left: 10px;
  text-align: left;
}
.mapTags * {
  font-size: 1rem;
}
.mapTags .tag {
  text-decoration: underline;
}
.beforeFooterForAll > div {
  padding: 10px 0px;
}
.beforeFooterForAll .thumbnail-image {
  margin-top: 0px;
}
.mapInfo {
  margin-top: 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .mapInfo {
    flex-flow: column wrap;
    justify-content: center;
    text-align: left;
  }
  .mapInfo .cm-download {
    justify-content: center;
    margin: auto;
    display: flex;
    width: 350px;
  }
}
.mapInfoContainer {
  min-width: 1400px;
}
@media (max-width: 1400px) {
  .mapInfoContainer {
    min-width: 100%;
  }
}
.map-info-part {
  padding-left: 30px;
}
.map-info-part span {
  margin: 0;
  margin-right: 60px;
}
@media (max-width: 1400px) {
  .map-info-part {
    padding-left: 0;
  }
}
.apps-buttons {
  margin-top: 30px;
  padding-left: 0;
}
.apps-buttons p {
  font-size: 0.9rem;
}
.apps-buttons .btn {
  padding: 10px;
  margin-right: 10px;
}
.world-maps-header {
  margin-bottom: 60px;
}
@media (max-width: 900px) {
  .download-link {
    display: inline-block;
  }
}
.world-maps {
  display: none;
  padding: 0;
  /*    h2, p {
        display: none;
    }*/
}
.world-maps .postsList {
  padding: 10px 40px;
}
.world-maps .postListTitle {
  display: block;
  text-align: center;
  font-family: sans-serif;
  font-weight: 700;
  position: relative;
}
.world-maps .postListTitle * {
  font-size: 1.5rem;
  color: #4f4f4f;
  margin: auto;
}
.world-maps.accordion .postListTitle {
  text-align: left;
  margin: 0;
}
.world-maps.accordion .postsRibbon {
  display: none;
}
.world-maps.accordion .postListTitle:before {
  width: 18px;
  content: " ";
  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='%23FEBD10'/%3E%3C/svg%3E%0A");
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: -30px;
  top: 9px;
  height: 18px;
}
.world-maps.accordion .postListTitle.active:before {
  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='%23FEBD10'/%3E%3C/svg%3E");
}
.world-maps.accordion .postListTitle:hover {
  cursor: pointer;
}
.world-maps.no-title {
  padding-top: 60px;
}
.world-maps.no-title .postListTitle {
  display: none;
}
.world-maps .postPreview.large .imageLink {
  margin: auto;
  width: auto !important;
}
.world-maps .postPreview.large > a > .postPreviewImage {
  width: 45px !important;
  min-width: 45px !important;
  height: 24px !important;
  min-height: 24px !important;
  margin: 0px;
  border-radius: 0px;
}
.world-maps .postPreviewDescription {
  display: flex;
  flex-flow: column wrap;
  width: 90% !important;
  padding: 0px 20px !important;
}
.world-maps .postPreview.large > .postPreviewDescription * {
  text-align: left !important;
}
.world-maps .postPreview.large {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.world-maps .itemDownload {
  order: 1 !important;
  vertical-align: central;
}
.world-maps .itemDownload a {
  font-size: 14px;
}
.world-maps .postPreview {
  justify-content: flex-start;
  padding-top: 20px;
}
.world-maps .postPreview .postPreviewDescription {
  margin: auto;
}
.world-maps .postPreview.large .postPreviewDescription .tags .tag,
.world-maps .postPreview.large .postPreviewDescription .preview-tags .tag {
  color: #4f4f4f !important;
}
.world-maps .preview-tags {
  order: 2 !important;
  margin: 0;
  display: inline-block;
  height: 30px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.world-maps .preview-tags a.tag,
.world-maps .preview-tags * {
  color: #4f4f4f !important;
}
.world-maps .postsLayout {
  display: flex;
  justify-content: flex-start;
}
.world-maps .postPreview {
  width: 33%;
}
@media (max-width: 900px) {
  .world-maps {
    padding-left: 10px;
    margin-right: 40px;
  }
  .world-maps .world-maps-header {
    padding-top: 80px;
    margin-bottom: 0px;
  }
  .world-maps .container.postsList > h2 {
    margin-top: 0px !important;
  }
  .world-maps .postPreview {
    margin-left: 0;
  }
  .world-maps .postPreview .imageLink .postPreviewImage {
    margin: 0;
  }
  .world-maps .postPreview.large > .postPreviewDescription {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .map-gallery .postListTitle,
  .map-gallery h2 {
    font-family: sans-serif;
    font-size: 18px !important;
    font-weight: 600;
    color: #EC9422;
    padding-top: 20px !important;
  }
  .world-maps .postListTitle h2 {
    font-size: 18px !important;
  }
  .world-maps .accordion .postListTitle:before {
    top: 4px;
    width: 12px;
    height: 12px;
    left: -20px;
  }
  .world-maps .postPreview {
    border-bottom: none;
  }
  .world-maps .postListTitle:before {
    width: 9px;
  }
  .world-maps .postsList {
    padding: 0px;
  }
}
@media (max-width: 900px) {
  .world-maps .postsList {
    margin: 5px 10px;
  }
  .world-maps .postsList .postListTitle {
    padding-top: 0px;
  }
}
/*.postPreview.large.padding-left {
    margin-left: 60px !important;
}*/
@media (max-width: 900px) {
  .postPreview.large.padding-left {
    box-sizing: border-box;
    margin-left: 25px !important;
  }
}
.worldMap {
  width: 1030px;
  margin: auto;
  height: 550px;
}
.worldMap .continent {
  visibility: hidden;
  display: inline-block;
  position: relative;
}
.worldMap .continent.active {
  background-color: transparent;
}
.worldMap .continent text {
  font-size: 24px;
  font-weight: 600;
  display: none;
}
.worldMap .continent g {
  mix-blend-mode: luminosity;
}
.worldMap .continent a {
  visibility: visible;
}
.worldMap .continent:hover {
  cursor: pointer;
}
.worldMap .continent:hover g,
.worldMap .continent.active g {
  mix-blend-mode: unset !important;
}
.worldMap .continent:hover g text,
.worldMap .continent.active g text {
  display: block;
}
.worldMap .continent.Australia {
  width: 183px;
  left: 316px;
  top: -187px;
}
.worldMap .continent.Australia svg {
  height: 144px;
}
.worldMap .continent.SouthAmerica {
  width: 130px;
  top: 199px;
  right: 198px;
}
.worldMap .continent.SouthAmerica svg {
  height: 210px;
}
.worldMap .continent.Europe {
  width: 179px;
  top: -67px;
  right: 174px;
}
.worldMap .continent.Europe svg {
  height: 210px;
}
.worldMap .continent.Africa {
  width: 193px;
  top: 122px;
  right: 342px;
}
.worldMap .continent.Africa svg {
  height: 214px;
}
.worldMap .continent.Asia {
  width: 462px;
  top: -296px;
  left: 536px;
}
.worldMap .continent.Asia svg {
  height: 337px;
}
.worldMap .continent.NorthAmerica {
  width: 434px;
}
.worldMap .continent.NorthAmerica svg {
  height: 301px;
}
.worldMap .continent div {
  margin: 0px;
  padding: 0px;
}
@media (max-width: 1041px) {
  .worldMap {
    margin: 140px;
  }
  .worldMap .continent text {
    font-size: 20px;
    font-weight: 600;
  }
  .worldMap .continent.Australia {
    width: 133px;
    left: 230px;
    top: -136px;
  }
  .worldMap .continent.Australia svg {
    height: 102px;
  }
  .worldMap .continent.SouthAmerica {
    width: 94px;
    top: 144px;
    right: 145px;
  }
  .worldMap .continent.SouthAmerica svg {
    height: 151px;
  }
  .worldMap .continent.Europe {
    width: 130px;
    top: -49px;
    right: 127px;
  }
  .worldMap .continent.Europe svg {
    height: 160px;
  }
  .worldMap .continent.Africa {
    width: 141px;
    top: 89px;
    right: 250px;
  }
  .worldMap .continent.Africa svg {
    height: 164px;
  }
  .worldMap .continent.Asia {
    width: 337px;
    top: -218px;
    left: 393px;
  }
  .worldMap .continent.Asia svg {
    height: 253px;
  }
  .worldMap .continent.NorthAmerica {
    width: 317px;
  }
  .worldMap .continent.NorthAmerica svg {
    height: 227px;
  }
}
@media (max-width: 991px) {
  .worldMap .continent g {
    mix-blend-mode: unset !important;
  }
  .worldMap .continent g text {
    display: block;
  }
}
@media (max-width: 1040px) {
  .worldMap {
    width: 750px;
    margin: auto;
    height: 450px;
  }
}
@media (max-width: 900px) {
  .worldMap .continent.Asia {
    left: 392px;
  }
}
@media (max-width: 760px) {
  .worldMap {
    width: 300px;
    height: 200px;
  }
  .worldMap .continent text {
    font-size: 20px;
    font-weight: 600;
  }
  .worldMap .continent.Australia {
    width: 53px;
    left: 95px;
    top: -60px;
  }
  .worldMap .continent.Australia svg {
    height: 49px;
  }
  .worldMap .continent.SouthAmerica {
    width: 38px;
    top: 58px;
    right: 58px;
  }
  .worldMap .continent.SouthAmerica svg {
    height: 69px;
  }
  .worldMap .continent.Europe {
    width: 52px;
    top: -20px;
    right: 51px;
  }
  .worldMap .continent.Europe svg {
    height: 69px;
  }
  .worldMap .continent.Africa {
    width: 46px;
    top: 36px;
    right: 100px;
  }
  .worldMap .continent.Africa svg {
    height: 59px;
  }
  .worldMap .continent.Asia {
    width: 135px;
    top: -93px;
    left: 163px;
  }
  .worldMap .continent.Asia svg {
    height: 106px;
  }
  .worldMap .continent.NorthAmerica {
    width: 127px;
  }
  .worldMap .continent.NorthAmerica svg {
    height: 96px;
  }
}
.loader {
  border: 6px solid #f3f3f3;
  /* Light grey */
  border-top: 6px solid #FDF2E9;
  /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  margin: auto;
}
@media (max-width: 500px) {
  .loader {
    border: 4px solid #f3f3f3;
    /* Light grey */
    border-top: 4px solid #FDF2E9;
    /* Blue */
    width: 30px;
    height: 30px;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#sprites {
  margin-top: 0px;
  min-height: 93vh;
}
.no-border {
  border: 0 !important;
}
.padding-top-medium {
  padding-top: 100px !important;
}
.padding-top-large {
  padding-top: 150px !important;
}
.overlap-top {
  margin-top: -30px;
}
.overlap-top .container {
  margin-top: 30px;
}
.small-top {
  padding-top: 0;
  margin-top: 0;
}
.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;
}
.autoBackground {
  background-size: auto;
}
.pdpaBlock .rowndedCornerBlock * span,
.pdpaBlock .rowndedCornerBlock * label {
  color: #4f4f4f !important;
}
.overview {
  padding-bottom: 0 !important;
}
.noPaddingImg .thumbnail-image,
.noPaddingImg .thumbnail > img {
  padding: 0 !important;
  margin: 0 !important;
}
.noPadding,
.noPaddingImg {
  padding: 0 !important;
  margin: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.bigPicture {
  min-height: 500px;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
}
.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;
}
.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;
  }
}
.map-space {
  min-height: 720px;
}
.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;
}
.card {
  border: 0 !important;
  background-color: rgba(235, 235, 235, 0) !important;
}
.card > * {
  border: 0 !important;
}
.card .card-header {
  background-color: rgba(235, 235, 235, 0) !important;
  padding: 0 !important;
  border: 0 !important;
}
.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;
}
.footer-up {
  bottom: 90px;
}
#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;
}
.tab-pane > .card > .card-header * {
  white-space: normal;
}
.border-button-img {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #FEBD10;
  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;
}
.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: 0px;
}
.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;
}
.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);
}
.no-padding * {
  padding: 0 !important;
}
.no-margin * {
  margin: 0 !important;
}
.no-padding,
.no-margin {
  padding: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.small-height {
  padding: 30px 20px !important;
}
.noPaddingBottom {
  padding-bottom: 0 !important;
}
.noMargins * {
  padding-top: 10px !important;
  margin-bottom: 0 !important;
}
.contain {
  background-size: contain;
}
.m-bold {
  font-family: museo-bold !important;
}
.to-levels-nav-stipe {
  padding-top: 160px;
}
.accordion-with-hash {
  display: inline-block;
}
.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: 16px;
  height: 18px;
}
.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");
}
.card .card-header h5 .btn-link {
  border: 0 !important;
  font-family: museo-bold !important;
  font-size: 1.3rem;
}
.pills-parent-gridStripe {
  padding-top: 0 !important;
}
.pills-parent-gridStripe .container .left-side-nav-titles {
  margin-left: -35px;
}
.add-maps {
  background-position: center top;
}
@media (max-width: 991px) {
  h2 {
    margin-bottom: 0px;
    padding-left: 0 !important;
  }
  .world-maps-header {
    margin-bottom: 0px !important;
    padding-bottom: 0px;
  }
  /*.accordion-with-hash {
        &:before {
            display: none;
        }
    }*/
}
.blog-cm .postListTitle,
.blog-cm .postListSubTitle {
  display: none;
}
@media (max-width: 770px) {
  .overview-color-header {
    margin: 0 !important;
    padding: 0;
  }
  .overview-color-header .linkedHeader {
    height: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #nav-pills-container {
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .cm-support-win {
    background-image: none !important;
  }
}
.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: 1rem;
  color: #444;
  font-family: museo-regular, sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000000;
  max-height: 100%;
  overflow-y: auto;
}
#CookiesNotify * {
  font-size: 1rem;
}
.cookiesNotifyContainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-flow: row;
  min-height: 70px;
}
@media (max-width: 760px) {
  .cookiesNotifyContainer {
    width: 100%;
    flex-flow: column wrap height: 100%;
    overflow-y: auto;
  }
}
.tab-pane {
  width: 100%;
}
.tab-pane * {
  width: 100%;
}
@media (max-width: 760px) {
  .tab-pane * {
    width: 100%;
  }
}
#nav-pills-content {
  box-sizing: border-box;
  padding-left: 40px;
}
.card-menu-item {
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  margin: 0px 50px;
  border-bottom: transparent 10px solid;
  padding: 0px;
  max-width: 361px;
}
.card-menu-item .caption {
  padding: 15px;
}
.card-menu-item p {
  font-size: 0.8rem;
}
.card-menu-item .thumbnail-image {
  padding: 0px;
}
.card-menu-item:hover {
  border-color: black;
  border-bottom: #805098 10px solid;
}
@media (max-width: 992px) {
  .card-menu-item {
    margin: 15px 5px;
    padding: 0px;
  }
  .card-menu-item .caption {
    padding: 0px;
  }
}
.features-stripe {
  border-bottom: 1px solid #C4C4C4;
}
.image-80 .thumbnail-image {
  display: flex;
  justify-content: center;
}
.image-80 .thumbnail-image img {
  width: 80% !important;
}
.image-80.left .thumbnail-image {
  justify-content: left;
}
.image-80.right .thumbnail-image {
  justify-content: right;
}
.image-margin .thumbnail-image {
  margin-bottom: 60px;
}
@media (min-width: 1300px) {
  .features-stripe .media-left > img,
  .features-stripe .media-right > img,
  .features-stripe .media-left > video,
  .features-stripe .media-right > video {
    transform: scale(0.9);
  }
}
@media (max-width: 1300px) {
  .image-80 .thumbnail-image {
    justify-content: center !important;
  }
}
.align-items-center {
  display: flex;
}
.video-bg {
  min-height: 600px;
}
.main-banner,
.small-banner {
  display: flex;
}
.main-banner .container,
.small-banner .container {
  margin: auto;
}
.main-banner {
  height: 600px;
}
.large-banner {
  height: 763px;
}
.small-banner {
  height: 500px;
}
.align-row a,
.align-row p {
  font-size: 0.9rem;
}
.align-row .row > * {
  display: grid;
}
.align-row .thumbnail {
  display: grid;
}
.align-row .thumbnail-image {
  margin: auto;
  margin-bottom: 15px;
}
@media (min-width: 1750px) {
  .video-bg {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .video-bg {
    display: none;
  }
}
@media (max-width: 991px) {
  .main-banner {
    height: 680px;
  }
  #sprites {
    margin-top: 0 !important;
  }
  .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;
  }
  .dropdown-content {
    box-shadow: none;
  }
  iframe {
    width: 100% !important;
  }
  .button-holder {
    flex-flow: column wrap;
    height: auto;
  }
  .button-holder * {
    font-size: 1rem;
  }
  .button-holder a {
    margin: 5px;
  }
  h4 {
    font-size: 1.6rem;
  }
  p,
  li {
    padding: 0 !important;
    font-size: 18px !important;
    margin-bottom: 0.7rem;
  }
  footer > section {
    padding-bottom: 40px;
  }
  footer * {
    flex-flow: column wrap !important;
  }
  .flex-flow-row {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: flex;
  }
  .flex-flow-row > * {
    flex-flow: row !important;
  }
  .transparentBg > .navbar-collapse {
    width: 100%;
    padding-bottom: 0px;
  }
  .nav-link.btn {
    margin-bottom: 3px;
  }
  .navbar-collapse .dropdown-content {
    display: block;
    position: relative;
  }
  .navbar-collapse .dropdown-content a.nav-link {
    padding-left: 20px;
  }
  .postPreview.large > a > .postPreviewImage {
    width: 200px;
    height: 100px;
    background-size: cover;
  }
  .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;
  }
  .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 {
    font-size: 1.1rem !important;
    margin-top: 20px !important;
  }
  #purchaseTable {
    padding: 15px;
  }
  .purchaseTable td,
  .purchaseTable th {
    padding: 5px !important;
  }
  .customizer {
    display: flex !important;
    flex-flow: column wrap !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .customizerHolder > * {
    padding: 10px !important;
  }
  #shopingCart * {
    font-size: 1rem !important;
  }
  #shopingCart * .first-col {
    text-align: right !important;
  }
  section {
    padding: 10px;
  }
  .tab-buttons-holder,
  .accTab {
    flex-flow: column wrap !important;
  }
  .tab-buttons-holder .licenses,
  .accTab .licenses {
    padding: 10px;
    justify-content: center;
    align-items: center;
  }
  #myLicenses,
  #resultTable {
    display: none;
  }
  #full-screen-notification {
    display: block;
  }
  .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-wrap: wrap;
  }
  #v-pills-tabContent {
    margin-top: 20px;
  }
  .map-space {
    min-height: 0px;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto {
    max-height: auto !important;
    min-height: auto !important;
  }
  .nav-pills-row {
    margin-bottom: 80px;
  }
}
@media (min-width: 900px) {
  section {
    padding: 60px 20px;
  }
  .mainWithTwoLevelsNav {
    margin-top: 110px;
  }
  .noShadow {
    box-shadow: 0 0 0 0 !important;
  }
}
@media (max-width: 900px) {
  .first-section {
    padding-top: 80px;
  }
}
@media (max-width: 1280px) {
  .thumbnail .thumbnail-image {
    max-width: 100%;
  }
}
@media (max-width: 1300px) {
  .features-stripe .media-left,
  .features-stripe .media-right,
  .features-stripe .thumbnail-image {
    order: 0;
    padding-bottom: 10px;
  }
  .features-stripe .media-body {
    order: 1;
  }
  .features-stripe .media-right {
    padding-left: 0px;
  }
  .features-stripe .media-left {
    padding-right: 0px;
  }
}
/*@media(max-width: 791px){
    .only-for-mobile {
        .btn-primary, 
        .btn-outline-primary {
            width: 350px
        }
    }
}*/
.tab-pane .card {
  border: none;
  background-color: transparent;
}
.tab-pane .card .card-header {
  border: none;
  background-color: transparent;
}
.tab-pane .card .card-header button {
  margin: 0 !important;
  padding: 0px 5px 4px 0px;
  width: 100%;
  text-align: left;
  background-color: transparent;
  font-weight: 600;
  white-space: normal;
}
.tab-pane .card .card-header button:focus {
  box-shadow: none;
}
.tab-content {
  padding-left: 50px;
}
.accordion-with-hash {
  display: inline-block;
}
.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: 16px;
  height: 18px;
}
.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");
}
.accordion-with-hash,
.accordion-with-hash::before,
.accordion-with-hash:hover,
.accordion-with-hash:active,
.accordion-with-hash:focus,
.accordion-with-hash.active {
  background-color: white;
  /*font-size: 1.1rem !important;*/
  color: #4f4f4f !important;
  font-weight: 600;
  box-shadow: none;
}
.left-side-nav {
  width: 100%;
  padding-top: 0px;
}
.left-side-nav .container {
  display: block;
}
.left-side-nav-titles {
  justify-content: center;
}
.left-side-nav-titles .contents {
  text-align: center;
  color: #60a33c;
}
.left-side-nav-contents {
  padding-left: 35px;
}
@media (max-width: 991px) {
  .left-side-nav-contents {
    padding-left: 0px;
    /*.collapse {
            display: inherit;
        }*/
  }
  .left-side-nav-contents .card-body {
    padding: 10px;
  }
  .left-side-nav-contents .card-body a {
    font-size: 18px;
  }
}
/*

.btn.btn-link.accordion-with-hash:focus {
    font-weight: normal;
}

.tab-content {
    padding-left: 50px;
}

.tab-pane {
    .card {
        .card-header {
            background-color: transparent;

            button {
                margin: 0 !important;
                padding: 8px 10px;
                width: 100%;
                text-align: left;
                background-color: transparent;
                font-weight: 600;

                &:focus {
                    box-shadow: none
                }
            }

            .accordion-with-hash {
                display: inline-block;

                &: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;
                }

                &.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");
                }
            }
        }
    }
}*/