.calculate-button-container {
    text-align: center;
    margin-top: 50px;
}

.calculate-button {
    display: inline-block;
    padding: 10px 25px;
    font-size: 16px;
    color: #d13d73;
    background-color: transparent;
    border: 2px solid #d13d73;
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.calculate-button:hover {
    background-color: #d13d73;
    color: white;
}

.finished-window {
    background: rgb(242, 242, 242);
    margin-bottom: 10px;
	margin-top: 10px;
}

.finished-window .blocks {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.finished-window .blocks .block {
    background-color: #ffffff;
    width: 100%;
    max-width: 32.3333333333%;
    margin-right: 0px;
    padding-top: 27px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.finished-window .blocks .block .title {
    color: rgb(68,68,68);
    font-family: Fira Sans;
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    margin-bottom: 22px;
    max-width: 218px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.finished-window .blocks .block .text {
    color: rgb(122, 122, 122);
    font-family: Fira Sans;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    margin-bottom: 40px;
}

.finished-window .blocks .block .prices {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px;
}

.finished-window .blocks .block .staraya_czena {
    color: rgb(84,89,95);
    font-family: Fira Sans;
    font-size: 29px;
    font-weight: 500;
    line-height: 29px;
    text-decoration-line: line-through;
}

.finished-window .blocks .block .czena {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    color: rgb(209, 61, 115);
    font-family: Fira Sans;
    font-size: 44px;
    font-weight: 600;
    line-height: 50px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
    margin-bottom: 10px;
}

.finished-window .blocks .block .image {
    text-align: center;
    margin-bottom: 17px;
    height: 220px;
    overflow: hidden;
}

.finished-window .blocks .block .image img {
    height: 100%;
    max-width: 100%;
    width: auto;
}

.finished-window .blocks .block .url a, .finished-window .blocks .block .url span {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: auto;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid rgb(209, 61, 115);
    border-radius: 50px;
    color: rgb(209, 61, 115);
    font-family: Fira Sans;
    font-size: 17px;
    font-weight: 400;
    line-height: 35px;
    text-align: center;
    text-decoration: unset;
}


.finished-window .blocks .block .rassrochka {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 33px;
}

.finished-window .blocks .block .rassrochka .rassrochka_proczent {
    color: rgb(84,89,95);
    font-family: Fira Sans;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
}

.finished-window .blocks .block .rassrochka .rassrochka_ot {
    color: rgb(209,61,115);
    font-family: Fira Sans;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
}

.tab {
    overflow: hidden;
    margin-bottom: -1px;
}

.tab span {
    background-color: unset;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-family: Fira Sans;
    font-size: 21px;
    font-weight: 500;
    line-height: 21px;
}

.tab span.active {
    position: relative;
    border-top: 1px solid rgb(213 216 220);
    border-left: 1px solid rgb(213 216 220);
    border-right: 1px solid rgb(213 216 220);
    border-bottom: 1px solid rgb(242 242 242);
    background-color: unset;
    border-radius: 0px;
}

.tab span:hover {
    background-color: unset;
    border-radius: 0px;
}

.tabcontent {
    display: none;
    padding: 50px 21px;
    border: 1px solid rgb(213, 216, 220);
}

.finished-window .tablinks.mobile {
    display: none;
    position: relative;
    box-sizing: border-box;
    border-left: 1px solid rgb(213, 216, 220);
    border-right: 1px solid rgb(213, 216, 220);
    border-top: 1px solid rgb(213, 216, 220);
    color: rgb(68, 68, 68);
    font-family: Fira Sans;
    font-size: 21px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px;
}

.finished-window .tablinks.mobile:before {
    display: block;
    content: '';
    position: absolute;
    width: 11px;
    height: 20px;
    background-image: url('../img/arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    right: 20px;
    top: 13px;
}

.czena {
	top: 13px;
    text-align: center;
}

.finished-window .tablinks.mobile.active:before {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width: 1200px) {

.finished-window .blocks .block {
    width: 100%;
    max-width: 100%;
}

.finished-window .tab {
    display: none;
}

.finished-window .tablinks.mobile {
    display: block;
}

.finished-window .blocks .block .staraya_czena,
.finished-window .blocks .block .czena,
.finished-window .blocks .block .rassrochka .rassrochka_proczent,
.finished-window .blocks .block .rassrochka .rassrochka_ot
 {
    width: 100%;
    text-align: center;
}

}