* {
    margin: 0;
    padding: 0;
}

html, body {
    min-height: 100%;
    height: 100%;
    background: #f8fafb;
}

input {border:0;outline:0;}
input:focus {outline:none!important;}

.container{
    max-width: 95% !important;
}
.custom-container{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.navbar .custom-container{
    display: flex;
    justify-content: space-between;
}

.py-4{
    padding-left: 65px;
    padding-right: 65px;
}

.h-100{
    padding-top: 1rem!important;
}

#app{
    min-height: 100%;
}

.footer-content{
    padding: 20px 80px;
}

#footer-img{
    height: 290px;
}

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

hr {
    opacity: 0.15;
}

.container-fluid {
    padding: 0 1.5rem;
}

.fw-bold {
    font-weight: 500!important;
}

.lh-1 {
    line-height: 1;
}


.w-40 {
    width: 40px!important;
    height: 40px!important;
}
.w-24 {
    width: 24px!important;
    height: 24px!important;
}

.avatar {
    position: relative;
    line-height: 1;
    border-radius: 500px;
    white-space: nowrap;
    font-weight: 700;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 500px;
    box-shadow: 0 5px 10px 0 rgba(50,50,50,.15);
}

.app > * {
    min-height: 100vh;
    height: 100vh;
}

.app > .aside {
    width: 250px;
    flex-shrink: 0;
    background-color: #e6eaef;
}

.app > .wrapper {
    width: 100%;
    background-color: #fafbfb;
    padding: 0rem 0rem 5rem;
    overflow-y: scroll;
}


.table {
    font-size: inherit;
    border-spacing: 0 10px!important;
    border-collapse: separate!important;
    line-height: inherit;
    white-space: nowrap;
}

.table-rows tr th {
    font-size: .7rem!important;
    font-size: 0.875rem;
    border-bottom: 0;
    padding: 0.25 .75rem;
}

.table-rows tr td {
    padding: 0.75rem;
    background-color: #fff;
    vertical-align: middle;
}

.table-rows tbody td:first-child {
    border-radius: .25rem 0 0 .25rem;
}

.table-rows tbody td:first-last {
    border-radius: 0 .25rem .25rem 0;
}

.form-control, .form-select {
    background: #fff;
    border-width: 0;
    border-radius: .25rem;
    box-shadow: 0 1px 3px rgba(0,0,0,.05);
}

textarea.form-control {
    height: 100%!important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.remove{
    cursor: pointer;
}

.sites-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.pagination {
    padding: 0 0 0 0 !important;
    margin: 30px 0 30px 0 !important;
    border-top: unset !important;
}

.site{
    margin-right: 13px;
    margin-bottom: 13px;
}

.site-banner{
    width: 415px;
    height: 385px;
    object-fit: contain;
}

.main{
    /*padding-top: 1.5rem !important;*/
    padding-left: 65px;
    padding-right: 65px;
    padding-bottom: 310px;
}

.main-categories{
    list-style-type: none;
    /*width: 360px;*/
}

.main-categories li{
    padding: 25px;
    background: #fff;
    /*font-weight: bold;*/
    border-top: 1px solid #ccc;
}

.main-categories a{
    text-decoration: none;
}

.site-footer{
    position: relative;
    height: 125px;
    background-color: #fff;
    z-index: 1;
    padding: 15px;
}
/*.site-description{*/
/*    color: #0094da;*/
/*    font-size: 16px;*/
/*    font-weight: bold;*/
/*    line-height: 12px;*/
/*}*/

.site-name{
    color: #0094da;
    font-size: 16px;
    font-weight: bold;
    line-height: 12px;
    margin-top: 20px;
}

.site-price{
    /* padding-bottom: 10px; */
    /* font-weight: bold; */
    /* color: #00909e; */
    font-weight: bold;
    font-size: 17px;
    bottom: 30px;
    position: absolute;
}

.site-buttons-container{
    position: absolute;
    bottom: 20px;
    right: 15px;
    display: flex;
}

.demo{
    margin-right: 10px;
}

.demo:hover{
    color: #1d68a7;
}

.site-buttons{
    text-decoration: none;
    font-weight: bold;
    padding: 7px 18px;
    border-radius: 5px;
    background: #e8eef1;
    color: #727778;
}

.add-to-favorite{
    position: absolute;
    right: 15px;
    top: 20px;
    /*background: #e8eef1;*/
    border-radius: 50%;
    padding: 7px;
    cursor: pointer;
}

.add-to-favorite:hover{
    /*background: #c4c8ca;*/
}
.add-to-favorite img{
    width: 30px;
    margin-top: -15px;
}

.site-buttons:hover{
    text-decoration: none;
}

.details{
    background: #00d7f7;
    color: #fff;
}

.advertising{
    width: 100%;
    height: 252px;
    margin-bottom: 12px;
    position: relative;
}

.advertising-button{
    background: #00d7f7;
    color: #fff;
    padding: 10px 20px;
    position: absolute;
    left: 30px;
    bottom: 30px;
    border-radius: 5px;
    text-decoration: none;
}

.types{
    border: none;
    margin: 0 10px;
    padding-bottom: 8px;
    text-decoration: none;
    background: #f8fafb;
    font-size: 18px;
}

.types:hover{
    text-decoration: none;
    color: #0094da;
}

.active-type{
    color: #0094da;
    border-bottom: 2px solid #0094da;
}

.category-description{
    margin-bottom: 50px;
    font-size: 15px;
    font-weight: 400;
    color: #010101;
    line-height: 24px;
}

.custom-file-btn{
    background-color: #3dc76f;
    position: relative;
    display: inline-block;
    width: 70px;
    border-radius: 5px;
    height: calc(1.6em + 0.75rem + 2px);
    margin-bottom: 0;
}
.custom-file-btn:hover{
    background-color: #2bb05b;
}
#files_names{
    margin-top: 10px;
}

