@font-face {
    font-family: 'Euclid Circular A';
    src: url('/font/EuclidCircularA.otf') format('opentype'),
    url('/font/EuclidCircularA.woff2') format('woff2'),
    url('/font/EuclidCircularA.woff') format('woff'),
    url('/font/EuclidCircularA.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    display: swap;
}
@font-face {
    font-family: 'Euclid Circular A';
    src: url('/font/EuclidCircularA-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    display: swap;
}
* {
    padding: 0;
    margin: 0;
    color: #000
}

a {
    text-decoration: none
}

a:focus,
a:active,
a:hover {
    text-decoration: none
}

img {
    max-width: 100%
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style: none
}

.btnInfoCustom {
    background-color: #e50923;
    color: #fff;
    transition: .2s
}

.btnInfoCustom:hover {
    background-color: rgba(229, 9, 35, .8);
    color: rgba(255, 255, 255, .8)
}

.MakeSearch:hover,
.MakeSearch {
    width: 250px;
    background-color: #e21111;
    color: #fff;
    border-radius: 4px;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 2em;
    font-size: 16px;
    cursor: pointer
}

@media(max-width: 767.98px) {
    .MakeSearch:hover,
    .MakeSearch {
        margin-top: 2em
    }
}

#elementLogo {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 32px;
    line-height: 41px;
}

#elementLogo img {
    height: 28px;
    margin-right: 10px
}

#elementLogo span.domain {
    font-size: 32px;
}

#elementLogo span.hierarchy {
    font-size: 32px;
    color: #37B98A !important
}

@media(max-width: 992px) {
    #elementLogo span.domain, #elementLogo span.hierarchy {
        font-size: 20px;
        line-height: 25px;
    }
}

#elementLogoBottom {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    color: #000000;
}

#elementLogoBottom span.hierarchy {
    color: #37B98A
}

#CountryFlags ul {
    box-sizing: border-box;
    display: block
}

#CountryFlags ul li {
    display: none;
    margin-top: 8px
}

#CountryFlags ul li a {
    display: block
}

#CountryFlags ul li a img {
    width: 20px;
    height: 20px
}

#CountryFlags ul li:nth-of-type(1) {
    margin-top: 0
}

#CountryFlags ul:hover li,
#CountryFlags ul li.active {
    display: block
}

#advantages {
    padding-top: 180px;
    background: #fff
}

#advantages .container {
    max-width: 1368px;
    margin: auto;
    padding-left: 28px;
    padding-right: 28px;
}

#advantages .advantagesTop {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.2em;
    margin-bottom: 48px;
}

#advantages .advantagesTop span{
    color: #37B98A;
}

#advantages .title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 2em
}

#advantages .title span {
    color: #e21111
}

#advantages .title .PCBreak {
    display: block;
    clear: both
}

#advantages .loop {
    text-align: center;
}

#advantages .loop .icon {
    margin-bottom: 2em
}

#advantages .loop .icon img {
    width: auto;
    height: 133px
}

#advantages .loop .title {
    margin-bottom: 16px
}

#advantages .loop .title p {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #37B98A;
}

#advantages .loop .brief p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #666666;
}

#advantages .advantagesBottom {
    position: relative;
    margin-top: 35px;
    background: #eff8f9;
    border-radius: 16px;
}

#advantages .advantagesBottom .advantagesTextBox {
    position: absolute;
    margin-top: 30px;
    margin-left: 68px;
    z-index: 50;
}

#advantages .advantagesBottom .advantagesTextBox .advTitle span {
    color: #37B98A;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    display: block;
    width: 550px;
}

#advantages .advantagesBottom .advantagesTextBox .advTitle p {
    color: #000;
}

#advantages .advantagesBottom .advantagesTextBox .subtitle {
    margin-top: 24px;
    width: 590px;
}

#advantages .advantagesBottom .advantagesTextBox .subtitle span {
    color: #666;
}

#advantages .advantagesBottom .advantagesTextBox .subtitle p {
    font-size: 16px;
    color: #37B98A;
    margin: 0;
}

#advantages .advantagesBottom .advantagesTextBox .btns {
    margin-top: 24px;
    width: 650px;
}

#advantages .advantagesBottom .advantagesTextBox .btns .box {
    margin-top: 16px;
}

#advantages .advantagesBottom .advantagesTextBox .btns .box img {
    position: absolute;
    margin-top: 16px;
}

#advantages .advantagesBottom .advantagesTextBox .btns .box span{
    color: #666;
    font-weight: bold;
    font-size: 14px;
    margin-left: 26px;
}
#advantages .advantagesBottom .advantagesTextBox .btns .box p{
    color: #666;
    font-weight: normal;
    margin-left: 26px;
}

#advantages .advantagesBottom .advantagesTextBox .btns .line2 img,
#advantages .advantagesBottom .advantagesTextBox .btns .line3 img {
    margin-top: 21px;
}

#advantages .advantagesBottom .advantagesTextBox .advBtn {
    display: flex;
    width: 152px;
    height: 50px;
    flex-direction: row;
    padding: 16px 24px;
    gap: 10px;
    background: #37B98A;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #FFF;
    margin-top: 33px;
}
#advantages .advantagesBottom .advantagesImgCol {
    margin: auto;
    margin-right: 0;
}

