*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: 'Gotham Pro';
	overflow-x: hidden;
}
/* полоса прокрутки (скроллбар) */
::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #1b1b1b;
}


/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
    background-color: #f6c507;
    border-radius: 9em;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #f6c507;
}

/* Стрелки */

::-webkit-scrollbar-button:vertical:start:decrement {
    background: linear-gradient(120deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(240deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(0deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
}

::-webkit-scrollbar-button:vertical:end:increment {
    background:
        linear-gradient(300deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(60deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(180deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
}

::-webkit-scrollbar-button:horizontal:start:decrement {
    background:
        linear-gradient(30deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(150deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(270deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
}

::-webkit-scrollbar-button:horizontal:end:increment {
    background:
        linear-gradient(210deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(330deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(90deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
}
.sitehead {
    position: relative;
    height: 765px;
}
.sitehead:before {
    content: "";
    position: absolute;
    background: #1b1b1b;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
}
.header__video {
    width: 100%;
    
}
.header__video-box {
    position: absolute;
    z-index: 0;
    height: 765px;
    overflow: hidden;
box-shadow: 0px 5px 21.84px 2.16px rgb(0 0 0 / 34%);

}
.navigac {
    position: relative;
    z-index: 2;
}
.logo img {
    width: 167px;
}
.ogr {
    max-width: 1242px;
    margin: 0 auto;

}
.navigac .ogr {
position: relative;
}

.navigac .nav {
    display: block;
    text-transform: uppercase;
    margin: 0; 
    padding: 0;
}

.navigac .nav li {
    display: inline-block;
    list-style: none;
}

.navigac .nav .button-dropdown {
    
}

.navigac .nav li a {
    display: block;
    text-decoration: none;
    color: #f9c231;
    font-weight: 500;
    position: relative;
    font-size: 13px;
    padding-bottom: 9px;
    z-index: 2;
}

.navigac .nav li a span {
    display: inline-block;
    margin-left: 5px;
    font-size: 10px;
    color: #1f2120;
    background: #f9c231;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 1.6;
    position: absolute;
    right: -52px;
    bottom: -7px;
    font-weight: 600;
}

.navigac .nav li a:hover, .nav li a.dropdown-toggle.active {

}

.navigac .nav li a:hover span, .nav li a.dropdown-toggle.active span {
   
}

.navigac .nav li .dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0;
    margin-top: 0;
    text-align: left;
    transition: opacity 2s ease-in-out 4s;
    opacity: 0;
    width: 100%;
    background: #353535;
    top: 0;
    padding-top: 113px;
}


.navigac .nav li .dropdown-menu.active {
   display: block;
  opacity: 1;
  transition: opacity 2s ease-in-out 4s;
}

.navigac .nav li .dropdown-menu a {
    width: 150px;
}
.logo {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 3;
}
.menu {
    display: inline-block;
    vertical-align: top;
    margin-left: 36%;
    margin-top: 16px;
}
.navigac .nav li a.dropdown-toggle:before {
    content: "";
    position: absolute;
    background:#d3c68f;
    width:103px;
    height:1px;
    z-index: 1;
    bottom:0;
    left:0;
}
.mova {
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
    margin-top: 14px;
    position: relative;
    z-index: 2;
}
.mova p {
    margin: 0;
    padding: 0;
    color: #f9c231;
font-size: 16px;
font-weight: 500;
}
.mova ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mova ul li {
    display: block;
    vertical-align: top;
    margin-right: 8px;
}
.mova ul li a {
    color: #e7e7e9;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.6;
}
.mova ul li.current-lang a {
    color: #f9c231;
    border-bottom: 1px solid #d3c68f;
    opacity: 1;
}  
.tele {
    display: inline-block;
    vertical-align: top;
    margin-top: 17px;
    margin-left: 25px;
}
.tele a {
    text-decoration: none;
    color: #f9c231;
    font-weight: 500;
}
.tele a span {
    display: block;
    color: #e7e7e9;
    font-size: 14px;
    opacity: 0.6;
}

.menuha {
    display: none;
    vertical-align: top;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 0;
}
.linn.od {
    left: 0;
    height: 765px;
    position: absolute;
    border-left: 1px solid black;
    top: 0;
    width: 25%;
    border-right: 1px solid black;
}
.linn.dv {
    left: 25%;
    height: 765px;
    position: absolute;
    top: 0;
    width: 25%;
    border-right: 1px solid black;
}
.linn.tr {
    left: 50%;
    height: 765px;
    position: absolute;
    top: 0;
    width: 25%;
    border-right: 1px solid black;
}
.linn.ch {
    left: 75%;
    height: 765px;
    position: absolute;
    top: 0;
    width: 25%;
    border-right: 1px solid black;
}
.ekrantext h1 {
    position: relative;
    color: #e7e7e9;
    z-index: 3;
    font-size: 50px;
    text-transform: uppercase;
    max-width: 620px;
}
.ekrantext h1 span.stil {
    display: block;
    color: #f9c231;
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
}
.ekrantext h2 {
    position: relative;
    color: #e5c942;
    z-index: 3;
    font-size: 16px;
    font-weight: 400;
    padding-left: 430px;
}
.ekrantext h2 span {
    display: block;
    color: #caba03;
}
.ekrantext h2:before {
    content: "";
    position: absolute;
    background: #d3c68f;
    width: 410px;
    height: 1px;
    z-index: 1;
    top: 17px;
    left: 0;
}
.ekrantext h2:after {
    content: "";
    position: absolute;
    background: #fcd204;
    width: 17px;
    height: 17px;
    z-index: 1;
    top: 9px;
    left: 394px;
}
.ekrantext  {
    margin-top: 130px;
    z-index: 1;
    position: relative;
}
.vniz a {
    position: relative;
    z-index: 3;
    text-decoration: none;
    display: inline-block;
    margin-left: 234px;
    margin-top: 80px;
}
.vniz a span {
    writing-mode: vertical-rl;
    transform: scale(-1);
    color: #ffd202;
    font-weight: 500;
    font-size: 18px;
}
.vniz a:before {
    content: "";
    position: absolute;
    background: url(./img/arow1.png);
    width: 314px;
    height: 222px;
    z-index: 3;
    top: -15px;
    right: -354px;
    opacity: 0.4;
}
.vniz .ogr {
    position: relative;
}
.vniz .kiiv {
    position: absolute;
    right: 0;
    z-index: 3;
    top: -210px;
}
.vniz .kiiv p span {
    text-shadow: none;
    color: transparent;
    -webkit-text-stroke: 1px #eff1f0;
    font-size: 220px;
    font-weight: 900;
    display: block;
    opacity: 0.8;
}
.vniz .kiiv p {
    writing-mode: vertical-rl;
    transform: scale(-1);
    color: #eff1f0;
    text-align: right;
    font-size: 22px;
    font-weight: 400;
    position: relative;
}
.vniz .kiiv p:before {
    content: "";
    position: absolute;
    background: #d3c68f;
    width: 1px;
    height: 499px;
    z-index: 1;
    top: 0;
    left: 35px;
}
.block {
    display: inline-block;
    vertical-align: top;
    width: 298px;
    margin-right: 5px;
}
.block a {
    text-decoration: none;
    color: #383838;
    display: block;
    max-width: 215px;
    font-weight: 400;
    position: relative;
}
.block .nombl {
    display: block;
    position: relative;
    color: #383838;
    padding-left: 25px;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 4px;
}
.block .nombl:before {
    content: "";
    position: absolute;
	width: 11px;
	height: 15px;
	-webkit-transform: skew(151deg);
	   -moz-transform: skew(151deg);
	     -o-transform: skew(151deg);
	background: #fcdd00;
left: 5px;
}
.linblock {
    margin-bottom: 50px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 50px;
}
.linblock.posled {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 100px;
}
.strel {
    display: inline-block;
    vertical-align: top;
    position: relative;
    transition: width .3s ease;
    height: 0;
    padding: 0;
    width: 2.5rem;
    border-top: 1px solid;
    transform: translateZ(0);
    margin-left: 5px;
    margin-top: 10px;
    color: #fcdd00;
}
.textkomp a:hover .strel {
    width: 3.5rem;
    transform: translateZ(0);
}
.strel:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 100%;
    content: '';
}
.strel:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 100%;
    margin-left: -6px;
    border: 1px solid;
    border-bottom-width: 0;
    border-left-width: 0;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    transform-origin: top right;
}
.block a:hover .strel {
    width: 2.8rem;
    transition: width .3s ease;
}
.zag {
    font-weight: 600;
    font-size: 42px;
    color: #383838;
    padding-top: 120px;
    padding-bottom: 80px;
    margin: 0;
}


#nav {
    position: absolute;
    z-index: 99999;
    text-align: right;
    top: 150px;
    right: 80px;
}

#Dots{
    position: absolute;
    z-index: 5000;
    bottom: 60px;
    left: 250px;
    transform: translate(-50%,0%);
}

.Dot{
width: 11px;
    height: 15px;
    -webkit-transform: skew(151deg);
    -moz-transform: skew(151deg);
    -o-transform: skew(151deg);
    background: #fcdd00;
    border-radius: 0;
    border: 1px solid #383838;
 position: relative;
 float: left; 
 opacity:1;
 margin:5px; margin-bottom:0px;
 cursor: pointer;
}

#prevtBtn,#nextBtn {
    color: black;
    font-size: 45px;
    margin: 15px 15px 0px 15px;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50px;
    display: inline-block;
box-shadow: 0px 5px 21.84px 2.16px rgb(0 0 0 / 10%);

}

.box {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: left;
  font-size: 40px;
  color: white;
  top:0px;
  left:0px;
}
.slide span{
  display:block;
  position:absolute;
  transform:translate(-50%,-50%);
  left:50%; top:50%;
}
.jeltblock {
    position: absolute;
    background: #fcdd00;
    width: 40px;
    height: 428px;
    top: 25px;
    left: 586px;
}

.sliderblock {
    background: #f8f7f7;
    box-shadow: 0px 5px 21.84px 2.16px rgb(0 0 0 / 10%);
}
.boxing {
    position: relative;
    width: 624px;
    height: 500px;
    overflow: hidden;
}
.boxing img {
    width: 616px;
    height: 500px;
    object-fit: cover;
}
.sliderblock .ogr {
    position: relative;
    min-height: 638px;
}
.podpis {
    position: absolute;
    left: 697px;
    top: 100px;
}
.podpis p {
    font-weight: 600;
    font-size: 32px;
    max-width: 250px;
    color: #383838;
}
.podpis a {
    text-decoration: none;
    color: #383838;
position: relative;
}
.podpis a .strel {
    display: block;
}
#prevtBtn:before {
    content: "";
    position: absolute;
    background: url(./img/strel-l.png);
    width: 23px;
    height: 16px;
    z-index: 3;
    top: 10px;
    left: 7px;
}
#nextBtn:before  {
    content: "";
    position: absolute;
    background: url(./img/strel-r.png);
    width: 23px;
    height: 16px;
    z-index: 3;
    top: 10px;
    right: 7px;
}
 
.okomp .ogr {
    position: relative;
}
.okomp .ogr:before {
    content: "";
    position: absolute;
    background: url(./img/konstrukciya.png);
    width: 100%;
    height: 610px;
    top: 0;
    left: 616px;
    background-size: contain;
    z-index: 1;
}
.okomp .zag {
    max-width: 350px;
    margin-bottom: -15px;
    padding-bottom: 0;
}
.okomp .podzag {
    color: #cfcfcf;
    font-size: 22px;
    max-width: 350px;
}
.textkomp p {
    display: inline-block;
    vertical-align: top;
    max-width: 270px;
    color: #383838;
    margin-right: 35px;
}
.textkomp a {
    display: block;
    color: #383838;
    text-decoration: none;
    font-weight: 500;
    margin-top: 17px;
    position: relative;
}
.textkomp a .strel {
    display: block;
    margin-left: 0;
}
.konsultaciya {
    position: relative;
    margin-left: 250px;
    background: #fbdd01;
    z-index: 3;
    padding-left: 60px;
    padding-top: 75px;
    padding-bottom: 50px;
    margin-top: 100px;
}
.konsultaciya p {
    font-weight: 600;
    font-size: 42px;
    color: #383838;
    margin: 0;
}
.konsultaciya input {
    background: #fbdd01;
    outline: none;
    border: none;
    border-bottom: 1px solid #bea911;
}
.wpcf7-not-valid-tip {
    font-size: 12px !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    max-width: 300px !important;
    font-size: 10px !important;
}
.konsultaciya input.wpcf7-submit {
    border: 1px solid #303136;
    cursor: pointer;
    width: 120px;
    height: 35px;
    margin-top: 35px;
    background: #fde745;
    z-index: 2;
    position: relative;
    color: #383838;
}
.subknp {
    position: relative;
    display: inline-block;
}
.subknp:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 35px;
    top: 40px;
    left: 5px;
    border: 1px solid #303136;
    transition: width .3s ease;
    transform: translateZ(0);
}
.subknp:hover:before {
    transform: translateZ(0);
    width: 100px;
}
.okomp {
    position: relative;
    padding-bottom: 70px;
    overflow: hidden;
}
.okomp:after {
    content: "";
    position: absolute;
    background: #fbdd01;
    width: 20%;
    height: 339px;
    bottom: 70px;
    right: 0;
    z-index: 2;
}
.blochok {
    position: absolute;
    width: 110px;
    height: 158px;
    -webkit-transform: skew(151deg);
    -moz-transform: skew(151deg);
    -o-transform: skew(151deg);
    background: #fcdd00;
    left: 540px;
    border: 1px solid #bea911;
    top: 75px;
}
.blochok.dvoit {
    left: 680px;
}  
.blochok.troit {
    left: 820px;
}   
footer .ogr {
    position: relative;
}
footer .blochok {
    background: #ffffff;
    border: 1px solid #c0c1c2;
    left: 0;
    top: 0;
    width: 100px;
    height: 150px;
}
footer .blochok.dvoit {
    left: 150px;
}
footer .blochok.troit {
    left: 290px;
}
.footpodp {
    margin-left: 622px;
    position: relative;
}
.footpodp p {
    font-weight: 600;
    font-size: 42px;
    color: #383838;
    margin: 0;
}
.footpodp p span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    max-width: 400px;
}
.linfootn:before {
    content: "";
    position: absolute;
    background: #fbdd01;
    width: 410px;
    height: 1px;
    z-index: 1;
    top: 79px;
    left: 130px;
}
.linfootn:after {
    content: "";
    position: absolute;
    background: #fcd204;
    width: 17px;
    height: 17px;
    z-index: 1;
    top: 71px;
    left: 525px;
}
.footpodp:before {
    content: "";
    position: absolute;
    width: 110px;
    height: 158px;
    -webkit-transform: skew(151deg);
    -moz-transform: skew(151deg);
    -o-transform: skew(151deg);
    background: #ffffff;
    right: 0;
    border:none;
    border-left: 1px solid #C0C1C3;
    top: 0;
}
#main .ogr, .bilshe .ogr {
    position: relative;
}
#main .ogr:before, .sliderblock .ogr:before,
.okomp .ogr:after, .bilshe .ogr:before,
.textstranici .ogr:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    border-left: 1px solid #e3e3e3;
    top: 0;
}
#main .ogr:after, .sliderblock .ogr:after, .bilshe .ogr:after,
.textstranici .ogr:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    right: 0;
    border-right: 1px solid #e3e3e3;
    top: 0;
}
.dlyl {
    position: absolute;
    height: 100%;
    right: 0;
    border-right: 1px solid #e3e3e3;
    top: 0;
    border-left: 1px solid #e3e3e3;
    width: 620px;
    left: 0;
    margin: auto;
    z-index: 0;
}
.dlyl:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 305px;
    border-left: 1px solid #e3e3e3;
    top: 0;
}
.block.ostan {
    margin-left: 7px;
}


