@font-face {
  font-family: "e-Ukraine";
  src: url("../fonts/e-Ukraine-Regular.woff") format("truetype");
  font-style: normal;
  font-weight: 400; 
  font-display: swap;
  }
@font-face {
  font-family: "e-Ukraine";
  src: url("../fonts/e-Ukraine-Light.woff") format("truetype");
  font-style: normal;
  font-weight: 300; 
  font-display: swap;
  }
@font-face {
  font-family: "e-Ukraine";
  src: url("../fonts/e-Ukraine-Medium.woff") format("truetype");
  font-style: normal;
  font-weight: 500; 
  font-display: swap;
  } 
  
  @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

/********** Template CSS **********/
:root {
    --primary: #000;
    --secondary: #34AD54;
    --light: #FFF;
    --dark: #091E3E;
}

    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
	
	.service-item {
  margin: 20px;
}
@media screen and (max-width: 767px) {
.swiper-slide {
  width: 260px !important;
}
.service-item {
  width: 240px;
}
  }
.p-3 {
  padding-top: 15% !important;
}

.mb-footer {
  margin-bottom: 0 !important;
  font-size: 12px;
  font-weight: 400;
  color: #ddd;
}

.mb-questions {
  padding: 1rem !important;
  text-align: center;
  font-size: 18px;
  background: #f5fbff;
  border: 1px solid #F3F4F4;
  color: #091E3E;
  margin-bottom: 10px;
}

.padd-questions {
padding-top: 10px;
}
.background-questions + label {
background: #fcfcfd !important;
}
.hidden {
  display: none;
}
.btn-social {
line-height: 1.5;
}
.twitter2:hover {
color: rgb(29, 155, 240);
}
.facebook2:hover {
color:#4267B2;
}
.linkedin2:hover {
color:#0e76a8;
}
.instagram2:hover {
color:#E4405F;
}
.telegram2:hover {
color:#0088cc;
}
.youtube2:hover {
color:#c4302b;
}
.whatsapp2:hover {
color:#25D366;
}
.viber2:hover {
color:#7360f2;
}
/*** Spinner ***/
.spinner {
    width: 48px;
    height: 48px;
    background: #f6ff00;
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h2, .f-block {
  font-weight: 400 !important;
  font-size: 24px;
}

h3 {
    color: #535353;
	font-size: 16px;
	font-weight: 400;
}

h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}

.harbarcenter {
  text-align: center;
}


/*** Button ***/
.btn {
    font-family: 'e-Ukraine', 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

/*.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}*/

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

 .m-advokat {margin: 6px!important;}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: 'e-Ukraine', 'Source Sans Pro', Arial, sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    /*color: var(--primary);*/
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    /*border-color: var(--primary) !important;*/
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
color:#464646;
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        /*border-bottom: 1px solid rgba(256, 256, 256, .1);*/
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
position: absolute;
content: "";
width: 0;
height: 1px;
bottom: 14px;
left: 50%;
background:#27a0ca;
transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color:#464646;
    }
	
	.p-3contackt {
  padding-top: 9% !important;
}
}


/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:linear-gradient(rgba(115, 115, 115, 0.6), rgba(27, 55, 113, 0.7));
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 12px;
        font-weight: 400 !important;
    }
	
    .carousel-caption h4 {
        font-size: 12px;
        font-weight: 400 !important;
    }

    .carousel-caption h1 {
        font-size: 18px;
        font-weight: 600 !important;
    }
	
	    .carousel-caption h2 {
        font-size: 18px;
        font-weight: 600 !important;
    }
}


@media (max-width: 990px) {
    .carousel-caption h1 {
        font-size: 22px;
        font-weight: 600 !important;
    }
	
.display-4 {
        font-size: 22px;
        font-weight: 600 !important;
		padding-top: 200px;
    }
	

}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 3px;
    left: 0;
    bottom: 0;
    background: #b1cee3;
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title.section-title-sm2::before {
    width: 90px;
    height: 3px;
	left: 50%;
    margin-left: -45px;
	text-align: center;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 3px;
    bottom: 0px;
    background: #fff;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


/*** Service ***/
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 20px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
	padding: 5px;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .6);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item:hover .team-social a.btn:nth-child(5) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .20s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.bg-header-about {
background: linear-gradient(rgba(115, 115, 115, 0.6), rgba(27, 55, 113, 0.6)), url(../img/harbar-carousel-n4.jpg) center center no-repeat;
background-size: cover;
height: 420px;
}
.bg-header-news {
background: linear-gradient(rgba(115, 115, 115, 0.6), rgba(27, 55, 113, 0.6)), url(../img/harbar-carousel-n4.jpg) center center no-repeat;
background-size: cover;
height: 420px;
}

