@charset "utf-8";
@import "bootstrap.css";
@import "normalize.css";
@import "../node_modules/slick-carousel/slick/slick.css";
@import "../node_modules/magnific-popup/dist/magnific-popup.css";
@import "callback-btn.css";
@import "callback-modal.css";
@import "typography.css";

/* Класс для увеличения картинки */

.zoom-img {}


/* Класс для галлереи */

.gallery {}

.phone span {
    opacity: 1 !important;
}


/* Класс для формы */

.form-submit-toggle {}


/* Класс для кнопки заказать звонок */

.callback-toggle {}


/******** Magnific-Popup *********/

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/******* Image Cover ********/

.img-cover {
    background-size: cover;
    background-position: center;
}

.img-cover_inited>img {
    visibility: hidden;
}

.trioCol {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    text-align: center;
    margin-bottom: 25px;
}

.doubleCol {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    text-align: center;
    margin-bottom: 25px;
}

.trioCol img,
.doubleCol img {
    max-width: 100%;
}

.trioCol .imgW,
.doubleCol .imgW {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}


/**********************************/

.main {
    display: flex;
}

.component {
    width: 100%;
}

.left,
.right {
    width: 30%;
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Light.woff2) format('woff2'),
         url(../fonts/Roboto-Light.ttf) format('truetype');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Regular.woff2) format('woff2'),
         url(../fonts/Roboto-Regular.ttf) format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Medium.woff2) format('woff2'),
         url(../fonts/Roboto-Medium.ttf) format('truetype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Bold.woff2) format('woff2'),
         url(../fonts/Roboto-Bold.ttf) format('truetype');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Black.woff2) format('woff2'),
         url(../fonts/Roboto-Black.ttf) format('truetype');
    font-weight: 900;
    font-display: swap;
}

body {
    color: #181818;
    font-size: 15px;
    font-family: "Roboto";
    font-weight: 300;
}

body p {
    margin-top: 0;
    margin-bottom: 10px;
}

.h1,
h1 {
    text-align: left;
    font-weight: 400;
    font-size: 35px;
    margin: 0 0 45px;
    line-height: 1;
    position: relative;
}

