input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
    -moz-appearance: textfield;
}


.for_text h1 {
    text-transform: uppercase;
    font-weight: 400;
}
.title_normal {
    font-family: 'GOTHIC';
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}

.step_one_title{
    position: relative;
    font-size: 22px;
    font-weight: bold;
    max-width: 50%;
    padding: 20px;
    cursor: pointer;
    color: #315d8e;
    font-family: 'GOTHICB';
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: 1;

}

.step_one_title>img{
    display: block;
    width: 37px;
    height: 19px;
}
.step_one_title.opened>img{
    transform: rotate(0deg);
}
.step_one_title.closed>img{
    transform: rotate(180deg);
}
#step_one_form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #9aaec4;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
    color: #606060;
    max-height:327px;
    overflow-y:scroll;
}
#step_one_form.closed{
    display: none;
}
#step_one_form>label{
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px;
    font-family: 'ProximaNova-Reg';
    font-size: 16px;
    color: #000;
    cursor: pointer;
}
#step_one_form .mob_name{
    display: none;
}
#step_one_form a{
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.step_two_forms_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    column-gap: 25px;
}
.step_two_forms_container form.hide{
    display: none;
}
.step_two_forms_container form{
  max-width: 343px;
  width: 100%;
  margin-bottom: 40px;
}
.step_two_form_title{
    font-size: 26px!important;
    font-family: 'GOTHICB'!important;
    padding: 14px;
    background-color: #9aaec4;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}
.step_two_form_min_coast{
    background-color: #fff;
    color: #fd7865!important;
    text-align: center;
    text-transform: none;
    font-size: 22px!important;
    padding: 14px;
    margin: 0;
    font-family: 'ProximaNova-Bold'!important;
    position: relative;
}
.step_two_form_min_coast::before {
	content: "";
	width: 50px;
	height: 2px;
	background-color: #9aaec4;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 5px;
}
.step_two_form_desc_title{
    font-size: 14pt;
    color: #305a8b;
    font-weight: 700;
    margin: 0;
    padding: 10px;
}
.step_two_form_desc_text{
    font-size: 14px!important;
    color: #606060;
    padding: 10px 10px 0 10px;
    margin: 0;
    height: 170px!important;
}
.step_two_form_calc{
    padding: 0 10px;
}
.step_two_form_calc span{
    color: #000;
    font-family: 'ProximaNova-Bold';
    font-size: 14px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.yes_calc{
    background-color: #00b8d0;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 1px;
    width: 90px;
    height: 30px;
    user-select: none;
    line-height: 27px;

}
.no_calc{
    background-color: #e6e6e6;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
    border-radius: 2px;
    color: #6a6a6a;
    font-weight: bold;
    text-align: center;
    padding: 1px;
    width: 90px;
    height: 30px;
    user-select: none;
    line-height: 27px;
}
.step_two_form_calc button{
    font-size: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    padding: 0;
    outline: none;
    color: #9c9c9c;
    border: 1px solid #dbdbdb;
    background: #dbdbdb;
}
.step_two_form_calc button:last-child{
    border-radius: 0 3px 3px 0;
}
.step_two_form_calc button:first-child{
    border-radius: 3px 0 0 3px;
}
.step_two_form_calc input[type='number']{
    border: 1px solid #dbdbdb;
    width: 30px;
    height: 28px;
    text-align: center;
    padding: 0;
    font-size: 19px !important;
}
.num_input{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.step_two_form_calc>div{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.step_two_form_calc>div:first-child label:first-child .num_input {
	margin-left: 0;
	width: 90px;
}
.step_two_form_calc>div:first-child label:nth-child(2) .num_input {
	margin-left: auto;
	width: 90px;
}
.step_two_form_calc p.disc_tit{
    font-size: 14px;
    font-family: 'ProximaNova-Bold';
    margin: 0;
    color: #000;
}
.disc_cont{
    color: #6a6a6a;
    font-size: 12px;
    margin: 15px 0!important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 15px;
    justify-content: center !important;
}
.disc_cont span {
	color: #6a6a6a;
	font-weight: normal;
	font-family: "ProximaNova-Reg";
	font-size: 12px;
}
.disc_cont label{
    display: flex;
    flex-direction: row;
    color: #e93737;
    align-items: center;
     font-family: "ProximaNova-Reg";
}
.disc_cont input{
    margin-top: 0;
}
.banner_type {
    display:flex!important;
    flex-wrap:wrap;
    justify-content:space-between;
    padding:10px 40px;
    width:100%!important;
    align-items:center;
    column-gap:30px;
    margin:40px 0;
    background-color:#f4f4f4;
    border:1px solid #dedede;
}
.banner_type .text_banner {
    font-family: 'GOTHICB';
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    line-height:1;
}
.banner_type .text_banner > span {
    color:red;
}
.banner_type .text_banner > b {
    text-transform: initial;
    font-size: 14px;
}
.banner_type .banner_link_detail {
    display: block;
    background-color: #ffd144;
    font-family: 'ProximaNova-Reg';
    padding: 15px 25px;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    width: 200px;
    color: #000;
    border: unset;
    outline: none;
    font-size: 20px;
        text-align: center;
    text-transform: uppercase;
}
.banner_type > div > img {
    max-width:100%;
    height:100px;
}
.result{
    background-color: #00b8d0;
    color: #fff;
    margin-top: 10px;
    font-size: 24px!important;
    font-family: 'ProximaNova-Bold'!important;
    text-align: center;
     padding: 14px;
}
.step_two_title{
        position: relative;
    font-size: 22px;
    font-weight: bold;
    max-width: 50%;
    padding: 20px;
    cursor: pointer;
    color: #315d8e;
    font-family: 'GOTHICB';
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}
.step_two_forms_container form>a{
    display: block;
    background-color: #ffd144;
    font-family: 'ProximaNova-Reg';
    padding: 15px 25px;
    border-radius: 50px;
    cursor: pointer;
    text-decoration:none;
    width: 200px;
    margin: 0 auto;
    color: #000;
    border: unset;
    outline: none;
    font-size: 20px;
}
.step_two_forms_container form>p:last-child{
    font-size: 12px;
    color: #000;
    text-align: center;
    line-height: 1.35;
    font-weight: 700;
    margin-top: 14px;
    margin-bottom: 20px;
}
.top__section_form {
	border: 2px solid #9aaec4;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 40px;
}
.num_input button {
	cursor: pointer;
}
.bg__color {
	padding: 60px 0;
	background-color: #f4f4f4;
}
.row__big_steps {
	justify-content: center;
	align-items: center;
	column-gap: 120px;
}
.number_step_calc_for {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 30px;
	margin-bottom: 60px;
	max-width: 484px;
	width: 100%;
}
.number___big {
	max-width: 40px;
	font-family: 'ProximaNova-Light';
	font-size: 82px;
	color: #9aaec4;
}
.text_number___big {
	font-family: 'GOTHICB';
	font-size: 18px;
	color: #6a6a6a;
	text-transform: uppercase;
}
.go_to_calc {
	display: flex;
	margin: 0 auto;
	max-width: 390px;
	width: 100%;
	font-family: 'ProximaNova-Reg';
	font-size: 24px;
	color: #fff!important;
	background-color: #00b8d0;
	height: 60px;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	border-radius: 50px;
	text-decoration: none;
}
.title_mini_section {
    font-family: 'GOTHIC';
    font-size: 32px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin: 60px 0;
}
.after_title_mini_section {
    font-size: 16px;
    font-family: 'GOTHIC';
    color: #6a6a6a;
    margin: 40px auto;
    text-align: center;
    max-width: 465px;
    width: 100%;
}
.after_title_mini_section span {
    color: #fd7865;
}
.mini_section .row {
    justify-content: center;
}
.items_garant_finance {
    text-align: center;
    margin: 35px 70px;
}
.items_garant_finance img {
    margin-bottom: 25px;
}
.title_garant_items {
    font-family: 'GOTHIC';
    font-size: 22px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
}
.descr_garant_items {
    font-size: 16px;
    color: #6a6a6a;
    font-family: 'ProximaNova-Reg';
}
.descr_garant_items span {
    color: #fd7865;
    font-weight: bold;
}

@media screen and (max-width: 1190px){
    #step_one_form .desk_name{
        display: none;
    }
    #step_one_form .mob_name{
        display: block;
    }
    .step_two_form_desc_text
    {
        height: 235px !important;
    }
    .step_two_form_calc div:nth-child(2)>span{
        max-width: 50%;
    }
    .step_two_form_calc>div:first-child .num_input {
        margin-left: 0;
    }
}


@media screen and (max-width: 1200px) {
	.for_text .container {
		padding: 0 15px;
	}
	.banner_type {
	    flex-flow:column;
	}
	.banner_type > * {
	    margin-bottom:15px;
	}
	.banner_type > *:last-child {
	    margin-bottom:0;
	}
	.security_page > .container .row {
    justify-content: space-around;
	}
}

@media screen and (max-width: 768px) {
	.title_normal {
        font-size: 22px;
       margin-bottom: 20px;
    }
    .banner_type .text_banner {
        font-size:18px;
    }
    .number_step_calc_for {
    	column-gap: 10px;
    	margin-bottom: 30px;
    }
    .text_number___big {
    	font-size: 12px;
    	font-family: 'ProximaNova-Reg';
    }
    .go_to_calc {
    	font-size: 18px;
    	height: 50px;
    }
    .number___big {
    	font-size: 42px;
    }
    .title_mini_section {
    font-size: 24px;
}
.items_garant_finance {
    margin: 35px auto;
}
    .disc_cont {
    	column-gap: 0;
    }
    .step_two_form_desc_text {
    	font-size: 12px!important;
    	margin-bottom: 15px!important;
    }
    .step_two_title {
    	max-width: 100%;
    	width: 100%;
    	padding: 10px;
    	font-size: 16px;
    }
    #step_one_form>label {
    	font-size: 12px;
    }
    .step_one_title {
    	max-width: 100%;
    	font-size: 16px;
    	padding: 10px;
    }
    #step_one_form>label{
        width: 100%;
    }
    .step_two_forms_container form{
        width: 100%;
        margin-top: 20px;
    }
    .step_two_form_calc>div:first-child .num_input {
        margin-left: 10px;
    }
    .step_two_form_desc_text{
        height: unset !important;
    }
    .step_two_title{
        margin-bottom: 0;
    }
}
@media screen and (max-width:576px) {
    .banner_type .text_banner {
        font-size:16px;
    }
}