/* GENERAL */

#topbarall {
    background-color: #0975bc;
    min-height: 30px;
    z-index: 999;
    position: fixed;
    width: 100%;
    top: 0;
}
#topbarall a {
    font-size:16px;
    display: block;
    padding: 5px 10px;
    text-align: center;
    color:white;
}

#topbarall-mock {
    margin-top:30px;
}

a, a:hover, a:active {
    color: #949494;
    text-decoration: none;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    color: #676565;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

input[type="checkbox"] {
    box-shadow: none !important;
    outline: none !important;
    cursor: pointer;
}

html {
    height: 100%;
}

ul {
    list-style: none;
    font-size: 1rem;
    padding-left: 0;
}

.email-contact:before {
    content: 'kontakt@badaniahr.pl';
}

.requestoffer > .message {
    color: #155724;
    background-color: #d4edda;
    padding: .75rem 1.25rem;
    border: 1px solid #c3e6cb;
    border-radius: .25rem;
    text-align:center;
    position:fixed;
    width:100%;
    top:0;
    left:0;
}

/* */
footer {
    background-color: #b4a9a4;
    color: #ffffff;
}

footer .company-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
    flex-wrap: wrap;
    padding: 30px 0px;
    border-bottom: 2px solid #D2CECB;
}

footer .company-info > div:first-of-type {
    padding-right: 30px;
}

footer .company-info p {
    margin-bottom: 5px;
    font-size: 0.9rem;
    font-weight: 600;
}

footer .company-info p:first-of-type {
    font-size: 0.9rem;
    font-weight: 700;
}

footer .company-info p:first-of-type > * {
    font-weight: 700;
}

footer ul.other-sides {
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0px;
}

footer ul.other-sides li {
    padding: 5px 15px;
}

footer ul.other-sides li a {
    color: #ffffff;
    font-size: 1rem;
}

header {
    background: transparent;
    height: 70px;
}

header > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 70px;
    position: relative;
}

header .logo {
    font-size: 25px;
    margin-bottom: 0px;
    width: 176px;
    height: 30px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background: transparent url('/files/images/layout-2018/logo.png') no-repeat center;
    border: 0;
    margin-right: 100px;
    flex-shrink: 0;
}

header .logo a {
    display: block;
    height: 100%;
}

header nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0px;
}

header nav ul li {
    padding: 5px 15px;
}

header nav ul li a {
    font-weight: 600;
    font-size: 0.95rem;
}

header + .content {
    margin-top: -70px;
    flex:1;
}

@media (max-width: 1199px) {
    header nav ul li {
        flex-basis: 0;
    }
}

@media (max-width: 991px) {
    header > .container {
        display: flex;
    }

    header nav ul {
        display: none;
    }
}

#toggle {
    display: none;
    width: 28px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top:4px;
}

#toggle span:after,
#toggle span:before {
    content: "";
    position: absolute;
    left: 0;
}

#toggle span:before {
    top: 9px;
}

#toggle span:after {
    top: 18px;
}

#toggle span {
    position: relative;
    display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
    width: 100%;
    height: 5px;
    background-color: #888;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
}

#toggle.on span {
    background-color: transparent;
}

#toggle.on span:before {
    transform: rotate(45deg) translate(-1px, 0px);
}

#toggle.on span:after {
    transform: rotate(-45deg) translate(7px, -8px);
}

#toggle.on + #menu {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 991px) {
    #toggle {
        display: block;
    }
}

.active-link, .active-hover-link:hover {
    text-decoration: underline !important;
}

.btn, .btn-primary, .btn-primary:hover {
    color: #ffffff !important;
    background: #ff2a34;
    border-radius: 25px;
    padding: 10px 25px;
    border: none;
}

.btn-2 {
    color: #949494 !important;
    background: #eae5e0;
}

.register .errors {
    margin-bottom:0;
}

.register .errors li {
    color: #ff2a34;
    font-size:0.8rem;
    font-style:italic;
}

.contact-footer {
    position: fixed;
    box-shadow: -6px 4px 35px rgba(35, 31, 32, 0.15);
    background: #ffffff;
    padding: 20px;
    width: 100%;
    bottom: 0px;
    z-index: 10;
    left: 0px;
    display: none;
    align-items: center;
    justify-content: center;
}

.contact-footer p {
    margin-bottom: 0px;
}

.contact-footer p:first-of-type {
    margin-right: 40px;
}

.contact-footer .label {
    font-weight: bold;
    font-size: 0.95rem;
}

.contact-footer .phone {
    font-size: 0.95rem;
    font-weight: bold;
    color: #ff2a34;
    margin-right: 10px;
}

.contact-footer .contact-form {
    font-size: 0.95rem;
    font-weight: bold;
    color: #ff2a34;
    margin-top: 10px;
    margin-left: 10px;
}

.hidden {
    display: none;
}

.js-commitment {
    display: none;
}

.topbar {
    display: flex;
    padding: 8px 0;
    flex-shrink: 0;
    background-color: #eae5e0;
}

.topbar > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.8rem;
    font-weight: 700;
}

.topbar > .container .sedlak-logo {
    font: 0/0 a;
    width: 134px;
    color: transparent;
    text-shadow: none;
    background: #eae5e0 url('/files/images/layout-2018/sedlak.png') no-repeat;
    position: relative;
}

.topbar > .container .sedlak-logo a {
    display: block;
    height: 19px;
}

.topbar > .container .sedlak-logo + div {
    display: flex;
    align-items: center;
}

.topbar > .container .sedlak-logo + div .active {
    color: #ff2a34;
}

.topbar > .container > div > div {
    margin: 0 0.7rem;
}

.topbar > .container > div > div:last-of-type {
    margin-right: 0;
    height:100%;
}

.topbar > .container > div > div .divider {
    margin: 0px 7px;
    font-size: 90%;
}

.topbar > .container > div > div.user-zone a {
    display: flex;
    align-items: center;
}

