@media only screen and (max-width: 800px) {
    #t_contact {
        background-color: #ff235a
    }
}
@media only screen and (max-width: 1120px) {
    .closesn,
    .sn-line,
    .closeper,
    .top-line {
        background-color: transparent
    }
}
#top {
    background: linear-gradient(to left, #f62358 50%, #494848 50%)
}
.closesn,
.sn-line {
    background-color: #ff235a
}
.closeper,
.top-line {
    background-color: #494848
}
#contact input:focus {
    border: 1px solid #ff235a
}
#message a {
    color: #f62358
}
.backdays,
.backhrs,
.backmin,
.backsec {
    border-top: 1px dotted #ff235b;
    border-bottom: 1px dotted #ff235b
}
.numbers {
    color: rgba(244, 34, 87, 0.8)
}
.hover {
    background-color: #f62358;
    color: white
}
.m-info-win:before .menu .m-info ul li:nth-child(4):hover:before,
#contact button:hover {
    background: rgba(244, 34, 87, 0.8)
}
.photos .a-hover {
    background: #a62847;
}
.skills-line li {
    background: #a62847
}
.skills-line a {
    color: white
}
#form input,
#form textarea {
    border-bottom: 1px solid #f62358
}
.t-image {
    border-bottom: 1px dotted #f62358;
    padding-bottom: 25px
}
