#notebook .section-title {
  margin-top: 38px;
  margin-bottom: 24px;
  color: rgba(89, 90, 92, 1)
}

.section-text {
  color: rgba(89, 90, 92, 1);
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 24px;
}

.text-center {
  text-align: center;
}

.list-column {
  background-color: rgba(248, 250, 250, 1);
  border-radius: 8px;
  padding: 36px;
}

.list-title {
  color: rgba(105, 105, 105, 1);
  font-size: 20px;
  line-height: 127%;
  font-weight: 700;
  margin-bottom: 24px;
}

.list-column-item {
  padding: 7px 13px 7px 30px;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 16px;
  background-color: white;
  height: 42px;
  min-height: 42px;
  position: relative;
}

.list-column-item:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background: rgba(0, 173, 168, 1);
  top: 50%;
  left: 13px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-column > .list-column-item:last-child {
  margin-bottom: 0;
}

.list-column:hover {
 background-color: rgba(2, 108, 118, 1);
}


.list-column:hover .list-title {
  color: white;
}

.list-column:hover .list-column-item {
  color: white;
  background-color: rgba(255, 255, 255, 0.06);
}

.list-column:hover .list-column-item:before {
  background: white;
}

.lists-buttons {
  margin-top: 36px;
}

.lists-buttons > a:first-child{
  margin-right: 10px;
}

.like-table {
  display: table;
  width: 100%;
  height: 100%;
}

.like-table > div {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

#gromadi {
  padding-top: 112px;
  padding-bottom: 112px;
}

.with-back {
  background-color: rgba(248, 250, 250, 1)
}

.tabs-names {
  margin-bottom: 24px;
  border: 1px solid rgba(2, 108, 118, 1);
  border-radius: 8px;
}

.tabs-names-item {
  text-align: center;
  cursor: pointer;
  padding: 14px 0;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 900;
}

.tabs-names-row > div:first-child {
  padding-right: 0;
}

.tabs-names-row > div:first-child .tabs-names-item{
  border-right: 1px solid rgba(2, 108, 118, 1);
}

.tabs-names-row > div:last-child {
  padding-left: 0;
}

.tabs-names-row > div:nth-child(2) ,
.tabs-names-row > div:nth-child(3) {
  padding-right: 0;
  padding-left: 0;
}

.tabs-names-row > div:nth-child(2) .tabs-names-item,
.tabs-names-row > div:nth-child(3) .tabs-names-item {
  border-right: 1px solid rgba(2, 108, 118, 1);
}


.tabs-names-row > div:first-child  .tabs-names-item {
  border-radius: 8px 0 0 8px;
}

.tabs-names-row > div:last-child  .tabs-names-item {
  border-radius: 0 8px 8px 0;
}






.tabs-names-item.active,
.tabs-names-item:hover {
  background-color: rgba(2, 108, 118, 1);
  color: white;
}

.tabs-bodies {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tabs-bodies-item {
  display: none;
}

.tabs-bodies > .tabs-bodies-item:first-child {
  display: block;
}

.tabs-bodies-item-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  margin-bottom: 24px;
}

.tabs-bodies-item-text {
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 24px;
}

.tabs-bodies-item-buttons > a:first-child{
 margin-right: 10px;
}

.tabs-bodies-item-image img {
  border-radius: 8px;
}


.slider-arrows {
  width: 85px;
  position: relative;
  top: 17px;
}

.slider-arrows > div {
  display: inline-block;
  cursor: pointer;
}

.slider-arrows div.slider-arrows-left {
  margin-right: 5px;
}

.icon-box {
  background-color: rgba(248, 250, 250, 1);
  border-radius: 8px;
  padding: 24px;
}

.icon-box-icon {
  margin-bottom: 24px;
}

.icon-box-title {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 20px;
  line-height: 127%;
}

.icon-box-text {
  font-size: 14px;
  line-height: 160%;
}

.swiper-slide {
  height: auto;
  margin-bottom: 24px;
}

