@font-face {
    font-family: helvetica;
    /* Гарнитура шрифта */
    src: url(fonts/HelveticaNeueCyr-Bold.otf);
    /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: helveticaR;
    /* Гарнитура шрифта */
    src: url(fonts/HelveticaNeueCyr-Roman.ttf);
    /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: Comfortaa;
    /* Гарнитура шрифта */
    src: url(fonts/Comfortaa-Regular.ttf);
    /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: SegoeSymbol;
    /* Гарнитура шрифта */
    src: url(fonts/SegoeUISymbol.ttf);
    /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: SegoeBold;
    /* Гарнитура шрифта */
    src: url(fonts/SegoeUIBlack.ttf);
    /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: Montserrat;
    /* Гарнитура шрифта */
    src: url(fonts/Montserrat.ttf);
    /* Путь к файлу со шрифтом */
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-family: Montserrat;
    background-color: #f5f5f5;
    margin: 0;
    opacity: 0;
    -webkit-transition: ease 2s;
    -o-transition: ease 2s;
    transition: ease 2s;
    overflow-x: hidden;
}

header {
    background-color: rgb(80, 80, 80);
    z-index: 99;
    width: 100%;
    /*height: 70px;*/
    min-width: 240px;
    position: fixed;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top;
    margin: 0 auto;
    display: inline-block;
}

h1 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 68px;
    margin: 0;
    /*padding: 80px 0px 0px;*/
    max-width: 1400px;
    min-width: 400px;
    position: relative;
    z-index: 10;
    width: fit-content;
    line-height: 48px;
    padding: 16px 0;
}
.docs{
    width: 100%;
    margin-bottom: 16px;
}
.download_link{
    font-size: 18px;
    padding: 8px 0;
    display: block;
    color: #096fa3 !important;
}
.download_link:hover{
    color: #444 !important;
}
.download_link:hover svg path{
    fill: #444 !important;
}
.download_link svg{
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 4px; 
}
.sv_pravo{
    font-size: 16px;
}
.sv_pravo span{
    font-size: 18px;
    margin-bottom: 4px;
    display: block;
}
.price_table{
    font-size: 20px;
    width: 100%;
    margin: 40px 0 16px 0;

}
/*.price_table tbody{
    background-color: #eaeaea;
}*/
.price_table_outer{
    overflow-x: auto;
    display: block;
    width: 100%;
}
.price_table caption{
    text-align: left;
}
.price_table td{
    padding: 8px;
}
.price_table tr td:first-child{
    width: 40%;
}
.price_table tr:first-child td{
    padding: 16px;
}
.price_table tr td:not(:first-child){
    width: 20%;
    text-align: center;
}
.price_table td span{
    font-size: 15px;
    color: #666;
}
.price_table .bold{
    font-weight: 500;
    }
.price_table .small td:first-child{
    font-size: 16px;
}
/*.price_table .small {
    background: #f3f3f3;
}*/
.price_table tr:nth-child(even) {
    background: #e8e8e8
}
/*.price_table td:nth-child(even) {
    background: rgb(255 255 255 / 20%);
}*/
.price_table td:nth-child(3) {
    background: rgb(0 200 255 / 10%);
}
section h4{
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    margin: 16px 0;
}
h1+p {
    font-size: 24px;
    font-weight: 600;
    margin: 8px 0;
    width: fit-content;
}

.main-baner_left {
    display: inline-block;
    max-width: 100%;
    padding: 0px 0 0px;
}

.content-width {
    max-width: 1400px;
    margin: 0 auto;
    font-size: 0;
    position: relative;
}

h2 {
    text-align: center;
    font-size: calc(0.6vmax + 26px);
    margin: 80px auto;
    padding: 0 16px;
}

.container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    flex-direction: row;
    align-content: center;
    align-items: flex-start;
}

.about-text {
    /*margin-right: 32px;*/
    margin-bottom: 48px;
    font-size: 26px;
    text-align: center;
    /*max-width: 600px;*/
}

.about-text a{
    text-decoration: underline;
}

.video_outer{
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}
.screenshot {
    max-width: 100%;
    margin-top: 48px;
    margin-bottom: 48px;
}

.need li {
    margin-bottom: 8px;
}

.flex-outer {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
    align-items: center;
    align-items: stretch;
}

.flex-block {
    display: flex;
    gap: 2rem;
    text-align: left;
    /*max-width: 600px;*/
    align-items: flex-start;
    flex: 1 0 46%;
    position: relative; 
}

.block_about ul{
    padding-left: 24px;
}

.block_about li{
    margin-bottom: 8px;
}

.kard-block {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: flex-start;
    align-items: stretch;
}

.kard-block .flex-block {
    display: flex;
    gap: 2rem;
    text-align: left;
    max-width: 396px;
    min-width: 396px;
    align-items: flex-start;
    flex: 1 0 32%;
    min-height: 340px;
    overflow: hidden;
    background: #ffffff;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 1px 2px 4px 0px #00000021;
    transition: all 0.6s;
}

#tr .flex-outer ul{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    align-items: stretch;
    font-size: 24px;
    list-style: none;
    padding: 0;
    color: #444444;
}

#tr .flex-outer ul li{
    flex: 1 0 30%;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 1px 2px 4px 0px #00000021;
    background-color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tarif_topPrice{
    padding-bottom: 4px;
}

.tarif_title{
    font-size: 32px;
    padding-bottom: 4px;
}

.tarif_img{
    width: 128px;
    height: 128px;
}

.tarif_mid{
    flex: 1 0 42%;
    font-size: 20px;
}
.tarif_flex{
    display: flex;
}
.tarif_period{
    padding-bottom: 16px;
    
}
.count3{
    font-size: 24px;
    FONT-WEIGHT: 500;
    color: #3c9d5e;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 4px 8px;
    box-shadow: inset 0px 0px 12px #00ff2f70;
}
.tarif_year{
    padding-top: 8px;
}
.tarif_topPrice .count{
    font-size: 42px;
    font-weight: 500;
}

.tarif_econom{
    padding-bottom: 16px;
}

#st .flex-block{
    max-width: 999px;
    width: 100%;
    padding: 24px 0;
}

.kard-block .fb_1-3{
    flex: 1 0 32%;
}

.kard-block .fb_1-2{
    flex: 1 0 46%;
}

.kard-block .fb_2-3{
    flex: 1 0 66%;
}

.kard-block .fb_1-1{
    flex: 1 0 100%;
    max-width: none;
}

#st .img{
    flex: 0 0 0%;
    width: auto;
    padding-bottom: 0;
}

#st .flex-outer{
    gap: 1rem;
}

#st .block_title{
    font-size: 32px;
    margin-bottom: 22px;
}

#st .block_about{
    font-size: 22px;
}

#st{
    padding: 32px 0 0 0;
}

#st a{
    text-align: center;
    max-width: 572px;
    margin: 0;
}
.flex-block-double{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

#sv .mspos{
    background: url(img/mspos.png);

}

