/* Main */
.flex {
    display: flex;
}
.jc-sa {
    justify-content: space-around;
}

.jc-c {
    justify-content: center;
}
.ai-c {
    align-items: center;
}
/* Main */

.mt-0 {
    margin-top: 0;
}

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

.vh100 {
    height: 100vh;
}
.ovhide {
    overflow: hidden;
}
.hire-btn:focus,
.hire-btn:active {
    background: transparent;
    color: #099cb5;
}
.modal-dialog {
    background: #fff;
    margin: 0 auto;
}
.modal-content {
    border: none;
    background: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    line-height: 14px;
}
.modal-title {
    text-align: center;
    text-transform: uppercase;
}

.modal-title-add {
    text-transform: unset;
    color: #099cb5;
    font-size: 36px;
    margin-bottom: 15px;
}

.modal-title-margin {
    margin-top: 30px; 
}

.modal-header p {
    text-align: center;
}

.modal-header {
    border-bottom: none;
}

.close-add {
    position: absolute;
    right: 30px;
    top: 10px;
    font-size: 50px;
    font-weight: 100;
    opacity: 1;
}

label.modal-body__first-inp,
label.modal-body__sec-inp,
label.modal-body__thr-inp,
label.modal-body__last-inp {
    display: block;
    font-weight: normal;
    position: relative;
    top: 0;
    max-height: 44px;
    width: 100%;
    max-width: 380px;
    margin: 20px auto 0;
}

label.modal-body__last-inp {
    margin-top: 30px;
}

.modal-body__first-inp::before,
.modal-body__sec-inp::before,
.modal-body__thr-inp::before,
.modal-body__last-inp::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 12px;
    left: 14px;
    z-index: 10;
}

.modal-body__first-inp::before {
    background: url(../img/icons/add-icon/avatar.svg) no-repeat;
}
.modal-body__sec-inp::before {
    background: url(../img/icons/add-icon/phone-call.svg) no-repeat;
}
.modal-body__thr-inp::before {
    background: url(../img/icons/add-icon/mail.svg) no-repeat;
}
.modal-body__last-inp::before {
    background: url(../img/icons/add-icon/penc.svg) no-repeat;
}

.form-dwn-text {
    text-align: center;
    margin: 14px 0;
    font-size: 12px;
    font-weight: 500;
    position: relative;
}

.form-dwn-text::before {
    content: '';
    background: url(../img/icons/add-icon/lock.svg) no-repeat;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    top: 5px;
}

.map-area.area-padding  {
    padding: 90px 0 0 0;
}
.map-area > .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.map-area iframe {
    margin-bottom: -8px;
}
.welcome-area-2 .well-services::after {
    background-color: #099cb5;
}
.banner-area .banner-text p {
    color: #ffffff;
}
table {
    width: 100%;
}
table tr {
    border: solid rgba(9, 156, 181, 0.3);
    border-width: 1px 0 1px 0;
}
table tr td,
table tr th {
    padding: 10px;
}
table tr td:first-child {
    max-width: 150px;
    width: 150px;
}
ul.tabletolist > li .titles {
    background-color: #099cb5;
}
ul.tabletolist ul > li .row_headers {
    display: none;
}
ul.tabletolist ul > li .row_data {
    max-width: 100%;
}
table.restables-clone {
    display: none;
}
.contact-form input[type="text"]:focus, .contact-form input[type="email"]:focus,
.contact-form input[type="text"]:active, .contact-form input[type="email"]:active,
.contact-form input[type="tel"]:focus, .contact-form input[type="tel"]:active,
.contact-form textarea#message:focus, .contact-form textarea#message:active {
    border-color: #099cb5;
    /* font-weight: bold; */
}
.intro-carousel .owl-nav .icon {
    line-height: 47px;
}
.intro-carousel .owl-nav .owl-prev .icon,
.project-inner .owl-nav .owl-prev .icon {
    margin-right: 2px;
}
.intro-carousel .owl-nav .owl-next .icon,
.project-inner .owl-nav .owl-next .icon {
    margin-left: 2px;
}
.project-inner .owl-nav .icon {
    line-height: 38px;
}
.project-dec h4 {
    line-height: 1.3;
    min-height: 56px;
}
footer .fa-phone {
    font-size: 18px;
}
footer .fa-envelope {
    font-size: 15px;
    line-height: 25px;
}
.add-form-width input[type="text"], 
.add-form-width input[type="email"] {
    padding-left: 60px !important;
}
@media (max-width: 768px) {
.modal-dialog {
    width: 90%;
    height: auto;
    max-height: 90vh;
    overflow-y: auto;
    max-width: 600px;
    border: 5px solid #099cb5;
    }
}

