@font-face {
  font-family: FuturaPT;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/FuturaPT-Demi.woff2) format("woff2")
}
@font-face {
  font-family: FuturaPT;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/FuturaPT-Medium.woff2) format("woff2")
}
@font-face {
  font-family: ArialNarrow;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/ArialNarrow.woff2) format("woff2")
}
@font-face {
  font-family: FuturaPT;
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/FuturaPTHeavy.woff2) format("woff2")
}
body,
html {
  height: 100%
}
body {
  font-family: Roboto Condensed,sans-serif;
  font-size: 1em;
  line-height: 1.125;
  width: 100%;
  min-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
  background-color: #fff;
  font-weight: 700
}
footer,
header {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}
main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}
.container {
  padding-left: 30px;
  padding-right: 30px
}
@media all and (max-width:1199px) {
  .container {
    padding-left: 10px;
    padding-right: 10px
  }
}
ul {
  list-style: none;
  margin: 0
}
p {
  font-style: normal;
  font-weight: 300;
  margin: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  margin: 0
}
.heading {
  margin-bottom: 30px
}
@media all and (max-width:991px) {
  .heading {
    margin-bottom: 20px
  }
}
.heading h1,
.heading h2 {
  font-family: FuturaPT,sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 64px;
  text-transform: uppercase
}
@media all and (max-width:1199px) {
  .heading h1,
  .heading h2 {
    font-size: 40px;
    line-height: 120%
  }
}
@media all and (max-width:991px) {
  .heading h1,
  .heading h2 {
    font-size: 35px;
    line-height: 45px
  }
}
.heading h1 strong,
.heading h2 strong {
  font-weight: 300;
  color: #0880e1
}
.btn {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #0880e1;
  padding: 12px 40px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border: none;
  -webkit-transition: .25s all;
  transition: .25s all;
  border-radius: 15px
}
@media all and (max-width:575px) {
  .btn {
    padding: 12px 20px
  }
}
.btn:hover {
  color: #fff;
  background-color: #1c72c7;
}
.btn.btn-small {
  padding: 7px 40px;
  border-radius: 10px
}
@media all and (max-width:575px) {
  .btn-100 {
    max-width: none;
    width: 100%
  }
}
a {
  -webkit-transition: .25s all;
  transition: .25s all;
  text-decoration: none
}
a:active,
a:focus,
a:hover {
  text-decoration: none
}
button {
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
button:active,
button:focus {
  outline: 0
}
button:disabled,
button[disabled] {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  pointer-events: all!important
}
button:disabled:hover,
button[disabled]:hover {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  pointer-events: all!important
}
:focus {
  outline: 0
}
* {
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0
}
img {
  max-width: 100%
}
.center {
  text-align: center
}
.stop-scrolling {
  height: 100%;
  overflow: hidden
}
input,
textarea {
  outline: 0!important;
  border-radius: 0
}
input.wpcf7-submit {
  cursor: pointer;
  -webkit-transition: .3s all;
  transition: .3s all
}
details summary::-webkit-details-marker {
  display: none
}
details > summary {
  list-style: none
}
header {
  margin-bottom: 50px
}
@media all and (max-width:575px) {
  header {
    margin-bottom: 20px
  }
}
header .header__top {
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding-top: 21px;
  padding-bottom: 21px
}
@media all and (max-width:991px) {
  header .header__top {
    padding-top: 20px;
    padding-bottom: 20px
  }
}
header .header__logo img {
  width: 209px;
  height: auto
}
@media all and (max-width:991px) {
  header .header__menu {
    display: none
  }
}
header .header__menu .menu__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center
}
header .header__menu .menu__inner ul li a {
  color: #000
}
@media all and (max-width:1199px) {
  header .header__menu .menu__inner ul li a {
    font-size: 15px
  }
}
header .header__menu .menu__inner ul li a:hover {
  color: #0880e1
}
header .header__contacts .contacts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px
}
@media all and (max-width:1199px) {
  header .header__contacts .contacts__inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}
@media all and (max-width:991px) {
  header .header__contacts .contacts__inner {
    display: none
  }
}
header .header__contacts .contacts__inner .worktime__phone {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: right
}
header .header__contacts .contacts__inner .worktime__phone p {
  margin-bottom: 3px
}
header .header__contacts .contacts__inner .worktime__phone a {
  font-family: FuturaPT,sans-serif;
  display: inline-block;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  color: #000
}
header .header__contacts .contacts__inner .worktime__phone a:hover {
  color: #0880e1
}
@media all and (max-width:1199px) {
  header .header__contacts .contacts__inner .btn {
    display: none
  }
}
header .header__contacts .header_burger {
  position: relative;
  display: none
}
@media all and (max-width:991px) {
  header .header__contacts .header_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}
header .header__contacts .header_burger .burger_button {
  position: relative;
  top: 2px;
  width: 30px;
  height: 30px;
  display: block;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 20
}
header .header__contacts .header_burger .burger_button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
header .header__contacts .header_burger .burger_button span:nth-child(1) {
  top: 4px
}
header .header__contacts .header_burger .burger_button span:nth-child(2) {
  top: 12px
}
header .header__contacts .header_burger .burger_button span:nth-child(3) {
  top: 20px
}
header .header__contacts .header_burger .burger_button.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}
header .header__contacts .header_burger .burger_button.open span:nth-child(2) {
  opacity: 0;
  left: -60px
}
header .header__contacts .header_burger .burger_button.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}
header .header__contacts .header_burger .menu_toggle {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  margin: 0;
  overflow: auto;
  text-align: center;
  z-index: 11;
  padding-top: 20px;
  top: 101px;
  padding-bottom: 70px;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}