#sv .mobile{
    background: url(img/mobile.png);
}

#sv .flex-block{
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #fff;
    padding: 16px 168px 16px 20px;
    border-radius: 16px;
    min-height: 200px;
}

#vz .bg-sloth1{
    background: url(img/2.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #fff;
    /*padding-right: 384px;*/
   

}

#vz .bg-block-2{
    background: url(img/block-2.png);
    background-blend-mode: lighten;
    background-color: #071a31;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #ffffff ;

}

#vz .bg-block-3{
    background: url(img/block-3.png);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: bottom right;
    
}


#vz .bg-block-4{
    background: url(img/block-4.png);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: bottom right;
    
}

#vz .bg-block-5{
    background: url(img/block-5.png);
    background-color: #a0cc60;
    background-repeat: no-repeat;
    background-position: bottom right;
    
}

#vz .bg-block-6{
    background: url(img/2.png);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: bottom right;
    
}

#op .kard-block .flex-block{
    max-width: none;
}

#op img{
    width: 100px;
    height: 100px;
}

.fb_1-3:has(input:checked){
    padding: 16px 376px 16px 16px;
    flex: 1 0 65%;
    max-width: 810px;
    /*width: 600px;
    background-color: #000 !important;*/
    
}

.flex-button-input{
    display: none;
}

.flex-button{
    width: 100%;
    display: block;
    /* border-radius: 16px; */
    /* border: 2px solid #13A2DD; */
    /* background-color: #ffffffd6; */
    padding: 16px 16px;
    color: #222222;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.2s;
    cursor: pointer;
    padding-top: 100%;
    /* height: 100%;*/

}

.dark .flex-button{
    color: #ffffff;
}

.flex-button:hover{
    /*background-color: #ffffff;*/
    color: #000;
}

.dark .flex-button:hover{
    /*background-color: #ffffff;*/
    color: #fff;
}

input:checked~.flex-button{
    opacity: 0; 
    display: none; 
}

/*input:checked~.flex-button span:first-child{
    display: none;
}*/

/*input:not(:checked)~*/.flex-button span:last-child{
    display: none;
}

input:not(:checked)~.block_about_hidden{
    opacity: 0;
    transition: all 0.1s;
    transition-delay: 0s;    
}

input:checked~.block_about_hidden{
    opacity: 100%;
    transition: all 0.6s;
    transition-delay: 0.6s;
}

.block_about img{
    WIDTH: 56PX;
    DISPLAY: INLINE-BLOCK;
    vertical-align: middle;
    margin-right: 16px;
    object-fit: contain;
}

.bg-sloth1 ul{
    list-style-type: none;
    margin-top: 32px;
    padding-left: 8px;
}

.bg-sloth1 ul li{
    display: flex;
    margin-bottom: 16px;
    /*font-size: 20px;*/
    text-wrap: nowrap;
}

.bg-sloth1 ul li p{
    display: inline-block;
    text-wrap: wrap;
    max-width: 680px;
}

@media screen and (max-width: 1200px) {
    .flex-block {
        flex: 1 0 100% !important;
        max-width: none !important;
        max-height: none !important;
        min-width: 200px !important;
        position: relative;
        flex-direction: column;
        align-items: center;
    }

    .flex-block:has(input:checked), .bg-sloth1{
        padding: 16px 16px 320px 16px !important;
        flex: 1 0 65%;
        max-width: 810px;
        min-width: 200px !important;
    }
}

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

.about-text span {
    font-weight: 600;
}

.just {
    text-align: justify;
}

.just-helper {
    width: 100%;
    display: inline-block;
}

.block_hor {
    white-space: nowrap;
    max-width: 590px;
    display: inline-block;
    margin-bottom: 64px;
    position: relative;
    text-align: left;
}

.block_hor:nth-child(odd) {
    margin-right: 40px;
}

.block_hor img {
    margin-right: 32px;
}

.block_hor .comp {
    margin-right: 32px;
    width: 120px;
    position: relative;
    z-index: 10;
}

.block_hor .comp1 {
    margin-right: 32px;
    width: 120px;
    position: absolute;
    left: 0;
    z-index: 9;
    animation-name: comp;
    /*animation-delay: 3s;*/
    animation-duration: 8s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    /*animation-direction: alternate;*/
}

@keyframes comp {
    from {
        transform: translate(0px, 0px);
    }
    25% {
        transform: translate(0, 16px);
    }
    50% {
        transform: translate(0, 16px);
    }
    75% {
        transform: translate(0, 0px);
    }
    to {
        transform: translate(0, 0px);
    }
}

.block_hor img,
.block_hor .block_text {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.block_hor .block_text {
    width: calc(100% - 178px);
}

.block_text {
    white-space: normal;
    ;
}

.block_title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

.block_ver .img_outer {
    width: 180px;
    height: 180px;
    background-color: #DBDBDB;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 24px;
}

.block_ver {
    white-space: nowrap;
    max-width: 364px;
    display: inline-block;
    margin-bottom: 64px;
    text-align: center;
    vertical-align: top;
}

.block_ver img {
    width: 128px;
    margin: 26px;
}

.block_text a {
    font-size: 24px;
    /*color: #00A3FF !important;*/
    margin-top: 16px;
    display: inline-block;
}

a.btn_ver {
    padding: 8px 24px;
    border-radius: 8px;
    color: #fff !important;
    background-color: #13A2DD;
}

.block_about {
    font-size: 18px;
}

.menu_outer {
    max-width: 1400px;
    margin: 0 auto;
    text-align: left;
}

.main-baner_about {
    font-size: 24px;
    margin: 0 auto;
    z-index: 10;
    position: relative;
}

.main-baner_about p {
    max-width: 572px;
    margin: 4px 0;
    font-family: Montserrat;
    font-weight: 400;
    width: fit-content;
    font-size: 24px;
}

.menu_logo {
    display: inline;
}

.sale {
    color: #ff7a7a;
    font-family: helvetica;
}


/*.main-baner ul li {
    list-style: none;
    font-size: 22px;
    font-family: helveticaR;
    white-space: nowrap;
    position: relative;
    z-index: 10;
}*/

.main-baner ul {
    padding: 0;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    /*min-width: 350px;*/
    margin: 0 auto;
    position: relative;
    text-align: center;
}

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

.sov img {
    max-width: 100%;
    mix-blend-mode: screen;
}

article {
    float: left;
    width: 100%;
    padding: 0 0px 70px 0;
    overflow: hidden;
}


/*.main-baner ul li::before {
    font-family: SegoeSymbol;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin: 4px 8px 4px 2px;
    text-align: center;
    content: "✔";
    font-size: 25px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
*/

.main-baner ul li span {
    white-space: normal;
    display: inline-table;
    margin-bottom: 20px;
    vertical-align: baseline;
    max-width: calc(100% - 50px);
}

.main-baner {
    padding: 70px 0px 80px;
}

.main-baner_img {
    display: block;
    float: right;
    width: 800px;
    margin-top: 80px;
    position: absolute;
    /* transform: scale(0.8); */
    right: -64px;
    top: -40px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#formm form {
    font-size: 16px;
    font-weight: 500;
    width: fit-content;
    margin: 0 auto;
}

#formm form b {
    font-weight: 500;
}

