* {
    outline: none !important
}

input[type='text'], input[type='password'], input[type='number'], textarea {
    -webkit-appearance: none;
}

input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
}

div[id^="wait_comp_"] {
}

.bx-firefox input.form-control[type="file"] {
    padding: 0px;
}

.adm-workarea * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.adm-workarea textarea {
    line-height: 18px;
}

.bx-calendar-button-text {
    height: 23px;
}

:root {
    /*--color-primary:#1B324C;*/
    --color-white: #fff;
    --color-black: #000;
    --color-primary: #D2233C;
    --color-primary2: #1B324C;
    --color-secondary: #95D608;
    --color-disabled: #222;
}


.modal {
    --bs-modal-border-radius: 0;
}

.btn {
    --bs-btn-border-radius: 0;
    text-decoration: none !important;
    text-transform: uppercase;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--color-primary);
    --bs-btn-border-color: var(--color-primary);

    --bs-btn-hover-color: var(--color-balck);
    --bs-btn-hover-bg: var(--color-white);
    --bs-btn-hover-border-color: var(--color-primary);

    --bs-btn-active-color: var(--color-balck);
    --bs-btn-active-bg: var(--color-white);
    --bs-btn-active-border-color: var(--color-primary);

    --bs-btn-disabled-color: var(--color-balck);
    --bs-btn-disabled-bg: var(--color-white);
    --bs-btn-disabled-border-color: var(--color-primary);
}

.btn-outline-primary {
    --bs-btn-color: var(--color-primary);
    --bs-btn-bg: #fff;
    --bs-btn-border-color: var(--color-primary);

    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--color-secondary);
    --bs-btn-hover-border-color: var(--color-secondary);

    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--color-secondary);
    --bs-btn-active-border-color: var(--color-secondary);

    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--color-disabled);
    --bs-btn-disabled-border-color: var(--color-disabled);
}


.btn-secondary {
    --bs-btn-color: var(--color-black);
    --bs-btn-bg: var(--color-white);
    --bs-btn-border-color: var(--color-white);

    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--color-primary);
    --bs-btn-hover-border-color: var(--color-white);

    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--color-primary);
    --bs-btn-active-border-color: var(--color-primary);

    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--color-disabled);
    --bs-btn-disabled-border-color: var(--color-disabled);
}


@font-face {
    font-family: FuturaPT;
    src: url(webfonts/FuturaPT/FuturaPT-Book.ttf) ;
    font-weight: 400;
}

@font-face {
    font-family: FuturaPT;
    src: url(webfonts/FuturaPT/FuturaPT-Demi.ttf) ;
    font-weight: 500;
}


@font-face {
    font-family: Inter;
    src: url(webfonts/Inter/Inter_24pt-Light.ttf) ;
    font-weight: 300;
}
@font-face {
    font-family: Inter;
    src: url(webfonts/Inter/Inter_24pt-Regular.ttf) ;
    font-weight: 400;
}
@font-face {
    font-family: Inter;
    src: url(webfonts/Inter/Inter_24pt-Medium.ttf) ;
    font-weight: 500;
}
@font-face {
    font-family: Inter;
    src: url(webfonts/Inter/Inter_24pt-Bold.ttf) ;
    font-weight: 600;
}
@font-face {
    font-family: Inter;
    src: url(webfonts/Inter/Inter_18pt-ExtraBold.ttf) ;
    font-weight: 700;
}


/*
.g-recaptcha {-webkit-transform: scale(0.88);-moz-transform: scale(0.88);-ms-transform: scale(0.88);-o-transform: scale(0.88);transform: scale(0.88);-webkit-transform-origin: 0 0;-moz-transform-origin: 0 0;-o-transform-origin: 0 0;-ms-transform-origin: 0 0;transform-origin: 0 0;}
*/

