
html {
  scroll-behavior: smooth;
  overflow-y: scroll;
    scroll-behavior: smooth;

}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans;
}

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

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

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

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

.splice-2 {
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.row {
  gap: 24px 0;
}

.splice-3 {
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.slick-dots {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  display: none !important;
}

.slick-dots button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(150, 154, 153, 0.2);
  font-size: 0;
  border: none;
  outline: none;
}

h1:not(.page-content h1),
h2:not(.page-content h2),
h3:not(.page-content h3),
h4:not(.page-content h4),
h5:not(.page-content h5),
h6:not(.page-content h6),
ul:not(.page-content ul),
p:not(.page-content p),
ul:not(.page-content ul) {
  /* margin: 0; */
  padding: 0;
  list-style-type: none;
}
ul:not(.page-content ul) {
  margin-bottom: 0;
}

a:not(.page-content a) {
  text-decoration: none;
  /* color: inherit; */
}

.page-content p {
  color: rgb(52, 52, 52);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.slick-dots .slick-active button {
  background-color: #0e4464;
}

.container {
  width: 100%;
  max-width: 1360px;
  padding: 0 20px;
  margin: 0 auto;
}

.page {
  padding: 80px 0;
}

.page-title {
  color: rgb(0, 0, 0);
  font-size: 32px;
  font-weight: 600;
  line-height: 39px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.page-breadcrumb {
  height: 260px;
  background: url("../image/breadcrumb-bg.jpeg") no-repeat center / cover;
  display: flex;
  align-items: center;
}

.page-breadcrumb h1 {
  color: rgb(14, 68, 100);
  font-size: 40px;
  font-weight: 800;
  line-height: 54px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.page-breadcrumb ul {
  display: flex;
  align-items: center;
}

.page-breadcrumb ul a {
  color: #343434;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  padding: 0 20px;
  border-right: 1px solid #343434;
}
.page-breadcrumb ul li:first-child a {
  padding-left: 0;
}
.page-breadcrumb ul li:last-child a {
  padding-right: 0;
  border-right: none;
}

.header {
  position: relative;
}

.collapse:not(.show) {
  display: block;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
}

.collapse.show {
  display: block;
  height: auto;
  overflow: visible;
  pointer-events: visible;
  opacity: 1;
}
.header-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 30px;
}
.header-logo {
  width: 320px;
}

.header-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.header-left {
  display: flex;
  align-items: center;
}

.header-left span {
  color: rgb(52, 52, 52);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  margin-right: 10px;
}

.header-left img {
  width: 138px;
  height: auto;
  object-fit: contain;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 50px;
}

.header-right ul,
.header-mobile-header ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}

.header-right ul a,
.header-mobile-header ul li a {
  width: 34px;
  height: 34px;
  flex: 0 0 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #f2f4f9;
}
.header-right ul a:hover {
  background-color: #0e4464;
}
.header-right ul a svg,
.header-mobile-header ul svg {
  fill: #0e4464;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.header-right ul a:hover svg {
  fill: #fff;
}

.header-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 0px;
  text-transform: uppercase;
  color: #343434;
  display: block;
  margin-left: auto;
}

.header-call-master {
  margin-left: 60px;
  height: 50px;
  background-color: #ff5132;
  color: #fff;
  padding: 0 20px;
  line-height: 50px;
  border-radius: 12px;
}

.header-top .header-lang{
    display: none;
}

.header-lang {
  display: flex;
  align-items: center;
  gap: 5px;
  border: none;
  background: none;
  cursor: pointer;
  color: #0e4464;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  text-transform: uppercase;
  position: relative;
  padding: 10px;
  height: 44px;
  margin-left: 30px;
  padding-left: 30px;
}

.header-lang span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #343434;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.header-lang img:not(.header-lang span img) {
  opacity: 0.5;
}

.header-lang-dropdown {
  position: absolute;
  top: 100%;
  right: 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 10;
}

.header-lang:hover .header-lang-dropdown {
  opacity: 1;
  visibility: visible;
}

