*::after,
*::before,
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  box-shadow: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  height: 100%;
}
body {
  font: 1rem "Source Sans Pro", Sans-serif;
  height: 100%;
  line-height: 1.5;
  color: #343434;
}
html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea,
html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea,
html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea {
  font-family: "Source Sans Pro", Sans-serif;
}
a,
a:hover,
input,
input:focus,
button,
button:focus,
select:focus {
  outline: none;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
p {
  margin-bottom: 15px;
  font-size: 1.125em;
  font-weight: 400;
}
p:last-child {
  margin-bottom: 0;
}
[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
  color: transparent;
  background-color: transparent;
}
.global-title {
  background: linear-gradient(91.9deg, #2b64d4 -1.69%, #053b98 106.79%), #004089;
  color: #ffffff;
  font-size: 1.875em;
  font-weight: 700;
  padding: 25px 20px;
  margin-bottom: 30px;
  line-height: 63px;
}
.global-title p,
.global-title h1,
.global-title h2,
.global-title h3,
.global-title h4,
.global-title h5,
.global-title h6 {
  font-size: 1em;
  font-weight: 700;
  line-height: 63px;
  color: #ffffff;
}
.global-title-page-about-us p,
.global-title-page-about-us h1,
.global-title-page-about-us h2,
.global-title-page-about-us h3,
.global-title-page-about-us h4,
.global-title-page-about-us h5,
.global-title-page-about-us h6 {
  color: #393939;
  font-weight: bold;
  font-size: 2em;
  line-height: 1;
  text-align: center;
  padding-bottom: 50px;
}
h1.global-title-page-about-us:first-child,
h2.global-title-page-about-us:first-child,
h3.global-title-page-about-us:first-child,
h4.global-title-page-about-us:first-child,
h5.global-title-page-about-us:first-child,
h6.global-title-page-about-us:first-child {
  padding-top: 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 20px;
}
.global-title h1,
.global-title h2,
.global-title h3,
.global-title h4,
.global-title h5,
.global-title h6 {
  padding: 0;
}
.global-btn {
  display: inline-block;
  font-size: 1.8em;
  font-weight: 900;
  color: #ffffff;
  background-color: #E70000;
  border-radius: 10px;
  padding: 12px 24px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  width: 100%;
  text-align: center;
  font-family: "Roboto", Sans-serif;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  width: 100%;
  overflow: hidden;
}
.content {
  margin: 0 auto;
}
.container {
  max-width: 1170px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.btn-back-to-land {
  max-width: 320px;
  margin: 15px auto;
}
/*burger*/
.burger-wrap {
  display: none;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  background-color: #D70000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  padding: 5.75px;
  color: #ffffff;
  font-size: 23px;
  text-align: center;
}
/*slider*/
.slick-slider .slick-slide {
  outline: none;
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-next {
  right: 0;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  width: 16px;
  height: 16px;
  z-index: 9;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  display: none;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover,
.slick-slider .slick-prev:focus,
.slick-slider .slick-next:focus {
  background: transparent;
}
.slick-slider .slick-prev {
  border-left: 4px solid #29669d;
  border-bottom: 4px solid #29669d;
  transform: rotate(45deg);
}
.slick-slider .slick-next {
  border-right: 4px solid #29669d;
  border-bottom: 4px solid #29669d;
  transform: rotate(-45deg);
}
.slick-slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 6px;
}
.slick-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
}
.slick-slider .slick-dots li button:before {
  width: 8px;
  height: 8px;
  line-height: 8px;
}
.slick-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}
.menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  border: 7px solid transparent;
  border-top: 7px solid #fff;
  margin-left: 10px;
  transition: all .3s;
  transform: translateY(6px);
}
.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  background: linear-gradient(91.9deg, #2d67d8 -1.69%, #043a97 75.47%), #004089;
  padding: 0 15px;
  border-radius: 12px;
  margin-top: 5px;
  transition: all 1s;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.menu-item-has-children .sub-menu li:first-child {
  padding-left: 13px;
}
.menu-item-has-children:hover > a::after {
  transform: translateY(-1px) rotate(180deg);
}
.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  max-height: 1000px;
  transition: all .3s;
}
/*Header*/
.header {
  background-color: #ffffff;
}
.header-triangle-mobile {
  display: none;
}
.header-triangle-mobile__background {
  display: none;
}
.header__wrap {
  padding: 22px 110px 15px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.header-logo {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.header-logo__img-mobile {
  display: none;
}
.header-logo__content {
  padding-left: 20px;
  color: #002A6E;
  font-weight: 600;
  flex: 1 0;
}
.header-logo__content h1,
.header-logo__content h2,
.header-logo__content h3,
.header-logo__content h4,
.header-logo__content h5,
.header-logo__content h6 {
  margin-bottom: 7px;
  color: #002A6E;
  font-size: 36px;
  font-weight: 600;
  padding-top: 0;
}
.header-logo__content p {
  font-weight: 600;
  font-size: 19px;
}
.header-phone {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.header-phone-info {
  padding-left: 35px;
  text-align: right;
}
.header-phone-info__number {
  color: #E70000;
  font-size: 31px;
  font-weight: 900;
  line-height: 41px;
}
.header-phone-info p {
  margin-bottom: 0;
  color: #002A6E;
  font-size: 22px;
  font-weight: 600;
}
.header-phone-info img {
  margin-left: auto;
}
/*section-navigation*/
.section-navigation {
  padding: 20px 0;
  background: linear-gradient(91.9deg, #2d67d8 -1.69%, #043a97 75.47%), #004089;
  position: relative;
}
.section-navigation .container {
  max-width: 1350px;
}
.navigation {
  display: flex;
  flex-flow: row wrap;
}
.navigation li {
  padding: 13px 20px;
}
.navigation li:first-child {
  padding-left: 0;
}
.navigation li:last-child {
  padding-right: 0;
}
.navigation li a {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all .3s;
}
.navigation li a:hover {
  color: #F4C51B;
}
/*section-welcome*/
.section-welcome {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 25px;
  color: #ffffff;
}
.section-welcome .container {
  max-width: 1350px;
}
.section-welcome > img:first-child {
  display: none;
}
.welcome__title {
  margin: 0;
  text-transform: uppercase;
  font-weight: 900!important;
  font-size: 2.4em;
  color: #ffffff;
}
.welcome__inscription {
  background-color: #F4C51B;
  border-radius: 7px;
  padding: 12px 24px;
  display: inline-block;
  font-family: "Roboto", Sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #000000;
  margin: 10px 0 0;
}
.welcome__inscription p {
  font-size: 1em;
  font-weight: 600;
}
.welcome__list {
  padding: 10px 0;
  font-size: 1em;
  line-height: 1.5em;
}
.welcome-speak {
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 35px;
}
.welcome-speak-block {
  flex: 0 0 33.333%;
}
.welcome-speak-block a {
  padding: 20px 40px;
  max-width: 370px;
  font-size: 1.1em;
  color: #FFFFFF;
  background-color: #E70000;
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  border-color: #2F2F2F;
  border-radius: 5px 10px 2px 10px;
  display: inline-block;
  width: 100%;
  font-family: "Roboto", Sans-serif;
  text-align: center;
}
.welcome-speak-block a i {
  margin-right: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.welcome-speak-rating p {
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0.7px;
}
.welcome-speak-rating__line {
  display: flex;
  flex-flow: row wrap;
}
.welcome-speak-rating__line p {
  padding-right: 11px;
}
/*section-about-experts*/
.section-about-experts {
  padding-top: 43px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 53.65%, #efefef 100%);
}
.about-experts__title .container {
  display: block;
}
.about-experts-accordion {
  padding-top: 40px;
  display: flex;
  flex-flow: row wrap;
  font-family: "Roboto", Sans-serif;
}
.about-experts-accordion-item {
  display: flex;
  flex-flow: row wrap;
  flex: 0 0 33.333%;
  justify-content: center;
  margin-bottom: 40px;
  align-items: center;
  cursor: pointer;
}
.about-experts-accordion-item__plus {
  font-size: 1.3em;
  color: #000000;
  margin-right: 15px;
}
.about-experts-accordion-item__text {
  padding: 5px 0;
  border-bottom: 2px solid black;
  font-size: 1.3em;
  font-weight: 300;
  color: #000000;
}
.about-experts-accordion--page-about-us-areas-we-service {
  padding-top: 70px;
}
.about-experts__btn {
  display: none;
}
/*section-insurance-carrier*/
.section-insurance-carrier p {
  padding: 0 20px;
}
/*section-last-projects*/
.section-last-projects {
  padding: 20px 0 10px;
}
.last-projects__title {
  text-align: center;
  color: #393939;
  font-size: 35px;
  font-weight: 600;
  padding-bottom: 30px;
}
.last-projects__title p,
.last-projects__title h1,
.last-projects__title h2,
.last-projects__title h3,
.last-projects__title h4,
.last-projects__title h5,
.last-projects__title h6 {
  text-align: center;
  color: #393939;
  font-size: 35px;
  font-weight: 600;
}
.last-projects-slider {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 84.38%), #c4c4c4;
}
.last-projects-slider__item {
  height: 310px;
  padding: 0 7px;
  overflow: hidden;
}
.last-projects-slider__item img {
  margin: 0 auto;
  height: 100%;
  max-height: 370px;
  max-width: unset;
  width: auto;
}
.last-projects-slider .slick-next {
  border-right: 4px solid #c5c6c6;
  border-bottom: 4px solid #c5c6c6;
  right: 22px;
}
.last-projects-slider .slick-prev {
  border-left: 4px solid #c5c6c6;
  border-bottom: 4px solid #c5c6c6;
  left: 22px;
}
/*section-cleanup-service-info*/
.section-cleanup-service-info {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 49.05%, #f3f3f3 100%), #ffffff;
  padding-bottom: 30px;
}
.cleanup-service-info__wrap {
  display: flex;
  flex-flow: row wrap;
}
.cleanup-service-info__wrap .about-experts-accordion {
  flex: 0 0 50%;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column;
  padding: 0;
}
.cleanup-service-info__wrap .about-experts-accordion-item {
  flex: 0 0;
  padding: 15px;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
}
.cleanup-service-info__wrap .about-experts-accordion-item--active .about-experts-accordion-item__plus {
  color: #6DB462;
}
.cleanup-service-info__wrap .about-experts-accordion-item__text {
  border: none;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1;
  flex: 1 0;
}
.cleanup-service-info__wrap .about-experts-accordion-item__plus {
  color: #343434;
}
.cleanup-service-info__wrap .about-experts-accordion-item__content-hidden {
  max-height: 0;
  opacity: 0;
  transition: all .3s;
  overflow: hidden;
}
.cleanup-service-info__wrap .about-experts-accordion-item__content-hidden .link-more {
  display: none;
}
.cleanup-service-info__wrap .about-experts-accordion-item__content-hidden .causes-of-water-damage__btn {
  margin-left: auto;
}
.cleanup-service-info__wrap .about-experts-accordion-item__content-hidden--open {
  padding: 25px 0;
  max-height: unset;
  opacity: 1;
}
.cleanup-service-info__wrap .about-experts-accordion-item__content-hidden--open img {
  margin: 15px 0;
}
.cleanup-service-info-description {
  flex: 0 0 50%;
}
.cleanup-service-info-description a {
  margin-top: 20px;
}
/*section-awards*/
.section-awards {
  margin: 30px 0;
  text-align: center;
}
.section-awards img {
  max-width: 913px;
  margin: 0 auto;
}
.section-awards .container {
  background: linear-gradient(90.36deg, rgba(205, 205, 205, 0.5) 18.94%, rgba(186, 186, 186, 0.5) 136.16%);
}
.awards__wrap {
  padding: 40px 30px;
}
.awards__title {
  padding-bottom: 30px;
  color: #393939;
  font-size: 2em;
  font-weight: 700;
}
.awards__title p,
.awards__title h1,
.awards__title h2,
.awards__title h3,
.awards__title h4,
.awards__title h5,
.awards__title h6 {
  color: #393939;
  font-size: 1em;
  font-weight: 700;
}
.awards img {
  max-width: 90%;
  margin: 0 auto;
}
/*section-work-at-the-object*/
.section-work-at-the-object {
  padding-bottom: 50px;
}
.work-at-the-object__wrap {
  display: flex;
  flex-flow: row wrap;
}
.work-at-the-object-description {
  flex: 1 0;
  padding-right: 15px;
}
.work-at-the-object-description ul {
  font-size: 1.125em;
  font-weight: 600;
  list-style: disc;
  padding: 30px 0 0 20px;
}
.work-at-the-object-description ul li {
  padding-bottom: 7px;
}
.work-at-the-object-description ul li:last-child {
  padding-bottom: 0;
}
.work-at-the-object__photo {
  flex: 0 0 460px;
}
.work-at-the-object__photo img {
  margin-bottom: 20px;
}
/*section-wait-result*/
.section-wait-result {
  padding: 35px 0;
  background-color: #EFEFEF;
}
.wait-result__title {
  color: #393939;
  font-size: 45px;
  font-weight: 900;
  padding-bottom: 30px;
}
.wait-result__title p,
.wait-result__title h1,
.wait-result__title h2,
.wait-result__title h3,
.wait-result__title h4,
.wait-result__title h5,
.wait-result__title h6 {
  color: #393939;
  font-size: 45px;
  font-weight: 900;
}
.wait-result__wrap {
  display: flex;
  flex-flow: row wrap;
}
.wait-result__img {
  flex: 0 0 550px;
}
.wait-result__img img {
  margin-bottom: 30px;
}
.wait-result__img iframe {
  max-width: 100%;
}
.wait-result-list {
  flex: 1 0;
  padding-left: 40px;
}
.wait-result-list__item {
  padding-bottom: 20px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.wait-result-list__item img {
  max-width: 50px;
}
.wait-result-list__item:last-child {
  padding-bottom: 0;
}
.wait-result-list__item p {
  padding-left: 45px;
  font-size: 1.125em;
  font-weight: 600;
  flex: 1 0;
  line-height: 28px;
}
.wait-result-list__item svg {
  max-width: 51px;
  max-height: 51px;
}
.wait-result__btn-mobile {
  display: none;
}
/*section-causes-of-water-damage*/
.section-causes-of-water-damage {
  padding-bottom: 30px;
}
.causes-of-water-damage__title {
  margin-bottom: 0;
}
.causes-of-water-damage__list {
  padding: 20px;
  background-color: #EFEFEF;
}
.causes-of-water-damage__item {
  padding-bottom: 50px;
}
.causes-of-water-damage__item .causes-of-water-damage__content {
  max-height: 200px;
  overflow: hidden;
  transition: all .3s;
  position: relative;
}
.causes-of-water-damage__item .causes-of-water-damage__content::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(to top, #efefef 25%, rgba(253, 255, 247, 0) 87%);
  border-radius: 0 0 4px 4px;
}
.causes-of-water-damage__item:last-child {
  padding-bottom: 0;
}
.causes-of-water-damage__item p {
  font-size: 1.125em;
}
.causes-of-water-damage__item--open .causes-of-water-damage__content {
  max-height: unset;
  overflow: visible;
}
.causes-of-water-damage__item--open .causes-of-water-damage__content::before {
  display: none;
}
.causes-of-water-damage__item--open .causes-of-water-damage__btn span:first-child {
  display: none;
}
.causes-of-water-damage__item--open .causes-of-water-damage__btn span:nth-child(2) {
  display: block;
}
.causes-of-water-damage__btn {
  padding: 6px 6px 6px 15px;
  background-color: #00498B;
  border-radius: 35px;
  display: flex;
  align-items: center;
  margin: 30px 0 0 20px;
  max-width: 148px;
  font-size: 14px;
  font-family: "Roboto", Sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  justify-content: space-between;
  cursor: pointer;
}
.causes-of-water-damage__btn span:nth-child(2) {
  display: none;
}
.causes-of-water-damage__btn i {
  width: 28px;
  height: 26px;
  background: white;
  padding: 6px 10px;
  border-radius: 20px;
  margin-left: 20px;
}
.causes-of-water-damage__btn i:before {
  color: #00498b;
}
/*section-customer-testimonials*/
.section-customer-testimonials {
  padding-bottom: 30px;
}
.customer-testimonials__title {
  text-align: center;
  padding-bottom: 50px;
  color: #373737;
  font-size: 52px;
  font-weight: 900;
  line-height: 72px;
  font-family: "Source Sans Pro", Sans-serif;
}
.customer-testimonials__title p,
.customer-testimonials__title h1,
.customer-testimonials__title h2,
.customer-testimonials__title h3,
.customer-testimonials__title h4,
.customer-testimonials__title h5,
.customer-testimonials__title h6 {
  text-align: center;
  color: #373737;
  font-size: 52px;
  font-weight: 900;
  line-height: 72px;
  font-family: "Source Sans Pro", Sans-serif;
}
.customer-testimonials-slider .slick-dots li.slick-active button:before {
  color: #00498B;
}
.customer-testimonials-slider-item {
  outline: none;
}
.customer-testimonials-slider-item__wrap {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
}
.customer-testimonials-slider-item__wrap img {
  margin: 0 auto 20px;
}
.customer-testimonials-slider-item p:first-child {
  color: #494949;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}
.customer-testimonials-slider-item p:last-child {
  color: #4DD46B;
  font-size: 29px;
  font-weight: normal;
  line-height: 45px;
}
.customer-testimonials__more-reviews {
  text-align: center;
}
.customer-testimonials__more-reviews a {
  color: #fff;
  font-family: "Roboto", Sans-serif;
  font-weight: 500;
  font-size: 24px;
  background-color: #1F57C0;
  border-radius: 7px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: inline-block;
  padding: 12px 24px;
  margin-top: 20px;
}
/*section-areas-we-service*/
.section-areas-we-service {
  padding-bottom: 20px;
}
.areas-we-service-list-item {
  text-align: center;
}
.areas-we-service-list-item__title {
  font-size: 1rem;
  text-align: left;
}
.areas-we-service-list-item ul {
  display: flex;
  flex-flow: row wrap;
}
.areas-we-service-list-item ul li {
  flex: 0 0 20%;
  text-align: center;
}
.areas-we-service-list-item ul li a {
  font-size: 15px;
  text-decoration: underline;
  padding: 7px 15px;
  display: inline-block;
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-weight: 500;
}
.areas-we-service-list-item ul li:nth-child(n + 16) a {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: all .3s;
  display: block;
}
.areas-we-service-list-item > p:first-child {
  margin-bottom: 30px;
}
.areas-we-service-list-item--open ul li:nth-child(n + 16) a {
  opacity: 1;
  max-height: unset;
  padding: 7px 15px;
  display: inline-block;
}
.areas-we-service-list-item--open .areas-we-service-list__btn span:first-child {
  display: none;
}
.areas-we-service-list-item--open .areas-we-service-list__btn span:nth-child(2) {
  display: block;
}
.areas-we-service-list-item--open .areas-we-service-list__btn-arrow:before {
  transform: translate(-50%, -50%) translateY(1px) rotate(135deg);
}
.areas-we-service-list__btn {
  display: inline-block;
  margin: 30px 0;
  cursor: pointer;
}
.areas-we-service-list__btn-wrap {
  display: flex;
  background: linear-gradient(91.9deg, #2b64d4 -1.69%, #053b98 106.79%), #004089;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  padding: 8px 9px 8px 15px;
  text-align: left;
  justify-content: space-between;
  line-height: 1.2;
}
.areas-we-service-list__btn-wrap span:nth-child(2) {
  display: none;
}
.areas-we-service-list__btn-arrow {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  position: relative;
  margin-left: 15px;
  transition: all .3s;
}
.areas-we-service-list__btn-arrow:before {
  content: '';
  display: block;
  border-left: 2px solid #0a40a0;
  border-bottom: 2px solid #0a40a0;
  position: absolute;
  width: 9px;
  height: 9px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateY(-1px) rotate(-45deg);
}
/*footer*/
.footer {
  background: #3C3B3B;
  padding: 80px 0 50px 0;
  color: #ffffff;
}
.footer a {
  color: #ffffff;
  transition: all .3s;
}
.footer a:hover {
  text-decoration: underline;
}
.footer__wrap {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px;
}
.footer-block {
  padding: 0 15px;
  flex: 0 0 33.333%;
}
.footer-block-left__list {
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 20px;
}
.footer-block-left__list p {
  margin-bottom: 15px;
}
.footer-block-left__phone {
  color: #FFFFFF;
  font-size: 33px;
  font-weight: 700;
  line-height: 41px;
}
.footer-block-center {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.footer-block-center__img {
  flex: 1 0;
  display: flex;
  align-items: center;
}
.footer-block-center-social {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.footer-block-center-social a {
  padding: 13.5px;
  padding-bottom: 0;
  flex: 0 0 27px;
  height: 27px;
}
.footer-block-center-social a i {
  font-size: 27px;
  color: #fff;
  margin-right: 5px;
}
.footer-block-center-social a i:last-child {
  margin-right: 0;
}
.footer-block-right__title {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 20px;
}
.footer-block-right__list {
  margin-bottom: 20px;
}
.footer-block-right__list li {
  line-height: 1.5;
  font-size: 18px;
}
.footer-block-right__list li i {
  margin-right: 5px;
}
.footer-block-right-rating {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.footer-block-right-rating__text {
  padding-right: 25px;
  flex: 1 0;
  margin-bottom: 0;
}
.footer-block-right-rating__stars {
  color: #f0ad4e;
}
.footer-navigation {
  padding-top: 60px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.footer-navigation li a {
  color: #ffffff;
  font-size: 20px;
  padding: 13px 20px;
  display: inline-block;
}
.footer-copyright {
  font-size: 22px;
  font-weight: 300;
}
.footer-copyright ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
/*Page about us*/
/*section-about-us-info*/
.section-about-us-info {
  padding: 30px 0 10px;
  background-color: #F7F8F8;
}
.about-us-info__title p,
.about-us-info__title h1,
.about-us-info__title h2,
.about-us-info__title h3,
.about-us-info__title h4,
.about-us-info__title h5,
.about-us-info__title h6 {
  font-size: 2.9em;
  color: #393939;
  font-weight: 700;
  padding-bottom: 30px;
}
.about-us-info-content {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px;
}
.about-us-info-content__item {
  flex: 0 0 50%;
  padding: 0 15px;
}
.about-us-info-content__text p {
  font-size: 1em;
  margin-bottom: 40px;
}
.about-us-info-content__text p:last-child {
  margin-bottom: 0;
}
/*section-page-about-us-recent*/
.section-page-about-us-recent {
  padding: 40px 0 20px;
}
.section-page-about-us-recent .container {
  max-width: 1020px;
}
.page-about-us-recent__wrap {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px;
}
.page-about-us-recent__item {
  flex: 0 0 50%;
  padding: 0 15px;
  max-width: 50%;
}
.page-about-us-recent-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.page-about-us-recent-slider__item {
  border: 6px solid #206EE1;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 4px;
}
.page-about-us-recent-slider .slick-next {
  right: 25px;
}
.page-about-us-recent-slider .slick-prev {
  left: 25px;
}
.page-about-us-recent-slider .slick-dots {
  bottom: 15px;
}
.page-about-us-recent-content {
  display: flex;
  flex-flow: column;
}
.page-about-us-recent-content__text {
  flex: 1 0;
}
.page-about-us-recent-content__btn {
  margin-left: auto;
}
/*section-page-about-us-meet-team*/
.section-page-about-us-meet-team .container {
  background-color: #F7F8F8;
  padding: 30px 15px;
}
.page-about-us-meet-team-slider {
  max-width: 1000px;
  margin: 0 auto;
}
.page-about-us-meet-team-slider .slick-next {
  border-right: 4px solid rgba(238, 238, 238, 0.9);
  border-bottom: 4px solid rgba(238, 238, 238, 0.9);
  right: 30px;
}
.page-about-us-meet-team-slider .slick-prev {
  border-left: 4px solid rgba(238, 238, 238, 0.9);
  border-bottom: 4px solid rgba(238, 238, 238, 0.9);
  left: 30px;
}
.page-about-us-meet-team-slider__item {
  padding: 0 20px;
}
.page-about-us-meet-team__btn {
  padding-top: 20px;
  text-align: center;
}
.page-about-us-meet-team__btn .global-btn {
  display: inline-block;
  width: auto;
}
/*section-page-about-us-areas-we-service*/
.section-page-about-us-areas-we-service .container {
  background-color: #F7F8F8;
  padding: 0 20px;
}
.page-about-us-areas-we-service__title {
  margin: 0 -20px 30px;
}
/*single*/
/*section-single-article*/
.section-single-article {
  padding: 50px 0;
}
.single-article__title p,
.single-article__title h1,
.single-article__title h2,
.single-article__title h3,
.single-article__title h4,
.single-article__title h5,
.single-article__title h6 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #393939;
  padding: 0 0 25px;
}
.single-article__wrap {
  overflow: hidden;
}
.single-article-left {
  display: inline;
}
.single-article-right {
  padding: 0 0 15px 20px;
  float: right;
  width: 50%;
}
.single-article-right__img img {
  width: 100%;
}
.single-article-right__btn {
  padding-top: 25px;
}
.single-article__awards {
  background-image: linear-gradient(0deg, rgba(57, 57, 57, 0.28) 0%, #ffffff 71%);
  padding: 40px 0 10px;
}
.single-article__awards img {
  max-width: 800px;
  margin: 0 auto;
}
/*section-single-related-posts*/
.section-single-related-posts {
  padding-bottom: 20px;
}
.single-related-posts__title p,
.single-related-posts__title h1,
.single-related-posts__title h2,
.single-related-posts__title h3,
.single-related-posts__title h4,
.single-related-posts__title h5,
.single-related-posts__title h6 {
  padding-bottom: 20px;
  color: #393939;
  font-weight: 600;
  font-size: 2rem;
  padding-top: 0;
}
.single-related-posts__wrap {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px;
}
.single-related-posts-item {
  flex: 0 0 33.333%;
  padding: 0 15px;
  margin-bottom: 30px;
  display: flex;
  flex-flow: column;
}
.single-related-posts-item__title {
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: 700;
}
.single-related-posts-item__img {
  height: 220px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
.single-related-posts-item__excerpt {
  font-size: 14px;
  padding-bottom: 15px;
}
.single-related-posts-item__excerpt .link-more {
  display: none;
}
.single-related-posts-item__btn {
  margin: auto 0 0 auto;
}
/*section-single-call-now*/
.section-single-call-now {
  background-image: linear-gradient(170deg, rgba(57, 57, 57, 0.26) 0%, #ffffff 100%);
  padding: 30px 0;
}
.single-call-now__wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin: 0 -20px;
}
.single-call-now__text p,
.single-call-now__text h1,
.single-call-now__text h2,
.single-call-now__text h3,
.single-call-now__text h4,
.single-call-now__text h5,
.single-call-now__text h6 {
  font-size: 39px;
  color: #393939;
  font-weight: 600;
}
.single-call-now__text,
.single-call-now__btn {
  padding: 0 20px;
  flex: 0 0 50%;
}
.single-call-now__rating {
  padding-top: 10px;
  text-align: center;
}
.single-call-now__rating i {
  color: #1f57c0;
  font-size: 22px;
}
.section-customer-testimonials--single {
  padding-top: 50px;
}
@media screen and (max-width: 1400px) {
  .header__wrap {
    padding: 22px 30px 15px;
  }
}
@media screen and (max-width: 1349px) {
  .header__wrap {
    padding: 22px 30px;
  }
  .navigation {
    justify-content: flex-start;
  }
  .navigation li a {
    font-size: 0.9em;
  }
  .header-logo__img {
    width: 170px;
  }
  .header-logo__content h1,
  .header-logo__content h2,
  .header-logo__content h3,
  .header-logo__content h4 .header-logo__content h5,
  .header-logo__content h6 {
    margin-bottom: 10px;
  }
  .welcome__title {
    padding: 60px 0 40px;
  }
  .welcome__list {
    padding: 40px 0;
    font-size: 1.8em;
  }
  .section-welcome {
    padding: 10px 0 50px;
  }
  .global-title {
    padding: 20px 45px 20px 45px;
  }
  .about-experts-accordion-item__text {
    font-size: 1em;
  }
  .cleanup-service-info__wrap .about-experts-accordion-item__text {
    font-size: 1.1em;
  }
  .global-btn {
    font-size: 1.2em;
  }
  .customer-testimonials__title {
    font-size: 2.3em;
  }
  .customer-testimonials__title p,
  .customer-testimonials__title h1,
  .customer-testimonials__title h2,
  .customer-testimonials__title h3,
  .customer-testimonials__title h4,
  .customer-testimonials__title h5,
  .customer-testimonials__title h6 {
    font-size: 1em;
  }
  .customer-testimonials-slider-item p:last-child {
    font-size: 21px;
  }
  .areas-we-service-list {
    padding: 20px 45px 20px 45px;
  }
  .footer-navigation {
    padding: 50px 0 20px 0;
  }
}
@media screen and (max-width: 1349px) {
  .welcome__title {
    padding: 25px 0 30px;
  }
  .welcome__list {
    padding: 19px 0;
    font-size: 1.4em;
  }
  .welcome-speak {
    padding-bottom: 15px;
  }
  .section-welcome {
    padding: 10px 0 20px;
  }
}
@media screen and (max-width: 1199px) {
  .section-welcome .container > img {
    max-width: 600px;
  }
  .welcome__title {
    font-size: calc(2.15vw);
    padding: 15px 0 0;
  }
  .welcome__inscription {
    font-size: 20px;
    margin: 20px 0 0;
  }
  .navigation li {
    padding: 13px 14px;
  }
  .welcome__list {
    padding: 13px 0;
    font-size: 1.1em;
  }
  .welcome-speak-block a {
    padding: 5px 15px;
    font-size: 1em;
  }
  .header-logo__content {
    max-width: 300px;
  }
  .header-phone-info {
    padding-left: 15px;
  }
  .header-phone__img {
    flex: 0 0 75px;
  }
  .welcome-speak-rating p {
    font-size: 17px;
    line-height: 14px;
  }
  .welcome-speak-rating__line {
    margin-bottom: 0;
  }
  .global-title {
    margin: 0 -15px 30px;
  }
  .work-at-the-object__photo {
    flex: 0 0 400px;
  }
  .wait-result__img {
    flex: 0 0 460px;
  }
  .causes-of-water-damage__title {
    margin-bottom: 0;
  }
  .causes-of-water-damage__list {
    margin: -15px;
  }
  .section-awards img {
    max-width: 100%;
  }
  .customer-testimonials-slider-item p:first-child {
    font-size: 19px;
  }
  .footer-navigation li a {
    font-size: 1.5em;
    padding: 5px 10px;
  }
  /*page-about-us*/
  .page-about-us-areas-we-service__title {
    margin: 0 -20px 30px;
  }
}
@media screen and (max-width: 991px) {
  .header__wrap {
    padding: 22px 10px;
  }
  .header-phone {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    flex: 0 0 300px;
  }
  .header-logo__content {
    padding: 0 10px 0 15px;
    max-width: 270px;
  }
  .section-welcome .container > img {
    max-width: 480px;
  }
  .welcome-speak-block {
    flex: 0 0 100%;
    margin-bottom: 16px;
  }
  .welcome__title {
    font-size: 20px;
  }
  .welcome__inscription {
    padding: 10px 17px;
    font-size: 17px;
  }
  .welcome-speak-rating__line .welcome-speak-rating p {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.4;
  }
  .awards__wrap {
    padding: 20px 20px;
  }
  .work-at-the-object__photo {
    flex: 0 0 330px;
  }
  .wait-result__img {
    flex: 0 0 360px;
  }
  .wait-result__img iframe {
    height: 300px;
  }
  .areas-we-service-list-item ul li {
    flex: 0 0 25%;
  }
  .areas-we-service-list-item ul li:nth-child(n + 16) a {
    opacity: 1;
    max-height: unset;
    overflow: visible;
    padding: 7px 15px;
  }
  .areas-we-service-list-item ul li:nth-child(n + 13) a {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    display: block;
  }
  .areas-we-service-list-item--open ul li:nth-child(n + 13) a {
    opacity: 1;
    max-height: unset;
    padding: 7px 15px;
    display: inline-block;
  }
  .global-title {
    padding: 20px 45px;
  }
  .footer-block-center-social a {
    padding: 6.5px;
    height: auto;
  }
  /*page-about-us*/
  .about-us-info__title p,
  .about-us-info__title h1,
  .about-us-info__title h2,
  .about-us-info__title h3,
  .about-us-info__title h4,
  .about-us-info__title h5,
  .about-us-info__title h6 {
    padding-bottom: 25px;
    font-size: 1.9em;
    text-align: center;
  }
  /*single*/
  .single-article__awards img {
    width: 100%;
    padding: 0 20px;
  }
  .single-call-now__text p,
  .single-call-now__text h1,
  .single-call-now__text h2,
  .single-call-now__text h3,
  .single-call-now__text h4,
  .single-call-now__text h5,
  .single-call-now__text h6 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .burger-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .burger--close i:before {
    content: "\f00d";
  }
  .section-navigation {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background: #123C6B;
    z-index: 9;
    padding: 0;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all .3s;
  }
  .section-navigation ul {
    margin: 0 -15px;
    display: block;
    padding: 35px 0;
  }
  .section-navigation li {
    margin-right: 0;
    padding: 10px 15px;
  }
  .section-navigation li:first-child,
  .section-navigation li:last-child {
    padding: 10px 15px;
  }
  .section-navigation li a {
    display: block;
    padding: 0;
    border: none;
    font-size: 22px;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    text-transform: none;
    line-height: 20px;
  }
  .section-navigation li a:hover {
    color: #ffffff;
  }
  .section-navigation li:hover {
    background-color: #55595c;
  }
  .section-navigation--open {
    max-height: 700px;
    opacity: 1;
  }
  .header {
    position: fixed;
    z-index: 10;
    width: 100%;
  }
  .header__wrap {
    align-items: center;
    padding: 9px 5px 5px;
  }
  .header-triangle-mobile {
    display: block;
  }
  .header-triangle-mobile img {
    display: block;
    width: 100%;
    max-height: 93px;
  }
  .header-triangle-mobile__background {
    background-color: #ffffff;
    display: block;
  }
  .header-logo__img {
    max-width: 100px;
  }
  .header-logo__img img:first-child {
    display: none;
  }
  .header-logo__img-mobile {
    display: block;
  }
  .header-logo__content {
    max-width: unset;
    padding: 0;
    text-align: center;
    flex: 0 0 100%;
  }
  .header-logo__content h1,
  .header-logo__content h2,
  .header-logo__content h3,
  .header-logo__content h4,
  .header-logo__content h5,
  .header-logo__content h6 {
    font-size: 1em;
    margin-bottom: 0;
  }
  .header-logo__content p {
    display: none;
  }
  .header-phone {
    justify-content: center;
    flex: 1 0;
    padding: 0 10px;
  }
  .header-phone__img {
    max-width: 19px;
    flex: 0 0 auto;
  }
  .header-phone-info {
    justify-content: center;
    text-align: center;
    flex: 0 0 auto;
    padding-left: 10px;
  }
  .header-phone-info p,
  .header-phone-info img {
    display: none;
  }
  .header-phone-info__number {
    font-size: 1.5em;
    line-height: 35px;
  }
  .section-welcome {
    padding-top: 0;
    background-position: left top;
  }
  .welcome__title {
    font-size: 8.1vw;
    text-align: center;
  }
  .welcome__inscription {
    padding: 12px;
    display: block;
    font-size: 4.7vw;
  }
  .welcome__list {
    font-size: 19px;
  }
  .welcome-speak-block {
    text-align: center;
    margin-bottom: 0;
  }
  .welcome-speak-block:first-child {
    margin-bottom: 30px;
  }
  .welcome-speak-block a {
    padding: 10px 15px;
    line-height: 28px;
  }
  .welcome-speak-rating__line {
    justify-content: center;
  }
  .welcome-speak-rating__line p {
    padding-right: 0;
    flex: 0 0 100%;
  }
  .section-welcome .container > img {
    max-width: 100%;
  }
  .global-title {
    font-size: 1.875em;
    line-height: 38px;
    text-align: center;
    padding: 20px 25px;
    margin-bottom: 20px;
  }
  .global-btn {
    font-size: 5.3vw;
    line-height: 15px;
    padding: 20px 25px;
  }
  p {
    font-size: 1em;
  }
  .section-about-experts {
    padding-top: 0;
  }
  .about-experts-accordion {
    padding-top: 0;
  }
  .about-experts-accordion-item {
    align-items: stretch;
  }
  .about-experts-accordion-item__plus {
    font-size: 30px;
    margin-right: 0;
  }
  .about-experts-accordion-item__text {
    font-size: 74%;
    text-align: center;
    flex: 0 0 100%;
  }
  .about-experts__btn {
    display: block;
    margin-bottom: 55px;
  }
  .section-insurance-carrier p {
    padding: 0;
  }
  .last-projects-slider .slick-track {
    height: 30vh;
  }
  .last-projects-slider__item {
    height: auto;
  }
  .cleanup-service-info-description {
    flex: 0 0 100%;
  }
  .cleanup-service-info-description .global-btn,
  .cleanup-service-info-description .issslpg-cta-button {
    display: none;
  }
  .cleanup-service-info__wrap .about-experts-accordion {
    flex: 0 0 100%;
    flex-flow: row wrap;
  }
  .cleanup-service-info__wrap .about-experts-accordion-item {
    flex: 0 0 100%;
    justify-content: space-between;
    align-items: center;
  }
  .cleanup-service-info__wrap .about-experts-accordion-item__plus {
    order: 1;
    font-size: 26px;
  }
  .cleanup-service-info__wrap .about-experts-accordion-item__text {
    order: 0;
    text-align: left;
    flex: 1 0;
    padding-right: 20px;
    font-size: 17px;
    line-height: 2em;
  }
  .cleanup-service-info__wrap .about-experts-accordion-item__content-hidden {
    order: 3;
  }
  .section-awards {
    margin: 30px 0 20px;
    text-align: center;
    background: unset;
  }
  .awards__wrap {
    padding: 0;
  }
  .awards__title {
    font-size: 22px;
    font-weight: 600;
  }
  .awards__title p,
  .awards__title h1,
  .awards__title h2,
  .awards__title h3,
  .awards__title h4,
  .awards__title h5,
  .awards__title h6 {
    font-size: 22px;
    font-weight: 600;
  }
  .work-at-the-object__wrap {
    justify-content: center;
  }
  .work-at-the-object-description {
    padding-right: 0;
    order: 1;
    flex: 0 0 100%;
  }
  .work-at-the-object-description ul {
    font-size: 16px;
  }
  .work-at-the-object-description ul li {
    padding-bottom: 5px;
  }
  .work-at-the-object__photo {
    order: 0;
    flex: 0 auto;
  }
  .work-at-the-object__photo .global-btn {
    display: none;
  }
  .section-work-at-the-object {
    padding-bottom: 30px;
  }
  .wait-result__title {
    font-size: 29px;
    line-height: 33px;
  }
  .wait-result__title p,
  .wait-result__title h1,
  .wait-result__title h2,
  .wait-result__title h3,
  .wait-result__title h4,
  .wait-result__title h5,
  .wait-result__title h6 {
    font-size: 29px;
    line-height: 33px;
  }
  .wait-result__img {
    flex: 0 auto;
  }
  .wait-result__img .global-btn {
    display: none;
  }
  .wait-result-list {
    padding-left: 20px;
  }
  .wait-result-list__item {
    align-items: flex-start;
  }
  .wait-result-list__item img {
    max-width: 35px;
  }
  .wait-result-list__item p {
    padding-left: 25px;
    font-size: 1em;
  }
  .wait-result__btn-mobile {
    display: block;
    margin-top: 20px;
  }
  .causes-of-water-damage__item {
    padding-bottom: 30px;
  }
  .causes-of-water-damage__item p {
    font-size: 17px;
  }
  .causes-of-water-damage__btn {
    margin: 30px 0 0 auto;
    font-size: 12px;
    max-width: 137px;
    padding: 4px 5px 4px 15px;
  }
  .customer-testimonials__title {
    font-size: 25px;
    line-height: 21px;
  }
  .customer-testimonials__title p,
  .customer-testimonials__title h1,
  .customer-testimonials__title h2,
  .customer-testimonials__title h3,
  .customer-testimonials__title h4,
  .customer-testimonials__title h5,
  .customer-testimonials__title h6 {
    font-size: 25px;
    line-height: 21px;
  }
  .section-customer-testimonials {
    padding: 30px 0 50px;
  }
  .customer-testimonials-slider-item p:first-child {
    font-size: 16px;
    line-height: 2em;
  }
  .customer-testimonials-slider-item {
    padding: 30px;
  }
  .customer-testimonials__more-reviews a {
    font-size: 17px;
    line-height: 21px;
  }
  .areas-we-service-list {
    padding: 20px 10px 20px 10px;
  }
  .areas-we-service-list-item {
    text-align: center;
  }
  .areas-we-service-list-item:last-child {
    padding-bottom: 0;
  }
  .areas-we-service-list-item__title {
    text-align: center;
  }
  .areas-we-service-list ul {
    margin: 0 -10px;
  }
  .areas-we-service-list ul li {
    flex: 0 0 33.333%;
  }
  .areas-we-service-list ul li a {
    padding: 7px 10px;
    font-size: 11px;
  }
  .areas-we-service-list__btn {
    margin: 30px 0 40px;
  }
  .footer {
    background-color: #1c4fb2;
    padding: 0;
    margin-top: 85px;
  }
  .footer-block {
    flex: 0 0 100%;
  }
  .footer-block-left {
    order: 3;
    background-color: #3B3B3B;
    padding-top: 40px;
    text-align: center;
  }
  .footer-block-left__phone {
    text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.25);
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
  }
  .footer-block-left__list {
    font-size: 15px;
    padding-bottom: 35px;
  }
  .footer-block-center {
    order: 1;
    align-content: center;
    width: 100%;
    align-items: stretch;
    text-align: center;
  }
  .footer-block-center > p:first-child {
    font-size: 17px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .footer-block-center__img {
    margin-top: -60px;
    margin-bottom: 20px;
  }
  .footer-block-center__img img {
    margin: 0 auto;
  }
  .footer-block-right {
    display: none;
  }
  .footer-navigation {
    padding: 30px 0 40px 0;
    font-family: "Roboto", Sans-serif;
  }
  .footer-navigation li {
    flex: 0 0 100%;
    text-align: center;
  }
  .footer-navigation li a {
    line-height: 20px;
    padding: 4px 0;
    font-size: 18px;
    font-weight: 500;
  }
  .footer-block-center-social {
    justify-content: space-around;
    padding-bottom: 25px;
  }
  .footer-block-center-social p {
    flex: 0 0 100%;
    text-align: center;
    font-size: 16px;
  }
  .footer-block-center-social a i {
    font-size: 25px;
  }
  .footer-copyright {
    background-color: #3B3B3B;
    margin: 0 -15px;
    padding-bottom: 50px;
    font-size: 14px;
  }
  .footer-copyright li:first-child {
    padding-left: 15px;
  }
  .footer-copyright li:last-child {
    padding-right: 15px;
  }
  /*page-about-us*/
  .header-logo__content h1,
  .header-logo__content h2,
  .header-logo__content h3,
  .header-logo__content h4,
  .header-logo__content h5,
  .header-logo__content h6 {
    padding-top: 5px;
  }
  .about-us-info-content__item {
    flex: 0 0 100%;
  }
  .about-us-info-content__text {
    display: none;
  }
  .section-about-us-info {
    padding: 0;
  }
  .about-us-info__title p,
  .about-us-info__title h1,
  .about-us-info__title h2,
  .about-us-info__title h3,
  .about-us-info__title h4,
  .about-us-info__title h5,
  .about-us-info__title h6 {
    padding-top: 40px;
  }
  .about-experts-accordion--page-about-us-info {
    padding-top: 20px;
  }
  .global-title-page-about-us p,
  .global-title-page-about-us h1,
  .global-title-page-about-us h2,
  .global-title-page-about-us h3,
  .global-title-page-about-us h4,
  .global-title-page-about-us h5,
  .global-title-page-about-us h6 {
    font-size: 1.9em;
  }
  .page-about-us-recent__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-about-us-recent-content {
    display: none;
  }
  .page-about-us-meet-team-slider__item {
    padding: 0 8px;
  }
  .page-about-us-meet-team-slider .slick-prev {
    left: 15px;
  }
  .page-about-us-meet-team-slider .slick-next {
    right: 15px;
  }
  .page-about-us-meet-team__btn {
    display: none;
  }
  .page-about-us-areas-we-service__title {
    margin: 0 -25px 25px;
  }
  .section-page-about-us-areas-we-service .container {
    padding: 0 25px;
  }
  .about-experts-accordion--page-about-us-areas-we-service {
    padding: 20px 0;
  }
  /*single*/
  .section-single-article {
    padding: 30px 0 50px;
  }
  .single-article__title {
    text-align: center;
  }
  .single-article-right {
    padding: 0;
    float: none;
    width: auto;
  }
  .single-article-right__img img {
    max-width: 350px;
    max-height: 250px;
    margin: 0 auto;
  }
  .single-article-left {
    padding-top: 20px;
    display: block;
  }
  .single-article__title p,
  .single-article__title h1,
  .single-article__title h2,
  .single-article__title h3,
  .single-article__title h4,
  .single-article__title h5,
  .single-article__title h6 {
    font-size: 2rem;
  }
  .single-article-right__btn {
    padding-top: 15px;
  }
  .single-related-posts-item {
    flex: 0 0 100%;
  }
  .single-related-posts-item__btn {
    margin: 10px 0 0 auto;
  }
  .section-single-call-now {
    padding: 20px 0;
  }
  .single-call-now__text,
  .single-call-now__btn {
    flex: 0 0 100%;
  }
  .single-call-now__text p,
  .single-call-now__text h1,
  .single-call-now__text h2,
  .single-call-now__text h3,
  .single-call-now__text h4,
  .single-call-now__text h5,
  .single-call-now__text h6 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 28px;
  }
  .single-call-now__rating i {
    font-size: 18px;
  }
  .section-customer-testimonials--single {
    padding: 50px 0;
  }
  .section-customer-testimonials--single .customer-testimonials__title p,
  .section-customer-testimonials--single .customer-testimonials__title h1,
  .section-customer-testimonials--single .customer-testimonials__title h2,
  .section-customer-testimonials--single .customer-testimonials__title h3,
  .section-customer-testimonials--single .customer-testimonials__title h4,
  .section-customer-testimonials--single .customer-testimonials__title h5,
  .section-customer-testimonials--single .customer-testimonials__title h6 {
    padding-bottom: 10px;
  }
}
