.wrapper {
    width: 1316px;
    margin: 0 auto;
}
.minwidth{
    width: 1150px;
}

#test{
    font-family: 'Roboto', Arial, sans-serif;
}

#test .moduletitle{
    font-family: 'Condensed', Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    padding: 50px 0;
}

#test .modulebody{
    box-shadow:  0 0 10px #4a4a4a1c;
    margin-bottom: 40px;
}

.inctabs{
    width: 100%;
}
.inctabs .tabheader{
    font-family: 'Condensed', Arial, sans-serif;
    display: inline-block;
    width: 50%;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 15px;
    color: #a2a2a2;
    background-color: #f3f3f3;
    box-shadow: inset 0 -2px 10px #4a4a4a1c;
    box-sizing: border-box;
    cursor: pointer;
}
.inctabs .tabheader.active{
    color: #fff;
    background-color: #00a1e2;
    box-shadow: none;
}
#test .calctest{
    padding: 50px 65px 20px;
}
#test .calctest form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.calctest .cell-33{
    width: 100%;
    min-height: 100px;
    padding: 25px 0;
    box-sizing: border-box;
}
.calctest .cell-13{
    float:left;
    min-height: 140px;
    padding: 15px 0;
    box-sizing: border-box;
    width: 290px;
}

.calctest .cell-13 label{
    width: 100%;
    color: #6d6d6d;
    font-size: 14px;
    display: inline-block;
    font-family: 'Condensed', Arial, sans-serif;
    margin-bottom: 10px;
}

.calctest .cell-13 input[type=text]{
    border: 1px solid #a0a0a0;
    font-size: 20px;
    font-weight: normal;
    padding: 15px 20px;
    width: 100%;
    box-sizing: border-box;
}
.calctest .svgico{
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}

.calctest .cell-33 input[type=radio]{
    display: none;
}

.calctest .cell-33 label{
    display: inline-block;
    margin-right: 40px;
    padding-bottom: 5px;
    border-bottom: 2px solid #e6e6e6;
    color: #8b8b8b;
    font-family: 'Condensed', Arial;
    font-size: 18px;
    cursor: pointer;
}
.calctest .cell-33 svg{
    fill: #8b8b8b;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

.calctest .cell-33 svg{
    fill: #8b8b8b;
}

.calctest .cell-33 label:hover,
.calctest .cell-33 input:checked + label{
    color: #282828;
    border-bottom: 2px solid #00a1e2;
}

.calctest .cell-33 label:hover svg path,
.calctest .cell-33 input:checked + label svg{
    fill: #282828;
}

.calctest .redbutton{
    width: 100%;
    border: none;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 18px;
    background-color: #da0e0f;
    box-sizing: border-box;
    font-weight: bold;
}

.calctest .cell-13 label.labelsendtoviber{
    font-family: 'roboto', Arial;
    font-size: 14px;
    font-weight: 300;
    width: auto;
}

.cell-13.socials {
    padding-top: 30px;
    padding-left: 20px;
}

.sendtoviber{
    width: 20px;
    height: 20px;
    border: 1px solid #282828;
    vertical-align: middle;
}


.show-more-wrapper {
    text-align: center;
}

.show-more-wrapper a {
    display: inline-block;
    color: #ffffff !important;
    font-size: 16px;
    font-family: 'Condensed', Arial, sans-serif;
    line-height: 60px;
    font-weight: 700;
    border-width: 1px;
    border-radius: 1px;
    background-color: #da0e0f;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    width: 290px;
}

.wrapper {
    font-family: 'Condensed', Arial, sans-serif;
}


.searchtabs{
    width: 100%;
}
.searchtabs .tabheader{
    font-family: 'Condensed', Arial, sans-serif;
    display: inline-block;
    width: 50%;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 15px;
    color: #a2a2a2 !important;
    background-color: #f3f3f3;
    box-shadow: inset 0 -2px 10px #4a4a4a1c;
    box-sizing: border-box;
    cursor: pointer;
}
.searchtabs .tabheader.active{
    color: #fff !important;
    background-color: #00a1e2;
    box-shadow: none;
}