.topbar > .container > div > div.user-zone a i {
    margin-left: 10px;
    color: #B1A89D;
}

.small-sedlak {
    font-size: 75%;
}


/* PAGES */
section h1, section h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ff2a34;
}

.ad-opinion {
    background-color: #EBEAE5;
    padding: 25px 0px;
}

.ad-opinion .container > div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
}

.ad-opinion .container > div img {
    max-height: 130px;
    max-width: 230px;
}

.ad-opinion .container > div p {
    max-width: 470px;
    font-size: 1.1rem;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 0px;
    margin-left: 50px;
}

.banner-top {
    flex-shrink: 0;
    background-size: cover;
    display: flex;
    align-items: center;
}

.banner-top h1 {
    color: #ff2a34;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 25px;
    line-height: 1;
}

.banner-top p {
    line-height: 1.7;
    font-size: 1rem;
}

.banner-top.home {
    height: 435px;
    background: url("/files/images/layout-2018/banner/top-home.png") no-repeat center;
}

.banner-top .dual-box {
    display: flex;
    justify-content: space-between;
}

.banner-top .dual-box .promo {
    margin-left: 50px;
    background: rgba(255,255,255,0.5);
    padding: 25px 25px;
}

.banner-top .dual-box .promo > .head {
    color: #ff2a34;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1;
}

.banner-top .dual-box .promo > .desc {
    font-size: 1.2rem;
    font-weight: bold;
}

.banner-top .dual-box .promo > .list {
    margin-top: 20px;
}

.banner-top .dual-box .promo > .list > a {
    margin-bottom: 15px;
    line-height: 1;
    padding-left: 12px;
    display: block;
}

.banner-top .dual-box .promo > .list > a:first-of-type {
    border-left: 6px solid #ff2a34;
}
.banner-top .dual-box .promo > .list > a:last-of-type {
    border-left: 6px solid #676565;
    margin-bottom: 0;
}

.banner-top .dual-box .promo > .list > a .head {
    color: #ff2a34;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 7px;
}

.banner-top .dual-box .promo > .list > a .desc {
    font-weight: bold;
    color: #676565;
}

@media (max-height: 800px) {
    .banner-top.home {
        height: 320px;
    }
    .banner-top .dual-box {
        margin-top: 25px;
    }
}

.banner-top.home p {
    max-width: 450px;
}

.content > section {
    margin: 30px 0px;
}

.content > section p {
    font-size: 1rem;
}

.step-container {
    margin-top: 40px;
}

@media (max-height: 800px) {
    .step-container.first {
        margin-top: 25px;
    }
}

.step-container .line-block {
    height: 150px;
    position: relative;
    margin-top: 5px;
    margin-bottom: -30px;
}

.step-container .line-block i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #CBCBCB;
    display: none;
    position: absolute;
    transition: background-color 1s ease;
    z-index: -1;
}

.step-container .line-block i.active {
    background: #ff2a34;
}

.step-container .step > .label {
    display: flex;
    justify-content: center;
    position: relative;
}

.step-container .title {
    padding-left: 25px;
    position: relative;
    line-height: 1;
    font-size: 1.1rem;
    color: #d4d0cd;
    font-weight: 600;
    transition: color 0.5s ease;
}

.step-container .title:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #d4d0cd;
    position: absolute;
    left: 0px;
    top: calc(50% - 7.5px);
    transition: background-color 0.5s ease;
}

.step-container .title.active {
    color: #ff2a34;
}

.step-container .title.active:before {
    background-color: rgba(255, 42, 52, 1);
}

.step-container .step {
    position: relative;
}

.step-container .step > .link {
    position:absolute;
    left:0;
    right:0;
    text-align:center;
    z-index:10;
    bottom: -45px;
}

.step-container .step > .link a {
    padding-right: 35px;
    line-height: 1;
    color: #d4d0cd;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    position:relative;
    transition: color 1s ease;
}

.step-container .step > .link a:hover {
    color: #ff2a34;
}

.step-container .step > .link a:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #d4d0cd;
    right: 0;
    top: 0;
    background-image: repeating-linear-gradient(to bottom, transparent, transparent 10px, #ffffff 10px, #ffffff 14px),
    repeating-linear-gradient(to right, #d4d0cd, #d4d0cd 10px, #ffffff 10px, #ffffff 14px);

}

.step-container .block-container {
    display: flex;
    justify-content: space-between;
}

.step-container .block-container .material-icons {
    font-size: 30px;
}

.step-container .block-container .option {
    padding: 30px 60px;
    margin-right: 4px;
    position: relative;
    text-align: center;
    box-shadow: -6px 4px 35px rgba(35, 31, 32, 0.3);
    cursor: pointer;
}

.step-container .block-container .option:first-of-type{
    margin-left:0;
}

.step-container .block-container .option:last-of-type {
    margin-right:0;
}

.step-container .step-4 .block-container .option {
    box-shadow: none;
    padding: 0px;
}

.step-container .step-4 .block-container .option.nonactive {
    opacity: 0.3;
}

.step-container .step-4 .block-container .option.nonactive .price {
    opacity: 0;
}

.step-container .block-container .option .background:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(204, 179, 170, 0.8);
    z-index: -1;
    transition: background-color 1s ease;
}

.step-container .block-container .option.active .background:before,
.step-container .block-container.hover .option:hover .background:before {
    background-color: rgba(255, 42, 52, 0.8) !important;
}

.step-container .block-container .option > a {
    font-size: 0.8rem;
    color: #ffffff;
    font-weight: bold;
}

.step-container .block-container .option.active > a {
    color: #ffffff;
}

.step-container .block-container .option > i {
    color: #ffffff;
    font-size: 3rem;
    position: relative;
    padding: 20px 15px;
    margin-bottom: 15px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    line-height: 0.7;
    z-index:10;
}

.step-container .block-container .option > p {
    color: #ffffff;
}

