/*
@--import url('shop_admin.css');
@--import url('shop_main.css');
*/

/********************************************************************/
/* page-start */
.start-card {
    text-align: center;
}
.start-card-icon {
    transition: transform .2s ease-in-out;
    font-size:80px;
}
.start-card:hover .start-card-icon {
    transform: scale(1.3);
}

.start-features {
    padding-bottom:2rem;
}


.start-count {
    margin-top:4rem;
    padding-top:5rem;
    padding-bottom:7rem;
    overflow:hidden;
}
.start-count .count-anim {
    white-space: nowrap;
}

.start-info-img {
    text-align: center;
}

.start-design-base {
    padding-top:5rem;
    padding-bottom:3rem;
}
.design-base-item-wrapper {
    text-align: center;
    width:25%;
}
.start-design-base .design-base-item {
    margin: 30px 19px 30px 20px;
}
.design-base-item img {
    transition: transform .2s ease-in-out, box-shadow .2s ease-in-out;
    margin: 0 auto;
}
.design-base-item img:hover {
    transform: translateY(-5px);
    box-shadow: 0 7px 15px rgb(0 0 0 / 30%);
}

.start-ref {
    margin-top: 3rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.ref-item-wrapper {
    text-align: center;
    width:33%;
}
.start-ref .ref-item {
    margin: 30px 20px 30px 20px;
}

.ref-item img {
    transition: transform .2s ease-in-out, border .2s ease-in-out;
    margin: 0 auto;
}
.ref-item img:hover {
    transform: scale(1.1);
}

.start-review {
    margin-top:0;
    padding-top:5rem;
    padding-bottom:3rem;
}
.start-review-wrapper {
    max-width: 900px;
    margin:0 auto;
}
.swiper-pagination {
    bottom:-30px !important;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #31363e !important;
}

.start-review-image {
    width:120px;
    height:120px;
    border-radius: 50%;
    overflow: hidden;
    margin:0 auto;
}
.start-review-image img {
    width:120px;
    height:120px;
    max-width: none;
    max-height: none;
}
.start-review-logo img {
    max-width:100px;
    max-height:50px;
    width:auto;
    height:auto;
}
.start-review-quote {
    right:20px;
    bottom:0px;
    font-size: 180px;
    opacity: 0.03;
}


.start-blog {
    padding-bottom:2rem;
}

.start-newsletter {
    margin-top:0rem;
    padding-top:4rem;
    padding-bottom:4rem;
}


@media (max-width: 991.98px) {
    .start-info-img img {
        max-width: 400px;
    }

    .design-base-item-wrapper {
        width:33%;
    }
}

@media (max-width: 767.98px) {
    .start-review-wrapper {
        max-width: 450px;
    }

    .start-newsletter .container-fluid {
        max-width:500px;
        padding-left:20px;
        padding-right:20px;
    }

    .design-base-item-wrapper {
        width:50%;
    }

    .ref-item-wrapper {
        width:50%;
    }
}

@media (max-width: 575.98px) {
    .start-count .text-title-0 {
        font-size: 36px !important;
    }
    .start-count .text-title-2 {
        font-size: 18px !important;
    }
    .start-info-img img {
        max-width: 100%;
    }
}

@media (max-width: 449.98px) {
    .start-review-wrapper {
        margin: 0px 10px !important;
    }
}

@media (max-width: 360.98px) {
    .design-base-item-wrapper {
        width:100%;
    }
    .ref-item-wrapper {
        width:100%;
    }
}


/********************************************************************/
/* page-functions */
.functions-search-wrapper {
    position: absolute;
    width:50%;
    top:-10px;
    z-index: 100;
}
.functions-search-wrapper.functions-search-full {
    position: relative;
    width:100% !important;
    margin-bottom:20px;
}

.functions-head {
    background-color: #FFFFFF;
    height:40px;
}
.functions-head .functions-item-package {
    font-weight: 700;
    text-transform: uppercase;
    color: #4bb9f4;
    font-size: 20px;
    text-align: center;
    line-height: 27px;
}
.functions-head .functions-item-package.functions-item-package-vip {
    color:#31363e;
    font-size: 25px;
}

.functions-row {
    background-color: #fff;
    border-bottom:1px solid #ddd;
}
.functions-row:last-child {
    border-bottom:30px solid #fff;
}
/*#page-design .functions-row:last-child {
    border-bottom:0px;
}*/

.functions-item {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: space-around;
    cursor: pointer;
}
.functions-head.functions-item {
    cursor: auto;
}

.functions-item-toggle {
    width:20px;
    margin-right:10px;
    font-size:20px;
    color:#4bb9f4;
}

.functions-item .functions-item-title {
    flex: 1 1 0px;
}
.functions-item .functions-item-title .status {
    height: 27px;
    width: 27px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background: #ff414c;
    float: right;
    font-size: 9px;
    font-weight: bold;
    line-height: 27px;
    color: #f5f5f5;
}
.functions-item .functions-item-package {
    width:120px;
    text-align: center;
}

.functions-item-package .fa-check, #main_design_base .fa-check {
    color:#81c300;
    font-size:20px;
}
.functions-item-package .fa-plus, #main_design_base .fa-plus {
    color:#aaaaaa;
    font-size:20px;
}

