/*
Theme Name:   Default
Theme URI:    https://wpking.ru
Author:       WPKing
Author URI:   https://wpking.ru
Version:      100.0.0
Text Domain:  default
*/


* {
margin: 0px;
padding: 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: normal;
}

a {
text-decoration: none;
color: #444;
}

img {
vertical-align: middle;
}

body {
font-size: 14px;
line-height: 1.5;
font-weight: normal;
font-family: 'San Francisco', sans-serif;
color: #444;
}

button,
input,
optgroup,
select,
textarea {
margin: 0;
outline: none;
font: inherit;
line-height: inherit;
}

.container {
max-width: 1250px;
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}

.row {
margin-left: -15px;
margin-right: -15px;
}

.row_5 {
margin-left: -5px;
margin-right: -5px;
}

.row_10 {
margin-left: -10px;
margin-right: -10px;
}

.container:before,
.container:after,
.row:before,
.row:after,
.row_5:before,
.row_5:after,
.row_10:before,
.row_10:after {
content: " ";
display: table;
clear: both;
}

.clr {
clear: both;
}

.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
height: auto;
max-width: 100%;
}

.alignleft {
float: left;
margin-right: 15px;
margin-bottom: 10px;
}

.alignright {
float: right;
margin-left: 15px;
margin-bottom: 10px;
}
