@import url(icons.css);

label.required:after {
    color: inherit;
}

body,
html {
    font: 17px/1.5 sans-serif;
    position: relative;
    color: #333333;
    background-color: white;
}

::selection {
    color: #fff;
    text-shadow: none;
    background: #147391;
}

/******************************************
	WEBFONTS
__________________________________________
******************************************/
/*
@font-face {
    font-family: 'SiemensSerifSemibold';
    src: url("../fonts/siemensserif-semibold-webfont.eot");
    src: url("../fonts/siemensserif-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/siemensserif-semibold-webfont.woff") format("woff"), url("../fonts/siemensserif-semibold-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SiemensSans';
    src: url("../fonts/siemenssans-roman-webfont.eot");
    src: url("../fonts/siemenssans-roman-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/siemenssans-roman-webfont.woff") format("woff"), url("../fonts/siemenssans-roman-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SiemensSans';
    src: url("../fonts/siemenssans-bold-webfont.eot");
    src: url("../fonts/siemenssans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/siemenssans-bold-webfont.woff") format("woff"), url("../fonts/siemenssans-bold-webfont.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
*/

@font-face {
    font-family: 'NeffSansLight';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/NeffSansDisplay-Light.eot");
    src: url("../fonts/NeffSansDisplay-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NeffSansDisplay-Light.woff") format("woff"), url("../fonts/NeffSansDisplay-Light.ttf") format("truetype"), url("../fonts/NeffSansDisplay-Light.svg#icons") format("svg")
}

/*@font-face {
    font-family:'Neff Sans Light';
    src: url('../fonts/Neff Sans Light Regular.eot');
    src: url('../fonts/Neff Sans Light Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Neff Sans Light Regular.woff2') format('woff2'),
    url('../fonts/Neff Sans Light Regular.woff') format('woff'),
    url('../fonts/Neff Sans Light Regular.svg#Neff Sans Light Regular') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}*/

@font-face {
    font-family: 'Neff Sans';
    src: url('../fonts/Neff Sans Regular.eot');
    src: url('../fonts/Neff Sans Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Neff Sans Regular.woff2') format('woff2'),
        url('../fonts/Neff Sans Regular.woff') format('woff'),
        url('../fonts/Neff Sans Regular.svg#Neff Sans Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: 'Windsor DemBd';
    src: url('../fonts/Windsor DemBd Regular.eot');
    src: url('../fonts/Windsor DemBd Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Windsor DemBd Regular.woff2') format('woff2'),
        url('../fonts/Windsor DemBd Regular.woff') format('woff'),
        url('../fonts/Windsor DemBd Regular.svg#Windsor DemBd Regular') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: 'icons';
    src: url("../fonts/icons-n.woff2?58175806265b9899375cd5114d2084e3") format("woff2"),
        url("../fonts/icons-n.woff?58175806265b9899375cd5114d2084e3") format("woff"),
        url("../fonts/icons-n.ttf?58175806265b9899375cd5114d2084e3") format("truetype"),
        url("../fonts/icons-n.svg?58175806265b9899375cd5114d2084e3#icons") format("svg")
}

@font-face {
    font-family: 'icons2';
    src: url("../fonts/icons2.woff2") format("woff2"),
        url("../fonts/icons2.woff") format("woff"),
        url("../fonts/icons2.ttf") format("truetype"),
        url("../fonts/icons2.svg?0d5e0044c99c17d25ea59fb900ccaecd#icons") format("svg")
}

/************
	FONTS
	******************/
body {
    font-family: 'Neff Sans', sans-serif;
    /*background: url(../images/texture_stone_off-white.jpg);
    background-repeat: repeat;
    background-position: top left;*/
    background: #ECECED;
    font-size: 16px;
}

.container {
    width: 1390px;
    max-width: 100%;
}

h1,
h2,
h3,
h4 {
    font-family: 'NeffSansLight', sans-serif;
    font-size: 1.25rem;
    line-height: 1;
    font-weight: normal;
    color: #323232;
    margin: 0;
    text-transform: uppercase;
}

a:hover {
    color: #f90843;
}

h1 {
    font-size: 35px;
    letter-spacing: 0;
    line-height: 40px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-family: 'Neff Sans', sans-serif;
}

h3.ribbonmobile {
    font-size: 1.0625rem;
    margin-bottom: 2.5rem;
}

h1.ribbonmobile {
    padding: 0 15px;
}

header {
    padding: 25px 0;
    margin-bottom: 40px;
    background: url(../images/background-main.jpg) #232323 repeat-y 50% 0;
}

.logo-block img {
    width: 180px;
}

#wrapper {
    min-height: calc(100vh - 120px);
}