#formm form input {
    border: 2px solid #fff;
    /*background-color: transparent;*/
    margin-top: 8px;
    border-radius: 8px;
    font-family: 'Montserrat';
    /*color: #fff;*/
    padding: 8px 16px;
    font-size: 16px;
    outline: none;
}

#formm form button {
    background: #fff;
    color: #000;
    mix-blend-mode: screen;
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 600;
    padding: 12px 16px;
    width: 100%;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: 0.2s ease;
    margin-top: 8px;
}

#formm form button:hover {
    opacity: 0.8;
}

@supports (mix-blend-mode: screen) {
    
    .advice a {
        background: #fff;
        color: #000;
        mix-blend-mode: screen;
        font-family: helvetica;
    }
    .advice A:visited {
        color: #000;
        /* Цвет посещенных ссылок */
    }
    .advice A:active {
        color: #000;
        /* Цвет активных ссылок */
    }
}

.back-white {
    color: #444444;
    background-color: #f5f5f5;
}

h2+p{
    max-width: 1400px;
    margin: 64px auto;
    font-size: 24px;
    padding: 0 16px;
}

.back-color {
    color: #ffffff;
    background: -webkit-radial-gradient(top, #00b8ff, #14142f);
    background: -o-radial-gradient(top, #00b8ff, #14142f);
    background: radial-gradient(top, #00b8ff, #14142f);
    /*background-image: url(img/back.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.marking-date {
    text-align: left;
    font-size: 0;
    margin-bottom: 60px;
}

.marking-date h2 {
    /*margin-bottom: 30px;*/
}

.icon-title {
    pointer-events: none;
    position: absolute;
    top: -60px;
    font-size: 10px;
    width: 200%;
    height: 40px;
    left: -50%;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: flex-end;
}

.icon-title span {
    width: 100%;
}

.marking-icons {
    color: #63666A;
    padding: 70px 0 50px 0;
    font-size: 16px;
    width: 100%;
    max-width: 340px;
    min-width: 330px;
    margin: 0;
    display: inline-block;
    white-space: nowrap;
    border-bottom: 2px dashed #63666A;
    position: relative;
    z-index: 1;
}

.marking-icons:hover {
    z-index: 10;
}

.marking-icons .month {
    display: table;
    margin: 10px auto;
    height: 22px;
    position: absolute;
    bottom: -27px;
    width: 162px;
    left: calc(50% - 81px);
}

.marking-icons .month span {
    min-width: 140px;
    height: 32px;
    vertical-align: middle;
    padding: 0 20%;
    border: 2px solid #63666A;
    background: #f5f5f5;
    border-radius: 30px;
    position: relative;
    display: table-cell;
}

.marking-icons .month:hover .month_back {
    opacity: 1;
}

.month_back {
    height: 150px;
    width: 340px;
    /*background-color: #F2EB3B;*/
    border-bottom: 2px solid #63666A;
    border-radius: 30px;
    top: -176px;
    left: -89px;
    position: absolute;
    z-index: 0;
    opacity: 0;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    pointer-events: none;
}

.month_back::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid rgba(0, 0, 0, 0);
    border-top-color: #63666A;
    bottom: calc(-10% - 6px);
    left: 50%;
    margin-left: -10px;
}

.icon-about {
    opacity: 0;
    position: absolute;
    white-space: normal;
    padding: 0px 15px;
    border: 2px solid #63666a;
    border-radius: 20px;
    background: #f5f5f5;
    width: 330px;
    left: -98px;
    top: 100px;
    z-index: 1;
    font-family: helveticaR;
    box-shadow: 5px 5px 9px 0px #63666a;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    pointer-events: none;
}

.icon-about:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid rgba(0, 0, 0, 0);
    border-bottom-color: #63666A;
    top: calc(0px - 21px);
    margin-left: -10px;
}

.ia_1-2 {
    left: -78px;
}

.ia_2-2 {
    left: -187px;
}

.ia_1-2:after {
    left: 33.3%;
}

.ia_2-2:after {
    left: 66.6%;
}

.ia_1-3 {
    left: -23px;
}

.ia_2-3 {
    left: -132px;
}

.ia_3-3 {
    left: -240px;
}

.ia_1-3:after {
    left: 16.5%;
}

.ia_2-3:after {
    left: 50%;
}

.ia_3-3:after {
    left: 83%;
}

.icon-about p:first-child {
    font-size: 20px;
    margin: 10px 0;
}

.icon-about p:last-child {
    text-align: left;
    font-size: 16px;
    margin: 10px 0;
}

.marking-icons .month span.actual {
    background: #F2EB3B;
}

.marking-icons .month span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid rgba(0, 0, 0, 0);
    border-bottom-color: #63666A;
    top: calc(-50% - 6px);
    left: 50%;
    margin-left: -10px;
}

