

/* Start:/kkt-torg/style.css?17683893694140*/
.container.top_xs,
section .center-content
{
	margin-top: 0;
    padding: 0;
}
.row-flex {
    display: flex;
    flex-flow: row wrap;
}
.fw-400 {
    font-weight: 400;
}

.masthead {
	padding: 1.5rem 4rem 2rem;
    position: relative;
    background-color: #8ccfff;
    /* background-image: url(https://startbootstrap.com/assets/img/overlay.svg), linear-gradient(45deg, #004995 0%, #8ccfff 100%); */
    background-image: linear-gradient(45deg, #7190a7 0%, #254760ed 100%);
    background-image: linear-gradient(45deg, #6e0003 0%, #254760ed 100%);
    background-image: linear-gradient(45deg,#437cb9 0%, #4f77a1 100%);
    background: linear-gradient(to right, #373b44, #4286f4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
    background-size: cover;
    z-index: 0;
    margin-top: 30px;
    border-radius: 20px;
}

.masthead svg.wave {
    position: absolute;
    bottom: -1px;
    left: 0
}


.masthead h1 {
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.1;
    z-index: 1
}

.masthead h2 {
    color: rgba(255, 255, 255, .6);
    font-weight: 600;
    z-index: 1;
    font-size: 1.2rem
}

.masthead a {
    color: rgba(255, 255, 255, .8);
    z-index: 1;
    text-decoration:none;
}

.masthead a:hover {
    color: #fff;
    text-decoration:none;
}

.masthead a:active {
    text-decoration: none
}

@media(min-width:992px) {
    .masthead h1 {
        font-size: 3rem
    }
    .masthead h2 {
        font-size: 1.5rem
    }
}

.masthead .masthead-cards {
    position: relative;
    z-index: 1;
    padding: 2em 1em;
}


.masthead .masthead-cards .shape {
    position: absolute;
    height: 90%;
    width: 90%;
    background-color: rgba(255, 255, 255, .3);
    top: 5%;
    left: 5%;
    z-index: -1;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
}
.masthead .masthead-cards img {
    height:auto;
    width:100%;
}

.masthead .masthead-cards .card {
    opacity: 1;
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #254760;
    transition: .15s all;
}

.masthead .masthead-cards .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
}

.masthead .masthead-cards .card:active {
    margin-top: inherit;
    margin-bottom: inherit;
}

.masthead .masthead-cards .card.border-bottom-blue:hover {
    color: #2092ed
}






.substitution-wrap
{
	/*background-image: url(https://esoft24.ru/rutoken/img/key-low.svg);
    background-position-x: left;
    background-repeat: no-repeat;
    background-size: contain;*/
    margin-top: 40px;
    margin-bottom: 30px;
}
.substitution
{
    font-size: 1.5em;
    padding: 0px 80px !important;
	/* padding-left:30%; */
	/* min-height:400px; */
	/* display: flex;
    align-items: center; */
        /* flex-direction: column;
    justify-content: center; */
}   

/* vendor list */
.vendore-list .item-title::after {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #ffffff4d;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}
@media(max-width:768px) {
    .masthead {
        padding: 1.5rem 1.5rem 2rem;
    }
    .vendore-list .col-md-4 {
        margin-bottom: 20px;
    }
    .substitution {
        font-size: 1.2em;
        padding: 0px 30px !important;
    }
}

.card {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.card .bottom-link {
    position: absolute;
    top: -50%;
    display: block;
    right: 0;
    left: 0;
    transition: top .2s linear;
    text-align: center;
    bottom: 0px;
}

.card .bottom-link .btn {
    margin-top: 25%;
}

.card:hover .bottom-link {
    top: 0px;
}
.card-img-top-wrap {
    min-height: 200px;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 20px;
}
.card img {
    filter: grayscale(0) blur(0px);
}

.card:hover img {
    filter: grayscale(1) blur(1px);
    opacity: 0.5;
}



/* End */
/* /kkt-torg/style.css?17683893694140 */
