

/* Start:/local/templates/velan_new/css/home.css?175087149716437*/
/* top block */

.topBlock {
    position: relative;
    z-index: 1;
}

.wrapVideo {
    line-height: 0;
}

.topBlock>img,
.topBlock video {
    width: 100%;
}

.topBlock>video {
    line-height: 0;
}

.topBlock .txtBlock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.topBlock .container {
    height: 100%;
}

.topBlock .wrapTxtBlock {
    position: absolute;
    inset: 0;
    overflow: hidden;
    padding: 170px 70px 30px;
}

.wrapTitleBlock {
    background: rgba(255, 255, 255, 0.4);
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    position: relative;
    backdrop-filter: blur(6px);
    width: 520px;
    height: fit-content;
}

.topBlock .titleBlock {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.topBlock .title {
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}

.topBlock .btnStyle {
    align-self: flex-end;
}

.topBlock .btnStyle svg,
.topBlock .btnStyle svg * {
    fill: none;
}

/* end top block */

/* preBlock */

.preBlock {
    background: var(--colorMain);
    position: relative;
}

.preBlock::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(/local/templates/velan_new/css/../images/bg1.png) no-repeat center;
    top: 0;
    left: 0;
}

.wrapPre {
    padding: 52px 0;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nucPre {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex: 1;
    position: relative;
}

.nucPre::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 126px;
    background: #fff;
}

.nucPre .txt {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    max-width: 245px;
}

/* end preBlock */

/* aboutBlock */

.aboutBlock {
    background: #F8F8FA;
    padding-block: 120px;
}

.wrapAbout {
    display: flex;
    justify-content: space-between;
    gap: 106px;
}

.wrapAbout .txtBlock {
    width: calc(100% - 704px);
}

.wrapAbout p {
    margin: 0 0 90px;
}

.wrapPreAb {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 2fr));
}

.nucPreAb:first-child {
    padding-bottom: 28px;
    border-bottom: 1px solid #d5d4d6;
    margin-right: 40px;
}

.nucPreAb:nth-child(2) {
    padding-left: 20px;
    border-left: 1px solid #d5d4d6;
    margin-bottom: 28px;
}

.nucPreAb:nth-child(3) {
    padding-right: 20px;
    border-right: 1px solid #d5d4d6;
    margin-top: 28px;
}

.nucPreAb:nth-child(4) {
    padding-left: 20px;
    border-top: 1px solid #d5d4d6;
    padding-top: 28px;
}

.nucPreAb .numb {
    color: var(--colorMain);
    font-size: 70px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px;
}

.nucPreAb .counter {
    font-feature-settings: "tnum";
    word-spacing: 0.2em;
    padding: 0 0.05em;
}

.nucPreAb .txt {
    font-size: 22px;
    font-weight: 700;
}

.wrapAbout .imgControl {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 598px;
}