.marking-icons li {
    position: relative;
    display: inline-block;
    margin: 20px;
    z-index: 1;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.marking-icons li:hover {
    background: url(img/icons/qr.png);
}

.marking-icons li:hover .icon-about {
    opacity: 1;
}

.marking-icons li:hover .marking-icon {
    border: 2px solid rgba(0, 0, 0, 0);
}

.marking-icons li:hover .marking-icon img {
    transform: scale(0.7);
}

.marking-icons li:hover .lazer {
    animation-name: scan;
}

.lazer {
    pointer-events: none;
    z-index: 1;
    width: calc(100% + 40px);
    left: calc(-20px);
    top: -12%;
    height: 16px;
    position: absolute;
    background-image: radial-gradient(rgba(255, 50, 50, 0.9) 5px, rgba(255, 0, 0, 0) 43px);
    /* animation-name: scan; */
    animation-duration: 0.7s;
    animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    animation-direction: alternate;
    animation-iteration-count: 1;
    opacity: 0;
}

.lazer::after {
    z-index: 2;
    top: calc(50% - 1px);
    left: 0%;
    width: 100%;
    height: 2px;
    position: absolute;
    background-image: linear-gradient(90deg, rgba(255, 0, 0, 0)0%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 70%, rgba(255, 0, 0, 0)100%);
    content: "";
}

@keyframes scan {
    from {
        transform: translateY(0);
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    50% {
        /*top: 90%;*/
        transform: translateY(64px);
    }
    95% {
        opacity: 1;
    }
    to {
        /*top: 0;*/
        transform: translateY(0);
        opacity: 0;
    }
}

.marking-icon img {
    width: 100%;
    padding: 20%;
    display: block;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.marking-icons li .marking-icon {
    width: 64px;
    height: 64px;
    /*background-color: #f2eb3b;*/
    border: 2px solid #63666A;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.marking-icons li:before {
    z-index: 3;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    left: -10px;
    border-top: 5px solid #63666A;
    border-left: 5px solid #63666A;
    border-top-left-radius: 10px;
    pointer-events: none;
}

.marking-icons li:after {
    z-index: 3;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    right: -10px;
    border-top: 5px solid #63666A;
    border-right: 5px solid #63666A;
    border-top-right-radius: 10px;
    pointer-events: none;
}

.marking-icons li .marking-icon:before {
    z-index: 3;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: -10px;
    border-bottom: 5px solid #63666A;
    border-left: 5px solid #63666A;
    border-bottom-left-radius: 10px;
    pointer-events: none;
}

.marking-icons li .marking-icon:after {
    z-index: 3;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    border-bottom: 5px solid #63666A;
    border-right: 5px solid #63666A;
    border-bottom-right-radius: 10px;
    pointer-events: none;
}

.equip-blocks {
    display: inline-block;
    width: 100%;
    /*min-width: 880px;*/
    text-align: center;
    font-size: 0;
}

.equip-block {
    background-position-x: center;
    background-position-y: 20%;
    background-size: 50%;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-origin: border-box;
    background-clip: border-box;
    background-color: #f5f5f5;
    display: inline-block;
    width: 22vw;
    height: 22vw;
    position: relative;
    border-radius: 50%;
    max-height: 160px;
    max-width: 160px;
    font-size: 0px;
    margin: 0 1%;
    transition: 0.2s;
}

.equip-block::after {
    content: "";
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-top-color: #f2eb3b;
    border-top-style: solid;
    border-top-width: 32px;
    border-right-color: rgba(0, 0, 0, 0);
    border-right-style: solid;
    border-right-width: 20px;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-bottom-style: solid;
    border-bottom-width: 20px;
    border-left-color: rgba(0, 0, 0, 0);
    border-left-style: solid;
    border-left-width: 20px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    /* border-radius: 100px; */
    border-top-color: #f2eb3b;
    left: calc(50% - 20px);
    bottom: -37px;
    transition: 0.2s;
}

.radio_equip:checked+label::after {
    opacity: 1;
}

.radio_equip {
    display: none;
}

.radio_equip:checked+label {
    background-color: #f2eb3b;
    transform: scale(1.1);
}

.equip-about__text {
    opacity: 0;
    font-size: 0;
    display: none;
}

#eq1:checked~.equip-about #ea-1 {
    opacity: 1;
    font-size: 20px;
    display: block;
}

#eq2:checked~.equip-about #ea-2 {
    opacity: 1;
    font-size: 20px;
    display: block;
}

#eq3:checked~.equip-about #ea-3 {
    opacity: 1;
    font-size: 20px;
    display: block;
}

#eq4:checked~.equip-about #ea-4 {
    opacity: 1;
    font-size: 20px;
    display: block;
}

.need {
    width: 100%;
    margin: 0 auto;
    font-size: 30px;
    justify-content: space-between;
}

.need a {
    display: inline-block;
    font-size: 22px;
    padding: 12px 24px;
    border: 2px solid #444444;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.need a:hover {
    background-color: rgba(189, 235, 255, 0.5)
}

.need .splitter {
    content: "";
    width: 100%;
    display: block;
    height: 3px;
    height: 2px;
    margin: 40px 0;
    background-color: #444444;
}

.equip {
    margin-top: 60px;
}

.equip-about {
    font-size: 20px;
    text-align: left;
    font-family: helveticaR;
    max-width: 1000px;
    margin: 30px auto 0;
    padding: 2px 20px;
    border-radius: 50px;
    color: #454545;
    background: #f5f5f5;
}

.equip-about__title {
    font-size: 22px;
}


/*.equip-block::after {
    content: "";
    display: inline-block;
    height: 200px;
    vertical-align: middle;
}*/

.equip-icon {
    display: inline-block;
    width: 65%;
    vertical-align: middle;
}

.equip_main-text {
    box-sizing: content-box;
    text-align: left;
    font-family: helveticaR;
    line-height: 36px;
    font-weight: normal;
    font-size: 22px;
    max-width: 1000px;
    padding: 0 2%;
    margin: 50px auto;
}

.equip-icon_title {
    display: inline-block;
    position: relative;
    top: 68%;
    color: #454545;
    width: 100%;
    text-align: center;
    font-size: calc(0.8vw + 8px);
    text-transform: UPPERCASE;
    z-index: 1;
}

.participant::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    margin: 2px 10px 2px 0px;
    /* border: 2px solid #f5f5f5; */
    /*background: rgba(125, 125, 125, 0.1);*/
    /*border-radius: 50%;*/
    background-position-x: center;
    background-position-y: center;
    /*background-size: 80%;*/
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-origin: border-box;
    background-clip: border-box;
    background-size: contain;
}

.participant {
    white-space: nowrap;
    padding: 0;
}

h3 {
    font-size: 26px;
}

h3 p {
    display: inline-block;
    max-width: calc(100% - 70px);
    white-space: normal;
    margin: 0;
    vertical-align: middle;
}

.fresh::before {
    background-image: url(img/icons/1cfresh.png);
}

.vpn::before {
    background-image: url(img/icons/vpn.png);
}

.link::before {
    background-image: url(img/icons/link.png);
}

.rdp::before {
    background-image: url(img/icons/rdp.png);
}

.web::before {
    background-image: url(img/icons/web.png);
}

.grm::before {
    background-image: url(img/icons/grm.png);
}

.production::before {
    background-image: url(img/icons/1cfresh.png);
}

.wholesale::before {
    background-image: url(img/icons/warehouse.svg);
}

.retail::before {
    background-image: url(img/icons/retail.svg);
}

.eb1 {
    background-image: url(img/icons/barcode.svg);
}

.eb2 {
    background-image: url(img/icons/tsd.svg);
}

.eb3 {
    background-image: url(img/icons/terminal.svg);
}

.eb4 {
    background-image: url(img/icons/printer.svg);
}

.ea-link {
    display: inline-block;
    background: #096fa3;
    text-align: center;
    width: 100%;
    max-width: 300px;
    margin: 20px 0;
    padding: 10px 20px;
    border-radius: 30px;
}

.advice {
    /*max-width: 480px;*/
    width: 100%;
    margin: 24px 0 0 0;
    font-size: 24px;
    display: inline-block;
}

.advice p {
    text-align: center;
    font-size: 20px;
    margin: 16px 0;
}

.advice a {
    padding: 16px 32px;
    width: 100%;
    display: inline-block;
    /*border: 2px solid #ffffff;*/
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 16px;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 24px;
    /*font-style: italic;*/
}

