
.flex {
    display: flex;
    flex-wrap: wrap;
}

.block_start__btns {
    gap: 10px;
    margin: 20px 0;
    text-decoration: none;
}
.block_start__btns > span:nth-child(2) {
    background: #3d6491;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 30px;
    cursor: pointer;    
    width: fit-content;
    text-decoration: none;
}
.block_start__btns > span:nth-child(1) {
    height: 48px;
    width: 48px;
    border-radius: 6px;
    background: #2cb742;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero__text p span {
	color: #d6170d;
}

.catalog-item__wrapper {
	position: relative;
	height:330px;
	border-radius: 1rem;
	overflow:hidden;
}

.block_catalog__price {
	font-weight: 700;
	padding: 15px 0 0 0;
	text-align: center;
	font-size: 18px;
}

.block_gallery__list {
	display: grid;
	grid-template-columns:repeat(3,1fr);
	gap: 20px
}

.block_gallery__list img {
	max-width:100%;
	border-radius: 10px;
}

.block_work__inner {
	gap: 20px;
	display:flex;
}

.block_work__inner > div:nth-child(1) {
    flex: 0 40%;
    border-radius: 10px;
    overflow: hidden;
}
.block_work__inner > div:nth-child(2) {
    flex: 0 calc(60% - 20px);
}
.block_work__inner > div:nth-child(1) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block_work__list {
    gap: 20px;
}
.block_work__list > div {
    flex: 0 calc(33.33% - 14px);
    border-radius: 6px;
    padding: 20px;
    background: #fff;
}
.block_work__list p {
    font-size: 15px;
}
.block_work__icon {
    height: 45px;
    width: auto;
    margin: 0 0 15px 0;
}
.block_work form {
    margin: 10px 0 0 0;
}
.block_work input[type="tel"],
.block_work input[type="text"] {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    margin: 0 0 5px 0;
    padding: 0 0 0 10px;
    border: 1px solid rgba(0,0,0,0.15);
}
.block_work button {
    background: #3d6491;
    color: #fff;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 10px;
    cursor: pointer;
    width: 100%;
    outline: none;
    border: none;
    transition: all 0.15s ease-in;
}
.block_work input[type="submit"]:hover {
    background: #4b7ab1;
}

.block_faq__item {
    background: #fff;
    border-radius: 8px;
    padding: 15px 20px;
    margin: 0 0 10px 0;
}
.block_faq__question {
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    position: relative;
}
.block_faq__icon {
    position: absolute;
    right: 0;
    top: 7px;  
    transition: all 0.15s ease-in;
}
.block_faq__icon.active {
    transform: rotate(-180deg);
}
.block_faq__question svg {
    width: 15px;
    height: auto;
    display: block;
}
.block_faq__question span {
    font-weight: 700;
    color: #3d6491;
}
.block_faq__answer {
    height: 0;
    overflow: hidden;
    line-height: 140%;
    transition: all 0.15s ease-in;
}
.block_faq__answer.active {
    height: auto;
    overflow: auto;   
    margin: 15px 0 0 0;
}


.block_catalog_price__list {
	gap: 20px;
}
.block_catalog_price__list > div {
    flex: 0 calc(33.33% - 14px);
    border-radius: 10px;
    background: #fff;
    padding: 20px;
}
.block_catalog_price__img {
    width: 100%;
    height: auto;
}
.block_catalog_price__title {
    text-align: center;
    margin: 20px 0 0 0;
    font-weight: 700;
    font-size: 18px;
}
.block_catalog_price__price {
    text-align: center;
    margin: 10px 0 0 0;
    font-weight: 700;
    font-size: 18px;
    color: #3d6491;
}

