@charset "UTF-8";
/* fonts */
@font-face {
  font-family: 'roboto-light';
  src: local("roboto-light"), url("../fonts/roboto-light.woff2") format("woff2"), url("../fonts/roboto-light.woff") format("woff"), url("../fonts/roboto-light.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: 'roboto-regular';
  src: local("roboto-regular"), url("../fonts/roboto-regular.woff2") format("woff2"), url("../fonts/roboto-regular.woff") format("woff"), url("../fonts/roboto-regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: 'roboto-bold';
  src: local("roboto-bold"), url("../fonts/roboto-bold.woff2") format("woff2"), url("../fonts/roboto-bold.woff") format("woff"), url("../fonts/roboto-bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: 'roboto-medium';
  src: local("roboto-medium"), url("../fonts/roboto-medium.woff2") format("woff2"), url("../fonts/roboto-medium.woff") format("woff"), url("../fonts/roboto-medium.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: 'roboto-thin';
  src: local("roboto-thin"), url("../fonts/roboto-thin.woff2") format("woff2"), url("../fonts/roboto-thin.woff") format("woff"), url("../fonts/roboto-thin.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: 'lobster-regular';
  src: url("../fonts/lobster-regular.woff") format("woff"), url("../fonts/lobster-regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}

a,
button {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

* {
  padding: 0;
  margin: 0;
}

body {
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}

.link {
  text-decoration: none;
}

.link:hover {
  opacity: 0.8;
  text-decoration: none;
}

.section {
  position: relative;
}

.section-shadow {
  background-color: #fff531;
  position: relative;
}

/* Заголовки */
.caption {
  font-family: "roboto-medium", Fallback, sans-serif;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 720px) {
  .caption {
    font-size: 1.5rem;
  }
}

.caption-line {
  font-family: "roboto-medium", Fallback, sans-serif;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(50%, #fff531), to(white));
  background: linear-gradient(90deg, white 0%, #fff531 50%, white 100%);
}

@media screen and (min-width: 720px) {
  .caption-line {
    font-size: 1.5rem;
  }
}

.caption-line-price {
  font-family: "roboto-medium", Fallback, sans-serif;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
  color: #00a259;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(255, 245, 49, 0.2)), to(white));
  background: linear-gradient(90deg, rgba(255, 245, 49, 0.2) 40%, white 100%);
}

@media screen and (min-width: 720px) {
  .caption-line-price {
    font-size: 1.5rem;
  }
}

.caption-footer {
  font-family: "roboto-thin", Fallback, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (min-width: 720px) {
  .caption-footer {
    font-size: 1.2rem;
  }
}

/* Шрифты */
.f-regular {
  font-family: "roboto-regular", Fallback, sans-serif;
  line-height: 1.2;
}

.f-light {
  font-family: "roboto-light", Fallback, sans-serif;
  line-height: 1.2;
}

.f-bold {
  font-family: "roboto-bold", Fallback, sans-serif;
  line-height: 1.2;
}

.f-medium {
  font-family: "roboto-medium", Fallback, sans-serif;
  line-height: 1.2;
}

.f-thin {
  font-family: "roboto-thin", Fallback, sans-serif;
  line-height: 1.2;
}

/* ico */
.ico {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.ico-text {
  width: 80%;
  font-size: 0.9rem;
}

@media screen and (min-width: 768px) {
  .ico-text {
    font-size: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .ico-text {
    font-size: 1.1rem;
  }
}

/* кнопка услуг и цен */
.action-btn {
  height: 50px;
  border-radius: 10px;
  outline: 0;
  border: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(0, 162, 89, 0.8)), to(rgba(255, 245, 49, 0.5)));
  background: linear-gradient(90deg, rgba(0, 162, 89, 0.8) 40%, rgba(255, 245, 49, 0.5) 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  font-family: "roboto-light", Fallback, sans-serif;
  font-size: 1rem;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}

.action-btn:hover {
  opacity: 0.8;
  background-color: #fff531;
  color: #000000;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* modal */
#modalForm .btn-primary {
  background-color: #00a259;
  outline: none !important;
  border: 0 !important;
}

#modalForm .btn-primary:hover {
  background-color: #fff531;
  color: #00a259;
}

/* bootstrap outline-none */
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
select,
option,
input {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
          box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
}

.footer-social-fixed-container {
  position: fixed;
  top: auto !important;
  right: 20px !important;
  bottom: 30px !important;
  z-index: 10000 !important;
}

.main-slider {
  /* Dots */
}

.main-slider .slick-track {
  height: auto;
}

.main-slider .slick-dots {
  bottom: 20px;
}

.main-slider .slick-dots li button {
  background: #ffffff;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

.main-slider .slick-dots li button:before {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
}

.main-slider .slick-dots li.slick-active button:before {
  background-color: #00a259;
  opacity: 1;
}

.opacity {
  visibility: hidden;
}

.mobile-banner {
  width: 100%;
}

.mobile-banner img {
  display: block;
  height: auto;
}

/* header contacts */
.header-message {
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: color;
}

.header {
  background-color: #ffffff;
}

@media screen and (min-width: 1200px) {
  .sticky {
    position: fixed;
    top: 0;
    z-index: 1001;
  }
  .sticky .header {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
}

.logo-container {
  width: auto;
}

.header-logo {
  position: relative;
}

.header-logo:hover {
  opacity: 0.6;
}

.header-logo .logo-img {
  width: 100%;
  display: block;
}

.logo-mobile .logo-img {
  width: 100%;
  display: block;
}

.header-button {
  width: auto;
  height: 40px;
  outline: 0;
  border: 0;
  background-color: #00a259;
  font-family: "roboto-light", Fallback, sans-serif;
  letter-spacing: 1px;
  font-size: 0.7rem;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.header-button:hover {
  opacity: 0.8;
  background-color: #fff531;
  color: #00a259;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.header-phone-item {
  font-family: "roboto-light", Fallback, sans-serif;
  font-size: 1.2rem;
  color: #00a259;
  font-weight: 700;
}

.header-phone-item:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #00a259;
}

.header-phone-time {
  font-family: "roboto-light", Fallback, sans-serif;
  color: #959595;
  font-weight: 700;
  position: relative;
}

.header-button-col {
  width: 50px;
  height: 50px;
  background-image: url(../img/phone_icon-icons.com_66151.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
}

.sale-timer__wrapper {
  max-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  background-color: rgba(255, 245, 49, 0.7);
  border-bottom-left-radius: 15px;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

@media screen and (min-width: 992px) {
  .sale-timer__wrapper {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.sale-timer__title, .sale-timer__value, .sale-timer__value-title {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.sale-timer__title {
  font-size: 20px;
  margin-bottom: 10px;
}

.sale-timer__value {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sale-timer__value-item {
  width: 47%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px;
}

.sale-timer__value-item:first-of-type {
  margin-right: 5px;
}

.main-nav {
  position: relative;
}

.main-nav ul {
  list-style-type: none;
}

.main-nav ul li {
  position: relative;
  border-right: 1px solid #000000;
}

.main-nav ul li:last-child {
  border-right: 0;
}

.main-nav ul li:hover {
  opacity: 0.9;
}

.main-nav ul li a {
  color: #000000;
  font-family: "roboto-regular", Fallback, sans-serif;
  font-size: .8rem;
  text-decoration: none;
}

.main-nav ul li a:hover {
  color: #00a259;
  text-decoration: none;
}

.main-nav .active {
  color: #00a259;
}

.section-burger {
  height: 70px;
}

.section-burger-scroll {
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50000;
}

.burger-menu_container {
  width: 55px;
  height: 55px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  background-color: #00a259;
  outline: none !important;
  border: none !important;
  -webkit-animation: anim-header .5s ease-in;
          animation: anim-header .5s ease-in;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.burger-menu_container:focus, .burger-menu_container:active, .burger-menu_container:hover {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline-offset: 0 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.burger-menu-active {
  position: fixed;
  top: 3%;
  right: 3%;
  background-color: transparent;
  opacity: 0.8;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  z-index: 120000;
}

.burger_line {
  width: 45px;
  height: 2px;
  margin-bottom: 9px;
  border-radius: 1px;
  background: linear-gradient(to right, #00a259 0 10px, #ffffff 10px 80%);
  -webkit-transition: .3s linear;
  transition: .3s linear;
  padding: 0 0 0 20px;
  position: relative;
}

.burger_line::before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: -1px;
}

.burger_line:last-child {
  margin-bottom: 0px;
}

.burger_line-active {
  background: #ffffff;
}

.burger_line-active::before {
  display: none;
}

.burger_line-active:first-child {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}

.burger_line-active:nth-child(2) {
  display: none;
}

.burger_line-active:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}

/* ----------Menu----------- */
.burger-menu {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0%;
  z-index: 20000;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.main-nav-list-burger {
  width: 50%;
  max-width: 200px;
  height: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  list-style-type: none;
}

.main-nav-list-item-burger {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  position: relative;
}

.main-nav-list-item-burger:last-child {
  margin-bottom: 0;
}

.main-nav-list-item-burger:hover {
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.5);
}

.main-nav-list-item-burger:hover .main-nav-list-item-link-burger {
  color: #00a259;
}

.burger-menu-active-one {
  width: 100%;
  background-color: #fff531;
  color: #00a259;
}

.burger-menu-active-one .main-nav-list-item-link-burger {
  color: #00a259;
}

.burger-menu-active-one:hover {
  opacity: 0.8;
  background: rgba(0, 162, 89, 0.5);
}

.burger-menu-active-one:hover .main-nav-list-item-link-burger {
  color: #ffffff;
}

.main-nav-list-item-link-burger {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #ffffff;
  font-family: "roboto-light", Fallback, sans-serif;
  font-size: 1rem;
}

.main-nav-list-item-link-burger:hover {
  text-decoration: none;
  color: #00a259;
}

.anim_burger {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.sub-active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  height: auto;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  opacity: 1;
}

.main-container {
  background-color: #ededed;
}

.main-content {
  background-color: #ffffff;
}

.main-content-transparent {
  background-color: transparent !important;
}

.section-content {
  font-family: "roboto-regular", Fallback, sans-serif;
  line-height: 1.2;
  font-size: 1rem;
}

.section-content ul {
  list-style-position: inside;
}

.about-us-img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* positive decisions */
.big-number {
  padding: 7px 15px;
  background-color: #00a259;
  color: #ffffff;
  font-size: 70px;
  font-weight: 700;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a259), color-stop(#00ff00), to(#00a259));
  background-image: linear-gradient(to bottom, #00a259, #00ff00, #00a259);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  margin-right: 10px;
}

.big-number:last-of-type {
  margin-right: 10px;
}

/* choose */
.choose-ico {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-blend-mode: overlay;
}

.select-us-img-cont {
  background-color: rgba(255, 255, 255, 0.9);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: color;
}

@media screen and (min-width: 992px) {
  .select-us-img-cont {
    background-color: rgba(255, 255, 255, 0.7);
  }
}

.select-us-text {
  font-size: 0.9rem;
}

/* our team */
.our-team-item {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 3px solid #00a259;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}

@media screen and (min-width: 480px) {
  .our-team-item {
    width: 199px;
    height: 199px;
  }
}

.our-team-item:hover .our-team-item-content {
  opacity: 1;
}

.our-team-item-content {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 0.6rem;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

@media screen and (min-width: 480px) {
  .our-team-item-content {
    font-size: 1rem;
  }
}

.our-team-item-content p {
  width: 85%;
}

@media screen and (min-width: 480px) {
  .our-team-item-content p {
    width: 90%;
  }
}

.index-time-economy p {
  overflow-wrap: break-word;
  word-break: break-word;
}

/* stages */
@media screen and (min-width: 1200px) {
  .stages-cont:nth-child(2n) {
    position: absolute;
  }
  .stages-cont:nth-child(2) {
    top: 90px;
    right: 200px;
  }
  .stages-cont:nth-child(3) {
    padding: 0 0 0 100px;
  }
  .stages-cont:nth-child(4) {
    top: 330px;
    right: 100px;
  }
  .stages-cont:nth-child(5) {
    padding: 0 0 0 200px;
  }
  .stages-cont:last-child {
    top: 570px;
    right: 0;
  }
}

.stages-cont .stages-text {
  width: 150px;
  position: relative;
  opacity: 0.99;
}

@media screen and (min-width: 480px) {
  .stages-cont .stages-text {
    width: 200px;
  }
}

.stages-cont .stages-text a {
  color: #00a259;
}

.stages-cont .stages-number {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #00a259;
}

@media screen and (min-width: 480px) {
  .stages-cont .stages-number {
    width: 20px;
    height: 20px;
  }
}

.stages-cont .our-team-item {
  width: 80px;
  height: 80px;
  border: 10px solid #00a259;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.stages-cont .our-team-item:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.stages-cont .our-team-item:hover .new-stage {
  -webkit-transform: none;
          transform: none;
}

@media screen and (min-width: 480px) {
  .stages-cont .our-team-item {
    width: 100px;
    height: 100px;
  }
}

@media screen and (min-width: 568px) {
  .stages-cont .our-team-item {
    width: 150px;
    height: 150px;
  }
}

@media screen and (min-width: 768px) {
  .stages-cont .our-team-item {
    width: 200px;
    height: 200px;
  }
}

.stages-cont .our-team-item .new-stage {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: orange;
  color: #ffffff;
  font-size: 0.7rem;
  position: absolute;
  top: 65%;
  left: -30px;
  z-index: 30;
}

@media screen and (min-width: 768px) {
  .stages-cont .our-team-item .new-stage {
    width: 80px;
    height: 80px;
    font-size: 1rem;
  }
}

.stages-cont .our-team-item::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  z-index: 10;
  border: 0;
}

.stages-cont .our-team-item::after {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  margin-top: -20px;
  top: 50%;
}

.stages-cont:nth-child(2n-1) .our-team-item::after {
  border-left: 30px solid #00a259;
  left: auto;
  right: -35px;
}

.stages-cont:nth-child(2n) .our-team-item::after {
  border-right: 30px solid #00a259;
  left: -35px;
}

/* pro */
.pro-item {
  border-left: 2px solid #00a259;
}

/* uslugi */
.content-uslugi {
  background-repeat: no-repeat;
  background-position: 80% 70px;
  background-size: auto 150px;
  min-height: 200px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .content-uslugi {
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: auto 80%;
    height: auto;
  }
}

.uslugi-footer-banner {
  background-color: rgba(165, 167, 164, 0.9);
  background-clip: padding-box;
}

.uslugi-footer-banner .uslugi-footer-banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.uslugi-footer-banner-content {
  color: #ffffff !important;
}

.slogan-uslugi-detail {
  font-family: "lobster-regular", Fallback, cursive;
  color: #ffffff;
}

.uslugi-baner-detail-link {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.uslugi-baner-detail-link:hover {
  opacity: 0.7;
  color: #00a259;
  text-decoration: none;
}

.uslugi-link {
  color: #000000;
  font-size: 0.9rem;
  text-decoration: none;
}

.uslugi-link:first-letter {
  font-weight: 700;
  font-style: bold;
}

@media screen and (min-width: 568px) {
  .uslugi-link {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .uslugi-link {
    font-size: 1.2rem;
  }
}

.uslugi-link:hover {
  text-decoration: none;
  color: #00a259;
  opacity: 0.9;
}

.uslugi-price a {
  color: #00a259;
}

.uslugi-detail-container {
  position: relative;
}

.uslugi-detail-container ul {
  padding: 0 0 0 20px;
  position: relative;
  list-style-position: inside;
}

.uslugi-detail-container ul::before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #00a259;
  position: absolute;
  left: 0;
  top: 0;
}

/* price */
.price-item-container {
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.price-item-container .price-item-ico {
  width: 20%;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
}

.price-item-container h2 {
  width: 80%;
  font-size: 1rem !important;
  color: #00a259;
}

@media screen and (min-width: 568px) {
  .price-item-container h2 {
    font-size: 1.1rem !important;
  }
}

@media screen and (min-width: 768px) {
  .price-item-container h2 {
    height: 50px;
  }
}

@media screen and (min-width: 768px) {
  .price-item-container .price-item-list-first {
    height: 200px;
    overflow: hidden;
  }
}

.price-item-container .price-item-btn-ico svg {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #00a259;
  fill: #00a259;
  padding: 5px;
}

.price-item-container .price-item-btn-txt {
  color: #00a259;
  font-size: 0.8rem !important;
}

@media screen and (min-width: 568px) {
  .price-item-container .price-item-btn-txt {
    font-size: 1rem !important;
  }
}

.price-item-container button[aria-expanded="true"] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.price-item-container .price-item-link {
  width: 70%;
  color: #000000;
  text-decoration: underline;
}

@media screen and (min-width: 568px) {
  .price-item-container .price-item-link {
    width: 80%;
  }
}

.price-item-container .price-item-link:hover {
  color: #00a259;
  text-decoration: underline;
}

.price-item-container .price-item-link:hover + span {
  color: #00a259;
}

.price-item-container .price-item-value {
  width: 30%;
}

@media screen and (min-width: 568px) {
  .price-item-container .price-item-value {
    width: 20%;
  }
}

.price-item-container small {
  font-size: 0.8rem !important;
}

@media screen and (min-width: 568px) {
  .price-item-container small {
    font-size: 1rem !important;
  }
}

/* questions */
.question-container {
  background: rgba(149, 149, 149, 0.1);
  background-clip: content-box;
}

.question-item {
  position: relative;
}

.question-item:last-child::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(0, 0, 0, 0)), color-stop(10%, rgba(0, 0, 0, 0.3)), color-stop(90%, rgba(0, 0, 0, 0.3)), color-stop(90%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0.3) 90%, rgba(0, 0, 0, 0) 90%);
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 576px) {
  .question-item:last-child::before {
    width: 1px;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 0, 0, 0)), color-stop(10%, rgba(0, 0, 0, 0.3)), color-stop(90%, rgba(0, 0, 0, 0.3)), color-stop(90%, rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0.3) 90%, rgba(0, 0, 0, 0) 90%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.question-item .badge-success {
  background: #00a259;
}

.question-item .badge-warning {
  background: #fff531;
}

/* reviews */
.reviews-item {
  background-color: rgba(149, 149, 149, 0.4);
  border: 2px solid #959595;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.reviews-item-one {
  position: relative;
}

.reviews-item-one::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(149, 149, 149, 0.4)), color-stop(50%, #959595), to(rgba(149, 149, 149, 0.4)));
  background: linear-gradient(90deg, rgba(149, 149, 149, 0.4) 0%, #959595 50%, rgba(149, 149, 149, 0.4) 100%);
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 420px) {
  .reviews-item-one::after {
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(149, 149, 149, 0.4)), color-stop(50%, #959595), to(rgba(149, 149, 149, 0.4)));
    background: linear-gradient(rgba(149, 149, 149, 0.4) 0%, #959595 50%, rgba(149, 149, 149, 0.4) 100%);
    position: absolute;
    top: 0;
    right: 0;
  }
}

.reviews-item-one h2 {
  font-size: 1.1rem;
}

@media screen and (min-width: 500px) {
  .reviews-item-one h2 {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .reviews-item-one h2 {
    font-size: 1.8rem;
  }
}

.reviews-item-one h3 {
  font-size: 1rem;
}

@media screen and (min-width: 500px) {
  .reviews-item-one h3 {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .reviews-item-one h3 {
    font-size: 1.5rem;
  }
}

.reviews-item-two {
  font-size: 0.9em;
}

@media screen and (min-width: 500px) {
  .reviews-item-two {
    font-size: 1rem;
  }
}

.reviews-item-two ul {
  list-style-position: inside;
}

.vacansy-content .reviews-item-one {
  position: relative;
}

@media screen and (min-width: 400px) {
  .vacansy-content .reviews-item-one::after {
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(149, 149, 149, 0.4)), color-stop(50%, #959595), to(rgba(149, 149, 149, 0.4)));
    background: linear-gradient(rgba(149, 149, 149, 0.4) 0%, #959595 50%, rgba(149, 149, 149, 0.4) 100%);
    position: absolute;
    top: 0;
    right: 0;
  }
}

.vacansy-content .reviews-item-one p {
  color: #00a259;
}

/* SRO */
.sro-container {
  background: rgba(149, 149, 149, 0.1);
  background-clip: content-box;
}

.sro-container ul {
  list-style-position: inside;
}

.sro-container .sro-img-gallery-link img {
  width: 100%;
  height: auto;
}

/* examples */
.exaples-cont .exaples-cont-line {
  border-bottom: 2px solid #959595;
}

.exaples-cont:last-child .exaples-cont-line {
  border-bottom: 0 !important;
}

.exaples-cont .header-button {
  width: 200px;
}

.exaples-cont .header-button:hover {
  text-decoration: none;
}

.exaples-txt-cont,
.exaples-img-cont {
  width: 100% !important;
}

@media screen and (min-width: 992px) {
  .exaples-txt-cont,
  .exaples-img-cont {
    width: 50% !important;
  }
}

.exaples-img {
  display: block;
  width: 100%;
  height: auto;
}

.exaples-caption,
.example-time {
  color: #00a259;
}

.exaples-end-cont {
  border: 2px solid #00a259;
}

/* arrow */
.arrow-cont {
  position: absolute;
  top: -6px;
  right: 5px;
}

@media screen and (min-width: 992px) {
  .arrow-cont {
    display: none;
  }
}

.arrow-1 {
  position: relative;
  width: 0px;
  height: 0px;
}

.arrow-1 div {
  position: relative;
  background-color: #00a259;
  display: block;
}

.arrow-1 div::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  top: -1px;
  right: -8px;
  background-color: #00a259;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.arrow-1 div::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  top: 9px;
  right: -8px;
  background-color: #00a259;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.exaples-detail-cont {
  border-top: 2px solid #00a259;
  position: relative;
}

.exaples-detail-cont::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border: 2px solid #00a259;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: -4px;
}

@media screen and (min-width: 992px) {
  .exaples-detail-cont:nth-child(3n) .arrow-cont {
    display: block;
  }
}

.exaples-detail-cont:nth-last-child(2)::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border: 2px solid #00a259;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  right: -5px;
}

.uslugi-price-item-container {
  border: 0;
  outline: 0;
}

.uslugi-price-item-container .uslugi-price-item {
  height: 100%;
  padding: 15px 0;
  position: relative;
  border: 0;
  outline: 0;
}

.uslugi-price-item-container .uslugi-price-item:after {
  content: "";
  width: 100%;
  height: 1px !important;
  display: inline-block;
  background: rgba(128, 128, 128, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
}

.uslugi-price-item-container .uslugi-price-item .uslugi-price-item-title {
  max-width: 60%;
  line-height: 20px;
}

.uslugi-price-item-container .uslugi-price-item .uslugi-price-item-value,
.uslugi-price-item-container .uslugi-price-item .uslugi-price-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 1200px) {
  .uslugi-price-item-container:nth-last-child(3) .uslugi-price-item:after {
    display: none;
  }
}

.uslugi-price-item-container:nth-last-child(2) .uslugi-price-item:after {
  display: none;
}

.uslugi-banner-wrapper {
  min-height: 200px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

@media screen and (min-width: 1140px) {
  .uslugi-banner-wrapper {
    min-height: 260px;
  }
}

.uslugi-banner-wrapper img {
  position: absolute;
  width: auto;
  height: 100px;
  top: -25px;
  left: 0;
}

@media screen and (min-width: 1140px) {
  .uslugi-banner-wrapper img {
    height: 300px;
    top: -30px;
    left: 15%;
  }
}

.uslugi-banner-wrapper .uslugi-banner-container {
  min-height: inherit;
}

.uslugi-banner-wrapper .uslugi-banner-text {
  min-height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, transparent), color-stop(10%, rgba(255, 255, 255, 0.6)), color-stop(20%, rgba(255, 255, 255, 0.7)), color-stop(40%, rgba(255, 255, 255, 0.9)), to(white));
  background-image: linear-gradient(to right, transparent 1%, rgba(255, 255, 255, 0.6) 10%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.9) 40%, white);
}

.uslugi-banner-wrapper .uslugi-banner-text h1,
.uslugi-banner-wrapper .uslugi-banner-text h2,
.uslugi-banner-wrapper .uslugi-banner-text h3 {
  font-size: 18px;
}

.uslugi-banner-wrapper .uslugi-banner-text h4,
.uslugi-banner-wrapper .uslugi-banner-text h5,
.uslugi-banner-wrapper .uslugi-banner-text h6 {
  font-size: 16px;
}

@media screen and (min-width: 1140px) {
  .uslugi-banner-wrapper .uslugi-banner-text h1,
  .uslugi-banner-wrapper .uslugi-banner-text h2,
  .uslugi-banner-wrapper .uslugi-banner-text h3 {
    font-size: 28px;
  }
  .uslugi-banner-wrapper .uslugi-banner-text h4,
  .uslugi-banner-wrapper .uslugi-banner-text h5,
  .uslugi-banner-wrapper .uslugi-banner-text h6 {
    font-size: 20px;
  }
}

.form-group-sur {
  height: 1px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.form-group-sur .subscribe-form-input {
  border: none;
}

.subscribe-form-input {
  border: 1px solid #00a259;
  font-family: "roboto-regular", Fallback, sans-serif;
  letter-spacing: 1.2px;
  color: #ffffff;
  outline: none;
  background: transparent;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.subscribe-form-input:focus {
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
}

.subscribe-form-input:-webkit-autofill {
  background: transparent;
}

.subscribe-form-input::-webkit-input-placeholder {
  font-family: "roboto-regular", Fallback, sans-serif;
  font-size: 1rem;
  letter-spacing: 1.2px;
  color: #ffffff;
  -webkit-appearance: none;
}

.subscribe-form-input:-ms-input-placeholder {
  font-family: "roboto-regular", Fallback, sans-serif;
  font-size: 1rem;
  letter-spacing: 1.2px;
  color: #ffffff;
  -webkit-appearance: none;
}

.subscribe-form-input::-ms-input-placeholder {
  font-family: "roboto-regular", Fallback, sans-serif;
  font-size: 1rem;
  letter-spacing: 1.2px;
  color: #ffffff;
  -webkit-appearance: none;
}

.subscribe-form-input::placeholder {
  font-family: "roboto-regular", Fallback, sans-serif;
  font-size: 1rem;
  letter-spacing: 1.2px;
  color: #ffffff;
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  padding: 0 !important;
}

.subscribe-form-input[type=text] {
  text-transform: capitalize;
}

.subscribe-form-btn {
  font-family: "roboto-regular", Fallback, sans-serif;
  font-weight: 400;
  color: #ffffff;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  font-size: 1rem;
  text-transform: uppercase;
  border: none;
  outline: none;
  background: #00a259;
  opacity: 0.9;
  cursor: pointer;
}

.subscribe-form-btn:hover {
  -webkit-box-shadow: 0 0px 10px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0px 10px rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.text-about-data {
  color: #ffffff;
  font-family: "roboto-regular", Fallback, sans-serif;
  font-weight: 400;
  text-align: center;
}

.text-about-data .text-about-data-link {
  color: #00a259;
  font-family: "roboto-regular", Fallback, sans-serif;
  font-weight: 400;
}

.subscribe-form-input:nth-child(3) {
  height: 1px;
  border: 0px solid transparent;
}

/* ------ */
.main-form {
  height: 1px;
  color: #ffffff;
  overflow: hidden;
}

.main-form form .text-about-data-link {
  color: #ffffff;
}

.main-form form input {
  border: 0;
  outline: 0;
  border-color: #ffffff;
}

.main-form form input::-webkit-input-placeholder {
  color: #ffffff;
}

.main-form form input:-ms-input-placeholder {
  color: #ffffff;
}

.main-form form input::-ms-input-placeholder {
  color: #ffffff;
}

.main-form form input::placeholder {
  color: #ffffff;
}

.main-form form input[type=submit] {
  border: 0;
  outline: 0;
  background: none;
  color: #ffffff;
}

.form-file {
  position: relative;
}

input[type=file],
input[type=file]::-webkit-file-upload-button {
  /* chromes and blink button */
  cursor: pointer;
}

input[type=file]:hover .input-file-icon-wrapper {
  opacity: .1;
}

#input-file,
#file {
  width: 100%;
  height: 45px;
  opacity: 0;
  z-index: 5;
  left: 0;
  top: 0;
  position: absolute;
}

.input-file-icon-wrapper {
  width: 40px;
  height: 40px;
  background-color: transparent;
  outline: none !important;
  border: none !important;
  background-image: url("../img/clip.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 4;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.contacts-item-container iframe {
  width: 100%;
  height: auto;
}

.office-btn {
  font-family: "roboto-medium", Fallback, sans-serif;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
  color: #00a259;
  cursor: pointer;
  text-decoration: none;
}

.office-btn:hover {
  color: #00a259;
  text-decoration: none;
  opacity: .7;
}

.contacts-item-link {
  color: #00a259;
  text-decoration: none;
}

.contacts-item-link:hover {
  opacity: .7;
  text-decoration: none;
}

.contacts-item {
  display: block;
  position: relative;
}

.contacts-item::before {
  content: '';
  width: 30px;
  height: 30px;
  display: none;
  background-image: url(../img/Mobilnaya_versia_sayt_Kad_Elementy-19.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: -40px;
}

.contacts-item:first-child::before {
  display: block;
}

.contacts-item:nth-child(2)::before {
  display: block;
  background-image: url(../img/Mobilnaya_versia_sayt_Kad_Elementy-20.jpg);
  top: 0;
}

.contacts-item:nth-child(3)::before {
  display: block;
  background-image: url(../img/Mobilnaya_versia_sayt_Kad_Elementy-21.jpg);
  top: 0;
}

.contacts-item:nth-child(5)::before {
  display: block;
  background-image: url(../img/Mobilnaya_versia_sayt_Kad_Elementy-22.jpg);
  top: 0;
}

.contacts-item:nth-child(6)::before {
  display: block;
  background-image: url(../img/Mobilnaya_versia_sayt_Kad_Elementy-23.jpg);
  bottom: -5px;
}

/* articles */
@media screen and (min-width: 992px) {
  #form-sort {
    width: 50%;
  }
}

.article-txt {
  height: 200px;
  position: relative;
  overflow: hidden;
}

.article-txt:after {
  content: '';
  display: block;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0.2)), to(white));
  background: linear-gradient(rgba(255, 255, 255, 0.2) 20%, white 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.article-link {
  color: #959595;
  text-decoration: none;
}

.detail-img-container {
  position: relative;
}

.img-abs {
  position: relative;
}

@media screen and (min-width: 992px) {
  .img-abs {
    position: absolute;
    right: 0;
    top: -20px;
  }
}

.article-detail-img {
  display: block;
  width: 100%;
}

.img-container-banner-articles-detail {
  position: relative;
}

.img-container-banner-articles-detail:after {
  content: '';
  display: block;
  width: 10%;
  height: 100%;
  border: none;
  outline: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 10%, white 100%);
  position: absolute;
  right: 0;
  top: 0;
}

.article-content ul {
  list-style-position: inside;
}

/* vacansy */
.vacansy-img {
  width: 100%;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  background-image: url(../img/arrow-sro.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 40%;
  border: none;
  outline: none;
  z-index: 3;
  opacity: .7;
}

.slick-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 1;
}

/* .slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
} */
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
}

/* [dir="rtl"] .slick-prev {
  left: auto;
  right: 0;
}
 */
/* .slick-prev:before {
  content: "<";
  bottom: 10px;
}

[dir="rtl"] .slick-prev:before {
  content: ">";
  bottom: 10px;
} */
.slick-next {
  right: 0;
}

/* [dir="rtl"] .slick-next {
  left: 0;
  right: auto;

} */
/* .slick-next:before {
  content: ">";
  bottom: 20px;
}

[dir="rtl"] .slick-next:before {
  content: "<";
  bottom: 20px;
} */
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-top: 20px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff531;
  text-align: center;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/* footer */
.footer {
  background-color: #fff531;
}

.footer-main-container {
  position: relative;
  background-color: rgba(255, 245, 49, 0.4);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-blend-mode: overlay;
  background-position: 75% 80%;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

@media screen and (min-width: 992px) {
  .footer-main-container {
    background-size: cover;
    background-position: 0 0;
    background-attachment: fixed;
  }
}

.footer-main-container::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #959595;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: .2;
}

.footer-link {
  color: #000000;
  text-decoration: none;
}

.footer-link:hover {
  color: #00a259;
}

.footer-social {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.footer-social:hover {
  opacity: .7;
}

.footer-phone,
.footer-email,
.footer-work {
  position: relative;
}

.footer-phone::before,
.footer-email::before,
.footer-work::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 3px;
}

.footer-phone::before {
  background-image: url("../img/phone.png");
}

.footer-email::before {
  background-image: url("../img/email.png");
}

.footer-work::before {
  background-image: url("../img/clock.png");
}

.footer-phone::after {
  content: '';
  display: block;
  width: 25%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: -20px;
}

/* keyframes */
@-webkit-keyframes opacity-main-slider {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.4;
  }
  60% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity-main-slider {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.4;
  }
  60% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes opacity-modal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity-modal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes modal-opacity-one {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes modal-opacity-one {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes modal-opacity-two {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    display: none;
  }
}

@keyframes modal-opacity-two {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */