* {
    box-sizing: border-box;
}

div {
    border: 0px red solid;
}

*,
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.bg-tricolor {
    background-color: #e8edf1;
    margin-top: -23px;
    margin-bottom: 10px;
    position: relative;
    z-index: 0;
}

img {
    width: 100%
}

.fa-color {
    color: #a8b4bf;
    font-size: 14px;
}

/****  Шапка начало  ****/
.search_form {
    position: relative;
    padding: 60px 10px;

}

.search_form_text {
    position: absolute;
    font-style: italic;
    font-size: 10px;
    padding: 5px;
    width: 260px;
}

.search_form_submit {
    position: absolute;
    left: 248px;
    height: 35px;
    width: 35px;
    top: 66px;
    background: none;
    background-image: url(../img/search-icon.png);
    background-repeat: no-repeat;
    border: 0px;
}

.phone_header a {
    text-decoration: none;
    color: #8b929c;
    font-weight: 300;
    font-size: 18px;
}

.phone_header a span {
    color: #002d44;
    font-weight: 700;
    font-size: 24px;
}

.phone_header a.callback {
    font-size: 14px;
}


/****  Шапка конец  ****/

/****  Боковое меню начало  ****/
nav .aside {
    background: #002d44;
    padding: 0px;
    list-style: none;
    border-radius: 5px;
}

.menu-side {
    margin-top: 36px;
    margin-left: 11px;
}

nav .aside .nav-link {
    color: white;
}

nav .aside .active {
    background: #ec262f;

}

nav .aside .nav-item:hover {
    background: #788590;
    margin: 0px;
    padding: 0px 36px;
}

nav .aside .nav-link {
    color: white;
    display: block;
    padding: 16px 0px;
    text-decoration: none;
    border-bottom: 1px dotted white;
    font-weight: 400;
}

nav .aside .nav-item {
    padding: 0px 36px;
}

nav .aside .nav-item:last-child a {
    border-bottom: none;
}

/****  Боковое меню конец  ****/

/****  Главное меню  ****/

.bg-light {
    background-color: #002d44 !important;
    border-radius: 5px;
    padding: 0px;
    color: white;
    z-index: 2;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    display: none;
    padding: 0px;
}

.nav-item:hover .dropdown-menu {
    display: block;
    background: grey;
    position: absolute;
    border-radius: 0px;
    top: 44px;
    left: 0px;
    height: 240px;
    width: 165px;
    z-index: 999;
}

.navbar-toggler {
    background-color: white;
    border: 2px #002d44 solid;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
    border: 2px #ec262f solid;
}

.navbar {
    padding: 0px;
    z-index: 3;
}

.dropdown-menu .dropdown-item {
    color: white;
    height: 40px;
    padding-top: 11px;
    font-weight: 500;
}

.dropdown-menu .dropdown-item:hover {
    color: #002d44;
    background: #ec262f;
    top: 0px;
    left: 0px;
    position: relative;
    border-color: grey;
    padding-top: 11px;
    font-weight: 500;
}

.navbar-nav .nav-item {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-nav .nav-link,
.navbar-nav .nav-link.active {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}

.navbar-nav .nav-item.active {
    background-color: #ec262f;
}

.navbar-nav .nav-item:hover {
    background-color: grey;
}

.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: center;
}

.z-in-1 {
    z-index: 1;
}

.top-menu {
    position: sticky;
    top: 0px;
    z-index: 3;
}

.dropdown-menu[data-bs-popper] {
    top: 44px;
    left: 0px;
}

/****  Главное меню конец  ****/

/****  Новости начало  ****/

.pic-news {
    display: flex;
    justify-content: flex-start;
}

.pic-news img {
    width: 31px;
    height: 29px;
    margin-right: 5px;
}

.pic-news h2 {
    margin-top: 6px;
    margin-bottom: 20px;
    padding-left: 3px;
}

div.col-12.pic-news {
    border-bottom: 1px #002d44 solid;
}

.card.news-card {
    background-color: white;
    border: none;
}

.card.news-card p,
.card.news-card h5 {
    font-size: 12px;
}

.card.news-card h5.card-title {
    margin-bottom: 0px;
}