.functions-item-info {
    display: none;
}

.functions-item-info-text {
    padding-left:10px;
    padding-right:10px;
}
.functions-item-info-param {
    padding-left:30px;
    padding-right:10px;
}
.functions-item-info-param ul {
    margin-left:15px;
    padding-top:5px;
    padding-bottom:5px;
    list-style-type:disc;
}

.functions-item-info-param li {
    padding-bottom:2px;
    padding-left:0px;
    font-weight:bolder;
}
.functions-item-info-param li .li_details {
    font-size:12px;
    font-weight:normal;
}

.functions-item-info-others {
    padding-left:10px;
    padding-right:10px;
}
.functions-item-info-pic {
    margin:0 auto;
    text-align:center;
}
.functions-item-info-pic img {
    border:1px solid #888888;
    margin-top:6px;
    margin-left:3px;
    margin-right:3px;
    padding:1px;
}

#page-functions > div:last-child {
    padding-bottom: 0px !important;
}

@media (max-width: 991.98px) {
    .functions-item .functions-item-package {
        width:80px;
    }
    .functions-head {
        position: relative;
        top:-30px;
    }
    .functions-head .functions-item-package {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        font-size: 16px;
        text-align: left;
        white-space: nowrap;
    }

    .functions-head .functions-item-package.functions-item-package-vip {
        font-size: 20px;
    }
}
@media (max-width: 767.98px) {
    .functions-search-wrapper {
        width:60%;
    }
    .functions-item .functions-item-package {
        width:60px;
        top:-5px;
    }
    .functions-head {
        top:-20px;
    }
}
@media (max-width: 575.98px) {
    .functions-item .functions-item-package {
        width:30px;
    }
    .functions-head {
        top:-5px;
    }
    .functions-search-wrapper {
        width:100%;
        position: relative;
        top:-50px;
        padding-bottom:15px;
    }
}

/********************************************************************/
/* page-integrations */
.integration-wrapper {
    display:inline-block;
    position: relative;
    z-index:999;
}
.integration-wrapper:hover {
    z-index:10000;
}

.integration-card {
    transition: transform .2s ease-in-out;
    margin:17px;
    position: relative;
}
.integration-card img {
    border-top-left-radius: 0.6rem !important;
    border-top-right-radius: 0.6rem !important;
}
.integration-wrapper:hover .integration-card {
    transform: scale(1.07);
}
.integration-text {
    padding:25px;
    padding-bottom:10px;
}
.integration-type {
    height:21px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.integration-type:before {
    content: '';
    width: 21px;
    height: 21px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, transparent 0px, #F7F7F7 15px);
    opacity: 1;
}
.integration-details {
    transition: all .2s ease-in-out;
    height:126px;
    overflow: hidden;
    position: relative;
}
.integration-details:before {
    content:'';
    width:100%;
    height:21px;
    position:absolute;
    left:0;
    bottom:0;
    background:linear-gradient(transparent 0px, #F7F7F7 15px);
    opacity: 1;
}
.integration-wrapper:hover .integration-details:before {
    opacity:0;
}

.integration-soon img {
    filter: grayscale(100%);
    opacity: 0.3;
}

.integration-ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index:11111;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
    transition: transform .2s ease-in-out;
}
.integration-ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #ff414c;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -21px;
}
.integration-ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #ff414c;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ff414c;
}
.integration-ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #ff414c;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ff414c;
}

