<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sld1 .sl-con .item-poss .ll1 .ft img {
    margin-left: 50px;
}

.y3 {
    display: block;
    margin: 10px 0;
}

.it i {
    color: red;
    margin-left: 10px;
    /* text-decoration: none; */
    /* text-transform: none; */
    cursor: pointer;
    font-size: 20px;
    font-family: inherit;
}
.y3 .it {
    display: block;
}
.add_button {
    border: 1px solid #aeaeae;
    background: #eaeaea;
    color: #000;
    padding: 5px;
    display: inline-block;
    margin: 10px 0;
}
.remove_button {
    border: 1px solid #aeaeae;
    background: #eaeaea;
    color: #000;
    padding: 1px 5px;
    display: inline-block;
    margin: 5px 0;
    font-size: 13px;
}

.files_name span {
    display: block;
    width: 100%;
    position: relative;
    height: 35px;
    line-height: 35px;
}
.btn-del-file {
     position: relative;
     top: 2px;
    content: '';
    background-image: url(../img/icons.png);
    width: 19px;
    height: 19px;
    background-position: -30px -185px;
    margin-left: 10px;
    /* line-height: 22px; */
    /* display: inline-block; */
    vertical-align: middle;
}

.addfilesbtn span {
    width: 138px;
    height: 28px;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fff),color-stop(100%,#e9e9e9));
    background-image: -webkit-linear-gradient(#fff,#e9e9e9);
    background-image: -moz-linear-gradient(#fff,#e9e9e9);
    background-image: -o-linear-gradient(#fff,#e9e9e9);
    background-image: linear-gradient(#fff,#e9e9e9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white',endColorstr='#e9e9e9',GradientType=0);
    overflow: hidden;
    position: relative;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    color: #333;
    font-family: PT Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    float: left;
    margin-right: 8px;
}
.addfilesbtn input{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 200px;
    width: 500px;
    height: 500px;
    background: 0;
    border: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    cursor: pointer;
}
.addfilesbtn {
    overflow: hidden;
    display: block;
    position: relative;
}

.files_wrapper p{
    line-height:24px
}
.files_wrapper {
    color: #333;
    font-family: PT Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
}
.servicesTable td {
    padding: 15px;
    border: 1px solid #E7E7E8;
}
.servicesTable thead {
    background: #ccc;
    font-weight: bold;
    border: none;
}

.servicesTable .servname {
    color:#B82116;
}
.cart {
    display: none;
    position: fixed;
    right: -1px;
    top: 35px;
    background: #fff;
    padding: 10px 25px;
    box-shadow: 0px 0px 4px rgba(184, 33, 22, 0.5);
    border-radius: 8px 0 0 8px;
    border: 1px solid #B82116;
    z-index: 20;
}
.cartitemstext::before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 16px;
    background: url(../img/cart.png);
}
.carttotaltext, .cartitemstext {
    color: #000;
    line-height: 18px;
    font-size: 14px;
}
.cartitemstext{margin-bottom: 5px;}

.btn-del-cart,
.btn.btn-add-cart {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    text-decoration-line: underline;
    background: none;
    text-align: center;
    width: 100%;
    min-width: 110px;
}
.btn-del-cart,
.btn.btn-add-cart.in-cart {
    color: #B82116;
}
.qtyinput, .orderinputcount {
    border: 1px solid #bebebe;
    width: 45px;
    padding: 5px;
    margin: 0 10px;
    text-align: center;
}
.orderplus, .orderminus,
.plus, .minus {
    font-size: 25px;
    line-height: 28px;
}
.number , .numberOrder{
    display: flex;
}
#checkoutbtn {
    display: none;
    text-align: center;
    margin: 30px 0;
}
#checkoutbtn a {
    background: #B82116;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    padding: 10px 15px;
}
.serviceform {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.serviceform input {
    border: 1px solid #E7E7E8;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
}
.serviceform .box-field {
    width: 31%;
    position: relative;
}
.bottomprederform .box-field {
    width: 48%;
    position: relative;
}
#oreder-form .form-control.error{
    border-color: red;
}
.serviceform .box-field label::after {
    width: 5px;
    height: 5px;
    content: '';
    background: #B82116;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    top: 16px;
    display: block;
    z-index: 103;
}
.js-emitents-choise{
    cursor: pointer;
}
#change-emitents {
    border: 1px solid #E7E7E8;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px;
    background: none;
    color: #B82116;
    margin: 20px 0;
    /* float: right; */
    box-sizing: unset;
}
.changeemibtn {
    width: 100%;
    text-align: right;
    margin-bottom: 40px;
}
.servftextarea {
    flex-shrink: 1;
    width: 100%;
    margin-top: 30px;
}
#comment {
    width: 100%;
    margin: 0px;
    padding: 10px;
    border: 1px solid #E7E7E8;
    box-sizing: border-box;
    border-radius: 4px;
    min-width: 100%;
    max-width: 100%;
}