.step-container .block-container .option > p:first-of-type {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.step-container .block-container .option > p:last-of-type {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.step-container .block-container .option .background {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: -100;
    background-repeat: no-repeat;
    background-size: cover;
}

.step-container .block-container .option .circle i {
    background-color: #67635f;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0px 3px;
    z-index:10;
}

.step-container .block-container .option .circle i.active {
    background-color: #ffffff;
    z-index:10;
}

.step-container .step-4 .block-container > div > div.price {
    background-color: transparent !important;
    min-height: 110px!important;
}

.step-container .step-4.nonactive .block-container > div > div.price {
    min-height: auto!important;
    padding:0;
}

.step-container .step-4.nonactive .block-container > div > .button {
    height:0;
    padding:0;
}

.step-container .block-container .option .price, .step-container .block-container .option .time {
    color: #ffffff;
    display: flex;
    font-weight: bold;
    justify-content: space-between;
    z-index:10;
}

.step-container .cooperation-model {
    display: none;
    padding: 40px 60px;
    box-shadow: -6px 4px 35px rgba(35, 31, 32, 0.15);
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 11;
    margin-top: 50px;
    width: 100%;
}

.step-container .cooperation-model h1 {
    font-weight: 700;
}

.step-container .line-block .count-participant {
    padding: 40px 60px;
    box-shadow: -6px 4px 35px rgba(35, 31, 32, 0.15);
    background-color: rgba(255, 255, 255, 0.7) !important;
    position: absolute;
    z-index: 2;
    margin-top: 10px;
    width: 100%;
    bottom: 100px;
    display: none;
}

.step-container .line-block .count-participant h1 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.step-container .line-block .count-participant > div {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ced4da;
    max-width: 400px;
    margin: 0px auto;
}

.step-container .step .block-container .nonactive-info {
    display: none;
}

.step-container .step .nonactive-info {
    display: none;
}

.step-container .step.nonactive .block-container {
    position: relative;
}

.step-container .step.nonactive .nonactive-info {
    display: block;
    color: #d4d0cd;
    font-weight: 600;
}

.step-container .step.nonactive .nonactive-info > p {
    position: relative;
    padding-left: 25px;
}

.step-container .step.nonactive .title {
    display: none;
}

.step-container .step.nonactive .nonactive-info > p:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #d4d0cd;
    position: absolute;
    left: 0px;
    top: calc(50% - 7.5px);
    transition: background-color 0.5s ease;
}

.step-container .step-1 .option-2.active:after {
    bottom: 0px;
    height: 0px;
}

.step-container .step-1 .block-container .option > a {
    text-decoration: underline;
}

.step-container .step-1 .block-container .option-1 .background {
    background-image: url("/files/images/layout-2018/creator/box-step-1-1.png");
}

.step-container .step-1 .block-container .option-2 .background {
    background-image: url("/files/images/layout-2018/creator/box-step-1-2.jpg");
}

.step-container .step-2 .block-container .option-1 .background {
    background-image: url("/files/images/layout-2018/creator/box-step-2-1.png");
}

.step-container .step-2 .block-container .option-2 .background {
    background-image: url("/files/images/layout-2018/creator/box-step-2-2.jpg");
}

.step-container .step-3 .block-container .option-1 .background {
    background-image: url("/files/images/layout-2018/creator/box-step-3-1.png");
}

.step-container .step-3 .block-container .option-2 .background {
    background-image: url("/files/images/layout-2018/creator/box-step-3-2.png");
}

.step-container .step-3 .block-container .option-3 .background {
    background-image: url("/files/images/layout-2018/creator/box-step-3-3.png");
}

.step-container .step-3 .block-container .option-4 .background {
    background-image: url("/files/images/layout-2018/creator/box-step-3-4.jpg");
}

.step-container .step-1 .block-container .option {
    width: 475px;
}

.step-container .step-2 .block-container {
    margin: 0px 25px;
}

.step-container .step-2 .block-container .option {
    width: 425px;
    padding-bottom: 5px;
}

.step-container .step-2 .block-container .option > p:first-of-type {
    font-size: 1.2rem;
}

.step-container .step-3 .block-container .option {
    width: 250px;
    padding: 30px;
}

.step-container .step-3 .block-container .option > p {
    font-size: 1.2rem;
    font-weight: 700;
}

.step-container .step-4 .block-container > * {
    flex: 1;
}

.step-container .step-4 .block-container > div {
    display: flex;
    flex-direction: column;
}

.step-container .step-4 .block-container > div:first-of-type > div:first-of-type {
    background-color: #ffffff !important;
}

.step-container .step-4 .block-container > div.active > div:first-of-type,
.step-container .step-4 .block-container > div.active > div:nth-of-type(even) {
    background-color: #ff2a34;
}

.step-container .step-4 .block-container > div > div {
    padding: 10px;
    align-items: center;
    display: flex;
    font-size: 0.8rem;
    font-weight: 600;
    transition: background-color 1s ease;
}

.step-container .step-4 .block-container > div:first-of-type > div:nth-of-type(even) {
    background-color: #F1F0ED;
}

.step-container .step-4 .block-container > div:nth-of-type(n + 2) > div {
    justify-content: center;
}

.step-container .step-4 .block-container > div:nth-of-type(n + 2) a {
    color: #ffffff;
}

.step-4 .block-container > div:nth-of-type(n + 2) > div:nth-of-type(even) {
    background-color: #D4CFC7;
    color: #ffffff;
}

.step-4 .block-container > div:nth-of-type(n + 2) > div:nth-of-type(even) input[type="checkbox"]:checked:before {
    border-color: #ffffff;
}

.step-4 .block-container > div:nth-of-type(n + 2) > div:nth-of-type(odd) {
    background-color: #F0EFEC;
}

.step-4 .block-container > div:nth-of-type(n + 2) > div:nth-of-type(odd) input[type="checkbox"] {
    border-color: #949494;
}

.step-container .step-4 .block-container > div > div:first-of-type {
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    background-color: #D4CFC7;
    border-bottom: 1px #ffffff solid;
}

.step-container .step-4 .block-container > div > div input[type="checkbox"] {
    height: 25px;
    width: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px #ffffff solid;
    position: relative;
}

.step-container .step-4 .block-container > div > div input[type="checkbox"]:checked:before {
    content: "";
    position: absolute;
    width: 40%;
    left: 30%;
    top: 5%;
    height: 70%;
    border: solid #949494;
    border-width: 0 2px 2px 0;

    transform: rotate(45deg);
}

.step-container .step-4 .block-container > div > div.count-participant {
    flex-direction: column;
    align-items: flex-start;
}

.step-container .step-4 .block-container > div > div.count-participant .label {
    margin-bottom: 0.5rem;
    color: #ff2a34;
    font-size: 1.1rem;
}

.step-container .step-4 .block-container > div > div.count-participant > div {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    margin: 0px auto;
}

.step-container .step-4 .block-container > div > div.count-participant > div span {
    color: #ff2a34;
    padding-right: 10px;
    font-size: 30px;
}

.step-container .step-4 .block-container > div > div.count-participant > div input {
    border: none;
    font-size: 0.8rem;
    box-shadow: none;
    border: 1px #D4CFC7 solid;
}

.step-container .step-4 .block-container > div > .button {
    background-color: #ff2a34;
    padding: 12px 5px;
    width: 160px;
    align-self: center;
    margin-top: 10px;
    opacity: 0;
    transition: opacity 1s ease;
}

.step-container .step-4 .block-container > div.active > .button {
    opacity: 1;
}

.step-container .step-4 .block-container > div > .price {
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #949494 !important;
    transition: color 1s ease;
    flex-direction: column;
}

.step-container .step-4 .block-container > div > .price .price-label {
    display: block;
    font-size: 1.5rem;
}

.step-container .step-4 .block-container > div.active > .price {
    color: #ff2a34 !important;
}

.step-container .step-4 .block-container .option-1 {
    margin-right: 20px;
}

.step-container .step-4 .block-container .option-3 {
    margin-left: 20px;
}

.step-container .step-4 .block-container .label-active {
    display: none;
}

.step-container .step-4 .block-container .label, .step-container .step-4 .block-container .label-active {
    margin-right: 15px;
    min-width: 90px;
}

/* COOKIE */

#container-cookies-info {
    background-color: #7b7673;
}