.integration-ribbon.integration-tipp span {
    background: #4bb9f4;
}
.integration-ribbon.integration-tipp span::before {
    border-left: 3px solid #4bb9f4;
    border-top: 3px solid #4bb9f4;
}
.integration-ribbon.integration-tipp span::after {
    border-right: 3px solid #4bb9f4;
    border-top: 3px solid #4bb9f4;
}

.integration-ribbon.integration-soon span {
    background: #31363e;
}
.integration-ribbon.integration-soon span::before {
    border-left: 3px solid #31363e;
    border-top: 3px solid #31363e;
}
.integration-ribbon.integration-soon span::after {
    border-right: 3px solid #31363e;
    border-top: 3px solid #31363e;
}

.btn-filtr-mark.btn-outline-dark {
    background-color: #DDD;
}
.btn-filtr-mark.btn-outline-dark:hover {
    background-color: #343a40;
}


/********************************************************************/
/* page-about */
.about-user {
    margin-bottom:30px;
    text-align: center;
    padding-top:5rem;
    padding-bottom:2rem;
}
.about-user-card-wrapper {
    text-align: center;
    outline:none;
    display: none;
}
.about-user-card-wrapper.slick-slide {
    display: block;
}
.about-user-card {
    outline:none;
    position: relative;
    overflow: hidden;

    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.28);

    transition: transform .5s ease-in-out, border .5s ease-in-out;
}
.about-user-card img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.about-user-card-wrapper.slick-center .about-user-card {
    transform: scale(1.15);
}

.about-user .about-user-card .about-user-nickname {
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    transition: transform .4s ease-in-out;
    transform: translateY(100%);
}
.about-user .about-user-card:hover .about-user-nickname {
    transform: translateY(0%);
}
.about-user-card-wrapper.slick-center .about-user-card .about-user-nickname {
    transform: translateY(0%);
    transition-delay: 0.4s;
}
.about-user-nickname-text {
    position: relative;
    z-index:100;
}
.about-user-nickname-back {
    z-index:99;
    opacity: 0.9;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    top:0;
}
.about-user-nickname-text .far {
    transition: transform .4s ease-in-out;
    transition-delay: 0.4s;
}
.about-user-card .about-user-nickname-text .far {
    transform: scale(0.9);
}
.about-user-card:hover .about-user-nickname-text .far {
    transform: scale(1.4);
}
.about-user-card-wrapper.slick-center .about-user-card .about-user-nickname-text .far {
    transform: scale(1.4);
    transition-delay: 0.8s;
}


/*.about-user .about-user-card {
    position: relative;
    overflow: hidden;
    margin:0 auto;

    -moz-border-radius:5px !important;
    -webkit-border-radius:5px !important;
    border-radius:5px !important;
}
.about-user .about-user-card img {
    transition: transform .4s ease-in-out;
    transform-origin: top;
}
.about-user .about-user-card:hover img {
    transform: scale(1.4);
}
*/

/********************************************************************/
/* page-hosting */
#page-hosting .service-packages {
    overflow: visible;
}
#page-hosting .ext-default .custom-checkbox {
    width:90px;
}
#page-hosting .ext-more .custom-checkbox {
    width:80px;
}
#page-hosting .hosting_select {
    min-width:200px;
}
#page-hosting .ssl-domain-fix {
    display: inline-block;
    width:96px;
}
#page-hosting #domain, #page-hosting #ssl_domain_full {
    width:300px;
}

