@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&display=swap');@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700'); @import url("https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.1/css/bootstrap.min.css");@import url("https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.0/css/swiper.min.css");


*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

body {
  margin: 0;
  font-family: 'El Messiri', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

body.no-scroll, html.no-scroll {
  overflow: hidden
}

.popup {
  background-color: rgba(34, 50, 66, .9);
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: auto;
  min-height: 100vh;
  position: fixed;
  right: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1000
}

.popup.show-popup {
  opacity: 1;
  visibility: visible;
  z-index: 1000
}

.popup .logo {
  display: table;
  font-size: 28px;
  line-height: 12px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto
}

.popup__wrapBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 30px 15px
}

.popup__body {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .16);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .16);
  border-radius: 21px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  overflow: hidden;
  width: 678px;
  max-width: 100%;
  padding: 51px 15px 56px;
  position: relative
}

.popup__body button {
  background-color: transparent
}

.popup__body button.close {
  border: 0;
  position: absolute;
  right: 0;
  top: 7px
}

.popup__content-close {
  display: none
}

.popup__content.thankBlock {
  padding-top: 11px
}

.popup__content.thankBlock .chimeForm__submit {
  display: table;
  margin-bottom: -7px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 100%;
  position: relative;
  width: 400px
}

.popup__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  max-width: 432px;
  margin-bottom: 28px
}

.popup__title::first-letter {
  color: #056839
}

.popup .chimeForm {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  margin-top: 29px
}

.popup .chimeForm__labelField {
  font-size: 16px;
  line-height: 25px;
  margin: 27px 0 12px
}

.popup .chimeForm__field {
  border: 1px solid rgba(34, 50, 66, .25);
  border-radius: 12px;
  color: #d3d6d9;
  font-size: 16px;
  line-height: 25px;
  height: 50px;
  padding-bottom: 1px;
  -webkit-transition: .3s, height 0s;
  -o-transition: .3s, height 0s;
  transition: .3s, height 0s
}

.popup .chimeForm__field::-webkit-input-placeholder {
  color: inherit
}

.popup .chimeForm__field::-moz-placeholder {
  color: inherit
}

.popup .chimeForm__field:-ms-input-placeholder {
  color: inherit
}

.popup .chimeForm__field::-ms-input-placeholder {
  color: inherit
}

.popup .chimeForm__field::placeholder {
  color: inherit
}

.popup .chimeForm__dateTime, .popup .chimeForm__wrapButtons {
  margin-top: 12px
}

.popup .chimeForm__hidden {
  display: none
}

.popup .chimeForm__button {
  background: 0 0;
  font-size: 16px;
  line-height: 15px;
  width: 46.5%
}

.popup .chimeForm__button:hover {
  background: 0 0;
  border: 1px solid #056839;
  color: #056839
}

.popup .chimeForm__button.active {
  color: #056839;
  border: 1px solid #056839
}

.popup .chimeForm__button.active:hover {
  background: 0 0;
  cursor: default
}

.popup .chimeForm__submit {
  background-color: #056839;
  border: 0;
  border-radius: 21px;
  -webkit-box-shadow: 0 5px 10px #056839;
  box-shadow: 0 5px 10px #056839;
  color: #fff;
  height: 52px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  margin: 50px 0 18px;
  margin-top: 40px;
  padding-top: 2px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.popup .chimeForm__submit:hover {
  -webkit-box-shadow: 0 3px 6px #056839;
  box-shadow: 0 3px 6px #056839
}

.popup .chimeForm__textPrivacyPolicy {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  padding: 0 13px
}

.popup .chimeForm__textPrivacyPolicy a {
  color: #6fa0e5;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-decoration: underline
}

.popup .chimeForm__textPrivacyPolicy a:hover {
  color: #266ed2
}

.popup .chimeForm__notification, .popup .chimeForm__required, .popup .chimeForm__symbols {
  color: red;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.popup .chimeForm__notification {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.popup .chimeForm__required {
  font-size: 15px;
  opacity: 0;
  display: none;
  margin-bottom: 12px;
  margin-right: 5px
}

.popup .chimeForm__symbols {
  opacity: 0;
  display: none
}

.popup .chimeForm__wrapField.invalid .chimeForm__field {
  border-color: #ff6b6b
}

.popup .chimeForm__wrapField.valid .chimeForm__field {
  border-color: #03c303
}

.popup .chimeForm__wrapField.empty .chimeForm__required {
  display: block;
  opacity: 1;
  visibility: visible
}

.popup .chimeForm__wrapField.number .chimeForm__symbols {
  display: block;
  opacity: 1;
  visibility: visible
}

.popup__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px
}

.popup__thanks {
  font-size: 19px;
  font-weight: 700;
  line-height: 25px
}

.popup__textAfterSending {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin: 20px 0 15px
}

.popup__goodDay {
  font-size: 21px;
  font-weight: 700;
  line-height: 24px
}

* {
  outline: 0
}

.sk-spinner-pulse {
  -webkit-animation: sk-spinner-pulse 1s infinite ease-in-out;
  animation: sk-spinner-pulse 1s infinite ease-in-out;
  background-color: #337ab7;
  border-radius: 100%;
  height: 50px;
  width: 50px
}

@-webkit-keyframes sk-spinner-pulse {
  0% {
      -webkit-transform: scale(0);
      transform: scale(0)
  }

  100% {
      opacity: 0;
      -webkit-transform: scale(1);
      transform: scale(1)
  }
}

@keyframes sk-spinner-pulse {
  0% {
      -webkit-transform: scale(0);
      transform: scale(0)
  }

  100% {
      opacity: 0;
      -webkit-transform: scale(1);
      transform: scale(1)
  }
}

.sk-spinner {
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  left: 50%;
  top: 50%
}

.b-lazy {
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

.b-lazy.b-loaded {
  opacity: 1;
}

.accordion {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .08)
}

.accordion .accordion {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.accordion-body, .accordion-header {
  background: #fff
}

.accordion-header {
  background: #66676b;
  -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, .15);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, .15);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 12px 55px 12px 15px;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.accordion .accordion .accordion-header {
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .07);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .07)
}

.accordion-header:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.accordion-body__contents p:last-child {
  margin-bottom: 0;
  padding-bottom: 0
}

.accordion-body {
  background: #fff;
  color: #666;
  display: none;
  padding: 0
}

.accordion-body__contents {
  padding: 15px 15px 18px;
  position: relative
}

.accordion-body__contents:before {
  background-color: #ddd;
  content: "";
  display: block;
  height: 1px;
  left: -20px;
  position: absolute;
  top: 0;
  width: 200%
}

.accordion-body__contents p {
  font-size: 13px !important;
  line-height: 23px !important;
  margin-bottom: 12px !important
}

.accordion-body__contents p:last-child {
  margin-bottom: 0 !important
}

.accordion__item.active:last-child .accordion-header {
  border-radius: 0
}

.accordion:first-child>.accordion__item>.accordion-header {
  border-bottom: 1px solid transparent
}

.accordion__item>.accordion-header:after {
  content: url(../images/svg/arrow-down.svg);
  font-size: 19px;
  position: absolute;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  top: 50%;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all
}

.accordion__item.active>.accordion-header:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg)
}

.accordion__item.active .accordion .accordion-header:before {
  opacity: 0
}

.accordion__item .accordion__item .accordion-header {
  background: #f7f7f7;
  color: #666
}

body, html {
  height: 100%
}

body.no-scroll, html.no-scroll {
  overflow: hidden
}

button {
  background: 0 0;
  border: none
}

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

a {
  text-decoration: none;
  transition: 0.5s all ease;
}

body {
  background-color: #fff;
  color: #223242;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  direction: rtl;
  text-align: right;
  margin: 0;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

body.home .header {
  -webkit-box-shadow: none;
  box-shadow: none
}

body.home .header.scrollPage {
  -webkit-box-shadow: 0 3px 5px rgba(34, 50, 66, .1);
  box-shadow: 0 3px 5px rgba(34, 50, 66, .1)
}

.header {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(34, 50, 66, .1);
  box-shadow: 0 3px 5px rgba(34, 50, 66, .1);
  left: 0;
  position: absolute;
  right: 0;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: .3s;
  top: 0;
  z-index: 100;
}

.header.scrollPage .logo {
  font-size: 15px
}

.header.scrollPage .top-panel {
  height: 45px
}

.header.scrollPage .topmenu__list {
  -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 6px rgba(0, 0, 0, .1);
  top: 40px
}

.header.scrollPage .topmenu__list.open {
  height: calc(100vh - 40px)
}

.header.scrollPage .header__button {
  padding: 11px 25px 12px
}

.header .top-panel {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.header .topmenu {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  transition: 0.5s all ease-in;
}

.header .topmenu__burger {
  background: 0 0;
  border: none;
  font-size: 0;
  height: 17px;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  padding: 0;
  -o-transition: .3s;
  width: 25px;
}

.header .topmenu__burgerLine {
  background-color: #657783;
  display: block;
  height: 2px;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
  width: 100%;
}

.header .topmenu__burgerLine:after, .header .topmenu__burgerLine:before {
  background-color: inherit;
  content: "";
  display: inherit;
  height: inherit;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  left: 0;
  position: absolute;
  top: 0;
  width: inherit;
}

.header .topmenu__burgerLine:before {
  top: -7px
}

.header .topmenu__burgerLine:after {
  top: 7px
}

.header .topmenu.open .topmenu__burgerLine {
  background-color: transparent;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header .topmenu.open .topmenu__burgerLine:after, .header .topmenu.open .topmenu__burgerLine:before {
  background-color: #657783;
  top: 0;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header .topmenu.open .topmenu__burgerLine:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header .topmenu.open .topmenu__burgerLine:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header .topmenu__list {
  transition: 0.5s all ease-in-out;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translateX(200%);
  background-color: #fff;
  right: 0;
  height: 0;
  overflow: auto;
  margin: 0;
  padding-left: 0;
  position: fixed;
  left: 0;
  -o-transition: top .3s;
  top: 50px;
  z-index: 9;
}

.header .topmenu.open .topmenu__list {
  display: block;
  height: calc(100vh - 50px);
  padding-bottom: 80px;
  margin-top: 49px;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: absolute;
  transform: translateX(0%);
}

.header .topmenu__listItem {
  list-style: none;
  margin: 35px 0 10px 10px;
  position: relative;
  transition: 0.5s all ease;
  text-align: center;
}

.header .topmenu__listItem.active .topmenu__arrow:after, .header .topmenu__listItem.active a, .header .topmenu__listItem:hover .topmenu__arrow:after, .header .topmenu__listItem:hover a {
  color: #056839;
  text-align: right;
}

.header .topmenu__listItem.active .topmenu__sub-list li a, .header .topmenu__listItem:hover .topmenu__sub-list li a {
  color: #657783;
  transition: 0.5s all ease-in;
}

.header .topmenu__listItem a {
  color: #657783;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: 0.5s all ease-in-out;
}

.header__social {
  margin-right: -38px;
  padding-left: 20px;
  margin-top: 16px
}

.header__socialItem {
  list-style: none;
  min-width: 47px;
}

.header__socialLink {
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s
}

.header__socialLink:hover {
  color: inherit;
  font-weight: 600
}

.topmenu__sub-list {
  background-color: #f7f7f8;
  -webkit-box-shadow: 0 12px 7px rgba(34, 50, 66, .05);
  box-shadow: 0 12px 7px rgba(34, 50, 66, .05);
  left: calc(50% - 110px);
  min-width: 265px;
  
  padding: 20px;
  position: absolute;
  transition: 0.5s all ease-in-out;
  transform: scale(0) translate(0, 200px);
  right: 0;
  top: 100%;
}

.topmenu__sub-list li {
  list-style: none;
  margin-bottom: 12px;
  transition: 0.5s all ease-in;
}

.topmenu__sub-list li a {
  color: #657783
}

.topmenu__sub-list li.active a, .topmenu__sub-list li:hover a {
  color: #056839 !important;
}

.topmenu__sub-list li:last-child {
  margin-bottom: 0
}

.topmenu__arrow {
  display: inline-block !important;
}

body._pc .topmenu__list>li:hover .topmenu__sub-list {
  opacity: 1;
  pointer-events: all;
  -ms-transform: translate(0, 0);
  transform: scale(1) translate(0, 0);
  visibility: visible;
}

body._touch .topmenu__list {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

body._touch .topmenu__list>li {
  -ms-flex-align: center;
  
  display: -webkit-box;
  transition: 0.5s all ease-in-out;
  display: -ms-flexbox;
  display: flex;
}

body._touch .topmenu__arrow {
  display: block;
  font-size: 0;
  height: 15px;
  right: 355px;
  position: absolute;
  width: 15px;
  transform: translate(80px, 10px);
  top: -20px;
  transition: 0.5s all ease;
}

body._touch .topmenu__arrow:after {
  color: #657783;
  content: "\02C7";
  font-size: 41px;
  position: absolute;
  top: 10px
}

body._touch .topmenu__list>li._active .topmenu__sub-list {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  top: 20px;
  transition: 0.5s all ease;
}

body._touch .topmenu__list>li._active .topmenu__arrow {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg) translate(-80px, 10px);
}

body._touch .topmenu__list>li._active .topmenu__arrow:after {
  right: 0
}

.logo {
  color: #223242;
  width: 200px;
  font-weight: 700;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  transform: scale(0.7);
  margin-left: 0;
  margin-right: auto;
}

.logo span:nth-child(1), .logo span:nth-child(4) {
  background-color: #024c40;
  color: #fff;
  font-weight: 400
}

.logo:hover {
  color: inherit
}

.wrap-firstScreen {
  border-bottom: 1px solid #e8eaeb
}

.firstScreen {
  height: auto;
  padding: 130px 0 100px
}

.firstScreen .row div:nth-child(1) {
  padding-left: 12px;
  padding-right: 12px
}

.firstScreen .row div:nth-child(2) {
  padding-left: 50px;
  margin-top: 34px
}

.firstScreen__aboveTitle {
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 27px;
  text-align: center;
}

.firstScreen__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  text-align: center
}

.firstScreen__text {
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  margin: 50px 0 44px
}

.firstScreen__text span {
  color: #657783
}

.firstScreen__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #056839;
  border: 1px solid transparent;
  transition: 0.5s all ease !important;
  border-radius: 1000px;
  -webkit-box-shadow: 0 5px 7px #056839;
  box-shadow: 0 5px 7px #056839;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 40px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 250px;
}

.firstScreen__btn:hover {
  background-color: transparent;
  -webkit-box-shadow: 0 0 15px #056839;
  box-shadow: 0 0 15px #056839;
  color: #056839
}

.firstScreen .fs-ilustratio-col svg {
  position: absolute;
  -webkit-transform: translateY(4%);
  -ms-transform: translateY(4%);
  transform: translateY(4%)
}

.firstScreen__btnDown {
  background: 0 0;
  border: none;
  bottom: 3%;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important
}

.firstScreen__btnDown svg {
  width: 18px
}

.section-title {
  color: #056839;
  font-weight: 700;
}

.section-under-title {
  font-weight: 400;
}

.about {
  background-color: #fafafa
}

.about .section-title {
  font-weight: 700;
  padding-top: 82px
}

.about .section-under-title {
  margin-bottom: 20px
}

.about__content {
  z-index: 0
}

.about__content .content-column {
  padding-top: 35px
}

.about__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 12px;
  text-align: center;
}

.about__title br {
  display: none
}

.about__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: normal;
  margin-bottom: 12px;
}

.about__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #056839;
  border-radius: 1000px;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  height: 60px;
  margin-top: 25px;
  padding: 5px 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 250px;
}

.about__link:hover {
  background-color: #056839;
  color: #fff;
}

.about img {
  margin-top: 35px;
  width: 100%
}

.about__bottomInfo {
  -webkit-box-shadow: 0 5px 6px rgba(34, 50, 66, .2);
  box-shadow: 0 5px 6px rgba(34, 50, 66, .2);
  min-height: 260px;
  margin-bottom: 8px;
  margin-top: 25px;
  text-align: center !important;
  padding-bottom: 40px;
  padding-top: 40px
}

.about__bottomInfo:after {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0
}

.about__bottomInfo .row>div {
  padding-right: 0
}

.about__bottomInfoBG {
  bottom: -1px;
  left: 50%;
  display: none;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 1900px;
  z-index: 1;
}

.about__bottomInfoItem {
  margin-bottom: 0;
  margin-top: 28px;
  padding-right: 0;
  text-align: center;
  z-index: 1
}

.about__bottomInfoItem:last-child {
  padding-right: 0
}

.about__bottomInfoItem:nth-child(2):before, .about__bottomInfoItem:nth-child(3):before {
  display: none
}

.about__bottomInfoItem:before {
  background-color: #059469;
  bottom: auto;
  content: "";
  display: block;
  height: 73px !important;
  right: 0;
  position: absolute;
  -webkit-transform: translate(-50%, -12px);
  -ms-transform: translate(-50%, -12px);
  transform: translate(-50%, -12px);
  top: 19px;
  display: none;
}

.about__bottomInfoItem p {
  color: #727c86;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  margin: 0
}

.about__bottomInfoItem p:first-child {
  color: inherit
}

.about__bottomInfoTitle {
  font-size: 19px;
  line-height: 29px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.about__bottomInfoTitle:before {
  background-color: #d3d3d3;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  -webkit-transform: translateX(120%);
  -ms-transform: translateX(120%);
  transform: translateX(120%);
  top: 50%;
  width: 35%
}

.about__bottomInfoTitle:after {
  background-color: #d3d3d3;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  transform: translateX(-120%);
  top: 50%;
  width: 35%;
  z-index: -9;
}

.services {
  padding-bottom: 50px
}

.services .section-under-title {
  font-weight: 500;
  margin-bottom: 144px
}

.services .container>.row {
  margin-bottom: -35px
}

.services .container .row:nth-child(2)>div {
  margin-bottom: 120px
}

.services__number {
  color: rgba(34, 50, 66, .1);
  font-size: 125px;
  font-weight: 600;
  left: 75px;
  line-height: 34px;
  margin-top: 26px;
  top: -52px;
  z-index: 1
}

.services__zero {
  font-size: 103px;
  color: rgba(34, 50, 66, .1);
  font-size: 100px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 16px;
  top: 0;
  z-index: 2
}

.services__zero .circle {
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, .46);
  box-shadow: inset 0 4px 6px rgba(0, 0, 0, .46);
  height: 73px;
  left: -3px;
  top: -30px;
  width: 73px;
  z-index: 3
}

.services__zero .bg {
  background-color: #fff;
  height: 60px;
  left: -25px;
  -webkit-transform: rotate(-18deg);
  -ms-transform: rotate(-18deg);
  transform: rotate(-18deg);
  top: -48px;
  width: 100px;
  z-index: 3
}

.services__numberZero {
  left: 2px;
  top: -22px;
  z-index: 4
}

.services__blockImage {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .46);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .46);
  background-color: #fff;
  border-radius: 21px;
  position: relative;
  padding-bottom: 75%;
  z-index: 1
}

.services__blockImage:before {
  background-color: inherit;
  border-radius: inherit;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2
}

.services .sk-spinner {
  z-index: 2
}

.services__image {
  border-radius: inherit;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  z-index: 2
}

.services__text {
  font-size: 17px;
  line-height: 26px;
  margin-top: 34px
}

.services__text:before {
  background-color: #00ea73;
  content: "";
  height: 2px;
  left: 50%;
  margin: -14px 0 0 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 18px
}

.works {
  padding-bottom: 60px;
  padding-top: 98px;
  direction: ltr;
  margin: auto;
  text-align: center;
}

.works .container {
  position: relative
}

.works .container:after {
  background-color: #707070;
  bottom: -50px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: calc(100% - 24px)
}

.works .section-under-title {
  color: #657783;
  display: table;
  margin-left: auto;
  margin-right: auto
}

.works .section-under-title:after {
  background-color: #ededed;
  content: "";
  display: block;
  height: 2px;
  margin-top: 2px
}

.works .container>.row {
  margin-bottom: -5px;
  padding-bottom: 90px
}

.works .container .row>div:last-child .works__blockText {
}

.works .container .row>div:nth-child(1) .works__blockText {
  border: 1px solid rgba(34, 50, 66, .1)
}

.works .container .row>div:nth-child(1) .works__blockText:after {
  content: url(../images/svg/arrow-1-section-10-mobile.svg);
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-49%, -35px);
  -ms-transform: translate(-49%, -35px);
  transform: translate(-49%, -35px);
  z-index: -1
}

.works .container .row>div:nth-child(1) .works__blockText .works__triangle {
  border-bottom: 1px solid #d2d6d9;
  border-left: 1px solid #d2d6d9;
  left: 50%;
  -webkit-transform: translate(-50%, 1%) rotate(135deg);
  -ms-transform: translate(-50%, 1%) rotate(135deg);
  transform: translate(-50%, 1%) rotate(135deg);
  top: 0;
}

.works .container .row>div:nth-child(1) .works__blockText, .works .container .row>div:nth-child(3) .works__blockText {
  padding-left: 6%;
  padding-right: 6%
}

.works .container .row>div:nth-child(2) .works__blockText {
  padding-left: 9%;
  padding-right: 9%
}

.works .container .row>div:nth-child(2) .works__blockText:after {
  content: url(../images/svg/arrow-2-section-10-mobile.svg);
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-89%, -82px);
  -ms-transform: translate(-89%, -82px);
  transform: translate(-89%, -106px);
  z-index: -1;
}

.works .container .row>div:nth-child(2) .works__blockText .works__triangle {
  border-bottom: 1px solid #d2d6d9;
  border-left: 1px solid #d2d6d9;
  left: 50%;
  -webkit-transform: translate(-50%, 1%) rotate(135deg);
  -ms-transform: translate(-50%, 1%) rotate(135deg);
  transform: translate(-50%, 1%) rotate(135deg);
  top: 0
}

.works .container .row>div:nth-child(3) .works__blockText:after {
  content: url(../images/svg/arrow-3-section-10-mobile.svg);
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-89%, -95px);
  -ms-transform: translate(-89%, -95px);
  transform: translate(-89%, -117px);
  z-index: -1;
}

.works .container .row>div:nth-child(3) .works__blockText .works__triangle {
  border-bottom: 1px solid #d2d6d9;
  border-left: 1px solid #d2d6d9;
  left: 50%;
  -webkit-transform: translate(-50%, 1%) rotate(135deg);
  -ms-transform: translate(-50%, 1%) rotate(135deg);
  transform: translate(-50%, 1%) rotate(135deg);
  top: 0
}

.works .container .row>div:nth-child(4) .works__blockText {
  padding-left: 5.5%;
  padding-right: 5.5%
}

.works .container .row>div:nth-child(4) .works__blockText:after {
  content: url(../images/svg/arrow-4-section-10-mobile.svg);
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-11%, -88px);
  -ms-transform: translate(-11%, -88px);
  transform: translate(-11%, -101px);
  z-index: -1;
}

.works .container .row>div:nth-child(4) .works__blockText .works__triangle {
  border-bottom: 1px solid #d2d6d9;
  border-left: 1px solid #d2d6d9;
  left: 50%;
  -webkit-transform: translate(-50%, 1%) rotate(135deg);
  -ms-transform: translate(-50%, 1%) rotate(135deg);
  transform: translate(-50%, 1%) rotate(135deg);
  top: 0
}

.works__illustration {
  background-color: transparent;
  left: 50%;
  -webkit-transform: translate(-50%, 25px);
  -ms-transform: translate(-50%, 25px);
  transform: translate(-50%, 25px);
  width: 100px;
  z-index: 2;
}

.works__arrowOne {
  display: none;
  right: 0;
  top: 0
}

.works__arrowTwo {
  display: none;
  left: 0;
  top: 0
}

.works__blockText {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #d2d6d9;
  -webkit-box-shadow: 0 4px 6px rgba(34, 50, 66, .4);
  box-shadow: 0 4px 6px rgba(34, 50, 66, .4);
  margin-bottom: 94px;
  min-height: 200px;
  padding-bottom: 15px;
  padding-top: 15px;
  right: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 280px;
  z-index: 1;
}

.works__blockText:before {
  background-color: #fff;
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -4;
}

.works__blockText p {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  padding-top: 100px;
  -ms-transform: translateY(6px);
}

.works__triangle {
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(34, 50, 66, .2);
  box-shadow: 0 0 6px rgba(34, 50, 66, .2);
  font-size: 0;
  height: 70px;
  -webkit-transform: translateX(1%) rotate(45deg);
  -ms-transform: translateX(1%) rotate(45deg);
  transform: translateX(1%) rotate(45deg);
  width: 70px;
  z-index: -3;
}

.works__triangle:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 120px;
  -webkit-transform: translate(-6%, -34%) rotate(-45deg);
  -ms-transform: translate(-6%, -34%) rotate(-45deg);
  transform: translate(-6%, -34%) rotate(-45deg);
  width: 120px;
  z-index: -37;
  position: relative;
}

.effectiveMarketing {
  padding-top: 89px;
  
}

.effectiveMarketing__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 29px;
  margin-top: 2px;
  max-width: 550px;
  text-align: center
}

.effectiveMarketing__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: -1px solid #1a4147;
  border-radius: 1000px;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  height: 60px;
  margin-top: 52px;
  padding: 5px 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 250px;
}

.effectiveMarketing__link:hover {
  background-color: #056839;
  color: #fff;
}

.effectiveMarketing__progresBars {
  padding-left: 0;
  padding-top: 70px
}

.effectiveMarketing__progresBar {
  margin-bottom: 35px
}

.effectiveMarketing__progresBarName {
  margin-bottom: 7px;
  padding-right: 45px
}

.effectiveMarketing__progresBarName, .effectiveMarketing__progresBarPercent {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.effectiveMarketing__progresBarWrapFilling {
  border-radius: 21px;
  border: 1px solid #056839;
  height: 18px
}

.effectiveMarketing__progresBarFilling {
  background-color: #056839;
  border-radius: inherit;
  height: 16px;
  position: relative;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}

.effectiveMarketing__progresBarFilling.width-zero {
  width: 0 !important
}

.effectiveMarketing__progresBarFilling.width-zero .effectiveMarketing__progresBarPercent {
  opacity: 0
}

.effectiveMarketing__progresBarPercent {
  background-color: #fff;
  right: auto;
  opacity: 1;
  padding-left: 5px;
  position: absolute;
  left: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate(40%, -135%);
  -ms-transform: translate(40%, -135%);
  transform: translate(40%, -135%);
  -webkit-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.counters {
  margin-bottom: 28px;
  margin-top: 64px;
  position: relative
}

.counters__illustration-left, .counters__illustration-right {
  position: absolute;
  top: 0;
  z-index: -1
}

.counters__illustration-left {
  left: 0;
  -webkit-transform: translate(-66.6%, 9.4%);
  -ms-transform: translate(-66.6%, 9.4%);
  transform: translate(-66.6%, 9.4%)
}

.counters__illustration-right {
  right: 0;
  -webkit-transform: translate(54%, -24.4%);
  -ms-transform: translate(54%, -24.4%);
  transform: translate(54%, -24.4%)
}

.counters .container {
  position: relative
}

.counters .container:after, .counters .container:before {
  background-color: #eee;
  content: "";
  display: block;
  height: 1px;
  width: 100%
}

.counters .container .row>div:nth-child(1) .counters__counter, .counters .container .row>div:nth-child(2) .counters__counter {
  padding-bottom: 15px;
  padding-top: 80px
}

.counters .container .row>div:nth-child(3) .counters__counter, .counters .container .row>div:nth-child(4) .counters__counter {
  padding-bottom: 49px;
  padding-top: 15px
}

.counters__counter {
  padding-left: 10px;
  padding-right: 10px
}

.counters__number {
  font-size: 40px;
  font-weight: 500;
  line-height: 25px
}

.counters__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  margin-top: 16px;
}

.ourClients {
  margin-bottom: 79px;
  min-height: 740px;
  padding-top: 60px;
  position: relative
}

.ourClients__bg-clients {
  bottom: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 2020px;
  max-width: 2020px
}

.ourClients__slider {
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 60px;
  position: relative;
  -webkit-transform: translateY(130px) !important;
  -ms-transform: translateY(130px) !important;
  transform: translateY(130px) !important
}

.ourClients__slide {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 21px;
  -webkit-box-shadow: 0 3px 10px rgba(210, 48, 26, .2);
  box-shadow: 0 3px 10px rgba(210, 48, 26, .2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 99.5%
}

.ourClients__image {
  background-color: #fff;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%
}

.ourClients .swiper-pagination {
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px)
}

.ourClients .swiper-pagination-bullet {
  background-color: #fff;
  border: 1px solid #707070;
  height: 14px;
  opacity: 1;
  margin-left: 8px !important;
  margin-right: 8px !important;
  position: relative;
  width: 14px
}

.ourClients .swiper-pagination-bullet-active {
  background-color: #056839;
  border: 1px solid #056839
}

.reviews {
  direction: ltr;
  padding-bottom: 50px;
}

.reviews .container {
  padding-bottom: 15px
}

.reviews .section-under-title {
  margin-bottom: 50px
}

.reviews__slide {
  padding-right: 20px;
  padding-left: 0
}

.reviews__slide .row {
  padding-left: 18px
}

.reviews__slide .row>div:nth-child(odd) {
  padding-right: 0;
  padding-left: 0
}

.reviews__slide .row>div:nth-child(even) {
  padding-left: 0;
  padding-right: 0
}

.reviews__blockImage {
  background-color: #fff;
  border-radius: 21px;
  -webkit-box-shadow: 0 10px 6px rgba(34, 50, 66, .25);
  box-shadow: 0 10px 6px rgba(34, 50, 66, .25);
  padding-bottom: 92%;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px
}

.reviews__image {
  bottom: 12px;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  width: 100%
}

.reviews__name {
  margin-bottom: 20px;
  margin-top: 15px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px
}

.reviews__review {
  border: 1px solid rgba(34, 50, 66, .35);
  border-radius: 21px;
  box-shadow: 0 3px 6px rgba(34, 50, 66, .35);
  box-shadow: 0 3px 6px rgba(34, 50, 66, .35);
  padding: 30px 42px 23px 40px;
  transition: 0.5s all ease;
}

.reviews__review p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-box-orient: vertical
}

.reviews__fullReview.close p {
  -webkit-line-clamp: 4
}

.reviews__fullReview.close .reviews__buttonRead {
  display: block
}

.reviews__fullReview.close .reviews__buttonCloce {
  display: none
}

.reviews__fullReview .reviews__buttonRead {
  display: none
}

.reviews__fullReview .reviews__buttonCloce {
  display: block
}

.reviews__quote {
  width: 18px
}
.reviews__fullReview font{font-size: 14px !important;text-transform: capitalize;line-height: 1.5;transition: 0.5s all ease;font-family: 'El Messiri', sans-serif !important;}
.reviews__quote-top {
  left: 9px;
  top: 10px
}

.reviews__quote-bottom {
  bottom: 13px;
  right: 9px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.reviews__button {
  background-color: transparent;
  border: none;
  color: #3480e3;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin: -18px 0 0;
  padding: 0;
  text-decoration: underline
}

.reviews__wrapNavigation {
  margin-top: 36px;
  padding-bottom: 20px;
  padding-top: 20px
}

.reviews__wrapNavigation .swiper-button-next svg, .reviews__wrapNavigation .swiper-button-prev svg {
  width: 16px
}

.reviews__wrapNavigation .swiper-button-prev {
  left: 6.3%
}

.reviews__wrapNavigation .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.reviews__wrapNavigation .swiper-button-prev:after {
  display: none
}

.reviews__wrapNavigation .swiper-button-next {
  right: 6.3%
}

.reviews__wrapNavigation .swiper-button-next:after {
  display: none
}

.reviews__wrapNavigation .swiper-pagination {
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px)
}

.reviews__wrapNavigation .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #5a5b5d;
  height: 18px;
  margin-left: 7.5px;
  margin-right: 7.5px;
  position: relative;
  width: 18px
}

.reviews__wrapNavigation .swiper-pagination-bullet-active {
  border: 1px solid transparent;
  background-image: url(../images/svg/indicator_active.svg);
  background-repeat: no-repeat;
  background-size: 34px;
  left: -4px;
  margin: 0 -6px 0 1px;
  padding: 17px;
  top: 12px
}

.appointment {
  margin-bottom: 35px;
  padding-bottom: 95px
}

.appointment .section-under-title {
  margin-bottom: 80px
}

.appointment .section-title {
  font-weight: 600
}

.appointment:before {
  background-color: #ddd;
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 28px;
  width: 100%
}

.appointment__illustration {
  margin-bottom: 35px;
  max-width: 100%;
  min-width: 100%;
  z-index: 1
}

.appointment__arrow {
  bottom: 0;
  display: none;
  right: 20px
}

.appointment__wrapField {
  margin-bottom: 35px;
  width: 100%
}

.appointment__wrapField:nth-child(odd) {
  padding-right: 0
}

.appointment__wrapField:nth-child(even) {
  padding-left: 0
}

.appointment__wrapField-wrapTextarea {
  margin-bottom: 38px;
  padding: 0 !important
}

.appointment__wrapField-wrapTextarea .appointment__notification {
  margin-top: -7px
}

.appointment__wrapField.invalid .appointment__field {
  border: 1px solid rgba(34, 50, 66, .25);
}

.appointment__wrapField.valid .appointment__field {
  border-color: #03c303
}

.appointment__wrapField.empty .appointment__required {
  display: block;
  opacity: 1;
  visibility: visible
}

.appointment__wrapField.number .appointment__symbols {
  display: block;
  opacity: 1;
  visibility: visible
}

.appointment__label {
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 2px
}

.appointment__field {
  border-radius: 12px;
  border: 1px solid rgba(34, 50, 66, .25);
  color: #d3d6d9;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 12px 15px
}

.appointment__field::-webkit-input-placeholder {
  color: inherit
}

.appointment__field::-moz-placeholder {
  color: inherit
}

.appointment__field:-ms-input-placeholder {
  color: inherit
}

.appointment__field::-ms-input-placeholder {
  color: inherit
}

.appointment__field::placeholder {
  color: inherit
}

.appointment__field-message {
  height: 250px;
  resize: none
}

.appointment__notification {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.appointment__required {
  color: #ff6b6b;
  font-size: 15px;
  opacity: 0;
  display: none;
  margin-right: 5px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  visibility: hidden
}

.appointment__symbols {
  color: #ff6b6b;
  opacity: 0;
  display: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  visibility: hidden
}

.appointment__submit {
  background-color: #056839;
  border: 1px solid transparent;
  border-radius: 21px;
  -webkit-box-shadow: 0 5px 10px #056839;
  box-shadow: 0 5px 10px #056839;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: auto;
  margin-right: auto;
  min-width: 120px;
  padding: 10px 15px 11px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.appointment__submit:hover {
  -webkit-box-shadow: 0 2px 6px #056839;
  box-shadow: 0 2px 6px #056839
}

.appointment__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: -15px 0 25px 0
}

.appointment__text a {
  color: #28b0f2;
  text-decoration: underline
}

.appointment__textAfterSending {
  background-color: #fff;
  bottom: 0;
  display: none;
  height: 105%;
  right: -15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  top: -15px;
  width: 105%;
  z-index: 1
}

.appointment__textAfterSending.good {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.faq {
  padding-bottom: 58px
}

.faq .section-title {
  color: inherit;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 26px
}

.faq .container>.row {
  margin-top: 60px
}

.faq .container .row {
  z-index: 1
}

.faq .container .row>div:nth-child(1) {
  margin-bottom: 35px
}

.faq__BlockImage {
  border-radius: 20px 0;
  -webkit-box-shadow: 0 5px 10px rgba(34, 50, 66, .31);
  box-shadow: 0 5px 10px rgba(34, 50, 66, .31);
  margin-bottom: 25px;
  padding-bottom: 60%
}

.faq__image {
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%
}

.faq p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.faq .accordion {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: -5px -8px 0;
  padding: 8px;
  width: 102%
}

.faq .accordion-header {
  background-color: #fff;
  color: #223242;
  cursor: pointer
}

.faq .accordion__item {
  border: 1px solid #dee0e3;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  margin-bottom: 15px
}

.faq__illustration {
  display: none;
  right: 0;
  -webkit-transform: translateX(63%);
  -ms-transform: translateX(63%);
  transform: translateX(63%);
  top: 246px;
  width: 26.5%
}
.contact {
  margin-bottom: 100px
}
.contact__listItem {
  margin-bottom: 25px
}

.contact__listItem:last-child {
  margin-bottom: 0
}

.contact__listIcon {
  height: 28px;
  width: 28px
}

.contact__listWrapLabelLink {
  padding-left: 12px
}

.contact__listLabel {
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 5px;
  margin-top: 6px
}

.contact__listIink {
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.contact__listIink:hover {
  color: #056839
}

.contact__listIink-address {
  color: inherit !important
}

.contact .wrap-map {
  border-radius: 32px;
  -webkit-box-shadow: 0 10px 5px rgba(0, 0, 0, .16);
  box-shadow: 0 10px 5px rgba(0, 0, 0, .16);
  height: 350px;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
  width: 100%
}

.contact .wrap-map:after {
  background: rgba(34, 50, 66, .8);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  top: 0;
  z-index: 10
}

.contact .wrap-map:hover .title-above-map, .contact .wrap-map:hover:after {
  opacity: 0;
  z-index: -1
}

.contact .wrap-map .title-above-map {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 25px;
  left: 50%;
  opacity: 1;
  position: absolute;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 12
}

.contact #map {
  height: 100%;
  width: 100%
}

.subscribe {
  margin-bottom: 100px;
  padding-bottom: 99px
}

.subscribe:after, .subscribe:before {
  background-color: #ddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: calc(100% - 25px)
}

.subscribe:before {
  top: 0
}

.subscribe:after {
  bottom: 40px
}

.subscribe .row:nth-child(2)>div:nth-child(1) {
  padding-right: 0
}

.subscribe .row:nth-child(2)>div:nth-child(2) {
  padding-right: 0
}

.subscribe__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 18px;
  margin-top: 45px
}

.subscribe__BlockImage {
  border-radius: 50px 0;
  padding-bottom: 39%;
  height: 100%;
}

.subscribe__image {
  border-radius: inherit;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  right: 0;
  top: 0;
  width: 100%
}

.subscribe__form {
  height: 45px;
  margin-top: 35px
}

.subscribe__field {
  border: 1px solid #ddd;
  border-radius: 0 21px;
  color: #ddd;
  font-size: 13px;
  font-family: inherit;
  font-weight: 500;
  line-height: 18px;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%
}

.subscribe__field::-webkit-input-placeholder {
  color: inherit
}

.subscribe__field::-moz-placeholder {
  color: inherit
}

.subscribe__field:-ms-input-placeholder {
  color: inherit
}

.subscribe__field::-ms-input-placeholder {
  color: inherit
}

.subscribe__field::placeholder {
  color: inherit
}

.subscribe__submit {
  background-color: transparent;
  border: 1px solid #056839;
  border-radius: 0 21px;
  color: #056839;
  font-size: 13px;
  line-height: 18px;
  margin-left: 15px;
  min-width: 100px;
  padding-left: 8px;
  padding-right: 8px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.subscribe__submit:hover {
  background-color: #056839;
  color: #fff
}

.footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f8), to(#ecf0fb));
  background: -o-linear-gradient(#f7f7f8, #ecf0fb);
  background: linear-gradient(#f7f7f8, #ecf0fb);
  border-bottom: 1px solid #d7dde8;
  border-top: 1px solid #e1e3e5;
  margin-top: auto;
  position: relative
}

.footer .logo {
  margin-bottom: 30px;
  margin-top: 30px
}

.footer__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
  position: relative;
}

.footer__text {
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  margin: 0 0 0
}

.footer__list {
  list-style: none;
  margin-top: 19px;
  padding-left: 0;
  width: 100%
}

.footer__listItem {
  line-height: 36px;
  margin-right: 20px
}

.footer__listItem:last-child {
  margin-right: 0
}

.footer__listItem a {
  color: #657783;
  font-size: 13px;
  font-weight: 500
}

.footer__listItem:nth-child(1):before, .footer__listItem:nth-child(2):before {
  margin-right: 5px;
  position: relative
}

.footer__listItem:nth-child(1):before {
  content: url(../images/svg/mail-footer.svg);
  top: 2px
}

.footer__listItem:nth-child(2):before {
  content: url(../images/svg/smartphone-footer.svg);
  margin-left: 2px;
  top: 5px
}

.footer__listItem:nth-child(2) a {
  font-size: 13px
}

.footer__listItem:last-child a {
  color: #3480e3;
  font-weight: 400;
  text-decoration: underline
}

.footer__listItem:last-child a:hover {
  text-decoration: none
}

.footer__copyright {
  border-top: 1px solid #ddd;
  font-size: 12px;
  font-weight: 300;
  line-height: 23px;
  margin: 9px 0 0;
  padding: 12px 0;
  text-align: center
}

.page-content {
  padding-bottom: 5%;
  padding-top: 15%
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  font-weight: 700;
  margin-top: 50px
}

.page {
  margin-top: 70px
}

.page__header svg {
  max-width: 100%
}

.page__title {
  color: #056839c4;
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0 16px;
}

.page .about {
  background-color: #fff;
  margin-bottom: 86px;
  margin-top: -33px
}

.page__service .appointment:before, .page__team .appointment:before {
  display: none
}

.page__team .section-title {
  color: inherit;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 12px
}

.wrap-header-illustration {
  margin-top: -6px;
  position: relative
}

.wrap-header-illustration svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 760px;
  z-index: 0
}

.wrap-header-illustration .page-title-above-illustration {
  bottom: 50%;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  left: 50%;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  -webkit-transform: translate(-50%, 80%);
  -ms-transform: translate(-50%, 80%);
  transform: translate(-50%, 80%);
  width: 100%;
  z-index: 1
}

.breadcrumb {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 95px;
  margin-top: 32px;
  position: relative
}

.breadcrumb:before {
  background-color: #eee;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  margin-top: -24px;
  width: 462px;
  max-width: 100%
}

.breadcrumb li {
  color: #657783;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.breadcrumb li:before {
  bottom: 1px;
  position: relative
}

.breadcrumb li a {
  color: #6fa0e5
}

.pageAbout .row {
  margin-left: -15px;
  margin-right: -15px
}

.pageAbout__items {
  margin-top: 210px;
  position: relative
}

.pageAbout__items:before {
  background-color: #e8eaeb;
  content: "";
  display: block;
  height: 1px;
  width: 100%
}

.pageAbout__item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 21px;
  -webkit-box-shadow: 0 3px 10px rgba(34, 50, 66, .2);
  box-shadow: 0 3px 10px rgba(34, 50, 66, .2);
  margin-left: 15px;
  margin-right: 15px;
  padding: 35px 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(33.3333% - 30px)
}

.pageAbout__number {
  color: #6c89ff;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 20px;
}

.pageAbout__text {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin: 0
}

.pageService__items {
  margin: 66px 0 80px
}

.pageService__item {
  background-color: #fff;
  border-radius: 21px;
  border: 1px solid #d0d6d9;
  -webkit-box-shadow: 0 5px 10px rgba(34, 29, 29, .16);
  box-shadow: 0 5px 10px rgba(34, 29, 29, .16);
  margin: 10px 0;
  padding: 0 20px 38px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.pageService__item:hover {
  -webkit-box-shadow: 0 8px 10px rgba(59, 44, 44, .35);
  box-shadow: 0 8px 10px rgba(59, 44, 44, .35)
}

.pageService__item:hover .pageService__name {
  color: #056839
}

.pageService__wrap-illustration {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 300px;
  overflow: hidden;
}

.pageService__wrap-illustration img {
  /* margin-bottom: 30px; */
  height: 300px;
  object-fit: cover;
}

.pageService__name {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-top: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.pageService__name:after {
  background-color: #056839;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  content: "";
  display: block;
  height: 3px;
  margin: 10px auto 18px;
  width: 14px
}

.pageService__text {
  color: #657783;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin: 0
}

.page__team .ourTeam {
  margin-bottom: 50px
}

.page__team .ourTeam .container:after {
  background-color: #ddd;
  content: "";
  display: block;
  height: 1px;
  margin-top: 50px;
  width: 100%
}

.pageTeam__wrapVideo {
  background-color: #f7f7f7;
  margin-bottom: 58px;
  padding-bottom: 31.2%;
  display: none;
  position: relative
}

.pageTeam__bg-video {
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%
}

.pageTeam__showVideoBtn {
  border-radius: 50%;
  bottom: 0;
  left: 50%;
  overflow: hidden;
  position: absolute;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  z-index: 1
}

.page__faq .breadcrumb {
  margin-bottom: 10px
}

.page__faq .subscribe {
  padding-bottom: 0
}

.page__faq .subscribe:after {
  display: none
}

.page__portfolio {
  margin-bottom: 50px
}

.page__portfolio .breadcrumb {
  margin-bottom: 91px
}

.page__portfolio .page__above-title {
  color: #657783;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  padding-top: 50px
}

.page__portfolio .page__title {
  padding-top: 3px
}

.page__portfolio .portfolio .row {
  margin-left: -7.5px;
  margin-right: -7.5px
}

.page__portfolio .portfolio__list-filter {
  list-style: none;
  margin: -8px 0 42px;
  padding-left: 0
}

.page__portfolio .portfolio__list-filter-item {
  color: #657783;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  margin: 8px 14px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.page__portfolio .portfolio__list-filter-item.active, .page__portfolio .portfolio__list-filter-item:hover {
  color: #056839
}

.page__portfolio .portfolio__list-filter-item.active {
  cursor: default
}

.page__portfolio .portfolio__work {
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 10px rgba(34, 50, 66, .25);
  box-shadow: 0 3px 10px rgba(34, 50, 66, .25);
  margin: 0 7.5px 50px;
  position: relative;
  overflow: hidden
}

.page__portfolio .portfolio__work:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(154, 133, 244, .91)), to(#059469));
  background: -o-linear-gradient(top, rgba(154, 133, 244, .91), #059469);
  background: linear-gradient(180deg, rgba(154, 133, 244, .91), #059469);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  top: 0
}

.page__portfolio .portfolio__work:hover:after {
  opacity: 1
}

.page__portfolio .portfolio__work:hover .portfolio__work-share, .page__portfolio .portfolio__work:hover .portfolio__work-zoom-image {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s
}

.page__portfolio .portfolio__work:hover .portfolio__work-name-desc {
  bottom: 0;
  z-index: 1
}

.page__portfolio .portfolio__wrap-work-image {
  padding-bottom: 114%;
  position: relative
}

.page__portfolio .portfolio__image {
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0
}

.page__portfolio .portfolio__wrap-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  transform: translateY(-110%);
  z-index: 1
}

.page__portfolio .portfolio__work-zoom-image {
  margin-right: 2px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translateX(-550%);
  -ms-transform: translateX(-550%);
  transform: translateX(-550%);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s
}

.page__portfolio .portfolio__work-share {
  margin-left: 2px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translateX(550%);
  -ms-transform: translateX(550%);
  transform: translateX(550%);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s
}

.page__portfolio .portfolio__work-name-desc {
  bottom: -100%;
  background-color: #fff;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  z-index: 0
}

.page__portfolio .portfolio__work-name {
  font-size: 21px;
  font-weight: 500;
  line-height: 24px;
  margin: 16px 15px 5px
}

.page__portfolio .portfolio__work-desc {
  color: #657783;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  margin: 0 15px 0;
  padding-bottom: 14px
}

.page__portfolio-two-column .portfolio .row {
  margin-left: -23px;
  margin-right: -23px
}

.page__portfolio-two-column .portfolio__work {
  margin-left: 23px;
  margin-right: 23px
}

.page__portfolio-two-column .portfolio__wrap-work-image {
  padding-bottom: 80%
}

.page__portfolio .mfp-with-zoom .mfp-container, .page__portfolio .mfp-with-zoom.mfp-bg {
  opacity: 0;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.page__portfolio .mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1
}

.page__portfolio .mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: .8
}

.page__portfolio .mfp-with-zoom.mfp-removing .mfp-container, .page__portfolio .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0
}

#popup-team-video .popup__body {
  border-radius: 0;
  padding: 0
}

#popup-team-video .popup__body iframe {
  min-height: 378px;
  margin-bottom: -7px;
  width: 100%
}

@media screen and (min-width: 240px) {
  .services {
      padding-top: 73px
  }

  footer .social-list-2 ul {
      display: inline-flex;
      gap: 21px;
  }

  .reviews .section-title {
      padding-top: 54px
  }

  .appointment .section-title {
      padding-top: 54px
  }
}

@media screen and (min-width: 418px) {
  .about__bottomInfoTitle:before {
      width: 85px
  }

  footer .social-list-2 {
      display: inline-block;
  }

  .about__bottomInfoTitle:after {
      width: 85px
  }

  .ourTeam__worker {
      min-height: 700px
  }

  .ourTeam__worker:hover .ourTeam__workerContent:after, .ourTeam__worker:hover .ourTeam__workerContent:before {
      width: 350px
  }

  .appointment__wrapField {
      width: 50%
  }

  .appointment__wrapField:nth-child(odd) {
      padding-right: 12px
  }

  .appointment__wrapField:nth-child(even) {
      padding-left: 12px
  }
}

@media screen and (min-width: 430px) {
  .ourClients {
      min-height: 540px
  }

  footer .social-list-2 {
      display: inline-block;
  }

  .ourClients__bg-clients {
      min-width: 1400px;
      max-width: 1400px
  }

  .ourClients__slide {
      padding-bottom: 46.4%
  }
}

@media screen and (min-width: 460px) {
  .ourClients__slider {
      -webkit-transform: translateY(120px) !important;
      -ms-transform: translateY(120px) !important;
      transform: translateY(120px) !important
  }
}

@media screen and (min-width: 480px) {
  .ourClients {
      min-height: 610px
  }

  footer .social-list-2 {
      display: inline-block;
  }

  .ourClients__bg-clients {
      min-width: 1600px;
      max-width: 1600px
  }

  .ourClients__slider {
      -webkit-transform: translateY(152px) !important;
      -ms-transform: translateY(152px) !important;
      transform: translateY(152px) !important
  }
}


@media screen and (min-width: 576px) {
  .popup .logo {
      font-size: 32px;
      line-height: 15px;
      margin-bottom: 56px
  }

  footer .social-list-2 {
      display: inline-block;
  }

  .popup__content.thankBlock .chimeForm__submit {
      margin-top: 70px
  }

  .popup__title {
      font-size: 28px;
      line-height: 34px
  }

  .popup__thanks {
      font-size: 28px;
      line-height: 34px
  }

  .popup__textAfterSending {
      font-size: 21px;
      line-height: 22px;
      margin: 40px 0 30px
  }

  .popup__goodDay {
      font-size: 28px;
      line-height: 25px
  }

  .header.scrollPage .logo {
      font-size: 19px
  }

  .header .topmenu__burgerLine:before {
      top: -8px
  }

  .header .topmenu__burgerLine:after {
      top: 8px
  }

  .logo {
      font-size: 22px;
      line-height: 10px
  }

  .firstScreen__title {
      font-size: 40px;
      line-height: 50px
  }

  .firstScreen__text {
      font-size: 15px;
      line-height: 30px
  }

  .about__title {
      font-size: 19px;
      line-height: 28px
  }

  .about__bottomInfo {
      background-color: transparent;
      border-bottom: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      padding-bottom: 0;
      padding-top: 0
  }

  .about__bottomInfo:after, .about__bottomInfo:before {
      display: none
  }

  .about__bottomInfo .row>div {
      padding-right: 15px
  }

  .about__bottomInfoBG {
      display: block
  }

  .about__bottomInfoItem {
      margin-bottom: 20px;
      margin-top: 0;
      text-align: left
  }

  .about__bottomInfoItem:before {
      height: 13%;
      left: auto;
      -webkit-transform: translate(-13px, 3px);
      -ms-transform: translate(-13px, 3px);
      transform: translate(-13px, 3px);
      width: 1px;
  }

  .about__bottomInfoItem p {
      font-size: 11px;
      line-height: 23px
  }

  .about__bottomInfoTitle {
      margin-bottom: 5px
  }

  .services .container .row {
      margin-left: -15px;
      margin-right: -15px
  }

  .services .container .row>div {
      margin-left: 15px;
      margin-right: 15px;
      padding-left: 0;
      padding-right: 0;
      width: calc(50% - 30px)
  }

  .counters .container .row>div:nth-child(1) .counters__counter, .counters .container .row>div:nth-child(2) .counters__counter {
      padding-bottom: 49px
  }

  .counters .container .row>div:nth-child(3) .counters__counter, .counters .container .row>div:nth-child(4) .counters__counter {
      padding-top: 80px
  }

  .counters__counter {
      padding-bottom: 20px;
      padding-top: 20px
  }

  .ourTeam__worker {
      min-height: 670px
  }

  .ourTeam__workerContent {
      padding: 65px 15px
  }

  .appointment__submit {
      min-width: 140px;
      padding: 13px 20px 15px
  }

  .news .sidebar .container .row>div:nth-child(odd) {
      padding-right: 15px
  }

  .news .sidebar .container .row>div:nth-child(even) {
      padding-left: 15px
  }

  .pageService__items {
      margin: 66px -15px 80px
  }

  .pageService__item {
      margin: 15px 15px
  }
}

@media screen and (min-width: 684px) {
  .effectiveMarketing__title {
      font-size: 28px;
      line-height: 35px
  }
}

@media (min-width: 768px) {
  .container, .container-md, .container-sm {
      max-width: 720px
  }

  .col-md {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
      flex: 1 0 0%
  }

  .row-cols-md-auto>* {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto
  }

  .row-cols-md-1>* {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 100%
  }

  .row-cols-md-2>* {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 50%
  }

  .row-cols-md-3>* {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 33.3333333333%
  }

  .row-cols-md-4>* {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 25%
  }

  .row-cols-md-5>* {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 20%
  }

  .row-cols-md-6>* {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 16.6666666667%
  }

  .col-md-auto {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto
  }

  .col-md-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 8.3333333333%
  }

  .col-md-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 16.6666666667%
  }

  .col-md-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 25%
  }

  .col-md-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 33.3333333333%
  }

  .col-md-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 41.6666666667%
  }

  .col-md-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 50%
  }

  .col-md-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 58.3333333333%
  }

  .col-md-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 66.6666666667%
  }

  .col-md-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 75%
  }

  .col-md-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 83.3333333333%
  }

  .col-md-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 91.6666666667%
  }

  .col-md-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 100%
  }

  .offset-md-0 {
      margin-left: 0
  }

  .offset-md-1 {
      margin-left: 8.3333333333%
  }

  .offset-md-2 {
      margin-left: 16.6666666667%
  }

  .offset-md-3 {
      margin-left: 25%
  }

  .offset-md-4 {
      margin-left: 33.3333333333%
  }

  .offset-md-5 {
      margin-left: 41.6666666667%
  }

  .offset-md-6 {
      margin-left: 50%
  }

  .offset-md-7 {
      margin-left: 58.3333333333%
  }

  .offset-md-8 {
      margin-left: 66.6666666667%
  }

  .offset-md-9 {
      margin-left: 75%
  }

  .offset-md-10 {
      margin-left: 83.3333333333%
  }

  .offset-md-11 {
      margin-left: 91.6666666667%
  }

  .g-md-0, .gx-md-0 {
      --bs-gutter-x: 0
  }

  .g-md-0, .gy-md-0 {
      --bs-gutter-y: 0
  }

  .g-md-1, .gx-md-1 {
      --bs-gutter-x: 0.25rem
  }

  .g-md-1, .gy-md-1 {
      --bs-gutter-y: 0.25rem
  }

  .g-md-2, .gx-md-2 {
      --bs-gutter-x: 0.5rem
  }

  .g-md-2, .gy-md-2 {
      --bs-gutter-y: 0.5rem
  }

  .g-md-3, .gx-md-3 {
      --bs-gutter-x: 1rem
  }

  .g-md-3, .gy-md-3 {
      --bs-gutter-y: 1rem
  }

  .g-md-4, .gx-md-4 {
      --bs-gutter-x: 1.5rem
  }

  .g-md-4, .gy-md-4 {
      --bs-gutter-y: 1.5rem
  }

  .g-md-5, .gx-md-5 {
      --bs-gutter-x: 3rem
  }

  .g-md-5, .gy-md-5 {
      --bs-gutter-y: 3rem
  }

  .dropdown-menu-md-start {
      --bs-position: start
  }

  .dropdown-menu-md-start[data-bs-popper] {
      right: auto;
      left: 0
  }

  .dropdown-menu-md-end {
      --bs-position: end
  }

  .dropdown-menu-md-end[data-bs-popper] {
      right: 0;
      left: auto
  }

  .navbar-expand-md {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start
  }

  .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
      position: absolute
  }

  .navbar-expand-md .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem
  }

  .navbar-expand-md .navbar-nav-scroll {
      overflow: visible
  }

  .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto
  }

  .navbar-expand-md .navbar-toggler {
      display: none
  }

  .list-group-horizontal-md {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row
  }

  .list-group-horizontal-md>.list-group-item:first-child {
      border-bottom-left-radius: .25rem;
      border-top-right-radius: 0
  }

  .list-group-horizontal-md>.list-group-item:last-child {
      border-top-right-radius: .25rem;
      border-bottom-left-radius: 0
  }

  .list-group-horizontal-md>.list-group-item.active {
      margin-top: 0
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item {
      border-top-width: 1px;
      border-left-width: 0
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px
  }

  .sticky-md-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020
  }

  .float-md-start {
      float: left !important
  }

  .float-md-end {
      float: right !important
  }

  .float-md-none {
      float: none !important
  }

  .d-md-inline {
      display: inline !important
  }

  .d-md-inline-block {
      display: inline-block !important
  }

  .d-md-block {
      display: block !important
  }

  .d-md-grid {
      display: grid !important
  }

  .d-md-table {
      display: table !important
  }

  .d-md-table-row {
      display: table-row !important
  }

  .d-md-table-cell {
      display: table-cell !important
  }

  .d-md-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important
  }

  .d-md-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important
  }

  .d-md-none {
      display: none !important
  }

  .flex-md-fill {
      -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important
  }

  .flex-md-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important
  }

  .flex-md-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important
  }

  .flex-md-row-reverse {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important
  }

  .flex-md-column-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important
  }

  .flex-md-grow-0 {
      -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important
  }

  .flex-md-grow-1 {
      -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important
  }

  .flex-md-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important
  }

  .flex-md-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important
  }

  .flex-md-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important
  }

  .flex-md-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important
  }

  .flex-md-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important
  }

  .gap-md-0 {
      gap: 0 !important
  }

  .gap-md-1 {
      gap: .25rem !important
  }

  .gap-md-2 {
      gap: .5rem !important
  }

  .gap-md-3 {
      gap: 1rem !important
  }

  .gap-md-4 {
      gap: 1.5rem !important
  }

  .gap-md-5 {
      gap: 3rem !important
  }

  .justify-content-md-start {
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important
  }

  .justify-content-md-end {
      -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
      justify-content: flex-end !important
  }

  .justify-content-md-center {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important
  }

  .justify-content-md-between {
      -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important
  }

  .justify-content-md-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important
  }

  .justify-content-md-evenly {
      -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
      justify-content: space-evenly !important
  }

  .align-items-md-start {
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      align-items: flex-start !important
  }

  .align-items-md-end {
      -webkit-box-align: end !important;
      -ms-flex-align: end !important;
      align-items: flex-end !important
  }

  .align-items-md-center {
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important
  }

  .align-items-md-baseline {
      -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
      align-items: baseline !important
  }

  .align-items-md-stretch {
      -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
      align-items: stretch !important
  }

  .align-content-md-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important
  }

  .align-content-md-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important
  }

  .align-content-md-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important
  }

  .align-content-md-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important
  }

  .align-content-md-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important
  }

  .align-content-md-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important
  }

  .align-self-md-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important
  }

  .align-self-md-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important
  }

  .align-self-md-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important
  }

  .align-self-md-center {
      -ms-flex-item-align: center !important;
      align-self: center !important
  }

  .align-self-md-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important
  }

  .align-self-md-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important
  }

  .order-md-first {
      -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
      order: -1 !important
  }

  .order-md-0 {
      -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
      order: 0 !important
  }

  .order-md-1 {
      -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
      order: 1 !important
  }

  .order-md-2 {
      -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
      order: 2 !important
  }

  .order-md-3 {
      -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
      order: 3 !important
  }

  .order-md-4 {
      -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
      order: 4 !important
  }

  .order-md-5 {
      -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
      order: 5 !important
  }

  .order-md-last {
      -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
      order: 6 !important
  }

  .m-md-0 {
      margin: 0 !important
  }

  .m-md-1 {
      margin: .25rem !important
  }

  .m-md-2 {
      margin: .5rem !important
  }

  .m-md-3 {
      margin: 1rem !important
  }

  .m-md-4 {
      margin: 1.5rem !important
  }

  .m-md-5 {
      margin: 3rem !important
  }

  .m-md-auto {
      margin: auto !important
  }

  .mx-md-0 {
      margin-right: 0 !important;
      margin-left: 0 !important
  }

  .mx-md-1 {
      margin-right: .25rem !important;
      margin-left: .25rem !important
  }

  .mx-md-2 {
      margin-right: .5rem !important;
      margin-left: .5rem !important
  }

  .mx-md-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important
  }

  .mx-md-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important
  }

  .mx-md-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important
  }

  .mx-md-auto {
      margin-right: auto !important;
      margin-left: auto !important
  }

  .my-md-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important
  }

  .my-md-1 {
      margin-top: .25rem !important;
      margin-bottom: .25rem !important
  }

  .my-md-2 {
      margin-top: .5rem !important;
      margin-bottom: .5rem !important
  }

  .my-md-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important
  }

  .my-md-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important
  }

  .my-md-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important
  }

  .my-md-auto {
      margin-top: auto !important;
      margin-bottom: auto !important
  }

  .mt-md-0 {
      margin-top: 0 !important
  }

  .mt-md-1 {
      margin-top: .25rem !important
  }

  .mt-md-2 {
      margin-top: .5rem !important
  }

  .mt-md-3 {
      margin-top: 1rem !important
  }

  .mt-md-4 {
      margin-top: 1.5rem !important
  }

  .mt-md-5 {
      margin-top: 3rem !important
  }

  .mt-md-auto {
      margin-top: auto !important
  }

  .me-md-0 {
      margin-right: 0 !important
  }

  .me-md-1 {
      margin-right: .25rem !important
  }

  .me-md-2 {
      margin-right: .5rem !important
  }

  .me-md-3 {
      margin-right: 1rem !important
  }

  .me-md-4 {
      margin-right: 1.5rem !important
  }

  .me-md-5 {
      margin-right: 3rem !important
  }

  .me-md-auto {
      margin-right: auto !important
  }

  .mb-md-0 {
      margin-bottom: 0 !important
  }

  .mb-md-1 {
      margin-bottom: .25rem !important
  }

  .mb-md-2 {
      margin-bottom: .5rem !important
  }

  .mb-md-3 {
      margin-bottom: 1rem !important
  }

  .mb-md-4 {
      margin-bottom: 1.5rem !important
  }

  .mb-md-5 {
      margin-bottom: 3rem !important
  }

  .mb-md-auto {
      margin-bottom: auto !important
  }

  .ms-md-0 {
      margin-left: 0 !important
  }

  .ms-md-1 {
      margin-left: .25rem !important
  }

  .ms-md-2 {
      margin-left: .5rem !important
  }

  .ms-md-3 {
      margin-left: 1rem !important
  }

  .ms-md-4 {
      margin-left: 1.5rem !important
  }

  .ms-md-5 {
      margin-left: 3rem !important
  }

  .ms-md-auto {
      margin-left: auto !important
  }

  .p-md-0 {
      padding: 0 !important
  }

  .p-md-1 {
      padding: .25rem !important
  }

  .p-md-2 {
      padding: .5rem !important
  }

  .p-md-3 {
      padding: 1rem !important
  }

  .p-md-4 {
      padding: 1.5rem !important
  }

  .p-md-5 {
      padding: 3rem !important
  }

  .px-md-0 {
      padding-right: 0 !important;
      padding-left: 0 !important
  }

  .px-md-1 {
      padding-right: .25rem !important;
      padding-left: .25rem !important
  }

  .px-md-2 {
      padding-right: .5rem !important;
      padding-left: .5rem !important
  }

  .px-md-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important
  }

  .px-md-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important
  }

  .px-md-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important
  }

  .py-md-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important
  }

  .py-md-1 {
      padding-top: .25rem !important;
      padding-bottom: .25rem !important
  }

  .py-md-2 {
      padding-top: .5rem !important;
      padding-bottom: .5rem !important
  }

  .py-md-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important
  }

  .py-md-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important
  }

  .py-md-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important
  }

  .pt-md-0 {
      padding-top: 0 !important
  }

  .pt-md-1 {
      padding-top: .25rem !important
  }

  .pt-md-2 {
      padding-top: .5rem !important
  }

  .pt-md-3 {
      padding-top: 1rem !important
  }

  .pt-md-4 {
      padding-top: 1.5rem !important
  }

  .pt-md-5 {
      padding-top: 3rem !important
  }

  .pe-md-0 {
      padding-right: 0 !important
  }

  .pe-md-1 {
      padding-right: .25rem !important
  }

  .pe-md-2 {
      padding-right: .5rem !important
  }

  .pe-md-3 {
      padding-right: 1rem !important
  }

  .pe-md-4 {
      padding-right: 1.5rem !important
  }

  .pe-md-5 {
      padding-right: 3rem !important
  }

  .pb-md-0 {
      padding-bottom: 0 !important
  }

  .pb-md-1 {
      padding-bottom: .25rem !important
  }

  .pb-md-2 {
      padding-bottom: .5rem !important
  }

  .pb-md-3 {
      padding-bottom: 1rem !important
  }

  .pb-md-4 {
      padding-bottom: 1.5rem !important
  }

  .pb-md-5 {
      padding-bottom: 3rem !important
  }

  .ps-md-0 {
      padding-left: 0 !important
  }

  .ps-md-1 {
      padding-left: .25rem !important
  }

  .ps-md-2 {
      padding-left: .5rem !important
  }

  .ps-md-3 {
      padding-left: 1rem !important
  }

  .ps-md-4 {
      padding-left: 1.5rem !important
  }

  .ps-md-5 {
      padding-left: 3rem !important
  }

  .text-md-start {
      text-align: left !important
  }

  .text-md-end {
      text-align: right !important
  }

  .text-md-center {
      text-align: center !important
  }
}

@media screen and (min-width: 768px) {
  .popup__title {
      font-size: 32px;
      line-height: 38px
  }

  .header.scrollPage .logo {
      font-size: 22px
  }

  .header.scrollPage .top-panel {
      height: 50px
  }

  .header.scrollPage .topmenu__list {
      top: 50px
  }

  .header.scrollPage .topmenu__list.open {
      height: calc(100vh - 50px)
  }

  .header .topmenu__burger {
      height: 19px;
      width: 28px
  }

  .header .topmenu__burgerLine:before {
      top: -8px
  }

  .header .topmenu__burgerLine:after {
      top: 8px
  }

  .header .topmenu__list {
      top: 80px
  }

  .header .topmenu__list.open {
      height: calc(100vh - 80px);
      margin-top: 10px;
  }

  .header .topmenu__listItem {
      margin: 45px 19px
  }

  .header .topmenu__listItem a {
      font-size: 21px;
      line-height: 26px
  }

  .logo {
      font-size: 26px
  }

  .firstScreen__aboveTitle {
      font-size: 16px;
      line-height: 33px
  }

  .firstScreen__title {
      font-size: 60px;
      line-height: 80px
  }

  .firstScreen__btn {
      font-size: 15px;
      padding: 12px 76px
  }

  .firstScreen__btnDown {
      bottom: 5%
  }

  .firstScreen__btnDown svg {
      width: auto
  }

  .about .section-title {
      padding-top: 88px
  }

  .about__bottomInfo {
      margin-top: 56px
  }

  .about__bottomInfoItem {
      margin-bottom: 25px;
      padding-right: 20px
  }

  .about__bottomInfoItem:before {
      height: 16%;
      -ms-transform: translate(-23px, 4px);
  }

  .about__bottomInfoItem p {
      font-size: 14px;
      line-height: 28px;
  }

  .about__bottomInfoTitle {
      margin-bottom: -5px
  }

  .services {
      padding-top: 80px
  }

  .works .container>.row {
      padding-bottom: 60px
  }

  .works .container .row>div:nth-child(1) .works__illustration {
      -webkit-transform: translate(-12%, 15%);
      -ms-transform: translate(-12%, 15%);
      transform: translate(-12%, 15%);
  }

  .works .container .row>div:nth-child(1) .works__blockText {
      -webkit-transform: translateX(70%);
      -ms-transform: translateX(70%);
      transform: translateX(70%)
  }

  .works .container .row>div:nth-child(1) .works__blockText .works__triangle {
      border-bottom: 1px solid rgba(34, 50, 66, .1);
      border-left: 1px solid rgba(34, 50, 66, .1);
      left: 0;
      -webkit-transform: translateX(1.2%) rotate(45deg);
      -ms-transform: translateX(1.2%) rotate(45deg);
      /* transform: translateX(1.2%) rotate(45deg); */
      top: auto;
  }

  .works .container .row>div:nth-child(2) {
      margin-top: 200px
  }

  .works .container .row>div:nth-child(2) .works__illustration {
      -webkit-transform: translate(-40%, 17%);
      -ms-transform: translate(-40%, 17%);
      transform: translate(-40%, 17%)
  }

  .works .container .row>div:nth-child(2) .works__blockText {
      -webkit-transform: translateX(52%);
      -ms-transform: translateX(52%);
      transform: translateX(52%)
  }

  .works .container .row>div:nth-child(2) .works__blockText .works__triangle {
      border-bottom: 1px solid #657783;
      border-left: 1px solid #657783;
      left: 0;
      -webkit-transform: translateX(1.2%) rotate(45deg);
      -ms-transform: translateX(1.2%) rotate(45deg);
      transform: translateX(1.2%) rotate(45deg);
      top: auto
  }

  .works .container .row>div:nth-child(3) .works__illustration {
      -webkit-transform: translate(179%, 17%);
      -ms-transform: translate(179%, 17%);
      transform: translate(179%, 17%)
  }

  .works .container .row>div:nth-child(3) .works__blockText .works__triangle {
      border-bottom: 1px solid #657783;
      border-left: 1px solid #657783;
      left: auto;
      right: 0;
      -webkit-transform: translateX(-1%) rotate(-135deg);
      -ms-transform: translateX(-1%) rotate(-135deg);
      transform: translateX(-1%) rotate(-135deg);
      top: auto
  }

  .works .container .row>div:nth-child(4) {
      margin-top: 160px
  }

  .works .container .row>div:nth-child(4) .works__illustration {
      -webkit-transform: translate(140%, 17%);
      -ms-transform: translate(140%, 17%);
      transform: translate(140%, 17%)
  }

  .works .container .row>div:nth-child(4) .works__blockText {
      -webkit-transform: translateX(-25%);
      -ms-transform: translateX(-25%);
      transform: translateX(-25%)
  }

  .works .container .row>div:nth-child(4) .works__blockText .works__triangle {
      border-bottom: 1px solid #657783;
      border-left: 1px solid #657783;
      left: auto;
      right: 0;
      -webkit-transform: translateX(-1%) rotate(-135deg);
      -ms-transform: translateX(-1%) rotate(-135deg);
      transform: translateX(-1%) rotate(-135deg);
      top: auto;
      z-index: -3;
  }

  .works__illustration {
      right: auto;
      background-color: #fff;
      left: auto;
      -webkit-transform: translate(0);
      -ms-transform: translate(0);
      transform: translate(0);
      z-index: 0;
      width: 140px;
  }

  .works__arrowOne {
      display: block;
      -webkit-transform: translate(95%, 130%) rotate(3deg);
      -ms-transform: translate(95%, 130%) rotate(3deg);
      transform: translate(95%, 130%) rotate(3deg);
      width: 340px
  }

  .works__arrowTwo {
      display: block;
      -webkit-transform: translate(-19%, 90%);
      -ms-transform: translate(-19%, 90%);
      transform: translate(-19%, 90%);
      min-width: 750px;
      width: 700px
  }

  .works__blockText {
      border: 1px solid #657783;
      margin-bottom: 0;
      min-height: 150px;
      left: 0;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      width: 220px
  }

  .works__blockText:after {
      display: none
  }

  .works__blockText p {
      padding-top: 0
  }

  .works__triangle {
      -webkit-box-shadow: 0 3px 4px rgba(34, 50, 66, .3);
      box-shadow: 0 3px 4px rgba(34, 50, 66, .3)
  }

  .effectiveMarketing__title {
      text-align: left
  }

  .effectiveMarketing__progresBars {
      padding-top: 0;
  }

  .counters .container .row>div:nth-child(1) .counters__counter, .counters .container .row>div:nth-child(2) .counters__counter {
      padding-bottom: 73px;
      padding-top: 114px
  }

  .counters .container .row>div:nth-child(3) .counters__counter, .counters .container .row>div:nth-child(4) .counters__counter {
      padding-bottom: 73px;
      padding-top: 114px
  }

  .counters__counter {
      padding-bottom: 73px;
      padding-top: 114px
  }

  .counters__number {
      font-size: 50px;
      line-height: 35px
  }

  .counters__text {
      font-size: 16px;
      line-height: 38px
  }

  .ourClients__slide {
      padding-bottom: 30%
  }

  .ourTeam .row {
      margin-left: -10px;
      margin-right: -10px
  }

  .ourTeam .row>div {
      margin-left: 15px;
      margin-right: 15px;
      width: calc(33.3333% - 30px)
  }

  .ourTeam__worker {
      min-height: 300px
  }

  .ourTeam__worker:hover .ourTeam__workerContent:after, .ourTeam__worker:hover .ourTeam__workerContent:before {
      width: 160px
  }

  .ourTeam__workerContent {
      padding: 25px 10px
  }

  .ourTeam__workerContent:after, .ourTeam__workerContent:before {
      height: 1px
  }

  .ourTeam__name {
      font-size: 17px;
      line-height: 26px
  }

  .ourTeam__position {
      font-size: 13px;
      line-height: 19px
  }

  .ourTeam__socialItem {
      margin: 0 9px
  }

  .ourTeam__socialIink {
      height: 16px;
      width: 16px
  }

  .ourTeam__socialIink-twitter {
      bottom: 2px;
      height: 17px;
      width: 17px
  }

  .reviews .section-title {
      padding-top: 60px
  }

  .appointment .section-under-title {
      margin-bottom: 111px
  }

  .appointment .section-title {
      padding-top: 60px
  }

  .appointment__submit {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      margin-left: 0;
      margin-right: 0
  }

  .appointment__text {
      margin: 0 0 0 20px
  }

  .lastNews {
      padding-bottom: 102px
  }

  .lastNews .section-title {
      padding-top: 31px
  }

  .lastNews .container:before {
      width: 96.8%
  }

  .lastNews .container .row {
      margin-left: -10px;
      margin-right: -10px
  }

  .lastNews .container .row>div {
      margin-bottom: 0;
      margin-left: 10px;
      margin-right: 10px;
      width: calc(33.3333% - 20px)
  }

  .lastNews__title {
      font-size: 16px;
      line-height: 24px;
      text-align: left
  }

  .lastNews__text {
      font-size: 14px;
      line-height: 21px
  }

  .news__postTitle {
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 25px;
      margin-top: 100px
  }

  .news .wpap-comment__form #commentform .commentform__wrap-fields {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px
  }

  .news .wpap-comment__form #commentform input {
      margin-left: 10px;
      margin-right: 10px;
      width: calc(33.3333% - 20px)
  }

  .news .sidebar .container .row>div:nth-child(odd) {
      padding-right: 20px
  }

  .news .sidebar .container .row>div:nth-child(even) {
      padding-left: 20px
  }

  .contact__listItem {
      margin-bottom: 40px;
  }

  .contact__listIcon {
      height: 32px;
      width: 32px
  }

  .contact__listWrapLabelLink {
      padding-left: 16px
  }

  .contact__listLabel {
      font-size: 21px;
      line-height: 18px;
      margin-bottom: 8px;
      margin-top: 8px
  }

  .contact__listIink {
      font-size: 15px;
      line-height: 22px
  }

  .contact .wrap-map {
      margin-top: 0
  }

  .contact .wrap-map .title-above-map {
      font-size: 36px
  }

  .subscribe {
      padding-top: 60px
  }

  .subscribe:after {
      bottom: 20px
  }

  .subscribe .row:nth-child(2)>div:nth-child(1) {
      padding-right: 1.9%
  }

  .subscribe .row:nth-child(2)>div:nth-child(2) {
      padding-left: 12px;
      padding-left: 1.9%
  }

  .subscribe__text {
      font-size: 15px;
      line-height: 22px;
      margin-top: 0
  }

  .subscribe__image {
      width: calc(100% - 12px);
  }

  .subscribe__form {
      height: 50px;
      margin-top: 0
  }

  .subscribe__field {
      font-size: 14px;
      line-height: 19px;
      padding-left: 15px;
      padding-right: 15px;
      width: calc(100% - 128px)
  }

  .subscribe__submit {
      font-size: 14px;
      line-height: 19px;
      margin-left: 15px;
      min-width: 120px
  }

  .footer .logo {
      margin-bottom: 0;
      margin-top: 0
  }

  .footer__list {
      width: auto
  }

  .footer__listItem {
      margin-left: 0;
      margin-right: 0;
      margin-top: 0
  }

  .wrap-header-illustration svg {
      margin-left: auto;
      margin-right: auto;
      max-width: 1920px
  }

  .wrap-header-illustration .page-title-above-illustration {
      font-size: 34px;
      line-height: 42px;
      width: auto
  }
}

@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
      max-width: 960px
  }

  .col-lg {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
      flex: 1 0 0%
  }

  .row-cols-lg-auto>* {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto
  }

  .row-cols-lg-1>* {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 100%
  }

  .row-cols-lg-2>* {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 50%
  }

  .row-cols-lg-3>* {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 33.3333333333%
  }

  .row-cols-lg-4>* {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 25%
  }

  .row-cols-lg-5>* {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 20%
  }

  .row-cols-lg-6>* {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 16.6666666667%
  }

  .col-lg-auto {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto
  }

  .col-lg-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 8.3333333333%
  }

  .col-lg-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 16.6666666667%
  }

  .col-lg-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 25%
  }

  .col-lg-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 33.3333333333%
  }

  .col-lg-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 41.6666666667%
  }

  .col-lg-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 50%
  }

  .col-lg-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 58.3333333333%
  }

  .col-lg-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 66.6666666667%
  }

  .col-lg-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 75%
  }

  .col-lg-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 83.3333333333%
  }

  .col-lg-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 91.6666666667%
  }

  .col-lg-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 100%
  }

  .offset-lg-0 {
      margin-left: 0
  }

  .offset-lg-1 {
      margin-left: 8.3333333333%
  }

  .offset-lg-2 {
      margin-left: 16.6666666667%
  }

  .offset-lg-3 {
      margin-left: 25%
  }

  .offset-lg-4 {
      margin-left: 33.3333333333%
  }

  .offset-lg-5 {
      margin-left: 41.6666666667%
  }

  .offset-lg-6 {
      margin-left: 50%
  }

  .offset-lg-7 {
      margin-left: 58.3333333333%
  }

  .offset-lg-8 {
      margin-left: 66.6666666667%
  }

  .offset-lg-9 {
      margin-left: 75%
  }

  .offset-lg-10 {
      margin-left: 83.3333333333%
  }

  .offset-lg-11 {
      margin-left: 91.6666666667%
  }

  .g-lg-0, .gx-lg-0 {
      --bs-gutter-x: 0
  }

  .g-lg-0, .gy-lg-0 {
      --bs-gutter-y: 0
  }

  .g-lg-1, .gx-lg-1 {
      --bs-gutter-x: 0.25rem
  }

  .g-lg-1, .gy-lg-1 {
      --bs-gutter-y: 0.25rem
  }

  .g-lg-2, .gx-lg-2 {
      --bs-gutter-x: 0.5rem
  }

  .g-lg-2, .gy-lg-2 {
      --bs-gutter-y: 0.5rem
  }

  .g-lg-3, .gx-lg-3 {
      --bs-gutter-x: 1rem
  }

  .g-lg-3, .gy-lg-3 {
      --bs-gutter-y: 1rem
  }

  .g-lg-4, .gx-lg-4 {
      --bs-gutter-x: 1.5rem
  }

  .g-lg-4, .gy-lg-4 {
      --bs-gutter-y: 1.5rem
  }

  .g-lg-5, .gx-lg-5 {
      --bs-gutter-x: 3rem
  }

  .g-lg-5, .gy-lg-5 {
      --bs-gutter-y: 3rem
  }

  .dropdown-menu-lg-start {
      --bs-position: start
  }

  .dropdown-menu-lg-start[data-bs-popper] {
      right: auto;
      left: 0
  }

  .dropdown-menu-lg-end {
      --bs-position: end
  }

  .dropdown-menu-lg-end[data-bs-popper] {
      right: 0;
      left: auto
  }

  .navbar-expand-lg {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start
  }

  .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute
  }

  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem
  }

  .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible
  }

  .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto
  }

  .navbar-expand-lg .navbar-toggler {
      display: none
  }

  .list-group-horizontal-lg {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row
  }

  .list-group-horizontal-lg>.list-group-item:first-child {
      border-bottom-left-radius: .25rem;
      border-top-right-radius: 0
  }

  .list-group-horizontal-lg>.list-group-item:last-child {
      border-top-right-radius: .25rem;
      border-bottom-left-radius: 0
  }

  .list-group-horizontal-lg>.list-group-item.active {
      margin-top: 0
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item {
      border-top-width: 1px;
      border-left-width: 0
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px
  }

  .modal-lg, .modal-xl {
      max-width: 800px
  }

  .sticky-lg-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020
  }

  .float-lg-start {
      float: left !important
  }

  .float-lg-end {
      float: right !important
  }

  .float-lg-none {
      float: none !important
  }

  .d-lg-inline {
      display: inline !important
  }

  .d-lg-inline-block {
      display: inline-block !important
  }

  .d-lg-block {
      display: block !important
  }

  .d-lg-grid {
      display: grid !important
  }

  .d-lg-table {
      display: table !important
  }

  .d-lg-table-row {
      display: table-row !important
  }

  .d-lg-table-cell {
      display: table-cell !important
  }

  .d-lg-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important
  }

  .d-lg-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important
  }

  .d-lg-none {
      display: none !important
  }

  .flex-lg-fill {
      -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important
  }

  .flex-lg-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important
  }

  .flex-lg-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important
  }

  .flex-lg-row-reverse {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important
  }

  .flex-lg-column-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important
  }

  .flex-lg-grow-0 {
      -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important
  }

  .flex-lg-grow-1 {
      -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important
  }

  .flex-lg-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important
  }

  .flex-lg-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important
  }

  .flex-lg-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important
  }

  .flex-lg-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important
  }

  .flex-lg-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important
  }

  .gap-lg-0 {
      gap: 0 !important
  }

  .gap-lg-1 {
      gap: .25rem !important
  }

  .gap-lg-2 {
      gap: .5rem !important
  }

  .gap-lg-3 {
      gap: 1rem !important
  }

  .gap-lg-4 {
      gap: 1.5rem !important
  }

  .gap-lg-5 {
      gap: 3rem !important
  }

  .justify-content-lg-start {
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important
  }

  .justify-content-lg-end {
      -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
      justify-content: flex-end !important
  }

  .justify-content-lg-center {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important
  }

  .justify-content-lg-between {
      -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important
  }

  .justify-content-lg-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important
  }

  .justify-content-lg-evenly {
      -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
      justify-content: space-evenly !important
  }

  .align-items-lg-start {
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      align-items: flex-start !important
  }

  .align-items-lg-end {
      -webkit-box-align: end !important;
      -ms-flex-align: end !important;
      align-items: flex-end !important
  }

  .align-items-lg-center {
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important
  }

  .align-items-lg-baseline {
      -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
      align-items: baseline !important
  }

  .align-items-lg-stretch {
      -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
      align-items: stretch !important
  }

  .align-content-lg-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important
  }

  .align-content-lg-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important
  }

  .align-content-lg-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important
  }

  .align-content-lg-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important
  }

  .align-content-lg-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important
  }

  .align-content-lg-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important
  }

  .align-self-lg-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important
  }

  .align-self-lg-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important
  }

  .align-self-lg-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important
  }

  .align-self-lg-center {
      -ms-flex-item-align: center !important;
      align-self: center !important
  }

  .align-self-lg-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important
  }

  .align-self-lg-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important
  }

  .order-lg-first {
      -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
      order: -1 !important
  }

  .order-lg-0 {
      -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
      order: 0 !important
  }

  .order-lg-1 {
      -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
      order: 1 !important
  }

  .order-lg-2 {
      -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
      order: 2 !important
  }

  .order-lg-3 {
      -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
      order: 3 !important
  }

  .order-lg-4 {
      -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
      order: 4 !important
  }

  .order-lg-5 {
      -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
      order: 5 !important
  }

  .order-lg-last {
      -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
      order: 6 !important
  }

  .m-lg-0 {
      margin: 0 !important
  }

  .m-lg-1 {
      margin: .25rem !important
  }

  .m-lg-2 {
      margin: .5rem !important
  }

  .m-lg-3 {
      margin: 1rem !important
  }

  .m-lg-4 {
      margin: 1.5rem !important
  }

  .m-lg-5 {
      margin: 3rem !important
  }

  .m-lg-auto {
      margin: auto !important
  }

  .mx-lg-0 {
      margin-right: 0 !important;
      margin-left: 0 !important
  }

  .mx-lg-1 {
      margin-right: .25rem !important;
      margin-left: .25rem !important
  }

  .mx-lg-2 {
      margin-right: .5rem !important;
      margin-left: .5rem !important
  }

  .mx-lg-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important
  }

  .mx-lg-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important
  }

  .mx-lg-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important
  }

  .mx-lg-auto {
      margin-right: auto !important;
      margin-left: auto !important
  }

  .my-lg-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important
  }

  .my-lg-1 {
      margin-top: .25rem !important;
      margin-bottom: .25rem !important
  }

  .my-lg-2 {
      margin-top: .5rem !important;
      margin-bottom: .5rem !important
  }

  .my-lg-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important
  }

  .my-lg-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important
  }

  .my-lg-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important
  }

  .my-lg-auto {
      margin-top: auto !important;
      margin-bottom: auto !important
  }

  .mt-lg-0 {
      margin-top: 0 !important
  }

  .mt-lg-1 {
      margin-top: .25rem !important
  }

  .mt-lg-2 {
      margin-top: .5rem !important
  }

  .mt-lg-3 {
      margin-top: 1rem !important
  }

  .mt-lg-4 {
      margin-top: 1.5rem !important
  }

  .mt-lg-5 {
      margin-top: 3rem !important
  }

  .mt-lg-auto {
      margin-top: auto !important
  }

  .me-lg-0 {
      margin-right: 0 !important
  }

  .me-lg-1 {
      margin-right: .25rem !important
  }

  .me-lg-2 {
      margin-right: .5rem !important
  }

  .me-lg-3 {
      margin-right: 1rem !important
  }

  .me-lg-4 {
      margin-right: 1.5rem !important
  }

  .me-lg-5 {
      margin-right: 3rem !important
  }

  .me-lg-auto {
      margin-right: auto !important
  }

  .mb-lg-0 {
      margin-bottom: 0 !important
  }

  .mb-lg-1 {
      margin-bottom: .25rem !important
  }

  .mb-lg-2 {
      margin-bottom: .5rem !important
  }

  .mb-lg-3 {
      margin-bottom: 1rem !important
  }

  .mb-lg-4 {
      margin-bottom: 1.5rem !important
  }

  .mb-lg-5 {
      margin-bottom: 3rem !important
  }

  .mb-lg-auto {
      margin-bottom: auto !important
  }

  .ms-lg-0 {
      margin-left: 0 !important
  }

  .ms-lg-1 {
      margin-left: .25rem !important
  }

  .ms-lg-2 {
      margin-left: .5rem !important
  }

  .ms-lg-3 {
      margin-left: 1rem !important
  }

  .ms-lg-4 {
      margin-left: 1.5rem !important
  }

  .ms-lg-5 {
      margin-left: 3rem !important
  }

  .ms-lg-auto {
      margin-left: auto !important
  }

  .p-lg-0 {
      padding: 0 !important
  }

  .p-lg-1 {
      padding: .25rem !important
  }

  .p-lg-2 {
      padding: .5rem !important
  }

  .p-lg-3 {
      padding: 1rem !important
  }

  .p-lg-4 {
      padding: 1.5rem !important
  }

  .p-lg-5 {
      padding: 3rem !important
  }

  .px-lg-0 {
      padding-right: 0 !important;
      padding-left: 0 !important
  }

  .px-lg-1 {
      padding-right: .25rem !important;
      padding-left: .25rem !important
  }

  .px-lg-2 {
      padding-right: .5rem !important;
      padding-left: .5rem !important
  }

  .px-lg-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important
  }

  .px-lg-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important
  }

  .px-lg-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important
  }

  .py-lg-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important
  }

  .py-lg-1 {
      padding-top: .25rem !important;
      padding-bottom: .25rem !important
  }

  .py-lg-2 {
      padding-top: .5rem !important;
      padding-bottom: .5rem !important
  }

  .py-lg-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important
  }

  .py-lg-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important
  }

  .py-lg-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important
  }

  .pt-lg-0 {
      padding-top: 0 !important
  }

  .pt-lg-1 {
      padding-top: .25rem !important
  }

  .pt-lg-2 {
      padding-top: .5rem !important
  }

  .pt-lg-3 {
      padding-top: 1rem !important
  }

  .pt-lg-4 {
      padding-top: 1.5rem !important
  }

  .pt-lg-5 {
      padding-top: 3rem !important
  }

  .pe-lg-0 {
      padding-right: 0 !important
  }

  .pe-lg-1 {
      padding-right: .25rem !important
  }

  .pe-lg-2 {
      padding-right: .5rem !important
  }

  .pe-lg-3 {
      padding-right: 1rem !important
  }

  .pe-lg-4 {
      padding-right: 1.5rem !important
  }

  .pe-lg-5 {
      padding-right: 3rem !important
  }

  .pb-lg-0 {
      padding-bottom: 0 !important
  }

  .pb-lg-1 {
      padding-bottom: .25rem !important
  }

  .pb-lg-2 {
      padding-bottom: .5rem !important
  }

  .pb-lg-3 {
      padding-bottom: 1rem !important
  }

  .pb-lg-4 {
      padding-bottom: 1.5rem !important
  }

  .pb-lg-5 {
      padding-bottom: 3rem !important
  }

  .ps-lg-0 {
      padding-left: 0 !important
  }

  .ps-lg-1 {
      padding-left: .25rem !important
  }

  .ps-lg-2 {
      padding-left: .5rem !important
  }

  .ps-lg-3 {
      padding-left: 1rem !important
  }

  .ps-lg-4 {
      padding-left: 1.5rem !important
  }

  .ps-lg-5 {
      padding-left: 3rem !important
  }

  .text-lg-start {
      text-align: left !important
  }

  .text-lg-end {
      text-align: right !important
  }

  .text-lg-center {
      text-align: center !important
  }
}

@media screen and (min-width: 992px) {
  .popup .chimeForm__notification {
      margin-top: -1px
  }

  .popup .chimeForm__required {
      font-size: 14px
  }

  .popup .chimeForm__symbols {
      font-size: 14px
  }

  .accordion-header {
      padding: 13px 55px 12px 20px
  }

  .accordion-body__contents {
      padding: 18px 20px 22px
  }

  .accordion-body__contents p {
      font-size: 14px !important;
      line-height: 24px !important;
      margin-bottom: 15px !important
  }

  .header.scrollPage .logo {
      font-size: 24px
  }

  .header .topmenu__burger {
      height: 20px;
      width: 34px
  }

  .header .topmenu__burgerLine {
      height: 3px
  }

  .header .topmenu__burgerLine:before {
      top: -10px
  }

  .header .topmenu__burgerLine:after {
      top: 10px
  }

  .logo {
      font-size: 28px;
      line-height: 11px
  }

  .firstScreen {
      height: calc(1080px - 110px);
      padding: 0
  }

  .firstScreen .row div:nth-child(1) {
      padding-right: 0
  }

  .firstScreen__aboveTitle {
  }

  .firstScreen__title {
      font-size: 47px;
      line-height: 67px;
      margin-bottom: 25px;
      text-align: right;
  }

  .firstScreen__text {
      font-size: 16px;
      line-height: 31px;
      margin: 12px 0 44px
  }

  .firstScreen__btn {
      font-size: 16px;
      margin-left: 0;
      margin-right: 0;
      padding: 12px 10px;
  }

  .firstScreen__bigIllustration {
      -webkit-transform: translateY(-10%);
      -ms-transform: translateY(-10%);
      transform: translateY(-10%)
  }

  .section-title {
      font-size: 32px;
      line-height: 21px;
      padding: 80px 0 25px
  }

  .section-under-title {
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 68px
  }

  .about .section-title {
      padding-top: 106px
  }

  .about__title {
      font-size: 18px;
      line-height: 29px;
      margin-bottom: 9px
  }

  .about img {
      margin-top: 0
  }

  .about__bottomInfo {
      padding-bottom: 0
  }

  .about__bottomInfo .row {
      width: 100%
  }

  .about__bottomInfoItem {
      padding-right: 50px
  }

  .about__bottomInfoItem:before {
      -ms-transform: translate(-50px, 4px);
  }

  .about__bottomInfoTitle {
      margin-bottom: 0
  }

  .services {
      padding-top: 19px
  }

  .works {
      padding-bottom: 185px;
      direction: ltr;
      padding-top: 28px;
      text-align: justify;
  }

  .works .container:after {
      bottom: -171px
  }

  .works .container>.row {
      padding-bottom: 0
  }

  .works .container .row>div:nth-child(1) .works__illustration {
      -webkit-transform: translate(3%, 15%);
      -ms-transform: translate(3%, 15%);
      transform: translate(3%, 15%);
  }

  .works .container .row>div:nth-child(1) .works__blockText {
      -webkit-transform: translateX(77%);
      -ms-transform: translateX(77%);
      transform: translateX(77%)
  }

  .works .container .row>div:nth-child(2) .works__illustration {
      -webkit-transform: translate(3%, 17%);
      -ms-transform: translate(3%, 17%);
      transform: translate(3%, 17%)
  }

  .works .container .row>div:nth-child(2) .works__blockText {
      -webkit-transform: translateX(77%);
      -ms-transform: translateX(77%);
      transform: translateX(77%)
  }

  .works .container .row>div:nth-child(3) {
      margin-top: 50px
  }

  .works .container .row>div:nth-child(3) .works__illustration {
      -webkit-transform: translate(183%, 17%);
      -ms-transform: translate(183%, 17%);
      transform: translate(183%, 17%)
  }

  .works .container .row>div:nth-child(3) .works__blockText {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0)
  }

  .works .container .row>div:nth-child(4) {
      margin-top: 200px
  }

  .works .container .row>div:nth-child(4) .works__illustration {
      -webkit-transform: translate(183%, 17%);
      -ms-transform: translate(183%, 17%);
      transform: translate(183%, 17%)
  }

  .works .container .row>div:nth-child(4) .works__blockText {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      z-index: 99;
  }

  .works__illustration {
      width: 160px
  }

  .works__arrowOne {
      -webkit-transform: translate(90%, 93%);
      -ms-transform: translate(90%, 93%);
      transform: translate(90%, 93%);
      width: 420px
  }

  .works__arrowTwo {
      -webkit-transform: translate(-8%, 77%);
      -ms-transform: translate(-8%, 77%);
      transform: translate(-8%, 77%);
      min-width: auto;
      width: 900px
  }

  .works__blockText {
      min-height: 170px;
      width: 258px
  }

  .works__blockText p {
      font-size: 15px;
      line-height: 25px
  }

  .effectiveMarketing__title {
      font-size: 30px;
      line-height: 37px
  }

  .effectiveMarketing__progresBar {
      margin-bottom: 47px
  }

  .effectiveMarketing__progresBarName, .effectiveMarketing__progresBarPercent {
      font-size: 16px;
      line-height: 24px;
      
  }

  .effectiveMarketing__progresBarWrapFilling {
      height: 20px
  }

  .effectiveMarketing__progresBarFilling {
      height: 19px;
  }

  .counters__number {
      font-size: 60px;
      line-height: 45px
  }

  .counters__text {
      font-size: 18px;
      line-height: 40px
  }

  .ourClients {
      min-height: 650px;
      padding-top: 0
  }

  .ourClients__slider {
      -webkit-transform: translateY(165px) !important;
      -ms-transform: translateY(165px) !important;
      transform: translateY(165px) !important
  }

  .ourClients__slide {
      padding-bottom: 22.3%
  }

  .ourTeam {
      margin-top: -60px
  }

  .ourTeam .row {
      margin-left: -15px;
      margin-right: -15px;
      margin-top: 0
  }

  .ourTeam__worker {
      min-height: 430px
  }

  .ourTeam__worker:hover .ourTeam__workerContent:after, .ourTeam__worker:hover .ourTeam__workerContent:before {
      width: 200px;
      text-align: center;
  }

  .ourTeam__workerContent {
      padding: 35px 10px
  }

  .ourTeam__workerContent:after, .ourTeam__workerContent:before {
      height: 2px
  }

  .ourTeam__name {
      font-size: 21px;
      line-height: 29px
  }

  .ourTeam__position {
      font-size: 15px;
      line-height: 21px
  }

  .ourTeam__socialItem {
      margin: 0 20px
  }

  .ourTeam__socialIink {
      height: 20px;
      width: 20px
  }

  .ourTeam__socialIink-twitter {
      height: 22px;
      width: 22px
  }

  .reviews .section-title {
      padding-top: 80px
  }

  .reviews__slide {
      margin-left: 0;
      margin-right: 0;
      padding-right: 100px
  }

  .reviews__slide .row>div:nth-child(odd) {
      padding-right: 6%;
  }

  .reviews__blockImage {
      padding-bottom: 92%
  }

  .reviews__name {
      font-size: 20px;
      line-height: 28px;
      margin: 15px 0 15px;
      text-align: left
  }

  .appointment .section-title {
      padding-top: 80px
  }

  .appointment__illustration {
      margin-bottom: 0;
      max-width: 550px;
      min-width: auto;
      -webkit-transform: translate(-20px, 47px);
      -ms-transform: translate(-20px, 47px);
      transform: translate(-20px, 47px)
  }

  .appointment__arrow {
      display: block;
      max-width: 420px;
      -webkit-transform: translateY(120%);
      -ms-transform: translateY(120%);
      transform: translateY(120%)
  }

  .appointment__wrapField {
      margin-bottom: 30px
  }

  .appointment__wrapField:nth-child(odd) {
      padding-right: 8%
  }

  .appointment__wrapField:nth-child(even) {
      padding-left: 8%
  }

  .appointment__field {
      padding: 9px 10px
  }

  .appointment__field-message {
      height: 120px
  }

  .appointment__notification {
      margin-top: -1px
  }

  .appointment__required {
      font-size: 14px
  }

  .appointment__symbols {
      font-size: 14px
  }

  .appointment__submit {
      font-size: 16px;
      line-height: 23px;
      min-width: 100px
  }

  .appointment__text {
      font-size: 13px;
      line-height: 20px
  }

  .faq .section-under-title {
      margin-bottom: 75px
  }

  .faq .container>.row {
      margin-top: 0
  }

  .faq .container .row>div:nth-child(1) {
      margin-bottom: 0;
      padding-right: 0;
      padding-top: 0
  }

  .faq .container .row>div:nth-child(2) {
      padding-left: 5%
  }

  .faq__BlockImage {
      margin-bottom: 32px;
      padding-bottom: 81%
  }

  .faq p {
      font-size: 14px;
      line-height: 27px
  }

  .faq .accordion {
      margin: -5px -8px 0;
      padding: 8px;
      width: 104%
  }

  .faq .accordion-header {
      font-size: 16px;
      line-height: 28px
  }

  .faq .accordion__item {
      margin-bottom: 20px
  }

  .faq__illustration {
      display: block
  }

  .lastNews .section-title {
      padding-top: 49px
  }

  .lastNews .container:before {
      width: 97.8%
  }

  .lastNews .container>.row {
      margin-top: 0
  }

  .lastNews .container .row {
      margin-left: -15px;
      margin-right: -15px
  }

  .lastNews .container .row>div {
      margin-left: 15px;
      margin-right: 15px;
      width: calc(33.3333% - 30px)
  }

  .lastNews__title {
      font-size: 18px;
      font-weight: 600;
      line-height: 30px
  }

  .lastNews__text {
      font-size: 15px;
      line-height: 25px
  }

  .news {
      margin-bottom: 106px
  }

  .news.left-sidebar .sidebar {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      padding-right: 35px
  }

  .news.right-sidebar .sidebar {
      padding-left: 35px
  }

  .news__postTitle {
      font-size: 34px;
      line-height: 42px
  }

  .news .sidebar {
      -ms-flex-preferred-size: 500px;
      flex-basis: 500px;
      margin-top: 0
  }

  .news .sidebar .container .row>div:nth-child(odd) {
      padding-right: 0
  }

  .news .sidebar .container .row>div:nth-child(even) {
      padding-left: 0
  }

  .contact {
      margin-bottom: 150px
  }

  .contact__listItem {
      margin-bottom: 70px
  }

  .contact__listIcon {
      height: 34px;
      width: 34px
  }

  .contact__listLabel {
      font-size: 24px;
      line-height: 21px;
      margin-bottom: 12px;
      margin-top: 6px
  }

  .contact__listIink {
      font-size: 16px;
      line-height: 23px
  }

  .contact .wrap-map {
      height: 450px
  }

  .subscribe {
      padding-top: 80px
  }

  .subscribe:after {
      bottom: 0
  }

  .subscribe__text {
      font-size: 18px;
      line-height: 25px
  }

  .subscribe__form {
      height: 57px
  }

  .subscribe__field {
      font-size: 15px;
      line-height: 20px;
      padding-left: 18px;
      padding-right: 18px;
      width: calc(100% - 210px)
  }

  .subscribe__submit {
      font-size: 15px;
      line-height: 20px;
      margin-left: 30px;
      min-width: 180px
  }

  .footer__text {
      font-size: 14px;
      line-height: 25px;
      margin: -5px 0 0
  }

  .footer__copyright {
      font-size: 13px;
      line-height: 24px
  }

  .wrap-header-illustration .page-title-above-illustration {
      font-size: 38px;
      line-height: 46px;
      padding-left: 25px;
      padding-right: 25px
  }

  .pageAbout .row {
      margin-left: -25px;
      margin-right: -25px
  }

  .pageAbout__item {
      margin-left: 25px;
      margin-right: 25px;
      padding: 66px 15px;
      width: calc(33.3333% - 50px)
  }

  .page__about .about .content-column {
      padding-right: 50px
  }

  .page__about .about__title {
      
  }

  .pageService__items {
      margin: 66px -25px 104px
  }

  .pageService__item {
      margin: 25px 25px
  }

  .pageService__name {
      font-size: 21px;
      line-height: 30px
  }

  .pageService__text {
      font-size: 16px;
      line-height: 25px
  }

  .page__team .ourTeam {
      margin-top: -86px
  }
}

@media (min-width: 1200px) {
  .h1, h1 {
      font-size: 2.5rem
  }

  .h2, h2 {
      font-size: 2rem
  }

  .h3, h3 {
      font-size: 1.75rem
  }

  .h4, h4 {
      font-size: 1.5rem
  }

  legend {
      font-size: 1.5rem
  }

  .display-1 {
      font-size: 5rem
  }

  .display-2 {
      font-size: 4.5rem
  }

  .display-3 {
      font-size: 4rem
  }

  .display-4 {
      font-size: 3.5rem
  }

  .display-5 {
      font-size: 3rem
  }

  .display-6 {
      font-size: 2.5rem
  }

  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1140px
  }

  .col-xl {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
      flex: 1 0 0%
  }

  .row-cols-xl-auto>* {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto
  }

  .row-cols-xl-1>* {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 100%
  }

  .row-cols-xl-2>* {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 50%
  }

  .row-cols-xl-3>* {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 33.3333333333%
  }

  .row-cols-xl-4>* {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 25%
  }

  .row-cols-xl-5>* {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 20%
  }

  .row-cols-xl-6>* {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 16.6666666667%
  }

  .col-xl-auto {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto
  }

  .col-xl-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 8.3333333333%
  }

  .col-xl-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 16.6666666667%
  }

  .col-xl-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 25%
  }

  .col-xl-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 33.3333333333%
  }

  .col-xl-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 41.6666666667%
  }

  .col-xl-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 50%
  }

  .col-xl-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 58.3333333333%
  }

  .col-xl-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 66.6666666667%
  }

  .col-xl-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 75%
  }

  .col-xl-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 83.3333333333%
  }

  .col-xl-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 91.6666666667%
  }

  .col-xl-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 100%
  }

  .offset-xl-0 {
      margin-left: 0
  }

  .offset-xl-1 {
      margin-left: 8.3333333333%
  }

  .offset-xl-2 {
      margin-left: 16.6666666667%
  }

  .offset-xl-3 {
      margin-left: 25%
  }

  .offset-xl-4 {
      margin-left: 33.3333333333%
  }

  .offset-xl-5 {
      margin-left: 41.6666666667%
  }

  .offset-xl-6 {
      margin-left: 50%
  }

  .offset-xl-7 {
      margin-left: 58.3333333333%
  }

  .offset-xl-8 {
      margin-left: 66.6666666667%
  }

  .offset-xl-9 {
      margin-left: 75%
  }

  .offset-xl-10 {
      margin-left: 83.3333333333%
  }

  .offset-xl-11 {
      margin-left: 91.6666666667%
  }

  .g-xl-0, .gx-xl-0 {
      --bs-gutter-x: 0
  }

  .g-xl-0, .gy-xl-0 {
      --bs-gutter-y: 0
  }

  .g-xl-1, .gx-xl-1 {
      --bs-gutter-x: 0.25rem
  }

  .g-xl-1, .gy-xl-1 {
      --bs-gutter-y: 0.25rem
  }

  .g-xl-2, .gx-xl-2 {
      --bs-gutter-x: 0.5rem
  }

  .g-xl-2, .gy-xl-2 {
      --bs-gutter-y: 0.5rem
  }

  .g-xl-3, .gx-xl-3 {
      --bs-gutter-x: 1rem
  }

  .g-xl-3, .gy-xl-3 {
      --bs-gutter-y: 1rem
  }

  .g-xl-4, .gx-xl-4 {
      --bs-gutter-x: 1.5rem
  }

  .g-xl-4, .gy-xl-4 {
      --bs-gutter-y: 1.5rem
  }

  .g-xl-5, .gx-xl-5 {
      --bs-gutter-x: 3rem
  }

  .g-xl-5, .gy-xl-5 {
      --bs-gutter-y: 3rem
  }

  .dropdown-menu-xl-start {
      --bs-position: start
  }

  .dropdown-menu-xl-start[data-bs-popper] {
      right: auto;
      left: 0
  }

  .dropdown-menu-xl-end {
      --bs-position: end
  }

  .dropdown-menu-xl-end[data-bs-popper] {
      right: 0;
      left: auto
  }

  .navbar-expand-xl {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start
  }

  .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
      position: absolute
  }

  .navbar-expand-xl .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem
  }

  .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible
  }

  .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto
  }

  .navbar-expand-xl .navbar-toggler {
      display: none
  }

  .list-group-horizontal-xl {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row
  }

  .list-group-horizontal-xl>.list-group-item:first-child {
      border-bottom-left-radius: .25rem;
      border-top-right-radius: 0
  }

  .list-group-horizontal-xl>.list-group-item:last-child {
      border-top-right-radius: .25rem;
      border-bottom-left-radius: 0
  }

  .list-group-horizontal-xl>.list-group-item.active {
      margin-top: 0
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item {
      border-top-width: 1px;
      border-left-width: 0
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px
  }

  .modal-xl {
      max-width: 1140px
  }

  .sticky-xl-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020
  }

  .float-xl-start {
      float: left !important
  }

  .float-xl-end {
      float: right !important
  }

  .float-xl-none {
      float: none !important
  }

  .d-xl-inline {
      display: inline !important
  }

  .d-xl-inline-block {
      display: inline-block !important
  }

  .d-xl-block {
      display: block !important
  }

  .d-xl-grid {
      display: grid !important
  }

  .d-xl-table {
      display: table !important
  }

  .d-xl-table-row {
      display: table-row !important
  }

  .d-xl-table-cell {
      display: table-cell !important
  }

  .d-xl-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important
  }

  .d-xl-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important
  }

  .d-xl-none {
      display: none !important
  }

  .flex-xl-fill {
      -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important
  }

  .flex-xl-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important
  }

  .flex-xl-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important
  }

  .flex-xl-row-reverse {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important
  }

  .flex-xl-column-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important
  }

  .flex-xl-grow-0 {
      -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important
  }

  .flex-xl-grow-1 {
      -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important
  }

  .flex-xl-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important
  }

  .flex-xl-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important
  }

  .flex-xl-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important
  }

  .flex-xl-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important
  }

  .flex-xl-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important
  }

  .gap-xl-0 {
      gap: 0 !important
  }

  .gap-xl-1 {
      gap: .25rem !important
  }

  .gap-xl-2 {
      gap: .5rem !important
  }

  .gap-xl-3 {
      gap: 1rem !important
  }

  .gap-xl-4 {
      gap: 1.5rem !important
  }

  .gap-xl-5 {
      gap: 3rem !important
  }

  .justify-content-xl-start {
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important
  }

  .justify-content-xl-end {
      -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
      justify-content: flex-end !important
  }

  .justify-content-xl-center {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important
  }

  .justify-content-xl-between {
      -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important
  }

  .justify-content-xl-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important
  }

  .justify-content-xl-evenly {
      -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
      justify-content: space-evenly !important
  }

  .align-items-xl-start {
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      align-items: flex-start !important
  }

  .align-items-xl-end {
      -webkit-box-align: end !important;
      -ms-flex-align: end !important;
      align-items: flex-end !important
  }

  .align-items-xl-center {
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important
  }

  .align-items-xl-baseline {
      -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
      align-items: baseline !important
  }

  .align-items-xl-stretch {
      -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
      align-items: stretch !important
  }

  .align-content-xl-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important
  }

  .align-content-xl-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important
  }

  .align-content-xl-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important
  }

  .align-content-xl-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important
  }

  .align-content-xl-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important
  }

  .align-content-xl-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important
  }

  .align-self-xl-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important
  }

  .align-self-xl-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important
  }

  .align-self-xl-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important
  }

  .align-self-xl-center {
      -ms-flex-item-align: center !important;
      align-self: center !important
  }

  .align-self-xl-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important
  }

  .align-self-xl-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important
  }

  .order-xl-first {
      -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
      order: -1 !important
  }

  .order-xl-0 {
      -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
      order: 0 !important
  }

  .order-xl-1 {
      -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
      order: 1 !important
  }

  .order-xl-2 {
      -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
      order: 2 !important
  }

  .order-xl-3 {
      -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
      order: 3 !important
  }

  .order-xl-4 {
      -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
      order: 4 !important
  }

  .order-xl-5 {
      -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
      order: 5 !important
  }

  .order-xl-last {
      -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
      order: 6 !important
  }

  .m-xl-0 {
      margin: 0 !important
  }

  .m-xl-1 {
      margin: .25rem !important
  }

  .m-xl-2 {
      margin: .5rem !important
  }

  .m-xl-3 {
      margin: 1rem !important
  }

  .m-xl-4 {
      margin: 1.5rem !important
  }

  .m-xl-5 {
      margin: 3rem !important
  }

  .m-xl-auto {
      margin: auto !important
  }

  .mx-xl-0 {
      margin-right: 0 !important;
      margin-left: 0 !important
  }

  .mx-xl-1 {
      margin-right: .25rem !important;
      margin-left: .25rem !important
  }

  .mx-xl-2 {
      margin-right: .5rem !important;
      margin-left: .5rem !important
  }

  .mx-xl-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important
  }

  .mx-xl-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important
  }

  .mx-xl-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important
  }

  .mx-xl-auto {
      margin-right: auto !important;
      margin-left: auto !important
  }

  .my-xl-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important
  }

  .my-xl-1 {
      margin-top: .25rem !important;
      margin-bottom: .25rem !important
  }

  .my-xl-2 {
      margin-top: .5rem !important;
      margin-bottom: .5rem !important
  }

  .my-xl-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important
  }

  .my-xl-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important
  }

  .my-xl-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important
  }

  .my-xl-auto {
      margin-top: auto !important;
      margin-bottom: auto !important
  }

  .mt-xl-0 {
      margin-top: 0 !important
  }

  .mt-xl-1 {
      margin-top: .25rem !important
  }

  .mt-xl-2 {
      margin-top: .5rem !important
  }

  .mt-xl-3 {
      margin-top: 1rem !important
  }

  .mt-xl-4 {
      margin-top: 1.5rem !important
  }

  .mt-xl-5 {
      margin-top: 3rem !important
  }

  .mt-xl-auto {
      margin-top: auto !important
  }

  .me-xl-0 {
      margin-right: 0 !important
  }

  .me-xl-1 {
      margin-right: .25rem !important
  }

  .me-xl-2 {
      margin-right: .5rem !important
  }

  .me-xl-3 {
      margin-right: 1rem !important
  }

  .me-xl-4 {
      margin-right: 1.5rem !important
  }

  .me-xl-5 {
      margin-right: 3rem !important
  }

  .me-xl-auto {
      margin-right: auto !important
  }

  .mb-xl-0 {
      margin-bottom: 0 !important
  }

  .mb-xl-1 {
      margin-bottom: .25rem !important
  }

  .mb-xl-2 {
      margin-bottom: .5rem !important
  }

  .mb-xl-3 {
      margin-bottom: 1rem !important
  }

  .mb-xl-4 {
      margin-bottom: 1.5rem !important
  }

  .mb-xl-5 {
      margin-bottom: 3rem !important
  }

  .mb-xl-auto {
      margin-bottom: auto !important
  }

  .ms-xl-0 {
      margin-left: 0 !important
  }

  .ms-xl-1 {
      margin-left: .25rem !important
  }

  .ms-xl-2 {
      margin-left: .5rem !important
  }

  .ms-xl-3 {
      margin-left: 1rem !important
  }

  .ms-xl-4 {
      margin-left: 1.5rem !important
  }

  .ms-xl-5 {
      margin-left: 3rem !important
  }

  .ms-xl-auto {
      margin-left: auto !important
  }

  .p-xl-0 {
      padding: 0 !important
  }

  .p-xl-1 {
      padding: .25rem !important
  }

  .p-xl-2 {
      padding: .5rem !important
  }

  .p-xl-3 {
      padding: 1rem !important
  }

  .p-xl-4 {
      padding: 1.5rem !important
  }

  .p-xl-5 {
      padding: 3rem !important
  }

  .px-xl-0 {
      padding-right: 0 !important;
      padding-left: 0 !important
  }

  .px-xl-1 {
      padding-right: .25rem !important;
      padding-left: .25rem !important
  }

  .px-xl-2 {
      padding-right: .5rem !important;
      padding-left: .5rem !important
  }

  .px-xl-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important
  }

  .px-xl-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important
  }

  .px-xl-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important
  }

  .py-xl-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important
  }

  .py-xl-1 {
      padding-top: .25rem !important;
      padding-bottom: .25rem !important
  }

  .py-xl-2 {
      padding-top: .5rem !important;
      padding-bottom: .5rem !important
  }

  .py-xl-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important
  }

  .py-xl-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important
  }

  .py-xl-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important
  }

  .pt-xl-0 {
      padding-top: 0 !important
  }

  .pt-xl-1 {
      padding-top: .25rem !important
  }

  .pt-xl-2 {
      padding-top: .5rem !important
  }

  .pt-xl-3 {
      padding-top: 1rem !important
  }

  .pt-xl-4 {
      padding-top: 1.5rem !important
  }

  .pt-xl-5 {
      padding-top: 3rem !important
  }

  .pe-xl-0 {
      padding-right: 0 !important
  }

  .pe-xl-1 {
      padding-right: .25rem !important
  }

  .pe-xl-2 {
      padding-right: .5rem !important
  }

  .pe-xl-3 {
      padding-right: 1rem !important
  }

  .pe-xl-4 {
      padding-right: 1.5rem !important
  }

  .pe-xl-5 {
      padding-right: 3rem !important
  }

  .pb-xl-0 {
      padding-bottom: 0 !important
  }

  .pb-xl-1 {
      padding-bottom: .25rem !important
  }

  .pb-xl-2 {
      padding-bottom: .5rem !important
  }

  .pb-xl-3 {
      padding-bottom: 1rem !important
  }

  .pb-xl-4 {
      padding-bottom: 1.5rem !important
  }

  .pb-xl-5 {
      padding-bottom: 3rem !important
  }

  .ps-xl-0 {
      padding-left: 0 !important
  }

  .ps-xl-1 {
      padding-left: .25rem !important
  }

  .ps-xl-2 {
      padding-left: .5rem !important
  }

  .ps-xl-3 {
      padding-left: 1rem !important
  }

  .ps-xl-4 {
      padding-left: 1.5rem !important
  }

  .ps-xl-5 {
      padding-left: 3rem !important
  }

  .text-xl-start {
      text-align: left !important
  }

  .text-xl-end {
      text-align: right !important
  }

  .text-xl-center {
      text-align: center !important
  }

  .fs-1 {
      font-size: 2.5rem !important
  }

  .fs-2 {
      font-size: 2rem !important
  }

  .fs-3 {
      font-size: 1.75rem !important
  }

  .fs-4 {
      font-size: 1.5rem !important
  }

  .topmenu__sub-list {
      opacity: 0;
      pointer-events: none;
      -webkit-transition: all .3s ease 0s;
      -o-transition: all .3s ease 0s;
      transition: all .3s ease 0s;
      -webkit-transform: translate(0, 10%);
      -ms-transform: translate(0, 10%);
      transform: translate(0, 10%);
      transform: scale(0) translate(0, 200px);
      transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      visibility: hidden;
  }

  .scrollPage .topmenu__sub-list {
      top: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .popup .logo {
      font-size: 36px;
      line-height: 17px;
      margin-bottom: 109px
  }

  .popup__content.thankBlock .chimeForm__submit {
      margin-top: 105px
  }

  .popup .chimeForm__notification {
      margin-top: 2px
  }

  .popup .chimeForm__required {
      font-size: 15px
  }

  .popup .chimeForm__symbols {
      font-size: 15px
  }

  .popup__thanks {
      font-size: 32px;
      line-height: 38px
  }

  .popup__textAfterSending {
      font-size: 24px;
      line-height: 25px;
      margin: 52px 0 40px
  }

  .popup__goodDay {
      font-size: 32px;
      line-height: 29px
  }

  .accordion-body__contents {
      padding: 20px 24px 24px
  }

  body.no-scroll, html.no-scroll {
      overflow: auto
  }

  .header.scrollPage .logo {
      font-size: 24px
  }

  .header.scrollPage .top-panel {
      height: 70px
  }

  .header.scrollPage .topmenu__list {
      -webkit-box-shadow: none;
      box-shadow: none;
      top: 0
  }

  .header.scrollPage .topmenu__list.open {
      height: auto
  }

  .header .top-panel {
      height: 120px
  }

  .header .topmenu {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 1;
  }

  .header .topmenu__burger {
      display: none
  }

  .header .topmenu__list {
      background: 0 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      transform: translate(10px, 10px);
      display: flex !important;
      height: auto;
      overflow: visible;
      padding-bottom: 0;
      position: relative;
      top: 0;
  }

  .header .topmenu__list.open {
      height: auto;
      padding-bottom: 0
  }

  .header .topmenu__listItem {
      margin: 0 21px;
      text-align: right;
      white-space: nowrap
  }

  .header .topmenu__listItem.desktop-hidden {
      display: none
  }

  .header .topmenu__listItem a {
      font-size: 16px;
      line-height: 21px;
      font-weight: 600;
  }

  .firstScreen__aboveTitle {
      font-size: 18px;
      line-height: 35px;
      margin-top: -13px;
      float: right;
  }

  .section-title {
      font-size: 36px;
      line-height: 25px
  }

  .section-under-title {
      font-size: 21px;
      line-height: 28px
  }

  .about__content .content-column {
      padding-left: 58px;
      padding-top: 0;
      text-align: right;
  }

  .about__title {
      font-size: 20px;
      line-height: 31px;
      margin-bottom: 10px;
      text-align: right;
  }

  .about__title br {
      display: block
  }

  .about__bottomInfo {
      padding-bottom: 15px
  }

  .about__bottomInfoItem {
      margin-bottom: 15px;
      padding-right: 38px
  }

  .about__bottomInfoItem:before {
      -ms-transform: translate(-30px, 3px);
  }

  .about__bottomInfoTitle {
      font-size: 22px;
      line-height: 32px;
      margin: 5px 0 0 0
  }

  .about__bottomInfoTitle:before {
      display: none
  }

  .about__bottomInfoTitle:after {
      left: 130%;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0)
  }

  .services {
      padding-bottom: 100px
  }

  .services .container>.row {
      margin-bottom: 0
  }

  .services .container .row {
      margin-left: -20px;
      margin-right: -20px
  }

  .services .container .row:nth-child(2)>div {
      margin-bottom: 0
  }

  .services .container .row>div {
      margin-left: 20px;
      margin-right: 20px;
      width: calc(25% - 40px)
  }

  .services__text {
      font-size: 19px;
      line-height: 28px
  }

  .works .container .row>div:nth-child(1) .works__illustration {
      -webkit-transform: translate(14%, 8%);
      -ms-transform: translate(14%, 8%);
      transform: translate(14%, 8%);
  }

  .works .container .row>div:nth-child(1) .works__blockText {
      -webkit-transform: translateX(90%);
      -ms-transform: translateX(90%);
      transform: translateX(90%)
  }

  .works .container .row>div:nth-child(2) .works__illustration {
      -webkit-transform: translate(12%, 15%);
      -ms-transform: translate(12%, 15%);
      transform: translate(12%, 15%)
  }

  .works .container .row>div:nth-child(2) .works__blockText {
      -webkit-transform: translateX(88%);
      -ms-transform: translateX(88%);
      transform: translateX(88%)
  }

  .works .container .row>div:nth-child(3) .works__illustration {
      -webkit-transform: translate(195%, 11%);
      -ms-transform: translate(195%, 11%);
      transform: translate(195%, 11%)
  }

  .works .container .row>div:nth-child(3) .works__blockText {
      -webkit-transform: translateX(18%);
      -ms-transform: translateX(18%);
      transform: translateX(18%)
  }

  .works .container .row>div:nth-child(4) .works__illustration {
      -webkit-transform: translate(168%, 11%);
      -ms-transform: translate(168%, 11%);
      transform: translate(168%, 11%)
  }

  .works__illustration {
      width: 180px
  }

  .works__arrowOne {
      -webkit-transform: translate(85%, 70%);
      -ms-transform: translate(85%, 70%);
      transform: translate(85%, 70%);
      width: 480px
  }

  .works__arrowTwo {
      -webkit-transform: translate(-4%, 70%);
      -ms-transform: translate(-4%, 70%);
      transform: translate(-4%, 70%);
      width: 1000px
  }

  .works__blockText {
      min-height: 180px;
      width: 268px
  }

  .works__blockText p {
      font-size: 16px;
      line-height: 26px
  }

  .effectiveMarketing__title {
      font-size: 32px;
      line-height: 39px
  }

  .effectiveMarketing__progresBars {
      padding-right: 25%;
      direction: ltr;
  }

  .ourClients {
      min-height: 700px
  }

  .ourClients__bg-clients {
      min-width: 1800px;
      max-width: 1800px
  }

  .ourClients__slider {
      -webkit-transform: translateY(172px) !important;
      -ms-transform: translateY(172px) !important;
      transform: translateY(172px) !important
  }

  .ourClients__slide {
      padding-bottom: 20.9%
  }

  .ourTeam .row {
      margin-left: -30px;
      margin-right: -30px
  }

  .ourTeam .row>div {
      margin-left: 30px;
      margin-right: 30px;
      padding-bottom: 50px;
      width: calc(33.3333% - 60px)
  }

  .ourTeam__worker {
      min-height: 500px
  }

  .ourTeam__workerContent {
      padding: 40px 10px 35px
  }

  .ourTeam__workerContent:after, .ourTeam__workerContent:before {
      height: 3px
  }

  .ourTeam__name {
      font-size: 22px;
      line-height: 30px
  }

  .ourTeam__position {
      font-size: 16px;
      line-height: 22px
  }

  .ourTeam__socialItem {
      margin: 0 24px
  }

  .ourTeam__socialIink {
      height: 22px;
      width: 22px
  }

  .ourTeam__socialIink-twitter {
      height: 24px;
      width: 24px
  }

  .reviews__blockImage {
      padding-bottom: 82%
  }

  .reviews__name {
      font-size: 22px;
      line-height: 30px;
      margin: 22px 0 18px
  }

  .reviews__review {
      padding: 32px 42px 25px 50px
  }

  .reviews__review p {
      line-height: 30px
  }

  .reviews__quote-top {
      top: 16px
  }

  .reviews__quote {
      width: 24px
  }

  .reviews__button {
      font-size: 16px;
      line-height: 34px
  }

  .reviews__wrapNavigation {
      margin-top: 46px
  }

  .reviews__wrapNavigation .swiper-button-next svg, .reviews__wrapNavigation .swiper-button-prev svg {
  }

  .reviews__wrapNavigation .swiper-pagination {
      -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
      transform: translateY(-3px)
  }

  .reviews__wrapNavigation .swiper-pagination-bullet {
      height: 21px;
      width: 21px
  }

  .reviews__wrapNavigation .swiper-pagination-bullet-active {
      background-size: 39px;
      margin: 0 -3px 0 1px;
      top: 8px
  }

  .appointment__illustration {
      -webkit-transform: translate(-30px, 100px);
      -ms-transform: translate(-30px, 100px);
      transform: translate(-30px, 100px)
  }

  .appointment__arrow {
      max-width: 100%;
      -webkit-transform: translateY(160%);
      -ms-transform: translateY(160%);
      transform: translateY(160%)
  }

  .appointment__wrapField {
      margin-bottom: 48px
  }

  .appointment__wrapField-wrapTextarea .appointment__notification {
      margin-top: -5px
  }

  .appointment__label {
      margin-bottom: 11px
  }

  .appointment__field {
      font-size: 16px;
      line-height: 25px;
      padding: 11px 9px 12px
  }

  .appointment__field-message {
      height: 142px
  }

  .appointment__notification {
      margin-top: 2px
  }

  .appointment__required {
      font-size: 15px
  }

  .appointment__symbols {
      font-size: 15px
  }

  .appointment__submit {
      font-size: 18px;
      line-height: 25px;
      min-width: 160px
  }

  .appointment__text {
      font-size: 14px;
      line-height: 25px;
      margin: 0 0 0 30px
  }

  .faq .section-under-title {
      margin-bottom: 95px
  }

  .faq__BlockImage {
      margin-bottom: 35px;
      padding-bottom: 72%
  }

  .faq p {
      font-size: 15px;
      line-height: 28px;
      margin-bottom: 20px
  }

  .contact__listIcon {
      height: 36px;
      width: 36px
  }

  .contact__listLabel {
      font-size: 26px;
      line-height: 23px;
      margin-bottom: 15px
  }

  .contact__listIink {
      font-size: 17px;
      line-height: 24px
  }

  .contact .wrap-map {
      height: 500px
  }

  .subscribe {
      padding-top: 99px
  }

  .subscribe__text {
      font-size: 21px;
      line-height: 28px
  }

  .page {
      margin-top: 120px
  }

  .wrap-header-illustration .page-title-above-illustration {
      font-size: 42px;
      line-height: 50px
  }

  .pageAbout .row {
      margin-left: -35px;
      margin-right: -35px
  }

  .pageAbout__item {
      margin-left: 35px;
      margin-right: 35px;
      width: calc(33.3333% - 70px)
  }
}

@media screen and (min-width: 1400px) {
  .accordion-header {
      padding: 16px 55px 16px 23px
  }

  .header.scrollPage .logo {
      font-size: 26px
  }

  .logo {
      width: 200px;
      line-height: 17px;
  }

  .firstScreen__title {
      font-size: 76px;
      line-height: 103px;
      margin-bottom: 31px;
      color: #1a4147;
      text-align: right;
  }

  .firstScreen__bigIllustration {
      -webkit-transform: translateY(-9%);
      -ms-transform: translateY(-9%);
      transform: translateY(-9%)
  }

  .about__title {
      font-size: 21px;
      font-weight: 500;
      line-height: 35px;
      margin-bottom: 13px
  }

  .about__bottomInfo {
      padding-bottom: 0
  }

  .about__bottomInfoItem {
      margin-bottom: 28px
  }

  .about__bottomInfoItem:before {
      -ms-transform: translate(-36px, 5px);
  }

  .about__bottomInfoItem p {
      font-size: 16px;
      line-height: 30px;
  }

  .about__bottomInfoTitle:after {
      right: 149%;
  }

  .services {
      padding-bottom: 172px
  }

  .services__text {
      font-size: 21px;
      line-height: 30px
  }

  .works .container .row:nth-child(2) {
      -webkit-transform: translateX(25px);
      -ms-transform: translateX(25px);
      transform: translateX(25px)
  }

  .works .container .row>div:nth-child(1) .works__illustration {
      -webkit-transform: translate(8%, 8%);
      -ms-transform: translate(8%, 8%);
      transform: translate(8%, 8%);
  }

  .works .container .row>div:nth-child(2) .works__illustration {
      -webkit-transform: translateY(8%);
      -ms-transform: translateY(8%);
      transform: translateY(8%)
  }

  .works .container .row>div:nth-child(3) .works__illustration {
      -webkit-transform: translate(180%, 11%);
      -ms-transform: translate(180%, 11%);
      transform: translate(180%, 11%);
      left: 120px;
      right: auto;
  }

  .works .container .row>div:nth-child(4) .works__illustration {
      -webkit-transform: translate(155%, 11%);
      -ms-transform: translate(155%, 11%);
      transform: translate(155%, 11%)
  }

  .works__illustration {
      width: auto
  }

  .works__arrowOne {
      -webkit-transform: translate(80%, 64%);
      -ms-transform: translate(80%, 64%);
      transform: translate(80%, 64%);
      width: auto
  }

  .works__arrowTwo {
      -webkit-transform: translate(-7%, 64%);
      -ms-transform: translate(-7%, 64%);
      transform: translate(-7%, 64%);
      width: auto
  }

  .works__blockText {
      min-height: 200px;
      width: 288px
  }

  .works__blockText p {
      font-size: 24px;
      line-height: 28px
  }

  .effectiveMarketing__title {
      font-size: 36px;
      line-height: 43px;
      
      color: #056839;
  }

  .counters__number {
      font-size: 65px;
      line-height: 50px
  }

  .ourClients {
      min-height: 730px;
      direction: ltr;
  }

  .ourClients__bg-clients {
      min-width: 1920px;
      max-width: 1920px
  }

  .ourTeam .row {
      margin-left: -45px;
      margin-right: -45px
  }

  .ourTeam .row>div {
      margin-left: 45px;
      margin-right: 45px;
      width: calc(33.3333% - 90px)
  }

  .ourTeam__worker {
      min-height: 600px
  }

  .ourTeam__workerContent {
      padding: 49px 12px 29px;
      text-align: center;
  }

  .ourTeam__name {
      font-size: 24px;
      line-height: 32px
  }

  .ourTeam__position {
      font-size: 18px;
      line-height: 24px
  }

  .ourTeam__socialIink {
      height: 24px;
      width: 24px
  }

  .ourTeam__socialIink-twitter {
      height: 26px;
      width: 26px
  }

  .reviews__name {
      font-size: 24px;
      line-height: 32px;
      margin: 28px 0 24px
  }

  .reviews__review {
      padding: 32px 10% 32px 10.5%;
  }

  .reviews__review p {
      font-size: 16px;
      line-height: 35px
  }

  .reviews__button {
      font-size: 17px;
      line-height: 35px;
      margin: -5px 0 0
  }

  .reviews__wrapNavigation .swiper-pagination {
      -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
      transform: translateY(-4px)
  }

  .faq .container .row>div:nth-child(1) {
      padding-right: 5%;
      padding-top: 21px
  }

  .faq__BlockImage {
      margin-bottom: 45px;
      padding-bottom: 70%
  }

  .faq p {
      font-size: 16px;
      line-height: 29px;
      margin-bottom: 28px
  }

  .faq .accordion {
      margin: -5px -10px 0;
      padding: 10px
  }

  .faq .accordion-header {
      font-size: 18px;
      line-height: 30px
  }

  .faq .accordion__item {
      margin-bottom: 31px
  }

  .lastNews .container .row {
      margin-left: -4%;
      margin-right: -4%
  }

  .lastNews .container .row>div {
      margin-left: 4%;
      margin-right: 4%;
      width: calc(33.3333% - 8%)
  }

  .contact__listItem {
      margin-bottom: 78px
  }

  .contact__listIcon {
      height: 38px;
      width: 38px;
      margin-left: 10px;
  }

  .contact__listLabel {
      font-size: 28px;
      line-height: 25px;
      margin-bottom: 19px
  }

  .contact__listIink {
      font-size: 18px;
      line-height: 25px
  }

  .subscribe__form {
      height: 70px
  }

  .subscribe__field {
      font-size: 16px;
      line-height: 21px;
      padding-left: 21px;
      padding-right: 21px;
      width: calc(100% - 242px)
  }

  .subscribe__submit {
      font-size: 16px;
      line-height: 21px;
      margin-left: 50px
  }

  .footer__listItem a {
      font-size: 14px
  }

  .footer__copyright {
      font-size: 14px;
      line-height: 25px
  }

  .pageAbout .row {
      margin-left: -55px;
      margin-right: -55px
  }

  .pageAbout__item {
      margin-left: 55px;
      margin-right: 55px;
      width: calc(33.3333% - 110px)
  }

  .page__about .about .content-column {
      padding-right: 100px
  }
}

@media screen and (min-width: 1450px) {
  .appointment__illustration {
      max-width: 100%;
      -webkit-transform: translate(-68px, 39px);
      -ms-transform: translate(-68px, 39px);
      transform: translate(-68px, 39px)
  }

  .appointment__arrow {
      -webkit-transform: translateY(97%);
      -ms-transform: translateY(97%);
      transform: translateY(97%)
  }

  .appointment__label {
      font-size: 16px;
      line-height: 25px
  }

  .appointment__submit {
      min-width: 200px
  }
}

@media screen and (max-width: 1600px) {
  .counters__illustration-left {
      -webkit-transform: translate(-80%, 9.4%);
      -ms-transform: translate(-80%, 9.4%);
      transform: translate(-80%, 9.4%)
  }

  .counters__illustration-right {
      -webkit-transform: translate(70%, -24.4%);
      -ms-transform: translate(70%, -24.4%);
      transform: translate(70%, -24.4%)
  }
}

@media screen and (max-width: 1460px) {
  .counters__illustration-left {
      -webkit-transform: translate(-88%, 9.4%);
      -ms-transform: translate(-88%, 9.4%);
      transform: translate(-88%, 9.4%)
  }

  .counters__illustration-right {
      -webkit-transform: translate(82%, -24.4%);
      -ms-transform: translate(82%, -24.4%);
      transform: translate(82%, -24.4%)
  }
}

@media only screen and (max-width: 1440px) {
  .firstScreen .fs-ilustratio-col svg {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0)
  }
}

@media screen and (max-width: 1440px) {
  .pageAbout__text {
      font-size: 21px;
      line-height: 27px
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch
  }

  .modal-fullscreen-xxl-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0
  }

  .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0
  }

  .modal-fullscreen-xxl-down .modal-header {
      border-radius: 0
  }

  .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto
  }

  .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0
  }
}

@media screen and (max-width: 1399px) {
  .works__blockText {
      padding-right: 15px !important;
      padding-left: 15px !important;
  }

  .counters__illustration-left {
      -webkit-transform: translate(-80%, 9.4%);
      -ms-transform: translate(-80%, 9.4%);
      transform: translate(-80%, 9.4%)
  }

  .counters__illustration-right {
      -webkit-transform: translate(75%, -24.4%);
      -ms-transform: translate(75%, -24.4%);
      transform: translate(75%, -24.4%)
  }

  .page__title {
      font-size: 32px;
      line-height: 39px
  }

  .pageAbout__items {
      margin-top: 207px
  }
}

@media screen and (max-width: 1280px) {
  .counters__illustration-left {
      -webkit-transform: translate(-84%, 9.4%);
      -ms-transform: translate(-84%, 9.4%);
      transform: translate(-84%, 9.4%)
  }

  .counters__illustration-right {
      -webkit-transform: translate(79%, -24.4%);
      -ms-transform: translate(79%, -24.4%);
      transform: translate(79%, -24.4%)
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch
  }

  .modal-fullscreen-xl-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0
  }

  .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0
  }

  .modal-fullscreen-xl-down .modal-header {
      border-radius: 0
  }

  .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto
  }

  .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0
  }
}

@media screen and (max-width: 1199px) {
  .header .topmenu__listItem {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      text-align: right;
      flex-direction: column;
  }

  body._pc .topmenu__list>li:hover .topmenu__sub-list {
      opacity: 1;
      pointer-events: all;
      -ms-transform: translate(0, 0);
      transform: scale(1) translate(0, 0);
      visibility: visible;
      display: block;
  }

  .header__social {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-left: 15px;
      margin-right: 15px
  }

  .topmenu__sub-list {
      -webkit-box-shadow: inset 0 0 7px rgba(34, 50, 66, .1);
      box-shadow: inset 0 0 7px rgba(34, 50, 66, .1);
      display: none;
      min-width: auto;
      padding-left: 25px;
      transition: 0.5s all ease;
      padding-right: 25px;
      position: relative;
      left: auto;
      right: auto;
      background-color: #f7f7f8;
      transition: 0.5s all ease-in-out;
      top: 0;
  }

  .topmenu__arrow {
      position: absolute;
      right: 8px;
      top: 26px;
  }

  body._touch .topmenu__list>li._active .topmenu__sub-list {
      display: block;
      position: relative;
      transition: 0.5s all ease-in-out;
  }

  .topmenu__link._active>.topmenu__sub-list {
      display: block !important;
  }

  body._touch .topmenu__list>li._active .topmenu__arrow {
  }

  .about__link {
      margin-left: auto;
      margin-right: auto
  }

  .pageAbout__text {
      font-size: 18px;
      line-height: 25px
  }

  .page__portfolio .page__above-title {
      font-size: 16px
  }

  .page__portfolio .portfolio__wrap-icons {
      -webkit-transform: translateY(-125%);
      -ms-transform: translateY(-125%);
      transform: translateY(-125%)
  }

  .page__portfolio .portfolio__work-share, .page__portfolio .portfolio__work-zoom-image {
      height: 50px;
      width: 50px
  }

  .page__portfolio .portfolio__work-name {
      font-size: 19px;
      line-height: 22px;
      margin: 16px 15px 2px
  }

  .page__portfolio .portfolio__work-desc {
      font-size: 16px;
      line-height: 19px
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch
  }

  .modal-fullscreen-lg-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0
  }

  .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0
  }

  .modal-fullscreen-lg-down .modal-header {
      border-radius: 0
  }

  .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto
  }

  .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0
  }
}

@media screen and (max-width: 991px) {
  .pageAbout__items {
      margin-top: 167px
  }

  .pageAbout__number {
      font-size: 30px;
      line-height: 36px;
      margin: 0 0 15px
  }

  .pageAbout__text {
      font-size: 15px;
      line-height: 22px
  }

  .page__portfolio .portfolio__work-share, .page__portfolio .portfolio__work-zoom-image {
      height: 55px;
      width: 55px
  }
}

@media screen and (max-width: 790px) {
  .counters__illustration-left, .counters__illustration-right {
      display: none
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch
  }

  .modal-fullscreen-md-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0
  }

  .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0
  }

  .modal-fullscreen-md-down .modal-header {
      border-radius: 0
  }

  .modal-fullscreen-md-down .modal-body {
      overflow-y: auto
  }

  .modal-fullscreen-md-down .modal-footer {
      border-radius: 0
  }
}

@media screen and (max-width: 767px) {
  .header__socialItem {
      margin-bottom: -5px;
      margin-top: -5px
  }

  .header__socialLink {
      line-height: 15px
  }

  .topmenu__arrow {
      position: absolute;
      right: 27px;
      top: 4px;
      display: block;
      z-index: 9999999999999;
  }

  body._touch .topmenu__list>li._active .topmenu__arrow {
      position: absolute;
      top: 18px;
  }

  .effectiveMarketing__link {
      margin-left: auto;
      margin-right: auto
  }

  .page__title {
      font-size: 28px;
      line-height: 35px
  }

  .breadcrumb:before {
      width: 420px
  }

  .pageAbout .row {
      margin-left: 0;
      margin-right: 0
  }

  .pageAbout__items {
      margin-top: 85px
  }

  .pageAbout__items:before {
      height: 70%;
      left: 50%;
      position: absolute;
      width: 1px
  }

  .pageAbout__items .row {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important;
      padding-bottom: 70px
  }

  .pageAbout__item {
      margin: 15px 0;
      padding: 50px 15px;
      -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      transform: translateY(-15px);
      width: 260px
  }

  .page__portfolio .portfolio__work {
      margin-bottom: 25px
  }

  .page__portfolio .portfolio__work-share, .page__portfolio .portfolio__work-zoom-image {
      height: 48px;
      width: 48px
  }

  .page__portfolio-two-column .portfolio .row {
      margin-left: -12px;
      margin-right: -12px
  }

  .page__portfolio-two-column .portfolio__work {
      margin-left: 12px;
      margin-right: 12px
  }
}

@media screen and (max-width: 700px) {
  .pageTeam__wrapVideo {
      min-height: 213px
  }

  .pageTeam__showVideoBtn {
      width: 82px
  }

  .page__portfolio .portfolio__list-filter-item {
      font-size: 16px;
      line-height: 19px;
      margin: 5px 10px
  }
}

@media screen and (max-width: 640px) {
  .news__posts {
      padding-left: 15px;
      padding-right: 15px
  }

  .news__metadata, .news__postInfo {
      margin: 0 -15px 15px;
      padding: 8px 15px
  }

  .news__metadata li {
      font-size: 14px
  }

  .news__postExcerpt {
      padding: 15px 0
  }

  .news__postExcerpt p {
      font-size: 15px;
      line-height: 26px
  }

  .news__postExcerpt blockquote p {
      padding-left: 25px;
      padding-right: 25px
  }

  .news .wpap-comment__form p {
      font-size: 15px;
      line-height: 26px
  }

  .news .wpap-comment__form #commentform input, .news .wpap-comment__form #commentform textarea {
      font-size: 15px
  }

  .page__title {
      font-size: 21px;
      line-height: 28px
  }
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch
  }

  .modal-fullscreen-sm-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0
  }

  .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0
  }

  .modal-fullscreen-sm-down .modal-header {
      border-radius: 0
  }

  .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto
  }

  .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0
  }
}

@media screen and (max-width: 500px) {
  .footer__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-left: auto;
      margin-right: auto;
      width: auto
  }

  .footer__listItem {
      margin-right: 0
  }
}

@media screen and (max-width: 429px) {
  .ourClients__slider {
      -webkit-transform: translateY(150px) !important;
      -ms-transform: translateY(150px) !important;
      transform: translateY(150px) !important
  }
}

@media screen and (max-width: 400px) {
  .wrap-header-illustration {
      margin-top: 0
  }

  .breadcrumb {
      margin-bottom: 60px
  }

  .pageAbout__items {
      margin-top: 45px
  }
}

@media screen and (max-width: 385px) {
  .ourClients__slider {
      -webkit-transform: translateY(170px) !important;
      -ms-transform: translateY(170px) !important;
      transform: translateY(170px) !important
  }
}

@media screen and (max-width: 340px) {
  .ourClients {
      min-height: 660px
  }

  .ourClients__bg-clients {
      min-width: 1800px;
      max-width: 1800px
  }

  .ourClients__slider {
      -webkit-transform: translateY(150px) !important;
      -ms-transform: translateY(150px) !important;
      transform: translateY(150px) !important
  }

  .appointment__text {
      margin-right: 5px
  }
}

@media (prefers-reduced-motion:no-preference) {
  :root {
      scroll-behavior: smooth
  }
}

@media (prefers-reduced-motion:reduce) {
  .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .form-control::-webkit-file-upload-button {
      -webkit-transition: none;
      transition: none
  }

  .form-switch .form-check-input {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .form-range::-webkit-slider-thumb {
      -webkit-transition: none;
      transition: none
  }

  .form-range::-moz-range-thumb {
      -moz-transition: none;
      transition: none
  }

  .form-floating>label {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .fade {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .nav-link {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .navbar-toggler {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .accordion-button {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .accordion-button::after {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .page-link {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .progress-bar {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .progress-bar-animated {
      -webkit-animation: none;
      animation: none
  }

  .modal.fade .modal-dialog {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .carousel-item {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .carousel-control-next, .carousel-control-prev {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .carousel-indicators [data-bs-target] {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }

  .spinner-border, .spinner-grow {
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s
  }
}

@media print {
  .d-print-inline {
      display: inline !important
  }

  .d-print-inline-block {
      display: inline-block !important
  }

  .d-print-block {
      display: block !important
  }

  .d-print-grid {
      display: grid !important
  }

  .d-print-table {
      display: table !important
  }

  .d-print-table-row {
      display: table-row !important
  }

  .d-print-table-cell {
      display: table-cell !important
  }

  .d-print-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important
  }

  .d-print-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important
  }

  .d-print-none {
      display: none !important
  }
}

#social-sidebar {
  left: -32px;
  position: fixed;
  top: 65%;
  display: grid;
  z-index: 10;
}

#social-sidebar li:first-child a {
  font-weight: 900;
  transition: .2sall ease-in-out;
}

#social-sidebar li:last-child a {
  border-radius: 0 50% 50% 0;
  transition: .2s all ease-in-out;
}

#social-sidebar a.entypo-evernote {
  color: #000;
  text-decoration: none;
  display: block;
  height: 50px;
  width: 50px;
  font-size: 24px;
  transition: .2s all ease-in-out;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 50px;
  position: relative;
  background-color: #25d366;
  text-align: center;
  border-radius: 0 50% 50% 0;
  cursor: pointer;
}

#social-sidebar a {
  transition: .2sall ease-in-out;
}

#social-sidebar a.entypo-twitter {
  color: #000;
  text-decoration: none;
  transition: .2s all ease-in-out;
  display: block;
  height: 50px;
  width: 50px;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 50px;
  position: relative;
  background-color: #0bd3ff;
  text-align: center;
  border-radius: 0 50% 50% 0;
  cursor: pointer;
}

#social-sidebar a.entypo-facebook {
  color: #000;
  text-decoration: none;
  display: block;
  transition: .2sall ease-in-out;
  height: 50px;
  width: 50px;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 50px;
  position: relative;
  background-color: #3B5998;
  text-align: center;
  border-radius: 0 50% 50% 0;
  cursor: pointer;
}

#social-sidebar a.entypo-linked {
  color: #000;
  text-decoration: none;
  display: block;
  height: 50px;
  transition: .2s all ease-in-out;
  width: 50px;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 9px;
  line-height: 53px;
  position: relative;
  background-color: #3B5998;
  text-align: center;
  border-radius: 0 50% 50% 0;
  cursor: pointer;
}

linked #social-sidebar a .fa-phone-alt {
  color: #fff;
}

#social-sidebar a .fa-facebook-f {
  color: #fff;
}

#social-sidebar a .fa-whatsapp {
  color: #fff;
}

#social-sidebar a:hover span {
  left: 120%;
  opacity: 1;
}

#social-sidebar a span {
  font: 12px "Open Sans", sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
  line-height: 24px;
  left: -100%;
  margin-top: -16px;
  opacity: 0;
  padding: 4px 8px;
  position: absolute;
  transition: opacity .3s, left .4s;
  top: 50%;
  z-index: -1;
}

#social-sidebar a span:before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  left: -4px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
}

#social-sidebar a:hover i {
  color: #fff;
}

#social-sidebar a[class*="twitter"]:hover, #social-sidebar a[class*="twitter"] span, #social-sidebar a[class*="twitter"] span:before {
  background: #00aced;
  color: #fff;
  border: 2px solid #00aced;
  font-weight: bolder;
  transition: .2s all ease-in-out;
}

#social-sidebar a[class*="facebook"]:hover, #social-sidebar a[class*="facebook"] span, #social-sidebar a[class*="facebook"] span:before {
  background: #3B5998;
  color: #fff;
  border: 2px solid #3B5998;
}

#social-sidebar a[class*="gplus"]:hover, #social-sidebar a[class*="gplus"] span, #social-sidebar a[class*="gplus"] span:before {
  background: #E34429;
}

#social-sidebar a[class*="dribbble"]:hover, #social-sidebar a[class*="dribbble"] span, #social-sidebar a[class*="dribbble"] span:before {
  background: #ea4c89;
}

#social-sidebar a[class*="dropbox"]:hover, #social-sidebar a[class*="dropbox"] span, #social-sidebar a[class*="dropbox"] span:before {
  background: #8DC5F2;
}

#social-sidebar a[class*="github"]:hover, #social-sidebar a[class*="github"] span, #social-sidebar a[class*="github"] span:before {
  background: #9C7A5B;
}

#social-sidebar a[class*="evernote"]:hover, #social-sidebar a[class*="evernote"] span, #social-sidebar a[class*="evernote"] span:before {
  color: #fff;
  background: #25d366;
  border: 2px solid #25d366;
}

#social-sidebar a[class*="linked"]:hover, #social-sidebar a[class*="linked"] span, #social-sidebar a[class*="linked"] span:before {
  color: #fff;
  background: #3b5998;
  border: 2px solid #3b5998;
  transition: .2s all ease-in-out;
}

.sub-menu {
  background: #ffffff none repeat scroll 0 0;
  border-top: 3px solid#4db6e7;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  opacity: 0;
  text-align: right;
  position: absolute;
  top: 100%;
  transition: all 0.4s ease-out;
  visibility: hidden;
  z-index: 9;
  transform-origin: top;
  transform: scaleY(0);
}

li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

li .sub-menu li {
  display: block;
  position: relative;
  margin: 0;
}

li .sub-menu li a {
  color: #666666;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  padding: 13px 20px;
  text-transform: capitalize;
  display: block;
}

li:hover>.sub-menu li>a:hover {
  color: #fff;
  background: #090909;
}

.sub-menu>li>.sub-menu {
  background: #ffffff none repeat scroll 0 0;
  border-top: 3px solid#4db6e7;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 100%;
  opacity: 0;
  position: absolute;
  top: 120%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 220px;
  z-index: 9;
}

li>.sub-menu>li:hover .sub-menu {
  top: 0 !important;
  opacity: 1;
  top: 100%;
  visibility: visible
}

footer .social-list-2 {
  margin-top: 25px;
}

footer .social-list-2 li {
  display: inline-block;
  font-size: 16px;
}

footer .social-list-2 li .facebook-bg {
  margin: 0 0px 0px 9px;
  font-size: 35px;
  width: 50px;
  padding-top: 8px;
  height: 50px;
  color: rgb(59 89 152);
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, .5);
}
footer .social-list-2 li .insta-bg {
  margin: 0 0px 0px 9px;
  font-size: 35px;
  width: 50px;
  padding-top: 8px;
  height: 50px;
  color: rgb(59 89 152);
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, .5);
}

footer .social-list-2 li .linked-bg {
  margin: 0 10px 0px 9px;
  font-size: 35px;
  width: 50px;
  padding-top: 8px;
  height: 50px;
  color: rgb(59 89 152);
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, .5);
}

@media screen and (min-width: 240px) {
  footer .social-list-2 ul {
      display: inline-flex;
      gap: 21px;
  }
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: right;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: right;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
      padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px;
  }

  .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75);
  }

  .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0;
  }

  .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%;
  }

  .mfp-container {
      padding-left: 6px;
      padding-right: 6px;
  }
}

.blog-card-blog {
  margin-top: 30px;
}

.blog-card {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.blog-card .blog-card-image {
  height: 60%;
  position: relative;
  overflow: hidden;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
  border-radius: 6px;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.blog-card .blog-card-image img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  pointer-events: none;
}

.blog-card .blog-table {
  padding: 15px 30px;
}

.blog-table {
  margin-bottom: 0px;
}

.blog-category {
  position: relative;
  line-height: 0;
  margin: 15px 0;
}

.blog-text-success {
  color: #28a745!important;
}

.blog-card-blog .blog-card-caption {
  margin-top: 5px;
}

.blog-card-caption {
  font-weight: 700;
  font-family: "Roboto Slab", "Times New Roman", serif;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-card-caption, .blog-card-caption a {
  color: #333;
  text-decoration: none;
  font-family: 'El Messiri';
}

p {
  color: #3C4857;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.blog-card .ftr {
  margin-top: 15px;
}

.blog-card .ftr .author {
  color: #888;
}

.blog-card .ftr div {
  display: inline-block;
}

.blog-card .author .avatar {
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.blog-card .ftr .stats {
  position: relative;
  top: 1px;
  font-size: 14px;
}

.blog-card .ftr .stats {
  float: right;
  line-height: 30px;
}

/***************blog-page-area**************/
.blog-area {
  padding: 70px 0;
}

.blog-area .section-title {
  text-align: center;
}

.blog-area .blog_img img {
  width: 100%;
  margin-bottom: 30px;
}

.blog-area p {
  height: auto;
  overflow: hidden;
  /* background-color: #fff; */
  padding: 5px 10px;
  border-radius: 10px;
  border: 2px solid #f8f8f8;
  border-bottom: 2px solid #fff;
  font-size: 15px;
}

.blog-area .blog_content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  height: 45px;
  overflow: hidden;
  color: #333;
}

.blog-area .blog_box .date {
  background: #E5F3FF;
  display: inline-block;
  padding: 10px;
  text-align: center;
  width: 70px;
  padding: 6px 0;
  margin-bottom: 5px;
}

.blog-area .blog_box .date h2 {
  font-weight: 700;
  font-size: 30px;
  border-bottom: 1px solid #fff;
}

.blog-area .blog_box .date span {
  font-size: 16px;
}

.blog-area .blog_box .comment_box {
  width: 70px;
  height: 40px;
  border: 1px solid #E2E2E2;
  text-align: center;
  line-height: 40px;
  display: block;
}

.blog-area .blog_content {
  position: relative;
  padding-left: 90px;
  padding-right: 15px;
}

.blog-area .blog_content p {
  height: 70px;
  overflow: hidden;
  color: #6c757d
}

.blog-area .blog_content .blog_meta {
  position: absolute;
  left: 12px;
  top: 0;
}

.blog-area a.date, .blog-area a.comment_box {
  color: #565656
}

.blog-area .blog_box {
  margin-bottom: 45px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.13);
}

.blog-area .paginations_menu li {
  display: inline-block;
}

.blog-area .paginations_menu a {
  padding: 0 6px;
  color: #565656;
  transition: .3s linear;
  font-size: 15px;
}

.blog-area .paginations_menu a:hover {
  color: #44A6F0;
}

.blog-area .paginations_menu .nav a {
  width: 30px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}

.blog-area .paginations_menu .prev a:hover {
  border-right-color: #44A6F0;
}

.paginations_menu .prev a {
  border-left: 1px solid;
}

.blog-area .paginations_menu .next a {
  border-right: 1px solid;
}

.blog-area .paginations_bar {
  margin-top: 20px;
}

/*********blog-details*********/
.blog-area .blog_full_content img {
  margin-bottom: 25px;
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.blog-area .blog_full_content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.blog-area .blog_full_content .blog_meta {
  margin-bottom: 30px;
}

.blog-area .blog_full_content .blog_meta a {
  color: #565656;
  margin-left: 35px;
}

.blog-area .blog_full_content .blog_quote {
  background: #EDF7FF;
  padding: 25px 70px 20px 60px;
  position: relative;
}

.blog-area .tag_and_social_bar {
  padding: 70px 0;
}

.blog-area .comment_area h4 {
  margin-bottom: 70px;
  font-size: 20px;
  font-weight: 700;
}

.blog-area .comment_area .comment_wraper {
  margin-bottom: 105px;
}

.blog-area .comment_area .comment_wraper .comment_content {
  position: relative;
  padding-right: 135px;
  margin-bottom: 60px;
}

.blog-area .comment_area .comment_wraper .single_comment .user_photo {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  /* z-index: 2; */
}

.blog-area .comment_area .comment_wraper .single_comment>.single_comment {
  margin-right: 70px;
}

.blog-area .comment_area .comment_wraper .user_details {
  margin-bottom: 15px;
}

.blog-area .comment_area h4 {
  margin-bottom: 70px;
  font-size: 20px;
  font-weight: 700;
}

.blog-area .contact_form input {
  height: 58px;
}

.blog-area .contact_form input, .contact_form textarea {
  width: 100%;
  margin-bottom: 30px;
  background: #F5F5F5;
  border: 1px solid transparent;
  text-indent: 15px;
  transition: .3s linear;
}

.blog-area .custom_btn {
  color: #fff;
  background: #44A6F0;
  padding: 15px 30px;
  transition: .3s linear;
  position: relative;
  z-index: 1;
  border: none;
  overflow: hidden;
  text-align: center;
  min-width: 180px;
}

.blog-area form.widget_search_bar {
  width: 100%;
  height: 56px;
  position: relative;
  margin-bottom: 60px;
}

.blog-area .widget_search_bar input {
  width: 100%;
  height: 100%;
  border: none;
  font-weight: bold;
  background: #DFF1FF;
  text-indent: 15px;
}

.blog-area .widget_search_bar button {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: transparent;
  border: none;
  padding: 0 20px;
}

.blog-area .recent_post {
  margin-bottom: 30px;
}

.blog-area .recent_post>ul {
  border: none;
  margin-bottom: 30px;
  border-bottom: 1px solid #F4F4F4;
}

.blog-area .nav-tabs .nav-item {
  margin-bottom: -1px;
  /*    position: relative;*/
}

.blog-area .recent_post .nav-tabs .nav-link {
  /*    font-family: 'Unna', serif;*/
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

.blog-area .recent_post>ul>li>a {
  padding: 0 5px 15px 0;
  color: #565656!important;
  font-size: 20px;
  font-weight: 700;
  border: none!important;
  margin-right: 21px;
  position: relative;
}

.blog-area .recent_post>ul>li>a:hover:after,.blog-area .recent_post>ul>li>a.active:after {
  visibility: visible;
  opacity: 1;
}

.blog-area .recent_post>ul>li>a:after {
  position: absolute;
  content: "";
  background: #30a9de;
  width: 100%;
  height: 5px;
  border-radius: 2.5px;
  right: 0;
  transition: .3s linear;
  bottom: -2px;
  visibility: hidden;
  opacity: 0;
}

.blog-area a.single_recent_post {
  position: relative;
  margin-bottom: 20px;
  padding-right: 114px;
  color: #565656;
  padding: 15px 114px 15px 0px;
  display: inline-block;
  box-shadow: 0px 0px 21px 9px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  width: 100%;
  height: 115px;
  border-bottom: 2px solid #009883;
}

.blog-area .widget_raper h4 {
  /* margin-top: 30px; */
  margin-bottom: 10px;
}

.blog-area .single_recent_post .rp_img {
  width: 100px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.blog-area .single_recent_post h4 {
  font-size: 15px;
  font-weight: bold;
  transition: .3s linear;
  margin-bottom: 10px;
}

.blog-area .single_recent_post span {
  display: inline-block;
}

.blog-area .widget_menu_bar {
  margin-bottom: 50px;
}

.blog-area .widget_menu_bar>h4, .widget_tag>h4, .filter_slider h5, .recent_post h5 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #F4F4F4;
  display: block;
}

.blog-area .widget_menu_bar>h4:after, .widget_tag>h4:after, .filter_slider h5:after, .recent_post h5:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 5px;
  background: #6FBAF3;
  bottom: -3px;
  right: 0;
  border-radius: 5px;
}

.blog-area .widget_menu a {
  color: #565656;
  transition: .3s linear;
  margin-bottom: 10px;
  color: #565656;
  cursor: pointer
}

.blog-area .widget_menu_bar .widget_menu i {
  padding-left: 10px;
}

.blog-area .widget_menu_bar>h4:after, .widget_tag>h4:after, .filter_slider h5:after, .recent_post h5:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 5px;
  background: #6FBAF3;
  bottom: -3px;
  right: 0;
  border-radius: 5px;
}

.blog-area .widget_tag ul.tag_list {
  margin: 0 -5px;
}

.blog-area .widget_tag li {
  display: inline-block;
}

.blog-area .widget_tag a {
  color: #565656;
  /*    padding: 0 10px;*/
  margin-bottom: 15px;
  border: 1px solid #CACACA;
  line-height: 50px;
  margin: 0 5px 15px;
  padding: 10px;
}

.send-message-pro {
  margin-top: 25px;
  background: #056839;
  padding: 20px;
  border-radius: 4px;
}

.send-message-pro form {
}

.send-message-pro h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  
}

.fill-form {
  padding: 15px;
  height: 43px;
  border: none;
  border-radius: 51px;
}

.send-message-pro form .form-group:last-child {
  margin-bottom: 0px;
}

.send-m {
  background: #fba919;
  border: none;
  font-size: 22px;
  padding: 10px 20px;
  width: 100%;
  color: #fff;
  border-radius: 50px;
}

.form-group {
  margin-bottom: 1rem;
}

textarea.form-control {
  height: 118px;
  border-radius: 11px;
}

.bg-green {
  background-color: #25d366 !important;
}

.bg-blue {
  background-color: #00acee !important;
}

.lang-img {
  height: 38px;
  margin: auto;
  object-fit: contain;
  text-align: center;
  width: 51px;
}

.theme-btn-one {
  position: relative;
  display: flex;
  font-size: initial;
  line-height: 26px;
  font-weight: 600;
  color: #fff !important;
  text-align: center;
  width: fit-content;
  padding: 15px 15px;
  border-radius: 30px;
  margin-bottom: 22px;
  z-index: 1;
  box-shadow: 0 20px 30px -23px #0d447c;
  transition: .5s;
  background: #1a58ba;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.theme-btn-one:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.theme-btn-one:before {
  background: #1d65d7;
  border-radius: 30px;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: .5s;
  width: 100%;
  z-index: -1;
}

.btn-phone-pulse {
  background: #00acee;
  color: #fff;
  position: fixed;
  bottom: 152px;
  left: 9px;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 24px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 9;
}

.btn-facebook-pulse {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 28px;
  justify-content: center;
  left: 9px;
  padding: 14px;
  position: fixed;
  text-decoration: none;
  background-color: #3b5998;
  z-index: 4;
  bottom: 36px;
  width: 50px;
  height: 50px;
}

.btn-instagram-pulse2 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 28px;
  justify-content: center;
  left: 9px;
  /* padding: 14px; */
  position: fixed;
  text-decoration: none;
  z-index: 4;
  bottom: 16px;
  width: 50px;
  background-color: #a7006b;
  height: 50px;
  padding: 12px;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: #fff;
  position: fixed;
  bottom: 94px;
  left: 9px;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  z-index: 99;
  border-radius: 50%;
}

ul {
  padding: 0!important;
}

.btn-tiktok-pulse {
  align-items: center;
  background: #cbcbcb;
  border-radius: 50px;
  bottom: 210px;
  color: #000;
  display: flex;
  font-size: 28px;
  height: 50px;
  justify-content: center;
  left: 9px;
  position: fixed;
  width: 50px;
}

.btn-services-pulse2 {
  align-items: center;
  background: #056839;
  border-radius: 37px;
  bottom: 270px;
  color: #fff;
  display: inline-flex;
  font-size: 28px;
  height: 50px;
  justify-content: center;
  left: 9px;
  position: fixed;
  width: 50px;
  align-items: center;
  text-align: center;
}
.btn-services-pulse2 p{
  opacity: 0;
  transform: translateX(100%);
  display: block;
  transition: 0.5s all ease;
  color: #FFF;
  visibility: hidden;
}
.btn-services-pulse2:hover p{
  opacity: 1;
  transform: translateX(0%);
  display: flex;
  visibility: visible;
}

.btn-services-pulse2:hover:hover
{
  color: #fff;
}
.social {
  position: fixed;
  left: 9px;
  z-index: 9;
  width: 5px;
  height: 2px;
  bottom: 18px;
}

.social::before {
  bottom: 10px;
  content: "\f199";
  background-color: rgb(26 65 71);
  border-radius: 50px;
  color: rgb(255, 255, 255);
  position: fixed;
  z-index: 9;
  transition: all 0.5s ease 0s;
  width: 5px;
  height: 2px;
  cursor: pointer;
  padding: 24px;
  left: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  font-family: 'Font Awesome 5 Pro';
}

.social a {
  transform: translateY(100%) rotate(360deg);
  opacity: 0;
  visibility: hidden;
}

.social:hover a {
  transform: translateY(-82%) rotate(0deg);
  opacity: 1;
  visibility: visible;
}