@-webkit-keyframes width {
    0% {
        will-change: transform;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    95% {
        will-change: transform;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }

    100% {
        will-change: transform;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes width {
    0% {
        will-change: transform;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    95% {
        will-change: transform;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }

    100% {
        will-change: transform;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
}

@-webkit-keyframes close1 {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
        bottom: 11px;
    }

    100% {
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
        bottom: 1px;
    }
}

@keyframes close1 {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
        bottom: 11px;
    }

    100% {
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
        bottom: 1px;
    }
}

@-webkit-keyframes close2 {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
        top: 11px;
    }

    100% {
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
        top: -3px;
    }
}

@keyframes close2 {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
        top: 11px;
    }

    100% {
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
        top: -3px;
    }
}

@-webkit-keyframes open1 {
    0% {
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
        bottom: 1px;
    }

    100% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
        bottom: 11px;
    }
}

@keyframes open1 {
    0% {
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
        bottom: 1px;
    }

    100% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
        bottom: 11px;
    }
}

@-webkit-keyframes open2 {
    0% {
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
        top: -3px;
    }

    100% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
        top: 11px;
    }
}

@keyframes open2 {
    0% {
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
        top: -3px;
    }

    100% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
        top: 11px;
    }
}

.header {
    background-color: #272a2c;
    color: #FFF;
}

html {
    font-size: 18px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Pt Sans', sans-serif;
}