@media (min-width: 768px) {
    .modal-header .close {
        position: absolute;
        right: 32px;
        top: 30px;
    }
    .modal-header {
        padding: 32px 35px 0 35px;
    }
    .modal-body {
        padding: 0 35px 15px 0;
    }
    .modal-dialog {
        width: 600px;
        border: 10px solid #099cb5;
    }
}
    .modal.in .modal-dialog  {
        -webkit-transform: translate(0, calc(50vh - 50%));
        -ms-transform: translate(0, 50vh) translate(0, -50%);
        -o-transform: translate(0, calc(50vh - 50%));
        transform: translate(0, 50vh) translate(0, -50%)
    }

@media(max-width: 767px) {
    table.restables-origin {
        display: none;
    }
    .modal-title-margin {
        margin-bottom: 0;
    }
    .modal-title-add {
        line-height: 35px;
        min-width: 260px;
        margin: 0 auto;
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    table.restables-clone {
        display: table;
    }
    table.restables-clone tbody {
        margin-bottom: 20px;
    }
    label.modal-body__first-inp, 
    label.modal-body__sec-inp, 
    label.modal-body__thr-inp, 
    label.modal-body__last-inp {
        height: 50px;
    }
    .modal-body {
        padding: 0 35px 15px 35px;
    }
    label.modal-body__first-inp {
        margin: 0 auto;
    }
}
@media (min-width: 992px) {
    .main-menu ul.nav li ul.sub-menu ul.sub-menu {
        background: #fff;
        border-bottom: 2px solid #099cb5;
        left: 100%;
        opacity: 0;
        position: absolute;
        top: 0%;
        transition: all 0.3s ease 0s;
        visibility: hidden;
        width: 270px;
        z-index: -99;
        box-shadow: 0px 0px 1px #ddd, -0px -0px 1px #ddd;
    }
    .modal-dialog {
        height: 760px;
    }
    .main-menu ul.nav ul.sub-menu li:hover ul.sub-menu {
        opacity: 1;
        visibility: visible;
    }
    .main-menu ul.nav li ul.sub-menu li.has-submenu:before {
        content: '\f054';
        position: absolute;
        top: 0;
        right: 10px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 13px;
        line-height: 41px;
        color: #313238;
        transition: all 0.3s ease;
    }
    .main-menu ul.nav li ul.sub-menu li.has-submenu:hover::before {
        color: #099cb5;
    }
    .header-area.stick .main-menu ul.nav li ul.sub-menu li.has-submenu::before {
        line-height: 47px;
    }
    .add-btn-height {
        height: 80px;
    }
}

@media(max-width: 520px) {
    .contact-form input[type="text"],
    .contact-form input[type="email"],
    .contact-form textarea#message,
    input[type="submit"].btn-block,
    .form-dwn-text {
        width: 100%;
    }

    .add-form-width input[type="text"],
    .add-form-width input[type="email"],
    .add-form-width textarea#message,
    .add-form-width input[type="submit"].btn-block {
        width: 80%;
    }

    .add-form-width input[type="text"], 
    .add-form-width input[type="email"] {
        padding-left: 60px;
    }

    .modal-body {
        padding: 0 0 15px;
    }
    .modal-body__first-inp::before,
    .modal-body__sec-inp::before,
    .modal-body__thr-inp::before,
    .modal-body__last-inp::before {
        left: 45px;
    }
    .modal-title-add {
        max-width: 260px;
    }
    .modal-header {
        padding: 15px 15px 0 15px;
    } 
}

@media(max-width: 479px) {
    .specs-list li {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .specs-list li span:first-child {
        margin-bottom: 10px;
    }
    .close-add {
        right: 15px;
    }

    input[type=radio] + label::before {
        width: 170px;
    }
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}
.single-awesome-project {
    margin-bottom: 30px;
}
.breadcrumb a {
    color: #ffffff;
}
.breadcrumb a:hover {
    color: #099cb5;
}
.modal-body-sec {
    margin-top: 9px;
}
.footer-area a {
    color: #ffffff;
}
.footer-area a:hover, .footer-area a:focus,
.footer-area a:active {
    color: #099cb5;
}
.footer-area .fa-phone {
    line-height: 25px;
}
#msgSubmit {
    font-size: 16px;
}
.specs-list li {
    display: flex;
    justify-content: space-between;
    padding: 9px 0;
    border-bottom: 1px solid #ddd;
    line-height: 1;
}
.single-page-head .review-img {
    width: 280px;
    height: 280px;
    margin: 0 auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.navbar-default .navbar-nav > li > a:focus{
	color: #313238;
}
.modal_list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal_list a{
    color: black;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 17px;
}
.modal_list a i{
    margin-right: 7px;
    color: #27a6bd;
}
.phone-top-mobile span{
    margin: 0 4px;
}
.phone_modal{
    margin-top: -5px;
}
.hidden_phones{
    display: none;
    position: absolute;
    background: #243559;
    flex-direction: column;
    z-index: 1;
    right: 0;
    border: 1px solid;
    padding: 0 0 0 10px;
}
.show_phones{
    display: flex;
}
/* Form-Calculator */

.btn-call-calc {
    font-size: 12px;
    padding: 0;
    position: absolute;
    bottom: 0;
    color: #1a2636;
    background-color: #1a2636;
    border-color: #1a2635;
}

.form-calc {
    display: block;
    width: 100%;
    height: auto;
    max-width: 990px;
    min-height: 685px;
    margin: 20px auto;
    background: #fff;
    border: none;
}

.form-calc-title {
    display: flex;
    position: relative;
    background: #099CB5;
    width: 100%;
    min-height: 95px;
    text-align: center;
    align-items: center;
    font-size: 26px;
    font-family: Roboto;
}

.form-calc-title h3 {
    color: #fff;
    margin: 0 auto;
    padding: 0 15%;
}

.form-calc-content {
    width: 100%;
    max-width: 855px;
    height: auto;
    margin: 0 auto;
}

.form-calc-desc {
    font-size: 16px;
    margin: 28px auto 38px;
}

/* main-labels */
label.form-calc__label {
    width: 100%;
    max-width: 410px;
    margin-top: 20px;
    font-weight: 500;
}

.form-calc__label input {
    font-weight: normal;
}

.form-calc__label p,
.radio-btn-wrap p {
    margin-bottom: 10px;
    font-weight: 400;
}

label.form-calc-input {
    margin: 45px auto 0;
}

.no-gutters {
    padding-left: 0;
    padding-right: 0;
}
/*-- buttons --*/
.form-calc-close {
    position: absolute;
    right: 42px;
    top: 30%;
    padding: 0;
    cursor: pointer;
    background: none;
    font-size: 36px;
    font-weight: 100;
    float: right;
    border: none;
    line-height: 1;
    outline: none;
    color: #fff;
}
/*-- buttons --*/
/* radio btn */
.radio-btn-wrap {
    margin-top: 20px;
}

.radio-btn-wrap__label {
    border: 1px solid #ccc;
    height: 44px;
    position: relative;
}

.form-control {
    height: 15px;
}

input[type=radio] {
    display: none;
}

input[type=radio] + label::before {
    content: "\26AB";
    display: block;
    font-size: 20px;
    height: 34px;
    width: 85px;
    text-align: center;
    vertical-align: middle;
    font-size: 0;
    transition: font-size ease .3s;
}

input[type=radio]:checked + label::before {
    font-size: 0;
    background: #099cb5;
    color: #fff;
}

input[type=radio]:checked + label::after {
    color: #fff;
}

input[type=radio] + label::after {
    color: #000;
}

.input-yes input[type=radio] + label::after {
    content: "Да";
    position: absolute;
    left: 35px;
    top: 15px;
    display: inline-block;
    font-weight: 400;
}

.input-no input[type=radio] + label::after {
    content: "Нет";
    position: absolute;
    left: 125px;
    top: 15px;
    display: inline-block;
    font-weight: 400;
}

.input-first input[type=radio] + label::after {
    content: "БОПП";
    position: absolute;
    left: 25px;
    top: 15px;
    display: inline-block;
    font-weight: 400;
}

.input-second input[type=radio] + label::after {
    content: "СПП";
    position: absolute;
    left: 125px;
    top: 15px;
    display: inline-block;
    font-weight: 400;
}

.radio-btn-wrap.mt-10 {
    margin-top: 10px;
}

.modal {
    z-index: 999999;
}
/* radio btn end */

.modal-footer {
    padding: 30px 0 0;
    border-top: none;
}

label.form-calc__lb-1::before {
    background: url(../img/icons/add-icon/avatar.svg) no-repeat;
}

label.form-calc__lb-2::before {
    background: url(../img/icons/add-icon/phone-call.svg) no-repeat;
}

label.form-calc__lb-3::before {
    background: url(../img/icons/add-icon/mail.svg) no-repeat;
}

label.form-calc__lb-1::before,
label.form-calc__lb-2::before,
label.form-calc__lb-3::before {
    content: '';
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    top: 57px;
    left: 20px;
    z-index: 10;
}
/* Form-Calculator-END */

/*---------- Price-Calculator ----------*/
.price-calc-block {
    position: relative;
    background: rgba(0, 0, 0, 0) url(../img/slider/range-ui/bg-1.png) no-repeat fixed center center / contain;
    background-size: cover;
    z-index: 1;
    /*margin: 0 0 80px;*/
}
.price-calc-wrap {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: '';
    z-index: -1;
    padding: 60px 0;
}
.price-calc-wrap h3 {
    margin-bottom: 50px;
    color: #fff;
}
.price-calc-block p,
.price-calc__result p  {
    color: #fff;
}
/*------ calculator-range-css -----*/
.range-calc-block {
    color: #fff;
}
.range-str-block {
    position: relative;
    margin-bottom: 60px;
}
.range-str {
    margin-bottom: 20px;
    color: #fff;
    padding-left: 30px;
    font-weight: 300;
}
input {
    background-color: inherit;
    color: #34a3db;
}
#amount,
#amount2,
#amount3 {
    font-size: 24px;
    padding: 2px 7px;
    width: 100%;
    max-width: 90px;
    text-align: center;
    margin-left: 548px;
    font-weight: bold;
    position: absolute;
    font-weight: bold;
    right: 0;
    background: rgba(255, 255, 255, 0.1);
    /* text-decoration: underline; */
    border: 1px solid rgba(255, 255, 255, 0.4);
}
#tarif {
    background-color: #2c3844;
    color: #fff;
}