.animation {
    position: relative;
    width: 100%;
    margin-left: -14px;
}
.animation div {
  overflow: hidden;
  width: 50%;
  height: 100%;
  transform: skewX(-20deg);
}
.animation div::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 4px;
  background: #fff;
}
.animation span {
  padding: 0 10px;
  padding-left: 13px;
}

.animation-left::before {
  left: 0;
  animation: widthLineLeft 1.2s 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.1) forwards;
}
.animation-left span {
  display: block;
  animation: slideLeft 1.2s 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.1) forwards;
  transform: translateX(315px) skewX(20deg);
}

.animation-right {
  position: absolute;
  right: 0;
  top: 0;
}
.animation-right:before {
  bottom: 0;
  right: 0;
  animation: widthLineRight 1.2s 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.1) forwards;
}
.animation-right span {
  position: absolute;
  width: 100%;
  left: -100%;
  transform: translateX(-315px) skewX(20deg);
  animation: slideRight 1.2s 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.1) forwards;
}

@keyframes slideLeft {
  from {
    transform: translateX(200px) skewX(20deg);
  }
  to {
    transform: translateX(0%) skewX(20deg);
  }
}
@keyframes slideRight {
  from {
    transform: translateX(-200px) skewX(20deg);
  }
  to {
    transform: translateX(0%) skewX(20deg);
  }
}
@keyframes widthLineLeft {
  0% {
    width: 0%;
    left: 0%;
  }
  50% {
    width: 100%;
    left: 0%;
  }
  100% {
    width: 0%;
    left: 100%;
  }
}
@keyframes widthLineRight {
  0% {
    width: 0%;
    right: 0%;
  }
  50% {
    width: 100%;
    right: 0%;
  }
  100% {
    width: 0%;
    right: 100%;
  }
}
.vniz {
    position: relative;
    z-index: 1;
}
#menu-golovne, #menu-glavnoe-menyu {
    margin-left: 0;
}
#menu-golovne li, #menu-glavnoe-menyu li {
    vertical-align: top;
}
.menu-item-has-children a {
    
    text-transform: lowercase;
    font-size: 16px!important;
    font-weight: 400!important;
}
.menu-item-has-children .sub-menu {
    padding: 0;
}
.menu-item-has-children .sub-menu a {
    pointer-events: auto;
    color: #726038 !important;
}
.menu-item-has-children .sub-menu li {
    display: block;
    position: relative;
    padding-left: 10px;
}
.menu-item-has-children .sub-menu li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 1px;
    background: #726038;
    left: 0;
    top: 10px;
}
.menu-item-has-children {
    margin-right: 20px;
    margin-bottom: 50px;
    width: 20%;
}
.mobile-nav-button {
  width: 35px;
  position: absolute;
  margin: 2rem;
  right: 0;
  top: 0;
  z-index: 9999;
  cursor: pointer;
  width: 35px;
  height: 30px;
margin-top: 20px;
}
.mobile-nav-button .mobile-nav-button__line {
  width: 100%;
  height: 1px;
  background: #f0cf28;
  position: relative;
  transition: 1s ease;
}
.mobile-nav-button .mobile-nav-button__line:nth-of-type(2) {
  margin: 0.5rem 0;
}
.mobile-nav-button .mobile-nav-button__line--1 {
  transform: rotate(45deg);
  top: 13px;
  position: absolute;
    right: 35px;
}
.mobile-nav-button .mobile-nav-button__line--2 {
  display: none;
}
.mobile-nav-button .mobile-nav-button__line--3 {
  transform: rotate(135deg);
  top: 13px;
  position: absolute;
    right: 35px;
}

