@font-face {
    font-family: 'AkrobatBold';
    src: url("/wp-content/themes/calculator/fonts/Akrobat-Bold.otf");
}
@font-face {
    font-family: 'AkrobatRegular';
    src: url("/wp-content/themes/calculator/fonts/Akrobat-Regular.otf");
}
@font-face {
    font-family: 'Museo700';
    src: url("/wp-content/themes/calculator/fonts/MuseoSansCyrl-700.otf");
}
@font-face {
    font-family: 'Museo300';
    src: url("/wp-content/themes/calculator/fonts/MuseoSansCyrl-300.otf");
}
@font-face {
    font-family: 'Museo500';
    src: url("/wp-content/themes/calculator/fonts/MuseoSansCyrl-500.otf");
}
p{
    margin-bottom: 0;
}


.error_auto{
    opacity: 0;
    color: #d25e5e;
    font-size: 12px;
    margin-top: 5px;
}

.age{
    display: none!important;
}
.age.active{
    display: flex!important;
}

.lb-style-google .lb-count{
    height: 17px!important;
}

.lb-style-google .lb-a{
        margin-top: 0px!important;
    display: inline-flex!important;
    align-items: flex-start!important;
    height: 100%!important;
}
.hidden_title_sum{
    display: none;
}
.lb-style-google .lb-voted.lb-like, .lb-style-google .lb-voted.lb-dislike , .lb-style-google .lb-like, .lb-style-google .lb-dislike{
    box-shadow: none!important;
        background: none!important;
    border: none!important;
}

.disactive{
    display: none!important;
}
.gsc-input{
    border-bottom: solid 1px #d1d1d1;
}
td.gsc-input-box{
        border: none;
    border-bottom: 1px solid #d1d1d1;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2px;
    font: 12px Museo300;
    color: #8b8b8b;
    height: auto;
    width: 176px;
    margin-right: 10px;
    margin-right: 0px;
}
div.gsc-input{
        border: none!important;
}
#gs_tti50 input{
        text-indent: 0px!important;
    background: none!important;
    font-size: 12px!important;
    text-align: start!important;
    padding: 0px!important;
    margin: 0px!important;
}