#advantages .advantagesBottom .advantagesImg {
    background-image: linear-gradient(270deg, rgba(252, 252, 252, 0) 76%, #eff8f9 100%),url('/img/advantages/bottomImg.svg');
    margin: auto;
    margin-right:0;
    height: 563px;
    width: 720px;
}

@media(max-width: 1219px) {
    #advantages .advantagesBottom .advantagesTextBox .subtitle,
    #advantages .advantagesBottom .advantagesTextBox .btns {
        width: 600px;
    }
    #advantages .advantagesBottom .advantagesTextBox .btns .line1 img {
        margin-top: 21px;
    }
}

@media(max-width: 1168px) {
    #advantages .advantagesBottom .advantagesImg {
        width: 100%;
    }
    #advantages .advantagesBottom .advantagesTextBox .subtitle {
        width: 550px;
    }
    #advantages .advantagesBottom .advantagesTextBox .btns {
        width: 511px;
    }
    #advantages .advantagesBottom .advantagesTextBox .btns .line3 img {
        margin-top: 35px;
    }
}

@media(max-width: 991.98px) {
    #advantages {
        padding-top: 80px;
    }
    #advantages .container .loop {
        margin: auto;
        max-width: 310px;
    }
    #advantages .containerBottom {
        padding-left: 16px;
        padding-right: 16px;
    }
    #advantages .loop .icon {
        margin-bottom: 24px;
    }
    #advantages .advantagesTop {
        margin-bottom: 40px;
    }
    #advantages .advantagesBottom {
        height: 1012px;
    }
    #advantages .advantagesBottom .advantagesTextBox {
        margin-top: 48px;
        margin-left: 24px;
        padding-left: 24px;
        padding-right: 24px;
    }
    #advantages .advantagesBottom .advantagesTextBox .advTitle span,
    #advantages .advantagesBottom .advantagesTextBox .advBtn {
        margin-right: auto;
        margin-left: auto;
    }
    #advantages .advantagesBottom .advantagesTextBox .subtitle {
        margin: 0 auto;
    }
    #advantages .advantagesBottom .advantagesTextBox .btns,
    #advantages .advantagesBottom .advantagesTextBox .btnBox {
        width: 423px;
        margin-right: auto;
        margin-left: auto;
    }
    #advantages .advantagesBottom .advantagesTextBox .btns .line2 img {
        margin-top: 35px;
    }
    #advantages .advantagesBottom .advantagesTextBox .advBtn {
        margin-top: 24px;
        margin-left: 0;
    }

    #advantages .advantagesBottom .advantagesImg {
        background-image: linear-gradient(0deg, rgba(252, 252, 252, 0) 76%, #eff8f9 100%),url('/img/advantages/bottomImgSmall.svg');
        margin: auto;
        margin-top:630px;
        height: 382px;
        width: 343px;
    }
}

@media(max-width: 538px) {
    #advantages .advantagesBottom .advantagesTextBox .advTitle span{
        max-width: 295px;
        margin-left: 0;
        font-size: 32px;
        line-height: 41px;
    }
    #advantages .advantagesBottom .advantagesTextBox .subtitle {
        max-width: 330px;
        margin-left: 0;
    }
    #advantages .advantagesBottom .advantagesTextBox .btns {
        max-width: 350px;
        margin-left: 0;
    }
    #advantages .advantagesBottom .advantagesTextBox .btns .line3 img {
        margin-top: 45px;
    }
}

#methods2 {
    padding-top: 88px;
    background: #fff
}

#methods2 .container {
    max-width: 1342px;
    text-align: center;
}

#methods2 .container .methodsTitle {
    margin-bottom: 64px;
}

#methods2 .container .methodsTitle span {
    color: #37B98A;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 64px;
}

#methods2 .container .methodsTitle p {
    color: #000;
}

#methods2 .container .ellipse48 {
    position: absolute;
    margin-left: 216.5px;
    width: 879px;
    height: 879px;
    background: radial-gradient(50% 50% at 50% 50%, #E1EEEF 31.77%, rgba(239, 248, 249, 0) 100%);
    z-index: 0;
}

#methods2 .row {
    margin: 0px;
}

#methods2 .container .square1 {
    box-sizing: border-box;
    width: 644px;
    height: 310px;
    margin-top: 24px;
    align-items: center;
    background: rgba(252, 252, 252, 0.5);
    opacity: 0.9;
    border: 1px solid #E5EEEB;
    backdrop-filter: blur(2px);
    border-radius: 8px;
    z-index: 10;
}

#methods2 .container .imgTop {
    position: relative;
    margin-top: 24px;
    margin-bottom: 16px;
}

#methods2 .container .square2 {
    box-sizing: border-box;
    width: 310px;
    height: 310px;
    margin-top: 24px;
    margin-left: 24px;
    background: rgba(252, 252, 252, 0.5);
    border: 1px solid #E5EEEB;
    border-radius: 8px;
    z-index: 10;
}

#methods2 .container .square2 .imgTop {
    margin-top: 39px;
    margin-bottom: 51.76px;
}

#methods2 .container .square2 .imgTop .gradient {
    position: absolute;
    margin:auto;
    right: 0;
    bottom: 0;
    left: 0px;
    background-image: linear-gradient(180deg, rgba(252, 252, 252, 0) 0%, #FCFCFC 100%);
    height: 44px;
    width: 224px;
}