.mobile-menu {
  display: block;
  max-width: 500px;
  width: 100%;
  right: -100%;
  height: 100vh;
  background: #353535;
  position: absolute;
  z-index: 9998;
  transition: 0.6s ease;
  top: 0;
  opacity: 0;
}
.mobile-menu ul {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}
.mobile-menu ul li {
  list-style: none;
}
.mobile-menu ul li a {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    text-align: left;
    text-decoration: none;
    color: #70674a;
    font-size: 22px;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
}
.mobile-menu ul li a:after {
  content: "";
  background: #0e0e0e;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  z-index: -1;
  transition: 0.4s ease;
}
.mobile-menu ul li a:hover {
  color: #fae33d;
}
.mobile-menu ul li a:hover:after {
  right: 0;
}
.mobile-menu img {
  position: absolute;
  width: 150px;
  display: block;
  left: 50%;
  top: 3rem;
  transform: translatex(-50%);
  padding: 0;
  text-align: center;
}

.mobile-menu--open {
    right: -140px;
    opacity: 1;
    width: 500px;
}
.mobile-nav-button p {
    color: #d0b005;
    font-weight: 500;
    text-transform: lowercase;
    margin: 0;
    margin-top: 5px;
    font-size: 14px;
}
.page-template-poslug-page .ekrantext {
    margin-top: 50px;
}
.page-template-poslug-page h1 {
    font-size: 30px;
}
.page-template-poslug-page .animation div {
    width: 80%;
}
.breadcrumbs span, .breadcrumbs a {
    color: #544b2e;
    text-transform: lowercase;
    font-size: 14px;
}
.page-template-poslug-page .sitehead, .page-template-poslug-page .header__video-box,
.page-template-okomp-page .sitehead, .page-template-okomp-page .header__video-box,
.page-template-roboti-page .sitehead, .page-template-roboti-page .header__video-box,
.page-template-podroboti-page .sitehead, .page-template-podroboti-page .header__video-box {
    height: 419px;
}
.page-template-poslug-page .zag, .page-template-okomp-page .zag,
.page-template-roboti-page .zag, .page-template-podroboti-page .zag {
font-size: 32px;
}

