@import url('../../../../../css2');
@import url('../../../../../css2');

@font-face {
    font-family: CygreMedium;
    src: url(../fonts/cygre/Cygre-Medium.eot);
    src: url(../fonts/cygre/Cygre-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/cygre/Cygre-Medium.woff) format("woff"), url(../fonts/cygre/Cygre-Medium.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    outline: 0;
    font-family: Mulish, sans-serif !important;
    font-feature-settings: "pnum" on, "lnum" on
}

h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
ul {
    margin: 0;
    padding: 0
}

.card {
    border: none
}

a,
button,
input {
    transition: .5s
}

a:hover,
button:hover,
input:hover {
    outline: 0;
    text-decoration: none
}

button,
input[type=submit] {
    border: none;
    cursor: pointer
}

input:not([type=checkbox]):not([type=radio]),
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.mw {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    position: relative
}

.fancybox-slide:before {
    margin: 0
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #1b324c;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: none;
    z-index: 98;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, .5)
}

.scrollup img {
    width: 20px
}

.scrollup:hover {
    opacity: .9
}

.scrollup .fas_icon {
    font-size: 20px;
    color: #fff
}

.scrollup.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.modal {
    display: none;
    position: fixed;
    z-index: 99999999;
    overflow: auto;
    background-color: rgba(0, 0, 0, .7);
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    max-width: 400px;
    padding: 0 !important
}

.modal::-webkit-scrollbar {
    width: 0
}

.modal .m-content {
    width: 100%;
    max-width: 500px;
    background-color: #fff;
    position: relative
}

.modal .m-content .c {
    background-color: #fff;
    width: 100%;
    padding: 40px
}

.modal .m-content .c h3 {
    text-align: center;
    padding-bottom: 30px;
    font-size: 22px;
    color: #222
}

.modal .m-content .c .success_h3 {
    font-size: 30px;
    color: #18ba60
}

.modal .m-content .c h6 {
    padding: 20px 10px;
    text-align: center;
    font-size: 24px;
    color: #2a2a2a;
    font-weight: 400
}

.modal .m-content .c form {
    width: 100%;
    max-width: 500px
}

.modal .m-content .c form label {
    color: #1b324c;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    display: block
}

.modal .m-content .c form input,
.modal .m-content .c form select,
.modal .m-content .c form textarea {
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 15px;
    color: #222;
    font-size: 14px
}

.modal .m-content .c form textarea {
    min-height: 100px;
    resize: none
}

.modal .m-content .c form .inp {
    margin-bottom: 15px
}

.modal .m-content .c form .inp_line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.modal .m-content .c form .inp_line .inp_address {
    width: 50%
}

.modal .m-content .c form .inp_line .inp_home,
.modal .m-content .c form .inp_line .inp_home_num {
    width: 20%
}

.modal .m-content .c form .btn_c {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.modal .m-content .c form .policy {
    color: #222;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    display: block
}

.modal .m-content .c form .policy a {
    color: #1b324c
}

.modal .m-content .c form .policy a:hover {
    color: #fff
}

.modal .m-content .c form .policy input {
    margin-right: 10px
}

.modal .m-content .c small {
    color: #676767;
    font-size: 10px;
    font-weight: 300
}

.modal .m-content .c small a {
    color: #676767;
    text-decoration: underline
}

.modal .m-content .c small a:hover {
    color: #18ba60
}

@media (max-width:575px) {
    .scrollup {
        right: 10px;
        bottom: 50px
    }

    .modal .m-content .c h3 {
        padding: 30px 0;
        padding-top: 50px;
        font-size: 22px
    }
}

.btn_c {
    width: 100%;
    position: relative;
    z-index: 3
}

.btn_c .btn_m {
    border-radius: 60px;
    background: #1b324c;
    padding: 13px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    white-space: nowrap;
    transition: .5s;
    background-size: 200% auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 200px
}

.btn_c .btn_m:hover {
    background: #4c6932;
    text-decoration: none
}

img {
    pointer-events: none !important
}

.wpcf7-not-valid-tip {
    display: none !important
}

.wpcf7-not-valid {
    border-color: red !important
}

.wpcf7-response-output {
    display: none !important
}

.wpcf7-spinner {
    display: none !important
}

.page {
    background: #1b1b1b;
    overflow-x: hidden
}

.page .header {
    z-index: 99;
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transition: .5s
}

.page .header .mw {
    padding: 2vh 2vh;
    z-index: 2
}

.page .header .mw .cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-radius: 8px;
    padding: 8px 20px;
    background: #1b1b1b
}

.page .header .mw .cont .left_side .logo a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.page .header .mw .cont .left_side .logo a img {
    width: 90px;
    min-width: 90px
}

.page .header .mw .cont .nav ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center
}

.page .header .mw .cont .nav ul li {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 40px
}

.page .header .mw .cont .nav ul li a {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal
}

.page .header .mw .cont .nav ul li a:hover {
    color: #1b324c
}

.page .header .mw .cont .nav ul li:last-child {
    margin-right: 0
}

.page .header .mw .cont .right_side {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center
}

.page .header .mw .cont .right_side .phone {
    margin-right: 40px
}

.page .header .mw .cont .right_side .phone a {
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal
}

.page .header .mw .cont .right_side .btn_c .btn_m {
    padding: 11px 6px 11px 15px;
    max-width: 180px;
    font-size: 14px;
    position: relative
}

.page .header .mw .cont .right_side .btn_c .btn_m::after {
    content: "";
    background: url(../images/arrow.svg) no-repeat center center/cover;
    position: relative;
    width: 28px;
    height: 28px;
    min-width: 28px;
    margin-left: 14px;
    display: block
}

.page .header .mw .cont .right_side .o_xs_menu {
    display: none
}

.page .header .mw .cont .right_side .o_xs_menu img {
    width: 30px;
    transition: .5s;
    cursor: pointer;
    height: 30px
}

.page .header.out {
    transform: translateY(-100%)
}

.page .header_offset {
    padding-top: 80px;
    position: relative;
    display: block;
    width: 100%
}

.page .header.sticky {
    height: 80px
}

.page .xs_menu {
    width: 100%;
    top: 0;
    left: -100%;
    position: fixed;
    height: 100vh;
    z-index: 9999;
    transition: all .5s;
    display: none
}

.page .xs_menu .overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(57, 78, 37, .4);
    position: absolute;
    z-index: 99999
}

.page .xs_menu .xs_cont {
    width: 100%;
    max-width: 350px;
    height: 100%;
    background: #000;
    position: relative;
    z-index: 999999;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.page .xs_menu .xs_cont .c_xs_menu {
    position: absolute;
    right: 20px;
    top: 20px
}

.page .xs_menu .xs_cont .c_xs_menu img {
    width: 30px;
    cursor: pointer;
    transition: .5s;
    height: 30px
}

.page .xs_menu .xs_cont .c_xs_menu .fas_icon {
    font-size: 26px;
    opacity: .7;
    cursor: pointer;
    color: #fff;
    transition: .5s
}

.page .xs_menu .xs_cont .c_xs_menu .fas_icon:hover {
    opacity: 1
}

.page .xs_menu .xs_cont .main_nav {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.page .xs_menu .xs_cont .main_nav li {
    margin-bottom: 15px
}

.page .xs_menu .xs_cont .main_nav li a {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.page .xs_menu .xs_cont .main_nav li a:hover {
    color: #1b324c
}

.page .xs_menu .xs_cont .phone {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 20px
}

.page .xs_menu .xs_cont .phone a {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap
}

.page .xs_menu .xs_cont .phone a:hover {
    color: #1b324c
}

.page .xs_menu .xs_cont .phone a img {
    margin-right: 10px
}

.page .xs_menu .xs_cont .btn_c {
    margin-top: 10px
}

.page .xs_menu .xs_cont .btn_c .btn_m {
    height: 45px;
    max-width: 190px
}

.page .xs_menu.active {
    left: 0;
    transition: .5s
}

.page .main {
    background: url(https://house-forest.ru/wp-content/uploads/2022/02/bg-ocb.jpg) no-repeat center center/cover;
    position: relative
}

.page .main .main_cont .mw {
    padding: 70px 2vh 370px;
    z-index: 2
}

.page .main .main_cont .mw .cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1120px
}

.page .main .main_cont .mw .cont ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px
}

.page .main .main_cont .mw .cont ul li {
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 8px 33px;
    font-style: normal;
    font-weight: 300;
    border-radius: 36px;
    border: 1px solid #fff;
    line-height: normal;
    margin-right: 30px
}

.page .main .main_cont .mw .cont ul li:last-child {
    margin-right: 0
}

.page .main .main_cont .mw .cont .h1 {
    color: #fff;
    text-align: center;
    font-family: CygreMedium, sans-serif !important;
    font-size: 90px;
    font-style: normal;
    font-weight: 500;
    line-height: 80px;
    padding-bottom: 45px
}

.page .main .main_cont .mw .cont p {
    color: #fff;
    text-align: center;
    font-size: 24px;
    max-width: 620px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-bottom: 25px
}

.page .main .main_cont .mw .cont .btn_c {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.page .main_benefits {
    margin-top: -32px
}

.page .main_benefits .mw {
    padding: 0 2vh
}

.page .main_benefits .mw .cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap
}

.page .main_benefits .mw .cont .card {
    width: 24%;
    border-radius: 8px;
    background: radial-gradient(107.32% 141.42% at 0 0, rgba(255, 255, 255, .4) 0, rgba(255, 255, 255, 0) 100%);
    box-shadow: -5px -5px 250px 0 rgba(0, 0, 0, .4) inset;
    backdrop-filter: blur(21px);
    padding: 8px 14px 8px 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.page .main_benefits .mw .cont .card .icon {
    width: 40px;
    margin-right: 20px
}

.page .main_benefits .mw .cont .card .icon img {
    width: 100%;
    height: auto
}

.page .main_benefits .mw .cont .card .desc .num span {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px
}

.page .main_benefits .mw .cont .card .desc p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px
}

.page .m_title {
    padding-bottom: 50px
}

.page .m_title .title {
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 36px;
    border: 1.5px solid #596d45;
    padding: 8px 25px;
    font-style: normal;
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 500;
    line-height: normal
}

.page .m_title .h2 {
    color: #fff;
    font-family: CygreMedium, sans-serif !important;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px
}

.page .about {
    position: relative
}

.page .about .about_decor {
    position: absolute;
    width: 100%;
    max-width: 440px;
    right: -180px;
    top: 50px
}

.page .about .about_decor img {
    width: 100%;
    height: auto
}

.page .about .mw {
    padding: 120px 2vh 90px
}

.page .about .mw .m_title {
    position: relative;
    max-width: 1080px;
    padding-bottom: 85px
}

.page .about .mw .m_title .btn_c {
    position: absolute;
    bottom: 75px;
    left: 660px
}

.page .about .mw .m_title .btn_c .btn_m {
    max-width: 220px
}

.page .about .mw .cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.page .about .mw .cont .left_side {
    width: 50%;
    max-width: 490px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.page .about .mw .cont .left_side .img {
    width: 100%;
    max-width: 490px;
    z-index: 2;
    position: relative
}

.page .about .mw .cont .left_side .img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    z-index: 2
}

.page .about .mw .cont .left_side .decor {
    position: absolute;
    width: 800px;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.page .about .mw .cont .left_side .decor img {
    width: 100%;
    height: auto
}

.page .about .mw .cont .right_side {
    width: 50%
}

.page .about .mw .cont .right_side .desc p {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 36px;
    max-width: 545px;
    opacity: .7
}

.page .about .mw .cont .right_side small {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 590px
}

.page .about .mw .cont .right_side .h5,
.page .about .mw .cont .right_side h5 {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    border-radius: 8px;
    background: radial-gradient(107.32% 141.42% at 0 0, rgba(255, 255, 255, .4) 0, rgba(255, 255, 255, 0) 100%);
    box-shadow: -5px -5px 250px 0 rgba(255, 255, 255, .02) inset;
    backdrop-filter: blur(21px);
    padding: 10px 25px;
    margin-bottom: 30px
}

.page .about .mw .cont .right_side .h4,
.page .about .mw .cont .right_side h4 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal
}

.page .about .mw .cont .right_side ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 36px
}

.page .about .mw .cont .right_side ul li {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-right: 16px
}

.page .about .mw .cont .right_side ul li:last-child {
    margin-right: 0
}

.page .about .mw .cont .right_side ul li::before {
    content: "";
    background: url(../images/clock.svg) no-repeat center center/cover;
    position: relative;
    width: 15px;
    height: 15px;
    min-width: 15px;
    display: block;
    margin-right: 8px
}

.page .garantee {
    position: relative
}

.page .garantee .decor {
    position: absolute;
    width: 400px;
    right: -200px
}

.page .garantee .decor img {
    width: 100%;
    height: auto
}

.page .garantee .mw {
    padding: 90px 2vh 25px
}

.page .garantee .mw .cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.page .garantee .mw .cont .left_side {
    width: 52%
}

.page .garantee .mw .cont .left_side .m_title {
    padding-bottom: 40px
}

.page .garantee .mw .cont .left_side .desc p {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 40px;
    opacity: .8
}

.page .garantee .mw .cont .left_side .desc p:last-child {
    margin-bottom: 0
}

.page .garantee .mw .cont .right_side {
    width: 45%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative
}

.page .garantee .mw .cont .right_side .img {
    position: absolute;
    width: 600px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    right: 0;
    z-index: 2
}

.page .garantee .mw .cont .right_side .img picture {
    width: 100%
}

.page .garantee .mw .cont .right_side .img img {
    width: 100%;
    height: auto;
    z-index: 2
}

.page .garantee .mw .cont .right_side .decor {
    position: absolute;
    width: 1000px;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: -250px
}

.page .garantee .mw .cont .right_side .decor img {
    width: 100%;
    height: auto
}

.page .garantee .mw .cont .right_side .h5,
.page .garantee .mw .cont .right_side h5 {
    color: #fff;
    text-align: center;
    max-width: 545px;
    z-index: 3;
    position: relative;
    bottom: -300px;
    font-size: 32px;
    font-style: normal;
    border-radius: 8px;
    padding: 10px 40px;
    background: radial-gradient(107.32% 141.42% at 0 0, rgba(255, 255, 255, .4) 0, rgba(255, 255, 255, 0) 100%);
    box-shadow: -5px -5px 250px 0 rgba(255, 255, 255, .02) inset;
    backdrop-filter: blur(21px);
    font-weight: 500;
    line-height: normal
}

.page .benefits {
    margin-top: -150px;
    position: relative;
    background: url(../images/benefits_bg.png) no-repeat center center/cover
}

.page .benefits .mw {
    padding: 310px 2vh 100px
}

.page .benefits .mw .m_title {
    margin-bottom: 30px
}

.page .benefits .mw .m_title .h2 {
    max-width: 720px
}

.page .benefits .mw .cont {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap
}

.page .benefits .mw .cont .card {
    width: 33%;
    border: 1px solid rgba(255, 255, 255, .3);
    padding: 40px 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-right: 0
}

.page .benefits .mw .cont .card:nth-child(3),
.page .benefits .mw .cont .card:nth-child(6) {
    border: 1px solid rgba(255, 255, 255, .3)
}

.page .benefits .mw .cont .card:nth-child(1),
.page .benefits .mw .cont .card:nth-child(2),
.page .benefits .mw .cont .card:nth-child(3) {
    border-bottom: 0
}

.page .benefits .mw .cont .card .icon {
    height: 70px;
    margin-bottom: 16px
}

.page .benefits .mw .cont .card .icon img {
    width: auto;
    height: 100%
}

.page .benefits .mw .cont .card p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal
}

