:root {
    --font-family: 'Open Sans', sans-serif;
    --color-black: #282828;
    --color-red: #e3000f;
  }

a img, :link img, :visited img {
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ol, ul {
    list-style: none;
    padding: 0;
}

ul {
    margin-left: 24px;
}

ul li {
    margin-bottom: .5rem;
}

ul > li::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: var(--color-red);
    border-radius: 100%;
    margin-left: -20px;
    margin-right: 14px;
    position: relative;
    top: -3px;
}

ul.nav,
ul.outer-nav {
    margin-left: 0;
}

ul.nav > li::before,
ul.outer-nav > li::before,
ul.dropdown-menu > li::before,
ul.mnav > li::before,
ul.submenu > li::before {
    display: none;
}

q:before, q:after,
blockquote:before, blockquote:after {
    content: "";
}

a {
    color: var(--color-red);
    outline: none !important;
    text-decoration: none;
}

a:hover, a:active, a:focus, a:active {
    color: var(--color-red);
    outline: none !important;
    text-decoration: none;
}

hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #ccc;
}

input, textarea, button, a {
    outline: none;
}

input:hover, input:active, input:focus,
textarea:hover, textarea:active, textarea:focus,
button:hover, button:active, button:focus,
.btn:hover. .btn:focus {
    outline: none;
}

picture {
    display: block;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body { 
    font-family: var(--font-family);
    font-size: 18px;
    color: #282828;
    /* margin-bottom: 400px; */
    min-height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { 
    font-weight: 600;
    margin-bottom: 3rem;
}

h1, .h1 { 
    font-size: 40px;
}

h2, .h2 { 
    font-size: 34px;
}

h3, .h3 {
    font-size: 28px;
}

h4, .h4 {
    font-size: 22px;
}

h5, .h5 {
    font-size: 18px;
}


label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 3px;
    font-weight: 400;
    font-size: 95%;
}

input#lastname {
    display: none;
}

#header {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0px;
    width: 100%;
    z-index: 99;    
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    font-size: 1rem;
}

#header .logo {
    width: 150px;
}

#header .slogan {
    width: 175px;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 4px;
}

.header-nav li {
    margin-bottom: 0;
}

.header-nav a.nav-link {
    display: flex;
    align-items: center;
    margin-right: 4rem;
    padding: .5rem 0;
    position: relative;
    color: var(--color-black);
    transform: perspective(1px) translateZ(0);
}

/* #header .header-nav a:hover,
#header .header-nav a:focus {
    color: #7ec643;
    transition-duration: 0.3s;
} */


/* .header-nav li:first-child a.nav-link {
    color: #ff0000 !important;
}

.header-nav li:first-child::before {
    padding: 0 7px;
    font-family: "Font Awesome 5 Pro";
    content: "\f0c9";
    font-size: 1rem;
    color: #ff0000;
    position: absolute;
    top: 25px;
    left: 7px;
} */

.header-nav a::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: var(--color-red);
    height: 2px;
    transition-property: right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.header-nav a:hover::before,
.header-nav a:active::before {
    left: 0;
    right: 0;
}

li.dropdown>a {
    display: block;
}

.dropdown-menu {
    /* display: block; */
    min-width: 275px;
    padding: 0;
    margin: 0;
    top: 40px;
    font-size: 0.9375rem;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    /*border: 1px solid #efefef;*/
    border: 0;
    border-radius: 0;
    box-shadow: 0 .35rem 1rem rgba(0, 0, 0, .15);
    -webkit-transition: width 0.8s;
    -moz-transition: width 0.8s;
    transition: width 0.8s;
}


/* .dropdown-menu:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -6px;
    margin: auto;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
} */


/*.main-nav .dropdown-menu {
    display: block;
}*/

.main-nav .dropdown-submenu .dropdown-menu {
    display: none;
}

.nav .dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu li {
    padding: 0;
}

.dropdown-menu a.nav-link {
    margin: 0;
    padding: .5rem 1rem;
    background-color: #fff;
    color: var(--color-black) !important;
    font-size: 0.9375rem;
    font-weight: 500;
    text-transform: none;
    border-bottom: 1px solid #efefef;
}

.dropdown-menu a.nav-link:hover {
    background-color: #f6f6f6;
}

