@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';
    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;
}
@font-face {
    font-family: 'Inter';
    src:url('./fonts/inter-bold.woff2') format('woff2'),
        url('./fonts/inter-bold.woff') format('woff'),
        url('./fonts/inter-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }
@font-face {
    font-family: 'Actay';
    src: url('./fonts/actay-regular.woff2') format('woff2'),
        url('./fonts/actay-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Actay';
    src: url('./fonts/actaywide-bold.woff2') format('woff2'),
        url('./fonts/actaywide-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'Inter';
    position: relative;
    margin: 0;
     -webkit-text-size-adjust: 100%;
     font-size: 16px;
     background-color: #f2f2f2;
     color: #4F4F5B;
}
div {
    box-sizing: border-box;
}
img {
    display: block;
}
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: 90%;
    margin: auto;
    min-width: 1130px;
}
.center.small {
    width: 80%;
}
.img1 {
    width: 100%;
}
.fnc {
    display: none;
}
.wnd {
    position: fixed;
    bottom: 50px;
    width: 70%;
    left: 15%;
    background-color: #4f4f5b;
    z-index: 999999;
    border-radius: 20px;
    padding: 20px 50px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}
img.imgk1 {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 15px;
    cursor: pointer;
}
.col-6 {
    width: 49%;
}
.col-4 {
    width: 32%;
}
.col-8 {
    width: 65%;
}
.menu ul {
    display: flex;
    align-items: center;
}
li.parent {
    position: relative;
    transition: 0.5s;
}
ul.nav-child {
    position: absolute;
    display: none;
    background-color: #4f4f5b;
    border-radius: 20px;
    padding: 10px 15px;
}
li.parent:hover ul.nav-child  {
    display: block;
}
ul.nav-child:hover {
    display: block;
}
.menu .nav-child li {
    margin-left: 0;
    font-size: 16px;
    padding: 5px 20px;
    color: #fff;
}
.nav-child li:last-child {
    border: none;
}
header {
    height: 100px;
}
.knop {
    background-color: #FF0025;
    color: #fff;
    border-radius: 50px;
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    border: none;
    outline: none;
}
header .phone {
    font-weight: 600;
    font-size: 20px;
}
header .rch {
    margin-left: auto;
}
header .knop {
    margin-left: 2vw;
}
.menu {
    margin-left: auto;
}
.menu li {
    color: #878787;
    font-size: 19px;
    margin-left: 1vw;
}
.logo {
    width: 12%;
}
.actay {
    font-family: 'Actay';
}
h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 4.1vw;
    color: #000000;
    font-family: 'Actay';
    font-weight: bold;
    line-height: 100%;
}
.line1 {
    position: relative;
    height: 55vh;
    min-height: 500px;
    padding-bottom: 70px;
}
.line1 img.img {
    position: absolute;
    width: 50%;
    left: 25%;
    top: 6vw;
}
.line1 .rch {
    position: absolute;
    right: 5%;
    top: 10vw;
}
.line1 li {
    height: 35px;
    display: flex;
    align-items: center;
    border: 1px solid #4F4F5B;
    border-radius: 35px;
    justify-content: center;
    padding: 0 2vw;
    margin-bottom: 10px;
}
.line1 li:hover {
    color: #fff;
    background-color: #FF0025;
    border-color: #FF0025;
}
h3 {
    font-family: 'Actay';
    text-transform: uppercase;
    text-align: center;
    font-size: 2.5vw;
}
.line2 {
    background-color: #fff;
    padding: 70px 0;
}
.line3 {
    padding: 100px 0;
}
.line3 .col-4 {
    background-color: #fff;
    border-radius: 22px;
    margin-bottom: 20px;
    padding: 30px;
    display: flex;
    align-items: center;
}
.line3 .col-8 {
    background-color: #fff;
    border-radius: 22px;
    margin-bottom: 20px;
    padding: 45px;
    display: flex;
    align-items: center;
}
.line3 .col-4:nth-child(4), .line3 .col-8:nth-child(3) {
    margin-bottom: 0;
}
.line3 .pzag {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
.line3 .btxt {
    font-size: 80px;
    font-weight: bold;
}
.line3 .col-6 {
    position: relative;
}
.line3 img.img1 {
    border-radius: 22px;
}
.line3 .piktxt {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    background-color: rgb(255 0 37 / 50%);
    border-radius: 0 0 22px 22px;
    padding: 35px 50px;
}
.line4 img.img1 {
    width: 49px;
    margin-right: 10px;
}
.line4 .blok {
    width: 32.3%;
    background-color: #fff;
    border-radius: 22px;
    margin-bottom: 20px;
    padding: 40px;
}
.line4 .pzag {
    color: #ff0025;
    font-weight: bold;
    flex-wrap: nowrap;
    font-size: 20px;
    margin-bottom: 20px;
}
.dots li {
    list-style: disc;
    margin-left: 30px;
}
.line5 {
    padding-top: 100px;
    font-size: 20px;
}
.line5 .img1 {
    border-radius: 22px;
}
.line5 .pzag {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
.line5 .col-6 {
    margin-top: 15px;
}
.bx-wrapper {
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}
.line6 .blok {
    background-color: #fff;
    border-radius: 22px;
    position: relative;
    padding: 40px;
    text-align: center;
    height: 27vw;
    font-size: 18px;
}
.line6 .name {
    background-color: #ff0025;
    display: inline-flex;
    color: #fff;
    font-size: 20px;
    border-radius: 20px;
    height: 40px;
    align-items: center;
    padding: 0 25px;
}
.line6 img.img {
    width: 200px;
    margin: auto;
    margin-bottom: 20px;
}
.line6 .dat {
    font-size: 20px;
    color: #a6a5a5;
    position: absolute;
    bottom: 40px;
    right: 40px;
    left: 40px;
}
.line6 .cont {
    width: 90%;
    margin: auto;
}
.bx-wrapper .bx-prev {
    background: url(/assets/images/av-lstrl.png) 0 -32px no-repeat;
    background-position: 0!important;
    left: -60px;
}
.bx-wrapper .bx-controls-direction a {
    width: 48px;
    height: 48px;
}
.bx-wrapper .bx-next {
    background: url(/assets/images/av-rstrl.png) 0 -32px no-repeat;
    background-position: 0!important;
    right: -60px;
}
.zay {
    position: relative;
    background-image: url(/assets/images/av-fonzay.jpg);
    background-size: cover;
    border-radius: 50px;
    color: #fff;
}
.zay .lch {
    width: 40%;
    padding: 50px 0;
    padding-left: 100px;
}
.zay .pzag {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 15px;
}
.zay .txt {
    font-size: 25px;
    margin-bottom: 30px;
}
.inp {
    width: 100%;
    height: 60px;
    border-radius: 60px;
    margin-bottom: 10px;
    text-indent: 30px;
    font-size: 20px;
    border: none;
    outline: none;
}
.zay .knop {
    height: 60px;
    border: none;
    outline: none;
    width: 100%;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
.sogl {
    font-size: 14px;
    margin-top: 10px;
}
.chb {
    opacity: 0;
    position: absolute;
}
.chch {
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #FF0025;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 10px;
}
.chb:checked + .chch::before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    background: transparent url(/assets/images/av-gal.png) no-repeat center center;
    height: 14px;
    width: 14px;
}
.sogl a {
    text-decoration: underline;
}
.zay img.img {
    position: absolute;
    width: 60%;
    left: 37%;
    bottom: 15vh;
}
.line7 .rch {
    width: 59%;
}
.line7 .lch {
    width: 40%;
    align-items: flex-start;
}
.line7 img.img {
    width: 100%;
    border-radius: 22px;
}
.line7 .bloks {
    width: 58%;
    background-color: #FF0025;
    height: 21vw;
    border-radius: 22px;
    margin-top: 20px;
}
.line7 .blokk {
    width: 40%;
    background-color: #4F4F5B;
    height: 21vw;
    border-radius: 22px;
    margin-top: 20px;
}
.line7 .txt {
    font-size: 20px;
}
.line7 .pzag {
    font-weight: bold;
    font-size: 24px;
    padding: 15px 0;
}
.line8 .lch .blok, .line8 .lch .blok {
    height: 20vw;
    position: relative;
    background-size: cover;
}
.line8 .rch {
    width: 49.5%;
    margin-bottom: 20px;
}
.line8 .lch {
    width: 49.5%;
    margin-bottom: 20px;
}
.line8 .rch .blok {
    width: 49%;
}
.line8 .blok {
    border-radius: 22px;
    position: relative;
    background-size: cover;
    overflow: hidden;
}
.line8 h3 {
    margin-bottom: 15px;
}
.line8 .ptxt {
    text-align: center;
    font-size: 20px;
    margin-bottom: 35px;
}
.line8 .dat {
    background-color: #fff;
    display: inline-flex;
    font-size: 25px;
    font-weight: bold;
    border-radius: 16px;
    height: 50px;
    align-items: center;
    padding: 0 20px;
    position: absolute;
    left: 45px;
    top: 50px;
    z-index: 1;
}
.line8 .blok .knop {
    display: inline-flex;
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 1;
}
.line8 .txt {
    color: #fff;
    position: absolute;
    left: 45px;
    font-weight: bold;
    z-index: 1;
}
.line8 .lch .txt {
    font-size: 30px;
    bottom: 85px;
    right: 165px;
}
.line8 .rch .txt {
    top: 210px;
    font-size: 20px;
    right: 35px;
}
.line8 .shad {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(360deg, #000 0%, transparent 100%);
}
.allnews .knop {
    display: inline-flex;
    margin-left: auto;
    margin-top: 30px;
}
.line9 {
    background-color: #4F4F5B;
    color: #fff;
    padding: 80px 0;
    margin-bottom: 100px;
    margin-top: 50px;
}
.akkord {
    background: #686872;

    border-radius: 22px;
    margin-bottom: 15px;
    padding: 30px 60px;
}
.zag-akkord {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    padding-right: 40px;
    cursor: pointer;
}
.cont-akkord {
    font-size: 18px;
}
.line9 .col-6 {
    width: 49.5%;
}
.zag-akkord:after {
    content: '';
    position: absolute;
    width: 45px;
    height: 45px;
    background-size: cover;
    right: -15px;
    top: -15px;
}
.zag-akkord.open:after {
    background-image: url(/assets/images/av-minus.svg);
}
.zag-akkord.close:after {
    background-image: url(/assets/images/av-plus.svg);
}
.logo-bottom {
    width: 23%;
    margin-bottom: 30px;
}
footer {
    margin-top: 100px;
    background-color: #fff;
    padding: 60px 0;
    font-size: 20px;
}
footer .pzag {
    font-weight: bold;
    margin: 25px 0;
}
footer li {
    font-weight: bold;
    margin-bottom: 20px;
}
footer .rch {
    padding-top: 25px;
    margin-left: auto;
    margin-right: 5vw;
}
.fline1 a:hover {
    color: #FF0025;
}
.fline1 .col-6 {
    margin-top: 30px;
    flex-wrap: nowrap;
}
.politics .blok {
    width: 25%;
    font-size: 18px;
    color: #6475E8;
}
.politics {
    padding: 40px 0;
}
footer .col-6 {
    width: 50%;
}
.fline2 .ptxt, .fline3 .ptxt {
    font-size: 16px;
}
.fline2 {
    margin-bottom: 50px;
}
.copyr {
    border-top: 1px solid #4F4F5B;
    font-size: 14px;
    padding-left: 5%;
    height: 120px;
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.line2 .bx-wrapper .bx-controls-direction a {
    top: initial;
    bottom: -80px;
}
.line2 .bx-wrapper .bx-next {
    right: 15%;
}
.line2 .bx-wrapper .bx-prev {
    right: calc(15% + 65px);
    left: initial;
}
.line2 .over {
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}
.line2 .cont {
    width: 140%;
    margin-left: -20%;
}
.line2 .inf {
    opacity: 0;
    background-color: #ff0025;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10%;
    right: 10%;
    border-radius: 50px;
    padding: 35px;
    transition: 0.5s;
}
.line2 .blok img.img {
    position: absolute;
    width: 85%;
    bottom: 7vw;
    transition: 0.5s;
}
.line2 .active .inf {
    opacity: 1;
}
.line2 .blok {
    height: 28vw;
}
.line2 .knop {
    background-color: #fff;
    color: #ff0025;
    font-weight: bold;
    display: inline-flex;
    position: absolute;
    bottom: 40px;
    z-index: 9;
}
.line2 .blok.active img.img {
    transform: scale(1.35);
    right: 5%;
    bottom: 3.5vw;
}
.line2 .txt {
    font-size: 19px;
    font-weight: bold;
}
.kolvm {
    margin-top: 15px;
    font-size: 23px;
}
.line2 .cen {
    font-size: 19px;
    margin-top: 15px;
}
.fnc {
    display: none;
    background-color: #4F4F5B;
    color: #fff;
    border-radius: 22px;
    padding: 50px 90px;
}
.fnc .knop {
    width: 100%;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Inter';
    height: 60px;
    cursor: pointer;
}
.fnc .zag {
    font-weight: 800;
    font-size: 45px;
}
.fnc .txt {
    font-size: 23px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.fancybox-button {
    width: 70px;
    height: 70px;
    outline: none;
}
footer .col-6 ul {
    padding-right: 10%;
    flex-shrink: 0;
}
.kontakty .lch {
    width: 30%;
    background-color: #ff0025;
    color: #fff;
    padding: 35px 50px;
    font-size: 20px;
}
.kontakty .pzag {
    margin-bottom: 15px;
    font-weight: bold;
}
.kontakty .txt {
    margin-bottom: 15px;
}
.kontakty .txt a {
    display: inline-block;
    margin-bottom: 13px;
}
.kontakty .rch {
    width: 70%;
    position: relative;
}
.kontakty .rch .knop {
    position: absolute;
    bottom: 40px;
    right: 5%;
}
.linst1 h1 {
    font-size: 3.2vw;
    text-align: left;
    width: 80%;
    position: relative;
    z-index: 9;
}
.linst1 .center {
    position: relative;
}
.redkv {
    position: absolute;
    width: 45%;
    height: 15vw;
    background-color: #ff0025;
    right: 0;
    top: 0;
    z-index: 0;
}
.linst1 .row {
    position: relative;
    height: 15vw;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.dat-stat {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    color: #878787;
}
.linst1 .center {
    position: relative;
    border-bottom: 1px solid #4F4F5B;
    padding-bottom: 95px;
    width: 80%;
}
.linst1 {
    padding-top: 50px;
}
.stat-content {
    color: #1B1B1B;
    font-size: 18px;
}
.stat-content h3 {
    font-size: 40px;
    text-align: left;
    text-transform: none;
    font-family: 'Inter';
}
.stat-content .center.small {
    width: 75%;
}
.stpik {
    width: 81%;
    margin: auto;
    border-radius: 22px;
    overflow: hidden;
    margin-top: 150px;
    margin-bottom: 80px;
}
.stat-content li {
    list-style: inherit;
}
.linstats .blok {
    width: 32.3%;
    border-radius: 22px;
    color: #fff;
    position: relative;
    height: 22vw;
    padding: 4rem;
    overflow: hidden;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
}
.linstats .data {
    background-color: #fff;
    color: #4F4F5B;
    display: inline-flex;
    font-weight: bold;
    font-size: 25px;
    padding: 10px 30px;
    border-radius: 15px;
    margin-bottom: 5rem;
    position: relative;
}
.linstats .txt {
    font-size: 1.75rem;
    font-weight: bold;
    position: relative;
}
.linstats .shad1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(360deg, #000 0%, transparent 100%);
}
.linstats .blok .knop {
    position: absolute;
    right: 4rem;
    bottom: 4rem;
}
#more {
    display: inline-flex;
    width: 200px;
    margin: auto;
    justify-content: center;
    margin-top: 30px;
    cursor: pointer;
}
.line02 .blok1 {
    width: 49%;
    background-color: #FF0025;
    color: #fff;
    border-radius: 22px;
    padding: 40px 50px;
    position: relative;
}
.line02 .txt {
    font-size: 21px;
    font-weight: bold;
}
.line02 .lch {
    width: 50%;
}
.line02 .cen {
    font-size: 20px;
    margin-top: 15px;
}
.line02 .knop {
    background-color: #ffff;
    color: #ff0025;
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    margin-top: 30px;
    display: inline-flex;
}
.line02 img.img {
    width: 55%;
    position: absolute;
    right: 0;
    bottom: 0px;
}
.line02 .blok1:nth-child(2) img.img{
    width: 63%;
}
.line02 {
    background-color: #fff;
    padding: 60px 0;
}
.spstarif .blok {
    width: 32%;
    margin-bottom: 25px;
}
.spstarif .pik {
    position: relative;
}
.spstarif .img {
    width: 100%;
    border-radius: 22px;
}
.spstarif .spik {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 18%;
}
.spik .img {
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}
.spstarif .inf {
    margin-top: 30px;
}
.spstarif .name {
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    margin-bottom: 25px;
}
.spstarif p {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    font-size: 18px;
}
.spstarif {
    padding: 100px 0;
}
.blokv {
    width: 32%;
    margin-right: 1%;
    border: 1px solid #4f4f5b;
    border-radius: 22px;
    padding: 25px;
}
.vdat {
    font-size: 16px;
    color: #4f4f5b;
}
.blokv .knop {
    display: inline-flex;
}
.blokv {
    width: 32%;
    margin-right: 1%;
    border: 1px solid #4f4f5b;
    border-radius: 22px;
    padding: 25px;
    margin-bottom: 30px;
}
.usl1 h1 {
    font-size: 64px;
    text-align: left;
}
.usl1 .rch {
    width: 45%;
}
.usl1 .lch {
    width: 55%;
}
.usl1 .pzag {
    font-size: 20px;
    width: 70%;
    margin-bottom: 30px;
}
.usl1 .knop {
    display: inline-flex;
}
.usl1 {
    height: 500px;
}
.stat-content .spstarif .blok {
    margin-right: 1%;
}
.usl-list .blok {
    width: 32.3%;
    position: relative;
    margin-bottom: 20px;
    border-radius: 22px;
    overflow: hidden;
    color: #fff;
}
.shad01 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, #000 0%, transparent 100%);
}
.usl-list .img {
    width: 100%;
}
.usl-list .inf {
    position: absolute;
    z-index: 9;
    top: 60px;
    left: 45px;
    right: 45px;
    bottom: 60px;
}
.usl-list .name-usl {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}
.usl-list .knop {
    position: absolute;
    bottom: 0;
}
.usl-list .blokzay {
    background-color: #FF0000;
    padding: 60px 45px;
}
.blokzay .pzag {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 15px;
}
.blokzay .txt {
    font-size: 20px;
}
.usl-list .blokzay .knop {
    bottom: 60px;
    background-color: #4F4F5B;
    right: 45px;
    left: 45px;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}
.vidy .txt {
    font-size: 20px;
    text-align: center;
    width: 75%;
    margin: auto;
    margin-bottom: 30px;
}
.vidy .blok {
    border-radius: 22px;
    overflow: hidden;
    width: 24%;
    margin-bottom: 20px;
}
.spusl {
    margin: 100px 0;
}
.spusl .rch {
    width: 70%;
}
.spusl .lch {
    width: 27%;
}
.smblok {
    background-color: #fff;
    padding: 15px 55px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 22px;
    margin-bottom: 15px;
    cursor: pointer;
}
.smblok.akt {
    background-color: #ff0025;
    color: #fff;
}
.smblok:hover {
    background-color: #FF0025;
    color: #fff;
}
.spusl .txt {
    font-size: 20px;
    margin-top: 30px;
}
.line7.strusl {
    background-color: #fff;
    padding-bottom: 100px;
    padding-top: 50px;
}
.strusl img.img1 {
    border-radius: 20px;
}
.line7.strusl .bloks {
    height: 12vw;
}
.line7.strusl .blokk {
    height: 12vw;
}
.line5.strusl {
    margin-bottom: 100px;
    padding-top: 0;
}
.lineblag .blok {
    width: 23%;
}
.shab1 .line1 {
    height: 65vh;
}
.rekv .pzag {
    font-weight: bold;
    font-size: 22px;
}
.rekv {
    margin-top: 60px;
}
.licenz img.img1 {
    width: 30px;
    margin-right: 15px;
}
.licenz .blok {
    border-bottom: 1px solid #878787;
    margin-top: 15px;
    padding-bottom: 10px;
    font-size: 22px;
}
.licenz .img {
    width: 100%;
}
.licenz {
    margin-top: 50px;
}
.inflic {
    background-color: #fff;
    border-radius: 20px;
    padding: 35px;
    font-size: 20px;
    margin: 50px 0;
}
.licenz .txt:hover {
    color:#FF0025;
}
.menu li.active {
    color: #ff0025;
}
.menu a:hover {
    color: #ff0025;
}
@media only screen 
and (min-width : 1200px) 
and (max-width: 1600px) {
.center {
        width: 92%;
    }
html {
     font-size: 15px;
 }    
 .menu li {
    font-size: 17px;
}
header .phone {
    font-size: 17px;
}
.logo {
    width: 11%;
}
.knop {
    padding: 0 25px;
}
.line1 li {
    font-size: 15px;
    padding: 0 1.5vw;
}
.line2 .txt {
    font-size: 15px;
}
.kolvm {
    font-size: 18px;
}
.line2 .inf {
    padding: 25px;
    border-radius: 40px;
}
.line2 .cen {
    margin-top: 5px;
    font-size: 17px;
}
.line2 .blok.active img.img {
    transform: scale(1.3);
}
.line2 .knop {
    height: 40px;
    padding: 0 20px;
    font-size: 15px;
}
.line3 .btxt {
    font-size: 72px;
}
.line3 .txt {
    font-size: 14px;
}
.line3 .col-4 {
    padding: 20px;
    margin-bottom: 15px;
}
.line3 .col-8 {
    padding: 35px;
    margin-bottom: 15px;
}
.line3 .pzag {
    font-size: 27px;
}
.line4 img.img1 {
    width: 40px;
}
.line4 .pzag {
    font-size: 16px;
}
.line4 .blok {
    padding: 30px;
}
.line4 .txt {
    font-size: 15px;
}
.line5 {
    font-size: 17px;
}
.line6 img.img {
    width: 150px;
    margin-bottom: 15px;
}
.line6 .name {
    font-size: 18px;
    height: 35px;
}
    .line6 .blok {
        font-size: 15px;
        height: 33vw;
        padding: 30px;
    }
.line6 .dat {
    font-size: 16px;
    bottom: 25px;
}
.zay .pzag {
    font-size: 40px;
}
.zay .txt {
    font-size: 20px;
}
.zay .lch {
    width: 43%;
    padding: 40px 0;
    padding-left: 85px;
}
.zay img.img {
    width: 57%;
    left: 42%;
}
.inp {
    font-size: 18px;
    height: 55px;
}
.zay .knop {
    height: 55px;
}
.sogl {
    font-size: 13px;
}
.line7 .txt {
    font-size: 18px;
}
.line7 .pzag {
    font-size: 22px;
    padding: 10px 0;
}
.line8 .ptxt {
    font-size: 18px;
}
.line8 .dat {
    height: 45px;
    font-size: 22px;
    top: 40px;
    left: 30px;
}
.line8 .lch .txt {
    font-size: 26px;
    bottom: 70px;
}
.line8 .txt {
    left: 35px;
}
.line8 .blok .knop {
    bottom: 30px;
    right: 30px;
    height: 40px;
}
.line8 .rch .txt {
    font-size: 18px;
    top: 140px;
}
.line9 {
    padding: 60px 0;
}
.zag-akkord {
    font-size: 18px;
}
.cont-akkord {
    font-size: 16px;
}
.zag-akkord:after {
    width: 37px;
    height: 37px;
    right: -35px;
}
.akkord {
    padding: 25px 50px;
}
footer {
    font-size: 16px;
}
.politics .blok {
    font-size: 14px;
}
.copyr {
    height: 70px;
}
.linstats .blok {
    padding: 45px;
}
.linstats .data {
    margin-bottom: 55px;
    padding: 10px 25px;
    font-size: 20px;
}
.linstats .txt {
    font-size: 22px;
}
.linstats .knop {
    right: 45px;
    bottom: 45px;
}
.line02 .txt {
    font-size: 19px;
    font-weight: bold;
}
.line02 .blok1 {
    padding: 35px 40px;
}
.line02 .lch {
    width: 55%;
}
.line02 .cen {
    font-size: 18px;
}
.line02 .knop {
    height: 50px;
    font-size: 18px;
}
.usl-list .name-usl {
    font-size: 22px;
}
.usl-list .blokzay {
    padding: 40px 30px;
}
.blokzay .pzag {
    font-size: 25px;
}
.blokzay .txt {
    font-size: 16px;
}
.usl-list .blokzay .knop {
    font-size: 18px;
    bottom: 40px;
}
.usl1 h1 {
    font-size: 54px;
}
.usl1 .pzag {
    font-size: 17px;
}
.vidy .txt {
    font-size: 17px;
}
.smblok {
    font-size: 17px;
    padding: 10px 45px;
}
.spusl .txt {
    font-size: 17px;
}
}
@media only screen 
and (min-width : 1200px) 
and (max-width: 1399px) {

    .center {
    width: 95%;
}
    .menu li {
        font-size: 16px;
    }
.kolvm {
        font-size: 15px;
    }
    .line2 .cen {
        margin-top: 5px;
        font-size: 15px;
    } 
    .line2 .inf {
        padding: 20px;
        border-radius: 30px;
    } 
.line2 .blok.active img.img {
    bottom: 3vw;
} 
.line2 .knop {
    bottom: 25px;
    font-size: 14px;
}
    .line3 .btxt {
        font-size: 66px;
    }
    .line3 .pzag {
        font-size: 24px;
    }
    .line4 .pzag {
        font-size: 15px;
    } 
    .line4 .txt {
        font-size: 14px;
    } 
    .line5 {
        font-size: 16px;
    }
 .line5 .pzag {
    font-size: 22px;
    margin-bottom: 20px;
}  
    .line6 .blok {
        font-size: 14px;
    }
.zay .knop {
        font-size: 18px;
    } 
    .line7 .txt {
        font-size: 16px;
    } 
.line7 .pzag {
        font-size: 20px;
    }  
.line8 .lch .blok, .line8 .lch .blok {
    height: 22vw;
}  
.linstats .txt {
    font-size: 20px;
}
.linstats .data {
    margin-bottom: 40px;
    padding: 10px 25px;
    font-size: 18px;
}
.linstats .blok{
    padding: 40px;
}
.linstats .knop {
    right: 35px;
    bottom: 35px;
}
.line02 .txt {
    font-size: 17px;
    font-weight: bold;
}
.line02 .cen {
    font-size: 16px;
    margin-top: 10px;
}
.usl-list .inf {
    top: 40px;
    left: 30px;
    right: 30px;
    bottom: 40px;
}
.usl-list .name-usl {
    font-size: 22px;
}
.usl-list .opis-usl {
    font-size: 14px;
}
.usl-list .blokzay {
    padding: 40px 30px;
}
.blokzay .txt {
    font-size: 14px;
}
.blokzay .pzag {
    font-size: 23px;
}
.usl-list .blokzay .knop {
    font-size: 18px;
    bottom: 40px;
}
.usl1 h1 {
    font-size: 46px;
}
.usl1 .pzag {
    font-size: 15px;
}
}
@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%;
}
    .center {
        min-width: initial;
        width: 90%;
    }
.lch {
    width: 100%!important;
}
.rch {
    width: 100%!important;
}
    header .rch {
        width: auto !important;
        margin-right: 7%;
    }
header .phone {
    font-size: 14px;
}
.logo {
    width: 35%;
}
h1 {
    font-size: 21px;
}
h3 {
    font-size: 25px;
}
.col-4 {
    width: 100%;
}
.col-8 {
    width: 100%;
}
.center.small {
    width: 90%;
}
.line1 .rch {
        position: relative;
        top: 30vw;
        right: 0;
    }
.line1 img.img {
    width: 76%;
    left: 12%;
    top: 30px;
}
.line2 .cont {
    width: 100%;
    margin-left: 0;
}
.line2 .inf {
        opacity: 1;
    }
    .line2 .blok {
        height: 60vh;
    }
.line2 .txt {
    font-size: 14px;
}
.kolvm {
    font-size: 14px;
}
.line2 .cen {
    font-size: 14px;
}
.bx-wrapper .kdesk {
    display: none;
}
.line2 .blok img.img {
    bottom: 10vh;
    width: 100%;
}
.line3 .btxt {
    font-size: 40px;
}
.line3 .txt {
    font-size: 14px;
}
.line3 .col-4 {
    padding: 25px;
    margin-bottom: 10px;
}
.line3 .col-8 {
    padding: 25px;
}
.line3 .pzag {
    font-size: 16px;
}
.line3 .col-8 {
    padding: 25px;
    margin-bottom: 10px;
}
.line3 .col-8:nth-child(3) {
    width: 62%;
}
.line3 .col-4:nth-child(4) {
    width: 35%;
    padding: 25px 15px;
}
.line3 img.img1 {
    margin-top: 10px;
}
.line3 .piktxt {
    padding: 15px;
}
    .line3 {
        padding: 50px 0;
    }
.line4 .blok {
    width: 100%;
    padding: 20px 30px;
}
.line4 img.img1 {
    width: 33px;
}
.line4 .pzag {
    font-size: 14px;
}
.line4 .txt {
    font-size: 14px;
}
.line5 {
    padding-top: 30px;
}
.line5 h3 {
    font-size: 18px;
}
.line5 {
    padding-top: 30px;
    font-size: 14px;
}
.line5 .pzag {
    font-size: 15px;
    margin-bottom: 20px;
}
.line6 .blok {
    height: auto;
    font-size: 14px;
}
.line6 .name {
    font-size: 14px;
    height: 27px;
}
.line6 img.img {
    width: 138px;
}
.line6 .blok {
        height: 65vh;
        font-size: 14px;
        padding: 25px;
    }
.line6 .dat {
    position: relative;
    bottom: auto;
    left: 0;
    font-size: 14px;
}  
.bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 30px;
    background-size: cover;
    top: auto;
    bottom: -50px;
}
.bx-wrapper .bx-prev {
    left: calc(50% - 35px);
}
.bx-wrapper .bx-next {
    right: calc(50% - 35px);
}
.zay .lch {
    padding: 35px 25px;
}
.zay .pzag {
    font-size: 20px;
}
.zay .txt {
    font-size: 14px;
    margin-bottom: 20px;
}
.inp {
    height: 35px;
    font-size: 14px;
    text-indent: 20px;
}
.zay .knop {
    height: 35px;
    font-size: 14px;
}
.sogl {
    font-size: 12px;
    flex-wrap: nowrap;
}
.zay img.img {
    position: relative;
    bottom: 0;
    left: 0;
    width: 75%;
    margin-left: auto;
    margin-right: 5%;
}
.zay {
    border-radius: 25px;
}
.line7 .bloks {
    height: 25vh;
}
.line7 .blokk {
    height: 25vh;
}
.line7 .txt {
    font-size: 14px;
}
.line7 .pzag {
    font-size: 14px;
    padding: 5px 0;
}
.line8 .ptxt {
    font-size: 14px;
}
.line8 .lch .blok {
    height: 42vh;
}
.line8 .lch .txt {
    font-size: 19px;
    bottom: 100px;
    right: 10px;
    left: 25px;
}
.line8 .blok .knop {
    bottom: 30px;
    right: 30px;
    height: 35px;
    padding: 0 25px;
}
.line8 .dat {
    font-size: 16px;
    height: 40px;
    top: 30px;
    left: 30px;
}
.line9 {
    padding: 60px 0;
}
.line9 .col-6 {
    width: 100%;
}
.akkord {
    padding: 20px 30px;
    margin-bottom: 10px;
}
.zag-akkord:after {
    width: 25px;
    height: 25px;
    top: 0px;
}
.zag-akkord {
    font-size: 14px;
    padding-right: 30px;
}
.cont-akkord {
    font-size: 14px;
}
footer {
    font-size: 16px;
    padding: 40px 0;
    margin-top: 50px;
}
footer .col-6 {
    width: 100%;
}
.logo-bottom {
    width: 90%;
    margin-bottom: 20px;
}
    .fline1 .col-6 {
        flex-wrap: wrap;
        margin-top: 0;
    }
    .politics .blok {
        width: 100%;
        font-size: 14px;
    }
.politics a {
    margin-bottom: 10px;
    display: inline-block;
}  
.fline2 {
    margin-bottom: 0;
}
.copyr {
    margin-top: 30px;
    height: 70px;
}
.menu {
    position: fixed;
    background-color: #4F4F5B;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    padding: 45px 25px;
}
.menu ul {
    display: block;
}
.menu li {
    font-size: 22px;
    margin-bottom: 20px;
    color: #fff;
}
img.imgk {
    position: absolute;
    right: 15px;
    top: 15px;
}
.menu .knop {
    display: flex !important;
    justify-content: center;
    margin-top: 50px;
}
.kontakty .lch {
    padding: 25px;
    font-size: 14px;
}
.kontakty .pzag {
    margin-bottom: 5px;
}
.kontakty .txt {
    margin-bottom: 5px;
}
.kontakty .lch .knop {
    background-color: #fff;
    color: #ff0025;
    font-weight: bold;
    height: 35px;
    display: flex !important;
    justify-content: center;
    margin-top: 15px;
    width: 80%;
    margin-left: 10%;
}
.fnc {
    padding: 75px 25px;
}
.fnc .zag {
    font-size: 20px;
}
.fnc .txt {
    font-size: 14px;
}
.fnc .knop {
    height: 35px;
    font-size: 14px;
}
.linstats .blok {
    width: 100%;
    height: 40vh;
    padding: 35px 25px;
}
.linstats .data {
    font-size: 16px;
}
.linstats .txt {
    font-size: 20px;
}
.linstats .knop {
    right: 25px;
    bottom: 35px;
}
.linstats .data {
    font-size: 16px;
    margin-bottom: 45px;
}
.line02 .blok1:nth-child(2) img.img {
    width: auto;
    height: 50vw;
}
.line02 .blok1 img.img {
        width: auto;
        height: 50vw;
        bottom: 19vw;
    }
    .line02 .knop {
        margin-top: 52vw;
        height: 40px;
        font-size: 14px;
    }
.line02 .blok1 {
    padding: 25px;
}
.line02 .txt {
    font-size: 16px;
}
.line02 .cen {
    font-size: 16px;
}
.blokv {
    width: 100%;
}
.usl1 h1 {
    font-size: 29px;
}
.usl1 .pzag {
    width: 100%;
    font-size: 14px;
}
.usl1 .rch {
    margin-top: 30px;
}
.stat-content li {
    margin-left: 20px;
}
.stat-content h3 {
    font-size: 25px;
}
.spstarif .blok {
    width: 100%;
}
.spstarif {
    padding: 50px 0;
}
.spstarif .name {
    font-size: 18px;
    margin-bottom: 15px;
}
.spstarif .inf {
    margin-top: 15px;
}
.spstarif p {
    font-size: 14px;
    padding-bottom: 5px;
}
.linst1 h1 {
    width: 100%;
    text-align: center;
    font-size: 18px;
}
.dat-stat {
    position: relative;
    font-size: 14px;
    width: 100%;
    text-align: center;
}
.redkv {
    width: 24%;
    right: 38%;
    height: 100%;
    top: -15%;
}
.stat-content .center.small {
    width: 100%;
}
.stat-content {
    font-size: 14px;
}
.stat-content ol {
    padding-left: 0px;
}
.stpik {
    width: 100%;
    margin-top: 50px;
}
.stpik img.img {
    width: 100%;
}
.usl-list .blok {
    width: 100%;
    margin-bottom: 10px;
}
.usl-list .inf {
    top: 20px;
    left: 35px;
    right: 35px;
    bottom: 20px;
}
.usl-list .name-usl {
    font-size: 18px;
}
.usl-list .opis-usl {
    font-size: 14px;
}
.usl-list .blokzay {
    padding: 25px 35px;
}
.blokzay .pzag {
    font-size: 20px;
}
.blokzay .txt {
    font-size: 14px;
}
.usl-list .blokzay .knop {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 35px;
    font-weight: 400;
    font-size: 16px;
}
.usl1 {
    height: initial;
}
.vidy .txt {
    width: 100%;
    font-size: 14px;
}
.vidy .blok {
    width: 100%;
    margin-bottom: 10px;
}
.spusl .txt {
    font-size: 14px;
}
.rekv {
    margin-top: 0;
}
    .spusl .lch {
        order: 2;
        margin-top: 30px;
    }
.smblok {
    padding: 15px 35px;
} 
.line7.strusl h3 {
    font-size: 20px;
}
ul.nav-child {
    background-color: transparent;
    position: relative;
}
.menu .nav-child li {
    border: none;
    margin-bottom: 5px;
    font-size: 18px;
}
.inflic {
    font-size: 14px;
    padding: 20px;
}
.inflic a {
    word-break: break-all;
}
.licenz .blok {
    font-size: 16px;
}
.wnd {
    width: 90%;
    left: 5%;
    font-size: 14px;
    padding: 40px 10px;
}
}

.fixed {
    position: fixed;
}
.inv{
    display:none!important;
  }
 .error {
	border: 1px solid red;
} 
.vid {
	display: block;
}
.is-invalid {
    border: 1px solid #ff0025;
    color: #ff0025;
}