header .header__contacts .header_burger .menu_toggle.slide {
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px)
}
header .header__contacts .header_burger .menu_toggle.menuopen {
  -webkit-transform: translateX(0)!important;
  -ms-transform: translateX(0)!important;
  transform: translateX(0)!important
}
header .header__contacts .header_burger .menu_toggle .toggle__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 690px
}
@media all and (max-width:767px) {
  header .header__contacts .header_burger .menu_toggle .toggle__inner {
    max-width: 510px
  }
}
@media all and (max-width:575px) {
  header .header__contacts .header_burger .menu_toggle .toggle__inner {
    padding-left: 15px;
    padding-right: 15px
  }
}
header .header__contacts .header_burger .menu_toggle .toggle__inner ul {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,.1)
}
header .header__contacts .header_burger .menu_toggle .toggle__inner ul li:not(:last-child) {
  margin-bottom: 30px
}
header .header__contacts .header_burger .menu_toggle .toggle__inner ul li a {
  font-size: 24px;
  line-height: 28px;
  color: #000
}
header .header__contacts .header_burger .menu_toggle .toggle__inner ul li a:hover {
  color: #0880e1
}
header .header__contacts .header_burger .menu_toggle .toggle__inner .worktime__phone {
  margin-bottom: 20px
}
header .header__contacts .header_burger .menu_toggle .toggle__inner .worktime__phone p {
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 5px
}
header .header__contacts .header_burger .menu_toggle .toggle__inner .worktime__phone a {
  font-family: FuturaPT,sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 31px;
  display: inline-block;
  color: #000
}
header .header__contacts .header_burger .menu_toggle .toggle__inner .worktime__phone a:hover {
  color: #0880e1
}
header .header__contacts .header_burger .menu_toggle .toggle__inner .btn {
  padding: 17px 20px
}
#mainblock {
 /* padding-bottom: 82px;*/
  overflow: hidden
}
@media all and (max-width:991px) {
  #mainblock {
    padding-bottom: 50px
  }
}
#mainblock .mainblock__content {
  position: relative;
  z-index: 2
}
@media all and (max-width:991px) {
  #mainblock .mainblock__content {
    margin-bottom: 40px
  }
}
#mainblock .mainblock__content .content__inner h1 {
  font-family: FuturaPT,sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 64px;
  text-transform: uppercase;
  margin-bottom: 30px
}
@media all and (max-width:1199px) {
  #mainblock .mainblock__content .content__inner h1 {
    font-size: 40px;
    line-height: 120%
  }
}
@media all and (max-width:991px) {
  #mainblock .mainblock__content .content__inner h1 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px
  }
}
#mainblock .mainblock__content .content__inner h1 strong {
  font-weight: 300;
  color: #0880e1
}
#mainblock .mainblock__content .content__inner h3 {
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 30px
}
#mainblock .mainblock__content .content__inner .btn {
  margin-bottom: 30px
}
#mainblock .mainblock__content .content__inner p {
  font-size: 14px;
  line-height: 16px;
  max-width: 504px;
  width: 100%
}
#mainblock .mainblock__image .image__inner .wrapper {
  border: 1px solid rgba(44,65,246,.2);
  border-radius: 20px;
  overflow: hidden;
  max-width: 413px;
  width: 100%;
  /*margin-left: auto;*/
  margin-right: 0;
  padding: 20px
}
@media all and (max-width:991px) {
  #mainblock .mainblock__image .image__inner .wrapper {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 20px
  }
}
#mainblock .mainblock__image .image__inner .mainblock__slider {
  padding-bottom: 28px
}
#mainblock .mainblock__image .image__inner .mainblock__slider .swiper-slide {
  height: auto
}
#mainblock .mainblock__image .image__inner .mainblock__slider .slide__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  min-height: 120px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
#mainblock .mainblock__image .image__inner .mainblock__slider .slide__inner .image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%
}
#mainblock .mainblock__image .image__inner .mainblock__slider .slide__inner .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
#mainblock .mainblock__image .image__inner .mainblock__slider .slide__inner .details h3 {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 5px
}
#mainblock .mainblock__image .image__inner .mainblock__slider .slide__inner .details h4 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 5px
}
#mainblock .mainblock__image .image__inner .mainblock__slider .slide__inner .details p {
  font-size: 14px;
  line-height: 16px
}
#mainblock .mainblock__image .image__inner .main__image {
  width: 850px;
  /*height: 479px;*/
  position: relative;
  right: 330px;
  top: 36px;
  z-index: -1
}
@media all and (max-width:1199px) {
  #mainblock .mainblock__image .image__inner .main__image {
    width: 520px;
    height: 300px;
    right: 130px
  }
}
@media all and (max-width:991px) {
  #mainblock .mainblock__image .image__inner .main__image {
    right: 0;
    left: 0;
    width: auto;
    height: auto;
    text-align: center;
    margin: auto;
    top: 0
  }
}
.swiper-pagination {
  bottom: 0!important;
  text-align: left
}
.swiper-pagination span {
  width: 30px;
  height: 3px;
  background-color: rgba(0,0,0,.1);
  opacity: 1;
  border-radius: 3px
}
.swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #0880e1
}
#services {
  margin-bottom: 50px
}
@media all and (max-width:575px) {
  #services {
    margin-bottom: 0
  }
}
#services .service__item-hidden {
  opacity: .2
}
#services .service__item-hidden .btn {
  display: none
}
#services .service__item:not(:last-child) {
  margin-bottom: 30px
}
@media all and (max-width:1199px) {
  #services .service__item:not(:last-child) {
    margin-bottom: 10px
  }
}
#services .service__item.service__item-two {
  padding-bottom: 60px
}
@media all and (max-width:1330px) {
  #services .service__item.service__item-two {
    padding-bottom: 140px
  }
}
@media all and (max-width:1199px) {
  #services .service__item.service__item-two {
    padding-bottom: 0
  }
}
#services .service__item.service__item-two .service__image .image__inner .details {
  width: 730px;
  max-width: none;
  right: 360px;
  top: calc(100% - 80px)
}
@media all and (max-width:1330px) {
  #services .service__item.service__item-two .service__image .image__inner .details {
    right: 430px;
    top: calc(100% - 10px)
  }
}
#services .service__item.service__item-two .service__image .image__inner .details::before {
  width: 170px;
  height: 170px;
  background-image: url(../img/icon_2.svg);
  top: 0;
  right: -120px
}
@media all and (max-width:1330px) {
  #services .service__item.service__item-two .service__image .image__inner .details::before {
    top: -50px
  }
}
#services .service__item.service__item-three {
  padding-bottom: 80px
}
@media all and (max-width:1199px) {
  #services .service__item.service__item-three {
    padding-bottom: 0
  }
}
@media all and (max-width:1330px) {
  #services .service__item.service__item-three .service__image {
    padding-bottom: 50px
  }
}
@media all and (max-width:1199px) {
  #services .service__item.service__item-three .service__image {
    padding-bottom: 0
  }
}
#services .service__item.service__item-three .service__image .image__inner .details {
  width: 730px;
  max-width: none;
  right: 560px;
  top: calc(100% + 20px)
}
@media all and (max-width:1330px) {
  #services .service__item.service__item-three .service__image .image__inner .details {
    right: 430px;
    top: calc(100% + 80px)
  }
}
#services .service__item.service__item-three .service__image .image__inner .details::before {
  width: 131px;
  height: 131px;
  background-image: url(../img/icon_1.svg);
  top: -84px;
  right: -100px
}
@media all and (max-width:1330px) {
  #services .service__item.service__item-three .service__image .image__inner .details::before {
    top: -120px;
    width: 170px;
    height: 170px;
    background-image: url(../img/icon_2.svg)
  }
}
#services .service__item .service__content {
  margin-bottom: 55px
}
@media all and (max-width:1199px) {
  #services .service__item .service__content {
    margin-bottom: 30px
  }
}
#services .service__item .service__content .content__inner .wrapper {
  max-width: 504px;
  width: 100%
}
@media all and (max-width:991px) {
  #services .service__item .service__content .content__inner .wrapper {
    max-width: none
  }
}
#services .service__item .service__content .content__inner h3 {
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 30px
}
#services .service__item .service__content .content__inner p {
  margin-bottom: 20px
}
#services .service__item .service__content .content__inner .btn {
  margin-bottom: 30px
}
#services .service__item .service__content .content__inner ul {
  list-style-type: disc;
  padding-left: 16px
}
#services .service__item .service__image {
  margin-bottom: 55px
}
@media all and (max-width:1199px) {
  #services .service__item .service__image {
    margin-bottom: 30px
  }
}
#services .service__item .service__image .image__inner {
  position: relative
}
#services .service__item .service__image .image__inner img {
  position: relative;
  z-index: -1
}
#services .service__item .service__image .image__inner .details {
  max-width: 480px;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(0,0,0,.1);
  position: absolute;
  top: 100%;
  right: 240px
}
@media all and (max-width:1270px) {
  #services .service__item .service__image .image__inner .details {
    right: 200px
  }
}
@media all and (max-width:1199px) {
  #services .service__item .service__image .image__inner .details {
    right: 0!important;
    left: 0!important;
    width: auto!important;
    margin: auto!important;
    position: relative;
    max-width: none!important;
    margin-top: 10px!important
  }
}
#services .service__item .service__image .image__inner .details:before {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_1.svg);
  width: 131px;
  height: 131px;
  top: -70px;
  right: -70px;
  z-index: -1
}
@media all and (max-width:1199px) {
  #services .service__item .service__image .image__inner .details:before {
    display: none
  }
}
@media all and (max-width:991px) {
  #footer {
    text-align: center
  }
}
#footer .wrapper {
  border-top: 1px solid rgba(0,0,0,.1);
  padding-top: 20px;
  padding-bottom: 30px
}
@media all and (max-width:991px) {
  #footer .wrapper {
    padding-bottom: 10px
  }
}
#footer .footer__item {
  margin-bottom: 23px
}
#footer .footer__content {
  text-align: left
}
#footer .footer__content h2 {
  font-family: FuturaPT,sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  margin-bottom: 10px
}
#footer .footer__content p {
  font-size: 14px;
  line-height: 16px;
  color: rgba(0,0,0,.3)
}
#footer .footer__menu .menu__inner {
  padding-left: 50px
}
@media all and (max-width:1199px) {
  #footer .footer__menu .menu__inner {
    padding-left: 0
  }
}
#footer .footer__menu .menu__inner ul li:not(:last-child) {
  margin-bottom: 10px
}
#footer .footer__menu .menu__inner ul li a {
  font-size: 16px;
  line-height: 18px;
  color: #000
}
#footer .footer__menu .menu__inner ul li a:hover {
  color: #0880e1
}
#footer .footer__contacts .contacts__inner .btn {
  margin-bottom: 10px
}
#footer .footer__contacts .contacts__inner .worktime__phone a {
  font-family: FuturaPT,sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  color: #000;
  display: inline-block;
  margin-bottom: 5px
}
#footer .footer__contacts .contacts__inner .worktime__phone a:hover {
  color: #0880e1
}
#page {
 /*padding-top: 84px*/
}
@media all and (max-width:1199px) {
  #page {
    padding-top: 0
  }
}
#page .page__portfolio .portfolio__top {
  margin-bottom: 42px
}
@media all and (max-width:991px) {
  #page .page__portfolio .portfolio__top {
    margin-bottom: 20px
  }
}
#page .page__portfolio .portfolio__top.text p {
  font-size: 20px;
  line-height: 23px
}
#page .page__portfolio .portfolio__item {
  margin-bottom: 48px
}
@media all and (max-width:991px) {
  #page .page__portfolio .portfolio__item {
    margin-bottom: 20px
  }
}
#page .page__portfolio .portfolio__item .item__inner {
  border: 1px solid rgba(44,65,246,.2);
  border-radius: 20px;
  padding: 20px
}
#page .page__portfolio .portfolio__item .item__inner .item__content {
  margin-bottom: 10px
}
#page .page__portfolio .portfolio__item .item__inner .item__content h3 {
  font-size: 24px;
  line-height: 28px
}
#page .page__portfolio .portfolio__item .item__inner .portfolio__slider {
  padding-bottom: 28px
}
#page .page__portfolio .portfolio__item .item__inner .portfolio__slider .slide__inner a {
  display: block;
  height: 400px;
  border-radius: 10px;
  overflow: hidden
}
#page .page__portfolio .portfolio__item .item__inner .portfolio__slider .slide__inner a img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
.portfolio-modal {
  max-width: 1280px;
  width: 100%;
  border: 1px solid rgba(44,65,246,.2);
  border-radius: 20px;
  padding: 20px;
  color: #000
}
.portfolio-modal .modal__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 90px
}
@media all and (max-width:767px) {
  .portfolio-modal .modal__heading {
    display: block
  }
}
.portfolio-modal .modal__heading h3 {
  font-size: 24px;
  line-height: 28px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 178px;
  margin-bottom: 10px
}
@media all and (max-width:767px) {
  .portfolio-modal .modal__heading h3 {
    width: auto
  }
}
.portfolio-modal .modal__heading ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 10px
}
@media all and (max-width:767px) {
  .portfolio-modal .modal__heading ul {
    display: block
  }
}
.portfolio-modal .modal__heading ul li strong {
  display: block
}
@media all and (max-width:767px) {
  .portfolio-modal .modal__heading ul li strong {
    display: inline-block
  }
}
.portfolio-modal .modal__gallery {
  border-radius: 10px;
  overflow: hidden
}
.portfolio-modal .modal__gallery .portfolio__slider {
  padding-bottom: 28px
}
.portfolio-modal .modal__gallery .slide__inner a {
  height: 600px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  outline: 0!important
}
@media all and (max-width:991px) {
  .portfolio-modal .modal__gallery .slide__inner a {
    height: 400px
  }
}
.portfolio-modal .modal__gallery .slide__inner a img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
.portfolio-modal .modal__gallery .swiper-pagination {
  text-align: center
}
.soon{
  opacity: 0.2;
  cursor: text;
}
[data-tooltip] {
  position: relative; /* Относительное позиционирование */ 
 }
 [data-tooltip]::after {
  content: attr(data-tooltip); /* Выводим текст */
  position: absolute; /* Абсолютное позиционирование */
  /*width: 300px; /* Ширина подсказки */
  left: 25%; top: 0; /* Положение подсказки */
  background: #0880e1; /* Синий цвет фона */
  color: #fff; /* Цвет текста */
  padding: 0.5em; /* Поля вокруг текста */
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Параметры тени */
  pointer-events: none; /* Подсказка */
  opacity: 0; /* Подсказка невидима */
  transition: 1s; /* Время появления подсказки */
 } 
 [data-tooltip]:hover::after {
  opacity: 1; /* Показываем подсказку */
  top: 2em; /* Положение подсказки */
 }
 .btn-new {
    color: #fff;
}
.button{
  margin: 10px 0 0 0;
  cursor: pointer;
}
.header_portfolio{
  background-color: #0880e1;
    color: white !important;
    padding: 5px;
    border-radius: 4px;
    text-decoration: underline;
}
.header_portfolio:hover{
  background-color: #0880e1;
}
.portfolio-description{
  font-family: 'Arial';
    font-size: 12px;
    font-weight: 500;
    padding-top: 15px;
}
.halfRound{
  width: 400px;
  height: 200px;
  background-color: #0880e1;
  border-radius: 100px 0px 0px 100px;
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: -1;
}


.menu__inner{
  font-weight: 300;
}

.destination{
  font-size: 0.7rem;
  margin-top: 10px;
  text-align: right;
}