.dropdown-menu a.nav-link:hover::before {
    display: none;
}

/* .dropdown-menu li:first-child a.nav-link {
    border-top-right-radius: .5rem;
    border-top-left-radius: .5rem;
}

.dropdown-menu li:last-child a.nav-link {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
} */

.top-nav .nav {

}

.top-nav .nav>li {
    float: left;
}

.top-nav .nav>li>a {
    position: relative;
    display: block;
    padding: 9px 12px;
    color: #333;
    font-size: 15px;
}

.top-nav .nav>li>a:hover,
.top-nav .nav>li>a:focus {
    background-color: transparent;
    color: var(--color-red);
}

.top-reg {
    text-align: right;
    margin-top: 8px;
}

.top-reg a {
    font-size: 13px;
    margin-left: 20px;
}

.top-reg a:hover,
.top-reg a:focus {
    color: var(--color-red);
}

.top-reg a.text-danger {
    color: var(--color-red);
}

#page-banner {
    position: relative;
}

#page-banner .caption {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    font-size: 20px;
}

.catalog-row .h4 {
    font-weight: 400;
}

.page-contact {
    font-size: 20px;
}

.page-contact .me-lg-5 {
    margin-right: 6rem !important;
}

.stage-item p {
    margin-bottom: 0;
}

#main_offer {
    background-image: url(../images/main_offer.jpg);
    height: 677px;
    background-size: cover;
    padding-top: 100px;
}

.offer_box {
    background: #fff;
    padding: 30px 40px;
    font-family: 'Exo 2', sans-serif;
}

.offer_box h1 {
    font-size: 32px;
    margin-bottom: 0;
}

.offer_box .subtitle {
    font-size: 21px;
}

.offer_box .btn {
    float: right;
    margin-top: 10px;
}

#benefit {
    margin-top: -100px;
}

#benefit .counter {
    font-size: 100px;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
    font-family: 'Exo 2', sans-serif;
}

#benefit .counter .small {
    font-size: 50%;
}

#benefit .text {
    font-size: 20px;
}

#main_content h2 {
    font-size: 32px;
}

/* #page-content {
    margin-top: 30px;
} */

.request-info {
    margin-top: 5px;
    font-size: 14px;
    color: #777;
}

.request-info div {
    float: left;
    margin-right: 40px;
}

.request-info div:last-child {
    margin-right: 0;
}

.request-info a {
    color: #777;
}

.tickets-row {
    margin-bottom: 35px;
    display: table;
    padding: 0;
    box-shadow: 0px 0px 1.5px 1.5px rgba(0,0,0,.1);
}

.tickets-row .row {
    padding: 30px 30px 0;
}

.tickets-row h3 {
    margin-top: 0;
}

.tickets-row .content {
    margin-top: 20px;
}

.tickets-row .ticket-meta {
    margin-top: 8px;
}

.border-box.ticket-comment-body {
    width: 100%;
    margin-left: 0;
    display: table;
    padding: 20px 10px 35px;
    box-shadow: 0px 0px 1.5px 1.5px rgba(0,0,0,.1);
}

.ticket-comment-body {
    margin-top: 15px;
}

.ticket-bottom {
	width: 100%;
	display: table;
	background-color: #f6f6f6;
	margin-top: 30px;
	padding: 10px 30px;
}

.spec-name {
    color: var(--color-red);
    font-size: 24px;
}

.raiting, 
.spec-skill {
    display: inline-block;
    margin-left: 30px;
    padding-top: 9px;
}

.ticket-comment-header .h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
}

.ticket-comment-footer {
    font-size: 14px;
}

.header-reg {
    border-bottom: 1px solid #ccc;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}

.header-reg div {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
}

.checkbox-row .row {
	margin-bottom: 5px;
}
/*.subheader-reg {
    margin-bottom: 30px;
}*/


#page-content .left-nav {
    margin-bottom: 30px;
}

#page-content .left-nav li a {
    position: relative;
    display: block;
    padding: 3px 0;
    color: #333;
}

#page-content .left-nav li a:hover,
#page-content .left-nav li a:focus,
#page-content .left-nav li a:active,
#page-content .left-nav li.active a {
    color: var(--color-red);
}