.ui-widget-content{
    background: #6b6b6b;
    border-color: #6b6b6b;
}
.ui-slider-handle {
    background: #c1c2c4;
    border-radius: 0.6em;
}
.ui-slider-range {
    background: #ffffff;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.9em;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: e-resize;
}
.add-range-slide {
    border: none !important;
}
#slider-range-min.ui-slider-horizontal,
#slider-range-min2.ui-slider-horizontal,
#slider-range-min3.ui-slider-horizontal,
#slider-range-min4.ui-slider-horizontal,
#slider-range-min5.ui-slider-horizontal {
    height: 0.3em;
}
a.ui-slider-handle {
    transition: none !important;
    background: #fff url(../img/slider/range-ui/arrows.svg) no-repeat !important;
}
.first-str::before,
.second-str::before,
.third-str::before {
    content:'';
    position: absolute;
    width: 20px;
    height: 20px;
    display: inline-block;
    left: 0;
    top: 2px;
}    
.first-str::before {
    background: url(../img/slider/range-ui/into.svg) no-repeat;
}
.second-str::before {
    background: url(../img/slider/range-ui/height.svg) no-repeat;
}
.third-str::before {
    background: url(../img/slider/range-ui/width.svg) no-repeat;
}
/*------ calculator-range-css end-----*/
.price-calc__result {
    width: 100%;
    max-height: 217px;
    max-width: 270px;
    margin: 0 auto;
    background: rgb(255, 255, 255, 0.2);
    border-radius: 4px;
    backdrop-filter: blur(2px);
}
.price-calc__result-name {
    position: relative;
    font-size: 16px;
    min-height: 63px;
}
.price-calc__result-name::after {
    content: '';
    position: absolute;
    display: block;
    width: 85%;
    top: 65px;
    height: 1px;
    background: #fff;
}
.price-calc__result-name p {
    margin: 0;
}
.price-calc__result-num {
    min-height: 158px;
}
.price-calc__result-num p {
    font-size: 72px;
    line-height: 90px;
    color: #FF5D0D;
    width: 100%;
    font-weight: 700;
    overflow-y: overlay;
    max-width: 200px;
}
/* 
::-webkit-scrollbar { width: 2px; height: 2px;}
::-webkit-scrollbar-button {  background-color: #666; }
::-webkit-scrollbar-track {  background-color: #999;}
::-webkit-scrollbar-track-piece { background-color: #ff5d0d;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #fff;}
::-webkit-resizer { background-color: #666;
} */

