@charset "utf-8";
@import "../node_modules/slick-carousel/slick/slick.css";
@import "../node_modules/fontawesome/css/all.css";
@import "callback-modal.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;
    background: rgba(1, 76, 221, .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-col {
    width: 425px;
    padding-right: 80px;
}

.right-col {
    width: calc(100% - 425px);
}


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

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

@import url('/fonts/fonts.css');
@import url('preloader.css');
* {
    box-sizing: border-box;
}

body,
html {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.2;
    font-style: normal;
    font-weight: 300;
    color: #0A1E32;
    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: 1270px;
}

.all_cnt {
    overflow: hidden;
}

.insidepage .all_cnt {
    padding-top: 250px;
}

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

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

.btnStyle {
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
    border: none;
    background: none;
    background-size: 200% 100%;
    background-position: left bottom;
    transition: all 0.5s ease;
}

.btnStyle:hover {
    background-position: right bottom;
    color: #fff;
}

.btnW {
    font-weight: 500;
    font-size: 14px;
    color: #014CDD;
    border: solid 1px #014CDD;
    background: none;
    transition: .4s;
    cursor: pointer;
    border-radius: 7px;
    padding: 22px 25px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}

.btnW:hover {
    color: #fff;
    background: #014CDD;
}

.btnB {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    border: solid 1px #014CDD;
    background: #014CDD;
    transition: .4s;
    cursor: pointer;
    border-radius: 7px;
    padding: 22px 25px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}

.btnB:hover {
    color: #014CDD;
    background: none;
}

.h1,
h1,
.titleAll {
    font-size: 28px;
    font-weight: 400;
    color: #0A2846;
    margin-bottom: 55px;
    text-transform: uppercase;
    font-family: 'Parangon 530C';
    position: relative;
    padding-left: 105px;
}

.h1:before,
h1:before,
.titleAll::before {
    width: 85px;
    height: 1px;
    background: #014CDD;
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 4px);
    transform: translateY(-50%);
}

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

.arrowsAndPage {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrowsAndPage .slickPage {
    color: #0A2846;
    font-size: 16px;
    font-weight: 400;
}

.arrowsAndPage .arrowAll {
    display: flex;
    justify-content: space-between;
    font-family: "Font Awesome 6 Pro";
    gap: 20px;
}

.arrowsAndPage .arrowAll .slick-arrow {
    cursor: pointer;
}

.arrowsAndPage .arrowAll .slick-arrow::before {
    padding: 25px 0;
    color: #0A2846;
    font-size: 30px;
    font-weight: 100;
    transition: .4s;
    display: block;
}

.arrowsAndPage .arrowAll .slick-arrow:hover::before {
    color: #014CDD;
}

.arrowsAndPage .arrowAll .arrowPrev:before {
    content: "\f177";
}

.arrowsAndPage .arrowAll .arrowNext::before {
    content: "\f178";
}

.callback-modal__form-submit {}

.callback-modal__form-submit textarea,
.callback-modal__form-submit input {
    background: #fff;
    border-radius: 7px;
    color: #788D9F;
    border: none;
    padding: 16px 20px;
}

.callback-modal__form-submit textarea::placeholder,
.callback-modal__form-submit input::placeholder {
    opacity: 1;
}


/* header */

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

header .topLineHead {
    padding-top: 25px;
    padding-bottom: 20px;
}

header .logo {}

header .logo a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #0A2846;
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Parangon 530C';
}

header .logo a img {
    width: 76px;
    margin-right: 25px;
}

header .wrapPhone,
header .wrapMail,
header .wrapAdress {
    border-left: solid 1px #E5F1F8;
    padding-left: 7px;
}

header .wrapAdress {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
    color: #64778A;
}

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

header .wrapMail a {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
    color: #64778A;
}

header .wrapMail a:hover {
    text-decoration: underline;
}

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

header .wrapPhone a {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
    color: #0A2846;
}

header .wrapPhone a:hover {
    text-decoration: underline;
}

header .bottomLineHead {
    border-top: solid 1px #EBEFF7;
    padding: 20px 0;
    border-bottom: solid 1px #EBEFF7;
}

header .wrapBLH {}

header .wrapBLH .wrapBtnKatalog {
    width: calc(100% - 925px);
}

header .wrapBLH .wrapBtnKatalog a {
    display: flex;
    justify-content: flex-start;
    font-weight: 500;
    font-size: 18px;
    color: #0A2846;
}