.wrapper {
    max-width: 1920px;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wrapLabel {
    position: relative;
    margin-bottom: 0;
}

.wrapLabel span {
    font-weight: 300;
    padding-left: 20px;
    font-size: 12px;
    line-height: 1;
    display: block;
    color: #858687;
    text-align: right;
    position: relative;
}

.wrapLabel span a {
    color: #000;
}

.wrapLabel span:before {
    position: absolute;
    left: 0;
    width: 13px;
    height: 13px;
    top: calc(50% - 7px);
    content: '';
    border: 1px solid #faba26;
}

.wrapLabel span:after {
    position: absolute;
    width: 7px;
    height: 7px;
    left: 3px;
    top: calc(50% - 4px);
    content: '';
    background: #faba26;
    opacity: 0;
}

.wrapLabel input:checked+span:after {
    opacity: 1;
}

.wrapLabel input {
    width: 10px !important;
    height: 10px !important;
    left: 0 !important;
    top: 0 !important;
    position: absolute !important;
    opacity: 0 !important;
}

.flexSA {
    display: flex;
    justify-content: space-around;
}

.flexSB {
    display: flex;
    justify-content: space-between;
}

.flexCenter {
    display: flex;
    justify-content: center;
}

.flexAI {
    display: flex;
    align-items: center;
}

.flexW {
    display: flex;
    flex-wrap: wrap;
}

.flexColumn {
    display: flex;
    flex-direction: column;
}

.flexStart {
    display: flex;
    justify-content: flex-start;
}

.flexEnd {
    display: flex;
    justify-content: flex-end;
}

.btnStyle {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background: #f9b000;
    font-weight: 500;
    color: #000;
    border: none;
    line-height: 1;
    transition: all 0.4s;
}

.btnStyle:hover {
    color: #000;
    text-decoration: none;
    background: #ffd700;
}


/*header*/

.topLineH {
    padding: 15px 0;
}

.logo img {
    max-width: 100%;
}

header .logo {
    width: 195px;
}

header .nav {
    padding-left: 20px;
    background: url(../images/iconNav.png) no-repeat left 3px;
    font-size: 16px;
    font-weight: 400;
}

header .nav span {
    font-weight: 500;
}

.phoneBlock {
    padding-left: 25px;
    background: url(../images/iconPhone.png) no-repeat left 3px;
}

.phoneBlock a {
    color: #181818;
    display: block;
    font-weight: 400;
    font-size: 16px;
}

.mailBlock .name {
    font-weight: 500;
}

.mailBlock a {
    font-weight: 400;
    color: #f9b000;
    border-bottom: 1px dotted #f9b000;
}

header .buttonsBlock {
    display: flex;
    flex-direction: column;
}

header .btnStyle {
    margin-bottom: 5px;
    width: 165px;
    height: 36px;
}

header .partner {
    width: 165px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background: none;
    font-weight: 500;
    color: #181818;
    border: 1px solid #000;
    line-height: 1;
    transition: all 0.4s;
}

.clockBlock .time {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}

.clockBlock .weekend {
    font-weight: 400;
    color: #f93500;
}

.botLineH ul {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #dddfe0;
}

.botLineH ul li a,
.botLineH ul li span {
    display: inline-block;
    margin-top: -1px;
    border-top: 3px solid transparent;
    font-size: 17px;
    line-height: 60px;
    color: #181818;
}

.botLineH ul li.current > a,
.botLineH ul li.current > span {
    border-top: 3px solid #f9b000;
}

.botLineH ul li {
    position: relative;
}


/*end header*/


/*topBannerBlock*/

.topBannerBlock {
    position: relative;
}

.topBannerBlock>img {
    margin-left: calc((100% - 1920px) / 2);
}

.topBannerBlock .txtBlock {
    position: absolute;
    left: calc((100% - 1140px) / 2);
    top: 30px;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 600px;
}

.topBannerBlock .name {
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 40px;
}

.topBannerBlock .txtBlock li {
    list-style-type: disc;
    color: #7bb202;
    list-style-position: inside;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1;
}

.topBannerBlock .txtBlock li span {
    color: #000;
}

.topBannerBlock .btnStyle {
    margin-top: 30px;
    width: 235px;
    height: 54px;
    font-size: 18px;
    font-weight: 400;
}


/*End topBannerBlock*/


/*weOfferBlock*/

.weOfferBlock .title .h1 {
    margin-bottom: 0;
}

.weOfferBlock .title {
    margin-bottom: 40px;
}

.weOfferBlock {
    padding: 75px 0 90px;
    padding-top: 0;
}

.title .txtInfo {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.title .btnStyle {
    height: 40px;
    width: 250px;
    margin-top: 5px;
}

.wrapWOffer .leftBlock {
    width: 270px;
}

.wrapWOffer .rightBlock {
    width: calc(100% - 290px);
}

.bannerMain {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 35px 20px;
}

.nucBM {}

.jshop .bannerMain {
    margin-bottom: 40px;
}

.nucBM .imgW {
    height: 270px;
    width: 100%;
    background-color: #f4f6f8;
    position: relative;
    margin-bottom: 25px;
    display: block;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.nucBM .imgW:after {
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
    width: 72px;
    height: 8px;
    background: #f9b000;
    transition: all 0.4s;
}

.nucBM:hover .imgW:after {
    width: 100%;
}

.nucBM .imgW:before {
    position: absolute;
    left: 10px;
    bottom: 10px;
    content: url(../images/arrDouble.png);
    line-height: 0;
}

.nucBM .imgW img {}

.nucBM .name {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
}


/*End weOfferBlock*/


/*realizationBlock*/

.realizationBlock {
    border-top: 1px solid #f4f6f8;
    border-bottom: 1px solid #f4f6f8;
    padding-bottom: 45px;
    padding-top: 25px;
}

.wrapRealiz {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px 10px;
}

.wrapRealiz .titleBlock {
    position: relative;
    padding-right: 55px;
    grid-column-start: span 2;
    display: flex;
    align-items: center;
    z-index: 1;
}

.wrapRealiz .titleBlock:before {
    position: absolute;
    content: '';
    right: 55px;
    top: -25px;
    width: 1000px;
    background: #f4f6f8;
    height: calc(100% + 25px);
    z-index: -1;
}

.wrapRealiz .titleBlock .name {
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    margin-top: -15px;
}

.nucRealize .name {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
}

.nucRealize p {
    line-height: 1;
    margin: 0;
}

.nucRealize {
    align-items: center;
}

.nucRealize .wrapNum {
    margin-right: 25px;
    border-bottom: 9px solid #7bb202;
    width: 30px;
}

.nucRealize .num {
    font-size: 55px;
    line-height: 50px;
    font-weight: 900;
    color: #000;
}

.nucRealize .txtBlock {
    width: calc(100% - 55px);
}


/*End realizationBlock*/


/*popularItemsBlock*/

.popularItemsBlock {
    padding: 75px 0;
}

.popularItemsBlock .tabs {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #dddfe0;
    border-bottom: 2px solid #dddfe0;
    margin-bottom: 55px;
}

.tabs li {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    height: 48px;
    color: #878686;
    cursor: pointer;
    transition: all 0.4s;
}

.tabs li:hover {
    color: #181818;
}

.tabs li.active {
    color: #181818;
}

.tabs li.active:before {
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
    height: 4px;
    background: #f9b000;
    bottom: -4px;
}

.contentTabs .nucTab {
    display: none;
}

.contentTabs .nucTab.active {
    display: block;
}


/*End popularItemsBlock*/


/*servBlock*/

.servBlock {
    padding: 80px 0 100px;
    background: #f4f6f8;
}

.wrapServ>.leftBlock {
    width: 270px;
}

.wrapServ>.leftBlock ul {
    height: 100%;
    background: #fff;
}

.wrapServ ul {
    background: #fff;
}

.wrapServ li {
    height: 25%;
    border: 1px solid #dddfe0;
}

.wrapServ li a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 15px;
    font-size: 17px;
    color: #181818;
    padding-right: 35px;
    background: url(../images/arrMain.png) no-repeat calc(100% - 10px) center;
}

.wrapServ>.rightBlock {
    width: calc(100% - 290px);
}

.servBM {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.servBM .bigSBM {
    grid-column-start: span 3;
    border: 1px solid #dddfe0;
    padding: 10px 10px 20px;
    background: #fff;
    position: relative;
}

.bigSBM:before {
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 8px;
    content: '';
    width: 72px;
    background: #f9b000;
    transition: all 0.4s;
}

.bigSBM .leftBlock,
.bigSBM .rightBlock {
    position: relative;
    z-index: 3;
}

.bigSBM:hover {
    text-decoration: none;
}

.bigSBM:hover:before {
    width: 100%;
}

.bigSBM .leftBlock {
    width: 570px;
}

.servBM .nucSBM {
    border: 1px solid #dddfe0;
    padding: 10px 10px 20px;
    background: #fff;
    position: relative;
}

.servBM .topLine img {
    max-height: 47px;
}

.servBM .topLine {
    margin-bottom: 12px;
}

.servBM .name {
    display: block;
    color: #181818;
    line-height: 1;
    margin-bottom: 13px;
    font-size: 20px;
}

.servBM .txt {
    font-size: 15px;
    color: #181818;
}

.nucSBM:before {
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 8px;
    content: '';
    width: 72px;
    background: #f9b000;
    transition: all 0.4s;
}

.nucSBM:hover {
    text-decoration: none;
}

.nucSBM:hover:before {
    width: 100%;
}

.nucSBM .txtBlock,
.nucSBM .topLine {
    position: relative;
    z-index: 3;
}


/*End servBlock*/


/*footer*/

footer {
    background: #f4f6f8;
}

.topLineF {
    background: #fff;
    border-top: 2px solid #dddfe1;
}

.footMain {
    width: calc(100% - 275px);
}

.footMain ul {
    display: flex;
    justify-content: space-between;
}

.footMain ul a,
.footMain ul span {
    color: #181818;
    line-height: 76px;
    display: block;
}

.centerLineF {
    padding: 35px 0 15px;
}

.wrapBLF {
    border-top: 1px solid #bbbcbe;
    padding: 20px 0;
}

.wrapBLF>* {
    color: #bbbcbe;
    line-height: 1;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.colMain {
    margin-right: 45px;
}

.colMain .name {
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
}

.colMain ul a {
    display: block;
    margin-bottom: 15px;
    line-height: 1;
    color: #181818;
}

.centerLineF .phoneBlock {
    margin-right: 45px;
}

.infoFoot .rightInfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.centerLineF .time {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}

.centerLineF .weekend {
    /*line-height: 1;*/
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 700;
}

.centerLineF .mail {
    font-size: 15px;
    font-weight: 400;
    color: #f9b000;
    border-bottom: 1px dotted #f9b000;
}


/*End footer */

.itemsList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.jshop_list_product .wrapProducts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 20px;
}

.jshop_list_product .wrapItem {
    width: auto;
    min-width: 0;
}


/*item*/

.item {
    position: relative;
    border: 1px solid #dddfe0;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.item .imgW {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    margin-bottom: 15px;
}

.item img {
    max-width: 100%;
    max-height: 300px;
}

.item .name {
    font-weight: 400;
    color: #181818;
    line-height: 1;
    margin-bottom: 20px;
    display: block;
}

.item .priceBlock {
    /*  display: flex;
    justify-content: space-between;
    align-items: center;*/
    margin-bottom: 20px;
}

.item .current {
    font-weight: 400;
}

.item .current_opt {
    font-weight: 400;
}

.item .current span {
    font-size: 21px;
    font-weight: 700;
}

.item .oldPriceBlock .txt {
    font-size: 13px;
    color: #949393;
}

.item .oldPriceBlock .oldPrice {
    color: #626161;
    font-size: 13px;
}

.item .buttonsBlock {
    display: flex;
    justify-content: space-between;
}

.item .btnStyle {
    width: 49%;
    height: 38px;
}

.item .more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 49%;
    border: 1px solid #7bb202;
    font-size: 17px;
    color: #7bb202;
    font-weight: 400;
    border-radius: 3px;
    transition: all 0.4s;
}

.item .more:hover {
    background: #7bb202;
    color: #fff;
}


/*End item*/


/*modalF*/

.modalF.callback-modal {
    width: 555px;
    max-width: 90%;
    border-radius: 0;
}

.modalF .wrapForm {
    margin-bottom: 0px;
    box-shadow: none;
    border-radius: 0px;
}

.wrapForm {
    width: 100%;
    padding: 25px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, .2);
    border-radius: 5px;
}

.wrapForm .nameForm {
    line-height: 1;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 400;
}

.wrapForm p {
    color: #333333;
    font-size: 17px;
    line-height: 1.1;
    margin-bottom: 25px;
}

.wrapForm .sendInp {
    width: 100%;
}

.wrapForm input {
    margin-bottom: 10px;
    background: #f4f6f8;
    line-height: 46px;
    padding: 0 8px;
    color: #000;
    width: 49%;
    border: none;
    border-radius: 4px;
}

.modalF .wrapForm input {
    width: 100%;
}

.wrapForm textarea {
    max-width: 100%;
    min-width: 100%;
    background: #f4f6f8;
    color: #000;
    padding: 15px 8px;
    min-height: 100px;
    max-height: 100px;
    border: none;
    border-radius: 4px;
}

.wrapForm .sendInp {
    padding-top: 10px;
}

.wrapForm button {
    width: 220px;
    height: 45px;
    font-size: 18px;
    font-weight: 400;
}

.wrapForm .wrapLabel {
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 230px);
}