.instrument-swiper .swiper-slide .icon-box {
  height: calc(100% - 48px);
}

.swiper-pagination {
  bottom: 0!important;
}

.swiper-pagination-bullet {
  height: 7px;
  width: 7px;
  background-color: rgba(35, 37, 54, 0.2);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(35, 37, 54, 1)
}

#technology .icon-box {
  height: calc(100% - 48px);
}

#technology .col-12 {
  margin-bottom: 24px;
}

#rishennya {
  padding-top: 112px;
  padding-bottom: 112px;
}

.rishennya-table-v2 {
  display: flex;
}

.rishennya-table-v2 > div {
  width: 33.333333%;
}

.rishennya-table-v2 .rishennya-table-row {
  display: block;
}

.rishennya-table-v2-row {
  text-align: center;
  padding: 12px 24px;
  margin-bottom: 12px;
}

.rishennya-table-v2-row-th > div span {
  position: relative;
  top: -13px;
}
.rishennya-table-v2-row-th > div {
  font-weight: 700;
  font-size: 20px;
  line-height: 127%;
  color: white;
}

.rishennya-table-v2-row-th > div img {
  margin-right: 10px;
}

.rishennya-table-v2 > div:first-child > .rishennya-table-v2-row-th {
  background-color: rgba(0, 173, 168, 1);
  border-radius: 8px 0 0 8px;
}

.rishennya-table-v2 > div:nth-child(2) > .rishennya-table-v2-row-th {
  background-color: rgba(0, 130, 129, 1);
}

.rishennya-table-v2 > div:last-child > .rishennya-table-v2-row-th {
  background-color: rgba(2, 108, 118, 1);
  border-radius: 0 8px 8px 0;
}

.rishennya-table-v2 > div > .rishennya-table-v2-row:not(.rishennya-table-v2-row-th) {
  background-color: white;
  border: 1px solid rgba(121, 122, 124, 0.2);
  text-align: center;
  font-size: 14px;
  line-height: 160%;
  height: 65px;
}

.rishennya-table-v2 > div:first-child > .rishennya-table-v2-row {
  border-radius: 8px 0 0 8px;
}

.rishennya-table-v2 > div:nth-child(2) > .rishennya-table-v2-row {
  border-left: none;
  border-right: none;
}

.rishennya-table-v2 > div:last-child > .rishennya-table-v2-row {
  border-radius: 0 8px 8px 0;
}

.rishennya-table-v2-row-buttons {
  padding: 0;
  margin-bottom: 0;
}


.rishennya-table-v2-row-buttons a {
  font-weight: 900;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 1.5px;
  color: white;
  padding: 24px 0;
  display: block;
}

.rishennya-table-v2-row-buttons a img {
  position: relative;
  left: 0
}

.rishennya-table-v2-row-buttons a:hover img {
  left: 10px
}

#cta {
  background-size: cover!important;
  background-position: center center!important;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cta-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  color: white;
}

.cta-text {
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 24px;
  color: white;
}

.cta-button a {
  animation: puls 1s infinite;
}

@keyframes puls {
  0%{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

#blog a {
  display: block;
  height: 100%;
}

.blog-item {
  padding: 24px;
  height: calc(100% - 48px);
  background-color: rgba(248, 250, 250, 1);
  border-radius: 8px;
}

.blog-item-image {
  background-position: center center!important;
  background-size: cover!important;
  border-radius: 8px;
  margin-bottom: 24px;
  height: 268px;
}

.blog-item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 127%;
  color: rgba(105, 105, 105, 1);
  margin-bottom: 16px;
}

.blog-item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: rgba(105, 105, 105, 1);
  margin-bottom: 24px;
}

.blog-item-button > div {
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(33, 158, 160, 1);
  padding: 7px 17px;
  border: 1px solid rgba(0, 173, 168, 1);
  border-radius: 8px;
  display: inline-block;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}