.wrapAbout .imgControl img {
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wrapAbout .imgControl .control {
    cursor: pointer;
}

.wrapAbout .imgControl .control * {
    transition: all .4s;
}

.wrapAbout .imgControl .control:hover path {
    fill: #fff;
}

.wrapAbout .imgControl .control:hover>path:first-child {
    fill: var(--colorMain);
}

/* end aboutBlock */

/* formBlock */

.formBlock {
    background: var(--colorMain);
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.formBlock::before {
    position: absolute;
    content: '';
    background: url(/local/templates/velan_new/css/../images/bgForm.png) no-repeat right bottom ;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: -6px;
    z-index: 0;
}

.wrapForm {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    position: relative;
}

.formBlock .leftBlock {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 920px);
    flex: 1;
}

.formBlock .rightBlock {
    width: calc(100% - 880px);
    flex: 1;
}

.formBlock .title {
    color: #fff;
}

.formBlock p {
    color: #fff;
    margin-bottom: 14px;
}

.formBlock .wrapInputs {
    display: flex;
    gap: 10px;
}

.formBlock input {
    border: none;
    border-radius: 0;
    flex: 1;
    padding: 30px;
    color: var(--colorMain);
    font-size: 22px;
    width: 100%;
    outline: none;
    margin-bottom: 10px;
}

.formBlock input::placeholder,
.formBlock textarea::placeholder {
    color: var(--colorMain);
    font-size: 22px;
}

.wrapInputFile {
    width: 100%;
    padding: 4px;
    background: #fff;
    transition: all .4s;
    cursor: pointer;
    margin-bottom: 10px;
}

.wrapInputFile .wrapInput {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 3px dashed var(--colorMain);
    padding: 30px;
    color: var(--colorMain);
    font-size: 22px;
    width: 100%;
}

.wrapInputFile:hover {
    background: #EFF5FF;
}

.formBlock textarea {
    width: 100%;
    height: 295px;
    padding: 30px;
    color: var(--colorMain);
    font-size: 22px;
    margin-bottom: 12px;
    outline: none;
}

.formBlock .sendLine {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.formBlock .txtLabel {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
}

.formBlock .txtLabel a {
    color: rgba(255, 255, 255, 0.4);
}

font.notetext {
    color: #fff !important;
}

/* end formBlock */

/* newsBlock */

.newsBlock {
    position: relative;
    background: #F8F8FA;
    padding-top: 120px;
    padding-bottom: 120px;
}

.newsBlock::before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 1px;
    background: #e0e0e2;
}

.newsBlock::after {
    position: absolute;
    content: '';
    bottom: 160px;
    left: 0%;
    height: 1px;
    width: 100%;
    background: #e0e0e2;
}

.newsBlock .title {
    text-align: center;
    max-width: 734px;
    margin: 0 auto 24px;
    position: relative;
}

/* end newsBlock */

/* projectsBlock */

.projectsBlock {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #fff;
}

.topLineProj {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 181px;
    margin-bottom: 61px;
}

.topLineProj .title {
    max-width: 557px;
    margin: 0;
}

/* end projectsBlock */

/* contactsBlock */

.contactsBlock {
    position: relative;
    background: #F8F8FA;
    padding-top: 100px;
    padding-bottom: 61px;
}

.contactsBlock::before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 1px;
    background: #e0e0e2;
}

.topLineC {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    gap: 25px;
}

.topLineC .title {
    position: relative;
    line-height: 1.6;
    margin-bottom: 0;
}

.botLineC {
    border-top: 1px solid #e0e0e2;
    border-bottom: 1px solid #e0e0e2;
    display: flex;
}

.map {
    width: 50%;
}

.wrapContacts {
    width: 50%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 2fr));
    padding-left: 30px;
    padding-top: 30px;
}

.wrapContacts .name {
    font-size: 22px;
    color: var(--colorMain);
    margin-bottom: 10px;
}

.wrapContacts .value {
    font-size: 22px;
}

/* end contactsBlock */
@media screen and (max-width:1599px) {
    .topBlock .wrapTxtBlock {
        padding-top: 166px;
    }

    .wrapTitleBlock {
        width: 50%;
        max-width: 500px;
    }

    .topBlock .titleBlock>svg {
        width: 90px;
        height: auto;
    }

    .topBlock .title {
        font-size: 30px;
    }

    .nucPre {
        padding: 0 20px;
    }

    .wrapAbout {
        gap: 30px;
    }

    .nucPreAb .numb {
        font-size: 50px;
    }

    .wrapAbout .imgControl svg {
        width: 500px;
    }

    .wrapAbout .txtBlock {
        width: calc(100% - 500px);
    }

    .wrapForm {
        gap: 30px;
    }
}

