{}
body {
  font-family: 'Montserrat', sans-serif;
}

.bg-black {
    background-color: #272727 !important;
}
.bg-blue {
 background-color: #2b7cbe !important;
}
.bg-white {
 background-color: #fff !important;
}
.bg-grey {
 background-color: #efeeee !important;
}
.bg-dark {
 background-color: #393939 !important;
}
.bg-red {
    background-color: #C8252C;
}
.tx-white {
    color: white
}
.tx-red {
    color: #C8252C
}
.tx-dark {
    color: #272727
}
.tx-grey {
    color: #BABABA
}
.map {
    width: 500px;
    height: 300px;
    margin: 10px;
    border: 1px solid #ccc;
}
.map-block {
    overflow-x: auto;
    max-height: 600px;
}

/* === Roboto === */

/* 16px Roboto Semibold */
.roboto-16-semibold {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.roboto-12-semibold {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 12px;
}

/* 10px Roboto Regular */
.roboto-10-regular {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 10px;
}

/* 16px Roboto Regular */
.roboto-16-regular {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

/* 12px Roboto Regular */
.roboto-12-regular {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
}

/* 14px Roboto Regular */
.roboto-14-regular {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

/* 20px Roboto Regular */
.roboto-20-regular {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    /*font-size: 20px;*/
    font-size: clamp(18px, 4vw, 20px);
}

/* 20px Roboto Semibold */
.roboto-20-semibold {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 20px;
    font-size: clamp(18px, 4vw, 20px);
}

/* 24px Roboto Regular */
.roboto-24-regular {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    /*font-size: 24px;*/
    font-size: clamp(18px, 4vw, 24px);
}


/* === Montserrat === */

/* 64px Montserrat Semibold */
.montserrat-64-semibold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    /*font-size: 64px;*/
    font-size: clamp(18px, 4vw, 64px);
}

/* 40px Montserrat Semibold */
.montserrat-40-semibold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    /*font-size: 40px;*/
    font-size: clamp(18px, 4vw, 40px);
}

/* 24px Montserrat Semibold */
.montserrat-24-semibold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    /*font-size: 24px;*/
    font-size: clamp(18px, 4vw, 24px);
}

/* 32px Montserrat Semibold */
.montserrat-32-semibold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    /*font-size: 32px;*/
    font-size: clamp(18px, 4vw, 32px);
}


 .marquee {
      background: #2b7cbe; /* синий фон */
      color: white;
      overflow: hidden;
      white-space: nowrap;
}
.marquee-track {
    display: flex;
    align-items: center;
    gap: 100px; /* расстояние между копиями */
}
.marquee-item {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.marquee-item img {
    height: 30px;
    margin-right: 15px;
}

.bg-img {
    background-image: url("../img/Инструменты большая.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    left: 0;
    bottom: -35px;
    right: 0;
}


#slider .bg {position: relative; z-index: 1; min-height: 605px !important;}

@media (max-width: 1399px) {
	#slider .roboto-24-regular {font-size: 14px;}
	#slider .montserrat-32-semibold {font-size: 24px;}
	#slider .montserrat-64-semibold {font-size: 40px;}
	#slider .roboto-20-semibold {font-size: 16px;}
	#slider .roboto-18-regular {font-size: 12px;}
	#slider .bg {min-height: 520px;}
}

@media (max-width: 1199px) {
	#slider .bg {min-height: 450px;}
}

@media (max-width: 767px) {
	.bg-img {
        	background-image: url("../img/Инструменты средняя.png");
    	}
	#slider .bg {min-height: 650px}
	#slider .roboto-24-regular {font-size: 10px;}
	#slider .montserrat-32-semibold {font-size: 16px;}
	#slider .montserrat-64-semibold {font-size: 24px;}
	#slider .roboto-20-semibold {font-size: 16px;}
	#slider .roboto-18-regular {font-size: 10px;}
}

@media (max-width: 480px) {
	#callbackForm img {display: none;}
	#callbackForm .w-50 {width: 100% !important;}
	#callbackForm .w-75 {width: 100% !important;}

}

@media (min-width: 767px) and (max-width: 991px) {
    .container, .container-md, .container-sm {
        max-width: 950px !important;
    }
}

input {
    border: 1px solid var(--bg--30);
    border-radius: 8px;
    padding: 8px 16px;
    height: 32px;
}

.bgi-connection {
    background-image: url('../img/Фон.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.btn:hover {
    color: inherit !important;
    background-color: inherit !important;
    border-color: inherit !important;
}

html {
  scroll-behavior: smooth;
}