#pdopage div.pagination {
    width: 100%;
    margin: 40px auto 0;
    text-align: center;
}

.pagination ul {
    padding-left: 0;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #555;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #d7d7d7;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:hover, .pagination>li>span:hover, .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: var(--color-red);
    background-color: #f6f6f6;
    border-color: #d7d7d7;
}


.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    cursor: default;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#page-content .pagination li:before {
    position: relative;
    top: 0;
    margin-left: 0;
    content: '';
    color: var(--color-black);
}

#footer {
    /* position: absolute;
    bottom: 0; */
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 60px;
    color: var(--color-black);
    font-size: 1rem;
}

#footer a {
	font-size: 14px;
    color: var(--color-black);
}

#footer li a:hover {
    color: var(--color-red);
}

#footer a.category-item {
    display: block;
	font-size: 17px;
    color: var(--color-black);
    margin-bottom: 0.5rem;
}

#footer .address {
    text-align: right;
}

#footer .address img {
    width: 120px;
}

#footer .catalog-nav .nav-box  {
    width: 22%;
}

#footer .catalog-nav li  {
    margin-bottom: 0.25rem;
}

.single-slider .swiper-nav {
    position: relative;
    width: 170px;
    height: 62px;
    bottom: 7rem;
    left: 45%;
}

.swiper-button-next, 
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '';
    background-image: url('../images/button-next.svg');
    background-size: 30px 50px;
    display: block;
    width: 30px;
    height: 50px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
    background-image: url('../images/button-prev.svg');
    background-size: 30px 50px;
    display: block;
    width: 30px;
    height: 50px;
}

.swiper-button-next:hover::after, .swiper-rtl .swiper-button-prev:hover::after {
    background-image: url('../images/button-next-red.svg');
}

.swiper-button-prev:hover::after, .swiper-rtl .swiper-button-next:hover::after {
    background-image: url('../images/button-prev-red.svg');
}

.project-gallery-thumbs img {
    border: 2px solid transparent;
    cursor: pointer;
}

.project-gallery-thumbs .swiper-slide-thumb-active img {
    border: 2px solid var(--color-red) ;
}

i.fa-question-circle-o:hover,
i.fa-question-circle-o:focus {
	color: var(--color-red);
	cursor: pointer;

}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    color: var(--color-black);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.close-btn::before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f00d";
    font-size: 22px;
    font-weight: 300;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-secondary {
    background-color: #ededed!important;
}

.bg-light {
    background-color: #f5f5f5!important;
}

.bg-light .table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #f5f5f5;
}

.bg-light .table-bordered>:not(caption)>* {
    border-width: 4px 0;
}

.bg-light .table-bordered>:not(caption)>*>* {
    border-width: 0 4px;
}

.bg-light .table>:not(caption)>*>* {
    padding: 0.75rem 0.75rem;
    background-color: #fff;
    border-bottom-width: 4px;
}

.agreement {
    font-size: 12px;
}

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

.back-to-top {
    cursor: pointer;
    position: absolute;
    bottom: 312px;
    right: 180px;
    
}

.font-14 {
    font-size: 14px;
}

.font-20 {
    font-size: 20px;
}

.text-body {
    color: var(--color-black)!important;
}

.text-danger {
    color: var(--color-red)!important;
}

.text-normal {
    font-weight: 400;
}

.btn-group {
	margin-top: 30px;
}

.btn-group .btn {
	margin-right: 15px;
}

.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid;
    padding: .75rem 1.75rem;
    line-height: 1.75;
    border-radius: 5rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn:hover,
.btn:focus {

}

.btn-danger {
    color: #fff;
    background-color: var(--color-red);
    border-color: var(--color-red);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active.focus, 
.btn-danger.active:focus, 
.btn-danger.active:hover, 
.btn-danger:active.focus, 
.btn-danger:active:focus, 
.btn-danger:active:hover, 
.open>.dropdown-toggle.btn-danger.focus, 
.open>.dropdown-toggle.btn-danger:focus, 
.open>.dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: #d72e2e;
    border-color: #d72e2e;
}