@media screen and (max-width:1199px) {
    .topBlock {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .topBlock>img {
        width: auto;
        height: 600px;
    }


    .wrapTitleBlock {
        width: 60%;
    }

    .topBlock .title {
        font-size: 28px;
    }

    .wrapPre {
        padding: 40px 0;
        flex-wrap: wrap;
    }

    .nucPre {
        flex: 1 1 50%;
        padding: 10px 0;
    }

    .nucPre svg {
        height: 90px;
        width: auto;
    }

    .nucPre::before {
        display: none;
    }

    .aboutBlock {
        padding-block: 80px;
    }

    .wrapAbout {
        flex-direction: column;
    }

    .wrapAbout .txtBlock {
        width: 100%;
    }

    .wrapAbout .imgControl {
        max-width: none;
    }

    .wrapAbout .imgControl svg {
        width: 100%;
    }

    .nucPreAb .numb {
        font-size: 70px;
    }

    .wrapForm {
        flex-direction: column;
    }

    .formBlock .leftBlock,
    .formBlock .rightBlock {
        width: 100%;
    }

    .newsBlock {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .contactsBlock {
        padding-top: 80px;
    }

    .map iframe {
        height: 300px;
    }

    .wrapContacts {
        gap: 10px;
    }

    .wrapContacts .name {
        font-size: 20px;
    }

    .wrapContacts .value {
        font-size: 18px;
    }
}

@media screen and (max-width:991px) {
    .topBlock .wrapTxtBlock {
        padding: 129px 40px 30px;
    }

    .topBlock>img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-48%, -50%);
        width: auto;
        max-width: 1000px;
        height: 100%;
    }

    .topBlock video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .topBlock .wrapTxtBlock {
        position: static;
    }

    .topBlock .titleBlock>svg {
        width: 80px;
    }

    .nucPre svg {
        height: 80px;
    }

    .nucPre .txt {
        font-size: 20px;
    }

    .aboutBlock {
        padding-block: 60px;
    }

    .wrapAbout p {
        margin-bottom: 40px;
    }

    .nucPreAb .numb {
        font-size: 50px;
        margin-bottom: 5px;
    }

    .nucPreAb .txt {
        font-size: 18px;
    }

    .formBlock,
    .newsBlock {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .formBlock input {
        padding: 20px;
        font-size: 18px;
    }

    .formBlock input::placeholder {
        font-size: 18px;
    }

    .wrapInputFile .wrapInput {
        padding: 20px;
        font-size: 20px;
    }

    .formBlock textarea {
        height: 150px;
        padding: 20px;
        font-size: 18px;
    }

    .formBlock textarea::placeholder {
        font-size: 16px;
    }

    .topLineProj {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 40px;
        align-items: flex-start;
    }

    .contactsBlock {
        padding-top: 60px;
    }

    .topLineC {
        margin-bottom: 40px;
    }

    .botLineC {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .map {
        width: 100%;
    }

    .wrapContacts {
        width: 100%;
        padding-left: 0;
    }
}

.mobImg {
    display: none;
}

@media screen and (max-width:767px) {
    .topBlock .wrapTxtBlock {
        padding: 90px 20px 20px;
    }

    .mobImg {
        display: block;
    }

    #videoFon {
        display: none;
    }

    .topBlock .txtBlock {
        flex-direction: column;
        gap: 10px;
        justify-content: center;
    }

    .wrapTitleBlock {
        width: 100%;
        padding: 20px;
    }

    .topBlock .titleBlock {
        gap: 10px;
    }

    .topBlock .titleBlock>svg {
        width: 70px;
    }

    .topBlock .title {
        font-size: 24px;
    }

    .topBlock .btnStyle {
        align-self: center;
    }

    .nucPre .txt {
        font-size: 18px;
    }

    .nucPre svg {
        height: 70px;
    }

    .aboutBlock {
        padding-block: 40px;
    }

    .nucPreAb .numb {
        font-size: 44px;
        margin-bottom: 0;
    }

    .nucPreAb .txt {
        font-size: 16px;
    }

    .wrapAbout .imgControl svg {
        height: auto;
    }

    .formBlock,
    .newsBlock,
    .projectsBlock {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .formBlock input,
    .formBlock textarea,
    .formBlock textarea::placeholder,
    .formBlock input::placeholder,
    .wrapInputFile .wrapInput {
        font-size: 16px;
    }

    .formBlock .sendLine {
        flex-direction: row;
    }

    .wrapContacts .name {
        font-size: 18px;
    }

    .wrapContacts .value {
        font-size: 16px;
    }

    .contactsBlock {
        padding-top: 40px;
    }
    .preBlock::before{
        background-size: auto 200px;
  background-position: center top;
    }
    .formBlock::before{
        background-size: auto 250px;
  background-position: right bottom;
    }
}

@media screen and (max-width:600px) {
    .topBlock .titleBlock>svg {
        width: 50px;
    }

    .wrapTitleBlock {
        padding: 20px 40px;
    }

    .topBlock .title {
        font-size: 20px;
        width: calc(100% - 50px);
        text-align: left;
    }

    .topBlock .wrapTxtBlock {
        padding: 120px 20px 10px;
    }

    .topBlock .titleBlock {
        flex-direction: row;
        width: min-content;
        justify-content: center;
    }

    .wrapPre {
        padding: 20px 0;
    }

    .nucPre {
        flex-basis: 46%;
    }

    .wrapAbout p {
        margin-bottom: 25px;
    }

    .wrapAbout .imgControl {
        display: none;
    }

    .formBlock .wrapInputs {
        flex-wrap: wrap;
        gap: 0;
    }

    .formBlock input {
        padding: 15px;
        flex-basis: 100%;
    }

    .wrapInputFile .wrapInput {
        padding: 15px;
    }

    .formBlock textarea {
        height: 100px;
        padding: 15px;
    }

    .formBlock .sendLine {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .formBlock .txtLabel {
        font-size: 10px;
    }

    .topLineC {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .map iframe {
        height: 230px;
    }

    .wrapContacts {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .wrapContacts .name {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .wrapContacts .value {
        font-size: 14px;
    }

    .nucPreAb:first-child {
        padding-bottom: 15px;
    }

    .nucPreAb:nth-child(2) {
        margin-bottom: 20px;
    }

    .nucPreAb .txt {
        font-size: 14px;
    }

    .nucPreAb:nth-child(4) {
        padding-top: 15px;
    }

    .nucPreAb:nth-child(3) {
        margin-top: 15px;
    }

    .topLineProj {
        padding-right: 0;
        margin-bottom: 100px;
    }
}

@media screen and (max-width:485px) {
    /* .topBlock>img {
        transform: translate(-42%, -50%);
        overflow: visible;
    }*/

    .topBlock {
        height: 62vh;
    }

    .topBlock .wrapTxtBlock {
        position: absolute;
        bottom: 0;
        padding: 10px 15px;
    }

    .topBlock .txtBlock {
        justify-content: flex-end;
    }

    .wrapTitleBlock {
        padding: 10px;
        gap: 10px;
    }

    .topBlock .titleBlock {
        width: 100%;
    }

    .topBlock .titleBlock>svg {
        width: 40px;
    }

    .topBlock .title {
        font-size: 16px;
        max-width: 230px;
        width: calc(100% - 40px);
    }

    .nucPreAb .numb {
        font-size: 30px;
    }

    .nucPre svg {
        height: 50px;
    }

    .nucPre .txt {
        font-size: 14px;
    }
}
/* End */


/* Start:/local/templates/velan_new/css/company.css?174767873515424*/
.companyPage h2 {
    font-size: 36px;
    color: var(--colorMain);
    margin-bottom: 40px;
}

.companyPage p {
    font-size: 24px;
    margin-bottom: 0;
}

.companyPage ul li {
    position: relative;
    padding-left: 35px;
    font-size: 24px;
}

.companyPage ul li::before {
    position: absolute;
    content: '';
    background: url(/local/templates/velan_new/css/../images/marker.svg) no-repeat center;
    width: 10px;
    height: 26px;
    left: 12px;
    top: 3px;
}

.txtBlock1 {
    margin-bottom: 175px;
}

.txtBlock1 .imgW {
    margin-left: 20px;
    position: relative;
    float: right;
}

.txtBlock1 .imgW .txtBlock {
    position: absolute;
    top: 53px;
    left: 36px;
    width: 482px;
}

.txtBlock1 .imgW .txtBlock p {
    color: #fff;
}

.txtBlock1 .txt {
    position: relative;
    min-height: 500px;
}

.txtBlock1 .txt p:last-child {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 1600px;
    width: 100%;
}

.txtBlock2 {
    margin-bottom: 120px;
}

.txtBlock2 .wrapTxtCol {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 4fr));
    grid-gap: 56px 80px;
}

.txtBlock2 .nucTxtCol {
    position: relative;
}

.txtBlock2 .nucTxtCol:not(:nth-child(4n))::before {
    position: absolute;
    content: '';
    top: 0;
    right: -40px;
    height: 100%;
    width: 1px;
    background: rgba(12, 11, 11, 0.2);
}

.txtBlock2 .nucTxtCol:first-child::after,
.txtBlock2 .nucTxtCol:nth-child(2)::after,
.txtBlock2 .nucTxtCol:nth-child(3)::after,
.txtBlock2 .nucTxtCol:nth-child(4)::after {
    position: absolute;
    content: '';
    bottom: -28px;
    left: 41px;
    height: 1px;
    width: 262px;
    background: rgba(12, 11, 11, 0.2);
}

.txtBlock2 .numb {
    color: var(--colorMain);
    font-size: 70px;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 700;
}

.txtBlock2 .numb p {
    margin-bottom: 12px;
    font-size: 22px;
}

.txtBlock2 .numb span {
    font-size: 54px;
}

.txtBlock2 .txt {
    font-weight: 700;
    font-size: 22px;
}

.txtBlock3 {
    margin-bottom: 68px;
    display: flex;
    gap: 98px;
}

.txtBlock3 .txt {
    width: calc(100% - 737px);
}

.txtBlock4 {
    margin-bottom: 120px;
}

.txtBlock4 p {
    margin-bottom: 20px;
}

.txtBlock4 .wrapTxtBlock {
    display: flex;
}

.txtBlock4 .leftBlock {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 40px;
    border-right: 1px solid rgba(12, 11, 11, 0.2);
}

.txtBlock4 .btnStyle svg * {
    fill: none;
}

.txtBlock4 .rightBlock {
    flex: 1;
    padding-left: 40px;
}

.txtBlock5 {
    margin-bottom: 143px;
}

.txtBlock5 h2 {
    max-width: 725px;
}

.txtBlock5 .wrapTxtBlock1 {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(12, 11, 11, 0.2);
}

.txtBlock5 .wrapTxtBlock1 .leftBlock {
    padding-right: 40px;
    border-right: 1px solid rgba(12, 11, 11, 0.2);
}

.txtBlock5 .wrapTxtBlock1 .leftBlock p {
    margin: 0;
}

.txtBlock5 .wrapTxtBlock1 .leftBlock p:first-child {
    margin-bottom: 30px;
}

.txtBlock5 .wrapTxtBlock1 .leftBlock ul:first-child {
    margin-bottom: 30px;
}

.txtBlock5 .wrapTxtBlock1 .rightBlock {
    padding-left: 40px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 2fr));
    grid-gap: 40px;
}

.txtBlock5 .wrapTxtBlock2 {
    display: flex;
    align-items: center;
}

.txtBlock5 .wrapTxtBlock2 .leftBlock {
    display: flex;
    gap: 40px;
    align-items: center;
    padding-right: 40px;
}

.txtBlock5 .wrapTxtBlock2 .rightBlock {
    padding-left: 40px;
    border-left: 1px solid rgba(12, 11, 11, 0.2);
    width: calc(100% - 483px);
}

.txtBlock6 {
    margin-bottom: 120px;
    display: flex;
    align-items: center;
    gap: 60px;
}

.txtBlock6 .leftBlock {
    flex: 1;
}

.txtBlock6 .rightBlock {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.txtBlock6 .rightBlock .imgW {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}
.txtBlock6 .rightBlock .imgW img{
    mix-blend-mode: multiply;
    height: 100%;
    max-width: 100%;
    width: auto;
}
.txtBlock7 {
    margin-bottom: 100px;
}

.txtBlock7 h2 {
    max-width: 1000px;
}

.txtBlock7 .wrapTxtBlock {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 2fr));
}

.txtBlock7 .titleLine {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.txtBlock7 .titleLine h2 {
    margin-bottom: 0;
}

.txtBlock7 .nucTxtBlock:first-child,
.txtBlock7 .nucTxtBlock:nth-child(3) {
    padding-right: 20px;
    position: relative;
    margin-bottom: 20px;
}

.txtBlock7 .nucTxtBlock:first-child::after,
.txtBlock7 .nucTxtBlock:nth-child(3)::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 0;
    width: 1px;
    background: rgba(12, 11, 11, 0.2);
}

.txtBlock7 .nucTxtBlock:first-child::after {
    top: 0;
}

.txtBlock7 .nucTxtBlock:last-child,
.txtBlock7 .nucTxtBlock:nth-child(2) {
    padding-left: 20px;
}

.txtBlock7 .nucTxtBlock:last-child,
.txtBlock7 .nucTxtBlock:nth-child(3) {
    border-top: 1px solid rgba(12, 11, 11, 0.2);
    padding-top: 20px;
}

.txtBlock8 {
    margin-bottom: 120px;
}

.txtBlock8 p {
    margin-bottom: 40px;
}

.txtBlock8 .imgW {
    display: flex;
    justify-content: center;
    align-items: center;
}

.txtBlock9 {
    margin: 0 -70px 156px;
}

.txtBlock10 {
    margin: 0 -70px -60px;
}

.txtBlock5 .wrapTxtBlock1 .leftBlock p {
    /* margin: 0; */
    padding-top: 20px;
}

@media screen and (max-width:1919px) {
    .txtBlock1 .imgW .txtBlock {
        top: 30px;
        left: 30px;
        width: 45%;
    }

    .txtBlock1 .imgW .txtBlock h2 {
        margin-bottom: 5px;
    }

    .txtBlock7 .nucTxtBlock:nth-child(2) {
        padding-bottom: 20px;
    }

    .txtBlock1 .imgW img {
        width: 900px;
    }

    .txtBlock5 .wrapTxtBlock1 .leftBlock {
        width: calc(100% - 300px);
    }
}

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

    .txtBlock6 .rightBlock .imgW {
    height: 40px;
}

    .companyPage h2 {
        font-size: 32px;
    }

    .txtBlock1 {
        display: flex;
        flex-direction: column-reverse;
        gap: 40px;
        margin-bottom: 100px;
    }

    .txtBlock1 .imgW {
        margin: 0;
        float: none;
    }

    .txtBlock1 .imgW img {
        width: 100%;
    }

    .txtBlock1 .imgW .txtBlock h2 {
        margin-bottom: 20px;
    }

    .txtBlock1 .txt {
        min-height: auto;
    }

    .txtBlock1 .txt p:not(:last-child) {
        margin-bottom: 20px;
    }

    .txtBlock1 .txt p:last-child {
        position: static;
        max-width: auto;
    }

    .txtBlock2 .nucTxtCol:first-child::after,
    .txtBlock2 .nucTxtCol:nth-child(2)::after,
    .txtBlock2 .nucTxtCol:nth-child(3)::after,
    .txtBlock2 .nucTxtCol:nth-child(4)::after {
        width: 100%;
        left: 0;
    }

    .txtBlock3 {
        align-items: center;
        gap: 40px;
    }

    .txtBlock4 .leftBlock {
        padding-right: 20px;
    }

    .txtBlock4 .rightBlock {
        padding-left: 20px;
    }

    .companyPage ul li::before {
        height: 22px;
    }

    .txtBlock2 .numb {
        font-size: 50px;
    }

    .txtBlock2 .numb span {
        font-size: 40px;
    }

    .txtBlock3 {
        flex-direction: column;
    }

    .txtBlock3 .txt {
        width: 100%;
    }

    .txtBlock3 .imgW {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .txtBlock3 .imgW {
        max-width: 650px;
    }

    .txtBlock9 {
        margin-bottom: 50px;
    }

    .contactsBlock {
        padding-top: 50px;
    }

    .txtBlock7 .titleLine svg {
        height: 100px;
    }

    .txtBlock6 {
        gap: 20px;
    }
}

@media screen and (max-width:1199px) {
    .companyPage h2 {
        font-size: 30px;
    }
 
    .txtBlock1 .imgW .txtBlock {
        width: 40%;
    }

    .companyPage ul li::before {
        height: 18px;
    }

    .txtBlock2 .nucTxtCol:nth-child(5)::after,
    .txtBlock2 .nucTxtCol:nth-child(6)::after {
        position: absolute;
        content: '';
        bottom: -28px;
        left: 0;
        height: 1px;
        width: 100%;
        background: rgba(12, 11, 11, 0.2);
    }

    .txtBlock4 .leftBlock {
        border-right: 0;
    }

    .companyPage ul li {

        font-size: 18px;
    }

    .txtBlock5 .wrapTxtBlock1 .leftBlock {
        width: calc(100% - 260px);
    }

    .txtBlock5 .wrapTxtBlock1 .rightBlock {
        padding-left: 20px;
        gap: 20px;
    }

    .txtBlock2 .wrapTxtCol {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 4fr));
    }

    .txtBlock2 .numb {
        font-size: 40px;
    }

    .txtBlock3 .imgW {
        text-align: center;
    }

    .txtBlock3 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .txtBlock4 .wrapTxtBlock {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .txtBlock4 .rightBlock {
        padding-left: 0px;
    }

    .txtBlock5 .wrapTxtBlock2 {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

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

    .txtBlock7 .wrapTxtBlock {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 2fr));
        grid-gap: 20px
    }

    .txtBlock5 .wrapTxtBlock2 .rightBlock {
        width: 100%;
    }

    .companyPage p {
        font-size: 20px;
    }

    .txtBlock1 .imgW {
        margin-left: 0;
    }

    .txtBlock1,
    .txtBlock2,
    .txtBlock4,
    .txtBlock5,
    .txtBlock6,
    .txtBlock7,
    .txtBlock8 {
        margin-bottom: 60px;
    }

    .txtBlock3 {
        margin-bottom: 68px;
        display: flex;
        gap: 40px;
    }

    .txtBlock5 .wrapTxtBlock1 .leftBlock p:first-child {
        margin-bottom: 10px;
    }

    .txtBlock7 .nucTxtBlock:first-child::after,
    .txtBlock7 .nucTxtBlock:nth-child(3)::after {
        display: none;
    }

    .titleLine .icon svg {
        width: 70px;
        height: auto;
    }

    .txtBlock5 .wrapTxtBlock2 .rightBlock {
        border-left: 0;
        padding-left: 0;
    }

    .txtBlock7 .nucTxtBlock:last-child,
    .txtBlock7 .nucTxtBlock:nth-child(3),
    .txtBlock7 .nucTxtBlock:last-child,
    .txtBlock7 .nucTxtBlock:nth-child(2) {
        margin: 0;
        padding: 0;
        border: none;
    }

    .txtBlock7 .nucTxtBlock:not(:last-child) {
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(12, 11, 11, 0.2);
    }
}

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

    .companyPage h2 {
        font-size: 28px;
    }

    .companyPage ul li::before {
        height: 13px;
    }

    .txtBlock1 .imgW .txtBlock {
        top: 20px;
        left: 20px;
        width: 40%;
    }

    .txtBlock2 .nucTxtCol:first-child::after,
    .txtBlock2 .nucTxtCol:nth-child(2)::after,
    .txtBlock2 .nucTxtCol:nth-child(3)::after,
    .txtBlock2 .nucTxtCol:nth-child(4)::after {
        width: 100%;
    }

    .txtBlock5 .wrapTxtBlock1 .leftBlock {
        width: 100%;
        padding: 0;
        border: 0;
    }

    .txtBlock5 .wrapTxtBlock1 .leftBlock {
        border-right: 0;
    }

    .txtBlock5 .wrapTxtBlock1 {
        flex-direction: column;
        gap: 20px;
    }

    .txtBlock3 .imgW img {
        width: 500px;
    }

    .rightBlock .imgW svg {
        width: 100px;
        height: auto;
    }

    .txtBlock1 .imgW img {
        width: fit-content;
        height: auto;
    }

    .txtBlock1 .imgW {
        margin-left: 0;
        float: left;
    }

    .txtBlock8 p {
        margin-bottom: 20px;
    }

    .txtBlock7 .nucTxtBlock:last-child,
    .txtBlock7 .nucTxtBlock:nth-child(2) {
        padding-left: 0px;
    }

    .companyPage ul li {
        position: relative;
        padding-left: 35px;
        font-size: 16px;
    }

    .txtBlock2 .numb span {
        font-size: 40px;
    }

    .txtBlock2 .txt {
        font-weight: 700;
        font-size: 14px;
    }

    .txtBlock2 .numb p {
        font-size: 18px;
    }

    .companyPage p {
        font-size: 16px;
    }

    .txtBlock2 .wrapTxtCol {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 4fr));
    }

    .txtBlock2 .numb {
        font-size: 40px;
    }

    .txtBlock5 .wrapTxtBlock2 .leftBlock {
        padding-right: 0;
        align-self: center;
    }

    .txtBlock6 {
        gap: 40px;
    }

    .txtBlock9 {
        margin: 0 -40px 40px;
    }

    .txtBlock10 {
        margin: 0px -40px -40px;
    }

    .txtBlock5 .wrapTxtBlock1 .leftBlock p:first-child {
        padding-top: 0;
    }
}

