html, body {
    /*	position: relative;
        height: 100%;*/
}

body {
    color: #252525;
    background: #fbfbfb;
    font-weight: normal;
    font: 14px/30px 'roboto_slablight', Arial, sans-serif;
}

img {
    border: none;
}

.clear {
    clear: both;
    height: 0px;
}

.pm0, ul, ol, ul li, ol li {
    margin: 0px;
    padding: 0px;
}

.content ol {
    counter-reset: list;
    overflow: hidden;
}

.content ol > li:before {
    counter-increment: list;
    content: counter(list) '.';
    color: #252525;
    position: relative;
    font-size: 14px;
    margin-left: -15px;
    width: 15px;
    display: inline-block;
}

.content > ul > li:before {
    content: '●';
    position: absolute;
    top: 9px;
    left: 13px;
    color: #e2b281;
    font-size: 11px;
}

.content ul > li, .content ol > li {
    margin-left: 20px;
}

.content p a {
    position: relative;
    color: #252525;
    -webkit-transition: all ease-out 0.25s;
    -moz-transition: all ease-out 0.25s;
    -o-transition: all ease-out 0.25s;
    transition: all ease-out 0.25s;
}

.content p a:hover {
    text-decoration: none;
}

.contacts_text_item a {
    font-size: 18px;
    font-family: 'roboto_slabbold';
}

.yellow-line {
    margin-left: auto;
    margin-right: auto;
    width: 30px;
    height: 2px;
    background: #f5c088;
    display: block;
    margin-top: 25px;
    margin-bottom: 15px;
}

ul, ol {
    list-style-type: none;
}

strong, .bold {
    font-family: 'roboto_slabbold';
    font-weight: normal;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    font-family: 'roboto_slabbold', Arial, sans-serif;
    font-weight: normal;
    color: #282e3e;
}

h1, .h1 {
    font: 30px/75px 'roboto_slabbold', Arial, sans-serif;
    position: relative;
    margin-top: -10px;

}

h2, .h2 {
    font: 22px/75px 'roboto_slabbold';

}

h3, .h3 {
    margin: 1em 0;
    font: 20px/1.3 'roboto_slabbold', Arial, sans-serif;
}

h4, .h4 {
    font: 18px/28px 'roboto_slabbold', Arial, sans-serif;

}

h5, .h5 {
    font: 18px/28px 'roboto_slabbold', Arial, sans-serif;
}

p {
    margin: 0 0 10px;
}

a {
    position: relative;
}

a.red:hover {
    color: #b51632 !important;
}

a.gold:hover {
    color: white;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
    color: #252525;
}

a.after:after, .content-big a[href^="mailto:"]:after, .content p a:after, .contacts_text_item a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background: #659dbd;
    transition: all 0.3s;
}

a.after:hover:after, .content-big a[href^="mailto:"]:hover:after, .content p a:hover:after, .contacts_text_item a:hover:after {
    width: 100%;
    left: 0;
    background: #659dbd;
}

.red {
    color: #9d132b !important;
}

.main-color1 {
    color: #8d8741;
}

.white {
    color: white !important;
}

.black {
    color: #252525;
}

.gold {
    color: #f5c088;
}

.container-inner {
    padding-top: 40px;
}

.lowercase {
    text-transform: lowercase;
}

span:focus {
    outline: none !important;
}

/*table*/
.content table, .accordion, table.practice-table {
    width: 100%;
    margin-bottom: 20px;
}

table.practice-table {
    margin-bottom: 0px;
}

table.practice-table td:first-child, table.practice-table td:nth-child(2) {
    width: 42%;
}

.accordion {
    border-collapse: separate;
    border-spacing: 0px 13px;
}

.accordion-row table {
    width: 100%;
}

.accordion tr:not(:last-child) td .accordion-row table {
    margin-bottom: 40px;

}

thead tr, .caption, .accordion-caption {
    background: #282e3e !important;
    color: white;
}

thead td {
    font: 18px 'roboto_slabregular' !important;

}

.caption, .accordion-caption {
    font: 23px 'roboto_slabregular' !important;
    border-radius: 3px;
}

.contnet table thead td, .caption, .accordion-caption, table.practice-table thead td {
    padding: 22px 40px !important;
}