.price-calc__btn {
    margin-top: 30px;
    font-weight: 400;
    max-width: 260px;
    padding: 12px 0;
}

#slider-range-min::before {
    content: '20';
    position: absolute;
    display: block;
    top: 20px;
    left: 0;
    color: #fff;
    opacity: 0.6;
}
#slider-range-min::after {
    content: 'max 40';
    position: absolute;
    display: block;
    top: 20px;
    right: 0;
    color: #fff;
    opacity: 0.6;
}
#slider-range-min2::before {
    content: '200';
    position: absolute;
    display: block;
    top: 20px;
    left: 0;
    color: #fff;
    opacity: 0.6;
}
#slider-range-min2::after {
    content: 'max 500';
    position: absolute;
    display: block;
    top: 20px;
    right: 0;
    color: #fff;
    opacity: 0.6;
}
#slider-range-min3::before {
    content: '300';
    position: absolute;
    display: block;
    top: 20px;
    left: 0;
    color: #fff;
    opacity: 0.6;
}
#slider-range-min3::after {
    content: 'max 900';
    position: absolute;
    display: block;
    top: 20px;
    right: 0;
    color: #fff;
    opacity: 0.6;
}
.input-range {
    position: relative;
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
}
.input-range .ui-widget.ui-widget-content {
    border: none;
}
.input-range .ui-widget-content {
    height: 5px;
    border-radius: 5px;
    background-color: #f3f3f3;
}
#filter-price .input-range .ui-widget-header {
    background-color: #0c83df;
    height: 5px;
    border-radius: 5px;
    transition-duration: .2s;
}
.contact-form input[type="text"], .contact-form input[type="email"] {
    max-width: 410px;
}
/*---------- Price-Calculator_End ----------*/