.page-template-kategoriya-page .ekrantext h1,
.page-template-poslug-page .ekrantext h1,
.page-template-poslug-page :lang(ru-RU) .ekrantext h1,
.page-template-okomp-page .ekrantext h1,
.page-template-okomp-page :lang(ru-RU) .ekrantext h1,
.page-template-roboti-page .ekrantext h1,
.page-template-roboti-page :lang(ru-RU) .ekrantext h1, 
.page-template-podroboti-page .ekrantext h1,
.page-template-podroboti-page :lang(ru-RU) .ekrantext h1{
    font-size: 30px;
    max-width: 600px;
}
.page-template-podroboti-page .ekrantext, .page-template-roboti-page .ekrantext {
    margin-top: 80px;
}
.page-template-kategoriya-page .sitehead, .page-template-kategoriya-page .header__video-box {
    height: 505px;
}
.page-template-kategoriya-page .ekrantext {
    margin-top: 100px;
}
.page-template-kategoriya-page .ekrantext .ogr {
    position: relative;
}
.page-template-kategoriya-page .vniz {
    position: absolute;
    left: 845px;
    top: 0;
}
.page-template-kategoriya-page .vniz a {
    margin-left: 0;
    margin-top: 0;
}
.ekrandvavn {
    position: relative;
    min-height: 652px;
}
.ekrandvavn:before {
    content: "";
    position: absolute;
    background: url(./img/dlyakat.png);
    width: 700px;
    height: 100%;
    top: -6px;
    left: 0;
    background-size: contain;
    z-index: 0;
    background-repeat: no-repeat;
}
.page-template-roboti-page .ekrandvavn:before, .page-template-podroboti-page  .ekrandvavn:before {
    display: none;
}
.page-id-232 .ekrandvavn:before, .page-id-258 .ekrandvavn:before {
    background: url(./img/dlyakat2.png);
}
.page-id-227 .ekrandvavn:before, .page-id-300 .ekrandvavn:before  {
    background: url(./img/dlyakat3.png);
}
.page-id-223 .ekrandvavn:before, .page-id-311 .ekrandvavn:before,
.page-id-64 .ekrandvavn:before, .page-id-66 .ekrandvavn:before,
.page-id-92 .ekrandvavn:before, .page-id-94 .ekrandvavn:before,
.page-id-96 .ekrandvavn:before, .page-id-98 .ekrandvavn:before {
    background: url(./img/dlyakat4.png);
width: 720px;
}
.ekrandvavn .zag {
    text-align: right;
    text-transform: uppercase;
    color: #c5c4c4;
    font-weight: 400;
    font-size: 120px;
    padding-top: 10px;
    opacity: 0.5;
padding-bottom: 0;
}
.opisvkat {
    margin-left: 615px;
    position: relative;
}
.page-template-roboti-page .opisvkat, .page-template-podroboti-page .opisvkat {
    margin-left: 0;
}
.zagod {
    font-weight: 600;
    font-size: 28px;
    color: #383838;
    margin-bottom: 0;
}
.zagod span {
    display: block;
    font-weight: 300;
}
.zagdva {
    color: #c5c4c4;
    font-weight: 400;
    font-size: 28px;
    padding-top: 0;
    opacity: 0.5;
    margin-top: 5px;
}
.punktop {
    position: relative;
}
.punktop:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 15px;
    -webkit-transform: skew(151deg);
    -moz-transform: skew(151deg);
    -o-transform: skew(151deg);
    background: #fcdd00;
    left: 5px;
}
.punktop p {
    color: #383838;
    display: block;
    max-width: 275px;
    font-weight: 400;
    padding-top: 17px;
}
.punktop.vtorp {
    margin-top: 27px;
}
.prorahunok a {
    border: 1px solid #303136;
    cursor: pointer;
    width: 120px;
    height: 35px;
    margin-top: 35px;
    background: #fde745;
    z-index: 2;
    color: #383838;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 1.9;
    position: relative;
}
.prorahunok {
    position: relative;
    margin-top: 70px;
}
.prorahunok:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 35px;
    top: 5px;
    left: 5px;
    border: 1px solid #303136;
}
.ekrandvavn .ogr {
    padding-bottom: 92px;
}
.ekrandvavn .dlyl {
    border-left: 1px solid transparent;
}
.page-template-kategoriya-page  #main .ekrandvavn .ogr:before,
.page-template-kategoriya-page  .okomp:after,
.page-template-poslug-page #main .ekrandvavn .ogr:before,
.page-template-poslug-page  .okomp:after {
    display: none;
}
.page-template-kategoriya-page .okomp,
.page-template-poslug-page .okomp {
    background: #f8f7f7;
    box-shadow: 0px 5px 21.84px 2.16px rgb(0 0 0 / 10%);
    margin-top: -30px;
    padding-bottom: 0;
}
.page-template-kategoriya-page .okomp .ogr,
.page-template-poslug-page .okomp .ogr {
    padding-bottom: 75px;
}
.page-template-kategoriya-page .okomp .ogr:before,
.page-template-poslug-page .okomp .ogr:before {
    height: 530px;
}
.page-template-kategoriya-page .sliderblock,
.page-template-poslug-page .sliderblock {
    background: #ffffff;
    box-shadow: none;
}
.page-template-kategoriya-page .sliderblock .ogr,
.page-template-poslug-page .sliderblock .ogr {
    padding-top: 100px;
}
.page-template-kategoriya-page .jeltblock,
.page-template-poslug-page .jeltblock {
    top: 125px;
}
.page-template-kategoriya-page .podpis,
.page-template-poslug-page .podpis {
    top: 200px;
}
.page-template-kategoriya-page #nav,
.page-template-poslug-page #nav  {
    top: 250px;
}
.page-template-poslug-page .zagod {
    margin-top: -15px;
}
.bilshe .block {
    margin-right: 12px;
    margin-bottom: 50px;
}
.bilshe .zag {
    padding-top: 20px;
}