.content table td, .accordion-row table td, table.practice-table table td {
    padding: 20px 40px;
    font: 15px 'roboto_slabregular';
}

.content table tr:nth-child(2n+1), .accordion-row table tr:nth-child(2n), table.practice-table tr:nth-child(2n+1) {
    background: #f6f6f7;
}

.price td:last-child, .accordion-row td:last-child a {
    color: #8d8741;
    font: 15px 'roboto_slabbold';
}

.price td:last-child, .accordion-row td:last-child a, .accordion-row td:not(:first-child) {
    text-align: right;
}

.accordion-row td:not(:first-child) {
    font: 15px 'roboto_slabbold';
}

.caption::after, .accordion-caption:after {
    content: '';
    position: absolute;
    right: 37px;
    top: 50%;
    margin-top: -1px;
    width: 0;
    height: 0;
    border-top: 7px solid white;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    transition: all .2s ease-out .2s;
}

.caption.active::after, .accordion-caption.active:after {
    border-bottom: 7px solid #fff;
    border-top: none;
    margin-top: -3px;
}

.accordion-row {
    display: none;
}

/*end table*/

/*buttons*/
button:focus {
    outline: none !important;
}

.btn {
    height: 54px;
    color: white !important;
    background: #8d8741;
    padding: 17px 38px;
    font: 17px 'roboto_slabregular';
    position: relative;
    transition: 0.3s ease-out;
    overflow: hidden;
    border-radius: 3px;
}

.btn span {
    position: relative;
    top: -2px;

}

.btn:hover {
    cursor: pointer;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    background: #8d8741;
    z-index: 8;
}

.btn::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    -webkit-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    -webkit-transition: none;
    transition: none;
}

.btn:hover::before {
    -webkit-transform: skewX(-45deg) translateX(15.5em);
    transform: skewX(-45deg) translateX(25.5em);
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.circle-img {
    animation-name: rotation;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*end buttons*/

/*breadcumbs*/
.breadcrumbs li {
    font: 13px/35px 'roboto_slabregular';
    color: #7f828b;
}

.breadcrumbs .after:after {
    height: 1px;
    bottom: -1px;
}

/*end breadcrumbs*/

/*menu*/
.navbar-toggle {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0;
    width: 40px;
    height: 37px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    top: -1px;
}

.navbar-toggle span.icon-bar {
    position: absolute;
    top: 25px;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: white;
    transition: background 0s 0.3s;
}

.navbar-toggle span.icon-bar:before, .navbar-toggle span.icon-bar:after {
    position: absolute;
    display: block;
    right: 15;
    width: 22px;
    height: 2px;
    background-color: #fff;
    content: "";
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}

.aside-main-menu .nav-tabs .nav-link {
    top: 0px !important;
    padding-right: 0px;
    color: white;
    font: 15px/32px 'latoboldbold';
}

.nav-tabs {
    width: 100%;
}

.navbar-toggle span.icon-bar:before {
    top: -10px;
    transition-property: top, transform;
}

.navbar-toggle span.icon-bar:after {
    bottom: -10px;
    transition-property: bottom, transform;
}

.navbar-toggle.active span.icon-bar:before {
    top: 0px;
    transform: rotate(45deg);
}

.navbar-toggle.active span.icon-bar:after {
    top: 0px;
    transform: rotate(-45deg);
}

.navbar-toggle.active span.icon-bar:before, .navbar-toggle.active span.icon-bar:after {
    transition-delay: 0s, 0.3s;
}

.navbar-toggle.active span {
    background: none;
}

.menu {
    background: #659dbd;
}

.navbar {
    padding: 26px 0px;
}

.press_menu {
    cursor: pointer;
}

.nav-item a, .btn-menu {
    color: #fff;
    font: 15px/32px 'latoboldbold';
    position: relative;
}

.btn-menu {
    top: -5px;
    right: 20px;
}

.nav-item a:hover, .aside-main-menu .nav-tabs .nav-link:hover {
    color: #e7b683;
}

.nav-item a:before {
    content: '●';
    position: absolute;
    top: 9px;
    left: 13px;
    color: #e2b281;
    font-size: 8px;
}

/*end menu*/

/*top-header*/
.header-text {
    font: 16px/24px 'roboto_slabregular';
}

.header-text-big {
    font: 18px/30px 'roboto_slabregular';
}

.top-header {
    padding: 25px 0px;
}

.top-phone a {
    font: 24px 'roboto_slabbold';
    color: #282e3e;
}

.top-phone .small {
    font: 20px 'roboto_slabbold';
}

.hours {
    font: 18px 'roboto_slabbold';
    color: #8d8741;
}
.header-logo{
    display: block;
}
.header-logo img{
    position: relative;
    margin-top: -10px;
    max-width: 170px;
}
.logo__link {
    position: relative;
    font-size: 0;
}

.logo__link::after {
    content: '';
    position: absolute;
    /*background: url("./icons/ecotechlogo-vert.svg") center center no-repeat;*/
    /*background-size: contain;*/
    width: 200px;
    height: 80px;
}

.logo__link_footer::after {
    width: 200px;
    height: 60px;
}

.logo-block, .logo-block-footer {
    display: table;
}

.logo-block li, .logo-block-footer li {
    display: table-cell;
}

.logo-text {
    padding-left: 10px;
}

.logo-text .big {
    margin-bottom: 5px;
    font: 22px 'roboto_slabbold';
    color: #282e3e;
}

.logo-text .big span {
    color: #8d8741;
}

.logo-text .small, .logo-text-footer .small {
    font: 13px 'roboto_slabregular';
    position: relative;
    top: -10px;
    color: #282e3e;
}

.logo-text-footer .small {
    font-size: 11px;
    top: -8px;
}

.logo-text a:hover, .logo-text-footer a:hover {
    text-decoration: none;
}

/*end top-header*/


/*slider*/
.slider-bg {
    position: relative;
}

.slider-bg:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.22);
}