/*--------- Modal - Calculator SECOND - RULONI ---------*/
/* button switch */
.button-group {
    display: flex;
    justify-content: space-between;
    width: 90%;
    height: auto;
    padding: 10px;
    background: #ffffffde;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    position: relative;
    margin: 0 auto 60px;
}
.button-group::before {
    content: '';
    position: absolute;
    width: 50%;
    bottom: 0;
    top: 0;
    left: 0;
    margin: 5px;
    background: #099cb5;;
}
.button-group.left::before {
    transform: translatex(0);
    transition: all 0.8s cubic-bezier(1, -0.01, 0, 1.01);
}
.button-group.right::before {
    transform: translatex(calc(100% - 11px));
    transition: all 0.8s cubic-bezier(1, -0.01, 0, 1.01);
}
.button-group .button {
    width: 50%;
    padding: 10px;
    text-align: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
    color: #4d4d4d;
    transition: color 0.8s cubic-bezier(1, -0.01, 0, 1.01);
}
.button-group .button.active {
    color: #fff;
    transition: color 0.8s cubic-bezier(1, -0.01, 0, 1.01);
}
/*--------- Modal - Calculator SECOND - RULONI END ---------*/
/* viber link  */
.soc-item {
    display: block;
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: fixed;
    z-index: 4;
    cursor: pointer;
    bottom: 110px;
    right: 10px;
    transition: 0.4s;
    opacity: 0.85;
}