@supports (mix-blend-mode: screen) {
    .advice a {
        background: #fff;
        color: #000;
        mix-blend-mode: screen;
        font-family: 'Montserrat';
        font-weight: 600;
        font-size: 24px;
    }
    .advice A:visited {
        color: #000;
        /* Цвет посещенных ссылок */
    }
    .advice A:active {
        color: #000;
        /* Цвет активных ссылок */
    }
}

.advice a:hover {
    background: rgba(255, 255, 255, 0.589);
}

.service-table {
    margin: 0 auto;
    font-family: helveticaR;
    font-size: 28px;
    width: 100%;
    max-width: 1400px;
    min-width: 460px;
    text-align: left;
}

table {
    border-collapse: collapse;
}

.service-table tr td {
    padding: 25px;
    display: block;
}

.service-table tr td p:nth-child(even) {
    font-size: 24px;
}

.service-table tr:nth-child(even) {
    background-color: rgba(165, 165, 165, 0.15);
}

.service-table tr td:last-child {
    text-align: right;
}

.service-table tr td:last-child a {
    display: inline-block;
    font-size: 22px;
    padding: 12px 24px;
    border: 2px solid #444444;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.service-table tr td:last-child a:hover {
    background-color: rgb(233, 233, 233);
}

.back-white a {
    color: #444444;
}

.back-white a:visited {
    color: #444444;
}

.back-white .plan__actions a:visited {
    color: #fff;
}

.back-white a:active {
    color: #444444;
}

.summary_table {
    /*min-width: 1000px;*/
}

.summary_table_section {
    overflow: auto;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    font-family: helveticaR;
    line-height: 20px;
    font-size: 16px;
}

.summary_table td {
    min-width: 100px;
    text-align: center;
    padding: 0 10px 0 10px;
}

.summary_table p {
    margin: 8px 0;
}

.summary_table tr:nth-child(odd) {
    background-color: rgba(80, 80, 80, 0.1);
}

.summary_table td:nth-child(even) {
    background-color: rgba(80, 80, 80, 0.1);
}

.summary_table td:nth-child(1) {
    text-align: left;
    padding: 0 10px 0 10px;
}

.summary_table_title {
    font-family: helvetica;
    background-color: rgba(0, 255, 184, 0.33) !important
}

.summary_table tr:nth-child(1) {
    background-color: rgba(0, 0, 0, 0.25) !important;
}

.yes::after {
    font-family: SegoeSymbol;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    text-align: center;
    content: "✔";
    font-size: 18px;
    margin: 4px 4px 4px 4px;
    padding: 3px 0 0px 0;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 50%;
}

.alert::before {
    display: inline-block;
    vertical-align: sub;
    background-image: url(img/icons/alert.svg);
    width: 20px;
    height: 20px;
    text-align: center;
    content: "";
    font-size: 20px;
    margin: 0px 8px 0px 2px;
    padding: 0px 0 0px 0;
    background-position-x: center;
    background-position-y: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-origin: border-box;
    background-clip: border-box;
}

.table_icon::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    /*margin: 2px 10px 2px 0px;*/
    /* border: 2px solid #f5f5f5; */
    /* background: rgba(125, 125, 125, 0.1); */
    /* border-radius: 50%; */
    background-position-x: center;
    background-position-y: center;
    /* background-size: 80%; */
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-origin: border-box;
    background-clip: border-box;
    background-size: contain;
}


/*-------------------------------------------------contact-------------------------------------------------*/

.contact-info ul li {
    list-style: none;
    font-size: 20px;
    font-family: 'Comfortaa';
    white-space: nowrap;
}

.contact-info ul {
    padding: 0px 0px 0px 10px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.contact-info ul li img {
    background-color: #096fa3;
    display: inline-block;
    vertical-align: middle;
    transform: rotateY(180deg);
    width: 34px;
    height: 34px;
    margin: 4px 8px 4px 2px;
    text-align: center;
    font-size: 25px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.contact-info ul li span {
    white-space: normal;
    display: inline-table;
    margin-bottom: 20px;
    vertical-align: baseline;
    max-width: calc(100% - 44px);
}

#contact {
    text-align: center;
}

.contact-info {
    width: 100%;
    max-width: calc(300px + 15%);
    padding: 0 1vw;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 40px 0px;
    /* text-align: center; */
}

.info-tell_outer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px 0px 10px;
    /* display: inline; */
    margin: 0 0 20px 0;
    text-align: left;
}

.radioMap {
    display: none;
}

.map {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.minimize_map {
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 172px 0 0 8px;
    padding: 8px;
    z-index: 10;
    font-family: helveticaR;
    color: #444444;
    background-color: #ffffff;
    border-radius: 10px;
    opacity: 0.75;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.radioMap:checked+label {
    display: none;
}

#mm1:checked~.map {
    pointer-events: none;
    opacity: 0.5;
}

#mm1:checked~#l0 {
    opacity: 1;
    color: #ffffff;
    background-color: #096fa3;
}

.contact_form {
    color: #444444;
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    width: 100%;
    max-width: calc(400px + 15%);
    margin: 0 auto 60px;
    position: relative;
    /*border-top: 4px solid #26615e;
        border-bottom: 4px solid #26615e;*/
    /*-webkit-box-sizing: border-box;
                box-sizing: border-box;*/
    /*background: rgb(8, 140, 172);*/
    /*background: -webkit-radial-gradient(top, #48c7ae, #224b67);
        background: -moz-linear-gradient(left, #41847de8, #360c32e8);
        background: linear-gradient(left, #41847de8, #360c32e8);
        background: -ms-radial-gradient(left, rgba(65, 132, 125, 1), rgba(54, 12, 50, 1));*/
    /* background-image: url(img/back.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    /*padding: 60px 0;*/
}

.form_title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: HelveticaR;
}

.inputs_outer {
    display: inline-block;
    /*max-width: 750px;*/
    width: 80%;
    min-width: 200px;
    /*max-width: 600px;*/
}

.input_small_outer {
    width: 100%;
    min-width: 200px;
    /*max-width: 600px;*/
}


/*.input_small {
    max-width: 298px !important;
}*/

.input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 50px;
    font-family: helveticaR;
    min-width: 200px;
    max-width: 600px;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 14px 20px !important;
    color: #404040;
    /* border: 0px solid #cccccc; */
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    background: rgb(255, 255, 255) !important;
    outline: none;
}

 ::-webkit-input-placeholder {
    color: #909;
}

 :-ms-input-placeholder {
    color: #909;
}

 ::-ms-input-placeholder {
    color: #909;
}

 ::placeholder {
    color: #909;
}

 ::-webkit-input-placeholder {
    color: #505050;
    opacity: 1;
}


/* webkit */

 ::-moz-placeholder {
    color: #505050;
    opacity: 1;
}


/* Firefox 19+ */

 :-moz-placeholder {
    color: #505050;
    opacity: 1;
}


/* Firefox 18- */

 :-ms-input-placeholder {
    color: #505050;
    opacity: 1;
}