.btn-primary {
    color: #fff;
    background-color: #990000;
    border-color: #990000;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active.focus, 
.btn-primary.active:focus, 
.btn-primary.active:hover, 
.btn-primary:active.focus, 
.btn-primary:active:focus, 
.btn-primary:active:hover, 
.open>.dropdown-toggle.btn-primary.focus, 
.open>.dropdown-toggle.btn-primary:focus, 
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #72192b;
    border-color: #72192b;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #333;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.active.focus, 
.btn-default.active:focus, 
.btn-default.active:hover, 
.btn-default:active.focus, 
.btn-default:active:focus, 
.btn-default:active:hover, 
.open>.dropdown-toggle.btn-default.focus, 
.open>.dropdown-toggle.btn-default:focus, 
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #f6f6f6;
    border-color: #333;
}

.btn-link {
    color: #777;
	border-color: transparent;
    border-radius: 0;
}

.btn-link:hover,
.btn-link:focus,
.btn-link.active.focus, 
.btn-link.active:focus, 
.btn-link.active:hover, 
.btn-link:active.focus, 
.btn-link:active:focus, 
.btn-link:active:hover, 
.open>.dropdown-toggle.btn-link.focus, 
.open>.dropdown-toggle.btn-link:focus, 
.open>.dropdown-toggle.btn-link:hover {
    color: inherit;
    text-decoration: none;
}

.btn-info {
    color: #333;
    background-color: #eeeeee;
    border-color: #eeeeee;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.active.focus, 
.btn-info.active:focus, 
.btn-info.active:hover, 
.btn-info:active.focus, 
.btn-info:active:focus, 
.btn-info:active:hover, 
.open>.dropdown-toggle.btn-info.focus, 
.open>.dropdown-toggle.btn-info:focus, 
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #e2e2e2;
    border-color: #e2e2e2;
}

.suggestions-wrapper {
    display: block !important;
}

.input-group-addon {
    padding: 9.5px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: transparent;
    border: 1px solid var(--color-black);
    border-radius: 0;
}

.input-group .form-control:first-child, 
.input-group-addon:first-child, 
.input-group-btn:first-child>.btn, 
.input-group-btn:first-child>.btn-group>.btn, 
.input-group-btn:first-child>.dropdown-toggle, 
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn, 
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-right: 0;
}

.form-group .input,
.form-group input {
    position: relative;
}

