.content-block__title,
.content-block__text {
  width: 100%;
}

.offer__content .content-box__text {
  text-transform: uppercase;
  line-height: 1.4;
}

.slider__item {
  min-height: 700px;
  height: 100%;
}

.clients__fancy{
    font-size:0;
}

.law__list.sitemap{
    counter-increment:none;
}

.blog__item .blog__top a{
    width:100%;
}
.blog__block p {
  margin-bottom: 1.5em;
}

.clients .slick-slide img{
    max-height:180px;
}

.single-article blockquote p {
  word-break: break-word;
}

.blog__item cite a {
  color: #fff;
}

.breadcrumbs-block__list {
  padding-left: 10%;
}

.blog h2 {
  line-height: 1.3;
}

.wp-block-columns{
        padding: 0 30px;
}

.articles-list__items .articles-block__date {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.articles-list__items {
  max-width: 650px;
  width: 100%;
  min-height: 370px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

.articles-list {
  overflow-y: hidden;
}

.offer__list-items {
  list-style-type: square;
  padding-left: 30px;
  position: relative;
}

.offer__list-item {
  text-align: left;
  margin-bottom: 10px;
}

.offer__list-item::marker {
  right: 0;
}

.offer__list-item:last-child {
  margin-bottom: 30px;
}

.offer__item-link {
  -webkit-line-clamp: 1;
  line-clamp: 1;
  height: 46px;
  position: absolute;
  margin: 0 auto;
  bottom: 30px;
  right: 0;
  left: 0;
}

.content-box__title span {
  display: block;
}

.contacts-block__time {
  display: block;
  line-height: 2;
  color: #5d5d5d;
  font-style: normal;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.disputes__block p {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .offer__item {
    margin: 0 0 30px !important;
  }
  .breadcrumbs__title {
    max-width: 95%;
  }
  .breadcrumbs-block__list {
    padding-left: 0;
  }
}

form input,
form textarea {
  transition: box-shadow 0.3s ease;
}

form input:focus,
form textarea:focus {
  box-shadow: 0 0 0 3px rgba(13, 115, 252, 0.7);
}

.form__label {
  width: 100%;
  text-align: left;
  line-height: 2;
  font-size: 16px;
  max-width: 340px;
  color: #5d5d5d;
  font-style: normal;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  color: #0d73fc;
}


.contacts-block__list {
  flex-wrap: wrap;
  justify-content: center;
  
  @media (max-width: 719px) {
    justify-content: flex-start;   
}
}

.contacts-block__item:not(:last-child) {
  margin-bottom: 30px;
}

.footer-top__title {
  color: #333;
  padding-top: 12px;
}

.footer-top__link--map {
  display: inline;
  font-size: 18px;
}

.footer-bottom__home,
.footer-bottom__rules {
  color: #333;
  transition: color 0.4s;
}

.footer-bottom__home:hover,
.footer-bottom__rules:hover {
  color: #0d73fc;
}

.top {
  display: inline;
  z-index: 10;
}

.top__hover {
  visibility: hidden;
}

.top__hover:before {
  visibility: visible;
}

.contacts-form .content-box__title {
  text-transform: none;
  font-size: 30px;
}

.disputes__title {
  text-align: center;
}

.articles-block__link {
  opacity: 0;
}

.articles-block__footer-block {
  flex-wrap: wrap;
}

.articles-list__items .articles-block__author,
.articles-list__items .articles-block__viewers {
  color: #333;
  text-align: left;
}

.articles-block__author {
  margin-bottom: 4px;
}

.offer__item-title {
  position: relative;
}

.offer__item-title:before {
  content: "";
  position: absolute;
  top: -15px;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.offer__item-title--benef:before {
  background-image: url("/wp-content/themes/SkySoft/assets/images/icons/benef.svg");
}

.offer__item-title--team:before {
  background-image: url("/wp-content/themes/SkySoft/assets/images/icons/team.svg");
  transform: translateX(10px) scale(1.4);
}

.offer__item-title--win:before {
  background-image: url("/wp-content/themes/SkySoft/assets/images/icons/win.svg");
  transform: scale(1.2);
}

.choose__item-title:before {
  content: "";
  position: absolute;
  top: 0;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 20px;
}

.choose__item-title--calc:before {
  background-image: url("/wp-content/themes/SkySoft/assets/images/icons/calc.svg");
}

.choose__item-title--energy:before {
  background-image: url("/wp-content/themes/SkySoft/assets/images/icons/energy.svg");
}

.choose__item-title--light:before {
  background-image: url("/wp-content/themes/SkySoft/assets/images/icons/light.svg");
  transform: scale(1.1);
}

.choose__item-title--timer:before {
  background-image: url("/wp-content/themes/SkySoft/assets/images/icons/timer.svg");
  transform: scale(1.1);
}

.content-box__title {
  margin-bottom: 30px;
}

.wpcf7-not-valid-tip {
  display: inline;
}

.offer__item {
  background-position: center;
  background-size: cover;
  cursor: pointer;
  background-repeat: no-repeat;
}

.offer__list-overlay::before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  opacity: 1;
  transition: opacity 0.5s;
}

.offer__item:hover .offer__list-overlay::before {
  opacity: 0.75;
}

.grecaptcha-badge {
  display: none;
}

.current_page_item.menu__item.dropdown-menu::after {
  border-color: #fbc903;
}

.main__title {
  visibility: hidden;
  font-size: 0;
}

.price__wrapper {
  scrollbar-width: none;
}

.info__content-item--scroll {
  overflow-x: scroll;
  overflow-y: hidden;
}

@media (max-width: 719px) {
  .form__top {
    justify-content: center;
  }

  .form p {
    max-width: 340px;
    margin: 0 auto;
  }

  .slider__item {
    height: calc(100vh - 100px);
    padding: 100px 15px;
  }

  .content-block__title {
    font-size: 28px;
  }

  .content-block__slogan {
    font-size: 17px;
  }
}

.single-article {
  word-break: break-all;
}

.blog__item.single-article img {
  width: 100%;
  object-fit: cover;
}

#slider {
  display: none;
}

.contact__map iframe,
iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .contact__content {
    flex-wrap: wrap;
  }

  .contact__content-block {
    width: 60%;
  }

  .contact__content-block:first-child {
    margin: 0 auto;
  }
}

@media (max-width: 525px) {
  .contact__content-block {
    width: 100%;
  }
}

.menu__item.dropdown-menu::after .menu__link.active-link {
  border-color: #000;
}

@media (max-width: 1280px) {
  .contract-block__item {
    max-width: 450px;
    padding: 20px;
  }

  .contract-block__btn {
    width: 180px;
  }
}

.contract-block__btn {
  margin: 0 10px;
}

.info__tab {
  position: relative;
}

p.faq__text.content-box__text {
  margin-bottom: 10px;
}

ul.faq__text.content-box__text,
ul.disputes__text.content-box__text {
  padding-left: 50px;
  list-style: circle;
  list-style-type: disclosure-closed;
}

ol.disputes__text {
  padding-left: 50px;
  text-align: justify;
  margin-bottom: 20px;
}

.disputes__subtitle {
  font-size: 20px;
  text-align: left;
}

.disputes__title {
  color: #0d73fc;
}

.company__slogan {
  text-transform: none;
  color: #737373;
}

.company p {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .company p {
    font-size: 16px;
  }

  ol.disputes__text {
    padding-left: 20px;
  }

  ul.disputes__text.content-box__text {
    padding-left: 20px;
  }

  ol.disputes__text ul.faq__text.content-box__text,
  ul.faq__text.content-box__text,
  ul.disputes__text.content-box__text {
    padding-left: 10px;
  }
}

.company__side {
  float: right;
}

.clients__item {
  position: relative;
}

.clients__fancy {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.price__wrapper {
  margin-bottom: 80px;
}

.price__text {
  color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
  line-height: 1.8;
}

.price__text p:first-child {
  font-size: 23px;
  margin-bottom: 30px;
}

.price__formula {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}

.price__link {
  color: #0d73fc;
  display: inline-block;
}

.content-box__title::before,
.content-box__title::after {
  z-index: 0;
}

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 5;
  color: #fff;
}

.modal:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
}

