body{position:relative;background-color:#181818}.header{position:fixed;width:100%;z-index:999;height:5rem;background:-webkit-gradient(linear, left top, left bottom, from(black), color-stop(20%, black), to(transparent));background:linear-gradient(to bottom, black 0%, black 20%, transparent 100%);width:100%}@media screen and (max-width: 768px){.header .navbar-comtainer{background:-webkit-gradient(linear, left top, left bottom, from(black), color-stop(40%, black), to(transparent));background:linear-gradient(to bottom, black 0%, black 40%, transparent 100%)}}@media screen and (min-height: 150px){.header .navbar-comtainer{background:-webkit-gradient(linear, left top, left bottom, from(black), color-stop(70%, rgba(0, 0, 0, 0.9)), to(transparent));background:linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.9) 70%, transparent 100%)}.header .navbar-comtainer .navbar-collapse.show{padding-bottom:130px}}.header .logo{height:45px}.header .logo img{height:45px}.header .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath fill='white' d='M4 7h22v2H4zM4 15h22v2H4zM4 23h22v2H4z'/%3E%3C/svg%3E")}.header #navbarSupportedContent{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.main-section{height:90dvh;position:relative;opacity:90%;background-position:center;background-size:cover;background-repeat:no-repeat;background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))),url(/static/img/car.jpg);background-image:linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url(/static/img/car.jpg)}.main-section__content{position:absolute;bottom:12%;left:0}.services-section{position:relative}.services-section__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.services-section__card ::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,.1019607843);-webkit-clip-path:polygon(0 0, 80% 0%, 57% 100%, 0% 100%);clip-path:polygon(0 0, 80% 0%, 57% 100%, 0% 100%)}.services-section__card__content{width:65%}.services-section__card__icon{height:110px;width:110px;-webkit-filter:invert(100%);filter:invert(100%)}@media screen and (max-width: 768px){.services-section__card__icon{height:90px;width:90px}}.services-section__card__icon img{height:100%;width:100%}#about_block{position:relative;min-height:300px}#about_block #gmap_iframe{height:100%;width:100%;min-height:300px}#contacts_block{position:relative}#contacts_block #request_form_container{background-color:#2f2f2f;padding:40px}.nav_anchor{position:absolute;left:0;right:0;top:-5.5rem}