#methods2 .container .square2 .busts {
    margin-bottom: 43px;
    margin-top: 67px;
}
#methods2 .container .square2 .imgMap {
    background-image: linear-gradient(180deg, rgba(252, 252, 252, 0) 76%, #FCFCFC 100%),url('/img/methods2/map.svg');
    height: 114px;
    margin:auto;
    margin-bottom: 45px;
    margin-top: 39px;
    width: 224px;
}

#methods2 .container .square1 .inputPhone {
    margin-bottom: 16px;
}

#methods2 .container .square1 .inputMail {
    background-image: linear-gradient(180deg, rgba(252, 252, 252, 0) 0%, #FCFCFC 100%),url('/img/methods2/inputMail.svg');
    width: 244px;
    padding: 20px;
    margin:auto;
}

#methods2 .container .boxTitle {
    margin-top: 24px;
    margin-left: 24px;
    text-align: left;
}

#methods2 .container .boxTitle p {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #2E3231;
    margin-bottom: 0px;
}

#methods2 .container .boxSubtitle {
    margin-top: 8px;
    margin-left: 24px;
    max-width: 353px;
    text-align: left;
}

#methods2 .container .boxSubtitle p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #646766;
}

#methods2 .container .square1 .imgMedias {
    background-image: url('/img/methods2/mediaBoxes.svg');
    width: 560px;
    height: 134px;
    margin-left: auto;
    margin-right: auto;
}

#methods2 .container .socialMedia {
    margin-top: 40px;
}

#methods2 .square1 .imgTop .gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(252, 252, 252, 0) 0%, #FCFCFC 100%);
    height: 26px;
    width: 280px;
}

#methods2 .square1 .imgTop .miniGradient {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 26px;
    width: 64px;
}

#methods2 .square1 .imgTop .p1 {
    left: 284px;
    background-image: linear-gradient(180deg, rgba(248, 251, 251, 0) 0%, #F8FAFB 100%);
}

#methods2 .square1 .imgTop .p2 {
    left: 355px;
    background-image: linear-gradient(180deg, rgba(252, 252, 252, 0) 0%, #F2F8F8 100%);
}

#methods2 .square1 .imgTop .p3 {
    left: 426px;
    background-image: linear-gradient(180deg, rgba(252, 252, 252, 0) 0%, #EEF4F5 100%);
}

#methods2 .square1 .imgTop .p4 {
    left: 497px;
    background-image: linear-gradient(180deg, rgba(252, 252, 252, 0) 0%, #EEF4F5 100%);
}

#methods2 .container .personalDetails {
    margin-top: -15px;
}

#methods2 .container .familyBack {
    margin-top: 195px;
}

#methods2 .container .imgFamilyBack {
    background-image: url('/img/methods2/familyBackLarge.svg');
    position: absolute;
    top: 0;
    right: 103px;
    margin-top: 34px;
    width: 558px;
    height: 252px;
}

#methods2 .container .square3 {
    margin-left: 24px;
}

#methods2 .container .imgPersonalDetails {
    background-image: url('/img/methods2/personalDetails.svg');
    background-repeat: no-repeat;
    margin: auto;
    width: 233px;
    height: 189px;
}
#methods2 .container .imgDetails {
    position: absolute;
    top: 46px;
    right: 0;
    bottom: 0;
    left: 181px;
}

#methods2 .container .square4 {
    box-sizing: border-box;
    margin-top: 24px;
    width: 1312px;
    height: 310px;
    background: rgba(252, 252, 252, 0.5);
    opacity: 0.9;
    border: 1px solid #E5EEEB;
    backdrop-filter: blur(2px);
    border-radius: 8px;
}

#methods2 .methodsBtn {
    display: flex;
    padding: 16px 23px;
    width: 99px;
    height: 50px;
    background: #37B98A;
    border-radius: 6px;
    margin: auto;
    margin-top: 80px;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
}

@media(max-width: 1378px) {
    #methods2 .container{
        height: auto;
    }
    #methods2 .container .imgFamilyBack {
        right: 40px;
    }

    #methods2 .container .ellipse48 {
        display: none;
    }

    #methods2 .container .square1,
    #methods2 .container .square2,
    #methods2 .container .square3 {
        margin-left: 10px;
        margin-right: 10px;
    }
    #methods2 .square1 .imgTop .p1,
    #methods2 .square1 .imgTop .p2,
    #methods2 .square1 .imgTop .p3,
    #methods2 .square1 .imgTop .p4 {
        background-image: linear-gradient(180deg, rgba(248, 251, 251, 0) 0%, #F8FAFB 100%);
    }
}

@media(max-width: 1048px) {
    #methods2 .container .square4 {
        width: 644px;
    }

    #methods2 .container .imgFamilyBack {
        background-image: url('/img/methods2/familyBackMedium.svg');
        width: 244px;
        right: 20px;
    }
}

