html, body {
    max-height: 100%;
    height: 100%;
    width: 100%;
    font-family: 'Graphik-Regular';
    color: #4d4d4d;
    font-size: 16px;
    line-height: 28px;
}

h1 {
    font-size: 48px;
    line-height: 60px;
    font-family: 'Graphik-SemiBold';
    text-align: left;
    color: #ab0534;
}

h1.smaller {
    font-size: 64px;
    color: #fff;
    font-family: 'Graphik-Medium';
    margin: 50px 0;
    text-align: center
}

h1.red {
    font-size: 100px;
    text-align: center;
    color: #ab0534;
    font-family: 'Graphik-Medium';
    margin: 75px 0;
}

h1.black {
    font-size: 50px;
    text-align: center;
    color: #000000;
    font-family: 'Graphik-Regular';
    margin: 75px 0;
}

h2 {
    font-size: 50px;
    margin: 0 0 35px 0;
    padding: 0;
    color: #ab0534;
    width: 100%;
    text-align: center;
    font-family: 'Graphik-Medium';
}

h3 {
    font-family: 'Graphik-Regular';
}

h3 strong {
    font-family: 'Graphik-SemiBold';
}

.red-text {
    color: #AB0534;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

/*default style*/
.fullWidth {
    width: 100%;
}

.fullHeight {
    height: 100%;
}

.fullScreen {
    width: 100%;
    height: 100%;
}

.flex-row-start-start {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.flex-row-start-center {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.flex-row-end-center {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.flex-row-center-start {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.flex-row-center-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.flex-row-between-start {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.flex-row-between-center {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.flex-column-start-start {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.flex-column-center-start {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.flex-column-start-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.flex-column-end-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.flex-column-center-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.search-background {
    background: #ffffff;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed !important;
}

.main-content.index-lauout {
    height: 100%;
}

.main-content.about-us-bg {
    background-image: url('../../assets/img/about-us-bg-img.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
}

.gradient-pg-bg {
    background: linear-gradient(to left, #9d2137, #ab0534);
    width: 100%;
    color: #fff;
    font-size: 65px;
    padding: 75px 0 125px;
    font-family: 'Graphik-Medium';
}

.gradient-pg-bg .info {
    color: #fff;
    font-size: 16px;
    padding: 50px 0 0;
    font-family: 'Graphik-Regular';
    max-width: 855px;
}

.gradient-pg-bg .info a {
    color: #fff;
    font-weight: 600;
}

.gradient-pg-bg-grey {
    background: linear-gradient(16deg, #ececed, #bebebf 100%);
    width: 100%;
    color: #ab0534;
    font-size: 100px;
    padding: 150px 0;
}

.gradinet-spacer {
    width: 190px;
    height: 8px;
    border-radius: 20px;
    background: linear-gradient(120deg, #CD6D80, #AB0534);
    margin: 30px 0;
}

.page-big-btn {
    background-color: #ab0534;
    color: #fff;
    font-size: 16px;
    min-width: 170px;
    height: 48px;
    font-family: 'Graphik-Medium';
    border: none;
    box-shadow: none;
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.page-big-btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bf1643;
}

.page-big-btn[disabled=disabled], .page-big-btn:disabled, .page-big-btn[disabled] {
    cursor: not-allowed;
    background-color: #eceded;
    color: #4d4d4d;
    text-decoration: none;
}

.page-btn {
    background-color: #ab0534;
    color: #fff;
    font-size: 18px;
    width: auto;
    height: 50px;
    font-family: 'Graphik-Medium';
    border: none;
    box-shadow: none;
    border-radius: 25px;
    display: inline-block;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 35px 0;
    line-height: 28px;
}

.page-btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bf1643;
}

.menu-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 80vw;
}

/*navbar*/
.navbar .navbar-nav .nav-link {
    margin: 0 14px;
    font-size: 16px;
    color: #4d4d4d;
}

.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:hover {
    color: #ab0534;
    text-decoration: none;
}

.navbar .navbar-nav .nav-link.active .nab-link-hover-gradient,
.navbar .navbar-nav .nav-link:hover .nab-link-hover-gradient {
    visibility: visible;
}

.nab-link-hover-gradient {
    background: transparent linear-gradient(90deg, #CD6D80 0%, #AB0534 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 4px;
    border-radius: 25px;
    visibility: hidden;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li {
    width: 100%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a {
    width: 100%;
    border-bottom: 2px solid #f5f5f5;
    display: block;
    padding: 12px 0;
    color: #4d4d4d;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li:last-child a {
    border: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {
    text-decoration: none;
    color: #AB0534;
}

/*drowdown*/
.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 275px;
    font-size: 14px;
    font-family: 'Graphik-Medium';
    padding: 5px 20px;
    border-radius: 20px;
    border: none;
    box-shadow: 0 20px 30px 30px rgba(230, 230, 230, 0.4);
    left: -150px;
    top: 60px;
}


/*search*/
.search-icon {
    color: #4d4d4d;
    font-size: 16px;
    margin-left: 20px;
    cursor: pointer;
}

.search-icon:hover {
    color: #ab0534;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.search-screen {
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
}

.search-screen .search-input {
    width: 30vw;
    padding: 28px 70px 28px 40px;
    border-radius: 38px;
    border: none;
    box-shadow: none;
    font-size: 18px;
    line-height: 18px;
}

.search-input::placeholder { /* Firefox, Chrome, Opera */
    color: #fff;
}

.search-input::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
}

.search-input::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
}

/* Style the search field */
form.search-form input.search-input[type=text] {
    float: left;
}

form.search-form input.search-input[type=text]::placeholder {
    font-size: 20px;
}

/* Style the submit button */
form.search-form button {
    float: left;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    border: none;
    box-shadow: none;
    position: relative;
    left: -55px;
    top: -7px;
    border-radius: 50%;
    background-color: #ab0534;
    padding: 0;
    margin: 0;
}

/* Clear floats */
form.search-form::after {
    content: "";
    clear: both;
    display: table;
}

form.search-form .close-search {
    position: absolute;
    right: 75px;
    top: 40px;
    color: #ab0534;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
}

form.search-form .close-search:hover {
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

form.search-form .close-search i {
    color: #ab0534;
    margin-left: 15px;
    width: auto;
    height: auto;
    font-size: 20px;
    margin-top: -3px;
}

form.search-form .search-input {
    background-color: #ab0534;
    color:#fff;
}

form.search-form . {
    background-color: #ab0534;
    color:#fff;
}

/*footer*/
footer {
    background-color: #4d4d4d;
    padding: 75px 0;
    color: #fff;
    font-size: 16px;
}

footer .block-container {
    margin-top: 0;
}

footer a {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'Graphik-Medium';
}

footer .contact-us {
    background-color: #ab0534;
    padding: 20px 50px;
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    border-radius: 0;
    font-family: 'Graphik-Medium';
    font-size: 20px;
}

footer .contact-us:hover {
    background-color: #4d4d4d;
}

footer .social-media a {
    width: 40px;
    height: 40px;
    background: linear-gradient(120deg, #ab0534, #cc6d80);
    border-radius: 50%;
    margin: 0 15px 0 0;
    text-decoration: none !important;
}

footer .social-media a i {
    font-size: 18px;
    text-decoration: none;
}

footer .social-media a:hover {
    text-decoratioin: none;
    color: #fff;
    filter: brightness(110%);
}

footer a.contact-us:hover {
    box-shadow: 0 0 10px 0 rgba(238, 0, 67, 0.75);
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

footer .info-number {
    font-size: 32px;
    font-family: 'Graphik-Medium';
    margin: 15px 0 20px;
}

/*Owl Carousel*/
.owl-item, .owl-stage, .owl-stage-outer {
    height: 100%;
}

.owl-item.scroll-owl-item {
    overflow-y: auto;
}

.custom-next-slide {
    cursor: pointer;
}

.custom-next-slide:hover {
    cursor: pointer;
    box-shadow: 0px 0px 30px 3px rgba(238, 0, 67, 0.5);
    line-height: 3px;
}

.owl-dots {
    position: absolute;
    top: 80vh;
    right: 30vw;
    z-index: 2;
}

.owl-dots .owl-dot {
    padding: 0 5px;
    cursor: pointer;
}

.owl-theme .owl-dots .owl-dot span {
    width: 42px;
    height: 4px;
    margin: 5px 7px;
    background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: linear-gradient(120deg, #ab0534, #cc6d80);
}

.owl-carousel-banner.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 25px;
    top: 42%;
    font-size: 20px;
    width: 50px;
    height: 50px;
    padding: 5px 0 0 0 !important;
    background-color: #eceded;
    border-radius: 10px;
}

.owl-carousel-banner.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 42%;
    right: 25px;
    font-size: 20px;
    width: 50px;
    height: 50px;
    padding: 5px 0 0 0 !important;
    background-color: #eceded;
    border-radius: 10px;
}

.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover {
    background-color: #ab0131;
}

.owl-carousel-banner .owl-nav button.owl-prev,
.owl-carousel-banner .owl-nav button.owl-next,
.owl-carousel-banner button.owl-dot {
    font-size: 25px;
    color: #4d4d4d;
    outline: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}


/*RED BORDER*/

.banner-bordered-text {
    position: absolute;
    top: 110px;
    left: 18vw;
    z-index: 2;
    /* background-image: url('../img/banner-border.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 424px;
    height: 550px;
    background-color: rgba(0,0,0, 0.35);
    border-radius: 40px;
}

.banner-bordered-text .title {
    margin-bottom: 25px;
    text-align: center;
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    font-family: 'Graphik-SemiBold';
}

.banner-bordered-text .description {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-family: 'Graphik-Regular';
}

.banner-bordered-text .page-big-btn {
    margin-top: 35px;
    width: 250px;
    font-size: 16px;
    line-height: 28px;
}




.red-big-border {
    background: linear-gradient(120deg, #ab0534, #cc6d80);
    padding: 20px;
    /*margin: 50px 25px;*/
    border-radius: 40px;
    position: relative;
}

.red-big-border .content {
    background-color: #fff;
    padding: 75px 50px;
    border-radius: 25px;
}

.red-big-border .shape {
    background: #fff;
    width: 100px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 20%;
}

.red-big-border .shape:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #c75c74;
    position: absolute;
    top: 0;
    right: -10px;
    border-radius: 100%;
}

.red-big-border .shape:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #c4546d;
    position: absolute;
    top: 0;
    left: -10px;
    border-radius: 100%;
}

.block-container {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

/*man-child*/
.man-child img {
    margin-right: 100px;
    max-width: 400px;
    width: 100%;
    min-width: 250px;
}

.why-person .person-advantage  {
    padding: 0 50px;
    font-size: 25px;
    line-height: 35px;
    font-family: Graphik-Regular;
    color:#000;
    min-height: 125px;
}

.why-person .person-advantage strong  {
    font-family: Graphik-Medium;
}

.why-person .person-advantage.dot:after  {
    content: '';
    width: 6px;
    height: 6px;
    display:block;
    position:absolute;
    right: 0;
    top: 15px;
    border-radius: 50%;
    background-color: #ab0534;
}

label {
    color:#ffffff66;
}

.contact-mobile-block img {
    width: 375px;
    bottom: -150px;
    position: relative;
    left: 50px;
}

/*why-partners*/
.why-partners {
    max-width: 1200px
}

.why-partners .card-plan {
    padding: 20px;
}

.why-partners .box {
    background-color: #eceded;
    border-radius: 20px;
    min-height: 350px;
    margin: 10px 0;
    position: relative;
    top: 0;
    padding: 20px;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,.03);
}

.why-partners .box img {
    width: 75px;
    height: 75px;
    margin-bottom: 20px;
}


.why-partners a {
    color:#ab0534;
    text-decoration: underline;
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
}

.why-partners a.page-btn {
    color:#fff;
    text-decoration: none;
}

.why-partners .box .title {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 20px;
    font-family: 'Graphik-SemiBold';
    color: #4d4d4d;
}

.why-partners .box .description {
    font-size: 16px;
    line-height: 28px;
    font-family: 'Graphik-Regular';
    color: #4d4d4d;
}

.why-partners .box-referencie {
    background-color: #eceded;
    border-radius: 20px;
    min-height: 250px;
    margin: 10px 0;
    position: relative;
    top: 0;
    padding: 20px;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,.03);
}

.why-partners .box-referencie .title {
    font-size: 30px;
    line-height: 38px;
    font-family: 'Graphik-Regular';
    color: #4d4d4d;
}

.why-partners .box-referencie .title strong {
    font-family: 'Graphik-semibold';
}

/*index-news*/
.index-news {
    max-width: 1200px;
    margin-bottom: 100px;
}

.index-news .article-column {
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

.index-news .article-column:hover {
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    box-shadow: 0 20px 30px 30px rgba(230, 230, 230, 0.6);
    border-radius: 25px;
    overflow: visible;
    z-index: 3;
    position: relative;
}

.index-news .news-card {
    padding: 20px;
}

.index-news .news-card img {
    max-width: 370px;
    width: 100%;
    min-width: 250px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.index-news .news-card .title {
    font-size: 32px;
    font-family: 'Graphik-Medium';
    color: #ab0534;
    line-height: 40px;
    margin-bottom: 20px;
}

.index-news .news-card .tags {
    margin-bottom: 10px;
}

.index-news .news-card .tags .tag {
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 42px;
    width: auto;
    display: inline-block;
    background-color: #F0D2DA;
    color: #AB0534;
    font-size: 14px;
    padding: 11px 25px 0;
    font-family: 'Graphik-Medium';

}

.index-news .news-card .text {
    font-size: 16px;
    font-family: 'Graphik-Regular';
    color: #4d4d4d;
    line-height: 28px;
    margin-bottom: 20px;
}

.index-news .parent {
    padding: 10px 0;
    -webkit-columns: 250px 3;
    -moz-columns: 250px 3;
    columns: 250px 3;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-column-fill: balance;
    column-fill: balance;
}

.index-news .child {
    min-width: calc(100% + 16px);
    margin: 0px;
    background-color: white;
    min-height: 40vh;
    display: inline-block;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 3px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

/*about us*/
.about-us p {
    margin-bottom: 25px;
    max-width: 550px;
}

.about-us.block-container {
    padding-bottom: 100px;
}

.about-us .img-product {
    max-width: 550px;
    margin-left: 100px;
    margin-top: 50px;
}

/*milestones*/
.milestones {
    background-color: #ECEDED;
}

/*timeline*/
.frst-container .frst-timeline-content {
    margin-top: -100px;
}

.frst-container .frst-odd-item .frst-timeline-content {
    margin-left: -25px;
}

.frst-container .frst-even-item .frst-timeline-content {
    margin-right: -25px;
}

.frst-container .frst-timeline-block .month {
    font-size: 42px;
    line-height: 85px;
    font-family: Graphik-SemiBold;
    color: #ab0534;
}

.frst-container .frst-timeline-block .year {
    font-size: 90px;
    color: #ab0534;
    line-height: 85px;
    margin-bottom: 10px;
    font-family: Graphik-SemiBold;
}

.frst-container .frst-timeline-block .description {
    font-size: 16px;
    color: #4d4d4d;
    max-width: 485px;
    background-color: #fff;
    border-radius: 20px;
    padding: 24px 30px;
    margin-bottom: 50px;
}

.frst-container .frst-odd-item .description {
    float: right;
}

.frst-container .frst-even-item .description {
    float: left;
}

.milestones .frst-alternate .frst-timeline-img {
    left: calc(50% + -10px) !important;
}

.milestones .not-complete-point {
    width: 35px;
    height: 35px;
    background-color: #E4B9C5;
    border-radius: 50%;
}

/*why partners*/
.why-partners-red {
    padding-bottom: 100px;
    background-color: #ab0534;
}

.why-partners-red h1 {
    color: #fff;
    text-align: center;
}

.why-partners-red .advantages-list {
    margin-top: 75px;
}

.why-partners-red .advantages-list .list-row {
    background-color: #95042D;
    border-radius: 20px;
    padding: 25px 45px;
    max-width: 630px;
    width: 100%;
    margin-bottom: 40px;
    cursor: pointer;
}

.why-partners-red .advantages-list .list-row:nth-child(1) {
    margin-left: -12vw;
}

.why-partners-red .advantages-list .list-row:nth-child(2) {
    margin-left: 6vw;
}

.why-partners-red .advantages-list .list-row:nth-child(4) {
    margin-left: 6vw;
}

.why-partners-red .advantages-list .list-row:nth-child(5) {
    margin-left: -12vw;
}

.why-partners-red .advantages-list .list-row .number {
    min-width: 84px;
    min-height: 84px;
    border-radius: 50%;
    font-size: 39px;
    font-family: Graphik-SemiBold;
    color: #fff;
    margin-right: 30px;
    background: linear-gradient(120deg, #cc6d80, #ab0534);
}

.why-partners-red .advantages-list .list-row .title {
    font-size: 33px;
    line-height: 46px;
    color: #fff;
    font-family: Graphik-SemiBold;
}

.why-partners-red .advantages-list .list-row .description {
    margin-top: 25px;
    display: none;
}

.why-partners-red .advantages-list .list-row .description ul {
    padding: 0 0 0 20px;
    list-style: none;
    margin: 0;
}

.why-partners-red .advantages-list .list-row .description ul li::before {
    content: "\2022";
    color: #ab0534;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.why-partners-red .advantages-list .list-row.active {
    background-color: #fff;
}

.why-partners-red .advantages-list .list-row.active .title {
    color: #4d4d4d;
}

.why-partners-red .advantages-list .list-row.active .description {
    display: block;
}

/*our-values*/
.our-values {
    padding-bottom: 100px;
    background-color: #eceded;
}

.our-values .values {

}

.our-values .values .value-box {
    max-width: 275px;
    background-color: #fff;
    border-radius: 40px;
    height: 450px;
    padding: 20px;
    margin-bottom: 25px;
}

.our-values .values .value-box .content {
    padding: 30px 10px;
}

.our-values .values .value-box .title {
    color: #AB0534;
    font-size: 28px;
    line-height: 60px;
    font-family: Graphik-SemiBold;
    margin-bottom: 15px;
    text-align: center;
}

.our-values .values .value-box .description {
    color: #4d4d4d;
    font-size: 14px;
    line-height: 26px;
    font-family: Graphik-Regular;
    text-align: center;
}

.our-values .values .value-box:hover {
    background-color: #ECEDED;
}

.our-values .values .value-box:hover .description {
    color: #AB0534;
}

.our-values .values .value-box:hover {
    background: linear-gradient(120deg, #ab0534, #cc6d80);
    border-radius: 40px;
    position: relative;
}

.our-values .values .value-box:hover .content {
    background-color: #eceded;
    border-radius: 25px;
    height: 100%;
}

.our-values .values .value-box:hover .shape {
    background: #eceded;
    width: 100px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 20%;
}

.our-values .values .value-box:hover .shape:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #c75c74;
    position: absolute;
    top: 0;
    right: -10px;
    border-radius: 100%;
}

.our-values .values .value-box:hover .shape:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #c4546d;
    position: absolute;
    top: 0;
    left: -10px;
    border-radius: 100%;
}

/*directors*/
.directors {
    padding-bottom: 100px;
}

.directors .director {
    margin-bottom: 25px;
}

.directors .director img {
    max-width: 250px;
    margin-bottom: 50px;
    width: 100%;
    min-width: 250px;
}

.directors .director .name {
    color: #AB0534;
    font-size: 31px;
    line-height: 39px;
    font-family: Graphik-Medium;
    margin-bottom: 15px;
}

.directors .director .position {
    color: #4d4d4d;
    font-size: 16px;
    line-height: 28px;
    font-family: Graphik-Regular;
    text-align: center;
}

/*our products*/
.our-products {
    padding-bottom: 100px;
}

.our-products .img-our-products {
    max-width: 550px;
    margin-left: 100px;
    margin-top: 50px;
    margin-top: -75px;
}

.our-products p {
    margin-bottom: 25px;
    max-width: 550px;
}

/*gemini-banner*/
.gemini-banner {
    padding-bottom: 100px;
    background-color: #ab0534;
}

.gemini-banner img {
    margin-right: 75px;
}

.gemini-banner .title {
    color: #fff;
    font-size: 48px;
    line-height: 60px;
    font-family: Graphik-SemiBold;
    margin-bottom: 25px;
    text-align: left;
}

.gemini-banner .description {
    color: #fff;
    font-size: 24px;
    line-height: 38px;
    font-family: Graphik-Regular;
    text-align: left;
}

/*supp-insurance*/
.supp-insurance {
    padding-bottom: 100px;
    background-color: #ECEDED;
}

.supp-insurance .parent {
    padding: 10px 0;
    -webkit-columns: 275px 3;
    -moz-columns: 275px 3;
    columns: 275px 3;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-column-fill: balance;
    column-fill: balance;
}

.supp-insurance .child {
    min-width: 100%;
    margin: 0px;
    display: inline-block;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

.supp-insurance .child:nth-child(1) {
    margin-top: 75px;
}

.supp-insurance .child:nth-child(5) {
    margin-top: 50px;
}

.supp-insurance .insurance-card {
    background-color: #fff;
    border-radius: 20px;
    padding: 50px 50px;
}

.supp-insurance .insurance-card img {
    margin-bottom: 15px;
}

.supp-insurance .insurance-card .title {
    color: #ab0534;
    font-size: 28px;
    line-height: 60px;
    font-family: Graphik-SemiBold;
    margin-bottom: 15px;
}

.supp-insurance .insurance-card .text {
    color: #4d4d4d;
    font-size: 14px;
    line-height: 26px;
    font-family: Graphik-Regular;
    text-align: center;
}

/*stay-with-you*/
.stay-with-you {
    padding-bottom: 125px;
}

.stay-with-you .icon-motto {
    margin-bottom: 35px;
}

.stay-with-you .motto-text {
    color: #ab0534;
    font-size: 48px;
    line-height: 60px;
    font-family: Graphik-SemiBold;
    margin-bottom: 35px;
    text-align: center;
    max-width: 975px;
    width: 100%;
}

.stay-with-you .motto-logo {
    width: 190px;
}

/*how-to-insure*/
.how-to-insure {
    background: linear-gradient(180deg, #ECEDED, #FFFFFF);
    padding-bottom: 125px;
}

.how-to-insure .how-to-insure-box {
    margin-bottom: 25px;
}

.how-to-insure .how-to-insure-box .number-bg {
    margin-right: 25px;
    background-color: #ECEDED;
    border-radius: 20px;
    min-width: 150px;
    min-height: 150px;
}

.how-to-insure .how-to-insure-box .number-bg .number {
    font-size: 24px;
    line-height: 32px;
    font-family: Graphik-SemiBold;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(90deg, #cc6d80, #ab0534);
}

.how-to-insure .how-to-insure-box .content .title {
    color: #4d4d4d;
    font-size: 20px;
    line-height: 28px;
    font-family: Graphik-SemiBold;
    margin-bottom: 15px;
}

.how-to-insure .how-to-insure-box .content .dexcription {
    color: #4d4d4d;
    font-size: 16px;
    line-height: 28px;
    font-family: Graphik-Regular;
    padding-right: 25px;
}

/*documents*/
.documents {
    padding-bottom: 100px;
}

.documents .img-documents {
    max-width: 550px;
    margin-left: 100px;
    margin-top: -100px;
}

.documents .documents-text p {
    max-width: 450px;
    width: 100%;
}

/*.documents-list */
.documents-list {
    background: linear-gradient(180deg, #ECEDED, #FFFFFF 15%);
    padding-bottom: 75px;
}

.documents-list .category {
    color: #000;
    font-size: 32px;
    line-height: 60px;
    font-family: Graphik-SemiBold;
    margin-top: 50px;
    margin-bottom: 20px;
}

.documents-list .document a {
    color: #4d4d4d;
    font-size: 24px;
    line-height: 28px;
    font-family: Graphik-Regular;
    text-decoration: underline;
}

.documents-list .document img.icon-pdf {
    margin-right: 25px;
}

.documents-list .spacer-top {
    padding-top: 125px;
}

.documents-list p.short {
    max-width: 630px;
    width: 100%;
}

.documents-list p strong {
    color: #000;
    font-family: Graphik-Medium;
}

.documents-list .payment-short-text {
    max-width: 320px;
    width: 100%;
    margin-right: 15px;
    margin-bottom: 15px;
}

.documents-list .payment-iban-text {
    font-size: 14px;
    line-height: 28px;
    font-family: Graphik-Regular;
    margin-bottom: 15px;
}

.documents-list .payment-iban {
    font-size: 32px;
    line-height: 60px;
    font-family: Graphik-SemiBold;
    letter-spacing: -0.64px;
    background-color: #FAFAFA;
    padding: 10px 30px;
    border-radius: 20px;
}

.documents-list .icon-iban-copy {
    margin-left: 50px;
    cursor: pointer;
}

/*faq accordition*/
.accordion-subitems .card-header {
    padding: 20px 10px !important;
    border: none !important;
    font-weight: 700;
}

.accordion .none-list-style {
    list-style: none;
}

.accordion .info-card {
    border: none;
}

.accordion .info-header:after {
    font-family: 'FontAwesome';
    content: "\f106";
    float: right;
    color: #fff;
    font-size: 28px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #AB0534;
    padding-top: 2px;
    padding-left: 9px;
}

.accordion .info-header.collapsed:after {
    content: "\f107";
    padding-top: 5px;
    padding-left: 9px;
}

.accordion .info-header {
    background-color: #ECEDED !important;
    border: none;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    padding: 15px 35px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 25px;
    position: relative;
}

.accordion .info-header .card-title {
    color: #000;
    font-size: 24px;
    line-height: 36px;
    font-family: Graphik-Regular;
}

.accordion .info-body {
    padding: 25px 30px 40px 30px;
    display: flex;
    flex-direction: column;
}

.accordion .document {
    margin-bottom: 15px;
}

.accordion .document a {
    color: #4d4d4d;
    font-size: 18px;
    line-height: 28px;
    font-family: Graphik-Regular;
}

.accordion .document img {
    width: 25px;
}

.accordion .info-header .img-collapsed-accordition {
    position: absolute;
    left: 5px;
    top: 63px;
    display: none;
}

.accordion .info-header .img-collapsed-accordition {
    position: absolute;
    left: 5px;
    top: 63px;
    display: block;
}

.accordion .info-header.collapsed .img-collapsed-accordition {
    position: absolute;
    left: 5px;
    top: 63px;
    display: none;
}

/*table colored*/
.documents-list table {
    border-collapse: separate;
    color: #4d4d4d;
    border-radius: 20px;
    width: 100%;
    border-spacing: 0px;
    background-color: #4d4d4d;
    margin-bottom: 75px;
}

.documents-list table th,
.documents-list table td {
    border: 1px solid #4d4d4d;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 26px;
}

.documents-list table thead th:first-child {
    border-radius: 20px 0 0 0;
}

.documents-list table thead th:last-child {
    border-radius: 0 20px 0 0;
}

.documents-list table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 20px;
}

.documents-list table tbody tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
}

.documents-list table thead th {
    background-color: #AB0534;
    color: #fff;
}

table tbody td {
    background-color: #fff;
    color: #4d4d4d;
}

table tbody td:first-child,
table tbody td:last-child {
    background-color: #ECEDED;
}

/*insurance-issue*/
.insurance-issue {
    padding-bottom: 100px;
}

.insurance-issue .img-insurance-issue {
    max-width: 600px;
    margin-left: 100px;
    margin-top: -100px;
}

.insurance-issue .insurance-issue-text p {
    max-width: 450px;
    width: 100%;
}

/*.documents-list */
.call-insure {
    background: linear-gradient(180deg, #ECEDED, #FFFFFF);
    padding-bottom: 100px;
}

.call-insure .call-insure-box {
    margin-bottom: 25px;
}

.call-insure .call-insure-box .number-bg {
    margin-right: 25px;
    background-color: #fff;
    border-radius: 20px;
    min-width: 150px;
    min-height: 150px;
}

.call-insure .call-insure-box .number-bg .number {
    font-size: 24px;
    line-height: 32px;
    font-family: Graphik-SemiBold;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(90deg, #cc6d80, #ab0534);
}

.call-insure .call-insure-box .content .title {
    color: #4d4d4d;
    font-size: 20px;
    line-height: 28px;
    font-family: Graphik-SemiBold;
    margin-bottom: 15px;
}

.call-insure .call-insure-box .content .dexcription {
    color: #4d4d4d;
    font-size: 16px;
    line-height: 28px;
    font-family: Graphik-Regular;
    padding-right: 25px;
}

.call-insure .call-insure-box ul {
    padding: 0 0 0 20px;
    list-style: none;
    margin: 0;
    margin-top: 10px;
}

.call-insure .call-insure-box ul li::before {
    content: "\2022";
    color: #ab0534;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.call-insure .spacer-top {
    padding-top: 100px;
}

.call-insure .call-insure-card {
    margin-bottom: 50px;
}

.call-insure .call-insure-card .call-insure-header {
    margin-bottom: 25px;
}

.call-insure .call-insure-card .call-insure-header img.icon-call-insure {
    margin-right: 25px;
    min-width: 100px;
}

.call-insure .call-insure-card .call-insure-header .title {
    color: #000;
    font-size: 32px;
    line-height: 60px;
    font-family: Graphik-SemiBold;
}

.call-insure .call-insure-card ul {
    padding: 0 0 0 20px;
    list-style: none;
    margin: 0;
}

.call-insure .call-insure-card ul li::before {
    content: "\2022";
    color: #ab0534;
    font-weight: bold;
    display: inline-block;
    width: 21px;
    margin-left: -23px;
    font-size: 22px;
}

/*news*/
.page-news {
    max-width: 1200px;
    margin-bottom: 100px;
    margin-top: 50px;
}

.page-news .article-column:hover {
    box-shadow: 0 20px 30px 30px rgba(230, 230, 230, 0.6);
    border-radius: 25px;
    overflow: visible;
    z-index: 3;
    position: relative;
}

.page-news .short-column .article-column {
    border-right: 1px solid #f0f0f0;
}

.page-news .article-column > a {
    text-decoration: none;
}

.page-news .news-card {
    padding: 20px;
}

.page-news .news-card img {
    max-width: 410px;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-right: 20px;

}

.page-news .news-card .title {
    font-size: 32px;
    font-family: 'Graphik-Medium';
    color: #ab0534;
    line-height: 40px;
    margin-bottom: 20px;
}

.page-news .news-card .date {
    font-size: 16px;
    font-family: 'Graphik-Medium';
    color: #000;
    line-height: 28px;
    margin-bottom: 20px;
}

.page-news .news-card .tags {
    margin-bottom: 10px;
}

.page-news .news-card .tags .tag {
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 42px;
    width: auto;
    display: inline-block;
    background-color: #F0D2DA;
    color: #AB0534;
    font-size: 14px;
    padding: 11px 25px 0;
    font-family: 'Graphik-Medium';

}

.page-news .news-card .text {
    font-size: 16px;
    font-family: 'Graphik-Regular';
    color: #4d4d4d;
    line-height: 28px;
    margin-bottom: 20px;
}

.page-news .news-card .page-article-more {
    width: 30px;
    height: 30px;
}

.page-news-detail {
    margin-top: 25px;
}

.page-news-detail .img-page-news {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
}

.page-news-detail .news-content {
    text-align: left;
    padding-bottom: 100px;
}

/*contact*/
.contact {
    background-color: #ECEDED;
    padding-bottom: 100px;
}

.contact .block-container {
    margin-top: 100px;
}

.contact-form-block {
    padding-bottom: 100px;
}

.contact label {
    font-size: 16px;
    font-family: Graphik-Regular;
    line-height: 36px;
    color: #5D5D5D;
    margin-bottom: 0;
}

.contact .cancel-button {
    background-color: #fff;
    color:#4D4D4D;
    max-width: 150px;
    cursor: pointer;
}

.contact .form-control:focus {
    background-color: #fff;
    border-color: #ddd;
    outline: 0;
    box-shadow: none;
}

.public-contact .contact-block {
    margin-bottom: 40px;
}

.public-contact .contact-block .label {
    font-size: 16px;
    font-family: Graphik-Regular;
    line-height: 36px;
    color: #5D5D5D;
    margin-bottom: 0;
}

.contact .red-big-border {
    max-width: 320px;
}
.contact .red-big-border .content {
    background-color: #ECEDED;
    padding: 50px 40px;
}

.contact .red-big-border .shape {
    background: #ECEDED;
}

.public-contact .contact-block .value {
    font-size: 24px;
    font-family: Graphik-Medium;
    line-height: 36px;
    color: #4d4d4d;
}

.public-contact .contact-block .time {
    font-size: 32px;
    font-family: Graphik-Medium;
    line-height: 28px;
    color: #4d4d4d;
    margin-bottom: 12px;
}

/*call-banner*/
.call-banner {
    padding-bottom: 100px;
    background-color: #ab0534;
}

.call-banner img {
    margin-right: 75px;
}

.call-banner .title {
    color: #fff;
    font-size: 48px;
    line-height: 60px;
    font-family: Graphik-SemiBold;
    margin-bottom: 25px;
    text-align: left;
}

.call-banner .description {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-family: Graphik-Regular;
    text-align: left;
    max-width: 625px;
}

.call-banner .page-big-btn {
    font-size: 26px;
    line-height: 40px;
    font-family: Graphik-Medium;
    padding: 20px 50px;
    background-color: #fff;
    color:#AB0534;
    margin-left: 50px;
    height: 72px;
    border-radius: 35px;
}

.contact-info {
    padding-bottom: 100px;
}

.contact-info .info {
    color: #4d4d4d;
    font-size: 24px;
    line-height: 38px;
    font-family: Graphik-Regular;
    max-width: 900px;
}

.contact-info .info strong {
    color: #000;
    font-family: Graphik-Medium;
}

.contact-info .description {
    color: #4d4d4d;
    font-size: 16px;
    line-height: 28px;
    font-family: Graphik-Regular;
    margin-top: 20px;
    max-width: 900px;
}

.contact-info  .description ul {
    padding: 0 0 0 20px;
    list-style: none;
    margin: 0;
    margin-top: 25px;
}

.contact-info  .description ul li::before {
    content: "\2022";
    color: #ab0534;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}



input[type=text],
input[type=email] {
    background-color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 10px;
    height: 66px;
    min-width: 230px;
    max-width: 425px;
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 24px;
    font-family: Graphik-Medium;
    line-height: 36px;
    border: 2px solid #fff;
    outline: none !important;
    color: #000;
}

input#form_number {
    max-width: 100%;
}

textarea {
    background-color: #fff;
    border: none !important;
    border-radius: 10px !important;
    box-shadow: none;
    height: 220px;
    min-width: 230px;
    width: 100%;
    padding: 15px 25px !important;
    margin-bottom: 20px;
    font-size: 18px !important;
    line-height: 36px !important;
    outline: none !important;
    color:#000000 !important;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #ab0534 !important;
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #ab0534 !important;
    box-shadow: none !important;
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    /*border-color: #d6d8da !important;*/
    box-shadow: none !important;
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #ab0534 !important;
    box-shadow: none !important;
}

.was-validated .my-checkradio:invalid + label span:first-child {
    border: 3px solid #ab0534 !important;
}

.was-validated .my-checkradio:valid + label span:first-child {
    border-color: #d6d8da !important;
}

/*faq accordition*/
.accordion-subitems .card-header {
    padding: 20px 10px !important;
    border: none !important;
    font-weight: 700;
}

.accordion .none-list-style {
    list-style: none;
}

.accordion .card {
    border: none;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f106";
    float: right;
    color: #ab0534;
    font-size: 50px;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f107";
}

.accordion .card-header {
    background-color: #fff !important;
    border: none;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    padding: 30px 10px;
    text-align: center;
}

.accordion .card-body {
    border-bottom: 1px solid #eee;
}

.accordion .card-header .card-title {
    color: #ab0534 !important;
    font-size: 50px;
}

select {
    cursor: pointer;
    background-color: #fff;
    box-shadow: none;
    border-radius: 0;
    height: 60px;
    padding: 10px 50px 10px 20px;
    font-size: 20px;
    border: 2px solid #d6d8da;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../../assets/img/icon-select-arrow.png");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 20px);
    background-position-y: 22px;
}

/*header - navbar*/
.header {
    background-color: #fff;
    padding: 0 50px;
    height: 100px;
}

.navbar .navbar-toggler {
    color: #ab0534;
}

.navbar .navbar-toggler:hover {
    background-color: #eee;
    filter: brightness(100%);
}

/*custom checkbox/radio*/
.checkbox {
    text-align: left;
    margin: 15px 0;
}

.personal-information .text {
    margin: 0 0 0 15px;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.checkbox label,
.radio label {
    padding-left: 0;
}

.my-checkradio {
    display: none;
}

.my-checkradio + label span:first-child {
    display: inline-block;
    min-width: 30px;
    min-height: 30px;
    vertical-align: bottom;
    background-color: #fff;
    cursor: pointer;
    border-radius: 10px;
}

.my-checkradio.check.error,
.my-checkradio.check.valid {
    /*display: inline-block;*/
    min-width: 30px;
    min-height: 30px;
    vertical-align: bottom;
    border: 3px solid #d2d0ce;
    background-color: #fff;
    cursor: pointer;
}

label.error {
    color: red;
    font-size: 15px;
}

.my-checkradio.check:checked + label span:first-child {
    background: #ab0534 url(../img/check.svg) no-repeat center center;
}

.my-checkradio.bullet:checked + label span:first-child {
    background: #ab0534 url(../img/bullet.png) no-repeat center center;
}

/*pagination*/
.pagination {
    margin-top: 40px;
}

.pagination .page-link {
    color: #4e5456;
    background-color: transparent;
    border: none;
    box-shadow: none;
    font-size: 25px;
    padding: 5px 7px;
}

.pagination .page-link img {
    margin-top: -5px;
}

.pagination .page-link.active,
.pagination .page-link:active,
.pagination .page-link:hover {
    color: #ab0534;
    text-decoration: none;
}

.pagination .active-page {
    color: #ab0534;
    font-size: 16px;
    text-decoration: none;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    color: #ab0534;
    font-size: 25px;
}

.copyright {
    background-color: #fff;
    padding: 5px 0;
    margin: 0 auto;
}

.copyright-gdpr {
    background-color: #ECEDED;
    padding: 5px 0;
    margin: 0 auto;
}

.copyright-gdpr a {
    color: #4D4D4D;
    font-size: 16px;
    line-height: 28px;
    display: block;
    margin-left: 10px;
}

.copyright .copyright-text {
    color: #4D4D4D;
    font-size: 14px;
    line-height: 28px;
    font-family: Graphik-Regular;
}

.copyright .partners-text {
    color: #ab0534;
    font-size: 14px;
    line-height: 28px;
    font-family: Graphik-SemiBold;
    text-transform: uppercase;
}

.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#mouseon-examples {
    width: 100%;
}

#powerTip.formPowerTip{
    /*width: 500;*/
    white-space: normal;
}
#powerTip.formPowerTip p{
    display: inline-block;
    font-size: 12px;
}

/*responsive*/

@media (max-width: 1600px) {

}

@media (min-width: 1500px) {
    .block-container {
        width: 1400px;
    }
}

@media (max-width: 1499px) {
    .block-container {
        max-width: 100%;
        width:100%;
        padding: 0 25px;
    }
}

@media (max-width: 1400px) {
    .banner-bordered-text {
        position: absolute;
        top: 50px;
        left: 10vw;
        width: 384px;
        height: 500px;
        padding: 25px;
    }

    .banner-bordered-text .title {
        margin-bottom: 40px;
        font-size: 42px;
        line-height: 55px;
    }

    .banner-bordered-text .description {
        font-size: 18px;
        line-height: 25px;
    }

    .banner-bordered-text .page-big-btn {
        margin-top: 25px;
        width: 250px;
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 1199px) {
    .banner-bordered-text {
        background-image: none;
        top: 5vw;
        height: auto;
        left: 3vw;
    }

    .banner-bordered-text .title {
        margin-bottom: 25px;
        font-size: 38px;
        line-height: 45px;
    }

    .banner-bordered-text .description {
        font-size: 16px;
        line-height: 25px;
    }

    .banner-bordered-text .page-big-btn {
        margin-top: 25px;
        width: 200px;
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }

    .why-partners .box .title {
        font-size: 27px;
        line-height: 33px;
        margin-bottom: 15px;
    }

    .why-person .person-advantage {
        padding: 0 50px;
        font-size: 20px;
        line-height: 30px;
        font-family: Graphik-Regular;
        color: #000;
    }

    .contact-mobile-block img {
        width: 275px;
        bottom: -250px;
        position: relative;
        left: 25px;
    }

    .why-partners .box-referencie .title {
        font-size: 25px;
        line-height: 33px;
    }

    .partners-links .box .description {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 991px) {
    .banner-bordered-text .title {
        margin-bottom: 20px;
        font-size: 35px;
        line-height: 40px;
    }

    .banner-bordered-text .description {
        font-size: 15px;
        line-height: 22px;
    }

    h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .why-person .person-advantage {
        padding: 0px 25px;
        font-size: 18px;
        line-height: 27px;
    }

    .why-person .person-advantage.dot::after {
        content: '';
        width: 6px;
        height: 6px;
        display: block;
        position: absolute;
        right: 0;
        top: 15px;
        border-radius: 50%;
        background-color: #ab0534;
    }

    .contact-mobile-width {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .contact-mobile-block img {
       display: none;
    }

    .mobile-flex-start {
        justify-content: flex-start;
    }

    .why-partners .box-referencie .title {
        font-size: 20px;
        line-height: 30px;
    }

    .partners-links .box {
        min-height: 250px;
        padding: 15px;
    }

    .partners-links .box .description {
        height: auto !important;
    }
}

@media (max-width: 768px) {
    .mobile-banner-bg {
        background-image: url('../images/autumn-campain/PG_future_jesennakampan_landing_page.jpg');
        height: 550px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .banner-bordered-text {
        background-image: none;
        bottom: 90px;
        top: 75px;
        height: 40%;
        left: 0;
        right: 300px;
        margin: 0 auto;
        width: auto;
        background-color: rgba(0,0,0, 0.35);
        width: 45%;
        padding: 15px;
        border-radius: 40PX;
    }

    .banner-bordered-text .title {
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 30px;
    }

    .banner-bordered-text .description {
        font-size: 15px;
        line-height: 18px;
    }

    .banner-bordered-text .page-big-btn {
        margin-top: 15px;
        width: 200px;
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }

    h1 {
        font-size: 30px;
        line-height: 40px;
    }

    h1 br{
        display: none;
    }

    .why-partners .box {
        min-height: 250px;
    }

    .why-partners .box .title {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .why-partners .box .description {
        font-size: 14px;
        line-height: 20px;
    }

    .why-partners a {
        font-size: 14px;
    }


    .why-person .person-advantage {
        padding: 0 0 0 20px;
        text-align:left !important;
        font-size: 18px;
        line-height: 27px;
        min-height: 0;
        margin-bottom: 20px;
    }

    .why-person .person-advantage.dot::after {
        display:none;
    }

    .why-person .person-advantage::before {
        content: '';
        width: 6px;
        height: 6px;
        display: block;
        position: absolute;
        left: 0;
        top: 10px;
        border-radius: 50%;
        background-color: #ab0534;
    }

    .mobile-centered,
    .mobile-centered h1,
    .mobile-centered .gradinet-spacer {
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
    }

    label {
        text-align: left;
        width: 100%;
    }

    input[type="text"], input[type="email"] {
        height: 50px;
        min-width: 230px;
        max-width: 100%;
        width: 100%;
        padding: 3px 20px 0;
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 30px;
        border: 1px solid #fff;
    }

    .contact-us-form-btn {
        text-align:left;
    }

    .why-partners .box-referencie {
        min-height: 150px;
        padding: 15px;
    }
}

@media (max-width: 575px) {
    .banner-bordered-text {
        background-image: none;
        height: 35%;
        left: 0;
        right: 125px;
        margin: 0 auto;
        width: 60%;
        top: 20px;
    }
    
    .banner-bordered-text .title {
        margin-bottom: 15px;
        font-size: 25px;
        line-height: 25px;
    }

    .banner-bordered-text .description {
        font-size: 12px;
        line-height: 18px;
    }
    /* .banner-bordered-text {
        background-image: none;
        height: 45%;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 85%;
        top: 90px;
    } */
    .mobile-banner-bg {
        background-image: url('../images/autumn-campain/PG-future-autumn-landing-page-mobile.jpg');
        height: 550px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
        
    .why-partners .box {
        min-height: 225px;
    }
}

@media (max-width: 475px) {
    .banner-bordered-text {
        background-image: none;
        height: 40%;
        left: 0;
        right: 125px;
        margin: 0 auto;
        width: 60%;
        top: 20px;
    }
    
    .banner-bordered-text .title {
        margin-bottom: 15px;
        font-size: 25px;
        line-height: 25px;
    }

    .banner-bordered-text .description {
        font-size: 12px;
        line-height: 18px;
    }
    /* .banner-bordered-text {
        background-image: none;
        height: 45%;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 85%;
        top: 90px;
    } */
    .mobile-banner-bg {
        background-image: url('../images/autumn-campain/PG-future-autumn-landing-page-mobile.jpg');
        height: 550px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .banner-bordered-text .page-big-btn {
        margin-top: 15px;
        width: auto;
        font-size: 14px;
        line-height: 20px;
        height: 35px;
    }
}

@media (max-width: 365px) {
    .banner-bordered-text {
        background-image: none;
        height: 35%;
        left: 0;
        right: 100px;
        margin: 0 auto;
        width: 65%;
        top: 10px;
    }
    
    .banner-bordered-text .title {
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 25px;
    }

    .banner-bordered-text .description {
        font-size: 11px;
        line-height: 18px;
    }
    /* .banner-bordered-text {
        background-image: none;
        height: 45%;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 85%;
        top: 90px;
    } */
    .mobile-banner-bg {
        background-image: url('../images/autumn-campain/PG-future-autumn-landing-page-mobile.jpg');
        height: 550px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
}

@media (max-width: 325px) {
    .banner-bordered-text {
        background-image: none;
        height: 35%;
        left: 0;
        right: 95px;
        margin: 0 auto;
        width: 65%;
        top: 10px;
    }
    .banner-bordered-text .page-big-btn {
        margin-top: 15px;
        width: auto;
        font-size: 12px;
        line-height: 20px;
        height: 30px;
    }
  /*  .banner-bordered-text {
       background-image: none;
       height: 37%;
       left: 0;
       right: 0;
       margin: 0 auto;
       width: 90%;
       top: 230px;
   } */
}