.slider-content {
    position: absolute;
    max-width: 1000px;
    left: -10px;
    top: 50%;
    transform: translateY(50%);
    z-index: 200;
}

.slider-title {
    font: 70px/75px 'roboto_slabregular';
    margin-bottom: 25px;
}

.owl-carousel .container {
    padding: 0px;
}

.slider-text {
    font: 35px/55px 'roboto_slablight';
}

.owl-nav, .bx-controls-direction {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 100%;
    z-index: 100;
}

.slider-title:after {
    width: 77px;
    height: 4px;
    background: #f5c088;
    top: -15px;
}

.owl-prev, .owl-next, .bx-next, .bx-prev {
    width: 30px;
    height: 55px;
}

.owl-next, .bx-next {
    right: 100px;
    position: absolute;
}

.owl-prev, .bx-prev {
    position: absolute;
    left: 100px;
}

.owl-prev span, .owl-next span {
    color: transparent;
}

.owl-prev:after, .owl-prev:before, .owl-next:after, .owl-next:before, .bx-next:after, .bx-next:before, .bx-prev:after, .bx-prev:before {
    content: '';
    display: block;
    background: rgba(255, 255, 255, .40);
    position: absolute;
    width: 40px;
    height: 2px;
    transition: all .25s ease-out .25s;
}

.owl-prev:hover::after, .owl-prev:hover::before, .owl-next:hover::after, .owl-next:hover::before, .black-arrow .owl-prev:hover:after, .black-arrow .owl-prev:hover:before, .black-arrow .owl-next:hover:after, .black-arrow .owl-next:hover:before, .bx-next:hover:after, .bx-next:hover:before, .bx-prev:hover:after, .bx-prev:hover:before {
    background: #f5c088;
}

.black-arrow .owl-prev::after, .black-arrow .owl-prev::before, .black-arrow .owl-next::after, .black-arrow .owl-next::before {
    background: rgba(0, 0, 0, 0.3);
}

.owl-prev::before, .owl-next::before, .bx-prev::before, .bx-next::before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.owl-next::before, .bx-next::before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
}

.owl-prev::after, .owl-next:after, .bx-prev::after, .bx-next:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 26px;
}

.owl-prev::after, .bx-prev::after {
    left: 0px;
}

.owl-next:after, .bx-next:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 0px;
}

.bx-pager {
    position: relative;
    bottom: 70px;
    text-align: center;
    z-index: 100;
}

.bx-pager-item {
    display: inline-block;
}

