@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,cyrillic);

*, *:before, *:after {
    box-sizing: border-box;
}

body {
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0;
}


.header,
.main,
.footer {
    margin: 0 auto;
    padding: 0 5px;
    width: 900px;
}

.header:before,
.main:before,
.footer:before  {
    content: ' ';
    display: table;
}

.header:after,
.main:after,
.footer:after  {
    clear: both;
    content: ' ';
    display: table;
}


.header-title {
    border-bottom: 2px solid;
    color: #099b46;
    font-size: 4em;
    font-weight: 300;
    line-height: 1;
    margin: 20px 0 0;
    padding-bottom: 5px;
}

.header-sub-title {
    background-color: #f0f0f0;
    color: #09cd51;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 5px;
}

.header-list {
    color: #979797;
    font-size: 12px;
    line-height: 1;
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
}

.header-list__point {
    display: inline;
}

.header-list__point:after {
    content: ",";
}

.header-list__point:last-child:after {
    content: ".";
}


.footer-section {
    border-top: 2px solid #099b46;
    display: block;
    line-height: 1;
    margin-top: 40px;
    margin-bottom: 5px;
    padding-top: 5px;
}

.footer-section:before  {
    content: ' ';
    display: table;
}

.footer-section:after  {
    clear: both;
    content: ' ';
    display: table;
}

.footer-text {
    color: #099b46;
    display: block;
}

.footer-text.is-left {
    float: left;
}

.footer-text.is-right {
    float: right;
}

.footer-text__link {
    color: #09cd51;
    font-weight: 700;
}


.section {}

.section-title {
    color: #099b46;
    font-size: 1.25em;
    line-height: 1;
    margin: 40px 0 0;
    text-transform: uppercase;
}

.section-group {
    background-color: #f0f0f0;
    margin-top: 20px;
    padding: 20px 5px;
}

.section-group__title {
    font-size: 1em;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

.original-select,
.plugin-select {
    margin-top: 20px;
    padding-right: 100px;
    position: relative;
}

.select-type {
    display: block;
    color: #09cd51;
    font-size: 10px;
    line-height: 1;
    position: absolute;
    right: 0;
}

.original-select .select-type {
    top: 6px;
}

.plugin-select .select-type {
    top: 35px;
}