.custom-file-btn span{
    position: absolute;
    padding: 7px 8px;
    color: #fff;
}

.custom-file-input{
    cursor: pointer;
}


.menu-title{
    background: #f04946 !important;
    color: #fff;
}

.arrow{
    width: 12px;
    margin-top: 3px;
    float: right;
    opacity: 0.5;
}

.navigation{
    margin-top: 30px;
}

.navigation-path{
    font-size: 14px;
    margin-bottom: 0;
    /*margin-top: 10px;*/
    /*color: #616161;*/
}

.navigate-main{
    padding-right: 5px;
}

.navigate-item{
    padding-right: 0.5rem;
}

.navigate-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

.navigation-title{
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 18px;
    /*font-size: 34px;*/
    /*font-weight: bold;*/
    /*margin-bottom: 30px;*/
}


#special-order{
    margin-top: 30px;
    padding: 25px;
    background: #fff;
}

#special-order p{
    font-weight: bold;
}

#special-btn{
    color: #fff;
    background: #f04946;
    border-radius: 5px;
    border-bottom: 2px solid #cd1f1e;
    padding: 0 50px;
    padding-top: 12px;
    padding-bottom: 10px;
    font-size: 19px;
    cursor: pointer;
}

#special-btn:hover{
    background: #cd1f1e;
}

#textArea{
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #495057;
    border: 2px solid #dbe6ec;
    resize: none;
    padding: 7px;

    overflow: auto;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#textArea::placeholder {
    color: #9aaab2;
}

.close-form{
    color: #FFF;
    font-size: 30px;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
}

#demo-order{
    color: #fff;
    background: #f04946;
    border-radius: 5px;
    border-bottom: 2px solid #cd1f1e;
    padding: 0px 25px;
    padding-top: 7px;
    padding-bottom: 5px;
    font-size: 18px;
    cursor: pointer;
}

#demo-order:hover{
    background: #cd1f1e;
}


/* site page*/

/*#pc{*/
/*    background-image: url("/images/PC.png");*/
/*    background-repeat: no-repeat;*/
/*    width: 900px;*/
/*    height: 690px;*/
/*}*/

#pc img{
    width: 800px;
    margin-left: 100px;
}

.mp-catalog-project-preview__desktop-head {
    display: flex;
    height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 13px;
    background-color: #e4e4e4;
    width: 800px;
    margin-left: 100px;
    border-radius: 6px 6px 0 0;
}