.vib {
    background-image: url(../img/logo/viber.png);
}

.soc-item:hover {
    opacity: 1;
    transition: 0.4s;
}
/*------------ Media_Add --------------*/
@media (max-width: 1200px)  {
    .no-md-padding {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px)  {
    .form-calc {
        width: 80%;
    }
    .form-calc-content {
        padding: 0 5%;
    }
    .form-calc {
        max-height: 685px;
        overflow-y: scroll;
    }
    .form-calc-title h3 {
        font-size: 26px;
    }
    .form-calc-desc {
        font-size: 14px;
        margin: 20px 3% 10px;
        line-height: 20px;
    }
    .radio-btn-wrap {
        margin: 40px auto 0px;
    }
    .radio-btn-wrap {
        max-width: 380px;
    }
    label.form-calc__label {
        width: 100%;
        max-width: 380px;
        margin: 20px auto 0px;
        height: 70px;
    }
    .form-calc__label p, .radio-btn-wrap p {
        max-width: 380px;
        margin: 10px auto;
    }
    .footer-area .fa-phone {
        line-height: 35px;
    }
    .form-calc__label p, 
    .radio-btn-wrap p {
        font-size: 14px;
    }
    label.form-calc__lb-1::before, label.form-calc__lb-2::before, label.form-calc__lb-3::before {
        top: 67px;
    }
    .add-btn-height {
        height: 100px;
    }
    .h-60-respon {
        height: 60px;
    }
    label.form-calc-input,
    input.form-control-add {
    max-width: 380px !important;
    }
    input[type=radio] + label::before {
        width: 170px;
    }
    .pt-20 {
        padding-top: 20px;
    }
    .input-second input[type=radio] + label::after,
    .input-no input[type=radio] + label::after {
        left: 215px;
    }
    .topbar-right-main-list span {
        display: none;
    }
}

@media (max-width: 767px)  {
.form-calc-close {
    position: absolute;
    right: 4%;
    top: 8%;
    }
}

@media (max-width: 520px)  {
    .form-calc {
        width: 90%;
    }
    .radio-btn-wrap {
        margin: 20px auto;
    }
    .form-calc-title h3 {
        font-size: 18px;
        line-height: 20px;
        margin: 10px auto;
    }
    .form-calc-close {
        font-size: 28px;
        right: 4%;
        top: 8%;
    }
    .form-calc-title {
        min-height: 0;
    }
    .form-calc-title h3 {
        line-height: 30px;
    }
    label.form-calc__lb-1::before, 
    label.form-calc__lb-2::before, 
    label.form-calc__lb-3::before {
        top: 67px;
        left: 10%;
        }
    .soc-item {
        width: 60px;
        height: 50px;
        bottom: 20px;
        right: 0;
        left: 10px;
        
    }
}

.form-control.pl-20 {
    padding-left: 30px !important;
}


@media (min-width: 992px) {
    .form-calc-desc {
        margin: 28px auto 15px;
    }
    .form-calc__lb-3 {
        margin-top: 0 !important;
    }
    .contact-form input[type="text"], .contact-form input[type="email"] {
        padding-left: 20px;
    }
}

.add-large-form input[type="text"], 
.add-large-form input[type="email"] {
    padding-left: 60px;
}

/*------------ Media-End--------------*/

/*--------- modal - Success ---------*/
.message {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
    line-height: 32px;
    width: 350px;
    height: 200px;
    border: 5px solid #099cb5;
    opacity: 0;
    margin-left: 150px;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #3d3d3d !important;
    pointer-events: none;
    background: #fff url(../img/slider/range-ui/pattern-top.svg) no-repeat;
    background-size: 100%;
    background-position: -180px -20px;
}

.message h3  {
    margin-top: 20px;
    color: #3d3d3d !important;
}

.message h3 span {
    font-size: 22px;
}

.message span {
    font-size: 18px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.contact-form textarea#message {
    max-width: 410px;
}

.contact-page .contact-btn {
    float: none;
    width: 410px;
}
/*------- modal - Success End ---------*/
/*------- Navbar Social ---------*/
ul.topbar-right-main-list {
    display: flex;
    align-items: center;
}

.topbar-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 40px;
    position: relative;
    width: 40px;
}