.lefttex {
    display: inline-block;
    vertical-align: top;
    max-width: 49%;
    padding-top: 50px;
    position: relative;
}
.accordotvet {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .accordotvet.open {
        max-height: 1000px; /* Максимальная высота, чтобы содержимое полностью отобразилось */
    }
.rightex {
    display: inline-block;
    vertical-align: top;
    max-width: 49%;
    background: #f8f7f7;
    height: 410px;
    padding-top: 50px;
    margin-left: 2px;
    position: relative;
    z-index: 2;
}
.textstranici .ogr {
    position: relative;
    padding-bottom: 100px;
    border-bottom: 1px solid #e3e3e3;
}
.bilshe .linblock {
    margin-bottom: 0;
}
.accord {
    padding-left: 80px;
    padding-top: 45px;
    padding-bottom: 80px;
}
.accordvopr {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    color: #383838;
    padding-left: 20px;
    cursor: pointer;
}
.accordli {
    margin-bottom: 25px;
}
.accordvopr:before {
    content: "+";
    position: absolute;
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
}
.accordotvet {
    font-weight: 300;
    font-size: 16px;
    color: #383838;
    max-width: 350px;
    padding-left: 20px;
    margin-top: 14px;
}
.textstranici .lefttex h2 {
    color: #383838;
    font-weight: 600;
    font-size: 24px;
}
.textstranici .lefttex h3 {
    color: #383838;
    font-weight: 600;
    font-size: 18px;
}
.textstranici .lefttex p {
    font-weight: 300;
    font-size: 16px;
    color: #383838;
}
.textstranici .lefttex ul li, .textstranici .lefttex ol li  {
    font-weight: 300;
    font-size: 16px;
    color: #383838;
}
#textToShow {
    padding-right: 28px;
}
.textstranici {
    position: relative;
}
.textstranici:before {
    content: "";
    position: absolute;
    background: #f8f7f7;
    width: 25%;
    height: 460px;
    top: 0;
    right: 0;
    z-index: 1;
}
.textstranici .konsultaciya {
    margin-top: 0;
}
.textstranici:after {
    content: "";
    position: absolute;
    background: #fbdd01;
    width: 20%;
    height: 339px;
    bottom: 101px;
    right: 0;
    z-index: 2;
}
.page-template-kategoriya-page .site-footer,
.page-template-poslug-page .site-footer {
    padding-top: 50px;
}
#showButton {
    border: none;
    background: transparent;
    text-decoration: none;
    color: #383838;
    display: block;
    max-width: 215px;
    font-weight: 400;
    position: relative;
}
:lang(ru-RU) .ekrantext h1 {
font-size: 45px;
}
:lang(ru-RU) .vniz .kiiv p span {
    font-size: 210px;
}
.punktops img {
    width: 300px;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.punktops img:hover {
  transform: scale(1.25);
}
.punktops {
    display: inline-block;
    max-width: 300px;
    position: relative;
    margin-right: 10px;
    overflow: hidden;
    height: 250px;
    margin-bottom: 25px;
}
.punktops span {
    position: absolute;
    left: 0;
    color: white;
    background: #0000007d;
    width: 295px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    bottom: 25px;
}
.punktops p {
    padding: 0;
    margin: 0;
}
.ays_gallery_filter_cat {
    position: relative;
}
@media (max-width: 1491px) {
.ogr {
    max-width: 1040px;
}
.menu {
    margin-left: 30%;
}
.block {
    display: inline-block;
    vertical-align: top;
    width: 248px;
    margin-right: 5px;
}
#nav {
    right: 0;
}
.footpodp {
    margin-left: 572px;
}
.mobile-menu {
    right: 0;
top:-99999px;
}
.mobile-menu.mobile-menu--open {
top:0;
}
.dlyl:after {
    left: 0;
}
}
@media (max-width: 1091px) {
.ogr {
    max-width: 940px;
}
.menu {
        margin-left: 20%;
    }
.ekrantext h1 span.stil {
    font-size: 18px;
}
.ekrantext h1 {
    font-size: 40px;
}
.vniz .kiiv p span {
    font-size: 180px;
}
.vniz .kiiv p:before {
    height: 459px;
}
.ekrantext h2 {
    margin-top: -20px;
}
.sitehead, .header__video-box {
    height: 685px;
}
.linn.od, .linn.dv, .linn.tr, .linn.ch {
    height: 685px;
}
.zag {
    padding-top: 80px;
}
    .block {
        width: 49%;
        margin-right: 0;
        margin-bottom: 75px;
    }
.linblock {
    margin-bottom: 0;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 0;
border-bottom:none;
}
.dlyl {
    border-right: none;
    width: 340px;
}
.podpis {
    left: 647px;
}
#nav {
        right: 150px;
        top: 240px;
    }
