.tabs-df {
	padding: 74px 10px;
}

.tabs-df .tabs-row {
	margin: 0;
	justify-content: center;
}

.tabs-df .tabs-col {
    min-width: 200px;
    height: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'stolzl';
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
	margin-bottom: 20px;
}

.tabs-df .tabs-title {
    min-width: 190px;
    height: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	border-radius: 10px;
}

.tabs-df .inactive.tabs-title {
	background-color: #161739 !important;
}

.tabs-df .tabs-cont-row {
	display: none;
}

.tabs-df .active.tabs-cont-row {
	display: flex;
	justify-content: center;
}

.tabs-df .tabs-img-col img {
	width: 100%;
	max-width: 430px;
	margin: auto;
}

.tabs-df .tabs-img-col {
	display: flex;
	margin-bottom: 70px;
}

.tabs-df .tabs-cont-col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	margin-bottom: 70px;
}

.tabs-df .tabs-cont {
	max-width: 520px;
}