.bx-wrapper {
    position: relative;
}

.bx-pager-link, .owl-dot span {
    width: 4px;
    height: 4px;
    margin-right: 10px;
    border-radius: 5px;
    background: #fff;
    display: block;
    font-size: 0px;

}

.bx-pager-link.active, .owl-dot.active span {
    background: #f5c088;
    width: 6px;
    height: 6px;
    position: relative;
    top: -1px;
}

.owl-dot.active span {
    top: 1px;
}

/*end slider*/

/*service*/
.tile-3 li figure {
    position: relative;
    overflow: hidden;
    min-width: 320px;
    max-width: 377px;
    max-height: 307px;
    background: #282e3e;
    text-align: center;
    cursor: pointer;
}

figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    /*opacity: 0.5;*/
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

figure figcaption {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 35px 35px 40px;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(25, 25, 25, 0), rgba(25, 25, 25, 0.8) 100%);
}

figure .h2, .admin-title {
    -webkit-transition: -webkit-transform 0.40s;
    transition: transform 0.40s;
    text-transform: none;
    font: 23px/28px 'roboto_slabregular';

}

figure .h2, figure p {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    color: white;
}

figure p {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.40s;
    transition: opacity 0.3s, transform 0.40s;
    font: 15px/21px 'roboto_slablight';
    text-transform: none;
    text-align: left;
}

.admin-text {
    font: 15px/26px 'roboto_slablight';
}

figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

figure:hover figcaption > div {
    height: 100%;
    background: rgba(40, 46, 62, .95);
}

figure:hover img, figure:hover .h2, figure:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure:hover img, figure:hover p {
    opacity: 1;
}

.tile-3.service {
    font-size: 0;
    position: relative;
    margin: 0 -17px 0;
    padding: 0;
}

.tile-3.service li {
    vertical-align: top;
    display: inline-block;
    margin-bottom: 19px;
}

.content.content-has-img p {
    position: relative;
    top: -10px;
}

/*end service*/

/*consult*/
.bg-grey {
    background: #282e3e;
    padding-top: 80px;
    padding-bottom: 50px;
}

.bg-grey.bg-grey-main {
    padding-top: 55px;
}

.title-consult {
    font: 35px/75px 'roboto_slabbold';
}

#get_consult {
    padding-right: 45px;
    padding-left: 45px;
}

form .tile-4 {
    font-size: 0;
    position: relative;
    margin: 0 -7px 0;
    padding: 0;
}

.padding-input {
    padding-left: 7px;
    padding-right: 7px;
}

#form-consult-full .padding-input {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 19px;
}

#form-consult-full label.checkbox::before, #form-consult-full label.checkbox::after {
    top: -1px;
    left: -15px;
}

#form-consult-full label.checkbox {
    padding-left: 20px;
}

#form-consult-full .form-control {
    padding: 16px 20px;
    background-color: #efeff1;
}

#form-consult-full textarea {
    min-height: 207px;
}

#form-consult-full .btn {
    padding: 17px 20px;
}

#form-consult-full .btn input {
    position: relative;
    top: -3px;
}

#form-consult-full .captcha {
    max-width: 125px;
}

#form-consult-full .refresh {
    width: 45px;
}

#form-consult-full .captcha_call {
    padding-left: 5px;
    padding-right: 5px;
}

#form-consult-full .privacy {
    margin-top: 17px;
}

form .tile-4 li {
    vertical-align: middle;
    display: inline-block;
}

#get_consult .btn {
    padding: 15px 30px 17px 30px;
}

.consult-bg {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.block-consult-bg {
    margin-right: auto;
    margin-left: auto;
    width: 50%;

}

.you-content {
    font: 17px/30px 'roboto_slablight';
}

.content-big {
    text-align: center;
    font: 23px/35px 'roboto_slabregular';
    position: relative;
    top: -23px;
}

.content-big p {
    margin: 0 0 2px;
}

.content-big a[href^="tel:"] {
    color: #8d8741;
    font: 22px/35px 'roboto_slabbold';
}

.content-big a[href^="mailto:"] {
    font: 22px/35px 'roboto_slabbold';
    color: #282e3e;
}

.accordion-list {
    margin-top: 70px;
}

.accordion-list li {
    margin-bottom: 15px;
}

.accordion-content {
    display: none;
    padding-bottom: 34px;
}

.accordion-wrap {
    background-color: #f6f6f7;
    padding: 40px 35px;
    font: 14px/30px 'roboto_slablight';
    font-style: italic;
    color: #252525;
    text-indent: 10px;
}

.accordion-wrap p {
    position: relative;
}

.accordion-wrap p:first-child:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    height: 1px;
    background-color: #252525;
    left: 2px;
    top: 15px;
}

