.color-4-1 {
    color: #3f6a9c;
}

.btn-back-link {
    background-color: transparent;
    border-color: transparent;
    color: #3f6a9c;
}

.btn-back-link:hover .cls-fill,
.btn-back-link:focus .cls-fill {
    fill: #333;
}

.btn-back-link .cls-fill {
    fill: #3f6a9c;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}

.selection-product-not-found {
    font-weight: 700;
}

.selection-product-not-found .el-desc {
    font-size: 25px;
    color: #9b9b9b;
}

.section-callback.t-left {
    text-align: left;
}

.callback-form:only-child {
    max-width: none;
}

.s-selection-product.t-not-found .selection-product-step-list {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.s-selection-product.t-not-found .selection-product__more-btn {
    text-align: left;
}

.s-selection-product.t-not-found .selection-product__more-btn .btn-blue {
    display: none;
}

.selection-product__more-btn:not(:last-child) {
    margin-bottom: 30px;
}

.selection-product-step-list__item {
    font-weight: 700;
}

.selection-product-step-list__item .el-desc {
    line-height: 1.1;
    padding-top: 2px;
}

.selection-product-step-list__item.is-active,
.selection-product-step-list__item.is-active .selection-product-step-list__a {
    color: #3f6a9c;
}

.selection-product-step-list__a {
    display: block;
    border-bottom: 0;
    color: #9b9b9b;
}

.box-list.t-selection-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0;
}

.box-list.t-selection-product::before,
.box-list.t-selection-product::after {
    display: none;
}

.box-list.t-selection-product > [class*='col-'] {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
}

.box-list__item.t-selection-product {
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    height: -webkit-calc(100% - 30px);
    height: calc(100% - 30px);
	min-height:186px;
    margin-top: 30px;
    padding: 50px 15px 30px;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    cursor: pointer;
}
.box-list__item.t-selection-product.checked,
.box-list__item.t-selection-product:hover {
    background: rgb(255, 255, 255);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
}

.box-list__item.t-selection-product.checked  .box-list__img .cls-fill,
.box-list__item.t-selection-product:hover .box-list__img .cls-fill {
    fill: #3f6a9c;
}
.box-list__item.t-selection-product.checked .box-list__img .cls-stroke,
.box-list__item.t-selection-product:hover .box-list__img .cls-stroke {
    stroke: #3f6a9c;
}

.box-list__item.t-selection-product.checked  .box-list__title,
.box-list__item.t-selection-product:hover .box-list__title {
    color: #3f6a9c;
}

.box-list__item.t-selection-product .box-list__img .cls-fill,
.box-list__item.t-selection-product .box-list__img .cls-stroke {
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}

.box-list__item.t-selection-product .box-list__img .cls-fill {
    fill: #9b9b9b;
}

.box-list__item.t-selection-product .box-list__img .cls-stroke {
    stroke: #9b9b9b;
}

.box-list__item.t-selection-product .box-list__img.t-height-1 {
    height: 89px;
}

.box-list__item.t-selection-product .box-list__title {
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}

.box-list__item.t-selection-product .box-list__desc {
    font-size: 11px;
    color: #9b9b9b;
}

.box-list__item.t-selection-product.t-flex .box-list__title {
    margin-bottom: 3px;
}
.box-list__item.t-selection-product.t-flex .box-list__title > span{
	display:block;
	padding-top:3px;
	font-weight:400;
	color:#9B9B9B;
	font-size:11px;
	
}
.s-selection-product label{display:block}
.s-selection-product label input[type=radio] {
	display:none;
}

@media all and (min-width: 1200px) {
    .col-lg-p-20 {
        width: 20%;
    }

    .callback-form:only-child {
        margin-top: 0;
    }
}

@media all and (min-width: 992px) {
    .selection-product-step-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 60px;
        padding-right: 30px;
    }

    .selection-product-step-list__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        color: #9b9b9b;
    }

    .selection-product-step-list__item:not(:last-child) {
        padding-right: 15px;
        margin-right: 15px;
    }

    .selection-product-step-list__item .el-desc {
        margin-left: 15px;
    }

    .selection-product-step-list__item .el-count {
        font-size: 40px;
        line-height: 0.9;
    }
}

