@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@500;600&display=swap');
* {
    margin: 0;
    padding: 0;
}

html {
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x: hidden;
}

body {
    background: #535654;
    color: #fff;
    overflow-x: hidden;
    padding-top: 115px;
}

body.serv-body::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 114;
    display: block;
    width: 100%;
    height: 115px;
    background: #333333;
}

a {
    text-decoration: none;
    display: inline-block;
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
    color: inherit;
}

a:hover {
    border-bottom: 1px solid rgba(234, 234, 234, 0.3);
}

ul,
li {
    list-style: none;
}

img {
    max-width: 100%;
}

.container-fluid {
    box-sizing: border-box;
}

.mt100 {
    margin-top: 100px;
}

.container {
    box-sizing: border-box;
}

.page-h3 {
    margin-bottom: 40px;
    font-family: "Source Code Pro", monospace;
    text-align: center;
}

.page-mob {
    margin-bottom: 80px;
    border-top: 1px solid rgba(234, 234, 234, 0.3);
    border-bottom: 1px solid rgba(234, 234, 234, 0.3);
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.page-mob a {
    font-family: "Source Code Pro", monospace;
    font-weight: 600;
    font-size: 21px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}

.header__wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 150;
}

.header {
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(51, 51, 51, .8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.header a {
    border: none !important;
}

.header .row {
    align-items: center;
}

.header1 {
    flex: 0 0 auto;
    width: calc(50% - 34px);
    box-sizing: border-box;
}

.header__menu {
    margin-right: 25px;
    display: inline-block;
    width: 30px;
    height: 28px;
    background: url(img/menu.svg);
    background-size: cover;
    border: none;
    outline: none;
}

.header__geo {
    position: relative;
    top: 1px;
    margin-right: 25px;
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(img/geo.svg);
    background-size: cover;
}

.header__tel {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-weight: 300;
    position: relative;
    top: 3px;
}

.header__tel::before {
    content: '';
    position: relative;
    top: -2px;
    margin-right: 5px;
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(img/mob.svg);
    background-size: cover;
    vertical-align: middle;
}

.header2 {
    flex: 0 0 auto;
    width: 62px;
    box-sizing: border-box;
}

.header2 a {
    border: none !important;
}

.header__logo {
    width: 100%;
}

.header3 {
    flex: 0 0 auto;
    width: calc(50% - 34px);
    box-sizing: border-box;
    text-align: right;
}

.header__login {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(img/user3.svg);
    background-size: cover;
}

.header__search {
    margin-left: 25px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(img/search3.svg);
    background-size: cover;
    border: none;
    outline: none;
}

.header__cart {
    margin-left: 25px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(img/cart3.svg);
    background-size: cover;
}

.header__menu:hover,
.header__geo:hover,
.header__tel:hover,
.header__cart:hover,
.header__login:hover,
.header__search:hover {
    cursor: pointer;
    opacity: .7;
}

.header__bottom {
    position: relative;
    background: rgba(51, 51, 51, .8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.header__bottom:before {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    content: "";
}

.header__wrapper:hover .header__bottom,
.header__wrapper:hover .header {
    background: #333333;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
}

.header__bottom_ul {
    text-align: center;
}

.header__bottom_ul li {
    padding: 0 15px;
    display: inline-block;
}

.header__bottom_ul li a {
    position: relative;
    padding: 18px 10px 16px;
    text-transform: uppercase;
    font-size: 16px;
    border: none !important;
}

.header__bottom_ul>li>a::before {
    content: '';
    position: absolute;
    bottom: 13px;
    display: block;
    height: 1px;
    background-color: #01A2C0;
    transition: width .5s;
    left: 10px;
    width: 0;
}

.header__bottom_ul>li:hover>a::before {
    width: calc(100% - 20px);
}

.hddown {
    position: absolute;
    left: 0;
    top: 52px;
    display: none;
    width: 100%;
    height: auto;
    background: #333333;
}

.header__bottom_ul>li:hover .hddown {
    display: block;
}

.hddown__inner {
    padding-bottom: 30px;
}

.hddown__inner .row {
    justify-content: center;
}

.hddown___col {
    margin: 30px 20px 0;
    width: fit-content;
    box-sizing: border-box;
}

.hddown___col img {
    width: 450px;
    border-radius: 8px;
}

.hddown__ul {
    text-align: left;
}

.hddown__ul li {
    display: block;
    padding: 0;
}

.hddown__ul li a {
    padding: 2px 0px 2px;
    text-transform: none;
    font-size: 15px;
    margin-bottom: 15px;
}

.hddown__ul li a::before {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    background-color: #01A2C0;
    transition: width .5s;
    width: 0;
    bottom: -3px;
    left: 0px;
}

.hddown__ul li a:hover::before {
    width: 100%;
}

.hddown__h {
    margin-bottom: 15px;
    text-align: left;
    text-transform: uppercase;
    opacity: .5;
}

.page-back {
    position: absolute;
    left: 18px;
    top: 122px;
    /* font-family: "Source Code Pro", monospace; */
    text-transform: uppercase;
    font-size: 14px;
    transition: .2s;
}

.page-back::before {
    content: '';
    position: relative;
    top: 2px;
    margin-right: 5px;
    display: inline-block;
    width: 6px;
    height: 13px;
    filter: invert(1);
    background: url(img/left.svg);
    background-size: cover;
}

.page-back.hidden {
    opacity: 0;
    visibility: hidden;
}

.menu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 160;
    height: 100vh;
    width: 0;
}

.menu.opened {
    width: 100vw;
}

.menu__wrapper {
    position: relative;
    left: -400px;
    z-index: 2;
    width: 400px;
    height: 100%;
    background: #333333;
    transition: .3s;
}

.menu.opened .menu__wrapper {
    left: 0;
}

.menu__inner {
    padding: 16px 40px 40px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.menu__ul1 {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(234, 234, 234, 0.3);
}

.menu__ul1 li {
    margin-bottom: 20px;
}

.menu__ul1 li a {
    text-transform: uppercase;
    font-size: 20px;
}

.menu__ul2 {
    margin-bottom: 60px;
}

.menu__ul2 li {
    margin-bottom: 15px;
}

.menu__ul2 li a {
    text-transform: uppercase;
    font-size: 16px;
}

.menu__close {
    position: relative;
    left: -26px;
    margin-bottom: 10px;
    display: inline-block;
    width: 25px;
    height: 32px;
    background: url(img/left.svg);
    background-size: 15px 22px;
    filter: invert(1);
    background-repeat: no-repeat;
    background-position: center;
    padding: 5px;
    cursor: pointer;
}

.menu__close:hover {
    opacity: .7;
}

.menu__bg {
    position: absolute;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background: rgba(51, 51, 51, .8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    visibility: hidden;
    opacity: 0;
}

.menu.opened .menu__bg {
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 1200px) {
    body {
        padding-top: 63px;
    }
    .header__bottom {
        display: none;
    }
    .mincart.vis {
        top: 72px;
    }
}

.pt100 {
    padding-top: 100px;
}

body.first-body {
    padding-top: 0;
}

.first {
    height: 100vh;
    background: #333;
}

.first-slider .container {
    position: relative;
    z-index: 2;
    height: 100%;
}

.first-slider .row {
    height: 100%;
    align-items: center;
}

.first__slide {
    position: relative;
    height: 100vh;
}

.first__slide-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
    width: calc(100% + 100px);
    height: 100%;
    background: url(img/bggg2.jpg);
    background-size: cover;
}

.slick-active .first__slide-bg {
    animation: first__slide-bg 7s ease-in-out infinite;
}

@keyframes first__slide-bg {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-100px);
    }
}

.first__inner {}

.item {
    position: relative;
    margin-bottom: 30px;
    display: block;
    background: #1F3134;
    border-radius: 16px;
    height: 500px;
    overflow: hidden;
}

.item.item2 {
    background: transparent;
}

.item__inner {
    display: block;
    transition: .3s;
    border: none !important;
}

.item__img-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
    transition: .3s;
}

.item__img {
    height: 100%;
    width: 100%;
    display: block;
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    -moz-object-position: center;
    -webkit-object-position: center;
    -ms-object-position: center;
    object-position: center;
}

.item__btns {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    height: 60px;
    width: 120px;
}

.cats-item p a {}

.item__cart {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background: #1F3134;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 2;
    transition: .3s;
}

.item__cart::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 5px;
    display: block;
    width: 27px;
    height: 27px;
    background: url(img/cart.svg);
    background-size: cover;
}