.bg-grey, .bg-grey a {
    color: white;
}

.bg-grey .privacy a {
    color: #ffcb8e;
}

.bg-grey .privacy a:hover {
    color: white;
}

.bg-grey .privacy label div {
    position: relative;
    top: 10px;
}

.captcha {
    max-width: 149px;
}

.captcha_call {
    line-height: 48px;
    border-radius: 3px;
    padding-right: 13px;
    padding-left: 13px;
    background-color: #ebebeb;
}

.refresh {
    width: 55px;
}

/*end consult*/

/*advantages*/
.advantages {
    margin-top: 63px;
}

ul.advantages-list {
    counter-reset: advantages;
    font-size: 0;
    position: relative;
    margin: 0 -50px 0;
    padding: 0;
}

ul.advantages-list li {
    position: relative;
    z-index: 0;
    margin-bottom: 90px;
}

.advantages-list li:before {
    counter-increment: advantages;
    content: counter(advantages);
    position: absolute;
    font: 375px/40px 'roboto_slablight';
    color: #f4f5f5;
    z-index: -1;
    top: 130px;
    left: -25px;
}

ul.advantages-list li {
    font: 14px/30px 'roboto_slablight';
}

.padding-ad-list {
    padding-left: 50px;
    padding-right: 50px;
}
/*end advantages*/

/*reviews and practice*/
.reviews, .practice {
    padding: 74px 85px 35px 85px;
    position: relative;
    margin-bottom: 0;
    clear: both;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
}

.practice {
    padding: 74px 85px 100px 85px;
}

.practice-table thead td:first-child {
    border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;

}

.practice-table thead td:last-child {
    border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
}

.practice.inner-pages-slider {
    padding: 54px 85px 50px 85px;
}

.row-overlay {
    background: rgba(0, 0, 0, 0.57);
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.atblock {
    position: relative;
    z-index: 11;
}

.bg-slider-reviews {
    background: #282e3e;
    padding: 43px 35px 35px 35px;
}

.bg-slider-practice {
    background: #282e3e;
    padding: 50px 45px 50px 45px;
}

.bg-slider-reviews a {
    text-decoration: none;
}

.avatar {
    width: 110px;
    height: 110px;
    border-radius: 60px;
    overflow: hidden;
    margin-bottom: 15px;
    display: inline-block;
}

.slider-profi, .slider-text-reviews {
    font: 14px/30px 'roboto_slablight';
}

.slider-profi {
    position: relative;
    top: -10px;
}

#reviews_slider .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 23px;
}

#reviews_slider .owl-prev::after, #reviews_slider .owl-prev::before, #reviews_slider .owl-next::after, #reviews_slider .owl-next::before,
#practice_slider .owl-prev::after, #practice_slider .owl-prev::before, #practice_slider .owl-next::after, #practice_slider .owl-next::before {
    width: 25px;
    height: 2px;
    transition: all .2s ease-out .2s;
}

#reviews_slider .owl-prev, #practice_slider .owl-prev {
    left: -80px;
}

#reviews_slider .owl-next, #practice_slider .owl-next {
    right: -80px;
}

#reviews_slider .owl-prev::after, #reviews_slider .owl-next::after {
    bottom: 29px;
}

#practice_slider .owl-prev::after, #practice_slider .owl-next::after {
    top: 33px;
}

#practice_slider .owl-prev::before, #practice_slider .owl-next::before {
    top: 16px;
}

#reviews_slider .owl-prev::before, #reviews_slider .owl-next::before {
    top: 7px;
}

#form-review {
    position: relative;
    top: -10px;
}

#form-review .padding-input {
    margin-bottom: 18px;
    padding-left: 8px;
    padding-right: 8px;
}