.modal__title {
  color: #fff;
  line-height: 1.3;
  font-size: 36px;
  text-transform: uppercase;
}

.form__label {
  color: #fff;
}

.float-rigth {
  float: right;
  padding: 20px;
  object-fit: contain;
  max-width: 100%;
}

.info__content {
  text-align: justify;
}

.MsoNormalTable,
.MsoNormalTable {
  width: 100%;
  margin: 0 auto;
  overflow-x: scroll;
  display: table;
  border-collapse: collapse;
  text-align: left;
}

.info table td {
  border: 1px solid rgba(48, 46, 46, 0.281);
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
}

.info__table td {
  text-align: center;
}

.info__text--first p {
  margin-bottom: 20px;
}

.info__content-item table td {
  border: 1px solid rgba(48, 46, 46, 0.281);
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  min-width: 135px;
}

.info__content {
  overflow-x: scroll;
}

.info__table {
  overflow-x: scroll;
  margin-bottom: 30px;
}

.menu__list::-webkit-scrollbar-thumb {
  height: 2px;
  border: 1px solid #fbc903;
  border-radius: 10px;
}

.menu__list::-webkit-scrollbar {
  width: 8px;
  background-color: #0d73fc;
  border: 1px solid #0d73fc;
  border-radius: 10px;
  height: 3px;
}

.info__content::-webkit-scrollbar,
.info__table::-webkit-scrollbar {
  width: 0px;
  background-color: #fff;
  border: 0px solid transparent;
  height: 0;
}

.info__content::-webkit-scrollbar-thumb,
.info__table::-webkit-scrollbar-thumb {
  border: 0px solid transparent;
}