.item__cart:hover {
    background: #01A2C0;
}

.item__fav {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 41px;
    height: 41px;
    z-index: 1;
    border-radius: 50%;
    background: #1F3134;
    border: none;
    outline: none;
    cursor: pointer;
    transition: .3s;
}

.item__btns:hover .item__fav {
    right: 71px;
}

.item__fav::before {
    content: '';
    position: absolute;
    left: 9px;
    top: 11px;
    display: block;
    width: 22px;
    height: 20px;
    background: url(img/fav.svg);
    background-size: cover;
    filter: invert(1);
}

.item__fav:hover {
    background: #01A2C0;
}

.item__h {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 21px;
    color: #FFFFFF;
    font-family: "Source Code Pro", monospace;
    border-radius: 0px 0px 16px 16px;
    width: 100%;
    padding: 27px 60px 27px 29px;
    box-sizing: border-box;
}

.item__h::after {
    content: '';
    display: block;
    position: absolute;
    right: 25px;
    top: 36px;
    width: 19px;
    height: 13px;
    background: url(img/arrow.svg);
    background-size: cover;
    opacity: 0;
    transition: .15s;
}

.item:hover .item__h::after {
    opacity: 1;
}

.servs .item__h {
    padding: 17px 60px 17px 29px;
    font-size: 18px;
    height: 76px;
    display: flex;
    align-items: center;
}