.blog-item .blog-item-button > div:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.faq-item {
  border-bottom: 1px solid rgba(2, 108, 118, 0.5);
  position: relative;
}

.faq-item-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 127%;
  padding: 22px 0 22px 54px;
  position: relative;
  cursor: pointer;
}

.faq-item-name:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0.5;
  line-height: 40px;
  text-align: center;
  background-color: rgba(2, 108, 118, 1);
  left: 0;
  top: 14px;
  background-image: url("../img/accordion-open.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

.faq-item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  /*padding-bottom: 22px;*/
  display: none;
  padding-left: 54px;
}

.faq-item-text p {
  margin-top: 0;
}

.faq-item-text > p:last-child {
  margin-bottom: 0;
}

.faq-item-text p a {
  color: rgba(0, 173, 168, 1);
  text-decoration: none;
}

.faq-item.active .faq-item-name:before,
.faq-item:hover .faq-item-name:before {
  opacity: 1;
}

.faq-item.active {
  padding-bottom: 22px;
}

.faq-item.active .faq-item-name:before {
  background-image: url("../img/accordion-close.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

#contacts {
  background: url("../img/contacts.png") no-repeat top center;
  background-size: cover!important;
  padding-top: 112px;
  padding-bottom: 94px;
  margin-bottom: 0;
}

#contacts .section-title {
  margin-bottom: 24px;
}

#contacts .section-text {
  margin-bottom: 48px;
}

.contact-form {

}

.contact-form-row {
  margin-bottom: 24px;
}

.contact-form > .contact-form-row:last-child {
  margin-bottom: 0;
}

.contact-form-row input[type="text"],
.contact-form-row input[type="email"],
.contact-form-row textarea {
  border: 1px solid rgba(5, 92, 92, 0.5);
  border-radius: 8px;
  display: block;
  width: calc(100% - 32px);
  color: rgba(14, 15, 15, 1);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  padding: 14px 16px;
}

.contact-form-row textarea {
  height: 124px;
}

.contact-form-row input[type="submit"] {

}

.contact-form-row.contact-form-notice {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: rgba(14, 15, 15, 1)
}

.contact-form-row.contact-form-notice a {
  text-decoration: underline;
  color: rgba(14, 15, 15, 1)
}

.contact-form-row input[type="text"]:focus ,
.contact-form-row input[type="email"]:focus,
.contact-form-row textarea:focus {
  outline: none;
  border: 1px solid rgba(5, 92, 92, 1);
}

.contact-item {
  margin-bottom: 70px;
}

.contact-item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 127%;
  margin-bottom: 16px;
}

.contact-item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
}

.contact-item-value a {
  color: rgba(0, 173, 168, 1);
  text-decoration: underline;
  font-weight: 900;
  font-size: 16px;
  line-height: 160%;
}

#contacts .contact-row > div:first-child {
  padding-right: 50px;
}

#contacts .contact-row > div:last-child {
  padding-left: 50px;
}

#contacts .contact-row-items > div:first-child {
  padding-right: 62px;
}

#contacts .contact-row-items > div:nth-child(2) {
  padding-left: 62px;
}

footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: cover!important;
}

.footer-logo {
  margin-top: 17px;
  margin-bottom: 17px;
  height: 70px;
  width: auto;
}

.footer-menu {
  margin-top: 40px;
}

.footer-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-menu ul li {
  display: inline-block;
  margin-right: 10px;
}

.footer-menu ul li:last-child {
  margin-right: 0;
}

.footer-menu ul li a {
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: white;
}

.footer-menu ul li a:hover {
  color: rgba(0, 173, 168, 1);
}

.social-icons {
  margin-top: 38px;
}

.social-icons a {
  margin-right: 18px;
}

.social-icons a:last-child {
  margin-right: 0;
}

.footer-second-row {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(170, 170, 170, 0.2);
  margin-bottom: 8px;
}

.footer-second-row,
.footer-second-row a {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.8)
}