@media (max-width: 767.98px) {
    #page-hosting #domain, #page-hosting #ssl_domain_full {
        width:280px;
    }

    #page-hosting .hosting-search-result-table {
        box-shadow: none;
    }
    #page-hosting .ext-more .custom-checkbox {
        width:75px;
    }
}

/********************************************************************/
/* page-job */
.page-job section {
    overflow: visible !important;
}

/********************************************************************/
/* page-refs */
#page-refs .ref-item-wrapper {
    padding-bottom:30px;
}
.ref-item, .ref-item img, .ref-item-wrapper {
    outline: none !important;
}
#page-refs .ref-item img {
    border:1px solid #ced4da;
}
/*#page-refs .ref-item img:hover {
    border:4px solid #ced4da;
}*/

/********************************************************************/
/* page-login */
.page-login {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width:320px;
    overflow: auto;
}
.page-login .row {
    height: 100%;
}
.page-login section {
    height: 100%;
    position: inherit;
}
.page-login .login-form {
    overflow: hidden;
}
.page-login .login-form section {
    transition: all .6s cubic-bezier(.66,-0.49,.61,.99);
}


.login-form section.recover-show {
    transform: translateX(-50%);
}


.page-login .login-content {
    width:100%;
    padding-bottom:200px !important;
}
.page-login .login-content-xs {
    max-width: 450px;
}
.page-login .login-content-s {
    max-width: 500px;
}
.page-login .login-content-m {
    max-width:700px;
}
.page-login .login-content img {
    height:60px;
}
.page-login .login-content img.img-auto {
    height: auto;
}
.page-login .login-logo-sub-md {
    position: absolute;
    top:0px;
    right:0px;
    bottom:0px;
    width:5px;
}
.page-login .login-logo-sub {
    height:5px;
}

/******* blog ******/
#page-login .login-logo .login-content {
    padding-bottom:0px !important;
}
.page-login .login-blog {
    margin-top:100px;
}
.page-login .login-blog .blog-image {
    max-width: 240px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0px;
}
.page-login .login-blog .blog-image img {
    height: auto;
}
.page-login .login-blog .text-title-3-blog {
    font-size: 15px !important;
}
.page-login .login-blog .blog-tags a {
    font-size: 11px;
}
.page-login .login-blog .blog-author, .page-login .login-blog .blog-author a, .page-login .login-blog .blog-date, .page-login .login-blog .blog-date-separator {
    font-size: 12px;
}


.page-login .login-links {
    position: absolute;
    bottom:20px;
    right:30px;
}
.page-login .login-links div {
    display: inline-block;
}
.page-login .login-links-open-md {
    text-align: right;
    display: block;
    position: absolute;
    top:15px;
    right:30px;
    z-index: 100;
}
.login-links-admin-md, .login-links-admin-lg {
    display: block;
    position: absolute;
    top:20px;
    right:30px;
    z-index: 100;
}
.login-links-admin-md {
    top:12px;
    right:15px;
}
.login-links-admin-sm, .login-links-admin-xs {
    width:500px;
    text-align: right;
    margin-right:10px;
    padding-top:11px;
    padding-bottom:11px;
}
.login-links-admin-xs {
    padding-top:14.5px;
    padding-bottom:14.5px;
}


@media (max-width: 767.98px) {
    .page-login {
        position: inherit;
    }
    .page-login .row {
        height: auto;
    }
    .page-login section {
        height:auto;
    }
    .page-login .login-content {
        max-width: none;
    }
    .page-login .login-content {
        padding-bottom:50px !important;
    }
    .page-login .login-content img {
        height:30px;
    }
    .page-login .login-logo section {
        height:60px;
        padding-bottom:5px;
    }
    .page-login .login-logo .login-content, #page-login .login-logo .login-content {
        text-align: left;
        padding:15px !important;
    }
    .page-login .login-links {
        position: initial;
        text-align: right;
        padding-right:20px;
        padding-bottom:10px;
    }
    .page-login .login-links div {
        display: block;
    }
}

/********************************************************************/
/* page-flow */
.order-flow-item.is-done {
    cursor: pointer;
}