header .wrapBLH .wrapBtnKatalog label {
    background: #014CDD;
    position: relative;
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 15px;
}

header .wrapBLH .wrapBtnKatalog label::before {
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    background: #fff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

header .wrapBLH .wrapBtnKatalog label::after {
    content: "";
    height: 100%;
    width: 4px;
    position: absolute;
    background: #fff;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

header .wrapBLH .wrapMenu {
    width: 925px;
}

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

header .wrapBLH .wrapMenu li a {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    color: #0A2846;
    line-height: 1;
}

header .wrapBLH .wrapMenu li a::before {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 0;
    width: 100%;
    background: #EBEFF7;
    height: 1px;
}

header .wrapBLH .wrapMenu li a:hover::before {
    background: #014CDD;
}


/* end header */


/* nameCompany */

.nameCompany {
    padding-top: 250px;
    margin-bottom: 70px;
}

.nameCompany .leftDescNC {
    width: 735px;
    font-family: 'Parangon 530C';
    font-size: 36px;
    line-height: 1.4;
    text-transform: uppercase;
}

.nameCompany .leftDescNC span {
    color: #014CDD;
}

.nameCompany .rightDescNC {
    width: calc(100% - 735px);
}

.nameCompany .rightDescNC span {
    font-size: 23px;
    line-height: 1.4;
    color: #0A1E32;
    display: block;
    margin-bottom: 30px;
}

.nameCompany .rightDescNC .wrapBtnDescNC a::before {
    content: "\f178";
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    font-weight: 300;
    margin-right: 15px;
    line-height: 0;
}


/* nameCompany */


/* topSlider */

.topSlider {
    background: url("../images/bgTopSlider.jpg") no-repeat center center;
    background-size: cover;
    margin-bottom: 140px;
}

.topSlider .leftTS {
    width: 735px;
}

.topSlider .leftTS .wImg {
    position: relative;
}

.topSlider .leftTS .wImg img {
    position: absolute;
    left: -90px;
    top: -145px;
    max-width: none;
}

.topSlider .rightTS {
    width: calc(100% - 735px);
}

.topSlider .rightTS ul {
    display: flex;
    flex-direction: column;
    padding: 90px 0 75px;
}

.topSlider .rightTS ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 32px;
}

.topSlider .rightTS ul li::before {
    content: url("../images/checkIN.svg");
    width: 32px;
    margin-right: 25px;
}

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


/* end topSlider */


/* numbers */

.numbers {
    position: relative;
    z-index: 1;
    margin-bottom: 120px;
}

.numbers .itemNum {
    display: flex;
    flex-direction: column;
    margin-right: 100px;
}

.numbers .number {
    font-size: 54px;
    font-weight: 900;
    /* line-height: 34px; */
    color: #245BD2;
}

.numbers .descNum {
    font-size: 23px;
    color: #0A1E32;
    font-weight: 300;
}


/* endnumbers */


/* catalogHome */

.catalogHome {
    margin-bottom: 110px;
}

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

.catalogHome .itemCatalog {
    background: #F4F9FC;
    border-top: 3px solid #014CDD;
    padding: 40px;
    position: relative;
    min-height: 400px;
}

.catalogHome .itemCatalog:first-child {
    grid-column-start: span 2;
}

.catalogHome .itemCatalog {}

.catalogHome .itemCatalog .titleIC {
    font-size: 23px;
    font-weight: 500;
    color: #0A1E32;
    margin-bottom: 30px;
}

.catalogHome .itemCatalog .listIC {
    position: relative;
    z-index: 1;
}

.catalogHome .itemCatalog .listIC ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(5, 1fr);
    grid-auto-flow: column;
}

.catalogHome .itemCatalog .listIC ul li {
    margin-bottom: 15px;
}

.catalogHome .itemCatalog .listIC ul li a {
    color: #0A2846;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 300;
}