.podpis a {
    margin-top: 55px;
    display: inline-block;
}
.linfootn:before {
    left: 50px;
}
.linfootn:after {
    left: 455px;
}
.footpodp {
        margin-left: 492px;
    }
}
@media (max-width: 1021px) { 
.mova, .tele {
    display: none;
}
.vniz .kiiv p {
    opacity: 0.2;
}
.vniz a, .ekrantext h2:after {
    display: none;
}
    .ekrantext h1 {
        font-size: 30px;
    }
    .ekrantext h1 span.stil {
        font-size: 16px;
    }
.ekrantext h2:before {
    width: 310px;
    top: -10px;
}
.ekrantext h2 {
        margin-top: 0;
        padding: 0;
    }
.sitehead, .header__video-box, .linn.od, .linn.dv, .linn.tr, .linn.ch {
        height: 585px;
    }
.ogr {
        max-width: 100%;
        padding-left: 18px;
    }
.konsultaciya {
    margin-left: 0;
}
.textkomp p {
    display: block;;
        margin: auto;
        margin-top: 25px;
        max-width: 350px;
}
.okomp .ogr:before {
    width: 100%;
    height: 650px;
    left: auto;
    background-repeat: no-repeat;
    right: auto;
    opacity: 0.1;
}
.okomp .zag {
    margin: auto;
}
.okomp .podzag {
    color: #524f4f;
    margin: auto;
    margin-top: 15px;
}
#Dots {
    left: 100px;
}
.boxing img {
    width: 324px;
    height: 300px;
}
.boxing {
    width: 324px;
    height: 300px;
    margin: auto;
}
.podpis {
        left: 0;
        right: 0;
        margin: auto;
        width: 300px;
        top: 300px;
    }
    #nav {
        right: 0;
        top: 440px;
        left: 0;
        margin: auto;
        text-align: center;
    }
    #Dots {
        display: none;
    }
}
@media (max-width: 600px) { 
.logo img {
    width: 107px;
}
    .menu {
        margin-left: 15px;
    }
.navigac .nav li a.dropdown-toggle:before {
    width: 75px;
}
.navigac .nav li a span {
    right: -22px;
}
    .block {
        width: 48%;
    }
    .ekrantext h1 {
        font-size: 25px;
    }
.ekrantext h1 span.stil {
        margin-bottom: 35px;
    }
    .ekrantext h2 {
        margin-top: 55px;
    }
.jeltblock {
    left: 0;
}
.okomp:after {
        display: none;
    }
.konsultaciya p {
    font-size: 30px;
}
.footpodp {
        margin-left: 0;
    }
.linfootn:before {
        left: 0;
        width: 50%;
    }
    .linfootn:after {
        left: 49%;
    }
.footpodp {
        margin-left: 0;
    }
.footpodp p {
    font-size: 30px;
}
footer .blochok.troit, .footpodp:before {
    display: none;
}
.footpodp p span {
    position: relative;
}
.mobile-menu--open {
    right: 0;
    opacity: 1;
    width: 300px;
}
.mobile-menu ul li a {
    width: auto;
}
.konsultaciya {
        margin-left: -18px;
    padding-left: 30px;
    padding-top: 45px;
    padding-bottom: 50px;
    margin-top: 80px;
    }
.ekrantext {
    margin-top: 50px;
}
.ekrandvavn:before {
    width: 100%;
    opacity: 0.1;
}
.zagdva {
    color: #222222;
    font-weight: 400;
    font-size: 28px;
    padding-top: 0;
    opacity: 0.5;
    margin-top: 0;
}
.bilshe .block {
    margin-right: 0;
}
.page-template-okomp-page .footpodp,
.page-template-kategoriya-page  .footpodp {
    margin-top: 50px;
}
    #nav {
        right: auto;
        top: 450px;
        left: 25px;
    }
