.w-100{
    width: 100%;
}


@media screen and (min-width: 992px) {

    header .row {
        position: relative;
    }

    header .menu-div {
        position: absolute;
        right: 0 !important;
    }
    header .menu-div > ul{
        width: 100%;
    }

    header .menu-div > ul > li:nth-child(1) {
        max-width: calc(100% - 192px) !important;
        text-align: right;
        float: right;
    }

    header .menu-div > ul > li:nth-child(1) > a {
        width: 100%;

        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    header .menu-div > ul > li:nth-child(2) {
        width: 180px !important;

    }

}

.white-block {
    padding: 50px;
    background-color: #fff;
    line-height: 2em;
}
@media screen and (max-width: 992px) {

    .white-block {
        padding: 35px 20px;
    }
}
@media screen and (min-width: 993px)  and (max-width: 1200px) {

    .white-block {
        padding: 35px;
    }
}


.dl-horizontal dl{

    width: 100%;

    height: 44px;
    line-height: 44px;
}
.dl-horizontal dt{
    width: 180px;
    display: inline-block;
    float: left;

    color: #454545;
}
.dl-horizontal dd{
    width: calc(100% - 180px);
    margin: 0;
    display: inline-block;

    float: left;

    color: #b8b8b8;
}

.small-title{
    height: 65px;
    line-height: 65px;
    width: 100%;
    display: block;
    font-weight: 900;
    font-size: 24px!important;
    position: relative;
    float: left;
    margin: 0 0 8px !important;
    padding: 0!important;
}

.small-title span{
    color: #1bc8bd;
}


.file_uploader {

    display: block;
    float: left;
    font: bold 13px Verdana, Arial, Helvetica, sans-serif;
    margin: 10px 0;
    outline-style: none;
    padding: 16px 20px;
    text-align: center;
    text-decoration: none;

    position: relative;

    border-radius: 0px;

    color: #fff;
    background-color: #ed1c24 !important;

    height: 47px;

}

.file_uploader:hover {
    background-color: #ed1c24 !important;

}

.file_uploader input[type="file"] {
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity:0);
    opacity: 0;
    z-index: 2;

    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;

    position: absolute;

    margin: 0;
    padding: 0;
    border: 0;

    width: 100%;
    height: auto;

    cursor: pointer;
}


.row-nice-input {
    position: relative;

    margin: 0 auto 12px;
    display: inline-block;
    width: 100%;
    float: none;

}

.row-nice-input input,
.row-nice-input textarea{
    padding: 27px 16px 9px 14px !important;
    font-size: 18px !important;
    font-weight: bold;
    border-radius: 6px !important;
    border: 1px solid rgb(206, 208, 212) !important;
    width: 100%;

    max-width: 100%;

    box-sizing: border-box !important;


    transition: all .2s !important;
    will-change: border-color;

    background-color: #fff!important;

    text-indent: 0!important;

    margin-bottom: 0!important;
}

.row-nice-input textarea {
min-height: 150px;
}
.row-nice-input input {

    height: 60px !important;
}

.row-nice-input select {
    padding: 27px 16px 9px 10px !important;
    height: 60px !important;
    border: 1px solid rgb(206, 208, 212) !important;

    font-weight: 700;

}
.row-nice-input label:not(.radio-label) {
    position: absolute;

    left: 14px;
    top: 17px;

    font-size: 16px;


    color: #333;

    transition: all .2s;
    will-change: translatex, translatey, scale, color;
}

.row-nice-input input:not(:placeholder-shown),
.row-nice-input textarea:not(:placeholder-shown),
.row-nice-input input:focus,
.row-nice-input textarea:focus{
    outline: none;
    box-shadow: none !important;
}
.row-nice-input input:focus,
.row-nice-input textarea:focus {
    border: 1px solid #aaa !important;
}
.row-nice-input select ~ label,
.row-nice-input label ~ label:not(.radio-label),
.row-nice-input input:not(:placeholder-shown) ~ label,
.row-nice-input input:focus ~ label,
.row-nice-input textarea:not(:placeholder-shown) ~ label,
.row-nice-input textarea:focus ~ label {
    color: #777;

    /*font-size: 11px;*/

    transform:  translatey(-12px) scale(0.8) translateX(-13%) ;
}


.row-nice-input .input-files ~ label{
    position: absolute;
    left: 0;
    top: 0;
}

.row-nice-input .radio-label{
    margin-top: 25px;
    display: inline-block;
}
.row-nice-input .radio-label:first-of-type{
    margin-left: 12px;
}



.close-x {

    position: absolute;
    top: 10px;
    right: 5px;

    color: #ffffff;

    /*opacity: .5;*/

    height: 25px;
    width: 25px;

    border: none;
    background: none;
    outline: none;

    z-index: 4;
    transform: rotate(45deg);
    cursor: pointer;
}

.close-x:focus {
    outline: none;
background: transparent;
}

.close-x:before,
.close-x:after {

    position: absolute;

    top: 50%;
    left: 0;

    display: block;
    content: "";

    height: 2px;
    width: 100%;

    background: #fff;
}

.close-x:before {
}

.close-x:after {
    transform: rotate(-90deg);
}

.close-x:hover {
    opacity: 1;
}

.close-x.close-x-black:before,
.close-x.close-x-black:after {

    background: #000;
}