/*
.fancybox-item.fancybox-close { top: 0px;right: 0px; 	width: 2.25rem;height: 2.25rem;font-size: 1.125rem; line-height: 2.25rem;background: red;	color: #fff;text-align: center; opacity: 0.5;}
.fancybox-item.fancybox-close:hover {text-decoration: none; opacity: 1;}
.fancybox-item.fancybox-close:after {content: '\f00d';font-family: "Font Awesome 5 Free"; font-weight: bold;}
.fancybox-nav span {width: 2.25rem;height: 2.25rem;margin-top: -1.125rem;font-size: 1.125rem; line-height: 2.4375rem; background: red;text-align: center;font-family: "Font Awesome 5 Free"; font-weight: bold; color: #fff; opacity: .5;}
.fancybox-nav span:hover {opacity: 1;}
.fancybox-prev span:after {content: '\f053';}
.fancybox-next span:after {content: '\f054';}
*/

/*
.bx-wrapper .bx-controls-direction a {width: 2.25rem; height: 2.25rem; font-family: "Font Awesome 5 Free"; font-weight: bold; margin-top: -1.125rem; background: red; color: #fff; opacity:0.5; line-height: 2.25rem; overflow: hidden;}
.bx-wrapper .bx-controls-direction a:hover {opacity: 1; text-decoration: none;}
.bx-wrapper .bx-controls-direction a:focus {text-decoration: none;}
.bx-wrapper .bx-controls-direction a:before {display: block; text-align: center; text-indent: 0px;}
.bx-wrapper .bx-controls-direction a.disabled {}
.bx-wrapper .bx-next:before {content: "\f054";}
.bx-wrapper .bx-prev:before {content: "\f053";}
*/


/* bootstrap  */

a, .btn-link, a:focus, .btn-link:focus {
    text-decoration: none;
}

a:hover, .btn-link:hover {
    text-decoration: underline;
}

img, svg {
    max-width: 100%;
    max-height: 100%;
}

.form-group {
}

.alert {
}

.modal .fade:not(.show) {
    opacity: 1;
}

.form-control {
}

.form-control:focus {
}

.btn-primary:focus, .btn-primary {
}

.btn-primary:active:focus, .btn-primary:active, .btn-primary:hover, .btn-primary.active, .btn-primary.active:hover {
}