.ekrandvavn .zag {
    display: none;
}
.opisvkat {
    margin-left: 0;
}
.ekrandvavn .ogr {
    padding-bottom: 0;
}
.ekrandvavn {
    min-height: auto;
    padding-bottom: 55px;
}
.vniz .kiiv {
    top: 0;
    left:10px;
}
.vniz .kiiv p {
    writing-mode: initial;
    transform: none;
    text-align: left;
}
.vniz .kiiv p span {
        font-size: 150px;
    }
.vniz .kiiv p:before {
        height: 1px;
        width: 100%;
        top: 160px;
        left: 0;
    }
.linblock.posled {
    padding-bottom: 20px;
}
.podpis a {
        margin-top: 85px;
    }
.header__video {
display: none;
}
    .okomp .ogr:before {
        height: 850px;
        background-size: cover;
    }
.prorahunok {
    width: 120px;
    margin: auto;
    margin-top: 70px;
}
.page-template-roboti-page .opisvkat, .page-template-podroboti-page .opisvkat {
    margin-top: 50px;
}
.page-template-podroboti-page .ekrantext h1 {
    font-size: 22px;
}
.zagod {
    font-size: 22px;
    margin-bottom: 10px;
}
.zag {
    font-size: 32px;
}
.okomp .podzag {
    font-size: 18px;
}
.page-template-kategoriya-page #nav, .page-template-poslug-page #nav {
    top: 450px;
}
.page-template-kategoriya-page .podpis, .page-template-poslug-page .podpis {
    top: 300px;
}
    .rightex {
        display: block;
        max-width: 100%;
        padding-top: 15px;
        height: auto;
    }
.lefttex {
        display: block;
        max-width: 100%;
        padding-bottom: 80px;
    }
.textstranici:before, .textstranici:after {
    display: none;
}
.accord {
    padding-left: 30px;
    margin-left: -18px;
}
.konsultaciya .blochok {
    display: none;
}
.page-template-kategoriya-page .prorahunok {
    margin-top: 100px;
    margin-bottom: 30px;
}
    .zag {
        padding-top: 50px;
    }
.page-template-kategoriya-page .sliderblock .ogr, .page-template-poslug-page .sliderblock .ogr {
    padding-top: 0;
}
.page-template-kategoriya-page .sliderblock, .page-template-poslug-page .sliderblock {
    background: #f8f7f7;
}
.textstranici .ogr {
    position: relative;
    padding-bottom: 1px;
    border-bottom: 1px solid #e3e3e3;
}
.page-template-poslug-page .zagod {
    margin-top: 25px;
}
.navigac .nav li {
    display: block;
}
}
img.alignleft {
    float: left;
    margin-right: 15px;
}
.link-block__arrow {
    display: block;
    vertical-align: top;
    position: relative;
    transition: width .3s ease;
    height: 0;
    padding: .5rem 0;
    width: 3.5rem;
    border-top: 1px solid;
    transform: translateZ(0);
    margin-left: 0;
    margin-top: 13px;
    color: #4c4b4b;
}
.link-block__arrow:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 100%;
    content: '';
}
.link-block__arrow:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 100%;
    margin-left: -6px;
    border: 1px solid;
    border-bottom-width: 0;
    border-left-width: 0;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    transform-origin: top right;
}
a:hover .link-block__arrow {
    display: block;
    vertical-align: top;
    position: relative;
    transition: width .3s ease;
    height: 0;
    padding: .5rem 0;
    width: 5.5rem;
    border-top: 1px solid;
    transform: translateZ(0);
    margin-left: 0;
    margin-top: 13px;
    color: #4c4b4b;
}
a:hover .link-block__arrow:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 100%;
    margin-left: -6px;
    border: 1px solid;
    border-bottom-width: 0;
    border-left-width: 0;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    transform-origin: top right;
}


