.generalpage {
    padding: 40px 0px 100px;
}
.generalpage .leftColumn {
    float: left;
    width: 17%;
}
img.about-img {
    width: 100%;
}
.generalpage .rightColumn {
    float: left;
    width: 68%;
    margin-left: 3%;
}
.generalpage .pageTitle {
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 5px;
}
.generalpage .pageSubtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}
.generalpage .pageText {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
}

.generalpage .generalpageBlock {
    margin-bottom: 20px;
}
.generalpage .generalpageBlock .blockImage {
    width: 100%;
    margin-bottom: 30px;
}
.generalpage .generalpageBlock .blockImage img {
    width: 100%;
    vertical-align: top;
}

.generalpage .blockTitle {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
}
.generalpage .blockText {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 21px;
}
.generalpage .blockText p {
    margin-bottom: 21px;
}
.generalpage .blockBtn {
    margin-top: 10px;
    text-align: center;
}
.generalpage .blockBtn a {
    padding: 15px 20px;
    background: #79b5be;
    color: #fff;
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    text-transform: uppercase;
}
.generalpage .referenceTitle {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    line-height: 40px;
    padding: 15px 40px;
    background: #96e6ed;
    font-weight: 600;
    text-align: center;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-bottom: 20px;
}
.generalpage .reference {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    float: none;
    margin-top: 0px;
    margin-bottom: 30px;
}
.generalpage .reference.last {
    float: none;
}
.generalpage .reference .referenceText {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.generalpage .reference .referenceText p {
    display: inline;
}
.generalpage .reference .referenceAuthor {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    font-style: italic;
}
@media screen and (max-width: 900px){
    .generalpage .rightColumn {
        width: 80%;
    }
}
@media screen and (max-width: 800px){
    .generalpage .leftColumn {
        width: 100%;
    }
    .generalpage .rightColumn {
        width: 100%;
        margin-left: 0;
    }
}
@media screen and (max-width: 600px){
    .generalpage .pageTitle {
        font-size: 30px;
        line-height: 42px;
    }
    .generalpage .blockTitle {
        font-size: 30px;
        line-height: 42px;
    }
    .generalpage .referenceTitle {
        font-size: 24px;
        line-height: 30px;
    }
}
@media screen and (max-width: 400px){
    .generalpage {
        padding: 20px 0px 60px;
    }
    .generalpage .pageTitle {
        font-size: 20px;
        line-height: 30px;
    }
    .generalpage .pageSubtitle {
        font-size: 16px;
        line-height: 20px;
    }
    .generalpage .pageText {
        margin-top: 15px;
        font-size: 12px;
        line-height: 16px;
    }
    .generalpage .blockTitle {
        font-size: 18px;
        line-height: 26px;
    }
    .generalpage .blockText {
        font-size: 12px;
        line-height: 16px;
    }

    .generalpage .referenceTitle {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-bottom-right-radius: 20px;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-bottomright: 20px;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .generalpage .reference {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .generalpage .reference .referenceText {
        margin-bottom: 10px;
    }
}

.kontakt-block {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sub-title {
    font-size: 16px;
    color: #A07118;
}

.main-title {
    font-size: 25px;
    line-height: 40px;
    font-weight: 500 !important;
    margin-bottom: 15px;
}

.kontakt-block .small-title {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.kontakt-block .left-side {
    float: left;
    width: 50%;
    padding-right: 80px;
}

.kontakt-block .left-side article {
    /*margin-top: 10px;*/
    font-size: 16px;
    line-height: 24px;
}

.kontakt-block .right-side {
    float: right;
    width: 50%;
    /*margin-top: 15px;*/
}

/* FORM */
.email-form {
    width: 100%;
}

.email-form .success {
    line-height: 1.5;
    font-weight: 500;
    display: none;
}

.email-form .fWrap {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.email-form .fWrap input {
    width: 100%;
    border: #000 solid 1px;
    padding-left: 20px;
    height: 50px;
    padding-right: 25px;
    background: #FFF;
    border-radius: 3px;
    font-size: 16px;
}
.error_border {
    border: 2px red solid !important;
}
.contact-background {
    width: 100%;
    height: auto;
}
.email-form .fWrap textarea {
    width: 100%;
    border: #000 solid 1px;
    padding-left: 20px;
    padding-right: 25px;
    background: #FFF;
    border-radius: 3px;
    height: 150px;
    padding-top: 15px;
    font-size: 16px;
}

.email-form .fWrap .labl {
    position: absolute;
    left: 21px;
    bottom: 15px;
    font-size: 16px;
    line-height: 1;
    color: #25212198;
}

.email-form .fWrapTextarea .labl {
    bottom: 119px;
}

.email-form .fWrap .empty, .email-form .fWrap .wrong {
    line-height: 1;
    font-size: 13px;
    color: red;
    font-weight: 700;
    margin-bottom: 4px;
    position: absolute;
    top: -15px;
    left: 0;
    display: none;
}

.email-form .send-wrapper {
    width: 100%;
    position: relative;
}
.kontakt-block.kontaktpage {
    position: relative;
    overflow: hidden;
}
/*img.contact-background {*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	width: 100%;*/
/*	height: auto;*/
/*	opacity: 0.05;*/
/*}*/
.email-form .send-button {
    width: 100%;
    height: 48px;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    font-size: 18px;
    margin-top: 40px;
    font-weight: 600;
    position: relative;
    z-index: 200;
    color: #fff;
    background: #A07118;
    border-radius: 3px;
}

.email-form .fWrap .star {
    position: absolute;
    top: 20px;
    right: 12px;
    z-index: 1000;
    color: #CE2C3E;
}

.email-form .fWrap .error, .email-form .fWrap .errorEmail {
    border: #CE2C3E solid 1px;
}

.email-form .fWrap .min {
    font-size: 11px;
    bottom: 35px;
}

.email-form .fWrapTextarea .min {
    bottom: 120px;
}

.email-form .bottom-text {
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    padding-left: 35px;
}

.email-form .bottom-text .check-square {
    position: absolute;
    top: 0;
    left: 0;
    border: #000 solid 2px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: #fff;
}

.email-form .bottom-text .check-square img {
    position: relative;
    height: 10px;
    width: auto;
    left: 1.5px;
    bottom: 4px;
}

.email-form .bottom-text .active {
    background: #A07118;
}

.email-form .bottom-text a {
    text-decoration: underline;
    color: inherit;
}

.email-form .no-agreement {
    color: red !important;
}

.email-form .bottom-text .star {
    color: #CE2C3E;
}

.email-form .explanation {
    line-height: 1.5;
    margin-top: 20px;
    font-size: 16px;
}

.email-form .explanation .star {
    color: #CE2C3E;
    display: inline-block;
}

section.col-blocks .main-title {
    text-align: center;
    margin-bottom: 40px;
}

section.block-column {
    width: calc(33.3% - 60px);
    float: left;
    margin-right: 60px;
}

section.col-blocks {
    margin: 70px 0px;
}

section.col-block {
    overflow: hidden;
}

.block-text {
    font-size: 16px;
    line-height: 22px;
}

.block-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}

.col-button.anim {
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 18px;
    margin: auto;
    margin-top: 4px;
    font-weight: 600;
    position: relative;
    z-index: 200;
    background: #FD9BB1;
    border-radius: 11px;
    padding: 0 7px;
    width: fit-content;
}

/* SPINNER */
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    top: -8px;
    display: none;
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}

.kontakt-block.kontaktpage {
    background: #FFFFFF;
    padding: 160px 0 200px 0;
}

.contact-email {
    margin-top: 30px;
}

.contact-email img {
    height: 25px;
    float: left;
}

.contact-email-text {
    float: left;
    font-size: 16px;
    line-height: 22px;
    margin-left: 10px;
}

.contact-phone {
    margin-top: 15px;
}

.contact-phone img {
    height: 25px;
    float: left;
}

.contact-phone-text {
    float: left;
    font-size: 16px;
    line-height: 25px;
    margin-left: 10px;
}

.block-text li {
    list-style: inside;
}

@media screen and (max-width: 1800px) {
    img.contact-background {
        width: auto;
        height: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .kontakt-block.storeaboutpage {
        padding: 50px 0;
    }
    .kontakt-block {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .kontakt-block .small-title {
        font-size: 16px;
    }

    .kontakt-block .left-side {
        width: 100%;
    }

    .kontakt-block .left-side .text-article {
        font-size: 16px;
        line-height: 24px;
    }

    .kontakt-block .right-side {
        width: 100%;
    }

    .kontakt-block .left-side {
        padding-right: 0;
        padding-bottom: 20px;
        padding-top: 10px;
    }
    .kontakt-block.kontaktpage {
        padding: 100px 0;
    }
    .email-form .fWrap .labl {
        font-size: 16px;
        line-height: 17px;
    }
    section.block-column {
        width: 100%;
        margin-bottom: 40px;
    }
    .text-article {
        padding: 0 !important;
    }
}