/*html, body {*/
/*	font-family: 'Arial';*/
/*}*/

/*.rastamozhka-calculator-wrapp .tabs-content > div:not(.active) {*/
/*	display: none;*/
/*}*/

/*.rastamozhka-calculator-wrapp {*/
/*	max-width: 768px;*/
/*	margin: 0 auto;*/
/*}*/

/*.rastamozhka-calculator-wrapp .tabs-title {*/
/*	display: flex;*/
/*	justify-content: space-between;*/

/*	text-align: center;*/
/*}*/

/*.rastamozhka-calculator-wrapp .tabs-title a {*/
/*	padding: 20px 0;*/
/*	flex-grow: 1;*/
/*	text-decoration: none;*/
/*	color: grey;*/
/*	border-radius: 30px 30px 0 0;*/
/*	border: 1px 1px 0 0 solid transparent;*/
/*}*/

/*.rastamozhka-calculator-wrapp .tabs-title a.active,*/
/*.rastamozhka-calculator-wrapp .tabs-title a:hover {*/
/*	color: #fff;*/
/*	background-color: #ffb228;*/
/*}*/


/*.rastamozhka-calculator-wrapp .tabs-content {*/
/*	border: 1px solid #ffb228;*/
/*	padding: 20px;*/
/*}*/

/*.rastamozhka-calculator-wrapp form {*/
/*	display: flex;*/
/*	flex-wrap: wrap;*/
/*	justify-content: space-between;*/
/*	grid-gap: 20px;*/
/*}*/

/*.rastamozhka-calculator-wrapp form input[type="submit"] {*/
/*	margin: 0 auto;*/
/*	padding: 11px 30px;*/
/*	background-color: #ffb228;*/
/*	border: 0;*/
/*	color: #fff;*/
/*	cursor: pointer;*/
/*}*/

/*.rastamozhka-calculator-wrapp form input[type="submit"]:hover {*/
/*	opacity: .6*/
/*}*/

/*.rastamozhka-calculator-wrapp form .input-wrapp {*/
/*	width: 48%;*/
/*}*/

/*@media (max-width: 581px) {*/
/*	.rastamozhka-calculator-wrapp form .input-wrapp {*/
/*		width: 100%;*/
/*	}*/
/*}*/

/*.rastamozhka-calculator-wrapp label {*/
/*	color: #5f6877;*/
/*}*/

/*.rastamozhka-calculator-wrapp form .input-wrapp .field-wrapp {*/
/*	display: flex;*/
/*}*/

/*.rastamozhka-calculator-wrapp form .input-wrapp .field-wrapp input {*/
/*	flex-grow: 1;*/
/*}*/

/*.rastamozhka-calculator-wrapp form .input-wrapp > select {*/
/*	width: 100%;*/
/*}*/

/*.rastamozhka-calculator-wrapp select,*/
/*.rastamozhka-calculator-wrapp input {*/
/*	padding: 7px;*/
/*	line-height: 1;*/
/*	background-color: #fff;*/
/*}*/

/*.calc-response table {*/
/*	width: 100%;*/
/*	padding: 20px;*/
/*	border: 1px solid #ffb228;*/
/*	border-top: none;*/
/*}*/

/*.calc-response .table td {*/
/*	padding: 4px 0;*/
/*}*/

/*.calc-response .table tr td:nth-child(2) {*/
/*	font-weight: bold;*/
/*}*/
.calculator-wrapper {
    background: #FFFFFF;
    box-shadow: 0 20px 50px rgba(57, 36, 101, 0.1);
    border-radius: 6px;
    padding: 36px 40px 50px;
}

.section.faq {
    padding-bottom: 15px;
}

@media (max-width: 1000px) {
    .calculator-wrapper {
        padding: 36px 20px 30px;
    }
}

.calculator-wrapper select {
    background-color: #fff;
}

.rastamozhka-calculator-wrapp {
    margin-bottom: 30px;
}

@media (min-width: 769px) {
    .rastamozhka-calculator-wrapp {
        display: grid;
        grid-template-columns: 61.8% 38.2%;
        grid-gap: 40px;
    }
}

.tabs-title {
    border-bottom: 1px solid #919ABD;
    padding-bottom: 20px;
    margin-bottom: 60px;
}

.tabs-title a {
    font-family: Inter, sans-serif;
    font-style: normal;
    color: #6762DC;
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    text-decoration: none;
    margin-right: 35px;
    padding-bottom: 20px;
}

.tabs-title a:hover, .tabs-title a.active {
    color: #0D1B34;
    border-bottom: 3px solid #FFB228;
}

@media (max-width: 640px) {
    .tabs-title a {
        display: inline-block;
        width: 49%;
        padding-bottom: 0;
        margin-right: 0;
    }

    .tabs-title a:hover, .tabs-title a.active {
        border-bottom: none;
    }
}

.main-info-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 18px;
}

@media (max-width: 600px) {
    .main-info-form {
        grid-template-columns: 1fr;
    }
}

label {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    color: #0D1B34;
    margin-bottom: 7px;
}

.price-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

select[name="currency"] {
    width: 80px;
}

input[name="carPrice"], input[name="motoEngine"], input[name="elengine"], input[name="weight"] {
    border: 1px solid #6762DC;
    border-radius: 4px;
    width: 100%;
    line-height: 48px;
    font-size: 17px;
    color: #0D1B34;
    margin-right: 10px;
    padding-left: 16px;
}

.calc-response .table {
    background: #F6F7FB;
    border-radius: 6px;
    width: calc(100% - 30px);
    padding: 30px;
    margin-bottom: 4px;
    font-size: 17px;
    line-height: 21px;
    color: #000000;
}

.calc-response .table td {
    padding: 3px 0;
}

.calc-response .table .total {
    font-weight: bold;
    font-size: 24px;
    color: #0D1B34;
    width: 110px;
}

.rastamozhka-calculator-wrapp .tabs-content > div[data-content]:not(.active) {
    display: none;
}

.calculate-btn-wrap {
    background: #6762DC;
    border-radius: 6px;
    padding: 20px 30px;
}

@media (max-width: 768px) {

}

.calc-response-desktop {
    display: none;
}

.calc-response-mobile {
    margin-top: 30px;
}

.calc-response-mobile .calc-response .table {
    width: 100%;
    padding: 20px;
    margin-bottom: 0;
}

.calc-response-mobile .calc-response {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}

@media (max-width: 640px) {
    .calc-response-mobile .calc-response {
        display: block;
    }

    .calc-response-mobile .calc-response .table {
        margin-bottom: 4px;
    }
}

@media (min-width: 769px) {
    .calc-response-desktop {
        display: block;
    }

    .calc-response-mobile {
        display: none;
    }
}