.accordion-button:focus {
    border-top: 1px solid #CECECE;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

/* template  */
html {
    font-size: 16px;
    overflow: auto;
}

.body {
    min-height: 100vh;
    overflow: hidden;
}

footer {
    margin-bottom: -1.5rem;
    position: relative;
    z-index: 10;
}

.body._main footer {
	margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.top_menu {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

._main .top_menu {
    padding-top: 3.1rem;
    padding-bottom: 2.85rem;
}

.body__header {
    background: var(--color-primary);
    color: #fff;
    position: relative;
    box-shadow: 0 -2px 7px 8px #c9c9c9;
    margin-bottom: 2.75rem;
}

._main .body__header {
    box-shadow: none;
    margin-bottom: 7.25rem;
}

._main .body__header:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: url(images/rectangle.jpg) bottom center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    content: '';
}

._main .content__header {
    position: relative;
    z-index: 2;
    padding-bottom: 4.4rem;
}

.header_banner {
    padding: 6rem 0;
}

.content__header {
}

.body__page {
}

.body__footer {
}

.header__logo {
    display: block;
}
.header__logo img {
	width: 100%;
	max-width: 17.25rem;
	height: 3.75rem;
}

.header_bannerVideo {
    position: relative;
}

.header_bannerVideo:after {
    padding-right: 3rem;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(153, 237, 229, 0.20) 0%, rgba(178, 241, 235, 0.16) 25.52%, rgba(215, 246, 243, 0.10) 43.23%, rgba(234, 249, 247, 0.07) 82.29%, rgba(251, 251, 251, 0.04) 100%);

    box-shadow: 0px 0px 20px 2px #64CCC5;
    filter: blur(125px);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
}

.header_bannerVideo_inner {
    position: relative;
    padding-top: 100%;
    border-radius: 50%;
}

h2.nbH2 {
    font-size: 2rem;
    font-family: "FuturaPT";
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 1.19rem;
    color: #1B324C;
}

.nbH1 h1 {
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 2.75rem;
    font-weight: 500;
    font-family: "FuturaPT";
    color: var(--color-black);
    color: #1B324C;
}

.header_bannerInfo {
    width: 100%;
}

.header_bannerInfoH1 h1 {
    text-transform: uppercase;
    font-size: 3.125rem;
    font-weight: 500;
    margin-bottom: 2.56rem;
    font-family: FuturaPT, sans-serif;
}

.header_bannerInfo_text {
    font-size: 1.125rem;
    line-height: 1.25;
    padding-top: 4rem;
    /*margin-bottom: 5.81rem;*/
    letter-spacing: 0.025rem;
}

.header_bannerImage {
}
.header_banner-Image {
}
.header_bannerImage img {
    max-width: 113%;
}


.header_bannerVideo_inner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(images/Ellipse_1.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.header_bannerVideo_inner:after {
    content: '';
    position: absolute;
    left: 3rem;
    right: 3rem;
    bottom: 3rem;
    top: 3rem;
    background: url(images/Ellipse_2.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;;
}

.header_bannerVideo_rounds {
    position: absolute;
    left: 6rem;
    right: 6rem;;
    top: 6rem;;
    bottom: 6rem;
    border-radius: 50%;
    background-color: #cecece;
    z-index: 20;
}

.header_bannerVideo_rounds > div {
    height: 100%;
}



.benifits-pic {
	display: flex;
	justify-content: center;
	padding-bottom: 5rem;
}



.footer {
    margin-top: 3.31rem;
}

.footer_copy {
    background: #000;
    color: #fff;
    padding: 0.75rem 0;
}

.footer_copy a {
    color: #fff;
}

.footer_form {
    background: var(--color-primary);
    padding: 3.75rem 0rem 1.125rem 0rem;
}

.footer_menu {
    padding: 1.35rem 0 .35rem 0;
    background: #000;
    color: #fff;
}
.footer_menu .nbTopMulti > li > a {
    padding: 0.5rem 3.5rem;
}
.footer_menu .nbTopMulti > li > a:hover {
    color: var(--color-primary) !important;
}

.swiper-button-next, .swiper-button-prev {
    color: var(--color-primary);
}



.page404 {
	text-align: center;
    padding-top: 4.27rem;
}
.page404_text {
	padding-top: 4.27rem;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 500;
}
.page404_text a {
	color: #000;
	text-decoration: none;
	transition: .35s;
}
.page404_text a:hover {
	color: var(--color-primary);
	text-decoration: none;
	transition: .35s;
}


@media (min-width: 1340px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

@media (min-width: 1620px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1584px;
    }
}

@media (max-width: 1340px) {
    html {
        font-size: 15px;
    }

    .nbBenifits_itemText {
        max-width: 100% !important;
        letter-spacing: 0;
    }

}


/*desktops*/
@media (max-width: 1200px) {
    html {
        font-size: 14px;
    }

    .nbBenifits_itemText {
        line-height: 1.2;
    }

    .nbFormOne_H2 {
        font-size: 1.5rem;
    }
}

/*tablets*/
@media (max-width: 991px) {
    html {
        font-size: 13px;
    }

    .header_bannerInfoH1 h1 {
        font-size: 2.5rem;
    }

    .header__logo {
        margin-left: 0;
        text-align: center;
        margin-bottom: 1rem;
    }
    .header__logo img {
    	width: 40%;
    }

    .youTubeVideo._link:after {
        width: 8rem;
        height: 8rem;
    }

    .header_bannerVideo_rounds {
        left: 4rem;
        right: 4rem;
        top: 4rem;
        bottom: 4rem;
    }

    .nbBenifits_rounds_inner {
        display: none;
    }

    .nbBenifits_item {
        padding: 0 !important;
        margin-bottom: 1.5rem;
        text-align: center !important;
    }

    .nbBenifits_col:first-child .nbBenifits_item, .nbBenifits_item {
        justify-content: center;
    }

    .nbBenifits_itemText {
        text-align: center !important
    }

    h2.nbH2 {
        font-size: 1.75rem;
    }

    .nbBenifits h2.nbH2, .nbBenifits_text {
        text-align: center;
    }

    .nbBenifits_col:first-child {
        padding-bottom: 0;
    }

    .btn.nbFormOne__actionBtn {
        margin-top: -0.5rem;
    }

    .nbFormOne_Info {
        padding-left: 0;
    }

    .nbFormOne__footer {
        padding-right: 0;
    }

    .nbAuto_step {
        display: flex;
        position: relative;
    }

    .nbAuto_drop {
        flex: 1;
    }

    .nbAuto_indic:after {
        display: none;
    }

    .nbAuto_indic {
        margin-right: 1.5rem;
        flex: none;
        position: static;
    }

    .nbAuto_indic .btn {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, 0)
    }
}

/*phones*/
@media (max-width: 767px) {
    html {
        font-size: 12px;
    }
    ._main .content__header {
	    padding-bottom: 0;
	}
    .header_banner {
        padding: 0 0 3.25rem 0;
    }
    ._main .body__header {
        margin-bottom: 3.7rem;
    }
    .header_bannerInfo_text {
        padding-top: 1.92rem;
        margin-bottom: 8rem;
    }
    .header_bannerImage img {
        max-width: 100%;
    }

    .header_bannerVideo_rounds {
        left: 6rem;
        right: 6rem;
        top: 6rem;
        bottom: 6rem;
    }

    ._main .top_menu, .top_menu {
        padding-top: 1.5rem;
        padding-bottom: 1rem;
    }

    .header_bannerInfo_carusel {
        margin-bottom: 5rem;
    }

    .nbFormOne__footer {
        padding-left: 0;
    }

    .nbFormOne__fieldRow._captcha {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1rem;
    }
    .footer-col:nth-child(1) {
        margin-top: 2rem;
    }
    .footer-col {
        display: flex;
        justify-content: center;
    }
    .footer-col:nth-child(2) {
        margin-bottom: 2rem;
    }

}

@media (max-width: 575px) {
    .header__logo img {
        width: 90%;
    }
    .nbTopMulti {
        display: block;
    }

    .nbTopMulti > li {
        display: block;
    }

    .nbTopMulti > li > a {
        text-align: center;
    }

    .top_menu .nbTopMulti {
        overflow: hidden;
        max-height: 0;
        transition: max-height 1s;
    }

    .top_menu {
        position: relative;
    }

    .menuToggle {
        position: absolute;
        left: 1.5rem;
        top: 2.75rem;
        font-size: 1.25rem;
        text-transform: uppercase;
        display: flex;
        align-items: center;
    }

    .menuToggle_burger {
        margin-right: 0.5rem;
    }

    .menuToggle_burger span {
        width: 20px;
        height: 2px;
        background: #fff;
        margin-bottom: 3px;
        display: block;
        transition: 0.5s
    }

    .menuToggle_burger span:last-child {
        margin-bottom: 0;
    }

    .__active .nbTopMulti {
        max-height: 30rem;
    }

    .__active .menuToggle_burger span:first-child {
        transform: rotate(-45deg) translate(-7px, -1px);
    }

    .__active .menuToggle_burger span:nth-child(2) {
        opacity: 0;
    }

    .__active .menuToggle_burger span:last-child {
        transform: rotate(45deg) translate(-8px, 0px);
    }

    .footer_menu .header__logo {
        margin-right: auto;
    }

    .header__logo {
        margin-left: auto;
        max-width: 14rem;
    }


}
@media (max-width: 450px) {
	.page404_text {
		padding-top: 0;
	}	    
}