.header__link {
    white-space: nowrap;
}

a:hover .fifth-title {
    color: #10917D;
}

.propose__btn h4 {
    text-align: left;
}

.propose__download {
    display: inline-flex;
}

section.blog .blog-list {
    flex-wrap: wrap;
    justify-content: start;
}

section.blog .blog-list__link {
    margin: 0 10px;
    margin-bottom: 20px;
}

.aboutSlider__img .articleSlider,
.blog-list__img .articleSlider {
    width: 100%;
    height: 235px;
}

.article-content > .container {
    position: relative;
}

.articleSlider__wrap {
    top: -400px;
    right: 0;
}

.aboutSlider__img .articleSlider__wrap,
.blog-list__img .articleSlider__wrap {
    position: static;
    top: auto;
    right: auto;
}

.esg__inner button,
.esg__inner .btn {
    margin-top: 60px;
    display: inline-block;
    text-align: center;
}
.what {
    position: relative;
}
.what::after {
    content: url('../img/whatbg.svg');
    position: absolute;
    right: 0;
    top:-250px;
}
@media (max-width: 1260px) {
    .articleSlider__wrap {
        top: auto;
        right: auto;
    }
}

.test-result__item:not(:last-of-type) {
    margin-bottom: 0;
}

.test-result__img {
    padding-right: 0;
    position: relative;
    top: -50px;
}

@media (max-width: 740px) {
    .test-result__img {
        top: 0;
    }
    .what::after {
        display: none;
    }
}

.want__inner {
    width: auto;
}

.team-list__box p {
    margin-top: 15px;
}

.team-list__box p:first-child {
    margin-top: 0;
}

.popup-offer__form .input__desc {
    z-index: 1;
    white-space: nowrap;
    margin-top: 5px;
}

.popup-offer__form .input__str {
    margin-top: 5px;
}

.popup-offer__form .select2-container {
    margin-top: 5px;
}

.input-checkbox [type="checkbox"] + label.input-checkbox__label {
    border-radius: 0;
}

.input-checkbox [type="checkbox"] + label.input-checkbox__label::after {
    border-radius: 0;
}


.selection > .select2-selection {
    min-height: 56px;
    padding-top: 10px;
    border: 2px solid #C2C2C2;
    max-height: 110px;
    overflow-y: auto;
    overflow-x: hidden;
}

.content-page .section-title {
    color: #fff;
}

.content-page .section-content .container a {
    color: #10917D;
    border-bottom: 1px solid #10917D;
}

.content-page .section-content .container a.contact-map__link,
.content-page .section-content .container a.contact-map__text {
    border: none;
}

.content-page .contact .section-title {
    margin-bottom: 0 !important;
}

.content-page .privacy .section-title {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 55px;
    max-width: 720px;
    text-transform: none;
}

@media (max-width: 950px) {
    .content-page .privacy .section-title {
        font-size: 55px;
        margin-bottom: 45px;
    }
}

@media (max-width: 590px) {
    .content-page .privacy .section-title {
        font-size: 25px;
        margin-bottom: 35px;
    }
   
}

.formbuilder-form .popup-offer__inner .popup-offer__checkbox {
    flex-wrap: wrap;
}

.formbuilder-form .input-checkbox .formbuilder-required {
    display: none;
}

.formbuilder-form .input-checkbox [type="checkbox"] {
    position: relative;
    margin-right: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 20px;
    width: 20px;
    height: 20px;
    border: 2px solid #C2C2C2;
    border-radius: 2px;
    -webkit-transition: border .2s ease;
    transition: border .2s ease;
}

.formbuilder-form .popup-offer__inner {
    width: 100%;
    column-width: 48%;
    column-gap: 4%;
	column-count: 2;
}

.formbuilder-form .popup-offer__inner > div:first-child {
    margin-top: 0;
}

.formbuilder-form a {
    color: #10917D;
    border-bottom: 1px solid #10917D;
}

.formbuilder-form label > p {
    display: inline-block;
}

.formbuilder-form label .formbuilder-required {
    padding-left: 5px;
}

.formbuilder-form .error-message {
    color: red;
    margin-bottom: 20px;
    display: none;
    font-weight: bold;
}

@media (max-width: 740px) {
    .formbuilder-form .popup-offer__inner {
    	column-count: 1;
    }
}

@media (max-width: 650px) {
    .blog .swiper-backface-hidden .swiper-slide {
        width: auto!important;
        max-width: 100%;
    }
}

.jGrowl-notification.af-message-success {
    display: none!important;
}

.testyou {
    display: none!important;
}