@media screen and (max-width:767px) {
    .txtBlock2 .numb p {
        font-size: 16px;
    }
  .txtBlock6 .rightBlock .imgW {
    height: auto;
    max-width: 100px;
  }
  .txtBlock6 .rightBlock .imgW img{
    height: auto;
  }
    .companyPage h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .txtBlock1 .imgW .txtBlock {
        top: 15px;
        left: 15px;
        width: 55%;
    }

    .txtBlock1 .imgW .txtBlock h2 {
        margin-bottom: 5px;
    }

    .txtBlock2 .numb span {
        font-size: 34px;
    }

    .txtBlock10 {
        margin: 0px -20px 20px;
    }

    .txtBlock9 {
        margin: 0 -20px 40px;
    }

    .txtBlock1,
    .txtBlock2,
    .txtBlock4,
    .txtBlock5,
    .txtBlock6,
    .txtBlock7,
    .txtBlock8 {
        margin-bottom: 40px;
    }

    .txtBlock2 .txt {
        font-size: 16px;
    }

    .companyPage ul li {
        padding-left: 25px;
        font-size: 16px;
    }

    .companyPage ul li::before {
        left: 6px;
    }
}

@media screen and (max-width:600px) {
    .txtBlock2 .numb p {
        font-size: 14px;
    }

    .companyPage h2 {
        font-size: 20px;
    }

    .txtBlock1 .txt p:not(:last-child) {
        margin-bottom: 10px;
    }

    .txtBlock1 .imgW {
        display: none;
    }

    .txtBlock2 .wrapTxtCol {
        grid-gap: 20px;
    }

    .txtBlock2 .nucTxtCol:not(:nth-child(4n))::before {
        right: -10px;
    }

    .txtBlock2 .nucTxtCol:nth-child(2)::before,
    .txtBlock2 .nucTxtCol:nth-child(6)::before {
        display: none;
    }



    .txtBlock2 .nucTxtCol:first-child::after,
    .txtBlock2 .nucTxtCol:nth-child(2)::after,
    .txtBlock2 .nucTxtCol:nth-child(3)::after,
    .txtBlock2 .nucTxtCol:nth-child(4)::after,
    .txtBlock2 .nucTxtCol:nth-child(5)::after,
    .txtBlock2 .nucTxtCol:nth-child(6)::after {
        bottom: -10px;
    }

    .txtBlock2 .numb {
        font-size: 34px;
    }

    .txtBlock2 .numb span {
        font-size: 30px;
    }

    .txtBlock2 .numb p {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .txtBlock5 .wrapTxtBlock1 .leftBlock {
        width: 100%;
    }

    .txtBlock5 .wrapTxtBlock1 .leftBlock {
        border-right: 0;
    }

    .txtBlock5 .wrapTxtBlock1 {
        /* flex-direction: column; */
        gap: 10px;
        width: 100%;
    }

    .txtBlock1 .imgW img {
        height: 300px;
    }

    .txtBlock1 .imgW .txtBlock {
        position: absolute;
        top: 36px;
        left: 36px;
        width: 380px;
    }

    .txtBlock2 .txt {
        font-size: 16px;
    }

    .titleLine .icon svg {
        width: 60px;
    }
}
/* End */
/* /local/templates/velan_new/css/home.css?175087149716437 */
/* /local/templates/velan_new/css/company.css?174767873515424 */