.footer-second-row a:hover {
  color: rgba(0, 173, 168, 1);
}

.text-right {
  text-align: right;
}

.copyright {
  position: relative;
  padding-right: 80px;
}

.copyright img {
  position: absolute;
  top: -17px;
}

#technology .animation-parent {
  position: relative;
}

#technology .animation-parent > div {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#technology:not(.animated) .animation-parent > div {
  position: relative;
  opacity: 0;
}

#technology .animation-parent > div:nth-child(1) {
  position: absolute;
  top: calc(50% - 91px);
  left: calc(50% - 100px);
  text-align: center;
  width: 200px;
  height: 182px;
  padding-right: 0!important;
  padding-left: 0!important;
}


#technology .animation-parent > div:nth-child(2) {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -ms-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}
#technology:not(.animated) .animation-parent > div:nth-child(2) {
  transform: translate(100%, 50%);
}


#technology .animation-parent > div:nth-child(3) {
  -webkit-transition-delay: 2.5s;
  -moz-transition-delay: 2.5s;
  -ms-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
#technology:not(.animated) .animation-parent > div:nth-child(3) {
  transform: translateY(50%);
}

#technology .animation-parent > div:nth-child(4) {
  -webkit-transition-delay: 3s;
  -moz-transition-delay: 3s;
  -ms-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s;
}
#technology:not(.animated) .animation-parent > div:nth-child(4) {
  transform: translate(-100%, 50%);
}

#technology .animation-parent > div:nth-child(5) {
  -webkit-transition-delay: 3.5s;
  -moz-transition-delay: 3.5s;
  -ms-transition-delay: 3.5s;
  -o-transition-delay: 3.5s;
  transition-delay: 3.5s;
}
#technology:not(.animated) .animation-parent > div:nth-child(5) {
  transform: translate(100%, -50%);
}

#technology .animation-parent > div:nth-child(6) {
  -webkit-transition-delay: 4s;
  -moz-transition-delay: 4s;
  -ms-transition-delay: 4s;
  -o-transition-delay: 4s;
  transition-delay: 4s;
}
#technology:not(.animated) .animation-parent > div:nth-child(6) {
  transform: translateY(-50%);
}

#technology .animation-parent > div:nth-child(7) {
  -webkit-transition-delay: 4.5s;
  -moz-transition-delay: 4.5s;
  -ms-transition-delay: 4.5s;
  -o-transition-delay: 4.5s;
  transition-delay: 4.5s;
}
#technology:not(.animated) .animation-parent > div:nth-child(7) {
  transform: translate(-100%, -50%);
}

#technology.animated .animation-parent > div:nth-child(2),
#technology.animated .animation-parent > div:nth-child(3),
#technology.animated .animation-parent > div:nth-child(4),
#technology.animated .animation-parent > div:nth-child(5),
#technology.animated .animation-parent > div:nth-child(6),
#technology.animated .animation-parent > div:nth-child(7) {
  transform: translate(0, 0);
  opacity: 1;
}






#rishennya .rishennya-table-v2 > div > div.rishennya-table-v2-row {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

#rishennya .rishennya-table-v2 > div > div.rishennya-table-v2-row:first-child {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}



#rishennya .rishennya-table-v2 > div > div.rishennya-table-v2-row:nth-child(2) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

#rishennya .rishennya-table-v2 > div > div.rishennya-table-v2-row:nth-child(3) {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

#rishennya .rishennya-table-v2 > div > div.rishennya-table-v2-row:nth-child(4) {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -ms-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}

#rishennya .rishennya-table-v2 > div > div.rishennya-table-v2-row:nth-child(5) {
  -webkit-transition-delay: 2.5s;
  -moz-transition-delay: 2.5s;
  -ms-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

#rishennya .rishennya-table-v2 > div > div.rishennya-table-v2-row:nth-child(6) {
  -webkit-transition-delay: 3s;
  -moz-transition-delay: 3s;
  -ms-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s;
}