/* IE */

 ::-webkit-input-placeholder {
    color: #505050;
}

 :-ms-input-placeholder {
    color: #505050;
}

 ::-ms-input-placeholder {
    color: #505050;
}

 ::placeholder {
    color: #505050;
}

.contact_form_bt_outer {
    display: inline-block;
    margin-top: 2px;
    /*width: 80%;*/
    /*height: 40px;*/
}

.contact_form_bt {
    margin: 10px auto 3px;
    padding: 0;
    width: 220px;
    height: 50px;
    background: #096fa3;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 20px;
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 16px;
}

.captcha_outer {
    display: inline-block;
    width: 100%;
    max-width: 312px;
    vertical-align: top;
}

.captcha {
    max-width: 300px;
    margin: 0px auto;
}

textarea {
    resize: vertical;
    min-height: 160px;
    max-height: 480px;
    padding-top: 6px !important;
}

.result {
    width: 80%;
    font-family: Arial;
    margin: 0 auto;
    font-size: 17px;
    min-height: 20px;
    overflow: hidden;
}


/*#loader {
        display: none;
    }*/

#loader {
    display: none;
    margin: 4px auto 0 auto;
    width: 90%;
    height: 10px;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 0px 0px hsl(210, 90%, 35%), 2px 0px 15px 1px hsl(210, 24%, 48%);
    box-shadow: 0 2px 0px 0px hsl(210, 90%, 35%), 2px 0px 15px 1px hsl(210, 24%, 48%);
    background-color: hsl(188, 90%, 40%);
    background-image: -webkit-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 12%, rgba(255, 255, 255, .15) 15%, rgba(255, 255, 255, .15) 30%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .15) 70%, rgba(255, 255, 255, .15) 88%, rgba(255, 255, 255, 0) 88%), -webkit-linear-gradient( 315deg, transparent 0%, transparent 25%, hsl(188, 90%, 40%) 25%, hsl(220, 90%, 40%) 50%, transparent 50%, transparent 75%, hsl(210, 90%, 40%) 75%, hsl(210, 90%, 40%) 100%);
    background-image: -o-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 12%, rgba(255, 255, 255, .15) 15%, rgba(255, 255, 255, .15) 30%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .15) 70%, rgba(255, 255, 255, .15) 88%, rgba(255, 255, 255, 0) 88%), -o-linear-gradient( 315deg, transparent 0%, transparent 25%, hsl(188, 90%, 40%) 25%, hsl(220, 90%, 40%) 50%, transparent 50%, transparent 75%, hsl(210, 90%, 40%) 75%, hsl(210, 90%, 40%) 100%);
    background-image: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 12%, rgba(255, 255, 255, .15) 15%, rgba(255, 255, 255, .15) 30%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .15) 70%, rgba(255, 255, 255, .15) 88%, rgba(255, 255, 255, 0) 88%), linear-gradient( 135deg, transparent 0%, transparent 25%, hsl(188, 90%, 40%) 25%, hsl(220, 90%, 40%) 50%, transparent 50%, transparent 75%, hsl(210, 90%, 40%) 75%, hsl(210, 90%, 40%) 100%);
    background-size: cover, 50px 50px;
    background-position: top, 0 0;
    text-indent: -999em;
    -webkit-animation: loading 1s infinite linear;
    animation: loading s infinite linear;
}

@-webkit-keyframes loading {
    0% {
        background-position: top, 0 0;
    }
    100% {
        background-position: top, 50px 0;
    }
}

@keyframes loading {
    0% {
        background-position: top, 0 0;
    }
    100% {
        background-position: top, 50px 0;
    }
}


/*------------------------------------------------/contact/------------------------------------------------*/

footer {
    float: left;
    width: 100%;
}

.footer {
    text-align: center;
    vertical-align: bottom;
    display: table;
    width: 90%;
    max-width: 1600px;
    min-width: 950px;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    position: relative;
    overflow: hidden;
}

.footer p {
    margin: 5px 0;
    font-family: 'Comfortaa';
    line-height: 20px;
}

.footer_info_left {
    width: 30%;
}

.footer_info_right {
    width: 30%;
    text-align: right !important;
}

.footer_logo_outer {
    width: 370px;
    margin: 0 auto
}

.footer_info {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 20px;
}

.footer_info_text {
    text-align: left;
}

.footer_logo {
    float: left;
    max-width: 90px !important;
    /*margin-right: 40px;*/
}

.footer_logo_text {
    line-height: 100px;
    font-size: 50px;
    margin-left: 6px;
    /* font-family: Corbel; */
    /*font-family: segoe;*/
    color: #ffffff;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    font-weight: 600;
}

A {
    color: rgb(255, 255, 255);
    /* Цвет ссылок */
    text-decoration: none;
}

A:visited {
    color: #ffffff;
    /* Цвет посещенных ссылок */
}

A:active {
    color: #ffffff;
    /* Цвет активных ссылок */
}

.bt {
    /**
             * Для эксплорера
             */
    -ms-user-select: none;
    /**
              * Для мозилы
              */
    -moz-user-select: none;
    /**
              * Для конкверора
              */
    -khtml-user-select: none;
    /**
              * Для Сафари и Хрома
              */
    -webkit-user-select: none;
}

.logo {
    margin: 8px 8px 8px 0px;
    max-width: 60px;
}

.logo_outer {
    color: #ffffff;
    font-size: 30px;
    vertical-align: middle;
    height: 50px;
    display: inline-block;
    -webkit-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
    position: relative;
    /* margin: auto 6px; */
    padding: 0 28px;
    line-height: 70px;
}

.menu_el {
    color: #ffffff;
    font-size: 26px;
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
    position: relative;
    cursor: pointer;
}

.menu_img {
    display: inline-block;
    width: 28px;
    vertical-align: middle;
    margin-bottom: 5px;
}

.content_outer {
    display: block;
    z-index: 10;
    position: relative;
    float: left;
    width: 100%;
}


/* Let's get this party started */

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    z-index: 999;
}


/* Track */

 ::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    border-radius: 0px;
    background: #505050;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #09c5e2
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}

 ::-webkit-scrollbar-thumb:window-inactive {
    background: #09c5e2
}

#index_menu {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Varela Round', sans-serif;
    float: right;
}

#index_menu ul {
    margin: 0;
    padding: 0;
}

#index_menu ul li {
    list-style: none;
    display: inline-block;
    font-size: 26px;
    font-family: 'Varela Round', sans-serif;
    line-height: 50px;
    border-radius: 50px;
    -webkit-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

#index_menu ul li a {
    display: block;
    color: #fff;
    padding: 9px 0px 10px 32px;
    text-decoration: none;
    font-family: 'Montserrat';
    font-size: 24px;
}

#index_menu li {
    float: left;
    list-style: none;
    background: none;
    letter-spacing: 0.02em;
    padding: 0;
}

.logo-text {
    margin-right: 80px;
    font-size: 40px;
    margin-top: 1px;
    font-weight: 600;
}