.page .our_approach {
    position: relative
}

.page .our_approach::after {
    content: "";
    background: url(https://avatars.dzeninfra.ru/get-zen_doc/271828/pub_6862b1fc7e39653c3417a474_6862b2cc7e39653c3418bb87/scale_1200) no-repeat center center/cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.page .our_approach .mw {
    padding: 73px 2vh 500px
}

.page .our_approach .mw .m_title {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.page .our_approach .mw .m_title:before {
    content: "";
    height: 560px;
    width: 1766px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 1766px;
    background: #000;
    filter: blur(150px);
    position: absolute;
    top: -60px;
    z-index: 1
}

.page .our_approach .mw .m_title .h5,
.page .our_approach .mw .m_title h5 {
    color: #fff;
    text-align: center;
    font-family: CygreMedium, sans-serif !important;
    font-size: 24px;
    font-style: normal;
    z-index: 2;
    position: relative;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 32px
}

.page .our_approach .mw .m_title ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
    position: relative;
    z-index: 2
}

.page .our_approach .mw .m_title ul li {
    color: #fff;
    text-align: center;
    margin-right: 30px;
    font-size: 16px;
    padding: 8px 35px;
    border-radius: 36px;
    border: 1px solid #596d45;
    font-style: normal;
    font-weight: 300;
    line-height: normal
}

.page .our_approach .mw .m_title ul li:last-child {
    margin-bottom: 0
}

.page .our_approach .mw .m_title .h2 {
    position: relative;
    z-index: 2;
    text-align: center
}

.page .we_building {
    position: relative
}

.page .we_building .decor {
    width: 400px;
    right: 100px;
    position: absolute
}

.page .we_building .decor img {
    width: 100%;
    height: auto
}

.page .we_building .mw {
    padding: 90px 2vh 30px
}

.page .we_building .mw .m_title {
    max-width: 900px
}

.page .we_building .mw .cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap
}

.page .we_building .mw .cont .card {
    width: 32%;
    border-radius: 20px;
    background: #353535;
    padding: 24px;
    margin-bottom: 30px
}

.page .we_building .mw .cont .card .img {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.page .we_building .mw .cont .card .img img {
    width: 100%;
    border-radius: 16px;
    height: auto
}

.page .we_building .mw .cont .card .fotorama {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.page .we_building .mw .cont .card .fotorama .fotorama__stage__frame {
    border-radius: 16px
}

.page .we_building .mw .cont .card .fotorama img {
    width: 100%;
    height: auto
}

.page .we_building .mw .cont .card .desc .h5,
.page .we_building .mw .cont .card .desc h5 {
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 40px
}

.page .we_building .mw .cont .card .desc ul {
    margin-bottom: 40px
}

.page .we_building .mw .cont .card .desc ul li {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.page .we_building .mw .cont .card .desc ul li:last-child {
    margin-bottom: 0
}

.page .we_building .mw .cont .card .desc ul li p {
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal
}

.page .we_building .mw .cont .card .desc ul li span {
    white-space: nowrap;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-align: right;
    font-style: normal;
    font-weight: 300;
    line-height: normal
}

.page .we_building .mw .cont .card .desc .btn_c .btn_m {
    max-width: 235px
}

.page .newly_built_facilities .mw {
    padding: 45px 2vh
}

.page .newly_built_facilities .mw .newly_built_facilities_slider {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.page .newly_built_facilities .mw .newly_built_facilities_slider .owl-item {
    margin: 0 auto
}

.page .newly_built_facilities .mw .newly_built_facilities_slider .card .img {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 12px
}

.page .newly_built_facilities .mw .newly_built_facilities_slider .card .img img {
    width: 100%;
    height: auto;
    border-radius: 12px
}

.page .newly_built_facilities .mw .newly_built_facilities_slider .owl-stage-outer {
    z-index: 2
}

.page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: absolute;
    top: auto
}

.page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-next,
.page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1b324c;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
    transition: .5s
}

.page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-next:hover,
.page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-prev:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, .2)
}

.page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-next span,
.page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-prev span {
    display: none
}

.page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-next:before,
.page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-prev:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/chevron_left.svg) no-repeat center center/cover;
    position: absolute
}

.page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-prev {
    margin-left: -25px;
    border-radius: 50px;
    background: #1b324c
}

.page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-next {
    margin-right: -25px
}

.page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-next:before {
    background: url(../images/chevron_right.svg) no-repeat center center/cover
}

.page .stages {
    position: relative
}

.page .stages::after {
    content: "";
    background: url(../images/stages_bg.png) no-repeat center center/cover;
    width: 100%;
    height: 1800px;
    position: absolute;
    top: -60px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.page .stages .decor {
    position: absolute;
    right: -350px;
    width: 800px;
    top: 400px
}

.page .stages .decor img {
    width: 100%;
    height: auto
}

.page .stages .mw {
    padding: 45px 2vh 0
}

.page .stages .mw .m_title {
    padding-bottom: 45px
}

.page .stages .mw .m_title .line {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end
}

.page .stages .mw .m_title .line .h2 {
    white-space: nowrap;
    margin-right: 50px
}

.page .stages .mw .m_title .line .btn_c .btn_m {
    max-width: 190px
}

.page .stages .mw .cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap
}

.page .stages .mw .cont .left_side {
    width: 55%;
    position: relative;
    z-index: 2
}

.page .stages .mw .cont .left_side .h4,
.page .stages .mw .cont .left_side h4 {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    max-width: 430px;
    font-weight: 400;
    line-height: 147.5%;
    margin-bottom: 90px
}

.page .stages .mw .cont .left_side ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    margin-bottom: 80px
}

.page .stages .mw .cont .left_side ul li::after {
    content: "";
    background: #c1c1c1;
    height: 1px;
    top: -40px;
    width: 460px;
    position: absolute
}

.page .stages .mw .cont .left_side ul li .num {
    border-radius: 52.332px;
    background: var(--2, #596d45);
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 15px
}

.page .stages .mw .cont .left_side ul li .num span {
    color: #fff;
    font-family: Mulish;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 116%
}

.page .stages .mw .cont .left_side ul li .desc .h5,
.page .stages .mw .cont .left_side ul li .desc h5 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px
}

.page .stages .mw .cont .left_side ul li .desc p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 640px
}

.page .stages .mw .cont .right_side {
    width: 60%
}

.page .stages .mw .cont .right_side .img {
    position: absolute;
    left: 200px;
    width: 2350px;
    bottom: -20px
}

.page .stages .mw .cont .right_side .img img {
    width: 100%;
    height: auto
}

.page .ticker_wrapper .tickerwrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: radial-gradient(107.32% 141.42% at 0 0, rgba(255, 255, 255, .4) 0, rgba(255, 255, 255, 0) 100%);
    box-shadow: -5px -5px 250px 0 rgba(255, 255, 255, .02) inset;
    backdrop-filter: blur(21px)
}

.page .ticker_wrapper .tickerwrapper ul.list {
    position: relative;
    display: inline-block
}

.page .ticker_wrapper .tickerwrapper ul.list.cloned {
    position: absolute;
    top: 0;
    left: 0
}

.page .ticker_wrapper .tickerwrapper ul.list li {
    float: left;
    padding-left: 30px
}

.page .ticker_wrapper .tickerwrapper ul.list li span {
    font-style: normal;
    color: #fff;
    font-family: CygreMedium, sans-serif !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
    display: block
}

.page .you_can_control {
    background: url(../images/you_can_control_bg.png) no-repeat center center/cover
}

.page .you_can_control .mw {
    padding: 90px 2vh 22px
}

.page .you_can_control .mw .m_title {
    padding-bottom: 10px
}

.page .you_can_control .mw .m_title .h2 {
    max-width: 915px;
    font-size: 50px;
    line-height: 60px
}

.page .you_can_control .mw .m_title .h2 b {
    color: #596d45;
    font-weight: 600;
    font-family: CygreMedium, sans-serif !important
}

.page .you_can_control .mw .cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.page .you_can_control .mw .cont .left_side {
    width: 70%
}

.page .you_can_control .mw .cont .left_side ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px
}

.page .you_can_control .mw .cont .left_side ul li:last-child {
    margin-bottom: 0
}

.page .you_can_control .mw .cont .left_side ul li .icon {
    width: 38px;
    min-width: 38px;
    margin-right: 30px
}

.page .you_can_control .mw .cont .left_side ul li .icon img {
    width: 100%;
    height: auto
}

.page .you_can_control .mw .cont .left_side ul li p {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal
}

.page .you_can_control .mw .cont .right_side {
    width: 30%
}

.page .you_can_control .mw .cont .right_side .img {
    width: 460px
}

.page .you_can_control .mw .cont .right_side .img img {
    width: 100%;
    height: auto
}

.page .why_choose_us {
    position: relative
}

.page .why_choose_us::after {
    content: "";
    background: url(../images/stages_bg.png) no-repeat center center/cover;
    width: 100%;
    height: 890px;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.page .why_choose_us .mw {
    padding: 90px 2vh 10px
}

.page .why_choose_us .mw .m_title .line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%
}

.page .why_choose_us .mw .m_title .line .h2 {
    width: 100%
}

.page .why_choose_us .mw .m_title .line .btn_c {
    width: 42%
}

.page .why_choose_us .mw .m_title .line .btn_c .btn_m {
    max-width: 190px
}

.page .why_choose_us .mw .cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    width: 70%
}

.page .why_choose_us .mw .cont .card {
    border-right: 1px solid #fff;
    width: 49%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 66px
}

.page .why_choose_us .mw .cont .card:nth-child(2),
.page .why_choose_us .mw .cont .card:nth-child(4) {
    border: none
}

.page .why_choose_us .mw .cont .card:nth-child(2) .icon,
.page .why_choose_us .mw .cont .card:nth-child(4) .icon {
    margin-left: 35px
}

.page .why_choose_us .mw .cont .card .icon {
    width: 70px;
    min-width: 70px;
    margin-right: 20px
}

.page .why_choose_us .mw .cont .card .icon img {
    width: 100%;
    height: auto
}

.page .why_choose_us .mw .cont .card .desc {
    margin-right: 35px
}

.page .why_choose_us .mw .cont .card .desc .h5,
.page .why_choose_us .mw .cont .card .desc h5 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 20px
}

.page .why_choose_us .mw .cont .card .desc p {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%
}

.page .bg {
    background: url(../images/bg.png) no-repeat center center/cover;
    position: relative
}

.page .bg .decor {
    position: absolute;
    width: 600px;
    right: -300px;
    top: -100px
}

.page .bg .decor img {
    width: 100%;
    height: auto
}

.page .bg .reviews .mw {
    padding: 60px 2vh 60px
}

.page .bg .reviews .mw .m_title .h2 {
    max-width: 1015px
}

.page .bg .reviews .mw .reviews_slider .card {
    position: relative
}