#___gcse_0{
        max-width: 198px;
}
.gsc-search-button{
        background: none!important;
    border: none!important;
    cursor: pointer;
    max-width: 20px!important;
    padding: 0px!important;
}
.hidden_link{
    display: none;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus{
    border:none!important;
    border-bottom: 1px solid #d1d1d1;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2px;
    font: 12px Museo300;
    color: #8b8b8b;
    height: auto;
    width: 176px;
    margin-right: 10px;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2{
    margin-left: 10px;
}
#gs_tti50 input:focus .gsst_a{
    display: flex!important;
}
.gsib_b{
    display: none;
}
.gsst_a .gscb_a{
    color: #d25e5e!important;
}

table.gsc-input{
    border-bottom: none!important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input{
    max-width: 177px;
}
.element-form-right{
    position: relative;
}
.sum_credit{
    border-bottom: none!important;
}
.element-form-right.input_error:before{
       content: 'Обязательное поле';
    background: #d25e5e;
    width: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: auto;
    max-width: 350px;
    bottom: -24px;
    padding: 3px 5px;
    color: white;
    font-size: 11px;
}
.input_error{
    /*border-bottom: solid 3px #d25e5e!important;*/
}
.form-control,.form-control:focus{
    outline: none;
    box-shadow: none;
}
.navbar-light .navbar-toggler{
    border: none;
    padding: 0;
    font-size: 28px;
}
.social_container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.social_container span.txt{
    margin-right: 10px;
}
.url_copy{
    display: none;
}
.navbar-light .navbar-toggler-icon{
    background-image: url("/wp-content/themes/calculator/images/menu_btn.svg");
    width: 18px;
    height: 12px;
}
.navbar-brand{
    font: 20px AkrobatRegular;
    font-size: 20px;
    margin-left: 7px;
}
.navbar-brand span{
    font-family: AkrobatBold;
    color: #d25f5f;
}
.navbar-collapse{
    position: absolute;
    width: 100%;
    background: #fff url("/wp-content/themes/calculator/images/menu_fon.png");
    top: 130px;
    z-index: 999999;
    left: 0;
}
.navbar-collapse .row{
    padding: 75px 135px;
}
.menu-header{
    font: 26px Museo700;
    color: #363636;
    position: relative;
    display: inline-block;
}
.menu-header:after{
    position: absolute;
    content: '';
    bottom: 3px;
    width: 100%;
    height: 1px;
    background-color: #363636;
    left: 0;
}
.menu-header span{
    color: #d25f5f;
}
.nav-link{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #313131;
    font: 16px Museo300;
    padding: 0;
}
.nav-link img{
    margin-right: 13px;
}
.nav-link span{
    position: relative;
}
.nav-link:hover span:after{
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d25f5f;
}
.nav-item{
    margin: 22.5px 0;
    height: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.nav-item:first-child{
    margin-top: 0;
}
.nav-item:last-child{
    margin-bottom: 0;
}
.navbar-nav{
    margin-top: 40px;
}
.close-menu{
    position: absolute;
    width: 22px;
    height: 22px;
    cursor: pointer;
    top: 19px;
    right: 22px;
}
.form-control[type=search]{
    border: none;
    border-bottom: 1px solid #d1d1d1;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2px;
    font: 12px Museo300;
    color: #8b8b8b;
    height: auto;
    width: 176px;
    margin-right: 10px;
}
.navbar{
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
}
.breadcrumb{
    background: none;
    margin-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
}
.breadcrumb-item.active,.breadcrumb-item{
    color: #393834;
    font: 12px Museo500;
}
.breadcrumb-item a{
    color: #8b8b8b;
    font: 12px Museo500;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 3px;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 3px;
    color: #6c757d;
    content: "/";
}
h1{
    color: #313131;
    font: 24px Museo300;
}
h1 span{
    font-family: Museo500;
}
.share-top-wrapper{
    color: #8b8b8b;
    font: 14px Museo300;
}
.share-top-wrapper img{
    width: 16px;
    height: auto;
    margin: 0 3px;
}

/*Custom radio*/
.checkbox,
.radio {
    display: none;
}
.checkbox-custom,
.radio-custom {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 3px;
    position: relative;
}
.checkbox-custom,
.radio-custom,
.label {
    display: inline-block;
    vertical-align: middle;
}
.checkbox:checked + .checkbox-custom::before,
.radio:checked + .radio-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: #413548;
    border-radius: 2px;
}
.radio-custom,
.radio:checked + .radio-custom::before {
    position: absolute;
    left: 0;
    height: 25px;
    width: 100%;
    top: 0px;
    border: none;
    border-radius: 20px;
}
.radio:checked + .radio-custom::before{
    background-color: #d25f5f;
    z-index: -1;
}
.label{
    color: #8b8b8b;
    font: 12px Museo500;
    padding: 6px 14px;
}
.radio:checked + .radio-custom + .label{
    color: #fff;
}
.radio-custom-label{
    position: relative;
    cursor: pointer;
    margin-right: 27px;
}
label{
    margin-bottom: 0;
}
/*Custom radio*/
.title-input-left{
    width: 290px;
    color: #343434;
    font: 18px Museo500;
    line-height: 14px;
}
.form-group-inline{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.form-control-custom,
.form-control-custom:focus{
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #d1d1d1;
    padding-left: 0;
    padding-right: 0;
    color: #333;
    font: 16px Museo300;
    height: auto;
    padding-bottom: 0px;
    width: 350px;
}
.form-control-custom::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #d1d1d1;
}
.form-control-custom::-moz-placeholder { /* Firefox 19+ */
    color: #d1d1d1;
}
.form-control-custom:-ms-input-placeholder { /* IE 10+ */
    color: #d1d1d1;
}
.form-control-custom:-moz-placeholder { /* Firefox 18- */
    color: #d1d1d1;
}
select.form-control{
    width: auto;
    -webkit-appearance: none;
    padding: 0;
    border: none;
    color: #393939;
    font: 12px Museo500;
}
.select{
    position: relative;
    margin-left: 10px;
}
.select:after{
    content: '';;
    width: 7px;
    height: 7px;
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("/wp-content/themes/calculator/images/select_arrow.svg") no-repeat;
    display: block;
}

#form-group-region .select:after {
    display: none;
}

.element-form-right > span{
    margin-left: 10px;
    color: #393939;
    font: 12px Museo500;
}
.question{
    width: 16px;
    height: 16px;
    background-color: #ebebeb;
    border-radius: 50%;
    color: #595959;
    font: 12px Museo500;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    margin-left: 5px;
}
.btn-outline-danger{
    padding: 12px 33px;
    color: #d25f5f;
    border-color: #d25f5f;
    font: 12px Museo700;
    border-radius: 20px;
}
.btn-outline-danger:hover{
    background-color: #d25f5f;
    border-color: #d25f5f;
}
.form-group-inline-last{
    margin-bottom: 30px;
}
.after-form-links-wrapper a{
    color: #343434;
    font: 12px Museo500;
    margin-right: 25px;
}
.after-form-links-wrapper a img{
    margin-right: 4px;
}
.after-form-links-wrapper a:hover{
    color: #d25f5f;
    text-decoration: none;
}
.right-statistic-wrapper{
    width: 100%;
    padding: 24px 22px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 53.1px 5.9px rgba(230, 230, 230, 0.54);
}
.stat-one-wrapper p{
    color: #696969;
    font: 12px Museo500;
    margin-bottom: 4px;
}
.stat-one-wrapper div{
    color: #343434;
    font: 20px Museo700;
    margin-bottom: 0;
}
.stat-one-wrapper{
    margin-bottom: 20px;
}
.btn-danger{
    background-color: #d25f5f;
    border-color: #d25f5f;
    font: 12px Museo500;
    border-radius: 20px;
    padding: 8px 23px;
}
.sberbank{
    display: block;
    margin:18px auto 0 auto;
}
.like-sid-wrapper span{
    color: #000;
    font: 12px Museo500;
    margin-top: 5px;
    margin-left: 5px;
}
.like-sid-wrapper > div{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.like-sid-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
 .lb-style-google .lb-voted .lb-like-icon , .lb-style-google .lb-like-icon{
        background: url(http://calculatorov.net/wp-content/themes/calculator/images/like.png)!important;
    background-size: contain!important;
    background-position: center!important;
    height: 18px;
    width: 18px;
    background-repeat: no-repeat!important;
 }

.lb-style-google .lb-dislike-icon{
        background: url(http://calculatorov.net/wp-content/themes/calculator/images/dislike.png)!important;
    background-size: contain!important;
    background-position: center!important;
    height: 18px;
    width: 18px;
    background-repeat: no-repeat!important;
}
.lb-style-google .lb-voted.lb-like, .lb-style-google .lb-voted.lb-dislike{
        display: inline-flex;
    align-items: center;
}


.like{
    margin-right: 14px;
}
.main-h3{
    color: #343434;
    font: 18px Museo700;
    text-align: center;
}
.main-h3.table-h3{
    text-align: center;
}
.main-h3 span{
    color: #d25f5f;
}
.table-h3{
    margin-top: 100px;
}
.table-graphic{
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 53.1px 5.9px rgba(230, 230, 230, 0.54);
    margin-top: 26px;
}
.table-graphic thead th{
    border-top: 0;
    border-bottom: 0;
    color: #3d3d3d;
    font: 11.5px Museo500;
    padding: 16px 12.5px;
    background: url("/wp-content/themes/calculator/images/table_bg.png") repeat;
    text-align: center;
}
.table-graphic td{
    padding: 28px 0;
    text-align: center;
    color: #292929;
    font: 12px Museo500;
    border-color: #e8e8e8;
}

.table-graphic .td-price-min,  .table-graphic .td-price-max {
    background: url("/wp-content/themes/calculator/images/table_bg.png") repeat;
}

.table-graphic tfoot td{
    font: 12px Museo700;
}
.row-calc{
    margin-top: 115px;
}
.interes{
    width: 339px;
    height: 180px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 45.54px 0.46px rgba(230, 230, 230, 0.61);
    padding: 22px 19px;
    margin-top: 20px;
}
.interes .btn-danger{
    padding-left: 32px;
    padding-right: 32px;
}
.interes h4{
    color: #313131;
    font: 18px Museo700;
    display: flex;
    align-items: center;
}
.interes h4 img{
    margin-right: 10px;
}
.interes p{
    color: #313131;
    font: 16px Museo300;
    margin: 15px 0;
}
.interesno-wrapper{
    display: flex;
    justify-content: flex-start;
    /*justify-content: space-between;*/
    align-items: center;
    flex-wrap: wrap;
    margin-top: 5px;
}
.interes{
    margin-right: 46px;
}
.interes:nth-child(3n){
    margin-right: 0px;
}
.calc-another h3{
    color: #b2b2b2;
    font: 18px Museo700;
    margin-bottom: 0;
}
.calc-another ul{
    padding: 0;
    margin: 0;
}
.calc-another ul li{
    list-style: none;
    line-height: 0px;
}
.calc-another ul li a{
    color: #b2b2b2;
    font: 14px Museo500;
}
.calc-another ul li a:hover{
    text-decoration: none;
    color: #d25f5f;
}
.calc-another-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill,minmax(150px,1fr));
    margin-top: 25px;
}
.bottom-desc{
    margin-top: 100px;
}
.desc-article{
	margin-top:20px!important;
}
.bottom-desc p{
    color: #000;
    font: Arial,sans-serif;
    margin-bottom: 5px;
}
.footer-form textarea{
    width: 880px;
    height: 127px;
    border: 1px solid #d7d7d7;
    resize: none;
    padding: 15px;
    color: #7f7d7d;
    font: 14px Museo300;
}
.footer-form textarea:focus{
    box-shadow: none;
    outline: none;
}
.footer-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #7f7d7d;
    font: 14px Museo300;
}
.footer-form textarea::-moz-placeholder { /* Firefox 19+ */
    color: #7f7d7d;
    font: 14px Museo300;
}
.footer-form textarea:-ms-input-placeholder { /* IE 10+ */
    color: #7f7d7d;
    font: 14px Museo300;
}
.footer-form textarea:-moz-placeholder { /* Firefox 18- */
    color: #7f7d7d;
    font: 14px Museo300;
}
.footer-form p{
    color: #919191;
    font: 11px Museo300;
    margin-top: 5px;
}
.footer-form{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.footer-form-btn-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .footer-wrapper{
    border-top: 1px solid #d7d7d7;
    height: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright{
    color: #989898;
    font: 12px Museo500;
}
footer ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin: 0;
}
footer ul li a{
    color: #989898;
    font: 12px Museo500;
}
footer ul li{
    margin-left: 42px;
    list-style: none;
}
footer ul li a:hover{
    color: #d25f5f;
    text-decoration: none;
}
footer{
    margin-top: 20px;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled]{
    background: none;
    background-color: #d25f5f;
}
.tooltip-inner{
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 0px 53.1px 5.9px rgba(230, 230, 230, 0.54);
    color: #000;
    text-align: left;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: #fff;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before{
    border-left-color: #fff;
}
.tooltip.show{
    opacity: 1;
}
.form-control-custom:disabled{
    background: none;
}
.close img{
    width: 22px;
    height: 22px;
}
.modal-header{
    border: none;
}
.modal-body .form-inline > div{
    margin: 0 auto;
}
.go-up{
    position: fixed;
    bottom: 100px;
    left: 5%;
    z-index: 9;
}
.with-search{
    background: url("/wp-content/themes/calculator/images/search_grey.png") no-repeat;
    background-position: right 5px center;
}
/*Custom radio*/
.checkbox,
.radio2 {
    display: none;
}
.checkbox-custom2,
.radio-custom2 {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 3px;
    position: relative;
}
.checkbox-custom2,
.radio-custom2,
.label2 {
    display: inline-block;
    vertical-align: middle;
}
.checkbox:checked + .checkbox-custom::before,
.radio2:checked + .radio-custom2::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: #413548;
    border-radius: 2px;
}
.radio2:checked + .radio-custom2::before {
    position: absolute;
    left: 2px;
    height: 6px;
    width: 6px;
    top: 2px;
    border: none;
    border-radius: 50%;
}
.radio-custom2{
    position: absolute;
    left: 0;
    height: 12px;
    width: 12px;
    top: 6px;
    border-radius: 50%;
    border: 1px solid #dadada;
}
.radio2:checked + .radio-custom2::before{
    background-color: #d25f5f;
    z-index: -1;
}
.label2{
    color: #8b8b8b;
    font: 12px Museo500;
    padding: 6px 19px;
}
.radio2:checked + .radio-custom2 + .label2{
    color: #8b8b8b;
}
.radio-custom-label2{
    position: relative;
    cursor: pointer;
    margin-right: 27px;
    margin-top: 10px;
}
/*Custom radio*/
.select-border-bottom select.form-control {
    border-bottom: 1px solid #d1d1d1;
    height: 30px;
    font: 16px Museo300;
    border-radius: 0;
    width: 350px;
}
.select-border-bottom{
    margin-left: 0;
}
.select-border-bottom:after{
    right: 0;
}
.select-border-bottom-width select.form-control{
    width: 311px;
}
input.select-border-bottom-width{
    width: 256px;
}
.title-input-left a{
    color: #d25f5f;
    font: 12px Museo300;
    text-decoration: underline;
}
.right-statistic-wrapper-bigger .stat-one-wrapper p{
    font-size: 15px;
}
.right-statistic-wrapper-bigger .stat-one-wrapper p.result_window{
    font-size: 25px;
}
.right-statistic-wrapper-bigger{
    padding: 40px 33px;
}
table .btn-danger{
    padding: 4px 17px;
}
.table td, .table th{
    vertical-align: middle;
}
.table-graphic-height td{
    padding: 13px 0;
}
select.bigger-text, .bigger-text{
    font: 16px Museo300;
    color: #393939 !important;
}
.ui-menu{
    height: 330px;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    width: 350px;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 0px 53.1px 5.9px rgba(230, 230, 230, 0.54);
}
.ui-menu li{
    list-style: none;
    margin-bottom: 10px;
}
.ui-menu-item-wrapper{
    color: #434343;
    font: 16px Museo300;
    cursor: pointer;
}
.ui-menu li:hover .ui-menu-item-wrapper{
    color: #d26060;
    font: 16px Museo500;
}
p.bigger{
    color: #393834;
}
.stat-one-wrapper p.small{
    color: #696969;
    font: 12px Museo300;
    display: none;
}
.stat-one-wrapper div span{
    color: #929292;
    font: 18px Museo300;
    display: none;

}
.stat-one-wrapper-bottom{
    margin: 0 -33px;
    padding-top: 20px;
    border-top: 1px dashed #e3e3e3;
}
.like-top .like-sid-wrapper{
    margin-top: 15px;
}
input.select-border-bottom-width:focus{
    width: 256px;
}
.one-calculator {
    background-color: #fff;
    box-shadow: 0px 0px 36px 4px rgba(230, 230, 230, 0.42);
    border-radius: 20px;
    width: 520px;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    transition: 0.5s;
}
.one-calculator:hover{
    background-color: #ebebeb;
    transition: 0.5s;
}
.all-calculator{
    margin-top: 93px;
}
.one-calculator p{
    color: #313131;
    font: 18px Museo300;
    margin-bottom: 0;
    display: inline;
}
.one-calculator:hover p{
    border-bottom: 1px solid #199828;
}

.one-calculator img{
    padding-right: 14px;
    padding-bottom: 11px;
}
.two-calculators{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.two-calculators .one-calculator{
        margin-bottom: 50px;
}
.six-calculator img{
    padding-right: 14px;
    padding-bottom: 3px;
}
.five-calculator img{
    padding-right: 14px;
    padding-bottom: 3px;
}

.form_error .title_txt{
    margin-bottom: 5px;
}
.form_error input[type="email"]{
    width: 100%;
}
.form_error{
    max-width: 300px;
    margin: 0 auto;
    /*display: none;*/
    z-index: 10000000;
    position: fixed;
    top: 10%;
    left: calc(50% - 150px);
        background: white;
    padding: 10px 20px;
    border-radius: 19px;
    display: none;
    opacity: 0;
}

.close_error{
        width: 18px;
    position: absolute;
    top: 13px;
    right: 13px;
    cursor: pointer;
}
.form_error.active{
    display: block;
}
.bg_error.active{
    display: block;
}
.bg_error {
    opacity: 0;
    display: none;
    position: fixed;
    height: 100vh;
    width: 100%;
    background: rgba(0,0,0,0.6);
    cursor: pointer;
    left: 0px;
    top: 0px;
    z-index: 100000;
}

.form_error .btn.btn-danger{
    margin-top: 10px;
}

.form_error textarea{
    width: 100%;
}
.form_error .title{
    font-size: 30px;
    margin-bottom: 10px;
}
.form_error .title_txt{
    font-size: 12px;
}
.error h1{
    color: #7f7d7d;
    font: 50px Museo500;
}
.error h2{
    color: #7f7d7d;
    font: 35px Museo500;
}
.error{
    margin-top: 80px;
}
.page404{
    font: 16px Museo500;
    color: #7f7d7d;
}
.page404 a{
    font: 16px Museo500;
    color: #d25f5f;
}


