
.fixed-top {
/*on host*/
    margin-top: 40px !important;
}
.mx-head-title {
    font-family: 'Oswald', sans-serif;
    font-size: 64px;
    font-style: normal;
    color: #808080;
    line-height: 1.09em;
    letter-spacing: 0em;
    font-weight: 300 !important;
}
.mx-ololo {
    font-family: 'Oswald', sans-serif;
    color: #fb4275;
    font-weight: 300;

}
.mx-min-height {
    min-height: 200px;
}
.mx-top-row {
    color: #131313;
    border-bottom: 1px solid #a09b9b00;
    box-shadow: antiquewhite;
    box-shadow: 0 0 4px 0px #cacaca;
    /*background-color: #e2e2e2;*/
}
.banner {
    padding-top: 124px;
}
.mx-i i{
    color: #c990bd;
    padding-right: 2px;
    padding-left: 5px;
}
.mx-i span{
    color: #3a3a3a;
    padding-right: 5px;
    padding-left: 5px;

}
.btn {
      padding: 1px 20px;

}
.mx-no-markers {
    list-style-type: none;
    padding: 0px 0px;
}
.custom-control {

    padding-left: 0rem;
}



.mx-count {
    background-color: #eeeeee;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    border-radius: 50px;

    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    font-size: 13px;
}
.single-team-member .team-info {
    position: relative;
 max-width: 100%;
}
.mx-price {
    color: #5f5f5f;
    font-weight: 700;
}

.single-team-member {
    margin-bottom: 50px;
}
.single-team-member .team-info {
    -webkit-transform: translateY(-0%);

}
.mx-bg-catalog-on-mp {
    background-color: #f5f5f5;
}
.widget .widget-logo, .widget .widget-title {
    margin-bottom: 22px;
}
table {
    border-collapse: collapse; /*убираем пустые промежутки между ячейками*/
    border: 1px solid grey !important; /*устанавливаем для таблицы внешнюю границу серого цвета толщиной 1px*/
}
.list-check li:not(:last-child) {
    margin-bottom: 5px;
}
.mx-price-in-item {
    color: #28a745;
    font-weight: 700;
    font-size: 22px;
}
.mx-list-check {
    margin-bottom: 0;
    padding: 0;
    list-style: none;

    font-size: 13px;
}
.mx-fw-400 {
    font-weight: 400;
}
.mx-list-check li {
    font-family: Oswald, sans-serif;
}
.mx-color-in-item {
    color: #17a2b8;
    font-weight: 400;
    font-size: 16px;

}
.mx-text-center {
    margin-left: 30%;
}

.banner .banner-content h1 {
    font-family: 'AC Line';
    font-size: 64px;
    font-style: normal;
    color: #808080;
    line-height: 1.09em;
    letter-spacing: 0em;
}

@media screen and (max-width: 800px) {
  .breadcrumb-area span{
      font-size: 12px;
      text-align: left !important;
  }

    .pagination li:first-child {
        display: none;
    }
    .pagination li:last-child {
        display: none;
    }
    .mx-text-center {
        margin-left: 0%;
    }
    .pagination li {
        margin: 0 0px;
    }
    .single-feature, .single-process {
        padding: 60px 20px;

    }
    .banner .banner-content h1 {
        font-size: 36px;
    }
    .banner {
        padding-top: 3px;
    }
    .banner {

        min-height: 300px;

    }

}
.mx-select {
    border: 1px solid gainsboro;
    padding: 8px 16px;
    font-size: 20px;
    color: #6f6f6f;
}

/*slic*/
.slick-slide{
    overflow:hidden;
    height: 610px;
    position: relative;
    z-index:999;
}
.slick-slide img{
    transition: width 0.5s;
    height: auto;
    width:100%;
    object-fit:cover;
}
.slick-list img{
    width:100%;
    height: auto;
    object-fit: cover;
}
.slick-dots li{
    width: 25%;
    object-fit:cover;
    display:inline-block;
    margin:0;
    height: auto;
    padding:20px 10px;

}
.slick-dots li img{
    width:100%;
    height: 100px;
    object-fit:cover;
    border-radius:6px;
    transition: 0.5s;
    border: 1px solid #fff;
    padding:5px;
    box-shadow: 0.5px 3px 7px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0.5px 3px 7px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0.5px 3px 7px rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.slick-dots li:hover img{
    -webkit-box-shadow: 0.9px 4.9px 21px rgba(0, 0, 0, 0.25);
    box-shadow: 0.9px 4.9px 21px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0.9px 4.9px 21px rgba(0, 0, 0, 0.25);
    border: 1px solid #e2e2e2;
}
.slick-dots{
    position: relative;
    text-align:left;
    bottom: 0;
}
.btn-disable {
    background-color: #ccc !important;
    color: #666 !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
    transform: scale(1);
}
.btn-enable {
    background-color: #4CAF50;
    color: white;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.custom-checkbox-box .item-box{
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: 10px;
}
.item-box input {

    height: 23px;

}
.item-box label {
    font-size: 12px;
    line-height: normal;
}

.item-box label a{
    color: #e9e9e9;
}
.custom-checkbox-box .item-box {
    padding-bottom: 5px;
}
.modal_window .item-box a, .wrapper-card-checkboxes a{
    color: #0a82f7 !important;
}
.hidden {
    display: none !important;
}