.catalogHome .itemCatalog .nextCatalog {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.catalogHome .itemCatalog .nextCatalog a {
    display: flex;
    justify-content: flex-start;
    background: #EBEFF7;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #0A2846;
    text-transform: uppercase;
    transition: .4s;
}

.catalogHome .itemCatalog .nextCatalog a::before {
    content: "\f178";
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    font-weight: 300;
    margin-right: 18px;
    line-height: 0;
    width: 57px;
    height: 57px;
    background: #C2CFE7;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
}

.catalogHome .itemCatalog .nextCatalog a:hover {
    background: #0832D2;
    color: #fff;
}

.catalogHome .itemCatalog .nextCatalog a:hover::before {
    background: #0832D2;
    color: #fff;
}

.catalogHome .itemCatalog .wImg {
    position: absolute;
    right: 0;
    bottom: 80px;
}


/* end catalogHome */


/* aboutCompany */

.aboutCompany {
    padding-bottom: 90px;
}

.aboutCompany .descAC {
    margin-bottom: 65px;
}

.aboutCompany .descAC span {
    color: #0A1E32;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 25px;
    display: block;
}

.aboutCompany .descAC p {
    font-size: 18px;
    line-height: 1.4;
}

.aboutCompany .descAC a {
    color: #014CDD;
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: underline;
}

.aboutCompany .descAC a:after {
    content: "\f178";
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    font-weight: 300;
    margin-right: 18px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    right: -65px;
}

.aboutCompany .wrapColumnAC {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.aboutCompany .wrapColumnAC .leftAC {}

.aboutCompany .wrapColumnAC .rigthAC .wImg,
.aboutCompany .wrapColumnAC .leftAC .logo {
    display: flex;
    align-items: center;
    height: 115px;
    margin-bottom: 25px;
}

.aboutCompany .wrapColumnAC .leftAC .logo a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #0A2846;
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Parangon 530C';
}

.aboutCompany .wrapColumnAC .leftAC .logo a img {
    width: 76px;
    margin-right: 25px;
}

.aboutCompany .wrapColumnAC .listAC span,
.aboutCompany .wrapColumnAC .descCAC span {
    color: #0A1E32;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 25px;
    display: block;
    line-height: 1;
}

.aboutCompany .wrapColumnAC .listAC ul,
.aboutCompany .wrapColumnAC .rigthAC .descCAC {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}

.aboutCompany .wrapColumnAC .rigthAC .descCAC p {
    margin: 0;
    margin-bottom: 35px;
    display: block;
}

.aboutCompany .wrapColumnAC .listAC ul {
    display: flex;
    flex-direction: column;
    list-style: disc inside;
    position: relative;
}

.aboutCompany .wrapColumnAC .listAC ul::after {
    position: absolute;
    right: 20px;
    top: 0;
    content: url("../images/afterlistAC.svg");
    width: 490px;
    height: 330px;
    z-index: -1;
}

.aboutCompany .wrapColumnAC .listAC ul li {
    margin-bottom: 10px;
}

.aboutCompany .wrapColumnAC .listAC ul li::marker {
    color: #014CDD;
}

.aboutCompany {}


/* end aboutCompany */


/* otraslResh */

.otraslResh {
    background-image: url("../images/bgOR1.jpg");
    background-size: cover;
    padding: 80px 0 85px;
    margin-bottom: 85px;
    transition: .4s;
}

.otraslResh .titleOR {
    color: #fff;
}

.otraslResh .titleOR::before {
    background: #fff;
}

.otraslResh .descOR {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 1.4;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(235, 239, 247, .15);
    margin-bottom: 35px;
}

.otraslResh .itemsOR {
    margin-bottom: 110px;
}

.otraslResh .itemOR {
    margin-bottom: 110px;
    margin-right: 40px;
    margin-bottom: 20px;
    display: inline-block;
}

.otraslResh .itemOR .wImg {
    display: none;
}

.otraslResh .itemNameOR {
    color: #fff;
    font-weight: 500;
    border-bottom: 2px solid rgba(255, 255, 255, .0);
    line-height: 30px;
    cursor: pointer;
    display: block;
}

.otraslResh .itemOR.active .itemNameOR,
.otraslResh .itemOR:hover .itemNameOR {
    border-bottom: 2px #F75A1E solid;
}

.otraslResh .bodyOR .wrapBtn {
    margin-right: 65px;
}

.otraslResh .bodyOR .btnB {
    border-color: #fff;
    background: none;
}

.otraslResh .bodyOR .btnB:hover {
    background: #fff;
    color: #014CDD;
}

.otraslResh .bodyOR .wrapBtn a::before {
    content: "\f178";
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    font-weight: 300;
    margin-right: 15px;
    line-height: 0;
}

.otraslResh .bodyOR .nameCat {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}


/* end otraslResh */


/* prod */

.prod {
    margin-bottom: 100px;
}

.prod .slick-list {
    margin: 0 -10px;
}

.prod .itemProd {
    padding: 0 10px;
}

.prod .itemProd a {
    border: solid 1px #C2CFE7;
    padding: 12.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.prod .itemProd a {}


/* end prod */


/* preim */

.preim {
    margin-bottom: 150px;
}

.preim .itemPreim .wImg {
    height: 50px;
    margin-bottom: 25px;
    width: 50px;
    display: flex;
    align-items: center;
}

.preim .itemPreim .titleItemPreim {
    color: #0A1E32;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}

.preim .itemPreim .descItemPreim {
    font-size: 16px;
    font-weight: 300;
    color: #666666;
    line-height: 1.4;
}


/* end preim */


/* sotrud */

.sotrud {}

.sotrud .wrapTitleAndBtn {
    margin-bottom: 55px;
}

.sotrud .titleSotrud {
    margin: 0;
}

.sotrud {}

.sotrud .itemTabSotrud {
    margin-left: 20px;
    font-size: 15px;
    font-weight: 500;
    color: #0A2846;
    cursor: pointer;
    line-height: 1.4;
    border-bottom: solid 3px rgba(255, 255, 255, .0);
    text-transform: uppercase;
}

.sotrud .itemTabSotrud:hover,
.sotrud .itemTabSotrud.active {
    border-bottom: solid 3px #F75A1E;
}

.sotrud .bodysTabSotrud {}

.sotrud .bodysTabSotrud .bodyTabSotrud {
    display: none;
}

.sotrud .bodysTabSotrud .bodyTabSotrud.active {
    display: block;
}

.sotrud .slick-list {
    margin: 0 -10px;
}

.sotrud .itemSotrud {
    padding: 0 10px;
}

.sotrud .wrapItemSotrud {
    border: solid 1px #C2CFE7;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
}


/* end sotrud */


/* konsul */

.konsul {
    background: url('../images/bgConsul.jpg') no-repeat center top;
    background-size: cover;
    padding: 100px 0 30px;
    margin-top: 60px;
}

.konsul .wrapConsul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: #F4F9FC;
    /* min-height: 550px; */
}

.konsul .leftConsul {
    border-right: solid 1px #FFFFFF;
    padding: 65px 70px 60px 105px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: solid 5px #014CDD;
}

.konsul .titleConsul {
    padding-left: 0;
    position: relative;
    margin-bottom: 30px;
}

.konsul .titleConsul::before {
    left: -105px;
}

.konsul .descConsul {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}

.konsul .bottomLineLeftConsul .titleSposConsul {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
}

.konsul .bottomLineLeftConsul .itemSposConsul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.konsul .bottomLineLeftConsul .itemSposConsul:last-child {
    margin-bottom: 0;
}

.konsul .bottomLineLeftConsul .itemSposConsul .wImg {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 50%;
    margin-right: 20px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.konsul .bottomLineLeftConsul .itemSposConsul .wImg img {
    max-width: 100%;
    max-height: 100%;
}

.konsul .bottomLineLeftConsul .itemSposConsul .textItemSposConsul {
    display: flex;
    flex-direction: column;
}

.konsul .bottomLineLeftConsul .itemSposConsul .textItemSposConsul a {
    font-size: 19px;
    font-weight: 400;
    color: #0A1E32;
    line-height: 1.4;
}

.konsul .bottomLineLeftConsul .itemSposConsul .textItemSposConsul a:hover {
    text-decoration: underline;
}

.konsul .bottomLineLeftConsul .itemSposConsul .textItemSposConsul span {
    color: #788D9F;
    font-size: 16px;
    font-weight: 400;
}

.konsul .rightConsul {
    border-right: solid 1px #FFFFFF;
    padding: 65px 105px 60px 70px;
    position: relative;
}

.konsul .rightConsul::after {
    height: 5px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    background: repeating-linear-gradient(-45deg, #014CDD 0, #014CDD 10px, rgba(255, 255, 255, .0) 10px, rgba(255, 255, 255, .0) 20px);
}

.konsul .rightConsul .titleFormConsul {
    font-size: 18px;
    font-weight: 500;
    color: #0A1E32;
    margin-bottom: 20px;
}

.konsul .rightConsul .wrapInput {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.konsul .rightConsul .wrapInput .callback-modal__tema,
.konsul .rightConsul .wrapInput .callback-modal__name,
.konsul .rightConsul .wrapInput textarea {
    grid-column-start: span 2;
}

.konsul {}


/* end konsul */


/* footer */

footer {}

footer .wrapFooter {
    padding-left: 105px;
    padding-top: 70px;
}

footer .topLineFooter {
    display: grid;
    grid-template-columns: 210px 315px 315px 1fr;
    margin-bottom: 45px;
}

footer .itemTopLineFooter {}

footer .itemTopLineFooter.colFoot-2 li a {
    font-weight: 300;
    color: #788D9F;
    line-height: 1.6;
    font-size: 16px;
}

footer .itemTopLineFooter.colFoot-2 li a:hover {
    text-decoration: underline;
}

footer .itemTopLineFooter.colFoot-3 li a,
footer .itemTopLineFooter.colFoot-1 li a,
footer .itemTopLineFooter.colFoot-2 li:first-child a {
    color: #0A2846;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

footer .itemTopLineFooter.colFoot-3 li a:hover,
footer .itemTopLineFooter.colFoot-1 li a:hover,
footer .itemTopLineFooter.colFoot-2 li:first-child a:hover {
    text-decoration: underline;
}

footer .wrapAdress,
footer .wrapPhone,
footer .wrapMail {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

footer .wrapMail {
    margin-bottom: 0;
}

footer .wrapAdress .wImg,
footer .wrapPhone .wImg,
footer .wrapMail .wImg {
    width: 50px;
    height: 50px;
    background: #F4F9FC;
    border-radius: 50%;
    margin-right: 20px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .wrapAdress .wImg img,
footer .wrapPhone .wImg img,
footer .wrapMail .wImg img {
    max-width: 100%;
    max-height: 100%;
}

footer .wrapAdress .textItemTopLineFooter,
footer .wrapPhone .textItemTopLineFooter,
footer .wrapMail .textItemTopLineFooter {
    display: flex;
    flex-direction: column;
}

footer .wrapAdress .textItemTopLineFooter p,
footer .wrapPhone .textItemTopLineFooter a,
footer .wrapMail .textItemTopLineFooter a {
    font-size: 19px;
    font-weight: 400;
    color: #0A1E32;
    line-height: 1.4;
    margin: 0;
}

footer .wrapPhone .textItemTopLineFooter a:hover,
footer .wrapMail .textItemTopLineFooter a:hover {
    text-decoration: underline;
}

footer {}

footer .bottomLineFooter {}

footer .bottomLineFooter .wrapSocial {
    display: flex;
    justify-content: flex-start;
    width: 210px;
    align-items: center;
}

footer .bottomLineFooter .wrapSocial a {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: solid 1px #F4F9FC;
    border-radius: 50%;
    margin-right: 10px;
}

footer .bottomLineFooter .wrapSocial a img {
    max-width: 34px;
    max-height: 34px;
}

footer .wrapPlategAndBtn {
    width: calc(100% - 210px);
}

footer .wrapPlateg {}

footer .wrapPlateg img,
footer .wrapPlateg span {
    margin-right: 10px;
}

footer .wrapPlateg span {
    font-size: 11px;
    line-height: 13px;
    color: #788D9F;
    border: solid 1px #D7DDE3;
    display: block;
    padding: 7px 11px;
}

footer .wrapPlateg img {
    max-height: 24px;
}

footer .wrapBtnFooter {
    gap: 10px;
}

footer .copyringht {
    height: 62px;
    align-items: center;
}

footer .copyringht .companyName {
    color: #788D9F;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    width: 210px;
}

footer .wrapHref {
    width: calc(100% - 210px);
}

footer .wrapHref .wrapPolitikaAndSoglas {
    display: flex;
    justify-content: flex-start;
}

footer .wrapHref .wrapPolitikaAndSoglas a {
    color: #014CDD;
    font-size: 15px;
    text-decoration: underline;
    font-weight: 300;
    display: block;
    margin-right: 20px;
    line-height: 1.4;
}

footer .wrapHref .wr a {
    color: #788D9F;
    font-size: 15px;
    font-weight: 300;
}


/* end footer */


/* left */

.left-col {}

.left-col .wrapListCatalog li {
    margin-bottom: 1px;
}

.left-col .wrapListCatalog li a {
    display: flex;
    justify-content: flex-start;
    background: #EBEFF7;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #0A2846;
    text-transform: uppercase;
    transition: .4s;
}

.left-col .wrapListCatalog li a::before {
    content: "\f178";
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    font-weight: 300;
    margin-right: 18px;
    line-height: 0;
    width: 57px;
    height: 57px;
    background: #C2CFE7;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
}

.left-col .wrapListCatalog li a:hover {
    background: #0832D2;
    color: #fff;
}

.left-col .wrapListCatalog li a:hover::before {
    background: #0832D2;
    color: #fff;
}

.left {}

.left {}


/* end left */


/* каталог */

.list-catalog {}

.list-catalog .itemsLC {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 20px;
}

.list-catalog .itemsLC .itemLC {
    display: flex;
    flex-direction: column;
}

.list-catalog .itemsLC .itemLC .wImg {
    border: solid 1px #014CDD;
    margin-bottom: 10px;
    padding: 15px;
}

.list-catalog .itemsLC .itemLC .wImg .wrapWimg {
    background: #F4F8FB;
    min-height: 185px;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.list-catalog .itemsLC .itemLC .nameLC {
    font-size: 25px;
    font-weight: 500;
    color: #0A1E32;
    display: block;
}

.wrap-detail-catalog {}

.wrap-detail-catalog {
    display: flex;
    justify-content: space-between;
}

.wrap-detail-catalog .leftDC {
    width: calc(100% - 505px);
    padding-right: 125px;
}

.wrap-detail-catalog .leftDC .descDC {
    font-size: 18px;
    line-height: 1.4;
    color: #0A1E32;
    font-weight: 300;
    margin-bottom: 40px;
}

.wrap-detail-catalog .leftDC .titleProp {
    text-transform: uppercase;
    font-family: 'Parangon 530C';
    font-size: 23px;
    font-weight: 400;
    color: #0A2846;
    margin-bottom: 30px;
}

.wrap-detail-catalog .leftDC .wrapProp li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EBEFF7;
    line-height: 50px;
}

.wrap-detail-catalog .leftDC .wrapProp li .nameProp {
    font-size: 18px;
    font-weight: 300;
}

.wrap-detail-catalog .leftDC .wrapProp li .valueProp {
    font-size: 18px;
    font-weight: 300;
    white-space: nowrap;
}

.wrap-detail-catalog .rightDC {
    width: 505px;
}

.wrap-detail-catalog .rightDC .wrapBtnDC {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.wrap-detail-catalog .rightDC .wrapBtnDC .cartBtn::before {
    content: "\f07a";
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    font-weight: 300;
    margin-right: 15px;
    line-height: 0;
}

.wrap-detail-catalog .rightDC .wrapBtnDC .askBtn::before {
    content: "\3f";
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    font-weight: 300;
    margin-right: 15px;
    line-height: 0;
}

.wrap-detail-catalog .rightDC .wrapDescRightDC {
    border-left: #0832D2 solid 3px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 300;
    color: #0A1E32;
    margin-bottom: 30px;
}

.wrap-detail-catalog .rightDC .wrapDescRightDC a {
    font-weight: 500;
    color: #0A1E32;
}

.wrap-detail-catalog .rightDC .wrapDescRightDC a:hover {
    text-decoration: underline;
}

.wrap-detail-catalog .rightDC .wrapSliderDC {
    border: solid 1px #EBEFF7;
    padding: 40px;
    position: relative;
    padding-bottom: 0;
    /* min-height: 460px; */
}

.wrap-detail-catalog .rightDC .wrapSliderDC .arrowsAndPage {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    width: 100%;
}

.wrap-detail-catalog .rightDC .wrapSliderDC .itemImgDC a {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    min-height: 400px;
}


/* end каталог */


/* wrapListStat */

.wrapListStat {
    border: solid 1px #0832D2;
    padding: 30px 40px;
    margin-bottom: 40px;
}

.wrapListStat .topLineLS {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #0832D2;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.wrapListStat .titleLS {
    font-size: 23px;
    font-weight: 500;
    color: #0A1E32;
}

.wrapListStat {}

.wrapListStat {}

.wrapListStat {}

.catalogHome .itemCatalog .listLS {
    display: flex;
}

.wrapListStat .bottomLineLS ul {
    display: grid;
    flex-direction: column;
}

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

.wrapListStat .bottomLineLS ul li a {
    color: #0A2846;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 300;
}

.wrapListStat .bottomLineLS ul li a:hover {
    font-weight: 700;
    color: #014CDD;
}


/* end wrapListStat */


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

@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:1200px) {
    .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 */
}