.block_offer__tabs {
    gap: 20px;
}
.block_offer__tabs > div {
    flex: 0 calc(25% - 15px);
    background: #3d6491;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 10px;
    cursor: pointer;
    width: fit-content;
    transition: all 0.15s ease-in;
}
.block_offer__tabs > div:hover {
    background: #4b7ab1;
}
.swiper_offer {
    position: relative;
    overflow: hidden;
    margin: 40px 0 0 0;
}
.block_offer__list_img {
    width: 100%;
    height: 413px;
    overflow: hidden;
    position: relative;
}
.block_offer__list_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block_offer__list_container {
    background-color: #EFF6F9;
    padding: 40px;
    border-radius: 10px;
    margin: 20px 0 0 0;    
}
.block_offer__list_title {
    color: #3d6491;
    margin: 0 0 16px 0;
    font-size: 18px;
    font-weight: 700;
}
.block_offer__list_text p {
    margin: 0 0 15px 0;
}
.block_offer__list_text p:last-of-type {
    margin: 0;
}
.block_offer__list_order {
    background: #3d6491;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    cursor: pointer;    
    margin: 20px 0 0 0;
}
.block_offer__list_whatsapp {
    gap: 10px;
    text-decoration: none;
    margin: 10px 0 0 0;
}
.block_offer__list_whatsapp span:nth-child(1) {
    flex: 0 48px;
    height: 48px;
    width: 48px;
    border-radius: 6px;
    background: #2cb742;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block_offer__list_whatsapp span:nth-child(2) {
    flex: 0 calc(100% - 58px);
    background: #3d6491;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 30px;
    cursor: pointer;
    width: fit-content;    
}
.block_price_comp {
    background-color: #EFF6F9;
}
.block_price_comp__table table {
    background: #fff;
    border-collapse: collapse;
    border-spacing: 0;  
}
.block_price_comp__table thead tr {
    font-weight: 700;
    text-align: left;
}
.block_price_comp__table td {
    border-bottom: 1px solid #3d6491;
}
.block_price_comp__table tr:last-of-type td {
    border-bottom: none;
}
.block_price_comp__table thead th {
    padding: 20px;
}
.block_price_comp__table td {
    padding: 10px 20px;
}
.block_price_comp__table td:last-of-type {
    width: 40%;
}
.swiper_offer .swiper-slide {
    display: none;
}
.swiper_offer .swiper-slide.active {
    display: flex;
}
.block_form_2 form {
    background: #3d6491;
    padding: 40px;
    border-radius: 20px;
    margin: 50px 0;  
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.block_form_2 form input[type="tel"],
.block_form_2 form input[type="text"]{
    flex: 0 calc(33.33% - 15px);
    height: 52px;
    padding: 0 15px;
    border-radius: 4px;
    width: 100%;
    border: 2px solid #E2E8F1;
}
.block_form_2 form input[type="submit"] {
    flex: 0 calc(33.33% - 15px);
    background-color: #EFF6F9;
    height: 52px;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
    border: none;
    cursor: pointer;
}
.block_form_2 form p,
.block_form_2 form p a {
    color: #fff;
    font-size: 14px;
}
.block_calc__subtitle {
    font-weight: 700;
    color: #3d6491;
}
.block_calc__tabs {
    gap: 20px;
    margin: 20px 0 0 0;
}
.block_calc__tabs > div {
    flex: 0 calc(20% - 16px);
    height: 150px;
    border: 2px solid #EFF6F9;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.15s ease-in;
}
.block_calc__tabs > div:hover,
.block_calc__tabs > div.active {
    border: 2px solid #3d6491;
}
.block_calc__tabs img {
    height: 100%;
    width: auto;
    max-width: 100%;
}
.block_calc__content {
    margin: 50px 0 0 0;
}
.block_calc__content > div:nth-child(1) {
    flex: 0 500px;
}
.block_calc__content > div:nth-child(2) {
    flex: 0 calc(100% - 500px);
}
.block_calc__content > div:nth-child(1) img {
    max-width: 100%;
    height: auto;
}
.block_calc__content h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 23px;
}
.block_calc__item {
    padding: 7.5px;
}
.block_calc__half .block_calc__item {
    width: 50%;
}
.block_calc__multiline .block_calc__item {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
}
.block_calc__checkbox .block_calc__item {
    width: 50%;
}
.block_calc__content label {
    color: #363636;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}
.block_calc__item input[type="submit"] {
    background: #3d6491;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 208px;
    height: 48px;
    cursor: pointer;
    outline: none;
    border: none;
    transition: all 0.15s ease-in;
}
.block_calc__item input[type="submit"]:hover {
    background: #4b7ab1;
}
.block_calc__item input[type="text"],
.block_calc__item input[type="tel"],
.block_calc__item input[type="number"],
.block_calc__item select {
    display: block;
    width: 100%;
    height: 52px;
    border: 2px solid #E2E8F1;
    border-radius: 4px;
    padding: 0 15px;
    cursor: text;    
}
.block_calc__full {
    margin: 20px 0 0 0;
}
.block_calc__item input[type="checkbox"] {
    margin-right: 12px;
    position: relative;
}
.block_calc__item input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.block_calc__item input[type="checkbox"]:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 2px solid #E2E8F1;
    position: relative;
    top: 5px;
}
.block_calc__item input[type="checkbox"]:checked:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 9px;
    left: 4px;
    background-image: url(../images/check.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.block_calc__order_item {
    font-weight: 700;
    justify-content: space-between;
    align-items: center;
}
.block_calc__order_remove {
    background-color: #feecf0;
    color: #cc0f35;    
    border: none;
    outline: none;
    width: 88px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
}
.block_calc__new_order {
    background-color: #c3ffd9;
    color: #216337;
    font-weight: 600;
    border: none;
    outline: none;
    width: 250px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
    margin: 15px 0 0 0;
    text-transform: uppercase;
    font-size: 14px;
}
.block_calc__right {
    display: flex;
    justify-content: end;
}
.block_calc__total {
    align-items: center;
    justify-content: space-between;
}
.block_calc__total > div:nth-child(1) {
    flex: 0 calc(100% - 223px);
    align-items: end;
    gap: 10px;
}
.block_calc__total > div:nth-child(2) {
    flex: 0 208px;
}
.block_calc__total_text {
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 150%;
    color: #181717;
    opacity: 0.8;    
}
.block_calc__total_info span.price {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 150%;
    color: #181717;    
}
.block_calc__total_info span.old_price {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #181717;
    opacity: 0.6;
    text-decoration: line-through;    
}
.block_calc__description {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #181717;
    opacity: 0.8;  
    margin: 10px 0 0 0;
    max-width: 500px;
}

@media screen and (max-width: 1100px) {
	 .block_work__list > div {
        flex: 0 calc(50% - 10px);
    }
    .block_form__inner > div:nth-child(1) {
        flex: 0 calc(100% - 540px);
    }
    .block_form__inner > div:nth-child(2) {
        flex: 0 540px;
    }
}

@media screen and (max-width: 900px) {
	.block_work__inner > div:nth-child(2) {
        flex: 0 100%;
        order: 1;
    }
    .block_work__inner > div:nth-child(1) {
        flex: 0 100%;
        order: 2;
    }
	
	 .block_catalog_price__list {
        gap: 10px;
    }
    .block_catalog_price__list > div {
        flex: 0 calc(33.33% - 7px);
        padding: 20px 10px;
    }
	 .block_offer__tabs {
        gap: 10px;
    }
    .block_offer__tabs > div {
        flex: 0 calc(25% - 8px);
    }
    .block_form_2 form input[type="tel"], .block_form_2 form input[type="text"] {
        flex: 0 100%;
    }
    .block_form_2 form input[type="submit"] {
        flex: 0 100%;
    }
    .block_form_2 form p, .block_form_2 form p a {
        text-align: center;
    }
    .block_price_comp__table table {
        font-size: 14px;
    }
    .block_form_2 form {
        margin: 0;
    }
    .block_calc__tabs {
        gap: 10px;
    }
    .block_calc__tabs > div {
        flex: 0 calc(20% - 8px);
    }
}

@media (max-width:480px) {
	.block_gallery__list {
		grid-template-columns:repeat(2,1fr);
	}
	.block_work__list > div {
        flex: 0 100%;
    }
	
	 .block_catalog_price__list > div {
        flex: 0 100%;
        padding: 20px 10px;
    }
	
	 .block_offer__tabs {
        gap: 6px;
    }
    .block_offer__tabs > div {
        flex: 0 calc(25% - 6px);
    }
    .block_price_comp__table table {
        font-size: 11px;
    }
    .block_price_comp__table td {
        padding: 6px;
    }
    .block_price_comp__table thead th {
        padding: 6px;
    }
    .block_calc__tabs > div {
        padding: 8px;
    }
    .block_calc__description {
        font-size: 14px;
    }
	
}


@media screen and (max-width:  375px) {
    .block_offer__tabs > div {
        font-size: 10px;
    }
}