@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap");

.simple-page-head {
  padding-bottom: 0;
}

.error {
  color: red;
}

.success {
  color: green;
}

.success-request {
  color: green !important;
  text-align: center !important;
  font-size: 16px !important;
}

.block.tagline {
  background-attachment: scroll, scroll;
  background-clip: border-box, border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, rgba(10, 42, 58, 0.8), rgba(10, 42, 58, 0.8)), url("../images/dist/tagline-bg.jpg");
  background-origin: padding-box, padding-box;
  background-position: 0 0%, center center;
  background-repeat: repeat, no-repeat;
  background-size: cover;
}

.block.clients {
  margin: 0px;
}

.block.clients.border {
  border: 1px solid;
  color: #f3f1ed;
}

.tile-chapters {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: space-around;
}

.tile-chapters__title {
  font: 400 22px/1 "PFRegalTextPro", sans-serif;
  text-align: center;
}

@media screen and (min-width: 1024px), print {
  .tile-chapters__title {
    font-size: 32px;
  }
}

@media screen and (max-width: 479px) {
  .tile-chapters__title {
    font-size: 20px;
  }
}

.tile-chapters__item {
  width: 33%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}

.float-img-r {
  float: right;
}

.float-img-l {
  float: left;
}

@media (max-width: 768px) {
  .float-img-r {
    float: none;
  }

  .float-img-l {
    float: none;
  }
}

@media screen and (max-width: 1023px) {
  .tile-chapters__item {
    width: 50%;
    padding: 5px;
  }
}

.blog-soc.soc-links {
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
  width: 200px;
}

.blog-soc.soc-links .item {
  flex: 0 1 auto;
  background-position: center;
  width: 30px;
  height: 30px;
}

.tile-chapters__img {
  margin-bottom: 20px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  width: 100%;
  margin-bottom: 30px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-share-wrap .yashare-wrap {
  display: inline-block;
  vertical-align: middle;
}

.c-share-title {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

@media screen and (max-width: 479px) {
  .c-share-wrap .yashare-wrap {
    display: block;
  }

  .c-share-wrap {
    margin-bottom: 30px;
  }
}

.spec-header-august {
  float: right;
  font-size: 20px;
  background: url("../images/line-stats.png") 0 0 no-repeat;
  background-size: 50px 50px;
  padding-left: 75px;
  height: 60px;
  margin-bottom: 20px;
  font-weight: bold;
}

.spec-header-august > span {
  display: inline-block;
  color: #d32e42;
}

.spec-august .seo-header--red {
  color: #d32e42;
}

.august-intro {
  font-size: 20px;
  font-weight: 500;
}

.how-it-work-august {
  display: none;
  padding-top: 40px;
  font-size: 14px;
}

.how-it-work-august strong {
  font-size: 16px;
  font-weight: 500;
}

.august-row {
  display: flex;
}

.august-col--right {
  min-width: 220px;
  padding: 0 0 0 50px;
  text-align: center;
}

.block.marketing.spec-august .button {
  background: #d32e42;
  width: 100%;
  margin-top: 0;
  font-weight: 500;
  font-size: 20px;
  text-transform: none;
}

.how-work-more {
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
  border-bottom: 1px dashed;
  line-height: 1.25;
}

.how-work-more:after {
  content: "";
  background: url("../images/arrows/u793.png");
  background-size: contain;
  width: 10px;
  height: 10px;
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 10px;
}

.how-work-more--active:after {
  transform: rotate(-90deg);
}

@media screen and (max-width: 970px) {
  .august-row {
    width: 100%;
  }

  .august-row {
    display: block;
  }

  .august-col--right {
    padding-left: 0;
    padding-top: 40px;
  }

  .spec-header-august-wrap {
    display: flex;
  }

  .spec-header-august {
    float: none;
    margin: 0 auto;
    font-size: 15px;
    background-size: 40px 40px;
    padding-left: 50px;
  }
}

#modal-form-queez .queez-step {
  text-align: center;
  display: none;
}

#modal-form-queez .queez-step label {
  font-size: 18px;
  color: #d32e42;
  font-weight: bold;
  text-align: left;
}

#modal-form-queez .queez-step .queez-step-hint {
  text-align: left;
  font-weight: 400;
  font-style: oblique;
  font-size: 14px;
  color: #999999;
}

#modal-form-queez .queez-step input[type="text"] {
  width: 100%;
}

#modal-form-queez .queez-step .button {
  font-size: 16px;
  font-weight: bold;
  padding: 14px 97px 12px 97px;
  margin: 20px auto 0;
}

#modal-form-queez .final-step {
  display: none;
}

.queez-radio-wrap {
  display: flex;
  flex-wrap: wrap;
}

.queez-radio {
  margin: 0 20px 10px 0;
  text-align: left;
}

.queez-radio input[type="radio"] {
  margin: 0px 5px 0px 0;
}

pre {
  overflow: auto;
}

ol.EnlighterJS,
ul.EnlighterJS {
  font-size: 14px;
}

ol.gitEnlighterJS li,
ul.gitEnlighterJS li {
  margin-top: 0 !important;
  line-height: 26px;
}

.EnlighterJS span {
  font-size: 16px;
}

.blog-bloks {
  display: flex;
  flex-wrap: wrap;
}

.blog-item-block {
  width: 320px;
  margin-bottom: 60px;
  margin-right: 20px;
  position: relative;
}

.blog-item-block:nth-child(3n) {
  margin-right: 0;
}

.blog-item-block .preview {
  display: block;
  width: 100%;
  height: 195px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 10px;
}

.blog-item-block .blog-date {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  background-color: #bdc3c7;
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 5px 3px;
}

.blog-item-block .blog-item-tags,
.our-works .blog-item-tags {
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  max-width: 210px;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}

.blog-item-block .blog-item-tags .item-tag,
.our-works .blog-item-tags .item-tag {
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  background-color: #535c68;
  padding: 6px 5px 3px;
  display: block;
  margin-left: 8px;
  margin-bottom: 3px;
}

.blog-item-block .blog-item-tags .item-tag:hover,
.our-works .blog-item-tags .item-tag:hover {
  opacity: 1;
  background-color: #8b97a8;
}

.blog-item-block .text {
  text-align: center;
}

.blog-item-block .heading {
  font-weight: 700;
  font-size: 16px;
}

.blog-settings {
  display: flex;
  align-items: start;
  margin-bottom: 50px;
  justify-content: space-between;
}

.blog-view {
  display: flex;
  white-space: nowrap;
}

.blog-view-item {
  font-size: 14px;
  color: #000000;
  border: 1px solid #bed65a;
  border-radius: 2px;
  background: transparent;
  display: block;
  padding: 5px 15px 3px;
}

.blog-view-item.active {
  color: #ffffff;
  background: #bed65a;
}

.blog-settings .tag-cloud {
  font-size: 14px;
}

.blog-settings .tag-cloud ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.blog-settings .tag-cloud ul li {
  margin-right: 7px;
  line-height: 25px;
}

.blog-settings .tag-cloud ul li:before {
  display: none;
}

.blog-settings .tag-cloud ul li a {
  padding: 3px 5px;
}

.blog-settings .tag-cloud ul li a.tag-active {
  background: #bed65a;
  color: #ffffff;
}

.blog-search {
  position: relative;
  margin-left: 150px;
}

.blog-search-zoom {
  width: 35px;
  height: 35px;
  opacity: 0.7;
  background: url("../images/search-zoom.png") center center no-repeat;
  background-size: 17px;
  cursor: pointer;
}

.blog-search-form {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 174px;
  background-color: #bed65a;
  border-radius: 2px;
}

.blog-search-form.active {
  display: block;
}

.blog-search-form.onfocus {
  background-color: #535c68;
}

.blog-search-form input {
  border: none;
  background: transparent;
  width: 137px;
  font-size: 14px;
  color: #ffffff;
  padding: 4px 5px 4px 15px;
}

.blog-search-form button {
  width: 30px;
  height: 20px;
  background: url("../images/search-button.png") center center no-repeat;
  background-size: 17px;
  border: none;
  vertical-align: middle;
  cursor: pointer;
}

.block.blog.with-bottom-border {
  margin: 0;
  padding: 80px 0 0;
}

.block.blog.with-bottom-border .container {
  border-bottom: 1px solid #cccccc;
}

.block.blog.with-bottom-border .button.border {
  margin-top: 0px;
  margin-bottom: 60px;
}

.block.soc {
  padding: 40px 0 80px;
  margin: 0;
}

.block.soc .social-block.socials {
  margin: 0 4.5%;
}

.block.soc .social-block.socials .follow {
  text-align: center;
}

.block.soc .social-block.socials .follow .subscribe-wrap {
  display: inline-block;
  width: auto;
  float: none;
  margin-top: 30px;
  vertical-align: top;
}

.block.soc .social-block.socials .follow .subscribe form {
  margin-top: 0;
}

.block.soc .social-block.socials .follow .subscribe input {
  border: none;
}

.block.soc .social-block.socials .follow .subscribe input.error {
  background-image: url("../images/input_error.png");
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 36px;
  color: #d32e42;
}

.block.soc .social-block.socials .follow .subscribe input.success {
  background-image: url("../images/input_success.png");
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 36px;
  color: #8ea43c;
}

.block.soc .social-block.socials .follow .subscribe button {
  background-color: #d32e42;
  border: 1px solid #d32e42;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  padding: 8px 30px 5px;
  font-family: "FiraSans";
}

.block.soc .social-block.socials .follow p.error {
  font-weight: 400;
  font-size: 13px;
  color: #d32e42;
  text-align: left;
}

.block.soc .social-block.socials .follow p.success {
  font-weight: 400;
  font-size: 13px;
  color: #8ea43c;
  text-align: left;
}

.block.soc .social-block.socials .follow .social-links {
  display: inline-flex;
  width: auto;
  float: none;
  vertical-align: top;
}

.block.soc .social-block.socials .follow .social-links .link {
  width: 50px;
  height: 50px;
  margin-left: 8px;
  margin-right: 8px;
}

.block.soc .social-block.socials .follow .social-links .link:last-of-type {
  margin-right: 20px;
}