.header-lang-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
  flex-direction: column;
  gap: 0;
}

.header-lang-dropdown ul li a {
  width: auto;
  border-radius: 0;
  background-color: #fff;
  transition: 0.3s;
  padding: 10px 18px;
  display: inline-block;
  color: #343434;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.header-lang-dropdown ul li a.active {
  color: #0e4464;
}

.header-lang-dropdown ul li a:hover {
  background-color: #f0f0f0;
}

.header-burger {
  display: none;
}

.header-bottom {
  background: rgba(237, 243, 245, 1);
  /* padding: 24px 0; */
}

.header-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-bottom ul {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-start;
  text-transform: uppercase;
}

.header-bottom ul a,
.header-bottom ul li span {
  color: #474747;
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  cursor: pointer;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.header-bottom ul a::after,
.header-bottom ul li span::after {
  content: "";
  position: absolute;
  top: 95%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(0);
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.header-bottom ul a:hover::after,
.header-bottom ul li span:hover::after {
  transform: scaleX(1);
}
.header-bottom ul a.active::after,
.header-bottom ul li span.active::after {
  transform: scaleX(1);
}
.header-bottom ul a.active,
.header-bottom ul li span.active,
.header-bottom ul a:hover,
.header-bottom ul li span:hover {
  color: #197beb;
}

.header-bottom ul li {
  position: relative;
}
.header-bottom ul li ul {
  position: absolute;
  top: 100%;
  min-width: 100%;
  max-width: max-content;
  left: 0;
  background-color: #f2f4f9;
  flex-direction: column;
  gap: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 10;
  pointer-events: none;
}

.header-bottom ul li:hover ul,
.header-bottom ul li.show ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-bottom ul li ul li {
  width: 100%;
}
.header-bottom ul li ul a {
  padding: 16px 20px;
  min-width: max-content;
  width: 100%;
  color: #0e4464;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #a1aecc;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header-bottom ul li ul a:hover {
  background-color: #0e4464;
  color: #fff;
}
.header-bottom ul li ul a::after {
  display: none;
}
.header-bottom ul li ul a:last-child {
  border-bottom: none;
}

.section-slider {
  position: relative;
}

.section-slider .navigation-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.section-slider .slick-dots button {
  background-color: rgba(255, 255, 255, 0.4);
}

.section-slider .slick-dots .slick-active button {
  background-color: rgba(255, 255, 255, 1);
}

.section-slider .section-slider-item {
  min-height: 700px;
  width: 100vw;
  padding: 50px 0;
}

.section-slider .section-slider-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
.section-slider .section-slider-item h2 {
  color: rgba(255, 255, 255, 1);
  font-size: 60px;
  font-weight: 400;
  width: 70%;
  line-height: 64px;
  margin-bottom: 20px;
}
.section-slider .section-slider-item ul {
  margin-bottom: 40px;
}

.section-slider .section-slider-item ul li {
  font-size: 22px;
  font-weight: 400;
  line-height: 38px;
  color: #ffffff;
}

.section-slider .section-slider-item ul li b {
  color: #5cceff;
}

.section-slider .section-slider-item a {
  padding: 16px 30px;
  background-color: #ff5132;
  padding: 16px 30px;
  color: #fff;
  font-size: 14px;
  border-radius: 12px;
  font-weight: 600;
  display: inline-block;
}

.section-slider .slick-arrow {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #0e4464;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-slider .slick-arrow img {
  height: 20px;
}

.section-cards .container {
  margin-top: -60px;
}

.section-cards-item {
  height: 120px;
  width: 100%;
  text-align: center;
  position: relative;
  border-radius: 12px;
  background: rgba(25, 123, 235, 1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}

.section-cards-item-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.section-cards-item h3 {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}
.section-tabs .slick-track,
.section-team .slick-list,
.section-client .slick-list {
  padding: 20px 0;
}

.tabs-wrapper,
.team-wrapper,
.section-client-wrapper {
  position: relative;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  transform: translateY(calc(-50% - -30px));
  align-items: center;
  justify-content: center;
  font-size: 0;
  border-radius: 50%;
  border: none;
  z-index: 10;
  box-shadow: 2px 0px 14px 0px rgba(0, 0, 0, 0.12);
  background: rgb(255, 255, 255);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.slick-prev {
  left: -12px;
}
.slick-next {
  right: -12px;
}

.slick-prev::after {
  position: absolute;
  content: "";
  background: url("../image/svg/arrow-right.svg") no-repeat center / cover;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -moz-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  -o-transform: translate(-50%, -50%) rotate(-180deg);
}

.slick-next::after {
  position: absolute;
  content: "";
  background: url("../image/svg/arrow-right.svg") no-repeat center / cover;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.section-tabs ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
  margin: 20px 0 30px !important;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
}

.page .section-tabs ul {
  justify-content: space-evenly;
}
.section-tabs ul a {
  padding: 4px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  transition: all 0.2s ease;
  text-transform: uppercase;
  color: #474747;
  display: block;
  width: max-content;
}
.section-tabs ul a:hover,
.section-tabs ul a.active {
  color: #197beb;
  border-bottom: 2px solid #197beb;
}

.page .tab-item {
  display: block;
  margin: 0;
}

.tab-item-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  margin-bottom: 14px;
}

.tab-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tab-item-info h3 {
  color: rgba(71, 71, 71, 1);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 16px;
}
.tab-item-info p {
  color: rgb(161, 162, 167);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}

.tab-item-info h2 {
  color: rgba(25, 123, 235, 1);
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 24px;
}

.tab-item-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.tab-item-btns button,
.tab-item-btns a {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  height: 50px;
  line-height: 50px;
  display: block;
  border: none;
  outline: none;
  padding: 0 20px;
  border-radius: 12px;
}

.tab-item-btns button:first-child,
.tab-item-btns a:first-child {
  background-color: #ff5132;
  color: #fff;
  margin-right: 20px;
}

.tab-item-btns button:last-child,
.tab-item-btns a:last-child {
  background-color: #fff;
  color: #ff5132;
  border: 1px solid #ff5132;
}

.tab-item-info .foto-item {
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.12);
  display: inline-block;
  width: 100%;
}

.section-advantages {
  padding: 80px 0;
  background: rgba(237, 243, 245, 1);
}

.section-advantages-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.section-advantages-item-icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-advantages-item-text h3 {
  color: rgba(54, 139, 237, 1);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 6px;
}

.section-advantages-item-text p {
  color: rgba(71, 71, 71, 1);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.section-work {
  margin: 80px 0;
}
.section-work .container{
      border-bottom: 1px solid #474747;
  padding-bottom: 40px;
}

.section-work-item-header {
  margin-bottom: 12px;
  position: relative;
}

.section-work-item-header::after {
  position: absolute;
  content: "";
  width: 75%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background-color: #c8c8c8;
}

.section-work-item-header::before {
  position: absolute;
  content: ">";
  line-height: 1;
  right: 0;
  font-size: 22px;
  top: 50%;
  transform: translate(2px, -43%);
  color: #c8c8c8;
}

.section-work .col-12:last-child .section-work-item-header::after {
  display: none;
}

.section-work .col-12:last-child .section-work-item-header::before {
  display: none;
}

.section-work-item-number {
  width: 50px;
  height: 50px;
  background-color: #ff5132;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.section-work-item h3{
    font-size: 20px;
    font-weight: 24px;
    font-weight: 700;
    color: #368BED;
}

.section-client .slick-list {
  padding-top: 80px;
  margin-bottom: 50px;
}

.review-item {
  border-radius: 12px;
  background: rgba(237, 243, 245, 1);
  padding: 90px 50px 40px 50px;
  margin: 0 20px;
  position: relative;
}

.review-item-image {
  position: absolute;
  width: 140px;
  height: 140px;
  top: 0%;
  left: 0;
  transform: translate(50px, -50%);
  border-radius: 50%;
  overflow: hidden;
}

.review-item p {
  color: rgba(71, 71, 71, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 14px;
}

.review-item h3 {
  color: rgba(25, 123, 235, 1);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
}

.section-contact {
  padding: 80px 0;
  background: rgba(54, 139, 237, 1);
  color: #fff;
}
.section-contact h2 {
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 24px;
}
.section-contact ul li {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
}

.section-contact ul li a {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  display: block;
  margin-top: 10px;
}

.section-contact ul li span {
  padding: 0 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
  margin-right: 10px;
  height: 50px;
  margin-bottom: 10px;
  display: inline-block;
}

.section-contact ul li ul {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
}

.section-contact ul li ul a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-top: 0;
}
.section-contact ul li ul a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.section-contact form input,
.section-contact form textarea {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-radius: 12px;
  border: none;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  outline: none;
}

.section-contact form textarea {
  height: 150px;
  padding: 20px;
  resize: none;
}

.section-contact form button {
  display: block;
  width: max-content;
  height: 50px;
  border-radius: 12px;
  background-color: #ff5132;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all 0.3s ease;
  margin-left: auto;
}

.section-contact form button:hover {
  background-color: #ff5132;
  transform: scale(1.05);
}

.section-map iframe {
  width: 100%;
  height: 700px;
  display: block;
}

.footer {
  background: rgb(12, 58, 112);
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 80px 0;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-top img{
  height: 60px;
}

.footer-bottom {
  padding: 30px 0;
  background: rgba(255, 255, 255, 0.1);
}
.footer-bottom a{
  color: inherit;
}

.footer-bottom .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffff;
}

.modal-dialog {
  width: 100%;
  max-width: 900px;
}

.modal-body {
  padding: 50px;
}

.page-contact input,
.page-contact textarea,
.modal-body input,
.modal-body textarea {
  width: 100%;
  padding: 16px;
  border-radius: 5px;
  border: none;
  background-color: #f4f7f8;
  color: #343434;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 14px;
}

.modal-body h4 {
  color: rgb(14, 68, 100);
  font-size: 40px;
  font-weight: 800;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 36px;
}

.modal-body form {
  margin-bottom: 20px;
}

.modal-body button,
.page-contact button {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 24px;
  background-color: #0e4464;
  border: none;
  outline: none;
  display: block;
  margin: auto;
  width: max-content;
}

.header-mobile {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  z-index: 11;
  background-color: #00000050;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.header-mobile.active {
  left: 0;
}

.header-mobile-menu {
  background-color: #fff;
  width: max-content;
  width: 80%;
  height: 100vh;
}
.header-mobile-header {
  background-color: #f2f4f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 18px;
}

.header-mobile-header ul a {
  background-color: #fff !important;
}
.header-mobile-body {
  height: calc(100vh - 60px);
  overflow: scroll;
}

.header-mobile-body ul {
  width: 100%;
}


.modal-my-confirm {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.modal-my-confirm img {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
}

.header-mobile-body ul a,
.header-mobile-body ul span {
  padding: 25px 30px;
  color: rgb(34, 64, 140);
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  display: block;
  border-bottom: 1px solid #d9d9d9;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: pointer;
}

.header-mobile-body ul a.active {
  background-color: #314f8f;
  color: #fff;
}

.header-mobile-body ul li ul {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.header-mobile-body ul li:hover ul,
.header-mobile-body ul li.show ul {
  height: max-content;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header-mobile-body ul li ul a {
  padding: 20px 30px;
  color: rgb(34, 64, 140);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: block;
  border-bottom: none;
}
.header-mobile-body ul li ul a:hover {
  background-color: #314f8f;
  color: #fff;
}
.header-mobile-body ul li ul a.active {
  background-color: #314f8f;
  color: #fff;
}
.header-mobile-body ul li ul a::after {
  display: none;
}
.header-mobile-body ul li ul a:last-child {
  border-bottom: none;
}
.header-mobile-body ul li ul a:hover {
  background-color: #314f8f;
  color: #fff;
}
.header-mobile-body ul li ul a.active {
  background-color: #314f8f;
  color: #fff;
}
.header-mobile-body ul li ul a::after {
  display: none;
}
.header-mobile-body ul li ul a:last-child {
  border-bottom: none;
}
.header-mobile-body ul li ul a:hover {
  background-color: #314f8f;
  color: #fff;
}
.header-mobile-body ul li ul a.active {
  background-color: #314f8f;
  color: #fff;
}
.header-mobile-body ul li ul a::after {
  display: none;
}

.section-tabs,
.section-about,
.section-trust,
.section-news {
  padding: 80px 0;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.section-header h2 {
  color: rgba(71, 71, 71, 1);
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 40px;
}
.section-header h2.center {
  text-align: center;
  width: 100%;
}

.section-header a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #274689;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
.section-trust .section-header,
.section-news .section-header {
  margin-bottom: 30px;
}

.section-trust .section-body,
.section-news .section-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

/* MEDIA */

@media (max-width: 1100px) {
  .section-slider .section-slider-item h2{
    width: 80%;
  }
  .header-call-master{
    margin-left: auto;
    margin-right: 20px;
  }
  .section-advantages-item{
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .header-burger {
    display: block;
    cursor: pointer;
  }
  .header-right,
  .header-right ul,
  .header-left span,
  .header-phone,
  .header-search,
  .header-bottom {
    display: none;
  }

  .header-lang {
    border-left: none;
    margin-left: auto;
    padding-left: 0;
    border-right: 1px solid #d4d6dd;
    margin-right: 16px;
    padding-right: 16px;
  }
  .header-bottom ul a,
  .header-bottom ul li span {
    font-size: 0;
    pointer-events: none;
    color: transparent;
  }
  .header-bottom ul a img,
  .header-bottom ul li span img,
  .header-bottom ul li ul {
    display: none;
  }

  .page-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .section-slider .slick-arrow {
    display: none;
  }
  .section-slider .navigation-container {
    display: none;
  }
  .section-slider .section-slider-item h2 {
    font-size: 50px;
    margin-bottom: 4px;
  }
  .section-slider .section-slider-item a {
    padding: 12px 20px;
  }

  .section-about-card {
    width: 80%;
  }
      .header-top .header-lang{
    display: block;
  }
}

@media (max-width: 768px) {
  .section-about-card img {
    display: none;
  }
  .section-about-card {
    width: 100%;
    padding: 30px;
  }
  .header-logo {
    width: 180px;
  }

  .header-top .container {
    padding: 16px 20px;
  }

  .footer-top,
  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .footer-bottom {
    gap: 20px;
  }

  .section-slider .section-slider-item h2{
    width: 100%;
    text-align: center;
    font-size: 40px;
  }
  .section-slider .section-slider-item ul{
    text-align: center;
  }
  .section-slider .section-slider-item a{
    margin: 0 auto;
    display: block;
    width: max-content;
  }

  .tab-item-info h2{
    font-size: 24px;
  }

}

@media (max-width: 576px) {
  .section-header h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .section-slider .section-slider-item h2 {
    font-size: 26px;
    line-height: 1.3;
  }

  .section-slider .section-slider-item p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .page {
    padding: 50px 0;
  }

  .page .slick-list.draggable {
    padding: 0 !important;
  }
  .header-call-master{
    display: none;
  }

  .footer-top{
    padding: 40px 0;
  }

  .footer-top img{
    width: 80%;
    height: auto;
  }
  .review-item{
        padding: 90px 20px 40px 20px;
  }
  .footer-bottom .container{
    flex-direction: column;
    gap: 10px;
  }

  .section-work-item-header::after,
  .section-work-item-header::before{
    display: none;
  }
  .section-work-item-number{
    margin: 0 auto;
  }

  .section-work-item{
    text-align: center;

  }

  .section-header h2{
    text-align: center;
    width: 100%;
  }
}