#form-review textarea {
    min-height: 206px;
}

#reviews_slider .owl-nav {
    margin-top: -43px;
}

/*#form-review .btn{
vertical-align: top;
top:2px;
}*/
.input-file-wrap {
    position: relative;
    min-height: 54px;
}

input.input-file[type="file"] {
    height: 58px;
    position: absolute;
    top: 0px;
    cursor: pointer;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: 3;
}

.btn-file {
    display: inline-block;
    width: 21%;
    position: relative;
    z-index: 2;
    padding-right: 0;
    padding-left: 0;
    margin: -11px 0 0;
    height: 55px !important;
}

input.input-file-val[type="text"] {
    top: 0px;
    margin: 0 16px 0 0;
    z-index: 1;
    width: 75%;
    display: inline-block;
}

#form-review label.checkbox::before, #form-review label.checkbox::after {
    top: 1px;
    left: -14px;
}

#form-review label.checkbox::before {
    background: #efeff1;
}

#form-review label.checkbox {
    margin-left: 0px;
}

#form-review .two-third li {
    margin-bottom: 0px;
}

#form-review .captcha-block li {
    position: relative;
    top: 2px;
}

#form-review .captcha-block li img {
    position: relative;
    top: -2px;
}

#form-review .privacy {
    position: relative;
    top: -13px;
}

#form-review .section-right .btn input {
    position: relative;
    top: -2px;
}

.privacy a {
    color: #8d8741;
    font-family: 'roboto_slabbold';
}

.privacy a:hover {
    color: #b51632;
}

.section-right .btn {
    padding: 16px 52px;
}

.title-message a {
    font: 23px/28px 'roboto_slabregular';
    color: #282e3e;
    padding-left: 15px;
}

.one-message-content {
    background: #f6f6f7;
    padding: 20px 30px;
}

.one-message-content .content {
    font: 14px/30px 'roboto_slablight';
    font-style: italic;
}

.one_review .data {
    padding-left: 15px;
    margin-bottom: 0px;
}

/*end reviews*/

/*articles*/
.articles {
    padding-top: 73px;
    padding-bottom: 85px;
}

.data {
    font: 14px/30px 'roboto_slabregular';
    color: #bbbdc2;
    margin-bottom: 10px;
}

.back {
    padding: 17px 38px 17px 75px;
}

.back:after {
    position: absolute;
    content: '';
    display: block;
    background: url(../images/arrow.png);
    width: 22px;
    height: 8px;
    left: 40px;
    top: 23px;
}

.title-article {
    font: 23px/28px 'roboto_slabbold';
    color: #3f4e77 !important;
    margin-bottom: 19px;
    display: inherit;
}

.title-message {
    font: 23px/28px 'roboto_slabbold';
    margin-bottom: 19px;
    display: inherit;
}

.title-article:hover {
    color: #282e3e !important;
}

.text-article {
    font: 14px/30px 'roboto_slablight';
}

.more {
    font: 17px/35px 'roboto_slabregular';
}



.effect img {
    -moz-transition: all 0.85s ease-out;
    -o-transition: all 0.85s ease-out;
    -webkit-transition: all 0.85s ease-out;
}

.effect img:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.articles-row {
    padding-bottom: 40px;
    /*border-bottom:1px solid #eeefef;*/
    position: relative;
}

.articles-row:after {
    position: absolute;
    content: '';
    display: block;
    height: 1px;
    left: 15px;
    right: 0;
    bottom: 0;
    background: #eeefef;

}

.price-block-item {
    font: 20px/28px 'roboto_slabbold';
}

/*end articles*/

/*tabs*/
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link, .nav-tabs, .nav-tabs .nav-link {
    border: none;
    background: transparent;
}

.nav-tabs .nav-link {
    color: #3f4e77;
    font: 17px/22px 'roboto_slabbold';
    padding-left: 15px;
    position: relative;
    top: -40px;

}

.nav-tabs .nav-item a::before {
    left: 0px;
}

.nav-tabs .nav-link:hover {
    color: #8d8741;
}

.content ul, .content ol {
    overflow: hidden;
}

.content ul li, .content ol li {
    position: relative;
}

