@charset "utf-8";

/* main */
body {
    font-family: 'Qanelas', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #1F1F1F;
    letter-spacing: 0.035em;
}

h1, .h1 {
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.6;
    margin-bottom: 70px;
}
h2, .h2 {
    font-size: 46px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.6;
    margin-bottom: 70px;
}
h3, .h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 50px;
    text-transform: none;
}
h4, .h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
    text-transform: none;
}
h5, .h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.small-indent,
h1.small-indent, h2.small-indent, h3.small-indent,
.h1.small-indent, .h2.small-indent, .h3.small-indent {
    margin-bottom: 20px;
}

.medium-indent {
    margin-bottom: 40px;
}

.big-indent {
    margin-bottom: 70px;
}

a {
    transition: color 0.2s, opacity 0.2s, border 0.2s;
}

p {
    margin-bottom: 30px;
}

.container-fluid {
    padding-left: 80px;
    padding-right: 80px;
}

::selection { background: #8c1f19; color:#fff; }
::-moz-selection { background: #8c1f19; color:#fff; }
::-webkit-selection { background: #8c1f19; color:#fff; }

* {
    outline: none;
}

/* helpers */
.section {
    margin-top: 100px;
    margin-bottom: 100px;
}
.section-bg {
    padding-top: 150px;
    padding-bottom: 150px;
}
.section.section--small {
    margin-top: 100px;
    margin-bottom: 100px;
}
.section-bg.section--small {
    padding-top: 100px;
    padding-bottom: 100px;
}

.hidden{
    display: none !important;
}

.section__subheader {
    max-width: 1180px;
}
.section__subheader--center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.fw-800 { font-weight: 800; }

.opacity-0-0 { opacity: 0; }
.opacity-0-5 { opacity: 0.5; }
.opacity-0-7 { opacity: 0.7; }
.opacity-0-1 { opacity: 1; }

.dark, .dark * {
    color: #fff;
}

.dark-block{
    background: #1f1f1f !important;
}

.dark-block h2{
    color: #fff !important;
}

.bg-dark {
    background-color: #1F1F1F !important;
}
.bg-dark2 {
    background-color: #383838 !important;
}
.bg-light-grey {
    background-color: #FAFAFA !important;
}

.text-underline {
    text-decoration: underline;
}
.text-underline-2 {
    border-bottom: 1px solid;
    text-decoration: none !important;
}
.text-upper,
.text-transform-upper {
    text-transform: uppercase;
}
.text-transform-none {
    text-transform: none;
}

.list-styled {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}
.list-styled li {
    position: relative;
    padding-left: 30px;
}
.list-styled li + li {
    margin-top: 15px;
}
.list-styled li::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 7px;
    line-height: 1;
    color: #FCCA00;
}

.list-styled--2 li {
    padding-left: 36px;
}
.list-styled--2 li::before {
    content: '\f00c';
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #CE2F27;
    color: #fff;
    border-radius: 20px;
    font-size: 8px;
    top: 3px;
}

.inclined {
    background: #181818;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 4px;
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg);
    text-transform: uppercase;
}
.dark .inclined {
    background: #fff;
    color: #181818;
}


/* btns && form controls */
.btn {
    border-radius: 50px;
    padding: 16px 28px;
    font-size: 18px;
    height: 60px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    min-width: min-content;
}
.btn.focus, 
.btn:focus, 
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus { 
    box-shadow: none;    
}
.btn.btn-lg {
    height: 60px;
    padding: 15px 28px;
}
.btn-outline-white {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}
.btn-outline-white:hover {
    border-color: #fff;
    color: #1F1F1F;
    background-color: #fff;
}

.btn-outline-white--telegram i {
    transition: all 0.2s;
    margin-right: 10px;
}
.btn-outline-white--telegram:hover i {
    color: #62A8E0;
}

.btn.btn-shift {
    position: relative;
    padding: 10px 28px;
    padding-left: 70px;
    padding-right: 0;
    background-color: transparent;
    color: #1F1F1F;
    z-index: 1;
    border-radius: 0;
    height: 50px;
    overflow: hidden;
    transition: all 0.25s ease;
}
.btn.btn-shift::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    line-height: 48px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 48px;
    width: 48px;
    background: #FCCA00;
    color: #1f1f1f;
    display: block;
    z-index: -1;	
    border-radius: 60px;
    padding-left: 3px;
    transition: all 0.25s ease;
}
.vacancy-card:hover .btn.btn-shift,
.branch-card:hover .btn.btn-shift,
.page-link-block:hover .btn.btn-shift,
.case-card:hover .btn.btn-shift,
.case-card-v2:hover .btn.btn-shift,
.service-square:hover .btn.btn-shift,
.btn.btn-shift:hover {
    padding-left: 36px;
    padding-right: 36px;
    color: #1f1f1f;
}
.vacancy-card:hover .btn.btn-shift::before,
.branch-card:hover .btn.btn-shift::before,
.page-link-block:hover .btn.btn-shift::before,
.case-card:hover .btn.btn-shift::before,
.case-card-v2:hover .btn.btn-shift::before,
.service-square:hover .btn.btn-shift::before,
.btn.btn-shift:hover::before {
    color: transparent;
    width: 100%;
    background: #FFDF5C;;
}
.dark .btn.btn-shift {
    color: #fff;
}

.btn.btn-icon-detail {
    position: relative;
    border-radius: 60px;
    background: #FCCA00;
    padding: 0;
    width: 60px;
    height: 60px;
}
.btn.btn-icon-detail::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.4s ease;
}
.branch-card:hover .btn.btn-icon-detail,
.case-card-v2:hover .btn.btn-icon-detail,
.btn.btn-icon-detail:hover {
    background-color: #bf2b23;
}
.branch-card:hover .btn.btn-icon-detail::before,
.case-card-v2:hover .btn.btn-icon-detail::before,
.btn.btn-icon-detail:hover::before {
    transform: translate(-50%, -50%) rotate(360deg);
}

.form-group {
    margin-bottom: 20px;
}
.form-group--btns {
    margin-top: 30px;
}
label {
    margin-bottom: 10px;
    font-size: 16px;
}
.required label::after {
    content: '*';
    color: #FCCA00;
    margin-left: 3px;
}
.form-control {
    background: #F7F7F7;
    border-radius: 6px;
    border-color: #f7f7f7;
    padding: 16px 20px;
    height: 50px;
    box-shadow: none !important;
    font-size: 16px;
}
.form-control:focus {
    background: #F7F7F7;
    border-color: #f7f7f7;
}
textarea.form-control {
    height: auto;
    resize: vertical;
}
.form-control::placeholder { color: #8F8F8F; transition: all 0.2s; }
.form-control:-ms-input-placeholder { color: #8F8F8F; transition: all 0.2s; }
.form-control::-ms-input-placeholder { color: #8F8F8F; transition: all 0.2s; }


.form-control.is-invalid {
    color: #FB1B40;
    border-color: #f7f7f7;
    border-bottom: 1px solid #FB1B40;
    border-radius: 6px 6px 0px 0px;
    background-image: none;
    padding: 12px 20px;
}
.form-control.is-invalid::placeholder { color: #FB1B40; }
.form-control.is-invalid:-ms-input-placeholder { color: #FB1B40; }
.form-control.is-invalid::-ms-input-placeholder { color: #FB1B40; }

.form-control-icon.is-invalid i {
    color: #FB1B40;    
}
.invalid-feedback {
    color: #FB1B40;
    font-size: 12px;
}

.form-control-icon {
    position: relative;
}
.form-control-icon i {
    position: absolute;
    color: #1F1F1F;
    border-right: 1px solid #eeeeee;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
    font-size: 16px;
    transition: all 0.2s;
}
.form-control-icon .form-control {
    padding-left: 75px;
}


/* other */
/* .wow { visibility: hidden; } */

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1001;
    box-shadow: 0px -8px 21px rgba(0, 0, 0, 0.25);
}
.is-loaded .header {
    opacity: 1 !important;
    visibility: visible;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 55px;
}
.header-inner__col {
    padding-left: 15px;
    padding-right: 15px;
}
.header-inner__col:first-child {
    padding-left: 0;
}
.header-inner__col:last-child {
    padding-right: 0;
}

.header-inner-line {
    position: relative;
}
.header-inner-line::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #CE2F27;
    transition: all 1.2s;
}
.is-loaded .header-inner-line::after {
    width: 100%;
}
.is-submenu-opened .header-inner-line::after {
    display: none;
}

.has-transparent-js .header-inner-line::after {
    background-color: #fff;
    opacity: 0.5;
}

.header-logo {
    width: 100%;
    max-width: 160px;
    margin-bottom: 1px;
}
.header-logo--white {
    display: none;
}
.header-slogan {
    font-size: 12px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    margin-left: 15px;
    padding: 5px 0 5px 15px;
}
.header-city a {
    text-decoration: none;
    border-bottom: 1px solid;
    transition: none;
    transition: all 0.2s ease 0s;
    color: #fff;
}

.header-city a:hover{
    color: #CEA218 !important
}

.header-link {
    color: #1F1F1F;
}
.header-link:hover {
    color: #CE2F27;
    text-decoration: none;
}

.header-menu {
    display: flex;
}
.header-menu__main-link {
    color: #fff;
}
.header-menu__main-link {
    display: block;
    padding: 0px 15px;
    line-height: 54px;
    border-bottom: 1px solid transparent;
    position: relative;
}
.header-menu__main-link.is-active,
.header-menu__main-link:hover {
    color: #CEA218 !important;
    text-decoration: none;
}
.has-submenu .header-menu__main-link::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    margin-left: 12px;
    font-size: 80%;
    display: inline-block;
    transition: transform 0.2s;
}
.has-submenu .header-menu__main-link.is-active::after {
    transform: rotate(180deg);
}

.header-submenu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
    z-index: 31;
    width: 100%;
    max-width: 320px;
    transform: translateX(4%);
}
.header-submenu.is-active {
    visibility: visible !important;
    opacity: 1 !important;
}
.header-submenu__inner {
    background-color: #1D1D1D !important;
    box-shadow: 0px 15px 27px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
    margin-top: 28px;
    position: relative;
    padding: 0 20px;
}
.header-submenu__link:not(:last-child){
    border-bottom: 1px solid rgba(238, 238, 238, 0.22);;
}
.header-submenu__inner:after {
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    pointer-events: none;
    background: #1d1d1d;
    border-radius: 1px;
    transform: rotate(45deg);
    left: 10%;
    top: -5px;
}
._hidden{
    display: none !important;
}
.header-submenu__header {
    font-weight: 500;
    margin-bottom: 10px;
    padding-top: 20px;
    color: #fff;
}
.header-submenu__link + .header-submenu__header {
}
.header-submenu__link {
    display: block;
    font-weight: 400;
    font-size: 15px;
    height: 50px;
    display: flex;
    align-items: center;
    color: #fff;
}
.header-submenu .header-submenu__link:last-child {
    margin-bottom: 0;
}
.header-submenu__link:hover {
    color: #CEA218;
    text-decoration: none;
}


.header-menu-toggle {
    white-space: nowrap;
    font-weight: 500;
}
.header-menu-toggle__text {
    margin-right: 10px;
}
.header-menu-toggle__lines {
    vertical-align: middle;
    display: inline-block;
}
.header-menu-toggle__line {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #1F1F1F;
    position: relative;
    transition: all 0.4s;
}
.header-menu-toggle__line + .header-menu-toggle__line {
    margin-top: 5px;
}
.is-active .header-menu-toggle__line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.is-active .header-menu-toggle__line:nth-child(2) {
    opacity: 0;
}
.is-active .header-menu-toggle__line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}
.header-link--circle {
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    text-align: center;
    margin-left: 10px;
    vertical-align: middle;
    font-size: 12px;
}

.header.is-transparent {
    background-color: transparent;
    box-shadow: none;
}
.header.is-transparent .header-logo--white {
    display: block;
}
.header.is-transparent .header-logo--dark {
    display: none;
}
.header.is-transparent,
.header.is-transparent .header-menu__main-link,
.header.is-transparent .header-link,
.header.is-transparent .header-city a,
.dark .header-city a {
    color: #fff;
}
.header.is-transparent .header-link--circle {
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.header.is-transparent .header-menu-toggle__line {
    background-color: #fff;
}
.header.is-transparent .header-slogan {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

main {
    margin-top: 55px;
}
header.has-transparent-js + main,
.is-shift-body main {
    margin-top: 0;
}

footer {
    padding: 80px 0;
}
footer.dark {
    background: #171717;
}
.footer-inner {
    display: flex;
    align-items: center;
}
.footer-inner__col {
    padding: 0 50px;
    flex-grow: 1;
}
.footer-inner__col:first-child {
    padding-left: 0;
}
.footer-inner__col:last-child {
    padding-right: 0;
}
.footer-logo {
    width: 100%;
    max-width: 200px;
}

.footer-logo-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.footer-logo-text__col {
    width: 100%;
    margin-bottom: 15px;
}
.footer-logo-text__col--1 {
    padding-left: 0;
}
.footer-logo-text__col--2 {
    margin-bottom: 40px;
}
.footer-logo-text__col p {
    margin-bottom: 0;
    opacity: 0.5;
}


.footer-header {
    font-weight: 500;
    margin-bottom: 20px;
    cursor: default;
    display: block;
    text-decoration: none !important;
}
.footer-link-wrap {
    margin-bottom: 20px;
}
footer.dark a:not(.btn):hover {
    color: #fff;
    opacity: 1;
}
footer .footer-link-wrap a {
    opacity: 0.7;
}
footer .footer-link-wrap a:hover {
    opacity: 1;
}
.footer-content--services {
    column-count: 2;
    column-gap: 50px;
}

.breadcrumbs-wrap {
    margin: 30px 0;
}
.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.breadcrumb__item {
    display: flex;
}
.breadcrumb__item::before {
    content: '—';
    margin: 0 5px;
    display: block;
}
.breadcrumb__item:first-child::before {
    display: none;
}
.breadcrumb__item--last {
    opacity: 0.5;
}
.breadcrumb a {
    color: #1F1F1F;
}
.dark .breadcrumb a,
.breadcrumb.dark a {
    color: #fff;
}
.breadcrumb__item--back {
    display: none;
}
.breadcrumbs-wrap--absolute {
    position: absolute;
    width: 100%;
    z-index: 31;
    margin-top: 80px;
}
.breadcrumbs-wrap--absolute + .firstscreen .firstscreen-content {
    padding-top: 120px;
}

.social-links .social-link {
    margin: 7px 15px 7px 0;
}
.social-links .social-link:last-child {
    margin-right: 0;
}
.social-link {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #5d5d5d;
    border-radius: 40px;
    opacity: 1;
}
.social-link:hover i {
    transition: all 0.2s;
}
.social-link:hover {
    color: #1f1f1f;
    background-color: #fff;
    border-color: #fff;
}
.social-link:hover i {
    color: #1f1f1f;
}

footer .social-links {
    white-space: nowrap;
}



.firstscreen {
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #555;
}
.firstscreen.dark {
    background-color: #555;
}
.firstscreen-content {
    z-index: 1;
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
}
.firstscreen-content ul:not(.breadcrumb) {
    list-style: none;
    font-size: 22px;
    padding: 0;
    margin-bottom: 40px;
}
.firstscreen-content ul:not(.breadcrumb) li {
    position: relative;
    padding-left: 40px;
}
.firstscreen-content ul:not(.breadcrumb) li + li {
    margin-top: 5px;
}
.firstscreen-content ul:not(.breadcrumb) li::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    font-size: 14px;
    line-height: 1;
    left: 0;
    top: 3px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 30px;
    background-color: transparent;
}
.firstscreen-content ul:not(.breadcrumb) li.accent::before {
    color: #CE2F27;
    background-color: #fff;
}
.firstscreen-content__inner {
    max-width: 1100px;
}
.firstscreen-content__btns {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.firstscreen-content__btns > * {
    margin-right: 24px;
    margin-bottom: 20px;
}
.firstscreen__video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.firstscreen__video::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
}
.firstscreen__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.firstscreen--forsed {
    z-index: 1005;
}
.firstscreen--forsed .header-inner-wrap {
    position: absolute;
    top: 0;
    z-index: 3;
    width: 100%;
    transition: opacity 0.8s;
}
.firstscreen--forsed .header-inner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.firstscreen--forsed .header-logo--dark {
    display: none;
}
.firstscreen--forsed .header-logo--white {
    display: block;
}
.firstscreen--forsed .header-link {
    color: #fff;
}
.firstscreen--forsed .header-link--circle {
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.firstscreen--forsed .header-menu-toggle__line {
    background-color: #fff;
}
.firstscreen__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
}
.firstscreen--top-content {
    justify-content: start;
}

.firstscreen--auto-height {
    min-height: auto;
}

.award-img {
    height: 74px;
    margin-bottom: 60px;
}

.service-square-row {
    display: flex;
    flex-wrap: wrap;
}
.service-square-col {
    width: 33.33%;
}

.service-square {
    position: relative;
    padding: 80px;
    overflow: hidden;    
    min-height: 100%;
    box-shadow: 0px 74px 74px rgba(0, 0, 0, 0.03);
}
.service-square:before {
    content: "";
    padding-top: 100%;
    float: left;
}
.service-square__body {
    padding-bottom: 80px;
}
.service-square__footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 80px;
    padding-top: 20px;
}
.service-square__price-wrap {
    white-space: nowrap;
}
.service-square__price-label {
    font-size: 16px;
    margin-right: 8px;
}
.service-square__price {
    position: relative;
    font-size: 24px;
    font-weight: 600;
}
.service-square__price-old {
    font-size: 16px;
    opacity: 0.5;
    position: absolute;
    top: -30px;
    text-decoration: line-through;
    font-weight: 400;
}

.service-square--grey {
    background-color: #F4F4F4;
}
.service-square--dark {
    background-color: #383838;
}

.why-us__headers {
    max-width: 400px;
}
.why-us__col {
    height: 100%;
    border-right: 1px solid #f1f1f1;
}
.why-us__col--1 {
    position: relative;
    padding-right: 20px
}
.why-us__col--1::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -50%;
    display: block;
    width: 130%;
    height: 750px;
    background-image: url(/view/image/knv-theme/star-outline-red.svg);
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.why-us__col--no-bg::before {
    display: none;
}
.why-us__col--3 {
    border: none;
}

.why-us-item {
    padding: 60px;
}
.why-us-item__icon {
    font-size: 36px;
    margin-bottom: 30px;
    line-height: 1;
}
.why-us-item__icon img {
    width: 36px;
    height: 36px;
}
.why-us-item p:last-child {
    margin-bottom: 0;
}
.why-us-item--mini {
    padding: 10px;
}
.why-us-item__title {
    text-transform: uppercase;
}

.slick-list {
    height: 100%;
}
.slick-track {
    display: flex;
    margin-right: auto;
    margin-left: 0;
    height: 100%;
}
.slick-slide {
    margin: 0 50px;
    height: auto;
    outline: none !important;
}

.slick-dots {
    top: -60px;
    bottom: auto;
}
.slick-dots li {
    width: auto;
    height: auto;
    padding: 10px 0;
    margin: 0 2px;
}   
.slick-dots li button {
    padding: 0;
    width: 18px;
    height: 3px;
    background: #e7e7e7;
    border-radius: 80px;
    transition: all 0.2s;
}
.slick-dots li.slick-active button, 
.slick-dots li:hover button {
    opacity: 1;
}
.slick-dots li.slick-active button {
    width: 34px;
    height: 3px;
    background: #FCCA00;
}
.slick-dots li button:before {
    display: none;
}

.slick-prev {
    left: -30px;
}
.slick-next {
    right: -30px;
}
.container .slick-prev {
    left: -90px;
}
.container .slick-next {
    right: -90px;
}
.slick-prev, 
.slick-next {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background-color: #ededed;
    transition: all 0.2s;
    z-index: 1;
    box-shadow: 0px 20px 27px rgba(0, 0, 0, 0.03);
}
.dark .slick-prev, 
.dark .slick-next {
    background-color: #fff;
}
.slick-prev:before, 
.slick-next:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    color: #CE2F27;
    font-weight: 300;	
    opacity: 1;
    transition: all 0.2s;
}
.slick-prev:before {
    content: "\f104";
}
.slick-next:before {
    content: "\f105";
}
.slick-prev:not(.slick-disabled):hover, 
.slick-prev:not(.slick-disabled):focus, 
.slick-next:not(.slick-disabled):hover, 
.slick-next:not(.slick-disabled):focus {
    background-color: #CE2F27;
    box-shadow: 0px 20px 27px rgba(0, 0, 0, 0.09);
}
.slick-prev:not(.slick-disabled):hover::before, 
.slick-prev:not(.slick-disabled):focus::before, 
.slick-next:not(.slick-disabled):hover::before, 
.slick-next:not(.slick-disabled):focus::before {
    color: #fff;
}
.slick-prev.slick-disabled, 
.slick-next.slick-disabled {
    background-color: #ededed !important;
    opacity: 0.5;
}
.slick-prev.slick-disabled:hover {
    cursor: default;
}
.slick-prev.slick-disabled:before, 
.slick-next.slick-disabled:before {
    opacity: 1;
}
.slick-dotted.slick-slider {
    margin-top: 70px;
}
.slick-slide img {
    display: inline-block;
}


.nav-tabs.nav-tabs--bb {
    border-bottom: 1px solid #ECECEC;
}
.nav-tabs.nav-tabs--bb .nav-link {
    color: #1F1F1F;
    font-weight: 500;
    font-size: 20px;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 0 0 20px 0;
    margin-right: 70px;
}
.nav-tabs.nav-tabs--bb .nav-link.active {
    border-color: #CE2F27;
}
.nav-tabs.nav-tabs--bb .nav-item:last-child .nav-link {
    margin-right: 0;
}

.table-positions-wrap {
    max-height: 450px;
    overflow: auto;
}
.table-positions-wrap.table-positions-wrap--full {
    max-height: none;
}

.table-positions-wrapper table,
.table-positions {
    width: 100%;
    font-size: 16px;
}
.table-positions-wrapper table tr:nth-child(even),
.table-positions tr:nth-child(even) {
    background: #f7f7f7;
}
.table-positions-wrapper table td,
.table-positions-wrapper table th,
.table-positions td,
.table-positions th {
    padding: 8px 25px;
    text-align: center;
}
.table-positions-wrapper table tr td:first-child,
.table-positions-wrapper table tr th:first-child,
.table-positions tr td:first-child,
.table-positions tr th:first-child {
    text-align: left;
}
.table-positions-wrapper table th,
.table-positions th {
    font-weight: normal;
    opacity: 0.5;
}
.table-positions-wrapper table td:nth-last-child(2),
.table-positions-wrapper table td:nth-last-child(1),
.table-positions td:nth-last-child(2),
.table-positions td:nth-last-child(1) {
    width: 120px;
    white-space: nowrap;
}
.table-positions-wrapper table tr:nth-child(even) td:nth-last-child(2),
.table-positions tr:nth-child(even) td:nth-last-child(2) {
    background: rgba(238, 238, 238, 0.7);
}
.table-positions-wrapper table tr:nth-child(odd) td:nth-last-child(2),
.table-positions tr:nth-child(odd) td:nth-last-child(2) {
    background: rgba(238, 238, 238, 0.2);
}
.table-positions-wrapper table tr:nth-child(even) td:nth-last-child(1),
.table-positions tr:nth-child(even) td:nth-last-child(1) {
    background: rgba(108, 228, 134, 0.2);
}
.table-positions-wrapper table tr:nth-child(odd) td:nth-last-child(1),
.table-positions tr:nth-child(odd) td:nth-last-child(1) {
    background: rgba(201, 245, 211, 0.2);
}



.case-card {
    background: #555;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    padding: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.case-card::before {
    content: "";
    padding-top: 65%;
    float: left;
}
.case-card--big::before {
    padding-top: 45%;
}
.case-card__site {
    font-weight: 500;
    text-decoration: underline;
}
.case-card__footer {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px 30px;
    width: 100%;
}

.video-review-slider .slick-slide {
    background: #fff;
    border-radius: 10px;
}
.video-review-slide {
    height: 100%;
    padding: 50px;
}
.video-review-slide__main {
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.video-review-slide__text {
    position: relative;
}
.video-review-slide__text .limited-height__inner {
    max-height: 200px;
    overflow: hidden;
}
.video-review-slide__text:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #CE2F27;
    position: absolute;
    font-size: 14px;
    left: -25px;
    top: -13px;
}
.video-review-slide__text:after {
    content: "\f10e";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #CE2F27;
    position: relative;
    font-size: 14px;
    top: 12px;
    left: 5px;
}
.video-review-slide__footer {
    margin-top: 10px;
}

.video-link {
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: all 0.2s;
}
.video-link::before {
    content: "";
    padding-top: 56.25%;
    float: left;
}
.video-link::after {
    content: '\f04b';
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    color: #CE2F27;
    width: 70px;
    height: 70px;
    display: block;
    line-height: 70px;
    text-align: center;
    background: #fff;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.5);
}
.video-link:hover::after {
    background: #CE2F27;
    color: #fff;
    transition: all 0.2s;
}


.mfp-bg {
    background-color: #000;
}
.modal-backdrop.show {
    opacity: 0.8;
}
.modal-body {
    padding: 40px 50px;
}
.modal-content {
    padding: 30px;
    border: none;
    border-radius: 10px;
}
.modal .close {
    position: absolute;
    right: -30px;
    top: -20px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    outline: none;
}
.modal__header {
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 1.3;
}
.modal__subheader {
    margin-top: -10px;
    margin-bottom: 30px;
}
.modal_thanks {
    text-align: center;
    margin: 150px 0;
}

#modal-iframe .modal-dialog {
    width: 94%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
#yt-modal .modal-dialog {
    width: 94%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
#modal-iframe .modal-content {
    padding: 0;
    background: #000;
}
#yt-modal .modal-content {
    padding: 0;
    background: #000;
}
#modal-iframe .modal-iframe-container {
    width: 100%;
    padding-top: 56.25%;
    height: 0px;
    position: relative;
}
#yt-modal .modal-iframe-container {
    width: 100%;
    padding-top: 56.25%;
    height: 0px;
    position: relative;
}
#modal-iframe .modal-iframe-container video,
#modal-iframe .modal-iframe-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}
#yt-modal .modal-iframe-container video,
#yt-modal  .modal-iframe-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.limited-height__toggle {
    display: inline-block;
    margin-top: 15px;
}
.limited-height__toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}
.is-open .limited-height__inner {
    max-height: none !important;
}
.is-open .limited-height__toggle::after {
    transform: rotate(180deg);
}


.img-client {
    max-width: 60%;
    margin: 75px auto;
    display: block;
    filter: grayscale(1);
    transition: all 0.2s;
}
.img-client:hover {
    filter: grayscale(0);
}

.faq-circle-wrap {
    display: none;
    position: relative;
    margin: 0 70px;
    height: 70px;
    max-width: 773px;
    margin-left: auto;
    margin-right: auto;
}
.faq-circle {
    width: 70px;
    height: 70px;
    background: #CE2F27;
    color: #fff;
    text-align: center;
    line-height: 70px;
    font-weight: 500;
    border-radius: 70px;
    position: absolute;
    left: 0;
    top: 0;
    animation: faq-circle-anim 6s infinite cubic-bezier(0.6, 0.04, 0.4, 0.96);
}

@keyframes faq-circle-anim {
    0%		{ left: 0; transform: rotate(0deg); }
    50%		{ left: calc(100% - 70px); transform: rotate(1400deg); }
    100%	{ left: 0; transform: rotate(0deg); }
}


@keyframes hit-circle-anim {
    0%		{ left: 15px; transform: rotate(0deg); }
    50%		{ left: calc(100% - 85px); transform: rotate(1400deg); }
    100%	{ left: 15px; transform: rotate(0deg); }
}


.accordion-item {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 74px 74px rgba(0, 0, 0, 0.03);
    max-width: 773px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
}
.accordion-item-title {
    color: #1f1f1f;
    font-size: 24px;
    font-weight: 500;
    padding: 30px 30px;
    padding-right: 90px;
    display: block;
    position: relative;
    transition: all 0.2s;
}
.accordion-item-title.collapsed {
    color: #1f1f1f;
}
.accordion-item-title:hover {
    color: #FCCA00;
    text-decoration: none;
}
.accordion-item-title i {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50% );
    transition: all 0.2s;
}
.accordion-item-title.collapsed i {
    transform: translateY(-50%) rotate(180deg);
}
.accordion-content {
    padding: 30px 30px;
    padding-top: 0;	
    position: relative;
}
.accordion-content p:last-child {
    margin-bottom: 0;
}
.accordion-content::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #C4C4C4;
    opacity: 0.3;
    margin-bottom: 30px;
    transition: background 0.2s;
}

.overlay-logo-video video {
    width: 100%;
    border-radius: 10px;
}
.overlay-logo-video::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(/view/image/knv-theme/star-outline-2-white.svg);
    background-size: auto 60%;
    background-position: center;
    background-repeat: no-repeat;
}

.scrol-to-top {
    position: fixed;
    right: 40px;
    bottom: 40px;
    color: #fff;
    background: #171717;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    z-index: 50;
}
.scrol-to-top.is-active {
    opacity: 1;
    visibility: visible;
}
.scrol-to-top i {
    font-size: 25px;
    position: relative;
    top: 3px;
    margin-left: 5px;
}
.scrol-to-top:hover {
    color: #fff;
    background: #2c2c2c;
    text-decoration: none;
}


.tab-switch-wrap {
    overflow: hidden;
}
.tab-switch__header {
    max-width: 500px;
}
.tab-switch__toggles {
    display: flex;
    margin-bottom: 40px;
}
.tab-switch__toggles a {
    line-height: 50px;
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #212529;
    width: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dark .tab-switch__toggles a {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.tab-switch__toggles a:first-child {
    border-radius: 50px 0 0 50px;
}
.tab-switch__toggles a:last-child {
    border-radius: 0 50px 50px 0;
}
.tab-switch__toggles a.is-active,
.tab-switch__toggles a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #1F1F1F;
    text-decoration: none;
}

.tab-switch {
    display: none;
    transition: opacity 0.3s;
}
.tab-switch.is-active {
    display: block;
}
.tab-switch:not(.is-show) {
    opacity: 0;
}

.tab-switch__content {
    max-width: 798px;
}

.tab-switch__image-label {
    background: #FFFFFF;
    border: 2px solid #CE2F27;
    box-sizing: border-box;
    box-shadow: 0px 24px 32px rgb(206 47 39 / 16%);
    border-radius: 6px;
    position: absolute;
    color: #211F1F;
    font-weight: 500;
    padding: 20px;
    min-width: 260px;
    z-index: 5;
    text-align: left;
}
.tab-switch__image-label:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(206, 47, 39, 0);
	border-left-color: #CE2F27;
	border-width: 10px;
	margin-top: -10px;
}


