@charset "utf-8";
@import "../node_modules/slick-carousel/slick/slick.css";
@import "../node_modules/magnific-popup/dist/magnific-popup.css";
@import "../node_modules/fontawesome/css/all.css";
@import "callback-btn.css";
@import "callback-modal.css";
@import "typography.css";
@import url('reset.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('../fonts/stylesheet.css');
@import url('preloader.css');

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

.zoom-img {}


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

.gallery {}


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

.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;
}


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

.main {
    display: flex;
}

.component {
    width: 100%;
}

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


/* Пагинация */

.pagination>ul {
    margin-top: 15px;
    display: flex;
    list-style: none;
    margin-bottom: 5px;
}

.pagination>ul li {
    margin-right: 20px;
}

.pagination>ul li a {
    text-decoration: none;
    font-weight: 600;
}


/* breadcrumbs */

.breadcrumbs {
    padding: 6px 0;
    margin-bottom: 25px;
}

.breadcrumbs ol {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumbs ol li>span {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: var(--mainOrange);
}

.breadcrumbs ol li>a {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #6D6E73;
}

.breadcrumbs ol li a:hover {
    text-decoration: underline;
}

.breadcrumbs ol li.breadcrumb-item:not(.active):after {
    content: "/";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #6D6E73;
    margin: 0 5px 0 5px;
}


/* breadcrumbs end */


/* Модалка */

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

.wrapLabel span {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    display: block;
    position: relative;
    color: var(--white);
    padding-left: 20px;
}

.wrapLabel span a {
    color: var(--white);
}

.wrapLabel span:before {
    position: absolute;
    left: 0;
    width: 14px;
    height: 14px;
    top: 0;
    content: '';
    background: var(--white);
    border-radius: 50%;
}

.wrapLabel span:after {
    position: absolute;
    width: 8px;
    height: 8px;
    left: 3px;
    top: 3px;
    content: '';
    background: var(--mainOrange);
    opacity: 0;
    border-radius: 50%;
}

.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;
}

html.lock {
    overflow: hidden;
}


/*  */

* {
    box-sizing: border-box;
}

:root {
    --mainOrange: #FF8F38;
    --mainBlue: #1F8BDE;
    --white: #F8F8F8;
}

body,
html {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-style: normal;
    font-weight: 400;
    color: #000;
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

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

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

.wrapper {}

.wrapper .page-header h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 50px;
    text-align: center;
}

.all_cnt {
    overflow: hidden;
    padding-top: 135px;
}

.all_cnt img {
    max-width: 100%;
    object-fit: contain;
}

.component p {
    padding: 10px 0;
}

.component ul {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style-type: disc;
}

.component ul li {
    margin-bottom: 5px;
}

.component ol {
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style-type: decimal;
}

.component ol li {
    margin-bottom: 5px;
}

.pagination ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: center;
}

.pagination ul li a {
    margin: 0 5px;
    min-width: 30px;
    height: 30px;
    color: var(--white);
    background: var(--mainBlue);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
}

.pagination ul li a:hover {
    background: var(--mainOrange);
}

.pagination ul li a .icon-angle-double-left::before {
    content: '\f100';
    font-family: "Font Awesome 6 Pro";
}

.pagination ul li a .icon-angle-double-right::before {
    content: '\f101';
    font-family: "Font Awesome 6 Pro";
}

.pagination ul li a .icon-angle-left::before {
    content: '\f104';
    font-family: "Font Awesome 6 Pro";
}

.pagination ul li a .icon-angle-right::before {
    content: '\f105';
    font-family: "Font Awesome 6 Pro";
}

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

.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;
}

.flexAiStart {
    display: flex;
    align-items: flex-start;
}

.flexAiEnd {
    display: flex;
    align-items: flex-end;
}

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

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.btnAll {
    border-radius: 15px;
    padding: 18px 18px 19px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: .4s;
    cursor: pointer;
    border: none;
}

.btn1 {
    background: var(--mainOrange);
    color: var(--white);
    border: 2px solid var(--mainOrange);
}

.btn1:hover {
    background: none;
    color: var(--white);
}

.btn2 {
    background: var(--mainOrange);
    color: var(--white);
    border: 2px solid var(--mainOrange);
}

.btn2:hover {
    background: none;
    color: #0D0D0D;
}

.btn3 {
    background: var(--mainBlue);
    color: var(--white);
}

.btn3:hover {
    background: var(--mainOrange);
    color: var(--white);
}

.btn4 {
    background: none;
    border: 2px solid var(--mainOrange);
    color: #0D0D0D;
}