@media all and (max-width: 991px) {
    .selection-product-step-list {
        position: relative;
        min-height: 20px;
        margin-bottom: 10px;
    }

    .selection-product-step-list__item {
        color: #e7e7e7;
    }

    .selection-product-step-list__item:not(.t-current) .el-desc{
        display: none;
    }

    .selection-product-step-list__item:not(.t-current) .el-count{
        border-color: currentColor;
    }

    .selection-product-step-list__item.is-active .el-count {
        background-color: #3f6a9c;
        border-color: #3f6a9c;
        color: #fff;
    }

    .selection-product-step-list__item .el-count {
        border: 1px solid transparent;
        position: absolute;
        top: 0;
        font-size: 15px;
        line-height: 1.2;
        padding: 0 5px;
    }

    .selection-product-step-list.t-1 .selection-product-step-list__item:nth-child(1) .el-count {
        right: 50px;
    }

    .selection-product-step-list.t-1 .selection-product-step-list__item:nth-child(2) .el-count {
        right: 25px;
    }

    .selection-product-step-list.t-1 .selection-product-step-list__item:nth-child(3) .el-count {
        right: 0;
    }

    .selection-product-step-list.t-2 .selection-product-step-list__item:nth-child(1) .el-count {
        right: 100px;
    }

    .selection-product-step-list.t-2 .selection-product-step-list__item:nth-child(2) .el-count {
        right: 75px;
    }

    .selection-product-step-list.t-2 .selection-product-step-list__item:nth-child(3) .el-count {
        right: 50px;
    }

    .selection-product-step-list.t-2 .selection-product-step-list__item:nth-child(4) .el-count {
        right: 25px;
    }

    .selection-product-step-list.t-2 .selection-product-step-list__item:nth-child(5) .el-count {
        right: 0;
    }
}

@media all and (min-width: 768px) {
    .selection-product__more-btn > *:not(:last-child) {
        margin-right: 15px;
    }

    .selection-product__more-btn:last-child {
        margin-top: 110px;
    }

    .selection-product__more-btn .btn-blue {
        width: 216px;
    }

    .selection-product__more-btn.t-right {
        text-align: right;
		width:100%;
    }

    .box-list__item.t-selection-product:not(.t-flex) .box-list__title {
        min-height: 40px;
    }
	#calculator-form .wpcf7{
	    margin: 25px auto 0;
	}
}

@media all and (max-width: 767px) {
    #calculator-form .wpcf7{
		margin-top:25px;
	}
	.selection-product__more-btn > * {
        margin-bottom: 15px;
    }

    .selection-product__more-btn .btn {
        display: block;
        width: 100%;
    }

    .selection-product__more-btn:last-child {
        width: 100%;
		margin-top: 35px;
    }

    .selection-product__more-btn.t-buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: -15px;
    }

    .selection-product__more-btn.t-buttons .btn-back-link {
        -webkit-order: 2;
        -ms-order: 2;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .selection-product__more-btn.t-buttons .btn-blue {
        -webkit-order: 1;
        -ms-order: 1;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .box-list__item.t-selection-product .box-list__img.t-height-1 {
        height: 57px;
    }

    .s-selection-product.t-not-found .selection-product-step-list {
        display: none;
    }
	.selection-product__more-btn.t-buttons {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: -15px;
	}
	.selection-product__more-btn:last-child {
		margin-top: 35px;
	}
}

@media all and (max-width: 480px) {
    .box-list__item.t-selection-product {
        padding-top: 30px;
    }

    .box-list__item.t-selection-product:not(.t-line-xs) {
        text-align: center;
    }

    .box-list__item.t-selection-product:not(.t-line-xs) .box-list__cnt {
        margin-top: 30px;
    }

    .box-list__item.t-selection-product.t-line-xs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .box-list__item.t-selection-product.t-line-xs .box-list__img {
        width: 100px;
    }

    .box-list__item.t-selection-product.t-line-xs .box-list__cnt {
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
        padding-left: 15px;
    }

    .selection-product-step-list__item .el-desc {
        max-width: 160px;
    }

    .selection-product-not-found {
        line-height: 1.3;
    }

    .selection-product-not-found .el-desc {
        font-size: 20px;
        line-height: 1.1;
        margin-bottom: 20px;
    }
}

@media all and (min-width: 481px) {
    .box-list__item.t-selection-product:not(.t-flex) {
        text-align: center;
    }

    .box-list__item.t-selection-product:not(.t-flex) .box-list__cnt {
        margin-top: 30px;
    }

    .box-list__item.t-selection-product.t-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .box-list__item.t-selection-product.t-flex .box-list__img {
        width: 125px;
    }

    .box-list__item.t-selection-product.t-flex .box-list__cnt {
        width: -webkit-calc(100% - 125px);
        width: calc(100% - 125px);
        padding-top: 10px;
        padding-right: 15px;
    }

    .box-list__item.t-selection-product.t-center {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }

    .box-list__item.t-selection-product.t-center .box-list__cnt {
        padding-bottom: 10px;
    }
}