.mp-catalog-project-preview__desktop-dot {
    width: 6px;
    height: 6px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6px;
    flex: 0 0 6px;
    border-radius: 50%;
    background-color: #b9b9b9;
    margin-right: 6px;
}

#phone{
    position: absolute;
    top: 445px;
    left: 860px;
}

#phone-border{
    position: relative;
    z-index: 1;
    width: 230px;
    border-radius: 35px;
    box-shadow: -3px 8px 15px 0px rgb(0 0 0 / 40%);
    -webkit-box-shadow: -3px 8px 15px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: -3px 8px 15px 0px rgb(0 0 0 / 40%);
}

#phone-content{
    position: absolute;
    width: 200px;
    height: 370px;
    top: 26px;
    left: 17px;
    z-index: 0;
    /*position: absolute;*/
    /*width: 310px;*/
    /*height: 600px;*/
    /*top: 165px;*/
    /*left: 190px;*/
    /*z-index: 0;*/
    /*border-radius: 26px;*/
    /*border: 10px solid #fff;*/
    /*box-shadow: -3px 8px 15px 0px rgb(0 0 0 / 40%);*/
    /*-webkit-box-shadow: -3px 8px 15px 0px rgb(0 0 0 / 40%);*/
    /*-moz-box-shadow: -3px 8px 15px 0px rgb(0 0 0 / 40%);*/
}

.right-menu{
    list-style-type: none;
    width: 445px;
    margin-top: 125px;
    float: right;
}
.right-menu-title {
    background: #f04946 !important;
    color: #fff;
    font-size: 20px;
}

.right-menu li{
    padding: 30px;
    background: #fff;
    font-weight: bold;
    border-top: 1px solid #ccc;
}

.right-menu li:first-child {
    padding-top: 13px;
    padding-bottom: 13px;
}

.tariff-plan{
    opacity: 0.7;
    font-size: 16px;
    margin: 0;
}

.sub-text{
    bottom: 0;
}

.right-menu-price{
    font-weight: bold;
    font-size: 25px;
    margin: 0;
    line-height: 20px;
    text-align: end;
}

.right-menu-price span{
    float: left;
}

.work-timing{
    color: #707070;
    font-size: 14px;
    font-weight: 500;
}

.right-menu-order{
    float: right;
    margin-top: 10px;
}

.right-menu-order span{
    color: #fff;
    background: #f04946;
    border-radius: 5px;
    border-bottom: 2px solid #cd1f1e;
    padding: 0 50px;
    padding-top: 12px;
    padding-bottom: 10px;
    font-size: 19px;
    cursor: pointer;
}

.right-menu-order span:hover{
    background: #cd1f1e;
}

/*.right-menu-demo{*/
/*    margin-top: 40px;*/
/*}*/

.right-menu-demo-btn {
    text-decoration: none;
    color: #898787;
    background: #e8eef1;
    border-radius: 5px;
    border-bottom: 2px solid #cad5dc;
    padding: 0 30px;
    padding-top: 12px;
    padding-bottom: 9px;
    font-size: 17px;
    font-weight: bold;
}

.right-menu-demo-btn:hover{
    background: #cad5dc;
}

.tariff-include{
    font-weight: bold;
    margin-top: 25px;
    font-size: 15px;
}

.offers{
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 5px;
}

.offer-items{
    padding-left: 21px;
    font-weight: 500;
    margin: 0;
}

.offer-items img{
    position: absolute;
    margin-top: 6px;
    margin-left: -20px;
}

/*.site-pages-title{*/
/*    margin-top: 60px;*/
/*    color: #8b8f91;*/
/*    font-size: 20px;*/
/*    font-weight: bold;*/
/*}*/

/*#site-pages{*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: flex-start;*/
/*}*/

/*.site-pages-img{*/
/*    margin-right: 20px;*/
/*    margin-bottom: 20px;*/
/*    width: 260px;*/
/*    height: 175px;*/
/*    border: 9px solid #fff;*/
/*    border-radius: 5px;*/
/*}*/

/*#green-section{*/
/*    background-image: url("/images/green-bg.png");*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    !*background: linear-gradient(to top, #fff,#e0ffeb, #8cebae);*!*/
/*}*/