.item__img-bg {
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
}

.item__inner:hover .item__img-wrapper {
    transform: translateY(-75px);
}

.item__h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
}

.blued {
    color: #01A2C0;
}

.item__img2 {
    height: 100%;
    width: 100%;
    display: block;
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    -moz-object-position: center;
    -webkit-object-position: center;
    -ms-object-position: center;
    object-position: center;
    transition: .2s;
}

.item__img-bg a {
    display: block;
    height: 100%;
}

.item__img2:hover {
    transform: scale(1.1);
}

.item2 .item__capt a:not(:last-child)::after {
    content: ',';
}

@media screen and (max-width: 767px) {
    .item__inner:hover .item__img-wrapper {
        transform: none;
    }
    .servs .item__h {
        padding: 15px 15px;
        font-size: 16px;
        height: auto;
        display: block;
    }
}

.info {}

.info__h {
    margin-bottom: 35px;
    font-family: "Source Code Pro", monospace;
    font-size: 21px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.info__form {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.info__search-inp {
    width: 342px;
    height: 53px;
    left: 549px;
    top: 4830px;
    background: #333333;
    border-radius: 6px;
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    outline: none;
    box-sizing: border-box;
}

.info__search-inp::placeholder {
    color: #fff
}

.info__search-btn {
    display: block;
    width: 53px;
    height: 53px;
    border-radius: 6px;
    border: none;
    outline: none;
    position: absolute;
    right: 0px;
    top: 0;
    background: #333333;
}

.info__search-btn:hover {
    background: #1F3134;
}

.info__blocks {
    width: fit-content;
    display: flex;
    margin: 40px auto 80px;
}

.info__block {
    margin: 0 15px;
    display: block;
    width: 156px;
    background: #333333;
    padding: 20px 15px 15px;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    border: none!important;
}

.info__block-img {
    margin: 0 auto 10px;
    display: block;
    width: 28px;
    height: 28px;
}

.info__block span {
    display: block;
}

.footer {}

.footer__h {
    margin-bottom: 30px;
    display: inline-block;
    font-size: 21px;
    color: #FFFFFF;
    font-family: "Source Code Pro", monospace;
}

.footer__ul {}

.footer__ul li {
    margin-bottom: 17px;
    list-style: none;
}

.footer__ul li a {
    color: inherit;
}

.footerb {
    margin-top: 45px;
    border-top: 1px solid rgba(234, 234, 234, 0.3);
}

.footerb__inner {
    margin: 25px auto;
    width: fit-content;
}

.footerb__inner img {
    display: inline-block;
}

.footerb__inner p {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}


/**/

.breads {
    text-align: center;
}

.breadcrumb {}

.breadcrumb li {
    display: inline-block;
    font-weight: 300;
    font-size: 18px;
}

.breadcrumb li a:hover {
    border-bottom: 1px solid #01A2C0;
}

.breadcrumb li:not(:last-child)::after {
    content: '';
    margin: 0 12px;
    display: inline-block;
    width: 6px;
    height: 13px;
    filter: invert(1);
    background: url(img/left.svg);
    background-size: cover;
    transform: scale(-1, 1);
    position: relative;
    top: 2px;
}

.breads-bg {
    background: #333333;
    padding-top: 30px;
    padding-bottom: 30px;
}

.txt {
    margin-bottom: 80px;
}

.pages-h1 {
    margin-bottom: 35px;
    font-family: "Source Code Pro", monospace;
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.txt__inner {}

.txt__tabs {}

.txt__tabs-ul {
    margin-bottom: 25px;
}

.txt__tabs-ul li {
    margin-right: 25px;
    display: inline-block;
    /* font-weight: 300; */
    font-family: "Source Code Pro", monospace;
}

.txt__tabs-ul li a {
    border-bottom: 2px solid transparent;
}

.txt__tabs-ul li.active a {
    border-bottom: 2px solid #01A2C0;
}

.txt__tabs-ul li a:hover {
    border-bottom: 2px solid #333;
}

.txt__bg {
    padding: 40px 40px 23px;
    background: #fff;
    color: #222222;
    border-radius: 16px;
}

.txt__inner p {
    margin-bottom: 20px;
}

.txt__tab {
    display: none;
}

.txt__tab.active {
    display: block;
}

@media screen and (max-width: 992px) {
    body {
        padding-top: 47px;
    }
    .footer__h {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .footer .col-md-3 {
        margin-bottom: 20px;
        width: 50%;
    }
    .info__blocks {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .info__block {
        margin: 0;
        width: calc(50% - 8px);
        box-sizing: border-box;
        margin-bottom: 15px;
    }
    .footer__ul li {
        margin-bottom: 10px;
    }
    .pages-h1 {
        margin-bottom: 25px;
        font-size: 21px;
    }
    .breads {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .txt__tabs-ul li {
        font-size: 12px;
    }
    .header__tel span {
        display: none;
    }
    .header__menu {
        margin-right: 5px;
    }
    .header__geo {
        margin-right: 5px;
    }
    .header__cart {
        margin-left: 5px;
    }
    .header__search {
        margin-left: 5px;
    }
    .page-mob a {
        font-size: 18px;
    }
    .page-mob {
        margin-bottom: 50px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .info__h {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .info__search-inp {
        font-size: 14px;
    }
    .info__blocks {
        width: 100%;
        margin: 15px 0 20px;
    }
    .footerb {
        margin-top: 20px;
    }
    .txt__bg {
        padding: 20px 20px 7px;
    }
    .txt__tabs-ul {
        margin-bottom: 0;
    }
    .txt__tabs-ul li {
        margin-bottom: 15px;
    }
    .header__cart {
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .header__search {
        background-size: 21px 21px;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .header__login {
        background-size: 23px 23px;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .header__menu {
        background-size: 23px 23px;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .header__geo {
        background-size: 22px 22px;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .header__tel::before {
        background-size: 23px 23px;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .header2 {
        text-align: center;
    }
    .header__logo {
        width: 30px;
    }
    .header {
        padding-bottom: 2px;
    }
}

@media screen and (max-width: 500px) {
    .footer .col-md-3 {
        width: 100%;
    }
    .footerb__inner img {
        display: none;
    }
    .footerb__inner p {
        margin-left: 0;
        margin-top: 0;
        font-size: 14px;
        text-align: center;
    }
    .info__form {
        width: 100%;
    }
    .info__search-inp {
        width: 100%;
    }
    .footerb {
        margin-top: 0px;
    }
    .info__block span {
        font-size: 14px;
    }
}

.serv-a {
    height: calc(100vh - 115px);
    background: url(img/bggg2.jpg);
    background-size: cover;
}

.serv-a .container {
    height: 100%;
}

.serv-a .row {
    align-items: center;
    height: 100%;
}

.align-bottom {
    align-self: flex-end;
}

.serv-a__inner {}

.serv-a__capt {
    padding-bottom: 40px;
    width: fit-content;
}

.serv-a__capt .main-btn2 {
    margin-left: 20px;
    transform: translateX(-165px);
    opacity: 0;
}

.serv-a__capt .main-btn3 {
    position: relative;
    z-index: 2;
}

.serv-a__h-capt {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    transform: translateX(-165px);
    transition: .3s;
}

.serv-a__capt:hover .serv-a__h-capt {
    transform: translate(20px);
}

.serv-a__capt:hover .main-btn2 {
    transform: translate(0px);
    opacity: 1;
}

.serv-a__bottom {
    padding-bottom: 40px;
}

.serv-a__info {
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.serv-a__info-l {
    width: 35px;
    min-width: 35px;
    box-sizing: border-box;
}

.serv-a__info img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.serv-a__info span {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.serv-a__bottom>.row>div:last-child .serv-a__info {
    border: none;
}

.serv-a .pages-h1 {
    max-width: 500px;
}

.serv-b {}

.serv-b__inner {
    padding: 70px;
    border-radius: 16px;
    background: #333333;
}

.page-h2 {
    margin: 0;
    font-weight: 600;
    font-size: 21px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: "Source Code Pro", monospace;
}

.page-img {
    width: 100%;
    border-radius: 8px;
}

.mt40 {
    margin-top: 40px;
}

.mt20 {
    margin-top: 20px;
}

.text-18 {
    font-size: 18px;
}

.text-18 p:not(:last-child) {
    margin-bottom: 20px;
}

.main-btn {
    padding: 11px 28px 9px;
    border: 2px solid #01A2C0;
    font-family: "Source Code Pro", monospace;
    font-size: 18px;
    border-radius: 6px;
    transition: .3s;
    text-transform: uppercase;
    cursor: pointer;
}

.main-btn:hover {
    border: 2px solid #01A2C0;
    background: #01A2C0;
}

.main-btn::before {
    position: relative;
    top: -2px;
    content: '';
    margin-right: 10px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #01A2C0;
    border-radius: 2px;
    vertical-align: middle;
}

.main-btn:hover::before {
    background: #fff;
}

.main-btn2 {
    padding: 11px 28px 9px;
    border: 2px solid rgba(255, 255, 255, .3);
    font-family: "Source Code Pro", monospace;
    font-size: 18px;
    border-radius: 6px;
    transition: .3s;
    text-transform: uppercase;
    cursor: pointer;
}

.main-btn2:hover {
    border: 2px solid #fff;
}

.main-btn2::before {
    position: relative;
    top: -2px;
    content: '';
    margin-right: 10px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 2px;
    vertical-align: middle;
}

.main-btn2:hover::before {
    background: #fff;
}

.main-btn3 {
    padding: 11px 28px 9px;
    border: 2px solid #01A2C0;
    font-family: "Source Code Pro", monospace;
    font-size: 18px;
    border-radius: 6px;
    transition: .3s;
    background: #01A2C0;
    color: #333333;
    text-transform: uppercase;
    cursor: pointer;
}

.main-btn3:hover {
    border: 2px solid #01A2C0;
    color: #fff;
}

.main-btn3::before {
    position: relative;
    top: -2px;
    content: '';
    margin-right: 10px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #333333;
    border-radius: 2px;
    vertical-align: middle;
    transition: .3s;
}

.main-btn3:hover::before {
    background: #fff;
}

.serv-с__inner {
    padding: 0px 70px 0;
}

.serv-d {
    background: #333;
    padding: 80px 0;
}

.serv-d__block {
    margin-bottom: 10px;
    padding-bottom: 12px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
}

.serv-d__block_right {
    text-align: right;
}

.serv-d__pr {
    padding-right: 25px;
}

.serv-d__pl {
    padding-left: 25px;
}

.serv-d__block_right {
    white-space: nowrap;
}

.serv-d__block:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.serv-d .row {
    align-items: center;
}

.mb100 {
    margin-bottom: 100px;
}

.mincart {
    position: fixed;
    right: 15px;
    top: -225px;
    z-index: 100;
    background: rgba(51, 51, 51, .8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 15px;
    border-radius: 8px;
    transition: .15s;
}

.mincart.vis {
    top: 125px;
}

.mincart__inner {
    display: flex;
    align-items: center;
}

.mincart__left {
    padding-right: 13px;
    text-align: right;
}

.mincart__h {
    max-width: 300px;
}

.mincart__p {
    font-size: 14px;
}

.mincart__right {
    width: 150px;
}

.mincart .main-btn3 {
    padding: 9px 18px 7px;
    font-size: 14px;
    border-radius: 4px;
    width: fit-content;
}

.servs-top {
    background: url(img/bggg2.jpg);
    background-size: cover;
    height: 500px;
    text-align: center;
}

.servs-top .container {
    height: 100%;
}

.servs-top .row {
    height: 100%;
    align-items: center;
}

.servs-top__capt {
    font-size: 21px;
    line-height: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.servs-top .pages-h1 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

body.cat-body::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 114;
    display: block;
    width: 100%;
    height: 115px;
    background: #333333;
}

.cats-slider {
    margin-left: -15px;
    margin-right: -15px;
}

.cats-item {
    padding-left: 15px;
    padding-right: 15px;
}

.cats__inner {
    border-radius: 16px;
    overflow: hidden;
    height: 400px;
    overflow: hidden;
}

.cats__inner a {
    display: block;
    border: none;
    overflow: hidden;
    height: 100%;
}

.cats__inner img {
    height: 100%;
    width: 100%;
    display: block;
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    -moz-object-position: center;
    -webkit-object-position: center;
    -ms-object-position: center;
    object-position: center;
    transition: .2s;
}

.cats__inner img:hover {
    transform: scale(1.1);
}

.cats-item p {
    margin-top: 15px;
}

.search {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 160;
    display: none;
    width: 100%;
}

.search.opened {
    display: block;
}

.search__wrapper {
    position: relative;
    top: -115px;
    z-index: 2;
    padding: 36px 0 0;
    width: 100%;
    height: 115px;
    background: #333333;
    text-align: center;
    box-sizing: border-box;
    transition: .3s;
}

.search.opened .search__wrapper {
    top: 0;
}

.search__inner {
    margin: 0 auto;
    width: 500px;
}

.sform {}

.sform__row {
    position: relative;
    margin-bottom: 20px;
}

.sform__text {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(234, 234, 234, 0.3);
    font-size: 18px;
    color: #fff;
    padding: 0 0 3px;
    display: block;
    width: 100%;
    outline: none;
    box-sizing: border-box;
}

.search__btn {
    position: absolute;
    right: 0px;
    top: -5px;
    z-index: 2;
    display: inline-block;
    width: 29px;
    height: 29px;
    background: url(img/search3.svg);
    background-size: cover;
    border: none;
    outline: none;
    cursor: pointer;
    transition: .3s;
    outline: none;
}

.search__btn:hover {
    opacity: .7;
}

.search__inner .sform__text {
    padding-right: 40px;
}

.search__bg {
    position: absolute;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background: rgba(51, 51, 51, .8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.search.opened .search__bg {
    visibility: visible;
    opacity: 1;
}

.search__close {
    position: absolute;
    right: 15px;
    top: calc(50% - 26px);
    display: block;
    width: 30px;
    height: 30px;
    background: url(img/close.svg);
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    outline: none;
    cursor: pointer;
    transition: .3s;
    outline: none;
    filter: invert();
}

.footerb__b {
    margin-bottom: 10px;
    text-align: right;
    font-size: 13px;
    opacity: .5;
}

.pt50 {
    padding-top: 50px;
}

.cart__inner {
    background: #333333;
    padding: 40px 40px 20px;
}

.item__remove {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background: #1F3134;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 2;
    transition: .3s;
}

.item__remove::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 12px;
    display: block;
    width: 17px;
    height: 17px;
    background: url(img/close.svg);
    background-size: cover;
    filter: invert(1);
}

.item__remove:hover {
    background: #01A2C0;
}

.first .slick-dots {
    bottom: 30px;
}

.first .slick-dots li button {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    width: 18px;
    height: 18px;
}

.first .slick-dots li button:before {
    display: none;
}

.first .slick-dots li.slick-active button {
    position: relative;
    top: 3px;
    color: transparent;
    background: #fff;
    border-radius: 50%;
}

.slick-prev:before,
.slick-next:before {
    content: '';
    display: block;
    position: absolute;
    right: 7px;
    top: 9px;
    width: 15px;
    height: 10px;
    background: url(img/arrow.svg);
    background-size: cover;
}

.slick-prev,
.slick-next {
    border: 1px solid rgba(234, 234, 234, 0.3);
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.slick-prev:before {
    transform: scale(-1, 1);
}

.first .slick-next {
    right: 25px;
    z-index: 2;
}

.first .slick-prev {
    left: 25px;
    z-index: 2;
}

.slick-prev {
    z-index: 2;
}

.mincart .main-btn3::before {
    top: 0;
}

.sfilters {}

.sfilters__cat {
    padding: 30px 0 30px;
    border-bottom: 1px solid rgba(234, 234, 234, 0.3);
}

.sfilters__cat:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.sfilters__cat-h {
    font-size: 18px;
}

.sfilters__ul {
    display: none;
    padding-top: 20px;
}

.sfilters__ul li {
    margin-bottom: 10px;
}

.sfilters__ul li:last-child {
    margin-bottom: 0;
}

.sfilters__ul li a {}

.acrd {}

.acrd__btn {
    position: relative;
    cursor: pointer;
}

.acrd__btn::before {
    content: '';
    position: absolute;
    right: 0;
    top: 7px;
    margin: 0 12px;
    display: inline-block;
    width: 6px;
    height: 13px;
    filter: invert(1);
    background: url(img/left.svg);
    background-size: cover;
    transform: rotate(-90deg);
    transition: .3s;
}

.acrd.opened .acrd__btn::before {
    transform: rotate(90deg)
}

.acrd__inner {}

.lk .page-h3 {
    text-align: left;
}

@media screen and (max-width: 1250px) {
    .first .slick-prev,
    .first .slick-next {
        top: auto;
        bottom: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .page-back {
        top: 67px;
    }
    .main-btn {
        padding: 11px 18px 9px;
        font-size: 16px;
    }
    .serv-a {
        height: calc(100vh - 63px);
    }
    .serv-с__inner {
        padding-top: 0;
    }
    body.serv-body::before {
        height: 67px;
    }
    body.cat-body::before {
        height: 67px;
    }
}

@media screen and (max-width: 992px) {
    .serv-a {
        height: calc(100vh - 47px);
    }
    body.serv-body::before {
        height: 47px;
    }
    .page-back {
        top: 49px;
    }
    .serv-a__bottom .col-md-3 {
        width: 50%;
    }
    .serv-a__bottom>.row>div:nth-child(2n) .serv-a__info {
        border: none;
    }
    .serv-a__info {
        margin-bottom: 15px;
    }
    .serv-с__inner {
        padding: 0;
    }
    .serv-b__inner {
        padding: 40px;
        border-radius: 8px;
    }
    .mt40 {
        margin-top: 20px;
    }
    .breadcrumb li {
        display: inline-block;
        font-weight: 300;
        font-size: 14px;
    }
    .breads-bg {
        background: #333333;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .breads {
        margin-top: 0;
        margin-bottom: 0;
    }
    body.cat-body::before {
        height: 47px;
    }
    .menu__close {
        left: -22px;
        margin-bottom: 5px;
        width: 23px;
        height: 28px;
        background: url(img/left.svg);
        background-size: 13px 19px;
        filter: invert(1);
        background-repeat: no-repeat;
        background-position: center;
    }
    .menu__inner {
        padding-top: 10px !important;
    }
    .menu__inner {
        padding: 16px 20px 20px;
    }
    .menu__ul1 {
        margin-bottom: 30px;
        padding-bottom: 10px;
    }
    .menu__ul1 li {
        margin-bottom: 15px;
    }
    .menu__ul1 li a {
        font-size: 17px;
    }
    .footerb__b {
        text-align: center;
    }
    .pt50 {
        padding-top: 30px;
    }
    .cart__inner {
        padding: 20px 20px 0;
    }
    .item {
        margin-bottom: 20px;
        height: 400px;
    }
    .item__img-wrapper {
        height: 400px;
    }
    .item.item2 {
        height: auto;
        border-radius: 0;
    }
    .item__h2 {
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .item__h {
        padding: 15px 15px;
        font-size: 16px;
        height: auto;
        display: block;
    }
    .item__h2 {
        font-size: 16px;
    }
    .item__capt {
        font-size: 15px;
    }
    .first .slick-prev {
        left: 15px;
    }
    .first .slick-next {
        right: 15px;
    }
    .first .slick-dots li button {
        font-size: 14px;
        line-height: 14px;
        width: 16px;
        height: 16px;
        opacity: .8;
    }
    .slick-prev,
    .slick-next {
        width: 25px;
        height: 25px;
    }
    .slick-prev:before,
    .slick-next:before {
        right: 5px;
        top: 7px;
        width: 13px;
        height: 8px;
    }
    .first .slick-dots {
        bottom: 25px;
    }
    .cats-item p {
        margin-top: 10px;
    }
    .page-h3 {
        margin-bottom: 20px;
    }
    .item__cart {
        width: 35px;
        height: 35px;
    }
    .item__cart::before {
        width: 20px;
        height: 20px;
        left: 8px;
        top: 6px;
    }
    .item__fav {
        right: 15px !important;
        width: 35px;
        height: 35px;
    }
    .item__fav::before {
        width: 17px;
        height: 15px;
        left: 9px;
        top: 10px;
    }
    .item__remove {
        right: 60px !important;
        width: 35px;
        height: 35px;
    }
    .item__remove::before {
        width: 12px;
        height: 12px;
        left: 11px;
        top: 11px;
    }
    .item__h::after {
        display: none;
    }
    .info__block-img {
        width: 25px;
        height: 25px;
    }
}

@media screen and (max-width: 767px) {
    .header {
        padding-left: 2px;
        padding-right: 2px;
    }
    .header__menu {
        margin-left: 4px;
    }
    .page-back {
        left: 13px;
    }
    .serv-a__bottom .col-md-3 {
        width: 100%;
    }
    .serv-a__info {
        margin-bottom: 15px;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, .2) !important;
        padding-bottom: 15px;
    }
    .serv-a__bottom>.row>div:last-child .serv-a__info {
        border-bottom: none !important;
    }
    .serv-a__bottom {
        padding-bottom: 0px;
    }
    .mt100 {
        margin-top: 50px;
    }
    .mb100 {
        margin-bottom: 50px;
    }
    .serv-b__inner {
        padding: 25px 20px;
        border-radius: 8px;
    }
    .serv-b .page-img {
        margin-top: 20px;
    }
    .serv-с>.row>div:first-child .page-img {
        margin-bottom: 20px;
    }
    .serv-с>.row>div:last-child .page-img {
        margin-top: 20px;
    }
    .page-h2 {
        font-size: 18px;
        line-height: 21px;
    }
    .price-font {
        font-size: 18px;
    }
    .text-18 {
        font-size: 16px;
    }
    .mt40 {
        margin-top: 20px;
    }
    .text-18 p:not(:last-child) {
        margin-bottom: 15px;
    }
    .main-btn {
        padding: 9px 16px 7px;
        font-size: 15px;
        border-radius: 4px;
    }
    .main-btn2 {
        padding: 9px 16px 7px;
        font-size: 15px;
        border-radius: 4px;
    }
    .main-btn3 {
        padding: 9px 16px 7px;
        font-size: 15px;
        border-radius: 4px;
    }
    .serv-с__inner {
        padding: 0;
    }
    .serv-d {
        padding: 40px 0;
    }
    .serv-d .page-img {
        margin-bottom: 20px;
    }
    .serv-a__capt .main-btn3 {
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .serv-a__capt .main-btn2 {
        margin-left: 0px;
        margin-right: 20px;
        margin-bottom: 20px;
        transform: none !important;
        opacity: 1;
    }
    .serv-a__h-capt {
        transform: none !important;
        display: block;
    }
    .serv-a .pages-h1 {
        margin-top: 30px;
    }
    .mincart.vis {
        top: auto;
        bottom: 10px;
        right: 12px;
    }
    .serv-a .pages-h1 {
        max-width: 100%;
    }
    .search__inner {
        margin: 0 auto;
        width: calc(100% - 30px);
    }
    .serv-a__info span {
        margin-right: 0;
    }
    .cats-slider .slick-prev {
        left: 18px;
        z-index: 2;
    }
    .cats-slider .slick-next {
        right: 18px;
        z-index: 2;
    }
    .sfilters__cat {
        padding: 15px 0 15px;
        border-bottom: 1px solid rgba(234, 234, 234, 0.3);
    }
    .sfilters__cat:last-child {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .sfilters__cat:first-child {
        padding-top: 0;
    }
}

@media screen and (max-width: 500px) {
    .menu__wrapper {
        width: 100%;
    }
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    padding: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #333333;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background: rgba(51, 51, 51, .8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 1;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 0.25rem;
}

@media (min-width: 646px) {
    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.modal-fullscreen .modal-footer {
    border-radius: 0;
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
}

.call__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.call__row .f-input {
    font-family: "Source Code Pro", monospace;
    font-size: 18px;
    padding: 11px 28px 9px;
    border-radius: 6px;
    border: none;
    outline: none;
    width: 245px;
    box-sizing: border-box;
    margin-right: 25px;
}

.call__row .main-btn3 {
    width: 262px;
}

@media screen and (max-width: 768px) {
    .serv-d__pr {
        padding-right: 0;
    }
}


/**/