body {
    color: #2d2d2d;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
}

@media (min-width: 1650px) {
    body {
        padding-top: 170px;
    }
}

@media (max-width: 1649px) and (min-width: 1200px) {
    body {
        padding-top: 120px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    body {
        padding-top: 100px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    body {
        padding-top: 75px;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 60px;
    }
}

/*------------------------------
header
------------------------------*/

.navTop {
    width: 100%;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
    .navTop > .container {
        max-width: 100%;
        padding: 0;
    }
}

/*------------------------------*/

.navTopContent {
    width: 100%;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media (min-width: 1650px) {
    .navTopContent {
        height: 170px;
    }

    .activeScroll .navTopContent {
        height: 120px;
    }
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .navTopContent {
        height: 120px;
    }

    .activeScroll .navTopContent {
        height: 78px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .navTopContent {
        height: 100px;
    }

    .activeScroll .navTopContent {
        height: 65px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .navTopContent {
        height: 75px;
    }

    .activeScroll .navTopContent {
        height: 47px;
    }
}

@media (max-width: 767px) {
    .navTopContent {
        height: 60px;
    }
}

/*------------------------------*/

a.topLogo {
    display: block;
    position: absolute;
    left: 0;
    background: url("../images/topLogo.png") no-repeat center;
    background-size: contain;
}

a.topLogo:hover {
    opacity: .7;
}

@media (min-width: 1650px) {
    a.topLogo {
        bottom: 30px;
        width: 325px;
        height: 60px;
    }
}

@media (max-width: 1649px) and (min-width: 1200px) {
    a.topLogo {
        bottom: 18px;
        width: 225px;
        height: 41px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    a.topLogo {
        bottom: 15px;
        width: 170px;
        height: 35px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    a.topLogo {
        bottom: 11px;
        width: 140px;
        height: 25px;
    }
}

@media (max-width: 767px) {
    a.topLogo {
        left: 15px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 163px;
        height: 30px;
    }
}

/*------------------------------*/

.topMenuOpen,
.topMenuClose {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
}

@media (min-width: 768px) {
    .topMenuOpen,
    .topMenuClose {
        display: none !important;
    }
}

.topMenuOpen {
    z-index: 501;
    background: url("../images/open-menu.png") no-repeat center center;
    background-size: contain;
}

.topMenuClose {
    display: none;
    z-index: 502;
    background: url("../images/close-menu.png") no-repeat center center;
    background-size: contain;
}

.menuOpening .topMenuOpen {
    display: none;
}

.menuOpening .topMenuClose {
    display: block;
}

/*------------------------------*/

@media (max-width: 767px) {
    .navMenu {
        width: 100%;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        overflow-y: auto;
        position: absolute;
        z-index: 498;
        top: 60px;
        left: 0;
        height: 0;
        opacity: 0;
        visibility: hidden;
        background: #FFFFFF;
        padding: 0 0 70px 0;
    }

    .navMenu.show {
        height: 100vh;
        opacity: 1;
        visibility: inherit;
    }
}

/*------------------------------*/

.topMenu {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
}

.topMenu > li {
    display: block;
}

@media (min-width: 768px) {
    .topMenu {
        position: absolute;
        right: 0;
        bottom: 0;
        width: auto;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (min-width: 1650px) {
    .topMenu > li:not(:last-child) {
        margin-right: 60px;
    }
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .topMenu > li:not(:last-child) {
        margin-right: 40px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .topMenu > li:not(:last-child) {
        margin-right: 30px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .topMenu > li:not(:last-child) {
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .topMenu {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
    }

    .topMenu > li {
        width: 100%;
        border-top: 1px solid #cccccc;
    }

    .topMenu > li:last-child {
        border-bottom: 1px solid #cccccc;
    }
}

/*------------------------------*/

.topMenu > li > a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 22px;
    line-height: 120%;
}

@media (min-width: 768px) {
    .topMenu > li > a {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-bottom: 5px solid transparent;
        text-align: center;
        padding: 0 5px;
    }

    .topMenu > li > a:hover,
    .topMenu > li > a.active {
        border-bottom-color: #f15a24;
    }
}

@media (min-width: 1650px) {
    .topMenu > li > a {
        padding-bottom: 40px;
    }
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .topMenu > li > a {
        font-size: 20px;
        line-height: 120%;
        padding-bottom: 20px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .topMenu > li > a {
        border-bottom-width: 4px;
        font-size: 18px;
        line-height: 120%;
        padding-bottom: 15px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .topMenu > li > a {
        border-bottom-width: 3px;
        font-size: 16px;
        line-height: 120%;
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .topMenu > li > a {
        border-left: 5px solid transparent;
        padding: 20px;
    }

    .topMenu > li > a:hover,
    .topMenu > li > a.active {
        border-left-color: #f15a24;
    }
}

/*------------------------------*/

.topMenu2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    margin: 0;
}

.topMenu2 > li {
    display: block;
}

@media (min-width: 768px) {
    .topMenu2 {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .activeScroll .topMenu2 {
        display: none;
    }
}

@media (max-width: 767px) {
    .topMenu2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 30px;
    }
}

/*------------------------------*/

.topMenu2 > li > a.active > img {
    opacity: .7;
}

/*------------------------------*/

.topMenu2 > li.topLang {
    width: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 25px;
}

.topMenu2 > li.topLang > a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    line-height: 100%;
}

.topLangFlag {
    width: 25px;
    display: block;
    margin: 0 5px 0 0;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .topMenu2 > li.topLang {
        margin-right: 20px;
    }

    .topMenu2 > li.topLang > a {
        font-size: 20px;
        line-height: 100%;
    }

    .topLangFlag {
        width: 22px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .topMenu2 > li.topLang {
        margin-right: 15px;
    }

    .topMenu2 > li.topLang > a {
        font-size: 18px;
        line-height: 100%;
    }

    .topLangFlag {
        width: 20px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .topMenu2 > li.topLang {
        margin-right: 10px;
    }

    .topMenu2 > li.topLang > a {
        font-size: 16px;
        line-height: 100%;
    }

    .topLangFlag {
        width: 18px;
    }
}

@media (max-width: 767px) {
    .topMenu2 > li.topLang {
        order: 3;
        width: 100%;
        margin-top: 30px;
        margin-right: 0;
    }
}

/*------------------------------*/

.topMenu2 > li.topUser {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    width: auto !important;
    background: url("../images/icon-user-bg.jpg") no-repeat left center #fae8e1;
    background-size: auto 100%;
    font-size: 22px;
    line-height: 100%;
    padding: 0 15px 0 0;
}

@media (min-width: 768px) {
    .topMenu2 > li.topLogin {
        margin-right: 1px;
    }

    .topMenu2 > li.topUser {
        margin-right: 10px;
    }
}

@media (min-width: 1650px) {
    .topMenu2 > li.topLogin,
    .topMenu2 > li.topRegis {
        width: 140px;
        height: 50px;
    }

    .topMenu2 > li.topUser {
        height: 50px;
        padding-left: 40px;
    }
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .topMenu2 > li.topLogin,
    .topMenu2 > li.topRegis {
        width: 120px;
        height: 43px;
    }

    .topMenu2 > li.topUser {
        height: 43px;
        font-size: 20px;
        line-height: 100%;
        padding-left: 35px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .topMenu2 > li.topLogin,
    .topMenu2 > li.topRegis {
        width: 100px;
        height: 35px;
    }

    .topMenu2 > li.topUser {
        height: 35px;
        font-size: 18px;
        line-height: 100%;
        padding-left: 30px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .topMenu2 > li.topLogin,
    .topMenu2 > li.topRegis {
        width: 80px;
        height: 29px;
    }

    .topMenu2 > li.topUser {
        height: 29px;
        font-size: 16px;
        line-height: 100%;
        padding-left: 25px;
        padding-right: 10px;
    }
}

@media (max-width: 767px) {
    .topMenu2 > li.topLogin,
    .topMenu2 > li.topRegis,
    .topMenu2 > li.topUser {
        width: 135px;
        height: 48px;
        margin: 5px;
    }

    .topMenu2 > li.topUser {
        height: 48px;
        padding-left: 38px;
    }
}

/*------------------------------
footer
------------------------------*/

@media (min-width: 1650px) {
    .footerRow1 {
        padding: 100px 0;
    }
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .footerRow1 {
        padding: 80px 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .footerRow1 {
        padding: 60px 0;
    }
}

@media (max-width: 991px) {
    .footerRow1 {
        padding: 40px 0;
    }
}

/*------------------------------*/

.footerLogo {
    width: 350px;
    display: block;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .footerLogo {
        width: 250px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .footerLogo {
        width: 210px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .footerLogo {
        width: 160px;
    }
}

@media (max-width: 767px) {
    .footerLogo {
        width: 100%;
        max-width: 260px;
    }
}

/*------------------------------*/

.footerText1 {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    margin: 15px 0 0 0;
}

.footerText2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
}

.footerText3 {
    font-size: 24px;
    line-height: 150%;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .footerText1 {
        font-size: 17px;
        line-height: 150%;
    }

    .footerText2 {
        font-size: 28px;
        line-height: 150%;
    }

    .footerText3 {
        font-size: 20px;
        line-height: 150%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .footerText1 {
        font-size: 16px;
        line-height: 150%;
    }

    .footerText2 {
        font-size: 26px;
        line-height: 150%;
    }

    .footerText3 {
        font-size: 18px;
        line-height: 150%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .footerText1 {
        font-size: 14px;
        line-height: 150%;
    }

    .footerText2 {
        font-size: 22px;
        line-height: 150%;
    }

    .footerText3 {
        font-size: 13px;
        line-height: 150%;
    }
}

@media (max-width: 767px) {
    .footerText1 {
        font-size: 14px;
        line-height: 150%;
    }

    .footerText2 {
        font-size: 18px;
        line-height: 150%;
    }

    .footerText3 {
        font-size: 16px;
        line-height: 150%;
    }
}

/*------------------------------*/

.footerMenu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto;
    padding: 0;
    margin: 15px 0 0 0;
}

.footerMenu > li {
    display: block;
}

.footerMenu > li:not(:last-child) {
    margin-right: 50px;
}

.footerMenu > li > a {
    font-size: 18px;
    line-height: 100%;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .footerMenu > li:not(:last-child) {
        margin-right: 25px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .footerMenu > li:not(:last-child) {
        margin-right: 15px;
    }

    .footerMenu > li > a {
        font-size: 16px;
        line-height: 100%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .footerMenu > li:not(:last-child) {
        margin-right: 10px;
    }

    .footerMenu > li > a {
        font-size: 12px;
        line-height: 100%;
    }
}

@media (max-width: 767px) {
    .footerMenu {
        margin-bottom: 30px;
    }

    .footerMenu > li:not(:last-child) {
        margin-right: 15px;
    }

    .footerMenu > li > a {
        font-size: 16px;
        line-height: 100%;
    }
}

/*------------------------------*/

.footerMap {
    position: relative;
}

.footerMap > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .footerMap {
        height: 220px;
    }
}

/*------------------------------*/

.footerRow2 {
    width: 100%;
    display: table;
    border-top: 1px solid #2d2d2d;
    font-size: 18px;
    line-height: 150%;
    padding: 20px 0;
    margin: 0;
}

.footerRow2 > li {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .footerRow2 {
        font-size: 14px;
        line-height: 150%;
    }
}

@media (max-width: 767px) {
    .footerRow2,
    .footerRow2 > li {
        width: 100%;
        display: block;
        text-align: center;
    }

    .footerRow2 > li:first-child {
        margin-bottom: 15px;
    }
}

/*------------------------------*/

.footerCopyright {
    text-align: right;
}

@media (max-width: 767px) {
    .footerCopyright {
        text-align: center;
    }
}

/*------------------------------
all page
------------------------------*/

.pageTitle1 {
    position: relative;
    color: #000000;
    font-weight: 500;
    font-size: 80px;
    line-height: 120%;
    text-align: center;
    padding: 0 0 20px 0;
}

.pageTitle1 > small {
    font-weight: 300;
    font-size: 47.5%;
}

.pageTitle1:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 200px;
    height: 5px;
    background: #f15a24;
    margin: 0 auto;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .pageTitle1 {
        font-size: 70px;
        line-height: 120%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .pageTitle1 {
        font-size: 60px;
        line-height: 120%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .pageTitle1 {
        font-size: 50px;
        line-height: 120%;
    }
}

@media (max-width: 767px) {
    .pageTitle1 {
        font-size: 40px;
        line-height: 120%;
    }
}

/*------------------------------*/

.pageTitle1.pageTitle1_1 > small {
    display: block;
    margin-bottom: -20px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .pageTitle1.pageTitle1_1 > small {
        margin-bottom: -15px;
    }
}

@media (max-width: 767px) {
    .pageTitle1.pageTitle1_1 > small {
        margin-bottom: -10px;
    }
}

/*------------------------------*/

.pageTitle1.pageTitle1_2 {
    font-size: 48px;
    line-height: 120%;
}

.pageTitle1.pageTitle1_2:after {
    width: 100px;
    height: 5px;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .pageTitle1.pageTitle1_2 {
        font-size: 44px;
        line-height: 120%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .pageTitle1.pageTitle1_2 {
        font-size: 40px;
        line-height: 120%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .pageTitle1.pageTitle1_2 {
        font-size: 36px;
        line-height: 120%;
    }
}

@media (max-width: 767px) {
    .pageTitle1.pageTitle1_2 {
        font-size: 32px;
        line-height: 120%;
    }
}

/*------------------------------*/

.pageTitle2 {
    width: auto;
    display: table;
    border-bottom: 5px solid #f15a24;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    padding: 0 0 10px 0;
    margin: 0 auto;
}

.pageTitle2 > small {
    font-weight: 300;
    font-size: 38px;
    line-height: 120%;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .pageTitle2 {
        font-size: 46px;
        line-height: 120%;
    }

    .pageTitle2 > small {
        font-size: 36px;
        line-height: 120%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .pageTitle2 {
        font-size: 44px;
        line-height: 120%;
    }

    .pageTitle2 > small {
        font-size: 34px;
        line-height: 120%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .pageTitle2 {
        font-size: 38px;
        line-height: 120%;
    }

    .pageTitle2 > small {
        font-size: 28px;
        line-height: 120%;
    }
}

@media (max-width: 767px) {
    .pageTitle2 {
        font-size: 36px;
        line-height: 120%;
    }

    .pageTitle2 > small {
        display: block;
        font-size: 26px;
        line-height: 120%;
    }
}

/*------------------------------*/

.pageTitle3 {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    color: #fee8e0;
    font-weight: 400;
    font-size: 190px;
    line-height: 100%;
    text-align: center;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .pageTitle3 {
        font-size: 160px;
        line-height: 100%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .pageTitle3 {
        font-size: 130px;
        line-height: 100%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .pageTitle3 {
        font-size: 100px;
        line-height: 100%;
    }
}

@media (max-width: 767px) {
    .pageTitle3 {
        font-size: 86px;
        line-height: 100%;
    }
}

@media (max-width: 449px) {
    .pageTitle3 {
        font-size: 56px;
        line-height: 100%;
    }
}

/*------------------------------*/

.pageTitle4 {
    position: relative;
    z-index: 2;
    color: #000000;
    font-weight: 600;
    font-size: 80px;
    line-height: 120%;
    text-align: center;
    padding-top: 40px;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .pageTitle4 {
        font-size: 70px;
        line-height: 120%;
        padding-top: 35px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .pageTitle4 {
        font-size: 60px;
        line-height: 120%;
        padding-top: 30px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .pageTitle4 {
        font-size: 50px;
        line-height: 120%;
        padding-top: 25px;
    }
}

@media (max-width: 767px) {
    .pageTitle4 {
        font-size: 36px;
        line-height: 120%;
        padding-top: 20px;
    }
}

@media (max-width: 449px) {
    .pageTitle4 {
        padding-top: 0;
    }
}

/*------------------------------*/

a.scrollDown {
    width: 0.833333333333333%;
    position: absolute;
    display: block;
    right: 2.604166666666667%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

a.scrollDown:hover {
    opacity: .7;
}

.scrollDownImg {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.scrollDownImg:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 19.047619047619048%;
    content: '';
    width: 41.25%;
    height: 3.142857142857143%;
    background: #000000;
    margin: 0 auto;
    animation: moveScrollDown 1.5s ease-out infinite normal;
}

@media (max-width: 575px) {
    a.scrollDown {
        display: none;
    }
}

/*------------------------------*/

@media (min-width: 1650px) {
    .pageSection {
        padding-top: 120px;
        margin-top: -120px;
    }
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .pageSection {
        padding-top: 78px;
        margin-top: -78px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .pageSection {
        padding-top: 65px;
        margin-top: -65px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .pageSection {
        padding-top: 47px;
        margin-top: -47px;
    }
}

@media (max-width: 767px) {
    .pageSection {
        padding-top: 60px;
        margin-top: -60px;
    }
}

/*------------------------------*/

a.pageSeeMore {
    width: 200px;
    height: 50px;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f15a24;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    padding: 15px 0;
    margin: 0 auto;
}

a.pageSeeMore:hover {
    opacity: .7;
}

a.pageSeeMore:after {
    position: absolute;
    top: 50%;
    right: 7.5%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: '\f105';
    color: #FFFFFF;
    font-family: FontAwesome, sans-serif;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    a.pageSeeMore {
        width: 180px;
        height: 45px;
        font-size: 22px;
        line-height: 100%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    a.pageSeeMore {
        width: 160px;
        height: 40px;
        font-size: 20px;
        line-height: 100%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    a.pageSeeMore {
        width: 140px;
        height: 35px;
        font-size: 18px;
        line-height: 100%;
    }
}

@media (max-width: 767px) {
    a.pageSeeMore {
        width: 120px;
        height: 30px;
        font-size: 14px;
        line-height: 100%;
    }
}

/*------------------------------*/

a.regisBtn {
    width: 350px;
    height: 70px;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f15a24;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    padding: 15px 0;
    margin: 0 auto;
}

a.regisBtn:hover {
    opacity: .7;
}

a.regisBtn:after {
    position: absolute;
    top: 50%;
    right: 4.285714285714286%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: '\f105';
    color: #FFFFFF;
    font-family: FontAwesome, sans-serif;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    a.regisBtn {
        width: 330px;
        height: 65px;
        font-size: 28px;
        line-height: 100%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    a.regisBtn {
        width: 300px;
        height: 60px;
        font-size: 26px;
        line-height: 100%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    a.regisBtn {
        width: 250px;
        height: 50px;
        font-size: 22px;
        line-height: 100%;
    }
}

@media (max-width: 767px) {
    a.regisBtn {
        width: 225px;
        height: 45px;
        font-size: 20px;
        line-height: 100%;
    }
}

/*------------------------------*/

.pageBanner {
    position: relative;
    padding-right: 3.125%;
    padding-bottom: 3.125%;
}

.pageBanner:before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    width: 3.125%;
    height: calc(100% - 9.090909090909091%);
    background: #f15a24;
}

.pageBanner:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    width: calc(100% - 3.125%);
    height: 9.090909090909091%;
    background: #f15a24;
}

@media (max-width: 575px) {
    .pageBanner {
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .pageBanner:before {
        width: 20px;
        height: calc(100% - 20px);
    }

    .pageBanner:after {
        width: calc(100% - 20px);
        height: 20px;
    }
}

/*------------------------------*/

.pageBanner_box {
    position: relative;
}

/*------------------------------*/

.pageBanner_pic {
    position: relative;
    z-index: 1;
    width: 100%;
    background-size: cover !important;
    padding-bottom: 32.258064516129032%;
}

.pageBanner_picM {
    position: relative;
    z-index: 1;
    width: 100%;
    background-size: cover !important;
    padding-bottom: 136.363636363636364%;
}

@media (min-width: 576px) {
    .pageBanner_picM {
        display: none;
    }
}

@media (max-width: 575px) {
    .pageBanner_pic {
        display: none;
    }

    .pageBanner_pic.pageBanner_pic_1 {
        display: block;
    }
}

/*------------------------------*/

.pageBanner_text {
    width: auto;
    max-width: 100%;
    display: inline-block;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 60px;
    line-height: 130%;
    background: rgba(0, 0, 0, .65);
    padding: 30px;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .pageBanner_text {
        font-size: 40px;
        line-height: 130%;
        padding: 25px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .pageBanner_text {
        font-size: 34px;
        line-height: 130%;
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .pageBanner_text {
        padding: 15px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .pageBanner_text {
        font-size: 26px;
        line-height: 150%;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .pageBanner_text {
        font-size: 20px;
        line-height: 150%;
    }
}

@media (max-width: 575px) {
    .pageBanner_text {
        font-size: 24px;
        line-height: 150%;
    }
}

/*------------------------------*/

.pageNav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;

    width: auto;
    font-size: 18px;
    line-height: 150%;
    padding: 0;
    margin: 35px 0 0 0;
}

.pageNav > li {
    display: inline-block;
    vertical-align: middle;
}

.pageNav > li:not(:last-child):after {
    content: '>';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

@media (min-width: 1650px) {
    .pageNav {
        margin-bottom: 100px;
    }
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .pageNav {
        margin-bottom: 80px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .pageNav {
        margin-bottom: 60px;
    }
}

@media (max-width: 991px) {
    .pageNav {
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .pageNav {
        font-size: 14px;
        line-height: 150%;
    }
}

/*------------------------------*/

.pageContent {
    position: relative;
}

.pageContent.lightblue {
    background: #e1eaef;
}

.pageContent.gray {
    background: #eeeeee;
}

@media (min-width: 1650px) {
    .pageContent {
        padding: 100px 0;
    }
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .pageContent {
        padding: 80px 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .pageContent {
        padding: 60px 0;
    }
}

@media (max-width: 991px) {
    .pageContent {
        padding: 40px 0;
    }
}

/*------------------------------
go top
------------------------------*/

.goTop_box {
    width: 100%;
    position: relative;
}

.goTop {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    margin-bottom: -40px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.goTop.activeShow {
    opacity: 1;
    visibility: inherit;
    margin-bottom: 0;
}

.goTop.activeBottom {
    position: fixed;
    bottom: 0;
}

.goTop a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.goTop a:hover {
    padding-bottom: 10px;
}

.goTop a > img {
    width: 60px;
}

.goTop a:hover > img {
    opacity: 1;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .goTop a > img {
        width: 55px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .goTop a > img {
        width: 50px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .goTop a > img {
        width: 45px;
    }
}

@media (max-width: 767px) {
    .goTop_box {
        display: none;
    }
}

/*------------------------------
cookie
------------------------------*/

.cookieBottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 1000;
    left: 0;
    bottom: 0;
    background: #f15a24;
    color: #ffffff;
    font-size: 18px;
    line-height: 150%;
    padding: 0 15px;
    margin: 0;
}

.cookieBottom > li {
    display: block;
}

.cookieBottom > li:last-child {
    width: 200px;
}

@media (min-width: 1650px) {
    .cookieBottom {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 768px) {
    .cookieBottom > li:first-child {
        width: calc(100% - 200px);
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .cookieBottom {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        font-size: 16px;
        line-height: 150%;
        padding: 15px;
    }

    .cookieBottom > li {
        margin: 0 auto;
    }

    .cookieBottom > li:first-child {
        width: 100%;
        margin-bottom: 15px;
    }
}

.cookieBottom .btn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 45px;
    background: none;
    border: 1px solid #FFFFFF;
    text-decoration: none;
}

.cookieBottom .btn:hover {
    color: #FFFFFF;
    opacity: .7;
}

.cookieBottom a {
    color: #ffffff;
    text-decoration: underline;
}

/*------------------------------
contact footer
------------------------------*/

.contactFooter {
    background: #fee8e0;
}

@media (min-width: 1650px) {
    .contactFooter {
        padding: 100px 0;
    }
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .contactFooter {
        padding: 80px 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .contactFooter {
        padding: 60px 0;
    }
}

@media (max-width: 991px) {
    .contactFooter {
        padding: 40px 0;
    }
}

/*------------------------------*/

.contactFooter_row {
    width: 100%;
    max-width: 1400px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    margin: 0 auto;
}

.contactFooter_row > li {
    width: auto;
    display: block;
}

@media (min-width: 768px) {
    .contactFooter_row {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (max-width: 767px) {
    .contactFooter_row {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .contactFooter_row > li:not(:last-child) {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .contactFooter_row > li {
        width: 415px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

/*------------------------------*/

.contactFooter_row2 {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}

.contactFooter_row2 > li {
    width: 100%;
    display: block;
}

@media (max-width: 767px) and (min-width: 576px) {
    .contactFooter_row2 {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .contactFooter_row2 > li {
        width: auto;
    }
}

/*------------------------------*/

.contactFooter_icon {
    width: 100px;
    display: block;
    margin: 0 auto 15px auto;
}

.contactFooter_QR {
    width: 150px;
    display: block;
    margin: 0 auto;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .contactFooter_icon {
        width: 90px;
    }

    .contactFooter_QR {
        width: 140px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .contactFooter_icon {
        width: 80px;
    }

    .contactFooter_QR {
        width: 120px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .contactFooter_icon {
        width: 70px;
    }

    .contactFooter_QR {
        width: 110px;
    }
}

@media (max-width: 767px) {
    .contactFooter_icon {
        width: 80px;
    }

    .contactFooter_QR {
        width: 120px;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .contactFooter_icon {
        margin: 0 15px 0 0;
    }
}

/*------------------------------*/

.contactFooter_text1 {
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    margin: 50px 0;
}

.contactFooter_text1_newline {
    display: none;
}

.contactFooter_text2 {
    font-size: 24px;
    line-height: 150%;
    text-align: center;
}

.contactFooter_text3 {
    color: #000000;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 150%;
    text-align: center;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .contactFooter_text1 {
        font-size: 28px;
        line-height: 150%;
    }

    .contactFooter_text2 {
        font-size: 22px;
        line-height: 150%;
    }

    .contactFooter_text3 {
        font-size: 48px;
        line-height: 150%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .contactFooter_text1 {
        font-size: 26px;
        line-height: 150%;
    }

    .contactFooter_text2 {
        font-size: 20px;
        line-height: 150%;
    }

    .contactFooter_text3 {
        font-size: 40px;
        line-height: 150%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .contactFooter_text1 {
        font-size: 24px;
        line-height: 150%;
    }

    .contactFooter_text1_newline {
        display: block;
    }

    .contactFooter_text2 {
        font-size: 18px;
        line-height: 150%;
    }

    .contactFooter_text3 {
        font-size: 32px;
        line-height: 150%;
    }
}

@media (max-width: 767px) {
    .contactFooter_text1 {
        font-size: 22px;
        line-height: 150%;
        margin: 40px 0;
    }

    .contactFooter_text2 {
        font-size: 24px;
        line-height: 150%;
    }

    .contactFooter_text3 {
        font-size: 34px;
        line-height: 150%;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .contactFooter_text1_newline {
        display: block;
    }

    .contactFooter_row2 .contactFooter_text2,
    .contactFooter_row2 .contactFooter_text3 {
        text-align: left;
    }
}

@media (max-width: 575px) {
    .contactFooter_text1 {
        font-size: 20px;
        line-height: 150%;
    }

    .contactFooter_text2 {
        font-size: 22px;
        line-height: 150%;
    }

    .contactFooter_text3 {
        font-size: 30px;
        line-height: 150%;
    }
}

/*------------------------------
home
------------------------------*/

.homeBanner {
    position: relative;
}

/*------------------------------*/

.homeWhat {
    background: url("../images/home/what-bg.jpg") no-repeat top left #FFFFFF;
    background-size: 50% auto;
}

@media (min-width: 1650px) {
    .homeWhat {
        padding: 100px 0;
    }
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .homeWhat {
        padding: 80px 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .homeWhat {
        padding: 60px 0;
    }
}

@media (max-width: 991px) {
    .homeWhat {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .homeWhat {
        background-size: 75% auto !important;
    }
}

/*------------------------------*/

.homeWhat_pic {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

@media (min-width: 1650px) {
    .homeWhat_pic {
        margin-top: 100px;
        margin-bottom: 50px;
    }
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .homeWhat_pic {
        margin-top: 90px;
        margin-bottom: 45px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .homeWhat_pic {
        margin-top: 80px;
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .homeWhat_pic {
        margin-top: 70px;
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .homeWhat_pic {
        margin-top: 60px;
        margin-bottom: 30px;
    }
}

/*------------------------------*/

.homeWhat_text {
    font-size: 30px;
    line-height: 150%;
    text-align: center;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .homeWhat_text {
        font-size: 22px;
        line-height: 150%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .homeWhat_text {
        font-size: 18px;
        line-height: 150%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .homeWhat_text {
        font-size: 14px;
        line-height: 150%;
    }
}

@media (max-width: 767px) {
    .homeWhat_text {
        font-size: 18px;
        line-height: 150%;
    }

    .homeWhat_text > br {
        display: none;
    }
}

/*------------------------------*/

.home_Ads_Bui {
    background: #efefef;
}

@media (min-width: 1650px) {
    .home_Ads_Bui {
        padding: 100px 0;
    }
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .home_Ads_Bui {
        padding: 80px 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .home_Ads_Bui {
        padding: 60px 0;
    }
}

@media (max-width: 991px) {
    .home_Ads_Bui {
        padding: 40px 0;
    }
}

/*------------------------------*/

.home_Ads_Bui_row {
    width: 100%;
    display: table;
    padding: 0;
    margin: 0;
}

.home_Ads_Bui_row > li {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

@media (min-width: 1650px) {
    .home_Ads_Bui_row > li:first-child {
        padding-right: 4%;
    }

    .home_Ads_Bui_row > li:last-child {
        padding-left: 4%;
    }
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .home_Ads_Bui_row > li:first-child {
        padding-right: 30px;
    }

    .home_Ads_Bui_row > li:last-child {
        padding-left: 30px;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .home_Ads_Bui_row > li:first-child {
        padding-right: 20px;
    }

    .home_Ads_Bui_row > li:last-child {
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .home_Ads_Bui_row,
    .home_Ads_Bui_row > li {
        width: 100%;
        display: block;
    }

    .home_Ads_Bui_row > li:not(:last-child) {
        margin-bottom: 30px;
    }
}

/*------------------------------*/

.homeHow {
    background: url("../images/home/how-bg.jpg") no-repeat right bottom #FFFFFF;
    background-size: 41.145833333333333% auto;
}

@media (min-width: 1650px) {
    .homeHow {
        padding: 100px 0;
    }
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .homeHow {
        padding: 80px 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .homeHow {
        padding: 60px 0;
    }
}

@media (max-width: 991px) {
    .homeHow {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .homeHow {
        background-size: 50% auto !important;
    }
}

/*------------------------------*/

.homeHow_text {
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    margin: 50px 0 100px 0;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .homeHow_text {
        font-size: 26px;
        line-height: 150%;
        margin: 40px 0 80px 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .homeHow_text {
        font-size: 22px;
        line-height: 150%;
        margin: 30px 0 60px 0;
    }
}

@media (max-width: 991px) {
    .homeHow_text {
        margin: 20px 0 40px 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .homeHow_text {
        font-size: 16px;
        line-height: 150%;
    }
}

@media (max-width: 767px) {
    .homeHow_text {
        font-size: 18px;
        line-height: 150%;
    }

    .homeHow_text > br {
        display: none;
    }
}

/*------------------------------*/

.homeHow_pic {
    margin: 50px 0 100px 0;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .homeHow_pic {
        margin: 40px 0 80px 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .homeHow_pic {
        margin: 30px 0 60px 0;
    }
}

@media (max-width: 991px) {
    .homeHow_pic {
        margin: 20px 0 40px 0;
    }
}

/*------------------------------*/

.homeRegis {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: url("../images/home/regis-bg.jpg") no-repeat center;
    background-size: cover;
}

@media (min-width: 1650px) {
    .homeRegis {
        height: 700px;
    }
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .homeRegis {
        height: 600px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .homeRegis {
        height: 500px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .homeRegis {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .homeRegis {
        height: 300px;
    }
}

/*------------------------------*/

@media (min-width: 768px) {
    .pageRegis .homeRegis {
        height: auto;
        padding: 80px 0;
    }
}

/*------------------------------*/

.homeRegis_text {
    color: #FFFFFF;
    font-size: 38px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 70px;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .homeRegis_text {
        font-size: 36px;
        line-height: 130%;
        margin-bottom: 60px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .homeRegis_text {
        font-size: 34px;
        line-height: 130%;
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .homeRegis_text {
        font-size: 26px;
        line-height: 130%;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .homeRegis_text {
        font-size: 20px;
        line-height: 130%;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .homeRegis_text {
        font-size: 24px;
        line-height: 130%;
        margin-bottom: 20px;
    }

    .homeRegis_text > br {
        display: none;
    }
}

/*------------------------------*/

@media (min-width: 768px) {
    .pageRegis .homeRegis_text {
        margin-bottom: 40px;
    }
}

/*------------------------------*/

@media (min-width: 1650px) {
    .homeLift {
        padding: 100px 0;
    }
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .homeLift {
        padding: 80px 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .homeLift {
        padding: 60px 0;
    }
}

@media (max-width: 991px) {
    .homeLift {
        padding: 40px 0;
    }
}

/*------------------------------*/

.homeLift_text {
    width: 100%;
    max-width: 1300px;
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    margin: 50px auto 100px auto;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .homeLift_text {
        font-size: 26px;
        line-height: 150%;
        margin: 40px auto 80px auto;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .homeLift_text {
        font-size: 22px;
        line-height: 150%;
        margin: 30px auto 60px auto;
    }
}

@media (max-width: 991px) {
    .homeLift_text {
        margin: 20px auto 40px auto;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .homeLift_text {
        font-size: 16px;
        line-height: 150%;
    }
}

@media (max-width: 767px) {
    .homeLift_text {
        font-size: 18px;
        line-height: 150%;
    }
}

/*------------------------------*/

@media (min-width: 1650px) {
    .homeLift_row {
        margin-bottom: 100px;
    }
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .homeLift_row {
        margin-bottom: 90px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .homeLift_row {
        margin-bottom: 80px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .homeLift_row {
        margin-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .homeLift_row {
        margin-bottom: 40px;
    }
}

/*------------------------------*/

.homeLift_row > .row {
    margin-top: -40px;
    margin-bottom: -40px;
}

.homeLift_row > .row > [class*="col-"] {
    margin: 40px 0;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .homeLift_row > .row {
        margin-top: -35px;
        margin-bottom: -35px;
    }

    .homeLift_row > .row > [class*="col-"] {
        margin: 35px 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .homeLift_row > .row {
        margin-top: -30px;
        margin-bottom: -30px;
    }

    .homeLift_row > .row > [class*="col-"] {
        margin: 30px 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .homeLift_row > .row {
        margin-top: -25px;
        margin-bottom: -25px;
    }

    .homeLift_row > .row > [class*="col-"] {
        margin: 25px 0;
    }
}

@media (max-width: 767px) {
    .homeLift_row > .row {
        margin-top: -20px;
        margin-bottom: -20px;
    }

    .homeLift_row > .row > [class*="col-"] {
        margin: 20px 0;
    }
}

/*------------------------------*/

.homeLift_pic {
    width: 100%;
    position: relative;
    padding-bottom: 86.301369863013699%;
    background-size: cover !important;
}

.homeLift_pic.newLabel:before {
    position: absolute;
    top: -5.555555555555556%;
    left: 0;
    content: '';
    width: 35.616438356164384%;
    height: 11.111111111111111%;
    background: url("../images/icon-new.png") no-repeat top left;
    background-size: contain;
}

/*------------------------------*/

.homeLift_box {
    width: 100%;
    display: table;
    padding: 0;
    margin: 15px 0 0 0;
}

.homeLift_box > li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.homeLift_box > li:first-child {
    width: 87.123287671232877%;
    padding-right: 15px;
}

.homeLift_box > li:last-child {
    width: 12.876712328767123%;
}

/*------------------------------*/

.homeLift_title {
    color: #f15a24;
    font-weight: 500;
    margin-bottom: 10px;
}

@media (min-width: 1650px) {
    .homeLift_title {
        font-size: 32px;
        line-height: 100%;
    }

    .homeLift_title.ellipsis {
        height: 32px;
    }
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .homeLift_title {
        font-size: 28px;
        line-height: 100%;
    }

    .homeLift_title.ellipsis {
        height: 28px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .homeLift_title {
        font-size: 24px;
        line-height: 100%;
    }

    .homeLift_title.ellipsis {
        height: 24px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .homeLift_title {
        font-size: 20px;
        line-height: 100%;
    }

    .homeLift_title.ellipsis {
        height: 20px;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .homeLift_title {
        font-size: 16px;
        line-height: 100%;
    }

    .homeLift_title.ellipsis {
        height: 16px;
    }
}

@media (max-width: 575px) {
    .homeLift_title {
        font-size: 18px;
        line-height: 100%;
    }

    .homeLift_title.ellipsis {
        height: 18px;
    }
}

/*------------------------------*/

.homeLift_detail {
    font-style: italic;
}

@media (min-width: 1650px) {
    .homeLift_detail {
        font-size: 26px;
        line-height: 100%;
    }

    .homeLift_detail.ellipsis {
        height: 26px;
    }
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .homeLift_detail {
        font-size: 22px;
        line-height: 100%;
    }

    .homeLift_detail.ellipsis {
        height: 22px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .homeLift_detail {
        font-size: 18px;
        line-height: 100%;
    }

    .homeLift_detail.ellipsis {
        height: 18px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .homeLift_detail {
        font-size: 16px;
        line-height: 100%;
    }

    .homeLift_detail.ellipsis {
        height: 16px;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .homeLift_detail {
        font-size: 14px;
        line-height: 100%;
    }

    .homeLift_detail.ellipsis {
        height: 14px;
    }
}

@media (max-width: 575px) {
    .homeLift_detail {
        font-size: 16px;
        line-height: 100%;
    }

    .homeLift_detail.ellipsis {
        height: 16px;
    }
}

/*------------------------------*/

.homeLift_more,
a.homeLift_more {
    width: 100%;
    display: block;
    background: url("../images/arrow-right.png") no-repeat center;
    background-size: contain;
    padding-bottom: 100%;
}

a.homeLift_more:hover {
    opacity: .7;
}

/*------------------------------*/

a.homeLift_link {
    width: 100%;
    display: block;
    text-decoration: none;
}

a.homeLift_link:hover {
    opacity: .7;
}

/*------------------------------
Ads Buyer
------------------------------*/

.adsRow1 {
    margin: 80px 0;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .adsRow1 {
        margin: 70px 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .adsRow1 {
        margin: 60px 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .adsRow1 {
        margin: 50px 0;
    }
}

@media (max-width: 767px) {
    .adsRow1 {
        margin: 40px 0;
    }
}

/*------------------------------*/

@media (min-width: 1650px) {
    .adsRow1 > .row {
        margin: 0 -40px;
    }

    .adsRow1 > .row > [class*="col-"] {
        padding: 0 40px;
    }
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .adsRow1 > .row {
        margin: 0 -30px;
    }

    .adsRow1 > .row > [class*="col-"] {
        padding: 0 30px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .adsRow1 > .row {
        margin: 0 -20px;
    }

    .adsRow1 > .row > [class*="col-"] {
        padding: 0 20px;
    }
}

@media (max-width: 991px) and (min-width: 576px) {
    .adsRow1 > .row {
        margin: 0 -15px;
    }

    .adsRow1 > .row > [class*="col-"] {
        padding: 0 15px;
    }
}

@media (max-width: 575px) {
    .adsRow1 > .row {
        margin: 0;
    }

    .adsRow1 > .row > [class*="col-"] {
        position: relative;
        padding: 0;
    }

    .adsRow1 > .row > [class*="col-"]:not(:last-child) {
        padding-bottom: 80px;
    }

    .adsRow1 > .row > [class*="col-"]:not(:last-child):after {
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        bottom: 25px;
        content: '';
        width: 53px;
        height: 30px;
        margin: 0 auto;
    }

    .adsRow1 > .row > [class*="col-"].orange:after {
        background: url("../images/arrow-down1.png") no-repeat center;
        background-size: contain;
    }

    .adsRow1 > .row > [class*="col-"].green:after {
        background: url("../images/arrow-down2.png") no-repeat center;
        background-size: contain;
    }
}

/*------------------------------*/

@media (min-width: 576px) {
    .adsRow1_pic {
        position: relative;
    }

    .adsRow1_pic:after {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 100%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        content: '';
        width: 6.875%;
        height: 16.041666666666667%;
    }

    .orange .adsRow1_pic:after {
        background: url("../images/arrow-right2.png") no-repeat center;
        background-size: contain;
    }

    .green .adsRow1_pic:after {
        background: url("../images/arrow-right3.png") no-repeat center;
        background-size: contain;
    }

    .adsRow1_pic > img {
        position: relative;
        z-index: 2;
    }
}

/*------------------------------*/

.adsRow1_text {
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    text-align: center;
    margin: 20px 0 0 0;
}

.orange .adsRow1_text {
    color: #ff9716;
}

.green .adsRow1_text {
    color: #8ac900;
}

.blue .adsRow1_text {
    color: #007fb2;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .adsRow1_text {
        font-size: 30px;
        line-height: 120%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .adsRow1_text {
        font-size: 24px;
        line-height: 120%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .adsRow1_text {
        font-size: 20px;
        line-height: 120%;
        margin-top: 15px;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .adsRow1_text {
        font-size: 14px;
        line-height: 120%;
        margin-top: 10px;
    }
}

@media (max-width: 575px) {
    .adsRow1_text {
        font-size: 26px;
        line-height: 120%;
        margin-top: 15px;
    }

    .adsRow1_text > br {
        display: none;
    }
}

/*------------------------------*/

.adsRow2 {

}

/*------------------------------*/

.adsRow2_text1 {
    color: #000000;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    margin: 0 0 30px 0;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .adsRow2_text1 {
        font-size: 42px;
        line-height: 120%;
        margin-bottom: 25px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .adsRow2_text1 {
        font-size: 36px;
        line-height: 120%;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .adsRow2_text1 {
        font-size: 30px;
        line-height: 120%;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .adsRow2_text1 {
        font-size: 22px;
        line-height: 120%;
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .adsRow2_text1 {
        font-size: 32px;
        line-height: 120%;
        margin-bottom: 20px;
    }
}

/*------------------------------*/

.adsRow2_text2 {
    font-size: 30px;
    line-height: 150%;
    text-align: center;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .adsRow2_text2 {
        font-size: 28px;
        line-height: 150%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .adsRow2_text2 {
        font-size: 22px;
        line-height: 150%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .adsRow2_text2 {
        font-size: 16px;
        line-height: 150%;
    }
}

@media (max-width: 767px) {
    .adsRow2_text2 {
        font-size: 18px;
        line-height: 150%;
    }

    .adsRow2_text2 > br {
        display: none;
    }
}

/*------------------------------*/

.adsRow3 {
    margin: 60px 0 0 0;
}

@media (max-width: 767px) {
    .adsRow3 {
        margin: 40px 0 0 0;
    }
}

/*------------------------------*/

.adsRow4 {
    width: 100%;
}

/*------------------------------*/

.adsRow4_1 {
    width: 100%;
    display: table;
    background: #f5f5f5;
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
    padding: 20px 0;
    margin: 50px 0 0 0;
}

@media (min-width: 768px) {
    .adsRow4_1 {
        border-right: 20px solid #000000;
    }
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .adsRow4_1 {
        border-right-width: 18px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .adsRow4_1 {
        border-right-width: 16px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .adsRow4_1 {
        border-right-width: 14px;
    }
}

@media (max-width: 767px) {
    .adsRow4_1 {
        display: block;
        border-bottom: 10px solid #000000;
        padding: 0 15px 15px 15px;
        margin: 40px 0 0 0;
    }
}

/*------------------------------*/

.adsRow4_1.yellow {
    border-color: #fda712;
}

.adsRow4_1.green {
    border-color: #61b361;
}

.adsRow4_1.lightgreen {
    border-color: #60d1cb;
}

.adsRow4_1.blue {
    border-color: #0789f9;
}

.adsRow4_1.darkgreen {
    border-color: #0d6980;
}

/*------------------------------*/

@media (min-width: 768px) {
    .adsRow4_1 > li {
        display: table-cell;
        vertical-align: middle;
    }

    .adsRow4_1 > li:first-child {
        width: 8.125%;
    }

    .adsRow4_1 > li:last-child {
        width: 91.875%;
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .adsRow4_1 > li {
        width: 100%;
        display: block;
    }
}

/*------------------------------*/

.adsRow4_icon {
    position: relative;
}

@media (min-width: 768px) {
    .adsRow4_icon {
        width: 100%;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        padding-bottom: 100%;
    }
}

@media (max-width: 767px) {
    .adsRow4_icon {
        width: 150px;
        height: 80px;
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        margin: 0 auto 30px auto;
    }
}

/*------------------------------*/

.yellow .adsRow4_icon {
    background: #fda712;
}

.green .adsRow4_icon {
    background: #61b361;
}

.lightgreen .adsRow4_icon {
    background: #60d1cb;
}

.blue .adsRow4_icon {
    background: #0789f9;
}

.darkgreen .adsRow4_icon {
    background: #0d6980;
}

/*------------------------------*/

.adsRow4_icon > img {
    width: 67.692307692307692%;
    height: 46.153846153846154%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .adsRow4_icon > img {
        width: 54px;
        height: 37px;
    }
}

/*------------------------------*/

.adsRow4_title {
    border-bottom: 1px solid #b3b3b3;
    color: #000000;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .adsRow4_title {
        font-size: 34px;
        line-height: 120%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .adsRow4_title {
        font-size: 28px;
        line-height: 120%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .adsRow4_title {
        font-size: 20px;
        line-height: 120%;
    }
}

@media (max-width: 767px) {
    .adsRow4_title {
        font-size: 28px;
        line-height: 120%;
        text-align: center;
    }
}

/*------------------------------*/

.adsRow4_text {
    font-size: 30px;
    line-height: 150%;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .adsRow4_text {
        font-size: 20px;
        line-height: 150%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .adsRow4_text {
        font-size: 18px;
        line-height: 150%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .adsRow4_text {
        font-size: 16px;
        line-height: 150%;
    }
}

@media (max-width: 767px) {
    .adsRow4_text {
        font-size: 18px;
        line-height: 150%;
        text-align: center;
    }
}

/*------------------------------*/

.adsRow5 {
    width: 100%;
    max-width: 2000px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0 auto;
}

.adsRow5 > li {
    display: block;
    position: relative;
}

@media (min-width: 768px) {
    .adsRow5 {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .adsRow5 > li {
        width: 18%;
    }
}

@media (min-width: 1650px) {
    .adsRow5 {
        margin-top: 80px;
    }
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .adsRow5 {
        margin-top: 60px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .adsRow5 {
        margin-top: 40px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .adsRow5 {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .adsRow5 {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 40px;
    }

    .adsRow5 > li {
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .adsRow5 > li:not(:last-child) {
        margin-bottom: 60px;
    }
}

/*------------------------------*/

@media (min-width: 768px) {
    .adsRow5 > li:not(:last-child):before {
        position: absolute;
        top: 50%;
        left: 100%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        content: '';
        width: 10%;
        height: 10%;
        background: url("../images/arrow-right4.png") no-repeat center;
        background-size: contain;
        margin-right: -20%;
    }
}

@media (max-width: 767px) {
    .adsRow5 > li:not(:last-child):before {
        position: absolute;
        left: 50%;
        bottom: -50px;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        content: '';
        width: 63px;
        height: 40px;
        background: url("../images/arrow-down3.png") no-repeat center;
        background-size: contain;
    }
}

/*------------------------------*/

.adsRow5 > li:after {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 15px;
    content: '';
    width: 88%;
    background: #dddddd;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding-bottom: 60%;
    margin: 0 auto;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .adsRow5 > li:after {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .adsRow5 > li:after {
        bottom: 10px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .adsRow5 > li:after {
        bottom: 5px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }
}

@media (max-width: 767px) {
    .adsRow5 > li:after {
        bottom: 20px;
    }
}

/*------------------------------*/

.adsRow5 > li.yellow:after {
    background: #fda712;
}

.adsRow5 > li.green:after {
    background: #61b361;
}

.adsRow5 > li.lightgreen:after {
    background: #60d1cb;
}

.adsRow5 > li.blue:after {
    background: #0789f9;
}

.adsRow5 > li.darkgreen:after {
    background: #0d6980;
}

/*------------------------------*/

.adsRow5_num {
    width: 100%;
    display: block;
    position: relative;
    z-index: 3;
    background-size: 100% auto !important;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    padding-bottom: 21.379310344827586%;
}

.adsRow5_num > span {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 4px;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .adsRow5_num {
        font-size: 30px;
        line-height: 100%;
    }

    .adsRow5_num > span {
        margin-top: 3px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .adsRow5_num {
        font-size: 22px;
        line-height: 100%;
    }

    .adsRow5_num > span {
        margin-top: 2px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .adsRow5_num {
        font-size: 18px;
        line-height: 100%;
    }

    .adsRow5_num > span {
        margin-top: 2px;
    }
}

/*------------------------------*/

.yellow .adsRow5_num {
    background: url("../images/adssana-buyer/flow/headBg-1.png") no-repeat center;
}

.green .adsRow5_num {
    background: url("../images/adssana-buyer/flow/headBg-2.png") no-repeat center;
}

.lightgreen .adsRow5_num {
    background: url("../images/adssana-buyer/flow/headBg-3.png") no-repeat center;
}

.blue .adsRow5_num {
    background: url("../images/adssana-buyer/flow/headBg-4.png") no-repeat center;
}

.darkgreen .adsRow5_num {
    background: url("../images/adssana-buyer/flow/headBg-5.png") no-repeat top center;
}

/*------------------------------*/

.adsRow5_detail {
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
    background: url("../images/adssana-buyer/flow/bodyBg.png") repeat-y top center;
    background-size: 100% auto;
    padding: 0;
    margin: 0;
}

/*------------------------------*/

.adsRow5_footer {
    width: 100%;
    display: block;
    position: relative;
    z-index: 3;
    background: url("../images/adssana-buyer/flow/footerBg.png") no-repeat bottom center;
    background-size: 100% 100%;
    padding-bottom: 21.379310344827586%;
    margin: -0.5px 0 0 0;
}

/*------------------------------*/

.adsRow5_title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    width: 100%;
    color: #000000;
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    text-align: center;
    padding-top: 20px;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .adsRow5_title {
        font-size: 18px;
        line-height: 120%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .adsRow5_title {
        font-size: 14px;
        line-height: 120%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .adsRow5_title {
        font-size: 11px;
        line-height: 120%;
    }
}

/*------------------------------*/

.adsRow5_icon {
    width: 32%;
    display: block;
    height: auto;
    margin: 20px auto;
}

/*------------------------------*/

.adsRow5_text {
    width: 100%;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    padding: 0 15%;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .adsRow5_text {
        font-size: 16px;
        line-height: 150%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .adsRow5_text {
        font-size: 14px;
        line-height: 150%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .adsRow5_text {
        font-size: 11px;
        line-height: 150%;
    }
}

/*------------------------------*/

.adsFAQ_row {
    width: 100%;
    max-width: 1200px;
    margin: 60px auto 0 auto;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .adsFAQ_row {
        margin-top: 50px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .adsFAQ_row {
        margin-top: 40px;
    }
}

@media (max-width: 991px) {
    .adsFAQ_row {
        margin-top: 30px;
    }
}

/*------------------------------*/

#adsFAQ .adsFAQ_box:not(:last-child) {
    margin-bottom: 20px;
}

/*------------------------------*/

.adsFAQ_question {
    position: relative;
    background: #4d4d4d;
    padding-left: 5.833333333333333%;
    padding-right: 5.833333333333333%;
}

@media (max-width: 767px) {
    .adsFAQ_question {
        padding-left: 50px;
        padding-right: 50px;
    }
}

/*------------------------------*/

.adsFAQ_question:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 5.833333333333333%;
    height: 100%;
    background: url("../images/icon-search.png") no-repeat center #000000;
    background-size: 36% auto;
}

@media (max-width: 767px) {
    .adsFAQ_question:before {
        width: 50px;
    }
}

/*------------------------------*/

.adsFAQ_question > a {
    width: 100%;
    display: block;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    padding: 15px;
}


@media (max-width: 1649px) and (min-width: 1200px) {
    .adsFAQ_question > a {
        font-size: 30px;
        line-height: 120%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .adsFAQ_question > a {
        font-size: 24px;
        line-height: 120%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .adsFAQ_question > a {
        font-size: 18px;
        line-height: 120%;
    }
}

@media (max-width: 767px) {
    .adsFAQ_question > a {
        font-size: 22px;
        line-height: 120%;
    }
}

/*------------------------------*/

.adsFAQ_question > a:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    content: '';
    width: 5.833333333333333%;
    height: 100%;
    background: url("../images/icon-plus.png") no-repeat center;
    background-size: 100% auto;
}

.adsFAQ_question > a[aria-expanded="true"]:after {
    background: url("../images/icon-minus.png") no-repeat center;
    background-size: 100% auto;
}

@media (max-width: 767px) {
    .adsFAQ_question > a:after {
        width: 50px;
    }
}

/*------------------------------*/

.adsFAQ_answer {
    background: #efefef;
    font-size: 26px;
    line-height: 150%;
    padding: 15px 30px;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .adsFAQ_answer {
        font-size: 24px;
        line-height: 150%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .adsFAQ_answer {
        font-size: 22px;
        line-height: 150%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .adsFAQ_answer {
        font-size: 16px;
        line-height: 150%;
    }
}

@media (max-width: 767px) {
    .adsFAQ_answer {
        font-size: 18px;
        line-height: 150%;
        padding: 15px;
    }
}

/*------------------------------
Building Rep
------------------------------*/

.buildingRow1 {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.buildingRow1 > li {
    width: 100%;
    display: block;
}

@media (min-width: 768px) {
    .buildingRow1 {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .buildingRow1 > li {
        width: 31.25%;
    }

    .buildingRow1 > li.blue {
        width: 28%;
    }
}

@media (max-width: 767px) {
    .buildingRow1 {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .buildingRow1 > li:not(:last-child) {
        margin-bottom: 30px;
    }
}

/*------------------------------*/

.buildingRow1_box {
    position: relative;
}

.buildingRow1_box > img {
    width: 100%;
    display: block;
}

@media (max-width: 767px) and (min-width: 576px) {
    .buildingRow1_box {
        max-width: 440px;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .buildingRow1_box {
        max-width: 350px;
        margin: 0 auto;
    }
}

/*------------------------------*/

.buildingRow1_detail {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
    .orange .buildingRow1_detail,
    .green .buildingRow1_detail {
        padding-right: 15%;
    }

    .blue .buildingRow1_detail {
        padding-right: 5%;
    }
}

@media (max-width: 767px) {
    .orange .buildingRow1_detail,
    .green .buildingRow1_detail {
        padding-bottom: 15%;
    }

    .blue .buildingRow1_detail {
        padding-bottom: 5%;
    }
}

/*------------------------------*/

.buildingRow1_icon {
    width: 30.803571428571429%;
    display: block;
    margin: 0 auto;
}

.orange .buildingRow1_icon,
.green .buildingRow1_icon {
    width: 31.506849315068493%;
}

/*------------------------------*/

.buildingRow1_text {
    font-weight: 600;
    font-size: 38px;
    line-height: 120%;
    text-align: center;
    padding-top: 5%;
}

.orange .buildingRow1_text {
    color: #ff9716;
}

.green .buildingRow1_text {
    color: #8ac900;
}

.blue .buildingRow1_text {
    color: #007fb2;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .buildingRow1_text {
        font-size: 24px;
        line-height: 120%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .buildingRow1_text {
        font-size: 20px;
        line-height: 120%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .buildingRow1_text {
        font-size: 16px;
        line-height: 120%;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .buildingRow1_text {
        font-size: 34px;
        line-height: 120%;
    }
}

@media (max-width: 575px) {
    .buildingRow1_text {
        font-size: 24px;
        line-height: 120%;
    }
}

/*------------------------------*/

.buildingRow2 {
    font-size: 30px;
    line-height: 150%;
    text-align: center;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .buildingRow2 {
        font-size: 20px;
        line-height: 150%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .buildingRow2 {
        font-size: 18px;
        line-height: 150%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .buildingRow2 {
        font-size: 16px;
        line-height: 150%;
    }
}

@media (max-width: 767px) {
    .buildingRow2 {
        font-size: 18px;
        line-height: 150%;
    }
}

/*------------------------------
Rent Ads Contact
------------------------------*/

.rentAdsContact {
    background: url("../images/rent-adssana-contact/bg.jpg") no-repeat center;
    background-size: cover;
}

.rentAdsContact.rentAdsContact2 {
    background: url("../images/rent-adssana-contact/bg2.jpg") no-repeat center;
    background-size: cover;
}

/*------------------------------*/

.rentAdsContact_text {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 38px;
    line-height: 150%;
    text-align: center;
    margin: 0 0 40px 0;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .rentAdsContact_text {
        font-size: 28px;
        line-height: 150%;
        margin: 0 0 35px 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .rentAdsContact_text {
        font-size: 24px;
        line-height: 150%;
        margin: 0 0 30px 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .rentAdsContact_text {
        font-size: 18px;
        line-height: 150%;
        margin: 0 0 25px 0;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .rentAdsContact_text {
        font-size: 30px;
        line-height: 150%;
        margin: 0 0 20px 0;
    }
}

@media (max-width: 575px) {
    .rentAdsContact_text {
        font-size: 20px;
        line-height: 150%;
        margin: 0 0 15px 0;
    }
}

/*------------------------------*/

.rentAdsContact2 .rentAdsContact_text {
    color: #000000;
    font-weight: 300;
    font-size: 30px;
    line-height: 150%;
}

.rentAdsContact2 .rentAdsContact_text > br {
    display: none;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .rentAdsContact2 .rentAdsContact_text {
        font-size: 28px;
        line-height: 150%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .rentAdsContact2 .rentAdsContact_text {
        font-size: 24px;
        line-height: 150%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .rentAdsContact2 .rentAdsContact_text {
        font-size: 20px;
        line-height: 150%;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .rentAdsContact2 .rentAdsContact_text > br {
        display: block;
    }
}

@media (max-width: 767px) {
    .rentAdsContact2 .rentAdsContact_text {
        font-size: 20px;
        line-height: 150%;
    }
}

/*------------------------------*/

.rentAdsContact_box {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF;
    padding: 0;
    margin: 0;
}

.rentAdsContact_box > li {
    width: auto;
    position: relative;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .rentAdsContact_box {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .rentAdsContact_box > li {
        padding: 3% 0;
    }

    .rentAdsContact_box > li:nth-child(1) {
        padding-left: 3%;
    }

    .rentAdsContact_box > li:nth-child(2) {

    }

    .rentAdsContact_box > li:nth-child(3) {
        background: #def4db;
        padding-left: 3%;
        padding-right: 3%;
    }

    .rentAdsContact2 .rentAdsContact_box > li:nth-child(3) {
        background: none;
        padding-left: 0;
        padding-right: 3%;
    }
}

@media (max-width: 767px) {
    .rentAdsContact_box {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px;
    }

    .rentAdsContact_box > li {
        width: 100%;
        padding: 10px 0;
    }

    .rentAdsContact_box > li:nth-child(1) {
        background: #E1EAEE;
    }

    .rentAdsContact_box > li:nth-child(2) {
        background: #027FB2;
        margin: 10px 0;
    }

    .rentAdsContact_box > li:nth-child(3) {
        background: #00B901;
    }
}

@media (max-width: 575px) {
    .rentAdsContact_box {
        max-width: 290px;
        margin: 0 auto;
    }
}

/*------------------------------*/

.rentAdsContact_phone {
    position: relative;
    padding-left: 60px;
}

.rentAdsContact_phone:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 45px;
    height: 100%;
    background: url("../images/icon-phone2.png") no-repeat left center;
    background-size: contain;
}


@media (min-width: 768px) {
    .rentAdsContact2 .rentAdsContact_phone:before {
        background: url("../images/icon-phone3.png") no-repeat left center;
        background-size: contain;
    }
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .rentAdsContact_phone {
        padding-left: 50px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .rentAdsContact_phone {
        padding-left: 40px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .rentAdsContact_phone {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .rentAdsContact_phone {
        width: auto;
        display: table;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .rentAdsContact_phone {
        padding-left: 30px;
    }
}

/*------------------------------*/

.rentAdsContact_phone_text1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 54px;
    line-height: 100%;
}

.rentAdsContact_phone_text1 > a {
    color: #007fb2;
}

.rentAdsContact_phone_text1 > a:hover {
    opacity: .7;
}

@media (min-width: 768px) {
    .rentAdsContact2 .rentAdsContact_phone_text1 > a {
        color: #333333;
    }
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .rentAdsContact_phone_text1 {
        font-size: 36px;
        line-height: 100%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .rentAdsContact_phone_text1 {
        font-size: 30px;
        line-height: 100%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .rentAdsContact_phone_text1 {
        font-size: 21px;
        line-height: 100%;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .rentAdsContact_phone_text1 {
        font-size: 42px;
        line-height: 100%;
    }
}

@media (max-width: 575px) {
    .rentAdsContact_phone_text1 {
        font-size: 22px;
        line-height: 100%;
    }
}

/*------------------------------*/

.rentAdsContact_phone_text2 {
    font-size: 31px;
    line-height: 100%;
    margin: 10px 0 0 0;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .rentAdsContact_phone_text2 {
        font-size: 21px;
        line-height: 100%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .rentAdsContact_phone_text2 {
        font-size: 17px;
        line-height: 100%;
    }
}

@media (max-width: 991px) {
    .rentAdsContact_phone_text2 {
        margin-top: 5px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .rentAdsContact_phone_text2 {
        font-size: 12px;
        line-height: 100%;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .rentAdsContact_phone_text2 {
        font-size: 22px;
        line-height: 100%;
    }
}

@media (max-width: 575px) {
    .rentAdsContact_phone_text2 {
        font-size: 13px;
        line-height: 100%;
    }
}

/*------------------------------*/

.rentAdsContact_email {
    position: relative;
    background: #007fb2;
    padding: 15px 20px 25px 20px;
}

.rentAdsContact_email > a {
    display: block;
    position: relative;
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 54px;
    line-height: 100%;
    padding-left: 60px;
}

.rentAdsContact_email > a:hover {
    opacity: .7;
}

.rentAdsContact_email > a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 45px;
    height: 100%;
    background: url("../images/icon-mail2.png") no-repeat left bottom;
    background-size: contain;
}

@media (min-width: 768px) {
    .rentAdsContact2 .rentAdsContact_email {
        background: #333333;
    }
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .rentAdsContact_email > a {
        font-size: 36px;
        line-height: 100%;
        padding-left: 40px;
    }

    .rentAdsContact_email > a:before {
        width: 30px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .rentAdsContact_email > a {
        font-size: 30px;
        line-height: 100%;
        padding-left: 40px;
    }

    .rentAdsContact_email > a:before {
        width: 28px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .rentAdsContact_email {
        padding-bottom: 20px;
    }

    .rentAdsContact_email > a {
        font-size: 21px;
        line-height: 100%;
        padding-left: 30px;
    }

    .rentAdsContact_email > a:before {
        width: 22px;
    }
}

@media (max-width: 767px) {
    .rentAdsContact_email {
        width: auto;
        display: table;
        padding: 0;
        margin: 0 auto;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .rentAdsContact_email {
        padding-bottom: 10px;
    }

    .rentAdsContact_email > a {
        font-size: 42px;
        line-height: 100%;
        padding-left: 50px;
    }

    .rentAdsContact_email > a:before {
        width: 37px;
    }
}

@media (max-width: 575px) {
    .rentAdsContact_email {
        padding-bottom: 5px;
    }

    .rentAdsContact_email > a {
        font-size: 22px;
        line-height: 100%;
        padding-left: 30px;
    }

    .rentAdsContact_email > a:before {
        width: 24px;
    }
}

/*------------------------------*/

.rentAdsContact_line {
    position: relative;
    background: #00b900;
    padding: 20px 20px 20px 20px;
}

.rentAdsContact_line > a {
    display: block;
    position: relative;
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 54px;
    line-height: 100%;
    padding-left: 60px;
}

.rentAdsContact_line > a:hover {
    opacity: .7;
}

.rentAdsContact_line > a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 45px;
    height: 100%;
    background: url("../images/icon-line.png") no-repeat left bottom;
    background-size: contain;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .rentAdsContact_line > a {
        font-size: 36px;
        line-height: 100%;
        padding-left: 50px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .rentAdsContact_line > a {
        font-size: 30px;
        line-height: 100%;
        padding-left: 35px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .rentAdsContact_line {
        padding-top: 17px;
        padding-bottom: 18px;
    }

    .rentAdsContact_line > a {
        font-size: 21px;
        line-height: 100%;
        padding-left: 25px;
    }
}

@media (max-width: 767px) {
    .rentAdsContact_line {
        width: auto;
        display: table;
        padding: 0;
        margin: 0 auto;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .rentAdsContact_line > a {
        font-size: 42px;
        line-height: 100%;
    }
}

@media (max-width: 575px) {
    .rentAdsContact_line > a {
        font-size: 24px;
        line-height: 100%;
        padding-left: 30px;
    }
}

/*------------------------------
Lift Ads
------------------------------*/

.liftAdsRow1 {
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    margin: 40px 0;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .liftAdsRow1 {
        font-size: 24px;
        line-height: 150%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .liftAdsRow1 {
        font-size: 20px;
        line-height: 150%;
    }
}

@media (max-width: 991px) {
    .liftAdsRow1 {
        font-size: 18px;
        line-height: 150%;
        margin: 30px 0;
    }

    .liftAdsRow1 > br {
        display: none;
    }
}

/*------------------------------*/

.liftAdsRow2 {
    background: #efefef;
    padding: 15px;
    margin: 0 0 60px 0;
}

@media (min-width: 1650px) {
    .liftAdsRow2 {
        padding-left: 25px;
    }
}

@media (max-width: 991px) {
    .liftAdsRow2 {
        padding: 10px;
        margin: 0 0 50px 0;
    }
}

/*------------------------------*/

.liftAdsRow2_row {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.liftAdsRow2_row > li {
    width: auto;
    display: block;
    font-size: 24px;
    line-height: 100%;
    word-break: keep-all;
    white-space: nowrap;
}

.liftAdsRow2_row > li:not(:first-child):not(:last-child) {
    width: 100%;
}

@media (min-width: 992px) {
    .liftAdsRow2_row {
        width: 100%;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .liftAdsRow2_row > li:not(:last-child) {
        margin-right: 10px;
    }
}

@media (min-width: 1650px) {
    .liftAdsRow2_row > li:not(:last-child) {
        margin-right: 20px;
    }
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .liftAdsRow2_row > li {
        font-size: 22px;
        line-height: 100%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .liftAdsRow2_row > li {
        font-size: 20px;
        line-height: 100%;
    }
}

@media (max-width: 991px) {
    .liftAdsRow2_row {
        width: auto;
        position: relative;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .liftAdsRow2_row > li {
        font-size: 18px;
        line-height: 100%;
        margin: 5px;
    }

    .liftAdsRow2_row > li:nth-child(1) {
        width: 100%;
        text-align: center;
        margin: 5px 0 5px 0;
    }
}

/*------------------------------*/

.liftAdsRow2_row select.form-control {
    background: url("../images/icon-select.png") no-repeat calc(100% - 10px) center #FFFFFF;
    background-size: 15px auto;
    padding-right: 35px;
}

.liftAdsRow2_row .form-control.searchIcon {
    background: url("../images/icon-search2.png") no-repeat calc(100% - 10px) center #FFFFFF;
    background-size: 18px auto;
    padding-right: 35px;
}

/*------------------------------*/

.liftAdsRow2_row .btn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 85px;
    max-width: 100%;
    height: 40px;
    background: #f15a24;
    border: none;
    outline: none;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
}

.liftAdsRow2_row .btn:hover {
    opacity: .7;
}

/*------------------------------*/

.liftAdsRow3 {
    font-size: 30px;
    line-height: 100%;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .liftAdsRow3 {
        font-size: 26px;
        line-height: 100%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .liftAdsRow3 {
        font-size: 22px;
        line-height: 100%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .liftAdsRow3 {
        font-size: 18px;
        line-height: 100%;
    }
}

@media (max-width: 767px) {
    .liftAdsRow3 {
        font-size: 14px;
        line-height: 100%;
    }
}

/*------------------------------*/

.liftAdsRow3_num {
    width: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0 auto;
}

.liftAdsRow3_num > li {
    display: block;
}

.liftAdsRow3_num > li:not(:last-child) {
    padding-right: 20px;
}

@media (max-width: 767px) {
    .liftAdsRow3_num > li:not(:last-child) {
        padding-right: 10px;
    }
}

/*------------------------------*/

.liftAdsRow3_num > li > a {
    display: inline-block;
}

.liftAdsRow3_num > li:not(.liftAdsRow3_icon) > a {
    border-bottom: 3px solid #e6e6e6;
    padding: 0 15px 5px 15px;
}

.liftAdsRow3_num > li:not(.liftAdsRow3_icon) > a:hover,
.liftAdsRow3_num > li:not(.liftAdsRow3_icon) > a.active {
    border-color: #f15a24;
}

@media (max-width: 767px) {
    .liftAdsRow3_num > li:not(.liftAdsRow3_icon) > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/*------------------------------*/

.liftAdsRow3_icon img {
    width: 25px;
    display: block;
}

/*------------------------------*/

.liftAdsRow4 {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
    margin: 0;
}

.liftAdsRow4 > li {
    width: 100%;
    display: block;
}

@media (min-width: 768px) {
    .liftAdsRow4 > li {
        width: 50%;
    }

    .liftAdsRow4 > li:last-child {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .liftAdsRow4 {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .liftAdsRow4 > li:last-child {
        margin-top: 40px;
    }
}

/*------------------------------*/

.liftAdsRow4_slide {
    position: relative;
}

/*------------------------------*/

.liftAdsRow4_slide_pic {
    width: 100%;
    background-size: cover !important;
    padding-bottom: 65%;
}

/*------------------------------*/

.liftAdsRow4_thumb {
    margin: 0 -10px;
}

.liftAdsRow4_thumb > .carousel-indicators {
    width: auto;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
    margin: 20px 0 0 0;
}

.liftAdsRow4_thumb > .carousel-indicators > li {
    width: calc(20% - 20px);
    position: relative;
    z-index: 1;
    height: auto;
    display: block;
    background: none;
    border: none;
    text-indent: unset;
    opacity: 1;
    padding: 0;
    margin: 0 10px;
}

.liftAdsRow4_thumb > .carousel-indicators > li > a {
    width: 100%;
    display: block;
    position: relative;
}

@media (max-width: 575px) {
    .liftAdsRow4_thumb {
        margin: 0 -5px;
    }

    .liftAdsRow4_thumb > .carousel-indicators > li {
        width: calc(20% - 10px);
        margin: 0 5px;
    }
}

/*------------------------------*/

.liftAdsRow4_thumb_pic {
    width: 100%;
    background-size: cover !important;
    padding-bottom: 65%;
}

.liftAdsRow4_thumb > .carousel-indicators > li.active .liftAdsRow4_thumb_pic {
    -webkit-box-shadow: inset 0 0 0 2px rgba(241, 90, 36, 1);
    -moz-box-shadow: inset 0 0 0 2px rgba(241, 90, 36, 1);
    box-shadow: inset 0 0 0 2px rgba(241, 90, 36, 1);
}

/*------------------------------*/

.liftAdsRow4_title {
    position: relative;
    color: #000000;
    font-weight: 500;
    font-size: 167%;
    line-height: 120%;
    margin: 5px 0 10px 0;
}

.liftAdsRow4_title.new {
    padding-left: 80px;
}

.liftAdsRow4_title.new:before {
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    width: 70px;
    height: 30px;
    background: url("../images/icon-new2.png") no-repeat top center;
    background-size: contain;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .liftAdsRow4_title.new {
        padding-left: 70px;
    }

    .liftAdsRow4_title.new:before {
        top: 8px;
        width: 60px;
        height: 26px;
    }
}

@media (max-width: 1199px) {
    .liftAdsRow4_title.new {
        padding-left: 60px;
    }

    .liftAdsRow4_title.new:before {
        top: 8px;
        width: 50px;
        height: 22px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .liftAdsRow4_title.new {
        padding-left: 50px;
    }

    .liftAdsRow4_title.new:before {
        top: 4px;
        width: 45px;
        height: 20px;
    }
}

/*------------------------------*/

.liftAdsRow4_text {
    font-size: 24px;
    line-height: 150%;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .liftAdsRow4_text {
        font-size: 20px;
        line-height: 150%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .liftAdsRow4_text {
        font-size: 18px;
        line-height: 150%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .liftAdsRow4_text {
        font-size: 14px;
        line-height: 150%;
    }
}

@media (max-width: 767px) {
    .liftAdsRow4_text {
        font-size: 18px;
        line-height: 150%;
    }
}

/*------------------------------*/

.liftAdsRow4_text1 {
    color: #999999;
    font-style: italic;
    font-size: 84%;
    line-height: 120%;
}

/*------------------------------*/

.liftAdsRow4_text2 {
    position: relative;
    padding-left: 20px;
}

.liftAdsRow4_text2:before {
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 12px;
    height: 18px;
    background: url("../images/icon-pin.png") no-repeat top center;
    background-size: contain;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .liftAdsRow4_text2:before {
        top: 5px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .liftAdsRow4_text2:before {
        top: 3px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .liftAdsRow4_text2:before {
        top: 0;
    }
}

@media (max-width: 767px) {
    .liftAdsRow4_text2:before {
        top: 3px;
    }
}

/*------------------------------*/

.liftAdsRow4_text3 {
    width: auto;
    padding: 0;
    margin: 40px 0;
}

.liftAdsRow4_text3 > tbody > tr > td {
    vertical-align: top;
}

.liftAdsRow4_text3 > tbody > tr > td:nth-child(1),
.liftAdsRow4_text3 > tbody > tr > td:nth-child(2) {
    color: #000000;
    font-weight: 500;
    word-break: keep-all;
    white-space: nowrap;
}

.liftAdsRow4_text3 > tbody > tr > td:nth-child(2) {
    padding: 0 15px;
}

.liftAdsRow4_text3 > tbody > tr:not(:last-child) > td {
    padding-bottom: 15px;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .liftAdsRow4_text3 {
        margin: 25px 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .liftAdsRow4_text3 {
        margin: 20px 0;
    }

    .liftAdsRow4_text3 > tbody > tr:not(:last-child) > td {
        padding-bottom: 10px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .liftAdsRow4_text3 {
        margin: 15px 0;
    }

    .liftAdsRow4_text3 > tbody > tr:not(:last-child) > td {
        padding-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .liftAdsRow4_text3 {
        margin: 20px 0;
    }
}

/*------------------------------*/

.liftAdsRow4_text4 {
    color: #000000;
    font-weight: 500;
}

/*------------------------------*/

.liftAdsRow4_text5 {
    margin: 5px 0 0 0;
}

/*------------------------------*/

a.liftAds_checkPrice {
    width: 75%;
    display: block;
    margin: 0 auto;
}

@media (max-width: 767px) {
    a.liftAds_checkPrice {
        width: 100%;
    }
}

/*------------------------------*/

.liftAds_arrowDown {
    width: 120px;
    display: block;
    margin: 40px auto;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .liftAds_arrowDown {
        width: 110px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .liftAds_arrowDown {
        width: 100px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .liftAds_arrowDown {
        width: 90px;
    }
}

@media (max-width: 767px) {
    .liftAds_arrowDown {
        width: 80px;
        margin: 25px auto;
    }
}

/*------------------------------*/

a.liftAds_download {
    width: 385px;
    height: 80px;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #1a1a1a;
    color: #FFFFFF;
    font-size: 34px;
    line-height: 100%;
    text-align: center;
    padding: 0;
    margin: 0 auto;
}

a.liftAds_download:hover {
    opacity: .7;
}

a.liftAds_download:after {
    display: block;
    content: '';
    width: 14.358974358974359%;
    height: 67.5%;
    background: url("../images/icon-pdf.png") no-repeat center;
    background-size: contain;
    margin-left: 20px;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    a.liftAds_download {
        width: 365px;
        height: 78px;
        font-size: 32px;
        line-height: 100%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    a.liftAds_download {
        width: 355px;
        height: 76px;
        font-size: 30px;
        line-height: 100%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    a.liftAds_download {
        width: 330px;
        height: 74px;
        font-size: 28px;
        line-height: 100%;
    }
}

@media (max-width: 767px) {
    a.liftAds_download {
        width: 290px;
        height: 61px;
        font-size: 26px;
        line-height: 100%;
    }

    a.liftAds_download:after {
        margin-left: 15px;
    }
}

/*------------------------------
Privacy policy
------------------------------*/

.privacyTitle1 {
    position: relative;
    border-bottom: 3px solid #cccccc;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    padding: 0 0 15px 0;
    margin: 60px 0 20px 0;
}

.privacyTitle1:before {
    position: absolute;
    left: 0;
    bottom: -3px;
    content: '';
    width: 100px;
    height: 3px;
    background: #f15a24;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .privacyTitle1 {
        font-size: 44px;
        line-height: 120%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .privacyTitle1 {
        font-size: 40px;
        line-height: 120%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .privacyTitle1 {
        font-size: 36px;
        line-height: 120%;
    }
}

@media (max-width: 767px) {
    .privacyTitle1 {
        font-size: 28px;
        line-height: 120%;
    }
}

/*------------------------------*/

.privacyTitle2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 120%;
    text-align: center;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .privacyTitle2 {
        font-size: 34px;
        line-height: 120%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .privacyTitle2 {
        font-size: 32px;
        line-height: 120%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .privacyTitle2 {
        font-size: 30px;
        line-height: 120%;
    }
}

@media (max-width: 767px) {
    .privacyTitle2 {
        font-size: 28px;
        line-height: 120%;
    }
}

/*------------------------------*/

.privacyText1 {
    font-size: 24px;
    line-height: 150%;
}

.privacyText1 strong {
    font-weight: 600;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .privacyText1 {
        font-size: 22px;
        line-height: 150%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .privacyText1 {
        font-size: 20px;
        line-height: 150%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .privacyText1 {
        font-size: 18px;
        line-height: 150%;
    }
}

@media (max-width: 767px) {
    .privacyText1 {
        font-size: 16px;
        line-height: 150%;
    }
}

/*------------------------------*/

.privacyText1_1 {
    margin: 50px 0;
}

/*------------------------------*/

ol.privacyText2 {
    counter-reset: list;
    padding: 0;
    margin: 0 0 0 30px;
}

ol.privacyText2 > li {
    position: relative;
    list-style: none;
    padding: 0 0 0 45px;
}

ol.privacyText2 > li:not(:last-child) {
    margin-bottom: 15px;
}


ol.privacyText2 > li:before {
    position: absolute;
    left: 0;
    counter-increment: list;
    content: "(" counter(list) ")";
}

@media (max-width: 1649px) and (min-width: 1200px) {
    ol.privacyText2 > li {
        padding-left: 40px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    ol.privacyText2 > li {
        padding-left: 40px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    ol.privacyText2 > li {
        padding-left: 35px;
    }
}

@media (max-width: 767px) {
    ol.privacyText2 > li {
        padding-left: 30px;
    }
}

/*------------------------------
all form
------------------------------*/

.formContent {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/*------------------------------*/

.formRowContent .formRow {
    border-top: 1px solid #cccccc;
    padding: 30px 0;
}

.formRowContent .formRow:last-child {
    border-bottom: 1px solid #cccccc;
}

/*------------------------------*/

.formRow {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}

.formRow > li {
    width: 100%;
    display: block;
}

/*------------------------------*/

.formRow .form-control {
    border: none;
    background: #f2f2f2;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 20px;
}

.formRow .formInput {
    min-height: 60px;
}

.formRow .text-danger {
    color: #ff0000 !important;
}

@media (max-width: 767px) {
    .formRow .form-control {
        font-size: 16px;
    }
}

/*------------------------------*/

.formRow2 {
    width: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.formRow2 > li {
    width: auto;
    display: block;
    font-size: 20px;
    line-height: 100%;
}

.formRow2 .radio {
    padding: 0 0 0 5px;
}

.formRow2 .radio label {
    margin: 0;
}

@media (min-width: 768px) {
    .formRow2 > li:not(:last-child) {
        margin-right: 30px;
    }
}

@media (max-width: 767px) {
    .formRow2 {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .formRow2 > li {
        width: 100%;
        font-size: 16px;
        line-height: 100%;
    }

    .formRow2 > li:first-child {
        margin-bottom: 20px;
    }
}

/*------------------------------*/

.formRow3 {
    width: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.formRow3 > li {
    width: auto;
    display: block;
}

@media (min-width: 768px) {
    .formRow3 > li:not(:last-child) {
        padding-right: 10px;
    }

    .formRow3 .formInput {
        width: 300px;
    }
}

@media (max-width: 767px) {
    .formRow3 {
        width: 100%;
    }

    .formRow3 > li:first-child {
        width: 100px;
    }

    .formRow3 > li:last-child {
        width: calc(100% - 100px);
    }
}

/*------------------------------*/

.formRow4 .formInput {
    width: 400px;
    max-width: 100%;
}

.formRow4_text {
    color: #ff0000;
    font-style: italic;
    font-size: 16px;
    line-height: 120%;
    margin: 5px 0 0 0;
}

/*------------------------------*/

.formBox1 {
    margin: 50px 0;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .formBox1 {
        margin: 45px 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .formBox1 {
        margin: 40px 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .formBox1 {
        margin: 35px 0;
    }
}

@media (max-width: 767px) {
    .formBox1 {
        margin: 30px 0;
    }
}

/*------------------------------*/

.formBox2 {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.formBox2 > li {
    position: relative;
    display: block;
}

.formBox2 > li.formBox2_col1 {
    word-break: keep-all;
    white-space: nowrap;
}

.formBox2 > li.formBox2_col2 {
    display: none;
    width: 100%;
    padding-left: 8px;
}

.formBox2 > li.formBox2_col2.show {
    display: block;
}

.formBox2 > li.formBox2_col2:after {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent #4d4d4d transparent transparent;
    margin: -5px 0 0 0;
}

/*------------------------------*/

.formBox2_message {
    position: absolute;
    top: 50%;
    left: 8px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #4d4d4d;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 120%;
    padding: 5px;
    margin: -5px 0 0 0;
}

@media (max-width: 991px) {
    .formBox2_message {
        font-size: 12px;
        line-height: 120%;
    }
}

/*------------------------------*/

.formPopover {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    background: url("../images/icon-question.png") no-repeat center;
    background-size: contain;
    cursor: pointer;
}

/*------------------------------*/

.formBtn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0 auto;
}

.formBtn > li {
    width: auto;
    display: block;
}

@media (min-width: 1650px) {
    .formBtn {
        width: 500px;
    }
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .formBtn {
        width: 450px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .formBtn {
        width: 400px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .formBtn {
        width: 350px;
    }
}

@media (max-width: 767px) {
    .formBtn {
        width: 290px;
    }
}

@media (max-width: 374px) {
    .formPopup_1 .formBtn {
        width: 250px;
    }
}

/*------------------------------*/

.formBtn_btn {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    outline: none;
    border: none;
    padding: 0;
    margin: 0 auto;
}

.formBtn_btn:hover {
    opacity: .7;
}

.formBtn_btn.btn1 {
    background: #4d4d4d;
}

.formBtn_btn.btn2,
.formBtn_btn.btn3,
.formBtn_btn.btn4 {
    background: #f15a24;
}

.formBtn_btn.btn3 {
    width: auto;
    padding: 0 30px;
    margin: 0 auto;
}

.formBtn_btn.btn4 {
    width: 100%;
}

@media (min-width: 1650px) {
    .formBtn_btn {
        width: 235px;
        height: 70px;
    }
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .formBtn_btn {
        width: 210px;
        height: 65px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .formBtn_btn {
        width: 185px;
        height: 60px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .formBtn_btn {
        width: 160px;
        height: 55px;
    }
}

@media (max-width: 767px) {
    .formBtn_btn {
        width: 140px;
        height: 50px;
    }
}

@media (max-width: 374px) {
    .formPopup_1 .formBtn_btn {
        width: 120px;
    }
}

/*------------------------------*/

.formBtn_text {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    text-align: center;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .formBtn_text {
        font-size: 26px;
        line-height: 100%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .formBtn_text {
        font-size: 24px;
        line-height: 100%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .formBtn_text {
        font-size: 22px;
        line-height: 100%;
    }
}

@media (max-width: 767px) {
    .formBtn_text {
        font-size: 20px;
        line-height: 100%;
    }
}

/*------------------------------*/

.formText1 {
    position: relative;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    margin: 0 0 15px 0;
}

@media (max-width: 767px) {
    .formText1 {
        font-size: 18px;
        line-height: 150%;
    }
}

/*------------------------------*/

.formText2 {
    position: relative;
    overflow: hidden;
    font-size: 20px;
    line-height: 150%;
}

@media (max-width: 767px) {
    .formText2 {
        font-size: 16px;
        line-height: 150%;
    }
}

/*------------------------------*/

.formText2 .checkbox input {
    position: absolute;
    left: 0;
}

.formText2 .checkbox label::before,
.formText2 .checkbox label::after {
    top: 0;
    left: 0;
}

.formText2 .checkbox label::before {
    margin-top: 5px;
}

.formText2 .checkbox label::after {
    margin-top: -3px;
}

.formText2 .checkbox label {
    margin: 0;
}

@media (max-width: 767px) {
    .formText2 .checkbox label::after {
        margin-top: 0;
    }
}

/*------------------------------*/

.formText2 a {
    color: #f15a24;
}

.formText2 a:hover {
    text-decoration: underline;
}

/*------------------------------*/

.formText3 {
    font-size: 20px;
    line-height: 150%;
}

@media (max-width: 767px) {
    .formText3 {
        font-size: 18px;
        line-height: 150%;
    }
}

/*------------------------------*/

.formText4 {
    font-size: 38px;
    line-height: 120%;
    text-align: center;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .formText4 {
        font-size: 36px;
        line-height: 120%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .formText4 {
        font-size: 34px;
        line-height: 120%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .formText4 {
        font-size: 32px;
        line-height: 120%;
    }
}

@media (max-width: 767px) {
    .formText4 {
        font-size: 30px;
        line-height: 120%;
    }
}

/*------------------------------*/

.formText5 {
    font-size: 20px;
    line-height: 150%;
    text-align: center;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .formText5 {
        font-size: 18px;
        line-height: 150%;
    }
}

@media (max-width: 991px) {
    .formText5 {
        font-size: 16px;
        line-height: 150%;
    }
}

/*------------------------------*/

.formText6 {
    font-size: 38px;
    line-height: 150%;
    text-align: center;
}

@media (max-width: 1649px) and (min-width: 1200px) {
    .formText6 {
        font-size: 34px;
        line-height: 150%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .formText6 {
        font-size: 30px;
        line-height: 150%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .formText6 {
        font-size: 26px;
        line-height: 150%;
    }
}

@media (max-width: 767px) {
    .formText6 {
        font-size: 22px;
        line-height: 150%;
    }
}

/*------------------------------
all form popup
------------------------------*/

.formPopBox {
    width: 100%;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #FFFFFF;
    padding: 50px;
    margin: 0 auto;
}

.formPopup_1 .formPopBox {
    margin-top: 5%;
    margin-bottom: 5%;
}

@media (min-width: 576px) {
    .formPopBox {
        max-width: 535px;
    }

    .formPopup_1 .formPopBox {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .formPopBox {
        padding: 30px 15px;
    }

    .formPopup_1 .formPopBox {
        padding-top: 50px;
    }
}

/*------------------------------*/

.formPopBox a {
    color: #f15a24;
}

.formPopBox a:hover {
    text-decoration: underline;
}

/*------------------------------*/

.formPopRow {
    margin: 30px 0;
}

@media (max-width: 575px) {
    .formPopRow {
        margin: 15px 0;
    }
}

/*------------------------------*/

.formPopRow2 {
    border-bottom: 1px solid #cccccc;
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
}

@media (max-width: 575px) {
    .formPopRow2 {
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
    }
}

/*------------------------------*/

.formPopInput {
    position: relative;
}

.formPopInput > .form-control {
    height: 74px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 24px;
    line-height: 150%;
    padding-left: 70px;
    padding-right: 50px;
}

@media (max-width: 575px) {
    .formPopInput > .form-control {
        height: 50px;
        font-size: 20px;
        line-height: 150%;
        padding-left: 50px;
    }
}

/*------------------------------*/

.formPopInput > .form-control::-webkit-input-placeholder {
    color: #b3b3b3;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-weight: 200;
}

.formPopInput > .form-control::-moz-placeholder {
    color: #b3b3b3;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-weight: 200;
}

.formPopInput > .form-control:-ms-input-placeholder {
    color: #b3b3b3;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-weight: 200;
}

.formPopInput > .form-control:-ms-input-placeholder {
    color: #b3b3b3;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-weight: 200;
}

/*------------------------------*/

.formPop_user:before,
.formPop_pass:before {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: '';
}

.formPop_user:before {
    width: 20px;
    height: 25px;
    background: url("../images/icon-user.png") no-repeat center;
    background-size: contain;
}

.formPop_pass:before {
    width: 22px;
    height: 30px;
    background: url("../images/icon-pass.png") no-repeat center;
    background-size: contain;
}

@media (max-width: 575px) {
    .formPop_user:before,
    .formPop_pass:before {
        left: 20px;
    }
}

/*------------------------------*/

.formPopEye {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.formPopEye > i {
    cursor: pointer;
}

/*------------------------------*/

.formPopTitle {
    font-weight: 600;
    font-size: 38px;
    line-height: 150%;
    text-align: center;
    margin: 0 0 50px 0;
}

@media (max-width: 575px) {
    .formPopTitle {
        font-size: 30px;
        line-height: 150%;
        margin: 0 0 25px 0;
    }
}

/*------------------------------*/

.formPopText {
    font-size: 22px;
    line-height: 150%;
    text-align: center;
}

.formPopText.formPopText_1,
.formPopText.formPopText_2,
.formPopText.formPopText_3 {
    color: #b3b3b3;
}

.formPopText.formPopText_1,
.formPopText.formPopText_2 {
    font-style: italic;
}

.formPopText.formPopText_2 {
    line-height: 30px;
}

@media (max-width: 575px) {
    .formPopText {
        font-size: 18px;
        line-height: 150%;
    }
}

/*------------------------------*/

a.formPopClose {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: url("../images/icon-close.png") no-repeat center;
    background-size: contain;
}

a.formPopClose:hover {
    opacity: .7;
}

@media (max-width: 575px) {
    a.formPopClose {
        top: 15px;
        right: 15px;
        width: 25px;
        height: 25px;
    }
}

/*------------------------------
Form Popup
------------------------------*/

.formPopup {
    z-index: 5000;
}

.formPopup .modal {
    text-align: center;
    padding: 0;
    margin: 0;
}

.formPopup .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    /*margin-right: -2px;*/
}

.formPopup .modal-dialog {
    max-width: 100%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    padding: 0;
    margin: 0 auto;
}

.formPopup .modal-content {
    background: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    padding: 0;
    margin: 0;
}

@media (min-width: 768px) {
    .formPopup .modal-dialog {
        width: 535px;
    }

    .formPopup.formPopup_1 .modal-dialog {
        width: 1200px;
        max-width: 95%;
    }
}

@media (max-width: 767px) {
    .formPopup .modal-dialog {
        width: 90%;
    }
}

/*------------------------------*/