@font-face {
    font-family: 'Montserrat'; 
    src: url(../fonts/Montserrat-Light.ttf) format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'Montserrat'; 
    src: url(../fonts/Montserrat-Regular.ttf) format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'Montserrat'; 
    src: url(../fonts/Montserrat-Medium.ttf) format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'Montserrat'; 
    src: url(../fonts/Montserrat-SemiBold.ttf) format('truetype');
    font-weight: 600;
}
@font-face {
    font-family: 'Montserrat'; 
    src: url(../fonts/Montserrat-Bold.ttf) format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'Montserrat'; 
    src: url(../fonts/Montserrat-Black.ttf) format('truetype');
    font-weight: 900;
}
form p{
    margin-top: 10px !important;
}
:root{
    --colorTxt: #292626;
    --colorHead: #0143e9;
    --colorSecond: #f80a0a;
    --colorLight: #a1a1a1;

}
.mf-message textarea{
    resize: none;
    width: 100%;
    height: 130px;
}
.mf-message{
    margin-bottom: 15px;
}
.wrapBreadcrumbs + .container > h1{
    margin-top: 30px;
}


body{
    color: var(--colorTxt);
    font-size: 18px;
    font-family: 'Montserrat'; 
    font-weight: 400;
    line-height: 1.2;
    position: relative;
}
body.insidepage .wrapper:before,body.insidepage .wrapper:after{
    position: absolute;
    z-index: -1;
    content: '';
    width: 145px;
    background: #fff;
    top: 0;
    bottom: 0;
}
body.insidepage .wrapper:before{
    left: 0;
}
body.insidepage .wrapper:after{
    right: 0;
}
body.insidepage .wrapper{
    background: #f3f3f3;
    position: relative;
    z-index: 1;
}
body p{
    margin-top: 0;  
    margin-bottom: 10px;
}

.h1,h1{
    text-align: left;
    font-weight: 700;
    font-size: 48px;
    margin: 0 0 55px;
    line-height: 1.2;
    color: var(--colorTxt);
    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: 40px;
    font-size: 14px;
    display: block;
    color: #000;
    position: relative;
}
.wrapLabel span a{
    color: #000;
}
.wrapLabel span:before{
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    content: '';
    border: 1px solid #000;
}
.wrapLabel span:after{
    position: absolute;
    width: 8px;
    height: 8px;
    left: 4px;
    top: calc(50% - 4px);
    content: '';
    background: #000;
    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;
}
.callback-toggle{
    cursor: pointer;
}
.btnStyle1{
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--colorHead);
    transition: all 0.4s;
    padding: 12px 45px 12px 55px;
    border-radius: 3px;
    cursor: pointer;
}
.btnStyle1 .txtBtn{
    color: #fff;
    padding-left: 25px;
    display: inline-block;
    position: relative;
}
.btnStyle1 .txtBtn:before{
    position: absolute;
    left: 0;
    top: 5px;
    width: 11px;
    height: 11px;
    border-radius: 3px;
    background: #fff;
    content: '';
}
.btnStyle1:hover{
    text-decoration: none;
    background: var(--colorSecond);
}
.btnStyle2{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    transition: all 0.4s;
    padding: 26px 45px;
    border-radius: 3px;
    cursor: pointer;
    color: var(--colorHead);
    font-weight: 700;
}



/*header*/
header{
    background: url(../images/headerBg.jpg) no-repeat center/cover;
}
.topLineHeader{
    background: rgba(225,222,227,0.43);
    padding-block: 20px;
}
.wrapTLH{
    display: flex;
    justify-content: flex-start;
    gap: 175px;
    align-items: center;
    font-size: 16px;
    color: #303030;
}
.wrapTLH ul{
    display: flex;
    justify-content: flex-start;
    gap: 35px;
}
.wrapTLH a{
    color: #303030;
}
.wrapCLH{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:35px 0 20px;
}
.wrapCLH .slogan{
    color: #23211f;
    font-size: 14px;
}
.wrapCLH .hotLine{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 60px;
    background: url(../images/hotLineIcon.png) no-repeat left center;
    color: var(--colorHead);
}
.hotLine .phone{
    font-size: 24px;
}
.hotLine .txt{
    font-size: 16px;
}
.botLineHeader{
    background: #202020;
    position: relative;
    z-index: 50;
}
.botLineHeader ul{
    display: flex;
    justify-content: flex-start;
    gap: 25px;
    align-items: center;
}
.botLineHeader ul a{
    color: #d5d5d5;
    display: block;
    padding-block: 22px;
}
.wrapBLH{
    display: flex;
    justify-content: flex-start;
    gap: 30px;
}
.botLineHeader .catalogMain{
    position: relative;
    display: flex;
    align-items: center;
}
.botLineHeader .btnCatMain{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 62px;
    height: 15px;
    cursor: pointer;
}
.botLineHeader .btnCatMain .line{
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 3px;
    position: relative;
    opacity: 1;
    transition:all 0.4s;
}
.botLineHeader .btnCatMain .line:nth-child(3){
    width: 65%;
}
.botLineHeader .btnCatMain .line:nth-child(2){
   opacity: 0;
   width: 30px;

}
.botLineHeader .btnCatMain .line:nth-child(2):before{
    position: absolute;
    inset: 0;
    content: '';
    background: #fff;
    border-radius: 3px;
    transition:all 0.4s;
}
.activeCatMain .botLineHeader .btnCatMain .line:nth-child(1),.activeCatMain .botLineHeader .btnCatMain .line:nth-child(3){
    opacity: 0;
}
.activeCatMain .botLineHeader .btnCatMain .line:nth-child(2){
    opacity: 0.5;
    transform: rotate(45deg);
}
.activeCatMain .botLineHeader .btnCatMain .line:nth-child(2):before{
 transform: rotate(-90deg);
}
.activeCatMain .wrapHeadMain{
    display: none;
}
.activeCatMain{
    overflow: hidden;
}
.catMainHead{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #202020;
    z-index: 1;
    display: none;
    overflow: auto;
    max-height: calc(100vh - 245px);
    border-top: 1px solid rgba(255,255,255,0.2);
}
.wrapCatMainHead{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,1fr);   
}
.wrapBtnCatMain{
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
    height: 65.5px;
}
.catMainHead .name{
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding-left: 45px;
    margin-bottom: 40px;
}
.name{text-align:center;}
.catMainHead .name::before {
  position: absolute;
  left: 0px;
  content: '';
  width: 23px;
  height: 43px;
  background: url(../images/nucPreTBDec.png) no-repeat center/contain;
  top: 50%;
  transform: translateY(-50%);
}
.catMainHead ul{
    flex-direction: column;
    gap: 30px;
    /* align-items: flex-start; */
	text-align: center;
	padding-left: 45px;
}
.catMainHead ul a{
    font-size: 24px;
    color: #d5d5d5;
    font-weight: 400;
    padding:0;
}
.catMainHead .nucMain{
    padding:60px 0;
    position: relative;
}
.catMainHead .nucMainFull{
    grid-column-start: span 2;
    display: flex;
    justify-content: center;
}

.catMainHead .nucMain:nth-child(3):before {
  position: absolute;
  z-index: -1;
  height: 1px;
  width: 2500px;
  left: -500px;
  content: '';
  top: 0;
  background: rgba(255,255,255,0.2);
}

.catMainHead .nucMain:nth-child(odd){
    padding-right: 90px;
}
.catMainHead .nucMain:nth-child(even){
    padding-left: 90px;
    border-left: 1px solid rgba(255,255,255,0.2);
}
.catMainHead .txtBlock{
    font-size: 27px;
    font-weight: 700;
    color: var(--colorHead);
}
/*openCatMain*/


/*End openCatMain*/
/*End header*/
.txtOpenMain{
    display: none;
    color:#fff;
    font-size: 18px;
    opacity: 0.6;
}
.activeCatMain .txtOpenMain{
    display: block;
}

