*{
    padding: 0;
    margin: 0;
    font-family: 'Montserrat';
    font-style: normal;
    box-sizing:border-box;

}
.container{
    width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
}
p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #747474;
    padding-top: 15px;
}
.modal_active{
    margin: 0; height: 100%; overflow: hidden;

}

input:focus,
select:focus,
textarea:focus,
button:focus,
.texteditor:focus {
    outline: none !important;
}