.inf-dt .rt1 .jq-selectbox__select::before {
    display: none;
}

.order-confirm a{ color: #0000ff}
.order-confirm {
    background: #F3F4F4;
    padding: 15px;
    line-height: 20px;
    width: 350px;
}

.order-confirm p {
    margin-bottom: 20px;
}

.d-flex {
    display: flex;
}

.btnoplatit {
    background: #B82116;
    border-radius: 4px;
    padding: 15px 30px;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    border: 1px solid #B82116;
}
.btnoplatit:hover{
    background: #D54036;
    border-radius: 4px;
    padding: 15px 30px;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color:#fff;
}

.btnzakazat {
    border: 1px solid #E7E7E8;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 15px 30px;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #333333;

}
.btnzakazat:hover {
    border: 1px solid #E7E7E8;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 15px 30px;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #333333;
    margin-left: 30px;
    background: none;
}

.thankyouback{
    background: #B82116;
    border-radius: 4px;
    padding: 15px 30px;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    border: 1px solid #B82116;
}
.thankyouback:hover{
    border: 1px solid #E7E7E8;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 15px 30px;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #333333;
    background: none;
}

.order-footer {
    justify-content: space-between;
}
.servicesTable {
    /*border-top: 2px solid #ebebeb;*/
    padding-top: 28px;
    display: block;
}
.texttopborder{
    border-top: 2px solid #ebebeb;
    padding-top: 28px;
}
#orderAgree {
    height: 20px;
    width: 20px;
    -webkit-appearance: auto;
}
.pricetd{
    white-space: nowrap;
}

.order-confirm .error-text {
    color: red;
}

.order-confirm label {
    cursor: pointer;
}

#header .logo div {
    top: 5px;
    white-space: break-spaces;
}
.schedule {
    line-height: 18px !important;
}
.servlink::before {
    position: absolute;
    top: 10px;
    background-image: url("../img/icons/cart-w.png");
    width: 19px;
    height: 16px;
    background-position: 0;
    left: 10px;
    display: block;
    content: '';
}
/*.servlink:hover {*/
/*    border: 1px solid rgba(184,33,22,0.7);*/
/*    color: rgba(11,9,12,0.8);*/
/*}*/
.servlink {
    float: left;
    position: relative;
    top: 39px;
    width: 130px;
    height: 36px;
    background-color: #B82116;
    border: 1px solid #B82116;
    line-height: 36px;
    text-indent: 38px;
    /* color: #0b090c; */
    font-family: PT Sans;
    font-size: 14px;
    font-weight: 400;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-left: 15px;
    color: #fff;
}

.confirm-email {
    position: relative;
    top: 5px;
    height: 20px;
    background-color: #B82116;
    border: 1px solid #B82116;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    /* color: #0b090c; */
    font-family: PT Sans;
    font-size: 14px;
    font-weight: 400;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-left: 15px;
    color: #fff;
    cursor: pointer;
}

.emailConfirmed {
    font-size: 14px;
    margin-left: 10px;
    margin-top: 5px;
    padding-left: 30px;
    color: #333;
    background:url(../img/confirmEmail.png);
    background-repeat: no-repeat;
}

.repeat-send {
    font-size: 13px;
    border-bottom: 1px dashed #9a9b9a;
    margin-left: 10px;
    cursor: pointer;
    color: #333;
}
.disabled{
    color: #9a9b9a;
}

#header .rr1 .lt2 {
    margin-right: 20px;
}
#header .rr1 .lt1 {
    margin-right: 26px;
}

.d-none{
    display: none;
}
.serviceform label {
    font-size: 12px;
    padding-left: 2px;
    color: #666;
}

.oplataulsug{
    text-align: center;
    margin: 30px 0;
}
.oplataulsug a {
    background: #B82116;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    padding: 10px 15px;
}

.sl1 .slick-slide .rr-text1{
    display: none;
}

.sl1 .slick-slide.slick-active .rr-text1{
    display: block;
}

.blocks-main{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 3rem;
    grid-gap: 20px;
}
.block-main-item{
    border: 6px solid #F1F1F1;
    padding: 30px;
    font-size: 14px;
    color: #333;
    font-family: PT Sans;
}

.block-main-item a{
    color: #b82116;
}

.block-main-item-title{
    color: #333;
    font-size: 24px;
    margin-bottom: 18px;
}

#footer .pd-foot .rr1 .sz1 .ov1{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 3rem;
    grid-gap: 24px;
}

#footer .pd-foot .rr1 .sz1 .ov1 .item1{
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    color: #333;
}

#footer .pd-foot .rr1 .sz1 .ov1 .item1 .number{
    font-size: 30px;
    margin-right: 10px;
    font-weight: 400;
    line-height: 38px;
    min-width: 52px;
    text-align: right;
    align-items: center;
    justify-content: end;
}
</pre></body></html>