@font-face {
    font-family: 'Inter';
    src: url('./fonts/inter-regular.woff2') format('woff2'),
        url('./fonts/inter-regular.woff') format('woff'),
        url('./fonts/inter-regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Semi';
    src: url('./fonts/inter-semibold.woff2') format('woff2'),
        url('./fonts/inter-semibold.woff') format('woff'),
        url('./fonts/inter-semibold.svg#Inter-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('./fonts/inter-medium.woff2') format('woff2'),
        url('./fonts/inter-medium.woff') format('woff'),
        url('./fonts/inter-medium.svg#Inter-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Inter';
    position: relative;
    margin: 0;
     -webkit-text-size-adjust: 100%;
     font-size: 16px;
     background-color: #f0f0f0;
     color: #323232;
}
div {
    box-sizing: border-box;
}
a {
	text-decoration: none;
	color: inherit;
	outline: none;
}
a:hover {
	transition: 0.5s;
}
li {
	list-style: none;
}
ul {
    padding: 0;
    margin: 0;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.vcent {
    align-items: center;
}
.btw {
    justify-content: space-between;
}
.kmob {
    display: none!important;
}
.kdesk {
    display: block;
}
.kdesk.flex {
    display: flex;
}
.center {
    width: 85%;
    margin: auto;
    min-width: 1130px;
}
.img1 {
    width: 100%;
    display: block;
}
h3 {
    font-size: 45px;
}
.col-6 {
    width: 49%;
}
.col-4 {
    width: 32.33%;
}
.stat {
    padding-top: 90px;
}
header {
    height: 90px;
    display: flex;
    align-items: center;
    font-size: 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    background-color: #f0f0f0;
}
.knop {
    background-color: #3E53E2;
    color: #fff;
    height: 50px;
    display: inline-flex;
    align-items: center;
    border-radius: 25px;
    padding: 0 40px;
    cursor: pointer;
    font-weight: 500;
    border: none;
    outline: none;
}
.top-menu {
    width: 60%;
    padding-left: 2%;
}
.top-kont {
    margin-left: auto;
}
.top-menu li {
    margin-right: 2%;
}
.top-tel {
    font-weight: bold;
    margin-right: 20px;
}
.firstblok {
    background-size: cover;
    height: calc(100vh - 90px);
    background-position: center;
    padding-top: 8vh;
    min-height: 750px;
    position: relative;
    margin-top: 90px;
}
.firstblok h3 {
    text-transform: uppercase;
}
.firstblok .blok {
    background-color: #323232;
    border-radius: 20px;
    padding: 25px 90px;
    margin-bottom: 5px;
    flex-wrap: nowrap;
}
.firstblok img.img1 {
    height: 75px;
    width: auto;
}
.firstblok .txt {
    color: #fff;
    font-size: 22px;
    margin-left: 6%;
}
.firstblok .pik {
    width: 75px;
    text-align: center;
}
.blokpik {
    position: relative;
    width: 49%;
}
img.img-blok {
    width: 100%;
    position: relative;
    z-index: 2;
    display: block;
}
.blokpik .text {
    position: absolute;
    z-index: 9;
    top: 35px;
    left: 35px;
    font-size: 20px;
    font-weight: bold;
}
.blokpik.blue .text {
    color: #ffffff;
}
.transp:before
 {
    content: '';
    background-image: url(/assets/images/blokpikch.png);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0%;
    background-size: cover;
    transition: all 0.5s ease;
}
.transp {
    position: relative;
}
.transp:hover:before {
    width: 100%;
}
.blokpik .transp .text {
    background: linear-gradient(90deg, #fff 0%, #323232 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 5s ease;

}
.blokpik .transp:hover .text{
    background: linear-gradient(90deg, #fff 100%, #323232 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
}
.firstblok .row {
    align-items: flex-end;
    position: relative;
    z-index: 5;
}
.line01 {
    padding: 80px 0;
}
.line01 .ptxt {
    font-weight: bold;
    font-size: 44px;
    margin-left: 30px;
}
.line01 .bcifr {
    color: #3e53e2;
    font-weight: bold;
    font-size: 122px;
}
.line01 .plash {
    height: 70px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.line01 .plash.blue {
    background-color: #3e53e2;
    margin-bottom: 15px;
}
.line01 .img1 {
    height: 50px;
    width: auto;
}
.line01 .plash.black {
    background-color: #323232;
    margin-top: 15px;
}
.line01 .blok {
    background-color: #fff;
    border-radius: 30px;
    padding: 30px 40px;
    font-size: 20px;
    height: calc(100% - 85px);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.line01 .pzag {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 20px;
}
.lzag {
    margin-bottom: 40px;
}
.line02 {
    background-image: url(/assets/images/mvk-fon02.jpg);
    padding: 100px 0;
    background-size: cover;
}
.pzag {
    font-weight: bold;
    font-size: 36px;
}
.line02 .txt {
    font-size: 20px;
    margin-top: 20px;
    padding-right: 20%;
}
.line02 .blok {
    background-color: #3e53e2;
    color: #fff;
    border-radius: 30px;
    padding: 50px 100px;
    font-size: 20px;
}
.line02 li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 30px;
}
.line02 li:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    background-image: url(/assets/images/mvk-gal.png);
    background-size: cover;
}
.line03 {
    padding-top: 80px;
    padding-bottom: 40px;
}
.line03 img.img1 {
    width: 70px;
    margin-right: 20px;
}
.zag {
    font-weight: bold;
    font-size: 44px;
}
.line03 .zag {
    justify-content: center;
    margin-bottom: 20px;
}
.line03 .ptxt {
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
}
.line03 .blok {
    position: relative;
    border-radius: 30px;
    border: 1px solid #3E53E2;
    margin-bottom: 15px;
    height: 135px;
    font-weight: bold;
    font-size: 22px;
    color: #3e53e2;
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 50px;
    background-color: #fff;
}
.line03 .blok:before {
    content:'';
    position: absolute;
    background-size: cover;
    z-index: 9;
}
.line03 .lch .blok:nth-child(1):before {
    background-image: url(/assets/images/arr01.svg);
    width: 120px;
    height: 85px;
    left: 0;
    bottom: -30px;
}
.line03 .lch .blok:nth-child(2):before {
    background-image: url(/assets/images/arr02.svg);
    width: 95px;
    height: 70px;
    right: -90px;
    top: -10px;
}
.line03 .rch .blok:nth-child(1):before {
    background-image: url(/assets/images/arr03.svg);
    width: 100px;
    height: 70px;
    right: 60px;
    bottom: -52px;
}
.line03 .rch .blok:nth-child(2):before {
    background-image: url(/assets/images/arr04.svg);
    width: 100px;
    height: 70px;
    left: -100px;
    bottom: 0;
}
.line03 .blue.blok {
    background-color: #3e53e2;
    color: #ffffff;
}
.line04 {
    background-color: #ffffff;
    padding: 50px 0;
}
.line04 .center {
    width: calc(85% - 360px);
}
.line04 .ptxt {
    font-size: 18px;
    margin-bottom: 25px;
}
.line04 .zag {
    position: relative;
    margin-bottom: 15px;
}
.line04 .zag:before {
    content: '';
    position: absolute;
    height: 55px;
    width: 150px;
    border-radius: 10px;
    background-color: #3E53E2;
    left: -175px;
    bottom: 0;
}
.line04 .zag:after {
    content: '';
    position: absolute;
    height: 55px;
    width: 60%;
    border-radius: 10px;
    background-color: #F0F0F0;
    right: -14%;
    bottom: 0;
}
.line04 .blok {
    position: relative;
    background-color: #F0F0F0;
    border-radius: 30px;
    margin-bottom: 20px;
    padding: 35px 50px;
    font-size: 20px;
}
.line04 .blok img.img1 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.line04 .pzag1 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
    position: relative;
}
.line04 .txt {
    position: relative;
}
.line04 .knop {
    margin-top: 30px;
}
.line04 .black {
    background-color: #323232;
    color: #fff;
}
.line04 .black .knop, .line04 .blue .knop{
    background-color: #fff;
    color: #3e53e2;
}
.line04 .blue {
    background-color: #3e53e2;
    color: #fff;
    margin-top: 70px;
}
.line04 .row {
    position: relative;
}
.line04 .row:before {
    content: '';
    position: absolute;
    background-image: url(/assets/images/kvadr01.svg);
    background-size: cover;
    width: 160px;
    height: 186px;
    left: -200px;
    top: calc(50% - 93px);
}
.line04 .row:after {
    content: '';
    position: absolute;
    background-image: url(/assets/images/kvadr02.svg);
    background-size: cover;
    width: 160px;
    height: 186px;
    right: -200px;
    top: calc(50% - 93px);
}
.line05 .cont {
    margin: 100px 0;
    background-color: #323232;
    color: #fff;
    border-radius: 30px;
    padding: 0 20px;
    padding-top: 70px;
    position: relative;
    background-image: url(/assets/images/arend.svg);
    background-repeat: no-repeat;
    background-position: right;
}
.arend {
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
}
.line05 .lch {
    width: 35%;
}
.line05 .rch {
    width: 65%;
}
.line05 .arend .txt {
    font-size: 20px;
    margin-top: 35px;
}
.line05 .ptxt {
    font-size: 14px;
    text-align: right;
    margin-bottom: 40px;
}
.arend .blokpik {
    width: 100%;
}
.line05 .ptxt span {
    font-weight: bold;
    color: #3e53e2;
}
.line05 .row {
    width: 100%;
    margin-top: 40px;
}
.line05 .arend .blok {
    width: 33%;
    background-color: #fff;
    color: #323232;
    border-radius: 30px;
    padding: 20px 35px;
    font-size: 20px;
    height: 30vh;
    position: relative;
}
.line05 .arend .pzag0 {
    color: #3e53e2;
    font-weight: bold;
    margin-bottom: 5px;
}
.line05 .plosh {
    position: absolute;
    bottom: 25px;
}
.line05 .blok1 {
    width: 24%;
    background-color: #f0f0f0;
    padding: 15px;
    padding-bottom: 0;
    border-radius: 30px 30px 0 0;
}
.line05 .blok1 img.img1 {
    border-radius: 30px 30px 0 0;
}
.line05 .first.blok1 img.img1 {
    border-radius: 0 30px;
}
.line05 .last.blok1 img.img1 {
    border-radius: 30px 0;
}
.line05 .blok1.first {
    padding-left: 50px;
}
.line05 .blok1.last {
    padding-right: 50px;
}
.line06 .ptxt {
    font-size: 20px;
    margin-top: 35px;
}
.line06 .lch {
    width: 43%;
}
.line06 .rch {
    width: 57%;
}
.line06 .knops {
    height: 100px;
    justify-content: center;
    background-color: #FFFFFF;
    border-radius: 30px;
    font-size: 22px;
    font-weight: bold;
    margin: auto;
    margin-bottom: 15px;
}
.line06 .white {
    width: 60%;
    color: #3e53e2;
}
.line06 .black {
    background-color: #323232;
    color: #fff;
    width: 80%;
}
.line06 .blue {
    background-color: #3E53E2;
    color: #fff;
    width: 100%;
}
.line06 {
    margin-bottom: 80px;
}
.line07 {
    background-color: #3e53e2;
    color: #fff;
    padding: 80px 0;
}
.line07 .lch {
    width: 40%;
}
.line07 .rch {
    width: 55%;
    margin-left: 5%;
}
.line07 .blok {
    width: 23%;
}
.line07 img.img1 {
    border-radius: 10px;
}
.line07 .pzag1 {
    font-size: 20px;
    margin-top: 15px;
    height: 75px;
    text-align: center;
}
.line07 .ptxt {
    margin-top: 20px;
    font-size: 20px;
}
.linezay .cont {
    background-color: #fff;
    background-image: url(/assets/images/lines.svg);
    background-size: cover;
    border-radius: 30px;
    padding: 60px 100px;
}
.linezay {
    margin: 100px 0;
    color: #3e53e2;
}
.linezay .pzag1 {
    font-size: 20px;
    margin-bottom: 20px;
}
input.inp {
    width: 100%;
    border: none;
    outline: none;
    height: 55px;
    background-color: #F0F0F0;
    border-radius: 50px;
    margin-bottom: 10px;
    text-indent: 35px;
    font-size: 18px;
    font-weight: bold;
}
.forms .knop {
    width: 100%;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    height: 60px;
    border-radius: 30px;
}
.sogl {
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #323232;
}
.stxt {
    margin-left: 10px;
}
.stxt a {
    color: #3e53e2;
}
.chb {
    display: none;
}
.chch {
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #3E53E2;
    cursor: pointer;
}
.chb:checked + .chch::before {
        content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    background: transparent url(/assets/images/bgal.png) no-repeat center center;
    height: 20px;
    width: 20px;
}
.line08 {
    background-color: #fff;
    padding: 80px 0;
    text-align: center;
    background-image: url(/assets/images/lines.svg);
    background-size: cover;
}
.line08 .zag span {
    color: #3e53e2;
}
.line08 .logs {
    width: 32%;
    text-align: center;
    font-size: 20px;
}
.line08 img.img1 {
    max-width: 55%;
    margin: auto;
    margin-bottom: 25px;
}
.line09 {
    padding: 100px 0;
}
.line09 img.img1 {
    width: 80px;
    margin-right: 30px;
}
.line09 .zag {
    margin-bottom: 100px;
}
.line09 .inf {
    margin-left: 5%;
}
.line09 .txt {
    font-size: 20px;
    margin-top: 20px;
}
.line10 .lch {
    width: 30%;
}
.line10 .rch {
    width: 70%;
}
.line10 img.img0 {
    width: 64%;
    margin-left: 18%;
    margin-top: 20px;
}
.line10 {
    background-color: #ffffff;
    padding: 90px 0;
}
.zag-akkord {
    height: 90px;
    background-color: #f0f0f0;
    font-size: 20px;
    font-weight: bold;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 0 55px;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}
.zag-akkord:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #3E53E2;
    border-radius: 100%;
    right: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zag-akkord.open:before {
    content:'-';
}
.zag-akkord.close:before {
    content:'+';
}
.cont-akkord {
    font-size: 20px;
    padding: 0 50px;
    margin-bottom: 40px;
}
.linstat {
    padding: 100px 0;
}
.linstat .center {
    position: relative;
}
.linstat .zag {
    margin-bottom: 40px;
}
.linstat .bigf {
    width: 45%;
}
.linstat .rch {
    width: 50%;
    position: relative;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: 0 -10px;
    padding-left: 20px;
    justify-content: space-between;
}
.blokstat {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.blokstat .pzag {
    position: absolute;
    bottom: 70px;
    left: 25px;
    color: #ffffff;
    z-index: 1;
    width: 70%;
    font-size: 20px;
    font-weight: bold;
}
.bigf .pzag {
    font-size: 32px;
    bottom: 110px;
    padding-right: 30px;
}
.rch .blokstat {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    border-radius: 30px;
    width: calc(50% - 5px);
    margin-bottom: 10px;
}
.linstat .blokstat .knop {
    bottom: 30px;
    z-index: 9;
    height: 30px;
    font-size: 15px;
    right: 20px;
}
.linstat .bigf .blokstat .knop {
    height: 50px;
    font-size: 18px;
    padding: 0 60px;
    right: 35px;
    bottom: 50px;
}
#st1 {
    /*background-image: url(/assets/images/new/stat9.jpg);*/
    margin-top: 0;
}
#st2 {
    /*background-image: url(/assets/images/new/stat10.jpg);*/
    margin-top: 0;
}
#st3 {
    /*background-image: url(/assets/images/new/stat11.jpg);*/
    margin-bottom: 0;
}
#st4 {
    /*background-image: url(/assets/images/new/stat11.jpg);*/
    margin-bottom: 0;
}
.linstat .knop {
    position: absolute;
    right: 0;
    bottom: -70px;
}
.linzay2 .cont {
    position: relative;
    padding: 50px 100px;
    background-color: #3E53E2;
    color: #fff;
    background-image: url(/assets/images/lines2.svg);
    background-size: cover;
    border-radius: 30px;
    margin-bottom: -80px;
    z-index: 9;
}
.linzay2 .txt {
    font-size: 20px;
    margin-bottom: 30px;
}
.knop.black {
    background-color: #323232;
}
.linzay2 .knop {
    width: 100%;
    justify-content: center;
}
footer {
    padding-top: 200px;
    background-color: #323232;
    color: #fff;
}
footer img.img {
    width: 250px;
}
footer .pzag1 {
    font-weight: bold;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
}
footer .ptxt {
    margin-bottom: 15px;
    font-size: 18px;
}
footer li {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
}
footer ul {
    margin-top: 20px;
}
footer .col-3 {
    color: #3e53e2;
    font-size: 14px;
    margin: 35px 0;
}
footer .ptxt1 {
    font-size: 14px;
    margin-bottom: 40px;
}
.copyr {
    border-top: 1px solid #4e4e4e;
    padding: 50px 0;
    font-size: 14px;
}
.wnd {
    position: fixed;
    z-index: 999;
    background-color: #3e53e2;
    color: #ffffff;
    font-size: 16px;
    width: 54%;
    bottom: 20px;
    left: 23%;
    border-radius: 30px;
    padding: 40px 50px;
    text-align: center;
}
.cookiclos {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    cursor: pointer;
}

.kontakty .firstblok {
    background-color: #fff;
}
.linkont .blok {
    background-color: #323232;
    width: 49%;
    border-radius: 30px;
    color: #fff;
    padding: 75px 100px;
    margin-bottom: 20px;
}
.linkont .blok.blue {
    background-color: #3e53e2;
}
.linkont .ptxt {
    font-size: 22px;
    margin-bottom: 10px;
}
.linkont .txt {
    font-size: 18px;
}
.linkont .line {
    margin-bottom: 30px;
}
.linmap .center {
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 100px;
}
.map {
    width: 60%;
    position: relative;
}
.map iframe {
    border: none;
    width: 100%;
    height: 100%;
}
.mapinf {
    background-color: #fff;
    width: 40%;
    padding: 70px;
    font-size: 22px;
}
.linmap .txt {
    font-size: 18px;
    margin-bottom: 5px;
}
.linmap .ptxt {
    margin-bottom: 5px;
}
.mapinf .knop {
    margin-top: 50px;
}
.linkont {
    margin-top: 80px;
}
.kontakty .firstblok {
    background-color: #fff;
    height: auto;
    min-height: auto;
    padding-bottom: 100px;
}
.firstblok .ptxt {
    font-size: 22px;
    width: 50%;
    margin-bottom: 40px;
    position: relative;
    z-index: 9;
}
.wshad {
    position: absolute;
    background: linear-gradient(0deg, #f4f4f4 0%, transparent 90%);
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
}
.line02 img.img1 {
    border-radius: 30px;
    border: 1px solid #3e53e2;
    margin-bottom: 10px;
}
.line02 .zag {
    color: #3e53e2;
}
.okompanii .line02 .txt {
    padding-right: 0;
}
.line02 .pzag1 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
}
.line02 .pzag1 span{
    color: #3e53e2;
}
.cifri {
    background-color: #fff;
    padding: 95px 0;
}
.ser .line04 {
    background-color: #f0f0f0;
}
.ser .line04 .white.blok {
    background-color: #fff;
}
.ser .line04 .zag:after {
    background-color: #fff;
}
.cifri .blok {
    width: 33%;
    background-color: #f0f0f0;
    border-radius: 30px;
    margin-bottom: 10px;
    padding: 35px;
    font-size: 22px;
}
.cifri .pzag1 {
    font-size: 55px;
    margin-bottom: 10px;
}
.cifri .blok.vzag {
    background-color: #fff;
}
.bx-wrapper {
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.komanda {
    padding: 100px 0;
    text-align: center;
}
.komanda .txt {
    font-size: 20px;
    margin: 20px 0;
}
.yurline01 .cont {
    background-color: #323232;
    color: #fff;
    border-radius: 30px;
    width: 95%;
    margin: auto;
    font-size: 22px;
    padding: 45px 60px;
    margin-bottom: 100px;
}
.yurline02 .labe {
    font-size: 22px;
    font-weight: bold;
    height: 70px;
    margin-bottom: 10px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 30px;
    justify-content: center;
}
.yurline02 .labe.akt {
    background-color: #3E53E2;
    color: #fff;
}
.yurline02 .labe:hover {
    background-color: #3E53E2;
    color: #fff;
}
.yurline02 .row:nth-child(1) .labe {
    width: 33%;
}
.yurline02 .row:nth-child(2) .labe {
    padding: 0 40px;
}
.yurline02 .cont {
    background-color: #fff;
    border-radius: 30px;
    padding: 60px 100px;
    margin-top: 20px;
    margin-bottom: 50px;
    background-image: url(/assets/images/lines3.svg);
    background-size: cover;
}
.yurline02 .zag {
    color: #3e53e2;
    margin-bottom: 35px;
}
.yurline02 .txt {
    font-size: 22px;
}
.line09 .lch {
    width: 20%;
}
.line09 img.imgb {
    width: 100%;
    border: 1px solid #3e53e2;
}
.line09 img.imgsm {
    width: 97%;
    border: 1px solid #3e53e2;
    margin-left: 1%;
}
.line09 .lch {
    width: 30%;
}
.line09 .rch {
    width: 58%;
}
.smpik {
    width: 26%;
    cursor: pointer;
    margin-bottom: 5px;
}
.yurline02 li {
    list-style: inside;
}
.news-list .blok {
    width: 33%;
    position: relative;
    height: 20vw;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 25px;
    padding: 50px;
    background-size: cover;
    background-position: center;
}
.shad1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(359deg, #323232 0%, #98989800 100%);
}
.news-list .data {
    position: relative;
    background-color: #fff;
    height: 50px;
    display: inline-flex;
    align-items: center;
    color: #3E53E2;
    font-size: 18px;
    font-weight: bold;
    border-radius: 30px;
    padding: 0 30px;
}
.news-list .knop {
    position: absolute;
    bottom: 40px;
    right: 40px;
    height: 50px;
    padding: 0 50px;
}
.news-list .txt {
    color: #fff;
    position: absolute;
    font-size: 30px;
    font-weight: bold;
    bottom: 100px;
    padding-right: 20px;
}
.stat .firststat {
    background: linear-gradient(90deg, #fff 0%, #98989800 100%);
}
.stat h1 {
    width: 35%;
}
h1 {
    font-size: 36px;
    text-transform: uppercase;
}
.pikstat {
    width: 60%;
}
.stat img.img0 {
    width: 100%;
    border-radius: 30px;
}
.firststat .center {
    padding: 50px 0;
}
.dat {
    height: 50px;
    background-color: #3e53e2;
    color: #fff;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    border-radius: 30px;
    padding: 0 30px;
}
.stat-content {
    padding: 50px 0;
    width: 90%;
    margin: auto;
}
.stat-content h3 {
    color: #3e53e2;
    font-size: 28px;
}
.stat-content li {
    list-style: inherit;
}
.news .firstblok {
    background-color: #ffffff;
    height: auto;
    min-height: initial;
    padding-bottom: 100px;
    margin-bottom: 100px;
}
.bx-wrapper .bx-controls-direction a {
    background-color: #3e53e2;
    border-radius: 100%;
    background-size: 13px;
    background-position: 8px 5px;
}
.bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover {
    background-position: 8px 5px;
}
.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
    background-position: 10px 5px;
}
.bx-wrapper .bx-prev {
    background-image: url(/assets/images/mvk-lstrl.svg);
    left: -40px;
}
.bx-wrapper .bx-controls-direction .bx-next {
    background-image: url(/assets/images/mvk-rstrl.svg);
    right: -40px;
    background-position: 10px 5px;
}
.stdat {
    position: absolute;
    background-color: #fff;
    z-index: 9;
    font-weight: bold;
    color: #3e53e2;
    font-size: 15px;
    border-radius: 30px;
    display: flex;
    height: 35px;
    align-items: center;
    padding: 0 15px;
    top: 25px;
    left: 25px;
}
.bigf .stdat {
    font-size: 22px;
    height: 60px;
    padding: 0 60px;
    top: 50px;
    left: 50px;
}
.linusl01 .blok {
    width: 32.3%;
    background-color: #323232;
    border-radius: 30px;
    color: #fff;
    flex-wrap: nowrap;
    font-size: 22px;
    padding: 35px;
}
.linusl01 .blok.blue {
    background-color: #3E53E2;
}
.linusl01 .pik {
    margin-right: 15px;
}
.linusl .zag {
    text-align: center;
    position: relative;
}
.linusl {
    background-color: #fff;
    padding: 100px 0;
}
.linusl .zag {
    text-align: center;
    position: relative;
    margin-bottom: 100px;
}
.linusl .zag:before {
    content:'';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 40%;
    background-color: #3E53E2;
    border-radius: 10px;
}
.linusl .zag:after {
    content:'';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50px;
    width: 40%;
    background-color: #323232;
    border-radius: 10px;
}
.linusl .blok {
    width: 90%;
    margin: auto;
    margin-bottom: 15px;
    background-color: #F0F0F0;
    border-radius: 30px;
    padding: 55px;
}
.linusl .pik {
    width: 16%;
}
.linusl .pzag1 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 34px;
}
.linusl .txt {
    font-size: 20px;
    margin-bottom: 50px;
}
.linusl .knop {
    width: 290px;
    justify-content: center;
    font-size: 18px;
}
.linusl .inf {
    width: 70%;
}
.usluga .firstblok .ptxt {
    width: 100%;
}
.usluga .firstblok {
    background-color: #fff;
    height: auto;
    min-height: initial;
    padding-bottom: 100px;
    margin-bottom: 80px;
}
.firstblok .lch {
    width: 60%;
}
.firstblok .rch {
    width: 40%;
    text-align: center;
}
.firstblok .rch img.img {
    width: 80%;
}
.uslinf1 {
    background-color: #fff;
    padding: 100px 0;
    text-align: center;
}
.uslinf1 .blok {
    width: 32.33%;
    background-color: #323232;
    color: #fff;
    border-radius: 30px;
    margin-bottom: 20px;
    padding: 30px 40px;
    flex-wrap: nowrap;
    text-align: left;
}
.uslinf1 .lch {
    font-size: 70px;
    font-weight: bold;
    margin-right: 35px;
}
.uslinf1 .pzag1 {
    font-size: 20px;
    font-weight: bold;
}
.uslinf1 .blue.blok {
    background-color: #3e53e2;
}
.uslinf1 .zag {
    margin-bottom: 100px;
}
.uslinf2 .blok {
    width: 32.3%;
    background-color: #fff;
    border-radius: 30px;
    position: relative;
    padding: 65px 35px;
    height: 20vw;
}
.uslinf2 img.img0 {
    position: absolute;
    right: 0;
    bottom: 0;
}
.uslinf2 .pzag1 {
    font-size: 23px;
    font-weight: bold;
    color: #3e53e2;
    margin-bottom: 40px;
}
.uslinf2 .txt {
    font-size: 20px;
}
.uslinf2 .blok:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 15px;
    background-color: #3e53e2;
    border-radius: 15px;
    top: -25px;
    left: 0;
}
.uslinf2 .zag {
    margin-bottom: 75px;
}
.uslinf2 {
    padding: 100px 0;
}
.uslinf3 {
    padding: 80px 0;
    background-image: url(/assets/images/lines5.svg);
    background-size: cover;
    background-color: #fff;
}
.uslinf3 .lch {
    width: 56%;
}
.uslinf3 .rch {
    width: 40%;
}
.uslinf3 .blok {
    background-color: #f0f0f0;
    border-radius: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    padding: 15px 80px;
}
.uslinf3 .pzag1 {
    color: #3e53e2;
}
.uslinf3 .blok.black {
    background-color: #323232;
    color: #fff;
}
.uslinf3 .black .pzag1 {
    color: #fff;
}
.uslinf3 .blok.blue {
    background-color: #3e53e2;
    color: #fff;
}
.uslinf3 .blue .pzag1 {
    color: #fff;
}
.uslinf3 img.img1 {
    width: 68%;
    margin: auto;
}
.uslinf3 .zag {
    margin-bottom: 30px;
}
.uslinf3 .zag span {
    color: #3e53e2;
}
.uslinf4 {
    padding: 100px 0;
    text-align: center;
}
.uslinf4 .zag {
    position: relative;
    margin-bottom: 50px;
}
.uslinf4 .zag:before {
    content: '';
    position: absolute;
    left: 0;
    height: 30px;
    width: 35%;
    background-color: #3e53e2;
    border-radius: 10px;
    top: 15px;
}
.uslinf4 .zag:after {
    content: '';
    position: absolute;
    right: 0;
    height: 30px;
    width: 35%;
    background-color: #3e53e2;
    border-radius: 10px;
    top: 15px;
}
.uslinf4 .blok {
    background-color: #323232;
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
    font-weight: bold;
    width: 33%;
    height: 14vw;
    min-height: 226px;
    position: relative;
    padding: 40px 10px;
}
.uslinf4 img.img1 {
    width: 40%;
    max-width: 170px;
}
.uslinf4 .row1 {
    justify-content: space-between;
    align-items: flex-end;
    padding: 30px;
    flex-wrap: nowrap;
    position: absolute;
    bottom: 0px;
}
.uslinf4 a {
    height: 60px;
    background-color: #323232;
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
    font-weight: bold;
    padding: 0 7%;
}
.pricecen .zag {
    text-align: center;
    margin-bottom: 50px;
}
.pricecen .blok {
    transition: 0.5s;
    width: 22%;
    padding: 35px;
    border-radius: 30px;
    position: relative;
    background-color: #323232;
    color: #fff;
    height: 33vw;
    background-image: url(/assets/images/lines6.svg);
    background-size: cover;
    overflow: hidden;
}
.pricecen .inf {
    position: absolute;
    bottom: 35px;
    width: 100%;
}
.pricecen img.img1 {
    width: 45%;
    margin-left: auto;
    display: none;
}
.pricecen .shir img.img1 {
    display: block;
}
.pricecen .blok.blue {
    background-color: #3e53e2;
}
.pricecen .blok.white {
    background-color: #f0f0f0;
    color: #3e53e2;
}
.pricecen .pzag1 {
    font-size: 24px;
    transition: 0.5s;
}
.pricecen .shir .pzag1 {
    font-size: 36px;
}
.pricecen .price {
    font-weight: bold;
    font-size: 30px;
    margin: 20px 0;
}
.pricecen .blok.shir {
    width: 32%;
}
.pricecen .pzay {
    height: 100px;
    position: relative;
    background-color: #fff;
    color: #3e53e2;
    font-size: 18px;
    border-radius: 30px 0 0 30px;
    padding: 25px 40px;
    padding-right: 0;
    font-weight: bold;
    cursor: pointer;
    width: calc(100% - 135px);
}
.pricecen .pzay:after {
    content: '';
    position: absolute;
    height: 100px;
    width: 94px;
    right: -85px;
    bottom: 0;
    background-image: url(/assets/images/pikzayl.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.pricecen .white .pzay:after, .pricecen .lch .pzay:after{
    background-image: url(/assets/images/pikzaylb.png);
}
.pricecen .white .pzay, .pricecen .lch .pzay{
    background-color: #3e53e2;
    color: #fff;
}
.pricecen .lch {
    width: 32%;
    background-color: #323232;
    color: #fff;
    border-radius: 35px;
    padding: 35px;
    margin-top: 15px;
    height: 20vw;
    position: relative;
}
.pricecen .cont {
    position: absolute;
    width: 100%;
    bottom: 45px;
}
.pricecen .pzag {
    margin-bottom: 25px;
}
.pricecen .rch {
    width: 67%;
    height: 20vw;
    margin-top: 15px;
    background-color: #f0f0f0;
    border-radius: 30px;
}
.pricecen img.img0 {
    height: 100%;
    margin-left: auto;
}
.pricecen .ptxt {
    width: 45%;
    padding-left: 5%;
    font-size: 20px;
}
.pricecen {
    padding: 100px 0;
    background-color: #fff;
}
.fnc {
    display: none;
    background-color: #3e53e2;
    color: #fff;
    border-radius: 30px;
    width: 800px;
}
.fnc .txt {
    font-size: 23px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.fnc input.inp {
    width: 49%;
}
.fnc .knop {
    background-color: #323232;
    margin-top: 10px;
}
.fnc .sogl {
    color: #fff;
    flex-wrap: nowrap;
    display: flex;
    font-weight: normal;
}
.fancybox-button {
    height: 60px;
    width: 60px;
}
.inp.is-invalid {
    border: 2px solid red;
}
.line04 a.modalbox {
    position: relative;
}
.notf {
    height: 100vh;
    width: 70%;
    margin: auto;
}
.notf .pik {
    width: 30%;
}
.notf .zag {
    color: #3e53e2;
    margin-bottom: 50px;
}
.notf .txt {
    font-size: 28px;
    margin-bottom: 30px;
}
.notf .txt a{
    color: #3e53e2;
}
.smadr {
    cursor: pointer;
}
.lindir {
    padding-top: 100px;
}
.lindir .lch {
    width: 60%;
    font-size: 20px;
}
.lindir .zag0 {
    background-color: #323232;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    padding: 25px;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 40px;
}
.lindir .zag0 span{
    font-size: 26px;
}
.lindir .rch {
    width: 35%;
}
.lindir img.img0 {
    width: 100%;
    border-radius: 30px;
    border: 1px solid #3e53e2;
}
.uslugi .blokpik {
    width: 100%;
}
.dzen {
    position: fixed;
    bottom: 100px;
    right: 5%;
    background-color: #3e53e2;
    color: #fff;
    padding: 45px;
    border-radius: 30px;
    z-index: 9999;
}
.dzen img.img1 {
    width: 25px;
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
}
.dzen .txt {
    font-weight: 700;
    font-size: 22px;
    padding: 35px 0;
}
.dzen .knop {
    width: 100%;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
}
.dzen img.img {
    width: 200px;
}
.freecons .cont {
    background-color: #3e53e2;
    color: #fff;
    border-radius: 30px;
    flex-wrap: nowrap;
    align-items: center;
    padding: 50px;
    background-image: url(/assets/images/lines7.svg);
}
.freecons .pzag1 {
    font-size: 20px;
    margin: 25px 0;
}
#send3 {
    background-color: #323232;
}
.freecons .sogl {
    color: #fff;
}
.freecons .stxt a {
    color: #fff;
    text-decoration: underline;
}
#zayconsul {
    margin-left: 5%;
}
.freecons {
    padding-top: 75px;
}
@media only screen 
and (min-width : 1400px) 
and (max-width: 1700px) {
.center {
    width: 90%;
}
 header {
    font-size: 16px;
}
.top-tel {
    margin-right: 15px;
}
h3 {
    font-size: 40px;
}
.firstblok .pik {
    width: 65px;
}
.firstblok .txt {
    font-size: 20px;
    margin-left: 5%;
}
.firstblok .blok {
    padding: 25px 70px;
    flex-wrap: nowrap;
}
.line01 .ptxt {
    font-size: 40px;
}
.line01 .bcifr {
    font-size: 100px;
}
.line01 .pzag {
    font-size: 22px;
}
.line01 .blok {
    font-size: 18px;
}
.line01 .img1 {
    height: 45px;
}
.pzag {
    font-size: 32px;
}
.zag {
    font-size: 38px;
}
.line02 .txt {
    font-size: 18px;
}
.line02 .blok {
    font-size: 18px;
    padding: 40px 80px;
}
.line03 .ptxt {
    font-size: 18px;
}
.line03 .blok {
    font-size: 20px;
    height: 120px;
}
.line04 .ptxt {
    font-size: 16px;
}
.line04 .zag:before {
    height: 45px;
    width: 110px;
    left: -130px;
}
.line04 .zag:after {
    height: 45px;
    right: -10%;
}
.line04 .center {
    width: calc(85% - 200px);
    min-width: inherit;
}
.line04 .pzag1 {
    font-size: 20px;
}
.line04 .blok {
    font-size: 18px;
}
.line04 .row:before {
    width: 140px;
    height: 162px;
    left: -170px;
}
.line04 .row:after {
    width: 140px;
    height: 162px;
    right: -170px;
}
.line05 .arend .txt {
    font-size: 16px;
}
.line05 .arend .blok {
    font-size: 18px;
}
.line06 .ptxt {
    font-size: 16px;
}
.line06 .knops {
    font-size: 20px;
    height: 85px;
}
.line07 .ptxt {
    font-size: 16px;
}
.line07 .pzag1 {
    font-size: 16px;
}
.linezay .pzag1 {
    font-size: 18px;
}
input.inp {
    font-size: 16px;
    height: 50px;
}
.forms .knop {
    height: 55px;
    font-size: 16px;
}
.sogl {
    font-size: 12px;
}
.zag-akkord.open {
    height: 80px;
    font-size: 18px;
}
.cont-akkord {
    font-size: 18px;
    margin-bottom: 30px;
}
.linzay2 .txt {
    font-size: 16px;
}
footer img.img {
    width: 200px;
}
footer .pzag1 {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 15px;
}
footer .ptxt {
    font-size: 16px;
}
footer li {
    font-size: 18px;
    margin-bottom: 20px;
}
footer .ptxt1 {
    font-size: 13px;
}
.copyr {
    padding: 40px 0;
    font-size: 13px;
}
.linkont .ptxt {
    font-size: 20px;
}
.linkont .txt {
    font-size: 16px;
}
.linkont .blok {
    padding: 65px 80px;
}
.mapinf {
    font-size: 18px;
}
.linmap .txt {
    font-size: 16px;
}
.yurline02 .labe {
    font-size: 16px;
    padding: 0 10px;
}
.yurline02 .row {
    flex-wrap: nowrap;
}
.linusl01 .blok {
    font-size: 20px;
}
.linusl .txt {
    font-size: 18px;
}
.bigf .pzag {
    font-size: 28px;
}
.blokstat .pzag {
    font-size: 16px;
}
.news-list .txt {
    font-size: 22px;
}
.news-list .data {
    font-size: 16px;
    height: 40px;
}
.news-list .blok {
    padding: 40px;
}
.news-list .knop {
    height: 40px;
}
.uslinf4 a {
    padding: 0 5%;
}
.uslinf2 .txt {
    font-size: 18px;
}
.uslinf2 .pzag1 {
    font-size: 22px;
}
.uslinf1 .pzag1 {
    font-size: 18px;
}
.uslinf1 .blok {
    font-size: 15px;
}
.yurline01 .cont {
    font-size: 20px;
}
.pricecen .shir .pzag1 {
    font-size: 32px;
}
.pricecen .pzag1 {
    font-size: 21px;
}
.pricecen .price {
    font-size: 28px;
}
.lindir .zag0 {
    font-size: 38px;
}
.lindir .zag0 span {
    font-size: 22px;
}
.lindir .lch {
    font-size: 18px;
}
}
@media only screen 
and (min-width : 1200px) 
and (max-width: 1399px) {
.center {
    width: 95%;
}    
header {
    font-size: 16px;
}
.knop {
    padding: 0 30px;
    height: 45px;
}
.top-logo {
    width: 140px;
} 
.top-menu li {
    margin-right: 1%;
}
h3 {
    font-size: 36px;
}  
.firstblok .txt {
    font-size: 18px;
    margin-left: 3%;
}
.firstblok img.img1 {
    height: 65px;
}
.firstblok .blok {
    padding: 20px 60px;
    flex-wrap: nowrap;
}
.line01 .bcifr {
    font-size: 93px;
}
.line01 .ptxt {
    font-size: 38px;
}
.line01 .pzag {
    font-size: 22px;
}
.line01 .blok {
    font-size: 16px;
}
.pzag {
    font-size: 32px;
}
.line02 .txt {
    font-size: 16px;
}
.line02 .blok {
    font-size: 16px;
    padding: 40px 80px;
}
.zag {
    font-size: 38px;
}
.line03 .ptxt {
    font-size: 16px;
}
.line03 .blok {
    font-size: 18px;
    height: 115px;
    margin-bottom: 10px;
}
.line04 .ptxt {
    font-size: 16px;
}
.line04 .center {
    width: calc(85% - 360px);
    min-width: 900px;
}
.line04 .zag:before {
    height: 45px;
    width: 120px;
    left: -150px;
}
.line04 .zag:after {
    height: 45px;
    width: 50%;
}
.line04 .pzag1 {
    font-size: 20px;
}
.line04 .blok {
    font-size: 16px;
}
.line04 .row:before {
    left: -180px;
}
.line04 .row:after {
    right: -180px;
}
.line05 .arend .txt {
    font-size: 16px;
}
.line05 .ptxt {
    font-size: 12px;
}
.line05 .arend .blok {
    font-size: 16px;
}
.line06 .ptxt {
    font-size: 16px;
}
.line06 .knops {
    font-size: 18px;
    height: 85px;
}
.line07 .ptxt {
    font-size: 15px;
}
.line07 .pzag1 {
    font-size: 16px;
}
.linezay .pzag1 {
    font-size: 16px;
}
.sogl.flex.vcent {
    font-size: 12px;
}
.zag-akkord {
    font-size: 18px;
}
.cont-akkord {
    font-size: 16px;
}
.linzay2 .txt {
    font-size: 15px;
}
footer img.img {
    width: 190px;
}
footer .pzag1 {
    font-size: 16px;
}
footer .ptxt {
    font-size: 14px;
}
footer li {
    font-size: 16px;
    margin-bottom: 20px;
}
footer .col-3 {
    font-size: 12px;
}
footer .ptxt1 {
    font-size: 12px;
}
.copyr {
    font-size: 12px;
    padding: 40px 0;
}
.linkont .ptxt {
    font-size: 20px;
}
.linkont .txt {
    font-size: 16px;
}
.linkont .blok {
    padding: 65px 80px;
}
.mapinf {
    font-size: 18px;
}
.linmap .txt {
    font-size: 16px;
}
.yurline02 .labe {
    font-size: 16px;
    padding: 0 10px;
}
.yurline02 .row {
    flex-wrap: nowrap;
}
.yurline02 .row:nth-child(2) .labe {
    padding: 0 25px;
}
.linusl01 .blok {
    font-size: 18px;
}
.linusl .txt {
    font-size: 18px;
}
.bigf .pzag {
    font-size: 26px;
}
.blokstat .pzag {
    font-size: 14px;
}
.news-list .txt {
    font-size: 20px;
}
.news-list .data {
    font-size: 16px;
    height: 40px;
}
.news-list .blok {
    padding: 30px;
}
.news-list .knop {
    height: 40px;
}
.uslinf4 a {
    padding: 0 5%;
}
.uslinf2 .txt {
    font-size: 18px;
}
.uslinf2 .pzag1 {
    font-size: 22px;
}
.uslinf1 .pzag1 {
    font-size: 18px;
}
.uslinf1 .blok {
    font-size: 15px;
}
.yurline01 .cont {
    font-size: 20px;
}
.pricecen .shir .pzag1 {
    font-size: 32px;
}
.pricecen .pzag1 {
    font-size: 21px;
}
.pricecen .price {
    font-size: 28px;
}
.pricecen .pzay {
    font-size: 16px;
}
.line09 .rch {
    padding-right: 2%;
}
.lindir .zag0 {
    font-size: 36px;
}
.lindir .zag0 span {
    font-size: 20px;
}
.lindir .lch {
    font-size: 16px;
}
}
@media only screen 
and (min-width : 320px) 
and (max-width: 1024px) {
.kdesk {
		display: none;
	}
.kdesk.flex {
	display: none;
}	
.kmob {
	display: block!important;
}
.kmob.flex {
    display: flex!important;
}
.flex {
	flex-wrap: wrap;
}
.col-6 {
    width: 100%;
}
.col-4 {
    width: 100%;
}
    .center {
        min-width: initial;
        width: 90%;
    }
.lch {
    width: 100%!important;
}
.rch {
    width: 100%!important;
}
    header {
        position: fixed;
        background-color: #f0f0f0;
        width: 100%;
        z-index: 9999;
    }
.top-logo {
    width: 95px;
}
    .top-menu {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 999;
        color: #fff;
        background-color: #3e53e2;
        padding: 75px;
        width: 100%;
    }
img.imgm {
    margin-left: auto;
    order: 3;
}
img.imgc {
    position: absolute;
    z-index: 9990;
    right: 25px;
    top: 25px;
}
.top-menu .knop {
    background-color: #fff;
    color: #3e53e2;
    display: flex !important;
    justify-content: center;
    margin-bottom: 40px;
}
.top-menu li {
    margin-bottom: 35px;
    width: 100%;
}
h3 {
        font-size: 24px;
        position: relative;
    }
.firstblok {
    padding-top: 90px;
}
.firstblok .txt {
    font-size: 15px;
}
.firstblok img.img1 {
    height: 30px;
}
.firstblok .pik {
    width: 30px;
}
.firstblok .blok {
        padding: 10px 40px;
        border-radius: 15px;
        flex-wrap: nowrap;
    }
.blokpik .text {
        font-size: 14px;
        top: 15px;
        padding-right: 20px;
    }
.firstblok img.img {
    position: absolute;
    z-index: 0;
    width: 100%;
}
    .firstblok {
        padding-top: 50px;
        background-image: none !important;
        position: relative;
        margin-top: 0;
    }
.firstblok .center {
    position: relative;
    z-index: 2;
    padding-top: 18vh;
} 
.line01 {
    padding: 50px 0;
}
.lzag {
    margin-bottom: 30px;
}
.line01 .bcifr {
    font-size: 50px;
}
.line01 .ptxt {
    font-size: 24px;
    margin-left: 0;
}
    .line01 .plash {
        height: 50px;
        margin-bottom: 10px;
        width: 100%;
        order: 1;
        border-radius: 15px;
    }
.line01 .img1 {
    height: 33px;
}
.line01 .blok {
        padding: 50px 30px;
        border-radius: 15px;
        font-size: 15px;
        width: 100%;
        order: 2;
        height: calc(100% - 70px);
    }
.line01 .pzag {
    margin-bottom: 10px;
    font-size: 20px;
}
.line01 .col-4 {
    display: flex;
    flex-wrap: wrap;
}
.line02 {
    padding: 50px 0;
    background-position: center;
}
.pzag {
    font-size: 24px;
}
.line02 .txt {
    font-size: 15px;
    margin-bottom: 20px;
}
.line02 .blok {
    padding: 40px 25px;
    font-size: 15px;
}
.line02 li {
    margin-bottom: 20px;
    padding-left: 40px;
}
.zag {
    font-size: 24px;
}
.line03 .zag {
    text-align: center;
}
.line03 img.img1 {
    width: 38px;
}
.line03 .ptxt {
    font-size: 15px;
    margin-bottom: 20px;
}
.line03 .blok {
    font-size: 15px;
    height: 60px;
    border-radius: 15px;
    margin-bottom: 10px;
    padding-top: 10px;
}
.line03 .lch .blok:nth-child(1):before {
    width: 38px;
    height: 30px;
    right: 25px;
    bottom: -21px;
    left: auto;
}
    .line03 .lch .blok:nth-child(2):before {
        background-image: url(/assets/images/arr05.svg);
        width: 38px;
        height: 30px;
        left: 25px;
        bottom: -21px;
        right: auto;
        top: auto;
    }
.line03 .rch .blok:nth-child(1):before {
    width: 38px;
    height: 30px;
    right: 25px;
    bottom: -21px;
    left: auto;
}
.line03 .rch .blok:nth-child(2):before {
    background-image: url(/assets/images/arr05.svg);
    width: 38px;
    height: 30px;
    left: 25px;
    bottom: -21px;
    right: auto;
}
.line04 .center {
    width: 90%;
}
.line04 .zag:before {
    width: 20%;
    left: 0;
    height: 25px;
    top: -30px;
    border-radius: 5px;
}
.line04 .zag:after {
    height: 25px;
    width: 78%;
    right: 0;
    top: -30px;
    border-radius: 5px;
}
.line04 .ptxt {
    font-size: 15px;
}
.line04 .pzag1 {
    font-size: 20px;
}
.line04 .blok {
    font-size: 15px;
    border-radius: 15px;
    padding: 50px 25px;
}
.knop {
    height: 30px;
    padding: 0 35px;
}
.line04 .row:before {
    display: none;
}
.line04 .row:after {
    display: none;
}
.line04 .blue {
    margin-top: 0;
}
    .line05 .cont {
        margin: 50px 0;
        padding: 0 25px;
        padding-top: 35px;
        background-image: url(/assets/images/arendm.png);
        background-position: 50px 90px;
    }
.arend {
        width: 100%;
        margin-bottom: 5px;
    }
.line05 .row {
        order: 3;
        margin-top: 5px;
    }
.line05 .arend .rch {
    order: 1;
}
.line05 .arend .lch {
        order: 2;
        margin-bottom: 20px;
    }
.line05 .ptxt {
    font-size: 13px;
}
.line05 .arend .txt {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.line05 .arend .blok {
    width: 100%;
    margin-bottom: 5px;
    font-size: 15px;
    height: 20vh;
    border-radius: 15px;
}
.line05 .blok1 {
    width: 100%;
}
    .line05 .blok1 {
        width: 100%;
        border-radius: 15px;
    }
.line05 .blok1 img.img1 {
    border-radius: 15px 15px 0 0;
}  
.line06 .ptxt {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 40px;
}
.line06 .knops {
    font-size: 15px;
    height: 50px;
    border-radius: 15px;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 10px;
}
.line06 {
    margin-bottom: 50px;
}
.line07 {
    padding: 40px 0;
}
.line07 .ptxt {
    font-size: 15px;
    margin-bottom: 20px;
}
.line07 .rch {
    margin-left: 0;
}
.line07 .blok {
    width: 48%;
}
.line07 img.img1 {
    border-radius: 15px;
}
.line07 .pzag1 {
    font-size: 15px;
    height: 45px;
}
.linezay {
    margin: 50px 0;
}
.linezay .cont {
        padding: 50px 25px;
        border-radius: 15px;
    }
.linezay .pzag1 {
    font-size: 15px;
    margin-top: 20px;
}
input.inp {
    height: 40px;
    font-size: 15px;
    margin-bottom: 5px;
}
.line09 .blok {
    width: 100%;
}
.forms .knop {
    height: 40px;
    font-size: 15px;
}
.sogl {
    font-size: 12px;
    flex-wrap: nowrap;
}
    .line08 .logs {
        width: 100%;
        font-size: 14px;
    }
.line09 img.img1 {
    width: 50px;
    margin-right: 10px;
}
.line09 .zag {
    flex-wrap: nowrap;
    margin-bottom: 50px;
}
.line09 img.img0 {
    width: 100%;
}
.line10 img.img0 {
    width: 50%;
    margin-left: 25%;
    margin-bottom: 20px;
}
.line10 {
    padding: 50px 0;
}
.zag-akkord {
    font-size: 15px;
    height: 60px;
    border-radius: 15px;
    padding: 0 20px;
    padding-right: 40px;
}
.zag-akkord:before {
    width: 15px;
    height: 15px;
    font-size: 12px;
    right: 20px;
}
.cont-akkord {
    font-size: 15px;
    padding: 0 20px;
    margin-bottom: 20px;
}
.linstat {
        padding: 50px 0;
        padding-bottom: 70px;
    }
.linstat .bigf {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.linstat .rch {
        height: 160px;
        width: calc(100% + 10px) !important;
        padding-left: 0;
        margin: 0 -6px;
        margin-top: 10px;
    }
.bigf .pzag {
    font-size: 18px;
    bottom: 35px;
}
    .rch .blokstat {
        margin: 5px;
        border-radius: 15px;
        width: 100%;
    }
    .blokstat .pzag {
        font-size: 20px;
        bottom: 80px;
        width: 100%;
    }
.linstat .knop {
    width: 100%;
    bottom: -50px;
    height: 40px;
    justify-content: center;
}
.linzay2 .cont {
    padding: 45px 25px;
    border-radius: 15px;
}
.linzay2 .txt {
    font-size: 15px;
    margin-top: 20px;
}
footer {
    padding-top: 100px;
}
footer img.img {
    width: 220px;
}
footer .pzag1 {
    font-size: 15px;
}
footer .ptxt {
    font-size: 15px;
    margin-bottom: 5px;
}
footer li {
    font-size: 18px;
}
footer ul {
    margin-top: 0;
}
footer .col-6 .col-6:nth-child(1) {
    margin-top: 20px;
}
footer .col-3 {
    margin: 10px 0;
}
footer .ptxt1 {
    margin-bottom: 10px;
}
.copyr {
    padding: 20px 0;
    margin-top: 20px;
}
footer .center .row:nth-child(4) {
    margin-top: 20px;
}
footer .col-4 {
    width: 30%;
}
    header {
        position: fixed;
        background-color: #f0f0f0;
        width: 100%;
        z-index: 9999;
        font-size: 16px;
        height: 50px;
    }
.firstblok .lchk {
    order: 2;
    margin-top: 30px;
}
.kontakty .firstblok .center {
    padding-top: 0;
}
.kontakty .firstblok {
        height: auto;
        min-height: auto;
        padding-bottom: 50px;
    }
.linkont {
    margin-top: 50px;
}
.linkont .blok {
    width: 100%;
    padding: 45px 35px;
    margin-bottom: 10px;
}
    .linkont .col-4 {
        width: 100%;
        margin-bottom: 10px;
    }
.map {
    width: 100%;
}
.mapinf {
    width: 100%;
    padding: 25px;
    font-size: 18px;
}
.mapinf .knop {
    height: 50px;
}
.linmap .txt {
    font-size: 16px;
}
.linmap .ptxt {
    margin-bottom: 10px;
}
.linmap .center {
    margin-bottom: 50px;
    border-radius: 15px;
}
.wshad {
    position: absolute;
    background: linear-gradient(0deg, #f4f4f4 50%, transparent 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
}
.firstblok .ptxt {
    font-size: 15px;
    width: 100%;
}
.okompanii .firstblok {
    height: auto;
}
.okompanii .line02 .row .col-6 {
    width: 49%;
}
.line02 img.img1 {
    border-radius: 15px;
}
.line02 .pzag1 {
    font-size: 20px;
}
.cifri .blok {
    width: 100%;
    border-radius: 15px;
    font-size: 15px;
    padding: 20px;
}
.cifri {
    padding: 50px 0;
}
.komanda {
    padding: 50px 0;
}
.komanda .txt {
    font-size: 15px;
}
.yuradr .firstblok {
    height: auto;
    padding-top: 8vh;
}
   .yuradr .firstblok .center {
        padding-top: 30vh;
    }
.yurline01 .cont {
    width: 100%;
    font-size: 15px;
    border-radius: 15px;
    padding: 35px 25px;
    margin-bottom: 50px;
} 
.yurline02 .row:nth-child(1) .labe {
    width: 100%!important;
    font-size: 15px;
    height: auto;
    padding: 8px 25px;
    border-radius: 15px;
    margin-bottom: 5px;
}
.yurline02 .row:nth-child(2) .labe {
    width: 100%!important;
    font-size: 15px;
    height: auto;
    padding: 8px 25px;
    border-radius: 15px;
    margin-bottom: 5px;
    justify-content: flex-start;
}
.yurline02 .cont {
    border-radius: 15px;
    padding: 35px 25px;
}
.yurline02 .txt {
    font-size: 15px;
}
h1 {
    font-size: 22px;
}
.stat h1 {
    width: 100%;
}
.pikstat {
    width: 100%;
}
.firststat .center {
    padding-top: 100px;
}
.dat {
    height: 35px;
    font-size: 15px;
    padding: 0 25px;
}
.stat-content h3 {
    font-size: 18px;
}
.stat-content {
    font-size: 15px;
    width: 100%;
}
.smpik {
    width: 100%;
}
.bx-wrapper {
    margin-bottom: 0;
}
.linusl01 .blok {
    width: 100%;
    font-size: 15px;
    margin-bottom: 5px;
    border-radius: 15px;
    padding: 20px 40px;
}
.linusl {
    padding: 50px 0;
}
.linusl .zag:before {
    height: 30px;
    width: 30%;
}
.linusl .zag:after {
    height: 30px;
    width: 30%;
}
.linusl .zag {
    margin-bottom: 50px;
}
.linusl .blok {
    width: 100%;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 10px;
    position: relative;
}
.linusl .pzag1 {
    font-size: 20px;
    margin-bottom: 15px;
}
.linusl .txt {
    font-size: 15px;
    margin-bottom: 70px;
}
.linusl .knop {
    width: auto;
    font-size: 15px;
}
.linusl .pik {
    width: 30%;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.bigf .stdat {
    font-size: 15px;
    height: 35px;
    padding: 0 20px;
    left: 25px;
    top: 30px;
}
.linstat .bigf .blokstat .knop {
    height: 30px;
    padding: 0 30px;
    width: auto;
    font-size: 15px;
    bottom: 35px;
}
.usluga .firstblok .center {
    padding-top: 0;
}
    .usluga .firstblok img.img {
        position: relative;
        width: 40%;
        margin-left: auto;
        margin-bottom: 30px;
    }
.usluga .firstblok .ptxt {
    margin-bottom: 10px;
}  
.usluga .firstblok {
    padding-bottom: 40px;
}
.uslinf1 {
    padding: 50px 0;
}
.uslinf1 .zag {
    margin-bottom: 50px;
}
.uslinf1 .blok {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 15px;
    padding: 25px;
    font-size: 15px;
}
.uslinf1 .lch {
    margin-right: 20px;
    width: initial !important;
    font-size: 50px;
}
.uslinf1 .pzag1 {
    font-size: 15px;
}
.uslinf2 {
    padding: 50px 0;
}
    .uslinf2 .blok {
        width: 100%;
        min-height: 70vw;
        border-radius: 15px;
        padding: 50px 30px;
        margin-bottom: 25px;
        height: auto;
    }
.uslinf2 .pzag1 {
    font-size: 18px;
    margin-bottom: 25px;
}
.uslinf2 .txt {
    font-size: 15px;
}
.uslinf2 .blok:before {
    height: 10px;
    top: -15px;
}
.uslinf2 .zag {
    margin-bottom: 40px;
}
.uslinf2 img.img0 {
    width: 50px;
}
.uslinf3 .lch {
    order: 2;
}
.uslinf3 .lch {
    order: 2;
    margin-top: 40px;
}
.uslinf3 .blok {
    border-radius: 15px;
    padding: 15px 20px;
    font-size: 15px;
}
.uslinf3 {
    background-repeat: no-repeat;
    background-size: 350%;
    padding: 50px 0;
}
.uslinf4 {
        padding: 50px 0;
        padding-bottom: 0;
    }
.uslinf4 .zag:before {
    height: 20px;
    border-radius: 5px;
    top: 5px;
    width: 12%;
}
.uslinf4 .zag:after {
    height: 20px;
    border-radius: 5px;
    top: 5px;
    width: 12%;
}
    .uslinf4 .blok {
        font-size: 18px;
        width: 100%;
        margin-bottom: 5px;
        height: auto;
    }
.pricecen .blok {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        border-radius: 15px;
        padding: 25px;
    }
.uslinf4 .txt {
    padding: 0 30px;
}    
.pricecen .blok.shir {
    width: 100%;
}
    .pricecen img.img1 {
        display: block;
        margin-bottom: 35px;
    }
.pricecen .inf {
    position: relative;
    bottom: 0;
}
.pricecen .shir .pzag1 {
    font-size: 24px;
}
.pricecen .price {
    font-size: 15px;
}
.pricecen .pzay:after {
    height: 55px;
    right: -48px;
    width: 50px;
}
.pricecen .pzay {
    height: 55px;
    font-size: 15px;
    border-radius: 16px 0 0 16px;
    width: calc(100% - 50px);
    padding: 0 40px;
    display: flex;
    align-items: center;
}
.pricecen .lch {
    height: 33vh;
    margin-top: 0px;
    border-radius: 15px;
    padding: 25px;
}
.pricecen .pzag {
    font-size: 24px;
}
.pricecen .cont {
    position: relative;
    bottom: 0;
    margin-top: 20px;
}
.pricecen .rch {
    height: auto;
}
    .pricecen .ptxt {
        width: 100%;
        font-size: 15px;
        margin-top: 60px;
        margin-bottom: 35px;
        padding: 0 25px;
    }
.pricecen img.img0 {
    height: auto;
    width: 100%;
}
.pricecen {
    padding: 50px 0;
}
.notf {
    width: 100%;
}
.notf .cont {
    text-align: center;
}
.notf .pik {
        width: 90%;
        margin: auto;
        margin-bottom: 20px;
    }
.notf .txt {
    font-size: 15px;
    margin-bottom: 20px;
}
.wnd {
    width: 90%;
    left: 5%;
    font-size: 15px;
    border-radius: 15px;
    padding: 25px 35px;
}
.cookiclos {
    width: 20px;
    right: 15px;
    top: 15px;
}
.fnc {
    border-radius: 15px;
    padding: 70px 25px;
}
.fnc .txt {
    font-size: 15px;
}
.fnc input.inp {
    width: 100%;
}
.line01 .plash.black {
    margin: 0;
}
.line01 .plash.blue {
    margin-bottom: 0;
}
.yurline02 .labe {
    justify-content: flex-start;
}
.news .firstblok .center {
    padding-top: 0;
}
.news-list .blok {
    width: 100%;
    height: 40vh;
    border-radius: 15px;
    padding: 30px;
}
.news .firstblok {
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.news-list .txt {
    font-size: 20px;
}
.news-list .knop {
    height: 30px;
    font-size: 15px;
    padding: 0 35px;
    bottom: 30px;
    right: 30px;
}
.news-list .data {
    height: 35px;
    border-radius: 15px;
    font-size: 15px;
    padding: 0 20px;
}
.news-list .txt {
    font-size: 20px;
    bottom: 80px;
}
.line08 {
    background-image: url(/assets/images/lines6.png);
}
.lindir .zag0 {
    font-size: 24px;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 0;
}
.lindir .zag0 span {
    font-size: 18px;
}
.lindir .lch {
    font-size: 15px;
}
.lindir img.img0 {
    border-radius: 15px;
}
.uslinf4 .row1 {
    position: relative;
    padding-bottom: 0;
}
.uslinf4 a {
    font-size: 15px;
    padding: 0 15px;
    height: auto;
}
.center.empt {
    padding-top: 50px;
}
.dzen {
    left: 5%;
    border-radius: 25px;
}
.dzen .txt {
    font-size: 15px;
    padding: 15px 0;
}
.dzen .knop {
    font-size: 14px;
    height: 50px;
}
.dzen img.img {
    width: 170px;
}
.freecons .cont {
    flex-wrap: wrap;
    padding: 35px 15px;
}
.freecons img.img0 {
    width: 70%;
}
.freecons .zag {
    font-size: 22px;
}
#zayconsul {
    margin-left: 0;
}
.freecons .pzag1 {
    font-size: 14px;
    margin: 20px 0;
}
}

.fixed {
    position: fixed;
}
.inv{
    display:none!important;
  }
 .error {
	border: 1px solid red;
} 
.vid {
	display: block;
}
