.pta-s-res-list,
.pta-s-res-details {
    max-width: 50%;
    width: calc(100% - 50%);
}

.dgwt-wcas-layout-icon-flexible-loaded .dgwt-wcas-search-form {
    opacity: 1;
}

.pta-sw-wrap {
	overflow: visible !important;
}

.dgwt-wcas-search-form {
    margin: 0;
    padding: 0;
    width: 100%;
}

.dgwt-wcas-search-wrapp {
    position: relative;
    line-height: 100%;
    display: block;
    color: #444;
    min-width: 230px;
    width: 100%;
    text-align: left;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dgwt-wcas-sf-wrapp {
    zoom: 1;
    width: 100%;
    max-width: 100vw;
    margin: 0;
    position: relative;
    background: 0 0;
}

.dgwt-wcas-sf-wrapp:after, .dgwt-wcas-sf-wrapp:before {
    content: "";
    display: table;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 100%;
    padding: 10px 15px;
    margin: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
    box-sizing: border-box;
}

.rtl input[type=search].dgwt-wcas-search-input {
    text-align: right;
}

input[type=search].dgwt-wcas-search-input, input[type=text].dgwt-cas-search-input {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    -webkit-appearance: textfield;
    text-align: right;
}

.rtl .dgwt-wcas-style-solaris .dgwt-wcas-preloader, .rtl .dgwt-wcas-style-solaris .dgwt-wcas-voice-search {
    margin-left: 4px;
}

.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 160ms ease-in-out;
    -moz-transition: 160ms ease-in-out;
    -ms-transition: 160ms ease-in-out;
    -o-transition: 160ms ease-in-out;
    transition: 160ms ease-in-out;
    z-index: 1;
}

.rtl .dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-voice-search, .rtl .dgwt-wcas-preloader, .rtl .dgwt-wcas-voice-search {
    right: auto;
    left: 5px;
}

.dgwt-wcas-preloader {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: auto 44%;
}
.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader):before {
    content: '';
    display: block;
    position: absolute;
    background: 0 0;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
}

.dgwt-wcas-close path {
    fill: #ccc;
}

.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    overflow: visible;
    position: absolute;
    border: 0;
    padding: 0 15px;
    margin: 0;
    cursor: pointer;
    height: 40px;
    min-width: 50px;
    width: auto;
    line-height: 100%;
    min-height: 100%;
    top: 0;
    bottom: auto;
    color: #fff;
    -webkit-transition: 250ms ease-in-out;
    -moz-transition: 250ms ease-in-out;
    -ms-transition: 250ms ease-in-out;
    -o-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out;
    text-transform: uppercase;
    background-color: #333;
    border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    text-align: right;
}

.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit::placeholder {
    text-align: right;
}

[type=button], [type=submit], button {
    display: inline-block;
    font-weight: 400;
    color: #c36;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #c36;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s;
}

.dgwt-wcas-sf-wrapp:after, .dgwt-wcas-sf-wrapp:before {
    content: "";
    display: table;
}

.dgwt-wcas-sf-wrapp:after {
    clear: both;
}

.dgwt-wcas-ico-magnifier, .dgwt-wcas-ico-magnifier-handler {
    max-width: 20px;
    fill: #fff;
}

.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
    fill: #fff;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, .06);
    -webkit-transition: 150ms ease-in;
    -moz-transition: 150ms ease-in;
    -ms-transition: 150ms ease-in;
    -o-transition: 150ms ease-in;
    transition: 150ms ease-in;
}

.pta-item, .pta-item-detailed {
    margin:10px;
}

.pta-item a {
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 40px;
    padding-left: 0;
    padding-right: 15px;
    text-align: right;
    cursor: pointer;
    font-size: 12px;
    line-height: 110%;
    text-align: left;
    padding: 7px 10px;
    position: relative;
    display: flex;
    color:#fff;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    resize: vertical;
    width: 100%;
}

.pta-item a:hover, .pta-item a:focus, .pta-active {
    text-decoration:none;
    background-color: #eee;
    color: #336;
}

span.pta-item-img {
    width: 30px;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    height: 100%;
    text-align: right;
}