.block.soc .social-block.socials .follow .social-links .link.fb {
  background-image: url("../images/fb.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
}

.block.soc .social-block.socials .follow .social-links .link.vk {
  background-image: url("../images/vk.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
}

.block.soc .social-block.socials .follow .social-links .link.tw {
  background-image: url("../images/insta.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
}

@media screen and (max-width: 1279px) {
  .blog-bloks {
    justify-content: space-around;
  }

  .blog-item-block {
    margin: 0 10px 60px !important;
  }
}

@media screen and (max-width: 1023px) {
  .block.soc .social-block.socials .follow .subscribe-wrap {
    width: 100%;
  }

  .blog-settings {
    flex-wrap: wrap;
    justify-content: end;
  }
}

@media screen and (max-width: 479px) {
  .block.soc .social-block.socials .follow .subscribe form {
    flex-wrap: wrap;
  }

  .block.soc .social-block.socials .follow .subscribe input {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .block.soc .social-block.socials .follow .subscribe button {
    width: 100%;
  }
}

@media screen and (max-width: 356px) {
  .blog-view-item {
    padding: 5px 10px 3px;
  }

  .blog-search {
    margin-left: 10px;
  }

  .blog-search-zoom {
    width: 30px;
  }
}

.cta-wrap {
  display: flex;
}

.cta-text-block {
  padding-right: 40px;
}

.cta-button-block {
}

.cta-wrap .button {
  margin-top: 15px;
  padding: 0px 37px 15px 37px;
  font-weight: 700;
  font-size: 17px;
  text-transform: none;
}

.cta-wrap .button i {
  display: inline-block;
  margin-right: 15px;
}

p.cta-links-block {
  margin-top: 20px !important;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}

p.cta-links-block a {
  white-space: nowrap;
  margin-right: 20px;
  margin-bottom: 5px;
  display: inline-block;
}

.cta-img-links-block {
  display: flex;
  margin-top: 30px;
  font-size: 16px;
}

.cta-img-links-block p {
  margin-top: 0;
}

.cta-img-links-block a {
  margin-bottom: 5px;
  display: inline-block;
}

.cta-links-wrap {
  display: flex;
  margin-top: 20px;
}

.cta-links-wrap p.cta-links-block {
  display: block;
  margin-top: 0 !important;
}

.block.cta {
  padding: 50px 0 !important;
  margin: 0 0 4.5%;
}

.cta-container {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 19px;
  line-height: 1.45;
}

.cta-container .h3title {
  font-size: 28px;
  margin-bottom: 24px;
  line-height: 1;
}

.cta-container .cta-text-block {
  padding: 0;
  margin-bottom: 30px;
}

.cta-container .button {
  margin-top: 15px;
  padding: 0px 37px 15px 37px;
  font-weight: 700;
  font-size: 17px;
  text-transform: none;
  display: block;
}

.cta-container .button i {
  display: inline-block;
  margin-right: 15px;
}

.cta-container .cta-links-wrap {
  flex-wrap: wrap;
}

.cta-container .cta-links-wrap a {
  width: 25%;
  padding-top: 70px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 40px;
}

.cta-container .cta-links-wrap a.i::before {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.cta-container .i.toolt-7::before {
  background-image: url(../../../../upload/icons8-circled-play-100.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 55px;
  height: 55px;
}

.cta-container .i.toolt-9::before {
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMSA1MTEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMSA1MTE7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTI4cHgiIGhlaWdodD0iMTI4cHgiPgo8Zz4KCTxwYXRoIGQ9Ik00NzEuNSw1NmgtNDMyQzE3LjcyLDU2LDAsNzMuNzIsMCw5NS41djMyMEMwLDQzNy4yOCwxNy43Miw0NTUsMzkuNSw0NTVoNDMyYzIxLjc4LDAsMzkuNS0xNy43MiwzOS41LTM5LjV2LTMyMCAgIEM1MTEsNzMuNzIsNDkzLjI4LDU2LDQ3MS41LDU2eiBNMzkuNSw3MWg0MzJjMTMuNTA5LDAsMjQuNSwxMC45OTEsMjQuNSwyNC41VjEyMEgxNVY5NS41QzE1LDgxLjk5MSwyNS45OTEsNzEsMzkuNSw3MXogTTQ3MS41LDQ0MCAgIGgtNDMyQzI1Ljk5MSw0NDAsMTUsNDI5LjAwOSwxNSw0MTUuNVYxMzVoNDgxdjI4MC41QzQ5Niw0MjkuMDA5LDQ4NS4wMDksNDQwLDQ3MS41LDQ0MHoiIGZpbGw9IiMwMDAwMDAiLz4KCTxwYXRoIGQ9Ik0zOS41LDEwM2MxLjk3LDAsMy45MS0wLjgsNS4zLTIuMmMxLjQtMS4zOSwyLjItMy4zMywyLjItNS4zcy0wLjgtMy45MS0yLjItNS4zYy0xLjM5LTEuNC0zLjMzLTIuMi01LjMtMi4yICAgYy0xLjk3LDAtMy45MSwwLjgtNS4zLDIuMmMtMS40LDEuMzktMi4yLDMuMzMtMi4yLDUuM3MwLjgsMy45MSwyLjIsNS4zQzM1LjU5LDEwMi4yLDM3LjUzLDEwMywzOS41LDEwM3oiIGZpbGw9IiMwMDAwMDAiLz4KCTxwYXRoIGQ9Ik02My41LDEwM2MxLjk3LDAsMy45MS0wLjgsNS4zLTIuMmMxLjQtMS4zOSwyLjItMy4zMywyLjItNS4zcy0wLjgtMy45MS0yLjItNS4zYy0xLjM5LTEuNC0zLjMzLTIuMi01LjMtMi4yICAgYy0xLjk3LDAtMy45MSwwLjgtNS4zLDIuMmMtMS40LDEuMzktMi4yLDMuMzMtMi4yLDUuM3MwLjgsMy45MSwyLjIsNS4zQzU5LjU5LDEwMi4yLDYxLjUzLDEwMyw2My41LDEwM3oiIGZpbGw9IiMwMDAwMDAiLz4KCTxwYXRoIGQ9Ik04Ny41LDEwM2MxLjk3LDAsMy45MS0wLjgsNS4zLTIuMmMxLjQtMS4zOSwyLjItMy4zMywyLjItNS4zcy0wLjgtMy45MS0yLjItNS4zYy0xLjM5LTEuNC0zLjMzLTIuMi01LjMtMi4yICAgYy0xLjk3LDAtMy45MSwwLjgtNS4zLDIuMmMtMS40LDEuMzktMi4yLDMuMzMtMi4yLDUuM3MwLjgsMy45MSwyLjIsNS4zQzgzLjU5LDEwMi4yLDg1LjUzLDEwMyw4Ny41LDEwM3oiIGZpbGw9IiMwMDAwMDAiLz4KCTxwYXRoIGQ9Ik0yODkuNzc0LDE5Mi4zNTNjLTMuOTQ1LTEuMjU1LTguMTY1LDAuOTI2LTkuNDIxLDQuODczbC01NiwxNzZjLTEuMjU2LDMuOTQ3LDAuOTI2LDguMTY1LDQuODczLDkuNDIxICAgYzAuNzU2LDAuMjQxLDEuNTIyLDAuMzU1LDIuMjc2LDAuMzU1YzMuMTc5LDAsNi4xMy0yLjAzNyw3LjE0NS01LjIyOGw1Ni0xNzZDMjk1LjkwMywxOTcuODI3LDI5My43MjEsMTkzLjYwOSwyODkuNzc0LDE5Mi4zNTN6IiBmaWxsPSIjMDAwMDAwIi8+Cgk8cGF0aCBkPSJNMzI0LjgwMywyMTAuMTk3Yy0yLjkyOS0yLjkyOS03LjY3OC0yLjkyOS0xMC42MDYsMGMtMi45MjksMi45MjktMi45MjksNy42NzcsMCwxMC42MDZsNjYuNjk3LDY2LjY5N2wtNjYuNjk3LDY2LjY5NyAgIGMtMi45MjksMi45MjktMi45MjksNy42NzcsMCwxMC42MDZjMS40NjQsMS40NjQsMy4zODQsMi4xOTcsNS4zMDMsMi4xOTdzMy44MzktMC43MzIsNS4zMDMtMi4xOTdsNzItNzIgICBjMi45MjktMi45MjksMi45MjktNy42NzcsMC0xMC42MDZMMzI0LjgwMywyMTAuMTk3eiIgZmlsbD0iIzAwMDAwMCIvPgoJPHBhdGggZD0iTTIwNC44MDMsMjEwLjE5N2MtMi45MjktMi45MjktNy42NzgtMi45MjktMTAuNjA2LDBsLTcyLDcyYy0yLjkyOSwyLjkyOS0yLjkyOSw3LjY3NywwLDEwLjYwNmw3Miw3MiAgIGMxLjQ2NCwxLjQ2NCwzLjM4NCwyLjE5Nyw1LjMwMywyLjE5N3MzLjgzOS0wLjczMiw1LjMwMy0yLjE5N2MyLjkyOS0yLjkyOSwyLjkyOS03LjY3NywwLTEwLjYwNkwxMzguMTA2LDI4Ny41bDY2LjY5Ny02Ni42OTcgICBDMjA3LjczMiwyMTcuODc0LDIwNy43MzIsMjEzLjEyNiwyMDQuODAzLDIxMC4xOTd6IiBmaWxsPSIjMDAwMDAwIi8+Cgk8cGF0aCBkPSJNMTE5LjUsMTAzaDMwNGM0LjE0MiwwLDcuNS0zLjM1OCw3LjUtNy41cy0zLjM1OC03LjUtNy41LTcuNWgtMzA0Yy00LjE0MiwwLTcuNSwzLjM1OC03LjUsNy41UzExNS4zNTgsMTAzLDExOS41LDEwM3oiIGZpbGw9IiMwMDAwMDAiLz4KCTxwYXRoIGQ9Ik00NTUuNSwxMDNoMTZjNC4xNDIsMCw3LjUtMy4zNTgsNy41LTcuNXMtMy4zNTgtNy41LTcuNS03LjVoLTE2Yy00LjE0MiwwLTcuNSwzLjM1OC03LjUsNy41UzQ1MS4zNTgsMTAzLDQ1NS41LDEwM3oiIGZpbGw9IiMwMDAwMDAiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 55px;
  height: 55px;
}

.cta-container .i.toolt-10::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAVaSURBVHhe7Z1HiCxFHIfXiDkLKupNjA+zGNGL+aCi76Be1Pd4JhBB8GRAzAkVEwoiHlQEMYCigojh4EURE4KCAQXBhGIOqN9vsaCsrZ7u3q3u+s/O/4PvsLPT3dX9m6mq7umqnpty1sVH8W98A7dBpyIn4D+RV6BTkfMxDuQedCrigRjDAzGGB2KMZRnIllPsJRgH8gDm3jctqhv/vx1y63o4Zv/h1tEDMeaCQHQJ4jt3NP/E+PgvCOR7veCMxmsYH38PpDIeiDE8EGN4IMbwQIzhgRjDAzGGB2IMD8QYHogxPBBjeCDG8ECM4YEYwwMZgB1xP9xs/q9+eCAF2RlfwnDsfsfbcD3sigdSiPXxbYyPXfAG7IoHUojVGB+32L9wB+yCyUC2wENx1/m/poO7MD5uqcdiF0wFsg7ehKp7w/bfxL3QMjvhuxgft9SDsAumArkR420HP8NN0SJH41eYK3fwPdSHrQtmAtkc429G6mVoibXxclT7kCtvULf27ItdMRPIgRhvN/VxtMLW+AzmyqnhdPfiE3gNbo99MBHIRqibouPtpqocp2FtDsBPMC3fb3guLpXqgeyGbQ1i7P2oAGuwBnXg0zJ9igqqBFUDORN/xHh7XXwfV+BY6APwEObK8iyqCitFlUC0g/qkx9sJfoBqLB/Bu1Hd4PR+V/kranDO0OyC72C6fTXmKqca95KMHsikKupB3ARTDkN1fXPLqPHcCofgFPwB022qm3sMDsGogTRVUT/jWTgJnb2rp5UuKxXWEVgKjVq6BXXnf7qt11EngkMxSiBtVVSfM3H1ZBRguh5VIVdi1xOwJrbDVzFdv7wTdRFxSAYJRBfSTkJ9rffHSVXUxtiXPbFpna/gYj/BR+KXmK5T3+rTcQyKBrIWqqH7A+N1pHapotrYADXCNrf+b/Bk7IrKfSnmOg/6Bu+OY1E0kAsxXjZn3yqqDTW8ujyR25Z6aQpuErpk8yTmln8Mc52MISkWiOrurzFeNnWxVVQb+qUu3ZGguqx7YI598ENMl9E3/CKsQbFAtsV4udS3cEjUM7oKcxf7VEXqB6RD8Aw8Cs/GXOfgCzwYa1EsEPU+fsF42dincQzUMH+OuTK0+SLqg1WTom3IpAuEfRrZpaJLGU9hrhw5db5xNS61y1yCooGogXwB4+W1s31+5C+Fek7qZOgSS1ye1G/xRLRC0UCEDoTOQW5F1em6P6kmF2O8P6k6mbRE8UCscRzG+5N6Dlpi2QeizsbHGO9TUNXVUBcmF8uyD0TsjR9hvF86mVSPzBozEYjQBU5VT9fjeWh1+tiZCWRa8ECM4YEYwwMxhgdiDA/EGB6IMTwQY3ggxvBAjOGBGMMDMYYHYgwPxBgeiDFaA9FAzPvc0UzvLV4QiFtXD8SYHogx5wPRaNNp9WGMd+hlzL1vWtQAoqnGH5tnDA/EGNdhHIgG4ziV0BiQ3MhZ3YvljMwqzIURrHEH/szSFkZQ83E5A9M1jKCm6nAGom8YwZvRKUwuDA34fD55TRMJaNx6/JrU1BlOIZrCWIm58xBNsZcLRaO8nCUyKQzRdGLooQxAWxhi0pl6UyiaDtzpSZcwRNulk0mhaMCq04GuYYhTMX7ftZjSFMrt6KG00CcMoUdEaE5GvU+DOjWDXQ7Nc5IL5Q70UBroG0ZgQ9S8Jm0jbD2UHiw2jL40haLZ4zyU/xgrjICHMoGxwwg0haLHUMxsKLXCCEz6pswcepBW+nSEMcMINIVyPM4U6dMRaoQRyIVyAc4UmjzsOdTO/4S1n4SgUDTdn8qjeVKsTVIzCppHXZPsW5mHRBN2auKatplNB2Ru7l+ctK2KQrt3EAAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 55px;
  height: 55px;
}

@media screen and (max-width: 1023px) {
  .cta-wrap {
    display: block;
  }

  .cta-text-block {
    padding-right: 0;
    margin-bottom: 15px;
  }

  p.cta-links-block {
    display: block;
  }

  .cta-img-links-block {
    display: block;
    text-align: center;
  }

  .cta-img-links-block img {
    margin: 0 15px 20px !important;
  }

  .cta-links-wrap {
    flex-wrap: wrap;
  }

  .block.cta {
    padding: 30px 0 !important;
  }

  .cta-container {
    font-size: 17px;
  }

  .cta-container .cta-links-wrap a {
    width: 50%;
  }

  .cta-container .h3title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.block.awards {
  padding: 0;
}

.block.awards .container {
  border-bottom: 1px solid #d4def1;
}

.awards-slider {
  padding: 20px 0;
}

.awards-slider .owl-prev,
.logos.owl-carousel3 .owl-prev,
.review-main-slider .owl-prev,
.works.owl-carousel2 .owl-prev {
  left: -45px;
  background: url("../images/b-arrow-back.png") center center no-repeat !important;
  background-color: #d4def1 !important;
  background-size: 13px !important;
  width: 35px;
  height: 35px;
  border-radius: 17px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  opacity: 1;
}

.awards-slider .owl-prev,
.logos.owl-carousel3 .owl-prev,
.review-main-slider .owl-prev {
  display: none !important;
}

.awards-slider .owl-next,
.logos.owl-carousel3 .owl-next,
.review-main-slider .owl-next,
.works.owl-carousel2 .owl-next {
  right: -45px;
  background: url("../images/b-arrow-next.png") center center no-repeat !important;
  background-color: #d4def1 !important;
  background-size: 13px !important;
  width: 35px;
  height: 35px;
  border-radius: 17px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  opacity: 1;
}

.awards-slider .owl-prev:hover,
.awards-slider .owl-next:hover,
.logos.owl-carousel3 .owl-prev:hover,
.logos.owl-carousel3 .owl-next:hover,
.review-main-slider .owl-prev:hover,
.review-main-slider .owl-next:hover,
.works.owl-carousel2 .owl-prev:hover,
.works.owl-carousel2 .owl-next:hover {
  background-color: #e6ecf6 !important;
}

.works.owl-carousel2 .owl-prev {
  top: 130px;
}

.works.owl-carousel2 .owl-next {
  top: 130px;
}

.awards-item {
  font-weight: 500;
  padding: 0 20px 0 55px;
  background: url("../images/icon-laurel.png") left top no-repeat;
  background-size: auto 100px;
  min-height: 100px;
}

.awards-item-img {
  height: 70px;
  display: flex;
  align-items: center;
}

.awards-item-img img {
  max-height: 100%;
  width: auto !important;
}

.block-title {
  font: 700 50px/1.1 "PFRegalTextPro", sans-serif;
  margin-bottom: 30px;
}

h3.block-title {
  font-size: 40px;
}

.br_head .block-title ins {
  margin-left: 0;
}

.br_head .block-title ins:after {
  content: ")";
}

.br_head .block-title ins:before {
  content: "(";
}

.brn_add {
  width: 256px;
  border: 1px solid #bed659;
  border-radius: 4px;
}

.brf_body {
  padding: 9px 0;
  background-color: transparent;
}

.brn_add:hover {
  background-color: #ccdd81;
}

.brf_header {
  padding: 0;
}

.brf_header + div:before {
  content: "+";
  width: 32px;
  height: 32px;
  background-color: #ebf3cd !important;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  border-width: 0;
  margin-top: 0;
  border-radius: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  z-index: 2;
}

.brfb_msg textarea {
  background-color: transparent;
  border: none;
}

.br_comment .brna_form .brf_body {
  border: none;
}

._incomment .brna_form .brf_body {
  border: 4px solid #b5b5b5;
}

.brna_form._ambushed .brfb_msg em {
  justify-content: flex-end;
  padding-right: 29px;
  font-weight: 500;
  font-size: 13px;
  color: #000000;
  font-style: normal;
  text-transform: uppercase;
}

.brna_form._ambushed:hover .brfb_msg em {
  color: #000000;
}

.br_head ins {
  color: #000000;
}

.br_head {
  float: left;
}

._incomment {
  width: 100%;
  float: right;
  margin: 0;
}

.br_tree .br_comment {
  float: none;
}

.br_comment .brn_add {
  float: right;
  margin-top: 0;
  margin-bottom: 28px;
}

.br_tree .br_comment .brn_add {
  float: none;
  margin-bottom: 0;
}

.br_node {
  margin: 20px 0;
}

.br_node .brna_form {
  min-width: 100%;
}

.br_tree {
  clear: both;
}

.br_tree .br_comment .br_node {
  margin: 0 0 0 20px;
}

.br_tree .br_comment .br_node ._tmp_for_form,
.br_tree .br_comment .br_node .br_comment .br_node .brna_form {
  margin: 20px 0 20px -20px;
  min-width: 100%;
}

.brc_header header .comment_wrapper {
  display: flex;
}

.brc_header header abbr:empty {
  justify-content: center;
  background: #f3f6fb;
}

.brc_header header abbr {
  width: 40px;
  height: 40px;
  background: #f3f6fb;
  border: 1px solid #d4def1;
  border-radius: 100%;
  margin-right: 0;
}

.brc_header header abbr img {
  max-width: none;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.brc_header header span {
  font-weight: 500;
  font-size: 19px;
  color: #000000;
  margin-left: 16px;
  margin-right: 0;
}

.brc_header header time {
  font-weight: 400;
  font-size: 15px;
  margin-left: 12px;
  margin-right: 0;
}

.br_comment article {
  font-weight: 400;
  font-size: 19px;
  margin-top: 16px;
}

.br_tree .br_comment .brn_add {
  margin-top: 16px;
  border: none;
}

.br_tree .br_comment .brn_add:hover {
  background-color: transparent;
}

.br_tree .br_comment .brn_add span {
  font-weight: 400;
  font-size: 19px;
  font-style: normal;
  color: #75777e;
  border-bottom: none;
}

.br_node .brna_form .brf_header + div:before {
  content: "";
  left: 20px;
  top: 0;
  width: 20px;
  height: 20px;
  border-width: 4px 4px 0 0;
  margin-top: -15px;
  transform: rotateZ(-45deg);
  background-color: #eeeeee !important;
  border-radius: 0;
}

.brf_header del {
  margin-top: -20px;
}

.br_node .brna_form .brf_body {
  background-color: #eee;
  padding: 20px;
}

.block.services {
  padding: 60px 0 0 0;
  margin: 0;
}

.services-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
}

.services-wrap-2cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 10px;
}

.services-item {
  width: 315px;
  border: 1px solid #d4def1;
  border-radius: 5px;
  padding: 40px 30px 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.services-wrap-2cols .services-item {
  margin-right: 30px;
}

.services-item:hover {
  margin-top: -2px;
  box-shadow: 0 2px 10px rgba(212, 222, 241, 1);
}

.services-info {
  width: 100%;
}

.services-title {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 15px;
}

.services-text {
  font-size: 15px;
  line-height: 1.45;
}

.services-button {
  width: 100%;
}

.services-button a {
  display: block;
  color: #0b5e8a;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #0b5e8a;
  border-radius: 4px;
  background: #fff;
  padding: 10px;
}

.services-item:hover .services-button a {
  color: #fff;
  border: 1px solid #fc1e2b;
  background: #fc1e2b;
  opacity: 1;
}

.services-price {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  color: #8e9baf;
  margin: 30px 0;
}

.services-price span {
  color: #000;
}

.result-slider-item {
  background-position: 0 0%, center center;
  background-repeat: repeat, no-repeat;
  background-size: cover;
  color: #fff;
  width: 100%;
}

.result-slider-item_wrap {
  background: rgba(10, 42, 58, 0.9);
  padding: 50px 0;
  margin: 0;
}

.result-slider-item .container {
}

.result-slider-head {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  justify-content: space-between;
}

.result-slider-head .block-title {
  margin-bottom: 0;
}

.result-slider-columns {
  display: flex;
}

.result-slider-text {
  max-width: 300px;
  margin-right: 70px;
  font-size: 19px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  line-height: 25px;
}

.result-slider-text a {
  color: #70a7c3;
}

.result-slider-button {
  width: 250px;
}

.result-slider-button.mobile {
  display: none;
  width: 100%;
}

.result-slider-button a {
  display: block;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #ffffff;
  border-radius: 4px;
  background: transparent;
  padding: 10px;
}

.result-slider-button a:hover {
  color: #0b5e8a;
  background: #fff;
  opacity: 1;
}

.result-slider-graf img {
  width: 100%;
}

.result-slider-stats {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.result-slider-stats .counter {
  font-size: 50px;
}

.result-slider-counter {
  display: flex;
  align-items: center;
}

.result-slider-counter .cnt {
  font-size: 17px;
  margin: 0 10px;
}

.result-slider-counter .prev {
  background: url("../images/b-arrow-back.png") center center no-repeat !important;
  background-color: #d4def1 !important;
  background-size: 13px !important;
  width: 39px;
  height: 39px;
  border-radius: 20px;
  opacity: 1;
  cursor: pointer;
}

.result-slider-counter .next {
  background: url("../images/b-arrow-next.png") center center no-repeat !important;
  background-color: #d4def1 !important;
  background-size: 13px !important;
  width: 39px;
  height: 39px;
  border-radius: 20px;
  opacity: 1;
  cursor: pointer;
}

.result-slider-counter .prev:hover,
.result-slider-counter .next:hover {
  background-color: #e6ecf6 !important;
}

.block.causes {
  padding: 60px 0 0 0;
  font-size: 19px;
  line-height: 1.45;
}

.causes-main-text {
  max-width: 720px;
  margin-bottom: 40px;
}

.causes-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.causes-item {
  margin-bottom: 30px;
  width: 48%;
}

.causes-item .boom {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}

.causes-item .boom:before {
  width: 40px;
  height: 45px;
}

.block.partners {
  padding: 45px 0;
  border-bottom: 1px solid #d4def1;
  margin: 0;
}

.review-main-slider-item {
  font-size: 19px;
  line-height: 1.4;
}

.review-main-slider-img {
  display: block;
  border: 1px solid #d4def1;
  border-radius: 4px;
  margin-bottom: 20px;
}

.review-main-slider-img:hover {
  box-shadow: 0 2px 10px rgba(212, 222, 241, 1);
}

.blog_tags {
  font-size: 17px;
  line-height: 1.45;
  padding-bottom: 15px;
}

.blog_tags a {
  display: inline-block;
  background-color: #f3f6fb;
  color: #75777e !important;
  padding: 7px 10px;
  margin: 0 7px 10px 0;
  border-radius: 4px;
  font-weight: 500;
  background-image: none;
}

.blog_tags a span {
  color: #bed659;
}

.blog_tags a:hover {
  background-color: #e6ecf6;
}

.burger-icon-mobile {
  display: block;
  position: relative;
  width: 60px;
  height: 50px;
  background: rgba(255, 255, 255, 1);
  cursor: pointer;
}

.burger-icon-mobile .strip {
  position: absolute;
  width: 32px;
  height: 3px;
  background: #000;
  border-radius: 2px;
  left: 14px;
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1;
}

.burger-icon-mobile .strip:nth-child(1) {
  top: 14px;
}

.burger-icon-mobile .strip:nth-child(2) {
  top: 24px;
}

.burger-icon-mobile .strip:nth-child(3) {
  top: 34px;
  width: 24px;
}

.floating-header .burger-icon-mobile {
  background: transparent;
}

.floating-header .mobile-buttons {
  display: none;
  margin-right: -4.5%;
  align-items: center;
}

.floating-header .cons-button {
  position: relative;
}

.menu.responsive .item--lvl-1 {
  margin-bottom: 15px;
}

.menu.responsive .link {
  line-height: 20px;
}

.menu.responsive .menu-sub {
  padding: 0 0 10px;
  line-height: 1.3;
  display: none;
}

.menu.responsive .menu-sub-item {
  margin: 15px 0 6px;
}

.menu.responsive .menu-sub-item.item-sub {
  margin: 0;
}

.menu.responsive .menu-sub-item .link {
  text-transform: none;
  font-weight: normal;
  font-size: 16px;
}

.menu.responsive .menu-sub-item.item-sub .link {
  font-size: 13px;
}

.menu.responsive .menu-sub.megamenu {
  padding-top: 10px;
}

.menu.responsive .menu-sub.megamenu .submega-item {
  display: block;
  margin-bottom: 20px;
}

.menu.responsive .menu-sub.megamenu .submega-title {
  font-size: 17px;
}

.menu.responsive .menu-sub.megamenu .submega-item ul {
  font-size: 13px;
  margin: 10px 0 0;
}

.menu.responsive .contacts {
  margin: 30px 0 10px;
}

.menu.responsive .contacts .links-block {
  display: none;
}

.menu.responsive .contacts .item {
  color: #0b5e8a;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}

.menu.responsive .contacts .item .link {
  color: #0b5e8a;
}

.menu.responsive .link_lk {
  margin: 0;
  /*color: #8e9baf;*/
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  height: auto;
  width: auto;
  min-height: 20px;
  /*  background-size: 20px;
  background-position: top left;*/
  background: none;
  padding: 0;
  margin-bottom: 50px;
}

.menu.responsive .menu-toggle {
  display: inline-block;
  background: #d4def1;
  color: #6a6f78;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  vertical-align: sub;
  margin-left: 10px;
  cursor: pointer;
}

.menu.responsive .menu-toggle:after {
  content: "+";
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 24px;
  font-size: 23px;
}

.menu.responsive .menu-toggle.open:after {
  content: "-";
  line-height: 22px;
}

.menu.responsive .burger-icon-menu {
  display: none;
  left: auto;
  right: 0;
  background: rgba(255, 255, 255, 1);
  position: absolute;
  z-index: 20;
  width: 60px;
  height: 50px;
  top: 0;
  cursor: pointer;
  border-bottom-right-radius: 4px;
}

.menu.responsive .burger-icon-menu .strip {
  position: absolute;
  width: 32px;
  height: 3px;
  background: #000;
  border-radius: 2px;
  left: 14px;
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1;
}

.menu.responsive .burger-icon-menu .strip:nth-child(1) {
  top: 14px;
  transform: translate(0, 10px) rotate(45deg);
}

.menu.responsive .burger-icon-menu .strip:nth-child(2) {
  top: 24px;
  transform: scale(0, 1);
  opacity: 0.3;
}

.menu.responsive .burger-icon-menu .strip:nth-child(3) {
  top: 34px;
  width: 24px;
  transform: translate(0, -10px) rotate(-45deg);
  width: 32px;
}

.button-mobile-wrap {
  display: none;
  position: fixed;
  bottom: 20px;
  z-index: 1001;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.button.mobile {
  padding: 9px 23px 12px;
  background: #fc1e2b;
}

.button.mobile i {
  display: inline-block;
  width: 18px;
  height: 18px;
  top: 6px;
  margin-right: 8px;
}

.floating-header .links-block .mobile {
  display: none;
}

@media screen and (max-width: 1023px) {
  .floating-header {
    height: 50px;
  }

  .floating-header .consultation {
    display: none;
  }

  .floating-header .mobile-buttons {
    display: flex;
  }

  .floating-header .block.header {
    padding: 0;
    height: 100%;
  }

  .floating-header .header .container {
    align-items: center;
  }

  .floating-header .links-block .popup-link {
    display: none;
  }

  .floating-header .links-block .mobile {
    display: block;
  }

  .menu-open .pw,
  .menu-open .footer,
  .menu-open .burger-icon {
    transform: none;
  }

  .menu.responsive {
    z-index: 1000;
    width: 100%;
    max-width: 600px;
  }

  .menu.responsive .burger-icon-menu {
    display: block;
  }

  .block.awards {
    margin: 0 0 4.5%;
  }

  .awards-slider .owl-prev,
  .logos.owl-carousel3 .owl-prev,
  .review-main-slider .owl-prev,
  .works.owl-carousel2 .owl-prev {
    left: -40px;
  }

  .awards-slider .owl-next,
  .logos.owl-carousel3 .owl-next,
  .review-main-slider .owl-next,
  .works.owl-carousel2 .owl-next {
    right: -40px;
  }
}

@media screen and (max-width: 1000px) {
  .result-slider-text {
    margin-right: 40px;
  }

  .result-slider-stats .boom {
    font-size: 20px;
  }

  .result-slider-stats .counter {
    font-size: 32px;
  }

  .works.owl-carousel2 .owl-prev {
    top: 120px;
  }

  .works.owl-carousel2 .owl-next {
    top: 120px;
  }
}

@media screen and (max-width: 900px) {
  .result-slider-stats {
    flex-wrap: wrap;
  }

  .result-slider-stats > div {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }

  .result-slider-stats .boom {
    margin-right: 10px;
  }

  .works.owl-carousel2 .owl-prev {
    top: 110px;
  }

  .works.owl-carousel2 .owl-next {
    top: 110px;
  }

  .awards-slider .owl-prev,
  .logos.owl-carousel3 .owl-prev,
  .review-main-slider .owl-prev,
  .works.owl-carousel2 .owl-prev {
    left: -35px;
  }

  .awards-slider .owl-next,
  .logos.owl-carousel3 .owl-next,
  .review-main-slider .owl-next,
  .works.owl-carousel2 .owl-next {
    right: -35px;
  }
}

@media screen and (max-width: 799px) {
  .works.owl-carousel2 .owl-prev {
    top: 190px;
  }

  .works.owl-carousel2 .owl-next {
    top: 190px;
  }
}

@media screen and (max-width: 700px) {
  .services-item {
    width: 100%;
  }

  .result-slider-columns {
    display: block;
    margin-bottom: 30px;
  }

  .result-slider-text {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 17px;
  }

  .result-slider-button.desktop {
    display: none;
  }

  .result-slider-button.mobile {
    display: block;
  }

  .result-slider-stats {
    margin-bottom: 10px;
  }

  .causes-item {
    width: 100%;
  }

  .brc_header header span {
    margin-bottom: 2px;
    margin-left: 12px;
  }

  .brc_header header .comment_wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .block-title {
    font-size: 34px;
    margin-bottom: 20px;
  }

  h3.block-title {
    font-size: 30px;
  }

  .block.services {
    padding: 10px 0;
  }

  .services-wrap {
    padding-top: 0;
  }

  .services-item {
    padding: 15px 20px;
  }

  .services-title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .services-price {
    font-size: 23px;
    margin: 20px 0 15px;
  }

  .result-slider-head {
    display: block;
    margin-bottom: 20px;
  }

  .result-slider-head .block-title {
    margin-bottom: 10px;
  }

  .result-slider-item_wrap {
    padding: 30px 0;
  }

  .block.causes {
    font-size: 17px;
    padding: 30px 0 10px;
  }

  .causes-main-text {
    margin-bottom: 20px;
  }

  .causes-item {
    margin-bottom: 20px;
  }

  .causes-item .boom {
    font-size: 22px;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .causes-item .boom:before {
    position: relative;
    top: -3px;
  }

  .block.partners {
    padding: 30px 0;
  }

  .block.partners .block-title {
    margin-bottom: 10px;
  }

  .review-main-slider-item {
    font-size: 17px;
  }

  .works.owl-carousel2 .owl-prev {
    display: none !important;
  }

  .works.owl-carousel2 .owl-next {
    top: 0;
    margin-top: -7px;
  }

  .menu-open .button-mobile-wrap {
    display: block;
  }

  .awards-slider,
  .logos-main,
  .review-main-slider,
  .works {
    width: calc(100% - 50px);
  }

  .awards-slider .owl-stage-outer,
  .logos-main .owl-stage-outer,
  .review-main-slider .owl-stage-outer,
  .works .owl-stage-outer {
    width: calc(100% + 4.5% + 50px);
  }

  .awards-slider .owl-stage-outer:after,
  .logos-main .owl-stage-outer:after,
  .review-main-slider .owl-stage-outer:after,
  .works .owl-stage-outer:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: linear-gradient(to left, #fff, #fff0);
  }

  .awards-slider .owl-prev,
  .logos.owl-carousel3 .owl-prev,
  .review-main-slider .owl-prev,
  .works.owl-carousel2 .owl-prev {
    left: -25px;
  }

  .awards-slider .owl-next,
  .logos.owl-carousel3 .owl-next,
  .review-main-slider .owl-next,
  .works.owl-carousel2 .owl-next {
    right: -50px;
  }
}

@media screen and (max-width: 540px) {
  .br_comment .brn_add {
    float: left;
    clear: both;
  }

  .comments-block .block-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 510px) {
  .awards-slider .owl-prev,
  .logos.owl-carousel3 .owl-prev,
  .review-main-slider .owl-prev,
  .works.owl-carousel2 .owl-prev {
    left: -15px;
  }
}

@media screen and (max-width: 400px) {
  .awards-slider .owl-prev,
  .logos.owl-carousel3 .owl-prev,
  .review-main-slider .owl-prev,
  .works.owl-carousel2 .owl-prev {
    left: -10px;
  }

  .comments-block {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .brc_header header span {
    font-size: 17px;
  }

  .br_comment article {
    font-size: 17px;
  }

  .br_tree .br_comment .brn_add span {
    font-size: 17px;
  }
}

.block.tagline.landing {
  padding: 60px 0;
}

.block.tagline.landing .purpose {
  max-width: 820px;
  margin: 40px 0;
}

.block.tagline.landing .purpose p {
  font-size: 19px;
  font-weight: 300;
}

.block.portfolio {
  padding: 60px 0 0 0;
  /* background: #f3f6fb; */
}

.block.portfolio h2 {
  font: 700 40px/1.1 "PFRegalTextPro", sans-serif;
  margin-bottom: 30px;
}

.portfolio-wrap {
  display: flex;
  flex-wrap: wrap;
}

.portfolio-wrap a {
  display: block;
  width: 311px;
  margin-right: 33px;
  margin-bottom: 30px;
  border: 1px solid #d4def1;
  border-radius: 3px;
  box-sizing: border-box;
}

.portfolio-wrap a:nth-child(3n) {
  margin-right: 0px;
}

.portfolio-wrap a img {
  width: 100%;
}

.portfolio-wrap a:hover {
  opacity: 1;
  box-shadow: 0px 4px 8px #b5c0d5;
}

.portfolio-wrap a span.logo {
  display: block;
  border-top: 1px solid #d4def1;
  height: 66px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio-wrap a span.logo img {
  width: auto;
  max-width: 180px;
  max-height: 100%;
}

.portfolio-wrap a span.hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(8, 47, 68, 0.9);
  border-radius: 3px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 500;
}

.portfolio-wrap a span.hover i {
  font-style: normal;
  border-bottom: 6px solid #fc1e2b;
  line-height: 8px;
}

.portfolio-wrap a:hover span.hover {
  display: flex;
}

.block.text {
  padding: 60px 0 0 0;
  margin: 0;
  font-size: 19px;
  line-height: 1.45;
}

.block.text h2 {
  font: 700 40px/1.1 "PFRegalTextPro", sans-serif;
  margin-bottom: 30px;
}

.block.text h3 {
  font-size: 28px;
  margin-top: 40px;
}

.block.text h4 {
  font-size: 22px;
  line-height: 1.2;
  font-family: "PFRegalTextPro", sans-serif;
}

.block.text p {
  margin: 0 0 30px;
}

.block.text ul,
.block.text ol {
  margin-bottom: 30px;
  padding-left: 2em;
}

.block.text ul:not(.collapse) li + li,
.block.text ol:not(.collapse) li + li {
  margin-top: 12px;
}

.block.text ul li::before {
  left: -1em;
  color: #75777e;
  font-size: 24px;
  line-height: 24px;
}

.block.text a {
  background-size: 1em 0.4em;
  background-repeat: repeat-x;
  background-position: 0px 70%;
  background-image: linear-gradient(90deg, rgba(190, 214, 90, 0.5), rgba(190, 214, 90, 0.5));
  word-break: break-word;
}

.block.awards-landing {
  padding: 50px 0;
  margin: 0;
  background: linear-gradient(to left, rgba(8, 47, 68, 0.8), rgba(8, 47, 68, 0.8)), url("../images/awards-bg.png") center center no-repeat;
  background-size: cover;
}

.block.awards-landing h2 {
  font: 700 40px/1.1 "PFRegalTextPro", sans-serif;
  margin-bottom: 30px;
  color: #ffffff;
  max-width: 780px;
}

.awards-landing-slider .awards-item {
  text-align: center;
  background: #ffffff;
  padding: 30px;
  border: 1px solid #d4def1;
  box-sizing: border-box;
  border-radius: 4px;
  min-height: 298px;
}

.awards-landing-slider .awards-item-type {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  color: #93a2b2;
  text-transform: uppercase;
}

.awards-landing-slider .awards-item-place {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 5px;
}

.awards-landing-slider .awards-item-img {
  height: 120px;
  justify-content: center;
  margin-bottom: 20px;
}

.awards-landing-slider .awards-item-text {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.15;
}

.awards-landing-slider .awards-item-text_small {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.45;
}

.awards-landing-slider .owl-prev {
  left: -45px;
  background: url("../images/b-arrow-back.png") center center no-repeat !important;
  background-color: #d4def1 !important;
  background-size: 13px !important;
  width: 35px;
  height: 35px;
  border-radius: 17px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  opacity: 1;
}

.awards-landing-slider .owl-next {
  right: -45px;
  background: url("../images/b-arrow-next.png") center center no-repeat !important;
  background-color: #d4def1 !important;
  background-size: 13px !important;
  width: 35px;
  height: 35px;
  border-radius: 17px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  opacity: 1;
}

.awards-landing-slider .owl-prev:hover,
.awards-landing-slider .owl-next:hover {
  background-color: #e6ecf6 !important;
}

.block.stages {
  padding: 60px 0;
  margin: 0;
}

.block.stages h2 {
  font: 700 40px/1.1 "PFRegalTextPro", sans-serif;
  margin-bottom: 30px;
}

.stages-wrap {
}

.stages-item {
  display: flex;
  align-items: start;
  margin-bottom: 3px;
  position: relative;
}

.stages-item:after {
  content: " ";
  display: block;
  position: absolute;
  width: 1px;
  border-right: 4px dotted #0b5e8a;
  height: calc(80%);
  top: 72px;
  left: 36px;
}

.stages-item:last-child:after {
  display: none;
}

.stages-item-num {
  font-size: 26px;
  font-weight: 500;
  color: #ffffff;
  line-height: 26px;
  min-width: 73px;
  height: 83px;
  background: url("../images/icon-boom-blue.png") center center no-repeat;
  background-size: contain;
  position: relative;
}

.stages-item-num span {
  display: block;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 35px;
  left: 1px;
}

.stages-item-title {
  font-size: 26px;
  font-weight: 500;
  padding: 30px 10px;
  line-height: 1.2;
}

.stages-item-text {
  font-size: 19px;
  font-weight: normal;
  padding: 32px 40px;
  background: #f3f6fb;
  border-radius: 4px;
  min-width: 578px;
  max-width: 578px;
  box-sizing: border-box;
  margin: 0 0 0 auto;
  line-height: 1.45;
}

.block.form {
  padding: 60px 0 40px;
  margin: 0;
  background: linear-gradient(to left, rgba(8, 47, 68, 0.8), rgba(8, 47, 68, 0.8)), url("../images/form-bg.png") center center no-repeat;
  background-size: cover;
  color: #ffffff;
  font-size: 19px;
  min-height: 486px;
  display: flex;
  align-items: center;
}

@media (max-width: 425px) {
  .block.form br {
    display: none;
  }
}

.block.form h2 {
  font: 700 40px/1.1 "PFRegalTextPro", sans-serif;
  margin-bottom: 30px;
  max-width: 780px;
}

.block.form form {
  display: flex;
  flex-wrap: wrap;
}

.block.form .form-column {
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.block.form .form-column.blue-text {
  color: #d4def1;
}

.block.form div.form-column:nth-of-type(odd) {
  padding-right: 19px;
}

.block.form div.form-column:nth-of-type(even) {
  padding-left: 19px;
}

.block.form .form-input {
  margin-bottom: 10px;
}

.block.form input[type="text"],
.block.form input[type="email"],
.block.form input[type="tel"] {
  background: #f3f6fb;
  border: 1px solid #d4def1;
  box-sizing: border-box;
  border-radius: 4px;
  height: 50px;
  width: 100%;
  margin-top: 5px;
}

.block.form textarea {
  background: #f3f6fb;
  border: 1px solid #d4def1;
  box-sizing: border-box;
  border-radius: 4px;
  height: 230px;
  width: 100%;
  margin-top: 5px;
}

.block.form input[type="submit"] {
  background: #fc1e2b;
  border-radius: 4px;
  height: 50px;
  width: 253px;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-family: "FiraSans";
}

.block.links {
  padding: 60px 0 0 0;
  margin: 0;
}

.block.links .block-title {
  font: 700 40px/1.1 "PFRegalTextPro", sans-serif;
  margin-bottom: 30px;
}

.links-wrap {
  display: flex;
  flex-wrap: wrap;
}

.links-wrap a {
  display: block;
  width: 311px;
  min-height: 166px;
  border: 1px solid #d4def1;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 24px 30px 45px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  margin-right: 33px;
  margin-bottom: 30px;
  position: relative;
}

.links-wrap a:nth-child(3n) {
  margin-right: 0px;
}

.links-wrap a:after {
  display: block;
  content: " ";
  width: 32px;
  height: 19px;
  background: url("../images/red-arrow.png") center no-repeat;
  background-size: cover;
  position: absolute;
  left: 30px;
  bottom: 20px;
}

@media screen and (max-width: 1279px) {
  .portfolio-wrap a,
  .links-wrap a {
    margin-right: 13px;
  }
}

@media screen and (max-width: 1023px) {
  .block.text,
  .stages-item-text,
  .block.form {
    font-size: 17px;
    line-height: 1.4;
  }

  .stages-item-title,
  .stages-item-num {
    font-size: 22px;
  }

  .awards-landing-slider .owl-prev {
    left: -40px;
  }

  .awards-landing-slider .owl-next {
    right: -40px;
  }

  .portfolio-wrap a,
  .links-wrap a {
    width: 32%;
  }
}

@media screen and (max-width: 900px) {
  .stages-item {
    flex-wrap: wrap;
  }

  .stages-item-title {
    width: calc(100% - 103px);
  }

  .stages-item:after {
    display: none;
  }

  .stages-item-text {
    margin: 10px 0 0;
    max-width: 100%;
    min-width: 100%;
  }

  .awards-landing-slider .owl-prev {
    left: -35px;
  }

  .awards-landing-slider .owl-next {
    right: -35px;
  }

  .portfolio-wrap a,
  .links-wrap a {
    width: 49%;
  }

  .portfolio-wrap a:nth-child(2n),
  .links-wrap a:nth-child(2n) {
    margin-right: 0px;
  }

  .portfolio-wrap a:nth-child(3n),
  .links-wrap a:nth-child(3n) {
    margin-right: 13px;
  }
}

@media screen and (max-width: 712px) {
  .portfolio-wrap a,
  .portfolio-wrap a:nth-child(3n),
  .links-wrap a,
  .links-wrap a:nth-child(3n) {
    margin-right: 12px;
  }
}

@media screen and (max-width: 657px) {
  .portfolio-wrap a,
  .portfolio-wrap a:nth-child(3n),
  .links-wrap a,
  .links-wrap a:nth-child(3n) {
    margin-right: 10px;
  }
}

@media screen and (max-width: 600px) {
  .awards-landing-slider {
    width: calc(100% - 50px);
    margin: 0 auto;
  }

  .awards-landing-slider .owl-prev {
    left: -40px;
  }

  .awards-landing-slider .owl-next {
    right: -40px;
  }

  .block.portfolio h2,
  .block.text h2,
  .block.awards-landing h2,
  .block.stages h2,
  .block.form h2,
  .block.links .block-title {
    font-size: 32px;
  }

  .block.form .form-column {
    width: 100%;
    padding: 0 !important;
  }

  .block.form input[type="submit"] {
    width: 100%;
  }

  .portfolio-wrap a,
  .links-wrap a {
    width: 100%;
  }

  .portfolio-wrap a,
  .portfolio-wrap a:nth-child(3n),
  .links-wrap a,
  .links-wrap a:nth-child(3n) {
    margin-right: 0;
  }

  .block.form .form-column.blue-text {
    font-size: 14px;
  }

  .block.form {
    background: linear-gradient(to left, rgba(8, 47, 68, 0.8), rgba(8, 47, 68, 0.8)),
      url("../images/form-bg-500.png") center center no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 400px) {
  .awards-landing-slider .owl-prev {
    left: -38px;
  }

  .awards-landing-slider .owl-next {
    right: -38px;
  }
}

.block.pb {
  font-size: 19px;
  line-height: 1.45;
  font-weight: 400;
  margin: 0;
  padding: 60px 0;
}

.block.pb p {
  font-weight: 400;
}

.block.text.pb {
  padding: 50px 0 40px;
}

.block.because.pb {
  padding: 60px 0 30px;
}

.pb-head-img {
  position: absolute;
  right: 0;
  background: linear-gradient(90deg, rgba(0, 81, 124, 1) 6%, transparent 44.48%),
    url("../images/power-bi/head-bg-250.png") center right no-repeat;
  height: 100%;
  width: 686px;
  background-size: auto, contain;
}

.cards {
  position: absolute;
  top: 85px;
  right: 0;
}

.cards .card-g-ads {
  width: 160px;
  height: 70px;
  background: #f3f6fb url("../images/power-bi/h-g-ads.png") center no-repeat;
  box-shadow: 0px 4px 16px rgba(36, 36, 49, 0.7);
  border-radius: 12px;
  margin: 0 0 20px auto;
}

.cards .card-g-analytics {
  width: 196px;
  height: 72px;
  background: #f3f6fb url("../images/power-bi/h-g-analytics.png") center no-repeat;
  box-shadow: 0px 4px 16px rgba(36, 36, 49, 0.7);
  border-radius: 12px;
  margin: 0 30px 23px auto;
}

.cards .card-ya-direct {
  width: 160px;
  height: 70px;
  background: #f3f6fb url("../images/power-bi/h-ya-direct.png") center no-repeat;
  box-shadow: 0px 4px 16px rgba(36, 36, 49, 0.7);
  border-radius: 12px;
  margin: 0 30px 23px auto;
}

.cards .card-ya-metriks {
  width: 169px;
  height: 70px;
  background: #f3f6fb url("../images/power-bi/h-ya-metrics.png") center no-repeat;
  box-shadow: 0px 4px 16px rgba(36, 36, 49, 0.7);
  border-radius: 12px;
  margin: 0 0 20px auto;
}

.cards .card-facebook {
  width: 169px;
  height: 70px;
  background: #f3f6fb url("../images/power-bi/Facebook.svg") center no-repeat;
  box-shadow: 0px 4px 16px rgba(36, 36, 49, 0.7);
  border-radius: 12px;
  margin: 0 0 20px auto;
}

.cards .card-dots {
  width: 90px;
  height: 70px;
  background: #f3f6fb url("../images/power-bi/dots.svg") center 30px no-repeat;
  background-size: 30px;
  box-shadow: 0px 4px 16px rgba(36, 36, 49, 0.7);
  border-radius: 12px;
  margin: 0 0 20px auto;
}

.pb-text {
  display: flex;
  justify-content: space-between;
}

.pb-text-left {
  max-width: 680px;
}

.pb-text-right {
  padding-left: 5px;
}

.pb-text-right img {
  display: block;
  margin-bottom: 15px;
}

.pb-text-right img:last-child {
  margin-bottom: 0;
}

.we-offer {
  background: #f3f6fb;
}

.we-offer p {
  max-width: 680px;
}

.we-offer p.short {
  max-width: 500px;
  margin-top: -80px !important;
}

.we-offer img.desc {
  display: block;
  margin: 0 auto;
}

.we-offer img.mobile {
  display: none;
  margin: 0 auto 10px;
}

.agency-links {
  text-align: right;
  padding-bottom: 0px;
}

.agency-links img {
  width: 35%;
  height: auto;
}

.examples-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.examples-item {
  width: 48%;
  margin-bottom: 24px;
}

.examples-wrap .examples-item:last-child {
  margin-bottom: 0;
}

.examples-item .popup-image,
.examples-item .fancybox {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 24px;
}

.examples-item .popup-image:after,
.examples-item .fancybox:after {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 146px;
  height: 148px;
  background: url("../images/power-bi/icon-zoom.png") right bottom no-repeat;
  background-size: contain;
}

.examples-item .popup-image img,
.examples-item .fancybox img {
  border-radius: 4px;
}

.examples-more {
  display: block;
  border: 1px solid #0b5e8a;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  color: #0b5e8a;
  padding: 16px 5px 15px;
}

.price {
  background: #f3f6fb;
}

.price h2 {
  margin-bottom: 40px;
}

.price-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.price-item {
  width: 48%;
  margin-bottom: 30px;
  background: #ffffff;
  border: 1px solid #d4def1;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.price-item-flex {
  width: 100%;
}

.price-item-title {
  padding: 40px 40px 20px;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
}

.price-item-text {
  padding: 0 40px 20px;
  font-size: 15px;
  line-height: 1.45;
}

.price-item-text span {
  color: #8f9db0;
}

.price-item-link {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.45;
  text-align: center;
  color: #0b5e8a;
  margin-bottom: 36px;
}

.price-item-link .popup-image,
.price-item-link .fancybox {
  color: #0b5e8a;
  display: inline-block;
  padding-left: 34px;
  background: url("../images/power-bi/pic_icon.svg") left top no-repeat;
  line-height: 22px;
}

.price-item-bottom {
  padding: 8px 40px;
  border-top: 1px solid #d4def1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-item-price {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
}

.price-item-price span {
  color: #8f9db0;
}

.price-item-button {
  display: inline-block;
  background: #fc1e2b;
  border-radius: 4px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #ffffff;
  padding: 17px 30px 16px;
}

.price-note {
  max-width: 680px;
  padding-left: 40px;
  font-size: 15px;
  line-height: 1.45;
  background: url("../images/power-bi/note_icon.svg") 9px 0 no-repeat;
}

.why {
  color: #ffffff;
  background: linear-gradient(57.21deg, #00517c 40.95%, rgba(0, 81, 124, 0) 105.31%),
    url("../images/power-bi/why-bg.png") top right no-repeat;
}

.why h2 {
  margin-bottom: 27px;
}

.why p {
  max-width: 680px;
}

.because h2 {
  max-width: 860px;
  margin-bottom: 40px;
}

.because .causes-column {
  width: 48%;
}

.because .causes-item {
  width: 100%;
}

.because .causes-item-text img {
  display: block;
  margin: 24px auto;
}

.stages.pb {
  background: #f3f6fb;
}

.stages.pb .stages-item-text {
  background: #ffffff;
}

.awards-landing.pb {
  background: #f3f6fb;
}

.awards-landing.pb h2 {
  color: #000000;
}

.trust .container {
  display: flex;
}

.trust-left {
  max-width: 680px;
}

.trust-left .logos {
  display: none;
}

.trust-logos {
  display: flex;
  flex-wrap: wrap;
}

.trust-logos-item {
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trust-logos-item img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-backface-visibility: hidden;
  filter: gray;
}

.trust-logos-item:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.trust-logos-item a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #0b5e8a;
  border-radius: 7px;
  padding: 32px 52px 31px 26px;
  background: #f3f6fb url("../images/power-bi/arrow-more.svg") 120px center no-repeat;
}

.clients-more-mobile {
  display: none;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #0b5e8a;
  padding: 0 27px 0 0;
  background: url("../images/power-bi/arrow-more.svg") right 2px no-repeat;
}

.trust-right {
  margin-left: 49px;
}

.trust-right .desktop {
  display: block;
}

.trust-right .tablet {
  display: none;
}

.trust-right .mobile {
  display: none;
}

@media screen and (max-width: 1023px) {
  .menu.responsive .menu-sub.megamenu .submega-title {
    font-size: 13px;
  }

  .block.pb {
    font-size: 17px;
    line-height: 1.4;
  }

  .agency-links {
    padding-bottom: 20px;
  }

  .trust .container {
    flex-wrap: wrap;
  }

  .trust-left {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .trust-left .logos {
    display: flex;
  }

  .trust-logos {
    display: none;
  }

  .clients-more-mobile {
    display: inline-block;
  }

  .trust-right {
    margin: 0 auto;
  }

  .trust-right .desktop {
    display: none;
  }

  .trust-right .tablet {
    display: block;
  }

  .trust-right .mobile {
    display: none;
  }
}

@media screen and (max-width: 930px) {
  .pb-head-img {
    top: 90px;
    right: -230px;
    width: 418px;
    background-position: top;
  }

  .cards {
    display: none;
  }

  .we-offer p.short {
    margin-top: 0 !important;
  }
}

.block.links + .block.awards-landing,
.block.causes + .block.awards-landing,
.block.awards-landing + .block.stages,
.block.awards-landing + .block.text,
.block.text + .block.stages,
.block.text + .block.text,
.block.stages + .block.text,
.block.stages + .block.causes {
  padding: 60px 0 0 0;
}

.block.stages + .block.services_pack {
  padding: 0;
}

.block.text + .block.team2,
.block.causes + .block.causes {
  padding: 30px 0 0 0;
}

.block.services_pack + .block.text {
  padding: 28px 0 0 0;
}

@media screen and (max-width: 799px) {
  .block.pb {
    padding: 30px 0;
  }

  .block.text.pb {
    padding: 30px 0;
  }

  .block.because.pb {
    padding: 30px 0 10px;
  }

  .block.tagline.pb {
    padding: 60px 0 30px;
  }

  .block.form {
    padding: 30px 0 10px;
  }

  .block.portfolio {
    padding: 30px 0 0;
    margin: 0;
  }

  .block.text {
    padding: 30px 0;
  }

  .block.links {
    padding: 30px 0 0;
  }

  .block.stages {
    padding: 30px 0;
  }

  .block.links + .block.awards-landing,
  .block.causes + .block.awards-landing,
  .block.awards-landing + .block.stages,
  .block.awards-landing + .block.text,
  .block.text + .block.stages,
  .block.text + .block.text,
  .block.stages + .block.text,
  .block.stages + .block.causes {
    padding: 0 0 30px;
  }

  .block.text + .block.causes,
  .block.causes + .block.causes,
  .block.text + .block.team2 {
    padding: 0;
  }

  .pb-text-left {
    max-width: 100%;
  }

  .pb-text-right {
    display: none;
  }

  .pb h2 {
    font-size: 26px !important;
    line-height: 1.1;
  }

  .we-offer img.desc {
    display: none;
  }

  .we-offer img.mobile {
    display: block;
  }

  .price-item {
    width: 100%;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 700px) {
  .agency-links {
    text-align: left;
  }

  .because .causes-column {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .examples-item {
    width: 100%;
  }

  .examples-item .popup-image:after,
  .examples-item .fancybox:after {
    width: 105px;
    height: 105px;
  }

  .price h2 {
    margin-bottom: 20px;
  }

  .price-item-title {
    padding: 16px 20px 12px;
    font-size: 22px;
  }

  .price-item-text {
    padding: 0 20px 12px;
    font-size: 14px;
  }

  .price-item-link {
    margin-bottom: 16px;
  }

  .price-item-bottom {
    padding: 8px 20px;
  }

  .price-item-price {
    font-size: 22px;
  }

  .price-note {
    font-size: 14px;
    padding-left: 31px;
    background: url("../images/power-bi/note_icon.svg") 0 0 no-repeat;
  }

  .block.pb.why {
    padding-bottom: 150px;
    background: linear-gradient(180deg, #00517c 68%, rgba(0, 81, 124, 0) 100%), url("../images/power-bi/why-bg.png") center bottom no-repeat;
  }
}

@media screen and (max-width: 560px) {
  .trust-right .desktop {
    display: none;
  }

  .trust-right .tablet {
    display: none;
  }

  .trust-right .mobile {
    display: block;
  }
}

.block.not-found {
}

.block.not-found h2 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.not-found-img {
  width: 142px;
  height: 63px;
  margin: 0 auto 35px;
  background: url("../images/404_pic.svg") center no-repeat;
  background-size: contain;
}

.not-found-text {
  font-size: 19px;
  font-weight: 400;
  text-align: center;
  color: #75777e;
  margin-bottom: 52px;
}

.not-found-btn {
  display: block;
  max-width: 263px;
  border: 1px solid #0b5e8a;
  border-radius: 4px;
  padding: 16px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  color: #0b5e8a;
  margin: 0 auto;
}

.content-cta {
  background: url("../images/cta-bg-top.png") top center repeat no-repeat, url("../images/cta-bg-bottom.png") bottom center repeat no-repeat;
  background-color: #f3f6fb;
  padding: 50px 50px 35px;
  margin: 25px 0 30px;
}

.content-cta-head {
  margin-bottom: 18px;
  padding-left: 125px;
  position: relative;
  min-height: 95px;
}

.content-cta-head:before {
  content: "";
  display: block;
  width: 188px;
  height: 220px;
  background: url("../images/alarm-clock-site.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -68px;
  left: -55px;
}

.content-cta-small-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.45;
  color: #8b97ad;
  margin-bottom: 11px;
}

.content-cta-title {
  font-family: "PFRegalTextPro";
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
}

.content-cta-text {
  margin-bottom: 32px;
}

.content-cta-text ul {
  margin: 18px 0;
  padding-left: 25px;
}

.content-cta-buttons {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.content-cta-button {
  display: block;
  background: #fc1e2b !important;
  border-radius: 4px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #ffffff;
  padding: 17px 40px 16px 65px;
  position: relative;
}

.content-cta-button i {
  display: block;
  width: 15px;
  height: 18px;
  background: url("../images/button-doc.svg") center no-repeat;
  background-size: cover;
  position: absolute;
  left: 40px;
  top: calc(50% - 9px);
}

.content-cta-price {
  font-weight: 500;
  font-size: 22px;
  line-height: 145%;
  margin-left: 20px;
}

.content-cta-price.boom {
  padding-left: 38px;
}

.content-cta-price.boom::before {
  height: 36px;
  top: -4px;
}

.content-cta-link a {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.45;
  text-decoration-line: underline;
  color: #8b97ad;
  background: none !important;
}

.content-cta-freeaudit {
  margin: 20px -50px 0;
  padding: 30px 50px 0;
  border-top: 1px solid #d4def1;
}

.content-cta-freeaudit .content-cta-title {
  margin-bottom: 12px;
}

.content-cta-freeaudit .content-cta-text {
  margin-bottom: 24px;
}

.content-cta-freeaudit .content-cta-buttons {
  margin-bottom: 0;
}

.content-cta-freeaudit .content-cta-button {
  background: transparent !important;
  border: 1px solid #fc1e2b;
  color: #fc1e2b;
  padding-top: 16px;
  padding-bottom: 15px;
}

.content-cta-freeaudit .content-cta-button i {
  background: url("../images/button-rupor.svg") center no-repeat;
  background-size: cover;
  width: 20px;
  height: 18px;
  left: 35px;
}

.content-cta.in-text {
  padding: 54px 50px 35px;
}

.content-cta.in-text .content-cta-head {
  padding-left: 124px;
  min-height: auto;
  margin-bottom: 25px;
}

.content-cta.in-text .content-cta-small-title {
  margin-bottom: 10px;
}

.content-cta.in-text .content-cta-head:before {
  top: -34px;
}

.content-cta.in-text .content-cta-text {
  padding-left: 124px;
  font-size: 17px;
}

.content-cta.in-text .content-cta-buttons {
  justify-content: space-between;
  margin-bottom: 24px;
}

.content-cta-input {
  width: 100%;
  max-width: 420px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #d4def1;
  box-sizing: border-box;
  border-radius: 4px;
}

.content-cta-input.error {
  border: 1px solid #d32e42;
}

@media screen and (max-width: 699px) {
  .content-cta {
    padding: 28px 16px 20px;
  }

  .content-cta-head {
    padding-left: 0;
    margin-bottom: 12px;
  }

  .content-cta-head::before {
    width: 130px;
    height: 152px;
    top: -45px;
    left: -17px;
  }

  .content-cta-small-title {
    padding-left: 104px;
    min-height: 80px;
    font-size: 20px;
    line-height: 115%;
    display: flex;
    align-items: center;
  }

  .content-cta-title {
    font-size: 24px;
  }

  .content-cta-text,
  .content-cta-freeaudit .content-cta-text {
    margin-bottom: 17px;
  }

  .content-cta-buttons {
    flex-wrap: wrap;
  }

  .content-cta-price {
    order: 1;
    width: 100%;
    margin-left: 0;
    margin-bottom: 9px;
  }

  .content-cta-button {
    order: 2;
    width: 100%;
    text-align: center;
    padding: 16px 15px 15px 15px;
  }

  .content-cta-button i,
  .content-cta-freeaudit .content-cta-button i {
    position: relative;
    display: inline-block;
    left: 0;
    top: auto;
    margin: 0 10px -4px 0;
  }

  .content-cta-freeaudit {
    margin: 20px -16px 0;
    padding: 16px 16px 12px;
    border-top: 1px solid #d4def1;
  }

  .content-cta.in-text {
    padding: 48px 16px 22px;
  }

  .content-cta.in-text .content-cta-head {
    padding-left: 0;
  }

  .content-cta.in-text .content-cta-head:before {
    top: -68px;
  }

  .content-cta.in-text .content-cta-small-title {
    align-items: start;
    min-height: auto;
    margin-bottom: 23px;
  }

  .content-cta.in-text .content-cta-head {
    margin-bottom: 12px;
  }

  .content-cta.in-text .content-cta-text {
    padding-left: 0;
    margin-bottom: 20px;
  }

  .content-cta.in-text .content-cta-buttons {
    margin-bottom: 20px;
  }

  .content-cta-buttons-text {
    margin-bottom: 5px;
  }

  .content-cta-input {
    margin-bottom: 8px;
  }
}

.offer-question {
  color: #d32e42;
  font-weight: bold;
  margin-bottom: 20px;
}

.offer-question__number {
  font-size: 30px;
  display: inline-block;
  margin-right: 20px;
}

.offer-question__text {
  font-size: 18px;
  display: inline-block;
}

.offer-label {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  min-height: 100px;
}

.offer-label_small {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  min-height: 60px;
}

.offer-label__background {
  background: #ffffff;
  min-height: inherit;
}

.offer-label__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: inherit;
  justify-content: space-around;
}

.offer-label__input__container {
  min-width: 260px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: inherit;
}

.offer-label__input__radio {
  margin: -1px 5px 0 5px;
}

.offer-label__input__container::after {
  background: #bed65a;
  width: 2px;
  height: 70%;
  position: absolute;
  right: 0;
  content: "";
}

.offer-label__description__container {
  width: 67%;
}

@media (max-width: 1023px) {
  .offer-label__input__container::after {
    display: none;
  }

  .offer-label__content {
    justify-content: left;
    padding: 20px 30px;
  }

  .offer-label__input__container {
    min-height: auto;
    margin-bottom: 10px;
  }

  .offer-label__description__container {
    width: 100%;
  }
}

.offer-label__title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

.offer-label__description__text {
  font-size: 13px;
  line-height: normal;
}

.offer-label_options {
  min-height: 65px;
}

.offer-options {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  align-items: center;
  justify-content: left;
  padding: 20px;
}

.offer-options__item {
  font-weight: bold;
  margin-right: 20px;
}

.offer-options__item__checkbox {
  margin: -1px 5px 0 5px;
}

.block.block_patch-block {
  padding-bottom: 0;
  margin-bottom: 0;
}

.block.block_calc-block {
  padding-top: 40px;
  padding-bottom: 40px;
}

.block.scarlet {
  background: linear-gradient(to top, rgba(208, 2, 27, 0.8), rgba(208, 2, 27, 0.8));
}

.offer-result {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.offer-result__info-part {
  width: 39%;
}

.offer-result__info-part__ticker {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  background: url(images/blacktick.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.offer-result__info-part__text {
  color: #000000;
  font-size: 12px;
  display: inline-block;
  max-width: 200px;
  line-height: 12px;
}

.offer-result__cost-part {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.offer-result__cost-part__cost {
  color: #ffffff;
}

.offer-result__cost-part__cost_info {
  font-size: 14px;
  display: inline-block;
  vertical-align: super;
}

.offer-result__cost-part__cost_amount {
  font-size: 40px;
  font-weight: bold;
  line-height: 42px;
  display: inline-block;
}

.offer-result__button {
  display: block;
  background: #ffffff;
  color: #000000;
  font-weight: bold;
  max-width: 338px;
  text-align: center;
  height: 57px;
  line-height: 57px;
  text-transform: uppercase;
  padding: 0 40px;
}

.offer-result__button__cloud {
  background: url(images/cloud.png);
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

@media (max-width: 1023px) {
  .offer-result__cost-part,
  .offer-result__info-part {
    width: 100%;
  }

  .offer-result__info-part {
    margin-bottom: 20px;
  }

  .offer-result__cost-part__cost {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .offer-result__button {
    padding: 0 20px;
  }
}

@media (max-width: 623px) {
  .offer-result__info-part {
    text-align: center;
    padding-right: 20px;
  }

  .offer-result__cost-part {
    justify-content: center;
    text-align: center;
  }
}

.exit-popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background: rgba(11, 11, 11, 0.9);
  width: 100%;
  transform: translateY(60%) scale(0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.exit-popup-wrap.visible {
  transform: translateY(0) scale(1);
}

.exit-popup-blog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 760px;
  background: #ffffff;
  border: 1px solid #d4def1;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px #3d4555;
  border-radius: 4px;
  padding: 80px 87px 72px;
}

.exit-popup-text {
  font-family: "PFRegalTextPro";
  font-weight: bold;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 39px;
}

.exit-popup-text div.desktop {
  position: relative;
  display: inline-block;
  border-bottom: 1px dashed #000;
  cursor: pointer;
}

.exit-popup-text div.desktop:hover {
  border-bottom: 1px dashed transparent;
}

.exit-popup-text span.mobile {
  display: none;
}

.exit-popup-tooltip {
  display: none;
  position: absolute;
  width: 302px;
  background: #f3f6fb;
  border: 1px solid #d4def1;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(86, 89, 94, 0.2);
  border-radius: 4px;
  padding: 26px 23px 24px 26px;
  text-align: left;
  font-family: "FiraSans";
  font-weight: 400;
  z-index: 1;
  left: calc(100% + 25px);
  top: -38px;
}

.exit-popup-text div.desktop:hover .exit-popup-tooltip {
  display: block;
}

.exit-popup-tooltip:after,
.exit-popup-tooltip:before {
  content: "";
  position: absolute;
  left: -34px;
  top: 47px;
  border: 13px solid transparent;
  border-right: 21px solid #d4def1;
}

.exit-popup-tooltip:after {
  border-right: 21px solid #f3f6fb;
  left: -31px;
}

.exit-popup-tooltip-text {
  font-size: 15px;
  line-height: 145%;
  margin-bottom: 12px;
}

.exit-popup-tooltip-tags {
  font-weight: 500;
  font-size: 17px;
  line-height: 145%;
  color: #75777e;
  padding: 0;
  margin: 0;
}

.exit-popup-tooltip-tags li:before {
  display: none;
}

.exit-popup-tooltip-tags span {
  color: #0b5e8a;
  margin-right: 6px;
}

.exit-popup-boom {
  display: flex;
  justify-content: center;
  margin-bottom: 58px;
}

.exit-popup-boom .boom {
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
  margin: 0 16px;
}

.exit-popup-boom .boom:before {
  width: 38px;
  height: 46px;
  top: -10px;
}

.exit-popup-subscribe-wrap {
  padding: 0 33px;
}

.exit-popup-subscribe-wrap .input-label {
  font-size: 19px;
  line-height: 145%;
  margin-bottom: 3px;
}

.exit-popup-subscribe-wrap .input-wrap {
  display: flex;
}

.exit-popup-subscribe-wrap input[type="text"] {
  max-width: 318px;
  height: 50px;
  background: #f3f6fb;
  border: 1px solid #d4def1;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: "FiraSans";
}

.exit-popup-subscribe-wrap input.error {
  border: 1px solid #fc1e2b;
}

.exit-popup-subscribe-wrap button {
  width: 100%;
  max-width: 194px;
  height: 50px;
  background: #fc1e2b;
  border: none;
  border-radius: 4px;
  font-weight: 500;
  font-size: 13px;
  line-height: 130%;
  text-transform: uppercase;
  color: #ffffff;
  margin-left: 8px;
  cursor: pointer;
  font-family: "FiraSans";
}

.exit-popup-close {
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: url("../images/close-icon.svg") center no-repeat;
  background-size: auto;
  background-size: contain;
  top: 28px;
  right: 28px;
  cursor: pointer;
}

.exit-popup-thnx {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 520px;
  background: #ffffff;
  border: 1px solid #d4def1;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px #3d4555;
  border-radius: 4px;
  padding: 38px 120px 70px;
}

.exit-popup-thnx .success-icon {
  width: 105px;
  height: 112px;
  background: url("../images/icon-s-tick.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 11px;
}

.exit-popup-thnx .success-text {
  font-family: "PFRegalTextPro";
  font-weight: bold;
  font-size: 28px;
  line-height: 100%;
  text-align: center;
  color: #272727;
}

@media screen and (max-width: 1023px) {
  .exit-popup-text div.desktop {
    display: none;
  }

  .exit-popup-text span.mobile {
    display: inline-block;
  }
}

@media screen and (max-width: 800px) {
  .exit-popup-blog {
    padding: 60px 8px 40px;
  }

  .exit-popup-text {
    font-size: 24px;
    line-height: 120%;
  }

  .exit-popup-boom {
    justify-content: space-evenly;
    margin-bottom: 40px;
  }

  .exit-popup-boom .boom {
    font-size: 16px;
    margin: 0;
    padding-left: 30px;
  }

  .exit-popup-boom .boom::before {
    width: 24px;
    height: 30px;
    top: -7px;
  }

  .exit-popup-subscribe-wrap {
    padding: 0;
  }

  .exit-popup-subscribe-wrap .input-label {
    font-size: 17px;
  }

  .exit-popup-subscribe-wrap .input-wrap {
    flex-wrap: wrap;
  }

  .exit-popup-subscribe-wrap input[type="text"] {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .exit-popup-subscribe-wrap button {
    margin-left: 0;
    max-width: 100%;
  }

  .exit-popup-thnx {
    padding: 61px 20px 88px;
  }

  .exit-popup-thnx .success-text {
    font-size: 24px;
  }
}

.block.text .tab-a {
  background: #ffffff;
  position: relative;
  z-index: 1;
  margin: 40px auto;
}

.block.text .tab-a .item {
  border: 1px solid #d4def1;
  border-radius: 4px;
  padding: 0;
  margin-bottom: 10px;
}

.block.text .tab-a .item .title {
  display: block;
  font-weight: 500;
  padding: 12px 45px 10px 20px;
  cursor: pointer;
  position: relative;
  margin: 0;
  font-family: "FiraSans", sans-serif;
  font-size: 19px;
  line-height: 1.45;
}

.block.text .tab-a .item.active .title {
  background: #f3f6fb;
  border-bottom: 4px solid #d4def1;
}

.block.text .tab-a .item .title:after {
  content: "+";
  display: block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 33px;
  text-align: center;
  background: #d4def1;
  border: 1px solid #d4def1;
  border-radius: 16px;
  position: absolute;
  top: 8px;
  right: 10px;
}

.block.text .tab-a .item.active .title:after {
  content: "-";
  background: #f3f6fb;
}

.block.text .tab-a .item .content {
  max-width: 880px;
  margin: 0 auto;
  padding: 30px 4.4%;
  position: relative;
}

.block.text .tab-a .item.close .content {
  display: none;
}

.block.text .tab-a .item.active .content {
  display: block;
}

@media screen and (max-width: 1023px) {
  .block.text .tab-a {
    margin: 30px -4.4% !important;
    border: none;
  }
}

.js-cta-form {
  padding-top: 30px;
}

.img-shadow {
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.46);
}

.mfp-close {
  font-size: 50px;
  opacity: 0.85;
}

.exit-popup-blog .mfp-close {
  opacity: 0;
}

.exit-popup-subscribe-wrap button:hover {
  opacity: 0.8;
}

.hide {
  display: none;
}

.city-popup {
  position: relative;
  background: #fff;
  padding: 40px 20px 40px;
  width: auto;
  max-width: 920px;
  margin: 20px auto;
  box-sizing: border-box;
  border: 1px solid #d4def1;
  box-shadow: 0px 4px 12px #3d4555;
  border-radius: 4px;
}

.city-popup .mfp-close {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: url("../images/close-icon.svg") center no-repeat;
  background-size: contain;
  opacity: 1;
  top: 28px;
  right: 28px;
}

.city-popup-head {
  padding: 0;
  margin: 0 0 20px;
}

.city-popup-head li {
  display: inline-block;
  margin: 0 20px 10px 0;
  font-weight: 500;
}

.city-popup-head a {
  color: #0b5e8a;
}

.city-popup-head a:hover {
  text-decoration: underline;
}

.city-popup-head li:before {
  display: none;
}

.city-popup-list {
  column-count: 3;
  padding: 0;
  margin: 0;
}

.city-popup-list li:before {
  display: none;
}

.city-popup-list li {
  margin: 0 10px 0 0;
  font-size: 15px;
}

.city-popup-list .first-letter {
  color: #0b5e8a;
  font-weight: 500;
  margin: 5px 10px 5px 0;
  font-size: 17px;
}

.city-popup-list a {
  text-decoration: underline;
}

.city-popup-list a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  .city-popup {
    padding: 20px 8px 40px;
  }

  .city-popup .mfp-close {
    top: 16px;
    right: 16px;
  }

  .city-popup-head li {
    font-size: 15px;
  }

  .city-popup-list {
    column-count: 2;
  }

  .city-popup-list li {
    font-size: 13px;
  }

  .city-popup-list .first-letter {
    font-size: 15px;
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.awards3 {
  padding: 60px 0 0;
}

.awards_item {
  max-width: 312px;
  margin-right: 32px;
}

.in_blog .awards_item {
  max-width: 238px;
}

.awards_item img {
  width: 100%;
}

.text {
  margin: 0;
  margin-top: 0px;
  margin-top: 24px;
  font-weight: 300;
  font-size: 18px;
  line-height: 170%;
}

.causes_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 16px -16px 0 -16px;
}

.causes_item {
  width: calc(1 / 3 * 100% - 32px);
  margin: 32px 16px 0;
  padding: 32px;
  min-height: 375px;
  box-sizing: border-box;
}

.causes_item:nth-child(3n + 1) {
  background: url("icons/causes/cause1.png") center center/cover no-repeat;
}

.causes_item:nth-child(3n + 2) {
  background: url("icons/causes/cause2.png") center center/cover no-repeat;
}

.causes_item:nth-child(3n + 3) {
  background: url("icons/causes/cause3.png") center center/cover no-repeat;
}

.causes_item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #ffffff;
}

.causes_item-title span {
  color: #fc1e2b;
}

.causes_item-text {
  margin-top: 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}

.causes_item-text span {
  font-weight: 400;
}

.stages2-wrap {
  margin: 0 0 48px;
}

.stages2 .stages2-wrap .stages2-item {
  margin-top: 48px;
  position: relative;
}

.stages2 .stages2-wrap .stages2-item:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 9px;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: #fc1e2b;
  outline: 1px #dddddd solid;
  outline-offset: 8px;
}

.stages2 .stages2-wrap .stages2-item:after {
  content: "";
  width: 1px;
  height: calc(100% + 10px);
  position: absolute;
  top: 35px;
  left: 20px;
  background-color: #dddddd;
}

.stages2 .stages2-wrap .stages2-item:last-child:after {
  height: calc(100% - 35px);
}

.stages2 .stages2-wrap .stages2-item-title {
  font-family: "FiraSans", sans-serif;
  margin-left: 78px;
  font-weight: 300;
  font-size: 32px;
  line-height: 130%;
  color: #000000;
}

.stages2 .stages2-wrap .stages2-item-title strong {
  font-weight: 500;
}

.stages2 .stages2-wrap .stages2-item-text {
  margin-left: 78px;
  margin-top: 16px;
  font-weight: 300;
  font-size: 18px;
  line-height: 170%;
  color: #000000;
}

.stages2 .arrow {
  position: relative;
  top: -4px;
  left: 4px;
}

.stages2 .arrow:before,
.stages2 .arrow:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #dddddd;
}

.stages2 .arrow:before {
  transform: rotate(45deg);
}

.stages2 .arrow:after {
  transform: rotate(-45deg);
  left: 14px;
}

.briefing {
  padding: 15px 53px;
  font-size: 18px;
  line-height: 130%;
  background: #fc1e2b !important;
  box-shadow: 2px 5px 15px rgba(106, 15, 20, 0.15);
  border-radius: 4px;
}

table .briefing {
  padding: 14px 23px 12px;
}

.block.services_pack {
  padding: 60px 0 0;
}

.services2-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 16px -16px 0 -16px;
}

.services2-item {
  padding: 32px 24px 32px 24px;
  width: calc(1 / 3 * 100% - 32px);
  margin: 32px 16px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.services2-item.with-bg {
  color: #fff;
  background-size: cover;
}

.services2-item.horizontal {
  width: 100%;
  margin-top: 0;
}

.services2-item.horizontal.top {
  margin-top: 32px;
  margin-bottom: 0;
}

.services2-item.horizontal .services2-title {
  text-align: start;
}

.services2-item.horizontal .services2-text ul {
  margin: 0 -32px;
  column-count: 3;
}

.services2-item.horizontal .services2-text ul li {
  margin: 0 32px 1em;
  display: inline-block;
}

.services2-item.horizontal .services2-text.close {
  height: auto;
}

.services2-item.horizontal .services2-text.close:after {
  content: none;
}

.services2-item.horizontal .services2-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.services2-item.horizontal .services2-button .btn {
  margin: 0;
}

.services2-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family: "FiraSans", sans-serif;
  margin: 0;
}

.services2-text {
  padding-left: 31px;
  margin-top: 16px;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 130%;
  overflow: hidden;
  position: relative;
}

.services2-text.close {
  height: 300px;
}

.services2-text.close:after {
  content: "";
  display: block;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
}

.services2-item.with-bg .services2-text.close:after {
  background-image: linear-gradient(to bottom, transparent, rgba(10, 42, 58, 1) 75%);
}

.services2-text ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0;
}

.services2-text ul li {
  margin: 0;
  padding: 0;
}

.services2-text ul li:before {
  content: url("icons/services/checkmark.svg");
  top: calc(50% - 10px);
}

.services2-button {
  margin-top: 32px;
}

.services2_toggle {
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2073af;
  position: relative;
}

.services2-item.with-bg .services2_toggle {
  color: #fff;
}

.services2_toggle:hover {
  text-decoration: none;
}

.services2_toggle:before,
.services2_toggle:after {
  content: "";
  position: absolute;
  top: 23px;
  left: calc(50% - 8px);
  border: 8px solid transparent;
  border-top: 8px solid #2073af;
}

.services2_toggle:after {
  border-top: 8px solid #fff;
  top: 22px;
}

.services2-item.with-bg .services2_toggle:before,
.services2-item.with-bg .services2_toggle:after {
  border-top: 8px solid #fff;
}

.services2-item.with-bg .services2_toggle:after {
  border-top: 8px solid #0a2a3a;
}

.services2_toggle.revers:before,
.services2_toggle.revers:after {
  content: "";
  position: absolute;
  top: 13px;
  left: calc(50% - 8px);
  border: 8px solid transparent;
  border-bottom: 8px solid #2073af;
}

.services2_toggle.revers:after {
  border-bottom: 8px solid #fff;
  top: 14px;
}

.services2-item.with-bg .services2_toggle.revers:before,
.services2-item.with-bg .services2_toggle.revers:after {
  border-bottom: 8px solid #fff;
}

.services2-item.with-bg .services2_toggle.revers:after {
  border-bottom: 8px solid #0a2a3a;
}

.services2_devider {
  margin: 24px 0;
  border: 1px solid #dddddd;
}

.services2-price {
  font-weight: normal;
  font-size: 24px;
  line-height: 110%;
}

.services2-price strong {
  font-weight: bold;
  font-size: 48px;
  line-height: 110%;
}

.services2-wrap .btn {
  margin-top: 32px;
}

.services2-wrap .btn .consultation {
  background: #fc1e2b;
  box-shadow: 2px 5px 15px rgba(106, 15, 20, 0.15);
  border-radius: 4px;
  padding: 15px 45px;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
}

.block.team2 {
  padding: 60px 0 0;
}

.team_items {
  margin: 38px 0 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.team_item {
  margin: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 225px;
  box-sizing: border-box;
}

.team_photo {
  width: 100%;
  border-radius: 50%;
}

.team_about {
  padding: 0 10px 0 28px;
  position: relative;
  min-height: 60px;
}

.team_about:before {
  content: "";
  display: block;
  width: 2px;
  height: 55px;
  background: #fc1e2b;
  position: absolute;
  top: 10px;
  left: 0;
}

.team_name {
  margin-top: 25px;
  align-self: flex-start;
  font-weight: 400;
  font-size: 24px;
  line-height: 144%;
}

.team_position {
  margin-top: 4px;
  align-self: flex-start;
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: #636d80;
}

.team_certificate {
  margin-top: 16px;
  align-self: flex-start;
  font-weight: normal;
  font-size: 24px;
  line-height: 170%;
  color: #fc1e2b;
  background: transparent;
  border: none;
  border-bottom: 1px dashed;
  cursor: pointer;
}

.team_certificate:hover {
  text-decoration: none;
  color: #9e121b;
}

.team_certificate:focus {
  outline: none;
}

.team2 .slick-next,
.team2 .slick-prev {
  position: absolute;
  top: 110px;
  transform: translateY(-180px);
  border: none;
  background-color: #fff;
  cursor: pointer;
}

.team2 .slick-next img,
.team2 .slick-prev img {
  width: 14px;
  height: 26px;
  opacity: 0.3;
}

.team2 .slick-next img:hover,
.team2 .slick-prev img:hover {
  opacity: 0.8;
}

.team2 .slick-next:focus,
.team2 .slick-prev:focus {
  outline: none;
}

.team2 .slick-next {
  right: 0px;
}

.team2 .slick-prev {
  right: 40px;
}

.team2 .slick-prev img {
  transform: scale(-1, 1);
}

.block.question {
  padding: 60px 0 30px;
}

.title_question {
  margin: 0;
}

.question_items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.question_item {
  position: relative;
  margin-top: 32px;
  padding: 32px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  border-radius: 6px;
}

.question_item:first-child {
  margin-top: 48px;
}

.question_text {
  font-weight: normal;
  font-size: 24px;
  line-height: 110%;
  position: relative;
  cursor: pointer;
  font-family: "FiraSans", sans-serif;
  margin: 0;
  padding-right: 35px;
}

.question_answer {
  margin-top: 32px;
  font-weight: normal;
  font-size: 18px;
  line-height: 170%;
  overflow: hidden;
  position: relative;
}

.question_answer a {
  background-size: 1em 0.4em;
  background-repeat: repeat-x;
  background-position: 0px 70%;
  background-image: linear-gradient(90deg, rgba(190, 214, 90, 0.5), rgba(190, 214, 90, 0.5));
  word-break: break-word;
}

.close .question_answer {
  display: none;
}

.open .question_text .question_toggle:before,
.open .question_text .question_toggle:after {
  content: "";
  position: absolute;
  top: -12px;
  right: 0;
  border: 16px solid transparent;
  border-bottom: 16px solid #000;
}

.open .question_text .question_toggle:after {
  border-bottom: 16px solid #fff;
  top: -9px;
}

.close .question_text .question_toggle:before,
.close .question_text .question_toggle:after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  border: 16px solid transparent;
  border-top: 16px solid #000;
}

.close .question_text .question_toggle:after {
  border-top: 16px solid #fff;
  top: 1px;
}

.close .question_text:hover .question_toggle:before {
  border-top: 16px solid #fc1e2b;
}

.open .question_text:hover .question_toggle:before {
  border-bottom: 16px solid #fc1e2b;
}

@media (max-width: 1024px) {
  .awards_item {
    max-width: 232px;
    margin-right: 24px;
  }

  .causes_items {
    margin: 16px -16px 0 -16px;
  }

  .causes_item {
    width: calc(1 / 2 * 100% - 16px);
    margin: 16px 8px 0;
    padding: 24px;
    min-height: 229px;
    border-radius: 6px;
  }

  .causes_item-title {
    font-weight: 500;
    font-size: 20px;
  }

  .causes_item-text {
    margin-top: 12px;
    font-size: 14px;
  }

  .stages2-wrap {
    margin: 0 0 32px;
  }

  .stages2 .stages2-wrap .stages2-item {
    margin-top: 32px;
  }

  .stages2 .stages2-wrap .stages2-item:before {
    top: 10px;
    left: 14px;
    width: 16px;
    height: 16px;
    outline-offset: 6px;
  }

  .stages2 .stages2-wrap .stages2-item:after {
    top: 32px;
    left: 22px;
    height: calc(100% + 3px);
  }

  .stages2 .stages2-wrap .stages2-item-title {
    margin-left: 58px;
    font-size: 24px;
  }

  .stages2 .stages2-wrap .stages2-item-text {
    margin-top: 12px;
    margin-left: 58px;
    font-size: 16px;
  }

  .stages2 .arrow {
    top: -5px;
    left: 14px;
  }

  .stages2 .arrow:before,
  .stages2 .arrow:after {
    width: 10px;
  }

  .stages2 .arrow:after {
    left: 7px;
  }

  .services2 .title_services {
    font-size: 48px;
  }

  .services2-item {
    width: calc(1 / 2 * 100% - 32px);
    margin: 5px 16px;
  }

  .services2-item.horizontal {
    width: 100%;
  }

  .services2-item.horizontal .services2-title {
    text-align: start;
  }

  .services2-item.horizontal .services2-text ul {
    display: flex;
    flex-wrap: wrap;
  }

  .services2-item.horizontal .services2-text ul li {
    width: calc(1 / 2 * 100% - 32px);
  }

  .services2-item.horizontal .services2-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .services2-item.horizontal .services2-button .btn {
    margin: 0;
  }

  .services2-item.horizontal br {
    display: none;
  }

  .services2-text.close {
    height: auto;
  }

  .services2-text.close:after {
    content: none;
  }

  .services2_toggle,
  .services2_devider {
    display: none;
  }

  .services2-price {
    font-size: 20px;
  }

  .services2-price strong {
    font-size: 40px;
  }

  .team_items {
    margin-left: 44px;
    margin-right: 44px;
  }

  .team_item {
    margin: 0 16px 0 16px;
  }

  .team_name {
    margin-top: 24px;
    font-size: 24px;
  }

  .team_position {
    font-size: 18px;
  }

  .team_certificte {
    font-size: 20px;
  }

  .team .slick-next,
  .team .slick-prev {
    right: -44px;
  }

  .team .slick-prev {
    left: -44px;
  }

  .question_item:first-child {
    margin-top: 24px;
  }

  .question_item {
    padding: 24px;
  }

  .question_text {
    font-size: 18px;
  }

  .question_answer {
    margin-top: 24px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .awards3 {
    padding-top: 20px;
  }

  .awards_item,
  .in_blog .awards_item {
    max-width: 146px;
    margin-right: 10px;
  }

  .causes_items {
    margin: 12px -12px 0 -12px;
  }

  .causes_item {
    width: calc(100% - 12px);
    margin: 12px 0 0;
    min-height: 188px;
  }

  .causes_item-title {
    font-size: 18px;
  }

  .stages2-wrap {
    margin: 0 0 20px;
  }

  .stages2 .stages2-wrap .stages2-item {
    margin-top: 20px;
  }

  .stages2 .stages2-wrap .stages2-item:before {
    top: 3px;
  }

  .stages2 .stages2-wrap .stages2-item:after {
    top: 25px;
    height: calc(100% + -8px);
  }

  .stages2 .stages2-wrap .stages2-item-title {
    font-size: 16px;
  }

  .stages2 .stages2-wrap .stages2-item-text {
    margin-top: 8px;
    font-size: 14px;
  }

  .stages2 .arrow {
    top: -13px;
  }

  .block.services_pack {
    padding: 30px 0 0;
  }

  .services2 .title_services {
    font-size: 32px;
  }

  .services2-wrap {
    margin: 8px 0 0;
  }

  .services2-item {
    padding: 24px 16px;
    width: 100%;
    margin: 16px 0 0;
  }

  .services2-item.horizontal {
    margin: 16px 0 0;
  }

  .services2-item.horizontal .services2-text ul li {
    width: 100%;
  }

  .services2-item.horizontal .services2-button {
    display: block;
  }

  .services2-item.horizontal .services2-button .btn {
    margin-top: 47px;
  }

  .services2-title {
    text-align: start;
    font-size: 20px;
  }

  .services2-text {
    font-size: 12px;
  }

  .services2-price {
    font-size: 16px;
  }

  .services2-price strong {
    font-size: 32px;
  }

  .services2 br {
    display: none;
  }

  .block.team2 {
    padding: 30px 0 0;
  }

  .team {
    overflow-x: hidden;
  }

  .team_items {
    /*width: 180%;*/
    margin-left: 0;
    margin-right: 0;
  }

  .team_item {
    max-width: 150px;
    margin: 0 10px 0;
  }

  .team_about {
    padding: 0 10px 0 15px;
  }

  .team_name {
    margin-top: 14px;
    font-size: 20px;
  }

  .team_position {
    margin-top: 8px;
    font-size: 14px;
  }

  .team_certificate {
    margin-top: 12px;
    font-size: 14px;
  }

  .team2 .slick-next,
  .team2 .slick-prev {
    top: 120px;
  }

  .team2 .slick-next img,
  .team2 .slick-prev img {
    width: 12px;
    height: 22px;
  }

  .block.question {
    padding: 30px 0;
  }

  .question_item {
    padding: 16px;
  }

  .question_answer {
    margin-top: 16px;
  }

  .question_toggle {
    top: 20px;
    right: 10px;
  }
}

@media (max-width: 480px) {
  .awards_item,
  .in_blog .awards_item {
    max-width: 145px;
  }

  .causes_items {
    margin: 10px -10px 0 -10px;
  }

  .causes_item {
    width: calc(100% - 10px);
    margin: 10px 0 0;
    min-height: 209px;
  }

  .causes_item-text {
    font-size: 12px;
  }

  .stages2 .stages2-wrap .stages2-item:before {
    top: 5px;
    left: 8px;
    width: 12px;
    height: 12px;
    outline-offset: 4px;
  }

  .stages2 .stages2-wrap .stages2-item:after {
    top: 21px;
    left: 13px;
    height: calc(100% + 0px);
  }

  .stages2 .stages2-wrap .stages2-item-title {
    margin-left: 35px;
  }

  .stages2 .stages2-wrap .stages2-item-text {
    margin-left: 35px;
    font-size: 12px;
  }

  .stages2 .arrow {
    top: -16px;
    left: 8px;
  }

  .stages2 .arrow:before,
  .stages2 .arrow:after {
    width: 7px;
  }

  .stages2 .arrow:after {
    left: 4px;
  }

  .briefing {
    padding-left: 76px;
    padding-right: 53px;
    background: #fc1e2b url("icons/stages/brief.svg") center left 50px no-repeat !important;
  }

  .briefing:hover {
    background: #9e121b url("icons/stages/brief.svg") center left 50px no-repeat;
  }

  table .briefing {
    padding: 14px 23px 12px;
    background: #fc1e2b !important;
  }

  table .briefing:hover {
    background: #fc1e2b !important;
  }

  .services2 .title_services {
    font-size: 24px;
  }

  .services2-item {
    margin-top: 12px;
  }

  .services2-title {
    font-size: 18px;
  }

  .services2-text {
    padding-left: 23px;
  }

  .services2 .btn {
    margin-top: 35px;
  }

  .services2 .btn .consultation {
    padding: 15px 50px 15px 80px;
    background: #fc1e2b url("icons/contrast/message.svg") center left 50px no-repeat;
  }

  .services2 .btn .consultation:hover {
    background: #9e121b url("icons/contrast/message.svg") center left 50px no-repeat;
  }

  /*.team_items {width: 130%;}*/
  .question_text {
    font-size: 16px;
  }

  .question_answer {
    font-size: 14px;
  }
}

.wspr-blog-form .h2title {
  margin-bottom: 24px;
}

.blog-form-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 145%;
  color: #000000;
  margin-bottom: 40px;
}

.wrap-myvertical-tabs {
  max-width: 100%;
  display: flex;
  border: 1px solid #d4def1;
  margin-bottom: 60px;
}

.blog-center .myvertical-tabs {
  list-style: none;
  background: #fff;
  padding: 0;
  margin: 0;
  font-size: 19px;
  font-weight: 500;
  margin: 0;
  width: 338px;
}

.myvertical-tabs-content-wrap {
  width: 50%;
}

.myvertical-tabs-content ul {
  padding: 0;
}

.myvertical-tabs-content-wraper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 10px;
  font-size: 17px;
  line-height: 145%;
}

.myvertical-tabs li {
  padding: 10px 10px 10px 20px;
  color: #000000;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d4def1;
  border-bottom: none;
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  border-left: 4px solid transparent;
}

.myvertical-tabs li:first-child {
  border-top: none;
}

.myvertical-tabs li:hover {
  color: #000000;
  background: #efefef;
  border-left: 4px solid #e3e3e3;
}

.myvertical-tabs li.chosen {
  color: #000000;
  background: #f3f6fb;
  flex-wrap: wrap;
}

.myvertical-tabs-content {
  display: none;
  background: #fff;
  margin-left: -1px;
  color: #0b5e8a;
  width: 100%;
  height: 100%;
}

.myvertical-tabs-content ul {
  margin: 0;
}

.myvertical-tabs-content li {
  list-style-type: none;
  border-bottom: 1px dashed;
  display: table;
  font-size: 17px;
  line-height: 145%;
  margin-bottom: 11px;
}

.myvertical-tabs-content.active {
  display: block;
}

.wrap-myvertical-tabs li:before {
  display: none;
}

.wrap-myvertical-tabs ul {
  padding-left: 0;
}

.myvertical-tabs li div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #d4def1;
  align-items: center;
  display: flex;
  margin-right: 20px;
  justify-content: space-around;
  background-repeat: no-repeat;
  background-size: 30px;
}

.myvertical-tabs li img {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: static;
  background-position: center;
}

.wrap-myvertical-tabs ul:not(.collapse) li + li {
  margin-top: 0;
}

.myvertical-tabs li.chosen div {
  background: #0b5e8a;
}

.myvertical-tabs li.chosen {
  border-left: 4px solid #0b5e8a;
}

.myvertical-tabs li div path {
  fill: #000;
}

.myvertical-tabs li.chosen div path {
  fill: #fff;
}

.myvertical-tabs-content-mobile-wrap {
  display: none !important;
}

.myvertical-tabs li div.mytabs-mobile-block {
  display: none;
}

.myvertical-tabs li span {
  display: flex;
  align-items: center;
  padding-right: 20px;
}

.myvertical-tabs-content a {
  color: #0b5e8a;
}

.wspr-form-table-wrap table tr td:first-child {
  width: 250px;
  padding-right: 20px;
  padding-left: 0;
}

.wspr-form-table-wrap table tr td:first-child p {
  font-size: 14px;
  color: #79869d;
  margin: 10px 0;
}

.wspr-form-table-wrap table tr td:nth-child(2) {
  width: 100%;
  padding-right: 0;
}

.wspr-form-table-wrap table td {
  border: none;
}

.wspr-form-table-wrap table button {
  width: 100%;
  margin-right: 10px;
  margin-bottom: -5px;
}

.wspr-form-table-wrap table td textarea {
  height: 130px;
  background: #f3f6fb;
  border-radius: 4px;
}

.wspr-form-table-wrap table td input {
  background: #f3f6fb;
  border-radius: 4px;
}

.fileinput input[type="file"] {
  opacity: 0;
  height: 40px;
  position: absolute;
  z-index: 999;
  left: 0;
  cursor: pointer;
}

.fileinput {
  position: relative;
  overflow: hidden;
  width: 250px;
  height: 40px;
  color: #000;
  text-align: center;
}

.fileinput label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.fileinput span {
  font-size: 16px;
  position: absolute;
  left: 0;
  text-align: center;
  cursor: pointer;
}

.fileinput svg {
  position: absolute;
}

.fileinput span span {
  font-size: 16px;
  position: absolute;
  left: 0;
  margin-left: 30px;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px dotted;
  width: 120px;
  margin-top: 0;
}

.blog-detail label span {
  color: #0b5e8a;
}

.form-color-star {
  color: #0b5e8a;
  font-weight: bold;
}

.wspr-blog-form .item-input {
  width: 512px;
}

@media (max-width: 1023px) {
  .wspr-blog-form .item-input {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .myvertical-tabs li span:after {
    content: "+";
    width: 32px;
    height: 27px;
    background: #d4def1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    align-content: flex-end;
    justify-content: center;
    font-size: 24px;
    padding-top: 5px;
    position: absolute;
    right: 20px;
    background: #f3f6fb;
  }

  .myvertical-tabs li.chosen span:after {
    content: "-";
  }

  .myvertical-tabs li div.mytabs-mobile-block {
    display: none;
  }

  .myvertical-tabs li.chosen div.mytabs-mobile-block {
    display: block;
  }

  .myvertical-tabs-content-wrap-desktop {
    display: none;
  }

  .myvertical-tabs-content-mobile-wrap {
    display: block !important;
  }

  .myvertical-tabs-content-mobile {
    display: block;
  }

  .wrap-myvertical-tabs {
    flex-direction: column;
    border: none;
  }

  .blog-center .myvertical-tabs {
    width: 100%;
  }

  .myvertical-tabs-content-wrap {
    width: 100%;
  }

  .myvertical-tabs li {
    min-height: 40px;
    height: auto;
    font-size: 17px;
    margin-bottom: 5px;
    border-left: 1px solid #d4def1;
  }

  .myvertical-tabs-content {
    padding: 20px 0;
  }

  .myvertical-tabs-content-wraper {
    padding-left: 20px;
  }

  .myvertical-tabs li.chosen {
    border-color: transparent;
  }

  .myvertical-tabs li div {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }

  .myvertical-tabs li div.mytabs-mobile-block {
    width: calc(100% + 0px) !important;
    background: #fff !important;
    border-radius: 0;
    padding: 5px 20px;
    margin-top: 10px;
    border-radius: 0;
    height: auto;
    font-weight: normal;
  }

  .myvertical-tabs li div.mytabs-mobile-block ul {
    margin: 0;
  }

  .myvertical-tabs li div.mytabs-mobile-block li {
    list-style-type: none;
    border: none;
    border-bottom: 1px dotted;
    display: table;
    color: #0b5e8a;
    height: auto;
    min-height: 0;
    padding: 0;
    margin-left: 25px;
    margin-bottom: 5px;
  }

  .myvertical-tabs li.chosen {
    background: #fff;
    border: 1px solid #d4def1;
  }

  .myvertical-tabs li {
    border-radius: 4px;
  }
}

.content-cta-2.in-text {
  background: #f3f6fb;
  border-radius: 15px;
  border: 1px dashed #0b5e8a;
  padding: 27px 50px 25px;
}

.content-cta-2.in-text .content-cta-head:before {
  display: none;
}

.content-cta-2.in-text .content-cta-head {
  padding-left: 0;
  margin-bottom: 8px;
}

.content-cta-2.in-text .content-cta-small-title {
  font-size: 17px;
  margin-bottom: 20px;
}

.content-cta-2.in-text .content-cta-title {
  font-family: "FiraSans";
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  color: #000000;
}

.content-cta-2.in-text .content-cta-text {
  padding-left: 0;
  font-size: 15px;
  line-height: 145%;
  margin-bottom: 25px;
}

.content-cta-2.in-text .content-cta-buttons {
  margin-bottom: 0;
}

@media (max-width: 699px) {
  .content-cta-2.in-text {
    padding: 19px 16px 16px;
  }

  .content-cta-2.in-text .content-cta-small-title {
    padding-left: 38px;
    font-size: 15px;
    margin-bottom: 24px;
  }

  .content-cta-2.in-text .content-cta-title {
    font-size: 24px;
  }

  .content-cta-2.in-text .content-cta-head {
    margin-bottom: 12px;
  }
}

.meta-alert {
  padding-left: 45px;
  background: url(icons/exclamation-mark.png) no-repeat left center;
  background-size: 32px;
  font-size: 15px;
  min-height: 35px;
}

.meta-alert a {
  text-decoration: underline;
}

.rating-box {
  text-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.circular-chart {
  max-width: 80px;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}

.circle-blue {
  stroke: #0b5e8a;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
  display: block;
  user-select: none;
  cursor: pointer;
}

.percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.8em;
  text-anchor: middle;
}

.d-rating {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.table-button {
  font-size: 18px;
  line-height: 130%;
  background: #fc1e2b !important;
  box-shadow: 2px 5px 15px rgba(106, 15, 20, 0.15);
  border-radius: 4px;
}

.block.stages + .block.services {
  padding-top: 0;
}

.block.services + .block.team2 {
  padding-top: 30px;
}

/*-----services styles-----*/
.service-banner {
  background-attachment: scroll, scroll;
  background-clip: border-box, border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, rgba(10, 42, 58, 0.8), rgba(10, 42, 58, 0.8)), url(../images/services/banner.jpg);
  background-origin: padding-box, padding-box;
  background-position: 0 0%, center center;
  background-repeat: repeat, no-repeat;
  background-size: cover;
  min-height: 585px;
}

.block.service-banner {
  padding-top: 60px;
  padding-bottom: 40px;
}

.service-banner__info {
  width: 100%;
  max-width: 600px;
  margin-bottom: 46px;
}

.service-banner__title {
  font-family: "PFRegalTextPro", sans-serif;
  color: white;
  font-size: 38px;
  line-height: 1.25;
  margin-bottom: 17px;
}

.service-banner__text {
  font-family: "FiraSans", sans-serif;
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
  color: white;
}

.service-search {
  position: relative;
  background: white;
  border-radius: 5px;
  margin-bottom: 48px;
}

.service-search:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background: url(../images/services/search.svg) no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 38px;
  z-index: 1;
  pointer-events: none;
}

.service-search__input {
  -webkit-transition: all ease-out 0.3;
  -moz-transition: all ease-out 0.3;
  -o-transition: all ease-out 0.3;
  transition: all ease-out 0.3;
  width: 100%;
  border: 0;
  text-indent: 95px;
  font-size: 16px;
  font-family: "FiraSans", sans-serif;
  height: 66px;
  background: transparent;
}

.service-search__btn {
  -webkit-transition: all ease-out 0.3;
  -moz-transition: all ease-out 0.3;
  -o-transition: all ease-out 0.3;
  transition: all ease-out 0.3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background: #fc1e2b;
  border-radius: 5px;
  color: white;
  z-index: 1;
  pointer-events: none;
}

.service-sections {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.service-sections__item {
  background: white;
  border-radius: 3px;
  margin: 0 10px 15px;
}

.service-sections__item-link {
  -webkit-transition: all ease-out 0.3;
  -moz-transition: all ease-out 0.3;
  -o-transition: all ease-out 0.3;
  transition: all ease-out 0.3;
  display: block;
  padding: 16px 18px;
  font-family: "FiraSans", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: black;
}

.services-list-head {
  margin-bottom: 33px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.services-add-link {
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fc1e2b;
  display: flex;
  align-items: center;
}

.services-add-link span {
  font-size: 32px;
  margin-right: 5px;
  font-weight: normal;
}

.services-wrap-link {
  text-align: center;
  margin: 24px 0 0;
  padding: 0 0 0 35px;
}

.services-your-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #0b5e8a;
}

.services-list-title {
  font-family: "PFRegalTextPro", sans-serif;
  font-size: 28px;
  margin-bottom: 0;
}

.services-list-wrapper {
  padding: 40px 0;
}

.services-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -13px;
  margin-right: -13px;
}

.services-list__item {
  border: 1px solid #d4def1;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 27px 20px;
  width: 230px;
  margin: 0 13px 20px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  min-height: 320px;
}

.services-list__item-top {
  margin-bottom: 18px;
}

.services-list__item-logo {
  font-family: "FiraSans", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  height: 42px;
  width: 42px;
  background-size: cover;
  flex-basis: 42px;
}

.services-list__item-title {
  font-size: 20px;
  line-height: 1.1;
  flex-basis: calc(100% - 42px);
  word-break: break-word;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.services-list__item-logo + .services-list__item-title {
  padding-left: 12px;
}

.services-list__item-title-link {
  display: flex;
}

.services-list__item-links {
  margin-bottom: 3px;
}

.services-list__item-link {
  color: #0b5e8a;
  font-size: 12px;
  line-height: 1;
  padding: 6px 8px 4px;
  margin-bottom: 10px;
  background-color: #d4def166;
  border-radius: 3px;
  display: inline-block;
  white-space: nowrap;
}

.services-list__item-bottom {
  display: flex;
  flex-direction: column;
  padding-top: 27px;
  border-top: 1px solid rgba(212, 222, 241, 0.6);
  margin-top: auto;
}

.services-list__item-info {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}

.services-list__item-rating {
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  font-size: 24px;
  padding-left: 40px;
}

.services-list__item-rating:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../images/services/star.svg) no-repeat;
  background-size: contain;
}

.services-list__item-comments {
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  font-size: 24px;
  padding-left: 40px;
  margin-left: auto;
}

.services-list__item-comments:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../images/services/comment.svg?v1) no-repeat;
  background-size: contain;
}

.services-list__item-more {
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  display: block;
  text-align: center;
  margin-top: 30px;
  background: #0b5e8a;
  color: white;
  padding: 10px;
  border-radius: 3px;
  font-size: 14px;
}

.services-list__item-more:hover {
}

.service-page {
  padding: 67px 0 0;
}

.service-top__logo {
  height: 60px;
  width: 60px;
  background-size: cover;
  position: relative;
  top: -3px;
}

.service-top__left {
  display: flex;
}

.service-top__logo + .service-top__text {
  padding-left: 16px;
  box-sizing: border-box;
  width: calc(100% - 60px);
}

.service-top__text-title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0;
  font-family: "FiraSans", sans-serif;
  font-weight: normal;
}

.service-top {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.service-top__text-sections {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6px;
}

.service-top__text-section {
  display: inline-block;
  color: #0b5e8a;
  font-size: 12px;
  line-height: 1;
  padding: 6px 8px 4px;
  margin-bottom: 10px;
  background-color: #d4def166;
  border-radius: 3px;
  margin-right: 12px;
}

.service-top__right {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 6px;
}

.service-top__right-promo {
  color: rgba(0, 0, 0, 0.6);
  border: 1px solid #d4def1;
  border-radius: 4px;
  font-size: 16px;
  padding: 9px 20px;
  margin-right: 30px;
}

.service-top__promo {
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  color: #fc1e2b;
  padding-left: 10px;
  white-space: nowrap;
}

.service-top__right-review {
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.6);
  border: 1px solid #d4def1;
  border-radius: 4px;
  font-size: 16px;
  padding: 9px 20px;
}

.service-top__right-link {
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  white-space: nowrap;
  margin-left: 30px;
  background: #0b5e8a;
  border-radius: 4px;
  color: white;
  padding: 9px 20px;
  border: 1px solid;
}

.service-main {
  display: flex;
}

.service-main__first-image-wrapper {
  padding: 0 0 0 35px;
}

.service__images {
  display: flex;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 20px;
  padding: 0 0 0 35px;
}

.service__image-wrapper {
  margin: 0 15px;
  width: 180px;
  height: 100px;
}

.service-main__left {
  width: 50%;
}

.service-main__right {
  width: 50%;
}

.service-main__first-image {
  object-fit: fill;
  max-width: 100%;
  max-height: 100%;
}

.service__images__item {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.service-rating-star {
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  width: 28px;
  height: 26px;
  background: url(../images/services/star_empty.svg) no-repeat;
}

.service-rating-star.is-filled {
  background-image: url(../images/services/star.svg);
}

.service-main__rating-value {
  margin-left: auto;
  font-size: 20px;
}

.service-main__rating-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #d4def1;
  border-bottom: 1px solid #d4def1;
  padding: 19px 0;
  margin-top: 20px;
}

.service-main__rating-title h3,
.service-main__rating-title {
  font-family: "FiraSans", sans-serif;
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
}

.service-main__rating-stars {
  display: flex;
  align-items: center;
  margin-left: 12px;
  position: relative;
  top: -1px;
}

.service-rating-star + .service-rating-star {
  margin-left: 13px;
}

.service-main__rating-value {
  margin-left: auto;
  font-size: 20px;
}

.service-main__text {
  margin-bottom: 92px;
  font-size: 16px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.6);
}

.service-main__text p {
  font-size: 16px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.6);
}

.service-main__table dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.service-main__table dt,
.service-main__table dt h3 {
  font-family: "FiraSans", sans-serif;
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  background: white;
  padding: 0 7px 0 0;
}

.service-main__table dd {
  font-size: 16px;
  background: white;
  padding: 0 0 0 5px;
}

.service-main__table dl:after {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 2px dotted rgba(0, 0, 0, 0.25);
  z-index: -1;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.service-page .services-list-wrapper {
  padding: 62px 0 10px;
}

.service-page .services-list-title {
  font-size: 24px;
  margin-bottom: 30px;
}

.service-reviews {
  padding: 20px 0;
  margin-bottom: 50px;
}

.service-reviews-title {
  font-size: 24px;
  margin-bottom: 30px;
}

.service-reviews__item {
  border: 1px solid #d4def1;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 23px 20px;
  margin-bottom: 25px;
}

.service-reviews__item:last-child {
  margin-bottom: 0;
}

.services-reviews__item-name {
  font-size: 20px;
  line-height: 1.1;
}

.services-reviews__item-logo + .services-reviews__item-name {
  padding-left: 25px;
}

.services-reviews__item-logo {
  height: 60px;
  width: 60px;
  background-size: 80%;
  flex-basis: 60px;
  border-radius: 50%;
  background-image: url(../images/services/user.svg);
  background-color: #f3f6fb;
  border: 1px solid #d4def1;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.service-reviews__item-user {
  display: flex;
  align-items: center;
}

.service-reviews__item-text {
  font-size: 16px;
  line-height: 1.3;
  width: 60%;
  box-sizing: border-box;
  padding-left: 30px;
}

.service-reviews__item-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.service-reviews__item-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 27px;
}

.service-reviews__item-rating .service-rating-star {
  width: 22px;
  height: 20px;
  background-size: contain;
}

.service-reviews__item-rating {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}

.service-reviews__item-param {
  margin-right: 10px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}

.service-reviews__item-score {
  display: flex;
}

.service-reviews__item-value:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 22px;
  background: url(../images/services/star.svg);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}

.service-reviews__item-title {
  font-size: 20px;
}

.service-reviews__item-value {
  position: relative;
  font-size: 20px;
  padding-left: 35px;
  margin-left: 10px;
}

.service-reviews__item-date {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 15px;
}

.service-reviews__item-main {
  display: flex;
}

.service-reviews__item-ratings {
  width: 40%;
}

.review-popup.white-popup {
  padding: 0;
  max-width: 545px;
}

.white-popup .button.button-send {
  transition: all 0.3s ease;
  background: #0b5e8a;
  font-size: 16px;
  text-transform: unset;
  font-weight: normal;
  line-height: 1;
  padding: 12px 15px;
}

.white-popup .button.button-white {
  transition: all 0.3s ease;
  background: white;
  font-size: 16px;
  text-transform: unset;
  font-weight: normal;
  line-height: 1;
  padding: 12px 35px;
  color: black;
  box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);
  border-radius: 4px;
  margin-left: 10px;
}

.reviews-buttons-wrapper {
  display: flex;
  justify-content: flex-end;
  padding-top: 15px;
  border-top: 1px solid rgba(220, 220, 235, 0.5);
  margin-top: 10px;
}

.service-main__rating-stars.review-stars-field {
  align-items: center;
  margin-left: 0;
  justify-content: space-between;
}

.review-stars-field {
  margin-bottom: 8px;
}

.valid-form-block {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
}

.valid-form-block.valid-form--error {
  color: #fc1e2b;
}

.valid-form-block.valid-form--success {
  color: green;
}

.white-popup.review-popup .error {
  border: 1px solid #fc1e2b;
}

.review-stars-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}

.review-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.review-field:last-child {
  margin-bottom: 0;
}

.review-field__input {
  font-size: 16px;
  height: 48px;
  line-height: 1;
  background: white;
  border: 1px solid rgba(232, 232, 232, 1);
  box-sizing: border-box;
  border-radius: 8px;
  padding-left: 12px;
}

.review-field__input::-webkit-input-placeholder {
  font-size: 14px;
}

.review-field__input::-moz-placeholder {
  font-size: 14px;
}

.review-field__input:-moz-placeholder {
  font-size: 14px;
}

.review-field__input:-ms-input-placeholder {
  font-size: 14px;
}

.service-rating-star input + label {
  background: url(../images/services/star_empty.svg) no-repeat;
}

.service-rating-star input:checked + label {
  background: url(../images/services/star.svg) no-repeat;
}

.white-popup .review-field__textarea {
  background: white;
  border: 1px solid rgba(232, 232, 232, 1);
  font-size: 16px;
  border-radius: 8px;
}

.review-stars-field .review-field__label {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
}

.white-popup .review-field__label {
  font-size: 16px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.6);
}

.white-popup .review-field__textarea.error,
.white-popup .review-field__textarea {
  color: black;
}

.modal-reviews-title {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 0;
  font-family: "FiraSans", sans-serif;
  font-weight: normal;
}

.modal-reviews-body {
  padding: 20px 24px 20px 24px;
}

.service-rating-star input {
  position: absolute;
  left: -9999px;
}

.review-stars-wrapper .service-rating-star:hover {
  cursor: pointer;
}

.review-field__input:focus,
.review-field__input:focus-visible {
  outline: 0;
}

.review-popup.white-popup .mfp-close {
  width: 20px;
  height: 20px;
  top: 24px;
  right: 24px;
  font-size: 0;
}

.modal-reviews-header {
  padding: 24px 50px 24px 24px;
  background: #eef0f4;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.modal-reviews-logo.service-top__logo {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  top: unset;
}

.service-text {
  padding: 50px 0 30px;
  font-size: 16px;
  line-height: 1.3;
}

.brc_header header abbr:empty:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(
      data:image/svg + xml;utf-8,
      <svgxmlns="http://www.w3.org/2000/svg"id="Layer_1"viewBox="194 -104 1000 1000"><pathfill-rule="evenodd"clip-rule="evenodd"fill="rgb(204,204,204)"d="M892.4 585.9c10 3.1 19.1 5.7 27.5 8.2 34.5 10 44.8 54.6 17.5 78.1-65.4 56.5-150.7 90.8-244 90.8-92.8 0-177.6-33.8-242.9-89.8-27.4-23.5-17.3-68.2 17.4-78.3 9.2-2.7 19.2-5.5 30.2-9 62.6-19.5 92.6-43.7 98.2-68.7 0-.1 0-.2.1-.2 3.6-16.1-2.8-32.9-15.5-43.5-26.4-22.1-37.1-59.8-44.1-87.5-.8-3.2-1.7-6.5-2.5-9.8-12.1-2.1-25.4-17.3-32.2-38.5-8.2-25.5-3.9-49.8 9.6-54.1 1.3-.4 2.6-.4 3.9-.5-3.1-18.2-6.9-45.4-7.3-69.3-.1-5.2-.2-10.9-.2-16.9 0-3 .1-6.1.1-9.3 0-1.6.1-3.2.2-4.8.1-1.6.2-3.2.3-4.9.9-13.1 2.9-26.8 7-40 7.4-23.7 21.6-45.4 47.4-57.3 5.8-2.7 11-6.4 15.1-11.3 22.4-26.4 49.1-39.6 74.2-45.4 6.9-1.6 13.6-2.6 20.1-3.2 3.2-.3 6.4-.5 9.5-.6 1.6-.1 3.1-.1 4.6-.1h4.5c11.7.3 22 1.8 29.6 3.7 50 12.3 89.2 38 116.4 69.5 13.5 15.8 23.9 33 30.7 50.7 3.4 8.9 5.9 17.9 7.4 26.9.8 4.5 1.3 9 1.6 13.5.3 4.5.3 8.9.1 13.4-1.5 27.1-4.4 45.9-7.3 60.1-2.3 11.1.1 22.2 5 32.4 4.9 10.3 5.3 26.7.2 43.9-6.1 20.3-18.3 35.3-29.8 38.7-2.2 8.1-3.8 13.5-3.9 13.5-3.8 29-10.7 59.8-35.3 82.9-10.5 9.8-15 24.5-13.1 38.7.5 3.5 1 6.6 1.6 9.2 5.6 25.1 35.5 49.3 98.1 68.8z"/></svg>
    )
    no-repeat left top;
  background-size: cover;
}

.service-main-payment {
  width: 34px;
  height: 34px;
  background: white;
  padding: 4px;
  background: url(../images/paysystem/webmoney.png) no-repeat center right;
  background-size: cover;
  box-sizing: border-box;
}

.service-main-payment.webmoney {
  background-image: url(../images/paysystem/webmoney.png);
  width: 30px;
  height: 30px;
}

.service-main-payment.bank_cards {
  background-image: url(../images/paysystem/cards.png);
}

.service-main-payment.umoney {
  background-image: url(../images/paysystem/umoney.svg);
}

.service-main-payment.paypal {
  background-image: url(../images/paysystem/paypal.png);
}

.service-main-payment.bitcoin {
  background-image: url(../images/paysystem/bitcoin.png);
  width: 40px;
  height: 40px;
}

.service-main-payment.qiwi {
  background-image: url(../images/paysystem/qiwi.png);
}

.blog-service-wrapper {
  padding: 20px 0;
}

.blog-service {
  display: flex;
  padding: 12px 24px 25px;
  box-sizing: border-box;
  border: 1px solid rgba(212, 222, 241, 1);
  border-radius: 10px;
  width: 100%;
}

.blog-service__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 55%;
  box-sizing: border-box;
  padding-top: 18px;
  padding-right: 20px;
}

.blog-service__text {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.blog-service__text .service-top__logo {
  margin-right: 10px;
}

.blog-service__right {
  width: 45%;
  box-sizing: border-box;
  padding-left: 6px;
  display: flex;
  flex-direction: column;
}

.blog-service__right .service-main__table dt {
  font-size: 14px;
}

.blog-service__right .service-main__table dd {
  font-size: 14px;
}

.blog-service .blog-service__bottom a.service-top__right-link {
  display: block;
  text-align: center;
  box-sizing: border-box;
  margin-top: 15px;
  margin-left: 0;
  line-height: 40px;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  background-image: none;
  background-color: #f22d22;
}

.blog-service__link-wrapper .blog-service__link {
  display: block;
  text-align: center;
  box-sizing: border-box;
  margin-left: 0;
  height: 40px;
  font-size: 16px;
  background: #0b5e8a;
  border-radius: 4px;
  color: white;
  padding: 9px 20px;
  border: 1px solid;
}

.blog-service__image .service-main__first-image-wrapper {
  padding-left: 0;
}

.blog-service__right .service-main__table dl {
  margin: 10px 0;
}

.blog-service__right .services-list__item-comments {
  font-size: 16px;
}

.blog-service__right dl.reviews {
  margin-top: 15px;
}

.blog-service__right dl.payment {
  margin-top: 15px;
}

.blog-service__right .service-main-payment {
  width: 30px;
  height: 30px;
}

.blog-service__bottom .service-main__rating-title {
  font-size: 14px;
}

.blog-service__bottom .services-list__item-rating {
  font-size: 16px;
  padding: 0 40px 0 0;
}

.blog-service__bottom .services-list__item-rating:before {
  left: unset;
  right: 0;
}

.blog-service__right .service-top__right-promo {
  margin-right: 0;
  margin-bottom: 10px;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 40px;
  box-sizing: border-box;
  height: 40px;
}

.blog-service__bottom {
  padding-top: 4px;
}

.blog-service__bottom .service-main__rating-wrapper {
  border-bottom: 0;
  margin-top: 0;
  padding-top: 14px;
  padding-bottom: 16px;
}

.service-banner .breadcrumbs {
  opacity: 1;
  padding-top: 30px;
  color: white;
}

.service-banner .breadcrumbs span {
  color: white;
}

.payment dd {
  display: flex;
  align-items: center;
}

.service-main-payment {
  margin: 0 2px;
}

.service-banner.small-banner {
  min-height: 380px;
}

.service-main__subtitle {
  font-family: "FiraSans", sans-serif;
  font-weight: 600;
  color: black;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 20px;
}

table.title-search-result {
  width: 100%;
}

div.title-search-result {
  padding: 10px 0;
  background: white;
  outline: 0;
  border: 0;
  border-bottom: 1px solid black;
}

table.title-search-result td.title-search-more a.title-search-link {
  font-family: "FiraSans", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: black;
  display: flex;
  padding: 5px 32px;
  align-items: center;
  padding: 5px 32px;
}

.title-search-result .schools-list__item-logo,
.title-search-result .services-list__item-logo {
  margin-right: 7px;
  height: 30px;
  width: 30px;
  flex-basis: 30px;
}

table.title-search-result td.title-search-more {
  padding: 0;
}

.service-main__table {
  z-index: 1;
  position: relative;
}

.blog-service__right .payment dt {
  white-space: nowrap;
}

.service-table-wrapper {
  overflow: auto;
  /* padding-top: 30px; */
}

.service-table-wrapper .table-service {
  width: 100%;
  border: 1px solid #d4def1;
  border-top: 0;
  margin-top: 0;
}

.blog-detail .service-table-wrapper td {
  border: 0;
  text-align: center;
  padding: 20px 7px;
}

.table-service__free {
  color: #0b5e8a;
  font-size: 64px;
  line-height: 0;
}

.service-table-wrapper table th {
  background: transparent;
  color: white;
  font-weight: normal;
  font-size: 16px;
  border-color: transparent;
  padding: 14px 20px;
}

.service-table-wrapper tbody tr:nth-child(odd) {
  background: rgba(212, 222, 241, 0.2);
}

.service-table-wrapper table th:first-child {
  border-top-left-radius: 10px;
}

.service-table-wrapper table th:last-child {
  border-top-right-radius: 10px;
}

a.service-top__right-link {
  background-image: none;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
  margin-top: 5px;
}

a.table-service__title-link {
  background-image: none;
  display: block;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: unset;
}

.table-service__price {
  text-align: center;
  font-size: 14px;
}

.table-service td {
  padding: 20px;
  border: transparent;
}

.table-service thead {
  border-radius: 10px 10px 0 0;
  background: #0b5e8a;
  border: 1px solid #0b5e8a;
}

.table-service__name:not(th) {
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.table-service__logo {
  height: 60px;
  width: 60px;
  background-size: cover;
  position: relative;
}

.table-service__title {
  font-size: 20px;
  text-align: left;
  width: 140px;
}

.table-service__name-position {
  width: 26px;
  height: 39px;
  line-height: 29px;
  font-size: 14px;
  color: #0b5e8a;
}

.table-service__name-position-wrapper {
  margin-right: 35px;
}

.table-service__logo-wrapper {
  margin-right: 15px;
}

.table-service__name-td.is-top .table-service__name-position {
  background: url(../images/services/top.svg) no-repeat;
}

.circle--red .circle {
  stroke: #fc4628;
}

.rating--service.circle--red .percentage {
  fill: #fc4628;
}

.circle--yellow .circle {
  stroke: #ffdd1c;
}

.rating--service.circle--yellow .percentage {
  fill: #ffdd1c;
}

.circle--blue .circle {
  stroke: #0b5e8a;
}

.rating--service.circle--blue .percentage {
  fill: #0b5e8a;
}

.rating--service .percentage {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
}

.blog-service__image {
  width: 100%;
}

.blog-service__images {
  display: flex;
  margin-top: 25px;
  justify-content: space-between;
}

.blog-service__images .service__image-wrapper {
  margin: 0;
}

.reviews__link:hover .services-list__item-comments {
  color: #0b5e8a;
}

.blog-service__link-wrapper {
  padding-top: 15px;
  text-align: center;
}

.table-service__link-wrapper {
  padding-top: 10px;
  text-align: center;
}

a.table-service__link,
a.blog-service__link {
  background-image: none;
  font-size: 16px;
  color: #0b5e8a;
  display: inline-block;
  vertical-align: top;
}

.table-service__link-wrapper a.table-service__link {
  font-size: 14px;
  position: relative;
}

.table-service__link:after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  background: url(../images/services/dashed_line.png) 3px 0 repeat-x;
}

.table-rating {
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-tooltip {
  position: relative;
  width: 20px;
  height: 20px;
  background: url(../images/services/question.svg) no-repeat;
  background-size: contain;
  margin-left: 7px;
  opacity: 0.95;
  cursor: pointer;
}

.service-tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: white;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 138%;
  left: -80px;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0 1px 8px #04061c1a;
}

.service-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: white transparent transparent transparent;
  z-index: 10;
}

.service-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.service-page .image_description {
  font-size: 17px;
  line-height: 1.45;
  background: none;
  padding: 0;
  margin: 15px 0;
  color: #75777e;
}

.service-page img {
  max-width: 100%;
  height: auto;
}

.table-service__custom {
  line-height: 1;
  font-size: 22px;
}

.blog-detail .service-table-wrapper td {
  padding-right: 17px;
}

@media screen and (min-height: 767px) {
  .white-popup .review-field__textarea {
    min-height: 200px;
  }
}

@media screen and (min-width: 1024px) {
  .desktop-hidden {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .block.service-banner {
    margin: 0;
    padding-bottom: 15px;
  }

  .service-banner {
    min-height: unset;
  }

  .services-list {
    justify-content: space-around;
  }

  .service-top__left {
    align-items: center;
  }

  .service-top__right {
    flex-direction: column;
  }

  .service-top__logo + .service-top__text {
    padding-left: 10px;
  }

  .service-top__right-promo {
    padding: 9px 50px;
  }

  .blog-service__bottom .service-top__right-promo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-top {
    flex-direction: column;
  }

  .service-top__sections-desktop,
  .service-top .service-top__right-link,
  .service-top .service-top__right-review {
    display: none;
  }

  .service-main__text {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .service-main__text p {
    font-size: 14px;
    line-height: 1.3;
  }

  .service-main__btns {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .service-top__right-review {
    flex-basis: 50%;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
  }

  .service-top__right-link {
    flex-basis: 50%;
    text-align: center;
    font-size: 16px;
  }

  .service-main {
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
  }

  .service-main__left {
    width: auto;
  }

  .service-main__right {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
  }

  .service__images,
  .service-main__first-image-wrapper,
  .services-wrap-link {
    padding-left: 0;
  }

  .service-tooltip {
    display: none;
    pointer-events: none;
  }
}

@media screen and (max-width: 867px) {
  .service-search__input {
    height: 45px;
    text-indent: 55px;
    font-size: 14px;
  }

  .service-search__btn {
    width: 80px;
    height: 38px;
    right: 6px;
    line-height: 1;
    padding-bottom: 0;
    padding-top: 0;
  }

  .service-search:before {
    left: 12px;
  }

  .service-search__input::-webkit-input-placeholder {
    font-size: 14px;
  }

  .service-search__input::-moz-placeholder {
    font-size: 14px;
  }

  .service-search__input:-moz-placeholder {
    font-size: 14px;
  }

  .service-search__input:-ms-input-placeholder {
    font-size: 14px;
  }

  .school-search__input::-webkit-input-placeholder {
    font-size: 14px;
  }

  .school-search__input::-moz-placeholder {
    font-size: 14px;
  }

  .school-search__input:-moz-placeholder {
    font-size: 14px;
  }

  .school-search__input:-ms-input-placeholder {
    font-size: 14px;
  }

  .block.service-banner {
    padding-top: 30px;
  }

  .service-sections__item-link {
    padding: 8px 12px;
    font-size: 12px;
  }

  .service-sections {
    margin-left: -5px;
    margin-right: -5px;
  }

  .service-sections__item {
    margin: 0 5px 10px;
  }

  .service-banner__info {
    margin-bottom: 30px;
  }

  .service-search {
    margin-bottom: 20px;
  }

  .service-top__right-promo {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .service__image-wrapper {
    width: 110px;
    height: 62px;
  }

  .service-reviews__item-main {
    flex-direction: column;
    align-items: stretch;
  }

  .service-reviews__item-top {
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
  }

  .service-reviews__item-info {
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  .service-reviews__item-value {
    padding-left: 30px;
  }

  .service-reviews__item-ratings {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .service-reviews__item-param {
    width: 200px;
    font-size: 14px;
  }

  .service-reviews__item-text {
    width: auto;
    margin-top: 20px;
    font-size: 14px;
    padding-left: 0;
  }

  .service-reviews__item-rating .service-rating-star {
    height: 18px;
    width: 20px;
  }

  .table-service__title {
    font-size: 16px;
  }

  .table-service__logo {
    height: 40px;
    width: 40px;
  }

  .table-service__name-position-wrapper {
    margin-right: 20px;
  }

  .table-service__name-position {
    font-size: 14px;
    width: 24px;
  }

  .table-service__name:not(th) {
    padding-left: 10px;
  }

  .table-service__free {
    font-size: 54px;
  }

  .circular-chart {
    max-width: 44px !important;
  }

  .rating--service .percentage {
    font-size: 16px;
  }

  .text_read a.service-top__right-link {
    padding: 7px 8px;
    font-size: 14px;
  }

  .service-table-wrapper table th {
    font-size: 14px;
    padding: 12px 11px;
    letter-spacing: 0.2px;
  }

  .blog-service__images {
    justify-content: center;
  }

  .blog-service__images .service__image-wrapper {
    margin: 0 10px;
  }

  .service-page .image_description {
    font-size: 15px;
    line-height: 1.2;
    margin: 10px 0 0;
  }

  .table-service__custom {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .blog-service {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .blog-service__right {
    width: 100%;
  }

  .blog-service__left {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .blog-service__text {
    margin-bottom: 15px;
  }

  .blog-service__text .service-top__logo {
    width: 40px;
    height: 40px;
  }

  .service-top__text-title {
    font-size: 20px;
  }

  .table-service__title {
    width: auto;
  }
}

@media screen and (max-width: 600px) {
  .services-list {
    justify-content: center;
  }

  .services-list__item {
    width: 240px;
    min-height: unset;
  }

  .service-search__input {
    text-indent: 48px;
  }

  .service-banner__title {
    font-size: 20px;
    line-height: 1.2;
  }

  .service-banner__text {
    font-size: 14px;
    line-height: 1.3;
  }

  .service-banner__info {
    margin-bottom: 20px;
  }

  .service-search {
    margin-bottom: 10px;
  }

  .service-reviews__item-ratings {
    align-items: flex-start;
    justify-content: stretch;
  }

  .service-reviews__item-rating {
    justify-content: space-between;
    width: 100%;
  }

  .service-reviews__item-text {
    margin-top: 10px;
  }

  .service-main__rating-stars.review-stars-field {
    flex-direction: column;
    align-items: flex-start;
  }

  .rating--service .percentage {
    font-size: 14px;
  }

  .table-service__name:not(th) {
    padding-left: 3px;
  }
}

@media screen and (max-width: 365px) {
  .service-top__right-link,
  .service-top__right-review {
    font-size: 14px;
    padding: 9px 10px;
  }
}

/*-----end services styles-----*/

/*-----stat portfolio styles-----*/
.block.pf {
  font-size: 19px;
  line-height: 1.45;
  font-weight: 400;
  margin: 0;
  padding: 60px 0;
}

.pf-head-img {
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/portfolio/block1.png") center right no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.block.tagline.landing.pf .purpose {
  max-width: 580px;
}

.block.tagline.pf .purpose h1 {
  margin-bottom: 35px;
}

.block.tagline.pf .purpose p {
  margin-bottom: 35px;
}

.block.tagline.landing.pf .clients-bn {
  position: absolute;
  top: 149px;
  right: 0;
}

.block.tagline.landing.pf .clients-bn img {
  max-width: 175px;
  padding: 0 5px;
}

.clients-tags {
  margin: 28px 0 0;
  padding: 0;
}

.clients-tags .tag-cloud ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.clients-tags .tag-cloud ul li {
  margin: 0 15px 12px 0;
}

.clients-tags .tag-cloud ul li:before {
  display: none;
}

.clients-tags .tag-cloud ul li a {
  display: block;
  box-sizing: border-box;
  line-height: 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #939393;
  padding: 7px 30px 6px;
  border: 2px solid #e7e7e7;
  border-radius: 3px;
  color: #939393;
}

.clients-tags .tag-cloud ul li a.tag-active,
.clients-tags .tag-cloud ul li a:hover {
  color: #fff;
  background: #fc1e2b;
  border: 2px solid #de1823;
}

.block.clients .col4 {
  position: relative;
  padding: 15px;
}

.block.clients .col4 img {
  width: 100%;
  transition: 1s;
}

.block.clients .col4:hover {
  background: #f6f6f6;
  border-radius: 9px;
}

.block.clients .col4:hover:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-left: 2px solid #b3b3b3;
  border-bottom: 2px solid #b3b3b3;
  border-radius: 0 0 0 9px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.block.clients .col4:hover:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-top: 2px solid #b3b3b3;
  border-right: 2px solid #b3b3b3;
  border-radius: 0 9px 0 0;
  position: absolute;
  top: 0;
  right: 0;
}

.block.clients .col4:hover img {
  transform: scale(1.1);
}

.case-link {
  position: absolute;
  top: -19px;
  right: -17px;
  width: 38px;
  height: 38px;
  background: #fb2031;
  border-radius: 19px;
  font-weight: 700;
  font-size: 10px;
  line-height: 39px;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 10;
}

.case-link:hover,
.block.clients .col4:hover .case-link {
  background: #e41223;
  border: 3px solid #fb2031;
  border-radius: 24px;
  width: 38px;
  height: 38px;
  top: -22px;
  right: -20px;
  line-height: 39px;
  opacity: 1 !important;
}

.case-link:before {
  content: "";
  display: block;
  width: 17px;
  height: 0px;
  border-top: 2px solid #b3b3b3;
  position: absolute;
  top: 50%;
  left: -17px;
}

.case-link:hover .case-link:before,
.block.clients .col4:hover .case-link:before {
  width: 14px;
  left: -17px;
}

.case-link:after {
  content: "";
  display: block;
  width: 0px;
  height: 17px;
  border-right: 2px solid #b3b3b3;
  position: absolute;
  left: 50%;
  bottom: -17px;
}

.case-link:hover .case-link:after,
.block.clients .col4:hover .case-link:after {
  height: 14px;
  bottom: -17px;
}

.block.clients .button {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  background: #fc1e2b;
  border-radius: 3px;
  padding: 7px 30px 6px;
  text-transform: none;
}

.pf .review-main-slider-img {
  border: 10px solid #e6e6e6;
  border-radius: 0;
}

.block.our-works .image .over {
  background-image: linear-gradient(180deg, rgba(21, 105, 150, 0.0768) 0%, rgba(21, 105, 150, 0.64) 100%);
}

.case-link.tooltip {
  cursor: pointer;
}

.case-link-tooltip {
  visibility: hidden;
  width: 300px;
  background-color: white;
  color: black;
  text-align: left;
  border-radius: 6px;
  padding: 5px 15px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: -85px;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0 1px 8px #04061c1a;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  text-transform: none;
}

.case-link-tooltip a {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.case-link-tooltip a::after {
  content: "";
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 11' fill='%230b5e8a'%3E%3Cpath d='M4.57 1a1 1 0 011-1h5.217a1 1 0 011 1v5.478a1 1 0 11-2 0V3.414l-7.293 7.293A1 1 0 011.08 9.293L8.373 2H5.569a1 1 0 01-1-1z'/%3E%3C/svg%3E")
    no-repeat;
  background-size: auto;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  margin-left: 8px;
}

.case-link-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: white transparent transparent transparent;
  z-index: 10;
}

.case-link.tooltip:hover .case-link-tooltip {
  visibility: visible;
  opacity: 1;
}

.block.our-works,
.block.pf,
.block.clients {
  padding: 0;
}

.block.our-works {
  padding: 40px 0;
}

.block.pf {
  padding-bottom: 120px;
}

.js-more-clients .cols:first-child {
  margin-top: 0;
}

.block.clients .col4:hover {
  background: inherit;
}

.block.clients .col4.hidden-col-mobile:hover:after,
.block.clients .col4.hidden-col-mobile:hover::before {
  content: none;
}

.vacancies .contacts .icons img {
  margin-right: 10px;
}

.vacancies .contacts a {
  background: none;
}

@media screen and (min-width: 1024px) {
  .block.clients .col4 {
    width: 20%;
  }
}

@media screen and (max-width: 1023px) {
  .block.tagline.landing.pf .clients-bn {
    position: relative;
    top: 0;
    text-align: center;
  }

  .block.clients .cols {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .block.clients .col4 {
    width: 36%;
    margin: 0 5px 30px;
  }

  .block.clients .col4.hidden-col-mobile {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .pf-head-img {
    background: url("../images/portfolio/block1mobile.png") center right no-repeat;
    background-size: cover;
  }

  .block.tagline.landing.pf .purpose {
    margin: 30px 0;
  }

  .block.tagline.pf .purpose h1 {
    margin-bottom: 17px;
  }

  .block.tagline.pf .purpose p {
    margin-bottom: 17px;
    font-size: 13px;
  }

  .block.tagline.landing.pf .clients-bn img {
    max-width: 134px;
  }

  .clients-tags .tag-cloud ul li {
    margin: 0 9px 9px 0;
  }

  .clients-tags .tag-cloud ul li a {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 10px 5px;
  }
}

@media screen and (max-width: 500px) {
  .block.clients .col4 img {
    max-width: 130px;
    height: auto;
  }
}

/*-----end portfolio styles-----*/

/*-------courses & schools styles------*/
.service-banner.course-banner {
  min-height: unset;
  background-image: linear-gradient(to top, rgba(10, 42, 58, 0.8), rgba(10, 42, 58, 0.8)), url(../images/courses/banner.jpg);
}

.school-review-page .breadcrumbs,
.school-page .breadcrumbs,
.schools-container .breadcrumbs {
  margin: 0;
}

.school-review-page,
.school-page,
.schools-container {
  padding: 30px 0;
}

.schools-title h1 {
  font-family: "PFRegalTextPro", sans-serif;
  font-size: 40px;
  line-height: 1.25;
  margin: 20px 0 25px;
}

.schools {
  display: flex;
}

.schools-left {
  width: calc(100% - 260px);
}

.schools-right {
  width: 260px;
  box-sizing: border-box;
}

.school-search {
  position: relative;
  background: white;
  border-radius: 5px;
  margin-bottom: 20px;
  border: 1px solid #d4def1;
}

.school-search:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background: url(../images/services/search.svg) no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 38px;
  z-index: 1;
  pointer-events: none;
}

.school-search__btn {
  -webkit-transition: all ease-out 0.3;
  -moz-transition: all ease-out 0.3;
  -o-transition: all ease-out 0.3;
  transition: all ease-out 0.3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background: #fc1e2b;
  border-radius: 5px;
  color: white;
  z-index: 1;
  text-transform: unset;
  font-size: 16px;
  line-height: 1;
  pointer-events: none;
}

input.school-search__input {
  -webkit-transition: all ease-out 0.3;
  -moz-transition: all ease-out 0.3;
  -o-transition: all ease-out 0.3;
  transition: all ease-out 0.3;
  width: 100%;
  border: 0;
  text-indent: 95px;
  font-size: 16px;
  font-family: "FiraSans", sans-serif;
  height: 66px;
  background: transparent;
}

.schools-left .school-search {
  border: 0;
}

.schools-left input.school-search__input {
  text-indent: 50px;
  background-color: #f3f6fb;
  height: 58px;
  border: 1px solid #d4def1;
  border-radius: 5px;
}

.schools-left .school-search:before {
  left: 15px;
}

.schools-left .school-search__btn {
  height: 42px;
  right: 8px;
}

.schools-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d4def1;
  border-radius: 10px;
  padding: 18px 30px;
}

.schools-list__item + .schools-list__item {
  margin-top: 20px;
}

.schools-list__item-title-link {
  display: flex;
  align-items: center;
}

.schools-list__item-logo + .schools-list__item-title {
  padding-left: 12px;
}

.schools-list__item-logo {
  font-family: "FiraSans", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  height: 42px;
  width: 42px;
  background-size: cover;
  flex-basis: 42px;
}

.schools-list__item-title {
  width: 205px;
}

.schools-list__item-contacts {
  padding-top: 18px;
}

.schools-list__item-contact-text {
  font-size: 12px;
  line-height: 1;
  color: #8e9baf;
  margin-bottom: 2px;
}

.schools-list__item-middle {
  display: flex;
  padding-left: 10px;
}

.services-list__item-rating-wrapper {
  width: 52px;
}

.schools-list__item-rating {
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  font-size: 20px;
  padding-left: 40px;
  box-sizing: border-box;
}

.schools-list__item-rating:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../images/services/star.svg) no-repeat;
  background-size: contain;
}

.schools-list__item-comments-wrapper {
  margin-left: 40px;
}

.schools-list__item-comments {
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  font-size: 20px;
  padding-left: 40px;
  box-sizing: border-box;
}

.schools-list__item-comments:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../images/services/comment.svg?v1) no-repeat;
  background-size: contain;
}

.schools-list__item-right {
  margin-left: auto;
}

.schools-list__item-contact-link {
  font-size: 16px;
  line-height: 1;
}

.schools-site-link {
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  display: block;
  background: #fc1e2b;
  border-radius: 5px;
  color: white;
  padding: 0 30px;
  height: 45px;
  font-size: 16px;
  line-height: 45px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.schools-review-link {
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  display: block;
  color: rgba(0, 0, 0, 0.6);
  border: 1px solid #d4def1;
  border-radius: 5px;
  font-size: 16px;
  padding: 0 30px;
  height: 45px;
  font-size: 16px;
  line-height: 45px;
  box-sizing: border-box;
}

.school-top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.school-top__logo {
  font-family: "FiraSans", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  height: 100px;
  width: 100px;
  background-size: cover;
  flex-basis: 100px;
  margin-right: 20px;
}

.school-top__text-title {
  font-family: "FiraSans", sans-serif;
  font-size: 28px;
  line-height: 1.25;
  margin: 0 0 10px;
}

.school-top__text {
  font-family: "FiraSans", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #00000099;
}

.school-text {
  font-size: 16px;
  color: black;
  line-height: 1.3;
}

.school-detail {
  display: flex;
  padding-top: 20px;
}

.school-left {
  width: 75%;
  box-sizing: border-box;
  padding-right: 50px;
}

.school-right {
  width: 25%;
}

.school-contacts {
  border: 1px solid #d4def1;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 25px 20px;
  margin-bottom: 15px;
}

.school-contacts__title {
  font-weight: 500;
  font-family: "FiraSans", sans-serif;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 20px;
  border-bottom: 1px solid #d4def1;
  padding-bottom: 10px;
}

.school-contacts__address-title {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
}

.school-contacts__address-text {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

.school-contacts__address {
  margin-bottom: 20px;
}

.school-contacts__phone-title {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
}

.school-contacts__phone-text {
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  display: block;
}

.school-contacts__phone-text:hover {
}

.school-right__link {
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  display: block;
  background: #fc1e2b;
  border-radius: 5px;
  color: white;
  padding: 0 30px;
  height: 45px;
  font-size: 16px;
  line-height: 45px;
  box-sizing: border-box;
  margin-bottom: 10px;
  text-align: center;
}

.schools-list__item-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  padding: 15px 0 10px;
}

.schools-list__item-name-link {
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.schools-list__item-duration {
  position: relative;
  padding-left: 25px;
  color: #8e9baf;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
}

.schools-list__item-duration:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url(../images/courses/clock.png) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
}

.schools-list__item-installment {
  color: #8e9baf;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 5px;
}

.schools-list__item-price {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
}

.services-list__item-review {
  font-size: 14px;
  font-weight: 400;
  color: #00000099;
}

.services-list__item-bottom.schools-list__item-bottom {
  border-top: 0;
  padding-top: 0;
}

.schools-list__item-bottom .services-list__item-info {
  padding-top: 27px;
  border-top: 1px solid rgba(212, 222, 241, 0.6);
}

.schools-list__item-prices {
  padding-bottom: 10px;
}

.courses-list-wrapper .services-add-link {
  justify-content: center;
}

.schools-right-block {
  border: 1px solid #d4def1;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 25px 20px;
  margin-bottom: 15px;
  margin-left: 20px;
}

.schools-right-block__title {
  font-weight: 500;
  font-family: "FiraSans", sans-serif;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #d4def1;
  padding-bottom: 10px;
}

.schools-right-list__item-image {
  line-height: 1.2;
  height: 36px;
  width: 36px;
  background-size: cover;
  flex-basis: 36px;
}

.schools-right-list__item {
  display: flex;
  align-items: center;
  padding-left: 25px;
  position: relative;
}

.schools-right-list__item-counter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

.schools-right-list__item-rating {
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  font-size: 14px;
  padding-left: 20px;
  line-height: 1.2;
}

.schools-right-list__item-rating:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../images/services/star.svg) no-repeat;
  background-size: contain;
}

.schools-right-list__item-info {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.schools-right-list__item-rating + .schools-right-list__item-comments-wrapper {
  margin-left: 15px;
}

.schools-right-list__item-comments {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.2;
}

.schools-right-list__item-comments:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../images/services/comment.svg?v1) no-repeat;
  background-size: contain;
}

.schools-right-list__item-about {
  display: flex;
  margin-top: 3px;
}

.schools-right-list {
  padding-top: 10px;
}

.schools-right-list__item + .schools-right-list__item {
  margin-top: 20px;
}

.schools-right-list__item:before {
}

.schools-right-list__item-title {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
}

.schools-list__item-title {
  font-size: 20px;
  line-height: 1.3;
  max-width: 180px;
}

.school-detail-reviews {
  padding-top: 40px;
  padding-bottom: 30px;
}

.school-detail-reviews-title {
  font-family: "PFRegalTextPro", sans-serif;
  font-size: 28px;
  margin-bottom: 20px;
}

.school-detail-reviews-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  flex-direction: column;
}

.school-detail-reviews__rating {
}

.school-detail-reviews__item-course {
  font-size: 14px;
  font-weight: 400;
  color: black;
  opacity: 0.6;
  margin-bottom: 10px;
}

.school-detail-reviews__link {
  transition: all 0.3s ease-in;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  color: #fc1e2b;
}

.school-detail-reviews__link:hover {
  opacity: 0.8;
}

.school-detail-reviews-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.school-detail-reviews__item {
  width: 48%;
  border: 1px solid #d4def1;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 23px 20px;
}

.school-detail-reviews-list__item {
}

.school-detail-reviews__item-left {
  display: flex;
}

.services-reviews__item-logo.school-detail-reviews__item-logo {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
}

.services-reviews__item-name {
  font-size: 16px;
  line-height: 1.2;
}

.school-detail-reviews__item-date {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 0;
}

.school-detail-reviews__item-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.school-detail-reviews__item-info {
  padding-left: 15px;
}

.school-detail-reviews__item-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.school-detail-reviews__item-course {
}

.school-detail-reviews__item-right {
}

.school-detail-reviews__item-main {
  font-size: 16px;
  line-height: 1.3;
}

.school-detail-reviews__rating {
  display: flex;
  align-items: center;
}

.school-detail-rating-stars {
  display: flex;
  align-items: center;
  position: relative;
  top: -1px;
}

.service-main__rating-value {
}

.school-detail-reviews__rating-wrapper {
  display: flex;
  align-items: center;
}

.school-detail-reviews__reviews {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  top: 1px;
  color: black;
  opacity: 0.6;
  margin-left: 10px;
}

.school-detail-rating-value {
  font-size: 22px;
  margin-left: 15px;
  font-weight: 500;
  position: relative;
  top: 1px;
}

.school-detail-reviews__more {
  margin-left: auto;
}

.school-review-page {
  padding-bottom: 50px;
}

.school-reviews {
  display: flex;
  flex-direction: row-reverse;
}

.school-review {
  border: 1px solid #d4def1;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 23px 15px;
  margin-bottom: 15px;
  margin-left: 20px;
}

.school-review-title {
  font-family: "PFRegalTextPro", sans-serif;
  font-size: 40px;
  line-height: 1.25;
  margin: 20px 0 25px;
}

.school-review-list__item {
  border: 1px solid #d4def1;
  border-radius: 10px;
  padding: 18px 30px;
}

.school-review-list__item + .school-review-list__item {
  margin-top: 20px;
}

.school-reviews-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

.school-review .schools-review-link,
.school-review .school-right__link {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 165px;
  margin-left: auto;
  margin-right: auto;
}

.school-review .service-rating-star {
  width: 25px;
  height: 23px;
  background-size: contain;
}

.school-review .service-rating-star + .service-rating-star {
  margin-left: 12px;
}

.school-review .service-main__rating-stars {
  margin: 0;
  top: unset;
}

.school-review__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.school-review__title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.school-review__logo {
  height: 80px;
  width: 80px;
  background-size: cover;
  flex-basis: 80px;
  margin-bottom: 7px;
}

.school-review__text {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
}

.school-review__rating-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.school-review__rating-value {
  font-size: 22px;
  font-weight: 500;
  position: relative;
  top: 2px;
}

.school-course-value {
}

.school-reviews-wrapper .school-detail-reviews__item-date {
  text-align: right;
  margin-top: 7px;
}

.school-review-detail-list__item {
  border: 1px solid #d4def1;
  border-radius: 10px;
  padding: 24px 18px;
}

.school-review-detail-list__item + .school-review-detail-list__item {
  margin-top: 25px;
}

.school-reviews-wrapper .school-detail-reviews__item-left {
  align-items: center;
}

.school-reviews-wrapper .school-detail-reviews__item-name {
  padding-left: 25px;
  font-size: 20px;
}

.school-reviews-wrapper .services-reviews__item-logo.school-detail-reviews__item-logo {
  width: 62px;
  height: 62px;
  flex-basis: 62px;
}

.school-reviews-wrapper .school-detail-reviews__item-course {
  padding-top: 20px;
}

.school-reviews-wrapper .school-detail-reviews__item-top {
  margin-bottom: 20px;
}

.all-courses-list-wrapper .services-list__item-rating,
.all-courses-list-wrapper .services-list__item-comments {
  font-size: 20px;
}

.form-wrapper .star {
  color: #fc1e2b;
  opacity: 0.9;
  font-size: 14px;
  padding-left: 1px;
}

.school-detail-reviews__item-course.desktop-hidden,
.school-detail-reviews__item-mobile,
.school-info.desktop-hidden,
.school-search--placeholder.desktop-hidden {
  display: none;
}

.course-banner.small-banner {
  min-height: 245px;
}

.course-banner.small-banner .service-banner__info {
  margin-bottom: 30px;
}

.course-banner.small-banner .school-search {
  margin-bottom: 10px;
}

.school-contacts__phone-text + .school-contacts__phone-text {
  margin-top: 3px;
}

.blog-course-wrapper {
  justify-content: space-between;
}

.blog-course__left-bottom .service-top__right-link {
  display: block;
  text-align: center;
  box-sizing: border-box;
  margin-top: 15px;
  margin-left: 0;
  line-height: 40px;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  background-image: none;
  background-color: #f22d22;
}

.blog-service__left.blog-course__left {
  align-items: stretch;
  width: 50%;
  box-sizing: border-box;
  padding: 12px 52px 0 15px;
  justify-content: stretch;
}

.blog-course__left .blog-service__left-top {
  display: flex;
  align-items: center;
}

.blog-center .blog-course__left a.schools-list__item-title-link {
  background-image: none;
}

.text_read .blog-course__left a.service-top__right-link {
  width: 100%;
  text-align: center;
}

.blog-service__right.blog-course__right {
}

.blog-course__left-bottom {
  margin-top: auto;
}

.blog-course-wrapper .schools-list__item-price {
  font-size: 16px;
}

.blog-course-wrapper .schools-list__item-logo {
  margin-right: 17px;
}

.blog-service__right.blog-course__right {
  padding-right: 15px;
}

.blog-course-wrapper .blog-service__right {
  width: 55%;
  padding-left: 18px;
}

.blog-course-wrapper .service-top__right-promo {
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 5px;
}

.blog-course__left .blog-service__left-top {
  margin-bottom: 15px;
}

.blog-course-wrapper .blog-service__bottom .service-main__rating-wrapper {
  padding-bottom: 0;
}

.table-course__duration-block {
  position: relative;
  padding-top: 30px;
  color: #8e9baf;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
}

.table-course__duration-block:before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: url(../images/courses/clock.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.blog-center .table-course__school-block a.table-service__title-link {
  color: #8e9baf;
  font-size: 14px;
  font-weight: 400;
}

.table-course__title .table-service__title-link {
  font-size: 16px;
  word-break: break-word;
}

.table-service__logo.table-course__logo {
  height: 42px;
  width: 42px;
}

.table-course .table-service__name-position-wrapper {
  margin-right: 20px;
}

.table-course__price-value {
  font-size: 16px;
  font-weight: 500;
}

.table-course__installment {
  color: #8e9baf;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
}

.blog-center .text_read a.services-list__item-comments {
  background-image: none;
}

.table-course__school-reviews .services-list__item-comments:before {
  width: 20px;
  height: 20px;
}

.table-course__school-reviews .services-list__item-comments {
  font-size: 14px;
  font-weight: 400;
  padding-left: 25px;
}

.table-course__school-block {
  display: flex;
  align-items: center;
}

.table-course__school-reviews {
  margin-left: 13px;
}

.service-top__right-link.course-table-link {
  background: #fc1e2b;
  font-size: 16px;
}

.table-course .table-service__title {
  width: 190px;
}

.blog-course-wrapper .blog-service {
  padding: 25px 24px;
}

.blog-course-wrapper .blog-service__right {
  margin-top: auto;
  margin-bottom: auto;
}

.table-service__name-position-mobile,
.table-course__name-mobile,
.table-course__rating-mobile,
.table-course__mobile-duration-block,
.course-table-promo {
  display: none;
}

.pagination__more {
  padding-top: 30px;
  text-align: center;
}

.pagination__more-btn {
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  display: inline-block;
  text-align: center;
  background: #0b5e8a;
  color: white;
  border-radius: 3px;
  font-size: 16px;
  outline: 0;
  border: 0;
  width: 160px;
  height: 44px;
  line-height: 42px;
  letter-spacing: 0.3px;
  cursor: pointer;
}

.pagination__more-btn:hover {
  opacity: 0.8;
}

.schools-list-wrapper {
  padding-bottom: 30px;
}

@media screen and (max-width: 1133px) {
  .schools {
    flex-direction: column;
    align-items: center;
  }

  .schools-right-block {
    margin-left: 0;
  }

  .schools-left {
    width: 100%;
  }

  .schools-left {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 867px) {
  .school-search:before {
    left: 12px;
  }

  .schools-list__item-title {
    width: 140px;
  }

  .schools-list__item {
    padding: 15px 18px;
  }

  .school-review {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 12px;
  }

  .schools-right .school-review__logo {
    height: 42px;
    width: 42px;
    flex-basis: 42px;
  }

  .schools-right .school-review__text {
    margin-bottom: 0;
  }

  .school-review__title {
    margin-bottom: 10px;
  }

  .schools-right .school-review__title {
    font-size: 20px;
    text-align: center;
  }

  .schools-right .school-review .service-rating-star {
    width: 15px;
    height: 13px;
  }

  .school-review .service-rating-star + .service-rating-star {
    margin-left: 5px;
  }

  .school-review__btns {
    width: 50%;
  }

  .school-review__info {
    width: 50%;
  }

  .school-review__rating-value {
    font-size: 18px;
  }

  input.school-search__input {
    height: 45px;
    text-indent: 55px;
    font-size: 14px;
  }

  .school-review {
    margin-left: 0;
  }

  .school-reviews {
    flex-direction: column;
    align-items: stretch;
  }

  .schools-left,
  .schools-right {
    width: 100%;
  }

  .school-review__rating-wrapper {
    justify-content: center;
  }

  .school-review__rating-value {
    margin-left: 15px;
    top: 3px;
  }

  .school-reviews-wrapper .school-detail-reviews__item-course {
    display: flex;
    margin-bottom: 0;
  }

  .school-course-value + .school-course-value {
    padding-left: 10px;
  }

  .school-review-detail-list__item {
    padding: 20px 18px;
  }

  .school-reviews-wrapper .school-detail-reviews__item-top {
    flex-direction: column;
  }

  .school-reviews-wrapper .school-detail-reviews__item-left {
    margin-bottom: 20px;
  }

  .school-reviews-wrapper .school-detail-reviews__item-right {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .school-reviews-wrapper .school-detail-reviews__item-date {
    margin-top: 0;
  }

  .school-reviews-wrapper .service-reviews__item-value,
  .school-reviews-wrapper .service-reviews__item-title {
    font-size: 16px;
  }

  .school-search__btn {
    width: 80px;
    height: 38px;
    right: 6px;
    line-height: 1;
    padding-bottom: 0;
    padding-top: 0;
  }

  .school-search--placeholder.desktop-hidden {
    display: block;
    pointer-events: none;
    z-index: 1;
    position: absolute;
    left: 55px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
  }

  .course-banner .school-search__input::-webkit-input-placeholder {
    font-size: 0;
  }

  .course-banner .school-search__input::-moz-placeholder {
    font-size: 0;
  }

  .course-banner .school-search__input:-moz-placeholder {
    font-size: 0;
  }

  .course-banner .school-search__input:-ms-input-placeholder {
    font-size: 0;
  }

  .school-info.desktop-hidden {
    display: block;
  }

  .school-detail {
    flex-direction: column-reverse;
  }

  .school-right,
  .school-left {
    width: 100%;
  }

  .school-info .school-top {
    margin-bottom: 25px;
  }

  .school-detail .school-top__logo {
    height: 64px;
    width: 64px;
    min-width: 64px;
    flex-basis: 64px;
    margin-right: 15px;
  }

  .school-detail .school-top__text-title {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .school-detail .school-top__text {
    font-size: 14px;
  }

  .school-detail .school-contacts__title {
    font-size: 18px;
  }

  .school-contacts__phone,
  .school-contacts__address {
    display: flex;
    flex-wrap: wrap;
  }

  .school-detail .school-contacts__phone-title,
  .school-detail .school-contacts__address-title {
    width: 100px;
    line-height: 1.3;
  }

  .school-detail .school-contacts__phone-values,
  .school-detail .school-contacts__address-text {
    width: calc(100% - 100px);
    box-sizing: border-box;
    padding-left: 20px;
  }

  .school-detail .school-right__link {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
  }

  .school-detail-reviews__item-course.mobile-hidden,
  .school-top.mobile-hidden {
    display: none;
  }

  .school-left {
    margin-top: 20px;
  }

  .school-detail-reviews-title {
    font-size: 24px;
  }

  .school-detail-reviews .service-rating-star {
    width: 15px;
    height: 15px;
    background-size: contain;
  }

  .school-detail-reviews .service-rating-star + .service-rating-star {
    margin-left: 7px;
  }

  .school-detail-reviews-top {
    flex-direction: row;
  }

  .school-detail-reviews__reviews {
    display: none;
  }

  .school-detail-rating-value {
    font-size: 18px;
  }

  .school-detail-reviews__item {
    width: 100%;
    padding: 15px;
  }

  .school-detail-reviews__item + .school-detail-reviews__item {
    margin-top: 15px;
  }

  .school-detail-reviews__item-name {
    font-size: 20px;
  }

  .school-detail-reviews .service-reviews__item-value,
  .school-detail-reviews .service-reviews__item-title {
    font-size: 16px;
  }

  .school-page .all-courses-list-wrapper .container {
    margin: 0;
  }

  .all-courses-list-wrapper .services-list-title {
    font-size: 24px;
  }

  .all-courses-list-wrapper .services-list-head {
    margin-bottom: 20px;
  }

  .school-detail-reviews__item-left {
    align-items: center;
  }

  .school-detail-reviews__item-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
  }

  .school-detail-reviews__item-top {
    flex-direction: column;
  }

  .school-detail-reviews__item-course.desktop-hidden {
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .school-detail-reviews__item-right,
  .school-detail-reviews__item-info .school-detail-reviews__item-date {
    display: none;
  }

  .school-detail-reviews__item-left {
    align-items: center;
  }

  .text_read .blog-course-wrapper .blog-course__left a.service-top__right-link {
    padding: 0;
  }

  .blog-course-wrapper .blog-service {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-course-wrapper .blog-service__right {
    padding-left: 0;
    padding-right: 0;
  }

  .table-course thead,
  .table-course__duration,
  .table-service__name-position-wrapper.table-course__name-position-wrapper {
    display: none;
  }

  .table-course tr {
    border: 1px solid #d4def1;
    border-top: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    border-radius: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
    padding: 15px;
  }

  .table-course tr + tr {
    margin-top: 20px;
  }

  .course-table-wrapper tbody tr {
    background: rgba(212, 222, 241, 0.2) !important;
  }

  .table-course .table-service__name-td.is-top .table-service__name-position {
    background-image: url(../images/courses/top_white.png);
    color: white;
    width: 32px;
    height: 48px;
    background-size: contain;
    line-height: 32px;
  }

  .blog-center .table-course__school-block a.table-service__title-link {
    font-size: 18px;
  }

  .blog-center .course-table-wrapper .table-course__mobile-top .table-course__title-link {
    display: block;
    background: no-repeat;
    color: white;
    font-size: 20px;
    line-height: 1.3;
    width: calc(100% - 48px);
    text-align: left;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 0;
  }

  .course-table-wrapper.service-table-wrapper .table-service {
    border: 0;
  }

  .table-service__name-position-mobile,
  .table-course__name-mobile,
  .table-course__rating-mobile,
  .table-course__mobile-duration-block,
  .course-table-promo {
    display: block;
  }

  .course-table-wrapper .scrollableArea {
    width: 100% !important;
  }

  .blog-center .course-table-wrapper a.table-course__title-link,
  .table-course__rating-td {
    display: none;
  }

  .course-table-wrapper.table .a-to-right,
  .course-table-wrapper.table .a-to-left {
    display: none !important;
  }

  .table-course__school-block .table-service__title-link {
    font-size: 18px;
  }

  .course-table-wrapper a.service-top__right-link {
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #fc1e2b;
    margin-top: 10px;
  }

  .course-table-promo {
    margin-top: 10px;
    height: 44px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .course-table-wrapper .table-service__name-td {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .course-table-wrapper .table-service__price {
    padding: 0;
  }

  .table-course__price-value {
    font-size: 20px;
  }

  .table-course__installment {
    font-size: 14px;
  }

  .blog-detail .course-table-wrapper.service-table-wrapper td {
    padding: 0;
  }

  .blog-detail .course-table-wrapper.service-table-wrapper td.table-service__name-td {
    padding-bottom: 20px;
  }

  .table-course__rating-mobile {
    position: relative;
    top: 10px;
  }

  .course-table-wrapper .circular-chart {
    width: 64px;
    height: 64px;
    max-width: 64px !important;
  }

  .table-course__duration-block {
    padding: 1px 0 0 25px;
    line-height: 1.3;
  }

  .table-course__duration-block:before {
    left: 0;
    top: 0;
    transform: none;
    width: 16px;
    height: 16px;
  }

  .table-course__mobile-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #0b5e8a;
    padding: 15px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-left: -15px;
    margin-top: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
  }

  .table-course__mobile-duration-block {
    width: 100%;
    text-align: left;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .blog-service__left.blog-course__left {
    padding: 0;
    width: 55%;
  }
}

@media screen and (max-width: 700px) {
  .schools-list__item {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    position: relative;
  }

  .schools-list__item-right {
    margin-left: unset;
    margin-top: 35px;
  }

  .schools-list__item-middle {
    padding-left: 0;
    position: absolute;
    top: 27px;
    right: 18px;
  }

  .schools-list__item-contact {
    display: flex;
    align-items: center;
  }

  .schools-list__item-contact-text {
    font-size: 14px;
    margin-right: 10px;
  }

  .schools-list__item .schools-review-link,
  .schools-list__item .schools-site-link {
    text-align: center;
  }

  .schools-list__item .services-list__item-rating-wrapper {
    width: 46px;
  }
}

@media screen and (max-width: 600px) {
  .school-search__input {
    text-indent: 48px;
  }

  .school-search {
    margin-bottom: 10px;
  }

  .all-courses-list-wrapper .services-list__item-comments,
  .all-courses-list-wrapper .services-list__item-rating {
    padding-left: 32px;
  }

  .services-list__item-review {
    font-size: 12px;
  }

  .schools-list__item-bottom .services-list__item-info {
    padding-top: 15px;
  }

  .all-courses-list-wrapper .services-list__item-more {
    margin-top: 15px;
  }

  .all-courses-list-wrapper .services-list__item {
    padding: 15px 12px;
  }

  .all-courses-list-wrapper .services-list__item-comments:before,
  .all-courses-list-wrapper .services-list__item-rating:before {
    width: 24px;
    height: 24px;
  }

  .all-courses-list-wrapper .services-list__item {
    width: 48%;
    margin: 0 1% 20px;
  }

  .all-courses-list-wrapper .services-list__item-title {
    font-size: 16px;
  }

  .all-courses-list-wrapper .services-list__item-logo {
    height: 32px;
    width: 32px;
    flex-basis: 32px;
  }

  .schools-list__item-price {
    font-size: 20px;
  }

  .all-courses-list-wrapper .services-list__item-rating,
  .all-courses-list-wrapper .services-list__item-comments {
    font-size: 16px;
  }

  .schools-left .service-reviews__item-value:before {
    width: 18px;
    height: 18px;
  }

  .schools-list__item {
    align-items: stretch;
  }

  .schools-list__item-left {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 95px;
  }

  .schools-list-wrapper {
    padding-top: 15px;
  }

  .schools-list__item-right .schools-site-link,
  .schools-list__item-right .schools-review-link {
    width: 100%;
    text-align: center;
  }

  .schools-left input.school-search__input {
    height: 45px;
    text-indent: 35px;
  }

  .schools-left .school-search__btn {
    height: 34px;
  }

  .schools-left .school-search:before {
    width: 20px;
    height: 20px;
  }

  .school-review-title,
  .schools-title h1 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .schools-left .schools-list__item-comments:before,
  .schools-left .schools-list__item-rating:before {
    width: 16px;
    height: 16px;
  }

  .schools-left .schools-list__item-rating,
  .schools-left .schools-list__item-comments {
    padding-left: 20px;
    font-size: 14px;
  }

  .schools-left .schools-list__item-comments-wrapper {
    margin-left: 0;
  }

  .schools-list__item-rating:before {
    margin-top: -1px;
  }

  .blog-service__left.blog-course__left {
    width: 100%;
  }

  .blog-service__right.blog-course__right {
    width: 100%;
  }
}

@media screen and (max-width: 380px) {
  .school-review .schools-review-link,
  .school-review .school-right__link {
    width: unset;
  }
}

@media screen and (max-width: 360px) {
  .schools-right .school-review__title {
    font-size: 18px;
  }

  .school-review .schools-review-link,
  .school-review .school-right__link {
    font-size: 14px;
  }

  .school-contacts__address-text,
  .school-contacts__address-title,
  .school-contacts__phone-title,
  .school-contacts__phone-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 340px) {
  .all-courses-list-wrapper .services-list__item {
    width: 100%;
    margin: 0 10px 20px;
    padding: 20px 15px;
  }
}

/*-------end courses & schools styles------*/

/* COURSES NEW START */
.course-prices__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.course-prices__installment {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
  line-height: normal;
}

.course-prices__price {
  font-size: 20px;
  font-weight: 600;
  margin-right: 3px;
  line-height: normal;
}

.course-prices__price-old {
  font-size: 14px;
  color: #8e9baf;
  font-weight: 400;
  text-decoration: line-through;
  line-height: normal;
}

.course-promocode {
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  color: #fc1e2b;
  letter-spacing: 0.26px;
  font-size: 14px;
  font-weight: 600;
  padding-left: 24px;
  line-height: normal;
}

.course-promocode:hover {
  color: #ff5f68;
}

.course-promocode:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../images/services/promocode_icon.svg) no-repeat;
  background-size: contain;
}

.course-promocode-text {
  border-bottom: 1px dashed #fc1e2b;
}

.courses-title {
  color: #1d1e1f;
  font-family: Play;
  font-size: 38px;
  line-height: normal;
  margin-bottom: 32px;
  font-weight: normal;
}

.courses-title {
  margin-bottom: 32px;
}

@media (max-width: 520px) {
  .course-prices__wrapper {
    margin-bottom: 2px;
  }

  .course-prices__price,
  .course-prices__price-old,
  .course-prices__installment {
    font-size: 12px;
  }
}

.courses-list-wrapper {
  margin-top: 18px;
  margin-bottom: 64px;
}

.courses-container .courses-list-wrapper {
  position: relative;
}

.courses-container .courses-list-wrapper .loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: #fff;
  z-index: 2;
  backdrop-filter: blur(5px) saturate(120%) contrast(200%);
  display: none;
}

.courses-container .courses-list-wrapper .loader.active {
  display: block;
}

@media (max-width: 520px) {
  .courses-list-wrapper {
    margin-bottom: 0;
  }
}

.courses-container {
  max-width: 1040px;
  margin: 0 auto;
}

/* COURSES LIST FILTER START */
.courses-list-filter-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 18px;
}

.courses-list-filter {
  position: relative;
  cursor: pointer;
  width: 280px;
}

.courses-list-filter__selected {
  position: relative;
  border-radius: 6px;
  border: 1px solid #eaeff9;
  background: #fff;
  padding: 8px 40px 8px 32px;
  z-index: 2;
}

.courses-list-filter__selected::before {
  content: url(../images/services/sort_icon.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  left: 12px;
  top: 11px;
}

.courses-list-filter__selected::after {
  content: url(../images/services/arrow_down.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  right: 12px;
  top: 11px;
}

.courses-list-filter__list {
  width: 100%;
  box-sizing: border-box;
  display: none;
  position: absolute;
  border-radius: 0 0 6px 6px;
  border: 1px solid #eaeff9;
  background: #fff;
  padding: 16px;
  z-index: 1;
  top: 40px;
}

.courses-list-filter__item:not(:last-of-type) {
  margin-bottom: 20px;
}

.courses-list-filter.open .courses-list-filter__list {
  display: block;
}

.courses-list-filter.open .courses-list-filter__selected::after {
  content: url(../images/services/arrow_up.svg);
}

@media (max-width: 520px) {
  .courses-list-filter {
    font-size: 14px;
  }
}

/* COURSES LIST FILTER END */

.courses-list-all-btn {
  cursor: pointer;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #fc1e2b;
  text-transform: uppercase;
}

.courses-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.courses-list__item {
  position: relative;
  border: 1px solid rgba(84, 101, 255, 0.32);
  border-radius: 3px;
  box-sizing: border-box;
  width: 248px;
  margin: 0 8px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 380px;
  border-radius: 10px;
  color: #1d1e1f;
}

.courses-list__item.profit {
  border: 2px solid #fdc500;
}

.courses-list__item.popular {
  border: 2px solid #ff499e;
}

.courses-list__item.popular2 {
  border: 2px solid #5465ff;
}

.courses-list__item-label {
  display: none;
  position: absolute;
  height: 25px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 8px;
  color: #fff;
  top: -12px;
  right: 10px;
  line-height: 1.8;
}

.courses-list__item.profit .courses-list__item-label {
  display: block;
  background: #fdc500;
}

.courses-list__item.popular .courses-list__item-label {
  display: block;
  background: #ff499e;
}

.courses-list__item.popular2 .courses-list__item-label {
  display: block;
  background: #5465ff;
}

.courses-list__item-top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 227px;
  border-radius: 10px;
  border: 1px solid #eff2f6;
  background: #f5f6ff;
  padding: 12px;
  margin-bottom: 12px;
}

.courses-list__item-title-link {
  display: flex;
  margin-bottom: 12px;
}

.courses-list__item-logo {
  height: 42px;
  width: 42px;
  min-width: 42px;
  background-size: cover;
  margin-right: 8px;
}

.courses-list__item-title {
  font-size: 16px;
}

.courses-list__item-duration {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}

.courses-list__item-duration:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url(../images/courses/clock.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}

.courses-list__item-link {
  color: #0b5e8a;
  font-size: 12px;
  line-height: 1;
  padding: 6px 8px 4px;
  margin-bottom: 10px;
  background-color: #d4def166;
  border-radius: 3px;
  display: inline-block;
  white-space: nowrap;
}

.courses-list__item-bottom {
  display: flex;
  flex-direction: column;
  padding-top: 27px;
  padding: 0 12px 12px 12px;
}

.courses-list__item-name {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 12px;
}

.courses-list__item-name-link {
  display: block;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.courses-list__item-rating-wrapper {
  width: 52px;
}

.courses-list__item-review-wrapper {
  display: flex;
  align-items: center;
}

.courses-list__item-rating {
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  font-size: 14px;
  padding-left: 23px;
  box-sizing: border-box;
  margin-right: 8px;
}

.courses-list__item-rating:before {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  top: 2px;
  left: 0;
  background: url(../images/services/star.svg) no-repeat;
  background-size: contain;
}

.courses-list__item-review {
  position: relative;
  font-size: 14px;
  padding-left: 23px;
}

.courses-list__item-review::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 1px;
  left: 0;
  background: url(../images/services/reviews_icon.svg) no-repeat;
  background-size: contain;
}

.courses-list__item-rating {
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  font-size: 14px;
  padding-left: 23px;
}

.courses-list__item-comments {
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  font-size: 24px;
  padding-left: 40px;
  margin-left: auto;
}

.courses-list__item-comments:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../images/services/comment.svg?v1) no-repeat;
  background-size: contain;
}

.courses-list__item-more {
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  display: block;
  text-align: center;
  border-radius: 6px;
  background: #5465ff;
  color: white;
  padding: 10px;
  font-size: 14px;
  margin-top: 12px;
}

.courses-list__item-more:hover {
  background: #6f7dff;
}

.courses-list__item-more::after {
  position: relative;
  content: url(../images/services/arrow_right.svg);
  top: 5px;
  left: 5px;
}

@media screen and (max-width: 1100px) {
  .courses-container {
    padding: 0 16px;
  }

  .courses-list__item {
    width: 31%;
    margin: 0 10px 24px;
  }
}

@media screen and (max-width: 900px) {
  .courses-list__item {
    width: 30%;
  }

  .courses-place-banner__title {
    font-size: 24px !important;
  }

  .courses-place-banner__subtitle {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 768px) {
  .courses-list {
    justify-content: space-between;
  }

  .courses-list__item {
    width: 46%;
  }

  .courses-place-banner__title {
    font-size: 20px !important;
  }

  .courses-place-banner__subtitle {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 600px) {
  .courses-list__item {
    margin: 0 6px 24px;
  }

  .courses-list__item-top {
    height: 175px;
    padding: 8px;
    margin-bottom: 8px;
  }

  .courses-list__item-bottom {
    padding: 0 8px 8px 8px;
  }

  .courses-place-banner__subtitle {
    max-width: 300px;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .courses-list__item-name-link {
    font-size: 14px;
    line-height: 130%;
  }

  .courses-list__item-label {
    height: 22px;
    right: 5px;
  }

  .courses-list__item-duration {
    font-size: 12px;
  }

  .courses-list__item-title {
    font-size: 12px;
  }

  .courses-list__item-title-link {
    margin-bottom: 8px;
  }

  .courses-list__item-name {
    margin-bottom: 8px;
  }

  .courses-list__item-review-wrapper {
    margin-bottom: 8px;
  }

  .courses-list__item-logo {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }

  .courses-list__item-rating:before {
    top: -2px;
  }

  .courses-list__item-review:before {
    top: -2px;
  }

  .courses-list__item {
    min-height: auto;
  }
}

@media screen and (max-width: 340px) {
  .courses-list__item {
    width: 100%;
  }
}

/* COURSES TABLES START */
.courses-table-wrapper {
  margin-bottom: 64px;
}

@media (max-width: 520px) {
  .courses-table-wrapper {
    margin-bottom: 44px;
  }
}

.courses-table {
  width: 100%;
  border-collapse: collapse;
  color: #1d1e1f;
}

.courses-table thead {
  border-bottom: 3px solid rgba(212, 222, 241, 0.5);
}

.courses-table th {
  color: #8e9baf;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: normal;
}

.courses-table td {
  padding: 14px 0;
}

.courses-table-item {
  border-bottom: 1px solid rgba(212, 222, 241, 0.5);
}

.courses-table__tooltip-wrapper {
  display: flex;
  align-items: center;
}

.courses-table__tooltip {
  cursor: pointer;
  position: relative;
  width: 14px;
  height: 14px;
  background-image: url(../images/courses/question_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 4px;
}

.courses-table__tooltip-content {
  width: max-content;
  max-width: 380px;
  display: none;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  border: 1px solid #eaeff8;
  background: #f8fafd;
  box-shadow: 4px 4px 16px 0px rgba(176, 187, 193, 0.2);
  color: #1d1e1f;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 130%;
}

.courses-table__tooltip:hover .courses-table__tooltip-content {
  display: block;
}

.courses-table-item__pos {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  color: #5465ff;
  font-size: 20px;
  font-weight: 500;
  background: #eaeff8;
  margin-right: 16px;
}

.courses-table-item__pos_1,
.courses-table-item__pos_2,
.courses-table-item__pos_3 {
  width: 34px;
  height: 34px;
  margin-right: 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.courses-table-item__pos_1 {
  background-image: url(../images/courses/medal.png);
}

.courses-table-item__pos_2 {
  background-image: url(../images/courses/medal2.png);
}

.courses-table-item__pos_3 {
  background-image: url(../images/courses/medal3.png);
}

.courses-table-item__name {
  display: block;
  color: #1d1e1f;
  width: 210px;
  font-size: 16px;
}

.courses-table-item__school {
  margin-right: 15px;
}

.courses-table-school {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.courses-table-school__logo {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}

.courses-table-school__logo img {
  width: 100%;
  height: 100%;
}

.courses-table-school__name {
  font-size: 14px;
  max-width: 110px;
}

.courses-table-school-rating {
  display: flex;
}

.courses-table-school-rating__value {
  position: relative;
  font-size: 12px;
  padding-left: 18px;
  margin-right: 8px;
  box-sizing: border-box;
}

.courses-table-school-rating__value::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 5px;
  left: 0;
  background: url(../images/services/star.svg) no-repeat;
  background-size: contain;
}

.courses-table-school-rating__reviews {
  color: #8e9baf;
  font-size: 12px;
}

.courses-table-item__duration {
  position: relative;
  max-width: 100px;
  color: #8e9baf;
  font-size: 14px;
  padding-left: 25px;
  line-height: normal;
  margin-right: 30px;
}

.courses-table-item__duration::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  left: 0;
  top: 2px;
  background: url(../images/courses/clock.png) no-repeat;
  background-size: contain;
}

.courses-table-item__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 40px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px dashed #5465ff;
  background: #fff;
  color: #5465ff;
  margin-right: 30px;
  box-sizing: border-box;
}

.courses-table-item__link {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  border-radius: 6px;
  background: #5465ff;
  color: #fff;
  padding: 12px 8px;
  text-align: center;
}

.courses-table-item__link:hover {
  opacity: 100 !important;
}

.courses-table-item__price {
  margin-right: 30px;
}

.courses-table .course-prices__price {
  font-size: 18px;
  font-weight: 500;
}

.courses-table .course-prices__installment {
  margin-bottom: 0;
}

.courses-table-mobile {
  display: none;
}

.courses-subtitle {
  margin-bottom: 32px;
}

@media (max-width: 1100px) {
  .courses-table-item__name {
    width: 150px;
  }

  .courses-table-item__school {
    margin-right: 15px;
  }

  .courses-table-item__duration {
    margin-right: 15px;
  }

  .courses-table-item__rating {
    margin-right: 15px;
  }

  .courses-table-item__price {
    margin-right: 15px;
  }
}

@media (max-width: 1000px) {
  .courses-table-item__name {
    width: 120px;
  }

  .courses-table-item__school {
    margin-right: 5px;
  }

  .courses-table-item__duration {
    margin-right: 5px;
  }

  .courses-table-item__rating {
    margin-right: 5px;
  }

  .courses-table-item__price {
    margin-right: 5px;
  }
}

@media (max-width: 900px) {
  .courses-table {
    display: none;
  }

  .courses-table-mobile {
    display: block;
  }

  .courses-title {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .courses-subtitle {
    margin-bottom: 18px;
  }
}

.courses-table-mobile {
  width: 100%;
}

.courses-table-mobile-item {
  width: 100%;
  display: flex;
}

.courses-table-mobile-col {
  box-sizing: border-box;
  width: 50%;
}

.courses-table-mobile-header {
  min-height: 16px;
  display: flex;
  justify-content: space-between;
  color: #8e9baf;
  font-size: 14px;
  padding-bottom: 6px;
  border-bottom: 1px solid #eaeff8;
}

.courses-table-mobile-item:first-of-type .courses-table-mobile-header {
  border-bottom: 2px solid #eaeff8;
}

.courses-table-mobile-body {
  height: 185px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eaeff8;
}

.courses-table-mobile-col:first-of-type .courses-table-mobile-header,
.courses-table-mobile-col:first-of-type .courses-table-mobile-body {
  border-right: 1px solid #eaeff8;
  padding-right: 4px;
}

.courses-table-mobile-col:last-of-type .courses-table-mobile-header,
.courses-table-mobile-col:last-of-type .courses-table-mobile-body {
  padding-left: 8px;
}

.courses-table-mobile .courses-table-item__pos,
.courses-table-mobile .courses-table-item__pos_1,
.courses-table-mobile .courses-table-item__pos_2,
.courses-table-mobile .courses-table-item__pos_3 {
  width: 28px;
  height: 28px;
  font-size: 14px;
  color: #066781;
  background-size: contain;
}

.courses-table-mobile .courses-table-item__name {
  font-size: 14px;
  width: 100%;
  padding: 10px 0 17px 0;
}

.courses-table-mobile .courses-table-item__rating {
  width: 28px;
  height: 28px;
  color: #066781;
  font-size: 14px;
  margin: 0;
}

.courses-table-mobile .course-prices__installment {
  color: #8e9baf;
  font-size: 12px;
  margin-bottom: 0;
}

.courses-table-mobile .course-prices__price {
  font-size: 16px;
}

.courses-table-mobile .courses-table-item__link {
  width: 100%;
  background: transparent;
  color: #5465ff;
  font-size: 13px;
  padding: 0;
  text-transform: uppercase;
  text-align: left;
}

.courses-table-mobile .courses-table-item__school {
  width: 100%;
  margin-right: 0;
  margin-bottom: 8px;
}

.courses-table-mobile .courses-table-school-rating {
  height: 28px;
  padding: 5px 0 0 5px;
}

.courses-table-mobile .courses-table-school-rating__value {
  font-size: 14px;
  padding-left: 22px;
}

.courses-table-mobile .courses-table-school-rating__value::before {
  width: 18px;
  height: 18px;
  top: -2px;
}

.courses-table-mobile .courses-table-school-rating__reviews {
  position: relative;
  font-size: 14px;
  padding-left: 23px;
  color: #1d1e1f;
}

.courses-table-mobile .courses-table-school-rating__reviews::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: -3px;
  left: 0;
  background: url(../images/services/reviews_icon.svg) no-repeat;
  background-size: contain;
}

.courses-table-mobile .courses-table-school {
  padding: 10px 0 17px 0;
  margin-bottom: 0;
}

.courses-table-mobile .courses-table-item__duration {
  max-width: none;
  width: 100%;
  font-size: 12px;
  margin-right: 0;
}

.courses-table-mobile .course-promocode {
  width: 100%;
}

@media (max-width: 520px) {
  .courses-table__tooltip-content {
    max-width: 300px;
  }
}

/* COURSES TABLES END */

/* COURSES CARDS START */
.courses-cards {
  margin-bottom: 64px;
}

@media (max-width: 520px) {
  .courses-cards {
    margin-bottom: 44px;
  }
}

.courses-card {
  width: 100%;
  color: #1d1e1f;
  margin-bottom: 30px;
}

.courses-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}

.courses-card-header__wrapper {
  display: flex;
  align-items: center;
}

.courses-card-header__wrapper h3 {
  font-family: FiraSans;
  margin: 0px;
}

.courses-card__pos {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  background: #eaeff8;
  color: #5465ff;
  font-size: 20px;
  font-weight: 500;
  margin-right: 12px;
}

.courses-card__name {
  font-size: 20px;
  font-weight: 700;
}

.courses-card__link {
  padding: 10px 16px;
  border-radius: 6px;
  background: #5465ff;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.courses-card .course-promocode {
  margin-right: 24px;
}

.courses-card__link:hover {
  opacity: 100 !important;
}

.courses-card-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-top: 1px solid rgba(212, 222, 241, 0.5);
}

.courses-card-prop {
  width: 24%;
  font-size: 16px;
}

.courses-card-value {
  width: 74%;
  display: flex;
  font-size: 16px;
  line-height: 170%;
}

.courses-card-value_description {
  display: block;
}

.courses-card-school {
  display: flex;
  align-items: center;
  margin-right: 16px;
}

.courses-card-school__logo {
  width: 28px;
  height: 28px;
  margin-right: 12px;
}

.courses-card-school__logo img {
  width: 28px;
  height: 28px;
}

.courses-card-school__name {
  font-size: 14px;
}

@media (max-width: 520px) {
  .courses-card-header {
    flex-wrap: wrap;
  }

  .courses-card-header__wrapper {
    width: 100%;
  }

  .courses-card-header__wrapper:first-of-type {
    margin-bottom: 12px;
  }

  .courses-card__name {
    font-size: 18px;
    font-weight: 500;
  }

  .courses-card__link {
    font-size: 13px;
    font-weight: 500;
    color: #5465ff;
    background: transparent;
    padding: 0;
    text-transform: uppercase;
  }

  .courses-card-header {
    border-bottom: 1px solid #eaeff8;
  }

  .courses-card-row {
    flex-wrap: wrap;
    border-top: none;
    padding: 10px 0;
  }

  .courses-card-prop {
    color: #8e9baf;
    font-size: 14px;
    width: 39%;
  }

  .courses-card-value {
    font-size: 14px;
    width: 59%;
  }

  .courses-card-value_school {
    width: 100%;
    justify-content: space-between;
    padding-top: 6px;
  }

  .courses-card-value_description {
    width: 100%;
    padding-top: 6px;
  }
}

/* COURSES CARDS END */

/* COURSES FAQ START */
.courses-faq {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(212, 222, 241, 0.2);
  background: #f5f6ff;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.08);
  color: #1d1e1f;
  margin-bottom: 64px;
}

.courses-faq-item {
  width: 100%;
  padding: 28px 20px;
  box-sizing: border-box;
}

.courses-faq-item:not(:last-of-type) {
  border-bottom: 1px solid #d4def1;
}

.courses-faq-question {
  position: relative;
  cursor: pointer;
}

.courses-faq-question::after {
  content: url(../images/courses/plus-circle.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.courses-faq-item.open .courses-faq-question::after {
  content: url(../images/courses/minus-circle.svg);
}

.courses-faq-question__text {
  width: 90%;
  font-size: 20px;
  line-height: 140%;
  font-weight: normal;
  font-family: FiraSans;
}

.courses-faq-answer {
  display: none;
  font-size: 16px;
  line-height: 170%;
  padding-top: 16px;
}

.courses-faq-item.open .courses-faq-answer {
  display: block;
}

@media (max-width: 520px) {
  .courses-faq {
    margin-bottom: 44px;
  }

  .courses-faq-item {
    padding: 20px 16px;
  }

  .courses-faq-question__text {
    font-size: 18px;
    font-weight: 500;
  }

  .courses-faq-answer {
    line-height: 150%;
    padding-top: 8px;
  }
}

/* COURSES FAQ END */

/* COURSES FEATURES LIST START */
.courses-features {
  color: #1d1e1f;
  margin-bottom: 64px;
}

.courses-features__list {
  margin-bottom: 32px;
}

.courses-features__header {
  display: flex;
  margin-bottom: 12px;
}

.courses-features__number {
  font-size: 20px;
  font-weight: 500;
  color: #5465ff;
  margin-right: 16px;
}

.courses-features__title {
  font-size: 20px;
}

.courses-features__item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 8px;
  line-height: 170%;
}

.courses-features__item::before {
  content: url(../images/courses/plus_icon.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 12px;
}

.courses-features__item a {
  color: #fc1e2b;
  text-decoration: underline;
}

.courses-features__item a:hover {
  color: #ff5f68;
}

@media (max-width: 520px) {
  .courses-features {
    color: #1d1e1f;
    margin-bottom: 44px;
  }

  .courses-features__header {
    margin-bottom: 8px;
  }

  .courses-features__title {
    font-size: 18px;
  }

  .courses-features__item {
    font-size: 16px;
  }
}

/* COURSES FEATURES LIST END */

/* COURSES GRID START */
.courses-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 64px;
}

.courses-grid__item {
  color: #1d1e1f;
  font-size: 16px;
  line-height: 170%;
  width: 31%;
  margin-bottom: 8px;
}

.courses-grid__item span {
  color: #5465ff;
}

.courses-grid__item:hover {
  color: #5465ff;
}

/* fix height on mobile */
.owl-stage-outer.owl-height {
  height: auto !important;
}

@media (max-width: 768px) {
  .courses-grid__item {
    width: 48%;
  }
}

@media (max-width: 520px) {
  .courses-grid {
    margin-bottom: 70px;
  }

  .courses-grid__item {
    width: 100%;
  }
}

/* COURSES GRID END */

/* COURSES BANNER START */
.courses-place-banner {
  position: relative;
  color: #1d1e1f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 225px;
  border-radius: 8px;
  background: #d4def1;
  margin-bottom: 50px;
  box-sizing: border-box;
  padding: 16px;
}

.courses-place-banner::before {
  content: url(../images/courses/courses_banner_left.png);
  position: absolute;
  left: 54px;
  bottom: -7px;
}

.courses-place-banner::after {
  content: url(../images/courses/courses_banner_right.png);
  position: absolute;
  right: 54px;
  bottom: -7px;
}

.courses-place-banner__title {
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  z-index: 1;
}

.courses-place-banner__subtitle {
  position: relative;
  font-size: 18px;
  line-height: 170%;
  margin-bottom: 30px;
  z-index: 1;
}

.courses-place-banner__link {
  border-radius: 6px;
  background: #5465ff;
  color: #fff;
  padding: 8px 32px;
}

@media (max-width: 1000px) {
  .courses-place-banner::before {
    left: 34px;
  }

  .courses-place-banner::after {
    right: 34px;
  }
}

@media (max-width: 520px) {
  .courses-place-banner {
    width: auto;
    border-radius: 0;
    margin-left: -16px;
    margin-right: -16px;
    height: 200px;
    margin-bottom: 0;
  }

  .courses-place-banner::before {
    left: -28px;
  }

  .courses-place-banner::after {
    right: -36px;
  }

  .courses-place-banner__title {
    font-size: 24px;
  }

  .courses-place-banner__subtitle {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

/* COURSES BANNER END */

/* COURSES PROMOCODE POPUP START */
.promocode-popup {
  max-width: 512px;
  position: relative;
  background: #fff;
  padding: 24px;
  box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -4px rgba(16, 24, 40, 0.08);
  border-radius: 8px;
  margin: 20px auto;
  color: #1d1e1f;
  box-sizing: border-box;
}

.promocode-popup .mfp-close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 24px;
  right: 24px;
  background: url(../images/courses/popup_close.svg) center no-repeat;
  background-size: contain;
  color: transparent;
}

.promocode-popup__promocode-icon {
  position: relative;
  top: -5px;
  left: -5px;
  width: 50px;
  height: 50px;
  background: url(../images/courses/popup_promocode.svg) center no-repeat;
  background-size: contain;
  margin-bottom: 20px;
}

.promocode-popup__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 170%;
  margin-bottom: 8px;
}

.promocode-popup__subtitle {
  line-height: 160%;
  font-size: 16px;
  margin-bottom: 20px;
}

.promocode-popup__promocode {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  width: 100%;
  border-radius: 8px;
  color: #8e9baf;
  font-size: 16px;
  font-weight: 500;
  background: #f9fafb;
  padding: 12px;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-transform: uppercase;
}

.promocode-popup__promocode::after {
  content: url(../images/courses/copy_icon.svg);
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.promocode-popup__footer {
  display: flex;
  justify-content: space-between;
}

.promocode-popup__footer-text {
  width: 60%;
  color: #8e9baf;
  font-size: 14px;
  line-height: 150%;
}

.promocode-popup__link {
  display: block;
  width: 150px;
  background: #5465ff;
  color: #fff;
  padding: 10px 0;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 600px) {
  .promocode-popup {
    max-width: 400px;
    padding: 16px;
  }

  .promocode-popup__promocode-icon {
    width: 40px;
    height: 40px;
  }

  .promocode-popup__title {
    margin-bottom: 4px;
  }

  .promocode-popup__subtitle {
    margin-bottom: 16px;
  }

  .promocode-popup__footer {
    flex-wrap: wrap;
  }

  .promocode-popup__link {
    width: 100%;
    order: 1;
    margin-bottom: 16px;
  }

  .promocode-popup__footer-text {
    width: 100%;
    order: 2;
  }
}

/* COURSES PROMOCODE POPUP END */

/* COURSES BANNER START */
.courses-banner {
  position: relative;
  padding: 44px 0 36px 0;
  color: #1d1e1f;
  background: #f5f6ff;
}

.courses-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d4def1;
  box-shadow: 0px 4px 12px 0px rgba(11, 48, 68, 0.8);
}

.courses-banner__info {
  display: flex;
  justify-content: space-between;
}

.courses-banner__left {
  width: 59%;
}

.courses-banner__right {
  width: 39%;
}

.courses-banner__title {
  font-family: Play;
  font-size: 45px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
  margin-bottom: 12px;
}

.courses-banner__text {
  font-size: 16px;
  line-height: 170%;
  margin-bottom: 12px;
}

.courses-banner__update-date {
  color: #8e9baf;
  font-size: 14px;
  line-height: normal;
}

.courses-banner-filters {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.courses-banner .breadcrumbs {
  padding-top: 30px;
}

.courses-search {
  position: relative;
  display: flex;
  margin-bottom: 8px;
}

.courses-search__button {
  width: 34px;
  height: 24px;
  position: relative;
  cursor: pointer;
  border-radius: 6px 0 0 6px;
  padding: 14px 16px;
  background-color: #fff;
}

.courses-search__button::after {
  content: url(../images/courses/search_icon.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}

.courses-search__button:hover::after {
  content: url(../images/courses/search_color_icon.svg);
}

.courses-search__input-wrapper {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 2;
}

.courses-search .courses-search__input {
  width: 0;
  height: 52px;
  transition: width 0.5s ease;
  border: none;
  outline: none;
  border-radius: 6px;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.08);
  padding: 0;
}

.courses-search.open .courses-search__input {
  width: 581px;
  padding: 0 42px 0 16px;
}

.courses-search__input::placeholder {
  font-size: 14px;
  color: #8e9baf;
}

.courses-search.open .courses-search__input-wrapper::after {
  content: url(../images/courses/search_icon.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

.courses-menu {
  position: relative;
}

.courses-menu__button {
  cursor: pointer;
  position: relative;
  right: 15px;
  width: 115px;
  height: 52px;
  color: #fff;
  border-radius: 6px;
  background: #5465ff;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.08);
  padding: 14px 16px;
  box-sizing: border-box;
}

.courses-menu__button:hover {
  opacity: 0.8;
}

.courses-menu__button::before {
  content: url(../images/courses/menu_icon.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}

.courses-menu__button-text {
  font-size: 16px;
  text-align: right;
}

.courses-menu-list {
  width: 300px;
  display: none;
  position: absolute;
  top: 64px;
  left: -15px;
  border-radius: 10px;
  border: 1px solid #eff2f6;
  background: #f8fafd;
  z-index: 11;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.08);
}

.courses-menu.open .courses-menu-list {
  display: block;
}

.courses-menu-item {
}

.courses-menu-item__title {
  cursor: pointer;
  position: relative;
  color: #1d1e1f;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  padding: 12px 24px;
}

.courses-menu-item__title:hover {
  color: #5465ff;
}

.courses-menu-item.open .courses-menu-item__title {
  border-radius: 10px;
  background: #5465ff;
  color: #fff;
}

.courses-menu-item.open .courses-menu-item__title::after {
  content: url(../images/courses/menu_arrow_right.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}

.courses-menu-submenu {
  display: none;
  width: 330px;
  position: absolute;
  top: 0;
  right: -330px;
  background: #fff;
  z-index: 10;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.08);
}

.courses-menu-item.open .courses-menu-submenu {
  display: block;
}

.courses-menu-submenu-list {
  max-height: 400px;
  overflow: hidden;
  padding: 8px 28px;
}

.courses-menu-submenu-list::-webkit-scrollbar {
  width: 4px;
}

.courses-menu-submenu-list::-webkit-scrollbar-track {
  background: transparent;
}

.courses-menu-submenu-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #8e9baf;
}

.courses-menu-submenu-item {
  width: 100%;
  display: block;
  padding: 8px 0;
  font-size: 16px;
  color: #1d1e1f;
  line-height: 160%;
}

.courses-menu-submenu-item:hover {
  color: #5465ff;
}

.courses-menu-submenu__more {
  cursor: pointer;
  color: #5465ff;
  font-size: 16px;
  line-height: 160%;
  padding: 8px 28px 8px 28px;
}

.courses-filter {
  cursor: pointer;
  height: 52px;
  color: #1d1e1f;
  position: relative;
  margin-right: 16px;
  border-radius: 6px;
  background: #fff;
  margin-bottom: 8px;
}

.courses-filter__name {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 12px 24px;
}

.courses-filter:hover .courses-filter__name {
  color: #5465ff;
}

.courses-filter__name::after {
  content: url(../images/courses/filter_arrow_down.svg);
  position: relative;
  top: 5px;
  left: 5px;
}

.courses-filter:hover .courses-filter__name::after {
  content: url(../images/courses/filter_arrow_down_color.svg);
}

.courses-filter.open .courses-filter__name {
  color: #5465ff;
}

.courses-filter.open .courses-filter__name::after {
  content: url(../images/courses/filter_arrow_up.svg);
}

.courses-filter-list {
  display: none;
  position: absolute;
  top: 64px;
  left: 0;
  width: 240px;
  max-height: 260px;
  overflow: auto;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.08);
  padding: 0 16px;
  z-index: 10;
  box-sizing: border-box;
}

.courses-filter-list::-webkit-scrollbar {
  width: 4px;
}

.courses-filter-list::-webkit-scrollbar-track {
  background: transparent;
}

.courses-filter-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #8e9baf;
}

.courses-filter-item {
  position: relative;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.courses-filter-item__name {
  width: 80%;
  font-size: 16px;
  line-height: normal;
}

.courses-filter-item__name::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #cedfe8;
}

.courses-filter.open .courses-filter-list {
  display: block;
}

.courses-filter-item__input {
  position: absolute;
  height: 1px;
  width: 1px;
  opacity: 0;
}

.courses-filter-item__input:checked + .courses-filter-item__name::before {
  background: #5465ff;
}

.courses-filter-item__input:checked + .courses-filter-item__name::after {
  content: url(../images/courses/filter_check_icon.svg);
  position: absolute;
  top: 10px;
  right: 3px;
}

.courses-installment {
  cursor: pointer;
  height: 52px;
  color: #1d1e1f;
  position: relative;
  border-radius: 6px;
  background: #fff;
}

.courses-installment input {
  display: none;
}

.courses-installment__text {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 13px 28px;
}

.courses-installment__text::before {
  content: url(../images/courses/installment_icon.svg);
  position: relative;
  top: 5px;
  right: 5px;
}

.courses-installment.active {
  background: #5465ff;
  color: #fff;
}

.courses-installment.active .courses-installment__text::before {
  content: url(../images/courses/installment_white_icon.svg);
}

.reviews-pager {
  padding-top: 24px;
}

.vacancies .contacts p {
  margin: 10px 0;
}

.vacancies .contacts button {
  margin-top: 10px;
}

.vacancies .detailed ul li {
  margin-top: 10px;
}

@media (max-width: 1280px) {
  .courses-filter__name {
    padding: 12px 20px;
  }
}

@media (max-width: 1024px) {
  .courses-banner {
    margin: 0;
  }

  .courses-menu {
    z-index: 3;
  }

  .courses-menu-list {
    width: 350px;
    background: #fff;
  }

  .courses-menu-submenu {
    width: 100%;
    position: static;
    box-shadow: none;
  }

  .courses-menu-item__title {
    top: -1px;
    left: -1px;
  }

  .courses-menu-item__title::after {
    content: url(../images/courses/menu_arrow_color_right.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
  }

  .courses-menu-item.open .courses-menu-item__title::after {
    content: url(../images/courses/menu_arrow_right.svg);
    transform: translateY(-50%) rotate(90deg);
  }

  .team .cols {
    margin-top: 0px;
  }

  .team .col3,
  .team-intro .col3 {
    margin-top: 30px;
  }

  .block.about .col2 {
    margin-top: 30px;
  }

  .team .breadcrumbs {
    margin-top: 0px;
    padding-top: 30px;
  }

  .career .breadcrumbs {
    margin-top: 0px;
    padding-top: 10px;
  }
}

@media (max-width: 768px) {
  .courses-banner__info {
    flex-wrap: wrap;
  }

  .courses-banner__left {
    width: 100%;
  }

  .courses-banner__right {
    width: 100%;
  }

  .courses-search.open .courses-search__input {
    width: 450px;
  }
}

@media (max-width: 520px) {
  .courses-banner {
    padding: 16px 0 20px 0;
  }

  .courses-banner .breadcrumbs {
    padding-top: 50px;
  }

  .courses-banner__title {
    font-size: 28px;
  }

  .courses-banner-filters {
    margin-top: 16px;
    padding-top: 50px;
  }

  .courses-search__button {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 0 6px 6px 0;
  }

  .courses-search__button::after {
    left: 8px;
  }

  .courses-search {
    height: 40px;
    position: relative;
    right: 2px;
    order: 2;
    margin-right: 4px;
  }

  .courses-search__button {
    order: 2;
  }

  .courses-search__input-wrapper {
    top: -50px;
    left: -38px;
  }

  .courses-search .courses-search__input {
    height: 40px;
    order: 1;
  }

  .courses-search.open .courses-search__input {
    width: calc(100vw - 44px);
  }

  .courses-menu {
    order: 1;
  }

  .courses-menu__button {
    width: 40px;
    height: 40px;
    right: 0;
  }

  .courses-menu__button::before {
    left: 8px;
  }

  .courses-menu__button-text {
    display: none;
  }

  .courses-menu-list {
    top: 44px;
    left: 0;
  }

  .courses-menu-item__title {
    font-size: 18px;
    padding: 12px 16px;
  }

  .courses-menu-submenu-list {
    padding: 8px 16px;
  }

  .courses-menu-submenu__more {
    padding: 6px 16px;
  }

  .courses-filter {
    height: 40px;
    order: 3;
    margin-right: 4px;
  }

  .courses-filter__name {
    font-size: 12px;
    padding: 4px 8px;
  }

  .courses-installment {
    order: 4;
  }

  .courses-installment {
    height: 40px;
  }

  .courses-installment__text {
    font-size: 12px;
    padding: 7px 12px;
  }

  .courses-filter-list {
    width: 200px;
    top: 48px;
    left: -10px;
  }

  .courses-card {
    margin-bottom: 16px;
  }

  .courses-list-all-btn {
    margin-bottom: 44px;
  }
}

@media (max-width: 375px) {
  .courses-menu-list {
    width: 320px;
  }

  .courses-search.open .courses-search__input {
    width: calc(100vw - 36px);
  }
}

/* COURSES BANNER END */

/* COURSES NEW END */
