section.hero {
    padding-bottom: 236px;
}
section.hero h1 {
    padding-top: 70px;
}
section.hero .section-description {
    max-width: 600px;
}

.hidden {
    display: none;
}
.calculator {
    color: #15172e;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0;
}
.calculator .page_top_inn {
    padding-bottom: 236px;
}
.calculator .page_top_inn h1 {
    padding: 75px 0 0;
    font-family: "Montserrat", sans-serif;
    font-size: 45px;
    font-weight: bold;
    line-height: 60px;
}
.calculator .page_top_inn p {
    font-size: 16px;
    line-height: 23px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.calculator .calc_wrap {
    position: relative;
    top: -150px;
    z-index: 2;
    max-width: 1250px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 30px 40px 100px 20px rgba(0, 0, 0, 0.07);
}
.calculator .calc_question {
    width: -webkit-fill-available;
    padding: 33px 50px 80px;
    text-align: center;
}
.calculator .calc_progress {
    max-width: 697px;
    margin: 0 auto 30px;
}
.calculator .calc_progress_titles {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}
.calculator .calc_progress_title {
    font-size: 12px;
    line-height: 15px;
}
.calculator .title_active {
    font-weight: bold;
}
.calculator .calc_progress_bar {
    position: relative;
    max-width: 650px;
    height: 25px;
    margin: 0 auto;
}
.calculator .calc_progress_bar_line {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: #c1cede;
}
.calculator .calc_progress_bar_numbers {
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.calculator .calc_progress_bar_number {
    height: 25px;
    width: 25px;
    background-color: #c1cede;
    border-radius: 50%;
    padding: 4px 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}
.calculator .number_passed {
    background-color: #1690D3;
}
.calculator .number_active {
    font-size: 0;
    padding: 0;
    background-color: #fff;
    border: 8px solid #1690D3;
}
.calculator .calc_navigation {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 10px;
}
.calculator .calc_navigation span {
    color: #1690D3;
}
.calculator .calc_question_title {
    font-size: 30px;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 10px;
}
.calculator .calc_question_select {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
}
.calculator .calc_answers {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}
.calculator .calc_answer {
    position: relative;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100px;
    width: 200px;
    border: 1px solid #c1cede;
    border-radius: 4px;
    padding: 4px;
    margin-bottom: 20px;
    margin-right: 8px;
    font-size: 18px;
    letter-spacing: -0.16px;
    line-height: 27px;
    cursor: pointer;
}
.calculator .calc_answer span {
    width: 100%;
}
.calculator .calc_answer_popup {
    position: fixed;
    z-index: 1;
    cursor: pointer;
}
.calculator .calc_answer_popup_inner {
    display: -webkit-box;
    display: flex;
    width: 160px;
    border-radius: 4px;
    background-color: #ebf2f7;
    box-shadow: 30px 40px 100px 20px rgba(0, 0, 0, 0.07);
    padding: 10px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17px;
    text-align: left;
}
.calculator .calc_answer_popup_inner .info_icon {
    height: 18px;
    width: 16px;
    margin-right: 10px;
}
.calculator .calc_answer_active {
    border: 3px solid #1690D3;
}
.calculator .calc_answer_with_img {
    -webkit-box-align: center;
    align-items: center;
    height: 200px;
}
.calculator .calc_answer_with_img img {
    width: 60px;
    height: 60px;
}
.calculator .calc_prev_question,
.calculator .calc_next_question {
    max-width: 200px;
    width: 100%;
    border-radius: 30px;
    padding: 12px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    display: inline-block;
    margin-top: 50px;
    text-decoration: none;
    border: 0;
}
.calculator .calc_prev_question {
    border: 1px solid #1690D3;
    background-color: transparent;
    color: #1690D3;
    margin-right: 15px;
    cursor: pointer;
    display: none;
}
.calculator .calc_next_question {
    background-color: grey;
    color: #ffffff;
}
.calculator .calc_next_question.calc_next_question_active {
    background-color: #1690D3;
    cursor: pointer;
}
.calculator .calc_price {
    width: 400px;
    border: 1px solid #e4e7ed;
    border-radius: 0 4px 4px 0;
    background-color: #f2f7ff;
    min-width: 300px;
}
.calculator .calc_price_top,
.calculator .calc_price_bottom {
    padding: 30px 20px;
}
.calculator .calc_price_top {
    border-bottom: 1px solid #e4e7ed;
}
.calculator .calc_price_head {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 5px;
}
.calculator .calc_price_number {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 45px;
    font-weight: bold;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.calculator .calc_price_top,
.calculator .calc_estimate_hours,
.calculator .calc_estimate_cost {
    position: relative;
}
.calculator .calc_price_top_hide,
.calculator .calc_estimate_hours_hide,
.calculator .calc_estimate_cost_hide {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
}
.calculator .calc_price_top_hide {
    top: 0;
    height: 60%;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
.calculator .calc_estimate_hours_hide {
    -webkit-transform: translateX(-55px);
    transform: translateX(-55px);
}
.calculator .calc_estimate_cost_hide {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
}
.calculator .padlock {
    margin-right: 11px;
    height: 20px;
    width: 16px;
}
.calculator .calc_price_amount {
    margin-left: 13px;
}
.calculator .calc_price_text_hidden {
    display: none;
    font-size: 16px;
    line-height: 23px;
}
.calculator .calc_price_text {
    color: #1690D3;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    line-height: 14px;
}
.calculator .calc_price_arrow {
    height: 37px;
    width: 26px;
    margin: 0 auto;
}
.calculator .calc_price_arrow img {
    -webkit-animation: animationDownCalc 1.5s infinite;
    animation: animationDownCalc 1.5s infinite;
}
.calculator .calc_price_btn {
    border: 1px solid #2e8fd2;
    border-radius: 30px;
    background-color: rgba(47, 144, 211, 0.07);
    padding: 7px 10px;
    color: #2e8fd2;
    font-size: 14px;
    font-weight: bold;
    line-height: 27px;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.calculator .calc_price_platform {
    margin-bottom: 20px;
}
.calculator .calc_price_title {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 10px;
}
.calculator .calc_price_list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.calculator .calc_price_list_item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid #1690D3;
    border-radius: 20px;
    background-color: #f2f7ff;
    padding: 8px 20px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.calculator .calc_price_list_title {
    display: inline-block;
    color: #1690D3;
    font-size: 13px;
    line-height: 16px;
}
.calculator .calc_price_list_item_del {
    height: 14px;
    width: 14px;
    background-color: #1690D3;
    border-radius: 50%;
    color: white;
    font-size: 19px;
    line-height: 16px;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.calculator #popup {
    margin: 0 auto;
    max-width: 660px;
    padding: 60px 105px 80px;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 30px 40px 100px 20px rgb(0 0 0 / 7%);
    position: fixed;
    left: 0;
    right: 0;
    display: none;
    z-index: 12;
    top: 55%;
    overflow: scroll;
    max-height: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.calculator .close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
.calculator .close:before,
.calculator .close:after {
    position: absolute;
    left: 9px;
    top: -2px;
    content: "";
    height: 25px;
    width: 2px;
    background-color: #657195;
}
.calculator .close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.calculator .close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.calculator #popup_background {
    z-index: 11;
    position: fixed;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.calculator .popup_form_title {
    font-size: 30px;
    font-weight: bold;
    line-height: 37px;
    text-align: center;
    margin-bottom: 12px;
}
.calculator .popup_form_text {
    opacity: 0.75;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: center;
}
.calculator .popup_form_wrap {
    max-width: 400px;
    margin: 0 auto;
}
.calculator__field-error {
    margin-top: -30px;
    font-size: 14px;
    color: red;
}
.calculator .input_field {
    width: 100%;
    position: relative;
    padding: 10px 0;
    outline: 0;
    border-width: 0 0 1px;
    border-color: #15172e;
    border-radius: 0;
    margin-bottom: 30px;
    color: #15172e;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    background-color: #fff;
}
.calculator .input_field::-webkit-input-placeholder {
    color: #15172e;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
}
.calculator .input_field::-moz-placeholder {
    color: #15172e;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
}
.calculator .input_field:-ms-input-placeholder {
    color: #15172e;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
}
.calculator .input_field::-ms-input-placeholder {
    color: #15172e;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
}
.calculator .input_field::placeholder {
    color: #15172e;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
}
.calculator select.input_field{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('../main_images/arrow_dd_dark.svg');
    background-repeat: no-repeat;
    background-position: 99% 50%;
}
.calculator .submit_field,
.calculator .calc_contacts_link {
    border: 1px solid #1690D3;
    border-radius: 30px;
    background-color: #1690D3;
    padding: 12px 20px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 27px;
    cursor: pointer;
    margin-top: 10px;
    width: 100%;
}
.calculator .has_error {
    border-width: 1px;
    border-radius: 3px;
    border-color: #d72e2e;
}
.calculator .calc_contacts_links {
    text-align: center;
}
.calculator .calc_contacts_link {
    padding: 12px 60px;
    text-decoration: none;
}
.calculator .calc_estimate {
    max-width: 615px;
    padding: 84px 86px 61px 70px;
    display: none;
}
.calculator .calc_estimate_back {
    cursor: pointer;
    background-color: #fff;
    color: #15172e;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 27px;
    margin-bottom: 22px;
}
.calculator .calc_estimate_back img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    vertical-align: text-top;
}
.calculator .calc_estimate_title {
    font-size: 30px;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 30px;
}
.calculator .calc_estimate_cost {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 30px 50px;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    background-color: #1690D3;
    margin-bottom: 20px;
    max-width: 460px;
}
.calculator .calc_estimate_cost_icon {
    width: 50px;
    height: 50px;
    margin-right: 30px;
}
.calculator .calc_estimate_cost_text {
    color: #ffffff;
}
.calculator .calc_estimate_cost_text_head,
.calculator .calc_estimate_hours_text {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
}
.calculator .calc_estimate_cost_text_amount,
.calculator .hours_amount {
    font-size: 45px;
    font-weight: bold;
    line-height: 60px;
}
.calculator .hide_numbers,
.calculator .hide_numbers {
    -webkit-filter: blur(8px);
    filter: blur(8px);
}
.calculator .calc_estimate_hours {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 30px 55px;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    background-color: #f2f7ff;
    margin-bottom: 40px;
    max-width: 460px;
}
.calculator .calc_estimate_hours_icon {
    height: 50px;
    width: 50px;
    margin-right: 36px;
}
.calculator .calc_estimate_hours_text {
    color: #15172e;
}
.calculator .features_title {
    margin-bottom: 20px;
}
.calculator .calc_estimate_features_title {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 10px;
}
.calculator .calc_estimate_features_items {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-height: 126px;
    overflow: hidden;
}
.calculator .calc_estimate_show_all_block {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 50px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.71)), to(#fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.71) 0%, #fff 100%);
}
.calculator .calc_estimate_show_all_btn {
    color: #1690D3;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 27px;
    background-color: transparent;
    text-decoration: underline;
    cursor: pointer;
    border: 0;
}
.calculator .calc_estimate_features_item {
    border: 1px solid #1690D3;
    border-radius: 20px;
    background-color: #f2f7ff;
    padding: 7px 20px;
    color: #1690D3;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px;
}
.calculator .calc_contacts {
    max-width: 635px;
    border: 1px solid #e4e7ed;
    border-radius: 0 4px 4px 0;
    background-color: #f2f7ff;
    display: none;
}
.calculator .calc_contacts_thanks {
    padding: 80px 45px;
    display: none;
}
.calculator .calc_contacts_title {
    font-size: 30px;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 40px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.calculator .calc_contacts_item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 50px;
}
.calculator .calc_contacts_item_img {
    margin-right: 20px;
}
.calculator .calc_contacts_item_img img {
    width: 50px;
    height: 50px;
}
.calculator .calc_contacts_item_text {
    font-size: 16px;
    line-height: 23px;
}
.calculator .calc_contacts_form {
    padding: 80px 66px 130px;
    display: none;
}
.calculator .calc_contacts_form .input_field {
    background-color: #f2f7ff;
}
.calculator .calc_info,
.calculator .calc_remark {
    position: relative;
    top: -120px;
    max-width: 993px;
    margin: 0 auto;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 0 15px;
}
.calculator .calc_info h2,
.calculator .calc_remark h2 {
    margin: 0 0 15px;
    font-family: "Montserrat", sans-serif;
    color: #000;
    /* font-size: 25px;
    line-height: 25px; */
    font-weight: 400;
}
.calculator .calc_info p {
    font-size: 14px;
    line-height: 20px;
}
.calculator .calc_remark {
    display: none;
}
.calc_form_message {
    display: none;
}
.calculator .top_form_thanks {
    padding: 50px;
    text-align: center;
}
.calculator .top_form_thanks_img {
    width: 150px;
    margin-bottom: 5px;
    max-width: 100%;
}
.calculator .top_form_thanks_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 37px;
}
.calculator .top_form_thanks_text {
    color: #303030;
    font-size: 14px;
    line-height: 22px;
}
.calculator .popup_form_wrap .iti {
    width: 100%;
    margin-bottom: 30px;
}
#popup {
    z-index: 999 !important;
}
.calculator .user-number > .iti {
    width: 100%;
    margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
    .calculator .calc_question {
        padding: 33px 20px 80px;
    }
    .calculator .calc_estimate_cost {
        padding: 30px 37px;
    }
    .calculator .calc_estimate_hours {
        padding: 30px 42px;
    }
}
@media screen and (max-width: 1023px) {
    .calculator #popup {
        top: 80px;
        transform: unset;
    }
}
@media (min-width: 768px) and (max-width: 950px){
	.calc_contacts {
		max-width: 39% !important;
	}
	.calc_contacts_thanks {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}
	.calculator .calc_contacts_thanks .calc_contacts_link {
		padding: 12px 18px !important;
	}
	.calculator .calc_contacts_title {
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	.calc_wrap {
	  justify-content: space-between;
	}
	.calculator .calc_price {
	  max-width: 300px !important;
	}
}
@media screen and (max-width: 768px) {
    .calculator .calc_wrap {
        flex-wrap: wrap;
    }
    .calculator .calc_question {
        padding: 30px 30px 80px;
    }
    .calculator .calc_price {
        max-width: 100%;
        width: 100%;
    }
    .calculator .calc_price_btn {
        width: 260px;
    }
    .calculator .calc_contacts {
        max-width: none;
        width: 100%;
    }
    .calculator .calc_estimate_cost,
    .calculator .calc_estimate_hours {
        max-width: 450px;
    }
    .calculator .calc_estimate {
        max-width: none;
    }
    .calculator .calc_price_arrow {
        margin-left: 85px;
    }



}
@media screen and (max-width: 425px) {
    .calculator .page_top_inn {
        padding-bottom: 80px;
    }
    .calculator .calc_wrap {
        top: 0;
        z-index: 2;
    }
    .calculator .calc_progress_titles {
        display: none;
    }
    .calculator .calc_progress {
        width: 100%;
    }
    .calculator .calc_question {
        padding: 30px 15px;
    }
    .calculator .calc_answer {
        margin-right: 0;
    }
    .calculator .calc_next_question, 
    .calculator .calc_prev_question {
        margin-top: 10px;
    }
    .calculator .calc_price_btn {
        width: 100%;
    }
    .calculator #popup {
        padding: 50px 30px;
        margin: 0 15px;
    }
    .calculator .close {
        top: 15px;
        right: 15px;
    }
    .calculator .calc_estimate,
    .calculator .calc_contacts_form {
        padding: 30px;
    }
    .calculator .calc_remark,
    .calculator .calc_info {
        margin: 30px;
        top: 0;
        padding: 0;
    }
    .calculator .calc_contacts_title {
        width: auto;
    }
    .calculator .calc_contacts_link {
        padding: 12px 26px;
    }
    .calculator .calc_prev_question,
    .calculator .calc_next_question {
        max-width: 135px;
    }
    .calculator .calc_price_arrow {
        margin-left: auto;
    }
    .calculator .popup_form_wrap {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 375px) {
    .calculator .calc_estimate_cost_text_amount,
    .calculator .hours_amount {
        font-size: 30px;
        font-weight: bold;
        line-height: 40px;
    }
}
@media screen and (max-width: 320px) {
    .calculator .calc_estimate_cost,
    .calculator .calc_estimate_hours {
        padding: 20px;
    }
}