@media(max-width: 706px) {
    #methods2 .container .methodsTitle {
        margin-bottom: 24px;
    }
    #methods2 .container .square1,
    #methods2 .container .square2,
    #methods2 .container .square3,
    #methods2 .container .square4 {
        width: 343px;
        margin-top: 16px;
    }
    #methods2 .container .boxTitle,
    #methods2 .container .boxSubtitle {
        margin-left: 16px;
    }
    #methods2 .container .square1 .imgMedias {
        background-image: url('/img/methods2/mediaBoxesSmall.svg');
        width: 282px;
        height: 134px;
    }
    #methods2 .square1 .imgTop .miniGradient {
        display: none;
    }
    #methods2 .container .imgPersonalDetails {
        background-image: url('/img/methods2/personalDetailsSmall.svg');
    }
    #methods2 .container .imgDetails {
        display: none;
    }
    #methods2 .container .imgFamilyBack {
        background-image: url('/img/methods2/familyBackSmall.svg');
        width: 244px;
        height: 178px;
        margin: auto;
        right: 50px;
    }
    #methods2 .methodsBtn {
        margin-top: 40px;
    }
}

@media(max-width: 538px) {
    #methods2 {
        padding-top: 72px;
    }

    #methods2 .container .methodsTitle span {
        font-size: 32px;
        line-height: 41px;
    }
}

@media(max-width: 450px) {
    #methods2 .container .square1,
    #methods2 .container .square2,
    #methods2 .container .square3 {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media(max-width: 350px) {

    #methods2 .container .imgFamilyBack {
        background-image: url('/img/methods2/familyBackSmall.svg');
        width: 244px;
        height: 178px;
        margin: auto;
        right: 25px;
    }
}

#homePrice {
    background: #fff;
    padding-top: 88px;
    padding-bottom: 80px;
}

#homePrice .priceTitle {
    width: 456px;
    margin: auto;
}

#homePrice .priceTitle span {
    display: absolute;
    color: #37B98A;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
}

#homePrice .priceTitle p {
    color: #000;
}

#homePrice .price {
    box-sizing: border-box;
    max-width: 912px;
    height: 384px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin: auto;
    margin-top: 72px;
}

#homePrice .price .priceSquare {
    max-width: 420px;
    height: 336px;
    background: #F8F8F8;
    border-radius: 7px;
    margin-top: 24px;
    margin-left: 9px;
}

#homePrice .price .priceSquare p {
    margin-left: 43px;
}

#homePrice .price .priceSquare .top {
    padding-top: 43px;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2em;
    color: #37B98A;
}

#homePrice .price .priceSquare .middle {
    margin-top: 24px;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 64px;
    line-height: 81px;
    color: #37B98A;
}

#homePrice .price .priceSquare .bottom {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 32px;
    line-height: 41px;
    color: #000000;
}

#homePrice .price .priceSquare .priceBtn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    gap: 10px;
    background: #37B98A;
    border-radius: 6px;
    max-width: 334px;
    margin: auto;
    margin-top: 34px;
}

#homePrice .price .priceSquare .priceBtn span{
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

#homePrice .serviceIncluded {
    padding-left: 13px;
}

#homePrice .serviceIncluded .serviceTitle {
    margin-top: 60px;
    margin-bottom: 31px;
}

#homePrice .serviceIncluded .serviceTitle p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2em;
    color: #37B98A;
}

#homePrice .serviceIncluded .underline {
    width: 43px;
    height: 1px;
    background: #37B98A;
}

#homePrice .serviceIncluded ul {
    margin-top: 8px;
}

#homePrice .serviceIncluded li {
    text-indent: -31px;
    padding-left: 31px;
    margin-top: 24px;
    line-height: 20px;
}

#homePrice .serviceIncluded li:nth-child(2) img {
    margin-bottom: -20px;
}

#homePrice .serviceIncluded li img {
    width: 19px;
    height: 19px;

}

#homePrice .serviceIncluded li p {
    display:inline;
    vertical-align: middle;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

#homePrice .serviceIncluded li:last-child p {
    color: #37B98A;
}

@media(max-width: 992px) {
    #homePrice {
        padding-top: 64px;
        padding-bottom: 56px;
    }
    #homePrice .price {
        max-width: 462px;
        height: auto;
        margin-top: 40px;
    }
    #homePrice .price .priceSquare {
        margin-left: auto;
        margin-right: auto;
    }
    #homePrice .serviceIncluded {
        padding-left: 16px;
    }
    #homePrice .priceTitle {
        width: 304px;
        height: 82px;
    }
    #homePrice .priceTitle span {
        font-size: 32px;
        line-height: 41px;
    }
    #homePrice .serviceIncluded ul {
        margin-bottom: 24px;
    }
}

@media(max-width: 450px) {

    #homePrice .price .priceSquare {
        width: 327px;
    }
    #homePrice .price .priceSquare .priceBtn {
        width: 295px;
    }
    #homePrice .price .priceSquare .top {
        font-size: 14px;
    }
    #homePrice .price .priceSquare .middle {
        font-size: 56px;
        line-height: 71px;
    }
    #homePrice .price .priceSquare .bottom {
        font-size: 24px;
        line-height: 30px;
    }
}

#discover {
    width: 100%;
    height: 714px;
    background: #EFF8F9;
    margin: auto;
    padding-top: 88px;
}

#discover .discoverTitle {
    width: 595px;
    height: 112px;
    text-align: center;
    margin: auto;
}

#discover .discoverTitle span {
    color: #37B98A;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
}

#discover .discoverTitle p {
    text-align: center;
    color: #000;
}