.content ul li:before {
    content: '●';
    position: absolute;
    display: block;
    top: 0px;
    left: -20px;
    color: #b51632;
    font-size: 8px;
}

.content ol, .content > ul {
    counter-reset: list;
    margin-bottom: 40px;
}

.content ol > li::before {
    counter-increment: list;
    content: counter(list) ".";
    color: #b51632;
    position: absolute;
    font-size: 14px;
    margin-left: -20px;
    top: 0px;
}

.content > .sitemap_list {
    -webkit-columns: 230px 2;
    -moz-columns: 230px 2;
    columns: 230px 2;
}

.content .h1, .content h1 {
    font: 30px 'roboto_slabbold', Arial, sans-serif;
    margin-bottom: 30px;
}

.content .h3, .content h3 {
    font: 20px 'roboto_slabbold', Arial, sans-serif;
    margin-bottom: 30px;
}

.content .h2, .content h2 {
    font: 22px 'roboto_slabbold', Arial, sans-serif;
    margin-bottom: 30px;
}

.sitemap_list {
    margin-bottom: 20px !important;
}

.sitemap_list li a {
    color: #252525;
}

.sitemap_list li a:hover {
    color: #8d8741;
}

blockquote, em {
    font: 14px/30px 'roboto_slabbold';
    font-style: italic;
    position: relative;
    margin-top: 70px;
    margin-bottom: 48px;
}

blockquote:before, em:before {
    content: '';
    width: 30px;
    height: 2px;
    background: #f5c088;
    position: absolute;
    display: block;
    top: -20px;
    left: 0;
}

.content p {
    margin-bottom: 40px;
}

/*end tabs*/

/*paging*/
.paging {
    padding-bottom: 8px;
}

.paging li {
    cursor: pointer;
}

.paging li a {
    font: 15px 'roboto_slabregular';
    color: #363636;
    padding: 11px 13px;
    -webkit-transition: all ease-out 0.25s;
    -moz-transition: all ease-out 0.25s;
    -o-transition: all ease-out 0.25s;
    transition: all ease-out 0.25s;
}

.paging li:not(.active):hover a {
    color: #8d8741;
}

.paging li span {
    background: #8d8741;
    border-radius: 3px;
    color: white;
    padding: 11px 18px;
    font: 15px 'roboto_slabregular';
}

/*end paging*/

/*photoalbum*/
.list-wrap {
    padding-right: 10px;
    padding-left: 10px;
}

.text-title-photo {
    font-size: 15px;
}

/*end photoalbum*/

/*share*/
.likely {
    margin-left: 10px;
}

.share-title {
    font: 20px/28px 'roboto_slabbold';
    position: relative;
    top: 3px;
}

.likely .likely__icon {
    width: 25px;
    height: 25px;
    text-align: center;
}

.likely svg {
    left: 5px;
    top: 4px;
    width: 16px;
    height: 16px;
}

.likely .likely__icon_odnoklassniki svg, .likely .likely__icon_facebook svg {
    left: 0px;
    top: 0px;
    width: 25px;
    height: 25px;

}

.likely .likely__widget {
    line-height: 20px;
    font-size: 14px;
    border-radius: 3px;
    height: 24px;
    margin: 0 3px 10px;
}

.likely__widget_twitter, .likely__widget_telegram, .likely__widget_vkontakte {
    fill: #fff;
}

.likely .likely__widget.likely__widget_twitter, .likely .likely__widget.likely__widget_telegram {
    background: #00b7ec;
}

.likely .likely__widget.likely__widget_vkontakte {
    background: #526e8f;
}

.likely .likely__widget.likely__widget_facebook, .likely .likely__widget.likely__widget_odnoklassniki {
    background: #fff;
}

/*end share*/


/*footer*/
footer {
    background: #f6f6f7;

}

.logo-text-footer .big {
    margin-bottom: 5px;
    font: 16px 'roboto_slabbold';
    color: #282e3e;
}

.logo-img-footer {
    margin-right: 5px;
}

.footer {
    padding-top: 23px;
    padding-bottom: 20px;
}

.text-footer {
    font: 14px/24px 'roboto_slabregular';
}

.text-footer-small-bold {
    font: 13.5px/22px 'roboto_slabbold';
}