span.pta-item-img img {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    display: block;
    margin: auto;
    padding: 2px;
    height: auto;
    width: auto;
    max-height: 90%;
    max-width: 100%;
}

span.pta-item-title {
    margin-right: 10px;
    display: flex;
    height: 100%;
    color: #444;
    font-size: 15px;
    font-weight: 700;
}

.pta-s-res {
    display:none;
    width: -webkit-fill-available;
    position:absolute;
    background:#fff;
    z-index:999;
    border: 1px solid #ddd;
}

.pta-hidden {
    display:none;
}

.pta-shown {
    display:flex;
}

.pta-item-detailed-img {
    height: 250px;
}

.pta-item-detailed-img img {
    width: auto;
    height: auto;
    display: block;
    max-height: 250px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
    align-self: center;
}

.pta-item-detailed-title a {
    color: #333;
    display: block;
    line-height: 120%;
    margin: 10px 0 0;
    font-size: 21px;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    width:100%;
    text-align:right;
    margin-bottom: 15px;
}

.pta-item-detailed-title a:hover, .pta-item-detailed-title a:focus {
    color: #333;
    text-decoration: underline;
}

.pta-item-detailed-price {
    line-height: 120%;
    overflow: hidden;
    color: #000;
    margin-top: 15px;
    font-weight: 700;
    font-size: 18px;
    text-align:right;
    margin-bottom: 15px;
}

.pta-item-detailed-description {
    font-size: 13px;
    line-height: 157%;
    text-align:right;
    margin-bottom: 15px;
}

.pta-item-detailed-btn {
    width:100%;
    text-align:right;
}

.pta-item-detailed-btn a {

    text-decoration: none;
    background-image: none;
    color: #515151;
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    right: auto;
    color: #515151;
    background-color: #e9e6ed;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.pta-item-detailed-btn a:hover {
    background-color: #dcd7e3;
    color: #515151;
}

.pta-s-error-msg {
    display:none;
    width:100%;
    padding: 10px 20px;
    flex-direction: column;
    justify-content: space-between;
    min-width: 100%;
}

.pta-s-error-msg p {
    text-align: center;
    display: block;
    margin-bottom:0;
}

.pta-of-wrap {
    width: -webkit-fill-available;
    display: flex;

}

.pta-of-wrap-left, .pta-of-wrap-right {

    max-width: 50%;
    width: calc(100% - 50%);
    padding:10px;

}

.pta-of-wrap-left {
    padding-left:0;
}

.pta-of-wrap-right {
    padding-right:0;
}

.pta-order-form {

}

.pta-form-group {

}

.pta-form-group input, .pta-form-group input[type=phone], .pta-form-group textarea {
    padding:6px !important;
    border:1px solid #919191 !important;
    text-align:right;
    margin: 10px 0;
    width:100%;
    color:#000 !important;
}



.pta-form-group label {

}

.pta-form-group textarea {
    height: 75px;
    overflow: auto;
    resize: vertical;
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    text-align:right;
    color:#919191 !important;
}

.pta-order-btn {
    background-color: #173d6c !important;
    color: #FFFFFF !important;
    font-size: 15px !important;
    padding: 12px 24px !important;
    border-radius: 3px !important;
    text-align: center !important;
    transition: all .3s;
    border:transparent  !important;
    float:right;
    margin:20px 0 0;
}

.pta-of-wrap-right .img {
    width:100%;
}

.pta-of-wrap-right .img img {

    margin:0 auto;
    max-width:100%;
    height: auto;

}

.pta-of-wrap-right .title {
    margin:10px 0;
    font-weight: 500;
    text-align: right;
}

.pta-of-wrap-right .price {
    margin:10px 0;
    text-align: right;
}

.pta-of-wrap-right .description {
    margin:10px 0;
    text-align: right;
}

input.pta-form-check {
    float: left;
    width: fit-content;
    margin-right: 7px;
}

.pta-form-check-rtl {
    float: right;
    width: fit-content !important;
    margin-left: 7px !important;
}

.pta-form-group {
    clear: both;
}