.menu-icon {
    position: relative;
    /* top: 100px; */
    display: inline-block;
    width: 30px;
    height: 10px;
    cursor: pointer;
    /* margin: 0 auto; */
    /* float: none; */
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-icon>span {
    position: absolute;
    /* top: 50%; */
    display: block;
    width: 100%;
    height: 3px;
    /* margin-top: -0.5em; */
    background-color: #ffffff;
    border-radius: 3px;
}

.menu-icon>span:before,
.menu-icon>span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-icon>span:before {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.menu-icon>span:after {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}


/* OPENED */

.menu-icon.open {
    -webkit-transform: rotate(45deg) translateX(-2px);
    -ms-transform: rotate(45deg) translateX(-2px);
    transform: rotate(45deg) translateX(-2px);
}

.menu-icon.open>span:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.menu-icon.open>span:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.menu_tg {
    display: none;
}

@media screen and (max-width: 1200px) {
    .main-baner_left {
        
        padding: 16px 0 0px;
    }
    .video_outer{
        justify-content: space-evenly
    }
    .main-baner_img {
        display: none;
    }
    .content-width {
        padding: 0 16px;
    }
    .container {
        justify-content: space-around;
        flex-wrap: wrap;
    }
    #pr .content-width {
        text-align: center;
    }
    #equip .content-width {
        text-align: center;
    }
    #index_menu li:hover ul,
    #index_menu li.jshover ul {
        display: none;
    }
    .menu {
        height: 100px;
        font-size: 145%;
        line-height: 125%;
        text-align: left;
    }
    #index_menu {
        width: 100%;
        display: none;
    }
    #index_menu ul li {
        width: 95%;
        text-align: left;
        padding: 0;
        padding-left: 9px;
        float: left;
    }
    .menu_tg {
        display: block;
        z-index: 999;
        float: left;
        padding: 5px 10px 5px 10px;
        width: 140px;
        text-align: left;
        line-height: 60px;
        font-family: Montserrat;
    }
    .header-bg {
        display: none;
    }
    .logo_top {
        float: right;
        margin-right: 20px;
    }
    .logo-text {
        display: none;
    }
    .baner_text {
        margin-top: 140px;
    }

    .cta-block__list{grid-template-columns: 1fr}
}

@media screen and (max-width: 480px) {
    .block_hor .block_text {
        min-width: calc(100vw - 32px);
    }
    .block_hor {
        white-space: normal;
        max-width: 100%;
    }

    .hero-actions{flex-direction:column; align-items:flex-start}
}

.hero-actions{display:flex; gap:12px; flex-wrap:wrap}
.hero-grid{
    display:flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}
.main-baner_left{max-width: 300px}
.heroCard{max-width: 420px}
.heroSlider{
    flex: 1 1 560px;
    min-width: 280px;
    width: 100%;
    padding-top: 24px;
}
.heroSlider__frame{
    border-radius: 20px;
    /*border:1px solid rgba(255,255,255,.2);*/
    /*background:rgb(255 255 255);*/
    padding: 10px;
    /*box-shadow: 0 18px 40px rgba(0,0,0,.2);*/
}
.heroSlider__image{
    display:block;
    width:100%;
    height:auto;
    border-radius: 14px;
    /*background: #ffffff;*/
}
.heroSlider__pagination{
    margin-top: 14px;
    display:grid;
    grid-template-columns: repeat(3, minmax(0, 256px));
    gap: 12px;
    justify-content: center;
    justify-items: center;
}
.heroSlider__tab{
    border-radius: 16px;
    /*border:1px solid rgba(9,111,163,.18);*/
    border: none;
    background: rgba(255,255,255,0);
    padding: 12px;
    text-align: left;
    cursor: pointer;
    font-weight: 600;
    color: #1c2b38;
    display:flex;
    flex-direction:column;
    gap: 8px;
    /*box-shadow: 0 12px 24px rgba(0,0,0,.08);*/
    transition: .2s ease;
    width: 100%;
}
.heroSlider__tab:hover{
    border-color: rgba(9,111,163,.45);
}
.heroSlider__tab.is-active{
    border-color: rgba(9,111,163,.7);
    box-shadow: 0 16px 32px rgba(9,111,163,.2);
}
.heroSlider__title{
    font-size: 19px;
    color: #fff;
    font-weight: 400;
}
.heroSlider__bar{
    display: block;
    height: 4px;
    border-radius: 999px;
    background: rgb(255 255 255 / 15%);
    overflow: hidden;
}
.heroSlider__barFill{
    display:block;
    height:100%;
    width:0%;
    background: linear-gradient(90deg, #ff003b 0%, #ff006a 100%);
    transition: width .15s linear;
}
@media screen and (max-width: 980px) {
    .heroSlider__pagination{
        grid-template-columns: repeat(2, minmax(0, 256px));
    }
}
@media screen and (max-width: 600px) {
    .heroSlider__pagination{
        grid-template-columns: minmax(0, 256px);
    }
}
@media screen and (max-width: 1100px) {
    .main-baner_left{
        max-width: 100%;
        width: 100%;
    }
    .heroSlider{
        flex-basis: 100%;
    }
    .heroSlider__pagination{
        grid-template-columns: repeat(6, 24px);
        gap: 16px;
    }
    .heroSlider__tab{
        padding: 0;
        border: none;
        background: transparent;
        box-shadow: none;
        width: 24px;
        max-width: 24px;
        align-items: center;
    }
    .heroSlider__title{
        display: none;
    }
    .heroSlider__bar{
        width: 24px;
        height: 24px;
        background: rgb(255 255 255 / 35%);
    }
    .heroSlider__barFill{
        height: 100%;
        border-radius: 50%;
    }
}
@media screen and (min-width: 1280px) {
    .pricingGrid{
        justify-content: space-between;
        padding-left: 0;
        padding-right: 0;
        scroll-padding-left: 0;
        scroll-padding-right: 0;
    }
    .pricingGrid--subscr{
        justify-content: space-between;
    }
}
.badge{
    display:inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.35);
    background: rgba(255,255,255,.12);
}
.badge p{margin:0}
.heroChecks{
    list-style:none;
    padding:0;
    margin: 16px 0;
    display:grid;
    gap:8px;
    font-size:18px;
}
.heroChecks li{max-width: 540px}
.heroChecks li{
    display:flex;
    gap:10px;
    align-items:flex-start;
}
.heroChecks li::before{
    content:\"\"; width:18px; height:18px; margin-top:4px;
    border-radius:6px;
    background: rgba(255,255,255,.18);
    border:1px solid rgba(255,255,255,.4);
}
.heroCard{
    border-radius: 20px;
    border:1px solid rgba(255,255,255,.2);
    background: rgba(255,255,255,.12);
    padding: 18px;
    box-shadow: 0 18px 40px rgba(0,0,0,.2);
    color: #ffffff;
    min-width: 260px;
    flex: 1 0 320px;
}
.heroCard__title{font-weight:700; margin-bottom:12px}
.heroCard__grid{display:grid; grid-template-columns: 1fr 1fr; gap:12px}
.heroCard__item{
    border-radius: 16px;
    border:1px solid rgba(255,255,255,.2);
    background: rgba(0,0,0,.18);
    padding: 12px;
}
.heroCard__kpi{font-weight:700; font-size:18px}
.heroCard__label{opacity:.8; font-size:13px}