.disputes__text--list
  li:not(.disputes__text--list .disputes__text.content-box__text li) {
  margin-bottom: 30px;
}

.result {
  position: relative;
  padding-left: 50px;
}

.link__result {
  line-height: 1.5;
  font-size: 16px;
}

.result .contract-block__icon {
  position: absolute;
  left: 10px;
  top: 4px;
}

.disputes__block {
  font-size: 16px;
}

.client {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

blockquote {
  position: relative;
  display: block;
  padding: 20px 70px 20px 20px;
  background: #24345d;
  color: #ffffff;
  margin: 40px 0px;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  position: relative;
  display: block;
  padding: 50px 70px 50px 50px;
  background: #24345d;
  color: #ffffff;
  margin: 40px 0px;
}

.single-article figure img {
  height: 100%;
}

.contact .content-box__title {
  text-align: center;
}

.contact .content-box__title::before,
.contact .content-box__title::after {
  display: none;
}

.modal .contacts-form__block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -49%);
  padding: 30px;
}

.modal .modal__title {
  text-align: center;
  margin-bottom: 30px;
}

.modal textarea {
  max-height: 200px;
}

.modal .form__top {
  flex-wrap: nowrap;
}

@media (max-width: 719px) {
  .modal .form__top {
    flex-wrap: wrap;
  }
}

.form svg {
  fill: #fff;
  height: 30px;
  width: 30px;
  right: 4px;
  position: absolute;
  cursor: pointer;
}

@media (max-width: 980px) {
  .contact .form__label {
    max-width: 100%;
  }

  .contract-block__item {
    max-width: 100%;
  }

  .modal .modal__title {
    text-align: center;
    margin-bottom: 0;
    font-size: 24px;
  }
}

.wp-block-quote.is-style-large cite {
  text-align: left;
}

blockquote {
  position: relative;
}

blockquote::before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-image: url(/wp-content/themes/SkySoft/assets/images/icons/quotes.svg);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  fill: #fff;
}

.word-break {
  word-break: break-word;
}

pre {
  font-family: inherit;
}

@media (max-width: 600px) {
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large {
    padding: 20px;
  }

  blockquote::before {
    right: 10px;
    bottom: 0;
  }

  .float-rigth {
    float: none;
    margin: 0 auto;
    object-fit: cover;
  }

  .breadcrumbs-block__item {
    padding-bottom: 10px;
  }
}

.clients__blockquote:before,
.disputes blockquote::before {
  display: none;
}

@media (max-width: 525px) {
  .contract-block__btn {
    margin-bottom: 10px;
  }
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0);
}

.page-loaded .preloader .icon {
  opacity: 0;
}

.preloader .icon {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/SkySoft/assets/images/icons/preloader.svg);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.page-loaded .preloader:before {
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
}
.preloader:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 51%;
  height: 100%;
  background: #ffffff;
  z-index: 0;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}

.page-loaded .preloader:after {
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}
.preloader:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 51%;
  height: 100%;
  background: #ffffff;
  z-index: 2;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}

.map {
  position: relative;
  height: 100%;
}

.map a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
}

.next.page-numbers,
.prev.page-numbers{
  position: relative;
}

.next.page-numbers:before,
.prev.page-numbers:before{
    content: "";
    position: absolute;
    height: 25px;
    width: 15px;
    background-repeat: no-repeat;
}

.next.page-numbers:before{
     background-image: url(/wp-content/themes/SkySoft/assets/images/icons/next.svg);
     left:7px;
   
}

.prev.page-numbers:before{
    background-image: url(/wp-content/themes/SkySoft/assets/images/icons/prev.svg);
    right:7px;
}

.docs-icon .disputes__subtitle {
    position:relative;
    margin-bottom: 20px;
}

.docs-icon .disputes__subtitle:after{
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/SkySoft/assets/images/icons/pdf-icon.svg);
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 10px;
}


.docs-icon .disputes__subtitle.title-hide:after{
    display:none;
}


.sitemap{
    margin-bottom: 0;
    padding: 20px 40px;
    counter-reset: num;
    list-style: none;
    background-color: #0d73fc;
}

.sitemap__item {
    color: #fff;
    border:1px solid #fbc903;
    font-size: 22px;
    -webkit-transition: color .5s ease-in-out;
    -o-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
    position: relative;
    margin-bottom: 10px;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.sitemap__link {
    font-size: 16px;
    color: #fff;
    display: block;
    -webkit-transition: background-color  .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background-color  .3s ease-in-out, color .3s ease-in-out;
    transition: background-color  .3s ease-in-out, color .3s ease-in-out;
    padding: 16px 10px 16px 40px;
    line-height: 1.5em;
        font-weight: 600;
        
}


.sitemap__link:hover{
    color: #0d73fc;
    background-color: #fff;
}

@media (max-width:768px){
   .sitemap{
          padding: 12px;
 
   } 
}