/* Put your CSS code here */
.hidden-title {
    display: none;
}

.tabs-block.main-goods-selection-tabs .tab-content { display: none; }

.tid-4PNRE-button-primary {
    width: 100%;
}

.hr-text-tinkoff {
    height: 1px;
}

.hr-text-tinkoff span {
    position: relative;
    top: -10px;
    padding: 0 22px;
}

.text-secondary-tinkoff {
    color: #777888 !important;
}

.bg-white-tinkoff {
    background-color: #fff !important;
}

.text-center-tinkoff {
    text-align: center !important;
}

.bg-200-tinkoff {
    background-color: #EFEFEF !important;
}

.list-icon-1 li::before {
    content: "\f00c";
    color: #59d851;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-size: 0.75rem;
    padding-right: 7px;
}

.inline-search-block {
    visibility: hidden;
    opacity: 0;
    z-index: 3001;
    transition: all ease .5s;
    background: white;
    width: 100%;
    height: 100px;
    position: static;
}
.search-icon-wrapper {
    margin-right: 10px;
    width: 25px;
    height: 25px;
    display: flex;
}
.index .search-icon-wrapper .inline-search-show {
    background: url('/images/search.svg') no-repeat center;
    background-size: contain;
}
.search-icon-wrapper .inline-search-show {
    border: none;
    background: 0 0;
    padding: 0;
    width: 25px;
    height: 25px;
    background: url('/images/search-gray.svg') no-repeat center;
    background-size: contain;
    transition: all ease .5s;
    outline: none;
}

.inline-search-block.show {
    top: 0;
    visibility: visible;
    opacity: 1;
    transition: all ease .5s;
    position: absolute;
}
.inline-search-block.show.fixed {
    position: fixed;
}
.inline-search-block.show .search-wrapper,
.inline-search-block.show .search-wrapper #title-search {
    height: 100%;
}
.inline-search-block.show .search-wrapper #title-search {
    display: flex;
    gap: 20px;
}
.inline-search-block.show .search-wrapper #title-search .search-close-btn,
.inline-search-block.show .search-wrapper #title-search .search-close-btn:active,
.inline-search-block.show .search-wrapper #title-search .search-close-btn:focus {
    border: none;
    background: 0 0;
    padding: 0;
    outline: none;
}
.inline-search-block.show .search-wrapper #title-search form {
    display: flex;
    align-items: center;
    height: 100%;
    width: 95%;
}
.inline-search-block.show .search-wrapper #title-search form #title-search-input{
    width: 90%;
    border: none;
    height: 100%;
    font-size: 25px;
    color: #333;
}
.inline-search-block.show .search-wrapper #title-search form input[type="submit"]{
    background-color: #009de0;
    border-color: #009de0;
    border: none;
    padding: 10px 25px;
    color: white;
    font-size: 1rem;
    line-height: 1.5rem;
    border-radius: 2rem;

}
.inline-search-block.show .search-wrapper #title-search form input[type="submit"]:hover{
    background-color: #5bceff;
    border-color: #5bceff;
}
body.overlay {
    overflow: hidden;
}
.inline-search-block::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    margin-top: 100px;
}

.title-type-1 {
    font-size: 2rem;
    line-height: 2.375rem;
    font-family: "Euclid Circular A", "Sans-serif";
    font-weight: 500;
    color: #000;
    margin-bottom: 1.5rem;
}

.slider-main-sert .slick-next:focus, .slider-main-sert .slick-prev:focus, .reviews-main-slider .slick-next:focus, .reviews-main-slider .slick-prev:focus {
    outline: unset;
}

.footer-link {
    color:#fff;
}
@media screen and (max-width: 768px) {
   .top-phone-block span {
        color: #585858;
        display: block;
    } 
}