.bg-header-blog {
background: linear-gradient(rgba(115, 115, 115, 0.6), rgba(27, 55, 113, 0.6)), url(../img/habr-01.jpg) center center no-repeat;
background-size: cover;
height: 420px;
}

.bg-header-index {
background: url(../img/harbar-carousel-1.jpg) center center no-repeat;
background-size: cover;
height: 1080px;

}

@media (max-width: 480px) {
.bg-header-index {
background: url(../img/harbar-carousel-1.jpg) center center no-repeat;
background-size: cover;
height: 480px;
}
.bg-header-about {
background: linear-gradient(rgba(115, 115, 115, 0.6), rgba(27, 55, 113, 0.6)), url(../img/harbar-carousel-n4mob.jpg) center center no-repeat;
background-size: cover;
height: 480px;
}
.bg-header-blog {
background: linear-gradient(rgba(115, 115, 115, 0.6), rgba(27, 55, 113, 0.6)), url(../img/harbar-carousel-n4mob.jpg) center center no-repeat;
background-size: cover;
height: 480px;
}

.bg-header-news {
background: linear-gradient(rgba(115, 115, 115, 0.6), rgba(27, 55, 113, 0.6)), url(../img/harbar-carousel-n4mob.jpg) center center no-repeat;
background-size: cover;
height: 480px;
}
/*.padmobnews2 {
  padding-top: 50% !important;
}
.text-whiteblog {
  background: none!important;
padding-top: 200px !important;
}*/
}


.pt-lg-5news {
  padding-top: 5rem !important;
}

.padnews-1 {
  padding-bottom: 20px;
}
.padnews-2 {
  padding-top: 20px;
  font-size: 18px !important;
}
.link-animated a {
    transition: .5s;
}

.text-white a {
  color: #fff;
}
.text-white a:hover {
text-decoration: none;
}
.link-animated a:hover {
    padding-left: 2px;
	 text-decoration: underline;
}

.padquestionsinfo {
  padding: 40px 0;
}

.toggle-box {
  display: none;
}
.toggle-box + label {
cursor: pointer;
position: relative;
display: flex;
align-items: center;
justify-content: flex-start;
padding: 45px 10px 45px 10px;
font-size: 22px;
line-height: 32px;
letter-spacing: -0.02em;
color: #000;
transition: padding .4s, background .4s;
overflow: hidden;
border: 1px solid #F3F4F4;
}

.toggle-box + label:hover {
background: #E7EEF3;
}
.toggle-box + label ul {
  list-style-type: none;
  margin:0;
  padding: 0;
  transform: translateY(0);
  transition: 300ms;
}
.toggle-box + label ul li {
  margin-bottom: 10px;
 }

.toggle-box + label + div {
  transform: translateY(100%);
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.3);
  overflow: hidden;
transition: cubic-bezier(.88,.22,0,.9) 0.3s;
}
.toggle-box + label + div p {
padding: 0px 20px;
}

.toggle-box:checked + label ul {
 transform: translateY(-50%);
  transition: 300ms;
}

.toggle-box:checked + label + div {
  max-height: 100%;
  visibility: visible;
  overflow: visible;
  opacity: 1;
  transform: translateX(0);
  transition: 0.3s cubic-bezier(.88,.22,0,.9) 0.3s;
}

.toggle-box + label:before {
color: #000;
content: "\F4FE";
font-family: bootstrap-icons !important;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
display: inline-block;
font-size: 38px; 
margin-right: 10px;
}
.toggle-box:checked + label:before {
color: #000;
content: "\F2EA";
font-family: bootstrap-icons !important;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
display: inline-block;
font-size: 38px; 
margin-right: 10px;
}

@media (min-width: 767.98px) {
.footer-about {
margin-bottom: -25px;
margin-top: -25px;
    }
}

.btn-outline-light2 {
  color: #484848;
}
.btn-outline-light3 {
  color: #fff;padding: 4px;
}
.btn-outline-light3:hover {
  color: #000;padding: 4px;
}
/*.btn:hover {
  color: #1D0AD9;
}*/

.bg-whithe2 {
  background-color: #FFF !important;
}

.text-light2 {
  color: #535353 !important;
  font-size: 12px;
}

.th1logo {
  font-size: 18px;
}

