.wrapper {
    max-width: 1400px;
    margin: auto;
}

h2{
    text-align: center;
}
body {

    font-family: "Fira Sans",sans-serif;
    font-size: 14px;
    line-height: 1.6;
}
header {
    padding: 20px 0;
}
nav a {
    text-decoration: none;
}

nav ul {
    margin: 0;
    padding: 0;
}

nav li {
    list-style-position: inside;
    font: 14px 'Oswald', sans-serif;
    padding: 10px;
}

.top-menu li {
    display: inline-block;
    padding: 10px 30px;
    margin: 0;
}

.top-menu li.active {
    background: #29c5e6;
    color: #fff;
}

.top-menu a {
    color: #b2b2b2;
}

.calculator {

    width: 100%;
    padding: 2px;
    background: none;
	text-align: left;
    border: 0px solid #f3f3f3;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 15px rgba(156,156,156,.0);
    box-shadow: 0 5px 15px rgba(156,156,156,.0);
}

.treecountry {

    width: 100%;
    padding: 2px;
    background: none;
	margin: 0px 0px 0px 0px;
	padding: 16px 25px 16px 15px;
	text-align: left;
    border: 1px solid #cacacb;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 15px rgba(156,156,156,.0);
    box-shadow: 0 5px 15px rgba(156,156,156,.0);
}

.description {
    /*float:right;*/
    margin-left: 0px;
	text-align: left;
    width: 100%;
    padding: 5px 20px 20px 20px;
    background: transparent;
    border: 0px solid #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 15px rgba(156,156,156,.0);
    box-shadow: 0 5px 15px rgba(156,156,156,.0);
}
	


.calculating_result_block {

}
.main_content{
    padding-top: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.section_row{
    display: flex;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
    justify-content: space-evenly;
    margin-left: 0px;
}
.section_row_item{
    margin-right: 0px;
    width: 50px;
}
.section_form{
    margin-top: 20px;
}
.field__input {
    height: 50px;
    padding: 0 16px;
    transition: all 0.25s;
    border-radius: 4px 0 0 0;
}
input[type='range'].styled-slider {
    --range: calc(var(--max) - var(--min));
    --ratio: calc((var(--value) - var(--min)) / var(--range));
    --sx: calc(0.5 * 2em + var(--ratio) * (100% - 2em));
    -webkit-appearance: none;
    width: 100%;
    border-radius: 4px 0 0 0;
}
.field__input, .field__textarea {
    width: 100%;
    background: transparent;
    border: 1px solid #cacacb;
    font-family: roboto,sans-serif;
    font-size: 22px;
	font-weight: 500;
    color: #636363;
    outline: none;
}
select:focus{
    border:1px solid #475081;
}
input:focus{
    border:1px solid #475081;
}

input, button {
    margin: 0;
    padding: 0;
    border: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 3px solid #475081;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    cursor: poFira Sans;
    margin-top: -5px;
}

input[type=range]::-webkit-slider-runnable-track {
    border-radius: 4px;
    height: 10px;
    background-color: #475081;
    margin-top: -10px;
}
.selector_wrap_cost{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.field__input__capacity{
    width: 100%;
}
.section_cost_input{
    width: 100%;
}

select{
    color: #636363;
    background-color: #f5f5f5 ;
    border: 1px solid #e7e8ea;
    border-radius: 4px ;
}
.currency_select{
    color: #636363;
    background-color: #f5f5f5 ;
    border: 1px solid #e7e8ea;
    border-radius: 4px ;
}
.calculating__choose_item_active_countries{
    border: 1px solid rebeccapurple;
}
.show{
    display: block;
}
.hide{
    display: none;
}

.total_button{
    margin: 18px auto 5px;
    height: 41px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 50px;
    border: 1px solid black;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 12px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    transition: background 0.3s,border-color 0.3s,color 0.3s;
    background: none;
    line-height: 1.4;
    width:100%;
}
.total_button:focus{
    border: 1px solid #475081;
}
.total_button:hover{
    border: 1px solid #9cadff;
}
.calculating_result_block{
    width: 100%;
    margin-left: 0px;
}

.result_block{
    width: 97%;
    padding: 0px;
    background: transparent;
    border: 0px solid #ffca32;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 15px rgba(156,156,156,.0);
    box-shadow: 0 5px 15px rgba(156,156,156,.0);
}
.card__line{
    border-bottom: 1px solid #E7E7E7;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 0;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}


.card__cell {
    font-size: 12px;
    font-weight: 400;
    color: #636363;
}


.linklist {
    font-size: 12px;
    font-weight: 300;
    color: #666;
	font-style: italic;
}

.linklistright {
    font-size: 12px;
	text-align: left;
    font-weight: 300;
    color: #666;
	font-style: italic;
}


.total {
    background: #f3bd2d;
    min-width: 200px;
    height: 50px;
    padding: 0 20px;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 18px auto 5px;
}
.select_age{
    color: #636363;
    background-color: transparent ;
    border: 1px solid #cacacb;
    border-radius: 2px ;
    height: 60px;
    width: 100%;
    font-weight: 500;
    font-size: 22px;
	padding: 10px 16px 10px 16px

}
.minus{
    color: #31c651;
}