#rishennya.animated .rishennya-table-v2 > div > div.rishennya-table-v2-row {
  opacity: 1;
}

.fancybox__content {
  max-width: calc(100% - 30px) !important;
  width: 1000px; /* Optional */
}


@media all and (max-width: 1399px) {
  .laptop-video video {
    width: 447px;
    top: 16px;
    left: 55px;
  }

  .rishennya-table-v2-row {
    padding: 12px;
    font-size: 18px;
  }

  .rishennya-table-v2-row.rishennya-table-v2-row-buttons  {
    padding: 0;
  }

  .rishennya-table-v2 > div > .rishennya-table-v2-row:not(.rishennya-table-v2-row-th) {
    height: 85px;
  }
}

@media all and (max-width: 1199px) {
  #notebook .section-title {
    margin-top: 0;
  }

  .laptop-video video {
    width: 376px;
    top: 11px;
    left: 45px;
  }

  .rishennya-table-v2-row-th > div img {
    margin-right: 0;
  }

  .rishennya-table-v2-row-th > div span {
    display: block;
    top: 0;
  }

  .rishennya-table-v2-row-buttons a {
    font-size: 12px;
  }

  .footer-menu ul li a {
    font-size: 13px;
  }

  #contacts .contact-row > div:first-child,
  #contacts .contact-row-items > div:first-child {
    padding-right: calc(var(--bs-gutter-x) * .5);
  }

  #contacts .contact-row > div:last-child,
  #contacts .contact-row-items > div:last-child {
    padding-left: calc(var(--bs-gutter-x) * .5);
  }

}

@media all and (max-width: 991px) {
  .laptop-video {
    text-align: center;
    margin-top: 24px;
  }

  .laptop-video video {
    width: 503px;
    top: 18px;
    left: 108px;
  }
  .list-column {
    margin-bottom: 24px;
  }

  .lists-buttons {
    margin-top: 12px;
  }

  .tabs-names-item {
    flex: 0 0 50%;
  }

  .tabs-names-row > div:first-child .tabs-names-item,
  .tabs-names-row > div:nth-child(2) .tabs-names-item {
    border-bottom: 1px solid rgba(2, 108, 118, 1);
  }

  .tabs-names-row > div:first-child .tabs-names-item {
    border-radius: 8px 0 0 0;
  }

  .tabs-names-row > div:nth-child(2) {
    padding-right: calc(var(--bs-gutter-x) * .5);
  }

  .tabs-names-row > div:nth-child(3) {
    padding-left: calc(var(--bs-gutter-x) * .5);
  }

  .tabs-names-row > div:nth-child(2) .tabs-names-item {
    border-right: none;
  }

  .tabs-names-row > div:nth-child(2) .tabs-names-item {
    border-radius: 0 8px 0 0;
  }

  .tabs-names-row > div:nth-child(3) .tabs-names-item {
    border-radius: 0 0  0 8px;
  }

  .tabs-names-row > div:nth-child(4) .tabs-names-item {
    border-radius: 0 0 8px 0;
  }

  .tabs-bodies-item-image {
    margin-top: 24px;
    text-align: center;
  }

  #gromadi,
  #rishennya {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  #technology:not(.animated) .animation-parent > div:nth-child(2) {
    transform: translate(50%, 100%);
  }

  #technology:not(.animated) .animation-parent > div:nth-child(3) {
    transform: translate(-50%, 100%);
  }

  #technology:not(.animated) .animation-parent > div:nth-child(4) {
    transform: translateX(50%);
  }

  #technology:not(.animated) .animation-parent > div:nth-child(5) {
    transform: translateX(-50%);
  }

  #technology:not(.animated) .animation-parent > div:nth-child(6) {
    transform: translate(50%, -100%);
  }

  #technology:not(.animated) .animation-parent > div:nth-child(7) {
    transform: translate(-50%, -100%);
  }

  .rishennya-table-v2 {
    display: block;
  }

  .rishennya-table-v2 > div {
    width: 100%;
    margin-bottom: 48px;
  }

  .rishennya-table-v2 > div:last-child {
    margin-bottom: 0;
  }

  .rishennya-table-v2-row-th > div span {
    position: relative;
    top: -13px;
    display: inline;
    font-size: 20px;
  }

  .rishennya-table-v2-row-th > div img {
    margin-right: 10px;
  }

  .rishennya-table-v2 .rishennya-table-v2-row {
    border-radius: 8px!important;
    height: auto;
  }

  .rishennya-table-v2-row-buttons a {
    font-size: 14px;
  }

  #cta {
    text-align: center;
  }

  .cta-title {
    margin-bottom: 12px;
  }

  .contact-row > div:first-child {
    margin-bottom: 48px;
  }
  #contacts {
    padding-bottom: 62px;
    padding-top: 62px;
  }

  footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  footer > .container > .row:first-child > div {
    text-align: center;
  }

  .footer-menu {
    margin-top: 10px;
  }

  .social-icons {
    margin-top: 20px;
  }

  .footer-second-row {
    margin-top: 20px;
    padding-top: 20px;
  }

}

