@media(max-width: 1367px){
    .go-up {
        position: fixed;
        bottom: 100px;
        left: 3%;
        z-index: 9;
    }
}
@media(max-width: 1250px){
    .go-up{
        left: 6px;
    }
}

@media(max-width: 1200px){
    .go-up{
        display: none;
    }
    .footer-form textarea{
        width: 680px;
    }
    .interesno-wrapper{
        justify-content: space-around;
    }
    .like-sid-wrapper {
        margin-top: 15px;
        margin-bottom: 40px;
    }
    .right-statistic-wrapper{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .right-statistic-wrapper{
        position: static !important;
    }
    .right-statistic-wrapper50 .stat-one-wrapper{
        flex-basis: 50%;
    }
    .right-statistic-wrapper50 .stat-one-wrapper-bottom{
        flex-basis: 100%;
        margin: 0;
    }
    .one-calculator{
        width: 420px;
    }
}
@media(max-width: 992px){
    .interesno-wrapper{
        justify-content: space-between;
    }
    .footer-form textarea {
        width: 500px;
    }
    .navbar-collapse .row {
        padding: 75px 50px;
    }
    .title-input-left {
        width: 207px;
        color: #343434;
        font: 16px Museo500;
    }
    .stat-one-wrapper {
        flex-basis: 33%;
    }
    .one-calculator {
        width: 330px;
        padding: 20px;
    }
}
@media(max-width: 767px){
    .col-lg-5 .menu-header{
        margin-top: 30px;
    }
    .right-statistic-wrapper{
        display: block;
    }
    header .form-control[type="search"]{
        display: none;
    }
    .navbar{
        margin-bottom: 0;
    }
    .breadcrumb{
        padding-top: 0px;
        margin-bottom: 10px;
    }
    h1.text-center{
        text-align: left !important;
        font: 17px Museo300;
    }
    .share-top-wrapper{
        text-align: left !important;
    }
    .row-calc {
        margin-top: 50px;
    }
    .form-group-inline {
        display: block;
        margin-bottom: 40px;
    }
    .title-input-left {
        width: auto;
        color: #343434;
        font: 15px Museo500;
    }
    .label {
        font: 11px Museo500;
    }
    .radio-custom-label{
        margin-right: 5px;
        margin-top: 7px;
    }
    .form-control-custom, .form-control-custom:focus{
        width: 100%;
        font-size: 14px;
    }
    .form-group-inline{
        margin-bottom: 30px;
    }
    .right-statistic-wrapper{
        margin-top: 30px;
    }
    .after-form-links-wrapper{
        text-align: center;
    }
    .after-form-links-wrapper a {
        color: #343434;
        font: 12px Museo500;
        margin-right: 10px;
    }
    .like-sid-wrapper {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .table-graphic{
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-h3 {
        margin-top: 50px;
    }
    .interes{
        height: auto;
        margin-right: 0px;
    }
    .calc-another-wrapper{
        flex-direction: column;
    }
    .calc-another{
        margin-bottom: 30px;
    }
    .bottom-desc {
        margin-top: 0;
    }
    .footer-form{
        flex-direction: column;
    }
    .footer-form textarea{
        width: 100%;
    }
    .footer-form-btn-wrapper{
        margin-top: 20px;
    }
    footer .footer-wrapper{
        flex-direction: column-reverse;
        height: auto;
        padding: 5px 0;
    }
    footer ul li {
        margin-left: 4px;
        list-style: none;
    }
    footer ul {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0;
    }
    .select-border-bottom select.form-control{
        width: 100%;
    }
    .interesno-wrapper {
        justify-content: center;
    }
    .select-border-bottom select.form-control{
        font-size: 14px;
    }
    .ui-menu{
        width: 250px;
    }
    .element-form-right-column,.element-form-right{
        display: block !important;
    }
    .select {
        margin-left: 0;
    }
    .select::after{
        right: 0;
    }
    input.select-border-bottom-width {
        width: 100%;
    }
    .two-calculators {
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
        flex-direction: column;
    }
    .one-calculator {
        width: 100%;
        padding: 20px;
        margin-bottom: 15px;
        height: 150px;
    }
    .two-calculators {
        margin-bottom: 0;
    }
    .all-calculator {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .error h1 {
        font-size: 40px;
        line-height: 42px;
    }
    .error h2 {
        margin-bottom: 20px;
    }
    .error {
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .tb_mobile{
        width: 100%;
        max-width: 100%;
        overflow-x: scroll;
    }
}
@media(max-width: 360px){
        .select {
    margin-left: 0;
    }

    .select-inner {
        flex-direction: column;
        align-items: flex-start !important;
    }
}

