.header-call{
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: right;
    margin-left: 80px;
}

.header-call__phone-title{
    font-size: 14px;
    color: #3d464db5;
    margin-bottom: 6px;
}

.header-call__phone-number{
    font-size: 20px;
    font-weight: 700;
    color: #3d464d;
}

.topbar__item {
    display: flex;
    align-items: center;
}

.topbar__item p {
    margin: 0;
    font-size: 14px;
    
}


.modal-header{
    border-bottom: none;
}
#callModal {
    
}
#callModal .btn-close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #464444a1;
    font-size: 8px;
    font-weight: bold;
    margin-top: 2px;
    margin-right: 2px;
}
.modal-body {
    padding: 0 40px 20px;
    display: flex;
    flex-direction: column;

}

.custom-input {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #919191a1;

    font-size: 16px;
    font-weight: 500;
    color: black;

    padding: 20px;
}

.custom-input:focus {
    border: 1px solid #2d2d2d;
    color: black;
}
.form-btn {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: none;
    background-color: #2d2d2d;
    color: white;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 20px;
}
.form-btn:hover {
    opacity: 0.8;

}
.modal-content {
    border-radius: 10px;
    border: 1px solid #919191a1;
    box-shadow: 0 0 10px 0 #000000a1;
}
.modal-header h5{
    font-size: 30px;
    font-weight: 600;
    color: #58575771;
    text-align: center;
    padding-left: 24px;
    opacity: 0.2;
    text-transform: uppercase;
}
.form-error{
    font-size: 12px;
    font-weight: 400;
    color: rgb(208, 17, 17);
    line-height: 1;
}
.error-name{
    display: none;
}
.error-phone {
    display: none;
}
.modal-content p {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    color: rgb(89, 88, 88);
    text-align: center;
}
.modal-content p a{
    color: #2d2d2d;
    font-weight: 500;
    text-decoration: underline;
}
.modal-form{
    display: flex;
    flex-direction: column;

    margin-top: 20px;
}
.input-error {
    border: 1px solid #cf0505;
    color: #cf0505;
}
.btn-callback{
    cursor: pointer;
}



.btn-darkcustom,
.btn-darkcustom.disabled,
.btn-darkcustom:disabled {
    border-color: #2d2d2d;
    background: #2d2d2d;
    color: #fff;
    fill: #fff;
}

.btn-darkcustom .fake-svg-icon,
.btn-darkcustom.disabled .fake-svg-icon,
.btn-darkcustom:disabled .fake-svg-icon {
    color: #fff;
}

.btn-darkcustom.focus,
.btn-darkcustom:focus,
.btn-darkcustom:hover {
    border-color: #3d464d;
    background: #3d464d;
    color: #fff;
    fill: #fff;
}

.btn-darkcustom.focus .fake-svg-icon,
.btn-darkcustom:focus .fake-svg-icon,
.btn-darkcustom:hover .fake-svg-icon {
    color: #fff;
}

.btn-darkcustom.focus,
.btn-darkcustom:focus {
    box-shadow: none;
}

.btn-darkcustom:not(:disabled):not(.disabled).active,
.btn-darkcustom:not(:disabled):not(.disabled):active {
    border-color: #3d464d;
    background: #3d464d;
    color: #fff;
    fill: #fff;
}

.btn-darkcustom:not(:disabled):not(.disabled).active .fake-svg-icon,
.btn-darkcustom:not(:disabled):not(.disabled):active .fake-svg-icon {
    color: #fff;
}

.btn-darkcustom:not(:disabled):not(.disabled).active:focus,
.btn-darkcustom:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.btn-darkcustom.btn-loading:not(:disabled):not(.disabled),
.btn-darkcustom.btn-loading:not(:disabled):not(.disabled).active,
.btn-darkcustom.btn-loading:not(:disabled):not(.disabled):active {
    cursor: default;
    border-color: #2d2d2d;
    background: #2d2d2d;
}

.product-specs{
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
    list-style: none;
    margin: 10px 0 6px;
    padding: 0;
    color: #6c757d;
}
.product-specs li{
    position: relative;
    padding: 3px 0;
    padding-left: 20px;
    padding-right: 0;
}
.product-specs li:before {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    border: 1px solid currentColor;
    left: 0;
}

.product-item__big{
    padding: 0 24px;
}

.product-item__big .product-specs{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    list-style: none;
    margin: 10px 0 6px;
    padding: 0;
    color: #6c757d;
}



.bottom-sticky {
  position: fixed;
  bottom: 10px;
  left: 3px;
  right: 3px;
  background-color: white;
  height: 65px;
  z-index: 99999;
  border: 1px solid rgba(21, 20, 21, 0.15);
  border-radius: 20px;
}

.bottom-sticky-row{
  display: flex;
  justify-content: space-between;
  align-items: end;
  height: 100%;
  padding: 0 20px 10px;
}

.bottom-sticky-item{
  position: relative;
}
.bottom-sticky-link{
  display: flex;
  flex-direction: column;

  align-items: center;  
  font-size: 11px;
  font-weight: 400;
  color: #A1A6AF;

}
.bottom-sticky-link:hover{
  text-decoration: none;
}
.bottom-sticky-link i{
  font-size: 18px;
}
.bottom-sticky-link span{
  color: #151415;
  font-weight: 600;
}

.call-btn{

}
.call-btn span{
  margin-top: 15px;
}
.call-btn-wrap{
  position: absolute;
  background-color: #4D40CA;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  bottom: 50%;
  border: 4px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 18px;
  animation: infinite 2s changeBg ease-in-out;
}
.call-btn-wrap i{
  font-size: 22px;
  animation: infinite 2s bounsAnimation ease-in-out;
}


button {
  border: none;
  background-color: transparent;
  padding: 0;
}

@keyframes bounsAnimation {
  0% {
    opacity: 1;
    transform: rotate(0deg);
  }
  50% {
    opacity: 0.9;
    transform: rotate(10deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@keyframes changeBg {
  0% {
    background-color: #0058C6;
  }
  50% {
    background-color: black;
  }
  100% {
    background-color: #0058C6;
  }
}




.mobilemenu{
  scroll-behavior: smooth;
}



.custom-product__buttons{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.custom-product__buttons *{
    padding: 100px auto!important;
    width: 50%;
}

@media (min-width:576px) and (max-width:991px) {

}
