html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, figure, figcaption, footer, header, menu, nav {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    padding: 0;
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    cursor: pointer;
    outline: none;
}

button:focus {
    outline: none;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after {
    content: '';
    content: none;
}

q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    border: none;
}

*,
*:hover,
*:focus,
*:active {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin-bottom: 30px;
}

ul {
    font-size: 15px;
    line-height: 25px;
    list-style-type: disc;
    list-style-position: inside;
    color: #1eded8;
    margin-bottom: 30px;
}

ul li {
    margin-bottom: 10px;
}

ul li:last-child {
    margin-bottom: 0;
}

ul li span {
    color: #868686;
}

.clearfix {
    width: 100%;
    display: table;
    content: '';
    clear: both;
}

body {
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif;
    line-height: 1;
}

.page-wrp {
    overflow: hidden;
}

.content-wrp {
    max-width: 1096px;
    padding: 40px 15px;
    margin: auto;
}

.background-head-wrp {
    background: -webkit-gradient(linear, left top, right top, from(#6f5ce2), color-stop(#c482e0), to(#e49ac1));
    background: -webkit-linear-gradient(left, #6f5ce2, #c482e0, #e49ac1);
    background: -o-linear-gradient(left, #6f5ce2, #c482e0, #e49ac1);
    background: linear-gradient(90deg, #6f5ce2, #c482e0, #e49ac1);
}

.background-sub-head-wrp {
    background: none;
    background-color: #393a3d;
}

.background-1-wrp {
    position: relative;
    z-index: 10;
    background-color: #F7F6F6;
}

.background-2-wrp {
    background-color: #EDEBEB;
}

.background-3-wrp {
    background-color: #665d9f;
}

.background-3-wrp .section_header {
    color: #ffffff;
}

.background-3-wrp .section_title {
    color: rgba(255, 255, 255, 0.6);
}

.background-4-wrp {
    background-color: #e2e2e2;
}

.background-foot-wrp {
    background-color: #393a3d;
}

.background-5-wrp {
    background: #393a3d url("/images/bg-5.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.background-6-wrp {
    background-color: #f8f8f8;
}

.background-6-wrp.comments-header {
    border-top: 2px solid #e9e9e9;
    border-bottom: 2px solid #e9e9e9;
}

.background-7-wrp {
    background-color: #f7f8f9;
}

.background-8-wrp {
    background: url("/images/bg-8.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.background-9-wrp {
    background: url("/images/bg-9.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.section_title-wrp {
    margin-bottom: 38px;
}

.section_title-wrp:last-child {
    margin-bottom: 0;
}

.section_title-wrp.center {
    text-align: center;
}

.section_header {
    font-size: 30px;
    margin-bottom: 5px;
    color: #212121;
    line-height: 1.25;
    font-weight: bold;
}

.article-content-wrp .text-img .section_header {
    font-size: 40px;
}

.article-content-wrp .text-img .section_title span {
    margin: 15px 0;
    font-size: 18px;
    line-height: 1.5;
    color: #858585;
    display: block;
}

.section_title {
    font-size: 15px;
    color: #868686;
}

.article-prev .text {
    font: 14px "Open Sans", sans-serif;
    line-height: 20px;
    color: #868686;
    margin-bottom: 15px;
}

.section_subheader {
    font-size: 20px;
    line-height: 1.8;
    color: #858585;
    margin: 0 0 15px 0;
}

.action-btn {
    display: inline-block;
    padding: 15px 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: 12px "Montserrat", sans-serif;
    font-weight: bold;
    background-color: #10c8c2;
    color: #ffffff;
    border: 1px solid transparent;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    -webkit-box-shadow: 0px 7px 54px 0 rgba(67, 59, 119, 0.21);
    box-shadow: 0px 7px 54px 0 rgba(67, 59, 119, 0.21);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.action-btn:hover {
    background-color: #1eded8;
}

.action-btn:focus {
    background-color: #12a29e;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.action-btn.transp {
    border: 1px solid #ffffff;
    background-color: transparent;
}

.action-btn.transp:hover {
    border-color: #1eded8;
}

.action-btn.transp:focus {
    background-color: #12a29e;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #12a29e;
}

header.content-wrp {
    max-width: 1280px;
    position: relative;
    padding: 0;
}

header.main-header {
    height: 100vh;
}

header .header_top,
.sub-page_header .header_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 15px;
}

.logo-wrp {
    display: inline-block;
    padding: 5px 0;
}

.logo-wrp img {
    display: inline-block;
    vertical-align: middle;
    max-width: 67px;
    height: auto;
}

.logo-wrp span {
    display: inline-block;
    padding-left: 15px;
    color: #ffffff;
    font-size: 18px;
}

.mob-menu {
    display: none;
}

.mob-menu-btn {
    font-size: 32px;
    color: #ffffff;
}

.main-menu {
    text-align: center;
    margin: 0;
}

.main-menu .main-menu_item {
    display: inline-block;
    cursor: pointer;
    margin: 0 40px 0 0;
    padding: 12px 15px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    box-sizing: border-box;
    line-height: 16px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.main-menu .main-menu_item a {
    color: #ffffff;
    display: block;
    font: inherit;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.main-menu .main-menu_item a:hover {
    color: #25e4de;
}

.main-menu .main-menu_item:last-child {
    margin-right: 0;
}

.main-menu .main-menu_item.active {
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.3);
}

.main-header.transparent .main-menu .dropdown-menu {
    background-color: #5F5792;
}

.main-menu .dropdown-menu {
    display: none;
    width: 245px;
    position: absolute;
    text-align: left;
    top: 36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 20;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #393a3d;
    margin: 0;
}

.main-menu .dropdown-menu li {
    display: block;
    padding: 10px 30px;
    text-transform: none;
    margin: 0;
}

.main-menu .dropdown_item {
    position: relative;
}

.main-menu .dropdown_item:hover .dropdown-menu {
    display: block;
}

.main-menu .dropdown_item:hover > a {
    color: #25e4de;
}

.main-menu .dropdown_item:hover a .fa-angle-down {
    transform: rotate(-180deg);
    color: #25e4de;
}

.main-menu .dropdown_item a .fa-angle-down {
    margin-left: 10px;
    transition: transform ease 0.2s;
}

.search-btn {
    width: 13%;
    text-align: right;
    color: #ffffff;
}

.search-wrp {
    width: 0px;
    position: absolute;
    cursor: pointer;
    z-index: -1;
    top: 27px;
    right: 0px;
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
}

.search-wrp.active {
    width: 14%;
    z-index: 1001;
}

.search-wrp .close {
    display: none;
    z-index: 10;
    margin-right: 12px;
    font-size: 14px;
    color: #212121;
    opacity: 0.3;
}

.search-wrp label {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    -webkit-border-radius: 18px;
    border-radius: 18px;
}

.search-wrp label .close {
    display: inline-block;
}

.search-wrp input {
    width: 100%;
    padding: 7px 12px;
    font-family: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    color: #212121;
}

.main-content-wrp {
    position: relative;
    width: 33%;
    margin-top: -50px;
}

.background-head_pic {
    position: absolute;
    top: 107px;
    left: 0;
}

.header-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.header_mid {
    max-width: 1200px;
    height: 100%;
    padding: 0 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_mid .prev_slide {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
}

.header_mid .prev_slides-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -15px auto 70px auto;
}

.header_mid .slick-list {
    height: 350px;
}

.header_mid .slick-track {
    height: 310px;
    top: 20px;
    bottom: 20px;
}

.header_mid .slick-prev {
    left: -8%;
    top: 46%;
}

.header_mid .slick-next {
    right: -8%;
    top: 46%;
}

.main_header {
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    color: #ffffff;
}

.main_title {
    margin-bottom: 40px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}

.action-btn.main {
    background-color: rgba(67, 59, 119, 0.21);
}

.action-btn.main:hover {
    color: #1eded8;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -5%;
    width: 38px;
    height: 38px;
    color: transparent;
    cursor: pointer;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(8, 11, 29, 0.06) url("/images/ar_right.png") no-repeat center;
}

.slick-arrow:hover {
    background-color: rgba(8, 11, 29, 0.1);
}

.slick-prev {
    background: rgba(8, 11, 29, 0.06) url("/images/ar_left.png") no-repeat center;
    left: -5%;
}

.slick-prev button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #ffffff;
}

.prev_slider {
    width: 60%;
    position: relative;
}

.prev_slider img {
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
}

.slider_title {
    text-align: center;
    font-size: 18px;
    line-height: 2.3;
    color: #ffffff;
    margin: 0;
    display: none;
}

.prev_slides-wrp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0 70px 0;
}

.desc_unit-wrp {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 72%;
    -ms-flex: 0 1 72%;
    flex: 0 1 72%;
}

.desc_unit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    margin-bottom: 10px;
}

.desc_unit .unit_meta {
    width: 35%;
}

.desc_unit .unit_title {
    width: 55%;
    font: 15px "Open Sans", sans-serif;
    color: #000;
}

.desc_unit .unit_meta {
    font: 14px "Open Sans", sans-serif;
    color: #858585;
}

.slide_rate{
    width: 127px;
    height: 20px;
    display: table;
    margin: 0px auto 0px auto;
}
.stars1 {
    background: url("/images/rate-1.png") no-repeat center;
}
.stars1-5 {
    background: url("/images/rate-1-5.png") no-repeat center;
}
.stars2 {
    background: url("/images/rate-2.png") no-repeat center;
}
.stars2-5 {
    background: url("/images/rate-2-5.png") no-repeat center;
}
.stars3 {
    background: url("/images/rate-3.png") no-repeat center;
}
.stars3-5 {
    background: url("/images/rate-3-5.png") no-repeat center;
}
.stars4 {
    background: url("/images/rate-4.png") no-repeat center;
}
.stars4-5 {
    background: url("/images/rate-4-5.png") no-repeat center;
}
.stars5 {
    background: url("/images/rate-5.png") no-repeat center;
}
.prev_slide {
    position: relative;
    -webkit-box-shadow: 1px 11px 3px 0 rgba(3, 3, 3, 0.06);
    box-shadow: 1px 11px 3px 0 rgba(3, 3, 3, 0.06);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    color: #212121;
    background-color: #ffffff;
    opacity: 0.7;
}

.prev_slide.slick-center {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 10;
    opacity: 1;
    -webkit-box-shadow: 0px 7px 54px 0 rgba(3, 3, 3, 0.2);
    box-shadow: 0px 7px 54px 0 rgba(3, 3, 3, 0.2);
}

.prev_slide .slide_title {
    margin-bottom: 15px;
    text-align: center;
    font: 16px "Montserrat", sans-serif;
}

.prev_slide .slide_title .subtitle {
    display: block;
    padding-top: 7px;
    font: 12px 'Open Sans', sans-serif;
    color: #858585;
}

.prev_slide .slide_desc {
    margin-bottom: 10px;
    padding: 0 15px;
}

.prev_slide .slide_btn-wrp {
    text-align: center;
    padding-bottom: 17px;
}

.prev_slide .slide_btn-wrp .action-btn {
    width: 42%;
    font: 10px "Montserrat", sans-serif;
    font-weight: 600;
    padding: 10px 20px;
    color: #5e5e5e;
    border-color: #ababab;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.prev_slide .slide_btn-wrp .action-btn:hover {
    border-color: #1eded8;
    color: #1eded8;
}

.prev_slide .slide_btn-wrp .action-btn:focus {
    color: #ffffff;
    background-color: #12a29e;
    border-color: #12a29e;
}

.slick-list {
    margin: 20px 0;
}

.slick-dots {
    display: table;
    margin: 30px auto 30px auto;
}

.slick-dots li {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: transparent;
    background-color: #e5c2ed;
    opacity: 0.4;
}

.slick-dots li.slick-active {
    opacity: 1;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    background-color: #10c8c2;
}

.info-text-wrp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px auto 30px auto;
}

.info-text-wrp:last-child {
    margin-bottom: 0;
}

.info-text-wrp .section_header {
    width: 20%;
    text-align: left;
    line-height: 1.25;
}

.info-text-wrp .section_title-wrp {
    width: 76%;
}

.section_title-wrp > *:last-child {
    margin-bottom: 0;
}

.info-text-wrp .section_title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    color: #858585;
    font-size: 15px;
    line-height: 25px;
}

.section_title_wrp {
    float: left;
    margin-bottom: 50px;
}

.cat_pagin {
    float: right;
}

.cat_pagin .cat_pagin-btn {
    padding: 7px 15px;
    margin-right: 20px;
    border: solid 2px transparent;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    font: 12px "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.6px;
    color: #868686;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.cat_pagin .cat_pagin-btn.active {
    color: #212121;
    border-color: #10c8c2;
}

.blog_content-wrp {
    width: auto;
    clear: both;
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 40px auto;
}

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

.blog_img-wrp {
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-right: 20px;
}
.blog_img-wrp.blog-view-home{width: 320px;}
.blog_img-wrp.blog-view-home img{border-radius: 6px;}

.blog_img-wrp:last-child {
    margin-right: 0;
}

.blog_img-wrp:hover .blog_img-overlay {
    display: block;
}

.blog_img {
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.blog_img-overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.7);
}

.blog_img-overlay .action-btn {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
    border: none;
    background-color: #10c8c2;
    color: #ffffff;
}

.blog_img-overlay .action-btn:hover {
    background-color: #12a29e;
}

.blog-content-wrp .action-btn {
    display: table;
    margin: auto;
}

.review-content-wrp .section_header {
    text-align: center;
    margin-bottom: 30px;
}

.info-text-wrp .section_header {
    text-align: left;
}

.content_slider {
    margin-bottom: 30px;
    padding: 0 10px;
}

.content_slider.review_slider .slick-list {
    margin: 0 auto;
    padding: 0 0 0 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content_slider .prev_slide-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 32px;
}

.content_slider .prev_slide {
    margin-right: 20px;
    border-top: 6px solid #1eded8;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    opacity: 1;
}

.content_slider .prev_slide:last-child {
    margin-right: 0;
}

.content_slider .prev_slide .slide_desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content_slider .prev_slide .slide_prev {
    text-align: center;
}

.content_slider .prev_slide .slide_prev > a {
    display: block;
}

.content_slider .prev_slide .slide_prev img {
    margin: auto;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.content_slider .prev_slide .slide_title {
    text-align: center;
    font: 22px "Montserrat", sans-serif;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
    color: #212121;
}

.content_slider .prev_slide > div {
    padding: 0 15px;
}

.content_slider .prev_slide .slide_top {
    padding: 13px 15px 25px 15px;
}

.content_slider .prev_slide .slide_bot {
    border-bottom: 1px solid transparent;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 25px 15px;
    background-color: #ededed;
}

.content_slider .prev_slide .slide_btn-wrp {
    padding-bottom: 0;
}

.content_slider .prev_slide .slide_btn-wrp .action-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 16px 21px;
    font-size: 12px;
}

.content_slider .prev_slide .slide_btn-wrp .action-btn.transp {
    margin-right: 15px;
    color: #5e5e5e;
    border-color: #a0a0a0;
}

.content_slider .prev_slide .slide_btn-wrp .action-btn.transp:hover {
    color: #1eded8;
    border-color: #1eded8;
}

.content_slider .prev_slide .slide_btn-wrp .action-btn.transp:focus {
    color: #ffffff;
    border-color: #12a29e;
    background-color: #12a29e;
}

.slide_rate.circle {
    width: 60px;
    height: 60px;
    margin-top: 10px;
}

.content_thanks{
    text-align: center;
    width: 50%;
    margin: 7% auto 0;
}

.background-1-wrp.wrp-404 {
    min-height: 680px; 
    background: #10c7c2;
}

.img-reg-thx {
    background: url('/images/ok-img.png') no-repeat;
    width: 128px; 
    height: 128px; 
    margin: 0 auto 50px;
}
.content_404 {
    margin: 0 auto; 
    text-align: center;
}

.img-404 {
    background: url('/images/404.png') no-repeat; 
    width: 650px; 
    height: 250px; 
    margin: 7% auto 30px; 
}

.title-404 {
    margin-bottom: 20px;
    line-height: 1.3;
    font-size: 30px;
    margin-bottom: 30px;
    color: #fff;
}

.title-req-text {
    margin-bottom: 20px;
    line-height: 1.3;
    font-size: 30px;
    margin-bottom: 20px;
    color: #212121;
}

.rate {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 0;
}

.req-text {
    font-size: 15px;
    color: #868686;
    margin-bottom: 50px;
}

.slide_rate.circle .active-border {
    width: 60px;
    height: 60px;
    position: relative;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(left, transparent 50%, #10c8c2 50%), -webkit-linear-gradient(50deg, #10c8c8 50%, transparent 50%);
    background-image: -o-linear-gradient(left, transparent 50%, #10c8c2 50%), -o-linear-gradient(50deg, #10c8c8 50%, transparent 50%);
    background-image: linear-gradient(90deg, transparent 50%, #10c8c2 50%), linear-gradient(40deg, #10c8c8 50%, transparent 50%);
}

.slide_rate_10.circle .active-border {
    background-image: -webkit-linear-gradient(90deg, transparent 88%, #10c8c2 -78%), -webkit-linear-gradient(0deg, #10C8C7 0%, transparent 0%);
    background-image: -o-linear-gradient(90deg, transparent 88%, #10c8c2 -78%), -o-linear-gradient(0deg, #10C8C7 0%, transparent 0%);
    background-image: linear-gradient(90deg, transparent 88%, #10c8c2 -78%), linear-gradient(0deg, #10C8C7 0%, transparent 0%);
}

.slide_rate_20 {
    background-image: -webkit-linear-gradient(90deg, transparent 85%, #10c8c2 -78%), -webkit-linear-gradient(0deg, #10C8C7 0%, transparent 0%);
    background-image: -o-linear-gradient(90deg, transparent 85%, #10c8c2 -78%), -o-linear-gradient(0deg, #10C8C7 0%, transparent 0%);
    background-image: linear-gradient(90deg, transparent 85%, #10c8c2 -78%), linear-gradient(0deg, #10C8C7 0%, transparent 0%);
}

.slide_rate_30.circle .active-border {
    background-image: -webkit-linear-gradient(90deg, transparent 75%, #10c8c2 -78%), -webkit-linear-gradient(0deg, #10C8C7 0%, transparent 0%);
    background-image: -o-linear-gradient(90deg, transparent 75%, #10c8c2 -78%), -o-linear-gradient(0deg, #10C8C7 0%, transparent 0%);
    background-image: linear-gradient(90deg, transparent 75%, #10c8c2 -78%), linear-gradient(0deg, #10C8C7 0%, transparent 0%);
}

.slide_rate_40.circle .active-border {
    background-image: -webkit-linear-gradient(90deg, transparent 65%, #10c8c2 -78%), -webkit-linear-gradient(0deg, #10C8C7 0%, transparent 0%);
    background-image: -o-linear-gradient(90deg, transparent 65%, #10c8c2 -78%), -o-linear-gradient(0deg, #10C8C7 0%, transparent 0%);
    background-image: linear-gradient(90deg, transparent 65%, #10c8c2 -78%), linear-gradient(0deg, #10C8C7 0%, transparent 0%);
}

.slide_rate_50.circle .active-border {
    background-image: -webkit-linear-gradient(90deg, transparent 50%, #10c8c2 -78%), -webkit-linear-gradient(0deg, #10C8C7 0%, transparent 0%);
    background-image: -o-linear-gradient(90deg, transparent 50%, #10c8c2 -78%), -o-linear-gradient(0deg, #10C8C7 0%, transparent 0%);
    background-image: linear-gradient(90deg, transparent 50%, #10c8c2 -78%), linear-gradient(0deg, #10C8C7 0%, transparent 0%);
}

.slide_rate_60.circle .active-border {
    background-image: -webkit-linear-gradient(90deg, transparent 50%, #10c8c2 -78%), -webkit-linear-gradient(-60deg, #10c8c8 50%, transparent 50%);
    background-image: -o-linear-gradient(90deg, transparent 50%, #10c8c2 -78%), -o-linear-gradient(-60deg, #10c8c8 50%, transparent 50%);
    background-image: linear-gradient(90deg, transparent 50%, #10c8c2 50%), linear-gradient(-60deg, #10c8c8 50%, transparent 50%);
}

.slide_rate_70.circle .active-border {
    background-image: -webkit-linear-gradient(90deg, transparent 50%, #10c8c2 -78%), -webkit-linear-gradient(-40deg, #10c8c8 50%, transparent 50%);
    background-image: -o-linear-gradient(90deg, transparent 50%, #10c8c2 -78%), -o-linear-gradient(-40deg, #10c8c8 50%, transparent 50%);
    background-image: linear-gradient(90deg, transparent 50%, #10c8c2 50%), linear-gradient(-40deg, #10c8c8 50%, transparent 50%);
}

.slide_rate_80.circle .active-border {
    background-image: -webkit-linear-gradient(90deg, transparent 50%, #10c8c2 -78%), -webkit-linear-gradient(10deg, #10c8c8 50%, transparent 50%);
    background-image: -o-linear-gradient(90deg, transparent 50%, #10c8c2 -78%), -o-linear-gradient(10deg, #10c8c8 50%, transparent 50%);
    background-image: linear-gradient(90deg, transparent 50%, #10c8c2 50%), linear-gradient(10deg, #10c8c8 50%, transparent 50%);
}

.slide_rate_90.circle .active-border {
    background-image: -webkit-linear-gradient(90deg, transparent 50%, #10c8c2 -78%), -webkit-linear-gradient(50deg, #10c8c8 50%, transparent 50%);
    background-image: -o-linear-gradient(90deg, transparent 50%, #10c8c2 -78%), -o-linear-gradient(50deg, #10c8c8 50%, transparent 50%);
    background-image: linear-gradient(90deg, transparent 50%, #10c8c2 50%), linear-gradient(50deg, #10c8c8 50%, transparent 50%);
}

.slide_rate_100.circle .active-border {
    background-image: -webkit-linear-gradient(90deg, transparent 50%, #10c8c2 -78%), -webkit-linear-gradient(90deg, #10c8c8 50%, transparent 50%);
    background-image: -o-linear-gradient(90deg, transparent 50%, #10c8c2 -78%), -o-linear-gradient(90deg, #10c8c8 50%, transparent 50%);
    background-image: linear-gradient(90deg, transparent 50%, #10c8c2 50%), linear-gradient(90deg, #10c8c8 50%, transparent 50%);
}

.slide_rate.circle .prec {
    position: relative;
    top: 19px;
    font-size: 14px;
    font-weight: bold;
    color: #858585;
}

.slide_rate.circle .circle {
    width: 52px;
    height: 52px;
    position: relative;
    top: 4px;
    left: 4px;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #ffffff;
}

.background-1-wrp .prev_slide {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eeeeee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.plus-content-wrp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.plus-content-wrp .left-col {
    width: 50%;
    margin-right: 80px;
}

.plus-content-wrp .section_header {
    padding-bottom: 30px;
    max-width: 380px;
}

.plus-content-wrp .section_title {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
}

.plus-content-wrp .section_title:last-child {
    margin-bottom: 0;
}

.plus-content-wrp .right-col {
    width: 40%;
    padding-top: 45px;
}

.plus-content-wrp .icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d1d1d1;
}

.icon-wrapper:last-child {
    border-bottom: none;
}

.plus-content-wrp .icon-wrapper .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 70px;
    -ms-flex: 0 1 70px;
    flex: 0 0 60px;
    margin-right: 40px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0px 7px 54px 0 rgba(67, 59, 119, 0.21);
    box-shadow: 0px 7px 54px 0 rgba(67, 59, 119, 0.21);
}

.plus-content-wrp .icon-wrapper .icon-1 {
   background: #10c8c2 url(/images/pencil.png) no-repeat center; 
}

.plus-content-wrp .icon-wrapper .icon-2 {
   background: #10c8c2 url(/images/upload.png) no-repeat center; 
}

.plus-content {
    display: inline-block;
}

.plus-content .title {
    font-size: 22px;
    color: #353535;
    margin-bottom: 10px;
}

.com-content-wrp .section_header,
.com-content-wrp .section_title {
    text-align: center;
}

.content_slider-container {
    position: relative;
}

.content_slider-container .slider-btn.next {
    right: -80px;
}

.content_slider-container .slider-btn.prev {
    left: -80px;
}

.slide_row {
    width: 1096px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 20px;
}

.com-slide {
    width: 29%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-right: 20px;
    background-color: #5f5791;
}

.com-slide > div {
    padding: 0 30px;
}

.com-slide .slide_head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 25px;
    border-top: 6px solid #10c8c2;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #585187;
}

.com-slide .slide_bot {
    padding: 25px;
}

.com-slide:last-child {
    margin-right: 0;
}

.com-slide .icon {
    width: 75px;
    height: 75px;
    margin-right: 27px;
    background: url("/images/user.png");
}

.com-slide .name {
    font-size: 18px;
    color: #ffffff;
}

.com-slide .name .subtitle, .com-slide .name .title {
    position: relative;
    display: block;
    margin-top: 15px;
    font: 12px "Montserrat", sans-serif;
    line-height: 1.5;
    letter-spacing: 0.9px;
    color: #afa3fa;
}

.com-slide .name .title {
    color: #f7f6f6;
    margin-top: 0;
}

.com-slide .content {
    color: #bbb1fb;
    font: 14px "Open Sans", sans-serif;
    line-height: 1.9;
}

.com-slide .action-btn {
    display: table;
    margin: 25px auto 0 auto;
    color: #ffffff;
    border-color: #ffffff;
}

.background-foot-wrp {
    position: relative;
}

.background-foot-wrp hr {
    margin: 0;
    border: none;
    position: absolute;
    top: 26%;
    z-index: 1;
    width: 100%;
    height: 3px;
    background-image: -webkit-linear-gradient(272deg, #6c5be2 19%, #6f5ce2 47%, #db90d5 70%, #e6b75d 100%);
    background-image: -o-linear-gradient(272deg, #6c5be2 19%, #6f5ce2 47%, #db90d5 70%, #e6b75d 100%);
    background-image: linear-gradient(178deg, #6c5be2 19%, #6f5ce2 47%, #db90d5 70%, #e6b75d 100%);
    opacity: 0.3;
}

.main-footer {
    position: relative;
    text-align: center;
    z-index: 1;
}

.footer_soc {
    display: inline-block;
    position: relative;
    margin: auto;
}

.footer_soc .icon {
    display: inline-block;
    z-index: 10;
    margin-right: 40px;
    padding: 0 10px;
    width: 36px;
    height: 36px;
    background: #393a3d url("/images/fb.png") no-repeat center;
}

.footer_soc .icon-2 {
    background: #393a3d url("/images/tw.png") no-repeat center;
    margin-right: 0;
}

.footer_menu {
    margin: 25px auto;
}

.footer-menu_item {
    display: inline-block;
    margin-right: 25px;
    font: 16px "Open Sans", sans-serif;
    color: #e5e5e5;
}

.footer-menu_item:hover {
    color: #10c8c2;
}

.footer-menu_item:last-child {
    margin-right: 0;
}

.footer_sign {
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #818181;
}

.teaser ul {
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
}

.review-teaser-wrp {
    width: 46%;
    padding: 1.57vw 2.88vw;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    background-color: #ffffff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.review-teaser-wrp .header-mob {
    display: none;
}

.review-teaser-wrp .action-btn {
    width: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 24px auto 0 auto;
}

.review-teaser-wrp .section_header {
    margin: 20px 0 30px 0;
    text-align: center;
}

.review-teaser-wrp .title {
    font: 10px 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 2.9px;
    text-transform: uppercase;
    color: #9fa3a7;
}

.review-teaser-wrp .left-col {
    width: 42%;
}

.review-teaser-wrp .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-end;
    text-align: left;
    color: #9fa3a7;
}

.review-teaser-wrp .top .stars {
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
}

.review-teaser-wrp .top .num {
    display: inline-block;
    margin-left: 15px;
    font-size: 12px;
    font-weight: bold;
}

.review-teaser-wrp .top .section_header {
    word-break: break-all;
    margin: 14px 0 0;
}

.review-teaser-wrp .top .title {
    margin: 0px 0 0 0;
}

.review-teaser-wrp .tab-wrp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.review-teaser-wrp .tab-wrp .tab-btn {
    width: 50%;
    text-align: left;
    font-size: 12px;
    padding-bottom: 19px;
    font-weight: bold;
    letter-spacing: 2.9px;
    text-transform: uppercase;
    color: #292929;
    border-bottom: 3px solid #eeeeee;
}

.review-teaser-wrp .tab-wrp .tab-btn.active {
    border-color: #10c8c2;
}

.review-teaser-wrp .tab-content {
    display: none;
    padding-top: 25px;
    font: 15px "Open Sans", sans-serif;
    line-height: 1.9;
    color: #9fa3a7;
}

.review-teaser-wrp .tab-content.active {
    display: block;
}

.review-teaser-wrp .tab-content .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.review-teaser-wrp .tab-content .top .right-col,
.review-teaser-wrp .tab-content .top .left-col {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.review-teaser-wrp .tab-content .mid {
    text-align: center;
}

.review-teaser-wrp .tab-content .mid .content {
    text-align: left;
    font: 15px "Open Sans", sans-serif;
    color: #737373;
}

.review-teaser-wrp .tab-content .title {
    margin-top: 0;
    padding-bottom: 22px;
}

.review-teaser-wrp .tab-content .desc_unit-wrp {
    width: 100%;
}

.paym-icon-wrp span {
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
    width: 55px;
    height: 24px;
}

.paym-icon-wrp span:last-child {
    margin-right: 0;
}

.paym-icon-wrp .icon-1 {
    width: 40px;
    background: url(/images/pay1.png) no-repeat center;
}

.paym-icon-wrp .icon-2 {
    background: url(/images/pay2.png) no-repeat center;
}

.paym-icon-wrp .icon-3 {
    width: 42px;
    background: url(/images/pay3.png) no-repeat center;
}

.paym-icon-wrp .icon-4 {
    background: url(/images/pay4.png) no-repeat center;
}

.teaser-content-wrp {
    max-width: 960px;
}

.teaser-content-wrp > div {
    margin-bottom: 66px;
}

.teaser-content-wrp .text-bordered.header {
    margin-bottom: 40px;
}

.teaser-content-wrp .action-btn {
    display: table;
    margin: auto;
}

.text-teaser {
    width: 46%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
    padding: 30px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: #ffffff;
}

.text-teaser > * {
    margin-bottom: 20px;
}

.text-teaser .action-btn {
    margin: 0 auto;
}

.text-teaser .section_title {
    line-height: 1.9;
}

.text-teaser .section_title span {
    display: block;
    color: rgba(134, 134, 134, 0.6);
    margin-bottom: 15px;
}

.text-bordered {
    position: relative;
    padding: 2.25vw 3.15vw;
    text-align: center;
    font: 18px "Open Sans", sans-serif;
    color: #212121;
    border-top: 2px solid #e9e9e9;
    border-bottom: 2px solid #e9e9e9;
    line-height: 2.0;
}

.text-bordered .section_header {
    position: absolute;
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 30px;
    background-color: #F7F6F6;
}

.text-bordered p,
.text-bordered ul {
    line-height: 2.0;
}

.text-bordered .section_header ~ .teaser_content {
    padding-top: 10px;
    margin-bottom: 0;
}

.text-bordered .teaser_content {
    line-height: 1.9;
}

.text-bordered ul {
    font-size: 100%; 
    text-align: left;  
}

.text-bordered ul li span {
    color: #212121;
}

.text-table ~ .action-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 175px;
    margin: auto;
}

.text-table_unit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

.text-table_unit .title {
    -webkit-flex-basis: 36%;
    -ms-flex-preferred-size: 36%;
    flex-basis: 36%;
    line-height: 40px;
    letter-spacing: 1.4px;
    font-size: 30px;
    color: #252525;
}

.text-table_unit .title + p {
    margin-bottom: 0;
}

.text-table_unit .icon {
    display: none;
    font-size: 24px;
    position: absolute;
    top: 8px;
    right: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.text-table_unit .icon.active {
    -webkit-transform: rotateY(-50%);
    transform: rotateY(-50%);
}

.text-table_unit .meta-wrapper {
    width: 60%;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.text-table_unit .meta-wrapper ul {
    margin-bottom: 15px;
}

.text-table_unit .meta-wrapper ul li span {
    color: #737373;
}

.text-table_unit .meta {
    font-size: 15px;
    line-height: 1.9;
    color: #737373;
    letter-spacing: 0.6px;
    margin-bottom: 15px;
    display: block;
}

.text-table_unit .meta a,
.section_subheader a {
    color: #10c8c2;
}

.text-table_unit .meta a:hover,
.section_subheader a:hover {
    color: #0C9792;
    text-decoration: underline;
}

.text-table_unit .meta + p {
    margin: 0;
}

.text-table_unit .meta-wrapper p {
    margin: 0;
}

.text_pros-cons .section_header {
    text-align: center;
    margin-bottom: 55px;
}

.adv_pros {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pros-wrp {
    max-width: 300px;
    margin-right: 80px;
}

.pros-wrp:last-child {
    margin-right: 0;
}

.pros-wrp .icon {
    position: relative;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #10c8c2;
}

.pros-wrp .icon:after {
    content: '';
    display: inline-block;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: bold;
    color: #ffffff;
}

.pros-wrp .icon-1:after {
    content: '+';
    top: 51%;
    left: 52%;
}

.pros-wrp .icon-2:after {
    content: '-';
    top: 42%;
    left: 52%;
}

.pros-wrp .title {
    display: block;
    margin: 20px 0;
    font: 12px "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2.9px;
    color: #2c2c2c;
}

.pros-wrp .text {
    line-height: 1.9;
    font-size: 15px;
    letter-spacing: 0.6px;
    color: #737373;
}

.form-page-wrp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
}

.form-page-wrp > div:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.form-wrp {
    max-width: 950px;
    margin: auto;
}

.form-wrp .action-btn {
    display: table;
    margin: auto;
}

.form-wrp_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 70px;
}

.form-wrp_row .left-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 34%;
    -ms-flex: 1 0 34%;
    flex: 1 0 34%;
    margin-right: 60px;
}

.form-wrp_row .left-col label:last-child input {
    margin-bottom: 0;
}

.form-wrp_row .right-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 66%;
    -ms-flex: 0 1 66%;
    flex: 0 1 66%;
}

.form-wrp_row .form_set {
    margin-bottom: 22px;
}

.form-wrp_row .form_set input, .form-wrp_row .form_set textarea {
    position: relative;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 9px 23px;
    margin-bottom: 18px;
    color: #868686;
    font: 14px "Open Sans", sans-serif;
    line-height: 1.9;
    border: solid 1px #e6e6e6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fafafa;
}

.form-wrp_row .form_set textarea {
    resize: none;
}

.form-wrp_row .form_set input::-webkit-input-placeholder, .form-wrp_row .form_set textarea::-webkit-input-placeholder {
    font: 14px "Open Sans", sans-serif;
    color: #868686;
}

.form-wrp_row .form_set input::-moz-placeholder, .form-wrp_row .form_set textarea::-moz-placeholder {
    font: 14px "Open Sans", sans-serif;
    color: #868686;
}

.form-wrp_row .form_set input:-ms-input-placeholder, .form-wrp_row .form_set textarea:-ms-input-placeholder {
    font: 14px "Open Sans", sans-serif;
    color: #868686;
}

.form-wrp_row .form_set input::-ms-input-placeholder, .form-wrp_row .form_set textarea::-ms-input-placeholder {
    font: 14px "Open Sans", sans-serif;
    color: #868686;
}

.form-wrp_row .form_set input::placeholder, .form-wrp_row .form_set textarea::placeholder {
    font: 14px "Open Sans", sans-serif;
    color: #868686;
}

.form-wrp_row .form_set .required {
    position: relative;
}

.form-wrp_row .form_set .required:before {
    content: '*';
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #10c8c2;
}

.form-wrp_row .form_set textarea {
    height: 135px;
}

.form-wrp_row .upd_wrp {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fafafa;
    border: solid 1px #10c8c2;
}

.form-wrp_row .file_upd {
    width: 100%;
    height: 88px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
}

.form-wrp_row .file_upd .btn {
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    font: 12px "Montserrat", sans-serif;
    font-weight: bold;
    letter-spacing: 2.9px;
    color: #292929;
    -webkit-border-radius: 20.5px;
    border-radius: 20.5px;
    border: solid 2px #d8d8d8;
}

.form-wrp_row .file_upd .title {
    padding-right: 13px;
    font: 14px "Open Sans", sans-serif;
    line-height: 1.9;
    color: #868686;
}

.form-wrp_row .file_upd input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.form-wrp_row .set_title {
    display: block;
    padding-bottom: 20px;
    font: 14.5px "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    color: #9fa3a7;
}

.all-review-content-wrp .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.all-review-content-wrp .review_slider {
    margin-bottom: 40px;
}

.all-review-content-wrp .cat_pagin {
    float: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.all-review-content-wrp .text_pros-cons {
    margin-bottom: 66px;
}

.widget-blog {
    margin-bottom: 74px;
}

.widget-blog .section_header {
    margin-bottom: 50px;
}

.blog-article .section_header {
    margin-bottom: 20px;
}

.blog-articles-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.blog-articles-wrp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
}

.blog-articles-wrp .action-btn {
    height: 46px;
}

.article-prev {
    margin-right: 20px;
    background-color: #f7f8f9;
    cursor: pointer;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.article-prev.popular-post {
    width: 33%;
}

.article-prev img {
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
}

.article-prev .desc {
    padding: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.article-prev .title {
    font: 22px "Open Sans", sans-serif;
    line-height: 1.45;
    padding-bottom: 15px;
    color: #212121;
    vertical-align: middle;
    display: table-cell;
}

.article-prev.popular-post .text {
    margin-bottom: 15px;
    line-height: 1.9;
    font: 14px "Open Sans", sans-serif;
    color: #868686;
    height: 60px;
    max-height: 60px;
    overflow: hidden;
}

.article-prev .meta-wrp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.article-prev .date {
    font: 10px "Montserrat", sans-serif;
    color: #9fa3a7;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 0;
}

.article-prev .meta-wrp .date .icon {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.article-prev .date span {
    padding-left: 8px;
    font-weight: bold;
}

.article-prev:last-child {
    margin-right: 0;
}

.article-prev:hover {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    color: #ffffff;
    background-color: #f3c842;
}

.article-prev:hover .title, .article-prev:hover .text, .article-prev:hover .date {
    color: #ffffff;
}

.recent .article-prev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    margin-bottom: 20px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.recent .article-prev .img-wrp {
    max-width: 320px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 320px;
    -ms-flex: 1 0 320px;
    flex: 1 0 320px;
}

.img-wrp > a {
    display: block;
}

.recent .article-prev .img-wrp img {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    max-width: 100%;
}

.recent .article-prev .desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin-left: 30px;
    width: 100%;
}

.recent .article-prev .desc .justify-content-between {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
    justify-content: space-between;
}

.recent .article-prev .desc .justify-content-between .date {
    margin: 0;
}

.recent .article-prev .action-btn {
    margin-left: auto;
}

.recent .action-btn.transp {
    display: table;
    margin: auto;
    color: #5e5e5e;
    border: 1px solid #a0a0a0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.recent .action-btn.transp:hover {
    background-color: #10c8c2;
    color: #fff;
}

.article-content-wrp {
    padding-top: 0;
}

.article-content-wrp.teaser {
    padding-top: 2.6vw;
}

.article-content-wrp > div {
    margin-bottom: 40px;
}

.text-img-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}

.text-img-row.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.text-img-row.rev .text-wrp {
    padding: 55px 35px 20px 0;
}

.text-img-row .img-wrp {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}

.text-img-row .text-wrp {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 44%;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    margin: 55px 0 0 35px;
}

.text-img-row .text-wrp.left {
    margin: 55px 35px 0 0;
}

.text-img-row .text-wrp .section_title {
    line-height: 1.9;
}

.text-img .action-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 170px;
    margin: 0;
}

.text-icon {
    text-align: center;
}

.text-icon .icon-wrp {
    margin: 0 auto 45px auto;
    width: 151px;
    height: 113px;
}

.text-icon .section_header {
    margin-bottom: 20px;
    line-height: 1.3;
}

.text-icon-1 .icon-wrp {
    background: url("/images/ico-txt-1.png") no-repeat center;
}

.text-icon-2 .icon-wrp {
    background: url("/images/ico-txt-2.png") no-repeat center;
}

.text-icon-3 .icon-wrp {
    background: url("/images/ico-txt-3.png") no-repeat center;
}

.text-icon-4 .icon-wrp {
    background: url("/images/ico-txt-4.png") no-repeat center;
}

.blog-article {
    max-width: 960px;
    padding-top: 2.6vw;
    margin: 0 auto;
    text-align: center;
}

.blog-article ul {
    text-align: left;
}
.blog-article ul li span {
    color: #9fa3a7
}

.blog-article .section_title-wrp {
    margin-bottom: 2.6vw;
}

.blog-article .section_title-wrp .section_header {
    margin: 2.6vw 0;
    line-height: 1.4;
}

.blog-article .section_title-wrp .date {
    font-size: 14px;
    line-height: 1.5;
    color: #9f9f9f;
    margin: 0;
}

.blog-article .section_title-wrp .author {
    font-size: 12px;
    color: #aeb1b4;
}

.blog-article .section_title-wrp .author span {
    font-size: 14px;
    line-height: 1.5;
    color: #9f9f9f;
    text-transform: uppercase;
}

.blog-article .text_unit {
    margin: 0 0 40px 0;
}

.blog-article .section_subheader {
    margin: 30px 0;
    font-size: 24px;
    line-height: 1.6;
    color: #212121;
}

h3 {
    margin: 40px 0;
    font-size: 24px;
    line-height: 1.6;
    color: #212121;
}

blockquote {
    position: relative;
    padding: 2.25vw 3.15vw;
    text-align: center;
    font: 24px "Open Sans", sans-serif;
    line-height: 2.1;
    color: #212121;
    border-top: 2px solid #e9e9e9;
    border-bottom: 2px solid #e9e9e9;
    margin-top: 40px;
}

blockquote > p {
    margin-bottom: 0;
}

.blog-article .section_title {
    font-size: 16px;
    line-height: 2;
    color: #9fa3a7;
}

.reviews-grid-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

.reviews-grid-wrapper .grid-item {
    width: 30%;
    margin-bottom: 30px;
    transition: all ease-in-out 0.2s
}

.reviews-grid-wrapper .grid-item:hover {
    opacity: 1;
}

.reviews-grid-wrapper .grid-item .slide_desc {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.reviews-grid-wrapper .grid-item .slide_mid .slide_title {
    font-size: 22px;
}

.reviews-grid-wrapper .grid-item .slide_top {
    margin-bottom: 25px;
}

.slide_prev > a {
    display: block;
}

.preloader_img {
    background: url('/images/loader_img.gif') no-repeat;
    width: 64px;
    height: 64px;
    text-align: center;
    margin: 20px auto;
    display: none;
}
/*preloader*/
.container_loader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    animation-delay: 0.5s;
}

.item-1 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #eed968;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}
.item-1:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eed968;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 50ms;
    transition: 0.1s all ease;
    transform: scale(1);
}

.item-2 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #eece68;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}
.item-2:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eece68;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 400ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-3 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #eec368;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}
.item-3:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eec368;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 600ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-4 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #eead68;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}
.item-4:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eead68;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 800ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-5 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #ee8c68;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}
.item-5:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ee8c68;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 1000ms;
    transition: 0.5s all ease;
    transform: scale(1);
}




@media only screen and (max-width: 1200px) {
    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .clearfix {
        width: auto;
    }

    .logo-wrp span {
        display: none;
    }

    .main-menu > li {
        margin-right: 40px;
    }

    .header_mid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 120px;
        justify-content: center;
        text-align: center;
    }

    .header_mid > div {
        width: 100%;
    }

    .header_mid .slick-track {
        height: 350px;
    }

    .header_mid .slick-list {
        height: 400px;
    }

    .main-content-wrp {
        margin: 0 0 20px 0;
    }

    .main_title {
        margin-bottom: 20px;
    }

    .review-content-wrp {
        padding: 2.6vw 0;
    }

    .review-teaser-wrp,
    .text-teaser {
        width: 76%;
        float: none;
        margin: auto;
    }

    .text-teaser .section_header,
    .text-teaser .section_subheader {
        text-align: center;
    }

    .text-teaser .action-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 140px;
        margin: auto;
    }

    .reviews-grid-wrapper .grid-item {
        width: 330px;
        margin-right: 20px;
        margin-left: 20px;
    }

    .prev_slide {
        opacity: 1;
    }
}

@media only screen and (max-width: 1024px) {
    .header-row {
        overflow-x: hidden;
    }

    .blog_img-overlay {
        display: block;
        height: 35%;
        bottom: 0px;
        top: auto;
    }

    .blog_img-overlay .action-btn {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        margin-top: 3%;
    }

    .content_slider-container .slider-btn.prev {
        left: 0;
    }

    .content_slider-container .slider-btn.next {
        right: 0;
    }

}

@media only screen and (max-width: 992px) {
    .page-wrp > div:nth-child(2),
    .form-page-wrp > div:nth-child(2) {
        margin-top: 85px;
    }

    .content-wrp,
    .blog-article {
        overflow-x: hidden;
        padding: 30px 15px;
    }

    .header_mid {
        padding: 0 100px;
    }

    .header_mid .slick-track {
        height: 320px;
    }

    .header_mid .slick-list {
        height: 360px;
    }

    .action-btn {
        padding: 15px;
    }

    .section_header {
        text-align: center;
    }

    .header_top {
        position: fixed;
        width: 100%;
        z-index: 101;
        background-color: #393a3d;
        padding: 10px 13px;
    }

    header.content-wrp .header-row {
        padding: 0;
    }

    .header_mid {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        margin: 60px 0;
    }

    .mob-menu {
        display: block;
        font-size: 40px;
    }

    .main-menu {
        display: none;
        width: 100%;
        padding: 0px 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        top: 80px;
        left: 0;
        background-color: #393a3d;
        z-index: 100;
    }

    .main-menu .dropdown_item:hover .dropdown-menu {
        display: none;
    }

    .main-menu .main-menu_item {
        display: block;
        margin-right: 0px;
    }

    .main-menu .main-menu_item.active {
        display: block;
        background-color: transparent;
        color: #10c8c2;
    }

    .main-menu .dropdown-menu {
        width: 100%;
        position: static;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        margin-top: 15px;
        background-color: transparent;
    }

    .search-wrp.active {
        width: 40%;
        right: 4px;
    }

    .search-btn.fa {
        width: auto;
        font-size: 30px;
    }

    header.content-wrp {
        overflow-x: visible;
    }

    .main-header.transparent .main-menu .dropdown-menu {
        background-color: #393a3d;
    }

    .info-text-wrp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .info-text-wrp .section_header {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }

    .info-text-wrp .section_title-wrp {
        width: 100%;
    }

    .plus-content-wrp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .plus-content-wrp .left-col {
        width: 100%;
        margin-right: 0;
    }

    .plus-content-wrp .right-col {
        width: 100%;
        padding-top: 25px;
    }

    .blog-content-wrp {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .blog-content-wrp .section_header {
        margin-bottom: 15px;
    }

    .blog-content-wrp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section_title_wrp,
    .cat_pagin {
        margin-bottom: 15px;
        margin-right: 0;
    }

    .com_slider .slider-btn,
    .com_slider .slider-pagin {
        display: none;
    }

    .com-slides-wrp {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px;
    }

    .com-slide {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .article-prev .meta-wrp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .article-prev .meta-wrp .date {
        margin-bottom: 10px;
    }

    .recent .article-prev {
        padding: 10px;
    }

    .recent .article-prev .img-wrp {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .text-img .img-wrp {
        display: none;
    }

    .text-img .text-wrp {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-left: 0;
        margin-left: 0;
    }

    .text-img .text-wrp .section_header, .text-img .text-wrp .section_subheader {
        text-align: center;
    }

    .text-img .text-wrp .action-btn {
        margin: auto;
    }

    .form-wrp_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .form-wrp_row .left-col {
        margin-right: 0;
    }

    .form-wrp_row .form_set .required:before {
        position: static;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .form-wrp_row .form_set input {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-basis: 98%;
        -ms-flex-preferred-size: 98%;
        flex-basis: 98%;
    }

    .form-wrp_row .form_set textarea {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 98%;
        margin-left: auto;
    }

    .form-wrp_row label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .article-prev .desc {
        padding: 10px;
    }

    .form-wrp .action-btn {
        width: 18vw;
    }

    .background-foot-wrp hr {
        top: 25%;
        left: 0;
    }

    .blog-article blockquote {
        font-size: 16px;
        line-height: 1.7;
    }
}

@media only screen and (max-width: 767px) {
    .img-404 {
        width: 300px; 
        height: 122px; 
        background-size: cover;
    }

    .page-wrp {
        overflow-x: hidden;
    }

    .article-prev.popular-post {
        width: 100%;
    }

    .header_mid {
        padding: 0 80px;
    }

    .header_mid .slick-prev {
        left: -14%;
    }

    .header_mid .slick-next {
        right: -15%;
    }

    .background-head_pic {
        display: none;
    }

    .text-table_unit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .text-table_unit .meta {
        width: 100%;
    }

    .text-table_unit .title {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 10px;
        position: relative;
        cursor: pointer;
        padding-right: 35px;
    }

    .text-table_unit .icon {
        display: inline-block;
    }

    .teaser-content-wrp > div {
        margin-bottom: 30px;
    }

    .text-bordered {
        margin-top: 50px;
        font-size: 16px;
    }

    .text-bordered .section_header ~ .teaser_content {
        padding-top: 20px;
    }

    .text-table_unit .meta-wrapper {
        height: 0;
        opacity: 0;
        width: 100%;
        overflow: hidden;
    }

    .text-table_unit.on .meta-wrapper {
        height: auto;
        opacity: 1;
    }

    .text-table_unit.on .icon {
        transform: rotateX(180deg);
    }

    .pros-wrp {
        max-width: 100%;
        display: block;
        margin: auto;
    }

    .pros-wrp:first-child {
        margin-bottom: 20px;
    }

    .content_slider.review_slider .slick-list {
        padding-left: 0;
    }

    .text-img .text-wrp {
        padding: 0;
    }

    .all-review-content-wrp .top,
    .recent .article-prev,
    .blog-articles-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blog-articles-row,
    .blog-articles-wrp {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .article-prev {
        max-width: 360px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .article-prev .action-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 180px;
        margin: auto;
    }

    .adv_pros {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .review-teaser-wrp,
    .text-teaser {
        width: 90%;
    }

    .review-teaser-wrp {
        padding: 15px;
    }

    .review-teaser-wrp > .top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .review-teaser-wrp > .top .header-mob {
        display: block;
        margin: 10px 0 20px 0;
        font-size: 24px;
    }

    .text-table_unit .title {
        font-size: 25px;
    }

    .blog_content-wrp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .review_slider .slick-list {
        width: 615px;
        padding-left: 20px;
        margin: 20px auto;
    }

    .review_slider .slick-list .prev_slide {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .slick-prev {
        left: 0%;
        z-index: 10;
    }

    .slick-next {
        right: 0%;
    }

    .blog_img-overlay .action-btn {
        margin-top: 5%;
    }

    .form-page-wrp {
        height: auto;
    }

    .blog_img-wrp {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .form-wrp .action-btn {
        width: 42vw;
    }

    .background-foot-wrp hr {
        top: 22%;
    }
    .content_thanks {
        width: 100%;
    }

    .section_title {
        text-align: center;
    }

    .widget-blog {
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 480px) {
    header.main-header {
        height: auto;
    }

    .header_mid {
        margin-top: 155px;
        padding: 0 15px;
    }

    .header_top-overlay {
        z-index: 1;
    }

    .header_top-overlay.active {
        width: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 99;
    }

    .search-wrp.active {
        width: 100%;
        position: fixed;
        right: 0;
        top: 85px;
        z-index: 101;
    }

    .search-wrp.active .inpt_search {
        border-radius: 0;
    }

    .search-wrp.active input {
        text-align: center;
    }

    .search-wrp.active .inpt_search .fa-times {
        position: absolute;
        right: 0;
    }

    .review-teaser-wrp > .top .header-mob {
        font-size: 20px;
    }

    .footer-menu_item {
        margin-right: 10px;
    }

    .background-foot-wrp hr {
        top: 20%;
    }

    .cat_pagin .cat_pagin-btn {
        margin-right: 12px;
    }

    .tab-content .top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .review-teaser-wrp .top > div {
        width: 100%;
    }

    .review-teaser-wrp .top .left-col {
        margin-bottom: 20px;
    }

    .form-wrp_row .form_set input {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .form-wrp_row .form_set .required:before {
        position: absolute;
        z-index: 10;
        top: 10px;
        font-size: 16px;
    }

    .form-wrp_row .form_set textarea {
        width: 100%;
    }

    .form-wrp_row .file_upd {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px;
    }

    .content_slider .prev_slide {
        width: 300px;
    }

    .review_slider .slick-list {
        width: 300px;
        padding-left: 0;
    }

    .com-slides-wrp .slick-list {
        width: 285px;
        margin: 20px auto;
    }

    .com-slides-wrp .slick-list .slick-slide {
        width: 285px !important;
    }

    .prev_slide.slick-current {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }

    .header_mid .slick-list {
        width: 260px;
        margin: 20px auto;
    }

    .header_mid .slick-list .slick-slide {
        width: 260px;
    }

    .header_mid .slick-prev {
        left: -3%;
    }

    .header_mid .slick-next {
        right: -3%;
    }

    .text-img .action-btn,
    .text-table ~ .action-btn {
        width: 65%;
    }
}

@media only screen and (max-width: 400px) {
    .slick-arrow {
        right: -8%;
    }

    .slick-prev {
        left: -7%;
    }

    .review_slider .slick-list {
        width: 280px;
    }

    .content_slider.review_slider .slick-list {
        padding-top: 0px;
    }

    .content_slider .prev_slide {
        width: 280px;
    }

    .cat_pagin .cat_pagin-btn {
        padding: 7px 12px;
        font-size: 10px;
        margin-right: 0;
    }
}
