html, body {
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smooting: grayscale;
}

*:hover, *:after, *:before, a, li, p, h1, h2, h3, h4, h5, h6, input, button, label {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: "vag-rundschrift-d", sans-serif;
    font-weight: 300;
}

h1 {
    font-size: 50px;
    color: #2da449;
    margin-bottom: 22px;
    line-height: 1;
}

h2 {
    font-size: 30px;
    color: #2da449;
    margin-bottom: 22px;
    line-height: 34px;
}

h3 {
    font-size: 25px;
    color: #2da449;
    margin-bottom: 22px;
    line-height: 28px;
}

h4 {
    font-size: 18px;
    color: #2da449;
    margin-bottom: 16px;
    line-height: 20px;
}

h5 {
    font-size: 16px;
    color: #2da449;
    line-height: 18px;
    margin-bottom: 14px;
}

h6 {
    font-size: 14px;
    color: #252625;
    line-height:24px;
    margin-bottom: 10px;
}

p {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin: 0 0 17px 0;
}

b {
    font-weight: bold;
}

a {
    font-size: 16px;
    font-weight: normal;
    color: #2da449;
    text-decoration: none;
}
p a {
    color: #2da449;
}

p a:hover {
    color: #666666;
    text-decoration: underline;
}

ul li p a {
    color: #2da449;
}

ul li p a:hover {
    color: #666666;
}

a:hover {
    color: #666666;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}
ul, ol {
    padding-left: 20px;
}

ol li, ul li {
    font-size: 16px;
    font-weight: 300;
    color: #666666;
    margin: 14px 0;
}

ul li {
    list-style: none;
}

ul li:before {
    list-style: none;
    content: '\2022';
    color: #2da449;
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -18px;
    top: -4px;
    font-size: 20px;
}

ol li a, ul li a {
    color: #2da449;
    display: block;
}

ol li a:hover, ul li a:hover {
    color: #666666;
    display: block;
    font-weight: normal;
}

.horizontal ul {
    margin: 0;
}
.horizontal ul li {
    list-style: none;
    display: inline-block;
    padding: 10px;
}

.horizontal ul li:before {
    content: '';
}

.vertical ul li {
    list-style: none;
    display: block;
    padding: 10px;
}

.vertical ul li:before {
    content: '';
}

table tr th {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

table tr td {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    color: #666666;
    padding: 11px;
    font-family: "Roboto", sans-serif;
}

.csc-mailform-field {
    margin-bottom: 20px;
    position: relative;
}

.test-content-page  form {
    max-width: 1140px;
    margin: auto;
}

label {
    font-size: 16px;
    font-weight: normal;
    color: #797979;
    display: block;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
}

label:hover {
    color: #2da449;
}

label.error {
    font-size: 12px;
    position: absolute;
    bottom: -25px;
    right: 13px;
    color: red;

}

input {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    padding-left: 12px;
    font-size: 16px;
    color: #666;
}

input[type="text"], input[type="password"], [type="email"] {
    height: 44px;
    font-size: 16px;
    border: 1px solid #B3B3B4;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 44px;
}

[type="radio"] + label {
    background: url('img/radio-btn.svg') no-repeat left 3px;
    padding: 3px 25px;
    font-size: 14px;
    color: #464448;
}

[type="radio"]:checked + label {
    background: url('img/radio-btn-check.svg') no-repeat left 3px;
    padding: 3px 25px;
}

input[type='radio']:hover {
    /*box-shadow:0 0 5px 0px orange inset;*/
}

[type="radio"] {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;

}
legend {
    display: none;
}

input[type='submit'] {
    width: 149px;
    height: 46px;
    background: #E34F25;
    color: #FFFFFF;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    font-weight: 300;
    line-height: 46px;
    cursor: pointer;
    border-radius: 2px;
}

input[type='submit']:hover {
    background: #494949;
    color: #ffffff;
}

input[type='file'] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-appearance: none;
    -moz-appearance: none;
}

.file-upload label {
    width: 100px;
    height: 25px;
    background: #E34F25;
    color: #ffffff;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 17px;
    height: 17px;
    border: 1px solid #2E2C2C;
    background: #ffffff;
    border-radius: 3px;
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 1px;
    left: 4px;
    font-size: 20px;
    color: #1DBF37;
    transition: all .2s;
}

[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

textarea {
    min-height: 100px;
    width: 100%;
    font-size: 16px;
    border: 1px solid #B3B3B4;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-left: 12px;
    padding-top: 12px;
    resize: vertical;
    
}

::-webkit-input-placeholder {
    color: #AFAEAE;
    font-size: 14px;
}

:-moz-placeholder { /* Firefox 18- */
    color: #AFAEAE;
    font-size: 14px;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #AFAEAE;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #AFAEAE;
    font-size: 14px;
}

/* --------------- SELECT BOX --------------*/

.select2-container, .select2-container .select2-choice {
    width: 100%;
    min-width: 100px;
}
.select2-container a {
    font-size: 14px;
    font-weight: normal;
}

.select2-container .select2-choice {
    height: 44px;
    line-height: 44px;
    padding: 0 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #AEAEAE;
    border: 1px solid #B3B3B4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.select2-container .select2-choice, .select2-dropdown-open .select2-choice {
    /*border: none;*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #FFFFFF;
    background-image: none;
    /*max-width: 364px;*/
}

.select2-container, .select2-container .select2-choice:focus, .select2-dropdown-open .select2-choice:focus, .select2-container-active .select2-choice {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.select2-drop, .select2-drop-active {
    border: none;
    border-top: none;
}

.select2-container .select2-choice .select2-arrow {

    /*height: 100%;*/
    text-align: center;
    background: url('img/icons-normal-state.svg') no-repeat -243px -27px;
    width: 15px;
    height: 9px;
    border: none;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -4px ;
}

.select2-results .select2-highlighted {
    background: #2da449;
    color: #fff;
}

ul.select2-results {
    padding-left: 0;
    margin: 0;
    background: #FFFFFF;
    border: 1px solid #B3B3B4;
}

ul.select2-results li {
    list-style: none;
    padding-left: 10px;
    height: 44px;
    line-height: 44px;
    margin:0;
}

ul.select2-results li:before {
    display: none;
}

.select2-results .select2-result-label {
    padding: 0;
}

.divider {margin: 40px 0;}


