/*
Theme Name: БелАрсПромМаш
Theme URI: bapm
Author: admin
Description: Сайт-каталог промышленного оборудования
Version: 1.0
License: GNU General Public License
Text Domain: bapm
*/


code {
    color: #41b0bd;
}

.categories-main-container .item .title {
    margin-top: 30px;
}

.footer-wr .footer-title .contacts a {
    color: #ffffff;
}

#upbutton {
    background: url("img/top-button.svg") no-repeat top left;
    height: 50px;
    width: 50px;
    bottom: 30px;
    right: 65px;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 999;
    border: 1px solid #000;
    border-radius: 50%;
}

#upbutton:hover {
    background: url("img/top-button-up.svg") no-repeat top left;
    border: 1px solid #F1B003;

}

div.wpforms-container-full {
    margin-bottom: 24px;
    width: 600px !important;
}

.title {
    line-height: normal !important;
}

.bx-shad {
    background: #343437;
    box-shadow: -10px 10px 30px 0px rgba(0, 0, 0, 0.5);
}

#main-header {
    font-size: 2rem;
    margin-top: -60px;
    margin-bottom: 40px;
    text-align: center;
}

@media (max-width:768px) {
    #main-header {
        margin-top: 30px;
        font-size: 1.5rem;
    }
}

@media (max-width:480px) {
    #upbutton {
        bottom: 20px;
        right: 20px;
    }
}

.logo-container img {
    max-width: 125px;
}

.pro-menu ul {
    margin-bottom: 0;
}

.slide {
    position: relative;
}
.slide-text {
    color: #fff;
    font-size: 60px;
    z-index: 999;
    position: absolute;
    display: block;
    top: 45%;
    left: 20%;
    width: 60%;
    text-transform: uppercase;
}

.slide-text h2 {
    font-weight: bold;
    text-align: center;
}

.slide-text:hover {
    text-decoration: none;
    color: #F1B003;
}

.header .contacts-container .phone a:hover,
.header .contacts-container .mobile a:hover,
.header .contacts-container .email a:hover {
    color: #3D9ACC;
}

.feature-main-container {
    background: rgb(249, 249, 249);
    padding: 40px 0;
}

.feature-main-container .row {
    justify-content: center;
}

.feature-main-container .item {
    text-align: center;
    margin-bottom: 10px;
    padding: 20px 0;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    transform: scale(0.95);

}

.feature-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}

.about-wr .left a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #F1B003;
    color: #fff;
    border-radius: 8px;
}

.about-wr .left a:hover {
    background-color: #9d7302;

}

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

.cta a {
    color: #fff;
    font-size: 24px;
}

.cta a:hover {
    color: #3D9ACC;
    font-size: 24px;
}

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

.footer-link a {
    color: #fff;
}

.footer-link a:hover {
    color: #F1B003;
}

.feature-main-container .col-4.item svg {
    fill: #034263;
}