/*#red-section{*/
/*    background-image: url("/images/red-bg.png");*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*}*/

/*#blue-section{*/
/*    background-image: url("/images/blue-bg.png");*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*}*/

.sections{
    padding: 40px;
    display: flex;
    justify-content: space-between;
    height: 415px;
}

.sections-left, .sections-right{
    width: 50%;
}

.section-header{
    font-weight: bold;
    color: #f04946;
    font-size: 17px;
    margin-top: 75px;
}

.section-title{
    font-weight: bold;
    font-size: 25px;
    margin: 0;
}

#cup{
    margin-top: -30px;
    margin-left: 70px;
}

#laptop{
    margin-top: -60px;
}

#chose{
    margin-top: 90px;
    margin-bottom: 60px;
    font-size: 31px;
    font-weight: bold;
}

#chose-container{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.chose-card{
    background: #e8eef1;
    padding: 37px;
    padding-right: 55px;
    width: 525px;
}

.chose-title{
    font-weight: bold;
    font-size: 18px;
}


.socials-module {
    margin: 25px 0 0 0;
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.socials-module a:not(:last-child) {
    margin-right: 10px;
}

.socials-module a {
    width: 44px;
    height: 44px;
    background: #f04946;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.2s linear;
}

.socials-module a:hover {
    text-decoration: none;
    background: #b83735;
    transition: all 0.2s linear;
}

.socials-module img {
    filter: brightness(0) invert(1);
}

.footer-contacts{
    font-size: 15px;
    line-height: 18px;
    padding-left: 15px;
}

.first-elem{
    margin-top: 45px;
}

.it-group-mail{
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
}

.it-group-mail:hover{
    text-decoration: none;
}

.users-count{
    font-weight: bold;
}


#site-review{
    overflow: hidden;
    width: 100%;
    height: calc( 100vh - 64px);
}

.favorite {
    text-decoration: none;
    font-size: 18px;
    color: black;
}

.favorite:hover{
    color: black;
}

.favorite span{
    float: right;
    padding-right: 65px;
}

.favorite-img {
    position: absolute;
    right: 10px;
    top: -23px;
    background: #e8eef1;
    border-radius: 50%;
    padding: 14px;
}

.favorite-img img {
    width: 30px;
}

.favorite-count{
    position: absolute;
    color: #fff;
    border-radius: 48%;
    background: #f04946;
    font-size: 13px;
    padding: 3px 8px;
    top: 0;
    right: -7px;
}


.navigate-item-favorite{
    font-size: 20px;
}


.mymodal-fon{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 1001;
    background-color: rgba(23,23,23,0.5);
    overflow-y: auto
}

.mymodal-container{
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 170px;
    border-radius: 5px;
    text-align: start;
    padding: 40px 50px;
    background-color: #f2f7f9 !important;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 15%) !important;
}

.modal{
    background-color: rgba(23,23,23,0.5);
}


.site-type-name{
    font-weight: bold;
    margin-bottom: 20px;
}


.order-buttons{
    margin-top: 35px;
}


#tariffs-fon{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
    background-color: rgba(23,23,23,0.5);
    overflow-y: auto
}

#tariffs-container{
    position: relative;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 80px;
    text-align: start;
    background-color: #f2f7f9;
    padding: 20px;
    border-radius: 6px;
}

.demo-menu{
    list-style-type: none;
    width: 445px;
    margin-top: 15px;
}

.demo-menu-title {
    background: #f04946 !important;
    color: #fff;
    font-size: 20px;
}

.demo-menu li{
    width: 445px;
    padding: 30px;
    background: #fff;
    font-weight: bold;
    border-top: 1px solid #ccc;
}

.demo-menu li:first-child {
    padding-top: 13px;
    padding-bottom: 13px;
}

.demo-menu-order{
    margin-top: 10px;
}

.demo-menu-order span{
    color: #fff;
    background: #f04946;
    border-radius: 5px;
    border-bottom: 2px solid #cd1f1e;
    padding: 0 50px;
    padding-top: 12px;
    padding-bottom: 10px;
    font-size: 19px;
    cursor: pointer;
}

.demo-menu-order span:hover{
    background: #cd1f1e;
}