#discover .discoverBox {
    max-width: 1178px;
    height: 354px;
    margin: auto;
    margin-top: 72px;
}

#discover .discoverText {
    margin-top: -270px;
    margin-right: 67px;
    margin-left: 67px;
}

#discover .discoverText p {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #2E3231;
    margin-bottom: 32px;
}

#discover .discoverSignature {
    width: 485px;
    height: 40px;
}

#discover .discoverSignature span {
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
}

#discover .discoverSignature .websiteName {
    color: #646766;
}

#discover .discoverSignature .name {
    margin-left: 10px;
}
@media(max-width: 1200px) {
    #discover {
        height: 660px;
    }
    #discover .discoverText p {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 24px;
    }
    #discover .discoverText {
        margin-top: -290px;
    }
}

@media(max-width: 992px) {
    #discover {
        padding-top: 56px;
    }
    #discover .discoverTitle {
        width: auto;
        height: auto;
    }
    #discover .discoverTitle span {
        font-size: 32px;
        line-height: 41px;
    }
    #discover .imgDiscover {
        display: none;
    }
    #discover .discoverBox {
        background-image: url('/img/discoverSmall.svg');
        background-repeat: no-repeat;
        width: 327px;
        height: 24px;
        margin-top: 48px;
    }
    #discover .discoverText {
        max-width: 327px;
        margin: auto;
        margin-top: 32px;
    }
    #discover .imgDiscover2 {
        background-image: url('/img/discoverSmall.svg');
        background-repeat: no-repeat;
        width: 327px;
        height: 24px;
        margin: auto;
        margin-top: 32px;
        margin-bottom: 56px;
    }
}

@media (max-width: 500px) {
    #discover .no-break {
      white-space: nowrap;
    }
  }

footer {
    border-top: 2px solid rgba(102, 102, 102, .1);
    background-color: #fff;
    padding: 3em 0
}

footer .container {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1224px;
}

footer .logo {
    width: 226px;
}
footer .areNavs li{
    margin-bottom: 8px;
}

footer .navLeft {
    min-width: 155px;
}

footer .navRight {
    min-width: 174px;
    margin-left: 13px;
}

footer .footerTitle {
    margin-bottom: 28px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #37B98A;
}

footer .footerTitle p {
    color: #37B98A;
}

footer .CopyRight span,
footer a,
footer a span {
    font-size: 14px;
    color: #666 !important;
}


footer .contacts .mail,
footer .contacts .phone {
    display: flex;
    align-items: center;
    margin-bottom: 1em
}

footer .contacts .mail p,
footer .contacts .phone p {
    margin-bottom: 0;
}

footer .contacts .mail img,
footer .contacts .phone img {
    margin-right: 1em
}

footer .disclaimer {
    margin-top: 2em
}

footer .disclaimer p {
    color: #666;
    margin-bottom: 8px;
    font-size: 12px
}

footer .CopyRight {
    margin-top: 2em;
    margin-left: 40px;
}

@media(max-width: 991.5px) {
    footer {
        padding-top: 32px;
    }
    footer .container {
        width: 320px;
        margin-left: 0;
    }
    footer .areNavs {
        width: auto;
    }
    footer .navLeft, #elementLogoBottom {
        margin-left: 13px;
    }
    footer .footerTitle{
        margin-top: 32px;
        margin-bottom: 16px;
    }
    footer .CopyRight {
        margin-left: 0px;
    }
}

#SEARCH {
    background: linear-gradient(148.74deg, #FFFFFF 21.95%, #EFF8F9 76.17%);
    background-size: cover;
    background-position: center;
    position: relative;
    color: #000;
    padding: 0px;
    padding-bottom: 32px
}

#SEARCH p {
    margin-bottom: 0
}

@media(max-width: 767.98px) {
    #SEARCH {
        padding: 0;
        padding-bottom: 3em
    }
    #SEARCH #discover .container,
    #SEARCH .container.SearchMap,
    #SEARCH .container.RESULT {
        padding: 0 15px
    }
}

.searchResults {
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .05)
}

.searchResults .result {
    padding: 2em;
    margin: auto;
    text-align: center
}

.searchResults .result p {
    font-size: 16px !important;
    margin-bottom: 1em
}

.searchResults .result p span {
    font-weight: 600;
    color: #db5f3b
}

.searchResults .result ul {
    font-size: 16px !important;
    margin-bottom: 1em
}

.searchResults .result ul li {
    list-style-position: inside;
    margin: .5em 0 !important
}

.searchResults .result ul li::before {
    content: "--";
    padding-right: 8px
}

.searchResults .result .jsRedirect span {
    color: #4f5863
}

.searchResults .result .jsRedirect span .timeout {
    font-weight: 600;
    color: #db5f3b
}

.SearchResultDetails {
    position: relative
}

.SearchResultDetails #goBackButton {
    position: absolute;
    top: 2em;
    right: 30px
}

.SearchResultDetails #goBackButton .btnInfoCustom {
    text-transform: uppercase
}

.SearchResultDetails #goBackButton.setBtnFixed {
    position: fixed;
    top: 1em;
    right: 2em
}

#PAYTMENT .container {
    max-width: 1248px;
}