#container-cookies-info-level2 {
    line-height: 1.6em;
    margin: 0px auto;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #ffffff;
}

#container-cookies-info-level2 a {
    color: #ffffff;
}

/* PAGES */

.aboutus .banner-top {
    height: 969px;
    background: url("/files/images/layout-2018/banner/top-aboutus.png") no-repeat center;
}

.aboutus .banner-top h1 {
    font-size: 2.25rem;
    padding-left: 50px;
    position: relative;
    margin-top: -30px;
    margin-bottom: 40px;
}

.aboutus .banner-top h1:before {
    content: "";
    position: absolute;
    background-color: #ff2a34;
    width: 1.6rem;
    height: 1.6rem;
    left: 0px;
    margin-top: 0.35rem;
}

.aboutus .box {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: -6px 4px 35px rgba(35, 31, 32, 0.15);
    padding: 40px;
}

.aboutus .box a {
    margin-top: 30px;
}

.benefit .banner-top {
    height: 578px;
    background: url("/files/images/layout-2018/banner/top-benefit.png") no-repeat center;
}

.benefit .banner-top .container {
    margin-top: 140px;
}

.benefit .banner-top h1 {
    font-size: 2.25rem;
    padding-left: 50px;
    position: relative;
}

.benefit .banner-top h1:before {
    content: "";
    position: absolute;
    background-color: #ff2a34;
    width: 1.6rem;
    height: 1.6rem;
    left: 0px;
    margin-top: 0.35rem;
}

.benefit .box {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: -6px 4px 35px rgba(35, 31, 32, 0.15);
    margin-top: -150px;
    padding: 50px 100px;
    margin-bottom: 60px;
}

.benefit .box .menu > div {
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.benefit .box .menu h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #b9a89d;
}

.benefit .box .menu i {
    color: #ffffff;
    border-radius: 50%;
    background-color: #B1A89D;
    padding: 15px;
    font-size: 2.5rem;
    margin-right: 25px;
    transition: background-color 1s ease;
}

.benefit .box .menu i:hover {
    background-color: #ff2a34;
}

.benefit .box .menu .active i {
    background-color: #ff2a34;
}

.benefit .box .content {
    margin-top: 60px;
    min-height: 465px;
}

.benefit .box .content > div {
    width: 100% !important;
    overflow: visible !important;
    display: inline-block;
}