.order-flow-item strong {
    font-size: 1.6rem !important;
    line-height: 1.6rem !important;
}
.order-flow-item::after {
    border-top: 1.3rem solid transparent;
    border-bottom: 1.3rem solid transparent;
    border-left: 12px solid #F7F7F7;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    z-index: 1;
}
.order-flow-item.is-active::after {
    border-left-color: #4bb9f4;
    background-color: transparent;
}
.order-flow-item.is-done::after {
    border-left-color: #4bb9f4;
    background-color: #4bb9f4;
}

.order-coupon-icon {
    top:.85rem;
    right:-1.5rem;
    z-index: 100;
}

@media (max-width: 575.98px) {
    .order-sum-total, .order-coupon {
        text-align: center !important;
    }
}

.cart .table select.form-control {
    max-width: 600px;
}
@media (max-width: 1199.98px) {
    .cart .table select.form-control {
        max-width: 500px;
    }
}
@media (max-width: 1099.98px) {
    .cart .table select.form-control {
        max-width: 450px;
    }
}
@media (max-width: 1049.98px) {
    .cart .table select.form-control {
        max-width: 410px;
    }
}

/********************************************************************/
/* page-design */
#page-design section {
    overflow: visible;
}
@media (max-width: 767.98px) {
    .package-text {
        height:auto !important;
    }
    .package-list ul {
        height:auto !important;
    }
}


/********************************************************************/
/* page-open */
/*.login-form section {
    transform: translateX(-75%);
}*/
.login-form section.step-2 {
    transform: translateX(-25%);
}
.login-form section.step-3 {
    transform: translateX(-50%);
}
.login-form section.step-4 {
    transform: translateX(-75%);
}
.login-form section .list-3:not(.animated):not(.animated-end) {
    opacity: 0;
    transform: scale(1);
}
.login-form section .list-3 .far {
    transition: transform .4s ease-in-out;
    transform: scale(1.1);
}
.login-form section .list-3.animated-end .far {
    transform: scale(1.7);
}
.step4-content i {
    width:40px;
    text-align: center;
    padding-right:1rem;
}
@media (max-height: 650px) {
    .page-login section {
        align-items: start !important;
    }
    .page-login .login-content {
        padding-top:150px;
    }
    .page-login .login-blog {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    #page-open .login-form section {
        -ms-flex-align: start !important;
        align-items: start !important;
    }
}

/********************************************************************/
/* terms */
#terms {
    margin-top:30px;
}
.terms_page_print {
	position:absolute;
	text-align:left;
	width:100px;	
	top:-25px;
	left:0px;
    padding-top:0px;
}
.terms_page_print i {
	padding-right:6px;
}

.terms_subtitle {
    color:#535353;
    font-size:17px;
    font-weight:500;
    font-style:normal;
    text-align:left;
    padding-left:20px;
	margin-top:10px;
   	margin-bottom:5px;
}
.terms_subtitle span {
    font-weight:500;
}

.terms_subtitle2 {
    color:#535353;
    font-size:16px;
    font-weight:500;
    font-style:normal;
    text-align:left;
    padding-left:30px;
    margin-top:10px;
    margin-bottom:5px;
}
.terms_subtitle2 span {
    font-weight:500;
}

.terms_text {
	width:100%;
	margin:0 auto;
	font-size:15px;
	color:#535353;
	text-align:justify;
	margin-bottom:5px;
}
.terms_text ul {
    padding:0px;
    margin:0px;
	padding-left:40px;
}
.terms_text li {
    padding-left:0px;
	padding-bottom:3px;
	font-size:15px;
	color:#535353;
    list-style-type: upper-alpha;
}
.terms_text li li {
    list-style-type: circle;
    font-size: 13px;
}

.terms_footer_div {
	padding-top:30px;	
}
.terms_footer {
	width:100%;
	margin:0 auto;
	font-size:15px;
	color:#535353;
	text-align:justify;
	margin-bottom:5px;
}
.terms_header {
	width:100%;
	margin:0 auto;
	font-size:15px;
	color:#535353;
	text-align:justify;
	margin-bottom:5px;
}
.terms_paragraph {
    font-weight:500;
    font-style:italic;
}