.form-control {
    position: relative;
    display: block;
    width: 100%;
    padding: .75rem 1.75rem;
    line-height: 1.75;
    background-color: #fff;
    background-image: none;
    border-radius: 5rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control.muted,
.input-group-addon.muted {
	border-color: #777;
}

.form-control::-webkit-input-placeholder {
    color: #777;
}

.form-control:-moz-placeholder {
    color: #777;
}

.form-control::-moz-placeholder {
    color: #777;
}

.form-control:-ms-input-placeholder {
    color: #777;
}

/**/
/* radios and checkboxes */
/**/

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 0;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.radio,
.checkbox {
    margin: 0;
    padding: 0;
    padding-left: 27px;
    padding-top: 10px !important;
    cursor: pointer;
}
.radio:first-child,
.checkbox:first-child {
    margin-top: -10px;
}

.radio:last-child,
.checkbox:last-child {
    margin-bottom: 0;
}
.check-box label.checkbox-inline:first-child {
    padding-left: 0;
}
/*.check-box label.checkbox {
    padding-left: 28px;
}*/
.radio input,
.checkbox input {
    position: absolute;
    left: -9999px;
}

.radio i,
.checkbox i {
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    background: #fff;
}
.radio i {
    border-radius: 50%;
}
.radio input + i:after,
.checkbox input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
.radio input + i:after {
    content: '';
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.checkbox input + i:after {
    content: '\f00c';
    top: -1px;
    left: 0;
    width: 14px;
    height: 14px;
    font: normal 12px/1.42857143 'Font Awesome 5 Pro';
    text-align: center;
}
.radio input:checked + i:after,
.checkbox input:checked + i:after {
    opacity: 1;
}
.inline-group {
    margin: 0 -30px -4px 0;
}
.inline-group:after {
    content: '';
    display: table;
    clear: both;
}
.inline-group .radio,
.inline-group .checkbox {
    float: left;
    margin-right: 30px;
}
.inline-group .radio:last-child,
.inline-group .checkbox:last-child {
    margin-bottom: 4px;
}

.icon-append,
.icon-prepend {
  z-index: 2;
  position: absolute;
  top: 10px;
  width: 29px;
  height: 29px;
  font-size: 22px;
  line-height: 29px;
  text-align: center;
}
.icon-append {
  right: 5px;
  padding-left: 3px;
/*  border-left-width: 1px;
  border-left-style: solid;*/
}
.icon-prepend {
  left: 10px;
  padding-right: 3px;
/*  border-right-width: 1px;
  border-right-style: solid;*/
}
.input .icon-prepend + input,
.textarea .icon-prepend + textarea {
  padding-left: 46px;
}
.input .icon-append + input,
.textarea .icon-append + textarea {
  padding-left: 46px;
}
.input .icon-prepend + .icon-append + input,
.textarea .icon-prepend + .icon-append + textarea {
  padding-left: 46px;
}

/**/
/* normal state */
/**/
.input input,
.select select,
.textarea textarea,
.radio i,
.checkbox i,
.toggle i,
.icon-append,
.icon-prepend {
    background-color: #fff;
}
.toggle i:before {
    background-color: var(--color-red);  
}
.rating label {
    color: #ccc;
    transition: color 0.3s;
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
}
.icon-append,
.icon-prepend {
    color: #ccc;
}


/**/
/* hover state */
/**/
.form-control:hover,
.form-group input:hover,
.input:hover input,
.select:hover select,
.textarea:hover textarea,
.radio:hover i,
.checkbox:hover i,
.toggle:hover i {
    border-color: #333;
    box-shadow: none;
}
.rating input + label:hover,
.rating input + label:hover ~ label {
    color: var(--color-red);
}
.button:hover {
    opacity: 1;
}


/**/
/* focus state */
/**/
.form-control:focus,
.form-group input:focus,
.input input:focus,
.select select:focus,
.textarea textarea:focus,
.radio input:focus + i,
.checkbox input:focus + i,
.toggle input:focus + i {
    border-color: #333;
    box-shadow: none;
}


/**/
/* checked state */
/**/
.radio input + i:after {
    background-color: #333;  
}
.checkbox input + i:after {
    color: #333;
}
.radio input:checked + i,
.checkbox input:checked + i,
.toggle input:checked + i {
    border-color: #333;  
}
.rating input:checked ~ label {
    color: #333; 
}


/**/
/* error state */
/**/
.state-error input,
.state-error select,
.state-error textarea,
.radio.state-error i,
.checkbox.state-error i,
.toggle.state-error i {
    background: #fff0f0;
}
.state-error select + i {
    background: #fff0f0;
    box-shadow: 0 0 0 12px #fff0f0;
}
.toggle.state-error input:checked + i {
    background: #fff0f0;
}
.state-error + em {
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #ee9393;
}
.rating.state-error + em {
    margin-top: -4px;
    margin-bottom: 4px;
}


/**/
/* success state */
/**/
.state-success input,
.state-success select,
.state-success textarea,
.radio.state-success i,
.checkbox.state-success i,
.toggle.state-success i {
    background: #f0fff0;
}
.state-success select + i {
    background: #f0fff0;
    box-shadow: 0 0 0 12px #f0fff0;
}
.toggle.state-success input:checked + i {
    background: #f0fff0;
}
.note-success {
    color: #6fb679;
}

/**/
/* disabled state */
/**/
.input.state-disabled input,
.select.state-disabled,
.textarea.state-disabled,
.radio.state-disabled,
.checkbox.state-disabled,
.toggle.state-disabled,
.button.state-disabled {
    cursor: default;
    opacity: 0.5;
}
.input.state-disabled:hover input,
.select.state-disabled:hover select,
.textarea.state-disabled:hover textarea,
.radio.state-disabled:hover i,
.checkbox.state-disabled:hover i,
.toggle.state-disabled:hover i {
    border-color: #e5e5e5;
}



/* modal windows */
.modal-backdrop {

}

.modal-backdrop.in { 
    opacity: .75; 
}

.modal-dialog { 
    width: 420px; 
    margin-top: 10%; 
    left: 0; 
    padding: 0; 
    border: 1px solid #ddd;
    border-radius: 0; 
    -o-box-shadow: 0 25px 30px -30px rgba(0,0,0, 0.5); 
    -ms-box-shadow: 0 25px 30px -30px rgba(0,0,0, 0.5); 
    -moz-box-shadow: 0 25px 30px -30px rgba(0,0,0, 0.5); 
    -webkit-box-shadow: 0 25px 30px -30px rgba(0,0,0, 0.5); 
    box-shadow: 0 25px 30px -30px rgba(0,0,0, 0.5);
}

.modal-header { 
    min-height: 15px; 
    padding: 0; 
    border-bottom: 1px solid rgb( 221, 221, 221 ); 
    background: #fafafa; 
    box-shadow: 0.5px 0.866px 0px 0px rgb( 221, 221, 221 ); 
}

.modal-header .title { 
    margin: 0; 
    margin-bottom: 5px; 
    font-weight: 600; 
    font-size: 19px; 
}

.modal-header .description { 
    font-size: 16px; 
}

.modal-content .close {
    width: 30px;
    font-size: 30px !important;
    color: #fff;
    font-weight: 400;
    opacity: 0.75;
    box-shadow: none;
    position: absolute;
    right: -30px;
    top: -30px;
}

.modal-content .close i {
    font-size: 30px; 
}

.modal-header .close:hover { 
    opacity: 0.9; 
}

.modal-content { 
    padding: 40px 50px; 
    background-color: rgba(255,255,255,1); 
    border-radius: 0; 
    box-shadow: none; 
    border: 0; 
}

.modal-body { 
    padding: 0; 
}

.modal-body .controls .checkbox { 
    padding-top: 0; 
    margin-bottom: 0px; 
}

.modal-body .form-group input {  
}

.modal-body form input{
    width: 100%;
    box-shadow: none;
}

.modal-body form p {
    line-height: 1.2;
    color: #808080;
}

.modal-body form .submit {
    margin-top: 20px;
    margin-bottom: 20px !important;
    width: 40%;
    font-size: 17px;
    border: 0;
}



/* Z-INDEX */
.formError { z-index: 990; }
.formError .formErrorContent { z-index: 991; }
.formError .formErrorArrow { z-index: 996; }

.ui-dialog .formError { z-index: 5000; }
.ui-dialog .formError .formErrorContent { z-index: 5001; }
.ui-dialog .formError .formErrorArrow { z-index: 5006; }




.inputContainer {
    position: relative;
    float: left;
}

.formError {
    position: absolute;
    top: 300px;
    left: 300px;
    display: block;
    cursor: pointer;
    text-align: left;
}

.formError.inline {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
}

.ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    border: 1px solid #999;
    display: none;
}

.formError .formErrorContent {
    width: 100%;
    background: #ee0101;
    position:relative;
    color: #fff;
    min-width: 120px;
    font-size: 11px;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px var(--color-black);
    -moz-box-shadow: 0 0 6px var(--color-black);
    -webkit-box-shadow: 0 0 6px var(--color-black);
    -o-box-shadow: 0 0 6px var(--color-black);
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}

.formError.inline .formErrorContent {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}

.greenPopup .formErrorContent {
    background: #33be40;
}

.blackPopup .formErrorContent {
    background: #393939;
    color: #FFF;
}

.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
    margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    margin: 0px 0 0 12px;
    top:2px;
}