.pricing-section{
    padding: 0 0px 0px;
}
.fineprint{
    margin-top: 12px;
    font-size: 13px;
    color: #6c7a86;
    text-align: center;
}
.toggleRow{
    margin: 10px 0 18px;
    display:flex;
    gap:10px;
    align-items:center;
    flex-wrap:wrap;
    justify-content:center;
}
.toggleNote{
    text-align:center;
    font-size:18px;
    margin-bottom:10px;
    color:#6c7a86;
}
.seg{
    border:1px solid rgba(9,111,163,.3);
    background: #ffffff;
    color: #096fa3;
    padding: 12px 22px;
    border-radius: 22px;
    cursor:pointer;
    font-weight:600;
    transition:.15s ease;
    font-size: 20px;
}
.seg:hover{background: rgba(9,111,163,.08)}
.seg.is-active{
    color: #ffffff;
    border-color: #096fa3;
    background: #096fa3;
}
.seg__hint{
    margin-left:6px;
    font-size:18px;
    padding: 3px 7px;
    border-radius:999px;
    border: 1px solid rgb(255 0 59 / 51%);
    background: rgb(255 0 47 / 10%);
    color: #ff006a;
}
.seg.is-active .seg__hint{color:#ffffff; border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.15)}

.pricingGrid{
    --plan-width: 260px;
    display:flex;
    gap: 16px;
    align-items: stretch;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 0 16px 8px;
    justify-content: flex-start;
    scroll-padding-left: 16px;
    scroll-padding-right: 16px;
}
.pricingGrid::-webkit-scrollbar{
    height:6px;
}
.pricingGrid--subscr{
    justify-content: flex-start;
}
.plan{
    position:relative;
    border-radius: 20px;
    border:1px solid rgba(9,111,163,.15);
    background: #ffffff;
    padding: 18px;
    display:flex;
    flex-direction:column;
    min-height: 380px;
    /*box-shadow: 0 12px 30px rgba(9,111,163,.12);*/
    float: none;
    min-width: var(--plan-width);
    flex: 1 0 var(--plan-width);
    scroll-snap-align: center;
    margin: 4px 0;
}
.plan__label{
    font-size:11px;
    text-transform: uppercase;
    letter-spacing:.08em;
    color:#7b8b97;
    margin-bottom:6px;
}
.plan__name{min-height: 44px}
.plan--pop{
    border-color: rgba(9,111,163,.6);
    /*box-shadow: 0 18px 40px rgba(9,111,163,.2);*/
    transform: translateY(-2px);
}
.plan__tag{
    position:absolute; top:12px; right:12px;
    font-size:12px;
    padding: 4px 8px;
    border-radius:999px;
    border:1px solid rgba(9,111,163,.4);
    background: rgba(9,111,163,.1);
    color: #096fa3;
    font-weight:600;
}
.plan__name{font-weight:700; font-size:18px; color:#1c2b38}
.plan__sub{margin-top:3px; color:#5b6b78; font-size:13px; min-height: 52px}
.plan__sub.is-empty{min-height: 0; margin-top: 0}
#pricingGrid .plan__sub.is-empty{min-height: 52px; margin-top: 3px}
.plan__users{
    margin-top: 10px;
    display:flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: baseline;
    font-weight: 700;
    color:#1c2b38;
    min-height: 44px;
}
.plan__usersValue{font-size: 22px}
.plan__usersLabel{
    font-size: 13px;
    font-weight: 600;
    color:#5b6b78;
}
.plan__priceRow{margin-top:14px; min-height: 90px}
.plan__price{
    font-weight:700; 
    font-size: 30px; 
    color:#1c2b38;
    margin-bottom: 6px;
}
.plan__period{margin-top:2px; color:#6c7a86; font-size:12.5px}
#pricingGrid .plan:first-child .plan__period{display:none}
.plan__hr{height:1px; background: rgba(9,111,163,.12); border:0; margin:14px 0 12px}
.plan__list{list-style:none; padding:0; margin: 0; display:grid; gap: 10px}
.plan__list li{
    display:grid;
    grid-template-columns: 42px 1fr;
    gap: 10px;
    align-items:center;
    color: #1c2b38;
    font-size: 13.5px;
    line-height:1.35;
}
.plan__spacer{flex:1}
.plan__footer{
    margin-top: 14px;
    min-height: 94px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    gap:10px;
}
.plan__actions a{width:100%}
.plan__actions .contact_form_bt{
    width: 100%;
    height: auto;
    padding: 12px 16px;
    line-height: 1.2;
    text-transform: none;
    border-radius: 16px;
    color: #fff;
}
.plan__note{color:#6c7a86; font-size:12.5px}
.plan__note.is-empty{visibility:hidden}

.plan__oldRow{
    display:flex;
    align-items:center;
    gap:10px;
    min-height: 24px;
}
.plan__oldRow.is-hidden{
    visibility:hidden;
    display:flex;
}
.plan__old{
    color: #6c7a86;
    text-decoration: line-through;
    font-size: 12.5px;
}
.plan__disc {
    font-size: 12px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 999px;
    border: 1px solid rgb(255 0 59 / 51%);
    background: rgb(255 0 47 / 10%);
    color: #ff006a;
}

.indicator{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
    width: 42px;
    height: 10px;
}
.indicator__seg{
    height: 10px;
    border-radius: 4px;
    background: rgba(9,111,163,.08);
    border: 1px solid rgba(9,111,163,.2);
}
.indicator--level-1 .indicator__seg:nth-child(-n+1),
.indicator--level-2 .indicator__seg:nth-child(-n+2),
.indicator--level-3 .indicator__seg:nth-child(-n+3){
    background: linear-gradient(135deg, rgba(0,184,255,.85), rgba(9,111,163,.75));
    border-color: rgba(9,111,163,.55);
}

.cta-block{
    padding: 40px 16px 60px;
    text-align: center;
}
.cta-block h2{margin: 0 0 12px}
.cta-block p{max-width: 760px; margin: 0 auto 24px; font-size: 20px}
.cta-block__list{
    display:grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 920px;
    margin: 0 auto;
}
.cta-pill{
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.3);
    background: rgba(255,255,255,.12);
    padding: 12px 16px;
    color: #ffffff;
}
.cta-pill__k{font-size:12px; opacity:.8}
.cta-pill__v{font-weight:600}
.cta-note{
    margin-top: 16px;
    font-size: 14px;
    opacity: .8;
}