.group-links {
    padding-left: 100px;
    background: url(https://bapm.by/wp-content/uploads/2023/11/headset.svg) no-repeat left center;
    background-size: 80px;

}

.header-main {
    background: url(/wp-content/themes/bapm/img/bg-about.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}

.slick-slide img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    margin: 0;
    border-radius: 8px;
}

.header-slider {
    max-width: 800px;
    width: 100%;
}

.header-main .header-slider .slick-prev.slick-prev,
.header-main .header-slider .slick-next.slick-prev {
    left: -80px;
}

.header-main .header-slider .slick-prev.slick-next,
.header-main .header-slider .slick-next.slick-next {
    right: -80px;
}

.header {
    border-bottom: 1px solid #ccc;
}

.category-description {
    margin-top: 20px;
}

.btn-primary {
    color: #fff;
    background-color: #9D7201;
    border-color: #9D7201;
}

.btn-primary:hover {
    background-color: #F1B003;
    border-color: #F1B003;
    transition: all .3s;
}

.btn-primary:focus {
    box-shadow: none;
}

.breadcrumbs {
    margin-bottom: 20px;
}

a:focus,
a:hover {
    color: #3D9ACC;
}

.rank-math-breadcrumb {
    background: aliceblue;
    padding: 8px 16px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.rank-math-breadcrumb p {
    margin-bottom: 0;
}

.pro-vmenu li {
    border-radius: 8px;
    background: aliceblue;
}

.page-contacts h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.red {
    color: red;
}

.page-container .subtitle {
    color: #4c4c4c;
    font-size: 22px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
}

label.label,
label.label input {
    width: 100%;
}

textarea,
label.label input {
    border: 1px solid #3D9ACC;
    border-radius: 8px;
    padding: 5px;
}

textarea:focus,
label.label input:focus {
    outline: 1px solid #0A6799;
}

.wpcf7 {
    background: aliceblue;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.1);
}

.page-container .wpcf7-list-item {
    margin: 0;
    font-style: italic;
}

.privacy-field {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.page-container .send {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 8px;
    background-color: #F1B003;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    outline: 0;
}

.page-container .send:hover {
    background-color: #9d7302;
}

.page-container .send:disabled {
    background-color: #f5dd9a;
}

.wrapper.map {
    display: flex;
}

.pro-vmenu li.menu-item-has-children>a>span {
    border-radius: 50%;
    margin-top: -10px;
    height: 20px;
    width: 20px;
    background: url(https://bapm.by/wp-content/uploads/2023/12/gear.svg) no-repeat;
}

.pro-vmenu li.menu-item-has-children:hover>a>span {
    background: url(https://bapm.by/wp-content/uploads/2023/12/gear-white.svg) no-repeat;
}

.pro-vmenu li.menu-item-has-children.current-menu-item>a>span {
    background: url(https://bapm.by/wp-content/uploads/2023/12/gear-white.svg) no-repeat;
}

.pro-vmenu .sub-menu li.menu-item-has-children:hover>a>span {
    background: url(https://bapm.by/wp-content/uploads/2023/12/gear.svg) no-repeat;
}

.pro-vmenu .sub-menu li.menu-item-has-children.current-menu-item>a>span {
    background: url(https://bapm.by/wp-content/uploads/2023/12/gear-white.svg) no-repeat;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
.footer-list {
    list-style-image: url('/wp-content/uploads/2023/12/gear-white.svg');
}

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

.footer-list li::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('/wp-content/uploads/2023/12/gear-white.svg') center center no-repeat;
    position: absolute;
    left: 0;
}

.footer-list li {
    display: flex;
    position: relative;
    padding-left: 40px;

}

.categories-main-container h1,
.feature-main-container h2 {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

.logo-name {
    color: #0A6799;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.logo-subtitle {
    font-size: 14px;
    color: #0A6799;
    text-align: center;
}
.cta {
    background-color: rgb(3 66 99 / 67%);
    padding: 0;
    border-radius: 8px;
    text-align: left;
}
.about-wr .left .text {
  color: #ffffff; 
  font-weight: 400;
  line-height: 25px;
}
.rotating-block {
    display: flex;
    align-items: center;
    width: 250px;
    height: 250px;
    margin: 15px auto;
    animation: rotate 30s linear infinite;
}
.menu-wr .pro-menu li a {
    color: #fff;
}
.footer-wr .mobile {
	background-image: url(/wp-content/uploads/2023/12/icon-mobile-w.svg);
}
.footer-wr .phone {
	background-image: url(/wp-content/uploads/2023/12/icon-phone-w.svg);
}
.footer-wr .email {
	background-image: url(/wp-content/uploads/2023/12/envelope-w.svg);
}
.feature-main-container svg {
	fill: #034263;
}
.news-wr .item {
    margin: 0 15px;
}
.news-wr .title {
    text-align: left;
}
.single .wp-block-heading {
    font-size: 20px;
    font-weight: bold;
}
.get-price {
	display: none;
	max-width: 550px;
	width: 100%;
}
.h3-title {
	font-size: 18px;
    font-weight: bold;
}
.row-product {
	align-items: center;
}
.get-price .send {
	display: inline-block;
    padding: 10px 20px;
    border-radius: 8px;
    background-color: #F1B003;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    outline: 0;
}
.get-price .send:hover {
	background-color: #9d7302;
}
h2.wp-block-heading {
	font-size: 24px;
}
.cover-service a {
	font-size: 28px;
	color: #fff;
	padding: 15px 0;
}
.cover-service a:hover {
	color: #0A6799;
	transition: color .3s ease;
}

.row-line {
	display: flex;
	flex-wrap: wrap;
}
h2.wp-block-heading,
.news-wr .item h2 {
	text-align: center;
}
.page-container .wp-block-media-text__content, .page-container .wp-block-columns {
	text-indent: 25px;
	text-align: justify;
}
.news-wr .item {
    margin: 0 0 15px;
    transform: scale(0.95);
    border-radius: 0.3rem;
    overflow: hidden;
	
}
.wp-block-cover {
	border-radius: 0.3rem;
}
@media screen and (min-width:768px) {
	.menu-wr .pro-menu li a {
		color: #000;
	}
	.rotating-block {		
		width: 350px;
		height: 350px;
		margin: 30px auto;		
	}
	.about-wr .left .text { 
  		font-size: 18px;  
	}
    .cta {
        padding: 40px;
    }
    .logo-name {
        font-size: 36px;
    }
    .feature-header {
        max-width: 60%;
        margin: 0 auto 40px;
        text-align: center;
    }
    .categories-main-container h1,
    .feature-main-container h2 {
        font-size: 2rem;
    }
    .header-slider {
        padding: 80px 0;
    }
    .slick-list {
        box-shadow: 10px 15px 30px 10px rgba(0, 0, 0, 0.5);
    }
	.menu-wr .pro-menu {
		margin-top: 20px;
	}
}