.btn4:hover {
    background: var(--mainOrange);
    color: var(--white);
}

.titleAll {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 35px;
}

.h2,
h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 35px;
}

:active,
:hover,
:focus {
    outline: 0;
    outline-offset: 0;
}


/* header */


/* topLineHead  */

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
}

header * {
    transition: .4s;
}

header .wrapTopLineHead {}

header .topLineHead {
    padding: 15px 0;
}

header.active .topLineHead {
    padding: 10px 0;
}

header .logo {
    margin-right: 75px;
    width: 290px;
}

header.active .logo {
    width: 230px;
}

header .btnCalc {
    padding-left: 45px;
    position: relative;
}

header .btnCalc::before {
    content: url('../images/svg/calc.svg');
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

header .btnCalc a {
    font-size: 15px;
    color: #000;
    transition: .2s;
}

header .btnCalc a:hover {
    color: var(--mainOrange);
}

header .wrapPhone {
    margin-right: 40px;
}

header .wrapPhone a {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-decoration-line: underline;
    color: #000000;
    margin-right: 25px;
    transition: .2s;
}

header .wrapPhone a:hover {
    color: var(--mainOrange);
}

header .wrapPhone a:last-child {
    margin-right: 0;
}

header .btnCallBack {
    padding-left: 45px;
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    cursor: pointer;
    transition: .2s;
    color: #000;
}

header .btnCallBack::before {
    content: url('../images/svg/phone.svg');
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

header .btnCallBack:hover {
    color: var(--mainOrange);
}


/* topLineHead end */


/* bottomLineHead */

.wrapBottomLineHead {
    border-bottom: 1px solid rgba(160, 160, 160, 0.4);
    border-top: 1px solid rgba(160, 160, 160, 0.4);
}

.bottomLineHead {}

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

.wrapMenu>ul>li {
    align-items: center;
    height: 60px;
    display: flex;
}

header.active .wrapMenu>ul>li {
    height: 35px;
}

.wrapMenu ul li.parent {
    position: relative;
}

.wrapMenu ul li.parent>a {
    padding-right: 20px;
}

.wrapMenu ul li.parent>a::before {
    position: absolute;
    right: 0px;
    top: calc(50% - 2px);
    content: '';
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    transform: translateY(-50%) rotate(45deg);
    transition: .2s;
}

.wrapMenu ul li.parent>a:hover::before {
    border-bottom: 2px solid var(--mainOrange);
    border-right: 2px solid var(--mainOrange);
}

.wrapMenu ul li.parent ul li.parent>a::before {
    transform: translateY(-50%) rotate(-45deg);
    right: 20px;
}

.wrapMenu ul li.parent ul {
    display: none;
    position: absolute;
    left: -25px;
    top: 100%;
    background: #fff;
    padding: 20px 0px;
    width: 400px;
    border: 1px solid rgba(160, 160, 160, 0.4);
    z-index: 100;
}

.wrapMenu ul li.parent:hover ul {
    display: block;
}

.wrapMenu ul li.parent ul li {
    padding: 0 25px;
}

.wrapMenu ul li.parent ul li.parent ul {
    display: none;
    position: absolute;
    left: 100%;
    top: -21px;
    background: #fff;
    padding: 20px 0px;
    width: 400px;
    border: 1px solid rgba(160, 160, 160, 0.4);
    z-index: 101;
}

.wrapMenu ul li.parent ul li.parent:hover ul {
    display: block;
}

.wrapMenu ul li ul li {
    margin-bottom: 15px;
}

.wrapMenu ul li ul li:last-child {
    margin-bottom: 0;
}

.wrapMenu a {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    color: #000000;
    transition: .2s;
    display: block;
}

.wrapMenu a:hover {
    color: var(--mainOrange);
}


/* bottomLineHead end */


/* end header */


/* topSlider */

.topSlider {
    margin-bottom: 100px;
    position: relative;
}

.topSlider .slick-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.topSlider .slick-dots li {
    padding: 0 5px;
}

.topSlider .slick-dots li button {
    background: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: solid 1px var(--white);
    font-size: 0;
    transition: .4s;
}

.topSlider .slick-dots li.slick-active button {
    background: var(--mainOrange);
}

.topSlider .itemTS {
    position: relative;
}

.topSlider .btnTS {
    position: absolute;
    left: calc((100% - 1240px) / 2);
    bottom: 60px;
}

.topSlider .wImg img {
    width: 1920px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    max-width: none;
}


/* topSlider end */


/* bannerMenu */

.bannerMenu {
    margin-bottom: 100px;
}

.bannerMenu .itemsBM {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.bannerMenu .itemBM {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    z-index: 0;
}

.bannerMenu .itemBM:nth-child(1) {
    width: 400px;
}

.bannerMenu .itemBM:nth-child(2) {
    width: 820px;
}

.bannerMenu .itemBM:nth-child(3) {
    width: 505px;
}

.bannerMenu .itemBM:nth-child(4) {
    width: 400px;
}

.bannerMenu .itemBM:nth-child(5) {
    width: 295px;
}

.bannerMenu .itemBM:nth-child(6) {
    width: 400px;
}

.bannerMenu .itemBM:nth-child(7) {
    width: 400px;
}

.bannerMenu .itemBM:nth-child(8) {
    width: 400px;
}

.bannerMenu .itemBM .wImg::after {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* animation: Smart_animate; */
    transition: .3s;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}

.bannerMenu .itemBM:hover .wImg::after {
    transform: translateY(50%);
}

.bannerMenu .itemBM .nameBM {
    position: absolute;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    left: 0;
    bottom: 0;
    color: var(--white);
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding: 0 20px 27px 40px;
}

.bannerMenu .itemBM .nameBM::after {
    content: url('../images/svg/arrowBM.svg');
    transition: .3s;
}

.bannerMenu .itemBM:hover .nameBM::after {
    transform: translateY(-20px);
}


/* bannerMenu end */


/* calcHome  */

.calcHome {
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
}

.calcHome .itemsCH {
    display: grid;
    grid-template-columns: 505px 295px 400px;
    grid-gap: 20px;
}

.calcHome .itemCH {
    background: var(--mainBlue);
    border-radius: 15px;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calcHome .itemCH:nth-child(5) {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: span 2;
    flex-direction: column-reverse;
}

.calcHome .itemCH:nth-child(5) .wImg {
    margin: -100px 0 -40px 0;
}

.calcHome .textCH {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: var(--white);
}

.calcHome .textCH .btnAll {
    margin-top: 12px;
}


/* calcHome end */


/* preim */

.preim {
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
}

.preim .leftPreim {
    width: 505px;
}

.preim .itemsPreim {
    position: relative;
}

.preim .itemsPreim .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    border: none;
    background: none;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: var(--mainBlue);
    z-index: 10;
    padding: 0;
    margin: 0;
    transition: .3s;
}

.preim .itemsPreim .slick-arrow:hover {
    background: var(--mainOrange);
}

.preim .itemsPreim .slick-prev {
    left: 0;
    transform: translate(-50%, -50%);
}

.preim .itemsPreim .slick-next {
    transform: translate(50%, -50%);
    right: 0;
}

.preim .itemsPreim .slick-prev::before {
    position: absolute;
    left: calc(50% + 2px);
    top: 50%;
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
    transform: translate(-50%, -50%) rotate(135deg);
    transition: all 0.4s;
}

.preim .itemsPreim .slick-next::before {
    position: absolute;
    left: calc(50% - 2px);
    top: 50%;
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
    transform: translate(-50%, -50%) rotate(315deg);
    transition: all 0.4s;
}

.preim .itemPreim {
    display: flex;
    justify-content: center;
}

.preim .itemPreim a {
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preim .rightPreim {
    width: calc(100% - 505px - 20px);
    padding-left: 20px;
}

.preim .titlePreim {
    margin-bottom: 40px;
}

.preim .itemsPP {
    display: grid;
    grid-template-columns: repeat(4, 25%);
    grid-row-gap: 26px;
    list-style: none;
    counter-reset: my-awesome-counter;
    position: relative;
}

.preim .itemsPP::before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background: var(--mainBlue);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.preim .itemPP {
    border-right: 1px solid var(--mainBlue);
    padding: 17px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    counter-increment: my-awesome-counter;
    line-height: 1.4;
}

.preim .itemPP:nth-child(4n+1) {
    padding-left: 0;
}

.preim .itemPP:nth-child(4n+4) {
    border-right: none;
}

.preim .itemPP::before {
    content: counter(my-awesome-counter) ".";
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Uni Sans', sans-serif;
    color: var(--mainOrange);
    margin-bottom: 10px;
}


/* preim end */


/* ustPotolok */

.ustPotolok {
    margin-bottom: 190px;
    position: relative;
    z-index: 0;
}

.ustPotolok::before {
    content: url('../images/beforeUP.webp');
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 200px;
    z-index: -1;
    display: flex;
    align-items: center;
}

.ustPotolok .titleUP {
    margin-bottom: 65px;
    padding-left: 545px;
}

.ustPotolok .itemsUP {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 75px;
    list-style: none;
    counter-reset: my-awesome-counter;
    position: relative;
    z-index: 0;
}

.ustPotolok .itemsUP::before {
    content: "";
    background: var(--mainOrange);
    width: 3000px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(4deg);
    z-index: -1;
    height: 390px;
}

.ustPotolok .itemUP {
    width: 295px;
    background: var(--mainBlue);
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
    counter-increment: my-awesome-counter;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 295px;
}

.ustPotolok .itemUP::before {
    content: counter(my-awesome-counter);
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    line-height: 1;
    color: var(--white);
    width: 100%;
}

.ustPotolok .itemUP:nth-child(3n+1) {
    transform: translateY(-90px);
}

.ustPotolok .itemUP:nth-child(3n+3) {
    transform: translateY(90px);
}

.ustPotolok .itemUP:nth-child(even) {
    margin-bottom: 0;
}

.ustPotolok .wImg {
    margin-bottom: 20px;
    height: calc(100% - 60px);
    max-height: 100px;
}

.ustPotolok .wImg img {
    max-height: 100%;
}

.ustPotolok .textUP {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: var(--white);
    width: 100%;
    min-height: 60px;
    display: flex;
    align-items: center;
}


/* ustPotolok end */


/* reviews */

.reviews {
    margin-bottom: 100px;
}

.homepage .reviews .leftRev {
    width: calc(100% - 715px);
    z-index: 1;
    position: relative;
}

.reviews .titleRev {
    margin-bottom: 65px;
}

.homepage .reviews .wrapItemsTextRev {
    margin-right: -100px;
    padding: 50px 100px 50px 85px;
    background: #F8F8F8;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
}

.reviews .numTextRev {
    position: absolute;
    left: 20px;
    top: 15px;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.015em;
}

.reviews .arrowTextRev {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
}

.reviews .slick-arrow {
    border: none;
    background: none;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: var(--mainBlue);
    z-index: 10;
    padding: 0;
    margin: 0;
    transition: .3s;
    cursor: pointer;
    position: relative;
}

.reviews .slick-arrow:hover {
    background: var(--mainOrange);
}

.reviews .slick-prev {
    margin-right: 20px;
}

.reviews .slick-next {}

.reviews .slick-prev::before {
    position: absolute;
    left: calc(50% + 2px);
    top: 50%;
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
    transform: translate(-50%, -50%) rotate(135deg);
    transition: all 0.4s;
}

.reviews .slick-next::before {
    position: absolute;
    left: calc(50% - 2px);
    top: 50%;
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
    transform: translate(-50%, -50%) rotate(315deg);
    transition: all 0.4s;
}

.reviews .itemTextRev {}

.insidepage .reviews .btnBev {
    display: none;
}

.insidepage .reviews .itemTextRev {
    padding: 50px 100px 50px 85px;
    background: #F8F8F8;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
}

.reviews .itemTextRev .nameTextRev {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.reviews .itemTextRev .bodyTextRev {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #6F6F6F;
    line-height: 1.6;
    letter-spacing: 0.015em;
}

.reviews .btnBev .btnAddOtzv {
    margin-right: 20px;
}

.reviews .rightRev {
    width: 715px;
}

.reviews .rightRev .itemImgRev {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 490px
}

.reviews .rightRev .itemImgRev a {
    overflow: hidden;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 100%;
}


/* reviews end */


/* parters */

.parters {
    margin-bottom: 100px;
}

.parters .titlePart {
    margin-bottom: 25px;
}

.parters .wrapPart {}

.parters .wrapItemPart {
    padding: 0 10px;
}

.parters .itemPart {
    border: 1.68145px solid #EAEAEA;
    border-radius: 8.96774px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    padding: 20px;
}

.parters .itemsPart {
    margin: 0 calc((1920px - 1240px) / -2);
    padding: 0 10px;
}


/* parters end */


/* map */

.map {
    margin-top: 50px;
}


/* map end  */


/* footer */

footer {
    background: #454545;
    border-radius: 20px 20px 0px 0px;
    margin-top: -20px;
    padding-top: 50px;
    padding-bottom: 15px;
}

.footer {
    display: grid;
    grid-template-columns: 410px 360px 1fr;
    margin-bottom: 30px;
}

.footer .colFoot-2,
.footer .colFoot-3 {
    padding-top: 50px;
}

.footer .logo {
    margin-bottom: 25px;
}

.footer .logo a {
    display: flex;
    align-items: center;
}

.footer .workTime {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 80px;
}

.footer .workTime span {
    display: block;
    margin-bottom: 20px;
}

.footer .colFoot-3 .wrapMailAndAdress,
.footer .colFoot-2 {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
}

.footer .wrapAdress span,
.footer .colFoot-3 .wrapMailAndAdress a,
.footer .colFoot-2 a {
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
}

.footer .colFoot-3 .wrapMailAndAdress a:hover,
.footer .colFoot-2 a:hover {
    text-decoration: underline;
}

.footer .wrapPhone {
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
}

.footer .wrapPhone::before {
    content: "";
    left: -40px;
    top: 0;
    position: absolute;
    mask-size: 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: left top;
    mask-image: url('../images/svg/phone.svg');
    -webkit-mask-image: url('../images/svg/phone.svg');
    background-color: #fff;
    height: 26px;
    width: 26px;
}

.footer .wrapCity {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.footer .wrapCity:last-child {
    margin-bottom: 0;
}

.footer .wrapCity span {
    margin-bottom: 10px;
    display: block;
}

.footer .wrapMail {
    position: relative;
    margin-bottom: 40px;
}

.footer .wrapMail::before {
    content: "";
    left: -40px;
    top: 0;
    position: absolute;
    mask-size: 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: left top;
    mask-image: url('../images/svg/mail.svg');
    -webkit-mask-image: url('../images/svg/mail.svg');
    background-color: #fff;
    height: 26px;
    width: 26px;
}

.footer .wrapAdress {
    position: relative;
}

.footer .wrapAdress::before {
    content: "";
    left: -40px;
    top: 0;
    position: absolute;
    mask-size: 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: left top;
    mask-image: url('../images/svg/map.svg');
    -webkit-mask-image: url('../images/svg/map.svg');
    background-color: #fff;
    height: 26px;
    width: 26px;
}

.footer .soglasovanie {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color: #A3A3A3;
}

.footer .soglasovanie a {
    color: #269BF5;
    text-decoration: underline;
    white-space: nowrap;
}

.webrazrabotka a,
.webrazrabotka {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color: #A7A7A7;
}

.webrazrabotka a {
    text-decoration: underline;
}


/* footer end  */


/* insidePage */

.menuGallery {}

.menuGallery .listManuGallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.menuGallery .listManuGallery li {
    margin: 0 10px 25px;
}

.menuGallery .listManuGallery li a {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 15px 40px;
    gap: 10px;
    background: var(--white);
    border-radius: 50px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    transition: .4s;
}

.menuGallery .listManuGallery li a:hover,
.menuGallery .listManuGallery li.current a {
    background: var(--mainOrange);
    color: var(--white);
}

.itemsGallery {
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 40px) / 3));
    grid-gap: 20px;
}

.itemsGallery .itemGallery {}

.itemsGallery .itemGallery a {
    border-radius: 15px;
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 300px;
    justify-content: center;
    max-width: none;
    position: relative;
}

.itemsGallery .itemGallery a::before {
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    content: "\f00e";
    color: #fff;
    font-size: 60px;
    z-index: 1;
    opacity: 0;
    transition: .4s;
    Pointer-events: none;
}

.itemsGallery .itemGallery a img {
    transition: .4s;
    max-width: none;
    object-fit: cover;
    object-position: bottom;
    font-family: 'object-fit: cover; object-position: center;';
    height: auto;
    max-height: 750px;
}

.itemsGallery .itemGallery a:hover::before {
    opacity: .8;
}

.itemsGallery .itemGallery a:hover img {
    filter: brightness(.6);
}

.insidepage table {
    margin: 20px 0;
}

.insidepage .table tr td {
    border: solid 2px #000;
    padding: 15px;
    text-align: center;
}


/* insidePage end */


/* контенер */

.insidepage table {
    width: 100%;
}

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

@media screen and (max-width:767px) {
    .table {
        overflow: auto;
    }
    .table table {
        width: 700px;
    }
}

@media screen and (max-width:500px) {
    .category_description .flexSB {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media screen and (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media screen and (min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media screen and (min-width:1300px) {
    .container {
        max-width: 1270px;
    }
}


/* --- effects --*/

.bounceInUp {
    opacity: 0;
    -moz-transform: scale(0.9);
    /* Для Firefox */
    -ms-transform: scale(0.9);
    /* Для IE */
    -webkit-transform: scale(0.9);
    /* Для Safari, Chrome, iOS */
    -o-transform: scale(0.9);
    /* Для Opera */
    transform: scale(0.9);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.bounceInUp.shown {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    /* Для Firefox */
    -ms-transform: scale(1);
    /* Для IE */
    -webkit-transform: scale(1);
    /* Для Safari, Chrome, iOS */
    -o-transform: scale(1);
    /* Для Opera */
}