.formError .formErrorArrow div {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    box-shadow: 0 2px 3px #444;
    -moz-box-shadow: 0 2px 3px #444;
    -webkit-box-shadow: 0 2px 3px #444;
    -o-box-shadow: 0 2px 3px #444;
    font-size: 0px;
    height: 1px;
    background: #ee0101;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block;
}

.formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
    background: #33be40;
}

.blackPopup .formErrorArrow div {
    background: #393939;
    color: #FFF;
}

.formError .formErrorArrow .line10 {
    width: 13px;
    border: none;
}

.formError .formErrorArrow .line9 {
    width: 11px;
    border: none;
}

.formError .formErrorArrow .line8 {
    width: 11px;
}

.formError .formErrorArrow .line7 {
    width: 9px;
}

.formError .formErrorArrow .line6 {
    width: 7px;
}

.formError .formErrorArrow .line5 {
    width: 5px;
}

.formError .formErrorArrow .line4 {
    width: 3px;
}

.formError .formErrorArrow .line3 {
    width: 1px;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
    width: 3px;
    border: none;
    background: #ddd;
}

.formError .formErrorArrow .line1 {
    width: 1px;
    border: none;
    background: #ddd;
}

.ui-state-highlight.jGrowl-notification {
	color: inherit;
}

.answer-comments {
	margin-top: -15px;
	margin-left: 120px;
}

