/*
Theme Name: Tmcleaning
Author:Webnord
Version:1.0
*/

/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: 'HelveticaNeueCyr', sans-serif;
	font-weight:400;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    overflow-y: scroll;
}

body {
    word-wrap: break-word;
    -ms-word-wrap: break-word;
	background-color:#fff;
	width:100%;
	direction: ltr;
}

input, button, textarea {
	outline:none;
}

img {
	display: block;
}

a {
	transition:0.2s;
	text-decoration:none;
}

.compensate-for-scrollbar {
	margin-right:0!important;
}

div.wpcf7 .ajax-loader, span.wpcf7-not-valid-tip, div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ok, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
	display:none!important;
}

.wpcf7-not-valid {
	border-color:#ff0000!important;
}