.card.news-card .card-body {
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.btn.news-btn {
    color: white;
    background: #ec262f;
    font-size: 8px;
    width: 80px;
    border-radius: 3px;
    margin-top: 20px;
}

.btn.news-btn:hover {
    color: white;
    background: #002d44;
}

.reclama {
    margin-top: 10px;
    margin-bottom: 10px
}





/****  Новости конец  ****/

/****  Товарное меню с модальными окнами начало   ****/

ul.main {
    display: flex;
    justify-content: space-between;
    width: 100%;

}

ul.main li.main {
    width: 33%;
    background: #ebeff1;

}

.tabs-main {
    width: 100%;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #8b929c;
    border-radius: 0px;
}

.modal-body-1 {
    position: relative;
    flex: 1 1 auto;
    padding: 75px 80px;
    border-radius: 0px;
    background-color: white;
}

.modal-body-2 {
    position: relative;
    flex: 1 1 auto;
    padding: 75px 80px;
    border-radius: 0px;
    background-color: white;
}

.modal-body-3 {
    position: relative;
    flex: 1 1 auto;
    padding: 75px 70px;
    border-radius: 0px;
    background-color: white;
}

.modal-content-1 {
    border-radius: 5px;
    box-shadow: 7px 6px 20px #002d44;
}

/****  Товарное меню с модальными окнами конец   ****/

/****  Подобные товары начало  ****/


.line2 {
    width: 100%;
    height: 2px;
}

.p-carousel .item {
    width: 164px !important;
    background: #e7edf0;
    padding-top: 1px !important;
    height: 200px !important;
}

.p-carousel .item img {
    width: 152px !important;
    height: 106px !important;
    margin: 6px !important;
    object-fit: contain;
    background: white;
    padding: 3px !important;
}

.item h5 {
    font-size: 12px !important;
    font-weight: 300 !important;
    color: #002d44;
    padding: 6px !important;
    line-height: 1.3 !important;
}

.button.owl-prev {
    width: 45px !important;
    height: 45px !important;
}


.pcs-prv .carousel-indicators [data-bs-target],
.pcs-prv2 .carousel-indicators [data-bs-target],
.pcs-prv3 .carousel-indicators [data-bs-target],
.pcs-prv4 .carousel-indicators [data-bs-target] {
    width: 66px;
    height: 44px;
    border-radius: 0px;
    border: 2px #e7edf0 solid;
    margin-right: 0px;
    margin-left: 0px;
    opacity: 0.5;
    z-index: 99;
    background-size: contain !important;
    background-position-x: center !important;
    background-repeat: no-repeat !important;
    background-color: white !important;
}

.pcs-prv .carousel-indicators [data-bs-target]:nth-child(1) {
    background: url("../img/product_thumbnails-1.jpg");
}

.pcs-prv .carousel-indicators [data-bs-target]:nth-child(2) {
    background: url("../img/product_thumbnails-1.jpg");
}

.pcs-prv .carousel-indicators [data-bs-target]:nth-child(3) {
    background: url("../img/product_thumbnails-1.jpg");
}

.pcs-prv .carousel-indicators [data-bs-target]:nth-child(4) {
    background: url("../img/product_thumbnails-1.jpg");
}

.pcs-prv2 .carousel-indicators [data-bs-target]:nth-child(1) {
    background: url("../img/product_thumbnails-1.jpg");
}

.pcs-prv2 .carousel-indicators [data-bs-target]:nth-child(2) {
    background: url("../img/product_thumbnails-1.jpg");
}

.pcs-prv2 .carousel-indicators [data-bs-target]:nth-child(3) {
    background: url("../img/product_thumbnails-1.jpg");
}

.pcs-prv2 .carousel-indicators [data-bs-target]:nth-child(4) {
    background: url("../img/product_thumbnails-1.jpg");
}

.pcs-prv3 .carousel-indicators [data-bs-target]:nth-child(1) {
    background: url("../img/product_thumbnails-1.jpg");
}

.pcs-prv3 .carousel-indicators [data-bs-target]:nth-child(2) {
    background: url("../img/product_thumbnails-1.jpg");
}

.pcs-prv3 .carousel-indicators [data-bs-target]:nth-child(3) {
    background: url("../img/product_thumbnails-1.jpg");
}

.pcs-prv3 .carousel-indicators [data-bs-target]:nth-child(4) {
    background: url("../img/product_thumbnails-1.jpg");
}

.pcs-prv4 .carousel-indicators [data-bs-target]:nth-child(1) {
    background: url("../img/product_thumbnails-1.jpg");
}

.pcs-prv4 .carousel-indicators [data-bs-target]:nth-child(2) {
    background: url("../img/product_thumbnails-1.jpg");
}

.pcs-prv4 .carousel-indicators [data-bs-target]:nth-child(3) {
    background: url("../img/product_thumbnails-1.jpg");
}

.pcs-prv4 .carousel-indicators [data-bs-target]:nth-child(4) {
    background: url("../img/product_thumbnails-1.jpg");
}


.pcs-prv .carousel-indicators .active,
.pcs-prv2 .carousel-indicators .active,
.pcs-prv3 .carousel-indicators .active,
.pcs-prv4 .carousel-indicators .active {
    opacity: 1;
}

.pcs-prv .carousel-indicators,
.pcs-prv2 .carousel-indicators,
.pcs-prv3 .carousel-indicators,
.pcs-prv4 .carousel-indicators {
    margin-bottom: -4rem;
    margin-right: 3px;
    margin-left: 3px;
    justify-content: space-between !important;
}

.pcs-prv .carousel-item .pcs-prv2 .carousel-item {
    width: 100%;
    right: 0;
}

.line1 {
    width: 2px;
    height: 12px;
    background: grey;
    margin-right: 10px;
    margin-top: 4px;
}

img.galka {
    width: 10px;
    height: 10px;
    margin-left: -17px;
    margin-right: 3px;
    margin-bottom: 3px;
}

.nal-opt {
    padding-right: 10px;
    padding-bottom: 3px;
    color: grey;
    font-weight: bold;
}

.code-det {
    color: grey;
    font-weight: 300;
    font-size: 12px;
    padding-bottom: 36px;
}

.cena {
    color: #002d44;
    font-weight: 500;
    margin-bottom: 32px;
}

.tel-nom {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tel-nom:hover .numb {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 18px;
    width: 150px;
}

.numb {
    display: none;
}

.numb a {
    text-decoration: none;
    color: #002d44;
}

.tel-nom:hover .zapros {
    display: none;
}

.zapros {
    margin-left: 5px;
    text-decoration: underline;
    color: #002d44;
}

.line {
    width: 1px;
    height: 12px;
    background: grey;
    margin-right: 20px;
    margin-top: 3px;
}

.link-modal {
    display: flex;
    justify-content: flex-start;
}

.link-modal a {
    margin-right: 20px;
    color: grey;
    font-size: 12px;
}

.modal {
    margin-top: 10rem;
}

.tabs-main {
    width: 100%;
}

.carousel-inner.slide-min .carousel-item {
    width: 100%;
}

.carousel-inner.slide-min .card img {
    width: 100%;
    height: 197px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

.carousel-inner.slide-min .card {
    margin: 0px;
}

.btn-info-2 {
    background-color: #002d44;
    color: white;
    border-color: #002d44;
    font-weight: 700;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 3px;
    width: 140px;
}

.btn-info-2:hover {
    background-color: #002d44;
    color: #ec262f;
    border-color: #002d44;
    font-weight: 700;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: grey;
}

.nav-pills .nav-link {
    color: grey;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
}

.nav.main.nav-pills {
    padding: 0 0 0 0;
}

tr {
    color: #8b929c;
    margin-left: 30px;
}

th {
    color: #002d44;
    height: 30px;
    font-weight: 700px;
}

.advance {
    color: #002d44;
}

.tab-content td {
    width: 240px;
    height: 25px;
    font-weight: 600px;
}

/****  Подобные товары начало  ****/




/****  Модальные окна (контакты) начало  ****/

.phone_number {
    position: relative;
    display: inline-block;
}

.info {
    background: green;
}

.number {
    display: none;
}

.phone_number:hover .number {
    display: block;
    position: absolute;
    background: #ec262f;
    top: 0;
    bottom: 0;
    width: 300px;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 75px 80px;
    border-radius: 0px;
}

.btn-close {
    position: absolute;
    right: 40px;
}

.modal-content {
    border-radius: 5px;
    box-shadow: 7px 6px 20px #ec262f;
}


/****  Модальные окна (контакты) конец  ****/

/****  Таблица начало   ****/

.tbl table a {
    color: #002d44;
}

.tbl table td:nth-child(1) {
    color: #788590;
    padding: 15px 0px;
}

.tbl table td:nth-child(2) {
    color: #002d44;
    padding: 15px 0px;
}

.tbl-dd {
    border-bottom: 2px dashed #dde1e5d4;
    padding-top: 15px;
    padding-bottom: 15px;
}



h2 {
    font-size: 15px;
    font-weight: 900;
    color: #002d44;
}



.w-100-map {
    position: relative;
    width: 100%;
    height: 350px;
    margin-top: 16px;
    margin-bottom: 100px;
}

.breadcrumb-item.breadcrumb-item a {
    font-size: 12px;
    padding-top: 3px;
    text-decoration: none;
    color: #959595;
}


.breadcrumb-item.active {
    font-size: 12px;
    font-weight: 900;
    padding-left: 8px;
    padding-top: 3px;
    color: #002d44;
}

.discript {
    position: absolute;
    width: 140px;
    height: 195px;
    background-color: white;
    border: 2px #002d44 solid;
    box-shadow: 0px 0px 15px #002d44;
    top: 40px;
    left: 50px;
    color: #788590;
    border-radius: 8px;
    padding: 10px;
    font-size: 8px;
    font-family: verdana;
}

.discript span {
    color: #002d44;
    font-size: 10px;
    font-weight: 600;
}

/****  Таблица конец   ****/

/****  Карусель начало  ****/

.carousel-inner {
    width: 100%;
}

.carousel-inner img {
    padding-left: 23%;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: none;
    border: 3px solid #002d44;
    opacity: 1;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ec262f;
    border: 3px solid #ec262f;
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 60px;
    width: 50%;
    margin-top: 250px;
    text-align: left;
}

.carousel-inner h5 {
    color: #002d44;
    font-weight: 900;
    font-size: 52px;
    text-align: left;
    margin-top: -15%;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.carousel-inner p {
    color: #002d44;
    font-weight: 300;
    font-size: 36px;
    text-align: left;
    padding-left: 5px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.carousel-caption span {
    color: #002d44;
    font-weight: 100;
    font-size: 18px;
    text-align: left;
    padding-bottom: 15px;
}

.carousel-item {
    position: relative;
}



.carousel-control-prev-icon {
    background-image: url(../img/prev.png);
}

.carousel-control-next-icon {
    background-image: url(../img/next.png);
}

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

/****  Карусель конец  ****/

/****  Карточки начало  ****/


.card {
    border-radius: 0px;
    border-color: #e7edf0;
    border: 4px #e7edf0 solid;
    background-color: #e7edf0;
    margin-bottom: 50px;
}

.card-body {
    padding: 30px 0px 15px 0px;
}


.card img {
    width: calc(100% + 20px);
    height: 175px;
    padding-top: 0px;
    object-fit: contain;
    background-color: white;
    margin: 0px 0px 0px -10px;
    border-radius: 0px;
}

.card-footer {
    border-top: none;
    background-color: #e7edf0;
}

.btn-info {
    background-color: #002d44;
    color: white;
    border-color: #002d44;
    font-weight: 700;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 3px;
    width: 120x;
}

.btn-info:hover {
    background-color: #002d44;
    color: #ec262f;
    border-color: #002d44;
    font-weight: 700;
}

.btn-danger {
    background-color: #ec262f;
    color: white;
    border-color: #ec262f;
    font-weight: 700;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 3px;
    margin-left: 8px;
}

.btn-danger:hover {
    background-color: #ec262f;
    color: #002d44;
    border-color: #ec262f;
    font-weight: 700;
    border-radius: 3px;
}

.row-fl {
    justify-content: space-evenly;
    margin-top: 12px;
}

h5.card-title {
    margin-bottom: 35px;
    font-size: 14px;
    font-weight: 600;
    color: #002d44;
    line-height: 1.8;
}

h5.card-title-mar {
    margin-bottom: 10px;
}

p.card-text {
    margin-bottom: 12px;
    font-size: 14px;
    color: #788590;
}

p.card-text-mar {
    margin-bottom: 40px;
}

.pad10 img {
    padding-top: 10px;
    padding-bottom: 10px;
}

.card-img-top {
    width: calc(100% - 10px);
    height: 173px;
}

.pic-news,
.news-card,
.reclama {
    margin-left: 11px;
}


/****  Карточки конец  ****/



/****  Преимущества начало  ****/

.advantage p {
    font-size: 16px;
    color: #788590;
}

.advantage ul li {
    font-size: 14px;
    color: #788590;
}

.advantage ul {
    list-style: square;
    padding-left: 16px;
}

/****  Преимущества конец  ****/


/****  Каталог начало  ****/


.products.header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.products .sorting {
    min-width: 165px;
    border: 1px solid #ebeff1;
}

.products .heading {
    font-size: 16px;
    line-height: 39px;
    color: #002d44;
    text-transform: uppercase;
}

label {
    color: #788590;
}

select {
    margin-right: 49px;
}

.numbers ul li.page-item .page-link {
    background-color: #002d44;
    color: white;
    margin-left: 3px;
    border-radius: 3px;
}

.numbers ul li.page-item.active .page-link {
    background-color: #ec262f;
    color: white;
    border-color: #ec262f;
}

.numbers ul li.page-item.tochki .page-link {
    background-color: white;
    color: #002d44;
    border-color: white;
}

.numbers ul li.page-item .page-link:hover {
    background-color: #ec262f;
    color: #002d44;
}

.page-link {
    width: 26px;
    height: 32px;
    text-align: center;
    padding: 0px;
    padding-top: 6px;
    font-weight: 700;
}




/****  Каталог конец  ****/


/****  Подвал начало  ****/

.footer h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.bg-blue {
    background: #002d44;
}

.bg-grey {
    background: #e7edf0;
}

.footer ul {
    list-style: none;
    padding: 0px;
}

.footer ul li a,
.footer ul li a:active,
.footer ul li a:link,
.footer ul li a:visited {
    text-decoration: none;
    color: #788590;
}

.footer ul li a:hover {
    text-decoration: none;
    color: #fff;
}

.information {
    text-decoration: none;
    color: #788590;
}


.information a {
    text-decoration: underline;
    color: #788590;
}

/****  Подвал конец  ****/