/*End modalF*/


/*insidepage*/

.insidepage header {
    border-bottom: 2px solid #b0b1b3;
    margin-bottom: 20px;
}

.insidepage .topSliderBlock {
    margin-top: -20px;
}

.breadcrumbs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

.breadcrumbs span {
    font-size: 14px;
    color: #000;
}

.breadcrumbs a,
.breadcrumbs a span,
.breadcrumbs span.divider {
    color: #b0b1b3;
}

.wrapGarantAndSert .leftBlock {
    width: 450px;
}

.wrapGarantAndSert .rightBlock {
    width: 500px;
}

.wrapGarantAndSert h2 {
    margin: 0;
    font-weight: bold;
    line-height: 1;
}

.wrapGarantAndSert .title {
    margin-bottom: 40px;
}

.wrapGarantAndSert .title a {
    color: #f9b000;
    line-height: 1;
}

.wrapGarantAndSert .leftBlock p {
    font-size: 14px;
    text-align: justify;
}

.wrapGarantAndSert .wrapGarant {
    padding: 30px 0;
}

.wrapGarant .nucGarant {
    width: 47%;
    border: 1px solid #f9b000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

.nucGarant .term {
    font-size: 22px;
    font-weight: 700;
    color: #f9b000;
    margin-left: -35px;
    padding: 3px 3px 7px;
    line-height: 1;
    background: #fff;
    position: relative;
}

.nucGarant p {
    width: 90px;
    margin: 0;
}

.sliderSert {
    position: relative;
}

.sertSlide img {
    max-width: 100%;
    max-height: 100%;
}

.sertSlide .imgW {
    padding: 50px 20px 0;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transition: all 0.4s;
}

.sertSlide.slick-current .imgW {
    padding: 0;
}

.sliderSert .slick-arrow {
    position: absolute;
    top: -10px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 0;
    border: none;
    transition: all 0.4s;
    z-index: 3;
}

.sliderSert .slick-prev {
    background: url(../images/prevSlideT.png) no-repeat center, #f9b000;
    right: 50px;
}

.sliderSert .slick-next {
    background: url(../images/nextSlideT.png) no-repeat center, #f9b000;
    right: 0px;
}


/*End insidepage*/


/* страница услуги */

.wrapServIn {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.nucServ {
    border: 1px solid #eee;
}

.nucServ img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.nucServ .infoBlock {
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.nucServ .infoBlock .topInfoBlock {
    margin-bottom: 15px;
}

.nucServ .name {
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 700;
}

.nucServ .txt {
    margin-bottom: 15px;
}

.nucServ .properties ul {
    list-style: disc;
    list-style-position: inside;
}

.nucServ .properties ul li::marker {
    color: #f9b000;
}

.nucServ .properties ul span {
    font-weight: 700;
}

.nucServ .price {
    font-weight: 700;
    font-size: 20px;
}

.nucServ .btnStyle {
    font-size: 17px;
    height: 45px;
    width: 120px;
    font-weight: 400;
}


/* Конец страница услуги */


/* Страница "о нас" */

.wrapPartnersLogo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.itemPartnersLogo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    background: #00000024;
    padding: 15px;
    border-radius: 10px;
}

.itemPartnersLogo img {
    margin-bottom: 15px;
}

.itemPartnersLogo .title {
    text-align: center;
}

.homeWorksSlider .gallSlide {
    padding: 0 10px;
}

.homeWorksSlider .worksLink {
    display: block;
    text-decoration: none !important;
}

.homeWorksSlider .imgW {
    overflow: hidden;
    border-radius: 18px;
    background: #f3f4f6;
    box-shadow: 0 16px 40px rgba(34, 34, 34, 0.08);
}

.homeWorksSlider .imgW img {
    display: block;
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.homeWorksSlider .name {
    margin: 16px 0 0;
    font-size: 18px;
    line-height: 1.35;
    color: #181818;
    font-weight: 500;
    text-align: left;
}

.homeWorksSlider .slick-arrow {
    position: absolute;
    top: -68px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    font-size: 0;
    color: transparent;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 3;
    background-color: #f9b000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
}

.homeWorksSlider .slick-prev {
    left: auto;
    right: 56px;
    background-image: url('/images/prevElement.png');
}

.homeWorksSlider .slick-next {
    right: 0;
    background-image: url('/images/nextElement.png');
}

.homeWorksSlider .slick-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.homeWorksSlider .slick-dots button {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #d1d5db;
    font-size: 0;
}

.homeWorksSlider .slick-dots .slick-active button {
    background: #2e2f31;
}

.homeGallerySection .container {
    display: block;
}

.homeGalleryTitle {
    margin-bottom: 28px;
}

.homeGallerySliderWrap {
    margin-bottom: 48px;
}

.homeGallerySection .homeWorksSlider .imgW img {
    height: 420px;
}

.homeTrustSection {
    padding-top: 8px;
}

.homeTrustSection h3 {
    margin: 0 0 40px;
    font-weight: bold;
    line-height: 1;
}

.homeTrustSection .wrapPartnersLogo {
    justify-content: flex-start;
    gap: 20px;
}

.homeTrustSection .itemPartnersLogo {
    width: calc(25% - 15px);
    min-width: 160px;
    box-sizing: border-box;
    overflow: hidden;
}

.homeTrustSection .itemPartnersLogo img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}

.homeGallerySection + .realizationBlock {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .homeTrustSection .itemPartnersLogo {
        width: calc(33.333% - 14px);
    }
}

.item-page li {
    list-style-type: disc;
    list-style-position: inside;
}

.category_description li {
    list-style-type: disc;
    list-style-position: inside;
}


/* Конец Страница "о нас" */


/* форма внутри */

.insideForm .callback-modal {
    border: 1px solid #dddfe0;
    margin-top: 20px;
}


/* Конец форма внутри */


/* таблица */

.insidepage td {
    border: 1px solid #000;
    padding: 5px;
}


/*topSliderBlock*/

.topSliderBlock,
.slideTop {
    position: relative;
}

.slideTop>img {
    margin-left: calc((100% - 1920px) / 2);
    max-width: unset;
    opacity: 0.8;
}

.slideTop .contentSlider {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1240px;
    left: calc((100% - 1240px) / 2);
    height: 100%;
    top: 0;
}

.slideTop .txtBlock {
    position: relative;
    z-index: 5;
    width: calc(100% - 520px);
}

.slideTop .name {
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
    position: relative;
}

.slideTop .name:before {
    position: absolute;
    content: '';
    height: 5px;
    width: 50px;
    background: var(--colorSecond);
    top: 22px;
    left: -70px;
    border-radius: 2px;
}

.slideTop .colorTxt {
    color: var(--colorHead);
}

.slideTop .bigTxt {
    font-size: 50px;
    font-weight: 800;
}

.slideTop .txt {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 35px;
}

.nucPreTS {
    margin-right: 20px;
}

.nucPreTS .imgW {
    margin-right: 10px;
}

.nucPreTS .txtPreTS {
    max-width: 125px;
}

.slideTop .btnStyle1 {
    width: 350px;
    margin-top: 55px;
}

.slideTop .imgBlock {
    margin-left: -60px;
    width: 580px;
}

.slideTop .imgBlock img {
    max-width: 100%;
}

.topSliderBlock .slick-dots {
    position: absolute;
    right: calc((100% - 1240px) / 2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    list-style: none;
    height: 100%;
    top: 0;
}

.topSliderBlock .slick-dots li::before {
    display: none;
}

.topSliderBlock .slick-dots button {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
    background: #fff;
    opacity: 0.5;
    margin: 0;
    border: none;
    position: relative;
}

.topSliderBlock .slick-dots button:before {
    right: 100%;
    top: 50%;
    background: #fff;
    width: 40px;
    height: 1px;
    content: '';
    position: absolute;
    opacity: 0;
}

.topSliderBlock .slick-dots li {
    margin-bottom: 10px;
    padding: 5px;
    line-height: 0;
    border: 1px solid transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topSliderBlock .slick-dots li.slick-active {
    border: 1px solid #fff;
}

.topSliderBlock .slick-dots .slick-active button {
    opacity: 1;
}

.topSliderBlock .slick-dots .slick-active button:before {
    opacity: 1;
}

.topSliderBlock .titleTS {
    font-size: 40px;
    color: #000;
    margin-bottom: 25px;
}

.topSlider .wrapTS {
    padding-right: 50%;
}

.topSliderBlock .titleTS {
    font-size: 40px;
    color: #000;
    margin-bottom: 25px;
}

.topSliderBlock li {
    padding-left: 15px;
    position: relative;
}

.topSliderBlock .nameTS {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
}

.topSliderBlock li::before {
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    content: "";
    top: 15px;
    background: #f9ae00;
}

.topSliderBlock .bodyTS {
    color: #000;
    font-size: 15px;
    font-weight: 300;
}

.topSliderBlock .btnStyle {
    display: inline-block;
    padding: 20px;
    margin-top: 20px;
}

@media screen and (max-width:1299px) {
    .topSliderBlock .slick-dots {
        right: calc((100% - 1140px) / 2);
    }
    .slideTop>img {
        width: 1700px;
        margin-left: calc((100% - 1700px) / 2);
    }
    .slideTop .contentSlider {
        width: 1140px;
        left: calc((100% - 1140px) / 2);
    }
}

@media screen and (max-width:1199px) {
    .topSliderBlock .slick-dots {
        right: calc((100% - 940px) / 2);
    }
    .slideTop .contentSlider {
        width: 940px;
        left: calc((100% - 940px) / 2);
    }
    .slideTop .txtBlock {
        width: calc(100% - 320px);
    }
    .slideTop .imgBlock {
        width: 480px;
    }
    .slideTop .name {
        font-size: 32px;
    }
    .slideTop .bigTxt {
        font-size: 40px;
    }
    .slideTop .txt {
        font-size: 22px;
    }
    .slideTop .btnStyle1 {
        width: 300px;
    }
}

@media screen and (max-width:991px) {
    .slideTop .imgBlock {
        display: none;
    }
    .topSliderBlock .slick-dots {
        right: calc((100% - 750px) / 2);
    }
    .slideTop .contentSlider {
        width: 750px;
        left: calc((100% - 750px) / 2);
        padding-right: 70px;
    }
    .slideTop .txtBlock {
        width: 100%;
    }
    .slideTop>img {
        width: 1700px;
        margin-left: calc((100% - 1465px) / 2);
    }
}

@media screen and (max-width:767px) {
    .slideTop .contentSlider {
        width: auto;
        left: 15px;
        right: 70px;
        padding-right: 0px;
    }
    .topSliderBlock .slick-dots {
        right: 15px;
    }
    .slideTop .bigTxt {
        font-size: 32px;
    }
    .slideTop .txt {
        font-size: 18px;
    }
    .slideTop .btnStyle1 {
        width: 200px;
        margin-top: 35px;
    }
}

@media screen and (max-width:600px) {
    .slideTop .bigTxt {
        font-size: 24px;
    }
    .slideTop .name {
        font-size: 18px;
        margin-bottom: 18px;
    }
    .slideTop .txt {
        font-size: 16px;
        line-height: 1.1;
        margin-bottom: 20px;
    }
    .nucPreTS .txtPreTS {
        line-height: 1.1
    }
}

@media screen and (max-width:485px) {
    .topSliderBlock .titleTS {
        font-size: 30px;
    }
    .topSliderBlock .nameTS {
        font-size: 16px;
    }
    .topSliderBlock .bodyTS {
        font-size: 14px;
    }
}


/*End topSliderBlock*/


/* Banner */

.nucBanner {
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-gap: 20px;
    align-items: center;
}

.wrapBanner {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 40px;
}

.wrapBanner .name {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
}

.bannerBlock {
    padding: 50px 0;
}

.wrapBanner .text {
    opacity: 0.9;
    font-size: 14px;
}

.wrapBanner .imgW {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}

.wrapBanner .imgW img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.8s;
}

.nucBanner:hover .imgW img {
    transform: scale(1.2);
}


/* Banner */


/* Конец таблица */


/* --- Media styles --- */

.wrapMobMain {
    display: none;
}

@media screen and (min-width:1200px) {}

@media screen and (max-width:1199px) {}

@media screen and (max-width:991px) {
    .wrapServIn {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width:768px) {
    .wrapServIn {
        grid-template-columns: 1fr;
    }
}

@media screen and (min-width:768px) {
    /**/
    .listSection {
        position: relative;
    }
    .listSection li {
        border: 1px solid #f2f2f2;
        padding-right: 40px;
        position: relative;
    }
    .listSection li.parent {
        background: url(../images/arrMain.png) no-repeat calc(100% - 10px) center;
    }
    .listSection a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 80px;
        padding: 10px;
        color: #181818;
    }
    .listSection a .imgW {
        width: 41px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 7px;
    }
    .listSection a img {
        max-width: 100%;
        max-height: 42px;
    }
    .listSection a .txt {
        width: calc(100% - 48px);
    }
    /**/
    .botLineH ul li ul {
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        z-index: 5;
        display: none;
        min-width: 250px;
    }
    .botLineH ul li ul a {
        border-bottom: 1px solid #dddfe0;
        padding: 5px 10px;
        display: block;
        line-height: 1.2;
    }
    .botLineH ul li:hover>ul {
        display: block;
    }
    .footMain ul li ul {
        position: absolute;
        border: 1px solid #dddfe0;
        bottom: 100%;
        left: 0;
        background: #fff;
        z-index: 5;
        display: none;
        min-width: 250px;
    }
    .footMain ul .small {
        font-size: 100%;
    }
    .footMain ul li {
        position: relative;
    }
    .footMain ul li ul a {
        border-bottom: 1px solid #dddfe0;
        padding: 5px 10px;
        display: block;
        line-height: 1.2;
    }
    .footMain ul li:hover>ul {
        display: block;
    }
    .listSection li ul a {
        height: auto;
    }
    .listSection li ul {
        position: absolute;
        left: 100%;
        top: -1px;
        background: #fff;
        z-index: 10;
        width: 100%;
        display: none;
    }
    .listSection li:hover>ul {
        display: block;
    }
}

@media screen and (max-width:991px) {}

@media screen and (max-width:767px) {}

@media screen and (max-width:675px) {}

@media screen and (max-width:640px) {}

@media screen and (max-width:600px) {}

@media screen and (max-width:485px) {}

@media screen and (max-width:425px) {}

@media screen and (max-width:400px) {}

@media screen and (max-width:370px) {}

/* Contacts/page overrides */
.wrapCont .right { width: 100%; }
.wrapCont .baseBlock { width: 100%; max-width: none; }
.wrapCont iframe[src*=yandex], .wrapCont iframe[src*=google.com/maps] { width: 100%; min-height: 420px; border: 0; border-radius: 16px; box-shadow: 0 16px 40px rgba(34, 34, 34, 0.08); }
