@charset "UTF-8";
.dark-bcg {
  background: #34495e !important;
}

.medium-bcg {
  background: #5e84aa !important;
}

.light-bcg {
  background: #f3f6ff !important;
}

.btn {
  border: none;
  padding: 1.2rem 1.5rem;
  font-size: 1.1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  transition: 0.3s;
  font-weight: 700;
}

.btn-lg {
  padding: 3.5rem 4.5rem;
  font-size: 1.9rem !important;
}
@media (max-width: 767px) {
  .btn-lg {
    padding: 2.2rem 3.5rem;
    font-size: 1.7rem !important;
  }
}

.btn-primary {
  color: #fff !important;
  border: 1px solid #f0a033;
  background: #f0a033;
  box-shadow: 0px 2px 0px #be7919 !important;
  text-decoration: none !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  text-decoration: none;
  color: #fff !important;
  background: #e09228 !important;
  border: 1px solid #f0a033;
}

.btn-outline-primary {
  color: #fff !important;
  border: 1px solid #f0a033;
  background: transparent;
  box-shadow: 0 2px 0 #be7919 !important;
  text-decoration: none !important;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  text-decoration: none;
  color: #fff !important;
  background: #e09228 !important;
  border: 1px solid #f0a033;
}

.btn-secondary {
  color: #fff !important;
  background: #578eb2;
  padding: 0.8rem 1.5rem;
  font-size: 1.4rem;
  text-decoration: none !important;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  text-decoration: none;
  color: #fff !important;
  background: #62a2cc !important;
}

.border-primary {
  border-color: #f0a033 !important;
}

.border-secondary {
  border-color: #578eb2 !important;
}

.text-primary {
  color: #f0a033 !important;
}

.text-secondary {
  color: #578eb2 !important;
}

.text-muted {
  color: #999 !important;
}
.text-muted a {
  color: #999 !important;
}

.h1, h1 {
  font-size: 3rem;
}

.rounded {
  border-radius: 0.4rem !important;
}

textarea {
  resize: none;
  font-size: 15px !important;
}

.form-control {
  font-size: 15px !important;
}

.elipsis-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.w-33 {
  width: 33.3333333333%;
}

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
}
body.admin-bar .fixed-top {
  top: 32px;
}
@media (max-width: 767px) {
  body.admin-bar .fixed-top {
    top: 46px;
  }
}

.header {
  background: #2c3e50;
}
.header__links {
  padding-bottom: 7px;
}
.header__logo img {
  width: 220px;
}
@media (max-width: 767px) {
  .header__logo img {
    height: 36px;
    width: auto;
  }
}
.header__contact a {
  position: relative;
  color: #bdc3c7;
  font-size: 1.2rem;
  text-decoration: none;
}
.header__contact a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 1.4rem;
}
.header__contact a[href^="tel:"] {
  padding: 0 0 0 20px;
}
.header__contact a[href^="tel:"]::before {
  background: url(../images/phone-icon.png) no-repeat center center;
  background-size: contain;
}
.header__contact a[href^="mailto:"] {
  padding: 0 0 0 20px;
}
.header__contact a[href^="mailto:"]::before {
  background: url(../images/email-icon.png) no-repeat center center;
  background-size: contain;
}
.header__contact a:hover {
  text-decoration: underline;
}
.header .nav-link {
  font-size: 1.5rem;
}
.header .nav-link:hover {
  color: #82b6ea !important;
}
.header .nav > li {
  position: relative;
}
.header .nav > li > a {
  line-height: 40px;
}
.header .nav > li:hover > ul {
  display: block;
}
.header .nav > li:hover .subitem {
  background: url("../images/down-arrow-hover.svg") right 10px center no-repeat;
  background-size: 10px;
}
.header .nav > li:hover > a {
  color: #82b6ea !important;
}
.header .nav > li > ul {
  padding: 10px 0;
  display: none;
  position: absolute;
  list-style: none;
  left: -10px;
  background: #2c3e50;
  width: 240px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.header .nav > li > ul li a {
  color: #fff;
  padding: 8px 20px;
}
.header .nav > li > ul li.submenu {
  position: relative;
}
.header .nav > li > ul li.submenu > a {
  position: relative;
}
.header .nav > li > ul li.submenu > a:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: url("../images/down-arrow.svg") right 10px center no-repeat;
  background-size: 10px;
  padding-right: 30px;
  transform: rotate(-90deg);
  position: absolute;
  right: 5px;
  top: 11px;
}
.header .nav > li > ul li.submenu > a:hover:after {
  background: url("../images/down-arrow-hover.svg") right 10px center no-repeat;
  background-size: 10px;
}
.header .nav > li > ul li.submenu > ul {
  display: none;
  position: absolute;
  top: -10px;
  left: 100%;
  padding: 10px 0;
  background: #2c3e50;
  width: 240px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  list-style: none;
}
.header .nav > li > ul li:hover > ul {
  display: block;
}
.header .nav > li > ul li:hover > a {
  color: #82b6ea !important;
}
.header .nav > li > ul li:hover > a:after {
  background: url("../images/down-arrow-hover.svg") right 10px center no-repeat;
  background-size: 10px;
}
.header .nav > li .subitem {
  background: url("../images/down-arrow.svg") right 10px center no-repeat;
  background-size: 10px;
  padding-right: 30px;
}