#PAYTMENT .title {
    font-weight: 600;
    font-size: 40px;
    line-height: 51px;
    text-align: center;
    margin-top: 47px;
    margin-bottom: 35px;
}

#PAYTMENT .title p {
    color: #000;
}

#PAYTMENT .col-12 {
    padding: 0 10px
}

#PAYTMENT .col-12 .box {
    background-color: #fff;
    border-radius: 4px 4px 0 0
}


#PAYTMENT .PayAbout {
    padding: 0;
    padding-bottom: 1.5em;
    max-width: 679px;
}

#PAYTMENT .PayAbout .box {
    background: #fff !important;
    padding: 46px 46px 44px 46px;
    border: 1px solid #F2F2F2;
    border-radius: 4px;
}

#PAYTMENT .PayAbout .box .amount p {
    font-size: 32px;
    line-height: 41px;
}

#PAYTMENT .PayAbout .box .paymentMethods {
    margin-top: 1em;
    border-radius: 4px;
    background: #F2F2F2;
    padding: 0 17px
}

#PAYTMENT .PayAbout .box .paymentMethods .row {
    height: 45px;
    align-items: center
}

#PAYTMENT .PayAbout .box .paymentMethods .row .left {
    text-align: left;
    padding-right: 0;
}

#PAYTMENT .PayAbout .box .paymentMethods .row .left img {
    margin-right: .5em
}

#PAYTMENT .PayAbout .box .paymentMethods .row .right {
    text-align: right;
    padding-left: 0;
}

#PAYTMENT .PayAbout .box .formCheckboxes #checkboxesError {
    font-weight: bold;
    color: red;
    font-size: 12px;
    display: none
}

#PAYTMENT .PayAbout .box #StripeForm {
    padding-top: 1em
}

#PAYTMENT .PayAbout .box #StripeForm #CardElement {
    height: 62px
}

#PAYTMENT .PayAbout .box #StripeForm input {
    font-size: 14px
}

#PAYTMENT .PayAbout .box #StripeForm input[name=email],
#PAYTMENT .PayAbout .box #StripeForm input[name=paymentFullName],
#PAYTMENT .PayAbout .box #StripeForm input[name=cardNumber],
#PAYTMENT .PayAbout .box #StripeForm input[name=cardExpiry],
#PAYTMENT .PayAbout .box #StripeForm input[name=cardCVV] {
    height: 62px;
    padding-left: 24px;

}
#PAYTMENT .PayAbout .box #StripeForm #CardNumber {
    background-image: url('/img/payment/credit_card.svg');
    background-repeat: no-repeat;
    background-position: 13px;
    padding-left: 45px;
}

/* #PAYTMENT .PayAbout .box #StripeForm #CardNumber background{
    background: url('/img/payment/credit_card.svg') no-repeat left / 1.3em;
    padding-left: 45px;
} */

#PAYTMENT .PayAbout .box #StripeForm .inputNotice p {
    color: #e21111
}

#PAYTMENT .PayAbout .box #StripeForm .declare a {
    color: #1a0dab
}

#PAYTMENT .PayAbout .box #StripeForm .declare .custom-control {
    display: flex;
    align-items: center;
    padding: 0
}

#PAYTMENT .PayAbout .box #StripeForm .declare .custom-control input[type=checkbox] {
    display: none
}

#PAYTMENT .PayAbout .box #StripeForm .declare .custom-control label {
    font-size: 14px;
    color: #999999
}

#PAYTMENT .PayAbout .box #StripeForm .declare .custom-control label .checkboxText {
    margin-left: 2em
}

#PAYTMENT .PayAbout .box #StripeForm .declare .custom-control label #moreText {
    display: none
}

#PAYTMENT .PayAbout .box #StripeForm .declare .custom-control .custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

#PAYTMENT .PayAbout .box #StripeForm .declare .custom-control .custom-control-label::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#PAYTMENT .PayAbout .box #StripeForm .declare .custom-control .custom-control-label::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

#PAYTMENT .PayAbout .box #StripeForm #PaymentBTN {
    padding: 0
}

#PAYTMENT .PayAbout .box #StripeForm #PaymentBTN .btn-payment {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 0 20px;
    text-align: center;
    display: inline-block;
    min-width: 140px;
    height: 50px;
    border-radius: .25rem;
    color: #fff;

    letter-spacing: 0;
    background-color: #37B98A;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    font-size: 14px;
    line-height: 18px;
    border-color: #37B98A;
    transition: transform .3s ease-in-out;
}

#PAYTMENT .PayAbout .box #StripeForm #PaymentBTN .btn-payment:hover {
    transform: scale(1.05)
}

#PAYTMENT .PayAbout .PaymentBottom {
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    font-size: 16px
}

.PaymentBottom .boxBottom {
    background-color: #EFF8F9;
    text-align: center;
    padding: 1.6em
}

.PaymentBottom .boxBottom p {
    font-weight: 500;
    margin-top: 8px;
    font-size: 16px;
    line-height: 20px;
}

.PaymentBottom .boxBottom .colorGreen {
    color: #37B98A
}

#PAYTMENT .SearchAbout .box {
    border-radius: 0 0 4px 4px;
    width: 542px;
}

#PAYTMENT .SearchAbout .box .searchDisplay {
    padding: 1.8em;
    box-shadow: inset 0px -1px 0px #EEEEEE;
    border-radius: 4px 4px 0px 0px;
}