a {
  color: #535353;
  text-decoration: none;
}

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

.btn-primary {
  background-color: rgba(255, 255, 255, .08);
  border-color: rgba(9, 30, 62, .0);
}
.btn-primary-topup {
background-color: #E6E6E6;
border-color: #F7F7F7;
color: #000;
}
.btn-primary-topup:hover {
  color: #000;
  background-color: #27a0ca;
  border-color: #1facde;
}
.header-logo img:hover {
  opacity: .8;
}

.tabs {
  width: 100%;
  display: inline-block;
}

ul.tab-links {
	margin: 0;
  padding: 0;
  list-style: none;
}

ul.tab-links li {
  margin-right: 50px;
  display: inline-block;
  list-style: none;
}

ul.tab-links a {
display: inline-block;
padding: 0 0px 6px;
font-size: 28px;
font-weight: 400;
line-height: 32px;
letter-spacing: -0.02em;
white-space: nowrap;
}

ul.tab-links a:hover {
text-decoration: none;
border-bottom: 2px solid #27a0ca;
padding: 0 0px 6px;
color: #000;
font-size: 28px;
font-weight: 400;
line-height: 32px;
letter-spacing: -0.02em;
white-space: nowrap;
}

li.active a {
text-decoration: none;
border-bottom: 2px solid #000;
padding: 0 0px 6px;
color: #000;
font-size: 28px;
font-weight: 400;
line-height: 32px;
letter-spacing: -0.02em;
white-space: nowrap;
}

.tab-content {
  padding: 15px;
}

.tab {
  display: none;
}

.tab.active {
  display: block;
}

