body {
    /* position: relative; */
    background-color: rgb(53, 51, 51);
    color: rgb(34, 34, 34);
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    font-family: 'Source Sans Pro', 'Roboto Condensed', Arial, Tahoma, sans-serif;
    font-size: 1rem;
}

/* Колір посилання*/
a {
    text-decoration: none;
    color: #4183c4;
    outline: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

/* Колір посилання*/
a:hover,
a:focus {
    text-decoration: none;
    color: #1e70bf;
    outline: none;
}

/* Колір виділення тексту */
*::-moz-selection {
    color: rgba(0, 0, 0, .87);
    background-color: #cce2ff;
}

input::-moz-selection,
textarea::-moz-selection {
    color: rgba(0, 0, 0, .87);
    background-color: rgba(100, 100, 100, .4);
}


/*==============================================
                     Loader
==============================================*/
.preloader {
	--duration: 0s;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #232526;
    background: -webkit-linear-gradient(to right, #202122, #343536);
    background: linear-gradient(to right, #202122, #343536);
    display: flex;
    justify-content: center;
    align-items: center;
   	z-index: 1999;
}
.preloader_content {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 70px;
    border-radius: 3px;
    animation: pulse 1.5s infinite;
}
.preloader_content img {
    width: 150px;
    height: auto;
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(173, 173, 173, 0.4);
        box-shadow: 0 0 0 0 rgba(173, 173, 173, 0.4);
    }

    60% {
        -moz-box-shadow: 0 0 0 10px rgba(240, 240, 240, 0);
        box-shadow: 0 0 0 10px rgba(240, 240, 240, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(126, 126, 126, 0);
        box-shadow: 0 0 0 0 rgba(126, 126, 126, 0);
    }
}


/*==============================================
                Common styles
==============================================*/
.page-wrap {
    background-color: rgb(63, 63, 63);
    background-image: url(../img/plans-bg-v3.png);
    background-repeat: repeat;
    background-attachment: scroll;
    /* margin-top: 75px; */
    min-height: 90vh;
    padding-top: 8rem;
}

p {
    margin: 0;
    padding: 0;
}

.content-wrap {
    background-color: #464646;
    opacity: 0.9;
    padding: 20px;
    overflow: hidden;
    border-radius: 5px;
}


/*==============================================
                Navigation Bar
==============================================*/

nav {
    transition: all 200ms linear;
}

.navbar {
    margin-bottom: auto;
    -webkit-transition: background .7s ease-in-out, padding .7s ease-in-out;
    -moz-transition: background .7s ease-in-out, padding .7s ease-in-out;
    transition: background .7s ease-in-out, padding .7s ease-in-out;
}
.navbar-brand img{
    width: 100px;
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    background-color: rgb(240, 156, 32);
}

.nav-sc {
     padding: 1.5rem 1.5rem;
}

.nav-cl {
     padding: 0.5rem 1rem;
}

@media (max-width: 767px) {
     .nav-sc {
          padding: 0.5rem 1rem;
}
     .nav-cl {
          padding: 0.5rem 1rem;
}
    .navbar-collapse {
        background-color: rgb(53, 51, 51);
    }
}

.nav-style {
    color: white;
    margin: 0;
    background-color: rgb(53, 51, 51);
}

ul li a {
    padding: 0px 10px;
    margin: 0 10px;
    color: rgb(255, 255, 255);
    font-family: 'Roboto Condensed', Arial, Tahoma, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    transition: all 200ms linear;
}

@media (max-width: 959px) {
     ul li a {
          font-size: 10px;
     }
}

@media (max-width: 767px) {
    .navbar {
        background-color: rgb(53, 51, 51);
    }
     ul li a {
          font-size: 14px;
    }
}

#li-home,
#li-services,
#li-contacts,
#li-documents,
#li-map,
#li-account {
    color: rgb(255, 255, 255);
    width: 100%;
    margin: 0;
    padding: 10px;
}

#li-home:hover,
#li-services:hover,
#li-contacts:hover,
#li-documents:hover,
#li-map:hover,
#li-account:hover {
    background-color: rgb(221, 125, 46);
}

.dropdown-item{
    width: 100%;
    margin: 0;
}
.dropdown-item:hover{
    background-color:rgb(221, 125, 46);
    color: rgb(255, 255, 255);
}


/*==============================================
                Home page
==============================================*/

.main-page-header {
    padding-top: auto;
    background-image: url(../img/bg-main-v2.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
}

.underline {
    font-family: 'Roboto Condensed', Arial, Tahoma, sans-serif;
    display: inline-block;
    border-bottom: 2px solid white;
    padding-bottom: 11px;
}

.greeting {
    font-weight: 600;
    color: white;
    text-shadow: 1px 1px 30px rgb(71, 70, 70);
}

.about {
    color: white;
    text-shadow: 1px 1px 30px rgb(71, 70, 70);
    margin-top: 20px;
    font-size: 1.5rem;
}


/*==============================================
                Services page
==============================================*/

#services {
    background-image: url(../img/backgrounds/Main_dark2.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
}

.services-h2 {
    /* color: #525252; */
    animation-duration: 1s;
    font-family: 'Roboto Condensed', Arial, Tahoma, sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: white;
    text-shadow: 1px 1px 30px rgb(71, 70, 70);
}

.card-services {
    border-radius: 0.75rem;
    border: 3px;
    background-color: #272f37;
    color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    cursor: pointer;
}

.card-services:hover {
    /* color: #96989b; */
    filter: drop-shadow(8px 8px 8px rgb(235, 130, 51)) saturate(1.1);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.card-deck-srv .card-services {
  margin: 1rem 0 1.5rem;
}

.card-deck-srv .card-services .card-body{
    padding: 0;
}

.card-img-pd {
    padding: 1.25rem;
}

.card-deck-srv .card-services .card-body .card-footer {
    border-radius: 0 0 0.75rem 0.75rem;
    /*border-style: none; */
    background-color: transparent;
}

.card-deck-srv .card-services .card-body .card-footer:hover {
    background-color: rgba(235,130,51,.8);
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.card-deck-srv .card-services .card-body .card-footer h {
    color: white;
    font-weight: bold;
}

@media (max-width: 575px) {
  .card-deck-srv .card-srv {
    margin: 1rem 5% 5%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .card-deck-srv .card-srv {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .card-deck-srv .card-srv {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
}

@media (min-width: 992px) {
  .card-deck-srv .card-srv {
    -ms-flex: 0 0 22.5%;
    flex: 0 0 22.5%;
  }
}


/*==============================================
                Internet page
==============================================*/

.section-int-name {
    color: #fff;
    font-size: 28px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.table-int-cell {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.table-dark th,
.table-dark thead th {
    border-top: none;
}

.table-int-bg {
    background-color: rgb(221, 125, 46);
}

.table-int-row-bg {
    background-color: rgb(53, 51, 51);
}

.table-int-btn-order:hover {
    background-color: rgb(221, 125, 46);
}

thead .table-int-bg.table-th-price {
    padding-left: 500px;
    margin-left: 800px;
}

th,
td {
    font-size: 18px;
}

@media (max-width: 767px) {
    .section-int {
        height: 0;
        overflow: hidden;
    }
}

/*----Mobile view----*/

.price-int-card {
    background: rgb(255, 255, 255);
}

.card-int-header {
    background: black;
    border-bottom: none;
    background-color: rgb(221, 125, 46);
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.int-price {
    color: rgb(63, 63, 63);
    font-size: 20px;
    font-weight: 600;
}

.card-body-int {
    padding: 10px 0 0;
}

.card-title-int {
    color: #000;
}

.card-footer-int {
    background: rgb(95, 95, 95);
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    cursor: pointer;
}

.card-footer-int:hover {
    background: rgb(221, 125, 46);
}

.card-footer-int a {
    font-size: 18px;
}

@media (min-width: 768px) {
    .mobile-int-sections {
        height: 0;
        overflow: hidden;
    }
}

@media (max-width: 576px) {
    .price-int-card {
        width: 80%;
    }
}


/*==============================================
                    TV page
==============================================*/

.section-tv-name {
    color: #fff;
    font-size: 28px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.table-tv-cell {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.table-dark th,
.table-dark thead th {
    border-top: none;
}

.table-tv-bg {
    background-color: rgb(221, 125, 46);
}

.table-tv-row-bg {
    background-color: rgb(53, 51, 51);
}

.table-int-btn-order:hover {
    background-color: rgb(221, 125, 46);
}

th,
td {
    font-size: 18px;
}

@media (max-width: 767px) {
    .section-tv {
        height: 0;
        overflow: hidden;
    }
}

/*----Mobile view----*/

.price-tv-card {
    background: rgb(255, 255, 255);
}

.card-tv-header {
    background: black;
    border-bottom: none;
    background-color: rgb(221, 125, 46);
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.tv-price {
    color: rgb(63, 63, 63);
    font-size: 20px;
    font-weight: 600;
}

.card-body-tv {
    padding: 10px 0 0;
}

.card-title-tv {
    color: #000;
}

.card-footer-tv {
    background: rgb(95, 95, 95);
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    cursor: pointer;
}

.card-footer-tv:hover {
    background: rgb(221, 125, 46);
}

.card-footer-tv a {
    font-size: 18px;
}

@media (min-width: 768px) {
    .mobile-tv-sections {
        height: 0;
        overflow: hidden;
    }
}

@media (max-width: 576px) {
    .price-tv-card {
        width: 80%;
    }
}


/*==============================================
            Video-system page
==============================================*/

.vs-description {
    color: white;
    font-size: 18px;
}

.section-description {
    padding-bottom: 150px;
    padding-top: 60px;
}

.section-description img {
    max-width: 100%;
    margin-right: 30px;
}


/*==============================================
                News page
==============================================*/

#news {
    background-image: url(../img/backgrounds/Main_dark2.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 15vh;
}

.news-h2 {
    /* color: #525252; */
    animation-duration: 1s;
    font-family: 'Roboto Condensed', Arial, Tahoma, sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: white;
    text-shadow: 1px 1px 30px rgb(71, 70, 70);
}

.card-news {
    border-radius: 0.75rem;
    border: 3px;
    background-color: #272f37;
    color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    cursor: pointer;
}

/* .card-news:hover {
    /* color: #96989b; * /
    filter: drop-shadow(8px 8px 8px rgb(235, 130, 51)) saturate(1.1);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
} */

.card-news {
  margin: 1rem 0 1.5rem;
}

.card-img-news {
    border-radius: 0.75rem 0 0 0.75rem;
}

.card-news .card-block {
    border-radius: 0 0 0.75rem 0.75rem;
    /*border-style: none; */
    background-color: transparent;
}

/* .card-news .card-block:hover {
    background-color: rgba(235,130,51,.8);
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -webkit-transition: all 0.5s ease-out;
} */

.card-news .card-block h {
    color: white;
    font-weight: bold;
}

.btn-news {
    color: #fff;
    background-color: rgb(221, 125, 46);
    border: none;
}

.btn-news:hover {
    color: #fff;
    background-color: rgb(202, 101, 18);
    border: none;
}

.btn-news a {
    color: #fff;
}
 
@media (max-width: 575px) {
  #news {
  padding-bottom: 10vh;
}
  .card-img-news {
    border-radius: 0.75rem 0.75rem 0 0;
}
}

@media (min-width: 576px) and (max-width: 767.98px) {
  #news {
  padding-bottom: 10vh;
}
  .card-img-news {
    border-radius: 0.75rem 0.75rem 0 0;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #news {
  padding-bottom: 10vh;
}
  .card-img-news {
    border-radius: 0.75rem 0 0 0;
}
}

@media (min-width: 992px) {

}


/*==============================================
                Documents page
==============================================*/

.section-docs {
    padding-bottom: 150px;
    padding-top: 60px;
    font-size: 17px;
}

.docs-about-company {
    color: #fff;
    padding: 15px;
}

.Offer-contract-tov {
    color: #fff;
    padding: 15px;
}

.Offer-contract-fop {
    color: #fff;
    padding: 15px;
}

.Privacy-police {
    color: #fff;
    padding: 15px;
}

.xat-modal {
	padding: 1.5rem;
    border-radius: 0.75rem;
    background-color: #272f37;
    color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

.section-docs img {
    margin: 2px;
}


/*==============================================
                Map
==============================================*/

#map {
    height: 600px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}


/*==============================================
                    Contacts
==============================================*/

.logoBig {
    height: 120px;
}

.contacts {
    color: white;
    /* width: 100%; */
}

.contacts-header {
    font-size: 2rem;
}

.address-list {
    margin: 0;
    padding-left: 15px;
}

@media (max-width: 575px) {
    .address-list {
        /* text-align: left; */
    }
}


/*==============================================
                Paymant systems
==============================================*/

.pay-sys {
    height: auto;
}

.pay-sys img {
     max-height: 50px;
}

@media (max-width: 575px) {
    .pay-sys img {
     max-height: 40px;
    }
}


/*==============================================
                    Footer
==============================================*/

.footer {
    background-color: rgb(53, 51, 51);
    color: white;
}

.footer-text {
    min-height: 50px;
    height: 10vh;
}


/*==============================================
                Separator
==============================================*/

#separator-top {
    color: white;
    border-radius: 0px;
    background-color: #5b5957;
    min-height: 25vh;
    height: auto;
}

#separator-middle {
    color: white;
    background-color: #F05F40;
    min-height: 25vh;
    height: auto;
}

#separator-bottom {
    color: white;
    background-color: #5b5957;
    min-height: 25vh;
    height: auto;
}
/* new style start */

/* new style end */
hr.separator-divider {
    width: 35%;
    border-top: 2px solid #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#text-slider-top .carousel-indicators li {
     background-color: rgb(235, 130, 51);
}

#text-slider-bottom .carousel-indicators li {
     background-color: rgb(235, 130, 51);
}

@media (max-width: 575px) {
    hr.separator-divider {
        width: 65%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    hr.separator-divider {
        width: 60%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    hr.separator-divider {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .carousel-control-prev, .carousel-control-next  {
        height: 0;
        overflow: hidden;
    }
}

@media (min-width: 992px) {
    .carousel-control-prev, .carousel-control-next  {
        height: 0;
        overflow: hidden;
    }
}

@media (max-width: 992px) {
    .carousel-indicators {
        height: 0;
        overflow: hidden;
    }
}


/*==============================================
            Maintance Mode
==============================================*/

.atwork {
    padding-top: auto;
    background-image: url(../img/backgrounds/bg_mntnnc.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
}

.atwork .mntnnc_about {
    text-align: center;
}

.atwork .mntnnc_about h2 {
    color: #FFF;
    text-shadow: none;
    font-size: 40px;
    line-height: 60px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    border-width: 0px;
    border-color: #000;
    border-style: none;
}

.atwork .mntnnc_about h4 {
    color: #fff;
}

@media (max-width: 991px) {
    .atwork {
        padding: 30% 5px 10% 5px;
    }

    .atwork .mntnnc_about h2 {
        font-size: 42px;
        font-weight: 500;
    }

    .atwork .mntnnc_about h4 {
        font-size: 20px;
    }
}


/*==============================================
                Feedback form
==============================================*/

.modal {
    color: rgb(60, 59, 58);
}

.btn-primary {
    color: #fff;
    background-color: rgb(221, 125, 46);
    border: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: rgb(202, 101, 18);
    border: none;
}

.btn .btn-secondary .ml-auto {
    color: #fff;
    background-color: #1c4b6b;
    border: none;
}

.btn .btn-secondary:hover {
    color: #fff;
    background-color: #575a5e;
    border: none;
}

#imageGallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.visible {
    display: block;
}

.hidden {
    display: none;
}

.wrapThanks {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 333;
    background: #575a5e;
}

#thanksWindow {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 550px;
    height: auto;
    font-size: 25px;
    font-weight: bold;
    background: rgb(179, 98, 7);
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40vh;
    text-align: center;
    border-radius: 10px;
    opacity: 0.95;
}

.thanksWindow__text {
    color: #ffffff;
    text-align: center;
    padding: 20px 0 20px 0;
}

/* Налаштування стилів модального вікна */
.XatSuccess-modal {
  max-width: 400px; /* Зробити вікно вужчим */
}

.modal-content {
  background-color: #2d2d2d; /* Фон як на сайті */
  color: #ffffff; /* Білий текст */
  border-radius: 10px; /* Закруглені кути */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5); /* Тінь */
  border: 2px solid #f48926; /* Помаранчевий обвід */
}

.modal-header {
  border-bottom: none; /* Прибрати роздільник */
  text-align: center;
}

.modal-body {
  font-size: 16px; /* Розмір шрифту */
  font-family: 'Arial', sans-serif; /* Стиль шрифту */
  padding: 20px;
}

.modal-footer {
  border-top: none; /* Прибрати роздільник */
  padding: 15px;
}

.btn-XatSucceess {
  background-color: #f48926; /* Помаранчева кнопка */
  color: #fff; /* Білий текст */
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
}

.btn-XatSucceess:hover {
  background-color: #ff9f40; /* Світліший помаранчевий при наведенні */
  color: #fff;
}