#PAYTMENT .SearchAbout .box .searchDisplay p {
    color: #666;
    font-size: 14px;
    line-height: 18px;
    height: 22px;
    text-transform: uppercase
}

#PAYTMENT .SearchAbout .box .searchDisplay .searchKey {
    color: #000;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600
}

#PAYTMENT .SearchAbout .box .OrderSummary {
    padding: 1em 1.8em;
    padding-top: 24px;
    padding-bottom: 31px;
    border: 1px solid #F2F2F2;
    border-radius: 4px;
}

#PAYTMENT .SearchAbout .box .OrderSummary .titleHeader {
    margin-bottom: 17px;
}

#PAYTMENT .SearchAbout .box .OrderSummary .titleHeader p {
    color: #666;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}

#PAYTMENT .SearchAbout .box .OrderSummary .summary {
    margin-top: .5em
}

#PAYTMENT .SearchAbout .box .OrderSummary .summary .shrink {
    margin-top: 19.5px;
    text-indent: -36px;
    padding-left: 32px;
}

#PAYTMENT .SearchAbout .box .OrderSummary .summary .shrink img {
    width: 19px;
    height: 19px;
    margin-right: 12px
}

#PAYTMENT .SearchAbout .box .OrderSummary .summary .shrink span {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}

#PAYTMENT .SearchAbout .box .OrderSummary .summary .shrink span.colorGreen {
    color: #37B98A
}

#PAYTMENT .SearchAbout .box .OrderSummary .REFUND {
    margin-top: .8em;
    background: rgba(0, 0, 0, .03);
    padding: 20px 27px
}

#PAYTMENT .SearchAbout .box .OrderSummary .REFUND P {
    font-size: 16px
}

#PAYTMENT .SearchAbout .box .OrderSummary .REFUND P a {
    color: #37B98A
}

#PAYTMENT .SearchAbout .box .OrderSummary .image {
    margin: auto;
    margin-top: 36px;
    max-width: 354px;
}

#PAYTMENT .SearchAbout .box .OrderSummary .notice p {
    font-size: 12px;
    margin-top: 1rem
}

@media(max-width: 1260px) {
    #PAYTMENT .SearchAbout .box {
        width: auto;
    }
}

@media(max-width: 992px) {
    #PAYTMENT .PayAbout {
        margin: auto;
    }
    #PAYTMENT .SearchAbout {
        margin: auto;
        max-width: 679px;
    }
}
@media(max-width: 767.98px) {
    #PAYTMENT .title {
        font-size: 30px;
        line-height: 38px;
        margin-top: 32px;
        margin-bottom: 33px;
    }
    #PAYTMENT .PayAbout {
        padding: 0 8px
    }
    #PAYTMENT .PayAbout .box {
        padding: 32px 24px 0 24px
    }
    #PAYTMENT .PayAbout .box .amount p {
        font-size: 24px;
        line-height: 30px;
    }
    #PAYTMENT .PayAbout .box #StripeForm {
        padding-top: 1em
    }
    #PAYTMENT .PayAbout .box #StripeForm #CardElement {
        height: 48px
    }
    #PAYTMENT .PayAbout .box #StripeForm input[name=email],
    #PAYTMENT .PayAbout .box #StripeForm input[name=paymentFullName],
    #PAYTMENT .PayAbout .box #StripeForm input[name=cardNumber],
    #PAYTMENT .PayAbout .box #StripeForm input[name=cardExpiry],
    #PAYTMENT .PayAbout .box #StripeForm input[name=cardCVV]{
        height: 48px
    }
    #PAYTMENT .PayAbout .box #StripeForm .declare .custom-control label {
        font-size: 16px
    }
    #PAYTMENT .PayAbout .box #StripeForm #PaymentBTN {
        padding: .5em 0 1em 0
    }
    .PaymentBottom .boxBottom i {
        display: block
    }
    .SearchAbout {
        margin-top: 8px
    }
    .SearchAbout .searchDisplay {
        padding: 21px 23px !important
    }
    .SearchAbout .OrderSummary {
        padding: 25px 25px 30px 25px !important
    }
    .SearchAbout .OrderSummary .titleHeader p {
        color: #666;
        font-size: 14px;
        text-transform: uppercase
    }
    .SearchAbout .OrderSummary .REFUND p {
        font-weight: 500
    }
    .SearchAbout .OrderSummary .REFUND p i {
        display: block
    }
}

#display {
    background-color: #f5f7fa;
    padding: 3em 0 2em 0
}

#display h2 {
    text-transform: uppercase;
    color: #363637;
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px
}

#display h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 30px
}

#display ul,
#display li,
#display p {
    font-size: 14px;
    color: #4f5863
}

#display li {
    padding-left: 1em;
    margin-bottom: 1em
}

#display li ul {
    margin-top: 1em
}

#display li ul li {
    padding-left: 1em;
    list-style-type: circle;
    list-style-position: inside
}

#display li ul li:nth-of-type(1) {
    margin-top: 1em
}

#display .background-page-info {
    min-height: calc(100vh - 80px - 420px)
}

#display .background-page-info .page-title {
    text-align: center
}

#display .background-page-info .page-title p {
    font-size: 28px;
    color: #363637;
    text-transform: uppercase
}