@media (min-width: 768px) {
    .navbar-expand-md > .custom-container{
        flex-wrap: nowrap;
    }
}

@media (max-width: 1200px) {
    .custom-container {
        max-width: 1800px;
    }
}

@media (max-width: 992px) {
    .custom-container {
        max-width: 960px;
    }
}

@media (max-width: 768px) {
    .custom-container {
        max-width: 955px;
    }
    .dropdown-menu[data-bs-popper]{
        left: -7em!important;
    }
}

@media (max-width: 576px) {
    .custom-container {
        max-width: 730px;
    }
}

.btn-success{
    background-color: #3dc76f !important;
    border-color: #3dc76f !important;
}
.btn-success:hover{
    background-color: #2bb05b !important;
    border-color: #2bb05b !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #45c76f !important;
}
.form-check-input:checked {
    background-color: #2bb05b !important;
    border-color: #2bb05b !important;
}
.form-check-input:focus{
    box-shadow: unset !important;
}

#version{
    color: #45c76f !important;
    text-decoration: underline!important;
}

#version:hover{
    color: #42995e!important;
    text-decoration: none!important;
}
.page-item.active .page-link {
    color: #fff !important;
    background-color: #2bb05b !important;
    border-color: #2bb05b !important;
}
.page-link:focus {
    color: #45c76f !important;
    background-color: #e9ecef !important;
    box-shadow: unset !important;
}
.page-link {
    color: #006e24 !important;
}

.open {
    display: block;
}
.open.none {
    display: none!important;
}

.aside.min {
    width: 100px!important;
}

.logo {
    width: 147px;
}

.logos.logo_min {
    width: 57px!important;
}

.hidden {
    display: none!important;
}

.content {
    background: #c0c0c0;
    opacity: 2.2;
}

.views {
    color: #45c76f !important;
    text-decoration: underline!important;
}

.views:hover{
    color: #42995e!important;
    text-decoration: none!important;
}

.card_row {
    border-top: 1px solid rgba(160,175,185,.15);
    border-bottom: 1px solid rgba(160,175,185,.15);
    background-color: #ffffff;
    border-radius: 0.25rem 0 0 0.25rem;
    padding: 10px 0;
}

.btn-outline-success{
    color: #3dc76f!important;
    border-color: #3dc76f!important;
}
.btn-outline-success:hover{
    background-color: #2bb05b !important;
    border-color: #2bb05b !important;
    color: #ffffff!important;
}

.btn_active {
    color: #fff!important;
    background-color: #38c172!important;
}

.daterangepicker td.active {
    background-color: #38c172!important;
}

.indent {
    padding: 1.5em 0.75em!important;
}

@media (max-width: 768px){
    .indent {
        display: none!important;
    }

    .container{
        height: 100%;
    }

    .table-responsive-md{
        height: 100%;
    }

    .btn-outline-success{
        font-size: 12px!important;
    }

    .table-rows tr td {
        font-size: 12px;
    }

    .tariff-card{
        margin: 0 auto;
    }

    .tariff-card::after{
        display: none;
    }

    .tariff-bottom{
        padding-bottom: 15px;
    }
}

.href{
    color: #45c76f;
    text-decoration: underline;
}

.href:hover{
    color: #42995e;
}

#navigate-menu{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#navigate-menu li{
    width: 280px;
    padding: 35px;
    border: 1px solid #858585;
    border-radius: 8px;
    text-align: center;
}
#navigate-menu a{
    background: #fff0;
    font-weight: bold;
    font-size: 18px;
    margin: 5px;
    border-radius: 8px;
    color: #858585;
    text-decoration: none;
    -webkit-transition: background 0.5s ease-out;
    -moz-transition: background 0.5s ease-out;
    -o-transition: background 0.5s ease-out;
    transition: background 0.5s ease-out;
}

#navigate-menu a:hover {
    background: #45c76f45;
    color: #00AF80;
}

#navigate-menu a:hover li{
    border: 1px solid #00AF80;
}

.questions_container{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.card_li:first-child {
    background: transparent;
    margin-bottom: 0;
}

.card_li {
    background: #f7f7f7;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 15px 10px !important;
    text-align: center;
}
