@font-face{
    font-family: ProximaNova;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('ProximaNova'), url("../fonts/ProximaNova-Regular.woff") format("woff");
}
@font-face{
    font-family: ProximaNovaCond Bold;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('ProximaNovaCond-Bold'), local('ProximaNovaCond Bold'), url("../fonts/ProximaNovaCond-Bold.woff") format("woff");
}
@font-face{
    font-family: ProximaNova Bold;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('ProximaNova-Bold'), local('ProximaNova Bold'), url("../fonts/ProximaNova-Bold.woff") format("woff");
}
@font-face{
    font-family: DINProCond;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('DINProCond'), url("../fonts/DINPro-CondensedRegular.woff") format("woff");
}
@font-face{
    font-family: RobotoCondensed Bold;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('RobotoCondensed-Bold'), local('RobotoCondensed Bold'), url("../fonts/Robotocondensedbold.woff") format("woff");
}

body {
    font: 400 15px/21px ProximaNova, sans serif;
}
h1 {
    font-size: 24px;
    line-height: 30px;
}
h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
a:focus {
    outline: none;
    text-decoration: none;
}
button:focus {
    outline: none;
}
.small-text {
    font-size: 12px;
    line-height: 18px;
}
nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEULHik93HWIAAAACklEQVQI12NgAAAAAgAB4iG8MwAAAABJRU5ErkJggg==');/* #19232d;*/
    box-shadow: 0 5px 10px 2px rgba(27,35,46,0.25);
}
nav .row > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
}
.logo {
    width: 175px;
}
.logo .logo-img {
    width: 100%;
}
.mainmenu ul {
    list-style: none;
}
.mainmenu ul li {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 25px;
}
.mainmenu ul li a {
    color: #fff;
}
.mainmenu ul li a:hover {
    text-decoration: none;
    color: #3cbaf1;
}
.mobile-open {
    display: block;
    width: 22px;
    height: 22px;
    position: relative;
    cursor: pointer;
    margin-right: 20px;
}
.mobile-open::after {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 2px;
    left: 2px;
    background: linear-gradient(to bottom,#fff 20%,transparent 20%,transparent 40%,#fff 40%,#fff 60%,transparent 60%,transparent 80%,#fff 80%);
}
.mobile-open.opened::after {
    background: linear-gradient(45deg,transparent 45%,#fff 45%,#fff 55%,transparent 55%), linear-gradient(135deg,transparent 45%,#fff 45%,#fff 55%,transparent 55%);
}
.mainmenu {
    position: absolute;
    top: 60px;
    left: 0;
    background: rgba(27,36,45,0.75);
    transition: 0.5s ease;
    opacity: 0;
    display: none;
    overflow: hidden;
}
.mainmenu ul {
    margin: 20px 30px 40px 0;
}
.mainmenu ul li {
    display: block;
    margin-bottom: 20px;
}
.logo {
    width: 100px;
}
.addressbold {
    margin-left: auto;
    font-size: 15px;
    color: #009fe3;
}
.addressbold a:hover {
    text-decoration: none;
    color: #3cbaf1;
}

header {
    position: relative;
    width: 100%;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEULHik93HWIAAAACklEQVQI12NgAAAAAgAB4iG8MwAAAABJRU5ErkJggg==');/* #19232d;*/
    padding-top: 10px;
}
header .bg-header {
    width: 100%;
    height: 500px;
    background: url('/img/bg-vrf-black_1.png') no-repeat center top,
        url('/img/city_1.jpg') no-repeat center top;
    background-size: 100vw, 100vw;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
}
header .bg-header:hover {
    background-size: 105vw, 105vw;
}
.flex-center {
    height: inherit;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start;
}
.vrf-img img {
    width: 100%;
}
.head-buttons {
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.btn-std {
    border: 1px solid transparent;
    font: 700 16px ProximaNovaCond Bold, sans serif;
    letter-spacing: 3px;
    height: 50px;
}
.btn-blue {
    background-color: #009fe3;
    color: #fff;
    border-color: #009fe3;
}
.btn-blue:hover {
    background-color: #3cbaf1;
}
.btn-white {
    border-color: #009fe3;
    color: #009fe3;
    background-color: #fff;
}
.btn-white:hover {
    background-color: #3cbaf1;
    color: #fff;
}
.btn-trans {
    background-color: transparent;
    color: #009fe3;
    border-color: #009fe3;
    display: inline-block;
}
a.btn-trans {
    padding: 13.5px 8px 0;
    letter-spacing: 2px;
    margin: 5px 15px;
    text-align: center;
}
.btn-trans:hover {
    color: #fff;
    background-color: #3cbaf1;
    text-decoration: none;
}
.head-buttons a.btn-price {
    padding-top: 18px;
    text-align: center;
}
.head-buttons a.btn-price:hover {
    text-decoration: none;
}
header .btn-std {
    height: 60px;
    padding: 17px 0;
    flex: 1 1 auto;
}
header .btn-calc {
    padding: 17px 0;
    margin-right: 10px;
}
.head-text {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
}
.head-small {
    color: #009fe3;
    font: 700 24px/25px 'ProximaNova Bold', sans serif;
    transform: scaleX(0.85);
    margin-bottom: 10px;
}
.head-big {
    color: #009fe3;
    font: 700 90px/90px 'ProximaNova Bold', sans serif;
    margin-bottom: -5px;
    margin-top: 0px;
    transform: scaleX(0.85);
}
.head-buttons span {
    display: none;
}
.vrf-img {
    width: 150px;
    margin-top: 0;
    margin-bottom: 10px;
}
header .bg-header {
    margin-top: 90px;
    background-position: 103% center, 104% center;
    background-size: 205vw, 200vw;
    height: 160px;
}
header .bg-header:hover {
    background-position: 103% center, 104% center;
    background-size: 205vw, 200vw;
}

.catalog-menu {
    position: relative;
}
.catalog-open {
    width: 100%;
    height: 40px;
    border: 1px solid #009fe3;
    position: relative;
    cursor: pointer;
}
.catalog-open:hover {
    background: #3cbaf1;
}
.catalog-open::before {
    content: '';
    width: 18px;
    height: 16px;
    position: absolute;
    top: 10px;
    left: 13px;
    background: linear-gradient(to bottom,#009fe3 13%,transparent 13%,transparent 43%,#009fe3 43%,#009fe3 57%,transparent 57%,transparent 87%,#009fe3 87%);
}
.catalog-open:hover::before {
    background: linear-gradient(to bottom,#fff 13%,transparent 13%,transparent 43%,#fff 43%,#fff 57%,transparent 57%,transparent 87%,#fff 87%);
}
.catalog-open::after {
    content: 'МЕНЮ';
    position: absolute;
    left: 42px;
    top: 8px;
    font-size: 18px;
    color: #009fe3;
}
.catalog-open:hover::after {
    color: #fff;
}
.flex-btn {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
}
.flex-btn li {
    width: 100%;
}
.flex-btn li div {
    width: 100%;
    display: block;
    height: 40px;
    padding: 10px;
    border-top: none;
    font: 400 14px ProximaNova;
    cursor: pointer;
    transition: 0.25s ease;
}
.flex-btn li div:focus {
    text-decoration: none;
    color: #009fe3;
    outline: none;
}
.flex-btn li div:hover {
    text-decoration: none;
}
.flex-btn li div.active:hover,
.flex-btn li div.active {
    background-color: #3cbaf1;
    color: #fff;
}
.not-show-content {
    overflow: hidden;
    height: 0;
}
.catalog-outdoor {
    background: #f4f4f4;
    margin: 30px 0 20px;
    padding-bottom: 30px;
}
.catalog-outdoor .row {
   position: relative;
}
.catalog-head h1 {
    margin-top: 30px;
}
h5 {
    margin-top: 0;
    font-size: 14px;
}
.outdoor-flex {
    display: flex;
    flex-direction: column;
    position: absolute;
    opacity: 0;
    width: 100%;
    transition: 0.5s ease;
    padding-top: 20px;
    z-index: 1;
}
.outdoor-flex.active {
    opacity: 1;
    z-index: 2;
}
.outdoor-flex .main-block {
    order: 3;
}
.outdoor-flex .pos-rel .img-full-size img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.outdoor-flex .pos-rel {
    order: 1;
}
.outdoor-flex .outdoor-right-column {
    order: 2;
}
.outdoor-prems {
    list-style: none;
    padding: 0;
}
.outdoor-prems li {
    background-repeat: no-repeat;
    padding-top: 20px;
    padding: 10px 0 10px 70px;
    margin-bottom: 20px;
    background-position: 20px center;
}
.blue-triangle {
    padding: 5px 15px 0;
    position: relative;
    display: flex;
    flex-direction: column;
}
.blue-triangle::before {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 0;
    left: 0;
    content: '';
    background: linear-gradient(135deg,#009fe3 50%,transparent 50%);
    z-index: 1;
}
.bt-small-text {
    z-index: 2;
    position: relative;
}
.bt-blue-text {
    color: #009fe3;
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    font-family: 'ProximaNovaCond Bold';
}
.props h4 {
    margin: 25px 0 0;
    text-transform: uppercase;
}
.props-ul {
    margin: 10px 0 30px;
    list-style: none;
    padding: 0;
}
.props-ul li {
    margin-bottom: 5px;
}
.hidden-400 {
    display: none;
}
.show-400 {
    display: block;
}
.catalog-outdoor .buttons {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}
.catalog-outdoor .buttons button {
    padding-left: 3px;
    padding-right: 3px;
    letter-spacing: 2px;
}
.btn-std span {
    display: none;
}
.get-catalog {
    font: 700 17px ProximaNovaCond Bold, sans serif;
    letter-spacing: 3px;
    height: 30px;
    color: #009fe3;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    padding-top: 3px;
    padding-left: 33px;
    background: url('/img/download.png') no-repeat 5px top;
    text-decoration: none;
}
.catalog-buttons .buttons {
    display: flex;
    flex-direction: column;
}
.catalog-buttons .buttons .get-catalog,
.catalog-buttons .buttons button {
    display: block;
    margin: 5px 15px;
}
.catalog-buttons .buttons .get-catalog {
    width: calc(100% - 30px);
    height: 50px;
    text-align: center;
    background: none;
}
.catalog-buttons .buttons .get-catalog span {
    display: inline-block;
    padding: 5px 30px 10px;
    background: url('/img/download.png') no-repeat left 2px;
}

.owl-indoor .owl-stage-outer {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.owl-indoor .item {
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    margin-left: -1px;
}
.owl-indoor .item .slide-img {
    height: 70px;
    margin: 20px 10px 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.owl-indoor .item .slide-text {
    height: 50px;
    width: 100%;
    flex: 0 0 auto;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    padding: 0 15px;
    overflow: hidden;
}
.owl-indoor .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}
.owl-indoor .owl-nav button {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    position: absolute;
    opacity: 0.5;
    outline: none;
}
.owl-indoor .owl-nav button span {
    display: none;
}
.owl-indoor .owl-nav button:hover {
    box-shadow: 1px 1px 4px 2px rgba(7,165,236,0.25);
}
.owl-indoor .owl-nav button::after {
    width: 8px;
    height: 15px;
    position: absolute;
    content: '';
    background:
        linear-gradient(45deg,transparent 28%,#009fe3 28%,#009fe3 41%, transparent 41%),
        linear-gradient(135deg,transparent 28%,#009fe3 28%,#009fe3 41%, transparent 41%);
    top: 3px;
    left: 5px;
}
.owl-indoor .owl-nav button.owl-prev {
    left: 5px;
}
.owl-indoor .owl-nav button.owl-next {
    right: 5px;
}
.owl-indoor .owl-nav button.owl-next::after {
    background:
        linear-gradient(-45deg,transparent 28%,#009fe3 28%,#009fe3 41%, transparent 41%),
        linear-gradient(-135deg,transparent 28%,#009fe3 28%,#009fe3 41%, transparent 41%);
    left: 7px;
}
.owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 4px;
}
.owl-dots button {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    display: inline-block;
    zoom: 1;
    outline: none;
}
.owl-dots span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #fff;
    border: 1px solid #00a0e1;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-dots button.active span {
    background: #00a0e1;
}
h2, h3 {
    font-family: 'ProximaNovaCond Bold';
}
h3 {
    text-transform: uppercase;
}
.catalog-slider {
    margin-top: 0;
    position: relative;
    z-index: 1;
}
.owl-bigslide {
    margin: 0 -15px;
    width: 100vw;
}
.owl-bigslide .item {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}
.owl-bigslide .item .slide-head {
    background: none;
}
.owl-bigslide .item h2 {
    margin: 15px;
}
.owl-bigslide .item .slide-body {
    padding: 10px 15px;
    background: #f4f4f4;
}
.owl-bigslide .item .slide-body .slide-body-img {
    max-width: 400px;
    margin: 0 auto;
    height: 40%;
    display: flex;
    align-items: center;
}
.owl-bigslide .item .slide-body .slide-body-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.owl-bigslide .item .slide-body-text {
    width: calc(100% - 30px);
}
.owl-bigslide .item .slide-body h3 {
    font-size: 16px;
}
.owl-bigslide .item .slide-body p {
    font-size: 12px;
    line-height: 18px;
}
.owl-bigslide .owl-nav {
    display: none;
}
.owl-bigslide .counter {
    display: none;
}
.counter-ul {
    list-style: none;
    padding: 0;
    counter-reset: NewCounter;
}
.counter-ul li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
}
.counter-ul li::before {
    counter-increment: NewCounter;
    content: "0"counter(NewCounter);
    color: #009fe3;
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 40px;
    font-family: 'RobotoCondensed Bold';
}
.catalog-project {
    background-color: #ddd;
    margin-bottom: 30px;
}
.catalog-project h3 {
    text-align: center;
    margin: 30px 0 20px;
}
.catalog-project .owl-bigslide {
    margin: 0;
    width: 100%;
}
.catalog-project .owl-stage-outer {
    background: #fff;
}
.catalog-project .owl-item {
    height: inherit;
}
.catalog-project .item {
    padding: 40px 30px 20px;
}
.catalog-project .item .project-img {
    height: 180px;
    margin-bottom: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.catalog-project .item .project-head {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 10px;
}
.cattable {
    font-size: 10px;
    line-height: 13px;
}
.cattable th,
.cattable td {
    padding: 4px 3px;
    text-align: left
}
.cattable tr:nth-child(2n) {
    background: #ddd;
}
.catalog-calc {
    margin-top: 40px;
    margin-bottom: 40px;
}
.catalog-calc h3,
.catalog-calc p {
    display: none;
}
.catalog-calc button {
    width: 100%;
    text-transform: uppercase;
}
.catalog-brand {
    display: none;
}
.catalog-sales {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 50px 0;
}
.catalog-sales img {
    max-width: 100%;
    margin-bottom: 20px;
}
.brand-ul {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
.brand-ul li {
    width: 45%;
    margin-bottom: 40px;
    margin-right: 5%;
    position: relative;
    padding-top: 50px;
}
.brand-ul li::before {
    content: attr(data-before);
    position: absolute;
    top: 0;
    color: #009fe3;
    font-size: 40px;
    font-family: 'RobotoCondensed Bold', 'ProximaNovaCond Bold', Arial, sans seirf;
}
.catalog-centers {
    padding-top: 30px;
}
.centers-flex {
    display: flex;
    flex-direction: column-reverse;
}
.centers-flex img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 20px;
    display: block;
}
.catalog-history {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 80px 0;
}
.catalog-history h2 {
    margin-bottom: 15px;
}
.center-text {
    text-align: center;
}
.history-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.history-box {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.history-year {
    color: #009fe3;
    font-family: 'ProximaNovaCond Bold';
    font-size: 16px;
    position: relative;
}
.history-year::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 12vw;
    height: 1px;
    width: 8vw;
    background-color: #009fe3;
}
.history-box:last-child .history-year::after {
    display: none;
}
.history-img {
    margin: 10px 0;
}
.history-img img {
    width: 100%;
}
.history-text {
    font-size: 10px;
    line-height: 1em;
    text-align: center;
}
.owl-certs {
    position: relative;
}
.owl-certs .item > div {
    height: 76px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.showCerts {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.showCerts .item + .item {
    margin-top: 15px;
}
.showCerts .owl-lazy {
    width: 200px;
}
.catalog-objects {
    margin-top: 0;
    position: relative;
    z-index: 1;
}
.catalog-objects .owl-bigslide .item {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 15px;
}
.catalog-objects .owl-bigslide .item h2 {
    text-transform: unset;
    font-size: 16px;
    line-height: 22px;
}
.owl-bigslide .item .object-text {
    margin: 15px;
    font-size: 13px;
    line-height: 17px;
}
.catalog-objects .owl-bigslide .item .slide-head {
    color: #fff;
}
.catalog-objects .owl-bigslide .item .slide-body {
    background: transparent;
    padding: 0;
}
.catalog-objects .owl-bigslide .item .slide-body-img {
    height: 40vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.catalog-zayavka {
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #009fe3;
    color: #fff;
    margin: 10px 0;
}
.catalog-zayavka h2 {
    margin-bottom: 18px;
}
.div-input {
    margin-bottom: 18px;
    position: relative;
}
.input-trans {
    background-color: transparent;
    border: 1px solid #fff;
    width: 100%;
    padding: 12px 0 12px 20px;
    height: 50px;
    font-size: 16px;
}
.input-trans::-moz-placeholder { color: #ccc; }
.input-trans::-webkit-input-placeholder { color: #ccc; }
.input-trans:-ms-input-placeholder { color: #ccc; }
.input-trans::-ms-input-placeholder { color: #ccc; }
.input-trans::placeholder { color: #ccc; } 
.catalog-zayavka .small-text {
    font-size: 13px;
}
.catalog-zayavka .small-text a {
    color: #fff;
    text-decoration: underline;
}
.catalog-zayavka .btn-std {
    width: 100%;
    text-transform: uppercase;
    border: 1px solid #fff;
}
body {
    overflow-x: hidden;
}
footer {
    background: #f4f4f4;
    padding: 50px 0 40px;
}
.logo-flex {
    display: flex;
    flex-direction: column;
}
.logo-flex .footer-logo {
    width: 125px;
    margin-bottom: 20px;
}
.logo-flex .footer-logo img {
    width: 100%;
}
.logo-flex .foot-phone {
    font-size: 23px;
}
.logo-flex .foot-confid a,
.logo-flex .foot-copyright a,
.logo-flex .foot-phone a {
    color: #595959;
}
.logo-flex .foot-confid a:hover,
.logo-flex .foot-copyright a:hover,
.logo-flex .foot-phone a:hover {
    color: #595959;
    text-decoration: underline;
}
.logo-flex .foot-confid a {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.footmenu-flex {
    display: none;
}

.catalog-contacts {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    font-size: 16px;
}
.catalog-contacts .address-box {
    width: calc(100vw - 30px);
}
.catalog-contacts .logo-ayak {
    width: 140px;
    margin: 15px 0 20px;
}
.catalog-contacts .logo-ayak img {
    width: 100%;
}
.catalog-contacts .address-ul {
    list-style: none;
    padding: 0;
}
.catalog-contacts .address-ul li {
    background-repeat: no-repeat;
    background-position: left center;
    padding: 12px 0 12px 40px;
}
.catalog-contacts .address-ul li:nth-child(1) {
    font-size: 20px;
}
.catalog-contacts .address-ul li a {
    color: #333;
}
.catalog-contacts .address-ul li a:hover {
    color: #333;
    text-decoration: underline;
}
.catalog-contacts .map {
    height: 305px;
    background: url('/img/city.jpg') no-repeat center center / cover;
}
.modal_alert {
    background-color: #fff;
    border: 1px solid red;
    border-radius: 3px;
    padding: 9px 15px;
    position: absolute;
    top: 60px;
    left: 10px;
    font-size: 13px;
    z-index: 100;
    color: red;
}
.modal_alert::before,
.modal_alert::after {
    content: '';
    position: absolute;
    left: 10px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid red;
}
.modal_alert::after {
    border-bottom: 10px solid #fff;
    top: -19px;
}
.popup_mask {
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .85);
    position: fixed;
    top: 0;
    z-index: 100;
    display: none;
}
.modal-popup {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    padding: 2rem;
    height: 100%;
}
.modal-body {
    position: relative;
    width: 100%;
    background-color: #fff;
    max-width: 380px;
    padding: 30px 40px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: unset;
}
div#objects {
    margin-top: 20px;
    margin-bottom: 20px;
}
.slider-img-bg {
    display: none;
}
.slide-body-text ul,
.project-text ul {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: none;
}
.slide-body-text ul li,
.project-text ul li {
    position: relative;
}
.slide-body-text ul li::before,
.project-text ul li::before {
    position: absolute;
    content: '–';
    left: -15px;
}
.slide-body-text ul li {
    font-size: 13px;
    line-height: 16px;
}



@media all and (max-width:300px) {
    .logo {
        width: 35%;
    }
    .addrerssbold {
        font-size: 5vw;
    }
    .mobile-open {
        margin-right: 10px;
    }
    .owl-dots span {
        margin: 5px 4px;
    }
}
@media all and (min-width: 400px) {
    .showCerts {
        flex-direction: row;
        justify-content: center;
    }
    .showCerts .item + .item {
        margin-top: 0;
        margin-left: 15px;
    }
}
@media all and (max-width:768px) {
    .sales-flex img {
        display: block;
        margin: 0 auto 20px;
    }
}
@media all and (min-width:400px) {
    header .bg-header {
        margin-top: 60px;
        background-position: center center;
        background-size: 101vw, 100vw;
        height: 220px;
    }
    header .bg-header:hover {
        background-position: center center;
        background-size: 106vw, 105vw;
    }
    .vrf-img {
        width: 170px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .head-big {
        font-size: 90px;
        line-height: 70px;
        margin-top: 0px;
    }
    .head-small {
        font-size: 23px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .head-text {
        margin-bottom: 30px;
        font-size: 16px;
    }
    header .btn-std {
        padding: 17px 35px;
        flex: 0 0 auto;
    }
    header .btn-calc {
        padding: 17px 40px;
        margin-right: 30px;
    }
    .outdoor-prems {
        display: flex;
        margin-top: 30px;
    }
    .outdoor-prems li {
        padding: 50px 10px 0;
        background-position: center top;
        text-align: center;
        flex: 0 0 auto;
        width: 33%;
        margin-bottom: 0;
    }
    .props-li {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .props-dots {
        height: inherit;
        flex: 1 1 auto;
        background: radial-gradient(circle at center, #333 10%, transparent 15%);
        background-size: 8px 10px;
        background-repeat: repeat-x;
        background-position: center 9px;
        margin: 0 5px;
    }
    .hidden-400 {
        display: block;
    }
    .show-400 {
        display: none;
    }
    .owl-indoor .owl-dots {
        display: none;
    }
    .catalog-slider {
        margin-top: 20px;
    }    
    .counter-ul {
        margin-top: 50px;
        display: flex;
    }
    .counter-ul li {
        width: 33%;
        padding: 40px 10px 0 0;
    }
    .counter-ul li::before {
        top: 0;
    }
    .cattable {
        font-size: 12px;
        line-height: 15px;
    }
    .catalog-calc {
        padding: 80px 40% 80px 0;
        background-repeat: no-repeat;
        background-position: 40% center;
        background-size: cover;
    }
    .catalog-calc h3 {
        display: block;
    }
    .catalog-calc p {
        display: block;
    }
    .catalog-calc button {
        width: 240px;
        margin-top: 20px;
    }
    .catalog-brand {
        display: block;
    }
    .history-year {
        font-size: 19px;
    }
    .history-text {
        font-size: 12px;
    }
    .history-year::after {
        left: 10vw;
        width: 10vw;
    }
    .owl-certs .owl-nav {
        position: absolute;
        top: 40%;
        width: 100%;
    }
    .owl-certs .owl-nav button {
        width: 20px;
        height: 20px;
        border-radius: 10px;
        position: absolute;
        opacity: 0.5;
        outline: none;
    }
    .owl-certs .owl-nav button.owl-prev {
        left: 5px;
    }
    .owl-certs .owl-nav button.owl-next {
        right: 5px;
    }
    .owl-certs .owl-nav button span {
        display: none;
    }
    .owl-certs .owl-nav button::after {
        width: 8px;
        height: 15px;
        position: absolute;
        content: '';
        background: linear-gradient(45deg,transparent 28%,#009fe3 28%,#009fe3 41%, transparent 41%), linear-gradient(135deg,transparent 28%,#009fe3 28%,#009fe3 41%, transparent 41%);
        top: 3px;
        left: 5px;
    }
    .owl-certs .owl-nav button.owl-next::after {
        background: linear-gradient(-45deg,transparent 28%,#009fe3 28%,#009fe3 41%, transparent 41%), linear-gradient(-135deg,transparent 28%,#009fe3 28%,#009fe3 41%, transparent 41%);
        left: 7px;
    }
    .logo-flex {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-right: 40px;
    }
    .logo-flex > div {
        width: 50%;
    }
    .logo-flex .foot-confid {
        order: 4;
    }
    .foot-condif,
    .foot-copyright {
        display: flex;
        align-items: flex-end;
    }
    .logo-flex .foot-confid a {
        margin-bottom: 0;
        text-align: right;
        font-size: 13px;
        line-height: 16px;
    }
    .foot-phone a {
        display: block;
        width: 100%;
        text-align: right;
    }
    .catalog-history h2 {
        margin-top: 20px;
    }
    a.btn-trans {
        margin: 0;
    }
}
@media all and (min-width:600px) {
    form.zayavka {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .div-input {
        width: 30%;
    }
    .catalog-zayavka .btn-std {
        width: 30%;
    }
}
@media all and (min-width:768px) {
    h1 {
        font-size: 36px;
        line-height: 44px;
    }
    h2 {
        font-size: 22px;
        line-height: 28px;
        margin: 40px 0 20px;
    }
    nav .row > div {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 90px;
    }
    header {
        height: 650px;
    }
    header .bg-header {
        margin-top: 110px;
        background-position: center center;
        background-size: 101vw, 100vw;
        height: 220px;
    }
    header .bg-header:hover {
        background-position: center center;
        background-size: 106vw, 105vw;
    }
    .vrf-img {
        width: 200px;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .head-big {
        font-size: 100px;
        line-height: 90px;
        margin-top: 20px;
    }
    .head-small {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .head-text {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .btn-std {
        font-size: 16px;
        letter-spacing: 1px;
    }
    header .btn-std {
        padding: 17px 25px;
    }
    header .btn-calc {
        padding: 17px 60.5px;
    }
    .head-buttons span {
        display: inline-block;
    }
    .mobile-open {
        margin-right: 40px;
    }
    .catalog-open {
        display: none;
    }
    .flex-btn {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-right: -10px;
        height: auto !important;
    }
    .flex-btn li {
        flex: 1 1 auto;
        height: 50px;
        margin-right: 10px;
        margin-bottom: 10px;
        min-width: 100px;
        width: auto;
    }
    .flex-btn li div {
        padding: 14px 2px 0;
        letter-spacing: 1px;
        width: 100%;
        display: block;
        text-align: center;
        border-top: 1px solid #009fe3;
        height: inherit;
    }
    .catalog-head h1 {
        margin-top: 40px;
    }
    .btn-std span {
        display: inline-block;
    }
    .outdoor-flex {
        flex-direction: row;
    }
    .outdoor-flex .main-block {
        order: 1;
        width: 83.3%;
    }
    .outdoor-flex .pos-rel {
        order: 2;
        margin-left: -33.3%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .outdoor-flex .outdoor-right-column {
        order: 3;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 16.6%;
    }
    .outdoor-prems {
        flex-direction: column;
        align-items: center;
        height: calc(100% - 60px);
        justify-content: space-around;
        width: 100%;
    }
    .outdoor-prems li {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .catalog-outdoor .buttons {
        text-align: left;
    }
    .catalog-outdoor .buttons button {
        padding-left: 8px;
        padding-right: 8px;
        letter-spacing: 2px;
    }
    .props-li {
        display: flex;
        justify-content: space-between;
        width: 60%;
    }
    .props-value,
    .props-label {
        flex: 0 0 auto;
    }
    .props-dots {
        height: inherit;
        flex: 1 1 auto;
        background: radial-gradient(circle at center, #333 10%, transparent 15%);
        background-size: 8px 10px;
        background-repeat: repeat-x;
        background-position: center 9px;
        margin: 0 5px;
    }
    .catalog-slider {
        background-color: #f4f4f4;
    }
    .owl-bigslide .owl-dots {
        display: none;
    }
    .owl-bigslide .owl-dots {
        display: none;
    }
    .owl-bigslide {
        margin: 0;
        width: 100%;
    }
    .owl-bigslide .item {
        position: relative;
        height: 430px;
        flex-direction: row;
    }
    .owl-bigslide .item .slide-head {
        width: 33.33%;
        color: #fff;
    }
    .owl-bigslide .item .slide-body {
        width: 66.66%;
    }
    .owl-bigslide .item .slide-body-text {
        width: 100%;
    }    
    .owl-bigslide .counter {
        display: block;
        position: absolute;
        left: 15px;
        bottom: 15px;
    }
    .owl-bigslide .owl-nav {
        display: block;
        position: absolute;
        bottom: 15px;
        left: 19%;
    }
    .owl-bigslide .owl-nav button {
        width: 42px;
        height: 42px;
        border: 2px solid #fff !important;
        position: relative;
        background: transparent;
        outline: none;
    }
    .owl-bigslide .owl-nav button span {
        display: none;
    }
    .owl-bigslide .owl-nav button.owl-prev {
        margin-right: 5px;
    }
    .owl-bigslide .owl-nav button::after {
        width: 8px;
        height: 15px;
        position: absolute;
        content: '';
        background:
            linear-gradient(45deg,transparent 28%,#fff 28%,#fff 41%, transparent 41%),
            linear-gradient(135deg,transparent 28%,#fff 28%,#fff 41%, transparent 41%);
        top: 11px;
        left: 14px;
    }
    .owl-bigslide .owl-nav button.owl-next::after {
        background:
            linear-gradient(-45deg,transparent 28%,#fff 28%,#fff 41%, transparent 41%),
            linear-gradient(-135deg,transparent 28%,#fff 28%,#fff 41%, transparent 41%);
        top: 11px;
        left: 16px;
    }
    .owl-bigslide .owl-nav button:hover {
        background: #3cbaf1;
        border-color: #3cbaf1;
    }
    .slider-bg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: calc(62% + (992px - 100vw) / 8.25);
        border-right: 5px solid #f4f4f4;
    }
    .catalog-project {
        padding-bottom: 30px;
    }
    .catalog-project .owl-stage-outer {
        background: transparent;
    }
    .catalog-project .owl-stage {
        display: flex;
    }
    .catalog-project .item {
        display: block;
        margin-right: 20px;
        background: #fff;
        transition: 0.5s ease;
        position: relative;
    }
    .catalog-project .item .project-head {
        position: relative;
        transition: 0.5s ease;
        text-align: center;
    }
    .catalog-project .item .project-img {
        position: relative;
        transition: 0.5s ease;
    }
    .catalog-project .item .project-text {
        position: relative;
        transition: 0.5s ease;
        display: none;
    }
    .catalog-project .item::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #b6d1eb;
        opacity: 0;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.6s;
        transition-duration: 0.6s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .catalog-project .item:hover::before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        z-index: 1;
        opacity: .8;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
    }
    .catalog-project .item:hover .project-head {
        text-align: left;
        z-index: 2;
    }
    .catalog-project .item:hover .project-img {
        height: 0;
        z-index: 2;
    }
    .catalog-project .item:hover .project-text {
        display: block;
        z-index: 2;
    }
    .cattable {
        font-size: 14px;
        line-height: 19px;
    }
    .catalog-calc {
        padding: 100px 0;
        background-position: center center;
    }
    .catalog-sales {
        padding: 60px 0;
    }
    .centers-flex {
        flex-direction: row;
    }
    .centers-flex img {
        margin-top: 30px;
        max-width: unset;
    }
    .history-year {
        font-size: 21px;
    }
    .history-text {
        font-size: 14px;
    }
    .history-year::after {
        left: 150%;
        width: 230%;
    }
    .catalog-objects h2 {
        margin-top: 30px;
        margin-bottom: 24px;
    }
    .catalog-objects .owl-bigslide .item {
        flex-direction: row;
    }
    .catalog-objects .owl-bigslide .item .slide-body-img {
        height: 470px;
        max-width: 100%;
    }
    .catalog-zayavka {
        margin: 30px 0 40px;
    }
    .footmenu-flex {
        display: block;
    }
    .footmenu-flex ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 100px;
    }
    .footmenu-flex ul li {
        text-transform: uppercase;
        margin-bottom: 7px;
    }
    .footmenu-flex ul li a {
        color: #595959;
    }
    .catalog-contacts {
        margin-top: 20px;
    }
    .catalog-contacts .map {
        height: 555px;
    }
    .catalog-contacts .address-box {
        position: absolute;
        background: #fff;
        padding: 50px 25px;
        top: 40px;
        left: 15px;
        width: 360px;
    }
    .catalog-zayavka .small-text {
        margin-top: 0;
    }
    .slider-img-bg {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 50%;
        background-repeat: no-repeat;
        background-position: right;
        opacity: 0.4;
        background-size: auto 110%;
    }
    .catalog-project .item:hover {
        padding: 5px 15px;
    }
    .project-text {
        font-size: 13px;
        line-height: 18px;
    }
    .project-text ul li {
        font-size: 12px;
        line-height: 16px;
    }
}
@media all and (min-width:992px) {
    h1 {
        font-size: 36px;
        line-height: 44px;
    }
    h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .include-text {
        font-size: 18px;
        line-height: 28px;
    }
    header {
        height: 1015px;
    }
    header .bg-header {
        margin-top: 0;
        top: 90px;
        height: 370px;
        background-size: 1204px, 1200px;
    }
    header .bg-header:hover {
        background-size: 1270px, 1240px;
    }
    .mobile-open {
        display: none;
    }
    .addressbold {
        font-size: 20px;
        margin-left: auto;
    }
    .mainmenu {
        position: relative;
        top: unset;
        left: unset;
        background: none;
        transition: 0.5s ease;
        opacity: 1 !important;
        display: block !important;
        overflow: hidden;
    }
    .mainmenu ul {
        margin: 20px 0 0 0;
    }
    .mainmenu ul li {
        margin-right: 13px;
        display: inline-block;
    }
    .mainmenu ul li a {
        font-size: 14px;
    }
    .logo {
        width: 175px;
    }
    .vrf-img {
        width: 350px;
        margin-top: 0px;
        margin-bottom: 50px;
    }
    .head-big {
        font-size: 180px;
        line-height: 135px;
        margin-top: 60px;
    }
    .head-small {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 60px;
    }
    .head-text {
        font-size: 26px;
        margin-bottom: 70px;
    }
    .btn-std {
        font-size: 17px;
        letter-spacing: 3px;
    }
    header .btn-std {
        padding: 17px 35px;
    }
    header .btn-calc {
        padding: 17px 82.5px;
    }
    .addressbold {
        font-size: 24px;
    }
    .owl-bigslide .owl-nav {
        left: 23%;
    }
    .slider-bg {
        right: calc(63% + (1200px - 100vw) / 8.25);
    }
    .history-year {
        font-size: 26px;
    }
    .history-text {
        font-size: 15px;
    }
    .history-year::after {
        left: 70px;
        width: 140px;
    }
    .div-input {
        order: 1;
        width: 23%;
    }
    .catalog-zayavka .btn-std {
        order: 2;
        width: 23%;
    }
    .catalog-zayavka .small-text {
        display: block;
        order: 3;
    }
    .footmenu-flex ul {
        flex-direction: row;
        justify-content: space-between;
        height: auto;
    }
    .logo-flex .footer-logo {
        margin-bottom: 7px;
    }
    .catalog-history {
        padding: 74px 0;
    }
    .catalog-sales {
        padding: 100px 0;
    }
    .catalog-project .item:hover {
        padding-top: 20px;
    }
    .slide-body-text ul li,
    .project-text ul li {
        font-size: 13px;
        line-height: 18px;
    }
    .catalog-slider .owl-bigslide .item .slide-body .slide-body-img {
        max-width: 80%;
        height: 50%;
    }
}
@media all and (min-width:1200px) {
    header {
        height: 1015px;
    }
    header .bg-header {
        background-size: 1606px, 1600px;
        top: 70px;
    }
    header .bg-header:hover {
        background-size: 1702px, 1620px;
    }
    .logo {
        width: 175px;
    }
    .addressbold {
        font-size: 24px;
    }
    .mainmenu ul {
        margin-top: 20px;
    }
    .mainmenu ul li a {
        font-size: 16px;
    }
    .mainmenu ul li {
        margin-right: 25px;
    }
    .logo {
        width: 175px;
    }
    .vrf-img {
        margin-top: 5px;
    }
    .owl-bigslide .owl-nav {
        left: 24.5%;
    }
    .slider-bg {
        right: calc(65.8% - (100vw - 1200px) / 6.4);
    }
    .history-year::after {
        left: 75px;
        width: 180px;
    }
    .catalog-history {
        padding: 80px 0;
    }
}


.bg-box {
    position: relative;
    width: 100%;
    height: 800px;
}
.bg-inside {
    width: 100%;
    height: 100%;
    background: url('/img/vrf-1.png') no-repeat center 6vw,
        url('/img/bg-vrf-black.png') no-repeat center top,
        url('/img/city.jpg') no-repeat center top;
    background-size: 20vw, 100vw, 100vw;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.bg-inside:hover {
    background-size: 22vw, 105vw, 105vw;
}