/*topBanerBlock*/
.topBanerBlock{
    position: relative;
    overflow: hidden;
}
.topBanerBlock:before{
    content: '';
    position: absolute;
    inset: 0;
    background: #292525;
    opacity: 0.58;
}
.topBanerBlock img{
    max-width: 100%;
}
.topBanerBlock .txtBlockWrap{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.topBanerBlock  .txtBlock{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topBanerBlock .name{
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.topBanerBlock .leftCol{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.topBanerBlock .infoBlock{
    border-radius: 5px;
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(2px);
    padding:24px 25px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.topBanerBlock .nameInf{
    color: #000;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.36px;
    margin-bottom: 15px;
}
.topBanerBlock .txtInf{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    padding-bottom: 5px;
}
.topBanerBlock .decLine{
    margin-top: 20px;
    padding-left: 28px;
    position: relative;
}
.topBanerBlock .decLine:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: #0143E9;
    box-shadow: 0px 0px 4px 0px #0143E9;
}
.topBanerBlock  .decLine a{
    color: #0143E9;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.36px;
}


.topBanerBlock.servTB .name{
    margin-bottom: 80px;
}
.topBanerBlock.servTB .name:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: -40px;
    background: var(--colorHead);
    border-radius: 3px;
    height: 100px;
    width: 495px;
    z-index: -1;
}
.topBanerBlock .btnStyle2{
    margin-top: 50px;
}
.topBanerBlock .txt{
    font-size: 36px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.topBanerBlock .rightCol{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    padding-left: 38px;
    position: relative;
    min-width: 35%;
    max-width: 45%;
}
.topBanerBlock .rightCol:before{
    position: absolute;
    left: 0;
    top: -500px;
    bottom: -500px;
    width: 1px;
    content: '';
    background: rgba(255,255,255,0.2);
}
.topBanerBlock .rightCol:after{
    position: absolute;
    top: -500px;
    bottom: -500px;
    left: 0;
    right: -500px;
    content: '';
    background: #202020;
    opacity: 0.21;
}
.topBanerBlock .nucPreTB{
    font-size: 27px;
    color: var(--colorHead);
    font-weight: 500;
    position: relative;
    z-index: 1;
}
.topBanerBlock.servTB .nucPreTB{
    color: #fff;
}
.topBanerBlock .nucPreTB:before{
    position: absolute;
    left: -54px;
    content: '';
    width: 23px;
    height: 43px;
    background: url(../images/nucPreTBDec.png) no-repeat center/contain;
    top: 50%;
    transform: translateY(-50%);
}
.topBanerBlock.servTB .nucPreTB:before{
    background: url(../images/nucPreTBDecLight.png) no-repeat center/contain;
}
/*End topBanerBlock*/


/*quickLinksBlock*/
.quickLinksBlock{
    background: #202020;
    position: relative;
    z-index: 1;
}
.quickLinksBlock:after{
    position: absolute;
    left: -500px;
    right: -500px;
    z-index: -2;
    content: '';
    background:#202020;
    top: 0;
    bottom: 0;
}
.quickLinksBlock:before{
    position: absolute;
    z-index: -1;
    height: 1px;
    width: 2500px;
    left: -500px;
    content: '';
    background: rgba(255,255,255,0.2);

}
.wrapQL{
    display: flex;
    justify-content: space-between;
}
.nucQL{
    padding:70px 55px 100px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap:20px;
    color: #e0e0e0;
    border-left: 1px solid rgba(255,255,255,0.2);
    flex:1;
}
.nucQL:hover{
    text-decoration: none;
}
.nucQL:first-child{
    padding-left: 0;
    border-left: none;
}
.nucQL:last-child{
    padding-right: 25px;
}
.nucQL .name{
    display: block;
    font-size: 27px;
    color: #e0e0e0;
    transition:all 0.4s;
}
.nucQL:hover .name{
    color: var(--colorHead);
}
.nucQL .more{
    padding-top: 30px;
    position: relative;
    display: block;
    color: #a1a1a1;
}
.nucQL .more::before {
  position: absolute;
  left: 0;
  top: 0px;
  width: 11px;
  height: 11px;
  border-radius: 3px;
  background: #fff;
  content: '';
}
/*End quickLinksBlock*/




/*formBlock*/
.formBlock{
    padding:385px 0 305px;
    background: #2b2727;
    color: #fff;
    margin-top:-250px;
}
.wrapFB{
    display: flex;
    justify-content: space-between;
    padding: 0 115px;
    gap: 110px;
}
.wrapFB .rightCol{
    flex:none;
    width: 505px;
    position: relative;
    z-index: 1;
}
.wrapFB .name{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}
.wrapFB .txt{
    opacity: 0.72;
}
.wrapFB .txt a{
    color: #fff;
}
form input[type=text]{
    width: 100%;
    margin-bottom: 15px;
    background: none;
    border:none;
    border-bottom: 2px solid rgba(255,255,255,0.5);
    line-height: 1;
    padding:15px 0;
    color: #fff;
}
form input[type=submit]{
    width: 350px;
    background: var(--colorHead);
    padding:25px;
    color: #fff;
    font-weight: 700;
    border-radius: 3px;
    border:none;
}

.wrapFB input[type=submit]{
    margin-top: 25px;
}
.wrapFB .rightCol .decTxt{
    position: absolute;
    left: calc(100% + 45px);
    bottom: 15px;
    color: var(--colorHead);
    font-size: 88px;
    font-weight: 700;
    line-height: 1;
}

/*End formBlock*/

/*ourGoalBlock*/
.ourGoalBlock{
    padding-bottom: 70px;
}
.wrapOG{
    display: flex;
    justify-content: center;
}
.wrapOG .leftBlock{
    margin-left: -100px;
    padding-top: 150px;
    width: calc(50% + 100px);
    padding-left: 20px;
    background: #edecef;
}
.wrapOG .leftBlock .imgW{
    position: relative;
}
.wrapOG .leftBlock img{
    max-width: 100%;
}
.wrapOG .rightBlock{
    width: 50%;
    padding-top: 125px;
    padding-left: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.wrapOG .cince{
    padding:15px 25px;
    line-height: 1;
    color: var(--colorSecond);
    border:1px solid var(--colorSecond);
    margin-bottom: 105px;
}
.wrapOG .afterH1{
    font-size: 27px;
    margin-bottom: 30px;
}
.wrapOG .txtDec{
    position: absolute;
    right: 0;
    bottom: calc(100% - 25px);
    border-radius: 3px;
    background: var(--colorHead);
    padding:85px 155px 70px 85px;
    color: #fff;
    width: 585px;
    font-size: 24px;
    line-height: 1.4;

}
.wrapOG .txtDec .name{
    font-weight: 700;
    margin-bottom: 50px;
}


/*End ourGoalBlock*/

/*preBlock*/
.preBlock{
    height: 846px;
    background: url(../images/preBlockBg.jpg) no-repeat center/cover;
    position: relative;
}

.preBlock:before{
    position: absolute;
    content: '';
    left: 40px;
    right: 40px;
    bottom: 65px;
    border:1px solid var(--colorHead);
    opacity: 0.14;
    height: calc(100% - 30px);
}
.preBlock .container{
    height: 100%;
}
.wrapContentAbs{
    position: relative;
    height: 100%;
    z-index: 2;
}
.wrapContentAbs .nucPre{
    color: #fff;
    max-width: 280px;
    position: absolute;
}
.wrapContentAbs .name{
    font-size: 66px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px;
}
.wrapContentAbs .nucPre:nth-child(1){
    top: 285px;
    left: 230px;
}
.wrapContentAbs .nucPre:nth-child(2){
    bottom: 190px;
    left: 590px;
}
.wrapContentAbs .nucPre:nth-child(3){
    top: 270px;
    right: 170px;
}
.wrapContentAbs .nucPre:nth-child(4){
    bottom: 125px;
    right: 170px;
}
.wrapContentAbs .nucPre:before{
    position: absolute;
    left: 0;
    bottom: calc(100% + 20px);
    width: 32px;
    border-radius: 3px;
    background: var(--colorHead);
    content: '';
    height: 300px;
}
.wrapContentAbs .nucPre:nth-child(4):before{
    bottom: auto;
    height: 170px;
    top: calc(100% + 20px);
}
/*End preBlock*/

/*insidepage*/

.contentBlock{
/*    padding-bottom: 50px;*/
}

/*End insidepage*/
/*marksAutoBlockSlider*/
.marksAutoBlockSlider{
    padding:70px 0 40px;
    background: #f4f4f4;
}
.sliderMarks{
    margin:0 -15px;
}
.markSlide{
    padding:15px 15px 30px;
}
.marksTileBlock{
    padding:110px 0 75px;
}
.marksTileBlock .txtWrap{
    column-count: 2;
    column-gap: 60px;
    padding-block: 20px;
}
.marksTileBlock .txtWrap p{
    margin-bottom: 30px;
}

.marksTile{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 30px;
    margin-bottom: 30px;
}
.marksTile + .snoskaWrapGrey{
    margin-top: 0;
}
.nucMarkAuto{
    border-radius: 3px;
    background: #fff;
    height: 185px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 7px 11px 0 rgba(32,22,0,0.1);

}
.nucMarkAuto img{
    max-width: 90%;
    max-height: 170px;
    filter: grayscale(1);
    transition:all 0.4s;
}
.nucMarkAuto:hover img{
    filter: grayscale(0);
}
.sliderMarks{
    position: relative;
}
.sliderMarks .slick-arrow{
    position: absolute;
    top: calc(50% - 7px);
    transform: translateY(-50%);
    font-size: 0;
    background: none;
    border:none;
    width: 22px;
    height: 39px;
    filter: grayscale(1);
    opacity: 0.5;
    transition: all 0.4s;
}
.sliderMarks .slick-prev{
    background: url(../images/slidePrevArr.png) no-repeat center;
    left: -80px;
}
.sliderMarks .slick-next{
    right: -80px;
    background: url(../images/slideNexrArr.png) no-repeat center;
}
.sliderMarks .slick-arrow:hover{
    filter: grayscale(0);
    opacity: 1;
}


/*End marksAutoBlockSlider*/
.snoskaWrapGrey{
    margin-top: 45px;
    background: #979798;
    padding:15px 40px;
    color: #fff;
    display: block;
    font-size: 30px;
}

/*howToGetBlock*/
.howToGetBlock{
    padding:100px 0 40px;
    background: #f4f4f4;
}
.insidepage .howToGetBlock{
    padding:0;
    background: none;
}
.howToGetBlock .h1{
    padding-left: 130px;
    margin-bottom: 90px;
}
.howToGetBlock .h1:before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background: var(--colorHead);
    width: 86px;
    height: 86px;
    border-radius: 2px;
}
.wrapStepsGet{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap:45px 270px;
    margin-bottom: 45px;
}
.wrapStepsGet .nucStepGet{
    display: flex;
    justify-content: flex-start;
    gap: 35px;
    line-height: 1.4;

}
.nucStepGet .num{
    font-size: 72px;
    font-weight: 700;
}
.nucStepGet:first-child .name{
    color: var(--colorSecond);
}
.nucStepGet .name{
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 30px;
}
.wrapStepsGet .imgBlock{
    grid-row-start: span 2;
    position: relative;
}
.wrapStepsGet .imgBlock .imgW{
    position: absolute;
    bottom: 0;
    left: -130px;
}
.wrapStepsGet .imgBlock img{
    max-width:865px;
}
.howToGetBlock .snoskaWrap{
    background: var(--colorHead);
    color: #f4f4f4;
    font-size: 30px;
    padding: 15px 60px;
    line-height: 1;
    display: flex;
    justify-content: center;
}
.howToGetBlock .snoskaWrap .txt{
    position: relative;
}
.howToGetBlock .snoskaWrap .txt:before{
    position: absolute;
    /*content: '';*/
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 45px);
    background: #fff;
    width: 1000px;
    height: 2px;
}
.topBanerBlock  + br{
    display: none;
}

/*End howToGetBlock*/
/*newCondBlock*/
.newCondBlock{
    padding:80px 0 95px;
    position: relative;
    z-index: 1;
}
.newCondBlock:before{
    position: absolute;
    top: 0;
    left: -500px;
    right: -500px;
    height: 100%;
    content: '';
    background: #fff;
    z-index: -1;
}
.wrapNCB{
    display: grid;
    position: relative;
    grid-template-columns: repeat(3,1fr);    
}
.titleDec{
    display: flex;
    justify-content: flex-start;
}
.titleDec .h1,.titleDec h1{
    position: relative;
    z-index: 1;
    color: #fff;
}
.titleDec .h1:before,.titleDec h1:before{
    background: #0143E9;
    position: absolute;
    left: 0;
    top: 8px;
    z-index: -1;
    content: '';
    width: calc(100% + 70px);
    height: calc(100% + 10px);
}
.wrapNCB:before{
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    bottom: 0;
    content: '';
    width: 2px;
}
.wrapNCB:after{
    position: absolute;
    right: 0;
    left: 0;
    background: #fff;
    bottom: 0;
    content: '';
    height: 2px;
}
.nucNCB{
    display: flex;
    flex-direction: column;
    gap:24px;
    padding: 50px 65px 40px;
    border-right: 1px solid rgba(70, 69, 69, 0.20);
    border-bottom: 1px solid rgba(70, 69, 69, 0.20);
    align-items: center;
    color: #000;
    font-family: Montserrat;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 0.54px;
    text-align: center;
}
.nucNCB .imgF{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}
.nucNCB .imgF img,.nucNCB .imgF svg{
    max-height: 100px;
    max-width: 100%;
    width: auto;
}


/*End newCondBlock*/



/*conditionsBlock*/
.conditionsBlock{
    padding:50px 0 0;
}
.wrapCondB{
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrapCondB >div{
    width: 50%;
}
.wrapCondB .imgBlock{
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.wrapCondB .imgBlock .txtBlock{
    position: absolute;
    left: calc((100vw - 1410px) / 2 - 70px);
    right: 0;
    bottom: 70px;
    background: rgba(42,38,39,0.45);
    padding:55px 50px 55px 70px;
    color: #fff;
    font-size: 24px;
}
@media screen and (min-width:1920px){
    .wrapCondB .imgBlock .txtBlock{
        left: calc((1920px - 1410px) / 2 - 70px);
    }
}
.wrapCondB .imgBlock .txtBlock .name{
    font-weight: 700;
    margin-bottom: 45px;
}
.wrapCondB .rightBlock{
    padding:20px calc((100% - 1410px) / 2 - 20px) 20px 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.wrapCondB .prevTxtWrap{
    padding:24px 160px 0 4px;
    color: #fff;
    background: var(--colorHead);
    border-radius: 3px;
    margin-bottom: 95px;
}
.wrapCondB .prevTxt{
    margin-bottom: -5px;
}
.wrapCondB .preCondBlockWrap{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 70px 60px;
    width: 100%;
}
.preCondBlockWrap .name{
    font-size: 27px;
    margin-bottom: 30px;
    font-weight: 700;
}
.preCondBlockWrap .name.colorName{
    color: var(--colorHead);
}
.preCondBlockWrap .name span{
    color: var(--colorSecond);
}
.preCondBlockWrap .name.ttu{
    text-transform: uppercase;
}

/*End conditionsBlock*/





/*footer*/
footer{
    padding:75px 0 0;
    background: url(../images/footerBg.jpg) no-repeat center top,#262626;
    color: #f4f4f4;
}
.insidepage footer{
    margin-top: 50px;
}
.botFooter{
    padding:25px 0 65px;
    background: rgba(0,0,0,.34);
    color: #919191;
    line-height: 1.6;
}
.botFooter .copyright{
    opacity: 0.3;
}
.wrapFooterTop{
    display: flex;
    justify-content: space-between;
    gap: 85px;
    padding-right: 60px;
}
.wrapFooterTop .name{
    font-size: 24px;
    color: #fff;
    margin-bottom: 45px;
}
.wrapFooterTop ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}
.wrapFooterTop ul a{
    color: #fff;
    opacity: 0.53;
}
.wrapFooterTop .leftCol,.centerFooter .wrapCB{
    width: 390px;
}
.wrapFooterTop .logo{
    display: inline-block;
    margin-bottom: 55px;
}
.wrapFooterTop .slogan{
    font-size: 16px;
    margin-bottom: 45px;
}
.wrapFooterTop .hotLine{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    color: var(--colorSecond);
}
.wrapFooterTop .hotLine .phone{
    font-size: 24px;
}
.wrapFooterTop .hotLine .txt{
    font-size: 16px;
}
.wrapFooterTop  .infoFoot{
    font-size: 16px;
    color: #ffffff;
    opacity: 0.62;
    display: inline-block;
    margin-top: 30px;
}
.centerFooter{
    display: flex;
    justify-content: flex-start;
    gap: 85px;
    margin: 40px 0 85px;
}
.centerFooter .wrapCB{
    display: flex;
    align-items: flex-start;
}
.centerFooter .linksFoot{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
    max-width: 360px;
}
.centerFooter .linksFoot a{
    color: #fff;
    opacity: 0.5;
}
.centerFooter .linksFoot a:last-child{
    opacity: 0.3;
}
/*End footer*/


.fullWidth{
    margin:0 -255px;
}
.wrapBreadcrumbs{
    background: #202020;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.bx-breadcrumbs{
    padding:20px;   
    font-weight: 700;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.bx-breadcrumbs:before{
    position: absolute;
    left: -500px;
    right: -500px;
    top: 0;
    bottom: 0;
    z-index: -1;
    content: '';

}
.bx-breadcrumbs span{
    color: var(--colorHead);
}
.bx-breadcrumbs a span,.bx-breadcrumbs span.divider{
    color: #69696a;
}
.bx-breadcrumbs span.divider{
    margin-left: 3px;
}

/*servPage*/
/*topTxtInfoServ*/
.topTxtInfoServ{
    position: relative;
    z-index: 2;
    padding:75px 0 90px;
}
.topTxtInfoServ .h1{
    color: #fff;
}
.topTxtInfoServ .h1 span{
    color:#1757f8 ;
}
.topTxtInfoServ:before{
    position: absolute;
    left: -500%;
    top: 0;
    bottom: 0;
    right: -500px;
    z-index: -1;
    content: '';
    background: #202020;
}
.topTxtInfoServ + .howToGetBlock{
    z-index: 3;
    position: relative;
}
.topTxtInfoServ + .howToGetBlock .wrapStepsGet{
    padding-top: 170px;
}
.topTxtInfoServ + .howToGetBlock .imgW:before{
    position: absolute;
    left: 0;
    top: 45px;
    transform: translateX(-50%);
    content: '';
    background: #114ce0;
    border-radius: 3px;
    width: 88px;
    height: 88px;
} 
.topTxtInfoServ .decorePreTxt{
    color: #FAFAFA;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1;
}
.dotsLineDec{
    margin-bottom: 36px;
    display: flex;
    justify-content: flex-start;
    gap: 345px;
}
.dotsLineDec .dotDec{
    width: 12px;
    height: 12px;
    border-radius: 2px;
}
.dotsLineDec.darkBg .dotDec{
    background: #fff;
}
.topTxtInfoServ .decoreTopTxt .txt{
    text-transform: uppercase;
    color: #a1a1a1;
}
.decoreTopTxt{
    padding-bottom: 75px;   
}
.topTxtInfoServ .forTxtWrap{
    position: relative;
    margin-bottom: 90px;
}
.topTxtInfoServ .forTxtWrap .forTxt{
    color: #114ce0;
    line-height: 110px;
    font-size: 172px;
    font-weight: 700;
    white-space: nowrap;
    position: relative;
    left: -40px;
    opacity: 0.09;
}
.topTxtInfoServ .forTxtWrap .infoAvansWrap{
    position: absolute;
    left: calc(100% - 80px);
    top: 20px;
    background: #114ce0;
    padding:15px 85px 70px;
    border-radius: 3px 0 0 3px;
    background: #114ce0;
    width: 500px;

}
.topTxtInfoServ .forTxtWrap .infoAvansWrap:before{
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 2520px;
    height: 4px;
    background:#114ce0 ;
}
.topTxtInfoServ .infoAvans{
    max-width: 165px;
    color: #fff;
    font-weight: 700;
}
.topTxtInfoServ .infoAvans .txt{
    margin-bottom: 15px;
}
.topTxtInfoServ .infoAvans  .percent{
    font-size: 48px;
}

.topTxtInfoServ .forTxtWrap .microTxt{
    position: absolute;
    left: 0;
    bottom: -10px;
    color: #c9c9c9;
    z-index: 2;
}
.wrapCondInfoServ{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    margin-bottom: 80px;
}
.wrapCondInfoServ .nucCondInfoServ{
    position: relative;
    padding-right: 100px;
    flex:1;
    padding-top: 100px;
}
.wrapCondInfoServ .nucCondInfoServ:before {
    position: absolute;
    content: '✓';
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 4em;
    right: 25px;
    top: 0;
    border-radius: 50%;
    width: 86px;
    height: 86px;
    border: 2px solid #6b6b6c;
}
.wrapCondInfoServ .name{
    font-size: 27px;
    font-weight: 700;
    color: #114ce0;
    line-height: 1.1;
    margin-bottom: 30px;
}
.wrapCondInfoServ .nucCondInfoServ:nth-child(2) .name{
    color: var(--colorSecond);
}
.wrapCondInfoServ .txt{
    color: #a5a5a5;
}
.topTxtInfoServ .txtOnNextBlock{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    max-width: 50%;
    padding-right: 30px;
    position: relative;
}
.topTxtInfoServ .txtOnNextBlock:before{
    position: absolute;
    left: calc(50% - 30px);
    top: calc(100% + 1px);
    content: '';
    transform: translateX(-50%);
    width: 50px;
    height: 205px;
    background: url(../images/decArrNextBlock.png) no-repeat top center;
}
/*End topTxtInfoServ*/



/*formBlockInsFull*/
.formBlockInsFull{
    padding:175px 0;
    color: #fff;
    position: relative;
    z-index: 3;
}
.formBlockInsFull:before{
    position: absolute;
    content: '';
    left: -500px;
    right: -500px;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #1e1e20;
}
.wrapFB{
    display: flex;
    justify-content: space-between;
    padding: 0 115px;
    gap: 90px;
}
.wrapFB .rightCol{
    flex:none;
    width: 505px;
    position: relative;
    z-index: 1;
}
.wrapFB .name{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}
.wrapFB .name span{
    color: var(--colorSecond);
}
.wrapFB .txt{
    opacity: 0.72;
}
.wrapFB .txt a{
    color: #fff;
}
form input[type=text]{
    width: 100%;
    margin-bottom: 15px;
    background: none;
    border:none;
    border-bottom: 2px solid rgba(255,255,255,0.5);
    line-height: 1;
    padding:15px 0;
    color: #fff;
}
form input[type=submit]{
    width: 350px;
    background: var(--colorHead);
    padding:25px;
    color: #fff;
    font-weight: 700;
    border-radius: 3px;
    border:none;
}


.wrapFB input[type=submit]{
    margin-top: 25px;
}
.wrapFB .rightCol .decTxt{
    position: absolute;
    left: calc(100% + 45px);
    bottom: 0;
    color: var(--colorHead);
    font-size: 88px;
    font-weight: 700;
    line-height: 1;
}

/*End formBlockInsFull*/

/*dontSmallTextServBlock*/
.dontSmallTextServBlock{
    height: 355px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:30px 125px 30px 135px;
    color: #fff;
    font-size: 24px;
    gap: 105px;
}
.dontSmallTextServBlock .h1{
    color: #fff;
    max-width: 620px;
    flex:none;
    margin-bottom: 0;
}


/*End dontSmallTextServBlock*/
/*End servPage*/

.insidepage .h1.decH1:before{
    left: 0;
    top: -88px;
    content: '';
    position: absolute;
    width: 23px;
    height: 43px;
    background: url(../images/nucPreTBDec.png) no-repeat center/contain;
}
.lightH1{
    color: #fff;
}
/*contactspage*/
.squareBlock{
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2,50%);

}
.squareBlock.light{
    margin-bottom: 50px;
}
.squareBlock.light:after{
    position: absolute;
    left: -500px;
    right: -500px;
    bottom: 0;
    z-index: -1;
    content: '';
    height: 1px;
    background: #cfcfcf;
}
.squareBlock:before{
    position: absolute;
    left: -500px;
    right: -500px;
    top: 0;
    bottom: 0;
    z-index: -1;
    content: '';
    
}
.squareBlock.dark:before{
    background: #202020;
}
.nucSquare{
    position: relative;
    z-index: 1;
    
    min-height: 700px;
}
.nucSquare.dark{
    color: #fff;
}
.nucSquare:first-child{
    padding-top: 150px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 2;
}
.dark .nucSquare:first-child:after{
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    background: var(--colorHead);
    width: 100px;
    height: 100px;
    transform: translate(50%,50%);
    z-index: 1;
}
.nucSquare .afterH1 + .sience{
    margin-top: 35px;
}
.nucSquare{
    padding-top: 130px;
    padding-bottom: 160px;
}
.nucSquare.centerFlex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 70px;
    padding-bottom: 70px;
}
.nucSquare:nth-child(2n+1):before{
    position: absolute;
    z-index: -1;
    height: 1px;
    width: 2500px;
    left: -500px;
    content: '';
    
    top: 0;
}
.dark .nucSquare:nth-child(2n+1):before{
    background: rgba(255,255,255,0.2);
}
.dark .nucSquare:nth-child(2n+1){
    border-right: 1px solid rgba(255,255,255,0.2);
}
.keyTast{
    font-size: 27px;
    font-weight: 700;
    color: #38383a;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.preNameDir{
    font-size: 18px;
    margin-bottom: 155px;
    color: #69696a;
}
.light .nucSquare .h1{
    color: var(--colorHead);
}
.light .nucSquare:nth-child(2n+1):before{
    background: #cfcfcf;
}
.light .nucSquare:nth-child(2n+1){
    border-right: 1px solid #cfcfcf;
}
.light .nucSquare ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    font-size: 18px;
    color: #69696b;
}
.light .nucSquare li{
    position: relative;
    padding-left: 40px;
    list-style-type: none !important;
}
.light .nucSquare li:before{
    position: absolute;
    left: 0;
    top: 2px;
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: var(--colorHead);
}

.adresInfoWrap{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    font-size: 27px;
    font-weight: 700;
}
.adresInfoWrap .adresInfo{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.adresInfoWrap .name{   
    color: #5c5c5d;
}
.adresInfoWrap .val{
    color: #0047f9;
    line-height: 1.4;
}
.nucSquare .afterH1{
    font-size: 36px;
}
.dark .nucSquare .afterH1{
    color: #fff;
}
.formWrapSquare{
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.formWrapSquare .sience{
    margin-bottom: 75px;
}

.nucSquare .sience{
    padding:10px 40px 10px 35px;
    color: var(--colorSecond);
    border:1px solid var(--colorSecond);
    font-size: 18px;

}
.nucSquare .dirBlock .jobTitle{
    font-size: 36px;
    margin-bottom: 25px;
    color: #1f1f20;
}
.nucSquare .dirBlock .nameDir{
    font-size: 27px;
    color: var(--colorHead);
    font-weight: 700;
}
.nucSquare .wrapFB{
    flex-direction: column;
    gap: 65px;
    padding:0;
}
.nucSquare:nth-child(odd){
    padding-right: 80px;
}
.nucSquare:nth-child(even){
    padding-left: 80px;
}
.nucSquare:nth-child(odd).notPadding{
    padding:0;
    display: flex;
    justify-content: flex-end;
}
.nucSquare:nth-child(even).notPadding{
    padding:0;
    display: flex;
    justify-content: flex-start;
}
.strategyBlock .txt{
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    
}
.strategyBlock .txt p{
    margin-bottom: 30px;
}
.strategyBlock .txt *:last-child{
    margin-bottom: 0;
}
.strategyBlock{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.4;
}
.strategyBlock .preName{
    color: rgba(255,255,255,0.4);
    padding-bottom: 22px;
    border-bottom: 1px solid #fff;
    margin-bottom: 55px;
}

.aboutPersonalBlock{
    padding:155px 0 120px;
    position: relative;
    z-index: 1;
}
.aboutPersonalBlock:before{
    position: absolute;
    left: 0;
    top: -20px;
    content: '';
    width: 100px;
    height: 100px;
    background: var(--colorHead);
}
.nameBlock{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 70px;
}
.wrapPersonal{
    display: grid;
    grid-template-columns: repeat(2,50%);
}
.wrapPersonal .nucPersonal{
    padding-right: 140px;
}
.wrapPersonal .name{
    font-size: 27px;
    font-weight: 700;
    color: #5c5c5d;
    margin-bottom: 15px;
}
.wrapPersonal .name span{
    color: var(--colorHead);
}
.wrapPersonal .txt{
    color: #000;
    opacity: 0.72;
}

.preBlock + .requisitesBlock{
    margin-top: 95px;
}
.requisitesBlock{
    padding-top:65px;
    position: relative;
}
.requisitesBlock:before{
    position: absolute;
    left: -1000px;
    right: -1000px;
    top: 0;
    content: '';
    height: 1px;
    background: #69696a;
}
.wrapRequisites{
    display: grid;
    grid-template-columns: repeat(2,50%);
    border:1px solid #69696a;
    padding:75px 70px ;
}
.wrapRequisites > div{
    padding-right: 60px;
}
.wrapRequisites .nameBlockReq{
    font-size: 30px;
    margin-bottom: 40px;
}

.wrapRequisites .txt{
    color: #707071;
}


/*End contactspage*/


/*about company page*/
.keyTaskBlock{
    display: flex;
    justify-content: center;
    align-items: center;
}
.keyTaskBlock > div{
    flex:1;
}
.keyTaskBlock .imgBlock{
    display: flex;
    justify-content: flex-start;
}
.historyBlock{
    padding:160px 0 135px;
    position: relative;
    z-index: 1;
}
.historyBlock:before{
    position: absolute;
    content: '';
    top: -24px;
    left: 0;
    background: var(--colorSecond);
    width: 102px;
    height: 102px;
}


.historyBlock .topTxtBlock{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.historyBlock .topTxtBlock > div{
    flex:1;
    
}
.historyBlockLineWrap .decLine{
    margin:60px 0 80px;
    position: relative;
    height: 5px;
}
.historyBlockLineWrap .decLine:before{
    position: absolute;
    left: -1000px;
    right: -1000px;
    top: 0;
    content: '';
    bottom: 0;
    background: #000;
}
.historyBlock .topTxtBlock .txt{
    opacity: 0.72;
    padding-right: 110px;
}
.rowHistory{
    display: flex;
    gap: 150px;
}
.rowHistory.topRow{
    padding-right: 0;
}
.rowHistory.botRow{
    padding-left: 200px;
    padding-right: 100px;
}
.nucHistory{
    position: relative;
    z-index: 1;
}
.nucHistory .name{
    font-size: 27px;
    color: #5c5c5d;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: 700;
}
.nucHistory .txtBlock{
    display: flex;
    justify-content: flex-start;
    gap: 50px;
}
.nucHistory .num{
    font-size: 60px;
    color: #1e1e20;
    position: relative;
}
.nucHistory .vertLineDec{
    position: absolute;
    right: -24px;
    width: 3px;
    background: var(--colorHead);
    height: 250px;
}
.nucHistory .vertLineDec:before{
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    content: '';
    background: var(--colorHead);
}
.topRow .nucHistory .vertLineDec:before{
    top: 0;
}
.topRow .nucHistory .vertLineDec{
    top: 0;
}
.botRow .nucHistory .vertLineDec{
    top: -170px;
}
.botRow .nucHistory .vertLineDec:before{
    bottom: 0;
}
.botRow .num{
    padding-top: 20px;
}
.nucHistory .txtWrap{

}
.nucHistory .txt{
    opacity: 0.72;
    min-height: 65px;
}
.nucHistory .yearHistory{
    font-size: 27px;
    color: #5c5c5d;
    line-height: 1;
    margin-top: 20px;
    font-weight: 700;
}
.topRow .nucHistory:first-child .vertLineDec:after{
    position: absolute;
    width: 68px;
    height: 68px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    content: '';
    background: #fed271;
    bottom: 40px;
}



.wrapPgBlock{
    padding:110px 0 190px;
    position: relative;
}
.wrapPgBlock::before {
  position: absolute;
  left: -1000px;
  right: -1000px;
  top: 0;
  content: '';
  height: 1px;
  background: #69696a;
}
.wrapPgBlock .txtBlock{
    display: flex;
    justify-content: space-between;
    margin-bottom: 170px;
}
.wrapPgBlock .txtBlock .txt{
    flex:1;
    opacity: 0.72;
    padding-right: 105px;
}
.sliderPg{
    position: relative;
    margin-right: calc((100vw - 1410px) / -2);
}
.sliderPg .slick-prev{
    display: none !important;
}
.sliderPg .slick-next{
    position: absolute;
    bottom: -90px;
    left: calc(1440px - 313px);
    content: '';
    font-size: 0;
    z-index: 2;
    background: url(../images/arrPgNext.png) no-repeat center;
    width: 213px;
    height: 27px;
    border:none;
}
.sliderPg .pgSlide{
    margin-right: 30px;
}
.sliderPg .doubleImg{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.sliderPg imgW{
    width: 450px;
}
.sliderPg img{
    max-width: 100%;
}
.sliderPg .imgFull img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}












/*End about company page*/
/* --- Media styles --- */
@media screen and (min-width:1920px){
    .sliderPg{
        margin-right: calc((1920px - 1410px) / -2);
    }

}
@media screen and (min-width:1450px){
    .container{
        width: 1440px;
    }
}

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

.topBanerBlock .infoBlock{
    border-radius: 5px;    
    padding:18px 20px 15px;  
}

.topBanerBlock .nameInf{   
    font-size: 16px;    
    margin-bottom: 10px;
}
.topBanerBlock .txtInf{   
    font-size: 14px;   
}
.topBanerBlock .decLine{
    margin-top: 15px;
    padding-left: 20px;    
}
.topBanerBlock .decLine:before{   
    width: 6px;
    height: 6px;
    border-radius: 1px;    
}
.topBanerBlock  .decLine a{   
    font-size: 16px;   
}


    .nucNCB{
        font-size: 24px;
        padding: 40px 40px 30px;
    }



    body.insidepage .wrapper::before, body.insidepage .wrapper::after {
      width: 4%;
  }
  .dontSmallTextServBlock{
    padding:30px 50px;
}
.topTxtInfoServ .forTxtWrap .infoAvansWrap {
  right: -330px;
  left: auto;
  padding: 15px 50px 40px;
}
.catMainHead .name {
  font-size: 26px;
  margin-bottom: 30px;
  text-align:center;
}
.catMainHead ul{
    gap: 20px;
}
.catMainHead ul a {
  font-size: 20px;
}
.catMainHead .txtBlock {
  font-size: 24px;
}
.catMainHead .nucMain {
  padding: 40px 0;
}
.catMainHead .nucMain:nth-child(2n) {
  padding-left: 50px;
}
.catMainHead .nucMain:nth-child(2n+1) {
  padding-right: 50px;
}

.adresInfoWrap{
    gap: 30px;
    font-size: 24px;
}
.strategyBlock .txt p{
    font-size: 24px;
}
.strategyBlock .txt p {
  margin-bottom: 20px;
}
.strategyBlock .preName{
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.historyBlock {
  padding: 120px 0 100px;
  z-index: 1;
}
.sliderPg .slick-next{
    left: calc(1140px - 313px);
}
.historyBlock .topTxtBlock{
    margin-bottom: 40px;
}
.historyBlock .topTxtBlock .h1,.historyBlock .topTxtBlock .nameBlock{
    margin-bottom: 0;
}
.nameBlock {
  font-size: 30px;
}
.nucSquare {
  padding-top: 50px;
  padding-bottom: 80px;
}
.nucSquare:first-child {
  padding-top: 100px;
}
.formWrapSquare .sience {
  margin-bottom: 50px;
}
.nucSquare:nth-child(2n) {
  padding-left: 50px;
}
.nucSquare:nth-child(2n+1) {
  padding-right: 50px;
}
.nucQL:last-child {
  padding-right: 11px;
}
.wrapFB .name {
  font-size: 32px;
  margin-bottom: 32px;
}
.nucSquare{
    min-height: 500px;
}
.mapWrap img{
    max-height: 500px;
}
.wrapCLH .slogan{
    font-size: 12px;
}
.hotLine .phone {
  font-size: 20px;
}
.wrapCLH .hotLine{
    padding-left: 45px;
}
.wrapCLH .logo img{
    width: 240px;
}
.btnStyle1{
    padding: 10px 35px 10px 35px;
}
.wrapCLH{
    padding: 25px 0 20px;
}
.topBanerBlock .name{
    font-size: 50px;
    line-height: 1.1;
}



.topBanerBlock .txt {
  font-size: 30px;
}
.topBanerBlock .rightCol{
    gap: 40px;
}
.topBanerBlock .nucPreTB {
  font-size: 22px;
}
.nucQL .name{
    font-size: 24px;
}
.nucQL {
  padding: 50px 30px 70px 20px;
  gap: 15px;
}
.wrapFB {
  padding: 0 60px;
  gap: 50px;
}
form input[type="submit"] {
  width: 315px;
  padding: 20px;
}
.wrapOG .txtDec {
  padding: 60px 100px 50px 50px;
  font-size: 22px;
  width: 500px;
}

.wrapOG .leftBlock{
    padding-top: 70px;
}
.wrapOG .leftBlock {
  margin-left: -250px;
}

.wrapOG .rightBlock {
  padding-top: 70px;
  padding-left: 50px;
}
.wrapOG .cince {
  padding: 10px 15px;
  margin-bottom: 60px;
}

.h1, h1{
    font-size: 44px;
    margin: 0 0 45px;
}
.wrapOG .afterH1 {
  font-size: 24px;
  margin-bottom: 20px;
}

.wrapContentAbs .nucPre:nth-child(1){
    left: 70px;
}
.wrapContentAbs .nucPre:nth-child(2) {
  left: 370px;
}
.wrapContentAbs .nucPre:nth-child(3) {
  right: 80px;
}
.wrapContentAbs .nucPre:nth-child(4) {
  right: 80px;
}
.wrapContentAbs .name {
  font-size: 60px;
  margin-bottom: 15px;
}
.nucMarkAuto{
    height: 150px;
}
.marksAutoBlockSlider {
  padding: 60px 0 30px;
}
.howToGetBlock .h1 {
  padding-left: 110px;
  margin-bottom: 50px;
}

.nucStepGet .name {
  font-size: 24px;
  margin-bottom: 20px;
}
.nucStepGet .num {
  font-size: 64px;
}
.wrapStepsGet{
    grid-gap: 35px 200px;
}
.wrapStepsGet .imgBlock .imgW {
  left: -70px;
}
.wrapStepsGet .nucStepGet {
  line-height: 1.3;
}
.howToGetBlock .snoskaWrap {
  font-size: 24px;
}

.wrapCondB .imgBlock .txtBlock{
    font-size: 22px;
    left: calc((100vw - 1140px) / 2 - 70px);
    padding: 45px 190px 40px 60px;
    bottom: 50px;
}
.wrapCondB .imgBlock .txtBlock .name {
  margin-bottom: 30px;
}
.wrapCondB .rightBlock{
    padding: 10px calc((100% - 1140px) / 2 - 20px) 10px 50px;
}
.wrapCondB .prevTxtWrap{
    margin-bottom: 60px;
}
.preCondBlockWrap .name {
  font-size: 24px;
  margin-bottom: 20px;
}
.marksTileBlock {
  padding: 80px 0 60px;
}

.snoskaWrapGrey {
  font-size: 26px;
}

.wrapFooterTop{
    padding-right: 0;
    gap: 40px;
}
.wrapFooterTop .slogan {
  font-size: 14px;
  margin-bottom: 30px;
}
.wrapFooterTop .logo {
  margin-bottom: 40px;
}
.wrapFooterTop .infoFoot{
    margin-top: 20px;
}
.wrapFooterTop .infoFoot{
    margin-top: 10px;
}
.wrapFooterTop ul{
    gap: 20px;
}
.centerFooter .linksFoot {
  gap: 25px;
}
.botFooter {
  padding: 25px 0 40px;
}
.wrapFooterTop .name {
  font-size: 22px;
  margin-bottom: 35px;
}
.nucSquare .afterH1 {
  font-size: 30px;
}

.wrapPgBlock {
  padding: 75px 0 190px;
}
.wrapPgBlock .txtBlock {
  margin-bottom: 100px;
}
.wrapPgBlock .txtBlock .txt {
  padding-right: 50px;
}
.nucHistory .name {
  font-size: 24px;
}
.nucHistory .num {
  font-size: 50px;
}
.nucHistory .yearHistory {
  font-size: 24px;
}
.keyTast {
  font-size: 24px;
}
.nucSquare .dirBlock .jobTitle {
  font-size: 32px;
}
.nucSquare .dirBlock .nameDir {
  font-size: 24px;
}
.preNameDir {
  margin-bottom: 105px;
}
.insidepage .h1.decH1::before {
  top: -75px;
}
.light .nucSquare ul {
  gap: 40px;
}
.light .nucSquare li {
  padding-left: 35px;
}
.sliderPg {
  position: relative;
  margin-right: calc((100vw - 1240px) / -2);
}
.wrapPersonal .nucPersonal {
  padding-right: 90px;
}



}
.wrapHidBlock{
    overflow: hidden;
}
@media screen and (max-width:1199px){

    .nucNCB .imgF img, .nucNCB .imgF svg {
       max-height: 65px;
   }

   .nucNCB .imgF{
    height: 65px;
}
.nucNCB {
    font-size: 20px;
    padding: 30px 20px 20px;
    gap: 15px;
}

.topTxtInfoServ .forTxtWrap .forTxt {
  font-size: 110px;
}
.topTxtInfoServ {
  padding: 40px 0 90px;
}
.topTxtInfoServ .decorePreTxt{
    margin-bottom: 10px;
}
.decoreTopTxt {
  padding-bottom: 45px;
}
.topTxtInfoServ .forTxtWrap {
  margin-bottom: 55px;
}
.wrapCondInfoServ .nucCondInfoServ {
  position: relative;
  padding-right: 65px;
  padding-top: 60px;
}
.topTxtInfoServ .txtOnNextBlock {
  font-size: 26px;
}
.dontSmallTextServBlock{
    gap: 30px;
}
.dontSmallTextServBlock {
  font-size: 20px;
}
.topBanerBlock.servTB .name {
  margin-bottom: 55px;
}
.topBanerBlock.servTB .name::before {
  bottom: -25px;
  height: 70px;
  width: 320px;
}
.topBanerBlock .btnStyle2 {
  margin-top: 35px;
}
.wrapCondInfoServ .name {
  font-size: 24px;
  margin-bottom: 20px;
}
.wrapCondInfoServ .nucCondInfoServ::before {
  width: 60px;
  height: 60px;
}

.sliderPg .slick-next {
    left: calc(940px - 150px);
    width: 130px;
    background-size: contain;
}
.sliderPg {
  position: relative;
  margin-right: calc((100vw - 940px) / -2);
}
.catMainHead{
    max-height: calc(100vh - 174px);
}
.catMainHead .txtBlock {
    font-size: 22px;
}
.catMainHead .name {
    font-size: 24px;
    margin-bottom: 25px;
    padding-left: 30px;
}

.catMainHead .name::before {
  width: 18px;
  height: 33px;
}

.rowHistory.botRow {
  padding-left: 230px;
}
.rowHistory {
  gap: 70px;
}
.rowHistory.topRow {
  padding-right: 110px;
}




body.insidepage .wrapper::before, body.insidepage .wrapper::after {
    width: 5%;
}
.wrapPersonal .name {
  font-size: 24px;
}
.wrapRequisites .nameBlockReq {
  font-size: 26px;
  margin-bottom: 20px;
}
.nucSquare .afterH1 {
  font-size: 24px;
}
.nucSquare:nth-child(2n) {
    padding-left: 25px;
}

.nucSquare.centerFlex {
  padding-top: 30px;
  padding-bottom: 30px;
}
.insidepage .h1.decH1::before {
  left: 0;
  top: -55px;
}
.nucSquare:nth-child(2n+1) {
    padding-right: 30px;
}
.nucSquare:first-child {
    padding-top: 70px;
}
.adresInfoWrap {
    gap: 20px;
    font-size: 20px;
}
.nucSquare {
    min-height: 350px;
}
.dark .nucSquare:first-child::after{
    width: 50px;
    height: 50px;
}
.formWrapSquare .sience {
    margin-bottom: 25px;
}
.nucSquare .wrapFB {
  gap: 25px;
}

.nameBlock {
  font-size: 30px;
  margin-bottom: 35px;
}
.wrapPersonal .nucPersonal {
  padding-right: 40px;
}
.aboutPersonalBlock {
  padding: 115px 0 65px;
}
.requisitesBlock {
  padding-top: 40px;
}
.wrapRequisites{
    padding:20px;
}
.wrapRequisites > div {
  padding-right: 25px;
}
body {
  font-size: 16px; 
}
.wrapTLH {
  font-size: 14px;
}
.wrapCLH .logo img {
    width: 210px;
}
.wrapCLH {
    padding: 15px 0;
    gap: 10px;
}
.topLineHeader{
    padding-block: 10px;
}
.hotLine .phone {
    font-size: 18px;
}
.hotLine .txt {
  font-size: 14px;
}

.wrapCLH .hotLine {
    padding-left: 25px;
    background-size: 20px;
}
.btnStyle1 {
    padding: 10px 20px 10px 20px;
}
.wrapHeadMain ul a {
  padding-block: 15px;
}
.wrapBLH{
    gap: 20px;
}
.botLineHeader ul{
    gap: 15px;
}
.wrapBtnCatMain{
    height: 48.5px;
}
.botLineHeader .btnCatMain{
    width: 45px;
}
.topBanerBlock .name {
    font-size: 44px;
}
.topBanerBlock .txt {
    font-size: 24px;
}
.topBanerBlock .nucPreTB {
    font-size: 20px;
}
.topBanerBlock .rightCol {
    gap: 30px;
}
.nucQL {
    padding: 35px 20px 45px 10px;
}
.nucQL .name {
    font-size: 20px;
}
.wrapFB .name {
  font-size: 32px;
  margin-bottom: 25px;
}
.wrapFB {
    padding: 0px;
    gap: 30px;
}
.wrapFB .rightCol {
  width: 400px;
}
.wrapOG .txtDec {
    padding: 40px 50px 30px 30px;
    font-size: 20px;
    width: 425px;
}
.wrapOG .txtDec .name {
  margin-bottom: 25px;
}
.wrapOG .rightBlock {
    padding-left: 30px;
}
.h1, h1 {
    font-size: 38px;
    margin: 0 0 35px;
}

.wrapOG .afterH1 {
    font-size: 22px;
}
.wrapContentAbs .nucPre:nth-child(1) {
    left: 10px;
    top: 185px;
}
.wrapContentAbs .nucPre::before {
  width: 28px;
  height: 195px;
}
.wrapContentAbs .nucPre:nth-child(3) {
  top: 160px;
}
.wrapContentAbs .nucPre:nth-child(2) {
    left: 230px;
    bottom: 70px;
}
.wrapContentAbs .nucPre:nth-child(4) {
  bottom: 160px;
}
.wrapContentAbs .name {
    font-size: 50px;
}
.preBlock {
  height: 700px;
}
.nucMarkAuto {
    height: 115px;
}

.wrapStepsGet {
    grid-gap: 35px 100px;
}
.wrapStepsGet .nucStepGet{
    gap: 20px;
}

.nucStepGet .name {
    font-size: 22px;
    margin-bottom: 10px;
}

.wrapStepsGet .imgBlock .imgW {
    left: -15px;
}
.wrapStepsGet .imgBlock img {
  max-width: 580px;
}
.howToGetBlock {
  padding: 50px 0 25px;
}
.howToGetBlock .snoskaWrap,.snoskaWrapGrey {
    font-size: 20px;
    padding: 15px 30px;
}

.wrapCondB .imgBlock .txtBlock {
    font-size: 20px;
    left: calc((100vw - 940px) / 2 - 40px);
    padding: 25px 130px 20px 30px;
    bottom: 40px;
}
.wrapCondB .imgBlock img{
    max-width: 700px;
}

.wrapCondB .prevTxtWrap {
    margin-bottom: 30px;
}

.wrapCondB .preCondBlockWrap{
    grid-gap: 40px 15px;
}
.wrapCondB .rightBlock {
    padding: 40px;
}
.preCondBlockWrap .name {
    font-size: 22px;
    margin-bottom: 15px;
}
.marksTile {
  grid-gap: 20px;
}
.wrapFooterTop .logo img{
    width: 220px;
}
.wrapFooterTop .leftCol, .centerFooter .wrapCB {
  width: 300px;
}

.wrapFooterTop .infoFoot {
  font-size: 14px;
}
.wrapFooterTop .hotLine .phone {
  font-size: 22px;
}
.wrapFooterTop .name {
    font-size: 20px;
    margin-bottom: 25px;
}
.centerFooter {
  gap: 75px;
  margin: 40px 0 40px;
}



}

@media screen and (max-width:991px){
 .titleDec .h1, .titleDec h1{
    color: var(--colorTxt);
}


.topBanerBlock .txtBlockWrap{
    position: relative;
    z-index: 1;
    left: 0;
  top: 0;
  transform: translate(0%,0%);
  padding:30px 0;
}
.topBanerBlock > img{
    position: absolute;
    inset: 0;
    height: 100%;
    object-fit: cover;
}





.wrapNCB{
    grid-template-columns: repeat(2,1fr);
}
.titleDec .h1::before, .titleDec h1::before{
    display: none;
}

.topBanerBlock.servTB .name {
    margin-bottom: 40px;
    padding-right: 15px;
}
.topBanerBlock.servTB .name::before {
    bottom: -15px;
    height: 55px;
    width: 260px;
}

.topTxtInfoServ .decorePreTxt {
  font-size: 22px;
}

.topTxtInfoServ .infoAvans .percent {
  font-size: 40px;
}
.topTxtInfoServ .forTxtWrap .forTxt {
    font-size: 80px;
    left: -20px;
}
.wrapCondInfoServ{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px 0;
}
.topTxtInfoServ .txtOnNextBlock::before{
    background-size: contain;
    width: 30px;
    height: 110px;
}

.topTxtInfoServ {
    padding: 30px 0 40px;
}
.marksTileBlock .txtWrap {
  column-gap: 20px;
  padding-block: 10px;
}



.historyBlock .topTxtBlock .txt {
  padding-right: 0;
}
.historyBlockLineWrap .decLine,.nucHistory .vertLineDec{
    display: none;
}
.historyBlockLineWrap{
    display: grid;
    grid-template-columns: repeat(2,calc(50% - 20px));
    grid-gap: 40px;
}
.rowHistory.topRow {
    padding-right: 0;
}
.rowHistory.botRow{
    padding-left: 0;
}
.rowHistory{
    gap:35px;
    flex-direction: column;
}
.historyBlock::before {
  top: -14px;
  width: 60px;
  height: 60px;
}
.historyBlock {
    padding: 60px 0 65px;
}
.nucHistory .txtBlock{
    gap: 20px;
}
.nucHistory .name,.nucHistory .yearHistory {
    font-size: 20px;
}
.nucHistory .yearHistory {
  margin-top: 10px;
}
.nucHistory .name {
  margin-bottom: 20px;
}

.wrapPgBlock {
    padding: 40px 0 100px;
}
.sliderPg {
    position: relative;
    margin-right: calc((100vw - 720px) / -2);
}
.sliderPg .slick-next {
    left: calc(720px - 150px);
    bottom: -40px;
}

.strategyBlock .txt p,.keyTast {
    font-size: 20px;
}
.keyTast {
  gap: 20px;
}
.light .nucSquare ul {
    gap: 20px;
    font-size: 16px;
}
.preNameDir {
    margin-bottom: 75px;
}
.nucSquare .dirBlock .jobTitle {
    font-size: 26px;
}
.nucSquare .dirBlock .nameDir {
    font-size: 22px;
}

.catMainHead ul a {
    font-size: 18px;
}
.catMainHead .nucMain {
  padding: 20px 0;
}
.catMainHead .nucMain:nth-child(2n) {
  padding-left: 30px;
}
.catMainHead .nucMain:nth-child(2n+1) {
  padding-right: 30px;
}
.catMainHead .txtBlock {
    font-size: 20px;
}
.wrapCLH .slogan,.wrapFooterTop .slogan,.wrapHeadMain,footer .mainCol,.wrapTLH ul{
    display: none;
}  
.wrapFooterTop{
    justify-content: center;
} 
footer {
  padding: 35px 0 0;
}
.marksTile {
  grid-template-columns: repeat(4,1fr);
}
.wrapCondB{
    flex-direction: column;
}
.wrapCondB > div {
  width: 100%;
}

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


.wrapCondB .imgBlock .txtBlock {
    left: 0;
    padding: 25px 80px 20px 30px;
    bottom: 30px;
}
.topBanerBlock .name {
    font-size: 38px;
}
.topBanerBlock .txt {
    font-size: 20px;
}
.topBanerBlock .nucPreTB {
    font-size: 18px;
}
.nucQL .name {
    font-size: 18px;
}
.nucQL {
    padding: 25px 10px 25px 10px;
}
.wrapFB .name {
    font-size: 28px;
    margin-bottom: 20px;
}

.wrapFB .rightCol {
    width: 330px;
}
.formBlock {
  padding: 330px 0 220px;
}
.wrapOG .leftBlock {
    margin-left: 0;
}
.wrapOG {
  flex-direction: column;
  align-items: center;
}


.wrapOG .leftBlock {
  margin-left: 0;
  width: auto;
  padding-left: 0;
}
.wrapOG .leftBlock img{
    max-width: 100%;
}
.wrapOG .rightBlock {
    padding-top: 30px;
    width: 100%;
    padding-left: 0;
}


.wrapContentAbs .nucPre:nth-child(2) {
    left: 40px;
}


.wrapContentAbs .nucPre:nth-child(3) {
    right: 60px;
}
.wrapContentAbs .nucPre:nth-child(4) {
    right: 60px;
}
.aboutPersonalBlock {
    padding: 50px 0 35px;
}

.aboutPersonalBlock::before {
  top: -10px;
  width: 50px;
  height: 50px;
}
.wrapPersonal .name {
    font-size: 20px;
}

.wrapRequisites .nameBlockReq {
    font-size: 22px;
}
.nameBlock {
    font-size: 26px;
    margin-bottom: 30px;
}
.wrapPgBlock .txtBlock .txt {
    padding-right: 30px;
}
}

.mobVis{
    display: none;
}

@media screen and (max-width:767px){
.main_slider .slick-dots{
    bottom: 15px;
    transform: translateX(-50%);
}
.topBanerBlock .txtBlockWrap{
padding: 30px 0 60px;
}
    .topBanerBlock .btnStyle2{
        display: none;
    }
    .topBanerBlock.servTB .name {
        margin-bottom: 30px;
        padding-right: 0;
    }

    .dotsLineDec {
      margin-bottom: 0;
      display: flex;
  }
  .decoreTopTxt {
    padding-bottom: 15px;
}

.topTxtInfoServ .decorePreTxt {
    font-size: 20px;
}
.topTxtInfoServ .infoAvans{
   display: none; 
}

.topTxtInfoServ .forTxtWrap .infoAvansWrap {
    padding:0;
}
.topTxtInfoServ .forTxtWrap .forTxt {
    font-size: 40px;
    left: -20px;
    line-height: 90px;
}
.topTxtInfoServ .forTxtWrap .microTxt {
  bottom: 0px;
}
.topTxtInfoServ .forTxtWrap {
    margin-bottom: 20px;
}
.wrapCondInfoServ{
    grid-template-columns: repeat(1,1fr);
    grid-gap: 0px 0;
}
.wrapCondInfoServ .nucCondInfoServ {
    position: relative;
    padding-right: 0;
    padding-top: 50px;
}
.wrapCondInfoServ .nucCondInfoServ::before {
    width: 40px;
    height: 40px;
}
.topTxtInfoServ .txtOnNextBlock{
    max-width: 100%;
    padding-right: 0;
    font-size: 22px;
}
.topTxtInfoServ + .howToGetBlock .wrapStepsGet {
  padding-top: 90px;
}
.formBlockInsFull {
  padding: 45px 0;
}
.marksTileBlock .txtWrap {
  column-count: 1;
}
.dontSmallTextServBlock {
    font-size: 18px;
    padding: 25px 15px;
    flex-direction: column;
    height: auto;
}



.fullWidth {
  margin: 0 -25px;
}
.wrapPgBlock {
    padding: 40px 0 110px;
}
.insidepage .h1.decH1::before {
    display: none;
}

.pgSlide {
    max-width: 280px;
}
.pgSlide  img{max-width: 100%}
.nameBlock {
    font-size: 20px;
    margin-bottom: 20px;
}
.wrapPgBlock .txtBlock {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
}
.wrapPgBlock .txtBlock .txt {
    padding-right: 0px;
}
.sliderPg {
    margin-right: -25px;
}
.sliderPg .slick-next {
    left: 15px;
    bottom: -30px;
}

.nucSquare:first-child {
    padding-top: 20px;
}


.nucSquare .sience {
  padding: 10px 20px 10px 20px;
}
.historyBlock .topTxtBlock{
    flex-direction: column;
}
.nucHistory .num{
    display: none;
}
.nucHistory .name, .nucHistory .yearHistory {
    font-size: 18px;
}
.mobVis{
    display: block;
}
.nucHistory {
  flex: 1;
}
.nucSquare {
    padding-top: 30px;
    padding-bottom: 30px;
}
.nucSquare .afterH1 {
    font-size: 22px;
}
.wrapPersonal,.wrapRequisites {
  grid-template-columns: repeat(1,100%);
  gap: 25px;
}
.wrapCatMainHead {
  grid-template-columns: repeat(1,1fr);
  grid-template-rows: auto;
}
.catMainHead {
    max-height: calc(100vh - 155px);
}
.catMainHead .nucMain:nth-child(2n) {
  padding-left: 0;
  border-left: none;
}
.catMainHead .nucMain:nth-child(2n+1) {
    padding-right: 0;
}
.hidmob{
    display: none;
}

.nucMain .hotLine .phone {
  font-size: 18px;
}
.nucMain .hotLine {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 25px;
  margin-bottom: 20px;

  background: url(../images/hotLineIcon.png) no-repeat left center;
  background-size: 20px;
  color: var(--colorHead);
}
.nucMain .btnStyle1{
    max-width: 260px;
}


.catMainHead .nucMain:nth-child(n)::before {
  position: absolute;
  z-index: -1;
  height: 1px;
  width: 2500px;
  left: -500px;
  content: '';
  top: 0;
  background: rgba(255,255,255,0.2);
}
.squareBlock{
    grid-template-columns: repeat(1,100%);
    grid-template-rows: auto;
}
.dark .nucSquare:first-child::after {
    display: none;
}
.quickLinksBlock .nucSquare{
    border:none;
}
.dark .nucSquare:nth-child(n)::before {
    position: absolute;
    z-index: -1;
    height: 1px;
    width: 2500px;
    left: -500px;
    content: '';
    top: 0;
    background: rgba(255,255,255,0.2);
}








.wrapCLH .hotLine,.wrapCLH .btnStyle1   {
    display: none;
}
.topBanerBlock .infoBlock{
    max-width: 100%;
}
.topBanerBlock img{
    max-width: 950px;
    left: 50%;
    transform: translateX(-50%);
}
.topBanerBlock .leftCol{
    position: relative;
    z-index: 2;
}
.topBanerBlock .nucPreTB {
    font-size: 14px;
    padding-left: 25px;
}
.topBanerBlock .rightCol {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 15px;
    margin-top: 15px;
    padding-top: 15px;
    padding-left: 0px;
    min-width: 100%;
}

.topBanerBlock .txtBlockWrap{
    left: 0;
    top: 10px;
    bottom: 10px;
    transform: translate(0%,0%);
}
.bannerMainBlock{
    margin-top: 15px;
}
.wrapper .container{
    padding-left: 25px;
    padding-right: 25px;
}
.topBanerBlock .txtBlock{
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}
.topBanerBlock .rightCol::before{
    height: 2px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
}
.txtBlockWrap > .container{
    height: 100%;
}
.topBanerBlock .rightCol::after{
    left: -500px;
    opacity: 0.81;
}
.topBanerBlock .name {
    font-size: 28px;
    max-width: 340px;
}
.topBanerBlock .txt {
    font-size: 16px;
}

.topBanerBlock .nucPreTB::before {
  position: absolute;
  left: 0;
  content: '';
  width: 14px;
  height: 30px;
}
.wrapQL{
    display: grid;
    grid-template-columns: repeat(2,50%);
}
.nucQL:nth-child(n){
    padding:20px 10px;
    position: relative;
}
.nucQL:nth-child(2n+1){
    border-left: none;
}
.nucQL:nth-child(1):before{
    position: absolute;
    bottom: 0;
    left: -50px;
    width: 900px;
    background: rgba(255,255,255,0.2);
    height: 1px;
    content: '';
}
.wrapOG .cince {
    padding: 10px 15px;
    margin-bottom: 20px;
}
.h1, h1 {
    font-size: 34px;
    margin: 0 0 25px;
}
.wrapOG .afterH1 {
    font-size: 18px;
}
.wrapContentAbs .nucPre:nth-child(n){
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.wrapContentAbs .name {
    font-size: 34px;
    margin-bottom: 10px;
}
.wrapContentAbs .nucPre::before{
    width: 20px;
}
.wrapContentAbs .nucPre:nth-child(1)::before {

    height: 85px;
}
.wrapContentAbs .nucPre:nth-child(2){
    padding-left: 25px;
}
.wrapContentAbs .nucPre:nth-child(2)::before{
    left: 0;
    bottom: 0;
    height: 100%;
}
.wrapContentAbs .nucPre:nth-child(3)::before{
    display: none;
}
.preBlock {
    height: 550px;
    padding:15px 0;
}
.wrapContentAbs{
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
}
.wrapContentAbs .nucPre:nth-child(4)::before {
  bottom: auto;
  height: 85px;
}
.howToGetBlock {
    padding: 0 0 25px;
}
.howToGetBlock .h1{
    padding-left: 0;
    margin-bottom: 30px;
}
.howToGetBlock .h1::before{
    display: none;
}
.wrapStepsGet .imgBlock{
    display: none;
}
.wrapStepsGet {
    gap: 25px;
    display: flex;
    flex-direction: column;

    margin-bottom: 30px;
}
.wrapStepsGet .nucStepGet:nth-child(5){
    order: 5;
}
.wrapStepsGet .nucStepGet:last-child{
    order: 10;
}
.nucStepGet .num {
    font-size: 34px;
    margin-top: -13px;
}
.wrapStepsGet .nucStepGet {
    gap: 10px;
}
.nucStepGet .name {
    font-size: 20px;
    margin-bottom: 5px;
}
.nucStepGet .txt{
    font-size: 14px;
}
.howToGetBlock .snoskaWrap, .snoskaWrapGrey {
    font-size: 18px;
    padding: 10px;
}
.wrapCondB .rightBlock{
    padding:25px 15px;
}
.wrapCondB .prevTxtWrap {
  padding: 15px 60px 0 4px;
}
h1 br,.h1 br{
    display: none;
}
.wrapCondB .preCondBlockWrap{
    gap: 25px;
    grid-template-columns: 1fr;
}
.preCondBlockWrap .name {
    font-size: 18px;
    margin-bottom: 5px;
}
.marksTileBlock {
    padding: 40px 0 30px;
}
.marksTile {
    grid-template-columns: repeat(3,1fr);
}

.wrapCondB .imgBlock .txtBlock {
    left: 0;
    padding: 25px 15px;
    bottom: 0;
    font-size: 18px;

}
.wrapCondB .imgBlock .txtBlock .name {
    margin-bottom: 15px;
}
.wrapFB .name {
    font-size: 24px;
    margin-bottom: 15px;
}

body.insidepage .wrapper::before, body.insidepage .wrapper::after {
    width: 0px;
}
.dark .nucSquare:nth-child(2n+1),.light .nucSquare:nth-child(2n+1) {
  border-right: none;
}

.nucSquare:nth-child(2n+1),.light .nucSquare:nth-child(2n+1) {
    padding-right: 0;
}
.nucSquare:nth-child(2n) {
    padding-left: 0;
}
.nucSquare:nth-child(2n+1).notPadding {
  justify-content: flex-start;
}
.squareBlock.light {
  margin-bottom: 0px;
}
.preNameDir {
    margin-bottom: 20px;
}
.mapWrap img{
    max-width: 100%;
}
.light .nucSquare:nth-child(n)::before {
    position: absolute;
    z-index: -1;
    height: 1px;
    width: 2500px;
    left: -500px;
    content: '';
    top: 0;
    background: #cfcfcf;
}
.nucSquare {
    min-height: 100px;
}
.wrapStepsGet .nucStepGet{
    align-items: flex-start;
}
}

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

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

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

    .squareBlock {
        grid-template-columns: 1fr !important;
    }

}


@media screen and (max-width:600px){
    .wrapNCB{
        grid-template-columns: repeat(1,1fr);
    }
    .nucNCB {
        font-size: 18px;
    }
    .formBlock{
        margin-top: 25px;
        padding: 60px 0 150px;
    } 
    .h1, h1 {
        font-size: 30px;
    }
    .wrapFB{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .wrapOG .txtDec {
        padding: 20px;
        font-size: 18px;
        max-width: 100%;
    }
    .marksTile {
        grid-template-columns: repeat(2,1fr);
    }
    .wrapFooterTop{
        justify-content: flex-start;
    }
    .centerFooter{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .wrapFB .rightCol {
        width: 100%;
    }
    form input[type="submit"]{
        max-width:315px ;
        width: 100%;
        padding: 13px;
    }
    .catMainHead .name {
        font-size: 20px;
    }

}
@media screen and (max-width:485px){
  .wrapRequisites {
    padding: 10px;
}
.nucQL .name {
    font-size: 16px;
}   
}
@media screen and (max-width:425px){}
@media screen and (max-width:400px){

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

$opacity-transition: opacity $speed ease-in-out;

.modal-header {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
}

.modal-header::before, .modal-header::after {
    display: none;
}

.close {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    height: 16px;
    text-decoration: none;
    width: 16px;

    svg {
        width: 16px;
    }
}

.modal-wrapper {
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

#modal {
    opacity: 0;
    transition: opacity 0.5s ease;
    visibility: hidden;

    &:target {
        opacity: 1;
        visibility: visible;

        .modal-body {
            opacity: 1;
            transform: translateY(1);
        }
    }

    .modal-header {
        display: flex;
        justify-content: space-between;
    }
    .modal-body {
        max-width: 500px;
        opacity: 0;
        // transform: translateY(-100px);
        transition: opacity 0.5s ease;
        width: 100%;
        z-index: 1;
        background: white;
        border-radius: 10px;
        form input[type=text] {
            color: black;
            border-bottom: 2px solid rgb(110 110 110 / 50%);
        }
        form div {
            width: 100%;
            textarea {
                width: 100%;
                border: 2px solid rgb(110 110 110 / 50%);
            }
            input {
                width: 100%;
            }
        }
    }
}

.outside-trigger {
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.button__link {
    text-decoration: none;
}


.adresInfo .val {
    color: white;
}
.snoskaWrapGrey .txt {
    text-align: center;
}

.sliderPg {
    display: none;
}