.grey {
    color: #C3C1C2;
}

.greydark {
    color: #9e9e9e;
}

.black {
    color: #1d1d1b;
}

.red {
    color: #e30613;
}

.white {
    color: white;
}

.bred {
    border: 1px solid #e30613;
}

.bblack {
    border: 1px solid #1d1d1b;
}

.bblue {
    border: 1px solid blue;
}

.hover-red:hover {
    color: #e30613;
}

.link_btn {
    background-color: transparent;
    border: none;
    color: black;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.link_btn:hover {
    color: #e30613;
    background-color: transparent;
    border: none;
}

.float-right {
    display: inline-block;
    float: right;
}

.block {
    display: block;
}

.ib {
    display: inline-block;
}

.btn--white {
    background-color: white;
    display: inline-block;
    color: #e30613;
    padding: 3px 20px;
    font-weight: bold;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btn--black {
    background-color: white;
    display: inline-block;
    color: #1d1d1b;
    padding: 5px 40px;
    font-weight: normal;
    border: 1px solid #1d1d1b;
    text-transform: uppercase;
    font-size: 18px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.btn--black:hover {
    background-color: #1d1d1b;
    color: white;
    border: 1px solid #1d1d1b;
}

.btn--red {
    background-color: white;
    display: inline-block;
    color: #e30613;
    padding: 5px 40px;
    font-weight: normal;
    border: 1px solid #e30613;
    text-transform: uppercase;
    font-size: 18px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btn--red:hover {
    background-color: #e30613;
    color: white;
}

.btn--red-plain {
    background-color: #e30613;
    display: inline-block;
    color: white;
    padding: 5px 40px;
    font-weight: normal;
    border: 1px solid #e30613;
    text-transform: uppercase;
    font-size: 18px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btn--red-plain:hover {
    background-color: white;
    color: #e30613;
}

.btn--red-plain[disabled] {
    background-color: #EBA2A7;
    border: 1px solid #EBA2A7;
}

.btn--red-plain[disabled]:hover {
    background-color: #EBA2A7;
    border: 1px solid #EBA2A7;
    color: white;
}

.btn--black-plain {
    background-color: #1d1d1b;
    display: inline-block;
    color: white;
    padding: 5px 40px;
    font-weight: normal;
    border: 1px solid #1d1d1b;
    text-transform: uppercase;
    font-size: 18px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btn--black-plain:hover {
    background-color: white;
    color: #1d1d1b;
}

.btn--black[disabled], .btn--white[disabled], .btn--black[disabled]:hover, .btn--white[disabled]:hover {
    border-color: #C3C1C2;
    color: #C3C1C2;
    background-color: white;
    cursor: normal;
}

.ib {
    display: inline-block;
}

.underline {
    text-decoration: underline;
}

a.underline:hover {
    text-decoration: none;
}

.t-center {
    text-align: center;
}

.short-div {
    height: 50px;
    height: inherit;
}

.long-div {
    height: 100px;
    height: inherit;
}

.short-div img, .long-div img {
    width: 100%;
}

.w50 {
    width: 50%;
}

.w100 {
    width: 100%;
}

.nopad {
    padding: 0;
}

.nomarg {
    margin-left: 0;
    margin-right: 0;
}

.pad0 {
    padding: 0;
}

.padt10 {
    padding-top: 10px;
}

.pad10 {
    padding: 10px;
}

.pad15 {
    padding: 15px;
}

.mgb0 {
    margin-bottom: 0px;
}

.mgb5 {
    margin-bottom: 5px;
}

.mgb10 {
    margin-bottom: 10px;
}

.mgb20 {
    margin-bottom: 20px;
}

.mgb30 {
    margin-bottom: 30px;
}

.mgb40 {
    margin-bottom: 40px;
}

.mgl10 {
    margin-left: 10px;
}

.mgl15 {
    margin-left: 15px;
}
.mgl20 {
    margin-left: 20px;
}

.mgl30 {
    margin-left: 30px;
}

.mgl40 {
    margin-left: 40px;
}

.mgt10 {
    margin-top: 10px;
}

.mgt15 {
    margin-top: 15px;
}

.mgt20 {
    margin-top: 20px;
}

.mgt30 {
    margin-top: 30px;
}

.mgt40 {
    margin-top: 40px;
}

.mgr15 {
    margin-right: 15px;
}
.border0 {
    border: 0;
}

.transition {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.row-eq-height {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.abs-bottom {
    position: absolute;
    bottom: 0;
}


/*footer #social_block {
    position: absolute;
    bottom: 0;
}*/

.flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.flex-center {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-align: center;
 -webkit-box-align: center;
 -webkit-align-items: center;
    -moz-box-align: center;
         align-items: center;
}

.flex-column {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.flex-between {
    -ms-flex-pack: justify;
 -webkit-box-pack: justify;
 -webkit-justify-content: space-between;
    -moz-box-pack: justify;
         justify-content: space-between;
}

.flex-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
}

.flex-start {
    -ms-flex-pack: start;
 -webkit-box-pack: start;
 -webkit-justify-content: flex-start;
    -moz-box-pack: start;
         justify-content: flex-start;
}

.flex-end {
    -ms-flex-pack: end;
 -webkit-box-pack: end;
 -webkit-justify-content: flex-end;
    -moz-box-pack: end;
         justify-content: flex-end;
}

.flex-justify-center {
    -ms-flex-pack: center;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
    -moz-box-pack: center;
         justify-content: center;
}

.flex-grow-2 {
    -ms-flex-positive: 2;
 -webkit-box-flex: 2;
 -webkit-flex-grow: 2;
    -moz-box-flex: 2;
         flex-grow: 2;
}

.flex-order-1 {
    -ms-flex-order: 1;
 -webkit-box-ordinal-group: 2;
 -webkit-order: 1;
    -moz-box-ordinal-group: 2;
         order: 1;
}

.flex-order-2 {
    -ms-flex-order: 2;
 -webkit-box-ordinal-group: 3;
 -webkit-order: 2;
    -moz-box-ordinal-group: 3;
         order: 2;
}

.flex-order-3 {
    -ms-flex-order: 3;
 -webkit-box-ordinal-group: 4;
 -webkit-order: 3;
    -moz-box-ordinal-group: 4;
         order: 3;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
}

.h1, h1 {
    border: 0;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 300;
}

.ico-btn, .ico-btn:hover {
    border: none;
    background: transparent;
}

.f300 {
    font-weight: 300;
}

.italic {
    font-style: italic;
}

.relative {
    position: relative;
}
.newsletter__success {
    color: #086E24;
    font-weight: bold;
}
.newsletter__error {
    font-weight: bold;
}