.topbar-social-facebook::before {
    content:'';
    position: relative;
    background: url(../img/icons/add-icon/facebook.svg) no-repeat;
    display: block;
    width: 14px;
    height: 14px;
    transition: 0.3s;
}


.topbar-social-facebook:hover::before {
    background: url(../img/icons/add-icon/facebook-g.svg);
    transition: 0.3s;
}

.topbar-social-instagram::before {
    content:'';
    position: relative;
    background: url(../img/icons/add-icon/instagram.svg);
    display: block;
    width: 14px;
    height: 14px;
    transition: 0.3s;
}

.topbar-social-instagram:hover::before {
    background: url(../img/icons/add-icon/instagram-g.svg) no-repeat;
    transition: 0.3s;
}
/*-------  Navbar Social End ---------*/


a.single-order-btn {
    width: 225px;
    height: 50px;
    color: #fff;
    padding: 10px 20px;
    background: #099cb5;
    transition: .3s;
    margin: 10px auto;
	cursor: pointer;
}

a.single-order-btn:hover {
    background: #fff;
    border: 2px solid #099cb5;
    transition: 0.3s;
    color: #000;
    padding: 10px 15px;
}

.project-dec {
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.project-dec p {
    margin-bottom: 30px;
}

/*22.12.2025 Crypt*/
.blog-pagination {
    text-align: center;
}
.page-numbers {
    border: 1px solid #777;
    padding: 5px 10px;
    margin: 0 5px;
}
.page-numbers.current,.page-numbers:not(.next):not(.prev):hover {
    border: 1px solid #337ab7;
    background: #337ab7;
    color: #fff;
}
.page-numbers.next, .page-numbers.prev {
    border: 1px solid transparent;
}

.search-submit {
    display: none;
}
.submit_icon {
    color: #fff;
    padding: 2px 12px;
    cursor: pointer;
    background: #099cb5;
}
.search_form {
    display: flex;
    align-items: baseline;
    justify-content: right;
    margin-right: -15px;
}
.search_form label {
    margin-bottom: 10px;
}
.search_form input[type="search"] {
    background: #fff;
    font-weight: normal;
    color: #555;
    padding: 2px 8px;
    border: 1px solid;
}
@media (max-width: 991px) {
    .topbar-area.hidden-xs {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .project-dec p {
        min-height: 104px;
    }
}
/*22.12.2025 Crypt*/