nav {
  display: table;
  margin: 0 auto;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topmenu:after {
  content: "";
  display: table;
  clear: both;
}
.topmenu > li {
  width: auto;
  float: left;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}
.topmenu > li > a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #e7e7e9;
    padding: 15px 30px;
}
.topmenu li a:hover {color: #D5B45B;}
.submenu-link:after {
  content: "\f107";
  font-family: "FontAwesome";
  color: inherit;
  margin-left: 10px;
}
.submenu {
  background: #273037;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 5;
  width: 180px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin :0 0;
  transition: .5s ease-in-out;
}
.submenu a {
  color: white;
  text-align: left;
  padding: 12px 15px;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.submenu li:last-child a {border-bottom: none;}
.topmenu > li:hover .submenu {
  opacity: 1;
  transform: scaleY(1);
}
.menunach {
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
}

.row > * {
    flex-shrink: 0;
   width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}

@media (min-width: 576px) {
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}



@media (min-width: 992px) {
    .section-md {
        padding: 90px 0;
    }
}
@media (min-width: 768px) {
    .section-md {
        padding: 70px 0;
    }
}
.section-md, .section-lg, .section-xl {
    padding: 60px 0;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1200px;
    }
}
@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}
@media (min-width: 1200px) {
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
@media (min-width: 1400px) {
    h4, .heading-4 {
        font-size: 25px;
        line-height: 1.72;
    }
}
@media (min-width: 768px) {
    h4, .heading-4 {
        font-size: 24px;
        line-height: 1.5;
    }
}
.heading-decorated_center::before, .parallax-header .heading-decorated::before, .text-center .heading-decorated::before {
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1200px) {
    .heading-decorated::before {
        margin-bottom: 30px;
    }
}
@media (min-width: 768px) {
    .heading-decorated::before {
        width: 63px;
    }
}
.heading-decorated::before {
    content: '';
    position: relative;
    display: block;
    height: 2px;
    width: 35px;
    margin-bottom: 20px;
    background: #f9b707;
    will-change: transform, opacity;
}

@media (min-width: 1400px) {
    .row:not(.g-0) {
        margin-left: -25px;
        margin-right: -25px;
    }
}
@media (min-width: 1400px) {
    .row.row-50 {
        margin-left: -25px;
        margin-right: -25px;
    }
}
@media (min-width: 1200px) {
    .row + .row {
        margin-top: 60px;
    }
}

.row + .row {
    margin-top: 40px;
}
@media (min-width: 1400px) {
    .row:not(.g-0) > [class*='col'] {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 1400px) {
    .row.row-50 > [class*='col-'] {
        padding-left: 5px;
        padding-right: 5px;
    }
}
html .row-50 > * {
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 576px) {
    .blurb-circle {
        text-align: left;
    }
}
.unit-spacing-md {
    margin-bottom: -30px;
    margin-left: -15px;
}
.unit {
    display: flex;
    flex: 0 1 100%;
    margin-bottom: -30px;
    margin-left: -20px;
}
@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
}
.unit-spacing-md > * {
    margin-bottom: 30px;
    margin-left: 15px;
}
.unit-left, .unit-right {
    flex: 0 0 auto;
    max-width: 100%;
}
.blurb-circle .unit .blurb-circle__icon {
    position: relative;
    top: 3px;
}
@media (min-width: 992px) {
    .blurb-circle .blurb-circle__icon .icon {
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
}
@media (min-width: 1400px) {
    .blurb-circle__icon .icon {
        font-size: 44px;
    }
}
@media (min-width: 1200px) {
    .blurb-circle__icon .icon {
        font-size: 36px;
    }
}
.blurb-circle__icon .icon {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #f9b707;
    font-size: 30px;
    line-height: 2.45em;
}
.icon {
    display: inline-block;
    line-height: 1;
    text-align: center;
}
.blurb-circle__icon .icon::before {
    line-height: inherit;
}
.linear-icon-pencil-ruler:before {
    content: "";
    background: url(./img/konstruk.png);
    width: 45px;
    height: 45px;
    background-size: cover;
    top: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin:auto;
}
.linear-icon-pencil-ruler.reshet:before {
    content: "";
    background: url(./img/konstruk2.png);
    width: 45px;
    height: 45px;
    background-size: cover;
    top: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin:auto;
}
.linear-icon-users:before {
    content: "";
    background: url(./img/konstruk3.png);
    width: 45px;
    height: 45px;
    background-size: cover;
    top: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin:auto;
}
.linear-icon-wall:before {
    content: "";
    background: url(./img/konstruk4.png);
    width: 45px;
    height: 45px;
    background-size: cover;
    top: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin:auto;
}
.linear-icon-apartment:before {
    content: "";
    background: url(./img/konstruk5.png);
    width: 45px;
    height: 45px;
    background-size: cover;
    top: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin:auto;
}
.linear-icon-home4:before {
    content: "";
    background: url(./img/konstruk6.png);
    width: 45px;
    height: 45px;
    background-size: cover;
    top: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin:auto;
}
.linear-icon-pencil-ruler2:before {
    content: "";
    background: url(./img/konstruk7.png);
    width: 45px;
    height: 45px;
    background-size: cover;
    top: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin:auto;
}
.linear-icon-pencil-ruler3:before {
    content: "";
    background: url(./img/konstruk8.png);
    width: 45px;
    height: 45px;
    background-size: cover;
    top: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin:auto;
}
[class^="linear-icon-"]::before, [class*=" linear-icon-"]::before {
    font-family: 'Linearicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon:before {
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 992px) {
    .blurb-circle .blurb-circle__icon .icon::after {
        content: '';
        display: inline-block;
        position: absolute;
        left: -1px;
        right: -1px;
        top: -1px;
        bottom: -1px;
        transition: .3s;
        z-index: -1;
        transform: translateX(-100%);
        border-radius: 50%;
        background: #272727;
    }
}
.unit-spacing-md > * {
    margin-bottom: 30px;
    margin-left: 15px;
}
.unit-body {
    flex: 0 1 auto;
}
.blurb__title {
    color: #000;
}
@media (min-width: 992px) {
    h6, .heading-6 {
        font-size: 18px;
        line-height: 1.88889;
    }
}
@media (min-width: 768px) {
    h6, .heading-6 {
        font-size: 16px;
        line-height: 1.5;
    }
}
h6, .heading-6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
}
h6 + p, .heading-6 + p {
    margin-top: 10px;
}
@media (min-width: 1200px) {
    .col-xl-4 {
        flex: 0 0 auto;
        width: 46.9%;
    }
}
.heading-decorated {
    text-align: center;
    text-transform: uppercase;
}
.heading-6 a {
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
}
.heading-6 a:hover {
color: #f9b707;
}
.opisblurd  {
    font-size: 18px;
    line-height: 1.66667;
    font-weight: 300;
    color: #888;
    max-width: 350px;
}
@media (min-width: 992px) {
    .blurb-circle .blurb-circle__icon .icon::after {
        content: '';
        display: inline-block;
        position: absolute;
        left: -1px;
        right: -1px;
        top: -1px;
        bottom: -1px;
        transition: .3s;
        z-index: -1;
        transform: translateX(-100%);
        border-radius: 50%;
        background: #272727;
    }
}

@media (min-width: 992px) {
    .blurb-circle:hover .blurb-circle__icon .icon::after {
        transform: translateX(0);
    }
}
.heading-6.blurb__title {
    max-width: 350px;
}
    .blurb-circle {
        position: relative;
    }