h2 {
    font-size: 2.8rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.venio__label h1 {
    font-size: 1.6rem;
    text-transform: uppercase;
}

.venio__label span {
    font-size: 2.7rem;
    display: block;
    font-weight: bold;
    color: #F3752C;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.venio__desc {
    font-size: 1.1rem;
    -webkit-padding-start: 3rem;
    padding-inline-start: 3rem; list-style-type: none;
    margin-bottom: 2.5rem;
    margin-top: 2.8rem;
    padding-left: 0px;
}

.content {
    padding-top: 30px;
    padding-bottom: 60px;
}

.subtitle {
    text-align: center;
    margin-bottom: 30px;
    font-style: italic;
    font-size: 16px;
}

.content h1 {
    margin-bottom: 30px;
}

.venio__options {
    font-size: .9rem;
    margin-left: 3rem;
    margin-bottom: 2.5rem;
}

.head {
    padding: 2.2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.head__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.head__phone {
    -webkit-box-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
    padding-right: 30px;
}

.head__btn-actions {
    -webkit-box-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

div#map p {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

tr.characteristic-btn {
    background-color: rgb(255 255 255 / 100%) !important;
}

div#map p sub {
    margin-left: 10px;
    bottom: 0px;
}

.signal-about a.btn {
    /* background: #272a2c; */
    color: #000;
}

.signal-about {
    padding-bottom: 3rem;
}

.characteristic.pb-5 .img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.img_ico {
    margin-bottom: 10px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

h2#signal-about {
    color: #000;
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.logo__part-1 {
    /* background-image: url(/images/logo-head__part-1.png); */
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
    /* height: 51px; */
    /* width: 54px; */
}

.logo__part-2 {
    height: 23px;
    width: 140px;
    background-image: url(/images/logo-head__part-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 21px;
    left: 5px;
}

.phone {
    color: #FFF;
    font-size: 1.33rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.phone:hover {
    color: #FFF;
}

.characteristic.pb-5 a.btn {
    margin: 0 auto;
    display: block;
    max-width: max-content;
    color: #000;
    margin-top: 30px;
}

.phone:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(/images/icons/phone.png);
    display: block;
    padding-right: 33px;
    background-repeat: no-repeat;
    position: relative;
    top: 6px;
    filter: grayscale(1) invert(1);
}

.callme {
    margin-left: 35px;
    font-size: 0.9rem;
}

.btn {
    font-size: 1.3rem;
    font-weight: bold;
    border: 2px solid #F3752C;
    color: #fff;
    border-radius: 99px;
    padding: .375rem 2.5rem;
}

.btn:hover {
    background-color: #F3752C;
    color: #FFF;
}

.btn_for-menu {
    outline: 0!important;
    padding: 0;
    border: 0;
    position: relative;
    background: #FFF;
    width: 35px;
    height: 2px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.btn_for-menu:before {
    width: 35px;
    height: 2px;
    position: relative;
    bottom: 11px;
    background: #FFF;
    content: "";
    display: block;
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotate(0deg);
    transform: rotateZ(0deg);
    -webkit-animation-name: open1;
    animation-name: open1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.btn_for-menu:after {
    width: 35px;
    height: 2px;
    position: relative;
    top: 11px;
    background: #FFF;
    content: "";
    display: block;
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotate(0deg);
    transform: rotateZ(0deg);
    -webkit-animation-name: open2;
    animation-name: open2;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.btn_menu {
    padding: 0;
    height: 53px;
    cursor: pointer;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn_menu:hover {
    background: transparent;
}

img {
    max-width: 100%;
    height: auto;
}

.venio__desc > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem;
}

.venio__desc > li:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 20px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

.venio__desc > li:nth-child(2):before {
    background-image: url(/images/icons/settings.png);
}

.venio__desc > li:nth-child(3):before {
    background-image: url(/images/icons/construction.png);
}

.venio__desc > li:nth-child(4):before {
    background-image: url(/images/icons/stabil.png);
}

.venio__desc > li:nth-child(5):before {
    background-image: url(/images/icons/safe.png);
}

.venio__desc > li:nth-child(6):before {
    background-image: url(/images/icons/system.png);
}

.venio__desc > li:nth-child(7):before {
    background-image: url(/images/icons/personal.png);
}

.venio__desc > li:nth-child(8):before {
    background-image: url(/images/icons/celebrity.png);
}

.venio__desc > li:nth-child(9):before {
    background-image: url(/images/icons/return.png);
}

.venio__options > span {
    font-weight: bold;
    font-size: 1rem;
    display: block;
    padding-bottom: 1rem;
}

.venio__options > ul > li {
    margin-bottom: 1rem;
    list-style-image: url(/images/icons/plus.png);
}

a {
    color: #F3752C;
}

.venio-img {
    background-image: url(/images/signal_landind_fon-600-727.png);
    background-size: contain;
}

.advantages {
    padding-top: 3rem;
    background-color: #eeedef;
    padding-bottom: 2rem;
}

.advantage {
    margin-bottom: 3rem;
}

.advantage__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.advantage__desc {
    font-size: 1.5rem;
    color: #272a2c;
    /* margin-left: 111px; */
    font-weight: bold;
    text-align: center;
}

.advantage__head > .icon {
    width: 86px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 86px;
    flex: 0 0 86px;
    height: 86px;
    border-radius: 99rem;
}

.advantage__head > .title {
    font-size: 3.5rem;
    margin-left: 25px;
    font-weight: bold;
}

.icon.calendar {
    background: url(/images/icons/champion.png) #F3752C no-repeat center;
}

.icon.guarantee {
    background: url(/images/icons/guarantee.png) #F3752C no-repeat center;
}

.icon.period {
    background: url(/images/icons/calendar.png) #272a2c no-repeat center;
}

.sertificates {
    padding-top: 0rem;
    width: 330px;
    padding-bottom: 1rem;
    margin: 0 auto;
}

.sertificates a:nth-child(1) {
    position: relative;
    z-index: 2;
    width: 360px;
    max-width: 100%;
    display: block;
}

.sertificates a:nth-child(2) {
    margin-top: -302px;
    margin-left: 124px;
    position: relative;
    z-index: 1;
    display: block;
}

.intro__desc {
    max-width: 600px;
}

.intro {
    background-color: #272a2c;
    color: #FFF;
    padding: 3rem 0 3rem;
    padding-top: 0px;
}

.home-develop {
    background-color: #030926;
    color: #FFF;
    font-weight: bold;
    padding: 2rem 0;
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slider_nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-line-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 6px;
    max-width: 80%;
    margin-top: 8px;
    margin-right: auto;
    margin-left: auto;
}

.tab {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 230px;
    height: 80px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

.tab_wrap-dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 52px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
}

.active .tab_dot {
    background-color: #F3752C;
}

.tab_dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    min-height: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    border: 0;
    -ms-flex-align: center;
    align-items: center;
    background: #272a2c;
    border-radius: 100px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.active .tab_dot_elem {
    background-color: #2b6bf3;
}

.slider-line-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 6px;
    max-width: 80%;
    margin-top: 8px;
    margin-right: auto;
    margin-left: auto;
}

.line_image {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: -1;
    overflow: hidden;
    width: 30%;
    height: 6px;
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 3px;
    background-image: url(/images/icons/LINE.svg);
    background-position: 50% 0%;
    background-repeat: repeat-x;
}

.line_image {
    overflow: hidden;
}

.blue-line {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 0%;
    border-radius: 3px;
    background-color: #2b6bf3;
}

.line_image .blue-line {
    width: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    will-change: transform;
}

.line_image.active .blue-line {
    animation: width 10s linear;
    -webkit-animation: width 10s linear;
    -moz-animation: width 10s linear;
    -o-animation: width 10s linear;
    width: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    will-change: transform;
}

.complectation__desc {
    font-size: 0.9rem;
}

.slider_nav {
    margin-bottom: 3rem;
}

.variants {
    margin-bottom: 3rem;
    /* background-color: #dce4eb; */
}

.tab > .tb {
    font-size: 1rem;
    text-align: center;
    margin-top: 1rem;
}

.characteristic {
    background-color: #eeedef;
    /* padding: 60px 0px; */
}

.characteristic th {
    padding: 2rem;
}

.characteristic td {
    padding: .7rem 2rem;
}

.table thead th {
    border-bottom: 0;
}

.table td, .table th {
    vertical-align: middle;
    border-top: 0;
}

.characteristic .td:first-child {
    font-weight: bold;
}

.characteristic table {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.all-characteristic {
    background: none;
    color: #272a2c;
    border: 0;
    padding: 0;
    margin-left: 40px;
    border-bottom: 2px dashed;
    padding-bottom: .3rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: 0!important;
    margin: 0 auto;
}

.all-characteristic:before {
    display: block;
    content: "";
    height: 2px;
    left: -40px;
    width: 15px;
    top: 1rem;
    position: absolute;
    -webkit-transform: rotateZ(38deg);
    -ms-transform: rotate(38deg);
    transform: rotateZ(38deg);
    background-color: black;
}

.all-characteristic:after {
    display: block;
    content: "";
    height: 2px;
    top: 1rem;
    left: -29px;
    width: 15px;
    -webkit-transform: rotateZ(-38deg);
    -ms-transform: rotate(-38deg);
    transform: rotateZ(-38deg);
    position: absolute;
    background-color: black;
}

.open-characteristic {
    cursor: pointer;
}

.signal-about {
    /* background-color: #eeedef; */
    color: #FFF;
}

.characteristic2.pb-5 {
    background-color: #eeedef;
    padding-bottom: 1rem !important;
}

.signal-about__left-col {
    text-align: center;
    border: 18px solid #F3752C;
    padding: 2rem;
}

.count-prod {
    background-color: #F3752C;
    display: inline-block;
    padding: .5rem 1rem;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.count-specialists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.count-specialists__count {
    position: relative;
    margin-left: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.count-specialists__count:before {
    width: 68px;
    height: 55px;
    content: "";
    left: -90px;
    background: url(/images/icons/peoples.png) center no-repeat;
    display: block;
    position: absolute;
    top: 1.2rem;
    background-size: 48px;
    z-index: 20;
}

.count-specialists__count:after {
    width: 70px;
    height: 70px;
    content: "";
    left: -90px;
    z-index: 10;
    background: #F3752C;
    border-radius: 99rem;
    display: block;
    top: .8rem;
    position: absolute;
}

.count-specialists__count div:first-child {
    font-size: 2.5rem;
    font-weight: bold;
}

.count-specialists__count div:last-child {
    text-align: center;
}

.count-specialists__head {
    font-size: 1.5rem;
}

.signal-about__blue-card {
    background-color: #272a2c;
    padding: 1.5rem;
    text-align: center;
}

.signal-about__blue-card > h4:after {
    width: 46px;
    height: 48px;
    content: "";
    display: block;
    background: url(/images/icons/refresh.png);
    margin: 1rem auto;
}

.signal-about__left-col {
    text-align: center;
    position: relative;
    border: 18px solid #F3752C;
    padding: 2rem;
    top: 60px;
    left: 34px;
    background: #272a2c;
}

div#variants .btn {
    /* background: #272a2c; */
    margin: 0 auto;
    display: block;
    max-width: max-content;
    color: #000;
}

.signal-about__blue-card {
    background-color: #272a2c;
    padding: 1.5rem;
    text-align: center;
    position: relative;
    right: 34px;
    border: 18px solid #F3752C;
}

.review {
    position: relative;
}

.review__right {
    background-color: #dbe3eb;
    padding: 2rem 2rem 3rem 5rem;
    position: relative;
    display: inline-block;
    max-width: calc(100% - 160px);
    /* vertical-align: bottom; */
    height: 100%;
}

.author-name {
    font-weight: bold;
}

.author-name > div {
    font-weight: normal;
}

.review__content {
    font-style: italic;
}

.numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3rem;
}

.numbers div:first-child:after {
    content: "";
    height: 40px;
    margin: 0 .5rem;
    width: 2px;
    background-color: #ccc;
    display: inline-block;
}

.numbers div:last-child {
    color: #272a2c;
}

.review__right:after {
    width: 103px;
    height: 70px;
    top: 0;
    background: url(/images/icons/commas.png);
    content: "";
    position: absolute;
    background-size: contain;
    right: 0;
    background-repeat: no-repeat;
}

.review__left {
    display: inline-block;
    vertical-align: top;
    max-width: 150px;
    top: 0px;
    position: relative;
    left: 30px;
    z-index: 10;
}

.numbers {
    position: relative;
    font-size: 3rem;
    margin-right: 1rem;
    top: 1.5rem;
    max-width: 90px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.review__left > img {
    position: relative;
    left: 2rem;
    z-index: 20;
    top: 2rem;
}

.order-form {
    background-color: #272a2c;
    color: #FFF;
}

.form-control {
    border: 0;
    background-color: transparent;
    border-bottom: 4px solid;
    padding-left: 2rem;
    border-radius: 0;
    font-size: 0.9rem;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color: #ffffffd9;
    margin-bottom: 1.3rem;
}

.form-control:focus {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 3px solid #F3752C;
    -webkit-box-shadow: 0 3px 0 0 #F3752C;
    box-shadow: 0 1px 0 0 #F3752C;
    color: #ffffffbf;
}

.form-control::-webkit-input-placeholder {
    color: #FFF;
    opacity: 1;
}

/* webkit */
.form-control::-moz-placeholder {
    color: #FFF;
    opacity: 1;
}

/* Firefox 19+ */
.form-control:-moz-placeholder {
    color: #FFF;
    opacity: 1;
}

/* Firefox 18- */
.form-control:-ms-input-placeholder {
    color: #FFF;
    opacity: 1;
}

/* IE */
.map__blue-card {
    background-color: #272a2c;
    color: #FFF;
    width: 550px;
    max-width: 80%;
    position: absolute;
    padding: 1.5rem;
    top: 4.3rem;
    text-align: center;
}

.map__blue-card > .phone {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.map__blue-card > .phone:before {
    display: none;
}

.map__blue-card > .callme {
    color: #FFF;
    margin-left: 0;
    border-bottom: 2px dashed #FFF;
    font-size: 1rem;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    padding-bottom: .27rem;
}

.map__blue-card > .callme:hover {
    text-decoration: none;
    border-bottom: 2px dashed transparent;
}

.map__blue-card > .btn {
    border: 2px solid #FFF;
}

.map__blue-card > .btn:hover {
    background-color: #FFF;
    color: #272a2c;
}

.map__blue-card > a[href*="mailto"] {
    color: #FFF;
    border-bottom: 2px dashed transparent;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.map__blue-card > a[href*="mailto"]:hover {
    color: #FFF;
    text-decoration: none;
    border-bottom: 2px dashed #FFF;
    padding-bottom: 0.27rem;
}

.order-form__makarov > img {
    width: 824px;
    max-width: 100%;
    bottom: -3rem;
    z-index: 222;
    /* max-width: none; */
    left: 0rem;
    position: absolute;
}

.order-form > .container > .row > .col-lg-7 {
    position: relative;
    z-index: 2223;
}

.footer a {
    color: #272a2c;
}

.rp img {
    width: 60px;
    height: auto;
    margin-right: 12px;
}

.venio__big-img, .venio__desc {
    visibility: hidden;
}

.head__menu {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    text-align: right;
    padding: 3rem 3rem 3rem 0;
    font-size: 1.3rem;
    color: white;
    line-height: 2rem;
}

.head__menu a {
    color: white;
    font-weight: bold;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.head__menu a:hover {
    color: #272a2c;
    text-decoration: none;
}

.head__menu {
    display: none;
}

.btn_menu.show > .btn_for-menu {
    height: 0;
}

.btn_menu.show > .btn_for-menu:before {
    bottom: 1px;
    -webkit-animation-name: close1;
    animation-name: close1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}

.btn_menu.show > .btn_for-menu:after {
    top: -3px;
    -webkit-animation-name: close2;
    animation-name: close2;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
}

.modal-backdrop.show {
    opacity: .7;
}

.modal-backdrop {
    background-color: #012b51;
}

.modal-content {
    background-color: #272a2c;
    border-radius: 0;
    color: white;
}

.modal-header {
    border-bottom: 0;
}

.modal-title {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    top: -2rem;
}

.modal-body > form {
    max-width: 400px;
    margin: 0 auto;
}

.modal-lg {
    max-width: 680px;
}

.close {
    padding: 0;
    height: 53px;
    cursor: pointer;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    margin-top: .1rem!important;
    background-color: transparent!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.icon-close {
    outline: 0!important;
    padding: 0;
    border: 0;
    position: relative;
    width: 35px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.icon-close:before {
    width: 35px;
    height: 2px;
    position: relative;
    bottom: 1px;
    background: #FFF;
    content: "";
    display: block;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}

.icon-close:after {
    width: 35px;
    height: 2px;
    position: relative;
    top: -3px;
    background: #FFF;
    content: "";
    display: block;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #ffffff;
    background-color: #272a2c;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.custom-checkbox {
    font-size: .8rem;
}

.characteristic table > tbody tr {
    display: none;
}

.characteristic table > tbody tr:nth-child(1), .characteristic table > tbody tr:nth-child(2), .characteristic table > tbody tr:nth-child(3), .characteristic table > tbody tr:nth-child(4), .characteristic table > tbody tr:nth-child(5) {
    display: table-row;
}

a.cc_btn.cc_btn_accept_all.close-sale {
    color: #000;
}

.characteristic table > tbody tr.characteristic-btn {
    display: table-row;
}

.characteristic2.pb-5 .btn {
    margin: 0 auto;
    display: block;
    background: #272a2c;
    max-width: max-content;
    margin-top: 30px;
}

.open-characteristic {
    outline: 0;
    /* text-align: center; */
}

.characteristic table.open > tbody tr {
    display: table-row;
}

.preimushestva.pb-5 {
    /* font-size: 26px; */
    /* background-color: #eeedef; */
    text-align: center;
    padding-bottom: 3rem;
}

.characteristic .text img {
    max-height: 140px;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
    max-width: 200px;
}

.characteristic .text .opora img {
    max-height: 200px;
    margin: 0 auto;
    display: block;
    margin-bottom: 60px;
    max-width: 200px;
}

.characteristic .text .item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 100%;
    margin-bottom: 30px;
    font-size: 15px;
}

div#sertifikat a.btn {
    margin: 0 auto;
    display: block;
    max-width: max-content;
}

.characteristic .text .item span {
    background: #F3752C;
    padding: 10px;
    display: flex;
    height: 100%;
    border-radius: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 180px;
    height: 180px;
}

.characteristic .text .item span p {
    padding: 0 10px;
}

.preimushestva.pb-5 ul {
    padding-left: 0px;
}

.preimushestva.pb-5 li {
    position: relative;
    padding-left: 30px;
    line-height: 100%;
    list-style: none;
    margin-bottom: 20px;
}

.preimushestva.pb-5 li:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    left: 0px;
    top: 5px;
    background: #F3752C;
    border-radius: 100%;
}

.preimushestva.pb-5 img {
    max-width: 90px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.preimushestva.pb-5 .col-lg-4:first-child {
    border-right: 2px solid #F3752C;
}

.preimushestva.pb-5 .col-lg-4:last-child {
    border-left: 2px solid #F3752C;
}

/*
.row.line1:before {
    content: "";
    display: block;
    width: 200px;
    position: absolute;
    left: -140px;
    top: 110px;
    height: 2px;
    background: #F3752C;
    transform: rotate(-15deg);
}

.row.line2:before {
    content: "";
    display: block;
    width: 200px;
    position: absolute;
    left: -110px;
    top: 84px;
    height: 2px;
    background: #F3752C;
    transform: rotate(0deg);
}

.row.line3:before {
    content: "";
    display: block;
    width: 200px;
    position: absolute;
    left: -140px;
    top: 50px;
    height: 2px;
    background: #F3752C;
    transform: rotate(15deg);
}

.characteristic .row {
    position: relative;
}


.col-lg-4.img {}

img.wow.fadeInLeft.animated {

    padding: 0.5rem;
    text-align: center;
    position: relative;

}
*/
.characteristic h3 {
    margin-bottom: 60px;
    text-align: center;
}

.characteristic.pb-5 .line1 {
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.rp {
    font-size: 14px;
    line-height: 100%;
    /* width: 300px; */
}

.rp img {
    max-width: 40px;
}

.rp .d-flex.flex-column {
    display: flex;
    flex-direction: row;
}

/* about company */
.company-block {
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
    overflow: hidden;
}

section.company-block a.btn {
    margin: 0 auto;
    color: #000;
    display: block;
    max-width: max-content;
}

.page-loaded .company-block.scrolled .anim-fade {
    opacity: 1;
}

@media (max-width: 1279px) {
    .company-block {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 1024px) {
    .company-block {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .company-block {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.company-block__bg {
    width: 100%;
    height: 100%;
    min-height: 716px;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.company-block__bg_mob {
    width: 0;
    opacity: 0;
}

@media (max-width: 767px) {
    .company-block__bg_desktop {
        width: 0;
        opacity: 0;
    }

    .company-block__bg_mob {
        width: 768px;
        min-height: 1250px;
        opacity: 0.85;
    }
}

.company-block__main {
    position: relative;
}

.company-block__cols {
    max-width: 1330px;
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1279px) {
    .company-block__cols {
        margin-bottom: 40px;
        display: block;
    }
}

.company-block__left {
    padding: 0 40px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1279px) {
    .company-block__left {
        padding: 0 0 40px;
    }
}

@media (max-width: 950px) {
    .company-block__left {
        padding-bottom: 32px;
    }
}

@media (max-width: 767px) {
    .company-block__left {
        padding-bottom: 22px;
    }
}

.company-block__right {
    width: 100%;
    min-width: 0;
    max-width: 554px;
}

@media (max-width: 1279px) {
    .company-block__right {
        max-width: 800px;
    }
}

.company-block__title {
    max-width: 600px;
    /* font: bold 50px/55px "Montserrat", sans-serif; */
    font-size: 2.8rem;
    font-weight: 600;
}

@media (max-width: 1279px) {
    .company-block__title {
        font-size: 42px;
        line-height: 47px;
    }
}

@media (max-width: 950px) {
    .company-block__title {
        font-size: 36px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .company-block__title {
        font-size: 26px;
        line-height: 30px;
    }
}

@media (max-width: 1279px) {
    .company-block__title {
        max-width: 1000px;
    }
    .phone {
    font-size: 18px;
}
}

.company-block__content {
    padding: 20px 0 20px 30px;
    border-left: 5px solid #F3752C;
}

@media (max-width: 1279px) {
    .company-block__content {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .company-block__content {
        padding-left: 20px;
    }





}

.company {
    /* margin: 0 -20px -30px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-bottom: 30px;
    /* margin: 0 auto; */
}

@media (max-width: 767px) {
    .company {
        /* margin: 0 -15px -30px; */
    }
}

.company__item {
    padding: 0 15px 20px;
    position: relative;
    width: 24%;
}

.company__item:nth-child(1) {
}

.company__item:nth-child(2) {
    width: 300px;
    left: 18px;
}

.company__item:nth-child(3) {
    left: 23px;
}

.company__item:nth-child(4) {
    /* width: 380px; */
}

@media (max-width: 1549px) {
    .company__item:nth-child(1) {
        /* width: auto; */
    }

    .company__item:nth-child(2) {
        width: auto;
        left: auto;
    }

    .company__item:nth-child(3) {
        left: auto;
    }

    .company__item:nth-child(4) {
        width: auto;
    }

    .company__item:nth-child(4) .company__title {
        max-width: 280px;
    }
}

@media (max-width: 1279px) {
    .company__item {
        width: 50% !important;
    }

    .company__item:nth-child(2) .company__icon {
        position: relative;
        top: 8px;
    }

    .company__item:nth-child(4) .company__title {
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .company__item {
        padding: 0 15px 30px;
    }
}

@media (max-width: 479px) {
    .company__item {
        width: 100% !important;
    }
}

.company__top {
    height: 50px;
    margin: 0 0 22px;
}

@media (max-width: 767px) {
    .company__top {
        height: 40px;
        margin-bottom: 19px;
    }
}

.company__icon {
    max-height: 50px;
}

@media (max-width: 767px) {
    .company__icon {
        max-height: 40px;
    }
}

.company__title {
    /* max-width: 200px; */
    font-size: 18px;
}

.company__title b, .company__title strong {
    margin: 0 0 10px;
    display: block;
    font-weight: bold;
    font-size: 40px;
    line-height: 58px;
    font-family: "Montserrat", sans-serif;
    color: #F3752C;
    white-space: nowrap;
}

.company__title i {
    font-size: 40px;
    font-style: normal;
    text-shadow: 0 0;
}

@media (max-width: 1549px) {
    .company__title {
        max-width: 230px;
    }

    .company__title b, .company__title strong {
        font-size: 32px;
        line-height: 50px;
    }

    .company__title i {
        font-size: 48px;
    }
}

@media (max-width: 1279px) {
    .company__title {
        max-width: 400px;
    }
}

@media (max-width: 950px) {
    .company__title b, .company__title strong {
        font-size: 28px;
        line-height: 44px;
    }

    .company__title i {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .company__title {
        font: 16px/21px "Montserrat", sans-serif;
    }

    .company__title b, .company__title strong {
        font-size: 24px;
        line-height: 32px;
    }

    .company__title i {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    div#variants .slick-slide img {
        max-height: 316px;
    }
.phone {
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
    .characteristic .text .item {
        margin-bottom: 30px;
    }

    .characteristic .text img {
        max-width: 140px;
        max-height: 100px;
        margin-bottom: 10px;
    }

    .characteristic .text .opora img {
        max-height: 130px;
        margin-bottom: 10px;
    }

    .characteristic .text .item span {
        width: 160px;
        height: 160px;
    }

    .characteristic h3 {
        margin-bottom: 0px;
    }

    .characteristic.pb-5 .line1 {
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .characteristic .text .item span p {
        padding: 0px 10px;
        margin-bottom: 30px;
    }
}
.alert {
  color: #F3752C;
  padding: 0;
  border: 0;
}