.page .bg .reviews .mw .reviews_slider .card .line {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.page .bg .reviews .mw .reviews_slider .card .line .button_line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.page .bg .reviews .mw .reviews_slider .card .line .button_line .btn_next_reviews,
.page .bg .reviews .mw .reviews_slider .card .line .button_line .btn_prev_reviews {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 130px;
    height: 60px;
    border-radius: 42px;
    background: var(--, #f4f3ee);
    box-sizing: border-box;
    color: #353535;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%
}

.page .bg .reviews .mw .reviews_slider .card .line .button_line .btn_next_reviews img,
.page .bg .reviews .mw .reviews_slider .card .line .button_line .btn_prev_reviews img {
    width: 42px;
    height: auto;
    margin-right: 10px;
    margin-left: 0
}

.page .bg .reviews .mw .reviews_slider .card .line .button_line .btn_next_reviews:hover,
.page .bg .reviews .mw .reviews_slider .card .line .button_line .btn_prev_reviews:hover {
    box-shadow: 0 10px 15px rgba(255, 255, 255, .1)
}

.page .bg .reviews .mw .reviews_slider .card .line .button_line .btn_next_reviews {
    width: 145px;
    height: 60px;
    background: #1b324c;
    color: #fff
}

.page .bg .reviews .mw .reviews_slider .card .line .button_line .btn_next_reviews img {
    margin-left: 10px;
    margin-right: 0
}

.page .bg .reviews .mw .reviews_slider .card .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 960px;
    position: relative;
    padding-bottom: 30px
}

.page .bg .reviews .mw .reviews_slider .card .row .left_side {
    width: 50%
}

.page .bg .reviews .mw .reviews_slider .card .row .left_side .img {
    width: 520px;
    position: relative
}

.page .bg .reviews .mw .reviews_slider .card .row .left_side .img img {
    width: 100%;
    border-radius: 16px;
    height: auto
}

.page .bg .reviews .mw .reviews_slider .card .row .right_side {
    width: 50%
}

.page .bg .reviews .mw .reviews_slider .card .row .right_side .desc {
    border-radius: 12px;
    background: var(--White-background, #fff);
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .1);
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 24px
}

.page .bg .reviews .mw .reviews_slider .card .row .right_side .desc .h5,
.page .bg .reviews .mw .reviews_slider .card .row .right_side .desc h5 {
    color: var(--black-fonts-headings, #2d2e2e);
    font-size: 32px;
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.page .bg .reviews .mw .reviews_slider .card .row .right_side .desc p {
    color: rgba(27, 27, 27, .8);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    max-width: 473px;
    line-height: 22px
}

.page .bg .any_ques .mw {
    padding: 45px 2vh 60px
}

.page .bg .any_ques .mw .cont {
    border-radius: 20px;
    background: radial-gradient(107.32% 141.42% at 0 0, rgba(255, 255, 255, .4) 0, rgba(255, 255, 255, 0) 100%);
    box-shadow: -5px -5px 250px 0 rgba(255, 255, 255, .02) inset;
    backdrop-filter: blur(21px);
    padding: 45px 120px 75px;
    width: 100%
}

.page .bg .any_ques .mw .cont .h3 {
    color: #fff;
    text-align: center;
    font-family: CygreMedium, sans-serif !important;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 82px;
    margin-bottom: 40px
}

.page .bg .any_ques .mw .cont p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 40px
}

.page .bg .any_ques .mw .cont form {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap
}

.page .bg .any_ques .mw .cont form .inp {
    width: 32%;
    margin-bottom: 20px
}

.page .bg .any_ques .mw .cont form .inp input {
    border-radius: 50px;
    background: #e7e7e7;
    height: 70px;
    width: 100%;
    color: #000;
    font-size: 16px;
    border: 1px solid #e7e7e7;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 25px
}

.page .bg .any_ques .mw .cont form .inp input::placeholder {
    color: #7b7b7b
}

.page .bg .any_ques .mw .cont form .btn_c {
    width: 32%
}

.page .bg .any_ques .mw .cont form .btn_c .btn_m {
    height: 70px;
    max-width: 300px
}

.page .footer {
    background: #1b324c
}

.page .footer .mw {
    padding: 46px 2vh 42px
}

.page .footer .mw .top_cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start
}

.page .footer .mw .top_cont .left_side .logo {
    width: 100%;
    max-width: 200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.page .footer .mw .top_cont .left_side .logo a img {
    width: 190px;
    min-width: 190px;
    height: auto
}

.page .footer .mw .top_cont .right_side .fast_links {
    margin-bottom: 30px
}

.page .footer .mw .top_cont .right_side .fast_links ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.page .footer .mw .top_cont .right_side .fast_links ul li {
    margin-right: 40px
}

.page .footer .mw .top_cont .right_side .fast_links ul li:last-child {
    margin-right: 0
}

.page .footer .mw .top_cont .right_side .fast_links ul li a {
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal
}

.page .footer .mw .top_cont .right_side .fast_links ul li a:hover {
    color: rgba(255, 255, 255, .5)
}

.page .footer .mw .top_cont .right_side .soc_icons ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.page .footer .mw .top_cont .right_side .soc_icons ul li {
    margin-right: 16px
}

.page .footer .mw .top_cont .right_side .soc_icons ul li a img {
    width: 24px
}

.page .footer .mw .top_cont .right_side .soc_icons ul li a:hover {
    opacity: .5
}

.page .footer .mw hr {
    border: none;
    height: 1px;
    background: #d9d9d9;
    width: 100%;
    margin: 30px 0 25px
}

.page .footer .mw .bottom_cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.page .footer .mw .bottom_cont .left_side ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center
}

.page .footer .mw .bottom_cont .left_side ul li {
    margin-right: 36px
}

.page .footer .mw .bottom_cont .left_side ul li a {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%
}

.page .footer .mw .bottom_cont .left_side ul li a:hover {
    color: rgba(255, 255, 255, .4)
}

@media (max-width:575px) {
    .btn_c .btn_m {
        padding: 10px;
        font-size: 14px;
        max-width: 180px
    }

    .page .header {
        height: 60px
    }

    .page .header .mw .cont {
        padding: 8px 0px
    }

    .page .header .mw .cont .left_side .logo a img {
        width: 70px;
        min-width: 70px;
        padding-top: 10px;
    }

    .page .header .mw .cont .nav {
        display: none
    }

    .page .header .mw .cont .right_side .phone {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-right: 15px
    }

    .page .header .mw .cont .right_side .phone a {
        font-size: 12px;
        display: none;
        
    }

    .page .header .mw .cont .right_side .btn_c {
        display: none
    }

    .page .header .mw .cont .right_side .o_xs_menu {
        display: block
    }

    .page .header_offset {
        padding-top: 60px
    }

    .page .header.sticky {
        height: 60px
    }

    .page .xs_menu {
        display: block
    }

    .page .xs_menu.active {
        left: 0;
        transition: .5s
    }

    .page .main {
        background: url(https://house-forest.ru/wp-content/uploads/2022/02/bg-ocb.jpg) no-repeat center center/cover;
        position: relative
    }

    .page .main::after {
        width: 100%;
        height: 800px;
        top: -40px;
        z-index: 3
    }

    .page .main .main_cont {
        position: relative;
        z-index: 4
    }

    .page .main .main_cont .mw {
        padding: 50px 2vh 100px
    }

    .page .main .main_cont .mw .cont {
        max-width: 1120px
    }

    .page .main .main_cont .mw .cont ul {
        margin-bottom: 20px
    }

    .page .main .main_cont .mw .cont ul li {
        font-size: 12px;
        padding: 8px;
        margin-right: 12px
    }

    .page .main .main_cont .mw .cont .h1 {
        font-size: 27px;
        line-height: 50px;
        padding-bottom: 20px
    }

    .page .main .main_cont .mw .cont p {
        font-size: 18px;
        max-width: 620px;
        font-weight: 300;
        line-height: normal;
        padding-bottom: 25px
    }

    .page .main_benefits {
        margin-top: -30px;
        z-index: 4;
        position: relative
    }

    .page .main_benefits .mw .cont {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap
    }

    .page .main_benefits .mw .cont .card {
        width: 100%;
        margin: 0 auto;
        max-width: 300px;
        padding: 8px 10px;
        margin-bottom: 20px
    }

    .page .main_benefits .mw .cont .card .icon {
        width: 30px;
        margin-right: 15px
    }

    .page .main_benefits .mw .cont .card .desc .num span {
        font-size: 20px
    }

    .page .main_benefits .mw .cont .card .desc p {
        font-size: 14px
    }

    .page .m_title {
        padding-bottom: 40px
    }

    .page .m_title .title {
        font-size: 14px;
        padding: 8px 20px;
        margin-bottom: 20px
    }

    .page .m_title .h2 {
        font-size: 28px;
        line-height: 34px
    }

    .page .about .mw {
        padding: 60px 2vh 30px
    }

    .page .about .mw .m_title {
        max-width: 1080px;
        padding-bottom: 85px
    }

    .page .about .mw .m_title .btn_c {
        position: relative;
        bottom: -30px;
        left: 0
    }

    .page .about .mw .m_title .btn_c .btn_m {
        max-width: 200px
    }

    .page .about .mw .cont {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        position: relative
    }

    .page .about .mw .cont .left_side {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

    .page .about .mw .cont .left_side .img {
        width: 100%;
        margin: 0 auto;
        max-width: 410px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

    .page .about .mw .cont .left_side .decor {
        position: absolute;
        width: 140%
    }

    .page .about .mw .cont .right_side {
        width: 100%;
        margin-top: 50px
    }

    .page .about .mw .cont .right_side .desc p {
        font-size: 16px;
        margin-bottom: 20px;
        max-width: 545px
    }

    .page .about .mw .cont .right_side small {
        font-size: 16px;
        max-width: 590px
    }

    .page .about .mw .cont .right_side .h5,
    .page .about .mw .cont .right_side h5 {
        font-size: 20px;
        padding: 10px
    }

    .page .about .mw .cont .right_side .h4,
    .page .about .mw .cont .right_side h4 {
        font-size: 16px
    }

    .page .about .mw .cont .right_side ul {
        margin-top: 20px;
        flex-wrap: wrap;
        margin-bottom: 20px
    }

    .page .about .mw .cont .right_side ul li {
        font-size: 16px;
        margin-right: 10px
    }

    .page .about .mw .cont .right_side ul li:last-child {
        margin-right: 0
    }

    .page .about .mw .cont .right_side ul li::before {
        width: 10px;
        height: 10px;
        min-width: 10px;
        margin-right: 5px
    }

    .page .garantee .decor {
        width: 200px;
        right: -100px
    }

    .page .garantee .mw {
        padding: 30px 2vh 25px
    }

    .page .garantee .mw .cont .left_side {
        width: 100%
    }

    .page .garantee .mw .cont .left_side .m_title {
        padding-bottom: 30px
    }

    .page .garantee .mw .cont .left_side .desc p {
        font-size: 18px;
        margin-bottom: 20px
    }

    .page .garantee .mw .cont .right_side {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        margin-top: 40px
    }

    .page .garantee .mw .cont .right_side .img {
        position: relative;
        width: 100%;
        margin: 0 auto;
        max-width: 410px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        right: 0;
        left: 0
    }

    .page .garantee .mw .cont .right_side .decor {
        position: absolute;
        width: 500px;
        z-index: 1;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        top: 0
    }

    .page .garantee .mw .cont .right_side .h5,
    .page .garantee .mw .cont .right_side h5 {
        max-width: 410px;
        z-index: 3;
        margin: 0 auto;
        bottom: 10px;
        font-size: 24px;
        padding: 10px auto
    }

    .page .benefits {
        margin-top: 0
    }

    .page .benefits .mw {
        padding: 30px 2vh 60px
    }

    .page .benefits .mw .m_title {
        margin-bottom: 20px
    }

    .page .benefits .mw .m_title .h2 {
        max-width: 720px
    }

    .page .benefits .mw .cont .card {
        width: 100%;
        padding: 20px;
        border-right: 1px solid rgba(255, 255, 255, .3);
        border-bottom: 0
    }

    .page .benefits .mw .cont .card .icon {
        height: 50px;
        margin-bottom: 12px
    }

    .page .benefits .mw .cont .card p {
        font-size: 18px
    }

    .page .our_approach::after {
        height: 100%
    }

    .page .our_approach .mw {
        padding: 60px 2vh 180px
    }

    .page .our_approach .mw .m_title:before {
        height: 400px;
        top: -80px
    }

    .page .our_approach .mw .m_title .h5,
    .page .our_approach .mw .m_title h5 {
        font-size: 20px;
        padding-bottom: 20pxpx
    }

    .page .our_approach .mw .m_title ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-bottom: 25px
    }

    .page .our_approach .mw .m_title ul li {
        margin-right: 10px;
        font-size: 14px;
        padding: 8px 10px
    }

    .page .we_building .decor {
        width: 200px;
        right: -100px
    }

    .page .we_building .mw {
        padding: 30px 2vh 30px
    }

    .page .we_building .mw .m_title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .page .we_building .mw .m_title .h2 {
        text-align: center
    }

    .page .we_building .mw .cont .card {
        width: 100%;
        margin: 0 auto;
        max-width: 410px;
        padding: 15px;
        margin-bottom: 25px
    }

    .page .we_building .mw .cont .card .img {
        margin-bottom: 16px
    }

    .page .we_building .mw .cont .card .desc .h5,
    .page .we_building .mw .cont .card .desc h5 {
        font-size: 24px;
        margin-bottom: 20px
    }

    .page .we_building .mw .cont .card .desc ul {
        margin-bottom: 20px
    }

    .page .we_building .mw .cont .card .desc ul li {
        margin-bottom: 16px
    }

    .page .we_building .mw .cont .card .desc ul li p {
        font-size: 14px
    }

    .page .we_building .mw .cont .card .desc ul li span {
        font-size: 14px
    }

    .page .we_building .mw .cont .card .desc .btn_c .btn_m {
        max-width: 210px
    }

    .page .newly_built_facilities .mw {
        padding: 30px 2vh
    }

    .page .newly_built_facilities .mw .newly_built_facilities_slider {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

    .page .newly_built_facilities .mw .newly_built_facilities_slider .owl-item {
        margin: 0 auto
    }

    .page .newly_built_facilities .mw .newly_built_facilities_slider .card .img {
        width: 100%
    }

    .page .newly_built_facilities .mw .newly_built_facilities_slider .card .img img {
        width: 100%;
        height: auto
    }

    .page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-next,
    .page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-prev {
        width: 40px;
        height: 40px
    }

    .page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-next:before,
    .page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-prev:before {
        width: 18px;
        height: 18px
    }

    .page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-prev {
        margin-left: -15px
    }

    .page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-next {
        margin-right: -15px
    }

    .page .stages::after {
        height: 100%
    }

    .page .stages .mw {
        padding: 30px 2vh 30px
    }

    .page .stages .mw .m_title {
        padding-bottom: 30px
    }

    .page .stages .mw .m_title .line {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-end;
        flex-wrap: wrap
    }

    .page .stages .mw .m_title .line .h2 {
        white-space: normal;
        margin-right: 0;
        margin-bottom: 20px
    }

    .page .stages .mw .m_title .line .btn_c {
        width: 100%
    }

    .page .stages .mw .m_title .line .btn_c .btn_m {
        max-width: 190px
    }

    .page .stages .mw .cont .left_side {
        width: 100%
    }

    .page .stages .mw .cont .left_side .h4,
    .page .stages .mw .cont .left_side h4 {
        font-size: 15px;
        max-width: 430px;
        margin-bottom: 60px
    }

    .page .stages .mw .cont .left_side ul li {
        margin-bottom: 60px
    }

    .page .stages .mw .cont .left_side ul li:last-child {
        margin-bottom: 0
    }

    .page .stages .mw .cont .left_side ul li::after {
        top: -30px;
        width: 100%
    }

    .page .stages .mw .cont .left_side ul li .num {
        width: 40px;
        height: 40px;
        min-width: 40px;
        margin-right: 10px
    }

    .page .stages .mw .cont .left_side ul li .num span {
        font-size: 20px
    }

    .page .stages .mw .cont .left_side ul li .desc .h5,
    .page .stages .mw .cont .left_side ul li .desc h5 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .page .stages .mw .cont .left_side ul li .desc p {
        font-size: 14px;
        max-width: 330px
    }

    .page .stages .mw .cont .right_side {
        width: 100%;
        position: relative
    }

    .page .stages .mw .cont .right_side .img {
        position: absolute;
        left: 10px;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: flex-end;
        right: 0;
        width: 100%;
        bottom: -35px
    }

    .page .ticker_wrapper .tickerwrapper ul.list li {
        float: left;
        padding-left: 20px
    }

    .page .ticker_wrapper .tickerwrapper ul.list li span {
        font-size: 18px
    }

    .page .you_can_control .mw {
        padding: 60px 2vh 30px
    }

    .page .you_can_control .mw .m_title {
        padding-bottom: 40px
    }

    .page .you_can_control .mw .m_title .h2 {
        max-width: 915px;
        font-size: 35px;
        line-height: 40px
    }

    .page .you_can_control .mw .cont {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap
    }

    .page .you_can_control .mw .cont .left_side {
        width: 100%
    }

    .page .you_can_control .mw .cont .left_side ul li {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 20px
    }

    .page .you_can_control .mw .cont .left_side ul li:last-child {
        margin-bottom: 0
    }

    .page .you_can_control .mw .cont .left_side ul li .icon {
        width: 30px;
        min-width: 30px;
        margin-right: 10px
    }

    .page .you_can_control .mw .cont .left_side ul li p {
        font-size: 16px
    }

    .page .you_can_control .mw .cont .right_side {
        width: 100%;
        margin-top: 30px
    }

    .page .you_can_control .mw .cont .right_side .img {
        width: 100%;
        margin: 0 auto;
        max-width: 410px
    }

    .page .you_can_control .mw .cont .right_side .img img {
        width: 100%;
        height: auto
    }

    .page .why_choose_us::after {
        width: 100%;
        height: 1400px
    }

    .page .why_choose_us .mw {
        padding: 30px 2vh 10px
    }

    .page .why_choose_us .mw .m_title .line {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap;
        width: 100%
    }

    .page .why_choose_us .mw .m_title .line .h2 {
        width: 100%
    }

    .page .why_choose_us .mw .m_title .line .btn_c {
        width: 100%;
        margin-top: 30px
    }

    .page .why_choose_us .mw .m_title .line .btn_c .btn_m {
        max-width: 180px
    }

    .page .why_choose_us .mw .cont {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
        width: 100%
    }

    .page .why_choose_us .mw .cont .card {
        border-right: none;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 30px
    }

    .page .why_choose_us .mw .cont .card:nth-child(2),
    .page .why_choose_us .mw .cont .card:nth-child(4) {
        border: none
    }

    .page .why_choose_us .mw .cont .card:nth-child(2) .icon,
    .page .why_choose_us .mw .cont .card:nth-child(4) .icon {
        margin-left: 0
    }

    .page .why_choose_us .mw .cont .card .icon {
        width: 40px;
        min-width: 40px;
        margin-right: 14px
    }

    .page .why_choose_us .mw .cont .card .desc {
        margin-right: 0
    }

    .page .why_choose_us .mw .cont .card .desc .h5,
    .page .why_choose_us .mw .cont .card .desc h5 {
        font-size: 18px;
        margin-bottom: 16px
    }

    .page .why_choose_us .mw .cont .card .desc p {
        font-size: 14px
    }

    .page .bg {
        background: url(../images/bg.png) no-repeat center center/cover;
        position: relative
    }

    .page .bg .decor {
        width: 400px;
        right: -200px;
        top: -100px
    }

    .page .bg .reviews .mw {
        padding: 60px 2vh 30px
    }

    .page .bg .reviews .mw .m_title .h2 {
        max-width: 1015px
    }

    .page .bg .reviews .mw .reviews_slider .card .line {
        position: relative;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

    .page .bg .reviews .mw .reviews_slider .card .line .button_line {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%
    }

    .page .bg .reviews .mw .reviews_slider .card .line .button_line .btn_next_reviews,
    .page .bg .reviews .mw .reviews_slider .card .line .button_line .btn_prev_reviews {
        width: 49%;
        height: 50px;
        font-size: 16px
    }

    .page .bg .reviews .mw .reviews_slider .card .line .button_line .btn_next_reviews img,
    .page .bg .reviews .mw .reviews_slider .card .line .button_line .btn_prev_reviews img {
        width: 30px;
        height: auto;
        margin-right: 5px;
        margin-left: 0
    }

    .page .bg .reviews .mw .reviews_slider .card .line .button_line .btn_next_reviews {
        width: 49%;
        height: 50px
    }

    .page .bg .reviews .mw .reviews_slider .card .line .button_line .btn_next_reviews img {
        margin-left: 5px;
        margin-right: 0
    }

    .page .bg .reviews .mw .reviews_slider .card .row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
        margin: 0 auto;
        max-width: 410px;
        position: relative
    }

    .page .bg .reviews .mw .reviews_slider .card .row .left_side {
        width: 100%
    }

    .page .bg .reviews .mw .reviews_slider .card .row .left_side .img {
        width: 100%;
        position: relative
    }

    .page .bg .reviews .mw .reviews_slider .card .row .right_side {
        width: 100%
    }

    .page .bg .reviews .mw .reviews_slider .card .row .right_side .desc {
        position: relative;
        bottom: 30px;
        right: 0;
        padding: 15px
    }

    .page .bg .reviews .mw .reviews_slider .card .row .right_side .desc .h5,
    .page .bg .reviews .mw .reviews_slider .card .row .right_side .desc h5 {
        font-size: 24px;
        margin-bottom: 10px
    }

    .page .bg .reviews .mw .reviews_slider .card .row .right_side .desc p {
        font-size: 14px;
        max-width: 473px;
        line-height: 18px
    }

    .page .bg .any_ques .mw {
        padding: 30px 2vh 60px
    }

    .page .bg .any_ques .mw .cont {
        padding: 40px 30px 50px;
        width: 100%
    }

    .page .bg .any_ques .mw .cont .h3 {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 30px
    }

    .page .bg .any_ques .mw .cont p {
        font-size: 18px;
        margin-bottom: 30px
    }

    .page .bg .any_ques .mw .cont form {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap
    }

    .page .bg .any_ques .mw .cont form .inp {
        width: 100%;
        margin-bottom: 20px
    }

    .page .bg .any_ques .mw .cont form .inp input {
        height: 50px;
        font-size: 14px;
        padding: 20px
    }

    .page .bg .any_ques .mw .cont form .btn_c {
        width: 100%
    }

    .page .bg .any_ques .mw .cont form .btn_c .btn_m {
        height: 50px;
        max-width: 100%
    }

    .page .footer .mw {
        padding: 40px 2vh 42px
    }

    .page .footer .mw .top_cont {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap
    }

    .page .footer .mw .top_cont .left_side {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%
    }

    .page .footer .mw .top_cont .left_side .logo {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

    .page .footer .mw .top_cont .left_side .logo a img {
        width: 180px;
        min-width: 180px;
        height: auto
    }

    .page .footer .mw .top_cont .right_side {
        margin-top: 20px
    }

    .page .footer .mw .top_cont .right_side .fast_links {
        margin-bottom: 20px
    }

    .page .footer .mw .top_cont .right_side .fast_links ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap
    }

    .page .footer .mw .top_cont .right_side .fast_links ul li {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

    .page .footer .mw .top_cont .right_side .fast_links ul li:last-child {
        margin-right: 0;
        margin-bottom: 0
    }

    .page .footer .mw .top_cont .right_side .fast_links ul li a {
        font-size: 16px;
        text-align: center
    }

    .page .footer .mw .top_cont .right_side .soc_icons ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

    .page .footer .mw .top_cont .right_side .soc_icons ul li {
        margin-right: 15px
    }

    .page .footer .mw .top_cont .right_side .soc_icons ul li a img {
        width: 20px
    }

    .page .footer .mw hr {
        margin: 25px 0
    }

    .page .footer .mw .bottom_cont .left_side {
        width: 100%
    }

    .page .footer .mw .bottom_cont .left_side ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap
    }

    .page .footer .mw .bottom_cont .left_side ul li {
        margin-right: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 10px
    }

    .page .footer .mw .bottom_cont .left_side ul li a {
        font-size: 14px
    }
}

@media (min-width:576px) and (max-width:767px) {
    .btn_c .btn_m {
        padding: 10px;
        font-size: 14px;
        max-width: 180px
    }

    .page .header {
        height: 70px
    }

    .page .header .mw .cont {
        padding: 8px 10px
    }

    .page .header .mw .cont .left_side .logo a img {
        width: 95px;
        min-width: 95px
    }

    .page .header .mw .cont .nav {
        display: none
    }

    .page .header .mw .cont .right_side {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

    .page .header .mw .cont .right_side .phone {
        margin-right: 15px
    }

    .page .header .mw .cont .right_side .phone a {
        font-size: 12px;
        display: none;

    }

    .page .header .mw .cont .right_side .btn_c {
        margin-right: 20px
    }

    .page .header .mw .cont .right_side .btn_c .btn_m {
        padding: 8px;
        max-width: 150px;
        font-size: 12px
    }

    .page .header .mw .cont .right_side .btn_c .btn_m::after {
        width: 20px;
        height: 20px;
        min-width: 20px;
        margin-left: 10px;
        display: block
    }

    .page .header .mw .cont .right_side .o_xs_menu {
        display: block
    }

    .page .header_offset {
        padding-top: 60px
    }

    .page .header.sticky {
        height: 60px
    }

    .page .xs_menu {
        display: block
    }

    .page .xs_menu.active {
        left: 0;
        transition: .5s
    }

    .page .main .main_cont .mw {
        padding: 50px 2vh 100px
    }

    .page .main .main_cont .mw .cont {
        max-width: 1120px
    }

    .page .main .main_cont .mw .cont ul {
        margin-bottom: 20px
    }

    .page .main .main_cont .mw .cont ul li {
        font-size: 12px;
        padding: 10px;
        margin-right: 10px
    }

    .page .main .main_cont .mw .cont .h1 {
        font-size: 45px;
        line-height: 50px;
        padding-bottom: 20px
    }

    .page .main .main_cont .mw .cont p {
        font-size: 18px;
        max-width: 620px;
        font-weight: 300;
        line-height: normal;
        padding-bottom: 25px
    }

    .page .main_benefits {
        margin-top: -30px
    }

    .page .main_benefits .mw .cont {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap
    }

    .page .main_benefits .mw .cont .card {
        width: 49%;
        margin: 0 auto;
        max-width: 300px;
        padding: 8px 10px;
        margin-bottom: 20px
    }

    .page .main_benefits .mw .cont .card .icon {
        width: 30px;
        margin-right: 15px
    }

    .page .main_benefits .mw .cont .card .desc .num span {
        font-size: 20px
    }

    .page .main_benefits .mw .cont .card .desc p {
        font-size: 14px
    }

    .page .m_title {
        padding-bottom: 40px
    }

    .page .m_title .title {
        font-size: 14px;
        padding: 8px 20px;
        margin-bottom: 20px
    }

    .page .m_title .h2 {
        font-size: 28px;
        line-height: 34px
    }

    .page .about .mw {
        padding: 60px 2vh 30px
    }

    .page .about .mw .m_title {
        max-width: 1080px;
        padding-bottom: 85px
    }

    .page .about .mw .m_title .btn_c {
        position: relative;
        bottom: -30px;
        left: 0
    }

    .page .about .mw .m_title .btn_c .btn_m {
        max-width: 200px
    }

    .page .about .mw .cont {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        position: relative
    }

    .page .about .mw .cont .left_side {
        width: 100%;
        position: relative
    }

    .page .about .mw .cont .left_side .img {
        width: 100%;
        margin: 0 auto;
        max-width: 410px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

    .page .about .mw .cont .left_side .decor {
        position: absolute;
        width: 130%
    }

    .page .about .mw .cont .right_side {
        width: 100%;
        margin-top: 30px
    }

    .page .about .mw .cont .right_side .desc p {
        font-size: 16px;
        margin-bottom: 20px;
        max-width: 545px
    }

    .page .about .mw .cont .right_side small {
        font-size: 16px;
        max-width: 590px
    }

    .page .about .mw .cont .right_side .h5,
    .page .about .mw .cont .right_side h5 {
        font-size: 20px;
        padding: 10px
    }

    .page .about .mw .cont .right_side .h4,
    .page .about .mw .cont .right_side h4 {
        font-size: 16px
    }

    .page .about .mw .cont .right_side ul {
        margin-top: 20px;
        flex-wrap: wrap;
        margin-bottom: 20px
    }

    .page .about .mw .cont .right_side ul li {
        font-size: 16px;
        margin-right: 10px
    }

    .page .about .mw .cont .right_side ul li:last-child {
        margin-right: 0
    }

    .page .about .mw .cont .right_side ul li::before {
        width: 10px;
        height: 10px;
        min-width: 10px;
        margin-right: 5px
    }

    .page .garantee .decor {
        width: 250px;
        right: -100px
    }

    .page .garantee .mw {
        padding: 30px 2vh 25px
    }

    .page .garantee .mw .cont .left_side {
        width: 100%
    }

    .page .garantee .mw .cont .left_side .m_title {
        padding-bottom: 30px
    }

    .page .garantee .mw .cont .left_side .desc p {
        font-size: 18px;
        margin-bottom: 20px
    }

    .page .garantee .mw .cont .right_side {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        margin-top: 40px
    }

    .page .garantee .mw .cont .right_side .img {
        position: relative;
        width: 100%;
        margin: 0 auto;
        max-width: 410px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        right: 0;
        left: 0
    }

    .page .garantee .mw .cont .right_side .decor {
        position: absolute;
        width: 500px;
        z-index: 1;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        top: 0
    }

    .page .garantee .mw .cont .right_side .h5,
    .page .garantee .mw .cont .right_side h5 {
        max-width: 500px;
        z-index: 3;
        margin: 0 auto;
        bottom: 10px;
        font-size: 24px;
        padding: 10px auto
    }

    .page .benefits {
        margin-top: 0
    }

    .page .benefits .mw {
        padding: 30px 2vh 60px
    }

    .page .benefits .mw .m_title {
        margin-bottom: 20px
    }

    .page .benefits .mw .m_title .h2 {
        max-width: 720px
    }

    .page .benefits .mw .cont .card {
        width: 49%;
        padding: 20px
    }

    .page .benefits .mw .cont .card:nth-child(2),
    .page .benefits .mw .cont .card:nth-child(4) {
        border-right: 1px solid rgba(255, 255, 255, .3)
    }

    .page .benefits .mw .cont .card:nth-child(3),
    .page .benefits .mw .cont .card:nth-child(6) {
        border: 1px solid rgba(255, 255, 255, .3)
    }

    .page .benefits .mw .cont .card:nth-child(3) {
        border-right: 0 solid rgba(255, 255, 255, .3)
    }

    .page .benefits .mw .cont .card:nth-child(1),
    .page .benefits .mw .cont .card:nth-child(2),
    .page .benefits .mw .cont .card:nth-child(3),
    .page .benefits .mw .cont .card:nth-child(4) {
        border-bottom: 0
    }

    .page .benefits .mw .cont .card .icon {
        height: 50px;
        margin-bottom: 12px
    }

    .page .benefits .mw .cont .card p {
        font-size: 18px
    }

    .page .our_approach::after {
        height: 100%
    }

    .page .our_approach .mw {
        padding: 60px 2vh 320px
    }

    .page .our_approach .mw .m_title:before {
        height: 400px;
        top: -60px
    }

    .page .our_approach .mw .m_title .h5,
    .page .our_approach .mw .m_title h5 {
        font-size: 20px;
        padding-bottom: 20pxpx
    }

    .page .our_approach .mw .m_title ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-bottom: 25px
    }

    .page .our_approach .mw .m_title ul li {
        margin-right: 10px;
        font-size: 14px;
        padding: 10px 12px
    }

    .page .we_building .decor {
        width: 250px;
        right: -100px
    }

    .page .we_building .mw {
        padding: 30px 2vh 0
    }

    .page .we_building .mw .m_title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .page .we_building .mw .m_title .h2 {
        text-align: center
    }

    .page .we_building .mw .cont .card {
        width: 49%;
        padding: 15px;
        margin-bottom: 25px
    }

    .page .we_building .mw .cont .card .img {
        margin-bottom: 16px
    }

    .page .we_building .mw .cont .card .desc .h5,
    .page .we_building .mw .cont .card .desc h5 {
        font-size: 24px;
        margin-bottom: 20px
    }

    .page .we_building .mw .cont .card .desc ul {
        margin-bottom: 20px
    }

    .page .we_building .mw .cont .card .desc ul li {
        margin-bottom: 16px
    }

    .page .we_building .mw .cont .card .desc ul li p {
        font-size: 14px
    }

    .page .we_building .mw .cont .card .desc ul li span {
        font-size: 14px
    }

    .page .we_building .mw .cont .card .desc .btn_c .btn_m {
        max-width: 210px
    }

    .page .newly_built_facilities .mw {
        padding: 30px 2vh
    }

    .page .newly_built_facilities .mw .newly_built_facilities_slider {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

    .page .newly_built_facilities .mw .newly_built_facilities_slider .owl-item {
        margin: 0 auto
    }

    .page .newly_built_facilities .mw .newly_built_facilities_slider .card .img {
        width: 100%
    }

    .page .newly_built_facilities .mw .newly_built_facilities_slider .card .img img {
        width: 100%;
        height: auto
    }

    .page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-next,
    .page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-prev {
        width: 40px;
        height: 40px
    }

    .page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-next:before,
    .page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-prev:before {
        width: 18px;
        height: 18px
    }

    .page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-prev {
        margin-left: -15px
    }

    .page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-next {
        margin-right: -15px
    }

    .page .stages::after {
        height: 100%
    }

    .page .stages .mw {
        padding: 30px 2vh 30px
    }

    .page .stages .mw .m_title {
        padding-bottom: 30px
    }

    .page .stages .mw .m_title .line {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center
    }

    .page .stages .mw .m_title .line .h2 {
        margin-right: 20px;
        margin-bottom: 20px
    }

    .page .stages .mw .m_title .line .btn_c .btn_m {
        max-width: 180px
    }

    .page .stages .mw .cont .left_side {
        width: 100%
    }

    .page .stages .mw .cont .left_side .h4,
    .page .stages .mw .cont .left_side h4 {
        font-size: 15px;
        max-width: 430px;
        margin-bottom: 60px
    }

    .page .stages .mw .cont .left_side ul li {
        margin-bottom: 60px
    }

    .page .stages .mw .cont .left_side ul li:last-child {
        margin-bottom: 0
    }

    .page .stages .mw .cont .left_side ul li::after {
        top: -30px;
        width: 100%
    }

    .page .stages .mw .cont .left_side ul li .num {
        width: 40px;
        height: 40px;
        min-width: 40px;
        margin-right: 10px
    }

    .page .stages .mw .cont .left_side ul li .num span {
        font-size: 20px
    }

    .page .stages .mw .cont .left_side ul li .desc .h5,
    .page .stages .mw .cont .left_side ul li .desc h5 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .page .stages .mw .cont .left_side ul li .desc p {
        font-size: 14px;
        max-width: 330px
    }

    .page .stages .mw .cont .right_side {
        width: 100%;
        position: relative
    }

    .page .stages .mw .cont .right_side .img {
        position: absolute;
        left: 10px;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: flex-end;
        right: 0;
        width: 100%;
        bottom: -35px
    }

    .page .ticker_wrapper .tickerwrapper {
        padding: 0
    }

    .page .ticker_wrapper .tickerwrapper ul.list li {
        float: left;
        padding-left: 20px
    }

    .page .ticker_wrapper .tickerwrapper ul.list li span {
        font-size: 18px
    }

    .page .you_can_control .mw {
        padding: 60px 2vh 30px
    }

    .page .you_can_control .mw .m_title {
        padding-bottom: 40px
    }

    .page .you_can_control .mw .m_title .h2 {
        max-width: 915px;
        font-size: 35px;
        line-height: 40px
    }

    .page .you_can_control .mw .cont {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap
    }

    .page .you_can_control .mw .cont .left_side {
        width: 100%
    }

    .page .you_can_control .mw .cont .left_side ul li {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 20px
    }

    .page .you_can_control .mw .cont .left_side ul li:last-child {
        margin-bottom: 0
    }

    .page .you_can_control .mw .cont .left_side ul li .icon {
        width: 30px;
        min-width: 30px;
        margin-right: 10px
    }

    .page .you_can_control .mw .cont .left_side ul li p {
        font-size: 16px
    }

    .page .you_can_control .mw .cont .right_side {
        width: 100%;
        margin-top: 30px
    }

    .page .you_can_control .mw .cont .right_side .img {
        width: 100%;
        margin: 0 auto;
        max-width: 450px
    }

    .page .you_can_control .mw .cont .right_side .img img {
        width: 100%;
        height: auto
    }

    .page .why_choose_us::after {
        width: 100%;
        height: 1400px
    }

    .page .why_choose_us .mw {
        padding: 60px 2vh 10px
    }

    .page .why_choose_us .mw .m_title .line {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap;
        width: 100%
    }

    .page .why_choose_us .mw .m_title .line .h2 {
        width: 100%
    }

    .page .why_choose_us .mw .m_title .line .btn_c {
        width: 100%;
        margin-top: 30px
    }

    .page .why_choose_us .mw .m_title .line .btn_c .btn_m {
        max-width: 180px
    }

    .page .why_choose_us .mw .cont {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
        width: 100%
    }

    .page .why_choose_us .mw .cont .card {
        border-right: none;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 30px
    }

    .page .why_choose_us .mw .cont .card:nth-child(2),
    .page .why_choose_us .mw .cont .card:nth-child(4) {
        border: none
    }

    .page .why_choose_us .mw .cont .card:nth-child(2) .icon,
    .page .why_choose_us .mw .cont .card:nth-child(4) .icon {
        margin-left: 0
    }

    .page .why_choose_us .mw .cont .card .icon {
        width: 40px;
        min-width: 40px;
        margin-right: 14px
    }

    .page .why_choose_us .mw .cont .card .desc {
        margin-right: 0
    }

    .page .why_choose_us .mw .cont .card .desc .h5,
    .page .why_choose_us .mw .cont .card .desc h5 {
        font-size: 18px;
        margin-bottom: 16px
    }

    .page .why_choose_us .mw .cont .card .desc p {
        font-size: 14px
    }

    .page .bg {
        background: url(../images/bg.png) no-repeat center center/cover;
        position: relative
    }

    .page .bg .decor {
        width: 400px;
        right: -200px;
        top: -100px
    }

    .page .bg .reviews .mw {
        padding: 60px 2vh 30px
    }

    .page .bg .reviews .mw .m_title .h2 {
        max-width: 1015px
    }

    .page .bg .reviews .mw .reviews_slider .card .line {
        position: relative;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

    .page .bg .reviews .mw .reviews_slider .card .line .button_line {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%
    }

    .page .bg .reviews .mw .reviews_slider .card .line .button_line .btn_next_reviews,
    .page .bg .reviews .mw .reviews_slider .card .line .button_line .btn_prev_reviews {
        width: 49%;
        height: 50px;
        font-size: 16px
    }

    .page .bg .reviews .mw .reviews_slider .card .line .button_line .btn_next_reviews img,
    .page .bg .reviews .mw .reviews_slider .card .line .button_line .btn_prev_reviews img {
        width: 30px;
        height: auto;
        margin-right: 5px;
        margin-left: 0
    }

    .page .bg .reviews .mw .reviews_slider .card .line .button_line .btn_next_reviews {
        width: 49%;
        height: 50px
    }

    .page .bg .reviews .mw .reviews_slider .card .line .button_line .btn_next_reviews img {
        margin-left: 5px;
        margin-right: 0
    }

    .page .bg .reviews .mw .reviews_slider .card .row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
        margin: 0 auto;
        max-width: 500px;
        position: relative
    }

    .page .bg .reviews .mw .reviews_slider .card .row .left_side {
        width: 100%
    }

    .page .bg .reviews .mw .reviews_slider .card .row .left_side .img {
        width: 100%;
        position: relative
    }

    .page .bg .reviews .mw .reviews_slider .card .row .right_side {
        width: 100%
    }

    .page .bg .reviews .mw .reviews_slider .card .row .right_side .desc {
        position: relative;
        bottom: 30px;
        right: 0;
        padding: 15px
    }

    .page .bg .reviews .mw .reviews_slider .card .row .right_side .desc .h5,
    .page .bg .reviews .mw .reviews_slider .card .row .right_side .desc h5 {
        font-size: 24px;
        margin-bottom: 10px
    }

    .page .bg .reviews .mw .reviews_slider .card .row .right_side .desc p {
        font-size: 14px;
        max-width: 473px;
        line-height: 18px
    }

    .page .bg .any_ques .mw {
        padding: 30px 2vh 60px
    }

    .page .bg .any_ques .mw .cont {
        padding: 40px 30px 50px;
        width: 100%
    }

    .page .bg .any_ques .mw .cont .h3 {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 30px
    }

    .page .bg .any_ques .mw .cont p {
        font-size: 18px;
        margin-bottom: 30px
    }

    .page .bg .any_ques .mw .cont form {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap
    }

    .page .bg .any_ques .mw .cont form .inp {
        width: 49%;
        margin-bottom: 20px
    }

    .page .bg .any_ques .mw .cont form .inp input {
        height: 50px;
        font-size: 14px;
        padding: 20px
    }

    .page .bg .any_ques .mw .cont form .btn_c {
        width: 100%
    }

    .page .bg .any_ques .mw .cont form .btn_c .btn_m {
        height: 50px;
        max-width: 100%
    }

    .page .footer .mw {
        padding: 40px 2vh 42px
    }

    .page .footer .mw .top_cont {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap
    }

    .page .footer .mw .top_cont .left_side {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%
    }

    .page .footer .mw .top_cont .left_side .logo {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

    .page .footer .mw .top_cont .left_side .logo a img {
        width: 180px;
        min-width: 180px;
        height: auto
    }

    .page .footer .mw .top_cont .right_side {
        margin-top: 20px;
        width: 100%
    }

    .page .footer .mw .top_cont .right_side .fast_links {
        margin-bottom: 20px
    }

    .page .footer .mw .top_cont .right_side .fast_links ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

    .page .footer .mw .top_cont .right_side .fast_links ul li {
        margin-right: 20px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

    .page .footer .mw .top_cont .right_side .fast_links ul li:last-child {
        margin-right: 0
    }

    .page .footer .mw .top_cont .right_side .fast_links ul li a {
        font-size: 16px;
        text-align: center
    }

    .page .footer .mw .top_cont .right_side .soc_icons ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

    .page .footer .mw .top_cont .right_side .soc_icons ul li {
        margin-right: 15px
    }

    .page .footer .mw .top_cont .right_side .soc_icons ul li a img {
        width: 20px
    }

    .page .footer .mw hr {
        margin: 25px 0
    }

    .page .footer .mw .bottom_cont .left_side {
        width: 100%
    }

    .page .footer .mw .bottom_cont .left_side ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }

    .page .footer .mw .bottom_cont .left_side ul li {
        margin-right: 0;
        margin-bottom: 10px
    }

    .page .footer .mw .bottom_cont .left_side ul li a {
        font-size: 14px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .btn_c .btn_m {
        padding: 12px;
        font-size: 14px;
        max-width: 180px
    }

    .page .header {
        height: 70px
    }

    .page .header .mw .cont {
        padding: 8px 15px
    }

    .page .header .mw .cont .left_side .logo a img {
        width: 80px;
        min-width: 80px;
        padding-top: 15px;
    }

    .page .header .mw .cont .nav {
        display: none
    }

    .page .header .mw .cont .right_side .phone {
        margin-right: 15px
    }

    .page .header .mw .cont .right_side .phone a {
        font-size: 14px;
        display: none;
    }

    .page .header .mw .cont .right_side .btn_c {
        margin-right: 15px
    }

    .page .header .mw .cont .right_side .btn_c .btn_m {
        padding: 10px;
        max-width: 160px;
        font-size: 12px
    }

    .page .header .mw .cont .right_side .btn_c .btn_m::after {
        width: 22px;
        height: 22px;
        min-width: 22px;
        margin-left: 8px
    }

    .page .header .mw .cont .right_side .o_xs_menu {
        display: block
    }

    .page .header_offset {
        padding-top: 80px
    }

    .page .header.sticky {
        height: 80px
    }

    .page .xs_menu {
        display: block
    }

    .page .main .main_cont .mw {
        padding: 70px 2vh 180px
    }

    .page .main .main_cont .mw .cont {
        margin: 0 auto;
        max-width: 1120px
    }

    .page .main .main_cont .mw .cont ul {
        margin-bottom: 20px
    }

    .page .main .main_cont .mw .cont ul li {
        font-size: 15px;
        padding: 8px 20px;
        margin-right: 20px
    }

    .page .main .main_cont .mw .cont .h1 {
        font-size: 60px;
        line-height: 70px;
        padding-bottom: 20px
    }

    .page .main .main_cont .mw .cont p {
        font-size: 22px;
        max-width: 620px;
        padding-bottom: 20px
    }

    .page .main_benefits {
        margin-top: -40px
    }

    .page .main_benefits .mw .cont .card {
        width: 24%;
        padding: 8px
    }

    .page .main_benefits .mw .cont .card .icon {
        width: 30px;
        margin-right: 10px
    }

    .page .main_benefits .mw .cont .card .desc .num span {
        font-size: 20px;
        line-height: 22px
    }

    .page .main_benefits .mw .cont .card .desc p {
        font-size: 14px;
        line-height: 18px
    }

    .page .m_title {
        padding-bottom: 30px
    }

    .page .m_title .title {
        font-size: 14px;
        padding: 8px 20px;
        margin-bottom: 25px
    }

    .page .m_title .h2 {
        font-size: 40px;
        line-height: 50px
    }

    .page .about .mw {
        padding: 80px 2vh 60px
    }

    .page .about .mw .m_title {
        max-width: 900px;
        padding-bottom: 70px
    }

    .page .about .mw .m_title .btn_c {
        position: absolute;
        bottom: 60px;
        left: 450px
    }

    .page .about .mw .m_title .btn_c .btn_m {
        max-width: 200px
    }

    .page .about .mw .cont .left_side {
        width: 48%;
        max-width: 450px
    }

    .page .about .mw .cont .left_side .img {
        width: 100%;
        max-width: 450px
    }

    .page .about .mw .cont .left_side .decor {
        width: 140%
    }

    .page .about .mw .cont .right_side {
        width: 50%
    }

    .page .about .mw .cont .right_side .desc p {
        font-size: 16px;
        margin-bottom: 20px;
        max-width: 545px
    }

    .page .about .mw .cont .right_side small {
        font-size: 16px;
        max-width: 590px
    }

    .page .about .mw .cont .right_side .h5,
    .page .about .mw .cont .right_side h5 {
        font-size: 20px;
        padding: 8px 15px;
        margin-bottom: 20px
    }

    .page .about .mw .cont .right_side .h4,
    .page .about .mw .cont .right_side h4 {
        font-size: 16px
    }

    .page .about .mw .cont .right_side ul {
        margin-top: 18px;
        margin-bottom: 26px
    }

    .page .about .mw .cont .right_side ul li {
        font-size: 16px;
        margin-right: 10px
    }

    .page .about .mw .cont .right_side ul li::before {
        width: 12px;
        height: 12px;
        min-width: 12px;
        margin-right: 5px
    }

    .page .garantee .mw {
        padding: 50px 2vh 25px
    }

    .page .garantee .mw .cont .left_side {
        width: 50%
    }

    .page .garantee .mw .cont .left_side .m_title {
        padding-bottom: 30px
    }

    .page .garantee .mw .cont .left_side .desc p {
        font-size: 16px;
        margin-bottom: 20px
    }

    .page .garantee .mw .cont .left_side .desc p:last-child {
        margin-bottom: 0
    }

    .page .garantee .mw .cont .right_side {
        width: 45%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: relative
    }

    .page .garantee .mw .cont .right_side .img {
        position: absolute;
        width: 450px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        right: -20px
    }

    .page .garantee .mw .cont .right_side .decor {
        width: 600px;
        top: -250px
    }

    .page .garantee .mw .cont .right_side .h5,
    .page .garantee .mw .cont .right_side h5 {
        max-width: 545px;
        bottom: -200px;
        font-size: 20px;
        padding: 10px 15px
    }

    .page .benefits {
        margin-top: -150px
    }

    .page .benefits .mw {
        padding: 240px 2vh 80px
    }

    .page .benefits .mw .m_title {
        margin-bottom: 30px
    }

    .page .benefits .mw .cont .card {
        width: 33%;
        padding: 20px 15px
    }

    .page .benefits .mw .cont .card .icon {
        height: 50px;
        margin-bottom: 14px
    }

    .page .benefits .mw .cont .card p {
        font-size: 16px
    }

    .page .our_approach::after {
        height: 100%
    }

    .page .our_approach .mw {
        padding: 60px 2vh 280px
    }

    .page .our_approach .mw .m_title:before {
        height: 300px;
        width: 1766px;
        top: -60px
    }

    .page .our_approach .mw .m_title .h5,
    .page .our_approach .mw .m_title h5 {
        font-size: 22px;
        padding-bottom: 26px
    }

    .page .our_approach .mw .m_title ul {
        margin-bottom: 26px
    }

    .page .our_approach .mw .m_title ul li {
        margin-right: 24px;
        font-size: 15px;
        padding: 8px 15px
    }

    .page .we_building .mw {
        padding: 70px 2vh 20px
    }

    .page .we_building .mw .cont .card {
        width: 32%;
        padding: 12px;
        margin-bottom: 20px
    }

    .page .we_building .mw .cont .card .img {
        width: 100%;
        margin-bottom: 15px
    }

    .page .we_building .mw .cont .card .desc .h5,
    .page .we_building .mw .cont .card .desc h5 {
        font-size: 24px;
        margin-bottom: 20px
    }

    .page .we_building .mw .cont .card .desc ul {
        margin-bottom: 20px
    }

    .page .we_building .mw .cont .card .desc ul li {
        margin-bottom: 10px
    }

    .page .we_building .mw .cont .card .desc ul li p {
        font-size: 14px
    }

    .page .we_building .mw .cont .card .desc ul li span {
        font-size: 14px
    }

    .page .we_building .mw .cont .card .desc .btn_c .btn_m {
        max-width: 200px
    }

    .page .newly_built_facilities .mw {
        padding: 20px 2vh
    }

    .page .newly_built_facilities .mw .newly_built_facilities_slider .card .img {
        width: 100%
    }

    .page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-next,
    .page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-prev {
        width: 45px;
        height: 45px
    }

    .page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-next:before,
    .page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-prev:before {
        width: 18px;
        height: 18px
    }

    .page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-prev {
        margin-left: -20px
    }

    .page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-next {
        margin-right: -20px
    }

    .page .stages {
        position: relative
    }

    .page .stages .decor {
        right: -300px;
        width: 700px;
        top: 400px
    }

    .page .stages .mw {
        padding: 40px 2vh 0
    }

    .page .stages .mw .m_title {
        padding-bottom: 35px
    }

    .page .stages .mw .m_title .line .h2 {
        white-space: nowrap;
        margin-right: 40px
    }

    .page .stages .mw .m_title .line .btn_c .btn_m {
        max-width: 180px
    }

    .page .stages .mw .cont .left_side {
        width: 80%
    }

    .page .stages .mw .cont .left_side .h4,
    .page .stages .mw .cont .left_side h4 {
        font-size: 15px;
        max-width: 430px;
        margin-bottom: 70px
    }

    .page .stages .mw .cont .left_side ul li {
        margin-bottom: 60px
    }

    .page .stages .mw .cont .left_side ul li:last-child {
        margin-bottom: 30px
    }

    .page .stages .mw .cont .left_side ul li::after {
        top: -30px;
        width: 700px
    }

    .page .stages .mw .cont .left_side ul li .num {
        width: 45px;
        height: 45px;
        min-width: 45px;
        margin-right: 12px
    }

    .page .stages .mw .cont .left_side ul li .num span {
        font-size: 22px
    }

    .page .stages .mw .cont .left_side ul li .desc .h5,
    .page .stages .mw .cont .left_side ul li .desc h5 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .page .stages .mw .cont .left_side ul li .desc p {
        font-size: 14px;
        max-width: 640px
    }

    .page .stages .mw .cont .right_side {
        width: 100%
    }

    .page .stages .mw .cont .right_side .img {
        position: absolute;
        left: 200px;
        width: 100%;
        bottom: -20px
    }

    .page .stages .mw .cont .right_side .img img {
        width: 100%;
        height: auto
    }

    .page .ticker_wrapper .tickerwrapper {
        padding: 4px 0 2px
    }

    .page .ticker_wrapper .tickerwrapper ul.list li {
        float: left;
        padding-left: 30px
    }

    .page .ticker_wrapper .tickerwrapper ul.list li span {
        font-size: 16px
    }

    .page .you_can_control .mw {
        padding: 60px 2vh 20px
    }

    .page .you_can_control .mw .m_title .h2 {
        max-width: 680px;
        font-size: 35px;
        line-height: 50px
    }

    .page .you_can_control .mw .cont .left_side {
        width: 60%
    }

    .page .you_can_control .mw .cont .left_side ul li {
        margin-bottom: 20px
    }

    .page .you_can_control .mw .cont .left_side ul li .icon {
        width: 30px;
        min-width: 30px;
        margin-right: 15px
    }

    .page .you_can_control .mw .cont .left_side ul li p {
        font-size: 18px
    }

    .page .you_can_control .mw .cont .right_side {
        width: 38%
    }

    .page .you_can_control .mw .cont .right_side .img {
        width: 100%
    }

    .page .why_choose_us::after {
        height: 890px
    }

    .page .why_choose_us .mw {
        padding: 60px 2vh 10px
    }

    .page .why_choose_us .mw .m_title .line {
        width: 100%
    }

    .page .why_choose_us .mw .m_title .line .h2 {
        width: 100%
    }

    .page .why_choose_us .mw .m_title .line .btn_c {
        width: 30%
    }

    .page .why_choose_us .mw .m_title .line .btn_c .btn_m {
        max-width: 180px
    }

    .page .why_choose_us .mw .cont {
        width: 100%
    }

    .page .why_choose_us .mw .cont .card {
        width: 49%;
        margin-bottom: 40px
    }

    .page .why_choose_us .mw .cont .card:nth-child(2),
    .page .why_choose_us .mw .cont .card:nth-child(4) {
        border: none
    }

    .page .why_choose_us .mw .cont .card:nth-child(2) .icon,
    .page .why_choose_us .mw .cont .card:nth-child(4) .icon {
        margin-left: 25px
    }

    .page .why_choose_us .mw .cont .card .icon {
        width: 50px;
        min-width: 50px;
        margin-right: 15px
    }

    .page .why_choose_us .mw .cont .card .desc {
        margin-right: 25px
    }

    .page .why_choose_us .mw .cont .card .desc .h5,
    .page .why_choose_us .mw .cont .card .desc h5 {
        font-size: 18px;
        margin-bottom: 15px
    }

    .page .why_choose_us .mw .cont .card .desc p {
        font-size: 14px
    }

    .page .bg .decor {
        width: 400px;
        right: -200px;
        top: -150px
    }

    .page .bg .reviews .mw {
        padding: 40px 2vh 40px
    }

    .page .bg .reviews .mw .m_title .h2 {
        max-width: 1015px
    }

    .page .bg .reviews .mw .reviews_slider .card {
        position: relative
    }

    .page .bg .reviews .mw .reviews_slider .card .line {
        width: 100%
    }

    .page .bg .reviews .mw .reviews_slider .card .line .button_line .btn_next_reviews,
    .page .bg .reviews .mw .reviews_slider .card .line .button_line .btn_prev_reviews {
        width: 100px;
        height: 40px;
        font-size: 15px
    }

    .page .bg .reviews .mw .reviews_slider .card .line .button_line .btn_next_reviews img,
    .page .bg .reviews .mw .reviews_slider .card .line .button_line .btn_prev_reviews img {
        width: 22px;
        margin-right: 8px
    }

    .page .bg .reviews .mw .reviews_slider .card .line .button_line .btn_next_reviews {
        width: 115px;
        height: 40px
    }

    .page .bg .reviews .mw .reviews_slider .card .line .button_line .btn_next_reviews img {
        margin-left: 8px
    }

    .page .bg .reviews .mw .reviews_slider .card .row {
        margin: 0 auto;
        max-width: 580px
    }

    .page .bg .reviews .mw .reviews_slider .card .row .left_side {
        width: 50%
    }

    .page .bg .reviews .mw .reviews_slider .card .row .left_side .img {
        width: 400px
    }

    .page .bg .reviews .mw .reviews_slider .card .row .right_side {
        width: 50%
    }

    .page .bg .reviews .mw .reviews_slider .card .row .right_side .desc {
        bottom: 0;
        right: 0;
        padding: 20px
    }

    .page .bg .reviews .mw .reviews_slider .card .row .right_side .desc .h5,
    .page .bg .reviews .mw .reviews_slider .card .row .right_side .desc h5 {
        font-size: 28px;
        margin-bottom: 12px
    }

    .page .bg .reviews .mw .reviews_slider .card .row .right_side .desc p {
        font-size: 14px;
        max-width: 300px;
        line-height: 18px
    }

    .page .bg .any_ques .mw {
        padding: 30px 2vh 40px
    }

    .page .bg .any_ques .mw .cont {
        padding: 30px 50px 50px
    }

    .page .bg .any_ques .mw .cont .h3 {
        font-size: 40px;
        line-height: 52px;
        margin-bottom: 30px
    }

    .page .bg .any_ques .mw .cont p {
        font-size: 18px;
        font-style: normal;
        margin-bottom: 30px
    }

    .page .bg .any_ques .mw .cont form .inp {
        width: 32%;
        margin-bottom: 0
    }

    .page .bg .any_ques .mw .cont form .inp input {
        height: 50px;
        font-size: 15px;
        padding: 20px
    }

    .page .bg .any_ques .mw .cont form .btn_c {
        width: 32%
    }

    .page .bg .any_ques .mw .cont form .btn_c .btn_m {
        height: 50px;
        max-width: 300px
    }

    .page .footer .mw {
        padding: 42px 2vh
    }

    .page .footer .mw .top_cont .left_side .logo a img {
        width: 180px;
        min-width: 180px
    }

    .page .footer .mw .top_cont .right_side .fast_links {
        margin-bottom: 20px
    }

    .page .footer .mw .top_cont .right_side .fast_links ul li {
        margin-right: 30px
    }

    .page .footer .mw .top_cont .right_side .fast_links ul li a {
        font-size: 14px
    }

    .page .footer .mw .top_cont .right_side .soc_icons ul li {
        margin-right: 14px
    }

    .page .footer .mw .top_cont .right_side .soc_icons ul li a img {
        width: 22px
    }

    .page .footer .mw .bottom_cont .left_side ul li {
        margin-right: 35px
    }

    .page .footer .mw .bottom_cont .left_side ul li a {
        font-size: 14px
    }
}

@media (min-width:992px) and (max-width:1300px) {
    .btn_c .btn_m {
        padding: 12px;
        font-size: 14px;
        max-width: 180px
    }

    .page .header {
        height: 80px
    }

    .page .header .mw .cont {
        padding: 8px 15px
    }

    .page .header .mw .cont .left_side .logo a img {
        width: 80px;
        min-width: 80px;
        padding-top: 15px;
    }

    .page .header .mw .cont .right_side .phone {
        margin-right: 15px
    }

    .page .header .mw .cont .right_side .phone a {
        font-size: 14px
    }

    .page .header .mw .cont .right_side .btn_c {
        margin-right: 15px
    }

    .page .header .mw .cont .right_side .btn_c .btn_m {
        padding: 10px;
        max-width: 160px;
        font-size: 12px
    }

    .page .header .mw .cont .right_side .btn_c .btn_m::after {
        width: 22px;
        height: 22px;
        min-width: 22px;
        margin-left: 8px
    }

    .page .header_offset {
        padding-top: 90px
    }

    .page .header.sticky {
        height: 90px
    }

    .page .main::after {
        border-radius: 1720px;
        width: 1720px;
        height: 400px;
        top: -40px
    }

    .page .main .main_cont .mw {
        padding: 70px 2vh 180px
    }

    .page .main .main_cont .mw .cont {
        margin: 0 auto;
        max-width: 1120px
    }

    .page .main .main_cont .mw .cont ul {
        margin-bottom: 20px
    }

    .page .main .main_cont .mw .cont ul li {
        font-size: 15px;
        padding: 8px 20px;
        margin-right: 20px
    }

    .page .main .main_cont .mw .cont .h1 {
        font-size: 60px;
        line-height: 70px;
        padding-bottom: 20px
    }

    .page .main .main_cont .mw .cont p {
        font-size: 25px;
        max-width: 620px;
        padding-bottom: 20px
    }

    .page .main_benefits {
        margin-top: -40px
    }

    .page .main_benefits .mw .cont .card {
        width: 24%;
        padding: 8px
    }

    .page .main_benefits .mw .cont .card .icon {
        width: 30px;
        margin-right: 10px
    }

    .page .main_benefits .mw .cont .card .desc .num span {
        font-size: 20px;
        line-height: 22px
    }

    .page .main_benefits .mw .cont .card .desc p {
        font-size: 14px;
        line-height: 18px
    }

    .page .m_title {
        padding-bottom: 30px
    }

    .page .m_title .title {
        font-size: 14px;
        padding: 8px 20px;
        margin-bottom: 25px
    }

    .page .m_title .h2 {
        font-size: 40px;
        line-height: 55px
    }

    .page .about .mw {
        padding: 80px 2vh 60px
    }

    .page .about .mw .m_title {
        max-width: 800px;
        padding-bottom: 70px
    }

    .page .about .mw .m_title .btn_c {
        position: absolute;
        bottom: 65px;
        left: 450px
    }

    .page .about .mw .m_title .btn_c .btn_m {
        max-width: 200px
    }

    .page .about .mw .cont .left_side {
        width: 50%;
        max-width: 450px
    }

    .page .about .mw .cont .left_side .img {
        width: 100%;
        max-width: 450px
    }

    .page .about .mw .cont .left_side .decor {
        width: 140%
    }

    .page .about .mw .cont .right_side {
        width: 50%
    }

    .page .about .mw .cont .right_side .desc p {
        font-size: 16px;
        margin-bottom: 20px;
        max-width: 545px
    }

    .page .about .mw .cont .right_side small {
        font-size: 16px;
        max-width: 590px
    }

    .page .about .mw .cont .right_side .h5,
    .page .about .mw .cont .right_side h5 {
        font-size: 20px;
        padding: 8px 15px;
        margin-bottom: 20px
    }

    .page .about .mw .cont .right_side .h4,
    .page .about .mw .cont .right_side h4 {
        font-size: 16px
    }

    .page .about .mw .cont .right_side ul {
        margin-top: 18px;
        margin-bottom: 26px
    }

    .page .about .mw .cont .right_side ul li {
        font-size: 16px;
        margin-right: 10px
    }

    .page .about .mw .cont .right_side ul li::before {
        width: 12px;
        height: 12px;
        min-width: 12px;
        margin-right: 5px
    }

    .page .garantee .mw {
        padding: 50px 2vh 25px
    }

    .page .garantee .mw .cont .left_side {
        width: 50%
    }

    .page .garantee .mw .cont .left_side .m_title {
        padding-bottom: 30px
    }

    .page .garantee .mw .cont .left_side .desc p {
        font-size: 16px;
        margin-bottom: 20px
    }

    .page .garantee .mw .cont .left_side .desc p:last-child {
        margin-bottom: 0
    }

    .page .garantee .mw .cont .right_side {
        width: 45%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: relative
    }

    .page .garantee .mw .cont .right_side .img {
        position: absolute;
        width: 450px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        right: -20px
    }

    .page .garantee .mw .cont .right_side .decor {
        width: 600px;
        top: -250px
    }

    .page .garantee .mw .cont .right_side .h5,
    .page .garantee .mw .cont .right_side h5 {
        max-width: 545px;
        bottom: -200px;
        font-size: 20px;
        padding: 10px 15px
    }

    .page .benefits {
        margin-top: -150px
    }

    .page .benefits .mw {
        padding: 240px 2vh 80px
    }

    .page .benefits .mw .m_title {
        margin-bottom: 30px
    }

    .page .benefits .mw .cont .card {
        width: 33%;
        padding: 20px 15px
    }

    .page .benefits .mw .cont .card .icon {
        height: 50px;
        margin-bottom: 14px
    }

    .page .benefits .mw .cont .card p {
        font-size: 16px
    }

    .page .our_approach::after {
        height: 100%
    }

    .page .our_approach .mw {
        padding: 60px 2vh 280px
    }

    .page .our_approach .mw .m_title:before {
        height: 300px;
        width: 1766px;
        top: -60px
    }

    .page .our_approach .mw .m_title .h5,
    .page .our_approach .mw .m_title h5 {
        font-size: 22px;
        padding-bottom: 26px
    }

    .page .our_approach .mw .m_title ul {
        margin-bottom: 26px
    }

    .page .our_approach .mw .m_title ul li {
        margin-right: 24px;
        font-size: 15px;
        padding: 8px 15px
    }

    .page .we_building .mw {
        padding: 70px 2vh 20px
    }

    .page .we_building .mw .cont .card {
        width: 32%;
        padding: 12px;
        margin-bottom: 20px
    }

    .page .we_building .mw .cont .card .img {
        width: 100%;
        margin-bottom: 15px
    }

    .page .we_building .mw .cont .card .desc .h5,
    .page .we_building .mw .cont .card .desc h5 {
        font-size: 24px;
        margin-bottom: 20px
    }

    .page .we_building .mw .cont .card .desc ul {
        margin-bottom: 20px
    }

    .page .we_building .mw .cont .card .desc ul li {
        margin-bottom: 10px
    }

    .page .we_building .mw .cont .card .desc ul li p {
        font-size: 14px
    }

    .page .we_building .mw .cont .card .desc ul li span {
        font-size: 14px
    }

    .page .we_building .mw .cont .card .desc .btn_c .btn_m {
        max-width: 200px
    }

    .page .newly_built_facilities .mw {
        padding: 20px 2vh
    }

    .page .newly_built_facilities .mw .newly_built_facilities_slider .card .img {
        width: 100%
    }

    .page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-next,
    .page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-prev {
        width: 45px;
        height: 45px
    }

    .page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-next:before,
    .page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-prev:before {
        width: 18px;
        height: 18px
    }

    .page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-prev {
        margin-left: -20px
    }

    .page .newly_built_facilities .mw .newly_built_facilities_slider .owl-nav .owl-next {
        margin-right: -20px
    }

    .page .stages {
        position: relative
    }

    .page .stages .decor {
        right: -300px;
        width: 700px;
        top: 400px
    }

    .page .stages .mw {
        padding: 40px 2vh 0
    }

    .page .stages .mw .m_title {
        padding-bottom: 35px
    }

    .page .stages .mw .m_title .line .h2 {
        white-space: nowrap;
        margin-right: 40px
    }

    .page .stages .mw .m_title .line .btn_c .btn_m {
        max-width: 180px
    }

    .page .stages .mw .cont .left_side {
        width: 80%
    }

    .page .stages .mw .cont .left_side .h4,
    .page .stages .mw .cont .left_side h4 {
        font-size: 15px;
        max-width: 430px;
        margin-bottom: 70px
    }

    .page .stages .mw .cont .left_side ul li {
        margin-bottom: 60px
    }

    .page .stages .mw .cont .left_side ul li:last-child {
        margin-bottom: 30px
    }

    .page .stages .mw .cont .left_side ul li::after {
        top: -30px;
        width: 700px
    }

    .page .stages .mw .cont .left_side ul li .num {
        width: 45px;
        height: 45px;
        min-width: 45px;
        margin-right: 12px
    }

    .page .stages .mw .cont .left_side ul li .num span {
        font-size: 22px
    }

    .page .stages .mw .cont .left_side ul li .desc .h5,
    .page .stages .mw .cont .left_side ul li .desc h5 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .page .stages .mw .cont .left_side ul li .desc p {
        font-size: 14px;
        max-width: 640px
    }

    .page .stages .mw .cont .right_side {
        width: 100%
    }

    .page .stages .mw .cont .right_side .img {
        position: absolute;
        left: 200px;
        width: 100%;
        bottom: -20px
    }

    .page .stages .mw .cont .right_side .img img {
        width: 100%;
        height: auto
    }

    .page .ticker_wrapper .tickerwrapper {
        padding: 4px 0 2px
    }

    .page .ticker_wrapper .tickerwrapper ul.list li {
        float: left;
        padding-left: 30px
    }

    .page .ticker_wrapper .tickerwrapper ul.list li span {
        font-size: 16px
    }

    .page .you_can_control .mw {
        padding: 60px 2vh 20px
    }

    .page .you_can_control .mw .m_title .h2 {
        max-width: 680px;
        font-size: 35px;
        line-height: 50px
    }

    .page .you_can_control .mw .cont .left_side {
        width: 60%
    }

    .page .you_can_control .mw .cont .left_side ul li {
        margin-bottom: 20px
    }

    .page .you_can_control .mw .cont .left_side ul li .icon {
        width: 30px;
        min-width: 30px;
        margin-right: 15px
    }

    .page .you_can_control .mw .cont .left_side ul li p {
        font-size: 18px
    }

    .page .you_can_control .mw .cont .right_side {
        width: 38%
    }

    .page .you_can_control .mw .cont .right_side .img {
        width: 100%
    }

    .page .why_choose_us::after {
        height: 890px
    }

    .page .why_choose_us .mw {
        padding: 60px 2vh 10px
    }

    .page .why_choose_us .mw .m_title .line {
        width: 100%
    }

    .page .why_choose_us .mw .m_title .line .h2 {
        width: 100%
    }

    .page .why_choose_us .mw .m_title .line .btn_c {
        width: 30%
    }

    .page .why_choose_us .mw .m_title .line .btn_c .btn_m {
        max-width: 180px
    }

    .page .why_choose_us .mw .cont {
        width: 100%
    }

    .page .why_choose_us .mw .cont .card {
        width: 49%;
        margin-bottom: 40px
    }

    .page .why_choose_us .mw .cont .card:nth-child(2),
    .page .why_choose_us .mw .cont .card:nth-child(4) {
        border: none
    }

    .page .why_choose_us .mw .cont .card:nth-child(2) .icon,
    .page .why_choose_us .mw .cont .card:nth-child(4) .icon {
        margin-left: 25px
    }

    .page .why_choose_us .mw .cont .card .icon {
        width: 50px;
        min-width: 50px;
        margin-right: 15px
    }

    .page .why_choose_us .mw .cont .card .desc {
        margin-right: 25px
    }

    .page .why_choose_us .mw .cont .card .desc .h5,
    .page .why_choose_us .mw .cont .card .desc h5 {
        font-size: 18px;
        margin-bottom: 15px
    }

    .page .why_choose_us .mw .cont .card .desc p {
        font-size: 14px
    }

    .page .bg .decor {
        width: 400px;
        right: -200px;
        top: -150px
    }

    .page .bg .reviews .mw {
        padding: 40px 2vh 40px
    }

    .page .bg .reviews .mw .m_title .h2 {
        max-width: 1015px
    }

    .page .bg .reviews .mw .reviews_slider .card {
        position: relative
    }

    .page .bg .reviews .mw .reviews_slider .card .line {
        width: 100%
    }

    .page .bg .reviews .mw .reviews_slider .card .line .button_line .btn_next_reviews,
    .page .bg .reviews .mw .reviews_slider .card .line .button_line .btn_prev_reviews {
        width: 140px;
        height: 50px;
        font-size: 15px
    }

    .page .bg .reviews .mw .reviews_slider .card .line .button_line .btn_next_reviews img,
    .page .bg .reviews .mw .reviews_slider .card .line .button_line .btn_prev_reviews img {
        width: 30px;
        margin-right: 8px
    }

    .page .bg .reviews .mw .reviews_slider .card .line .button_line .btn_next_reviews {
        width: 130px;
        height: 50px
    }

    .page .bg .reviews .mw .reviews_slider .card .line .button_line .btn_next_reviews img {
        margin-left: 8px
    }

    .page .bg .reviews .mw .reviews_slider .card .row {
        margin: 0 auto;
        max-width: 700px
    }

    .page .bg .reviews .mw .reviews_slider .card .row .left_side {
        width: 50%
    }

    .page .bg .reviews .mw .reviews_slider .card .row .left_side .img {
        width: 450px
    }

    .page .bg .reviews .mw .reviews_slider .card .row .right_side {
        width: 50%
    }

    .page .bg .reviews .mw .reviews_slider .card .row .right_side .desc {
        bottom: 0;
        right: 0;
        padding: 20px
    }

    .page .bg .reviews .mw .reviews_slider .card .row .right_side .desc .h5,
    .page .bg .reviews .mw .reviews_slider .card .row .right_side .desc h5 {
        font-size: 28px;
        margin-bottom: 12px
    }

    .page .bg .reviews .mw .reviews_slider .card .row .right_side .desc p {
        font-size: 15px;
        max-width: 380px;
        line-height: 18px
    }

    .page .bg .any_ques .mw {
        padding: 20px 2vh 60px
    }

    .page .bg .any_ques .mw .cont {
        padding: 50px 70px 70px
    }

    .page .bg .any_ques .mw .cont .h3 {
        font-size: 40px;
        line-height: 52px;
        margin-bottom: 30px
    }

    .page .bg .any_ques .mw .cont p {
        font-size: 18px;
        font-style: normal;
        margin-bottom: 30px
    }

    .page .bg .any_ques .mw .cont form .inp {
        width: 32%;
        margin-bottom: 0
    }

    .page .bg .any_ques .mw .cont form .inp input {
        height: 50px;
        font-size: 15px;
        padding: 20px
    }

    .page .bg .any_ques .mw .cont form .btn_c {
        width: 32%
    }

    .page .bg .any_ques .mw .cont form .btn_c .btn_m {
        height: 50px;
        max-width: 300px
    }

    .page .footer .mw {
        padding: 42px 2vh
    }

    .page .footer .mw .top_cont .left_side .logo a img {
        width: 180px;
        min-width: 180px
    }

    .page .footer .mw .top_cont .right_side .fast_links {
        margin-bottom: 20px
    }

    .page .footer .mw .top_cont .right_side .fast_links ul li {
        margin-right: 30px
    }

    .page .footer .mw .top_cont .right_side .fast_links ul li a {
        font-size: 14px
    }

    .page .footer .mw .top_cont .right_side .soc_icons ul li {
        margin-right: 14px
    }

    .page .footer .mw .top_cont .right_side .soc_icons ul li a img {
        width: 22px
    }

    .page .footer .mw .bottom_cont .left_side ul li {
        margin-right: 35px
    }

    .page .footer .mw .bottom_cont .left_side ul li a {
        font-size: 14px
    }
}

@font-face {
    font-family: CygreMedium;
    src: url(../fonts/cygre/Cygre-Medium.eot);
    src: url(../fonts/cygre/Cygre-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/cygre/Cygre-Medium.woff) format("woff"), url(../fonts/cygre/Cygre-Medium.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    outline: 0;
    font-family: Mulish, sans-serif !important;
    font-feature-settings: "pnum" on, "lnum" on
}

h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
ul {
    margin: 0;
    padding: 0
}

.card {
    border: none
}

a,
button,
input {
    transition: .5s
}

a:hover,
button:hover,
input:hover {
    outline: 0;
    text-decoration: none
}

button,
input[type=submit] {
    border: none;
    cursor: pointer
}

input:not([type=checkbox]):not([type=radio]),
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.mw {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    position: relative
}

.fancybox-slide:before {
    margin: 0
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #1b324c;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: none;
    z-index: 98;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, .5)
}

.scrollup img {
    width: 20px
}

.scrollup:hover {
    opacity: .9
}

.scrollup .fas_icon {
    font-size: 20px;
    color: #fff
}

.scrollup.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.modal {
    display: none;
    position: fixed;
    z-index: 99999999;
    overflow: auto;
    background-color: rgba(0, 0, 0, .7);
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    max-width: 400px;
    padding: 0 !important
}

.modal::-webkit-scrollbar {
    width: 0
}

.modal .m-content {
    width: 100%;
    max-width: 500px;
    background-color: #fff;
    position: relative
}

.modal .m-content .c {
    background-color: #fff;
    width: 100%;
    padding: 40px
}

.modal .m-content .c h3 {
    text-align: center;
    padding-bottom: 30px;
    font-size: 22px;
    color: #222
}

.modal .m-content .c .success_h3 {
    font-size: 30px;
    color: #18ba60
}

.modal .m-content .c h6 {
    padding: 20px 10px;
    text-align: center;
    font-size: 24px;
    color: #2a2a2a;
    font-weight: 400
}

.modal .m-content .c form {
    width: 100%;
    max-width: 500px
}

.modal .m-content .c form label {
    color: #1b324c;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    display: block
}

.modal .m-content .c form input,
.modal .m-content .c form select,
.modal .m-content .c form textarea {
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 15px;
    color: #222;
    font-size: 14px
}

.modal .m-content .c form textarea {
    min-height: 100px;
    resize: none
}

.modal .m-content .c form .inp {
    margin-bottom: 15px
}

.modal .m-content .c form .inp_line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.modal .m-content .c form .inp_line .inp_address {
    width: 50%
}

.modal .m-content .c form .inp_line .inp_home,
.modal .m-content .c form .inp_line .inp_home_num {
    width: 20%
}

.modal .m-content .c form .btn_c {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.modal .m-content .c form .policy {
    color: #222;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    display: block
}

.modal .m-content .c form .policy a {
    color: #1b324c
}

.modal .m-content .c form .policy a:hover {
    color: #fff
}

.modal .m-content .c form .policy input {
    margin-right: 10px
}

.modal .m-content .c small {
    color: #676767;
    font-size: 10px;
    font-weight: 300
}

.modal .m-content .c small a {
    color: #676767;
    text-decoration: underline
}

.modal .m-content .c small a:hover {
    color: #18ba60
}

@media (max-width:575px) {
    .scrollup {
        right: 10px;
        bottom: 50px
    }

    .modal .m-content .c h3 {
        padding: 30px 0;
        padding-top: 50px;
        font-size: 22px
    }
}

.page_policy .privacy_policy .mw {
    padding: 80px 2vh
}

.page_policy .privacy_policy .mw .cont .m_title .h2 {
    color: #fff
}

.page_policy .privacy_policy .mw .cont .desc .h5,
.page_policy .privacy_policy .mw .cont .desc h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #fff;
    padding-bottom: 24px
}

.page_policy .privacy_policy .mw .cont .desc .h6,
.page_policy .privacy_policy .mw .cont .desc h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #fff;
    padding-bottom: 24px
}

.page_policy .privacy_policy .mw .cont .desc .h4,
.page_policy .privacy_policy .mw .cont .desc h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 140%;
    color: #fff;
    padding-bottom: 24px
}

.page_policy .privacy_policy .mw .cont .desc .h3,
.page_policy .privacy_policy .mw .cont .desc h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    color: #fff;
    padding-bottom: 24px
}

.page_policy .privacy_policy .mw .cont .desc .h2,
.page_policy .privacy_policy .mw .cont .desc h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 140%;
    color: #fff;
    padding-bottom: 24px
}

.page_policy .privacy_policy .mw .cont .desc p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    max-width: 1180px;
    color: #e3e3e3;
    padding-bottom: 32px
}

.page_policy .privacy_policy .mw .cont .desc p a {
    color: #1b324c;
    text-decoration: underline
}

.page_policy .privacy_policy .mw .cont .desc p a:hover {
    color: #ca5c00
}

.page_policy .privacy_policy .mw .cont .desc p:last-child {
    padding-bottom: 0
}

.page_policy .privacy_policy .mw .cont .desc ul {
    padding-bottom: 32px
}

.page_policy .privacy_policy .mw .cont .desc ul:last-child {
    padding-bottom: 0
}

.page_policy .privacy_policy .mw .cont .desc ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    max-width: 1180px;
    color: #7d7d7d;
    padding-bottom: 12px
}

.page_policy .privacy_policy .mw .cont .desc ul li a {
    color: #1b324c;
    text-decoration: underline
}

.page_policy .privacy_policy .mw .cont .desc ul li a:hover {
    color: #ca5c00
}

.page_policy .privacy_policy .mw .cont .desc ul li:last-child {
    padding-bottom: 0
}

@media (max-width:575px) {
    .page_policy .privacy_policy .mw {
        padding: 70px 2vh
    }

    .page_policy .privacy_policy .mw .cont .m_title .h2 {
        font-size: 7vw;
        line-height: 120%
    }

    .page_policy .privacy_policy .mw .cont .desc .h5,
    .page_policy .privacy_policy .mw .cont .desc h5 {
        font-size: 20px;
        padding-bottom: 18px
    }

    .page_policy .privacy_policy .mw .cont .desc .h6,
    .page_policy .privacy_policy .mw .cont .desc h6 {
        font-size: 16px;
        padding-bottom: 18px
    }

    .page_policy .privacy_policy .mw .cont .desc .h4,
    .page_policy .privacy_policy .mw .cont .desc h4 {
        font-size: 22px;
        padding-bottom: 18px
    }

    .page_policy .privacy_policy .mw .cont .desc .h3,
    .page_policy .privacy_policy .mw .cont .desc h3 {
        font-size: 24px;
        padding-bottom: 18px
    }

    .page_policy .privacy_policy .mw .cont .desc .h2,
    .page_policy .privacy_policy .mw .cont .desc h2 {
        font-size: 26px;
        padding-bottom: 18px
    }

    .page_policy .privacy_policy .mw .cont .desc p {
        font-size: 15px;
        padding-bottom: 24px
    }

    .page_policy .privacy_policy .mw .cont .desc ul {
        padding-bottom: 24px
    }

    .page_policy .privacy_policy .mw .cont .desc ul li {
        font-size: 15px
    }
}

@media (min-width:576px) and (max-width:767px) {
    .page_policy .privacy_policy .mw {
        padding: 70px 2vh
    }

    .page_policy .privacy_policy .mw .cont .m_title .h2 {
        font-size: 7vw;
        line-height: 120%
    }

    .page_policy .privacy_policy .mw .cont .desc .h5,
    .page_policy .privacy_policy .mw .cont .desc h5 {
        font-size: 20px;
        padding-bottom: 18px
    }

    .page_policy .privacy_policy .mw .cont .desc .h6,
    .page_policy .privacy_policy .mw .cont .desc h6 {
        font-size: 16px;
        padding-bottom: 18px
    }

    .page_policy .privacy_policy .mw .cont .desc .h4,
    .page_policy .privacy_policy .mw .cont .desc h4 {
        font-size: 22px;
        padding-bottom: 18px
    }

    .page_policy .privacy_policy .mw .cont .desc .h3,
    .page_policy .privacy_policy .mw .cont .desc h3 {
        font-size: 24px;
        padding-bottom: 18px
    }

    .page_policy .privacy_policy .mw .cont .desc .h2,
    .page_policy .privacy_policy .mw .cont .desc h2 {
        font-size: 26px;
        padding-bottom: 18px
    }

    .page_policy .privacy_policy .mw .cont .desc p {
        font-size: 15px;
        padding-bottom: 24px
    }

    .page_policy .privacy_policy .mw .cont .desc ul {
        padding-bottom: 24px
    }

    .page_policy .privacy_policy .mw .cont .desc ul li {
        font-size: 15px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .page_policy .privacy_policy .mw {
        padding: 70px 2vh
    }

    .page_policy .privacy_policy .mw .cont .m_title .h2 {
        font-size: 30px;
        line-height: 120%
    }

    .page_policy .privacy_policy .mw .cont .desc .h5,
    .page_policy .privacy_policy .mw .cont .desc h5 {
        font-size: 20px;
        padding-bottom: 18px
    }

    .page_policy .privacy_policy .mw .cont .desc .h6,
    .page_policy .privacy_policy .mw .cont .desc h6 {
        font-size: 16px;
        padding-bottom: 18px
    }

    .page_policy .privacy_policy .mw .cont .desc .h4,
    .page_policy .privacy_policy .mw .cont .desc h4 {
        font-size: 22px;
        padding-bottom: 18px
    }

    .page_policy .privacy_policy .mw .cont .desc .h3,
    .page_policy .privacy_policy .mw .cont .desc h3 {
        font-size: 24px;
        padding-bottom: 18px
    }

    .page_policy .privacy_policy .mw .cont .desc .h2,
    .page_policy .privacy_policy .mw .cont .desc h2 {
        font-size: 26px;
        padding-bottom: 18px
    }

    .page_policy .privacy_policy .mw .cont .desc p {
        font-size: 15px;
        padding-bottom: 24px
    }

    .page_policy .privacy_policy .mw .cont .desc ul {
        padding-bottom: 24px
    }

    .page_policy .privacy_policy .mw .cont .desc ul li {
        font-size: 15px
    }
}