.navbar-toggler {
  width: 3.5rem;
  height: 4rem;
  margin: 0 0 0 2.5rem;
  border: none;
  outline: none !important;
  background: transparent;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.navbar-toggler span {
  display: block;
  position: absolute;
  height: 0.2rem;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.navbar-toggler span:nth-child(1) {
  top: 1rem;
}
.navbar-toggler span:nth-child(2) {
  top: 1.8rem;
}
.navbar-toggler span:nth-child(3) {
  top: 1.8rem;
}
.navbar-toggler span:nth-child(4) {
  top: 2.6rem;
}
.navbar-toggler.open span:nth-child(1) {
  top: 1.5rem;
  width: 0%;
  left: 50%;
}
.navbar-toggler.open span:nth-child(2) {
  transform: rotate(45deg);
}
.navbar-toggler.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.navbar-toggler.open span:nth-child(4) {
  top: 1.5rem;
  width: 0%;
  left: 50%;
}

.content {
  padding-top: 6.6rem;
}
@media (min-width: 768px) {
  .content {
    padding-top: 8.9rem;
  }
}
.content__highlights {
  background: #dbeaf6;
}
@media (max-width: 767px) {
  .content__blog .h1 {
    font-size: 2.4rem;
  }
}
.content__blog .h2, .content__blog .widget-title {
  font-size: 2.4rem;
}
.content__blog .widget-title {
  font-weight: 300;
  margin-top: 3rem !important;
  margin-bottom: 2rem !important;
}
.content__blog__list .widget_search {
  margin-bottom: 0 !important;
}
.content__page {
  font-size: 1.4rem;
  line-height: 1.5;
}
.content__page a {
  color: #f0a033;
  text-decoration: underline;
}
.content__page a:hover {
  text-decoration: none;
}

.arrow-left {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
}

.arrow-right {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(50%);
  z-index: 500;
}

.intro {
  padding: 5rem 0;
  max-width: 85rem;
}
.intro__heading {
  line-height: 1.2;
  font-size: 3.4rem;
}
@media (max-width: 767px) {
  .intro__heading {
    font-size: 2.8rem;
  }
}
.intro__text {
  line-height: 1.5;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .intro__text {
    font-size: 1.7rem;
  }
}
.intro__form {
  max-width: 52rem;
}
@media (max-width: 550px) {
  .intro__form {
    max-width: 32rem;
  }
}
@media (max-width: 767px) {
  .intro__form button {
    margin-top: 10px;
  }
}
.intro__input {
  border: 0.1rem solid #fff;
  font-size: 2rem;
  flex: 1;
}
@media (max-width: 550px) {
  .intro__input {
    width: 100%;
  }
}
.intro__input::-webkit-input-placeholder {
  color: #999;
}
.intro__input:-ms-input-placeholder {
  color: #999;
}
.intro__input::placeholder {
  color: #999;
}
.intro__button {
  vertical-align: top;
}
@media (max-width: 550px) {
  .intro__button {
    width: 100%;
  }
}
.intro__info {
  line-height: 1.2;
  font-size: 1.2rem;
}
.intro__info a {
  text-decoration: underline;
}
.intro__info a:hover {
  text-decoration: none;
}
.intro__iframe {
  margin: 5rem 0;
}
@media (max-width: 767px) {
  .intro__iframe {
    margin: 0 0 5rem;
  }
}
.intro__iframe iframe {
  max-width: 100%;
  width: 100%;
}

.highlights {
  padding: 4.5rem 0 2rem 0;
}
@media (max-width: 550px) {
  .highlights {
    flex-direction: column;
    align-items: center;
  }
}
.highlights__item {
  width: 20%;
  position: relative;
  color: #34495e;
  font-size: 1.3rem;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .highlights__item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .highlights__item {
    width: 50%;
  }
}
@media (max-width: 550px) {
  .highlights__item {
    width: 100%;
    padding: 0 0 0 6.5rem;
  }
  .highlights__item:nth-child(1) img {
    left: 1.8rem;
  }
  .highlights__item:nth-child(2) img {
    left: 1rem;
  }
  .highlights__item:nth-child(3) img {
    left: 1.6rem;
  }
  .highlights__item:nth-child(4) img {
    left: 2rem;
  }
  .highlights__item:nth-child(5) img {
    left: 1.7rem;
  }
}
@media (min-width: 551px) {
  .highlights__item:nth-child(1) {
    padding: 0 1.5rem 0 4.3rem;
  }
  .highlights__item:nth-child(2) {
    padding: 0 1.5rem 0 6.5rem;
  }
  .highlights__item:nth-child(3) {
    padding: 0 1.5rem 0 5rem;
  }
  .highlights__item:nth-child(4) {
    padding: 0 1.5rem 0 4rem;
  }
  .highlights__item:nth-child(5) {
    padding: 0 0 0 5rem;
  }
}
.highlights__item img {
  position: absolute;
  top: 0;
  left: 1rem;
}
.highlights__item strong {
  font-size: 2.1rem;
}

.base-headings, .eshop__heading, .blog__heading, .text-1__heading,
.text-2__heading,
.text-3__heading,
.text-4__heading,
.try__heading, .reasons__heading, .reviews__heading, .companies__heading {
  line-height: 1.2;
  color: #34495e;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .base-headings, .eshop__heading, .blog__heading, .text-1__heading,
  .text-2__heading,
  .text-3__heading,
  .text-4__heading,
  .try__heading, .reasons__heading, .reviews__heading, .companies__heading {
    font-size: 2.4rem;
  }
}

.companies {
  padding: 6rem 0;
}
.companies__list a {
  padding: 30px 3rem !important;
}
.companies__list a img {
  max-width: 15rem;
}
@media (max-width: 767px) {
  .companies__list a img {
    max-width: 10rem;
  }
}

.reviews {
  padding: 6rem 0;
}
@media (max-width: 990px) {
  .reviews__item {
    width: 100%;
  }
}
.reviews .swiper-button-next, .reviews .swiper-button-prev {
  top: calc(50% + 30px);
  color: #34495e;
  outline: none;
}
@media (max-width: 767px) {
  .reviews .swiper-button-next, .reviews .swiper-button-prev {
    display: none;
  }
}
.reviews .swiper-button-next {
  right: -40px;
}
.reviews .swiper-button-prev {
  left: -40px;
}
@media (max-width: 767px) {
  .reviews .swiper-pagination {
    bottom: 30px;
  }
}
.reviews .swiper-pagination .swiper-pagination-bullet-active {
  background: #34495e;
}

.review-item__text {
  font-size: 1.4rem;
  color: #333;
  line-height: 1.6;
}
.review-item__name {
  font-size: 1.6rem;
  color: #2c3e50;
}
.review-item__rank {
  font-size: 1.2rem;
  color: #7f8c8d;
}
.review-item img {
  max-height: 2.5rem;
}

.reasons {
  padding: 6rem 0;
  max-width: 100rem;
  margin: 0 auto;
}
.reason-item {
  font-size: 1.6rem;
  font-weight: 300;
  margin: 0 0 3rem 0;
}
@media (min-width: 768px) and (max-width: 990px) {
  .reason-item img {
    max-width: 30rem !important;
  }
}
.reason-item__text {
  flex: 1;
  padding: 2rem 0 0 3.5rem;
}
@media (max-width: 767px) {
  .reason-item__text {
    padding: 2rem 0 0 0;
    align-items: center;
  }
}
.reason-item__text h3 {
  font-size: 2.4rem;
  font-weight: 300;
  color: #34495e;
  margin: 0 0 2rem 0;
}
.reason-item__text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.reason-item__text ul li {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.5rem;
}
.reason-item__text ul li:before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 0.6rem;
  height: 0.1rem;
  background: #666;
}
.reason-item.flex-row-reverse .reason-item__text {
  padding: 2rem 3.5rem 0 0;
}
@media (max-width: 767px) {
  .reason-item.flex-row-reverse .reason-item__text {
    padding: 2rem 0 0 0;
  }
}

.text-1,
.text-2,
.text-3,
.text-4,
.try {
  padding: 8rem 0 5rem 0;
}
@media (max-width: 767px) {
  .text-1,
  .text-2,
  .text-3,
  .text-4,
  .try {
    padding: 4rem 0 5rem 0;
  }
}
.text-1 a,
.text-2 a,
.text-3 a,
.text-4 a,
.try a {
  font-size: 1.3rem;
}

.text-1 {
  padding: 4.5rem 0 3.5rem 0;
}
.text-1 a {
  color: #2c3e50;
}

.text-2__heading {
  max-width: 73rem;
  margin: 0 auto;
}

.text-3__heading {
  max-width: 73rem;
  margin: 0 auto;
}
.text-3__heading strong {
  color: #f0a033;
  font-size: 4.8rem;
}

.text-4 {
  padding: 7rem 0 7rem 0;
}
@media (max-width: 767px) {
  .text-4 {
    padding: 4rem 0;
  }
}

.blog {
  padding: 6rem 0 4rem 0;
}
.blog-list {
  color: #000;
  font-size: 1.4rem;
}
.blog-list__item {
  background: #fff;
  width: calc(33.33% - 2rem);
  border-bottom: 0.1rem solid #e5e8f0;
}
@media (max-width: 990px) {
  .blog-list__item {
    width: calc(50% - 2rem);
  }
}
@media (max-width: 767px) {
  .blog-list__item {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 550px) {
  .blog-list__item {
    width: 100%;
  }
}
.blog-list__item h3 {
  font-size: 2.2rem;
}
.blog-list__item p {
  line-height: 1.5;
}
.blog-list a {
  color: #4d7393;
}
.blog-list a h3 {
  color: #0b538f;
}

.eshop {
  padding: 6rem 0;
}
.eshop__arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.eshop-list {
  border-left: 1px solid #DCE7F0;
  border-top: 1px solid #DCE7F0;
}
.eshop-list__item {
  width: 16.6666666667%;
  border-bottom: 1px solid #DCE7F0;
  border-right: 1px solid #DCE7F0;
  padding-top: 10%;
  position: relative;
}
@media (max-width: 990px) {
  .eshop-list__item {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .eshop-list__item {
    width: 25%;
    padding-top: 13%;
  }
}
@media (max-width: 550px) {
  .eshop-list__item {
    width: 50%;
    padding-top: 22%;
  }
}
.eshop-list__item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.eshop-list__item a img {
  max-width: calc(100% - 3rem);
  max-height: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .footer__copy {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer__logo {
    width: 100% !important;
    padding-top: 3rem;
  }
}
.footer__links h2, .footer__address h2 {
  font-size: 19px;
  color: #6a7f93;
}
@media (max-width: 767px) {
  .footer__links {
    width: 100% !important;
  }
}
.footer__links ul li a {
  color: #ffffff;
  font-size: 14px;
  display: block;
  padding: 0.6rem 0 0.6rem 0;
  position: relative;
  text-decoration: none;
  /*&::before {
    content: "";
    background: url('../images/footer-links.png') no-repeat center left;
    width: 0.6rem;
    height: 0.9rem;
    position: absolute;
    top: 0.6rem;
    left: 0;
  }*/
}
.footer__links ul li a:hover {
  color: #f0a033;
}
.footer__address {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
}
.footer__social a img {
  max-width: 2.6rem;
}

.copyright {
  background: #2c3e50;
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .copyright {
    line-height: 18px;
  }
}

.mobilemenu {
  top: 0;
  z-index: 1000;
  transition: 0.3s;
  left: 0;
  visibility: hidden;
}
.mobilemenu.open {
  visibility: visible;
}
.mobilemenu.open .mobilemenu__backdrop {
  display: block;
}
.mobilemenu.open .mobilemenu__body {
  transform: translateY(0);
}
.mobilemenu .mobilemenu-child-toggler {
  position: absolute;
  width: 47px;
  height: 47px;
  z-index: 1000;
  cursor: pointer;
  right: 0;
  top: 0;
}
.mobilemenu__backdrop {
  top: 0;
  left: 0;
  background: #3d464d;
  opacity: 0.9;
  display: none;
}
.mobilemenu__body {
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  transition: 0.3s;
  transform: translateY(-100%);
  padding-top: 6.6rem;
  background: #2c3e50;
}
@media (min-width: 768px) {
  .mobilemenu__body {
    padding-top: 8.9rem;
  }
}
.mobilemenu__content {
  flex-grow: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.mobilemenu .nav > li {
  margin: 0;
  padding: 0;
  display: block;
  border-bottom: 1px solid #578eb2;
  position: relative;
}
.mobilemenu .nav > li.open > a {
  color: #82b6ea;
}
.mobilemenu .nav > li.open > a.subitem {
  background: url("../images/down-arrow-hover.svg") right 10px center no-repeat;
  background-size: 10px;
}
.mobilemenu .nav > li.open > ul {
  display: block;
}
.mobilemenu .nav > li a {
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  transition: 0.3s;
  display: block;
  padding: 1.5rem 1.5rem;
  position: relative;
}
.mobilemenu .nav > li a.subitem {
  background: url("../images/down-arrow.svg") right 10px center no-repeat;
  background-size: 10px;
}
.mobilemenu .nav > li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 1.4rem;
}
.mobilemenu .nav > li a[href^="tel:"] {
  padding-left: 4rem;
}
.mobilemenu .nav > li a[href^="tel:"]::before {
  background: url(../images/phone-icon.png) no-repeat center center;
  background-size: contain;
}
.mobilemenu .nav > li a[href^="mailto:"] {
  padding-left: 4rem;
}
.mobilemenu .nav > li a[href^="mailto:"]::before {
  background: url(../images/email-icon.png) no-repeat center center;
  background-size: contain;
}
.mobilemenu .nav > li > ul {
  display: none;
  list-style: none;
  padding: 0;
  border-top: 1px solid #578eb2;
  background: rgba(175, 175, 175, 0.1);
}
.mobilemenu .nav > li > ul > li > ul {
  list-style: none;
}
.mobilemenu .nav > li > ul > li > ul > li {
  position: relative;
}
.mobilemenu .nav > li > ul > li > ul > li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  margin-left: -11px;
  position: absolute;
  top: 21px;
}

.blog-item {
  border-bottom: 1px dashed #555;
  font-size: 1.4rem;
  line-height: 1.5;
}
.blog-item__desc {
  font-size: 16px;
}
.blog-item__desc a {
  color: #f0a033;
  text-decoration: underline;
  font-weight: 700;
}
.blog-item__desc a:hover {
  text-decoration: none;
}
.blog-item__info .item-icon {
  display: inline-block;
}
.blog-item__info .item-icon img {
  height: 14px;
  vertical-align: middle;
  margin-right: 10px;
}
.blog-item__info .item-icon span {
  position: relative;
  top: 1px;
}
.blog-item__info .item-author {
  margin-left: 30px;
}
.blog-item__info .item-tag {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .blog-item__info .item-tag {
    display: block;
    margin-left: 0;
  }
}

.pagination {
  font-size: 1.4rem;
}
.pagination .disabled {
  display: none;
}
.pagination .page-item.active a {
  background: #5e84aa !important;
  border-color: #5e84aa !important;
  color: #fff;
}
.pagination .page-item .page-link {
  padding: 0.9rem 1.4rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #999;
  margin: 0.2rem;
  transition: 0.3s;
}
.pagination .page-item .page-link.medium-bcg {
  border-color: #5e84aa !important;
}
.pagination .page-item .page-link.medium-bcg:hover {
  background: #62a2cc !important;
  border-color: #62a2cc !important;
}
@media (max-width: 767px) {
  .pagination .page-item.prev, .pagination .page-item.next {
    display: none;
  }
}

.search-form {
  font-size: 1.2rem;
}
.search-form__input {
  flex: 1;
  outline: none !important;
}
.search-form__settings, .search-form__btn {
  outline: none !important;
}

@media (max-width: 767px) {
  .categories-toggler:before {
    content: "";
    border-top: 5px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 50%;
    left: 11rem;
    transform: translateY(-50%);
    position: absolute;
  }
}

.widget_categories {
  font-size: 1.6rem;
  line-height: 1.5;
  /*display: none;
  @media (min-width: 768px) {
    display: block !important;
  }*/
}
.widget_categories.open {
  display: block;
}
.widget_categories a {
  color: #f0a033;
  text-decoration: underline;
  font-weight: 400;
}
.widget_categories a:hover {
  text-decoration: none;
}

.tagcloud {
  line-height: 1.4;
}
.tagcloud a {
  color: #f0a033;
  text-decoration: underline;
}
.tagcloud a:hover {
  text-decoration: none;
}

.single-page {
  font-size: 1.4rem;
  line-height: 1.5;
}
.single-page__thumb {
  width: 100%;
  padding: 0 0 2rem 0;
}
@media (min-width: 550px) {
  .single-page__thumb {
    max-width: 30rem !important;
    float: right;
    padding: 0 0 2rem 2rem;
    width: auto;
  }
  .single-page__thumb.fullwidth {
    max-width: 100% !important;
    padding: 0 0 2rem 0;
    float: none;
  }
}
.single-page__content a {
  color: #f0a033;
  text-decoration: underline;
}
.single-page__content a:hover {
  text-decoration: none;
}
.single-page__content img {
  max-width: 100%;
  height: auto;
}
.single-page__content h2 {
  font-size: 30px;
  margin: 24px 0;
  font-weight: 300;
}
.single-page__content h3 {
  margin: 24px 0;
  font-size: 26px;
  font-weight: 300;
}
.single-page__content h4 {
  font-size: 24px;
  margin: 24px 0;
  font-weight: 300;
}
.single-page__content h5 {
  font-size: 20px;
  margin: 24px 0;
  font-weight: 300;
}
.single-page__content p {
  font-size: 16px;
}
.single-page__content hr {
  clear: both;
}
.single-page__content ul {
  font-size: 16px;
}
.single-page__content blockquote {
  background: #f5f5f5 url(../images/left-quote.png) no-repeat 28px 20px;
  padding: 20px 20px 20px 80px;
  font-style: italic;
  color: #212529;
  margin: 20px 0;
}

.related-articles a {
  color: #f0a033;
  text-decoration: none;
  font-weight: 700;
}
.related-articles a:hover {
  text-decoration: underline;
}

.comments {
  border-top: 1px dashed #555;
}

.breadcrumb {
  font-size: 1.4rem;
  line-height: 1.3;
  padding-left: 0;
  background-color: transparent;
}
.breadcrumb a {
  color: #f0a033;
  text-decoration: underline;
}
.breadcrumb a:hover {
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "→";
}

.pricing-plan {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media (min-width: 991px) {
  .pricing-plan {
    width: calc(50% - 2rem);
    /*    width: calc(33.33% - 2rem);*/
  }
}
.pricing-plan__icon {
  position: absolute;
  left: 50%;
  transform: translateX(-32.5px);
  top: -3.7rem;
}
.pricing-plan__icon img {
  height: 69px;
}
.pricing-plan__name {
  font-size: 3.6rem;
}
.pricing-plan__cost strong {
  font-size: 4.6rem;
}
.pricing-plan__cost small {
  font-size: 1.4rem;
}
.pricing-plan__annualy {
  font-size: 2.4rem;
}
.pricing-plan__benefits {
  color: #777;
}
.pricing-plan__benefits ul li {
  position: relative;
  padding: 0 0 1rem 2rem;
}
.pricing-plan__benefits ul li:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #578eb2;
  position: absolute;
  top: 0.8rem;
  left: 0;
  border-radius: 100%;
}

.yarpp-related h3 {
  text-transform: none !important;
}

#orange {
  background-color: #f0a033;
  box-shadow: 0px 2px 0px #be7919;
  width: 128px;
  height: 38px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  display: block;
  float: left;
  margin-left: 10px;
  text-align: center;
  border-radius: 3px;
  line-height: 38px;
}

.comment-box {
  background-color: #F3F6FF;
  padding: 20px;
  margin-bottom: 20px;
}
.comment-box .comment-top strong {
  display: block;
  font-size: 16px;
}
.comment-box .comment-top a {
  color: #212529;
}
.comment-box .comment-top a:hover {
  text-decoration: underline;
}
.comment-box .comment-top span {
  display: block;
}
.comment-box .comment-reply {
  background: url("../images/reply.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.replies {
  padding-left: 60px;
  background: url("../images/right-drawn-arrow.svg") no-repeat left 20px top 20px;
  background-size: 20px;
}
@media (max-width: 767px) {
  .replies {
    padding-left: 0;
  }
  .replies .comment-box {
    margin-left: 60px;
  }
}

.content-wrapper .widget_search {
  margin-bottom: 20px;
}
.content-wrapper .widget_search h3 {
  display: none;
}

.tooltip-wrap {
  background: url("../images/question.svg") no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  cursor: pointer;
  margin-left: 5px;
}

.tooltip {
  font-size: 14px;
}
.tooltip .tooltip-inner {
  padding: 5px 10px;
  background-color: #578eb2;
  max-width: 300px;
}
.tooltip .arrow:before {
  border-top-color: #578eb2;
}

.instagram-icon img {
  max-width: 2rem !important;
}

.wpdreams_asp_sc-4 {
  border-radius: 0 !important;
}

.comparision-table {
  margin-top: 70px;
  margin-bottom: 50px;
}
.comparision-table table {
  width: 100%;
}
@media (max-width: 767px) {
  .comparision-table table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .comparision-table table td:first-of-type {
    width: 200px;
    white-space: normal;
    display: block;
  }
  .comparision-table table th {
    padding: 15px 5px !important;
  }
  .comparision-table table th img {
    display: none !important;
  }
}
.comparision-table tr td, .comparision-table tr th {
  padding: 15px 5px;
  width: 33%;
  text-align: center;
}
.comparision-table tr th {
  position: relative;
  padding: 30px 5px 15px;
}
.comparision-table tr th img {
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-32.5px);
  top: -5.5rem;
  height: 69px;
}
.comparision-table tr th h3 {
  font-size: 3.6rem;
}
.comparision-table tr td {
  font-size: 1.75rem;
}
.comparision-table tr td:first-of-type {
  text-align: left;
  padding-left: 20px;
}
.comparision-table tr td img {
  max-width: 25px;
}
.comparision-table tr td a {
  color: #578eb2;
}
.comparision-table tr:last-of-type td {
  font-weight: bold;
  color: #578eb2;
}
.comparision-table tr.heading td {
  text-align: left;
  font-weight: bold;
  background: rgba(87, 142, 178, 0.05);
  padding-left: 15px;
}

.comparision-table-btn {
  margin-bottom: 70px;
}

.additional-table {
  margin-top: 70px;
  margin-bottom: 70px;
}
.additional-table table {
  width: 100%;
}
.additional-table tr td {
  padding: 15px 5px;
  width: 50%;
  text-align: center;
  font-size: 1.75rem;
}

.language-switcher {
  display: inline-block;
  margin-left: 20px;
  max-height: 20px;
}
.language-switcher .nav > li > ul {
  width: auto;
}

.call-me-wrapper .modal-header {
  background-color: #34495e;
  color: #fff;
}
.call-me-wrapper .modal-header h5 {
  font-size: 1.5rem;
  font-weight: bold;
}
.call-me-wrapper .modal-header .close {
  color: #fff;
}
.call-me-wrapper .modal-content {
  border-radius: 0.6rem;
}
.call-me-wrapper .modal-body {
  padding: 5rem;
}
.call-me-wrapper .modal-body p {
  font-size: 1.5rem;
  line-height: 2.2rem;
  margin-bottom: 3rem;
}
.call-me-wrapper .modal-body input {
  margin-bottom: 2rem;
}
.call-me-wrapper .modal-body [type=submit] {
  font-size: 1.5rem;
  padding: 1rem 5rem;
}
.call-me-wrapper .modal-body .call-me-contact-wrapper {
  margin: 2rem auto 0;
}
@media (min-width: 768px) {
  .call-me-wrapper .modal-body .call-me-contact-wrapper {
    max-width: 75%;
    margin: 5rem auto 0;
  }
}
.call-me-wrapper .modal-body .call-me-contact-wrapper img {
  border-radius: 100%;
  max-width: 100px;
}
.call-me-wrapper .modal-body .call-me-contact-wrapper .call-me-contact-info strong {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.5rem;
}
.call-me-wrapper .modal-body .call-me-contact-wrapper .call-me-contact-info small {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 1.5rem;
}
.call-me-wrapper .modal-body .call-me-contact-wrapper .call-me-contact-info a {
  font-size: 2rem;
}
.call-me-wrapper .modal-body .wpcf7-not-valid {
  border-color: red;
}
.call-me-wrapper .modal-body .wpcf7-not-valid-tip {
  position: relative;
  top: -15px;
}
.call-me-wrapper .modal-body .wpcf7-spinner {
  position: absolute;
  top: 9px;
}
.call-me-wrapper .modal-body .wpcf7-response-output {
  border: 0;
  font-size: 1.3rem;
  line-height: 1.8rem;
  padding: 0;
  margin-top: 1rem;
  text-align: center;
}

.coupon-wrapper {
  display: none;
}

#create_instance_form table {
  width: 50%;
}
#create_instance_form table td {
  vertical-align: top;
}
#create_instance_form table .error {
  text-align: right;
  color: red;
  display: block;
  font-size: 1.3rem;
  padding: 0.5rem 0;
  clear: both;
}
#create_instance_form table .error-border {
  border-color: red;
}
#create_instance_form .message-wrapper {
  display: none;
  margin: 2rem auto;
  padding: 1.5rem;
  border-radius: 0.3rem;
  width: 50%;
}
#create_instance_form .message-wrapper.error {
  color: red;
  background-color: #ffeded;
}
#create_instance_form .install-btn {
  margin-top: 2rem;
}
#create_instance_form .install-btn:disabled {
  background: #e09228 !important;
  border: 1px solid #f0a033;
}

/*# sourceMappingURL=styles.css.map */