footer {
    background: #2b2b2b;
}

.footer-social {
    text-align: center;
    padding-bottom: 37px;
    padding-top: 8px;
}

.footer-social a {
    margin-right: 20px;
}

.footer-social a:last-child {
    margin-right: 0;
}

.footer-social a i {
    font-size: 50px;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer-social a:hover i {
    color: #f90843;
}

.footer-links {
    text-align: center;
    border-top: 4px solid #fff;
    padding: 37px 0 39px;
}

.footer-links a {
    font-family: 'Neff Sans', sans-serif;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding: 0 6px;
}

.footer-links a:hover,
.footer-links a:focus {
    text-decoration: none;
    font-size: 12px;
}

label {
    font-family: 'Neff Sans', sans-serif;
    vertical-align: top;
    padding-top: 0.5625rem;
    /*font-size: 0.875rem;*/
    font-size: 14px;
    line-height: 1.0625rem;
    color: #323232;
    font-weight: normal;
}

.form-control {
    position: relative;
    z-index: 1;
    box-shadow: none;
    /*padding: 0.5625rem 0.625rem;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Neff Sans', sans-serif;
    line-height: normal;
    border-radius: 0;
    color: #2b2b2b;

    border: 1px solid #c6c7c8;
    background: #fff;
    font-size: 14px;
    height: 40px;
    margin: 0 0 15px;

}

.form-control:hover,
.form-control:focus {
    border-color: #525053 !important;
    box-shadow: none !important;
}

.form-group {
    margin-bottom: 1.5625rem;
}

a {
    color: #b10035;
}

small,
p,
.top-text {
    font-size: 14px;
}

.top-text {
    margin: 10px 0;
}

.top-text p {
    margin: 0;
}

.summary-wrapper td {
    position: relative;
    overflow: hidden;
    padding: 16px 0;
    font-weight: bold;
    color: #333333;
}

.summary-wrapper tbody tr {
    border-top: 1px solid #dfe6ed;
}

.summary-wrapper tbody tr:first-child {
    border: none;
}

.summary-wrapper td:first-child {
    border-left: 0;
    text-align: left;
    font-weight: normal;
    color: #738796;
    padding-right: 10px;
    word-break: normal;
}

#wrapper {
    /*background: -webkit-linear-gradient(left, white 0%, #ebf0f5 50%, white 100%);
    background: linear-gradient(to right, #ffffff 0%, #ebf0f5 50%, #ffffff 100%);*/
    /*padding: 35px 0 16px;*/
    /*margin-right: 2.35943775%;
    margin-left: 2.35943775%;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 16px;
}

.radio1 label {
    padding: 9px 0 0.6875rem 1.5rem;
    margin-bottom: 5px;
    vertical-align: middle;
    /*font-size: 0.875rem;*/
    font-size: 14px;
    line-height: 1.0625rem;
    font-weight: normal;
    color: #333333;
    position: relative;
}

.checkbox1 label {
    padding: 0 0 0 3.25rem;
    margin-bottom: 5px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.0625rem;
    font-weight: normal;
    color: #333333;
    position: relative;
}

.checkbox1 label span {
    color: #b10035;
}


.radio1 {
    margin-right: 3%;
}

.checkbox1 {
    margin-right: 1%;
}

.radio-h label,
.radio-h {
    display: inline-block;
    white-space: nowrap;
}

.checkbox1.radio-h label {
    padding-left: 40px !important;
}

.checkbox1.radio-h label,
.checkbox1.radio-h {
    display: inline-block;
    white-space: normal;
}

.radio-v label,
.radio-v {
    display: block;
}

.radio1 input[type="radio"],
.radio1 input[type="checkbox"] {
    height: 1px;
    width: 1px;
    position: absolute;
    z-index: -1;
    left: 5px;
    top: 5px;
}

.checkbox1 input[type="radio"],
.checkbox1 input[type="checkbox"] {
    height: 1px;
    width: 1px;
    position: absolute;
    z-index: -1;
    left: 5px;
    top: 5px;
}

/*.radio1 label::before {
    box-sizing: content-box;
    content: ' ';
    border-radius: 50%;
    top: 12px;
    left: 0;
    height: 15px;
    width: 15px;
    position: absolute;
    display: block;
    !* background-color: #fff; *!
    border: 1px solid #707173;
}*/

.radio1 label::before {
    box-sizing: content-box;
    content: ' ';
    border-radius: 50%;
    top: 7px;
    left: 0;
    height: 20px;
    width: 20px;
    position: absolute;
    display: block;
    background-color: #fff;
    border: 1px solid #b10035;
}

/*.checkbox1 label::before {
     content: '\e05b';
     font-family: 'icons';
     font-size: 20px;
     color: #707173;
     top: 0;
     left: 0;
     !* height: 2.1875rem;
      width: 2.1875rem;*!
     position: absolute;
     display: block;
     !*background-color: #fff;*!
     !*border: 1px solid #b4022e;*!
 }*/

.checkbox1 label::before {
    background: #fff;
    border: 1px solid #b10035;
    content: '';
    display: inline-block;
    left: 0;
    top: -2px;
    position: absolute;
    vertical-align: bottom;

    height: 28px;
    outline: none;
    -webkit-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    width: 28px;
}

/*.radio1 input[type="radio"]:checked + label:after {
    content: ' ';
    position: absolute;
    top: 17px;
    left: 5px;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    border: none;
    background: #707173;
}*/

.radio1 input[type="radio"]:checked+label:after {
    content: ' ';
    position: absolute;
    top: 14px;
    left: 7px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    border: none;
    background: #b10035;
}

/*.checkbox1 input[type="checkbox"]:checked + label:after {
    content: '\e024';
    font-family: 'icons';
    position: absolute;
    top: -2px;
    left: 6px;
    color: #707173;
}*/

.checkbox1 input[type="checkbox"]:checked+label:before {
    content: '\e029';
    font-family: 'icons2';
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-color: #b10035;
    color: #b10035;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*.checkbox1 input[type="checkbox"]:checked + label:after,
.checkbox1 input[type="radio"]:checked + label:after {
    content: ' ';
    position: absolute;
    top: 0.6875rem;
    left: 0.6875rem;
    height: 0.875rem;
    width: 0.875rem;
    border: none;
    background: #b4022e;
}*/

.btn-custom,
.btn-custom:focus {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: url("../images/button-primary-low.svg");
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    border-radius: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*font-size: 0.875rem;*/
    font-family: 'Neff Sans', sans-serif;
    /*line-height: 1.125rem;*/
    line-height: 22px;
    /*font-weight: bold;*/
    color: #fff;
    border: none;
    cursor: pointer;
    outline: none;

    height: 53px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
}

.btn-custom:hover {
    color: #fff;
    background: url("../images/button-primary-high.svg");
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    color: #fff;
    outline: none;
}

a:hover,
a:focus {
    color: #f90843;
    text-decoration: none;
}

.step-wrapper .row {
    margin-right: -15px;
    margin-left: -15px;
}

textarea.form-control {
    color: #2b2b2b;
    border: 1px solid #c6c7c8;
    background: #fff;
    font-size: 14px;
    height: 100px;
    margin: 0 0 15px;
    width: 100%;
}

select.form-control {
    border: none;
}

.select-wrap {
    position: relative;
    /*background: #fbf7f3;*/
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
}

.select-wrap:after {
    content: '\e006';
    font-family: 'icons';
    color: #b10035;
    position: absolute;
    right: 30px;
    top: 50%;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.select-active:after {
    -webkit-transform: translateY(-50%) rotateX(180deg);
    -moz-transform: translateY(-50%) rotateX(180deg);
    -ms-transform: translateY(-50%) rotateX(180deg);
    -o-transform: translateY(-50%) rotateX(180deg);
    transform: translateY(-50%) rotateX(180deg);
}

.image-header {
    margin-bottom: 25px;
}

.image-header img {
    width: 100%;
}

.login-part {
    border-right: 1px solid #147391;
}

h2,
h3 {
    margin-bottom: 13px;
}

.modal-footer {
    display: flex;
    justify-content: space-between;
}

.modal-footer::after,
.modal-footer::before {
    display: none;
}

@media screen and (max-width: 1050px) {
    .login-part {
        border-bottom: 1px solid #147391;
    }
}