ol ol {
	padding-left: 0;
}

.ticket-comment-answer-parent {
	position: relative;
	top: -39px;
	background-color: #f6f6f6;
	padding: 10px 25px;
}

.ticket-comment-answer-parent .info {
	margin-left: 95px;
}

.ticket-comment-answer-parent a {
	margin-left: 15px;
}

.answer-comments .ticket-comment-author .fal {
	margin-left: -10px;
}



.breadcrumb { 
    background: transparent; 
    padding: 0; 
    list-style: none; 
    border-radius: 0; 
}

.breadcrumb li { 
    font-size: 14px; 
    color: #949494; 
    margin-bottom: 0 !important;
}

.breadcrumb li a { 
    color: #5c5c5c; 
}

.breadcrumb li a:hover { 
    color: #ff0000; 
}

.breadcrumb>li::after {
    content: "";
    display: inline-flex;
    width: 1rem;
    height: 1px;
    background-color: #949494;
    margin: 0 1rem;
    position: relative;
    bottom: 3px;
}

.breadcrumb>li:last-child::after {
    display: none;
}

.alert {
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 0;
}

.inline {
    display: inline-block;
}

.header-user {
    border-bottom: 1px solid #ccc;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
}

.header-user div {
    padding-left: 0;
    padding-right: 0;
}

.header-user .h2,
.header-user .h3 {
    margin-bottom: 20px;
}

.header-user .h3 {
    font-weight: 400; 
}

.header-user .btn {
    margin-top: -5px;
    margin-left: 20px;
}

.user-info .h4.text-muted {
    font-weight: 400;
    margin-left: 30px;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0; 
    border-bottom: 2px solid transparent;
    border-radius: 0;
    color: #333;
    padding: 10px 20px;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus 
{
    color: var(--color-red);
    cursor: pointer;
    background-color: #fff;
    border: 0;
    border-bottom: 3px solid var(--color-red);
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #333;
    cursor: default;
    background-color: #fff;
    border: 0;
    border-bottom: 3px solid var(--color-red);
}

.tab-content>.tab-pane {
    padding: 40px 0;
}

.details .nav-tabs>li>a {
    font-family: 'Exo 2', sans-serif;
    font-size: 18px;
}

.well {
    min-height: 20px;
    padding: 20px 40px;
    margin-bottom: 30px;
    background-color: #f6f6f6;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.well.sm {
    min-height: 20px;
    padding: 20px 30px;
}

.well .h1 {
	margin: 0;
	margin-top: 5px;
}

.well.sm i {
	font-size: 40px;
	font-weight: 300;
	color: #adadad;
}

.comments-list .comment-price {
    display: none;
}

#nomer_kadastr.ui-autocomplete-loading { background:url('/assets/images/reload.gif') no-repeat right center }

.office-auth-login-wrapper, .office-auth-register-wrapper {
    padding-top: 0 !important;
}

.collapse-item {
    margin-bottom: 20px;
}

.collapse-header {
	padding: 12px 20px;
	line-height: 18px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	background-color: #f6f6f6;
}

.collapse-content {
	padding: 20px;
	font-size: 14px;
}

.collapse-content p:last-child {
    margin: 0;
}

.collapse-item:last-child .collapse-content {
	border-bottom: none;
	border-top: none;
}

.collapse-item>.collapse-header div:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.collapse-item>.collapse-header div[aria-expanded="true"]:after {
  content: "\f106";
}

.collapse-item>.collapse-header div[aria-expanded="false"]:after {
  content: "\f106";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 100px;
}

.catalog-row .image {
    position: relative;
} 

.catalog-row .image .bg-white {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
} 

.catalog-row a:hover .bg-white {
    display: block;
    opacity: .2;
} 