.benefit .box .content li {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.benefit .box .content li:last-of-type {
    margin-bottom: 0px;
}

.benefit .box .content li p {
    margin-bottom: 5px;
    font-weight: 600;
}

.contact .banner-top {
    height: 580px;
    background: url("/files/images/layout-2018/banner/top-contact.png") no-repeat center;
}

.contact .banner-top h1 {
    font-size: 2.25rem;
    padding-left: 50px;
    position: relative;
}

.contact .banner-top h1:before {
    content: "";
    position: absolute;
    background-color: #ff2a34;
    width: 1.6rem;
    height: 1.6rem;
    left: 0px;
    margin-top: 0.35rem;
}

.contact .banner-top p:first-of-type {
    font-size: 1.5rem;
    color: #ff2a34;
    font-weight: 700;
    padding-left: 50px;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.contact .banner-top p:nth-of-type(n + 2) {
    padding-left: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.contact .banner-top + .row {
    margin: 90px 0px;
}

.contact .form {
    background: url("/files/images/layout-2018/banner/form-contact.png") no-repeat center, #d7d0c8;
    background-size: cover;
    padding: 40px 60px;
}

.contact .form textarea {
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid #ffffff;
    box-shadow: none !important;
    margin-bottom: 30px;
}

.contact .form input[type="text"] {
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid #ffffff;
    box-shadow: none !important;
    margin-bottom:40px;
}

.contact .form input[type="email"] {
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid #ffffff;
    box-shadow: none !important;
}

.contact .form .title {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.library .banner-top {
    height: 670px;
    background: url("/files/images/layout-2018/banner/top-library.png") no-repeat center;
}

.library .banner-top .container {
    margin-top: -70px;
}

.library .banner-top h1 {
    font-size: 2.25rem;
    padding-left: 50px;
    position: relative;
}

.library .banner-top h1:before {
    content: "";
    position: absolute;
    background-color: #ff2a34;
    width: 1.6rem;
    height: 1.6rem;
    left: 0px;
    margin-top: 0.35rem;
}

.library .banner-top p {
    font-size: 1.15rem;
    color: #ff2a34;
    font-weight: 600;
    padding-left: 50px;
    letter-spacing: 2px;
    margin-top: 10px;
}

.library .box {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: -6px 4px 35px rgba(35, 31, 32, 0.15);
    margin-top: -280px;
    padding: 50px 100px;
    margin-bottom: 60px;
}

.library .box .menu > div {
    text-align: center;
    margin-bottom: 40px;
    cursor: pointer;
}

.library .box .menu h2 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #b9a89d;
}

.library .box .menu i {
    color: #ffffff;
    border-radius: 50%;
    background-color: #B1A89D;
    padding: 15px;
    font-size: 2.5rem;
    margin-bottom: 15px;
    transition: background-color 1s ease;
}

.library .box .menu i:hover {
    background-color: #ff2a34;
}

.library .box .menu .active i {
    background-color: #ff2a34;
}

.library .box .content {
    margin-top: 60px;
    display: inline-block;
    min-height: 295px;
}

.library .box .content > div {
    width: 100% !important;
    display: inline-block;
}

.library .box .content h3 {
    font-size: 1.5rem;
    color: #ff2a34;
    margin-bottom: 20px;
    font-weight: 600;
}

.library .box .content h4 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    display: inline-block;
    width: 100%;
}

.library .box .content ul {
    display: inline-block;
}

.research .library .content a {
    color: #ff2a34;
}

.research .library .content .ad-container {
    padding: 20px 30px;
    margin: 50px 0;
    border: 1px #ccc solid;
}

.login {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.login .banner-top {
    height: 1293px;
    background: url("/files/images/layout-2018/banner/top-login.png") no-repeat center;
    align-items: flex-start;
    position: relative;
}

.login .banner-top > .container {
    margin-top: 140px;
}

.login .banner-top h1 {
    font-size: 2.25rem;
    padding-left: 50px;
    position: relative;
    margin-bottom: 3rem;
}

.login .banner-top h1:before {
    content: "";
    position: absolute;
    background-color: #ff2a34;
    width: 1.6rem;
    height: 1.6rem;
    left: 0px;
    margin-top: 0.35rem;
}

.login .banner-top .demo {
    background: rgba(82, 76, 71, .4);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    padding: 50px 0;
}

.login .banner-top .demo a {
    background: #ffffff;
    color: #474747 !important;
    margin-bottom: 70px;
    margin-left: 40px;
    margin-top: 20px;
}

.login .banner-top .demo p {
    font-weight: 600;
    padding-left: 40px;
}

.login .banner-top .demo p.title {
    letter-spacing: 3px;
    font-size: 1.5rem;
    position: relative;
}

.login .banner-top .demo p.title:before {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: 1.2rem;
    height: 1.2rem;
    left: 0px;
    margin-top: 0.65rem;
}

.login .banner-top .form,
.login-recover .banner-top .form,
.register .banner-top form .form {
    max-width: 600px;
    padding: 50px;
    background: rgba(255, 255, 255, .6);
    box-shadow: 0 7px 35px rgba(35, 31, 32, 0.15);
    text-align: center;
}

.login .banner-top .form input[type="text"],
.login .banner-top .form input[type="password"],
.login-recover .banner-top .form input[type="text"],
.login-recover .banner-top .form input[type="password"],
.register .banner-top .form input[type="text"],
.register .banner-top .form input[type="password"]{
    box-shadow: 0 6px 6px rgba(33, 30, 31, 0.08);
    border: none;
    padding: 30px
}

.login .banner-top .form input[type="submit"],
.login-recover .banner-top .form input[type="submit"],
.register .banner-top .form input[type="submit"] {
    margin-top: 30px;
}

.login .banner-top .form .message {
    color: #ff2a34;
    display: block;
    margin-bottom: 20px;
}

.login .banner-top .form + ul {
    margin-top: 60px;
}

.login .banner-top .form + ul li {
    color: #ff2a34;
    margin-top: 20px;
    font-size: 1.1rem;
    font-weight: 600;
    position: relative;
    padding-left: 35px;
}

.login .banner-top .form + ul li:before {
    content: "";
    position: absolute;
    background-color: #ff2a34;
    width: 1.1rem;
    height: 1.1rem;
    left: 0px;
    margin-top: 0.3rem;
}

.login .banner-top .form + ul li a {
    color: #ff2a34;
}

.login-recover {
    margin-bottom: 30px;
}

.login-recover .banner-top > .container {
    margin-top: 100px;
}

.login-recover .banner-top h1 {
    font-size: 2.25rem;
    padding-left: 50px;
    position: relative;
    margin-bottom: 3rem;
}

.login-recover .banner-top h1:before {
    content: "";
    position: absolute;
    background-color: #ff2a34;
    width: 1.6rem;
    height: 1.6rem;
    left: 0px;
    margin-top: 0.35rem;
}

.register {
    margin-bottom: 30px;
}

.register .banner-top > .container {
    margin-top: 100px;
}

.register .banner-top h1 {
    font-size: 2.25rem;
    padding-left: 50px;
    position: relative;
    margin-bottom: 3rem;
}

.register .banner-top h1:before {
    content: "";
    position: absolute;
    background-color: #ff2a34;
    width: 1.6rem;
    height: 1.6rem;
    left: 0px;
    margin-top: 0.35rem;
}

.register input[type="checkbox"] {
    float:left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px #949494 solid;
    position: relative;
    height: 25px;
    width: 25px;
    flex-shrink:0;
    margin-right:5px;
}
.register input[type="checkbox"]:checked:before {
    content: "";
    position: absolute;
    width: 40%;
    left: 30%;
    top: 5%;
    height: 70%;
    border: solid #949494;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.research .banner-top, .page .banner-top,.inquiry-access .banner-top {
    background: url("/files/images/layout-2018/banner/top-page.png") no-repeat top center;
}

.research .banner-top .container,
.page .banner-top > .container {
    margin-top: 400px;
}

.customer .banner-top > .container {
    margin-top: 100px;
}

.research .banner-top .container h1,
.page .box .content .main-content .title {
    font-size: 1.8rem;
}

.customer .title {
    font-size: 1.8rem;
    color: #ff2a34;
}

.customer .navigation {
    display: flex;
    margin: 10px -5px;
}

.customer.reset-password form {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

.customer.inquiry-list .box a {
    font-size: 20px;
    display: block;
}

.customer.reset-password form > div {
    margin-bottom: 10px;
}

.customer .navigation > a {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: -6px 4px 35px rgba(35, 31, 32, 0.15);
    padding: 15px 20px;
    margin: 0 5px;
}
.customer .navigation > a:hover, .customer .navigation > a.active {
    color: #ff2a34;
}

.research .banner-top .container h2 {
    font-size: 1.2rem;
    color: #ff2a34;
}

.customer .box {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: -6px 4px 35px rgba(35, 31, 32, 0.15);
    margin-top: 10px;
    padding: 50px 100px;
    margin-bottom: 60px;
}

.research .box, .page .box, .inquiry-access .box{
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: -6px 4px 35px rgba(35, 31, 32, 0.15);
    margin-top: -190px;
    padding: 50px 100px;
    margin-bottom: 60px;
}

.research .box .content, .page .box .content {
    margin-top: 60px;
    font-size: 16px;
}

.research .box .content ul, .page .box .content ul {
    list-style: disc;
    padding-left: 40px;
}

.research .content img {
    max-width:100%;
}

.research .content table td {
    padding-left:10px;
    padding-right: 10px;
}

.research .content .wykres {
    text-align:center;
}

.page .box .content .main-content .title {
    color: #ff2a34;
}

.page .box .content ul ul {
    list-style: circle;
}

.researchstep .banner-top {
    height: 581px;
    background: url("/files/images/layout-2018/banner/top-researchstep.png") no-repeat center;
}

.researchstep .banner-top .container {
    margin-top: 80px;
}

.researchstep .banner-top h1 {
    font-size: 2.25rem;
    padding-left: 50px;
    position: relative;
}

.researchstep .banner-top h1:before {
    content: "";
    position: absolute;
    background-color: #ff2a34;
    width: 1.6rem;
    height: 1.6rem;
    left: 0px;
    margin-top: 0.35rem;
}

.researchstep .box {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: -6px 4px 35px rgba(35, 31, 32, 0.15);
    margin-top: -190px;
    padding: 50px 100px;
    margin-bottom: 60px;
}

.researchstep .box .content {
    margin-top: 60px;
}

.researchstep .box .content > a {
    margin-left: 10px;
    margin-right: 40px;
    margin-top: 40px;
}

.researchstep .box .content > div {
    margin-bottom: 70px;
}

.researchstep .box .content > div p {
    font-size: 1rem;
}

.researchstep .box .content > div ul {
    padding-left: 20px;
}

.researchstep .box .content > div .title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.researchstep .box .content > div .title i {
    color: #ffffff;
    border-radius: 50%;
    background-color: #ff2a34;
    padding: 10px 12px;
    font-size: 1.6rem;
    font-weight: 600;
    margin-right: 25px;
    transition: background-color 1s ease;
    font-style: normal;
    line-height: 0.75;
}

.researchstep .box .content > div .title h3 {
    margin-bottom: 0px;
    font-size: 1.2rem;
    color: #ff2a34;
}

.researchstep .box .content > div .title h3 .font-bold {
    font-size: 1.4rem;
    font-weight: 600;
}

.researchown .banner-top {
    height: 671px;
    background: url("/files/images/layout-2018/banner/top-researchown.png") no-repeat center;
}

.researchown .banner-top h1 {
    font-size: 2.25rem;
    padding-left: 50px;
    position: relative;
}

.researchown .banner-top h1:before {
    content: "";
    position: absolute;
    background-color: #ff2a34;
    width: 1.6rem;
    height: 1.6rem;
    left: 0px;
    margin-top: 0.35rem;
}

.researchown .box {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: -6px 4px 35px rgba(35, 31, 32, 0.15);
    margin-top: -270px;
    padding: 50px 100px;
    margin-bottom: 60px;
}

.researchown .box .content {
    margin-top: 30px;
}

.researchown .box .content > div {
    margin-bottom: 0px;
}

.researchown .box .content > div .title {
    margin-bottom: 50px;
    font-weight: bold;
    color: #ff2a34;
    font-size: 1.4rem;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 42, 52, 0.5);
}

.researchown .box .content > div .row > div {
    display: flex;
    margin-bottom: 100px;
}

.researchown .box .content > div .row > div:first-of-type {
    padding-right: 30px;
}

.researchown .box .content > div .row > div i {
    margin-right: 25px;
    font-size: 75px;
    line-height: 0.9;
    transition: color 0.5s ease;
}

.researchown .box .content > div .row > div i.double-icon {
    font-size: 37.5px;
}

.researchown .box .content > div .row > div i.double-icon:first-of-type {
    margin-right: 0;
}

.researchown .box .content > div .row > div:hover i {
    color: #ff2a34;
}

.researchown .box .content > div .row > div h3 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 3px;
    color: #5e5e5e;
}

.researchown .box .content > div .row > div p {
    font-size: 0.75rem;
    margin-bottom: 0px;
}

.researchown .box .content > div .row > div p a {
    font-weight: bold;
}

.rule .banner-top {
    height: 580px;
    background: url("/files/images/layout-2018/banner/top-rule.png") no-repeat center;
}

.rule .banner-top .container {
    margin-top: 80px;
}

.rule .banner-top h1 {
    font-size: 2.25rem;
    padding-left: 50px;
    position: relative;
}

.rule .banner-top h1:before {
    content: "";
    position: absolute;
    background-color: #ff2a34;
    width: 1.6rem;
    height: 1.6rem;
    left: 0px;
    margin-top: 0.35rem;
}

.rule .box {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: -6px 4px 35px rgba(35, 31, 32, 0.15);
    margin-top: -190px;
    padding: 50px 100px;
    margin-bottom: 60px;
}

.rule .box .content {
    margin-top: 60px;
}

.rule .box .content > a {
    margin-left: 10px;
    margin-right: 40px;
    margin-top: 40px;
}

.rule .box .content > div {
    margin-bottom: 70px;
}

.rule .box .content > div .title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.rule .box .content > div .title i {
    color: #ffffff;
    border-radius: 50%;
    background-color: #ff2a34;
    padding: 12px;
    font-size: 2.3rem;
    margin-right: 25px;
    transition: background-color 1s ease;
}

.rule .box .content > div .title h3 {
    margin-bottom: 0px;
    font-size: 1.2rem;
    color: #ff2a34;
}

.rule .box .content > div .title h3 .font-bold {
    font-size: 1.4rem;
    font-weight: 600;
}

.rule .box .content > div .title + p {
    font-size: 1rem;
}

.inquiry-access {
    display: flex;
    flex:1;
}

.inquiry-access .banner-top {
    flex: 1;
}

.inquiry-access p.title {
    color: #ff2a34;
    font-size: 1.8rem;
    text-align: center;
    padding-bottom: 10px;
}

.inquiry-access .banner-top > .container {
    margin-top: 280px;
}

@media (max-width: 991px) {
    header {
        height: auto;
        background: #ffffff;
        z-index: 1;
        box-shadow: 0 5px 10px -6px rgba(0, 0, 0, .15);
        padding:10px 0;
    }

    header + .content {
        margin-top: 0;
    }

    header > .container {
        min-height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .banner-top {
        align-items: flex-start;
    }

    .banner-top.home {
        align-items: center;
        padding-bottom: 20px;
    }

    .banner-top .dual-box .promo > .head {
        font-size: 1.2rem;
    }

    .banner-top .dual-box .promo > .desc {
        font-size: 0.9rem;
    }

    .banner-top .dual-box .promo > .list > a .head {
        font-size: 0.9rem;
    }

    .library .banner-top .container,
    .login-recover .banner-top > .container,
    .register .banner-top > .container,
    .research .banner-top .container,
    .page .banner-top > .container{
        margin-top:0;
    }

    .page .main-content {
        margin-top:20px;
    }

    .work {
        margin-top:0!important;
    }

    .research .box,
    .page .box {
        margin-top:50px;
    }

    .contact .banner-top {
        height:320px;
    }

    .library .box .content h3,
    .banner-top h1,
    section h1,
    section h2,
    .researchown .box .content > div .title,
    .rule .box .content > div .title h3 .font-bold,
    .contact .banner-top p:first-of-type,
    .contact .form .title,
    .research .banner-top .container h1,
    .research .banner-top .container h1,
    .page .box .content .main-content .title {
        font-size:1.2rem;
    }

    .research .banner-top .container h3,
    .page .box .content,
    .page .box .content ul{
        font-size:1rem;
    }

    .library .box .content h4,
    .banner-top p,
    section ul,
    .content > section p,
    .ad-opinion .container > div p,
    footer ul.other-sides li a,
    .contact .label,
    .contact .phone,
    .rule .box .content > div .title h3,
    .rule .box .content > div .title + p,
    .contact .banner-top p:nth-of-type(n + 2),
    .form-control,
    .research .box .content ul,
    .research .box .content{
        font-size:0.9rem;
    }

    .login .banner-top .form input[type="text"],
    .login .banner-top .form input[type="password"],
    .login-recover .banner-top .form input[type="text"],
    .login-recover .banner-top .form input[type="password"],
    .register .banner-top .form input[type="text"],
    .register .banner-top .form input[type="password"] {
        padding:25px 15px;
    }

    .library .banner-top h1,
    .researchown .banner-top h1,
    .rule .banner-top h1,
    .researchstep .banner-top h1,
    .aboutus .banner-top h1,
    .benefit .banner-top h1,
    .contact .banner-top h1,
    .login .banner-top h1,
    .login-recover .banner-top h1,
    .register .banner-top h1 {
        font-size:1.5rem;
        padding-left:35px;
    }
    .library .banner-top h1:before,
    .researchown .banner-top h1:before,
    .rule .banner-top h1:before,
    .researchstep .banner-top h1:before,
    .aboutus .banner-top h1:before,
    .benefit .banner-top h1:before,
    .contact .banner-top h1:before,
    .login .banner-top h1:before,
    .login-recover .banner-top h1:before,
    .register .banner-top h1:before {
        height:1rem;
        width:1rem;
        margin-top:0.3rem;
    }

    .researchown .banner-top + .container {
        margin-top:-580px;
    }

    footer .company-info {
        flex-direction: column;
    }

    footer .company-info > div:first-of-type {
        padding-right: 0;
        margin-bottom: 20px;
    }

    footer .company-info > div {
        text-align: center;
    }

    footer ul.other-sides li {
        width: 33.333%;
    }

    footer ul.other-sides li:nth-of-type(3n + 3) {
        text-align: right;
    }

    footer ul.other-sides li:nth-of-type(3n + 2) {
        text-align: center;
    }

    #container-cookies-info-level2 {
        text-align: center;
    }

    .aboutus .container {
        margin-top: 220px;
    }

    .ad-opinion .container > div {
        flex-direction: column;
    }

    .ad-opinion .container > div p {
        margin-left: 0;
        text-align: center;
    }

    .research .box,
    .page .box,
    .researchown .box,
    .rule .box,
    .researchstep .box,
    .aboutus .box,
    .benefit .box,
    .library .box,
    .contact .form,
    .research .box,
    .login .banner-top .form,
    .login-recover .banner-top .form,
    .register .banner-top form .form{
        padding: 15px 20px;
    }

    .login .banner-top .form {
        padding: 25px 20px;
    }

    .rule .banner-top .container,
    .researchstep .banner-top .container,
    .researchstep .box .content,
    .aboutus .container,
    .benefit .banner-top .container,
    .library .banner-top .container,
    .library .box .content,
    .research .box,
    .login .banner-top > .container,
    .page .box .content {
        margin-top:0;
    }

    header + .content {
        background: #D2D2D2;
    }

    .researchown .banner-top,
    .rule .banner-top,
    .researchstep .banner-top,
    .aboutus .banner-top,
    .benefit .banner-top,
    .library .banner-top,
    .contact .banner-top,
    .login .banner-top,
    .login-recover .banner-top,
    .register .banner-top,
    .research .banner-top,
    .page .banner-top,
    .requestoffer {
        background: linear-gradient(#F7F7F7, #D2D2D2);
    }

    .research .box .content {
        margin-top:40px;
    }

    .research .box .content ul,
    .page .box .content ul {
        padding-left:15px;
    }

    .research .banner-top .container {
        margin-top:20px;
    }

    .login .banner-top {
        height:1100px;
    }

    .login .banner-top .demo {
        padding:20px 0;
    }

    .login .banner-top .demo a {
        margin-bottom:0;
    }

    .aboutus .banner-top {
        height:550px;
    }

    .aboutus .banner-top h1 {
        margin-top:25px;
        margin-bottom:20px;
    }

    .rule .box,
    .researchstep .box{
        margin-top: -500px;
    }

    .library .box {
        margin-top:-555px;
    }

    .benefit .box .content {
        margin-top:30px;
    }

    .benefit .box {
        margin-top:-480px;
    }

    .rule .box .content {
        margin-top: 20px;
    }

    .rule .box .content > div,
    .researchstep .box .content > div {
        margin-bottom: 30px;
    }

    .library .box .menu h2 {
        font-size:0.85rem;
    }

    .library .box .menu > div {
        margin-bottom:20px;
    }

    .library .box .menu i {
        font-size:1.5rem;
        padding:8px;
    }

    .ad-opinion .container > div {
        height: 250px;
    }

    .ad-opinion .container > div img {
        margin-bottom: 15px;
    }

    .researchown .box .content > div .row > div {
        margin-bottom: 50px;
    }

    .researchown .box .content > div .row > div i {
        font-size: 50px;
    }

    .researchown .box .content > div .row > div i.double-icon {
        font-size: 25px;
    }
}

@media (max-width: 767px) {

    .banner-top .dual-box .promo {
        display: none;
    }

    .banner-top .container {
        max-width:240px;
        margin-left:0;
    }
    .login .banner-top .container {
        max-width:600px;
    }
    .aboutus .banner-top .container,
    .benefit .banner-top .container,
    .contact .banner-top .container,
    .login-recover .banner-top .container,
    .register .banner-top .container,
    .research .banner-top .container,
    .page .banner-top .container {
        max-width:none;
    }
    .table-research tr {
        display: flex;
        flex-direction: column;
    }
    .research .banner-top .container h3 > br {
        display:none;
    }
    .contact-footer {
        flex-direction: column;
        text-align: center;
        padding:10px;
    }
    .page .content .btn,
    .research .content .btn{
        display:block;
        max-width:250px;
        margin:10px auto!important;
    }
    .researchown .box .content {
        margin-top:0;
    }
    .researchown .box .content > div .title {
        margin-bottom: 25px;
        line-height:1.3;
    }
    .researchown .box .content > div .row > div {
        margin-bottom:25px;
    }
    footer ul.other-sides li {
        width: 50%;
    }
    .aboutus .banner-top {
        height: auto;
        margin-bottom:20px;
    }

    .ad-opinion .container > div {
        height: 270px;
    }

    .benefit .box .menu > div:first-of-type {
        margin-bottom: 20px;
    }

    .benefit .box .menu i {
        font-size: 1.5rem;
        padding: 8px;
    }

    .benefit .box .menu h1 {
        font-size: 1.2rem;
    }

    .step-container .step-1 .block-container .contact {
        flex-direction: column;
        padding: 10px 15px;
    }

    .step-container .step-1 .block-container .contact p {
        text-align: center;
    }

    .step-container .step-1 .block-container .contact p:first-of-type {
        margin-right: 0;
    }

    .topbar {
        height: 60px;
    }

    .topbar > .container {
        flex-direction: column;
    }

    .topbar > .container .sedlak-logo {
        padding-bottom: 5px;
    }

    footer ul.other-sides li:nth-of-type(2n) {
        text-align: right;
    }

    footer ul.other-sides li:nth-of-type(2n + 1) {
        text-align: left;
    }

    .library .banner-top p {
        display:none;
    }

    .library .box {
        margin-top:-590px;
    }

    .contact p:first-of-type {
        margin-right:0;
    }

    .contact .banner-top + .row {
        margin-top:0;
        margin-bottom:20px;
    }

    .contact .banner-top p:first-of-type,
    .contact .banner-top p:nth-of-type(n + 2) {
        padding-left:0;
    }

    .rule .box .content > a,
    .researchstep .box .content > a {
        margin-top: 15px;
        margin-left: 0;
        margin-right: 0;
    }

    .researchown .box .content > div .row > div i,
    .rule .box .content > div > div i,
    .researchstep .box .content > div > div i {
        display: none;
    }
}