@media all and (max-width: 767px) {
  .laptop-video video {
    width: 433px;
    top: 15px;
    left: 53px;
  }

  .lists-buttons > a:first-child {
    margin-right: 0;
    margin-bottom: 24px;
  }

  .tabs-names-row > div {
    padding-right: calc(var(--bs-gutter-x) * .5)!important;
    padding-left: calc(var(--bs-gutter-x) * .5)!important;
  }

  .tabs-names-row > div > div {
    border-left: none!important;
    border-right: none!important;
  }

  .tabs-names-row > div:first-child .tabs-names-item {
    border-radius: 8px 8px 0 0;
  }

  .tabs-names-row > div:nth-child(2) .tabs-names-item {
    border-radius: 0;
  }

  .tabs-names-row > div:nth-child(3) > .tabs-names-item {
    border-bottom: 1px solid rgba(2, 108, 118, 1);
    border-radius: 0;
  }

  .tabs-names-row > div:last-child .tabs-names-item {
    border-radius: 0 0 8px 8px;
  }

  #technology:not(.animated) .animation-parent > div:nth-child(2) {
    transform: translate(0, 200%);
  }

  #technology:not(.animated) .animation-parent > div:nth-child(3) {
    transform: translate(0, 100%);
  }

  #technology:not(.animated) .animation-parent > div:nth-child(4) {
    transform: translate(0, 50%);
  }

  #technology:not(.animated) .animation-parent > div:nth-child(5) {
    transform: translate(0, -50%);
  }

  #technology:not(.animated) .animation-parent > div:nth-child(6) {
    transform: translate(0, -100%);
  }

  #technology:not(.animated) .animation-parent > div:nth-child(7) {
    transform: translate(0, -200%);
  }
}
@media all and (max-width: 575px) {
  .laptop-video video {
    width: 81%;
    top: 5%;
    left: 9%;
  }

  .tabs-bodies-item-title {
    font-size: 29px;
    line-height: 140%;
  }

  .tabs-bodies-item-buttons > a:first-child {
    margin-right: 0;
    margin-bottom: 24px;
  }

  .slider-arrows {
    width: 85px;
    position: relative;
    top: 0;
    margin-left: auto;
    margin-bottom: 24px;
  }

  .cta-title {
    font-size: 25px;
    line-height: 140%;
  }

  #faq .button-style-1 {
    margin-bottom: 24px;
  }

  .faq-item-name {
    font-size: 18px;
    line-height: 127%;
    padding: 12px 0 12px 40px;
  }


  .faq-item-name::before {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    left: 0;
    top: 14px;
  }

  .faq-item-text {
    padding-left: 40px;
  }

  .footer-menu ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .footer-second-row > * {
    text-align: center!important;
  }

  .footer-second-row > div:first-child {
    margin-bottom: 24px;
  }

}