.tab-switch__image-1 {
    position: relative;
    width: 66vw;
    height: 41vw;
}
.tab-switch__image-1-masc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: url(/view/image/knv-theme/yandex-mac.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.tab-switch__image-1-img {
    position: absolute;
    top: 6%;
    left: 12%;
    width: 77%;
    height: 78%;
    z-index: 1;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.tab-switch__image-1 .tab-switch__image-label {
    top: 30%;
    right: 85%;
}

.tab-switch__image-2 {
    position: absolute;
    right: 10%;
    bottom: 0;    
    width: 58vw;
    height: 22vw;
    max-width: 315px;
    max-height: 630px;
}
.tab-switch__image-2-masc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-image: url(/view/image/knv-theme/iphone.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.tab-switch__image-2-img {
    position: absolute;
    top: 2%;
    left: 5%;
    width: 90%;
    height: 96%;
    z-index: 3;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
}
.row .tab-switch__image-2 .tab-switch__image-label {
    top: 2%;
    right: 90%;
    min-width: 240px !important;
}


.tab-switch__image-1-masc img{
    width: 100%;
}

.tab-switch-wrap-new .tab-switch__image-1-masc{
    background: none;
}

.tab-switch__content{
    max-width: 70%;
}

.tab-switch__image-1-img{
    background: none !important;
}

.tab-switch-wrap .container{
}

.tab-switch-image {
    display: none;
    transition: opacity 0.3s;
}
.tab-switch-image.is-active {
    display: block;
}
.tab-switch-image:not(.is-show) {
    opacity: 0;
}
.tabs-toggle-content{
    transition: opacity 0.3s;
    display: none;
}
.tabs-toggle-content.is-active {
    display:block
}
.tabs-toggle-content:not(.is-show) {
    opacity: 0;
}
.tab-switch__image-toggles {
    display: flex;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 44px;
}
.tab-switch__image-toggles a {
    font-size: 24px;
    opacity: 0.3;
}
.tab-switch__image-toggles a:hover,
.tab-switch__image-toggles a.is-active {
    color: #fff;
    opacity: 1;
    text-decoration: none;
}
.tab-switch__image-toggles .separater {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background-color: #fff;
    margin: 0 30px;
    opacity: 0.3;
}


.stages-container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.stages-row {
    padding: 30px 0;
}
.stages-number {
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100px;
    background-color: #F0F0F0;
    text-align: center;
    top: -35px;
    margin: 0 auto;
    font-size: 24px;
    z-index: 1;
    transition: all 0.2s;
}
.stages-number.is-active {
    background-color: #CE2F27;
    color: #fff;
}
.stages-line {
    position: absolute;
    width: 2px;
    height: calc(100% + 60px);
    background-color: #F0F0F0;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.stages-line__progress {
    position: absolute;
    display: block;
    width: 100%;
    height: 0%;
    background-color: #CE2F27;
}

.stages-item ul {
    list-style: none;
    padding: 0;
}
.stages-item ul li {
    padding-left: 15px;
    position: relative;
}
.stages-item ul li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #1F1F1F;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 12px;
}
.stages-item ul li + li {
    margin-top: 20px;
}


.tarrif-label-container {
    margin-bottom: 20px;
    display: none;
}
.tarrif-labels-title {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    font-weight: 500;
}
.tarrif-label-subtitle {
    font-size: 16px;
    line-height: 25px;
    opacity: 0.4;
    margin-top: 10px;
}
.tarrif-card-seo {
    padding: 50px 40px;
    background: #272727;
    border-radius: 10px;
}
.tarrifs-slider {
    margin-top: -60px;
    margin-bottom: -60px;
}
.tarrifs-slider .slick-list {
    padding-left: 40px;
}
.tarrifs-slider .slick-slide {
    margin: 60px 15px;
}
.tarrifs-slider .tarrif-card-seo {
    height: 100%;
}
.tarrif-card-seo__title {
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.5;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.white-seo-tarrif-card .tarrif-card-seo__title.tarrif-card-seo__title--noborder,
.tarrif-card-seo__title.tarrif-card-seo__title--noborder {
    border-bottom: none;
    padding-bottom: 20px;
}
.tarrif-card-seo__subtitle {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.white-seo-tarrif-card .tarrif-card-seo__subtitle {
    border-bottom: 1px solid #ededed;
}

.tarrif-card-seo__item {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tarrifs-labels {
    padding-top: 140px;
}
.tarrifs-labels--big {
    padding-top: 175px;
}
.tarrifs-labels--big-2 {
    padding-top: 170px;
}
.tarrifs-labels .tarrif-label-container {
    height: 90px;
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 0px;
}
.tarrifs-labels .tarrif-label-container .tarrif-label-title {
    max-width: 295px;
}
.tarrifs-seo .h2 {
    margin-bottom: 170px;
}
.tarrif-card-seo__total {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.tarrif-card-seo__price {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
}
.tarrif-card-seo__total-label {
    font-size: 18px;
    font-weight: 400;
    margin-right: 7px;
    line-height: 28px;
}
.nds {
    font-size: 14px;
    opacity: 0.5;
    margin-bottom: 40px;
    text-align: center;
}
.tarrif-card-seo .btn-block {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
}
.tarrifs-seo-new .tarrif-card-seo__title{
    padding-bottom: 30px;
}
.tarrifs-seo-new .tarrif-label-container{
    padding-top: 85px;
}
.white-seo-tarrif-card {
    background: #fff;
}
.white-seo-tarrif-card .tarrif-card-seo__title {
    color: #1f1f1f;
}
.white-seo-tarrif-card .tarrif-card-seo__item {
    color: #1f1f1f;
}
.white-seo-tarrif-card .tarrif-card-seo__item {
    border-bottom: 1px solid #ededed;
}
.tarrif-label-container {
    position: relative;
    left: 0px;
    text-align: center;
}
.white-seo-tarrif-card .tarrif-card-seo__title {
    border-bottom: 1px solid #ededed;
}
.tarrif-card-seo__price .old {
    opacity: 0.5;
    font-weight: 400;
    font-size: 18px;
    text-decoration: line-through;
    margin-left: 7px;
}
.white-seo-tarrif-card .ndc {
    color: #1f1f1f;
}
.recomended-label {
    background: #CE2F27;
    color: #fff;
    font-size: 16px;
    border-radius: 0 10px 0 10px;
    text-align: center;
    position: absolute;
    top: -21px;
    right: 0;
    padding: 9px 22px;
}
.recomended-label::after {
    content: '';
    position: absolute;
    right: -15px;
    bottom: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #ce2f27;
}
.tarrifs-seo .faq-circle {
    display: none;
    top: -70px;
    animation: hit-circle-anim 6s infinite cubic-bezier(0.6, 0.04, 0.4, 0.96);
}
.mobile-seo-tarrifs {
    display: none;
    justify-content: space-between;
    align-items: center; 
    color: #fff;
    padding: 25px 30px;
    background: #353535;
    border-radius: 10px 10px 0 0;
    font-size: 24px;
    font-weight: 500;
}
.tarrif-modal .modal-content {
    padding: 0;
}
.tarrif-modal .modal-body {
    padding: 0;
}
.mobile-seo-tarrifs-content {
    border-radius: 10px;
}
.mobile-seo-tarrifs-choice {
    font-size: 18px;
    color: #1f1f1f;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(31, 31, 31, 0.07);
}
.mobile-seo-tarrifs-choice:first-child {
    margin-top: 15px;
}
.mobile-seo-tarrifs-choice:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.dropdown-tarif.dropdown-tarif {
    background: #F5F5F5;
    color: #1f1f1f;
    border-radius: 4px;
    padding: 11px 36px;
    border: none;
}
.dark .dropdown-tarif.dropdown-tarif {
    background: #393939;
    color: #fff;
}
.dropdown-toggle.dropdown-tarif::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    border: none;
    font-size: 14px;
    line-height: 1;
    margin-left: 8px;
    position: relative;
    top: 2px;
}
.dropdown-menu-tarif {    
    background: #F5F5F5;
    color: #1f1f1f;
    border-radius: 4px;
    min-width: 120px;
    border: none;
}
.dropdown-menu-tarif .dropdown-item {
    color: #1f1f1f;
}
.dropdown-menu-tarif .dropdown-item:hover {
    background: #eee;    
}
.dark .dropdown-menu-tarif {
    background: #393939;
    color: #fff;
}
.dark .dropdown-menu-tarif .dropdown-item {
    color: #fff;
}
.dark .dropdown-menu-tarif .dropdown-item:hover {
    background: #474747;    
}



.change-headers {
    position: relative;
    height: 60vh;
    min-height: 300px;
    overflow: hidden;
}

.change-headers-item {
    font-size: 64px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50% );
    width: 90%;
    line-height: 1.3;
    opacity: 1;
    transition: all 0.5s;
}
.change-headers-item.a-zoom {
    transform: translate(-50%, 100% ) scale(2);
    opacity: 0;
}
.change-headers-item.a-fade-down {
    transform: translate(-50%, 0% );
    opacity: 0;
}
.change-headers-item.a-fade-up {
    transform: translate(-50%, -100% );
    opacity: 0;
}


.city-circles {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}
.city-circles-item {
    background: #FCCA00;
    color: #1f1f1f;
    font-weight: 500;
    font-size: 20px;	
    border-radius: 300px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -30%;
    animation: city-circles-anim 7s infinite linear;
}
.city-circles-item::before {
    content: "";
    padding-top: 100%;
    float: left;
}

.city-circles-item.x10 {
    height: 260px;
    width: 260px;
    animation: city-circles-anim 4s infinite linear;
    animation-delay: 0.2s;
}
.city-circles-item.x9 {
    height: 220px;
    width: 220px;
    animation: city-circles-anim 5s infinite linear;
    animation-delay: 0.4s;
}
.city-circles-item.x8 {
    height: 176px;
    width: 176px;
    animation: city-circles-anim 6s infinite linear;
    animation-delay: 0.6s;
}
.city-circles-item.x7 {
    height: 148px;
    width: 148px;
    animation: city-circles-anim 6.5s infinite linear;
    animation-delay: 0.8s;
}
.city-circles-item.x6 {
    height: 108px;
    width: 108px;
    animation: city-circles-anim 7s infinite linear;
    animation-delay: 1.0s;
}
.city-circles-item.x5 {
    height: 58px;
    width: 58px;
    padding: 0;
    animation: city-circles-anim 7.3s infinite linear;
    animation-delay: 1.2s;
}
.city-circles-item.x4 {
    height: 46px;
    width: 46px;
    padding: 0;
    animation: city-circles-anim 7.6s infinite linear;
    animation-delay: 1.4s;
}
.city-circles-item.x3 {
    height: 37px;
    width: 37px;
    padding: 0;
    animation: city-circles-anim 7.9s infinite linear;
    animation-delay: 1.6s;
}
.city-circles-item.x2 {
    height: 28px;
    width: 28px;
    padding: 0;
    animation: city-circles-anim 8.2s infinite linear;
    animation-delay: 1.8s;
}
.city-circles-item.x1 {
    height: 16px;
    width: 16px;
    padding: 0;
    animation: city-circles-anim 8.5s infinite linear;
    animation-delay: 2s;
}

.city-circles-item:nth-child(1) { left: 0; }
.city-circles-item:nth-child(2) { left: 8%; }
.city-circles-item:nth-child(3) { left: 16%; }
.city-circles-item:nth-child(4) { left: 24%; }
.city-circles-item:nth-child(5) { left: 32%; }
.city-circles-item:nth-child(6) { left: 40%; }
.city-circles-item:nth-child(7) { left: 48%; }
.city-circles-item:nth-child(8) { left: 56%; }
.city-circles-item:nth-child(9) { left: 64%; }
.city-circles-item:nth-child(10) { left: 72%; }
.city-circles-item:nth-child(11) { left: 80%; }
.city-circles-item:nth-child(12) { left: 88%; }


@keyframes city-circles-anim {
    0%		{ bottom: -30%; opacity: 1;}
    60%     { opacity: 1;}
    80%     { bottom: 70%; opacity: 0}
    100%	{ bottom: 110%; opacity: 0}
}

.sert-slider img {
    width: 100%;
}
.sert-slider .slick-slide {
    margin: 0px 15px;
}

.what-context-accent {
    position: relative;
}
.what-context-accent__bg {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 56%;
    height: 100%;
    box-shadow: 0px 8px 30px rgba(191, 4, 35, 0.1);
    border-radius: 6px;
    pointer-events: none;
}
.what-context-accent-container {
    padding: 100px 0 50px 100px;
    position: relative;
    z-index: 1;
}

.funnel {
    background-image: url(/view/image/knv-theme/diagram-yellow.png);
    background-size: contain;
    background-position: center 50px;
    background-repeat: no-repeat;
    font-size: 24px;
    position: relative;
    margin: 0 6vw;
}
.funnel__row {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.funnel__row.funnel__row--1 {
    height: 5.5vw;
}
.funnel__row.funnel__row--2,
.funnel__row.funnel__row--4,
.funnel__row.funnel__row--6 {
    height: 7.2vw;
}
.funnel__row.funnel__row--3,
.funnel__row.funnel__row--5,
.funnel__row.funnel__row--7 {
    height: 12vw;
}
.funnel__row--8 {
    align-items: flex-end;
    height: 12.1vw;
}
.funnel__cell {
    padding: 15px 30px;
    line-height: 1.7;
}
.funnel__row--3 .funnel__cell:first-child,
.funnel__row--5 .funnel__cell:first-child,
.funnel__row--7 .funnel__cell:first-child {
    text-align: right;
}
.funnel__row--3 .funnel__cell:last-child,
.funnel__row--5 .funnel__cell:last-child,
.funnel__row--7 .funnel__cell:last-child {
    text-align: left;
}
.funnel__row--1 .funnel__cell {
    padding: 15px 5vw;
}
.funnel__cell .small {
    font-size: 18px;
}
.funnel__label {
    position: absolute;
    right: 0;
    top: 50%;
}
.funnel__circle-btn {
    display: block;
    width: 212px;
    height: 212px;
    color: #fff;
    background: #CE2F27;
    box-shadow: 0px 30px 100px rgb(191 4 35 / 40%);
    border-radius: 220px;
    line-height: 212px;
    transition: all 0.2s;
}
.funnel__circle-btn:hover {
    background: #bf2b23;
    color: #fff;
    text-decoration: none;
}
.funnel-switch {
    display: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    position: relative;
}
.funnel-switch__btn {
    opacity: 0.5;
    color: #fff !important;
    text-decoration: none !important;
}
.funnel-switch__btn.active {
    opacity: 1;
}
.funnel-switch__control {
    display: block;
    background: #2F2F2F;
    width: 90px;
    height: 44px;
    border-radius: 100px;
    margin: 3px 30px;
    position: relative;
}
.funnel-switch__control::after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -3px;
    left: -3px;
    background: #CE2F27;
    border-radius: 100px;
    transition: all 0.2s;
}
.funnel-switch__control.active::after {
    transform: translateX(100%);
}

.tabs-accordion__tabs-toggles {
    display: flex;
}
.tabs-accordion__tabs-toggle {
    font-weight: 500;
    padding: 10px 15px;
    background: #F3F3F3;
    margin-right: 3px;
    flex-grow: 1;
    text-align: center;
    color: #1f1f1f;
    border-radius: 6px 6px 0px 0px;
}
.tabs-accordion__tabs-toggle.active,
.tabs-accordion__tabs-toggle:hover {
    background: #CE2F27;
    color: #fff;
    text-decoration: none;
}
.tabs-accordion__tabs-toggle:last-child {
    margin-right: 0;
}
.tabs-accordion__tab {
    display: none;
    padding: 50px;
    background: #FFFFFF;
    box-shadow: 0px 74px 74px rgba(0, 0, 0, 0.03);
    border-radius: 0 0 6px 6px;
    transition: opacity 0.3s;
}
.tabs-accordion__tab.active {
    display: block;
}
.tabs-accordion__tab:not(.show) {
    opacity: 0;
}
.tabs-accordion__sep {
    border-top: 1px solid #EDEDED;
    margin: 40px 0;
}
.tabs-accordion__accordion-toggle {
    display: none;
}


.tabs-accordion--style-2 .tabs-accordion__tabs-toggle {
    font-size: 20px;
    background-color: #fff;
    padding: 70px 30px 20px 30px;
    text-align: left;
    position: relative;
    box-shadow: 0px 2px 74px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
    flex-basis: 25%;
}
.tabs-accordion__tabs-toggle-number {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #F7F7F7;
    border-radius: 22px;
    font-weight: 500;
    font-size: 24px;
    transition: all 0.2s;
}
.tabs-accordion--style-2 .tabs-accordion__tabs-toggle.active,
.tabs-accordion--style-2 .tabs-accordion__tabs-toggle:hover {
    color: #CE2F27;
}
.tabs-accordion--style-2 .tabs-accordion__tabs-toggle.active .tabs-accordion__tabs-toggle-number,
.tabs-accordion--style-2 .tabs-accordion__tabs-toggle:hover .tabs-accordion__tabs-toggle-number  {
    background-color: #CE2F27;
    color: #fff;
}



.with-after-accent::after {
    content: '';
    display: block;
    width: 26px;
    height: 1px;
    background: #CE2F27;
    margin-top: 15px;
}

.nav-tabs--type-1 {
    border: none;
}
.nav-tabs--type-1 .nav-item {
    width: 100%;
    margin-bottom: 25px;
}
.nav-tabs--type-1 .nav-link {
    border: none;
    color: #1f1f1f;
    opacity: 0.5;
    position: relative;
    font-size: 24px;
    padding: 0;
    padding-left: 0;
    padding-right: 30px;
    overflow: hidden;
    transition: all 0.2s;
}
.nav-tabs--type-1 .nav-link.active {
    color: #1f1f1f;
    opacity: 1;
    padding-left: 30px;
    padding-right: 0px;
}
.nav-tabs--type-1 .nav-link::before {
    content: '\f105';
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    left: -15px;
    top: 6px;
    line-height: 1;
    color: #FCCA00;
    transition: all 0.2s;
}
.nav-tabs--type-1 .nav-link.active::before {
    left: 0px;    
}
.tab-content--type-1 .tab-pane {
    box-shadow: 0px 8px 30px rgb(0 0 0 / 10%);
    padding: 50px 100px;
    border-radius: 10px;
}

.cms {
    text-align: center;
    max-width: 450px;
    margin: 0 auto 100px auto;
}
.cms__icon {
    box-shadow: 0px 40px 50px rgb(36 36 36 / 10%);
    border-radius: 1000px;
    background-color: #ccc;
    width: 212px;
    height: 212px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.cms__icon img {
    width: 40%;
}
.cms__icon--bitrix {
    background: #FCCA00;
}
.cms__icon--opencart {
    background: #12BBF0;
}
.cms__icon--wp {
    background: #00749A;
    background: linear-gradient(360deg, #00749A 0%, #0288B5 100%);
}
.cms__icon--modx {
    background: #7BBF50;
    background: linear-gradient(360deg, #7BBF50 0%, #53B14C 100%);
}
.cms__icon--joomla {
    background: #F44321;
    background: linear-gradient(180deg, #F44321 0%, #FF5B3C 100%);
}
.cms__icon--knv {
    background: #CE2F27;
    background: linear-gradient(360deg, #CE2F27 0%, #CD3028 100%);
}
.cms__desc {
    margin-top: 40px;
}

.how-tasks {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.how-tasks__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    background: #FCCA00;
    z-index: 1;
    border-radius: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 33px 76px #FCD636;
}
.left-text{
    text-align: left !important;
}
.center-section{
    text-align: center !important;
}
.how-tasks__icon img {
    width: 35%;
}
.how-tasks__col {
    width: 50%;
    overflow: hidden;
}
.how-tasks__col--text {
    font-size: 18px;
    padding: 0 10%;
}
.how-tasks__col--tasks {
    background: radial-gradient(58.82% 58.82% at 128.61% 50.06%, rgba(53, 53, 53, 0.26) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 0 400px 400px 0;
    padding: 150px 0;
}
.how-tasks__tasks-row {
    display: flex;
}
.how-tasks__tasks-row + .how-tasks__tasks-row {
    margin-top: 30px;
    margin-left: -100px;
}
.how-tasks__task {
    background: #F8F8F8;
    border-radius: 100px;
    padding: 10px 30px;
    margin-right: 20px;
    white-space: nowrap;
    font-weight: 500;
    color: #636363;
}

.card-type-1 {
    box-shadow: 0px 0px 74px rgba(0, 0, 0, 0.06);
    border: none;
    border-radius: 6px;
}
.card-type-1 + .card-type-1 {
    margin-top: 20px;
}
.card-type-1 .card-header {
    padding: 0;
    background-color: transparent;
    border: none;
    margin-bottom: 0 !important;
}
.card-type-1 .card-header button {
    display: block;
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    padding: 34px 40px;
    padding-right: 80px;
    position: relative;
    border: none;
    width: 100%;
    background-color: #fff;
    outline: none !important;
}
.card-type-1 .card-header button::after {
    content: '\f107';
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    color: #FCCA00;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    transition: all 0.2s;
}
.card-type-1 .card-header button:not(.collapsed)::after {
    transform: translateY(-50%) rotate(180deg);
}
.card-type-1 .card-body {
    padding: 34px 40px;
    border-top: 1px solid #f2f2f2;
}

.fixed-telegram-btn {
    background: #62A8E0;
    color: #fff;
    font-size: 23px;
    width: 70px;
    height: 70px;
    display: block;
    position: fixed;
    right: 80px;
    bottom: 80px;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    opacity: 0;
    transition: opacity 1s;
    transition-delay: 1.2s;
}
.is-loaded .fixed-telegram-btn {
    opacity: 1;
}
.fixed-telegram-btn:hover {
    color: #fff;
    text-decoration: none;
}

.faq-categories {
    margin-top: 50px;
}
.faq-categories a {
    display: block;
    margin-bottom: 25px;
    color: #1F1F1F;
    opacity: 0.5;
    position: relative;
    text-decoration: none;
}
.faq-categories a:hover {
    opacity: 1;
    text-decoration: none;
}
.faq-categories a.active {
    color: #CE2F27;
    opacity: 1;
    padding-left: 20px;
}
.faq-categories a.active::before {
    content: '\f105';
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 5px;
    line-height: 1;
    color: #CE2F27;
}

.faq-links {
    margin-bottom: 50px;
}
.faq-links a {
    display: block;
    margin-bottom: 10px;
    background: #FFFFFF;
    box-shadow: 0px 74px 74px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
    padding: 40px;
    padding-right: 110px;
    font-size: 24px;
    color: #1F1F1F;
    text-decoration: none;
    position: relative;
}
.faq-links a:hover {
    color: #CE2F27;
    text-decoration: none;
}
.faq-links a::before {
    content: '\f105';
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #CE2F27;
    color: #fff;
    border-radius: 50px;
    text-align: center;
}


.faq-container {
    max-width: 774px;
    margin-left: auto;
    margin-right: auto;
}

.faq-block {
    margin: 70px 0;
}
.faq-block--5 + .faq-block--3,
.faq-block--5 + .faq-block--4 {
    margin-top: -50px;
}
.faq-block img {
    width: 100%;
    border-radius: 10px;
}
.faq-block .slick-list {
    border-radius: 10px;
}
.faq-block .slick-slide {
    margin: 0;
}
.faq-block .slick-prev {
    left: -80px;
}
.faq-block .slick-next {
    right: -80px;
}
.faq-block .faq-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.faq-block .faq-ul li {
    position: relative;
    padding-left: 18px;
}
.faq-block .faq-ul li + li {
    margin-top: 20px;
}
.faq-block .faq-ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    border: 1px solid #CE2F27;
    display: block;
    border-radius: 10px;
    position: absolute;
    top: 13px;
    left: 0;
}

.video-with-controls {
    position: relative;
}
.video-with-controls video,
.video-with-controls img {
    border-radius: 10px;
    width: 100%;
}
.video-with-controls__btn {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
    line-height: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 0 25px;
    text-align: center;
    background-color: #fff;
    transition: all 0.2s;
}
.video-with-controls__btn i {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FCCA00;
    font-size: 12px;
    transition: all 0.4s;
}
.video-with-controls__btn span {
    opacity: 0;
    max-width: 0;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    transition: all 0.4s;
}
.video-with-controls:hover .video-with-controls__btn {
    background-color: #FCCA00;
    text-decoration: none;
}
.video-with-controls:hover .video-with-controls__btn i {
    opacity: 0;
}
.video-with-controls:hover .video-with-controls__btn span {
    opacity: 1;
    max-width: 300px;
    color: #1f1f1f;
}

.sert-marquee {
    overflow: hidden;
    white-space: nowrap;
}
.sert-marquee img {
    width: 360px;
    vertical-align: top;
    margin: 0 30px;
}

.clearfix {
    clear: both;
}

.line-form {
    display: flex;
}
.line-form > * {
    flex: 1 1 50%;
}
.line-form .form-control {
    border-radius: 60px;
    padding-right: 70px;
    border: none;
}
.line-form .btn {
    border-radius: 60px;
    margin-left: -50px;
    position: relative;
    opacity: 1 !important;
}
.line-form .output {
    display: none;
}
.line-form .invalid-feedback {
    display: none;
}

.line-separater-1 {
    margin-top: 100px;
    margin-bottom: 150px;
    border-bottom: 1px solid rgba(222, 222, 222, 0.75);
}


.shift-number-wrap {
    position: relative;
    padding-left: 74px;
}
.shift-number {
    position: absolute;
    left: 0px;
    top: 0px;
}

.big-number {
    font-size: 200px;
    font-weight: 600;
    line-height: 0.74;
    margin-bottom: 70px;
}

.inclined-line-blocks {
    display: flex;
    flex-wrap: wrap;
    margin-left: -80px;
    margin-right: -80px;
    overflow: hidden;
}
.inclined-line-blocks__item {
    width: 33.33%;
    margin-top: 105px;
    padding: 0 80px;
    position: relative;
}
.inclined-line-blocks__item::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #EAEAEA;
    transform: rotate(15deg);
}
.inclined-line-blocks__item:nth-child(3n)::after {
    display: none;
}

.worker {
    text-align: center;
    max-width: 350px;
}
.worker img {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 20px;
}
.worker__name {
    font-weight: 500;
    margin-bottom: 10px;
}
.worker__post {
    font-size: 16px;
}

.sert-slider .slick-list,
.worker-slider .slick-list {
    margin-left: 40px;
    margin-right: 40px;
}
.worker-slider .slick-slide {
    margin: 0 9px;
}


.tablet-wrapper {
    width: 100%;
    padding-top: 77.8%;
    height: 0px;
    position: relative;
}
.tablet-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(/view/image/knv-theme/tablet.svg);
    z-index: 2;
}
.tablet-wrapper__image {
    width: 96.2%;
    height: 95%;
    position: absolute;
    top: 2.5%;
    left: 1.9%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    border-radius: 15px;
    z-index: 1;
}


.section-partner {
    background-image: url('/view/image/knv-theme/partner-bg.svg');
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}

.partner-work {
    display: flex;
}
.partner-work__item {
    width: 33%;
    text-align: center;
    margin-top: 30px;
    position: relative;
}
.partner-work__item::after {
    content: '';
    display: block;
    width: 50%;
    height: 40px;
    background-image: url(/view/image/knv-theme/partner-wavy-line.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 75px;
    left: 75%;
}
.partner-work__item:last-child::after {
    display: none;
}

.partner-work__icon {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 74px 74px rgba(0, 0, 0, 0.03);
    width: 186px;
    height: 186px;
    border-radius: 186px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.partner-work__icon img {
    width: 30%;
}
.partner-work__title {
    max-width: 250px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}

.how-to-partner-icon {
    margin-left: auto;
    margin-right: auto;
    width: 524px;
    height: 524px;
    line-height: 524px;
    border-radius: 524px;
    text-align: center;
    font-weight: 500;
    font-size: 164px;
    color: #CE2F27;
    background: #fff;
    box-shadow: 0px 208.473px 208.473px rgba(0, 0, 0, 0.03);
}

.site-5s {
    padding: 70px 0;
    background-color: #555;
    color: #fff;
    position: relative;
}
.site-5s + .site-5s::after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-width: 30px;
    margin-left: -30px;
}
.site-5s--red {
    background-color: #CE2F27;
}
.site-5s--red::after {
    border-bottom-color: #CE2F27 !important;
}
.site-5s--orange {
    background-color: #FF7331;
}
.site-5s--orange::after {
    border-bottom-color: #FF7331 !important;
}
.site-5s--green {
    background-color: #039C52;
}
.site-5s--green::after {
    border-bottom-color: #039C52 !important;
}
.site-5s--light-blue {
    background-color: #6AC2CB;
}
.site-5s--light-blue::after {
    border-bottom-color: #6AC2CB !important;
}
.site-5s--blue {
    background-color: #0080BF;
}
.site-5s--blue::after {
    border-bottom-color: #0080BF !important;
}

.site-5s__image {
    max-width: 100%;
}


.firstscreen__numbers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.firstscreen__numbers-item {
    width: 33%;
    position: relative;
    padding: 30px;
}
.firstscreen__numbers-item::after {
    content: '';
    display: block;
    width: 1px;
    height: 46px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.firstscreen__numbers .firstscreen__numbers-item:last-child:after {
    display: none;
}
.firstscreen__numbers-item p:last-child {
    margin-bottom: 0;
}

.firstscreen__numbers.slick-slider {
    margin-left: 0;
    margin-right: 0;
}
.firstscreen__numbers.slick-slider .firstscreen__numbers-item {
    padding: 30px 0;
}
.firstscreen__numbers.slick-slider .firstscreen__numbers-item::after {
    display: none;
}
.firstscreen__numbers.slick-slider .slick-prev {
    left: -10px;
}
.firstscreen__numbers.slick-slider .slick-next {
    right: -10px;
}
.dark .firstscreen__numbers.slick-slider .slick-prev, 
.dark .firstscreen__numbers.slick-slider .slick-next {
    background-color: transparent !important;
    box-shadow: none !important;
}
.dark .firstscreen__numbers.slick-slider .slick-prev, 
.dark .firstscreen__numbers.slick-slider .slick-next {
    background-color: transparent !important;
    box-shadow: none !important;
}
.dark .firstscreen__numbers.slick-slider .slick-prev::before, 
.dark .firstscreen__numbers.slick-slider .slick-next::before {
    color: #fff;
}

.section-case {
    margin: 70px 0;
}
.section-case--narrow {
    max-width: 773px;
    margin-left: auto;
    margin-right: auto;
}
.section-case-wrap--type-2 + .section-case-wrap--type-3,
.section-case-wrap--type-2 + .section-case-wrap--type-9,
.section-case-wrap--type-2 + .section-case-wrap--type-12,
.section-case-wrap--type-3 + .section-case-wrap--type-12 {
    margin-top: -50px;
}
.section-case--type-14 {
    height: 2px;
    background: #F0F0F0;
}

.section-case--type-10 {
}
.section-case--type-10 img {
    box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.03);
}
.section-case--type-10 img,
.section-case--type-10 .popup-gallery__item {
    border-radius: 6px;
}

.section-case ul {
    list-style: none;
    padding: 0;
}
.section-case ul li {
    position: relative;
    padding-left: 18px;
}
.section-case ul li + li {
    margin-top: 10px;
}
.section-case ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #CE2F27;
    border-radius: 10px;
}

.case-number {
    background: #FFFFFF;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
}
.case-number__col {
    padding: 30px 30px;
    min-width: 40%;
    flex-grow: 1;
}
.case-number__col--delimiter {
    width: 1px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.13);
}

.case-number-wrap {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}
.case-number-wrap .case-number {
    margin-left: 10px;
    margin-right: 10px;
}

.case-final-block {
    background: #FFFFFF;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    padding: 70px;
}

.case-img-fluid {
    max-width: 100%;
    border-radius: 6px;
}
.case-img-full {
    width: 100%;
    border-radius: 0 !important;
}

.limited-height-table-positions {
    background: #FFFFFF;
    box-shadow: 0px 30px 70px rgba(36, 36, 36, 0.06);
    border-radius: 10px;
    padding: 30px;
}
.limited-height-table-positions .limited-height__inner {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}
.limited-height-table-positions .limited-height__inner::after {
    content: '';
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #FFFFFF 44.64%, rgba(255, 255, 255, 0) 100%);
}
.limited-height-table-positions.is-open .limited-height__inner::after {
    display: none;
}
.limited-height-table-positions .limited-height__inner {
    max-height: 300px;
    overflow: hidden;
}

.case-menu-item {
    display: inline-block;
    color: #1F1F1F;
    margin-right: 40px;
    margin-bottom: 15px;
}
.case-menu-item.active, 
.case-menu-item:hover {
    color: #CE2F27;
    text-decoration: underline;
}

/* страница услуги -> разработка интернет-магазина */

/* uslugi-int-mag-vk - страница услуги -> разработка интернет-магазина -> высокая конверсия */
.uslugi-int-mag-vk .subtitle{
    max-width: 1200px;
    margin: 0 auto;
}
.uslugi-int-mag-vk .image-default{
    margin-top: 70px;
    position: relative;
    font-size: 24px;
    line-height: 38px;
}

.uslugi-int-mag-vk .image-default img{
    width: 100%;
}
.uslugi-int-mag-vk .tabs-block{
    display: none;
    justify-content: space-between;
    margin-top: 50px;
}
.uslugi-int-mag-vk .images-block{
    display: none;
    margin-top: 40px;
}
.uslugi-int-mag-vk .tabs-block .tab{
    padding: 0 40px;
    font-size: 18px;
    line-height: 29px;
    cursor: pointer;
}
.uslugi-int-mag-vk .tabs-block .tab:hover{
    color: #bf2b23;
    cursor: pointer;
}
.uslugi-int-mag-vk .tabs-block .tab.is-active{
    color: #CE2F27;
    cursor: default;
}
.uslugi-int-mag-vk .images-block img{
    width: 100%;
    display: none;
    opacity: 1;
    transition: opacity 0.3s;
}
.uslugi-int-mag-vk .images-block img.is-active{
    display: block;
}
.uslugi-int-mag-vk .images-block img:not(.is-show) {
    opacity: 0;
}
.uslugi-int-mag-vk .image-default__title-1{
    position: absolute;
    top: 30%;
    left: 0;
}
.uslugi-int-mag-vk .image-default__title-2{
    position: absolute;
    top: 40%;
    left: 0;
}
.uslugi-int-mag-vk .image-default__title-3{
    position: absolute;
    top: 30%;
    right: 0;
}
.uslugi-int-mag-vk .image-default__title-4{
    position: absolute;
    top: 40%;
    right: 0;
}
@media (max-width: 1600px) {
    .uslugi-int-mag-vk .image-default{
        font-size: 18px;
        line-height: 30px;
    }
}
@media (max-width: 991px) {
    .uslugi-int-mag-vk .subtitle {
        max-width: 650px;
    }
    .uslugi-int-mag-vk .image-default{
        display: none;
    }
    .uslugi-int-mag-vk .tabs-block{
        display: flex;
    }
    .uslugi-int-mag-vk .images-block{
        display: block;
    }
}
@media (max-width: 700px) {
    .uslugi-int-mag-vk .tabs-block .tab {
        padding: 0 10px;
    }
}
@media (max-width: 480px) {
    .uslugi-int-mag-vk .image-default{
        display: none;
    }
    .uslugi-int-mag-vk .tabs-block{
        display: flex;
        margin-top: 20px;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .uslugi-int-mag-vk .images-block{
        display: block;
        margin-top: 20px;
    }
    .uslugi-int-mag-vk .tabs-block .tab{
        padding: 10px 16px;
        font-size: 16px;
        line-height: 26px;
    }
    .uslugi-int-mag-vk .tabs-block .tab:nth-child(1){
        order: 1;
        width: 40%;
    }
    .uslugi-int-mag-vk .tabs-block .tab:nth-child(2){
        order: 3;
        width: 40%;
    }
    .uslugi-int-mag-vk .tabs-block .tab:nth-child(3){
        order: 2;
        width: 40%;
    }
    .uslugi-int-mag-vk .tabs-block .tab:nth-child(4){
        order: 4;
        width: 40%;
    }
}

/* uslugi-int-mag-pd - страница услуги -> разработка интернет-магазина -> от прототипа до дизайна */

.uslugi-int-mag-pd.container{
    position: relative;
}
.uslugi-int-mag-pd .buttons-block{
    display: flex;
    justify-content: space-between;
}
.uslugi-int-mag-pd .buttons-block__button{
    position: absolute;
    top: 40%;
    height: 68px;
    width: 68px;
    padding: 20px 20px 19px 20px;
    overflow: visible;
    z-index: 1;
    background: #2B2B2B;
    border: #2B2B2B;
    cursor: pointer;
}
.uslugi-int-mag-pd .buttons-block__button:hover{
    background-color: #bf2b23;
    border-color: #bf2b23;
}
.uslugi-int-mag-pd .buttons-block__button.is-active{
    background: #CE2F27;
    border: #CE2F27;
    cursor: default;
}
.uslugi-int-mag-pd .buttons-block__button.left{
    left: 0px;
}
.uslugi-int-mag-pd .buttons-block__button.right{
    right: 0px;
}
.uslugi-int-mag-pd .buttons-block__button::before{
    content: '';
    position: absolute;
    left: -18px;
    right: -18px;
    top: -18px;
    bottom: -18px;
    border: 1px solid #FCCA00;
    border-radius: 100%;
    opacity: 0;
    transition: 0.6s;
}
.uslugi-int-mag-pd .buttons-block__button.is-active::before{
    opacity: 1;
}
.uslugi-int-mag-pd .images-block .uslugi-int-mag-pd-slider{
    display: none;
    transition: opacity 0.3s;
    width: 100%;
}

.uslugi-int-mag-pd .images-block .uslugi-int-mag-pd-slider {
    display: block;
}
.uslugi-int-mag-pd-slider {
    background-image: url(/view/image/knv-theme/uslugi-int-mag-pd-slider__black.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 1492px;
    margin-left: auto;
    margin-right: auto;
    padding: 6.4% 11.5% 13.8% 11.5%;
}
.uslugi-int-mag-pd .twentytwenty-handle {
    height: 32px;
    width: 48px;
    position: absolute;
    left: 50%;
    top: 90%;
    margin-left: -24px;
    margin-top: -22px;
    background-color: none;
    border: none;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 40;
    cursor: pointer;
    background: url(/view/image/knv-theme/twentytwenty-handlee.svg) center no-repeat;
}
.uslugi-int-mag-pd .twentytwenty-handle:before,
.uslugi-int-mag-pd .twentytwenty-handle:after{
    content: " ";
    display: block;
    background: #CE2F27;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    width: 2px;
}
.uslugi-int-mag-pd .twentytwenty-left-arrow {
    display: none;
}
.uslugi-int-mag-pd .twentytwenty-right-arrow {
    display: none;
}
.uslugi-int-mag-pd .twentytwenty-left-arrow, 
.uslugi-int-mag-pd.twentytwenty-right-arrow {
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 7px;
}

@media (max-width: 1700px) {
    .uslugi-int-mag-pd .buttons-block__button.left{
        left: 25px;
    }
    .uslugi-int-mag-pd .buttons-block__button.right{
        right: 25px;
    }
}
@media (max-width: 1600px) {
    .uslugi-int-mag-pd .buttons-block__button.left{
        left: -25px;
    }
    .uslugi-int-mag-pd .buttons-block__button.right{
        right: -25px;
    }
}
@media (max-width: 1250px) {
    .uslugi-int-mag-pd .buttons-block__button.left{
        left: -5px;
    }
    .uslugi-int-mag-pd .buttons-block__button.right{
        right: -5px;
    }
}
@media (max-width: 991px) {
    .uslugi-int-mag-pd .buttons-block{
        justify-content: center;
        margin-top: 50px;
    }
    .uslugi-int-mag-pd .buttons-block__button{
        position: relative;
        top: auto;
        margin: 0 25px;
        padding: 22px 20px 19px 20px;
    }
    .uslugi-int-mag-pd .buttons-block__button.left{
        left: auto;
    }
    .uslugi-int-mag-pd .buttons-block__button.right{
        right: auto;
    }
    .uslugi-int-mag-pd .images-block{
        margin-top: 60px;
    }
    .uslugi-int-mag-pd .twentytwenty-handle {
        height: 21px;
        width: 34px;
        margin-left: -16px;
    }
}
@media (max-width: 480px) {
    .uslugi-int-mag-pd .buttons-block{
        margin-top: 40px;
    }
    .uslugi-int-mag-pd .buttons-block__button{
        height: 42px;
        width: 42px;
        padding: 14px 10px 10px 10px;
        font-size: 11px;
        margin: 0 15px;
    }
    .uslugi-int-mag-pd .buttons-block__button::before{
        content: '';
        position: absolute;
        left: -10px;
        right: -10px;
        top: -10px;
        bottom: -10px;
        border: 1px solid #FCCA00;
        border-radius: 100%;
        opacity: 0;
        transition: 0.6s;
    }
    .uslugi-int-mag-pd .images-block{
        margin-top: 50px;
    }
    .uslugi-int-mag-pd .twentytwenty-handle {
        height: 15px;
        width: 24px;
        margin-left: -10px;
    }
}
@media (max-width: 370px) {
    .uslugi-int-mag-pd .twentytwenty-handle {
        height: 15px;
        width: 24px;
        margin-left: -11px;
    }
}

/* uslugi-int-mag-oas - страница услуги -> разработка интернет-магазина -> один адаптивный сайт для всех устройств */

.uslugi-int-mag-oas .subtitle{
    max-width: 820px;
    margin: 0 auto;
}
.uslugi-int-mag-oas .blocks{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 100px;
}
.uslugi-int-mag-oas img{
    width: 100%;
    max-height: 510px;
    object-fit: contain;
}
.uslugi-int-mag-oas .block .block__text{
    margin-top: 30px;
    text-align: center;
}
.uslugi-int-mag-oas .block:nth-child(1){
    width: 36%;
}
.uslugi-int-mag-oas .block:nth-child(2){
    width: 15%;
}
.uslugi-int-mag-oas .block:nth-child(3){
    width: 36%;
}
.uslugi-int-mag-oas .block:nth-child(3) img{
    margin-bottom: 8%;
}

@media (max-width: 991px) {
    .uslugi-int-mag-oas .subtitle{
        max-width: 620px;
    }
    .uslugi-int-mag-oas .blocks{
        flex-wrap: wrap;
        margin-top: 50px;
    }
    .uslugi-int-mag-oas .block:nth-child(1){
        width: 100%;
        order: 1;
        margin-bottom: 70px;
    }
    .uslugi-int-mag-oas .block:nth-child(2){
        width: 100%;
        order: 3;
    }
    .uslugi-int-mag-oas .block:nth-child(3){
        width: 100%;
        order: 2;
        margin-bottom: 70px;
    }
    .uslugi-int-mag-oas .block:nth-child(3) img{
        margin-bottom: 0;
    }
}
@media (max-width: 480px) {
    .uslugi-int-mag-oas .block .block__text{
        font-size: 16px;
    }
}

/* uslugi-int-mag-iss - страница услуги -> разработка интернет-магазина -> интеграция сайта с сервисами */

.uslugi-int-mag-iss{
    background: #FAFAFA;
    padding: 150px 0;
}
.uslugi-int-mag-iss .flex{
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
.uslugi-int-mag-iss .left-column{
    width: 20%;
}
.uslugi-int-mag-iss .right-column{
    width: 72%;
}
.uslugi-int-mag-iss .tab{
    color: #1F1F1F;
    opacity: 0.5;
    margin-bottom: 26px;
    cursor: pointer;

}
.uslugi-int-mag-iss .tab:hover{
    opacity: 0.8;
}
.uslugi-int-mag-iss .tab:last-child{
    margin-bottom: 0px;
}
.uslugi-int-mag-iss .tab.is-active{
    opacity: 1; 
    cursor: default;
    margin-left: 20px; 
}
.uslugi-int-mag-iss .tab.is-active::before{
    content: url(/view/image/knv-theme/uslugi-int-mag-iss_icon-tab.svg);
    height: 16px;
    width: 10px;
    display: inline-block;
    margin-left: -25px; 
    margin-right: 15px; 
    vertical-align: -1px;
}
.uslugi-int-mag-iss .block{
    justify-content: space-between;
    align-items: center;
    padding: 60px 70px;
    background: #FFFFFF;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: none;
    transition: opacity 0.3s;
}
.uslugi-int-mag-iss .block.is-active{
    display: flex;
}
.uslugi-int-mag-iss .block:not(.is-show) {
    opacity: 0;
}
.uslugi-int-mag-iss .block__content{
    width: 60%;
}
.uslugi-int-mag-iss .block__img{
    width: 20%;
    box-shadow: 0px 40px 50px rgba(36, 36, 36, 0.1);
    border-radius: 100%;
}
.uslugi-int-mag-iss .block__img img{
    width: 100%;
}
.uslugi-int-mag-iss .block__content__title{
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
}
.uslugi-int-mag-iss .block__content__text{
    font-size: 18px;
}
.uslugi-int-mag-iss .slick-list{
    padding-bottom: 30px;
}
.uslugi-int-mag-iss .slick-dots {
    bottom: auto;
    top: -55px;
}
.uslugi-int-mag-iss .slick-dots li {
    margin: 0 2px;
}
.uslugi-int-mag-iss .slick-dots li button {
    padding: 0;
    width: 18px;
    height: 3px;
    background: #D1D1D1;
    border-radius: 39px;
    margin: 1px;
    transition: all 0.2s;
}
.uslugi-int-mag-iss .slick-dots li.slick-active button {
    width: 34px;
    height: 3px;
    background: #FCCA00;
    margin: 0px;
}
@media (max-width: 991px) {
    .uslugi-int-mag-iss{
        padding: 100px 0 70px 0;
    }
    .uslugi-int-mag-iss .left-column{
        width: 0%;
        display: none;
    }
    .uslugi-int-mag-iss .right-column{
        width: 100%;
    }
    .uslugi-int-mag-iss .block{
        display: flex;
    }
    .uslugi-int-mag-iss .block:not(.is-show) {
        opacity: 1;
    }
    .uslugi-int-mag-iss .block{
        justify-content: space-between;
        align-items: center;
        padding: 35px 30px;
        background: #FFFFFF;
        box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1);
    }
    .uslugi-int-mag-iss .block__content__text{
        font-size: 16px;
        line-height: 26px;
    }
}
@media (max-width: 480px) {
    .uslugi-int-mag-iss{
        padding: 70px 0 40px 0;
    }
    .uslugi-int-mag-iss .flex {
        padding-right: 0;
    }
    .uslugi-int-mag-iss .slick-slide{
        margin: 0 7px;
    }
    .uslugi-int-mag-iss .block{
        flex-wrap: wrap;
        padding: 20px 18px;
        justify-content: flex-start;
        align-items: start;
        height: fit-content;
    }
    .uslugi-int-mag-iss .block__content{
        width: 100%;
        order: 2;
    }
    .uslugi-int-mag-iss .block__img{
        width: 100%;
        max-width: 92px;
        max-height: 92px;
        order: 1;
        margin-bottom: 20px;
    }
    .uslugi-int-mag-iss .block__content__title{
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 26px;
    }
    .uslugi-int-mag-iss .block__content__text{
        font-size: 14px;
        line-height: 22px;
    }
}

/* uslugi-int-mag-esim - страница услуги -> разработка интернет-магазина -> этапы создания интернет-магазина */

.uslugi-int-mag-esim .flex{
    display: flex;
    justify-content: center;
    margin-top: 100px;
    overflow-x: hidden;
}
.uslugi-int-mag-esim .left-column{
    text-align: center;
    max-width: 336px;
    width: 100%;
    position: relative;
}
.uslugi-int-mag-esim .center-column{
    width: 604px;
    flex-basis: 604px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-top: 90px;
    position: relative;
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
}
.uslugi-int-mag-esim .right-column{
    text-align: center;
    max-width: 336px;
    width: 100%;
    position: relative;
}
.uslugi-int-mag-esim svg.mobile{
    display: none;
}
.uslugi-int-mag-esim .title-column{
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    color: #797979;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.uslugi-int-mag-esim .tag-1{
    position: absolute;
    text-align: center;
    text-transform: lowercase;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.uslugi-int-mag-esim .tag-2{
    position: absolute;
    text-align: center;
    text-transform: lowercase;
    top: 200px;
    left: 285px;
    transform: rotate(90deg);
}
.uslugi-int-mag-esim .tag-3{
    position: absolute;
    text-align: center;
    text-transform: lowercase;
    top: 530px;
    left: 285px;
    transform: rotate(90deg);
}
.uslugi-int-mag-esim .tag-4{
    position: absolute;
    text-align: center;
    text-transform: lowercase;
    top: 860px;
    left: 285px;
    transform: rotate(90deg);
}
.uslugi-int-mag-esim .tag-5{
    position: absolute;
    text-align: center;
    text-transform: lowercase;
    top: 1180px;
    left: 285px;
    transform: rotate(90deg);
}
.uslugi-int-mag-esim .tag-6{
    position: absolute;
    text-align: center;
    text-transform: lowercase;
    top: 1520px;
    left: 285px;
    transform: rotate(90deg);
}
.uslugi-int-mag-esim .tag-7{
    position: absolute;
    text-align: center;
    text-transform: lowercase;
    top: 1848px;
    left: 285px;
    transform: rotate(90deg);
}
.uslugi-int-mag-esim .tag-8{
    position: absolute;
    text-align: center;
    text-transform: lowercase;
    top: 2172px;
    left: 285px;
    transform: rotate(90deg);
}
.uslugi-int-mag-esim .tag-9{
    position: absolute;
    text-align: center;
    top: 2690px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    line-height: 38px;
}
.uslugi-int-mag-esim .tag-9.korp-sait{
    top: 2680px;
}
.uslugi-int-mag-esim .left-column .points-block,
.uslugi-int-mag-esim .right-column .points-block{
    font-family: Qanelas;
    font-size: 22px;
    font-weight: 300;
    line-height: 35px;
}
.uslugi-int-mag-esim .left-column svg,
.uslugi-int-mag-esim .right-column svg{
    width: 336px;
}
.uslugi-int-mag-esim .left-column .title-column,
.uslugi-int-mag-esim .left-column svg{
    position: relative;
    right: -89px;
}
.uslugi-int-mag-esim .left-column .points-block{
    position: absolute;
    right: -75px;
}
.uslugi-int-mag-esim .left-column .points-block .point{
    position: relative;
}
.uslugi-int-mag-esim .left-column .points-block .point::after{
    content: '';
    position: absolute;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
}
.uslugi-int-mag-esim .left-column .points-block .point:nth-child(1){
    margin-top: 44px;
}
.uslugi-int-mag-esim .left-column .points-block .point:nth-child(2){
    margin-top: 86px;
}
.uslugi-int-mag-esim .tag-9{
    color: #1f1f1f;
}
.uslugi-int-mag-esim .left-column .points-block .point:nth-child(3){
    margin-top: 396px;
}
.uslugi-int-mag-esim .left-column .points-block .point:nth-child(4){
    margin-top: 44px;
}
.uslugi-int-mag-esim .left-column .points-block .point:nth-child(5){
    margin-top: 208px;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
}
.uslugi-int-mag-esim .left-column .points-block .point:nth-child(6){
    margin-top: 186px;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
}
.uslugi-int-mag-esim .left-column .points-block .point:nth-child(7){
    margin-top: 631px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}
.uslugi-int-mag-esim .left-column .points-block .point:nth-child(1)::after{
    width: 196px;
    margin-left: 24px;
    border-bottom: 1px solid #FCCA00;
}
.uslugi-int-mag-esim .left-column .points-block .point:nth-child(2)::after{
    width: 116px;
    margin-left: 21px;
    border-bottom: 1px solid #FCCA00;
}
.uslugi-int-mag-esim .left-column .points-block .point:nth-child(3)::after{
    width: 75px;
    margin-left: 20px;
    border-bottom: 1px solid #FCCA00;
}
.uslugi-int-mag-esim .left-column .points-block .point:nth-child(4)::after{
    width: 49px;
    margin-left: 22px;
    border-bottom: 1px solid #FCCA00;
}
.uslugi-int-mag-esim .left-column .points-block .point:nth-child(5)::after{
    width: 49px;
    margin-left: 65px;
    border-bottom: 1px solid #52FF00;
}
.uslugi-int-mag-esim .left-column .points-block .point:nth-child(6)::after{
    width: 89px;
    margin-left: 40px;
    border-bottom: 1px solid #52FF00;
}
.uslugi-int-mag-esim .left-column .points-block .point:nth-child(7)::after{
    width: 159px;
    margin-left: 30px;
    border-bottom: 1px solid #00C2FF;
}
.uslugi-int-mag-esim .right-column .title-column,
.uslugi-int-mag-esim .right-column svg{
    position: relative;
    left: -88px;
}
.uslugi-int-mag-esim .right-column .points-block{
    position: absolute;
    left: -75px;
}
.uslugi-int-mag-esim .right-column .points-block .point{
    position: relative;
}
.uslugi-int-mag-esim .right-column .points-block .point::before{
    content: '';
    position: absolute;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
}
.uslugi-int-mag-esim .right-column .points-block .point:nth-child(1){
    margin-top: 44px;
}
.uslugi-int-mag-esim .right-column .points-block .point:nth-child(2){
    margin-top: 86px;
}
.uslugi-int-mag-esim .right-column .points-block .point:nth-child(3){
    margin-top: 175px;
}
.uslugi-int-mag-esim .right-column .points-block .point:nth-child(4){
    margin-top: 186px;
}
.uslugi-int-mag-esim .right-column .points-block .point:nth-child(5){
    margin-top: 44px;
}
.uslugi-int-mag-esim .right-column .points-block .point:nth-child(6){
    margin-top: 226px;
}
.uslugi-int-mag-esim .right-column .points-block .point:nth-child(7){
    margin-top: 221px;
}
.uslugi-int-mag-esim .right-column .points-block .point:nth-child(8){
    margin-top: 219px;
}
.uslugi-int-mag-esim .right-column .points-block .point:nth-child(9){
    margin-top: 130px;
}
.uslugi-int-mag-esim .right-column .points-block .point:nth-child(10){
    margin-top: 85px;
}
.uslugi-int-mag-esim .right-column .points-block .point:nth-child(11){
    margin-top: 109px;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
}
.uslugi-int-mag-esim .right-column .points-block .point:nth-child(12){
    margin-top: 189px;
}
.uslugi-int-mag-esim .right-column .points-block .point:nth-child(13){
    margin-top: 109px;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
}
.uslugi-int-mag-esim .right-column .points-block .point:nth-child(1)::before{
    width: 196px;
    margin-left: -220px;
    border-bottom: 1px solid #FCCA00;
}
.uslugi-int-mag-esim .right-column .points-block .point:nth-child(2)::before{
    width: 116px;
    margin-left: -145px;
    border-bottom: 1px solid #FCCA00;
}
.uslugi-int-mag-esim .right-column .points-block .point:nth-child(3)::before{
    width: 146px;
    margin-left: -165px;
    border-bottom: 1px solid #FCCA00;
}
.uslugi-int-mag-esim .right-column .points-block .point:nth-child(4)::before{
    width: 122px;
    margin-left: -144px;
    border-bottom: 1px solid #FCCA00;
}
.uslugi-int-mag-esim .right-column .points-block .point:nth-child(5)::before{
    width: 100px;
    margin-left: -120px;
    border-bottom: 1px solid #FCCA00;
}
.uslugi-int-mag-esim .right-column .points-block .point:nth-child(6)::before{
    width: 55px;
    margin-left: -69px;
    border-bottom: 1px solid #52FF00;
}
.uslugi-int-mag-esim .right-column .points-block .point:nth-child(7)::before{
    width: 69px;
    margin-left: -89px;
    border-bottom: 1px solid #52FF00;
}
.uslugi-int-mag-esim .right-column .points-block .point:nth-child(8)::before{
    width: 79px;
    margin-left: -98px;
    border-bottom: 1px solid #00C2FF;
}
.uslugi-int-mag-esim .right-column .points-block .point:nth-child(9)::before{
    width: 175px;
    margin-left: -197px;
    border-bottom: 1px solid #00C2FF;
}
.uslugi-int-mag-esim .right-column .points-block .point:nth-child(10)::before{
    width: 101px;
    margin-left: -120px;
    border-bottom: 1px solid #00C2FF;
}
.uslugi-int-mag-esim .right-column .points-block .point:nth-child(11)::before{
    width: 86px;
    margin-left: -136px;
    border-bottom: 1px solid #00C2FF;
}
.uslugi-int-mag-esim .right-column .points-block .point:nth-child(12)::before{
    width: 120px;
    margin-left: -140px;
    border-bottom: 1px solid #00C2FF;
}
.uslugi-int-mag-esim .right-column .points-block .point:nth-child(13)::before{
    width: 94px;
    margin-left: -120px;
    border-bottom: 1px solid #00C2FF;
}
.uslugi-int-mag-esim .svg-circle-one{
    animation: esim-svg-circle-one 3s linear infinite;
}
@keyframes esim-svg-circle-one{
    0%		{opacity: 0.05; }
    40%     {opacity: 0.05; }
    70%     {opacity: 0.3; }
    100%	{opacity: 0.05; }
}
.uslugi-int-mag-esim .svg-circle-two{
    animation: esim-svg-circle-two 3s linear infinite;
}
@keyframes esim-svg-circle-two{
    0%		{opacity: 0.1; }
    60%     {opacity: 0.1; }
    80%     {opacity: 0.5; }
    100%	{opacity: 0.1; }
}
@media (max-width: 1200px) {
    .uslugi-int-mag-esim .left-column .points-block,
    .uslugi-int-mag-esim .right-column .points-block{
        font-family: Qanelas;
        font-size: 18px;
        font-weight: 400;
        line-height: 35px;
    }
    .uslugi-int-mag-esim .left-column .title-column,
    .uslugi-int-mag-esim .left-column svg{
        right: -150px;
    }
    .uslugi-int-mag-esim .left-column .points-block{
        right: -75px;
    }
    .uslugi-int-mag-esim .right-column .title-column,
    .uslugi-int-mag-esim .right-column svg{
        left: -150px;
    }
    .uslugi-int-mag-esim .right-column .points-block{
        left: -75px;
    }
    .uslugi-int-mag-esim .left-column .points-block .point:nth-child(5){
        margin-top: 208px;
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .left-column .points-block .point:nth-child(6){
        margin-top: 186px;
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .left-column .points-block .point:nth-child(7){
        margin-top: 631px;
        max-width: 160px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(11){
        margin-top: 109px;
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(13){
        margin-top: 109px;
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 991px) {
    .uslugi-int-mag-esim .flex{
        margin-top: 70px;
    }
    .uslugi-int-mag-esim .left-column{
        max-width: 214px;
        width: 100%;
    }
    .uslugi-int-mag-esim .center-column{
        width: 387px;
        flex-basis: 387px;
        margin-top: 57px;
        position: relative;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
    }
    .uslugi-int-mag-esim .right-column{
        max-width: 214px;
        width: 100%;
    }
    .uslugi-int-mag-esim .title-column{
        font-size: 12px;
        line-height: 19px;
        margin-bottom: 6px;
    }
    .uslugi-int-mag-esim .tag-1{
        top: 7px;
        left: 50%;
    }
    .uslugi-int-mag-esim .tag-2{
        top: 125px;
        left: 185px;
    }
    .uslugi-int-mag-esim .tag-3{
        top: 338px;
        left: 185px;
    }
    .uslugi-int-mag-esim .tag-4{
        top: 553px;
        left: 185px;
    }
    .uslugi-int-mag-esim .tag-5{
        top: 755px;
        left: 185px;
    }
    .uslugi-int-mag-esim .tag-6{
        top: 975px;
        left: 185px;
    }
    .uslugi-int-mag-esim .tag-7{
        top: 1182px;
        left: 185px;
    }
    .uslugi-int-mag-esim .tag-8{
        top: 1388px;
        left: 185px;
    }
    .uslugi-int-mag-esim .tag-9{
        top: 1725px;
        font-size: 16px;
        line-height: 26px;
    }
    .uslugi-int-mag-esim .tag-9.korp-sait{
        top: 1715px;
    }
    .uslugi-int-mag-esim .left-column .points-block,
    .uslugi-int-mag-esim .right-column .points-block{
    font-family: Qanelas;
    font-size: 14px;
    line-height: 22px;
    }
    .uslugi-int-mag-esim .left-column svg,
    .uslugi-int-mag-esim .right-column svg{
        width: 214px;
    }
    .uslugi-int-mag-esim .left-column .title-column,
    .uslugi-int-mag-esim .left-column svg{
        right: -63px;
    }
    .uslugi-int-mag-esim .left-column .points-block{
        right: -43px;
    }
    .uslugi-int-mag-esim .right-column .title-column,
    .uslugi-int-mag-esim .right-column svg{
        left: -63px;
    }
    .uslugi-int-mag-esim .right-column .points-block{
        left: -52px;
    }
    .uslugi-int-mag-esim .left-column .points-block .point:nth-child(1){
        margin-top: 26px;
        max-width: 166px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .left-column .points-block .point:nth-child(2){
        margin-top: 55px;
        max-width: 166px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .left-column .points-block .point:nth-child(3){
        margin-top: 255px;
        max-width: 166px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .left-column .points-block .point:nth-child(4){
        margin-top: 28px;
        max-width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .left-column .points-block .point:nth-child(5){
        margin-top: 134px;
        max-width: 166px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .left-column .points-block .point:nth-child(6){
        margin-top: 119px;
        max-width: 166px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .left-column .points-block .point:nth-child(7){
        margin-top: 410px;
        max-width: 166px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .left-column .points-block .point:nth-child(1)::after{
        width: 125px;
        margin-left: 14px;
    }
    .uslugi-int-mag-esim .left-column .points-block .point:nth-child(2)::after{
        width: 74px;
        margin-left: 11px;
    }
    .uslugi-int-mag-esim .left-column .points-block .point:nth-child(3)::after{
        width: 48px;
        margin-left: 13px;
    }
    .uslugi-int-mag-esim .left-column .points-block .point:nth-child(4)::after{
        width: 31px;
        margin-left: 14px;
    }
    .uslugi-int-mag-esim .left-column .points-block .point:nth-child(5)::after{
        width: 31px;
        margin-left: 42px;
    }
    .uslugi-int-mag-esim .left-column .points-block .point:nth-child(6)::after{
        width: 57px;
        margin-left: 24px;
    }
    .uslugi-int-mag-esim .left-column .points-block .point:nth-child(7)::after{
        width: 102px;
        margin-left: 15px;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(1){
        margin-top: 26px;
        max-width: 166px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(2){
        margin-top: 55px;
        max-width: 166px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(3){
        margin-top: 112px;
        max-width: 166px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(4){
        margin-top: 119px;
        max-width: 166px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(5){
        margin-top: 29px;
        max-width: 166px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(6){
        margin-top: 145px;
        max-width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(7){
        margin-top: 133px;
        max-width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(8){
        margin-top: 140px;
        max-width: 166px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(9){
        margin-top: 76px;
        max-width: 166px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(10){
        margin-top: 54px;
        max-width: 166px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(11){
        margin-top: 70px;
        max-width: 188px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(12){
        margin-top: 121px;
        max-width: 166px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(13){
        margin-top: 74px;
        max-width: 166px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(1)::before{
        width: 125px;
        margin-left: -139px;
        border-bottom: 1px solid #CE2F27;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(2)::before{
        width: 84px;
        margin-left: -94px;
        border-bottom: 1px solid #CE2F27;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(3)::before{
        width: 94px;
        margin-left: -104px;
        border-bottom: 1px solid #CE2F27;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(4)::before{
        width: 78px;
        margin-left: -89px;
        border-bottom: 1px solid #CE2F27;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(5)::before{
        width: 64px;
        margin-left: -77px;
        border-bottom: 1px solid #CE2F27;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(6)::before{
        width: 35px;
        margin-left: -44px;
        border-bottom: 1px solid #52FF00;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(7)::before{
        width: 55px;
        margin-left: -75px;
        border-bottom: 1px solid #52FF00;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(8)::before{
        width: 50px;
        margin-left: -62px;
        border-bottom: 1px solid #00C2FF;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(9)::before{
        width: 112px;
        margin-left: -126px;
        border-bottom: 1px solid #00C2FF;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(10)::before{
        width: 65px;
        margin-left: -77px;
        border-bottom: 1px solid #00C2FF;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(11)::before{
        width: 55px;
        margin-left: -75px;
        border-bottom: 1px solid #00C2FF;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(12)::before{
        width: 77px;
        margin-left: -90px;
        border-bottom: 1px solid #00C2FF;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(13)::before{
        width: 60px;
        margin-left: -73px;
        border-bottom: 1px solid #00C2FF;
    }
}
@media (max-width: 700px) {
    .uslugi-int-mag-esim .flex{
        margin-top: 50px;
    }
    .uslugi-int-mag-esim .left-column{
        max-width: 92px;
        width: 100%;
    }
    .uslugi-int-mag-esim .center-column{
        width: 388px;
        flex-basis: 388px;
        margin-top: 81px;
        position: relative;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
    }
    .uslugi-int-mag-esim .right-column{
        max-width: 92px;
        width: 100%;
    }
    .uslugi-int-mag-esim svg.desktop{
        display: none;
    }
    .uslugi-int-mag-esim svg.mobile{
        display: block;
    }
    .uslugi-int-mag-esim .title-column{
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 12px;
    }
    .uslugi-int-mag-esim .tag-1{
        top: -25px;
        left: 50%;
        text-transform: unset;
    }
    .uslugi-int-mag-esim .tag-2{
        top: 65px;
        left: 188px;
    }
    .uslugi-int-mag-esim .tag-3{
        top: 188px;
        left: 188px;
    }
    .uslugi-int-mag-esim .tag-4{
        top: 307px;
        left: 188px;
    }
    .uslugi-int-mag-esim .tag-5{
        top: 430px;
        left: 188px;
    }
    .uslugi-int-mag-esim .tag-6{
        top: 549px;
        left: 188px;
    }
    .uslugi-int-mag-esim .tag-7{
        top: 664px;
        left: 188px;
    }
    .uslugi-int-mag-esim .tag-8{
        top: 786px;
        left: 188px;
    }
    .uslugi-int-mag-esim .tag-9{
        top: 1090px;
        font-size: 16px;
        line-height: 26px;
    }
    .uslugi-int-mag-esim .tag-9.korp-sait{
        top: 1080px;
    }
    .uslugi-int-mag-esim .left-column .points-block,
    .uslugi-int-mag-esim .right-column .points-block{
    font-family: Qanelas;
    font-size: 12px;
    line-height: 19px;
    }
    .uslugi-int-mag-esim .left-column svg,
    .uslugi-int-mag-esim .right-column svg{
        width: 92px;
    }
    .uslugi-int-mag-esim .left-column .title-column,
    .uslugi-int-mag-esim .left-column svg{
        right: -140px;
    }
    .uslugi-int-mag-esim .left-column .points-block{
        right: -143px;
    }
    .uslugi-int-mag-esim .right-column .title-column,
    .uslugi-int-mag-esim .right-column svg{
        left: -140px;
    }
    .uslugi-int-mag-esim .right-column .points-block{
        left: -143px;
    }
    .uslugi-int-mag-esim .left-column .points-block .point:nth-child(1){
        margin-top: 26px;
        max-width: 96px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .left-column .points-block .point:nth-child(2){
        margin-top: 25px;
        max-width: 85px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .left-column .points-block .point:nth-child(3){
        margin-top: 98px;
        max-width: 85px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .left-column .points-block .point:nth-child(4){
        margin-top: 8px;
        max-width: 85px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .left-column .points-block .point:nth-child(5){
        margin-top: 20px;
        max-width: 96px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .left-column .points-block .point:nth-child(6){
        margin-top: 14px;
        max-width: 85px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .left-column .points-block .point:nth-child(7){
        margin-top: 206px;
        max-width: 85px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .left-column .points-block .point::after{
        display: none;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(1){
        margin-top: 26px;
        max-width: 96px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(2){
        margin-top: 25px;
        max-width: 85px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(3){
        margin-top: 41px;
        max-width: 85px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(4){
        margin-top: 47px;
        max-width: 85px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(5){
        margin-top: 18px;
        max-width: 85px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(6){
        margin-top: 24px;
        max-width: 85px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(7){
        margin-top: 14px;
        max-width: 85px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(8){
        margin-top: 30px;
        max-width: 70px;
        margin-left: auto;
        margin-right: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(9){
        margin-top: 33px;
        max-width: 85px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(10){
        margin-top: 32px;
        max-width: 85px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(11){
        margin-top: 12px;
        max-width: 96px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(12){
        margin-top: 61px;
        max-width: 98px;
        margin-left: auto;
        margin-right: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    .uslugi-int-mag-esim .right-column .points-block .point:nth-child(13){
        margin-top: 20px;
        max-width: 85px;
        margin-left: auto;
        margin-right: auto;
    }
    .uslugi-int-mag-esim .right-column .points-block .point::before{
        display: none;
    }
}

/* uslugi-korp-sait-cms - страница услуги -> разработка корпоративных сайтов -> разработка на cms konversia */

.uslugi-korp-sait-cms .title{
    max-width: 944px;
    margin-left: auto;
    margin-right: auto;
}
.uslugi-korp-sait-cms .subtitle{
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}
.uslugi-korp-sait-cms__slider{
    margin-top: 100px;
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
}
.uslugi-korp-sait-cms img{
    width: 100%;
}
.uslugi-korp-sait-cms .slick-dots {
    bottom: auto;
    top: -65px;
}
.uslugi-korp-sait-cms .slick-dots li {
    margin: 0 2px;
}
.uslugi-korp-sait-cms .slick-dots li button {
    padding: 0;
    width: 18px;
    height: 3px;
    background: #D1D1D1;
    border-radius: 39px;
    margin: 1px;
    transition: all 0.2s;
}
.uslugi-korp-sait-cms .slick-dots li.slick-active button {
    width: 34px;
    height: 3px;
    background: #FCCA00;
    margin: 0px;
}
.uslugi-korp-sait-cms .button-prev {
    background-color: #FCCA00;
    left: -100px;
} 
.uslugi-korp-sait-cms .button-next {
    background-color: #FCCA00;
    right: -100px;
}


.uslugi-korp-sait-cms .slick-prev:before, 
.uslugi-korp-sait-cms .slick-next:before {
    color: #fff;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
    opacity: 0;
}

@media (max-width: 1600px) {
    .uslugi-korp-sait-cms__slider{
        max-width: 1200px;
    }
    .uslugi-korp-sait-cms .button-prev {
        background-color: #CE2F27;
        left: -30px;
    } 
    .uslugi-korp-sait-cms .button-next {
        background-color: #CE2F27;
        right: -30px;
    }
}
@media (max-width: 991px) {
    .uslugi-korp-sait-cms__slider{
        margin-top: 75px;
    }
    .uslugi-korp-sait-cms .slick-dots {
        bottom: auto;
        top: -55px;
    }
}

/* contacts-first - страница контакты -> первый блок с контактами */

.contacts-first{
    margin-top: 50px;
}
.contacts-first h1{
    font-size: 64px;
    font-weight: 600;
    line-height: 83px;
    letter-spacing: 0.035em;
    color: #1F1F1F;
    text-align: center;
}
.contacts-first .flex{
    margin-top: 84px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
    width: 92%;
    border-bottom: 1px solid rgba(222, 222, 222, 0.75);
}
.contacts-first .column{
    width: 22%;
    text-align: center;
}
.contacts-first .column__title{
    font-size: 16px;
    line-height: 26px;
    color: #1F1F1F;
    opacity: 0.6;
    margin-bottom: 15px;
}
.contacts-first .column__content{
    display: flex;
    justify-content: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
}
.contacts-first .column__content a{
    color: #1F1F1F;
    text-decoration: underline;
}
.contacts-first .column:nth-child(1) a{
    color: #1F1F1F;
    text-decoration: none;
}
.contacts-first .column__content__icon{
    width: 40px;
    margin: 0 10px;
    cursor: pointer;
}
.contacts-first .column__content__icon svg:hover path{
    fill: #CE2F27;
}
.contacts-first .column__content__icon svg:hover circle{
    stroke: #CE2F27;
}

@media (max-width: 1600px) {
    .contacts-first .column{
        width: 30%;
    }
}
@media (max-width: 991px) {
    .contacts-first h1{
        font-size: 44px;
        line-height: 57px;
    }
    .contacts-first .flex{
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
        padding-bottom: 70px;
        width: 100%;
    }
    .contacts-first .column{
        width: 33%;
    }
    .contacts-first .column__content{
        font-size: 20px;
        line-height: 32px;
    }
    .contacts-first .column__content__icon{
        width: 30px;
        margin: 0 7px;
    }
}
@media (max-width: 700px) {
    .contacts-first{
        margin-top: 70px;
    }
    .contacts-first .flex{
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 50px;
        width: 100%;
    }
    .contacts-first .column{
        width: 100%;
        margin-top: 40px;
    }
    .contacts-first .column:nth-child(1){
        margin-top: 0px;
    }
    .contacts-first .column__title{
        margin-bottom: 12px;
    }
}
@media (max-width: 480px) {
    .contacts-first h1{
        font-size: 32px;
        line-height: 50px;
    }
}

/* contacts-otdely - страница контакты -> отделы компании*/

.contacts-otdely{
    margin-top: 100px;
}
.contacts-otdely h2{
    text-align: center;
    font-size: 46px;
    line-height: 60px;
}
.contacts-otdely .flex{
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contacts-otdely .block{
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 74px 74px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
    width: 32.5%;
    margin-bottom: 20px;
}
.contacts-otdely .block__title{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #EAEAEA;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
}
.contacts-otdely p{
    margin-bottom: 0;
}
.contacts-otdely .block:nth-child(6) .block__title{
    justify-content: space-between;
    align-items: baseline;
}
.contacts-otdely .block:nth-child(6) p:nth-child(2){
    font-size: 16px;
    line-height: 26px;
    opacity: 0.6;
}
.contacts-otdely .block__title img{
    margin-right: 20px;
    width: 24px;
}
.contacts-otdely .block__text{
    margin-top: 25px;
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 26px;
    color: #272727;
}
.contacts-otdely .block__contacts{
    display: flex;
    color: #1F1F1F;
}
.contacts-otdely .block__contacts__phone{
    margin-right: 70px;
}
.contacts-otdely .block__contacts p{
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
    opacity: 0.6;
}
.contacts-otdely .block__contacts a{
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    color: #1F1F1F;
}
@media (max-width: 1800px) {
    .contacts-otdely .block{
        width: 49%;
    }
}
@media (max-width: 1250px) {
    .contacts-otdely .block{
        width: 100%;
    }
    .contacts-otdely h2{
        font-size: 40px;
        font-weight: 500;
        line-height: 64px;
    }
    .contacts-otdely .flex{
        margin-top: 50px;
    }
}
@media (max-width: 700px) {
    .contacts-otdely .block{
        width: 100%;
        padding: 20px;
    }
    .contacts-otdely h2{
        font-size: 40px;
        font-weight: 500;
        line-height: 64px;
    }
    .contacts-otdely .flex{
        margin-top: 50px;
    }
    .contacts-otdely .block__title{
        padding-bottom: 12px;
        font-size: 20px;
        font-weight: 500;
        line-height: 32px;
    }
    .contacts-otdely .block__title img{
        margin-right: 15px;
        width: 20px;
    }
    .contacts-otdely .block__text{
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 26px;
        color: #272727;
    }
    .contacts-otdely .block__contacts{
        display: flex;
        flex-wrap: wrap;
    }
    .contacts-otdely .block__contacts__phone{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .contacts-otdely .block__contacts__mail{
        width: 100%;
        margin-right: 0px;
    }
    .contacts-otdely .block:nth-child(6) .block__title{
        justify-content: space-between;
        align-items: baseline;
        flex-wrap: wrap;
    }
    .contacts-otdely .block:nth-child(6) p:nth-child(2){
        width: 100%;
        font-size: 16px;
        line-height: 26px;
        opacity: 0.6;
    }
}
@media (max-width: 480px) {
    .contacts-otdely{
        margin-top: 50px;
    }
    .contacts-otdely h2{
        font-size: 24px;
        font-weight: 500;
        line-height: 38px;
    }
}

/* contacts-rekvizity - страница контакты -> реквизиты*/

.contacts-rekvizity{
    margin-top: 130px;
}
.contacts-rekvizity h2{
    text-align: left;
    font-size: 46px;
    line-height: 60px;
}
.contacts-rekvizity .flex{
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}
.contacts-rekvizity .block{
    margin-bottom: 40px;
}
.contacts-rekvizity .block__title{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
    opacity: 0.6;
}
.contacts-rekvizity .block__text{
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
}
.contacts-rekvizity .block__text.mb{
    margin-bottom: 40px;
}
.contacts-rekvizity .block:last-child{
    margin-bottom: 0;
}
@media (max-width: 1600px) {
    .contacts-rekvizity .flex{
        flex-wrap: wrap;
    }
    .contacts-rekvizity .block{
        width: 50%;
    }
}
@media (max-width: 991px) {
    .contacts-rekvizity{
        margin-top: 100px;
    }
    .contacts-rekvizity h2{
        text-align: left;
        font-size: 40px;
        line-height: 64px;
    }
    .contacts-rekvizity .block{
        width: 100%;
    }
    .contacts-rekvizity .flex{
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
    }
}
@media (max-width: 480px) {
    .contacts-rekvizity{
        margin-top: 70px;
    }
    .contacts-rekvizity h2{
        text-align: center;
        font-size: 24px;
        line-height: 38px;
    }
    .contacts-rekvizity .block{
        width: 100%;
        margin-bottom: 30px;
    }
    .contacts-rekvizity .flex{
        margin-top: 30px;
    }
    .contacts-rekvizity .block__text.mb{
        margin-bottom: 30px;
    }
    .contacts-rekvizity .block__text{
        font-size: 20px;
        font-weight: 500;
        line-height: 32px;
    }
}

/* contacts-kakproehat - страница контакты -> как проехать*/

.contacts-kakproehat{
    margin-top: 150px;
}
.contacts-kakproehat h2{
    text-align: center;
    margin-bottom: 30px;
    font-size: 46px;
    line-height: 60px;
}
.contacts-kakproehat .subtitle{
    text-align: center;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 29px;
}
.contacts-kakproehat .tabs-block {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.contacts-kakproehat .tabs-block .tab {
    line-height: 50px;
    padding: 0 40px;
    font-weight: 500;
    border: 1px solid #DADADA;
    color: #1F1F1F;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
}
.contacts-kakproehat .tabs-block .tab:first-child {
    border-radius: 50px 0 0 50px;
}
.contacts-kakproehat .tabs-block .tab:last-child {
    border-radius: 0 50px 50px 0;
}

.contacts-kakproehat .tabs-block .tab.is-active{
    cursor: default;
    background-color: #CE2F27;
    border-color: #CE2F27;
    color: #fff;
}
.contacts-kakproehat .tabs-block .tab:hover {
    background-color: #bf2b23;
    border-color: #bf2b23;
    color: #fff;
}
.contacts-kakproehat .contents-block{
    margin-top: 70px;
}
.contacts-kakproehat .contents-block .block{
    display: none;
}
.contacts-kakproehat .contents-block .block.is-active{
    display: block;
}
.contacts-kakproehat .contents-block .block:not(.is-show) {
    opacity: 0;
}
.contacts-kakproehat .contents-block .video__title{
    position: absolute;
    top: 50px;
    left: 50px;
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    color: #FFFFFF;
}

@media (max-width: 991px) {
    .contacts-kakproehat{
        margin-top: 100px;
    }
    .contacts-kakproehat h2{
        font-size: 40px;
        line-height: 63px;
        margin-bottom: 20px;
    }
    .contacts-kakproehat .contents-block .video__title{
        top: 30px;
        left: 30px;
    }
    .contacts-kakproehat .tabs-block {
        margin-top: 40px;
    }
    .contacts-kakproehat .contents-block{
        margin-top: 40px;
    }
    .contacts-kakproehat .subtitle{
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 480px) {
    .contacts-kakproehat{
        margin-top: 70px;
    }
    .contacts-kakproehat h2{
        font-size: 24px;
        line-height: 38px;
    }
    .contacts-kakproehat .contents-block .video__title{
        position: relative;
        top: auto;
        left: auto;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        color: #1F1F1F;
        margin-top: 15px;
        text-align: center;
    }
    .contacts-kakproehat .video-with-controls__btn{
        top: 41%;
    }
    .contacts-kakproehat .tabs-block .tab {
        padding: 0 28px;
    }
}

/* contacts-address - страница контакты -> адрес */

.contacts-address{
    margin-top: 150px;
}
.contacts-address h2{
    text-align: center;
    margin-bottom: 30px;
    font-size: 46px;
    line-height: 60px;
}
.contacts-address .subtitle{
    text-align: center;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 29px;
}
.contacts-address .map{
    margin-top: 70px;
    height: 720px;
}
.contacts-address #map{
    margin-top: 70px;
}
.contacts-address #map > ymaps {
    border-radius: 10px;
    height: 720px;
}
@media (max-width: 1600px) {
    .contacts-address #map{
        margin-top: 50px;
    }
    .contacts-address #map > ymaps {
        height: 620px;
    }
}
@media (max-width: 991px) {
    .contacts-address{
        margin-top: 100px;
    }
    .contacts-address h2{
        font-size: 40px;
        line-height: 63px;
        margin-bottom: 20px;
    }
    .contacts-address .subtitle{
        font-size: 16px;
        line-height: 26px;
    }
    .contacts-address #map{
        margin-top: 50px;
    }
    .contacts-address #map > ymaps {
        height: 520px;
    }
}
@media (max-width: 480px) {
    .contacts-address{
        margin-top: 70px;
    }
    .contacts-address h2{
        font-size: 24px;
        line-height: 38px;
    }
    .contacts-address #map{
        margin-top: 30px;
    }
    .contacts-address #map > ymaps {
        height: 380px;
    }
}

/* contacts-form - страница контакты -> форма */

.contacts-form{
    margin-top: 150px;
}
.contacts-form h2{
    text-align: center;
    margin-bottom: 30px;
    font-size: 46px;
    line-height: 60px;
}
.contacts-form .subtitle{
    text-align: center;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 29px;
}
.contacts-form .flex{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    padding: 30px 30px 90px 30px;
    margin-bottom: 150px;
}
.contacts-form .block{
    width: 32.5%;
}
.contacts-form .block:nth-child(4),
.contacts-form .block:nth-child(5){
    width: 100%;
    margin-top: 30px;
}
.contacts-form .block__title{
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    color: #1F1F1F;
    margin-bottom: 10px;
}
.contacts-form .block__title span{
    color: #CE2F27;
}
.contacts-form input {
    border: 1px solid #FCFCFC;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    background: #FCFCFC !important;
    outline: none;
    height: 50px;
    width: 100%;
    color: #1F1F1F;
    font-family: Qanelas;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.contacts-form input::placeholder{
    color: #1F1F1F;
    opacity: 0.5;
}
.contacts-form input:focus {
    border: 1px solid #FCFCFC;
    color: #1F1F1F;
    background: #FCFCFC !important;
}
.contacts-form textarea{
    border: 1px solid #FCFCFC;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    background: #FCFCFC !important;
    outline: none;
    width: 100%;
    color: #1F1F1F;
    font-family: Qanelas;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 12px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.contacts-form textarea::placeholder{
    color: #1F1F1F;
    opacity: 0.5;
}
.contacts-form input[type="submit"]{
    border: 1px solid #CE2F27;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -khtml-border-radius: 100px;
    background: #CE2F27 !important;
    outline: none;
    height: 50px;
    width: auto;
    color: #FFF;
    font-family: Qanelas;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    padding: 0px 45px 3px 45px;
    margin-right: 30px;
}
.contacts-form input[type="submit"]:hover{
    background: #bf2b23;
}
.contacts-form input[type="checkbox"]{
    z-index: -1;
    display: none;
    opacity: 0;
}
.contacts-form input[type="checkbox"]+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    vertical-align: sub;
    margin-bottom: 0;
    cursor: pointer;
}
.contacts-form input[type="checkbox"]+label::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #CE2F27;
    border-radius: 100%;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    vertical-align: 1px;
}
.contacts-form input[type="checkbox"]:not(:disabled):not(:checked)+label:hover::before {
    border-color: #CE2F27;
}
.contacts-form input[type="checkbox"]:not(:disabled):active+label::before {
    background-color: #CE2F27;
    border-color: #CE2F27;
}
.contacts-form input[type="checkbox"]:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.contacts-form input[type="checkbox"]:focus:not(:checked)+label::before {
    border-color: #CE2F27;
}
.contacts-form input[type="checkbox"]:checked+label::before {
    border-color: #CE2F27;
    background-color: #CE2F27;
    background-image: url(/view/image/knv-theme/contacts-form__checkbox.svg);
}
.contacts-form input[type="checkbox"]:disabled+label::before {
    background-color: #CE2F27;
}
.contacts-form .block__text{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #1C1C1C;
    opacity: 0.5;
    display: inline-block;
    vertical-align: 1px;
}
.contacts-form .block__text a{
    color: #1C1C1C;
    text-decoration: underline;
}
.contacts-form .block__text a:hover{
    color: #000000;
}

@media (max-width: 991px) {
    .contacts-form{
        margin-top: 100px;
    }
    .contacts-form h2{
        font-size: 40px;
        line-height: 63px;
        margin-bottom: 20px;
    }
    .contacts-form .subtitle{
        font-size: 16px;
        line-height: 26px;
    }
    .contacts-form .flex{
        margin-top: 40px;
        padding: 30px 30px 40px 30px;
        margin-bottom: 100px;
    }
    .contacts-form .block{
        width: 100%;
        margin-bottom: 30px;
    }
    .contacts-form .block:nth-child(4){
        margin-top: 0;
    }
    .contacts-form .block:nth-child(5){
        width: 100%;
        text-align: center;
        margin-top: 0;
    }
    .contacts-form input[type="submit"]{
        width: 100%;
        margin-bottom: 20px;
    }
    .contacts-form input[type="checkbox"]+label::before {
        width: 20px;
        height: 20px;
    }
}
@media (max-width: 480px) {
    .contacts-form{
        margin-top: 70px;
    }
    .contacts-form h2{
        font-size: 24px;
        line-height: 38px;
    }
    .contacts-form .flex{
        margin-top: 30px;
        padding: 20px 20px 30px 20px;
        margin-bottom: 100px;
    }
    .contacts-form .block__title{
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
    }
    .contacts-form .block{
        width: 100%;
        margin-bottom: 20px;
    }
    .contacts-form .block__text{
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        display: inline-block;
        width: 80%;
    }
    .contacts-form input[type="checkbox"]+label {
        display: inline-flex;
        align-items: center;
        user-select: none;
        vertical-align: top;
        margin-bottom: 0;
        cursor: pointer;
        margin-top: 3px;
    }
    .contacts-form input[type="checkbox"]+label::before {
        width: 12px;
        height: 12px;
    }
    .contacts-form input[type="checkbox"]:checked+label::before {
        background-position-y: 2px;
    }
    .contacts-form .block:nth-child(5){
        text-align: left;
    }
}

/* uslugi-crm-kvov - страница услуги -> разработка CRM -> ключевые выгоды от внедрения */

.uslugi-crm-kvov .title{
    max-width: 1135px;
    margin-left: auto;
    margin-right: auto;
}
.uslugi-crm-kvov .subtitle{
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}
.uslugi-crm-kvov .subtitle-block{
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
}
.uslugi-crm-kvov-slider {
    background-image: url(/view/image/knv-theme/uslugi-crm-kvov-image-block-back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px;
    max-width: 1336px;
    margin-left: auto;
    margin-right: auto;
}
.uslugi-crm-kvov .twentytwenty-handle {
    height: 32px;
    width: 48px;
    position: absolute;
    left: 50%;
    top: 90%;
    margin-left: -24px;
    margin-top: -22px;
    background-color: none;
    border: none;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 40;
    cursor: pointer;
    background: url(/view/image/knv-theme/twentytwenty-handle.svg) center no-repeat;
}
.uslugi-crm-kvov .twentytwenty-handle:before,
.uslugi-crm-kvov .twentytwenty-handle:after{
    content: " ";
    display: block;
    background: #FCCA00;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    width: 2px;
}
.uslugi-crm-kvov .twentytwenty-left-arrow {
    display: none;
}
.uslugi-crm-kvov .twentytwenty-right-arrow {
    display: none;
}
.uslugi-crm-kvov .twentytwenty-left-arrow, 
.uslugi-crm-kvov .twentytwenty-right-arrow {
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 7px;
}

@media (max-width: 991px) {
    .uslugi-crm-kvov .subtitle-block{
        padding: 0 20px;
    }
    .uslugi-crm-kvov .image-block{
        margin-top: 50px;
    }
    .uslugi-crm-kvov-slider {
        padding: 15px;
    }
    .uslugi-crm-kvov .twentytwenty-handle {
        height: 21px;
        width: 34px;
        margin-left: -16px;
    }
}
@media (max-width: 480px) {
    .uslugi-crm-kvov .subtitle-block{
        padding: 0 9px;
        margin-top: 30px;
    }
    .uslugi-crm-kvov .image-block{
        margin-top: 30px;
    }
    .uslugi-crm-kvov-slider {
        padding: 6px;
    }
    .uslugi-crm-kvov .twentytwenty-handle {
        height: 15px;
        width: 24px;
        margin-left: -10px;
    }
}
@media (max-width: 370px) {
    .uslugi-crm-kvov .twentytwenty-handle {
        height: 15px;
        width: 24px;
        margin-left: -11px;
    }
}
/* uslugi-crm-konf - страница услуги -> разработка CRM -> конфиденциальность данных */

.uslugi-crm-konf{
    padding: 80px 0 100px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.uslugi-crm-konf .container-fluid{
    text-align: center;
}
.uslugi-crm-konf .tag{
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0.09);
    border-radius: 20px;
    display: inline-block;
    padding: 0 25px;
    color: #fff;
}
.uslugi-crm-konf .title{
    margin-top: 594px;
    font-size: 46px;
    font-weight: 500;
    line-height: 78px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
@media (max-width: 1600px) {
    .uslugi-crm-konf .title{
        margin-top: 300px;
    }
}
@media (max-width: 1200px) {
    .uslugi-crm-konf .title{
        margin-top: 200px;
        font-size: 24px;
        font-weight: 400;
        line-height: 38px;
    }
}
@media (max-width: 991px) {
    .uslugi-crm-konf{
        padding: 92px 0;
    }
    .uslugi-crm-konf .tag{
        font-size: 40px;
        font-weight: 500;
        line-height: 64px;
        text-align: center;
        background: none;
        border-radius: 0;
        display: inline-block;
        padding: 0;
        color: #fff;
        text-transform: uppercase;
    }
    .uslugi-crm-konf .title{
        margin-top: 20px;
        font-size: 18px;
        font-weight: 400;
        line-height: 31px;
        text-transform: unset;
    }
}
@media (max-width: 480px) {
    .uslugi-crm-konf{
        padding: 66px 0;
    }
    .uslugi-crm-konf .tag{
        font-size: 24px;
        font-weight: 500;
        line-height: 41px;
        text-align: center;
        background: none;
        border-radius: 0;
        display: inline-block;
        padding: 0;
        color: #fff;
        text-transform: uppercase;
    }
    .uslugi-crm-konf .title{
        margin-top: 20px;
        font-size: 18px;
        font-weight: 300;
        line-height: 29px;
        text-transform: unset;
    }
}

/* uslugi-crm-sistemy - страница услуги -> разработка CRM -> CRM-системы и ERP-системы */

@media (max-width: 480px){
    .uslugi-crm-sistemy .tab-switch__image-1{
        left: 20%;
    }
    .uslugi-crm-sistemy .tab-switch__image-2{
        left: 17px;
        top: -10%;
        right: auto;
        bottom: auto;
        width: 33vw;
        height: 100vw;
    }
}

/* firstscreen-new - страница услуги -> новый первый экран */

.firstscreen-new .container-fluid{
    /* position: relative; */
}
.firstscreen-content > .breadcrumbs-wrap {
    margin: -20px 0 20px;
}
.firstscreen-new h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 40px;
    /* max-width: 930px; */
}
.firstscreen-new span.h1{
    display: block;
}
.firstscreen-new > .container-fluid li{
    font-size: 24px;
    font-weight: 400;
    line-height: 46px;
}
.firstscreen-new ul:not(.breadcrumb) li::before {
    top: 7px;
}   
.firstscreen-new__form{
    padding: 30px;
    background: #FFFFFF;
    border-radius: 6px;
    max-width: 422px;
    margin-left: auto;
}
.firstscreen-new__form .form-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    color: #1F1F1F;
}
.firstscreen-new__form .form-title span{
    color: #1F1F1F;
}
.firstscreen-new__form .form-title__future {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    line-height: 1.5;
    margin-top: 30px;
}
.firstscreen-new__form .form-title__future img {
    margin-right: 22px;
}

.firstscreen-new__form .block__title {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    color: #1F1F1F;
    margin-bottom: 10px;
}
.firstscreen-new__form .block__title span{
    color: #CE2F27;
}
.firstscreen-new__form input {
    border: 1px solid #FCFCFC;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    background: #F7F7F7 !important;
    outline: none;
    height: 50px;
    width: 100%;
    color: #1F1F1F;
    font-family: Qanelas;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    padding: 0 20px;
    margin-bottom: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.firstscreen-new__form input::placeholder{
    color: #8F8F8F;
    opacity: 0.5;
}
.firstscreen-new__form input:focus {
    border: 1px solid #F7F7F7;
    color: #1F1F1F;
    background: #F7F7F7 !important;
}
.firstscreen-new__form input[type="submit"]{
    border: 1px solid #CE2F27;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    background: #CE2F27 !important;
    outline: none;
    height: 60px;
    width: 100%;
    color: #FFF;
    font-family: Qanelas;
    font-size: 18px;
    font-weight: 400;
    line-height: 60px;
    padding: 0px 20px 3px 20px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.firstscreen-new__form input[type="submit"]:hover{
    background: #bf2b23;
}
.firstscreen-new__form-sep {
    width: 100%;
    height: 1px;
    margin: 30px 0;
    background-color: #efefef;
}
.firstscreen-new .block {
    width: 100%;
}
.modal .firstscreen-new__form {
    padding: 0;
}

.firstscreen__btn-modal {
    display: none;
    margin-top: 30px;
    text-align: center;
}


@media (max-width: 1650px) {
    .firstscreen-new__form{
        right: 60px;
    }
}
@media (max-width: 1370px) {
    .firstscreen-new__form{
        right: 40px;
    }
}
@media (max-width: 1100px) {
    .firstscreen-new{
        min-height: 80vh;
    }
    .firstscreen-new__form{
        right: auto;
        top: auto;
        position: relative;
        width: 100%;
        max-width: none;
        padding: 20px;
    }
    .firstscreen-new__form .form-title br{
        display: none;
    }
    .firstscreen-new .firstscreen-content {
        padding-bottom: 40px;
    }
}
@media (max-width: 991px) {
    .firstscreen-new li{
        font-size: 18px;
        font-weight: 400;
        line-height: 36px;
    }
    .firstscreen-new__form .form-title{
        font-size: 20px;
        font-weight: 500;
        line-height: 32px;
    }
    .firstscreen-new__form .form-title span{
        max-width: 451px;
        display: block;
    }
    
    .firstscreen-new .block{
        width: 49%;
    }
    .firstscreen-new__form .block__title{
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
    }
    .firstscreen-new ul:not(.breadcrumb) li::before {
        top: 3px;
    }
}

@media (max-width: 767px) {
    .firstscreen-new li{
        font-size: 18px;
        font-weight: 400;
        line-height: 36px;
    }
    .firstscreen-new .firstscreen-content ul:not(.breadcrumb) li::before {
        top: 7px;
    }
}
@media (max-width: 480px) {
    .firstscreen-new h1.small-indent{
        margin-bottom: 15px;
    }
    .firstscreen-new h1 span.h1{
        display: none;
    }
    .firstscreen-new li{
        font-size: 18px;
        font-weight: 400;
        line-height: 36px;
    }
    .firstscreen-new .firstscreen-content ul:not(.breadcrumb) li::before {
        top: 5px;
    }
    .firstscreen-new li{
        font-size: 18px;
        font-weight: 400;
        line-height: 29px;
    }
    .firstscreen-new .firstscreen-content ul:not(.breadcrumb) li {
        padding-left: 20px;
    }
    .firstscreen-new .firstscreen-content ul:not(.breadcrumb) li::before {
        content: '\f111';
        font-size: 12px;
        top: 3px;
        width: 7px;
        height: 7px;
    }
    .firstscreen-new  .firstscreen-content ul:not(.breadcrumb) {
        margin-bottom: 00px;
    }
    .firstscreen-new__form {
        width: 100%;
        max-width: none;
        padding: 16px;
    }
    .firstscreen-new__form .form-title{
        font-size: 16px;
        font-weight: 500;
        line-height: 25px;
    }
    .firstscreen-new .block{
        width: 100%;
    }
    .firstscreen-new__form input {
        padding: 0 12px;
        margin-bottom: 15px;
    }
    .firstscreen-new__form input[type="submit"] {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        margin-bottom: 4px;
    }
}
@media (max-width: 370px) {
    .firstscreen-new__form .form-title br{
        display: block;
    }
}


/* uslugi-esli-vy-ne-znaete - страница услуги -> если вы не знаете */
.uslugi-esli-vy-ne-znaete ul {
    margin-left: 0;
    padding-left: 0;
}
.firstscreen-content ul:not(.breadcrumb) li {
}
.firstscreen-content ul:not(.breadcrumb) li + li {
    margin-top: 5px;
}
.uslugi-esli-vy-ne-znaete li {
    list-style-type: none;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 37px;    
    position: relative;
    padding-left: 40px;
}
.uslugi-esli-vy-ne-znaete li::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    font-size: 14px;
    line-height: 1;
    left: 0;
    top: 3px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 30px;
    background-color: transparent;
    color: #CE2F27;
}
.uslugi-esli-vy-ne-znaete li:last-child{
    margin-bottom: 0px;
}
.uslugi-esli-vy-ne-znaete .uslugi-esli-vy-ne-znaete__block-two {
    position: relative;
    padding: 90px 0;
}
.uslugi-esli-vy-ne-znaete .uslugi-esli-vy-ne-znaete__block-two::before {
    content: '';
    display: block;
    width: 50px;
    height: 125px;
    background-image: url(/view/image/knv-theme/uslugi-seo-esli-vy-hotite-lightning.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 30%;
    transform: translate(50%, -35%);
}
.uslugi-esli-vy-ne-znaete__block-two__content {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}

.uslugi-esli-vy-ne-znaete .uslugi-esli-vy-ne-znaete__block-three p{
    font-size: 22px;
    font-weight: 400;
    line-height: 37px;
    max-width: 1064px;
    margin-left: auto;
    margin-right: auto;
}
.uslugi-esli-vy-ne-znaete .uslugi-esli-vy-ne-znaete__block-three .h2{
    font-size: 46px;
    font-weight: 500;
    line-height: 60px;
}
.uslugi-esli-vy-ne-znaete .line-separater-1 {
    margin-top: 100px;
    margin-bottom: 100px;
    border-bottom: 1px solid rgba(222, 222, 222, 0.75);
}
@media (max-width: 991px) {
    .uslugi-esli-vy-ne-znaete li {
        font-size: 16px;
        line-height: 22px;
    }
    .uslugi-esli-vy-ne-znaete .line-separater-1 {
        margin-top: 50px;
        margin-bottom: 50px;
        border-bottom: 1px solid rgba(222, 222, 222, 0.75);
    }
}

.about-1__image {
    max-width: 80%;
}

.gallery-grid .row {
    margin-left: -5px;
    margin-right: -5px;
}
.gallery-grid *[class^="col"] {
    padding-left: 5px;
    padding-right: 5px;
}


.gallery-grid__item {
    display: block;
    width: 100%;
    border-radius: 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    transition: all 0.2s;
}
.gallery-grid__item:after {
    content: '';
    display: block;
    padding-top: 69.5%;
}
.gallery-grid__item--big:after {
    padding-top: 70%;
}

.gallery-grid-slider .slick-list {
    margin: 0 45px;
}
.gallery-grid-slider .slick-slide {
    margin: 0 5px;
}

.popup-gallery__item {
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    overflow: hidden;
    transition: all 0.2s;
}
.popup-gallery__item::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(image.png);
    opacity: 0;
    transition: all 0.2s;
}
.popup-gallery__item-zoom {
    background-image: url(/view/image/knv-theme/icon-zoom-in.svg);
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    background-size: contain;
    width: 50px;
    height: 50px;
    padding-left: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 500;
    opacity: 0;
    transition: all 0.2s;
}
.popup-gallery__item:hover::before {
    opacity: 1;
}
.popup-gallery__item:hover .popup-gallery__item-zoom {
    opacity: 1;
}

.my-mfp-zoom-in.mfp-bg.mfp-ready {
    opacity: 0.9;
}
.my-mfp-zoom-in.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-wrap .mfp-content {
    margin: 0px 30px;
}
.mfp-wrap img.mfp-img {

}
.mfp-wrap .mfp-image-holder .mfp-close {
    right: -25px;
}
.mfp-wrap .mfp-arrow::before {
    display: none;
}
.mfp-wrap .mfp-arrow {
    opacity: 1;
    width: auto;
    height: auto;
    transition: all 0.2s;
}
.mfp-wrap.mfp-removing .mfp-arrow {
    opacity: 0;
}
.mfp-wrap .mfp-arrow::after {
    position: relative;
    font-family: 'Font Awesome 5 Pro';
    border: none;
    color: #1f1f1f;
    background: #fff;
    box-shadow: 0px 20px 27px rgb(0 0 0 / 9%);
    width: 50px;
    height: 50px;
    margin: 0;
    top: 0;
    border-radius: 100px;
    line-height: 50px;
    transition: all 0.2s;
}
.mfp-wrap .mfp-arrow:hover::after {
    background: #FCCA00;
}

.mfp-wrap .mfp-arrow.mfp-arrow-left {
    left: 20px;
}
.mfp-wrap .mfp-arrow.mfp-arrow-right {
    right: 20px;
}
.mfp-wrap .mfp-arrow.mfp-arrow-left::after {
    content: "\f104";
}
.mfp-wrap .mfp-arrow.mfp-arrow-right::after {
    content: "\f105";
}

.page-link-block {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
}
.page-link-block__title {
    text-transform: none;
    font-weight: 600;
    color: #FCCA00;
    margin-bottom: 0 !important;
}
.page-link-block__subtitle {
    flex-grow: 1;
}
.page-link-block__btn {
    margin-top: 70px;
}


.social-big-links {
    display: flex;
    justify-content: center;
}
.social-big-links .social-big-link {
    margin: 25px;
    margin-top: 0;
}
.social-big-link {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 90px;
    background: #FFFFFF;
    box-shadow: 0px 33px 29px rgba(0, 0, 0, 0.04);
    background-size: 30%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.2s;
}
.social-big-link:hover {
    box-shadow: 0px 33px 29px rgba(0, 0, 0, 0.08);
}
.social-big-link--youtube {
    background-image: url(/view/image/knv-theme/icon-youtube-color.svg);
}
.social-big-link--vk {
    background-image: url(/view/image/knv-theme/icon-vk-color.svg);
}
.social-big-link--instagram {
    background-image: url(/view/image/knv-theme/icon-instagram-color.svg);
}


.branch-card {
    background: #FFFFFF;
    box-shadow: 0px 74px 74px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.branch-card__image {
    position: relative;
    border-radius: 6px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 52.5%;
}
.branch-card__desc {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}
.branch-card__name {
    color: #181818;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 500;
}
.branch-card__short_desc {
    margin-bottom: 30px;
    flex-grow: 1;
}
.branch-card__footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.branch-card__price {
    font-size: 24px;
    font-weight: 600;
    margin-right: 15px;
    margin-top: 20px;
}
.branch-card__price small {
    font-size: 16px;
    font-weight: 400;
}
.branch-card__btn {
    margin-top: 20px;
}

.row-cases {
    margin-left: -10px;
    margin-right: -10px;
}
.row-cases *[class^="col-"] {
    padding: 10px;
}

.case-card-v2 {
    background: #FFFFFF;
    box-shadow: 0px 74px 74px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.case-card-v2__image {
    position: relative;
    border-radius: 6px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 52.5%;
}
.case-card-v2__desc {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}
.case-card-v2__props {
    position: absolute;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    bottom: 0;
    padding: 25px 20px;
}
.case-card-v2-prop {
    padding: 3px 15px;
    margin: 5px;
    border-radius: 50px;
    background-color: #fff;
    display: flex;
    align-items: center ;
}
.case-card-v2-prop__icon {
    margin-right: 5px;
}
.case-card-v2-prop__icon svg {
    width: 14px;
    color: #FCCA00
}
.case-card-v2__name {
    color: #181818;
    margin-bottom: 30px;
    font-size: 24px;
    flex-grow: 1;
}
.case-card-v2__footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.case-card-v2__price {
    font-size: 24px;
    font-weight: 600;
    margin-right: 15px;
    margin-top: 10px;
}
.case-card-v2__price small {
    font-size: 16px;
    font-weight: 400;
}
.case-card-v2__btn {
    margin-top: 10px;
}



.cases-slider-wrap {
    background-color: #070506;
    position: relative;
}
.cases-slider-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
}
.cases-slider-bg.active {
    opacity: 1;
    transition: opacity 1s;
}

.cases-slider-wrap .container-fluid,
.cases-slider-wrap .container {
    position: relative;
    z-index: 1;
}

.case-slide {
    padding: 70px;
    border-radius: 6px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 74px 74px rgba(0, 0, 0, 0.03);
}
.case-slide__header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: end;
    margin-left: -15px;
    margin-right: -15px;
}
.case-slide__header-col {
    flex-basis: 50%;
    margin: 0 15px;
}
.case-slide__title {
    font-size: 24px;
    text-transform: uppercase;
    max-width: 600px;
}
.case-slide__site {
    margin-top: 20px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.case-slide__site svg {
    color: #FCCA00;
    width: 20px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}
.case-prop-wrap {
    display: flex;
}
.case-prop {
    position: relative;
    flex-grow: 1;
    padding-left: 35px;
    margin: 10px;
}
.case-prop__icon {
    position: absolute;
    left: 0;
    top: 0;
}
.case-prop__icon svg {
    width: 20px;
    color: #FCCA00;
}
.case-prop__name {
    font-size: 16px;
    opacity: 0.5;
    margin-top: 3px;
    margin-bottom: 10px;
}
.case-slide__delimiter {
    background: #C4C4C4;
    opacity: 0.3;
    height: 1px;
    margin: 50px 0;
}

.case-slide__body {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-left: -35px;
    margin-right: -35px;
}
.case-slide__body-col {
    width: 50%;
    margin: 0 35px;
}
.case-slide__visits {
    border-radius: 6px;
    box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.03);
}
.case-slide__visits-label {
    margin: 15px;
}
.case-slide__visits-img {
    border-radius: 6px;
    width: 100%;
}

.case-slide__table-positions {
    margin-bottom: 20px;
}
.case-slide__show-positions {
    margin-bottom: 20px;
    text-align: center;
}
.case-slide__btn {
    margin-top: 56px;
}
.case-slide-navs-wrap {
    display: none;
}
.case-slide-navs {
    border-bottom: 1px solid #ECECEC;
    display: flex;
    justify-content: space-between;
}
.case-slide-navs a {
    color: #8F8F8F;
    padding: 12px 0;
    border-bottom: 1px solid transparent;
    position: relative;
    bottom: -1px;
    text-decoration: none !important;
}
.case-slide-navs a.active {
    color: #CE2F27;
    border-color: #CE2F27;
}


.modal-case-positions .modal-dialog {
    max-width: 873px;
}
.modal-case-positios__title {
    font-size: 24px;
    margin-bottom: 20px;
    padding-left: 25px;
}
.modal-case-positios__table-wrap {
    max-height: 60vh;
    overflow: auto;
}

.filter {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
}
.filter__item {
    display: flex;
    align-items: center;
    margin: 15px 0;
    margin-right: 60px;
}
.filter__name {
    line-height: 1;
}
.filter__icon svg {
    color: #FCCA00;
    margin-right: 15px;
    width: 20px;
    display: block;
}
.filter__select > .btn {
    padding: 0px 10px;
    font-weight: 500;
    color: #C2C2C2;
    text-decoration: none !important;
}
.filter__select .dropdown-menu {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    background: #FFFFFF;
    border-radius: 6px;
    border: none;
}


.dropdown-toggle::after {
    display: none;
}
.dropdown-item {
    outline: none !important;
    box-shadow: none !important;
}

.firstscreen__tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.firstscreen__tag {
    display: flex;
    background: #fff;
    border-radius: 20px;
    font-size: 16px;
    padding: 10px 17px;
    margin: 0 15px 15px 0;
}
.firstscreen__tag svg {
    margin-right: 12px;
    width: 20px;
    color: #FCCA00;
}

.firstscreen__cases-params {
    display: flex;
    flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
}
.firstscreen__cases-param {
    border-radius: 10px;
    background: #fff;
    padding: 12px 15px;
    margin: 0 7px 15px 7px;
    min-width: 200px;
}
.firstscreen__cases-param-title {
    margin-bottom: 15px;
    font-size: 16px;
}
.firstscreen__cases-param-row {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.firstscreen__cases-param-row span:first-child {
    margin-right: 5px;
    opacity: 0.3;
}

.modal-cities__link {
    color: #1F1F1F;
    margin-top: 20px;
}
.modal-cities__link:hover {
    color: #CE2F27;
    text-decoration: none;
}


.mountains {
    position: relative;
    background-color: #000;
    padding-bottom: 0 !important;
    overflow: hidden;
}
.mountains .container-fluid {
    position: relative;
    z-index: 1;
}
.mountains__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(141, 33, 27);
    background: radial-gradient(circle, rgba(194,2,33,1) 0%, rgba(255,255,255,0) 50%);
    animation: mountains-bg-pulse 3s ease-in-out infinite;
}
@keyframes mountains-bg-pulse {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.5); }
    100% { transform: scale(1); }
}
.mountains__img {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: 50px;
}
.mountains__img--1380 {
    display: none;
}
.mountains__img--768 {
    display: none;
}
.mountains__img--320 {
    display: none;
}


.vacancy-card {
    background: #FFFFFF;
    box-shadow: 0px 74px 74px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.vacancy-card__name {
    color: #1F1F1F;
    margin-bottom: 15px;
    display: block;    
}
.vacancy-card__salary {
    margin-bottom: 15px;
}
.vacancy-card__btn {
    margin-top: auto;
}
.vacancy-card__props {
    margin-top: 15px;
    margin-bottom: 20px;
}
.vacancy-card__prop {
    background: #F8F8F8;
    border-radius: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    display: inline-block;
    padding: 3px 15px;
    margin: 0 10px 10px 0;
}
.vacancy-card__prop svg {
    color: #FCCA00;
    width: 14px;
    margin-right: 6px;
}

.vacancy-block {
    background-color: #fff;
    box-shadow: 0px 74px 74px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
    padding: 30px;
}
.vacancy-block__sep {
    width: 100%;
    height: 1px;
    margin: 30px 0;
    background-color: #efefef;
}
.vacancy-block ul {
    list-style: none;
    padding: 0;
}
.vacancy-block ul li {
    position: relative;
    padding-left: 18px;
}
.vacancy-block ul li + li {
    margin-top: 15px;
}
.vacancy-block ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid #FCCA00;
    display: block;
    border-radius: 10px;
    position: absolute;
    top: 11px;
    left: 0;
}

.thanks-order__img {
    width: 100%;
    margin-top: 60px;
}
.firstscreen-new__form .thanks-order__img,
.vacancy-block .thanks-order__img {
    margin-bottom: -30px;
}

.grecaptcha-badge {
    transform: translate(10000%, 10000%);
}

.dipl-slider{
    margin-top: 50px;
}

.for-you-list{
    list-style-type: none;
    padding: 0;
}

.for-you-list li{
    display: flex;
}

.for-you-list li:not(:first-child){
    margin-top: 30px;
}

.for-you-list li div{
    margin-left: 15px;
    font-size: 22px;
}

.for-you-list li span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 12px;
    margin-top: 10px;
}

.maybe-row-wrapper{
    background: #FAFAFA;
    border-radius: 29px;
    padding: 90px;
}

.maybe-row__text{
    font-size: 22px;
    text-align: center;
    line-height: 37px;
}

.maybe-row__text-span{
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    padding: 0 10px;
    background-color: #181818;
    font-weight: 700;
    position: relative;
    transform: skewX(-10deg);
    border-radius: 5px;
    margin-left: 5px;
}

@media(max-width: 1760px){
    .for-you-list li:not(:first-child){
        margin-top: 15px;
    }
}

.firstscreen__wrapper{
    background: url(/view/image/knv-theme/kontext-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.firstscreen__wrapper{
    height: 100vh;
}

.firstscreen__container{
    height: 100%;
}

.firstscreen__container{
    max-width: 94%;
}

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

.firstscreen__left h1{
    color: #fff;
    line-height: 1.6;
    font-size: 56px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 0 !important;
}

.firstscreen__left{
    margin-right: 190px;
    margin-top: 55px;
}

.firstscreen__left ul{
    padding-left: 0px;
    margin-top: 50px;
}

.firstscreen__left ul li{
    position: relative;
    padding-left: 40px;
    color: #fff;
    list-style-type: none;
    font-size: 24px;
    line-height: 1.9;
}

.firstscreen__left ul li::after{
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    font-size: 14px;
    line-height: 1;
    left: 0;
    top: 3px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 30px;
    background-color: transparent;
}

.firstscreen__right{
    flex: 1 1 auto;
    margin-top: 55px;
    display: flex;
    justify-content: flex-end;
}

.firstscreen__right .feedback__form{
    width: 555px;
    background: #fff;
    border-radius: 30px;
    padding: 30px 30px 40px 30px;
}

.firstscreen__right .form-title span{
    font-weight: 6;
    font-size: 32px;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 5px;
}

.firstscreen__right .form-title .form-title__future{
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.firstscreen__right .form-title .form-title__future p{
    margin-bottom: 0 !important;
    font-weight: 300;
}

.firstscreen__right .form-title .form-title__future div{
    width: 30px;height: 30px;
    background-color: #f2f2f2;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}

.firstscreen__right .feedback__form .block .block__title{
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
}

.firstscreen__right .feedback__form .block:not(:first-child){
    margin-top: 20px;
}

.firstscreen__right .feedback__form .feedback__form-inputs button{
    margin-top: 30px;
    background-color: #FCCA00;
    border: none;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.firstscreen__right .feedback__form .feedback__form-inputs button:hover{
    background-color: #FFDF5C;
}

@media(max-width: 1600px){
    
    .firstscreen__container{
    }
    
    .firstscreen__left h1{
        font-size: 40px;
    }
    
    .firstscreen__left{
        margin-right: 80px;
        max-width: 53%;
    }
    
    .firstscreen__left ul{
        margin-top: 35px;
    }
    
    .firstscreen__left ul li{
        padding-left: 25px;
        font-size: 18px;
    }
    
    .firstscreen__right .feedback__form{
        width: 425px;
        padding: 25px 20px 30px 20px;
    }
    
    .firstscreen__right .form-title span{
        font-size: 24px;
    }
    
    .firstscreen__right .form-title .form-title__future{
        margin-top: 15px;
    }
    
    .firstscreen__right .form-title .form-title__future p{
        margin-bottom: 0 !important;
        font-weight: 300;
        font-size: 16px;
    }
    
    .firstscreen__right .form-title .form-title__future div{
        margin-right: 15px;
    }
    
    .firstscreen__right .feedback__form .block .block__title{
        font-size: 16px;
    }
    
    .firstscreen__right .feedback__form .block:not(:first-child){
        margin-top: 15px;
    }
    
    .firstscreen__right .feedback__form .feedback__form-inputs button{
        margin-top: 20px;
        background-color: #FCCA00;
        border: none;
        color: #000;
        height: 50px;
    }
    
    .firstscreen__right .feedback__form .feedback__form-inputs button:hover{
        background-color: #FFDF5C;
    }
}

.types__body{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.types__container{
    padding: 0 130px 0 0;
}

.body-types__text h2{
    font-weight: 700;
    font-size: 46px;
    line-height: 1.6;
    margin-bottom: 0 !important;
    text-transform: none;
}

.action-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease 0s;
    color: #1F1F1F;
    font-size: 18px;
    height: 60px;
    background: #FCCA00;
    border-radius: 100px;
    font-weight: 500;
    text-decoration: none;
}

.action-btn:hover{
    background-color: #FFDF5C;
    color: #1F1F1F;
    text-decoration: none;
}

.body-types__text .switch-buttons__container{
    display: flex;
    align-items: center;
    border-radius: 25px;
    border: 1px solid rgba(31, 31, 31, 0.1);
    max-width: 314px;
    margin-top: 40px;
}

.body-types__text .switch-buttons__container a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 157px;
    border-radius: 0px 25px 25px 0px;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color: #1F1F1F;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.body-types__text .switch-buttons__container a:hover{
    background: rgba(31, 31, 31, 0.1);
}

.body-types__text .switch-buttons__container a:first-child{
    border-radius: 25px 0 0 25px;
}

.body-types__text  .types-text{
    margin-top: 40px;
}

.body-types__text  .types-text .types-text__tab{
    font-size: 18px;
    line-height: 1.6;
}

.body-types__text .action-btn{
    max-width: 400px;
    margin-top: 30px;
}

.zxc{
    display: none;
}

.body-types__image .types-image__tab{
    display: none;
}

.body-types__image .types-image__tab._active{
    display: block;
}

.firstscreen-new {
    background: url(/view/image/knv-theme/kontext-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.firstscreen-updt .fastForm .btn-block{
    background-color: #FCCA00;
    border: none;
    color: #1F1F1F;
    font-weight: 500;
    margin-top: 30px;
}

.firstscreen-updt .fastForm .btn-block:hover{
    background-color: #FFDF5C;
}

.firstscreen-updt .btn-primary{
    background-color: #FCCA00;
    border: none;
    color: #1F1F1F;
    font-weight: 500;
}

.firstscreen-updt .btn-primary:hover{
    background-color: #FFDF5C;
}

.firstscreen .firstscreen-new h1{
    font-size: 60px;
    line-height: 1.6;
}

.firstscreen .firstscreen-new li{
    margin-top: 5px !important;
    line-height: 1.9;
}

.firstscreen .firstscreen-new ul:not(.breadcrumb) li::before{
    top: 3px;
}

.firstscreen .firstscreen-titles{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.firstscreen-new__form .form-title__future{
    margin-top: 15px;
}

.form-title__future div{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F2F2;
    border-radius: 6px;
    width: 30px;
    height: 30px;
    margin-right: 23px;
}

.form-title__future div img{
    margin-right: 0 !important;
}

.firstscreen .fastForm .form-inputs{
    margin-top: 30px;
}

.firstscreen-new__form .block__title span{
    color: #FCCA00;
}

@media(max-width: 1520px){
    .firstscreen .firstscreen-new h1{
        font-size: 48px;
        margin-bottom: 30px;
    }

    .firstblock h1{
        font-size: 40px;
    }
}

@media(max-width: 768px){
    .firstscreen .firstscreen-new h1{
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 0 !important;
    }

    .firstblock h1{
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 0 !important;
    }

    .firstscreen .firstscreen-new ul{
        margin-top: 20px !important;
    }
    
    .firstscreen .firstscreen-new li{
        margin-top: 5px !important;
        font-size: 16px;
        line-height: 1.9;
    }

    .firstscreen .firstscreen-new .firstscreen-content ul:not(.breadcrumb) li::before{
        content: '\f00c';
    }

    .firstscreen{
        height: 100vh;
        max-height: 600px;
    }
}

.types-container{
    flex-wrap: nowrap;
    padding: 0 130px 0 0;
    justify-content: space-between;
}

.types-container .types__text{
    order: 2;
    flex: 0 1 35%;
}

.types-container .types__image{
    order: 1;
}

.tab-switch-yandex .image-tab__mac img{
    max-width: 100%;
}

.tab-switch-google .image-tab__mac img{
    max-width: 100%;
}

.tab-switch-yandex .types-image__phone{
    position: absolute;
    bottom: -15%;
    right: 34%;
    width: 25%;
}

.tab-switch-yandex .types-image__phone img{
    width: 100%;
}

.tab-switch-google .types-image__phone{
    position: absolute;
    bottom: -15%;
    right: 34%;
    width: 25%;
}

.tab-switch-google .types-image__phone img{
    width: 100%;
}

.tab-label__wrap{
    position: relative;
}

.image-tab__mac .tab-switch__image-label{
    position: absolute;
    right: -25px;
    top: 42%;
}

.image-tab__mac .tab-switch__image-label:after{
    transform: rotate(180deg);
    left: -21px;
}

.types-image__phone .tab-switch__image-label{
    position: absolute;
    top: 0;
    left: -200px;
    top: 21%;
}

.tab-switch__image-label{
    border: 2px solid #FCCA00;
    box-shadow: 0px 24px 32px rgba(251, 198, 1, 0.15);
    border-radius: 6px;
    min-width: 180px !important;
}

.tab-switch__image-label:after{
    border-left-color: #FCCA00;
}

.tab-switch__image-1{
    width: 100%;
}

.tab-switch__content .btn-primary{
    background-color: #FCCA00;
    border: none;
    color: #1F1F1F;
    font-weight: 500;
    min-width: 400px;
}

.tab-switch__content .btn-primary:hover{
    background-color: #FFDF5C;
}

.tab-switch__toggles a.is-active, .tab-switch__toggles a:hover{
    background: #E9E9E9;
}

.tab-switch__toggles{
    border: 1px solid #E9E9E9;
    border-radius: 25px;
    width: max-content;
}

.tab-switch__toggles a{
    border: none !important
}

.tab-switch__toggles a{
    font-size: 18px;
}

.types{
    margin-bottom: 150px;
}

.types h2{
    font-weight: 600;
    font-size: 46px;
    text-align: left;
}

.types .h2{
    text-transform: none;
    font-weight: 600;
    font-size: 46px;
    text-align: left;
}

.types__text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media(max-width: 1520px){
    .section-bg{
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .types{
        margin-bottom: 100px;
    }

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

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

    .types-container{
        padding: 0 80px 0 0;
    }
    
    .types-container .types__text{
        order: 2;
        flex: 0 1 35%;
    }
    
    .types-container .types__image{
        order: 1;
    }

    .tab-switch__image-label{
        min-width: 140px;
    }

    .image-tab__mac .tab-switch__image-label{
        right: 20px;
    }
}

.mac-right{
    display: none;
}

.types .h2{
    font-weight: 600;   
    text-transform: none;
    padding: 0 20px;
    display: none !important;    
}

@media(max-width: 991px){
    .types-container{
        padding: 0;
        flex-direction: column;
        position: relative;
    }

    .types .h2{
        display: block !important;
    }

    .mac-left{
        display: none;
    }

    .mac-right{
        display: block;
    }

    .types-container .types__text{
        order: 2;
        flex: 1 1 100%;
        margin-top: 40px;
    }

    .tab-switch__content{
        padding: 0 15px;
    }

    .types__text .tab-switch__content p {
        text-align: left;
        margin-bottom: 30px;
        font-size: 16px;
    }
    
    .types-container .types__image{
        order: 1;
    }
    
    .tab-switch-yandex .image-tab__mac img{
        max-width: 100%;
        margin-left: auto;
    }

    .tab-switch-google .image-tab__mac img{
        max-width: 100%;
        margin-left: auto;
    }
    
    .tab-switch-google .image-tab__mac img{
        max-width: 100%;
        margin-left: auto;
    }
    
    .tab-switch-yandex .types-image__phone{
        position: absolute;
        bottom: -15%;
        right: 170px;
        width: auto;
    }

    .tab-switch-google .types-image__phone{
        position: absolute;
        bottom: -15%;
        right: 170px;
        width: auto;
    }
    
    .tab-switch-yandex .types-image__phone img{
        width: auto;
        height: 240px;
    }

    .tab-switch-google .types-image__phone img{
        width: auto;
        height: 240px;
    }

    .tab-switch__image-label{
        font-size: 14px;
        padding: 10px !important;
        display:  block !important;
    }

    .types-image__phone .tab-switch__image-label{
        top: 16%;
        left: -140px;
    }

    .image-tab__mac .tab-switch__image-label:after{
        transform: rotate(0deg);
        left: 100%;
    }

    .image-tab__mac .tab-switch__image-label{
        transform: rotate(0deg);
        left: -100px;
        right: auto;
        top: 27%;
    }

    .image-tab__mac{
        position: relative;
        width: max-content;
        margin-left: auto;
    }

    .tab-switch__toggles{
        position: absolute;
        top: 0;
        z-index: 10;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .types__text{
        position: static;
    }

    .types__image{
        margin-top: 80px;
    }

    .types h2{
        display: none;
    }

}

@media(max-width: 768px){
    .types .h2{
        font-size: 24px;
    }

    .types{
        margin-bottom: 0px;
    }
}

@media(max-width: 600px){
    .types-image__phone .tab-switch__image-label::after{
        transform: rotate(180deg);
        right: auto;
        left: -21px;
    }

    .tab-switch__content .btn-primary{
        min-width: 100%;
    }

    .types-image__phone .tab-switch__image-label{
        left: auto;
        right: -120px
    }

    .tab-switch__image-label{
        max-width: 100px;
        min-width: auto !important;
        max-width: 140px;
    }

    .tab-switch__image-label br{
        display: none;
    }

    .image-tab__mac .tab-switch__image-label{
        left: -10px;
        top: 25%;
    }
}

.diagram{
    background: #F8F8F8;
}

.diagram h2{
    font-weight: 600;
    font-size: 46px;
    margin-bottom: 0 !important;
}

.profit h2{
    font-weight: 600 !important;
    font-size: 46px !important;
    margin-bottom: 0 !important;
}

.contacts-requisites h2{
    font-weight: 600 !important;
    font-size: 46px !important;
    margin-bottom: 0 !important;
}

.diagram .container p {
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    max-width: 880px;
    margin: 20px auto 0 auto;
}

.funnel{
    margin-top: 90px;
}

.funnel__row--8{
    height: 5.8vw;
}

.funnel .btn-primary{
    background-color: #FCCA00;
    border: none;
    color: #1F1F1F;
    font-weight: 500;
}

.funnel .btn-primary:hover{
    background-color: #FFDF5C;
}

@media(max-width: 1520px){
    .funnel__cell{
        font-size: 18px;
    }

    .funnel__cell div{
        font-size: 18px;
    }

    .funnel__cell .small{
        font-size: 14px;
    }

    .funnel__row.funnel__row--3, .funnel__row.funnel__row--5, .funnel__row.funnel__row--7{
        height: 12.1vw !important;
    }

    .funnel__cell{
        padding: 15px;
    }

    .diagram h2, .profit h2{
        font-size: 32px !important;
    }

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

    .contacts-requisites h2{
        font-size: 32px !important;
    }
}

@media(max-width: 991px){
    .funnel{
        margin-top: 40px;
    }

    .funnel__cell{
        font-weight: 500;
    }

    .funnel-switch{
        margin-bottom: 0;
        margin-top: 40px;
    }

    .funnel__row{
        margin-bottom: 10px !important;
        padding-bottom: 10px !important;
    }

    .funnel__row--1, .funnel__row--8{
        display: block !important;
    }

    .funnel__row--1{
        display: none !important;
    }

    .funnel__row.funnel__row--3, .funnel__row.funnel__row--5, .funnel__row.funnel__row--7{
        height:  auto !important;
    }

    .funnel__row.funnel__row--2, .funnel__row.funnel__row--4, .funnel__row.funnel__row--6{
        padding-bottom: 0 !important;
    }

    .funnel__row--8{
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        border-bottom: none !important;
    }

    .funnel__row--8 .btn-primary{
        margin-top: 30px;
        min-width: 360px;
    }

    .funnel-switch__control::after{
        background: #FCCA00;
    }

    .funnel__cell div{
        font-weight: 400;
        font-size: 16px;
    }
}

@media(max-width: 768px){
    .diagram h2, .profit h2{
        font-size: 24px !important;
        text-align: left !important;
    }

    .profit h2{
        font-size: 20px;
        text-align: left !important;
    }

    .contacts-requisites h2{
        font-size: 20px !important;
        text-align: left !important;
    }

    .diagram .container p{
        margin-top: 10px;
        font-size: 16px;
        text-align: left;
    }

    .funnel-switch{
        margin: 30px 0 20px 0;
    }
}

@media(max-width: 500px){
    .funnel__row--8 .btn-primary{
        min-width: 100%;
    }
}

.keywords h2{
    font-weight: 600;
    font-size: 46px;
    margin-bottom: 0 !important;
}

@media(max-width: 1520px){
    .keywords h2{
        font-size: 32px;
    }
}

@media(max-width: 991px){
    .how-tasks__col--tasks{
        border-radius: 0 !important;
        margin: 0 !important;
        padding: 20px 0 !important;
        background: none !important
    }

    .how-tasks__col--text{
        margin-top: 20px !important;
        padding: 0 20px !important;
        text-align: left !important;
    }
    
}

@media(max-width: 768px){
    .keywords h2{
        font-size: 24px;
        text-align: left !important;
    }

    .how-tasks__col--text{
        font-size: 16px;
        margin-top: 0 !important;
    }
}

.faq h2{
    font-weight: 600;
    font-size: 46px;
    margin-bottom: 0 !important;
}

.faq .accordion-wrap{
    max-width: 773px;
    margin: 50px auto 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 74px 74px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
}

.faq .accordion-item-title div{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F3F3;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease 0s;
}

.faq .accordion-item-title:hover div{
    background: #FCCA00;
    color: #1F1F1F
}

.faq .accordion-item-title:hover{
    color: #1F1F1F
}


.faq .accordion-item-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq .accordion-item-title i{
    right: 18px;
    top: 25px;
}

.faq .accordion-item-title{
    padding-right: 30px;
}

@media(max-width: 1520px){
    .faq h2{
        font-size: 32px;
    }
}

@media(max-width: 768px){
    .faq h2{
        font-size: 24px;
        text-align: left !important;
    }

    .faq .accordion-wrap{
        margin: 20px auto 0 auto;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    }

    .faq .accordion-item-title div{
        width: 30px;
        height: 30px;
        min-width: 30px;
        min-height: 30px;
        margin-left: 15px;
    }

    .faq .accordion-item-title{
        padding-right: 20px;
    }

    .faq .accordion-item-title i{
        right: 11px;
        top: 15px;
    }
}

.context-cases .gallery-grid-slider div{
    text-align: center;
}

.context-cases .gallery-grid{
    padding-bottom: 100px;
}

.context-cases h2{
    font-weight: 600;
    font-size: 46px;
    margin-bottom: 0 !important;
    color: #fff;
    padding-top: 120px;
}

.context-cases .container-fluid{
    text-align: center;
}

.context-cases .lid{
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    margin: 15px auto 0 auto;
}

.context-cases .gallery-grid-slider div img{
    border-radius: 10px;
    max-width: 100%;
}

.context-cases .btn-primary{
    background-color: #FCCA00;
    border: none;
    color: #1F1F1F;
    font-weight: 500;
    margin-top: 50px;
}

.profit .btn-primary{
    background-color: #FCCA00;
    border: none;
    color: #1F1F1F;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 150px;
}

@media(max-width: 1520px){
    .profit .btn-primary{
        margin-bottom: 100px;
    }
}

.context-cases .btn-primary:hover{
    background-color: #FFDF5C;
}

.context-cases .gallery-grid{
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.context-cases .slick-dots li.slick-active button{
    background: #FCCA00;
}

.diploms{
    margin-bottom: 150px;
}

@media(max-width: 1520px){
    .context-cases .gallery-grid-slider .slick-list{
        max-width: 80%;
        margin: 0 auto
    }

    .context-cases .btn-primary{
        margin-top: 10px;
    }

    .context-cases h2{
        font-size: 32px;
        padding-top: 85px;
    }

    .diploms{
        margin-bottom: 100px;
    }
}

@media(max-width: 768px){
    .context-cases .gallery-grid-slider .slick-list{
        max-width: 100%;
        margin: 0 15px;
    }

    .diploms{
        margin-bottom: 50px;
    }

    .context-cases .section{
        max-height: 600px;
    }

    .context-cases .btn-primary{
        margin-top: 10px;
    }

    .context-cases h2{
        font-size: 24px;
        padding-top: 55px;
        text-align: left !important;
    }

    .lid{
        text-align: left;
        margin-right: auto;
        font-size: 20px !important;
        margin-top: 10px !important;
        display: block;
    }

    .context-cases .gallery-grid{
        padding-bottom: 50px;
    }

    .context-cases .container-fluid{
        text-align: left;
    }
}

@media(max-width: 600px){
    .context-cases .btn-primary{
        min-width: 100%;
    }
}

.context-cases .section{
    margin-bottom: 0 !important;
}

.diploms h2{
    font-weight: 600;
    font-size: 46px;
    margin-bottom: 0 !important;
}

.diploms .slick-dots li.slick-active button{
    background: #FCCA00;
}

@media(max-width: 769px){
    .diploms .sert-slider img{
    }
}

.diploms .slick-prev:not(.slick-disabled):hover, .slick-prev:not(.slick-disabled):focus, .slick-next:not(.slick-disabled):hover, .slick-next:not(.slick-disabled):focus{
    background-color: #FCCA00
}

.diplom .slick-prev:before, .slick-next:before{
    color: #000
}

@media(max-width: 1520px){
    .diploms h2{
        font-size: 32px;
    }
}

@media(max-width: 768px){
    .diploms h2{
        font-size: 24px;
        text-align: left !important;
    }

    .diploms .slick-dotted.slick-slider{
        margin-bottom: 0;
    }
}

.context-cases .section{
    margin-top: 0;
}

.offer{
    background-color: #F9F9F9;
    padding: 100px 0;
}

.offer h2{
    font-weight: 600;
    font-size: 46px;
    text-align: center;
    margin-bottom: 0 !important;
}

.offer .container-fluid{
    text-align: center
}

.offer a{
    background-color: #FCCA00;
    border: none;
    color: #1F1F1F;
    font-weight: 500;
    margin: 0 auto 0 auto;
    margin-top: 50px;
}

.offer a:hover{
    background-color: #FFDF5C;
    color: #1F1F1F;
}

@media(max-width: 1520px){
    .offer{
        padding: 70px 0;
    }

    .offer a{
        margin-top: 30px;
    }

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

@media(max-width: 768px){
    .offer{
        padding: 30px 0 30px 0;
    }

    .offer a{
        margin-top: 20px;
        min-width: 100%;
    }

    .offer h2{
        font-size: 24px;
    }
}

.details h2{
    font-weight: 600;
    font-size: 46px;
}

.howto h2{
    font-weight: 600;
    font-size: 46px;
}

.details .why-us-item__icon{

}

.details .col-md-6:first-child .why-us-item{
    padding: 0 65px 65px 65px
}

.details .col-md-6:nth-child(2) .why-us-item{
    padding: 0 65px 65px 65px
}

.details .col-md-6:nth-child(3) .why-us-item{
    padding: 0 65px 65px 65px
}

.details .col-md-6:nth-child(7) .why-us-item{
    padding: 65px 65px 0 65px
}

.details .col-md-6:nth-child(8) .why-us-item{
    padding: 65px 65px 0 65px
}

.details .col-md-6:nth-child(9) .why-us-item{
    padding: 65px 65px 0 65px
}

.details .btn-primary{
    background-color: #FCCA00;
    border: none;
    color: #1F1F1F;
    font-weight: 500;
    margin-top: 50px;
}

.howto .btn-primary{
    background-color: #FCCA00;
    border: none;
    color: #1F1F1F;
    font-weight: 500;
    margin-top: 40px;
}

.details .btn-primary:hover{
    background-color: #FFDF5C;
}

.howto .btn-primary:hover{
    background-color: #FFDF5C;
}

@media(max-width: 1520px){
    .details h2{
        font-weight: 600;
        font-size: 32px;
    }

    .details .section{
        margin:70px 0
    }

    .howto .section{
        margin: 70px 0
    }

    .howto h2{
        font-weight: 600;
        font-size: 32px;
    }
}

@media(max-width: 768px){
    .details h2{
        font-size: 24px;
        text-align: left !important;
    }

    .howto h2{
        font-size: 24px;
        text-align: left !important;
    }

    .details .section{
        margin: 40px 0
    }

    .howto .section{
        margin: 50px 0
    }

    .details .col-md-6:first-child .why-us-item{
        padding: 15px 0px;
    }
    
    .details .col-md-6:nth-child(2) .why-us-item{
        padding: 15px 0px;
    }
    
    .details .col-md-6:nth-child(3) .why-us-item{
        padding: 15px 0px;
    }
    
    .details .col-md-6:nth-child(7) .why-us-item{
        padding: 15px 0px;
    }
    
    .details .col-md-6:nth-child(8) .why-us-item{
        padding: 15px 0px;
    }
    
    .details .col-md-6:nth-child(9) .why-us-item{
        padding: 15px 0px;
    }

    .details .why-us-item p{
        font-size: 16px;
    }

    .details .why-us-item .h4{
        font-size: 20px;
    }

    .details .btn-primary{
        background-color: #FCCA00;
        border: none;
        color: #1F1F1F;
        font-weight: 500;
        margin-top: 0px;
    }
}

.howto-content{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.howto-content__block{
    background: #F7F7F7;
    border-radius: 6px;
    padding: 50px;
    width: 49%;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.howto-content__block img{
    max-width: 100%;
    margin-top: auto;
}

.howto-content__block h4{
    text-align: left;
}

.howto-content__block p{
    text-align: left;
    font-size: 24px;
}

.howto__requests img{
    max-height: 470px;
}

.howto-content__calls img{
    max-height: 430px;
}

@media(max-width: 1520px){
    .howto-content{
        margin-top: 30px;
    }

    .howto__requests img{
        max-height: 330px;
    }

    .howto-content__calls img{
        max-height: 280px;
    }

    .howto-content__block{
        padding: 30px;
    }

    .howto-content__block h4{
        margin-bottom: 15px !important;
    }

    .howto-content__block p{
        font-size: 18px;
    }
}

@media(max-width: 991px){
    .howto-content{
        display: flex;
        flex-direction: column;
    }

    .howto-content__block{
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    .howto__requests{
        margin-top: 20px;
    }
}

@media(max-width: 768px){
    .howto-content__block p{
        font-size: 16px;
    }

    .howto-content__block h4{
        margin-bottom: 15px !important;
        font-size: 20px !important;
    }

    .howto-content__block{
        padding: 20px;
    }

    .howto-content{
        margin-top: 20px;
    }
}

.percents{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DDDDDD;
}

.percents span{
    display: block;
    font-size: 111px;
    font-weight: 600;
    line-height: 1.6;
    margin-right: 20px;
}

.percents p{
    font-size: 32px;
    margin-bottom: 0 !important;
}

.howto h2{
    margin-bottom: 0 !important;
}

.context-price{
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.context-price__item{
    width: 32.333%;
    display: flex;
    align-items: flex-start;
}

.context-price__item-icon{
    margin-right: 30px;
}

.context-price__item-icon img{
    width: 60px;
    height: 60px;
}

.context-price__item-text{
    /* display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between; */
}

.context-price__item-text h3{
    font-size: 32px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0 !important;
}

.context-price__item-text p{
    font-size: 24px;
    line-height: 1.6;
    margin-top: 25px;
    margin-bottom: 0 !important;
}

.context-price__item:not(:last-child){
    margin-right: 60px;
}

.gray-sc .inner-wrapper{
    background: #FFFFFF;
    box-shadow: 0px 74px 74px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
    padding: 0 50px 60px 50px;
}

@media(max-width: 1520px){
    .gray-sc .inner-wrapper{
        padding: 0 40px 50px 40px;
    }

    .percents{
    }
    
    .percents span{
        font-size: 59px;
        font-weight: 600;
        line-height: 1.6;
        margin-right: 20px;
    }
    
    .percents p{
        font-size: 18px;
        margin-bottom: 0 !important;
    }

    .context-price__item-text h3 br{
        display: none;
    }
    
    .context-price__item-icon{
        margin-right: 20px;
    }
    
    .context-price__item-icon img{
        width: 40px;
        height: 40px;
    }
    
    .context-price__item-text h3{
        font-size: 24px !important;
    }
    
    .context-price__item-text p{
        font-size: 18px;
        margin-top: 20px;
    }
    
    .context-price__item:not(:last-child){
        margin-right: 35px;
    }

    .inner-wrapper .btn-primary{
    }
}

@media(max-width: 991px){
    .gray-sc .inner-wrapper{
        padding: 20px 15px 20px 15px;
    }

    .percents{
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 20px;
    }
    
    .percents span{
        font-size: 48px;
        margin-right: 0px;
    }
    
    .percents p{
        font-size: 16px;
        margin-bottom: 0 !important;
    }

    .context-price__item-text h3 br{
    }

    .context-price{
        margin-top: 20px;
        flex-direction: column;
    }

    .context-price__item{
        width: 100%;
        margin-right: 0 !important;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .context-price__item-icon{
        margin-right: 0px;
        margin-bottom: 20px;
    }
    
    .context-price__item-text h3{
        font-size: 20px !important;
    }
    
    .context-price__item-text p{
        font-size: 16px;
        margin-top:15px;
    }
    
    .context-price__item:not(:first-child){
        margin-right: 0;
        margin-top: 30px;
    }

    .inner-wrapper .btn-primary{
    }
}

.header .container-fluid{
    background-color: #1d1d1d;
}

.header-slogan{
    color: #1F1F1F
}

.knv-logo{
    display: flex;
    align-items: center;
}

.header-menu__main-link{
}

.header-submenu__header{
}

.header-link{
}

.header-menu-toggle__line{
    background-color: #1f1f1f !important;
}

@media(max-width: 1560px){
    .header-menu__main-link{
        padding: 0 10px;
        font-size: 16px;
    }

    
}

@media(max-width: 991px){
    .header-link.header-link--circle{
        display: none;
    }

    .header-slogan{
        display: block !important;
    }

    .header-menu__main-link{
        font-weight: 500 !important;
        font-size: 16px !important;
        max-height: 50px;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

    .header-menu__main-link::after{
        position: static !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #2C2C2C;
    }

    .header{
        border-bottom: none !important
    }

    .header-submenu__header{
        font-size: 16px !important;
        margin-bottom: 15px !important;
        position: relative;
        display: flex;
        align-items: center;
    }

    .header-submenu__header::after{
        width: 100%;
        height: 1.5px;
        background: #CEA218;;
        content: '';
        right: 0;
        top: 0;
        flex: 1;
        margin-left: 20px;
    }

    .header-submenu__inner{
        background-color: #F9F9F9;
    }

    .header-menu__item:last-child a{
        border-bottom: none !important;
    }
}

.profit{
    margin-top: 150px;
}

.profit__content{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.profit__content-item:not(:last-child){
    margin-right: 20px;
}

.profit__content-item{
    background: #F7F7F7;
    border-radius: 6px;
    min-height: 230px;
    flex: 1 1 auto;
    padding: 30px;
}

.profit__content-item h4{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px !important;
}

.profit__content-item p{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0 !important;
}

.keywords .section{
}



.types .section-bg{
    padding-top: 0;
}

@media(max-width: 1520px){
    .profit{
        margin-top: 100px;
    }

    .keywords .section{
        margin-top: 100px;
    }
}

@media(max-width: 991px){
    .profit__content{
        margin-top: 20px;
        flex-direction: column;
    }

    .profit__content-item:not(:last-child){
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

@media(max-width: 768px){
    .profit{
        margin-top: 50px;
    }

    .keywords .section{
        margin-top: 50px;
    }
}

.industries{
    background: #F9F9F9;
    padding: 100px 0;
}

.industries__body{
    position: relative;
    box-shadow: 0px 74px 74px rgba(0, 0, 0, 0.03);
}

.industries__item{
    background: #FFFFFF;
    box-shadow: 0px 74px 74px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
    cursor: pointer;
}

.industries__item:hover .industries__item-name{
    color: #CEA218
}

.industries__item:hover .industries__item-review img{
    transform: scale(1.1);
}

.industries__item-review{
    height: 335px;
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
}

.industries__item-review img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px 6px 0px 0px;
    transition: all 0.3s ease;
}

.industries__item-name{
    font-size: 24px;
    line-height: 1.3;
    padding: 20px;
    text-align: center;
    font-weight: 500;
    transition: all 0.2s ease 0s;
}

.main-h2{
    font-weight: 600;
    font-size: 46px;
    margin-bottom: 0 !important;
}

.industries-subtitle{
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
}

@media(max-width:1720px){
    .industries__body{
    }

    .industries__item-review{
        height: 225px;
    }
    
    .industries__item-review img{
    }
    
    .industries__item-name{
        font-size: 18px;
        padding: 15px;
    }
}

@media(max-width: 1520px){
    .main-h2{
        font-size: 32px;
    }
}

@media(max-width:991px){
    .industries__body{
    }

    .industries__item-name{
        font-size: 18px;
        padding: 10px;
        text-align: left;
        min-height: 60px;
    }

    .industries__item-review{
        height: 137px;
    }
}

@media(max-width: 768px){
    .main-h2{
        font-size: 24px;
        text-align: left !important;
    }

    .industries-subtitle{
        text-align: left;
        font-size: 16px;
    }
    

    .industries{
        padding: 50px 0;
    }

    .industries__body{
    }

    .industries__item-name{
        font-size: 18px;
        min-height: 65px;
        word-break: break-all;
    }

    .industries__item-review{
        height: 170px;
    }

    .cases__swiper-item-body{
        padding: 10px;
    }
}

.awards{
    padding: 150px 0;
}

.awards__body{
    position: relative;
    margin-top: 10px;
}

.awards__slider, .awards__slider2{
    max-width: 90%;
    margin-top: 55px;
}

.awards__slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination{
    bottom:auto;
    top: -50px;
}

.swiper-pagination-bullet{
    width: 18px;
    cursor: pointer;
    height: 3px;
    border-radius: 80px;
    transition: all 0.2s ease 0s;
}

.casesc .cases-pagination{
    bottom:auto;
    top: -5px;
    position: absolute;
    text-align: center;
}

.cases-pagination{text-align: center;}

.casesc .swiper-pagination-bullet{
    width: 18px;
    cursor: pointer;
    height: 3px;
    border-radius: 80px;
    transition: all 0.2s ease 0s;
}

.swiper-pagination-bullet-active{
    background: #FCCA00 !important;
    width: 35px !important;
}

.casesc .swiper-pagination-bullet-active{
    background: #FCCA00 !important;
    width: 35px !important;
}

.default-swiper-arrow{
    background: #F3F3F3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    position: absolute;
    transition: all 0.3s ease 0s;
}

.default-swiper-arrow:hover{
    background: #FCCA00;
}

.awards-swiper-next{
    top: 45%;
    right: -25px;
}

.awards-swiper-prev{
    top: 45%;
    left: -25px;
    transform: rotate(180deg);
}

@media(max-width: 1520px){
    .awards{
        padding: 100px 0;
    }
}

@media(max-width:768px){
    .awards{
        padding: 50px 0;
    }

    .default-swiper-arrow{
        display: none;
    }

    .awards__slider{
        max-width: 100%;
    }
}

.casesc__wrapper{
    background: url(https://konversia.pro/view/image/knv-theme/cases-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
}

.casesc h2{
    color: #fff;
}

.casesc__body{
    margin: 0 auto;
    position:relative;
}

.casesc-item__header{
    display: flex;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 30px 0;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 35px;
}

.casesc-header__area{
    color: #1F1F1F;
    opacity: 0.9;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.casesc-header-item:nth-child(2){
    margin:0 70px;
}

.casesc-header__value{
    color: #1F1F1F;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    margin-top: 5px;
}

.casesc .btn-primary{
    background-color: #FCCA00;
    border: none;
    color: #1F1F1F;
    font-weight: 500;
    margin-top: 50px;
    transition: all 0.3s ease 0s;
    margin: 30px auto 0 auto;
    display: block;
    max-width: 290px;
}

.casesc .btn-primary:hover{
    background-color: #FFDF5C;
}

.cases-swiper{
    max-width:70%
}

.cases-swiper .swiper-slide img{
    object-fit: cover;
    width: 100%;
}

.default-swiper-arrow.swiper-button-disabled{
    display: none;
}

@media(max-width:1520px){
    .casesc__wrapper{
        padding: 70px 0;
    }
    
    .casesc-item__header{
        padding: 20px 0;
    }
    
    .casesc-header__area{
        font-size: 14px;
    }
    
    .casesc-header-item:nth-child(2){
        margin:0 85px;
    }
    
    .casesc-header__value{
        font-size: 18px;
    }
    
    .casesc .btn-primary{
    }
    
    .casesc .btn-primary:hover{
        background-color: #FFDF5C;
    }
    
    .cases-swiper{
        max-width:85%
    }
}

@media(max-width: 1150px){
    .cases-swiper{
        max-width:100%
    }
}

@media(max-width:768px){
    .casesc__wrapper{
        min-height: 500px;
        padding: 30px 0;
    }
    
    .casesc-item__header{
        padding: 15px;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 15px;
    }
    
    .casesc-header__area{
        font-size: 14px;
        font-weight: 400;
    }
    
    .casesc-header-item:nth-child(2){
        margin: 10px 0;
        padding: 10px 0;
        border-top: 1px solid #DBDBDB;
        border-bottom: 1px solid #DBDBDB;
    }
    
    .casesc-header__value{
        font-size: 16px;
        margin-top: 0;
    }
    
    .casesc .btn-primary{
        width: 100%;
        max-width:100%;
    }
    
    .casesc .btn-primary:hover{
        background-color: #FFDF5C;
    }
    
    .cases-swiper{
        max-width:100%
    }

    .casesc .cases-pagination{
        display: none;
    }

    .casesc-header-item{
        width: 100%;
    }
}

.team{
    padding: 150px 0;
    background: #fff;
}

.team__body{
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(11%, 0.2fr));
    column-gap: 16px;
    row-gap: 35px;
}

.team-item__preview{
    max-width: 205px;
    max-height: 205px;
}

.team-item__preview img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.team-item__name{
    margin-top: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
}

@media(max-width: 1520px){
    .team__body{
        margin-top: 40px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(15%, 0.2fr));
        column-gap: 15px;
        row-gap: 20px;
    }

    .team-item__name{
        font-size: 18px;
    }

    .team{
        padding: 100px 0;
    }
}

@media(max-width: 1120px){
    .team__body{
        margin-top: 40px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(18%, 0.2fr));
        column-gap: 16px;
        row-gap: 35px;
    }
}

@media(max-width: 991px){
    .team__body{
        margin-top: 40px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(22%, 0.25fr));
        column-gap: 16px;
        row-gap: 35px;
    }
}


@media(max-width: 768px){
    .team__body{
        margin-top: 25px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(30%, 0.35fr));
        column-gap: 10px;
        row-gap: 15px;
    }

    .team-item__name{
        font-size: 16px;
        margin-top: 10px;
    }

    .team{
        padding: 50px 0;
    }
}

@media(max-width: 550px){
    .team__body{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(47%, 0.55fr));
    }
}

.main-subtitle{
    font-size: 24px;
    line-height: 1.9;
    font-weight: 400;
    max-width: 63%;
}

.main-price{
    margin-top: 100px;
}

.main-price span{
    display: block;
    width: max-content;
    padding-top: 20px;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.6;
    border-top: 1px solid #fff;
}

.main-price p{
    font-size: 24px;
    font-weight: 400;
    line-height: 1.9;
}

@media(max-width: 1520px){
    .main-subtitle{
        font-size: 24px;
        line-height: 1.9;
        font-weight: 400;
    }
    
    .main-price{
        margin-top: 50px;
    }
    
    .main-price span{
        padding-top: 12px;
        font-size: 40px;
    }
    
    .main-price p{
    }

    .firstscreen .firstscreen-new h1 {
        margin-bottom: 10px;
    }

    .firstblock h1{
        margin-bottom: 10px;
    }
}

@media(max-width:991px){
    .firstscreen-content .firstscreen__btn-modal a{
        min-width: 100%;
    }

    .main-subtitle{
        font-size: 16px;
        max-width: 100%;
        margin-top: 10px;
    }
    
    .main-price span{
        padding-top: 10px;
        font-size: 24px;
        width: auto;
    }

    .main-price p{
        font-size: 16px;
    }

}

/* start benefits */

.benefits__wrapper{
    padding: 100px 0;
}

.benefits__body{
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.benefits__item{
    flex: 1 1 auto
}

.benefits__item:not(:last-child){
    margin-right: 65px;
}

.benefits__item-title{
    font-weight: 500;
    font-size: 24px;
    margin-top: 15px;
    line-height: 1.6;
}

.benefits__item-description{
    /* max-width: 370px; */
    font-size: 18px;
    color: #1B1B1B;
    margin-top: 15px;
    line-height: 1.6;
}

.benefits__item-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 7px;
    background: #FCCA00;
}

@media(max-width:1520px){
    .benefits__wrapper{
        padding: 80px 0;
    }
    
    .benefits__body{
        margin-top: 40px;
    }
    
    .benefits__item{
        flex: 1 1 auto
    }
    
    .benefits__item:not(:last-child){
        margin-right: 40px;
    }
    
    .benefits__item-title{
    }
    
    .benefits__item-description{
        font-size: 18px;
    }
}

@media(max-width: 991px){
    .benefits__wrapper{
        padding: 80px 0;
    }
    
    .benefits__body{
        margin-top: 40px;
        flex-direction: column;
    }
    
    .benefits__item{
        flex: 1 1 auto
    }
    
    .benefits__item:not(:last-child){
        margin-right: 0;
        margin-bottom: 30px;
    }
    
    .benefits__item-title br{
        display: none;
    }
    
    .benefits__item-description{
        font-size: 18px;
    }
}

@media(max-width:768px){
    .benefits__wrapper{
        padding: 50px 0;
    }
    
    .benefits__body{
        margin-top: 30px;
    }
    
    .benefits__item-title{
        font-size: 20px;
        margin-top: 15px;
    }
    
    .benefits__item-description{
        font-size: 16px;
        margin-top: 10px;
    }
}
/* end benefits */

/* start whocan */

.whocan__wrapper{
    /* background: url(https://konversia.pro/view/image/knv-theme/partners-robot.png) no-repeat; */
    background-color: #1F1F1F;
    background-size: 100%;
    padding: 70px 0 155px 0;
    background-position: right bottom 80px;
    position: relative;
}

.whocan .main-h2{
    color:#fff;
}

.whocan-robot{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
}

.whocan-robot img{
    max-height: 943px;
    max-width: 100%;
}

.whocan .industries-subtitle{
    color:#fff;
}

.whocan__body{
    margin-top: 100px;
}

.whocan__item{
    color: #fff;
    max-width: 42%;
}

.whocan__item:not(:last-child){
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.whocan__item-title{
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 500;
    position: relative;
}

.whocan__item-title::before{
    content: '';
    position: absolute;
    left: -35px; top: 7px;
    background: url(https://konversia.pro/view/image/knv-theme/mark.svg) no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
}

.whocan__item-description{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.whocan-robot-small{
    display: none;
}

@media(max-width: 1620px){
    .whocan .main-h2 br{
        display: none;
    }

    .whocan__item-title::before{
        left: -25px; top: 7px;
    }

    .whocan-robot img{
        max-height: 743px;
        max-width: 100%;
    }

    .whocan__wrapper{
        padding: 50px 0 75px 0;
    }
    
    .whocan-robot{
    }
    
    .whocan-robot img{
        max-height: 643px;
        max-width: 100%;
    }
    
    .whocan__body{
        margin-top: 50px;
    }
    
    .whocan__wrapper .whocan__item{
        color: #fff;
        max-width: 60%;
        padding-right: 50px;
    }
    
    .whocan__item:not(:last-child){
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
    
    .whocan__item-title{
        font-size: 24px;
        margin-bottom: 15px;
        font-weight: 500;
    }
    
    .whocan__item-description{
        font-size: 18px;
        font-weight: 400;
        line-height: 1.6;
    }

    .whocan-robot-small{
        display: block;
    }

    .whocan-robot-large{
        display: none;
    }
}

@media(max-width: 1300px){
    .whocan__item{
        color: #fff;
        max-width: 45%;
        padding-right: 50px;
    }
}

@media(max-width: 991px){
    .whocan-robot img{
        max-height: 743px;
        max-width: 100%;
    }

    .whocan__item-title::before{
        left: 0;
        top: 5px;
    }

    .whocan__wrapper{
        padding: 30px 0 40px 0;
        display: flex;
        flex-direction: column;
    }

    .whocan__wrapper .container-fluid{
        order:1;
    }
    
    .whocan-robot{
        position: static;
        justify-content: center;
        order: 2;
        padding-bottom: 0;
    }
    
    .whocan-robot img{
        max-height: 543px;
        max-width: 100%;
    }
    
    .whocan__body{
        margin-top: 40px;
    }
    
    .whocan__wrapper .whocan__item{
        max-width: 100%;
        padding-right: 0px;
    }
    
    .whocan__item:not(:last-child){
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    
    .whocan__item-title{
        font-size: 20px;
        margin-bottom: 10px;
        padding-left: 30px;
    }
    
    .whocan__item-description{
        font-size: 16px;
    }

    .whocan-robot-small{
        display: none;
    }

    .whocan-robot-large{
        display: block;
    }

    .whocan__item:last-child{
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        margin-bottom: 30px;
    }
}

/*  */

/* start payments */

.payments{
    padding: 85px 0 115px 0;
    position: relative;

}

.payments__wrapper{
}

.payments__body{
    display: flex;
    margin: 70px auto 0 auto;
    justify-content: space-between;
    align-items: center;
    max-width: 65%;
}

.payments__body-paragraph{
    max-width: 54%;
}

.payments-percents__item{
    width: 310px;
    height: 165px;
    border-radius: 10px;
    position: relative;
    padding: 10px 10px 30px 30px;
}

.payments-percents__item:first-child{
    background: #F0F0F0;
}

.payments-percents__item:nth-child(2){
    box-shadow: 0px 74px 74px rgba(74, 74, 74, 0.1);
    transform: rotate(-7.51deg);
    z-index: 2;
    background: #fff;
    margin-left: 30px;
    margin-top: -25px
}

.payments-percents__item:last-child{
    background: #FCCA00;
    z-index: 3;
}

.payments-percents__item span{
    font-weight: 600;
    font-size: 64px;
    line-height: 1.6;
}

.payments-percents__item p{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    position: relative;
    margin-top: -10px;
}

.payments-vector__small{
    display: none;
}

.payments-vector{
    position: absolute;
    right: -90%;
    bottom: -30px;
    z-index: 10;
}

@media(max-width: 1520px){
    .payments{
        padding: 80px 0;
    }

    .payments-vector{
        position: absolute;
        right: -50%;
        bottom: -30px;
    }
    
    .payments__body{
        margin: 40px auto 0 auto;
        max-width: 75%;
    }
    
    .payments__body-paragraph{
        max-width: 54%;
    }
    
    .payments-percents__item{
        width: 310px;
        height: 165px;
        border-radius: 10px;
        position: relative;
        padding: 10px 10px 30px 30px;
    }
    
    .payments-percents__item:first-child{
        background: #F0F0F0;
    }
    
    .payments-percents__item:nth-child(2){
        box-shadow: 0px 74px 74px rgba(74, 74, 74, 0.1);
        transform: rotate(-7.51deg);
        z-index: 2;
        background: #fff;
        margin-left: 30px;
        margin-top: -25px
    }
    
    .payments-percents__item:last-child{
        background: #FCCA00;
        z-index: 3;
    }
    
    .payments-percents__item span{
        font-weight: 600;
        font-size: 64px;
        line-height: 1.6;
    }
    
    .payments-percents__item p{
        font-weight: 400;
        font-size: 18px;
        line-height: 1.6;
        position: relative;
        margin-top: -10px;
    }

    .payments-vector__small{
        display: block;
    }

    .payments-vector__big{
        display: none;
    }
    
}

@media(max-width: 991px){
    .payments{
        padding: 80px 0;
    }

    .payments-vector{
        right: -15%;
        bottom: -20px;
    }

    .payments-vector img{
        max-height: 200px;
    }
    
    .payments__body{
        margin: 40px auto 0 auto;
        max-width: 100%;
        flex-direction: column;
    }
    
    .payments__body-paragraph{
        max-width: 100%;
        order: 2;
        margin-top: 30px;
    }
    
    .payments-percents__item{
        width: 100%;
        max-width: 310px;
        height: 165px;
    }
    
    .payments-percents__item:first-child{
        background: #F0F0F0;
    }
    
    .payments-percents__item:nth-child(2){
        box-shadow: 0px 74px 74px rgba(74, 74, 74, 0.1);
        transform: rotate(-7.51deg);
        z-index: 2;
        background: #fff;
        margin-left: 30px;
        margin-top: -25px
    }
    
    .payments-percents__item:last-child{
        background: #FCCA00;
        z-index: 3;
    }
    
    .payments-percents__item span{
        font-weight: 600;
        font-size: 64px;
        line-height: 1.6;
    }
    
    .payments-percents__item p{
        font-weight: 400;
        font-size: 18px;
        line-height: 1.6;
        position: relative;
        margin-top: -10px;
    }

    .payments__body-percents{
        order:1;
    }
}

@media(max-width:768px){
    .payments{
        padding: 50px 0;
    }
    
    .payments__body{
        margin: 25px auto 0 auto;
    }
    
    .payments__body-paragraph{
        font-size: 16px;
    }
    
    .payments-percents__item{
        width: 100%;
        max-width: 260px;
        height: 125px;
    }
    
    .payments-percents__item span{
        font-size: 49px;
    }
    
    .payments-percents__item p{
        font-size: 14px;
    }

}
/*  */

/* start newservices */

.newservices__wrapper{
    background: #F9F9F9;
    padding: 85px 0 115px 0;
}

.newservices__body{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30%, 0.35fr));
    gap: 20px;
}

.newservices__item{
    background: #FFFFFF;
    box-shadow: 0px 74px 74px rgba(0, 0, 0, 0.03);
    border-radius: 10px 20px 10px 10px;
    padding: 30px 30px 40px 30px;
    color: #181818;
    transition: all 0.3s ease 0s;
    display: block;
}

.newservices__item:hover{
    background: #FCCA00;
    color: #181818;
    text-decoration: none;
}

.newservices__item-title{
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 24px;
}

.newservices__item-description{
    max-width:79%
}

@media(max-width:1520px){
    .newservices__wrapper{
        padding: 50px 0 80px 0;
    }
    
    .newservices__item{
    }
    
    .newservices__item-description{
        max-width:100%
    }
}

@media(max-width:991px){
    .newservices__body{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(46%, 0.55fr));
    }
}

@media(max-width:600px){
    .newservices__wrapper{
        background: #F9F9F9;
        padding: 30px 0 50px 0;
    }
    
    .newservices__body{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        gap: 10px;
    }
    
    .newservices__item{
        padding: 20px;
    }
    
    .newservices__item-title{
        margin-bottom: 10px;
        font-size: 20px;
    }
    
    .newservices__item-description{
        max-width:100%;
        font-size: 16px;
    }
}

/* end newservices */

/* start partners about */

.partnersabout{
    padding: 100px 0;
}

.partnersabout__body{
    margin-top: 55px;
}

.partnersabout__item{
    background: #FFFFFF;
    box-shadow: 0px 74px 74px rgba(0, 0, 0, 0.03);
    border-radius: 10px 20px 10px 10px;
    padding: 30px 40px 40px 30px;
}

.partnersabout__item-top{
    display: flex;
    align-items: center;
}

.partnersabout__item-top div:last-child{
    margin-left: 30px;
}

.partnersabout__item-top h5{
    font-weight: 500;
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.partnersabout__item-top p{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
}

.partnersabout__item-comment{
    margin-top: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
}

.partnersabout__slider{
    box-shadow: 0px 74px 74px rgba(0, 0, 0, 0.03);
}

.partnersabout__item-preview{
    border-radius: 50%;
    width: 125px;
    height: 125px;
}

.partnersabout__item-preview img{
    max-width:100%;
    max-height:100%;
    object-fit: cover;
}

.partnersabout__body{
    margin: 0 80px;
    position: relative;
}

.partnersabout__body .awards-swiper-next{
    right: -25px;
    z-index: 10;
}

.partnersabout__body .awards-swiper-prev{
    left: -25px;
    z-index: 10;
}

@media (max-width: 1650px){
    .partnersabout__body{
        margin: 0 60px;
        position: relative;
    }
}

@media(max-width:1520px){
    .partnersabout{
        padding: 80px 0;
    }
    
    .partnersabout__body{
        margin-top: 45px;
    }
    
    .partnersabout__item{
        padding: 30px;
    }
    
    .partnersabout__item-top{
    }
    
    .partnersabout__item-top div:last-child{
        margin-left: 20px;
    }
    
    .partnersabout__item-top h5{
    }
    
    .partnersabout__item-top p{
    }
    
    .partnersabout__item-comment{
        margin-top: 20px;
    }
    
    .partnersabout__slider{
    }
    
    .partnersabout__item-preview{
        width: 100px;
        height: 100px;
    }
    
    .partnersabout__item-preview img{
    }
    
    .partnersabout__body{
        position: relative;
        margin:0 0 0 60px;
    }
    
    .partnersabout__body .awards-swiper-next{
        right: 25px;
        z-index: 10;
    }
    
    .partnersabout__body .awards-swiper-prev{
        left: -25px;
        z-index: 10;
    }
}

@media(max-width: 1380px){
    .partnersabout__body{
        margin:0 0 0 40px;
    }
}

@media(max-width: 767px){
    .partnersabout__body{
        margin:0 15px;
    }

    .partnersabout{
        padding: 50px 0;
    }
    
    .partnersabout__body{
        margin-top: 35px;
    }
    
    .partnersabout__item{
        padding: 20px;
    }
    
    .partnersabout__item-top div:last-child{
        margin-left: 15px;
    }
    
    .partnersabout__item-top h5{
        font-size: 20px;
        margin-bottom: 0;
    }
    
    .partnersabout__item-top p{
        font-size: 14px;
    }
    
    .partnersabout__item-comment{
        margin-top: 25px;
    }
    
    .partnersabout__slider{
    }
    
    .partnersabout__item-preview{
        width: 60px;
        height: 60px;
    }
    
    .partnersabout__body{
        position: relative;
        margin:0 15px;
    }
}
/*  */

/* start ourclients */

.ourclients__wrapper{
    background: #F9F9F9;
    padding: 100px 0;
}

@media(max-width:1520px){
    .ourclients__wrapper{
        background: #F9F9F9;
        padding: 50px 0;
    }

    .img-client{
        margin: 45px auto
    }
}

@media(max-width:768px){
    .ourclients__wrapper{
        background: #F9F9F9;
        padding: 30px 0;
    }
}

/*  */

/* start fixing */

.fixing__wrapper{
    background: #fff;
    padding: 100px 0;
}

.fixing__body{
    display: flex;
    align-items: flex-start;
    margin: 60px auto 0 auto;
    max-width: 75%;
}

.fixing-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 auto;
}

.fixing-item__number{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FCCA00;
    border-radius: 7.2px;
    width: 35px;
    height: 35px;
    position: relative;
}

.fixing-item__number span{
    font-weight: 500;
    font-size: 24px;
}

.fixing-item__line{
    position: absolute;
    left: 50px;
    top:12px
}

.fixing-item__line img{
    width: 100%;
}

.fixing-item__description{
    text-align: center;
    line-height: 1.6;
    font-size: 18px;
    font-weight: 400;
    margin-top: 30px;
    max-width: 325px;
}

@media(max-width: 1520px){
    .fixing__wrapper{
        background: #fff;
        padding: 80px 0;
    }
    
    .fixing__body{
        margin: 50px auto 0 auto;
        max-width: 100%;
    }
    
    .fixing-item{
    }
    
    .fixing-item:not(:last-child){
    }
    
    .fixing-item__number{
        width: 35px;
        height: 35px;
    }
    
    .fixing-item__number span{
        font-weight: 500;
        font-size: 24px;
    }
    
    .fixing-item__line{
        left: 50px;
        top:12px
    }
    
    
    .fixing-item__description{
        font-size: 18px;
        margin-top: 30px;
        max-width: 325px;
    }
}

@media(max-width: 1100px){
    .fixing-item__description{
        max-width: 240px;
    }
}

@media(max-width: 991px){
    
    .fixing__body{
        flex-direction: column;
    }

    .fixing-item:not(:last-child){
        margin-bottom: 30px;
    }
    
    .fixing-item{
        align-items: flex-start;
    }
    
    .fixing-item__line{
        display: none;
    }
    
    .fixing-item__description{
        font-size: 18px;
        margin-top: 20px;
        max-width: 100%;
        text-align: left;
    }
}

@media(max-width: 768px){
    .fixing__wrapper{
        padding: 50px 0;
    }
    
    .fixing__body{
        margin: 30px auto 0 auto;
    }
    
    .fixing-item__description{
        font-size: 16px;
        margin-top: 15px;
    }
}
/*  */

/* start whyusnew */

.whyusnew__wrapper{
    padding: 100px 0;
    background: #F9F9F9;
}

.whyusnew__values{
    display: flex;
    justify-content: space-between;
    max-width: 65%;
    margin: 40px auto 0 auto
}

.whyusnew__body{
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DEDEDE;
}

.whyusnew__values-item{
    text-align: center;
}

.whyusnew__values-item-top{
    font-weight: 600;
    font-size: 60px;
    line-height: 1.6;
}

.whyusnew__values-item-bottom{
    font-weight: 400;
    font-size: 24px;
    line-height: 1.6;
}

.whyusnew .awards__slider2{
    margin-top: 15px;
}

@media(max-width: 1520px){
    .whyusnew__wrapper{
        padding: 50px 0;
    }
    
    .whyusnew__values{
        max-width: 90%;
    }
    
    .whyusnew__body{
        padding-bottom: 50px;
    }
}

@media(max-width: 991px){
    .whyusnew__wrapper{
        padding: 30px 0;
    }
    
    .whyusnew__values{
        flex-direction: column;
        justify-content: flex-start;
        max-width: 100%;
        margin: 10px auto 0 auto
    }
    
    .whyusnew__body{
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    
    .whyusnew__values-item{
        text-align: left;
    }

    .whyusnew__values-item:not(:first-child){
        margin-top: 10px;
    }
    
    .whyusnew__values-item-top{
        font-size: 48px;
    }
    
    .whyusnew__values-item-bottom{
        font-size: 20px;
    }
    
    .whyusnew .awards__slider2{
        margin-top: 5px;
        max-width: 100%;
    }

    .whyusnew .default-swiper-arrow{
        display: none;
    }
}
/*  */

.offer-white{
    background: #fff;
}

.firstscreen-partners{
    background: url(https://konversia.pro/view/image/knv-theme/partnerka-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.header-slogan__text{
    max-width:220px;
    color: #fff;
}

@media(max-width: 500px){
    .knv-logo{
    }

    .header-slogan{
        width: 100%;
        font-size: 10px;
    }

    .header-slogan br{
        display: none;
    }

    .header-slogan__text{
        max-width:145px;
    }

    .firstscreen-new .firstscreen-content ul:not(.breadcrumb) li::before{
        content: '\f00c';
    }
}

/* h1{
    opacity: 0;
}

h2{
    opacity: 0;
} */

/* new contacts */

.contacts-main{
}

.contacts-main__wrapper{
    background: url(/view/image/knv-theme/contacts-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 80px 0;
}

.contacts-main__wrapper .container-fluid{
}

.firstblock h1{
    font-size: 60px;
    font-weight: 600;
    line-height: 1.6;
    color: #fff;
    margin: 0;
}

.first-screen__slogan{
    color: #fff;
    line-height: 1.9;
    font-size: 24px;
    margin-top: 20px;
}

.contacts-main__social{
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.contacts-main__social-item{
    width: 23%;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    min-height: 215px;
    transition: all 0.3s ease 0s;
}

.contacts-main__social-item path{
    transition: all 0.3s ease 0s;
}

.contacts-main__social-item:hover path{
    fill: #FCCA00;
}

.contacts-main__social-item:nth-child(1):hover path{
    fill: #fff;
}

.contacts-main__social-item:nth-child(1):hover{
    background: #4397D3;
}

.contacts-main__social-item:nth-child(1):hover .contacts-social__title{
    color: #fff
}

.contacts-main__social-item:nth-child(1):hover .contacts-social__value{
    color: #fff
}

.contacts-main__social-item .absolute-link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.contacts-social__title{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    opacity: 0.6;
    margin-bottom: 10px;
}

.contacts-social__value{
    font-size: 24px;
    font-weight: 500;
}

.contacts-main__social-item svg{
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.contacts-requisites__body{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
}

.contacts-requisites__body-item{
    flex: 0 1 auto;
}

.contacts-requisites{
    padding: 70px 0 0 0;
}

.contacts-requisites__body{
    border-bottom: 1px solid #D0D0D0;
    padding-bottom: 30px;
}

.requisites-item__title{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    opacity: 0.6;
    margin-bottom: 10px;
}

.requisites-item__value{
    font-size: 24px;
    font-weight: 500;
}

.requisites-item__bottom{
    margin-top: 40px;
    margin-bottom: 40px;
}

/* contacts-social */

.contacts-social__body{
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
    margin-top: 65px;
}

.contacts-social__body-item{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background: #f0f0f0;
    transition: all 0.3s ease 0s;
}

.contacts-social__body-item:hover{
    background: #FCCA00;
}

.contacts-social__body-item:not(:last-child){
    margin-right: 80px;
}

/* end contacts-social */

@media(max-width: 1520px){
    .firstblock h1{
        font-size: 40px;
    }

    .requisites-item__title{
        font-size: 14px;
    }
    
    .requisites-item__value{
        font-size: 20px;
    }

    .firstblock .first-screen__slogan{
        font-size: 22px;
        margin-top: 10px
    }

    .contacts-main__social{
        margin-top: 30px;
    }
    
    .contacts-main__social-item{
        padding: 20px;
        min-height: 175px;
    }
    
    .contacts-main__social-item svg{
        right: 20px;
        bottom: 20px;
        height: 35px;
        width: 35px;
    }

    .contacts-social__value{
        font-size: 22px;
    }

    .contacts-social__title{
        margin-bottom: 5px;
    }

    .contacts-requisites__body-item:not(:last-child){
        margin-right: 30px;
    }
}

@media(max-width: 1279px){
    .contacts-main__social{
        flex-wrap: wrap;
    }

    .contacts-requisites__body{
        justify-content: flex-start;
        margin-top: 40px;
    }
    
    .contacts-requisites__body-item{
        font-size: 22px;
        margin-top: 10px;
    }
    
    .contacts-requisites{
        padding: 60px 0 0 0;
    }

    .contacts-requisites__body{
        padding-bottom: 20px;
    }
    
    .requisites-item__value{
        font-size: 22px;
    }
    
    .requisites-item__bottom{
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .contacts-main__social-item{
        padding: 20px;
        min-height: 175px;
        width: 48%;
        margin-bottom: 30px;
    }

    .contacts-requisites__body{

    }

    .contacts-requisites__body-item{
        min-width: 45%;
    }
}

@media(max-width:991px){
    .contacts-main{
        margin-top: 35px;
    }

    .contacts-requisites__body-item{
        min-width: 100%;
    }

    .contacts-social__body{
        padding-bottom: 70px;
        margin-top: 35px;
    }
    
    .contacts-social__body-item{
        width: 90px;
        height: 90px;
    }
    
    .contacts-social__body-item:not(:last-child){
        margin-right: 60px;
    }
}

@media(max-width: 768px){
    .firstblock h1{
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 0 !important;
    }

    .firstblock .first-screen__slogan{
        font-size: 16px;
        margin-top: 10px
    }

    .contacts-main__social-item{
        min-width: 100%;
        padding: 15px;
        min-height: 75px;
        width: 100%;
        margin-bottom: 5px;
        border-radius: 10px;
    }

    .contacts-social__title{
        margin-bottom: 0;
        font-size: 14px;
    }

    .contacts-social__value{
        margin-bottom: 0;
        font-size: 18px;
    }

    .contacts-requisites{
        padding: 30px 0 0 0;
    }

    .contacts-requisites .contacts-requisites__body{
        padding-bottom: 10px;
    }

    .contacts-requisites__body{
        margin-top: 15px;
    }

    .contacts-requisites__body-item{
        margin-top: 0;
    }

    .requisites-item__title{
        margin-bottom: 0;
        font-size: 14px;
    }

    .requisites-item__value{
        font-size: 18px;
    }

    .requisites-item__bottom{
        margin: 20px 0;
    }

    .contacts-main__wrapper{
        padding-bottom: 20px;
    }

    .contacts-social__body{
        padding-bottom: 50px;
        margin-top: 20px;
    }
    
    .contacts-social__body-item{
        width: 65px;
        height: 65px;
    }
    
    .contacts-social__body-item:not(:last-child){
        margin-right: 45px;
    }

    .contacts-social__body-item:nth-child(1) svg{
        width: 20px;
    }

    .contacts-social__body-item:nth-child(2) svg{
        width: 13px;
    }

    .contacts-social__body-item:nth-child(3) svg{
        width: 26px;
    }

    .breadcrumbs-wrap{
        /* margin: 15px 0; */
    }

    .contacts-main{
        margin-top: 15px;
    }
}

.header-action{
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.header-action a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; left: 0;
}

.header-action-tg:hover .header-action__icon{
}

.header-action-feedback:hover .header-action__icon{
    background: #FCCA00;
}

.header-action-feedback:hover .header-action__text{
    color: #CEA218;
}

.contacts-social__value a{
    color: #1f1f1f !important
}

.requisites-item__value a{
    color: #1f1f1f !important
}

.header-action__text{
    transition: all 0.2s ease 0s;
}

.header-action-tg:hover .header-action__icon path{
}

.header-action-tg:hover .header-action__text{
    color: #4397D3;
}

.header-action__icon{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    transition: all 0.2s ease 0s;
}

.header-action-tg .header-action__icon{
    background: #4397D3;
}

.header-action-feedback .header-action__icon{
    background: #2C2C2C;
}

.header-action-feedback .header-action__icon svg path{
    fill: white
}

.header-action-feedback{
    margin-left: 30px;
}

.header-action__text{
    font-size: 18px;
    margin-left: 13px;
    color: #fff;
}

.header-flex{
    display: flex !important;
}

@media(max-width:1279px){
    .header-action__text{
        display: none;
    }

    .header-action-feedback{
        margin-left: 15px;
    }
}

@media(max-width: 600px){
    .mobile-hidden{
        padding: 0;
    }
}

.header-action-feedback:hover svg path{
    fill: #232326;
}

/* new reviews */

.reviews-main__wrapper{
    background: url(/view/image/knv-theme/reviews-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 180px 0;
}

.reviews-section h2{
    font-weight: 600;
    font-size: 46px;
    margin-bottom: 0 !important;
}

.reviews-section__body{
    padding: 75px 0;
    border-bottom: 1px solid #D0D0D0;
}

.widget-container{
    display: flex;
    justify-content: center;
    margin: 30px auto 0 auto;
}

.reviews-swiper__item{
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.reviews-swiper__item img{
    object-fit:cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 20px;
}

.reviews-swiper__item .yt-logo{
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0px;
}

.reviews-slider__container{
    position: relative;
}

.reviews-swiper-pagination{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.reviews-chat-swiper-pagination{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.reviews-letter-swiper-pagination{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.reviews-swiper{
    margin-top: 30px;
}

.reviews-chat-swiper{
    margin-top: 30px;
}

.reviews-letter-swiper{
    margin-top: 30px;
}

.reviews-swiper-next{
    position: absolute;
    right: -25px;
    top: 50%;
    z-index: 50;
}

.reviews-swiper-prev{
    position: absolute;
    left: -25px;
    top: 50%;
    z-index: 50;
    transform: rotate(180deg);
}

.reviews-chat-swiper-next{
    position: absolute;
    right: -25px;
    top: 50%;
    z-index: 50;
}

.reviews-chat-swiper-prev{
    position: absolute;
    left: -25px;
    top: 50%;
    z-index: 50;
    transform: rotate(180deg);
}

.reviews-letter-swiper-next{
    position: absolute;
    right: -25px;
    top: 50%;
    z-index: 50;
}

.reviews-letter-swiper-prev{
    position: absolute;
    left: -25px;
    top: 50%;
    z-index: 50;
    transform: rotate(180deg);
}

.absolute-link{
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.reviews-chat-swiper__item{
    background: #D9D9D9;
    border-radius: 20px;
    height: 300px;
}

.reviews-letter-swiper__item{
    background: #D9D9D9;
    border-radius: 20px;
    height: 450px;
}

@media(max-width: 1520px){
    .reviews-section h2{
        font-size: 32px;
    }

    .reviews-chat-swiper__item{
        height: 240px;
    }

    .reviews-letter-swiper__item{
        background: #D9D9D9;
        border-radius: 20px;
        height: 390px;
    }
}

@media(max-width: 768px){
    .reviews-main__wrapper{
        padding: 50px 0 10px 0;
    }

    .reviews-section__body{
        padding: 20px 0 30px 0;
    }

    .reviews-chat-swiper__item{
        height: 180px;
    }
    
    .widget-container{
        margin-top: 15px;
    }

    .reviews-section h2{
        font-size: 24px;
    }

    .reviews-section .padding-none{
        padding-right: 0;
    }

    .reviews-letter-swiper__item{
        background: #D9D9D9;
        border-radius: 20px;
        height: 260px;
    }
}

/*  */

/* new awards start */

.awards-new__wrapper{
    background: #181818;
    padding: 180px 0;
    position: relative;
}

.awards-new img{
    position: absolute;
    top: 2%;
    height: 100%;
    right: 10%;
}

.awards-accordion__wrapper{
    background: #f9f9f9;
}

.accordion-body{
    padding: 100px 0 70px 0;
}

.awards-accordion__item{
    background: #fff;
    box-shadow: 0px 74px 74px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
}

.awards-accordion__item:not(:last-child){
    margin-bottom: 5px;
}

.awards-accordion__item-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    padding: 0 30px;
    cursor: pointer;
}



.accordion-title__name{
    color: #1f1f1f;
    font-size: 24px;
    font-weight: 500;
}

.accordion-title__quantity{
    flex: 1 1 auto;
    color: #1f1f1f;
    font-size: 24px;
    font-weight: 500;
    margin-right: 55px;
    text-align: right;
}

.accordion-title__btn{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #F3F3F3;
    width: 50px;
    height: 50px;
    transition: all 0.3s ease 0s;
}

.awards-accordion__item-title:hover .accordion-title__btn{
    background: #FCCA00;
}

.awards-accordion__item-content{
    padding: 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-content__grid{
    padding-bottom: 30px;
}

.awards-accordion__item._opened .awards-accordion__item-content{
    max-height: none;
}

.accordion-content__grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12%, 0.15fr));
    gap: 12px;
}

.accordion-title__btn svg{
    transition: all 0.3s ease 0s;
}

.awards-accordion__item-title._active .accordion-title__btn svg{
    transform: scaleY(-1);
}

.accordion-content__grid-item{
    transition: all 0.3s ease 0s;
    cursor: pointer;
    position: relative;
    background: #b49853;
}

.accordion-content__grid-item a {
    width: 100%;
    height: 100%;
    display: block;
}

.accordion-content__grid-item:hover{
    transform: translate(0, -6px);
}

.accordion-content__grid-item img{
    width: 100%;
}

.award-quantity{
    display: none;
}

.see-more{
    display: none;
}

.reviews-swiper__item:hover .video-with-controls__btn{
    background-color: #FCCA00;
    text-decoration: none;
}

.reviews-swiper__item:hover .video-with-controls__btn i{
    opacity: 0;
}

.reviews-swiper__item:hover .video-with-controls__btn span{
    opacity: 1;
    max-width: 300px;
    color: #1f1f1f;
}

.accordion-content__grid-item a::before{
    display: none !important;
}


@media(max-width:1520px){
    .accordion-content__grid-item img{
        width: 100%;
    }
}

@media(max-width:1279px){
    .accordion-content__grid{
        grid-template-columns: repeat(auto-fit, minmax(16%, 0.25fr));
    }
}

@media(max-width:991px){
    .awards-new img{
        position: static;
        top: 2%;
        height: auto;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }

    .awards-new__wrapper{
        padding: 50px 0 0 0;
    }

    .accordion-content__grid{
        grid-template-columns: repeat(auto-fit, minmax(20%, 0.25fr));
    }
}

@media(max-width:768px){
    .accordion-content__grid{
        padding: 15px 0 10px 0;
        grid-template-columns: repeat(auto-fit, minmax(31%, 0.38fr));
        gap: 8px;
    }

    .accordion-body{
        padding: 15px 0 50px 0;
    }

    .awards-accordion__item-title{
        height: 50px;
        padding: 0 15px;
    }
    
    .accordion-title__name{
        font-size: 16px;
    }
    
    .accordion-title__quantity{
        display: none;
    }
    
    .accordion-title__btn{
        width: 30px;
        height: 30px;
    }
    
    .accordion-title__btn svg{
        width: 8px;
    }
    
    .awards-accordion__item-content{
        padding: 0 15px;
    }

    .award-quantity{
        display: inline;
    }

    .see-more{
        display: block;
        margin-bottom: 15px;
        color: #1f1f1f;
        font-size: 14px;
        font-weight: 500;
        position: relative;
        width:max-content;
        margin: 0 auto 15px auto;
        transition: all 0.3s ease 0s;
        text-decoration: none;
    }

    .see-more:hover{
        color: #FCCA00;
        text-decoration: none;
    }

    .see-more::after{
        content: '';
        position: absolute;
        left: 0;
        height: 1px;
        width: 100%;
        bottom: 0px;
        background: #1f1f1f;
    }

    .see-more:hover::after{
        background: #FCCA00;
    }
}

.accordion-content__grid-item::before{
    content: '';
    background: #333333;
    position: absolute;
    height: 100%;
    width: 26.9%;
}

.accordion-content__grid-item::after{
}

@media(max-width:500px){
    .accordion-content__grid{
        grid-template-columns: repeat(auto-fit, minmax(45%, 0.5fr));
    }

    .accordion-content__grid-item img{
        width: 100%;
    }
}
/*  */

.btn-primary{
    background: #FCCA00 !important;
    border: none !important;
    color: #1f1f1f !important;
}

.btn-primary:hover{
    background: #FFDF5C !important;
}

a{
    color: #FCCA00;
}

.slick-prev:before, .slick-next:before{
    color: #1f1f1f !important;
}

.slick-prev:not(.slick-disabled):hover, .slick-prev:not(.slick-disabled):focus, .slick-next:not(.slick-disabled):hover, .slick-next:not(.slick-disabled):focus{
    background-color: #FCCA00;
}

.for-you-list li span rect{
    fill:#FCCA00
}

.text-primary{
    color: #FCCA00 !important;
}

.uslugi-int-mag-pd .twentytwenty-handle:before, .uslugi-int-mag-pd .twentytwenty-handle:after{
    background: #FCCA00;
}

.grid-column{
    padding: 0 10px;
    -ms-flex: 15%; /* IE10 */
    flex: 14%;
    max-width: 14%;
    padding: 0 5px;
}

@media(max-width: 1199px){
    .nav-tabs--type-1 .nav-link.active{
        color: #FCCA00 !important;
    }
}

@media(max-width:767px){
    .header-submenu__inner{
        padding: 0 20px !important;
    }
}

/* updated cases */
.left-shadow{
    height: calc(100% - 100px);
    position: absolute;
    top: 0; left: 0;
    box-shadow: 0px 74px 74px rgba(0, 0, 0, 0.1);
    display: none;
}

.right-shadow{
    height: calc(100% - 100px);
    position: absolute;
    top: 0; right: 0;
    box-shadow: 0px 74px 74px rgba(0, 0, 0, 0.1);
    display: none;
}

.casess{
    background: #F9F9F9;
    padding: 100px 0 0 0;
}

.casess h2{
    margin-bottom: 0;
    font-weight: 600 !important;
}

.cases__swiper-item{
    background: #fff;
    border-radius: 6px;
}

.cases__swiper-item-preview{
    border-radius: 6px 6px 0px 0px;
    height: 220px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    background-color: #ddd;
}

.cases__swiper-item-preview > img{
    transition: all 0.3s ease 0s;
}

.labels-container{
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 20px; left: 20px;
}

.black-label{
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.74);
    border-radius: 4px;
    height: 21px;
    padding: 0 9px;
}

.white-label{
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.74);
    border-radius: 4px;
    height: 21px;
    padding: 0 11px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.black-label:not(:last-child){
    margin-right: 6px;
    margin-bottom: 10px;
}

.white-label svg, .white-label img{
    margin-right: 6px;
}

.black-label svg path{
    stroke: #1d1d1d;
}

.black-label svg{
    margin-right: 3px;
}

.black-label span{
    font-weight: 500;
    font-size: 12px;
    color: #1d1d1d;
}

.white-label span{
    font-weight: 500;
    font-size: 12px;
    color: #1d1d1d;
}

.cases__swiper-item-preview > img{
    border-radius: 6px 6px 0px 0px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.cases__body-swiper .cases-item__table{
    font-weight: 500;
    line-height: 1.6;
    font-size: 24px;
}

.cases__body-swiper .see-details{
    font-size: 18px;
    margin-top: 11px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
}


.cases__swiper-item-body{
    padding: 15px 20px 20px 20px;
    background: #fff;
    border-radius: 0 0 6px 6px;
}

.cases__swiper-item{
    position: relative;
}

.services-cases .cases__swiper-item-body{
    min-height: 170px;
}

.cases-table__title{
    display: flex;
    justify-content: space-between;
    padding: 0 12px;
}

.cases-table__title span{
    color: #1F1F1F;
    opacity: 0.5;
    line-height: 2.4;
    font-size: 14px;
}

.cases-table__values-item{
    display: flex;
    align-items: center;
    background: #F9F9F9;
    border-radius: 7px 0 0 7px;
    min-height: 40px;
}

.cases-table__values-item:first-child{
    border-radius: 7px 7px 0 7px;
}

.cases-table__values-item:last-child{
    border-radius: 7px 0 7px 7px;
}

.cases-table__values-item span{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    color: #181818;
    line-height: 1.2;
}

.cases-table__values-item span:nth-child(1){
    flex: 1 1 auto;
    justify-content: flex-start;
    padding-left: 12px;
}

.cases-table__values-item span:nth-child(2){
    margin-left: auto;
    background: #EFEFEF;
    border-radius: 7px 1px 0px 7px;
}

.cases-table__values-item span:nth-child(3){
    background: #E8E8E8;
    border-radius: 0px 7px 7px 0px;
}

.cases-table__values-item span{
    color: #181818;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
}

.cases-table__values-item:nth-child(2n + 2){
    background: none;
    border-radius: 0px;
}

.cases-table__values-item:nth-child(2n + 2) span:nth-child(2){
    background: #fbfbfb;
    border-radius: 0;
}

.cases-table__values-item:nth-child(2n + 2) span:nth-child(3){
    background: #f8f8f8;
    border-radius: 0;
}

.see-details{
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: 10px auto 0 auto;
    font-weight: 500;
    font-size: 14px;
    color: #181818;
    line-height: 1.6;
    position: relative;
    transition: all 0.2s ease 0s;
}

.see-details:hover{
    text-decoration: none !important;
}

.see-details::after{
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 1px;
    left: 0;
    background: #1B1B1B;
    transition: all 0.2s ease 0s;
}

.cases__swiper-item:hover{
    cursor: pointer;
}

.cases__swiper-item._first-case{
}

.cases__swiper-item._last-case{
}

.cases__swiper-item:hover .see-details{
    color: #CEA218;
}

.cases__swiper-item:hover .see-details::after{
    background: #CEA218;
}

.cases__swiper-item:hover .case-item__title{
    color: #CEA218;
}

.cases__swiper-item:hover .cases__swiper-item-preview > img{
    transform: scale(1.1);
}

.default-swiper-pagination{
    display: flex;
    justify-content: center;
    margin: 20px 0 30px 0
}

.casess__body{
    position: relative;
}

.default-swiper-next{
    right: -25px;
    top: 225px;
    z-index: 10;
}

.default-swiper-prev{
    left: -25px;
    top: 225px;
    z-index: 10;
    transform: rotate(180deg);
}

.casess__body-swiper{
    background: #fff;
    box-shadow: 0px -20px 24px rgb(0 0 0 / 3%);
}

.white{
    background: #fff;
}

.cases__swiper-item{
    margin-bottom: 120px;
}

.our-services__swiper-body{
    position: relative;
    box-shadow: 0px 74px 74px rgba(0, 0, 0, 0.03);
}

.our-services__swiper-body{
    margin-bottom: 90px;
}

.our-services__swiper-item div{
    transition: all 0.3s ease 0s;
    background: #FFFFFF;
    border-radius: 10px 20px 10px 10px;
    padding: 30px;
    position: relative;
    box-shadow: 0px 74px 74px rgba(0, 0, 0, 0.03);
}

.our-services__swiper-item div:hover{
    background: #FCD636;
}

.cases__swiper-item{
    display: flex;
    flex-direction: column;
}

.our-services__swiper-item span{
    font-weight: 500;
    font-size: 24px;
    color: #1b1b1b;
    margin-bottom: 15px;
    max-width: 80%;
    display: block;
}

.our-services__swiper-item p{
    font-size: 18px;
    color: #1b1b1b;
    line-height: 1.6;
    max-width: 75%;
    margin-bottom: 0;
}

.cases-next-2{
    top: 50%;
}

.cases-prev-2{
    top: 50%;
}

.casses__body{
    position: relative;
}

.funnel-img{
    display: none;
}

@media(max-width: 1560px){
    .casess{
        padding: 50px 0 0 0;
    }
    
    .cases__swiper-item-preview{
        height: 210px;
    }
    .cases__swiper-item-body{
        padding: 15px;
    }

    .services-cases .cases__swiper-item-body{
        min-height: 150px;
    }
    
    .cases-table__values-item span:nth-child(2){
        border-radius: 7px 0px 0px 7px;
    }
    
    .default-swiper-next{
        top: 215px;
    }
    
    .default-swiper-prev{
        top: 215px;
    }
    
    .casess__body-swiper{
    }

    .cases__swiper-item{
        margin-bottom: 70px;
    }

    .cases__body-swiper .cases-item__table{
        font-size: 20px;
    }

    .cases__body-swiper .see-details{
        font-size: 14px;
    }

    .our-services__swiper-item div{
    }
    
    .our-services__swiper-item span{
        max-width: 85%;
    }
    
    .our-services__swiper-item p{
        font-size: 16px;
        max-width: 90%;
    }
    
    .cases-next-2{
        top: 50%;
    }
    
    .cases-prev-2{
        top: 50%;
    }
}

.cases__swiper-item .see-details{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
}

.funnel__row.hidden{
    display: flex !important;
}

@media(max-width: 991px){
    .funnel-img{
        display: block;
    }

    .funnel__row.hidden{
        display: none !important;
    }
}

@media(max-width:768px){
    .cases__swiper-item-body{
        padding: 10px;
    }

    .cases__swiper-item{
        margin-bottom: 50px;
    }

    .cases-table__values-item span:nth-child(3){
        border-radius: 0;
    }

    .see-details{
        margin-bottom: 10px;
    }

    .default-swiper-pagination{
        margin: 15px 0 20px 0;
    }

    .cases__swiper-item{
        margin-bottom: 40px;
    }

    .cases__body-swiper .cases-item__table{
        font-size: 20px;
    }

    .cases__body-swiper .see-details{
        font-size: 14px;
        margin: 0;
    }

    .our-services__swiper-item div{
        padding: 20px;
    }
    
    .our-services__swiper-item span{
        max-width: 100%;
        margin-bottom: 10px;
        font-size: 20px;
    }
    
    .our-services__swiper-item p{
        font-size: 16px;
        max-width: 100%;
    }

    .casess{
        padding: 30px 0 0 0;
    }

    .cases__swiper-item .see-details{
        margin: 0;
    }
}

.details-modal{
    position: fixed;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 5000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: collapse;
    transition: all 0.3s ease 0s;
}

.details-modal._opened{
    opacity: 1;
    visibility: visible;
}

.modal-wraper{
    max-width: 590px;
    border-radius: 6px;
    position: relative;
}

.details-preview{
    border-radius: 6px 6px 0 0;
    height: 307px;
    position: relative;
}

.details-preview img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 6px 6px 0 0;
}

.modal-cross{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background: rgba(0, 0, 0, 0.22);
    cursor: pointer;
    transition: all 0.2s ease 0s;
}

.modal-cross:hover{
    background: #FCD636;
}

.modal-cross:hover svg rect{
    fill:#000
}

.details-modal .cases-table__values{
    max-height: 540px;
    overflow: auto;
    padding-right: 11px;
}

.details-modal .cases__swiper-item-body{
    padding-right: 10px;
}

/* .cases-table__values::-webkit-scrollbar {
    width: 2px;
    background-color: #E7E7E7;
}

.cases-table__values::-webkit-scrollbar-thumb{
    background: #020202;
}

.case-info__table-body::-webkit-scrollbar-scrollbar{
    width: 2px;
    background-color: #E7E7E7;
}

.case-info__table-body::-webkit-scrollbar-thumb{
    background: #020202;
} */

.black-scroll::-webkit-scrollbar-thumb{
    background: #020202;
}

.black-scroll::-webkit-scrollbar{
    width: 2px;
    background-color: #E7E7E7;
}


.details-modal .cases-table__title span:last-child{
    padding-right: 12px;
}

@media(max-width:1560px){
    .details-modal .cases-table__values{
        max-height: 220px;
    }

    .header-action__text{
        font-size: 16px;
    }
}

.short-logo{
    display: none;
}

@media(max-width:991px){
    .burger-btn{
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #2C2C2C;
        margin-left: 10px;
    }

    .header-menu-toggle__line + .header-menu-toggle__line{
        margin-top: 3px;
    }

    .header-menu-toggle__line{
        background-color: #fff !important;
        width: 14px;
    }

    .header-action__icon{
        width: 28px;
        height: 28px;
    }

    .header-inner__col:last-child{
        padding: 0;
    }

    .is-active .header-menu-toggle__line:nth-child(1){
        transform: rotate(45deg) translate(3px, 3px);
    }

    .is-active .header-menu-toggle__line:nth-child(3){
        transform: rotate(-45deg) translate(4px, -4px);
    }

    .header-action-tg svg{
        width: 12px;
    }

    .header-action-feedback svg{
        width: 11px;
    }

    .header-action-feedback{
        margin-left: 10px;
    }

    .header-slogan__text{
        font-size: 10px;
    }
}

@media(max-width:768px){
    .modal-wraper{
        width: 100%;
        max-width: 100%;
        margin: 0 20px
    }

    .details-preview{
        border-radius: 6px 6px 0 0;
        max-height: 207px;
    }
    
    .details-preview img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 6px 6px 0 0;
    }
    
    .labels-container{
        top: 15px; 
        left: 15px;
    }

    .white-label{
        bottom: 15px;
        left: 15px;
    }

    .full-logo{
        display: none;
    }

    .short-logo{
        display: block;
    }
}

._locked{
    overflow: hidden !important;
}

.square-case .details-preview{
    height: 549px;
}

.square-case{
    width: 1080px;
    height: 1080px;
    max-height: 1080px;
    max-width: 1080px;
}

.square-case .black-label{
    background: rgba(255, 255, 255, 0.74);
    height: 45px;
    border-radius: 9px;
    padding: 0 15px;
}

.square-case .white-label{
    height: 45px;
    border-radius: 9px;
    padding: 0 15px;
    bottom: 40px;
    left: 40px;
}

.square-case .black-label svg{
    height: 35px;
    width: 23px;
    margin-right: 10px;
}

.square-case .white-label svg, .square-case .white-label img{
    height: 35px;
    width: 23px;
    margin-right: 10px;
}

.square-case .black-label svg path{
    stroke: #1D1D1D
}

.square-case .white-label svg path, .square-case .white-label img{
    stroke: #1D1D1D
}

.square-case .black-label span{
    color: #1d1d1d;
    font-size: 28px;
}

.square-case .white-label span{
    color: #1d1d1d;
    font-size: 26px;
}

.square-case .labels-container{
    top: 40px;
    left: 40px;
}

.square-case .black-label:not(:last-child){
    margin-right: 15px;
}

.square-case .cases__swiper-item-body{
    padding: 0 40px 20px 40px;
}

.square-case .cases-table__title{
    padding: 0 25px;
}

.square-case .cases-table__title span{
    font-size: 34px;
}

.square-case .cases-table__values-item span{
    font-size: 34px;
    font-weight: 500;
}

.square-case .cases-table__values-item{
    height: 86px;
}

.square-case .cases-table__values-item{
    border-radius: 16px 0 0 16px;
}

.square-case .cases-table__values-item:first-child{
    border-radius: 16px 16px 0 16px;
}

.square-case .cases-table__values-item span{
    width: 86px;
    height: 86px;
}

.square-case .cases-table__values-item span:nth-child(2){
    border-radius: 16px 0 0 16px;
}

.square-case .cases-table__values-item span:nth-child(3){
    border-radius: 0px 16px 16px 0px;
}

.square-case .cases-table__values-item:nth-child(2n + 2) span:nth-child(3){
    border-radius: 0;
}

.square-case .cases-table__values-item:last-child span:last-child{
    border-radius: 0 0 16px 0;
}

.square-case .cases-table__values-item span:nth-child(1){
    padding-left: 25px;
    font-weight: 400;
}

.square-case .cases-table__values{
    max-height: 430px;
    height: 430px;
    overflow: hidden;
}

.square-case .cases-table__values::-webkit-scrollbar-scrollbar{
    background: #E7E7E7;
    width: 5px;
};

.square-case .cases-table__values::-webkit-scrollbar-thumb{
    background: #020202;
}

/*  */


.square-case.square-case-context .cases-table__values-item span{
    width: auto;
    padding: 0 20px;
}

.square-case.square-case-context .cases-table__values-item span:nth-child(2){
    padding: 0;
}

.square-case.square-case-context .cases-table__values-item span:nth-child(3){
    font-weight: 500 !important;
}

.square-case.square-case-context .cases-table__values-item span:nth-child(3){
    border-radius: 16px;
}

.square-case.square-case-context.cases-table__values-item:nth-child(2n + 2) span:nth-child(3){
    border-radius: 0 0 16px 16px;
}

.square-case.square-case-context .cases__swiper-item-body{
    height: 519px;
    padding: 40px;
}

.square-case.square-case-context .black-label:not(:last-child){
    margin-bottom: 15px;
}

.square-case .labels-container__bottom{
    right: 40px;
    bottom: 40px;
}

.square-case{
    background: #f5f5f5;

}


.casess.cases-context .cases-table__values-item span{
    width: auto;
    padding: 0 10px;
}

.casess.cases-context .cases-table__values-item span:nth-child(2){
    padding: 0;
}

.casess.cases-context .cases-table__values-item span:nth-child(3){
    font-weight: 500 !important;
}

.casess.cases-context .cases-table__values-item span:nth-child(3){
    border-radius: 7px;
}

.casess.cases-context .cases-table__values-item:nth-child(2n + 2) span:nth-child(3){
    border-radius: 0 0 7px 7px;
}



.labels-container__bottom{
    right: 20px;
    bottom: 20px;
    justify-content: space-between;
}

.labels-container__bottom div:last-child{
    left: auto;
    right: 0;
    bottom: 0;
}

.labels-container__bottom div:first-child{
    left: 0;
    bottom: 0;
}

@media(max-width:1520px){
    .casess.cases-context .cases__swiper-item-body{
        padding-top: 20px;
    }
}

.dark-block .casess__body-swiper{
    background: #1f1f1f;
}

.dark-block .swiper-pagination-bullet{
    background: #e7e7e7;
    opacity: 1;
}

/* our benefits */

.our-benefits{
    padding: 100px 0;
}

.our-benefits__body{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.our-benefits__item{
    padding: 25px 30px;
    border-radius: 15px;
    position: relative;
    max-width: 28%;
}

.our-benefits__item:first-child{
    background: #FCD636;
}

.our-benefits__item:first-child p{
    opacity: 0.5;
    padding-bottom: 10px;
}

.our-benefits__item:not(:last-child){
}

.our-benefits__item:nth-child(2){

}

.our-benefits__item:last-child{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.our-benefits__item-label{
    background: #FFFFFF;
    border-radius: 15px;
    color: #1F1F1F;
    line-height: 1.6;
    font-weight: 600;
    font-size: 46px;
    margin-bottom: 15px;
    width: max-content;
    padding: 0 15px;
    text-transform: uppercase;
}

.our-benefits__item-title{
    font-weight: 600;
    font-size: 32px;
    line-height: 1.6;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.our-benefits__item p{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
}

.our-benefits__item-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: absolute;
    left: -50px;
    top: 20px;
    background: #F4D13B;
    box-shadow: 0px 74px 74px rgba(0, 0, 0, 0.03);
}

.coins-img{
    position: absolute;
    right: -3%;
    top: -7%;
}

.piggie-img{
    position: absolute;
    right: -6%;
    bottom: -12%;
}

.our-services__swiper-body .default-swiper-arrow{
    top: 50%;
}

.industries__body .default-swiper-next{
    top: 50%;
}

.industries__body .default-swiper-prev{
    top: 50%;
}

.industries h2{
    margin-bottom: 0;
}

.tab-switch-wrap-new .tab-switch__header{
    max-width: 570px;
}

@media(max-width:1560px){
    .our-benefits{
        padding: 70px 0;
    }

    .industries{
        padding: 70px 0;
    }
    
    .our-benefits__body{
        margin-top: 40px;
    }
    
    .our-benefits__item{
        padding: 20px;
    }
    
    .our-benefits__item-label{
        font-size: 32px;
    }
    
    .our-benefits__item-title{
        font-size: 24px;
    }
    
    .our-benefits__item p{
    }
    
    .our-benefits__item-icon{
        width: 50px;
        height: 50px;
        left: -50px;
        top: 10px;
    }

    .coins-img{
        position: absolute;
        right: -3%;
        top: -7%;
        width: 95px;
    }
    
    .piggie-img{
        position: absolute;
        right: -6%;
        bottom: -12%;
        width: 80px;
    }

    .tab-switch-wrap-new .tab-switch__header{
        max-width: 520px;
    }
}

.tab-switch-wrap-new .row .col-xl-5.order-1{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media(max-width: 1200px){
    .tab-switch__content{
        max-width: 100%;
    }

    .tab-switch-wrap-new .row{
        position: relative;
    }

    .tab-switch-wrap-new .row .col-xl-5.order-1{
        position: static;
    }

    .tab-switch-wrap-new .tab-switch__image-toggles{
        position: absolute;
        top: 0;
        margin-top: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .tab-switch-wrap-new .col-xl-7.mb-xl-0.mb-5{
        margin-top: 80px;
    }
}

@media(max-width:991px){
    .our-benefits{
        padding: 70px 0;
    }

    .tab-switch-wrap-new .tab-switch__content p{
        text-align: left;
    }
    
    .our-benefits__body{
        margin-top: 40px;
        flex-direction: column;
    }
    
    .our-benefits__item{
        padding: 20px;
        max-width: 100%;
    }

    .our-benefits__item:not(:last-child){
        margin-bottom: 45px;
    }
    
    .our-benefits__item-label{
        font-size: 32px;
    }
    
    .our-benefits__item-title{
        font-size: 24px;
    }
    
    .our-benefits__item p{
    }
    
    .our-benefits__item-icon{
        position: static;
        margin-bottom: 15px;
    }

    .our-benefits__item:last-child{
        align-items: flex-start;
    }

    .coins-img{
        right: -1%;
        top: -7%;
    }
    
    .piggie-img{
        right: -2%;
        bottom: -11%;
    }
}

@media(max-width:768px){
    .our-benefits{
        padding: 45px 0;
    }

    .tab-switch__image-label{
        display: none !important;
    }

    .industries{
        padding: 40px 0;
    }

    .our-benefits h2{
        margin-bottom: 0;
    }
    
    .our-benefits__body{
        margin-top: 20px;
    }
    
    .our-benefits__item{
        padding: 15px;
    }

    .our-benefits__item:not(:last-child){
        margin-bottom: 35px;
    }

    .industries__item-name{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .our-benefits__item-label{
        font-size: 28px;
    }
    
    .our-benefits__item-title{
        font-size: 20px;
        margin-bottom: 5px;
    }
    
    .our-benefits__item p{
        font-size: 16px;
    }
    
    .our-benefits__item-icon{
        margin-bottom: 15px;
    }

    .our-benefits__item:last-child{
        align-items: flex-start;
    }

    .coins-img{
        width: 63px;
    }

    .piggie-img{
        right: -1%;
        bottom: -10%;
        width: 55px;
    }

    .our-services__swiper-body{
        margin-bottom: 40px;
    }

    .tab-switch-wrap-new .tab-switch__image-1-masc img{
        height: 100%;
        width: auto;
    }

    .tab-switch-wrap-new .tab-switch__image-1{
        height: 400px !important;
    }
}

.tab-switch-wrap-new .tab-switch__image-toggles .separater{
    margin: 0;
}

.tab-switch-wrap-new .tab-switch__image-toggles{
    border-radius: 25px;
}

.variant-tab-search{
    border-radius: 29px 0px 0px 29px;
}

.variant-tab-rsi{
    border-radius: 0 29px 29px 0;
}

.variant-tab{
    background: rgba(255, 255, 255, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 50px;
    background: #1f1f1f;
}

.variant-tab.is-active{
    background: #fff !important;
    color: #1C1C1C !important;
}

.variant-tab.is-active span{
    color: #1C1C1C !important;
}

.tab-switch-wrap-new .tab-switch__image-toggles a{
    font-size: 18px;
}

.tab-switch-wrap-new .tab-switch__image-toggles{
    margin-top: 0;
}

.tab-switch-wrap-new .tab-switch__image-toggles{
    width: max-content;
}

.tab-switch-wrap-new .tab-switch__image-toggles{
    border: 1px solid white;
}

.tab-switch-wrap-new .variant-tab:hover{
    background: rgba(255, 255, 255, 0.07);
}

.tab-switch-wrap-new .tab-switch__image-toggles a{
    opacity: 1
}

.tarrifs-seo .offset-xl-1{
    margin-left: 0;
}

.why-us-item{
    padding-top: 0 !important;
}

.why-us-only-items .row .col-md-6:nth-child(3n+1) .why-us-item{
    padding-left: 0;
}

.why-us-only-items .row .col-md-6:nth-child(3n+3) .why-us-item{
    padding-right: 0;
}

.why-us-only-items .row .col-md-6:first-child .why-us-item{
    padding-left: 0;
}

.why-us-only-items .row .col-md-6:nth-last-child(-n+3) .why-us-item{
    padding-bottom: 0;
}

.why-us-item__icon-new{
    display: flex;
    margin-bottom: 20px;
}

.why-us-item__icon-new .why-us-item__title{
    margin-left: 20px;
    opacity: 1 !important;
}

.why-us-only-items-new h2{
    margin-bottom: 0;
}

.why-us-only-items-new{
}

.why-us-only-items-new .row{
    margin-top: 50px;
    margin-right: 0;
    margin-left: 0;
}

.why-us-only-items-new .col-md-6.col-xl-4{
    padding: 0;
    padding-bottom: 0;
}

.why-us-only-items-new .why-us-item p{
    font-size: 18px;
    opacity: 0.5;
    color: #181818;
}

.reasons-new{
    padding: 100px 0;
}

.reasons-new .inclined-line-blocks__item{
    margin-top: 70px;
}

.reasons-subtitle{
    font-size: 18px;
}

.tarrif-card-seo__item{
    height: 90px;
}

.tarrif-card-seo__total{
    padding-top: 30px;
}

.why-us-item__title{
    color: #1F1F1F !important;
}

.tarrifs-seo{
    margin: 0;
}

.tarrifs-seo{
    padding: 100px 0;
}

.whyusnew h2{
    margin-bottom: 0;
}

.tarrifs-slider .tarrif-card-seo{
    display: flex;
    flex-direction: column;
}

@media(max-width:1600px){
    .white-seo-tarrif-card .tarrif-card-seo__title.tarrif-card-seo__title--noborder, .tarrif-card-seo__title.tarrif-card-seo__title--noborder{
        height: 85px;
    }

    .tarrif-card-seo__subtitle{
        height: 90px;
    }
}

@media(max-width: 1560px){
    .why-us-only-items-new{
    }

    .tarrifs-seo{
        padding: 70px 0;
    }

    .reasons-new .inclined-line-blocks__item{
        padding: 0 35px;
    }

    .reasons-new  .inclined-line-blocks__item::after{
        transform: rotate(7deg);
    }

    .reasons-new .shift-number-wrap p{
        margin-bottom: 0;
    }

    .reasons-new .shift-number-wrap .text-upper{
        margin-bottom: 15px;
    }

    .reasons-new .text-center{
        margin-bottom: 0;
    }

    .reasons-new .shift-number-wrap{
        padding-left: 50px;
    }

    .reasons-new .inclined-line-blocks__item{
        margin-top: 40px;
    }

    .why-us-only-items-new .why-us-item{
        padding: 45px 35px 25px 35px
    }

    .reasons-new{
        padding: 70px 0;
    }

    .reasons-new .big-number{
        margin-bottom: 30px;
    }
}

@media(max-width:1475px){
    .white-seo-tarrif-card .tarrif-card-seo__title.tarrif-card-seo__title--noborder, .tarrif-card-seo__title.tarrif-card-seo__title--noborder{
        height: auto;
    }

    .tarrifs-labels--big-2{
        padding-top: 150px;
    }

    .tarrif-card-seo{
        padding: 30px;
    }

    .tarrif-card-seo__item{
        height: 65px;
    }

    .tarrif-card-seo__total{
        padding-top: 20px;
    }

    .nds{
        margin-bottom: 30px;
    }
}

@media(max-width:1200px){
    .why-us-only-items .row .col-md-6:nth-child(3n+1) .why-us-item{
        padding-left: 45px;
    }
    
    .why-us-only-items .row .col-md-6:nth-child(3n+3) .why-us-item{
        padding-right: 45px;
    }
    
    .why-us-only-items .row .col-md-6:first-child .why-us-item{
        padding-left: 0;
    }
    
    .why-us-only-items .row .col-md-6:nth-last-child(-n+3) .why-us-item{
        padding-bottom: 0;
    }

    .why-us-only-items .row .col-md-6:nth-child(2n+2) .why-us-item{
        padding-right: 0;
    }

    .why-us-only-items .row .col-md-6:nth-child(2n+1) .why-us-item{
        padding-left: 0;
    }
}

@media(max-width:991px){
    .why-us-only-items-new .why-us-item{
        margin-bottom: 0;
    }

    .funnel-img{
        text-align: center;
    }

    .funnel__row--8 .btn-primary{
        position: relative;
        margin-top: -10px;
    }

    .tarrifs-slider.slider-mobile-shift .slick-slide{
        margin-top: 0 !important;
    }
}

@media(max-width:768px){
    .why-us-only-items-new .why-us-item{
        margin-bottom: 30px;
        padding: 0;
    }

    .tarrif-card-seo__subtitle{
        padding-bottom: 15px;
    }

    .tarrifs-seo .text-center{
        margin-bottom: 0;
    }

    .tarrif-card-seo__item{
        padding: 15px 0;
    }

    .big-number{
        font-size: 150px;
    }

    .tarrifs-seo{
        padding: 40px 0;
    }

    .why-us-only-items .row .col-md-6:nth-child(3n+1) .why-us-item{
        padding-left: 0;
    }

    .tarrifs-slider{
        margin-top: 36px !important;
    }
    
    .why-us-only-items .row .col-md-6:nth-child(3n+3) .why-us-item{
        padding-right: 0;
    }

    .why-us-item__icon-new .why-us-item__title{
        margin-left: 15px;
    }

    .why-us-item__icon-new p{
        margin-top: 6px !important;
    }

    .why-us-only-items-new{
    }

    .why-us-only-items-new .mt-5{
        margin-top: 0 !important;
    }

    .why-us-only-items-new .row{
        margin-top: 30px;
    }

    .reasons-new{
        padding: 30px 0;
    }

    .reasons-new .shift-number-wrap{
        padding-left: 0;
    }

    .reasons-new .inclined-line-blocks__item{
        padding: 0;
    }

    .why-us-only-items-new .why-us-item p{
        opacity: 1;
        font-size: 14px;
    }

    .why-us-item__icon-new p{
        font-size: 16px !important;
    }

    .tab-switch__content p{
        line-height: 1.6;
    }

    .tarrif-card-seo__price{
        font-size: 24px;
    }

    .tarrif-card-seo__total-label{
        margin-right: 2px;
    }

    .tarrif-card-seo__price .old{
        font-size: 16px;
    }

    .tarrif-card-seo{
        padding: 20px 15px;
    }

    .white-seo-tarrif-card .tarrif-card-seo__title.tarrif-card-seo__title--noborder, .tarrif-card-seo__title.tarrif-card-seo__title--noborder{
        padding-bottom: 10px;
    }

    .tarrif-card-seo__subtitle{
        height: auto;
    }

    .tarrif-label-container{
        margin-bottom: 5px;
    }

    .tarrif-card-seo__item{
        padding: 15px 0;
    }

    .tarrif-card-seo__price{
        margin-bottom: 0;
    }

    .nds{
        margin-bottom: 20px;
    }
}

/* start target-audience block*/

.target-audience__wrapper{
    background: url(/view/image/knv-theme/nisha-bg/nisha-bg-1.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 100px 80px;
}

.target-audience__body{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.target-audience__body-table{
    flex: 0 0 50%;
}

.target-audience__body-text h2{
    color: #fff;
    margin-bottom: 0;
}

.target-audience__body-text p{
    color: #fff;
    margin-top: 35px;
    font-size: 18px;
    line-height: 1.6;
    max-width: 80%;
    margin-bottom: 0;
}

.target-audience__body-text{
    margin-right: 10%;
}

.audience-table__content-titles{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.audience-table__content-titles span{
    color: #FFFFFF;
    opacity: 0.5;
    font-size: 16px;
}

.audience-table__content-titles span:last-child{
    width: 195px;
    display: flex;
    justify-content: center;
}

.audience-table__content-titles span:first-child{
    flex: 1 1 auto;
    padding-left: 40px;
}

.audience-table__content{
    background: #181818;
    border-radius: 6px;
    padding: 30px;
}

.audience-table__item{
    min-height: 40px;
    display: flex;
    color: #fff;
}

.audience-table__item:nth-child(2n + 1) p{
    background: #252525;
}

.audience-table__item:nth-child(2n + 1) span{
    background: #2a2a2a;
}

.audience-table__content-body{
    margin-top: 10px;
}

.audience-table__item p{
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    min-height: 40px;
    padding-left: 40px;
    font-size: 16px;
    margin-bottom: 0;
}

.audience-table__item span{
    width: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    font-size: 16px;
}

.audience-chart{
    padding: 100px 0;
}

.audience-chart h2{
    margin-bottom: 0; 
}

.text-subtitle{
    text-align: center;
    max-width: 55%;
    font-size: 18px;
    line-height: 1.6;
    margin: 20px auto 0 auto
}

.audience-chart__body{
    height: 520px;
    margin-top: 50px; 
    padding: 30px 45px;
    background: #fff;
    box-shadow: 0px 2px 72px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
}

#chart_stats{
    height: 100% !important;
}

.chart-wrapper{
    height: calc(100% - 50px);
}

.chart-custom-legend{
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chart-legend__item{
    display: flex;
    align-items: center;
}

.chart-legend__item:first-child{
    margin-right: 30px;
}

.chart-legend__item span{
    font-size: 16px;
    display: block;
    margin-left: 10px;
}

.chart-legend__item:first-child span{
    color: #CEA218;
}

.chart-legend__item img{
    width: 16px;
    height: 16px;
}

@media(max-width:1520px){
    .target-audience__wrapper{
        padding: 70px 40px;
    }
    
    .target-audience__body-table{
        flex: 0 0 55%;
    }
    
    .target-audience__body-text h2{
        font-size: 32px;
    }
    
    .target-audience__body-text p{
        margin-top: 20px;
        max-width: 100%;
    }
    
    .target-audience__body-text{
        margin-right: 5%;
    }
    
    .audience-table__content-titles span{
        font-size: 16px;
    }
    
    .audience-table__content-titles span:last-child{
        width: 120px;
    }
    
    .audience-table__content-titles span:first-child{
        padding-left: 20px;
    }
    
    .audience-table__content{
        padding: 20px;
    }
    .audience-table__item p{
        padding-left: 30px;
    }
    
    .audience-table__item span{
        width: 120px;
    }


    .audience-chart{
        padding: 70px 0;
    }
    
    .audience-chart h2{
    }
    
    .text-subtitle{
        max-width: 65%;
    }
    
    .audience-chart__body{
        margin-top: 30px; 
        padding: 30px;
    }
    
    .chart-wrapper{
        height: calc(100% - 50px) !important;
    } 
}

@media(max-width:991px){
    .target-audience__wrapper{
        padding: 70px 0 0 0;
    }

    .target-audience__body{
        flex-direction: column;
    }
    
    .target-audience__body-table{
        flex: 0 0 100%;
        margin-top: 20px;
        min-width: 100%;
    }

    .audience-table__content{
        border-radius: 20px 20px 0px 0px;
    }
    
    .target-audience__body-text h2{
        font-size: 32px;
    }
    
    .target-audience__body-text p{
        margin-top: 20px;
        max-width: 100%;
    }
    
    .target-audience__body-text{
        margin-right: 0;
        padding: 0 40px;
    }
    
    .audience-table__content-titles span{
        font-size: 16px;
    }
    
    .audience-table__content-titles span:last-child{
        width: 120px;
    }
    
    .audience-table__content-titles span:first-child{
        padding-left: 20px;
    }
    
    .audience-table__content{
        padding: 20px;
    }
    
    .audience-table__item p{
        padding-left: 30px;
    }
    
    .audience-table__item span{
        width: 120px;
    }



    .audience-chart{
    }
    
    .audience-chart h2{
    }
    
    .text-subtitle{
        max-width: 100%;
        margin: 15px auto 0 auto
    }
    
    .audience-chart__body{
        height: 450px;
        margin-top: 20px; 
        padding: 20px;
    }
    
    #chart_stats{
    }
    
    .chart-custom-legend{
        margin-bottom: 20px;
    }
    
    .chart-legend__item{
    }
    
    .chart-legend__item:first-child{
        margin-right: 30px;
    }
}

@media(max-width:768px){
    .target-audience__wrapper{
        padding: 30px 0 0 0;
        background-position: right -100px top;
    }
    
    .target-audience__body-text h2{
        font-size: 24px;
    }
    
    .target-audience__body-text p{
        margin-top: 15px;
    }
    
    .target-audience__body-text{
        padding: 0 15px;
    }
    
    .audience-table__content-titles span{
        font-size: 12px;
    }
    
    .audience-table__content-titles span:last-child{
        width: 132px;
    }
    
    .audience-table__content-titles span:first-child{
        padding-left: 15px;
    }
    
    .audience-table__content{
        padding: 15px 0 0 0;
    }
    
    .audience-table__item{
        min-height: 50px;
    }

    .audience-table__item span{
        min-height: 50px;
        font-size: 14px;
    }

    .audience-table__item p{
        min-height: 50px;
        font-size: 12px;
    }
    
    .audience-table__item p{
        padding-left: 15px;
    }
    
    .audience-table__item span{
        width: 50px;
    }



    .audience-chart{
        padding: 30px 0;
    }
    
    .audience-chart .text-center{
        font-size: 24px;
        text-align: left !important;
    }
    
    .text-subtitle{
        max-width: 100%;
        margin: 15px auto 0 auto;
        text-align: left;
    }
    
    .audience-chart__body{
        height: 420px;
        overflow: auto;
    }

    .chart-wrapper{
        min-width: 900px;
        height: 100%;
        margin-top: 40px;
    }
    
    #chart_stats{
        width: 100% !important;
    }
    
    .chart-custom-legend{
        margin-bottom: 20px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
    }
    
    .chart-legend__item{
    }
    
    .chart-legend__item:first-child{
        margin-right: 30px;
    }
}
/*  */

/* case-page */

.firstscreen-case .labels-container{
    position: static;
}

.firstscreen-case .labels-container .black-label img{
    width: 25px !important;
    height: 25px !important;
    object-fit: contain !important;
}

.firstscreen-case .labels-container .black-label span{
    font-size: 26px;
}

.firstscreen-case .labels-container .black-label svg{
    height: 25px;
    width: 25px;
    margin-right: 6px;
}

.firstscreen-case .labels-container .black-label{
    border-radius: 8.75138px;
    height: 45px;
    padding: 0 15px;
    margin-bottom: 15px;
}

.firstscreen-case .black-label:not(:last-child){
    margin-right: 15px;
}

.firstscreen-case .labels-container__bottom{
    justify-content: flex-start;
    margin-top: auto;
}

.firstscreen-case .white-label{
    border-radius: 8.75138px;
    height: 45px;
    padding: 0 15px;
    position: static;
    margin-right: 15px;
}

.firstscreen-case .white-label span{
    font-size: 26px;
}

.firstscreen-case .white-label svg, .firstscreen-case .white-label img{
    height: 25px;
    width: 25px;
    margin-right: 6px;
}

.firstscreen-case .firstscreen-new{
    background: url(/view/image/knv-theme/new-cases/firstscreen-case-bg-1.jpg);
    background-size: cover;
    background-position: center center;
}

.case-info__table{ 
    background: #FFFFFF;
    border-radius: 6px;
    padding: 30px 15px 30px 30px;
    min-height: 640px;
    position: relative;
}

.case-info__table-title{
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.case-info__table-title span{
    font-size: 18px;
    color: #1f1f1f;
    opacity: 0.5;
    line-height: 2.4;
}

.case-info__table-item{
    display: flex;
    align-items: center;
    min-height: 50px;
    border-radius: 7px 0 0 7px;
    padding-left: 15px;
    margin-right: 15px;
}

.case-info__table-item span{
    font-size: 18px;
    line-height: 0.16;
    display: flex;
    align-items: center;
}

.case-info__table-item span:nth-child(1){
    flex: 1 1 auto;
}

.case-info__table-item span:nth-child(2){
    min-width: 100px;
    justify-content: center;
    min-height: 50px;
    background: #fbfbfb;
}

.case-info__table-item span:nth-child(3){
    min-width: 100px;
    justify-content: center;
    min-height: 50px;
    background: #fbfbfb;
}

.case-info__table-item span:nth-child(4){
    min-width: 100px;
    justify-content: center;
    min-height: 50px;
    background: #fbfbfb;
}

.case-info__table-item:nth-child(2n + 1){
    background: #F9F9F9;
}

.case-info__table-item:nth-child(2n + 1) span:nth-child(4){
    background: #E8E8E8;
    border-radius: 0 7px 7px 0px;
}

.case-info__table-item:nth-child(2n + 1) span:nth-child(2){
    background: #EFEFEF;
    border-radius: 7px 1px 0px 7px;
}

.cases-info__body{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.case-info__left{
    flex: 1 1 50%;
    margin-right: 30px;   
}

.case-info__table{
    flex: 1 1 50%
}

.case-info__wrapper{
    padding: 70px 0;
}

.case-info__left{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(29%, 0.4fr));
    gap: 30px;
}

.case-info__left-item{
    background: #FFFFFF;
    border-radius: 6px;
    padding: 30px;
    position: relative;
    min-height: 305px;
}

.case-info__left-item:nth-child(2){
    background: #FCD636;
}

.case-info__item-title{
    font-weight: 600;
    font-size: 24px;
    line-height: 1.6;
    color: #1f1f1f;
    margin-bottom: 10px;
}

.case-info__item-desc{
    color: #1D1D1D;
    font-size: 20px;
    line-height: 1.6;
}

.case-info__left-item img{
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.case-info__table-body{
    /* max-height: 500px; */
    overflow: hidden;
}

.yandex-short{
    display: none !important;
}

.case-info__table .see-more-btn{
    position: absolute;
    display: block;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #181818;
    transition: all 0.2s ease 0s;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 500;
}

.case-info__table .see-more-btn:hover{
    color: #CEA218;
}

@media(max-width: 1560px){
    .firstscreen-case .labels-container .black-label span{
        font-size: 16px;
    }

    .case-info__table-body{
        max-height: 320px;
    }
    
    .firstscreen-case .labels-container .black-label svg{
        height: 18px;
        width: 18px;
        margin-right: 4px;
    }
    
    .firstscreen-case .labels-container .black-label{
        border-radius: 8px;
        height: 30px;
        padding: 0 10px;
        margin-bottom: 10px;
    }
    
    .firstscreen-case .black-label:not(:last-child){
        margin-right: 10px;
    }
    
    .firstscreen-case .labels-container__bottom{
    }
    
    .firstscreen-case .white-label{
        border-radius: 8;
        height: 30px;
        padding: 0 10px;
        margin-right: 10px;
    }
    
    .firstscreen-case .white-label span{
        font-size: 16px;
    }
    
    .firstscreen-case .white-label svg{
        height: 18px;
        width: 18px;
        margin-right: 4px;
    }

    .firstscreen-case .labels-container .black-label img{
        width: 18px !important;
        height: 18px !important;
        object-fit: contain !important;
    }

    .firstscreen-case .firstscreen-new h1{
        margin-bottom: 30px;
    }



    .case-info__table{ 
        padding: 15px 7px 15px 15px;
        min-height: 440px;
    }

    .case-info__table .see-more-btn{
        bottom: 20px;
    }
    
    .case-info__table-title{
        padding: 0 15px;
    }
    
    .case-info__table-title span{
        font-size: 16px;
    }
    
    .case-info__table-item{
        min-height: 40px;
        margin-right: 8px;
    }
    
    .case-info__table-item span{
        font-size: 16px;
        line-height: 1.6;
    }
    
    .case-info__table-item span:nth-child(2){
        min-height: 40px;
    }
    
    .case-info__table-item span:nth-child(3){
        min-height: 40px;
    }
    
    .case-info__table-item span:nth-child(4){
        min-height: 40px;
    }

    .case-info__left{
        margin-right: 20px;   
    }
    
    .case-info__wrapper{
        padding: 60px 0;
    }
    
    .case-info__left{
        gap: 20px;
    }
    
    .case-info__left-item{
        padding: 15px;
        min-height: 210px;
    }
    
    .case-info__item-title{
        font-size: 20px;
        margin-bottom: 5px;
    }
    
    .case-info__item-desc{
        font-size: 16px;
    }
    
    .case-info__left-item img{
        bottom: 15px;
        right: 15px;
        width: 30px;
        height: 30px;
    }
}

@media(max-width: 1280px){
    .case-info__left{
        gap: 20px;
        grid-template-columns: repeat(auto-fit, minmax(45%, 0.55fr));
    }

    .case-info__left-item{
        min-height: 135px;
    }
}

@media(max-width: 991px){
    .cases-info__body{
        flex-direction: column;
    }

    .case-info__left{
        width: 100%;
    }

    .case-info__table{
        width: 100%;
    }

    .case-info__wrapper{
        padding: 30px 0;
    }

    .case-info__table-body{
    }

    .case-info__left{
        margin-right: 0px;
        width: 100%;
    }

    .case-info__table{
        border-radius: 6px;
        width: 100%;
        margin-top: 25px;
    }

    .firstscreen-case .labels-container{
        margin-top: 20px;
    }

    .firstscreen-case .labels-container__bottom{
        margin-top: 0;
    }

    .case-info__left{
        gap: 15px;
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }

    .case-info__left-item img{
        bottom: auto;
        top: 15px;
    }

    .yandex-short{
        display: flex;
    }

    .case-info__table-item{
        margin-right: 25px;
    }

    .case-info__table-item span:nth-child(3){
        max-width: 35px;
        min-width: 35px;
        min-height: 35px;
        max-height: 35px;
    }

    .case-info__table-item span:nth-child(4){
        max-width: 35px;
        min-width: 35px;
        min-height: 35px;
        max-height: 35px;
        justify-content: center;
    }

    .case-info__table-item span:nth-child(2){
        display: none;
    }

    .case-info__table-item:nth-child(2n + 1) span:nth-child(4){
        border-radius: 0;
    }

    .case-info__table-item span:not(:first-child){
        background: #fff;
    }

    .case-info__table-item span{
        min-height: 35px;
        font-size: 14px;
    }

    .case-info__table-item span:nth-child(3){
        display: flex !important;
    }

    .case-info__table-item:nth-child(2n + 1) span:nth-child(3){
        border-radius: 7px 0px 0px 7px;
        background: #EFEFEF;
    }

    .case-info__table-title span{
        font-size: 14px;
    }

    .case-info__table-item{
        min-height: 35px;
    }

    .case-info__table{
        min-height: 320px;
        padding-bottom: 15px;
    }
}

@media(max-width: 768px){
    .firstscreen-case .firstscreen__btn-modal{
        /* position: absolute;
        width: 100%;
        padding: 0 15px;
        left: 0;
        bottom: 0; */
    }

    .firstscreen-case .firstscreen-new{
        background-position: left center;
    }


    .case-info__left-item{
        min-height: 90px;
    }

    .cases-info__body{
        flex-direction: column;
    }

    .case-info__wrapper{
        padding: 15px 0;
    }

    .case-info__left{
    }

    .case-info__table{
        margin: 15px 0 0 0;
        padding: 0 0 15px 0;
    }

    .firstscreen-case .labels-container{
        margin-top: 20px;
    }

    .firstscreen-case .labels-container__bottom{
        margin-top: 0;
    }

    .case-info__left{
        gap: 15px;
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }

    .case-info__left-item img{
        bottom: auto;
        top: 15px;
    }

    .case-info__table-item{
        min-height: 35px;
        margin-right: 10px;
        border-radius: 0;
    }

    .case-info__table .see-more-btn{
        font-size: 16px;
    }
}

/*  */

.square-case-context .details-preview{
    height: 519px;
}

.square-case.square-case-context .cases__swiper-item-body{
    padding: 20px 40px 22px 40px
}

.square-case.square-case-context .cases-table__values{
    max-height: 580px;
    height: 510px;
}

.tarrifs-seo-new .tarrif-card-seo{
    padding: 35px
}

.tarrifs-seo-new .tarrifs-slider .slick-list{
    padding-left: 0
}

.tarrifs-seo-new .tarrifs-slider .slick-slide{
    margin: 50px 15px 40px 15px
}

.tarrifs-seo-new h2{
    margin-bottom: 35px;
}

.tarrifs-seo-new .tarrif-label-container{
    align-items: flex-start;
    flex-direction: column;
}

.tarrifs-seo-new .tarrifs-labels--big-2{
    padding-top: 85px;
    padding-left: 0;
}

.tarrifs-seo-new .tarrif-label-container div:not(:first-child){
    margin-top: 50px;
}

.tarrifs-seo-new .tarrif-label-container div{
    font-weight: 500;
}

.tarrifs-seo-new .row.mt-0.mt-lg-5{
    justify-content: center;
    margin-top: 20px !important;
}

.seo-promotion__body-steps{
    display: flex;
    align-items: center;
}

.seo-promotion__body-steps h2{
    color: #fff;
}

.seo-promotion__steps-left ul{
    list-style-type: none;
    margin-top: 60px;
    padding-left: 0;
}

.seo-promotion__steps-left ul li{
    display: flex;
    align-items: center;
}

.seo-promotion__steps-left ul li p{
    margin-bottom: 0;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-left: 20px;
}

.visible{
    display: flex !important;
}

.seo-promotion__steps-left ul li:not(:last-child){
    margin-bottom: 20px;
}

.seo-promotion__wrapper{
    background: #1C1C1C;
}

.seo-promotion__body-steps{
    display: flex;
    justify-content: space-between;
    padding: 80px 0 105px 0;
}

.seo-promotion__steps-image img{
    width: 100%
}

.seo-promotion__maybe{
    display: flex;
    margin-top: 55px;
    background: #FCD636;
    box-shadow: 0px 0px 74px rgba(0, 0, 0, 0.06);
    border-radius: 30px;
    padding: 70px 95px 70px 45px;
    position: relative;
}

.seo-promotion__maybe h2{
    margin-bottom: 0;
}

.seo-promotion__maybe-text{
    max-width: 60%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.seo-promotion__maybe p{
    margin-top: 15px;
    margin-bottom: 0;
    line-height: 1.6;
    color: #1f1f1f;
    font-weight: 500;
    font-size: 24px;
}

.seo-promotion__maybe-robot{
    position: absolute;
    height: 475px;
    left: 45px;
    top: 50%;
    transform: translate(0, -60%);
}

.seo-promotion__maybe-robot img{
    width: 100%;
}

.seo-promotion__firststep{
    padding: 120px 0;
    text-align: center;
}

.seo-promotion__firststep h2{
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.seo-promotion__firststep p{
    color: #fff;
    line-height: 1.6;
    font-size: 24px;
    text-align: center;
    margin:0 auto;
    max-width: 55%;
    margin-top: 10px;
}

.seo-promotion__firststep a{
    margin: 50px auto 0 auto;
}

.maybe-row__text-span{
    margin-top: 2px;
}

.case-item__title{
    margin-top: 0;
    font-weight: 500;
    font-size: 15px;
    color: #000;
    line-height: 1.6;
    transition: all 0.3s ease 0s;
    margin-bottom: 10px;
}

.cases-table__values-ctx .case-item__title{

}

@media(max-width: 1600px){
    .tarrifs-seo-new .tarrif-card-seo__subtitle{
        height: auto;
    }

    .tarrifs-seo-new .tarrif-label-container div:last-child{
        margin-top: 50px;
    }
}

@media(max-width:1560px){
    .seo-promotion__body-steps{
    }
    
    .seo-promotion__body-steps h2{
    }
    
    .seo-promotion__steps-left ul{
        margin-top: 30px;
    }
    
    .seo-promotion__steps-left ul li{
    }
    
    .seo-promotion__steps-left ul li p{
        font-size: 20px;
        margin-left: 15px;
    }

    .seo-promotion__steps-left ul li:not(:last-child){
        margin-bottom: 20px;
    }
    
    .seo-promotion__body-steps{
        padding: 70px 0 70px 0;
    }
    
    .seo-promotion__maybe{
        margin-top: 0px;
        padding: 50px 55px 50px 45px;
        min-height: 250px;
        display: flex;
        align-items: center;
    }
    
    .seo-promotion__maybe-text{
        max-width: 65%;
    }
    
    .seo-promotion__maybe p{
        margin-top: 5px;
        font-size: 20px;
    }
    
    .seo-promotion__maybe-robot{
        height: 325px;
        top: 50%;
        transform: translate(0, -45%);
    }
    
    .seo-promotion__maybe-robot img{
        height: 100%;
    }

    .seo-promotion__steps-image{
        flex: 0 0 55%;
    }

    .seo-promotion__firststep{
        padding: 90px 0 70px 0;
    }
    
    .seo-promotion__firststep h2{
    }
    
    .seo-promotion__firststep p{
        font-size: 20px;
        max-width: 65%;
    }
    
    .seo-promotion__firststep a{
        margin: 30px auto 0 auto;
    }
}

@media(max-width: 991px){
    .tarrifs-seo-new .tarrif-label-container div:last-child{
        margin-top: 0;
    }

    .tarrifs-seo-new .tarrif-card-seo{
        padding: 25px;
    }

    .tarrifs-seo-new .slider-mobile-shift .slick-list{
        padding-right: 0;
    }

    .tarrifs-seo-new .slick-dotted.slick-slider{
        margin-bottom: 10px;
    }

    .tarrifs-seo-new .tarrifs-slider{
        margin-top: 15px !important;
    }

    .tarrifs-seo-new .slick-dots{
        display: none;
    }

    .seo-promotion__maybe{
        min-height: 100px;
    }


    .seo-promotion__body-steps{
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 0 40px 0
    }

    .seo-promotion__body-steps h2{
        margin-bottom: 0;
    }
    
    .seo-promotion__body-steps h2 br{
        display: none;
    }
    
    .seo-promotion__steps-left ul{
        margin-top: 15px;
    }
    
    .seo-promotion__steps-left ul li p{
        font-size: 18px;
        margin-left: 10px;
    }

    .seo-promotion__steps-left ul li svg{
        margin-top: 8px;
    }

    .seo-promotion__steps-left ul li:not(:last-child){
        margin-bottom: 15px;
    }

    .seo-promotion__steps-left ul li{
        align-items: flex-start;
    }
    
    .seo-promotion__maybe{
        padding: 20px;
        border-radius: 20px;
    }
    
    .seo-promotion__maybe-text{
        max-width: 100%;
    }
    
    .seo-promotion__maybe p{
        margin-top: 5px;
    }
    
    .seo-promotion__maybe-robot{
        display: none;
    }

    .seo-promotion__steps-image{
        flex: 0 0 100%;
    }

    .seo-promotion__steps-image{
        margin-top: 20px;
    }

    .maybe-row__text-span{
        margin-top: 3px;
    }


    .seo-promotion__firststep{
        padding: 40px 0 30px 0;
    }
    
    .seo-promotion__firststep h2{
        text-align: left;
    }
    
    .seo-promotion__firststep p{
        font-size: 18px;
        max-width: 100%;
        text-align: left;
    }
    
    .seo-promotion__firststep a{
        margin: 20px auto 0 auto;
    }

    .maybe-row__text-span{
        text-align: center;
    }
    
    .how-tasks__icon{
        display: none;
    }

    .center-section .btn-primary{
        margin-top: 20px;
    }

    .center-section h2{
        text-align: left !important;
    }
}

@media(max-width: 768px){
    h2.text-center br{
        display:none
    }
}

/* cases-catalog start */

.cases-catalog{
    padding: 0 0 100px 0;
}
.cases-catalog h1{
    text-align: left;
    margin-bottom: 0;
}

.cases-catalog__filter{
    display: flex;
    align-items: center;
    margin-top: 29px;
}

.cases-catalog__filter-item:last-child{
    margin-left: 50px;
}

.cases-catalog__filter-item{
    display: flex;
    align-items: center;
    position: relative;
}

.cases-catalog__filter-item::after{
    content: '';
    position: absolute;
    top: 54%;
    right: -10px;
    transition: all 0.3s ease 0s;
    transform: translate(0, -50%);
    background: url(/view/image/knv-theme/filter-chevron.svg) no-repeat;
    background-position: center center;
    background-size: contain;
    height: 7px;
    width: 11px;
}

.cases-catalog__filter-item img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: block;
}

.cases-catalog__filter-item div p{
    font-weight: 500;
    font-size: 18px;
    color: #1F1F1F;
    line-height: 1.6;
    margin-bottom: 0;
}

.cases-catalog__filter-item div p span{
    font-weight: 500;
    color: #C2C2C2;
}

.cases-catalog__content{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(23%, 0.25fr));
    gap: 20px;
    margin-top: 20px;
    min-width: 100%;
}
.cases-catalog__content.no {
    display: block;
}

.black-label img{
    border-radius: 0px;
    object-fit:none !important;
    height: auto !important;
    width: auto !important;
    transform: scale(1) !important;
    margin-right: 5px;
}

.cases-catalog__content-item{
    box-shadow: 0px 74px 74px rgba(0, 0, 0, 0.03);
    transition: all 0.2s ease 0s;
}

.cases-catalog__content-item:hover{
    cursor: pointer;
}

.cases-catalog__content-item.cases__swiper-item{
    margin-bottom: 0;
}

.cases__swiper-item .absolute-link{
    z-index: 10;
}

.tarrifs-seo-new .default-swiper-pagination{
    margin: 10px 0
}

@media(max-width:1560px){
    .cases-catalog{
        padding: 0 0 70px 0;
    }
    
    .cases-catalog__filter{
        margin-top: 20px;
    }

    .tarrif-card-seo__price{
        font-size: 24px;
    }

    .tarrif-card-seo__item{
        font-size: 16px;
    }

    .tarrifs-seo-new .tarrif-card-seo__title{
        padding-bottom: 20px;
    }
    
    .cases-catalog__content{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(29%, 0.33fr));
        gap: 20px;
    }

    .tarrifs-seo-new .tarrifs-labels--big-2{
        padding-top: 65px;
    }
    
    .tarrifs-seo-new .tarrif-label-container div:not(:first-child){
        margin-top: 30px;
    }

    .tarrifs-seo-new .tarrif-label-container{
        padding-top: 65px;
    }

    .tarrifs-seo-new .tarrif-card-seo{
        padding: 20px 30px 30px 30px
    }

    .nds{
        margin-bottom: 15px;
    }

    .tarrif-card-seo__price{
        margin-bottom: 0;
    }

    .black-label img{
        border-radius: 0px;
        object-fit:none !important;
        height: auto !important;
        width: auto !important;
        transform: scale(1) !important;
        margin-right: 5px;
    }
    
    .cases-catalog__content-item{
        box-shadow: 0px 74px 74px rgba(0, 0, 0, 0.03);
        transition: all 0.2s ease 0s;
    }
    
    
    .cases-catalog__content-item.cases__swiper-item{
        margin-bottom: 0;
    }
}

@media(max-width: 1200px){
    .cases-catalog__content{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(47%, 0.53fr));
        gap: 20px;
    }
}

@media(max-width:991px){
    .tarrifs-seo-new .tarrif-label-container{
        padding-top: 0;
    }

    .tarrifs-seo-new .tarrif-label-container div{
        font-weight: 300;
        font-size: 12px;
    }
}

@media(max-width:768px){
    .cases-catalog__content{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        gap: 10px;
    }

    .cases-catalog__filter{
        flex-direction: column;
        align-items: flex-start;
    }

    .cases-catalog__filter-item:last-child{
        margin-left: 0;
        margin-top: 10px;
    }
}

.dropdown-item.active, .dropdown-item:active{
    background: #FCCA00 !important;
    color: #1f1f1f;
}

.filter__select .dropdown-toggle{
    height: auto !important;
}

.tarrifs-seo-new .tarrifs-slider{
    margin: 0;
    overflow: hidden;
}

.tarrifs-seo-new h2{
    margin: 0;
}
/*  */

.cases-table__values-ctx span{
    width: auto;
}

.cases-table__values-ctx .cases-table__values-item span:nth-child(3){
    border-radius: 7px;

}

.cases-table__values-ctx .cases-table__values-item:nth-child(2n + 2) span:nth-child(3){
    border-radius: 0 7px 7px 0;

}

@media(max-width: 1560px){
    .tarrifs-labels{
        padding-top: 120px;
    }

    .tarrifs-labels .tarrif-label-container .tarrif-label-title{
        font-size: 14px;
    }

    .tarrifs-labels .tarrif-label-container{
        height: 65px;
    }
}