/* tariffs-01 */
.tariffs-01 .flex-row {
    border: 1px solid #98a0aa;
}

.tariffs-01 .lt-tsr-block {
	background-color: #f4f8fc;
    display: flex;
    justify-content: center;
}

.tariffs-01 .lt-tsr-block:nth-child(2) {
    position: relative;
    z-index: 2;
    border: 1px solid #7c8693;
    margin: -25px!important;
    background-color: #fff;
    padding-bottom: 20px;
    box-shadow: 0px 0px 20px 1px #ccdef1;
}

.tariffs-01 .f-header {
    padding-top: 15px;
	font-size: 24px;
    line-height: 26px;
    font-weight: 300;
    color: #4b6784;
}

.tariffs-01 .f-price {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 35px;
    padding-bottom: 35px;
	font-size: 44px;
	line-height: 60px;
    font-weight: 300;
    color: #597b99;
}

.tariffs-01 .f-price::before,
.tariffs-01 .f-price::after { 
	content: '';
    position: absolute;
	left: 0;
    height: 20px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}

.tariffs-01 .f-price::before {
	top: -20px;
    background-image: url(https://getcourse.ru/pl/fileservice/user/file/download?h=AB.8c1ab717d337b04b21cde26183409d05.png);
    background-position: bottom center;
}

.tariffs-01 .f-price::after {
    bottom: -20px;
    background-image: url(https://getcourse.ru/pl/fileservice/user/file/download?h=AB.4d16df296495d0e533c64ab27eef73eb.png);
}

.tariffs-01 .f-description ul {
	list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.tariffs-01 .f-description li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #98a0aa;
	font-size: 20px;
    line-height: 29px;
    font-weight: 300;
    color: #597b99;
}

.tariffs-01 .f-description li:last-child {
	border-bottom: none;
}

.tariffs-01 .button {
    position: relative;
	padding-top: 30px;
    padding-bottom: 15px;
}

.tariffs-01 .button::after { 
	content: '';
    position: absolute;
	left: 0;
    height: 20px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
	top: -20px;
    background-image: url(https://getcourse.ru/pl/fileservice/user/file/download?h=AB.8c1ab717d337b04b21cde26183409d05.png);
    background-position: bottom center;
}

@media screen and (max-width: 991px) {
    .tariffs-01 .lt-tsr-block:nth-child(2) {
    	flex: 1 0 100%!important;
    }
}

@media screen and (max-width: 991px) {
    .tariffs-01 .lt-tsr-block:nth-child(2) {
    	margin: -10px!important;
    }
}

@media screen and (max-width: 575px) {
    .tariffs-01 .lt-tsr-block:nth-child(2) {
		margin: 0!important;
    }
}
/* end tariffs-01 */