.text-black {color:#000;}
.us-module-item:hover {
/*box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
background: #F5FBFF;*/
}

.px-555 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.pt-555 {
  padding-top: 1rem !important;
}

.minheightreviews {
  min-height: 600px;
}

.bg-primaryblog {
  background-color: rgba(26, 25, 25, 0.7);
}

.bg-primaryfooter {
  background-color: #E6E6E6;
}

.socialfooter {
  background-color: #393939;
}

.socialfooter-primary {
  color: #fff;
  background-color: #1E2731;
}
.socialfooter-primary:hover {
  color: #000;
  background-color: #c6c6c6;
}
.socialfooter {
color: #6B6A75;
text-align: center;
background-color: #dfdfdf;
padding: 4px 0;
font-size: 1rem;
transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.mb-footer2 {
  margin-bottom: .2rem !important;
}

.text-lightnew {
  font-size: 12px;
  color: #424242 !important;
}

.mb-4socialfooter {
  padding-top: 0.8rem !important;
}

.mb-4footer2 {
  margin-bottom: 1px;
  margin-top: 1px;
  color: #535353;
}

.myblock-t4 {
  text-align: center;
  font-size: 16px;
  padding-bottom: 4px;
  text-transform: uppercase;
}
.mpad-3 {
  margin-right: 8px;
  margin-left: 8px;
}

.ded222 {
  height: 620px;
}

.dedindex {
  height: 600px;
}

.pb-3new {
padding-bottom: 1rem !important;
margin-bottom: 1rem !important;
}

.text-whiteblog {
  color: #fff !important;
  font-size: 26px;
  background: rgba(33, 134, 202, 0.21);
  padding: 14px 40px;
  bottom: 0;
position: absolute;
width: auto;
margin: 0;
margin-right: auto;
margin-left: auto;
}

  @media (max-width: 990px) {
.display-4 {
  font-size: 22px!important;
}
  }
  
    @media (max-width: 1190px) {
.display-4 {
  font-size: 24px!important;
}
  }

.mb-4blog {
  margin-bottom: 1.1rem !important;
}

.mb-4blog a, li a {
text-decoration: underline;
color: #156eaa!important;
}

p a {
  color: #156eaa;
  /*text-decoration: underline;*/
}

p a:hover {
  color: #156eaa;
  text-decoration: underline;
}

ol li::marker {
  color: #0074c1;
}

ol li {
  line-height: 32px;
}

 ul li::marker {
  color: #0074c1;
}

ul li {
  line-height: 32px;
}

.rtecenter li a {
text-decoration: underline;
olor: #000!important;
}

.tabs li a {
text-decoration: none;
color: #000!important;
}

.text-center-blog {
  text-align: center !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 8rem !important;
}

h4, .text-primary-contact {margin-bottom: 0;font-size: 14px;color: #535353;}

.dedindex:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.ded222:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.t-harbar:hover {
  color: #000;
  background-color: #27a0ca;
  border-color: #1facde;
}

.t-harbar {
border-radius: 10px;
background-color: rgba(255, 255, 255, .08);
border-color: transparent;
border-style: solid;
width: 320px;
padding: 2px;
margin: 20px auto;
}

.t-harbar-text {
color: #fff;
font-size: 12px;
font-weight: 400;
padding: 4px;
}

.fa2 {
  font-weight: 900;
  font-size: 38px;
  color: #27a0ca;
}

.ps-4 {
  width: 100%;
}

.fw2 {
  font-size: 21px;
  font-weight: 400 !important;
}

.t-bloghover {
  color: #535353 !important;
}

@media (max-width: 576px) {
	.th1logo {
  font-size: 12px;
}
.text-whiteblog {
  color: #fff!important;
  font-size: 14px!important;
  padding: 4px 10px;
  line-height: 22px;
  margin: 0 20px 0 0;
}
.text-center-blog {
  padding-top: 0rem !important;
}

.text-primary7 {
  color: #5A6B7D !important;
}

.px-5 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
ul.tab-links li {
  margin-right: 20px;
}
li.active a, ul.tab-links a:hover, ul.tab-links a {
  font-size: 18px;
  line-height: 24px;
}
.py-5 {
  padding-top: 1rem !important;
  padding-bottom: 0.2rem !important;
}

.bl-inf {
  padding-bottom: 1rem !important;
}

.g-5, .gy-5 {
  --bs-gutter-y: 1rem !important;
}

.dropdown-item {
  white-space: normal !important;
}

.footer-about {
padding: 0;
margin: 0;
    }
.footer-pad22 {	
padding-top: 3rem !important;}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active {
  color:#6f6f6f;
}
.t-harbar {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, .08);
  border-color: transparent;
  border-style: solid;
  width: 100%;
  padding: 2px;
  margin: 8px auto;
}
/*.btn-outline-light3 {
  padding: 2px;
}*/
.btn3 {
  font-size: 14px;
  margin-bottom: 8px;
  width: 100%;
  line-height: 1.8!important;
  padding: .8rem .75rem !important;
}
.toggle-box + label {
  font-size: 18px;
  line-height: 22px;
}
.t-harbar-text {
  padding: 1px;
}
.mb-3 {
  margin-bottom: 8px !important;
}
.padnews-1 {
  padding-bottom: 20px;
  line-height: 24px;
  font-size: 18px;
}
.btn {
  font-size: 16px;
}
h1, .h1 {
  font-size: 22px;
  line-height: 28px;
}
.back-to-top {
  right: 15px;
}
.btn-lg-square {
  width: 48px;
  height: auto;
}

  
.mob7 {display: none!important;}
}
@media (max-width: 991px) {
  .header-logo img#logo1 {
    display: none;
  }
  .header-logo img#logo2 {
    display: inline-block;
  }
  .px-5 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
 }


.rtecenter {
  text-align: center;
}

.rtecenter {
  margin: 0 0 10px!important;
    margin-bottom: 10px!important;
}

.bg-primary-contact {
  background-color: #27a0ca !important;
}
 
/* iPad (все) */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

.px-5 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active {
  color:#6f6f6f;
}
  .header-logo img#logo1 {
    display: none;
  }
  .header-logo img#logo2 {
    display: inline-block;
  }
  
  .carousel-caption h2 {
  font-size: 28px;
  font-weight: 600 !important;
}
.display-1 {
font-size: 28px!important;
}
}

/* iPad (портретный режим) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
.px-5 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active {
  color:#6f6f6f;
}
  .header-logo img#logo1 {
    display: none;
  }
  .header-logo img#logo2 {
    display: inline-block;
  }
    .carousel-caption h2 {
  font-size: 28px;
  font-weight: 600 !important;
}
.display-1 {
font-size: 28px!important;
}
}
 
/* iPad (альбомный режим) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
.px-5 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active {
  color:#6f6f6f;
}
  .header-logo img#logo1 {
    display: none;
  }
  .header-logo img#logo2 {
    display: inline-block;
  }
    .carousel-caption h2 {
  font-size: 28px;
  font-weight: 600 !important;
}
.display-1 {
font-size: 28px!important;
}
}

/*@media (min-device-width : 801px) and (max-device-width : 1080px){
	
.px-5 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}	
	}*/
	
@media only screen and (min-width: 768px) and (max-width: 1180px) and (orientation: landscape) {
.px-5 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}	
}