#display .background-page-info .page-container {
    width: 100%;
    margin: 20px auto 20px auto;
    background-color: #fff;
    box-shadow: 0 4px 14px -4px rgba(0, 0, 0, .2);
    font-size: 16px;
    padding: 30px
}

#display #contactForm .page-container {
    background-image: url("../../img/lettre.svg");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 110% -10%;
    background-color: #fff
}

#display #contactForm .form-control {
    font-size: 1.5rem
}

#display #contactForm .FORM .contact-title {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 50px
}

#display #contactForm .FORM .contact-title span {
    font-weight: bold
}

#display #contactForm .FORM .btn.btn-contact {
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 0 20px;
    text-align: center;
    display: inline-block;
    min-width: 140px;
    border-radius: 2px;
    transition: transform .3s ease-in-out;
    color: #fff;
    letter-spacing: 0;
    font-size: 20px;
    height: 50px;
    background-color: #37B98A;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    font-family: "Montserrat", Arial, sans-serif;
    line-height: 1.25em;
    text-transform: uppercase
}

#display #contactForm .INFO .contact-info {
    margin-top: 265px;
    display: flex;
    width: 90%;
    margin-bottom: 20px
}

#display #contactForm .INFO .contact-info .contact-info-group {
    margin-left: 15px
}

#display #contactForm .INFO .contact-info .contact-info-group .contact-info-title {
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 30px;
    min-height: 30px;
    text-align: left;
    color: #363637;
    font-weight: bold
}

#display #contactForm .INFO .contact-info .contact-info-group .contact-info-label {
    font-weight: bold;
    font-size: 14px;
    color: #000;
    min-height: 30px;
    text-align: left;
    margin-top: 25px
}

#display #contactForm .INFO .contact-info .contact-info-group .contact-info-text {
    font-weight: bold;
    font-size: 12px;
    min-height: 30px;
    text-align: left;
    color: #4f5863
}

#display .connexion-space-container {
    width: 90%;
    margin: 20px auto 20px auto;
    display: flex;
    justify-content: space-around;
    font-size: 16px;
    padding: 30px
}

#display .connexion-space-container .connexion-background {
    width: 30%;
    padding: 45px 15px 45px 15px;
    display: flex;
    background-color: #fff;
    box-shadow: 0 4px 14px -4px rgba(0, 0, 0, .2);
    border: 1px solid #d3d3d3;
    text-align: center
}

#display .connexion-space-container .connexion-background p,
#display .connexion-space-container .connexion-background label {
    color: #4f5863
}

#display .connexion-space-container .connexion-background .connexion-info {
    font-size: 15px;
    margin-bottom: 10px
}

#display .connexion-space-container .connexion-background label {
    display: block;
    margin-top: 30px;
    font-size: 15px
}

#display .connexion-space-container .connexion-background input:focus,
#display .connexion-space-container .connexion-background input {
    border: .1em solid #d1d1d1;
    height: 41px;
    padding: .6em 1em;
    width: 100%;
    outline: none;
    border-radius: 4px;
    font-size: 16px;
    text-align: center
}

#display .connexion-space-container .connexion-background input:focus {
    background-color: #e8f0fe;
    font-size: 18px
}

#display .connexion-space-container .connexion-background input::-moz-placeholder {
    text-align: center
}

#display .connexion-space-container .connexion-background input:-ms-input-placeholder {
    text-align: center
}

#display .connexion-space-container .connexion-background input::placeholder {
    text-align: center
}

#display .connexion-space-container .connexion-background button {
    margin-top: 4em;
    border: none;
    outline: none;
    background: #37B98A;
    color: #fff;
    border-radius: 4px;
    padding: 13px 53px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700
}

#display .connexion-space-container .connexion-background button:hover {
    transform: scale(1.05)
}

#display .connexion-space-container .connexion-background .forgot-password-container-link a {
    color: #37B98A;
}

#display .panel-default {
    box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, .03);
    padding: 1rem;
    margin-bottom: 2rem;
    margin-top: 2rem
}

#display .panel-default .panel-title {
    font-weight: bold
}

#display .panel-default .panel-title a {
    color: #37B98A;
    font-size: 16px;
    font-weight: 700;
    display: block
}

#display .panel-default .panel-title a::after {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-size: 32px;
    content: "";
    float: right;
    margin-top: -12px
}

#display .panel-default .panel-title a.collapsed:after {
    content: ""
}

#display .panel-default .panel-body {
    margin-top: 30px
}

@media(max-width: 991px) {
    #display {
        padding: 2em 0
    }
    #display .connexion-space-container {
        width: 100%;
        margin: 0;
        padding: 0
    }
    #display .connexion-space-container .connexion-background {
        width: 100%;
        padding: 15px
    }
    #display .connexion-space-container .connexion-background .connexion-info {
        margin-bottom: 0
    }
    #display .connexion-space-container .connexion-background label {
        margin-top: 15px
    }
    #display .connexion-space-container .connexion-background button {
        margin-top: 1.5em
    }
    #display #contactForm .INFO .contact-info {
        margin-top: 15px
    }
}

.formCheckboxes {
    margin-top: -15px;
}

@media (max-width: 1250px){
body, html {
overflow-x: hidden!important;
}
}