.text-footer-bold {
    font: 14px/22px 'roboto_slabbold';
}

.text-footer-big-bold {
    font: 16px/28px 'roboto_slabbold';
}

.footer-phone {
    font: 16px/23px 'roboto_slabbold';
}

.footer-houres {
    position: relative;
    top: -2px;
}

.social-icons {
    padding-top: 10px;
}

.social-icons a {
    margin-right: 5px;
}

/*end footer*/

/*map*/
#map {
    border: 7px solid white;
    height: 609px;
}

.map-grey {
    filter: grayscale(1);

}

.contacts-block {
    position: absolute;
    top: 50%;
    margin-top: -145px;
    background-color: white;
    width: 495px;
    min-height: 290px;
    padding: 40px 25px 40px 35px;
    font-size: 15.5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);

}

.contacts-inline p {
    display: inline-block;
    margin-bottom: 0px;
}

.contacts-inline p .red {
    color: #252525 !important;
}

/*end map*/

/*window*/
.popup-callback .h1 {
    left: 13px;
}

/*end window*/

/*go top*/
#go_top {
    cursor: pointer;
    position: fixed;
    top: 50%;
    right: 40px;
    width: 80px;
    height: 80px;
    padding-top: 50px;
    border-radius: 50px;
    border: 8px solid #fbfbfb;
    text-align: center;
    z-index: 500;
    background: #8d8741;
    transition: all .2s ease-out .2s;
}

#go_top:before, #go_top:after {
    content: '';
    display: block;
    background: #fff;
    position: absolute;
    width: 15px;
    height: 1px;
    top: 30px;
    transition: all .2s ease-out .2s;
}

#go_top:before {
    left: 19px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#go_top:after {
    right: 19px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#go_top:hover {
    background: #282e3e;
}

/*end go top*/

.img-lastlents > .text-center > a {
    display: block !important;
}

/*umi*/
#add_watermark input[type='checkbox'] {
    display: inline-block !important;
}

.u-eip-add-button {
    color: white !important;
    padding-top: 0px;
    line-height: 21px;
}

.eip_buttons input {
    padding: 2px 2px 2px 2px;
    max-height: 34px;
}

/*end umi*/


/*FILES LIST*/
.files-list{
    background: #fff;
}
.files-list li{
    padding: 10px 0;
}
.files-list a{
    position: relative;
    display: inline-block;
    padding-left: 45px;
    text-decoration: underline;
    /*border-bottom: none;*/
    font: 15px/17px 'roboto_slabbold', Arial, sans-serif;
}
.files-list a:before{
    position: absolute;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    top: 0;
    /*margin-top: -20px;*/
    left: 0;
    background: url('../images/docs_pictogram.svg') no-repeat 0 0;
}
.files-list a.pdf:before{
    background-position: 0 -40px;
}
.files-list a.rtf:before{
    background-position: 0 -80px;
}
.files-list a.xls:before{
    background-position: 0 -120px;
}
.files-list a.doc:before{
    background-position: 0 -160px;
}
.files-list a.ppt:before{
    background-position: 0 -200px;
}
/*END FILES LIST*/

.logo-footer {
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.logo-footer .footer-privacy-link {
	text-decoration: none;
	color: #8d8741;
	font-size: 13px;
}

.logo-footer .footer-privacy-link:hover {
	color: #252525;
}

#cookie-note {
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 15px;
    background-color: white;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    gap: 10px;
    z-index: 99999;
    align-items: center;
}

#cookie-note p {
    margin: 0;
    font-size: 11px;
    text-align: left;
	 line-height: 16px;
}

#cookie-note p a {
	font-family: 'roboto_slabbold';
	color: #ffcb8e;
}

#cookie-note p a:hover {
		color: #b51632;
}

.cookie-accept {
	position: relative;
	display: inline-block;
	padding: 0px 9px;
	height: 32px;
	font-size: 14px;
	min-width: 130px;
}

@media (min-width: 576px) {
    #cookie-note.show {
        display: flex;
    }
}

@media (max-width: 575px) {
    #cookie-note.show {
        display: block;
        text-align: center;
    }

	 #cookie-note p {
		text-align: center;
	 }
    
    .cookie-accept {
    	margin: 15px 0 0 0;
    }
}