.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-sb {
  justify-content: space-between;
}
.flex-sa {
  justify-content: space-around;
}
.flex-r {
  justify-content: flex-end;
}
.flex-c {
  justify-content: center;
}
.flex-t {
  align-items: flex-start;
}
.flex-bt {
  align-items: flex-end;
}
.flex-m {
  align-items: center;
}
.flex-s {
  align-items: stretch;
}

.object-feat-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*--------------------design-system------------------------------*/
.hidden {
    display: none;
}
html {
    font-family: "Century Gothic", "Arial", "sans-serif";  
}
.slick-initialized .slick-slide {
    outline: none;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}
*, a,button,div {
    outline: none !important
}
.container-center {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    color: #333333;
}


h1 {
    font-size: 64px;
    color: #fff;
}
.main-title img {
    display: inline-block;
    vertical-align: middle;
}
h2 {
    font-size: 48px;
    margin-top: 100px;
}



.btn-red {
    background: #EB3939;
    display: inline-block;
    padding: 20px 40px 20px 40px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 900;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    height: 60px;
    border: none;
    cursor: pointer;
}

.btn-red p{
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0;
    text-align: center;
}

.btn-red:before {
    background: #b73838;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.4s;
}

.btn-red:hover:before{
    height: 100%;
}

.btn-outline {
    background: #fff;
    display: block;
    padding: 20px 40px 20px 40px;
    color: #EB3939;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 900;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    height: 60px;
    border: 1px solid #EB3939;
}

.btn-outline p{
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0;
    text-align: center;
    transition: all 0.4s;
}

.btn-outline:before {
    background: #EB3939;
    display: block;
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.4s;
}

.btn-outline:hover{
    color: #fff;
}

.btn-outline:hover:before{
    width: 100%;
}

.first-screen .container-center {
    position: relative;
    padding-top: 1px;
}
.first-screen .nav-block p {
    margin: 5px 0;
}
.red-dot {
    height: 30px;
    width: 30px;
    background: red;
    border-radius: 100%;
    color: #fff;
    font-size: 21px;
    text-align: center;
    position: absolute;
    z-index: 3;
    
    cursor: pointer;
}

.red-dot p {
    position: absolute;
    z-index: 3;
    left: 9px;
    top: -18px;
}

.red-dot:after {
    content: "";
    display: block;
    height: 50px;
    width: 50px;
    background: red;
    border-radius: 100%;
    color: #fff;
    font-size: 21px;
    text-align: center;
    opacity: 0.5;
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 1; 
    animation: pulse 2s infinite ease-in-out;
}

.red-dot:hover + .red-dot-hover{
    opacity: 1;
}


.mobile-close img {
    display: block;
} 
.mobile-navigation {
    background: #EB3939;
    top: -140vh;
    position: fixed;
    transition: all 0.3s ease 0s;
    z-index: 9;
    height: 100vh;
    width: 100%;
}
.mobile-navigation.open {
    top: 0;
    transition: all 0.3s ease 0s;
}
.mobile-navigation-header {
    padding: 18px 12px;
    color:#fff;
    border-bottom: 1px solid #F24C4C;
}
.mobile-navigation-body ul {
    margin: 0;
    padding: 0;
}
.mobile-navigation-body {
    color:#fff;
    text-align: center;
    padding: 24px 0 10px;
    border-bottom: 1px solid #F24C4C;
}
.mobile-navigation-body li {
    display: block;
    list-style-type: none;
    margin-bottom: 16px;
}
.mobile-navigation-body li a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    color:#fff;
    padding: 5px 0;
}
.mobile-navigation-body li.active a {
    font-weight: bold;
}
.mobile-navigation-phones {
    border-bottom: 1px solid #F24C4C;
    padding: 26px 0;
}
.mobile-navigation-phones a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    color:#fff;
    padding: 7px;
}
.mobile-navigation-langs ul {
    padding: 0;
    text-align: center;
}
.mobile-navigation-langs li {
    list-style-type: none;
    display: inline-block;
}
.mobile-navigation-langs li.current-lang a {
    font-weight: bold;
}
.mobile-navigation-langs {
    padding: 16px 0 50px;
    font-size: 13px;
    color:#fff;
}
.mobile-navigation-langs a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    color:#fff;
    padding: 4px;
}
.mobile-navigation-langs .active a {
    font-weight: bold;
}

@keyframes pulse {
    0% {opacity: 0.3;}
    50% {opacity: 0.6;}
    100% {opacity: 0.3;}
}

.red-dot-hover {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    max-width: 500px;
    font-size: 14px;
    position: absolute;
    transition: all 0.4s;
    opacity: 0;
}

.red-dot-hover p{
    margin: 0;
}

select {
    display: block;
    padding: 20px 20px 20px 15px;
    text-decoration: none;
    font-size: 14px;
    width: 280px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #EAEAEA;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #898989
}
.remodal select {
    width: 100%;
}

.navigation {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-left: 50px;
    padding-right: 50px;
    height: 76px;
    align-items: center
}


.navigation-left {
    display: flex;
    align-items: center;
}
.navigation-right ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.navigation-right .languages ul {
    display: flex;
}
.navigation-right ul.menu {
    display: flex;    
}
.navigation-right ul.menu > li {
    position: relative;
}
.navigation-right ul.menu > li .sub-menu {
    position: absolute;
    background: #fff;
    padding: 0;
    width: 280px;
    display: none;
    z-index: 6;
    top: 76px
}
.navigation-right ul.menu > li:hover .sub-menu {
    display: block;
}
.navigation-right ul.menu > li > a {
    display: inline-block;
    padding: 30px 0;
}
.navigation-right ul.menu > li .sub-menu a {
    color: #EB3939;
    padding: 12px 40px;
    display: block;
}
.navigation-right ul.menu > li .sub-menu li {
    margin-right: 0;
}
.navigation-right ul.menu > li .sub-menu a:hover {
    color: #fff;
    background: #EB3939;
}
.navigation-right ul.menu > li .sub-menu .current-menu-item a:hover {
    color:#fff;
}
.navigation-right ul.menu > li .sub-menu .current-menu-item a {
    background: #EB3939;
    color:#fff;;
}

.navigation-right .nav-block .languages ul li {
    margin: 0 3px;
}
.navigation-right .nav-block .languages ul li.current-lang a {
    font-size: 13px;
    color: #EB3939;
    font-weight: 900;
}
.navigation-right li{
    margin-right: 30px;
}

.navigation-right li a{
    transition: all 0.4s;
}


.navigation-right li:not(.current-menu-item) a:hover {
    color: #EB3939;
}
.navigation-right li.current-menu-item.menu-item-445 a:hover,
.navigation-right li.current-menu-item.menu-item-450 a:hover {
    color: #EB3939;
}
nav {
    display: flex;
    
}
.toggler {
    text-align: right;
    width: 34px;
    display: none;
    cursor: pointer;
}
.toggle-line {
    width: 34px;
    height: 2px;    
    background: #EB3939;
    cursor: pointer;
}
.toggle-line-2 {
    margin-top: 8px;
    width: 17px;
    margin-bottom: 8px;
}
.toggle-line-3 {
    width: 28px;
}
.current-menu-item {
    position: relative;
}

.first-screen .menu > .current-menu-item:before {
    content: "";
    display: block;
    position: absolute;
    background: #EB3939;
    height: 106px;
    width: 130%;
    top: -30px;
    left: -15%;
    z-index: 1;
}
.first-screen .current-menu-item.menu-item-445:before,
.first-screen .current-menu-item.menu-item-450:before {
    display: none;
}

.navigation-right li a,
.navigation-menu{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    position: relative;
    z-index: 2;
}


.navigation-tel {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s;
    font-weight: 900;
    margin-right: 20px;
}

.navigation-tel:hover{
    color: #EB3939;
}

.navigation-lang {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s;
}

.navigation-lang:hover {
    color: #EB3939;
}

.navigation-lang-action {
    font-size: 13px;
    color: #EB3939;
    font-weight: 900;
}

.logo {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
}
.logo a {
    color:#fff;
    text-decoration: none;
}

.navigation-description {
    color: #e0e0e0;
    font-size: 14px;
    margin-left: 20px;
}
.navigation-description span,
.navigation-description img {
    display: inline-block;
    vertical-align: middle;
}
.navigation-description img {
    width: 126px;
    margin-left: 20px;
}
.remodal h2 {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.desription-h2-modal {
    margin-bottom: 30px;
    margin-top: 0;
}

.remodal span {
    color: #EB3939;
}
.remodal h3 span {
    color: #000
}
.remodal h3 span {
    display: none;
}
.remodal h3 span:nth-child(1) {
    display: block;
}
.remodal input {
    display: block;
    padding: 20px;
    text-decoration: none;
    font-size: 14px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #EAEAEA;
    margin: 0 auto;
    margin-bottom: 4px;
}
.remodal.simple .wpcf7-form-control-wrap {
    width: 100%;
    margin-bottom: 24px;
    display: block;
}
.remodal input.wpcf7-not-valid {
    border-color:#EB3939
}
.wpcf7-not-valid-tip {
    text-align: left;
    font-size: 12px !important;
    margin-bottom: -14px;
    position: absolute;
    bottom: 0;
    width: 100%;
    color:#EB3939 !important
}
.remodal .btn-red {
    width: 100%;
    margin: 0 auto;
}
div.wpcf7-response-output {
    display: none !important;
}
.remodal.thanks p {
    margin-bottom: 0;
}
.remodal.form-sale {
    width: 590px;
    max-width: 590px;
}
.remodal.form-sale .fields {
    margin-top: 20px;
}
.remodal.form-sale h2 {
    font-size: 21px;
    margin-bottom: 0px;
}
.remodal.form-sale h2 + p {
    margin-top: 6px;
}
.remodal.form-sale .btn-red {
    width: auto;
}
.remodal.form-sale .wpcf7-form-control-wrap {
    margin-bottom: 10px;
}
.remodal.form-sale .wpcf7-form-control-wrap input {
    margin-bottom: 0;
}
.remodal.form-sale .wpcf7-form-control-wrap select {
    margin-bottom: 0px;
}
.remodal.form-sale .row-flex > div {
    width: 48%;
}



/*--------------------design-system------------------------------*/





/*--------------------home------------------------------*/


.first-screen {
    
    background-position: center center;
    background-size: cover;
    min-height: 840px;
    color: #fff;
}

.first-screen h1{
    margin-top: 300px;
    margin-bottom: 0;
}

.first-screen h1 span{
    font-size: 0;
    width: 286px;
    display: block;
    position: relative;
}

.description-h1 {
    color: #fff;
}

.btn-product {
    display: inline-block;
}


.money-btn {
    
    position: relative;
    padding-left: 80px;
    padding-right: 30px;
    max-width: 100%;
    display: inline-block;
}

.money-btn:after {
    content: "";
    background-image: url(../images/btn-red-icon.svg);
    display: block;
    width: 15px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 5;
}

.money-btn span {
    content: "";
    display: block;
    width: 1px;
    height: 57px;
    position: absolute;
    left: -27px;
    top: -20px;
    background: #FB5555;
    transition: 0.4s;
}
.rd-home-1:hover .rd-home-hover-1 {
    opacity: 1
}
.money-btn:hover span {
    background: #c64242;
}

.rd-home-hover-1 {
    left: 42px;
    top: -10px;
    width: 320px;
    color:#000;
    text-align: left;
}


.product-text-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.product-text-description {
    margin-top: 5px;
}
.product-text-description p {
    margin: 0;
}

.product-one {
    position: relative;
    max-width: 270px;
    color: #333;
    text-decoration: none;
    transition: all 0.4s;
}

.products-door-one {
    position: relative;
    max-width: 31%;
    color: #333;
    text-decoration: none;
    transition: all 0.4s;
}
.products-door-one a {
    text-decoration: none;
}
.products-door-one a img {
    display: inline-block;
    vertical-align: middle;
}
.products-door-one .download {
    margin-top: 22px;
}

.products-door-one a span {
    display: inline-block;
    font-weight: 800;
    font-size: 15px;
    height: 30px;
    vertical-align: middle;
    border: 1px solid transparent;
    z-index: 2;
    margin-left: 5px;
    padding: 0 10px;
    color:#EB3939;
    line-height: 30px;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.products-door-one a span:before {
    background: #EB3939;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 0%;
    content:"";
    transition: all 0.5s ease 0s;
    z-index: -1;
}
.products-door-one a span:after {
    background: #EB3939;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    content:"";
    transition: all 0.5s ease 0s;
    z-index: -1;
}
.products-door-one a:hover span:before {
    height: 100%;
    transition: all 0.5s ease 0s;
}
.products-door-one a:hover span {
    color:#fff;    
    transition: all 0.5s ease 0s;
}
.products-door-one .product-one-img {    
    overflow: hidden;
    height: auto;
    max-width: 370px;
    height: 270px;
}
.products-door-one .product-one-img a {
    position: relative;
    height: 100%;
    display: block;
}
.products-door-one .product-one-img a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
    background: rgba(0,0,0,0);
    content:"";
}
.products-door-one .product-one-img a svg {
    position: absolute;
    bottom: 25px;
    right: 30px;
    content:"";
    width: 68px;
    height: 68px;
    background: url(../images/play.svg) no-repeat center;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.products-door-one .product-one-img a svg path {
    transition: all 0.3s ease 0s;
}
.products-door-one .product-one-img a:hover svg path:nth-child(1) {
    transition: all 0.3s ease 0s;
    fill:#EB3939
}
.products-door-one .product-one-img a:hover svg path:nth-child(2) {
    transition: all 0.3s ease 0s;
    fill:#fff
}
.product-one-img {
    z-index: 2;    
    position: relative;
    width: 100%;
    height: 385px;
}

.product-one-img img{
    width: 100%;
    display: block;
}

.product-one-text {
    z-index: 2;
    position: relative;
}

.product-one:after {
    content: "";
    display: block;
    height: 0;
    width: 110%;
    margin-left: -5%;
    background: #EB3939;
    position: absolute;
    top: 50%;
    z-index: 1;
    transition: all 0.4s;
}

.advantages {
    background-image: url(../images/bg-advantages.jpg);
    background-position: center center;
    background-size: cover;
    color: #fff;
    padding-top: 1px;
    padding-bottom: 60px;
    margin-top: 50px;
}

.advantages h2 {
    color: #fff;
}

.advantages-all {
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
}

.advantages-one {
    width: 30%;
    border: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 30px;
    padding: 28px;
    box-sizing: border-box;
    color: #fff;
}
.advantages-one.hidden {
    visibility: hidden;
    padding: 0
}
.advantages-text-title {
    font-size: 18px;
    font-weight: 900;  
}

.advantages-text-description {
    line-height: 25px;
}

.money h2{
    margin-bottom: 0;
}

.money-text span {
    color: #EB3939;
    font-weight: 900;
}

.money-bold {
    font-weight: 900;
    margin-left: 50px;
    position: relative;
    margin-top: 25px;
}

.money-bold:before {
    content: "";
    background-image: url(../images/money-icon.svg);
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    left: -50px;
    top: -12px;
}

.money-left {
    max-width: 700px;
}
.works .btn-footer.mobile {
    display: none;
}
.money-left .btn-red {
    margin-top: 30px;
    max-width: 280px;
    display: inline-block;
}

.money-right {
    position: absolute;
    right: 0;
    top: -50px;
}
.money-right img {
    position: absolute;
}
.money-right .money-img {
    position: absolute;
}

.money-right .money-img1 {
    width: 165px;
    height: 140px;
    right: 510px;
    top: 220px;
}
.money-right .money-img2 {
    width: 165px;
    height: 140px;
    right: 330px;
    top: 50px;
}
.money-right .money-img3 {
    width: 165px;
    height: 130px;
    right: 330px;
    top: 200px;
}
.money-right .money-img4 {
    width: 313px;
    height: 306px;
    right: 0px;
    top: 0;
}
.works {
    background-image: url(../images/bg-works.jpg);
    background-position: center center;
    background-size: cover;
    padding-top: 1px;
    margin-top: 150px;
    padding-bottom: 60px;
}
.works-title-btn {
    display: flex;
    justify-content: space-between;
}
.works h2{
    color: #fff;
}
.works .btn-red{
   
    margin-top: 105px;
}
.works-gallery {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.works-gallery .slick-slide {
    margin-bottom: 25px;
    height: 270px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    display: inline-block;
}
.works-gallery a {
    height: 270px;
}



.reviews {
    display: none;
    margin-bottom: 80px;
}

.review-one {
    display: flex;
    
}

.review-one-left {
    margin-right: 20px;
}
.review-one-left .review-one-img {
    width: 140px;
    height: 180px;
}
.review-name {
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 900;
}

.review-work {
    color: #999999;
    font-size: 13px;
    margin-top: 5px;
}



.review-right {
    max-width: 415px;
    background: #F7F7F9;
    padding: 30px;
    position: relative;
    box-sizing: border-box;
}

.review-right p:first-child{
    margin-top: 0;
}

.review-right p:last-child{
    margin-bottom: 0;
}

.review-right:before {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    background: #F7F7F9;
    transform: rotate(45deg);
    left: -10px;
}

.contact-map {
    height: 550px;
    background: #dedede;
}
.contact.contact-section {
    position: relative;
}
.contact.contact-section .container-center {
    position: static;
}
.contact-block {
    background: #fff;
    display: block;
    max-width: 400px;
    position: absolute;
    padding: 50px;
    box-sizing: border-box;
    top: 10px;
    left: 10px;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.1);
}

.contact-block h2{
    margin-top: 10px;
    margin-bottom: 20px;
}

.contact-block ul {
    list-style: none;
    padding-left: 0;
}

.contact-block li {
    line-height: 30px;
}

.contact-block a {
    color: #333333;
    text-decoration: none;
    transition: all 0.4s;
    font-weight: 900;
}

.contact-block a:hover {
    color: #EB3939;
}

.number {
    background-image: url(../images/bg-number.jpg);
    background-position: center center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 40px;
}

.number-all {
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
}

.number-one {
    width: 20%;
    text-align: center;
}

.number-big {
    font-size: 64px;
    color: #EB3939;
    font-weight: 900;
    margin-bottom: 0;
    margin-top: 0;
}

.number-small {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0;
}

.question{
    padding-top: 80px;
    padding-bottom: 70px;
}

.question-right .btn-red {   
    margin-top: 10px;
}

.question-left h2{
    margin-bottom: 0;
    margin-top: 0;
}

.question-left .description-h2{
    margin-top: 0;
    margin-left: 3px;
    margin-bottom: 15px;
}
.question-left .description-h2 p {
    margin: 0;
}
.question .container-center {
    display: flex;
    justify-content: space-between;
}

footer {
    background: #333333;
    font-size: 15px;
    padding-top: 40px;
}

footer .container-center {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.footer-block {
    max-width:  30%;
}

.footer-block:first-child {
    max-width:  20%;
}

.footer-block:last-child {
    max-width:  20%;
}

.footer-block ul {
    margin-top: 0;
}

.footer-block li {
    list-style: none;
    line-height: 30px;
}

.footer-adress {
    margin-top: 0;
    margin-bottom: 15px;
}
.footer-adress p {
    margin-bottom: 0px;
    margin-top: 0;
}
footer .description-logo {
    margin-top: 15px;
}
.footer-block a {
    color: #fff;
    text-decoration: none;
    transition: all 0.4s;
}

.footer-block a:hover {
    color: #EB3939;
}



.footer-social-one {
    height: 40px;
    width: 40px;
    display: inline-block;
    transition: all 0.4s;
    margin-right: 20px;
    
}

.footer-social-one a{
    height: 40px;
    width: 40px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(235,57,57,0.2);
    position: relative;
}

.footer-social-one a:before {
    content: "";
    height: 0;
    width: 100%;
    display: block;
    background: #EB3939;
    position: absolute;
    z-index: 1;
    left: 0;
    transition: all 0.4s;
    top: 0;
}

.footer-social-one a:hover:before {
    height: 100%;
    background: #EB3939;
}


.footer-social-all a svg {
    transition: all 0.4s;
    z-index: 2;
}

.footer-social-all a:hover svg {
    fill: #fff;
}


.copyright {
    background: #202020;
    margin-top: 40px;
}

.copyright .container-center{
    display: flex;
    justify-content: space-between;
    color: #818181;
}

.copyright .container-center a{
    color: #EB3939;
    text-decoration: none;
    font-weight: 900;
    transition: all 0.4s;
}

.copyright .container-center a:hover{
    color: #ffffff;
}



/*--------------------home------------------------------*/






/*--------------------gate------------------------------*/

.first-screen-gate {
    
    background-position: center center;
    background-size: cover;
    min-height: 840px;
    color: #fff;
}

.first-screen-commercial-gate {
    
    background-position: center center;
    background-size: cover;
    min-height: 840px;
    color: #fff;
}

.first-screen-technic {
    
    background-position: center center;
    background-size: cover;
    min-height: 840px;
    color: #fff;
}

.first-screen-door {
    
    background-position: center center;
    background-size: cover;
    min-height: 840px;
    color: #fff;
}

.advantages-page-all {
    display: flex;
    flex-flow: row wrap;
    z-index: 2;
    position: relative;
}
.number {
    margin-top: 60px;
}
.advantages-page h2 {
    margin-top: 40px;
}
.advantages-page-one {
    max-width: 33.3%;
    border: 1px solid #F1F1F3;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
    width: 33.3%;
}

.advantages-page-title {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 0;
}

.advantages-page-description {
    margin-top: 8px;
}

.howwork {
    position: relative;
    margin-bottom: 170px;
}

.howwork .container-center{
    position: relative;
    z-index: 2;
}

.howwork .container-center h2{
    margin-top: 50px;
}

.howwork:before {
    content: "";
    position: absolute;
    background: #F7F7F9;
    width: 100%;
    height: 720px;
    top: -335px;
    z-index: 1;
}

.howwork-all {
    display: flex;
    justify-content: space-between;
}

.howwork-one {
    max-width: 22%;
    position: relative;
}
.howwork-one:last-child:after {
    display: none;
} 
.howwork-one5 {
    max-width: 18%;
}

.howwork-one:after {
    content: "";
    display: block;
    position: absolute;
    width: 180px;
    height: 1px;
    border-bottom: 2px dashed #e3e3e3;
    left: 90px;
    top: 40px;
}

.howwork-one:last-child:after {
    border-bottom: none;
}

.howwork-one-title {
    font-size: 18px;
    font-weight: 900;
    margin-top: 15px;
    margin-bottom: 10px;
}

.howwork-one-description {
    margin-top: 0;
}

.howwork-one-img {
    position: relative;
}

.howwork-one-img:after {
    content: "";
    display: block;
    height: 35px;
    width: 35px;
    background: #EB3939;
    border-radius: 100%;
    border: 5px solid #fff;
    position: absolute;
    top: -20px;
    left: 30px;
    color: #fff;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
}

.howwork-one-img1:after {
    content: "1";
}

.howwork-one-img2:after {
    content: "2";
}

.howwork-one-img3:after {
    content: "3";
}

.howwork-one-img4:after {
    content: "4";
}

.howwork-one-img5:after {
    content: "5";
}

.installation {
    background: #F7F7F9;
    padding-top: 1px;
    padding-bottom: 80px;
    position: relative;
}
.page-template-page-doors .installation {
    padding-bottom: 180px;
}

.installation .money-right{
    top: 110px;
}
.watch-video {
    background: #fff;
    padding: 25px 50px 25px 20px;
    border-radius: 2px;
    font-family: "Century Gothic", "Arial", "sans-serif";
    
}

.watch-video {
    position: absolute;
    top: 480px;
    right: 0;
}
a.watch-video {
    display: block;
    text-decoration: none;
    color:#000;
    transition: all 0.3s ease 0s;
}
a.watch-video:hover {
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}
.remodal.video-frame {
    padding: 0;
    background: none;
    width: auto;
    max-width: none;
}
.watch-video img {
    position: static;    
    display: block;
}
.watch-video .desc {
    width: 315px;
    margin-left: 20px;
}
.watch-video h4 {
    font-weight: bold;
    margin-bottom: 14px;
    font-size: 19px;
    margin-top: 0;
}
.watch-video p {
    margin-top: 0;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
}
.installation h2{
    margin-top: 80px;
}

.installation .btn-red {
    max-width: 260px;
    display: inline-block;
}

.installation-text {
    max-width: 50%;
}

.installation-text ul {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.installation-text li {
    list-style: none;
    margin-bottom: 10px;
    max-width: 45%;
    position: relative;
}

.installation-text li:before {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    background: #EB3939;
    position: absolute;
    left: -23px;
    top: 5px;
}

/*--------------------gate------------------------------*/


/*--------------------about------------------------------*/


.first-screen-about {
    background-image: url(../images/bg-1screen-about.jpg);
    background-position: center center;
    background-size: cover;
    min-height: 500px;
    color: #fff;
}

.first-screen-about h1{
    margin-top: 150px;
}

.about-text h2 {
    margin-top: 60px;
    margin-bottom: 20px;
}
.about-text .container-center {
    background: url(../images/DOBBI.svg) no-repeat center center / 90% auto;
}
.about-text img {
    max-width: 100%;
}
.about-text-img {
    width: 100%;
    max-height: 550px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
} 

.about-text-img img{
    width: 100%;
} 

.about-works {
    margin-bottom: 50px;
} 

.about-works h2{
    margin-bottom: 20px;
    margin-top: 60px
} 

.about-works-filter {
    margin-bottom: 30px;
    display: flex;
} 
.about-works-filter li {
    list-style-type: none;
}
.about-works .dropdown {
    position: relative;
    width: 350px;
    max-width: 100%;
    margin-bottom: 40px;
    z-index: 10;
    display: none;
}
.about-works .dropdown select {
    margin-left: 0;
}
.about-works .dropdown .option-default {
    padding: 15px 20px;
    position: relative;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
}
.about-works .dropdown .option-default:before {
    position: absolute;
    top: 24px;
    right: 24px;
    border: 1px solid #aaa;
    width: 10px;
    content:"";
    transform: rotate(35deg)
}
.about-works .dropdown .option-default:after {
    position: absolute;
    top: 24px;
    right: 15px;
    border: 1px solid #aaa;
    width: 10px;
    content:"";
    transform: rotate(-35deg)
}
.about-works .dropdown .list ul {
    padding-left: 0;
}
.about-works .dropdown .list {
    position: absolute;
    left: 0;
    top: 52px; 
    z-index: 10;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    max-width: 100%;
    box-shadow: 4px 4px 6px rgba(0,0,0,0.3);
    display: none;
}
.about-works .dropdown.open .list {
    display: block;
}
.about-works .dropdown .about-works-filter-action:after {
    display: none;
}
.about-works .dropdown .list li {
    padding: 10px 20px;
    width: 350px;
    max-width: 100%;
    list-style-type: none;
    cursor: pointer;
    max-width: 100%;
    box-sizing: border-box;
}
.about-works .dropdown .list li a:hover {
    color: #EB3939
}
.about-works-filter-normal{
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
    margin-right: 30px;
    transition: all 0.4s;
    letter-spacing: 0.5px;
} 

.about-works-filter-normal:hover{
    color: #EB3939;
}

.about-works-filter-action {
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #EB3939;
    margin-right: 30px;
    transition: all 0.4s;
    letter-spacing: 0.5px;
    font-weight: 900;
    position: relative;
    transition: all 0.4s;
}

.about-works-filter-action:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #EB3939;
    bottom: -5px;
}
.galleries.go .gallery-parrent-wrapper {
    display: none;
}
.galleries.go .gallery-parrent-wrapper.active {
    display: block;
}

/*--------------------about------------------------------*/



/*--------------------popup------------------------------*/

.popup-money{
    background: rgba(22,27,35,0.9);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    top: 0;
}

.popup-money-close {
    text-align: center;
    margin-top: 8%;
    margin-bottom: 30px;
    display: block;
}

.popup-money-close img {
    transition: all 0.4s;
}

.popup-money-close:hover img {
    transform: rotate(90deg);
}


.popup-money-block {
    display: flex;
    justify-content: space-between;
}

.popup-money-text {
    background: #fff;
    width: 865px;
    padding: 50px;
    box-sizing: border-box;
}

.before-h2 {
    color: #EB3939;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 900;
    margin-left: 5px;
}

.popup-money-text h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 36px;
}

.popup-money-line-text {
    position: relative;
}

.popup-money-line-text span {
    font-weight: 900;
}

.popup-money-line-text:before {
    content: "";
    background: #EDEDED;
    width: 100%;
    height: 5px;
    display: block;
    position: absolute;
    bottom: -15px;
}

.popup-money-line-text:after {
    content: "";
    background: #EB3939;
    width: 25%;
    height: 5px;
    display: block;
    position: absolute;
    bottom: -15px;
}

.popup-money-radio {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.popup-money-radio-list ul{
    list-style: none;
    padding-left: 0;
    height: 50px;
    margin-top: 0;
}


.radio1-1 {
    position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px; 
}

.radio1-1 + label{
    position: relative;
	cursor: pointer;
	padding-left: 55px;
    margin-bottom: 20px;
    display: block;
    border: 1px solid #EAEAEA;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
}

.radio1-1 + label:before{
    content: "";
    position: absolute;
	cursor: pointer;
    display: block;
    height: 16px;
    width: 16px;
    border: 1px solid #EB3939;
    border-radius: 100%;
    left: 20px;
}

.radio1-1 + label:after{
    content: "";
    position: absolute;
	cursor: pointer;
    display: block;
    height: 10px;
    width: 10px;
    background: #EB3939;
    border-radius: 100%;
    left: 24px;
    top: 24px;
}



.popup-money-radio-img {
    max-width: 400px;
    height: 300px;
    overflow: hidden;
}

.popup-money-radio-img img{
    width: 100%;
}

.popup-money-price {
    width: 300px;
    background: #fff;
}

.popup-money-btn {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.popup-money-btn .btn-outline {
    width: 180px;
}

.popup-money-btn .btn-red {
    width: 180px;
}

.popup-money-price {
    height: 100%;
}

.popup-money-price-block {
    background: #FFE9E9;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.popup-money-price-title {
    font-size: 18px;
    font-weight: 900;
}

.popup-money-price-sale span {
    display: block;
    font-size: 36px;
    font-weight: 900;
    color: #EB3939;
}

.popup-money-price-description {
    padding: 20px;
    margin-top: 0;
    font-size: 14px;
}




/************** CALCULATOR *************/
.calculator {
    width: 1166px;
    margin: 0 auto;
}
.calculator .calculator-wrapper .calculator-widget .body .gless-images div p {
    line-height: 1.4;
    color: #999;
    text-align: center;
    margin-top: 16px;
    margin-top: 6px;
}
.gless-images .tltl {
    margin-bottom: 10px;
}
.gless-images {
    position: relative;
    padding-top: 20px;
    
}
.gless-images:before {
    position: absolute;
    left: -48px;
    height: 1px;
    width: calc(100% + 96px);
    content:"";
    background: #F3F3F3;
    top: 0
}
.gless-images img {
    width: 70px;
}
.calculator .calculator-wrapper .calculator-widget {
    background: #fff;
    width: 864px;
    box-sizing: border-box;
}
.calculator-widget .question-list .image {
    width: 412px;
    height: 300px;
}
.calculator-widget .question-list .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.calculator .calculator-wrapper .calculator-widget .questionary-wrapper {
    padding: 0px 48px 45px;
}
.calculator .calculator-wrapper .calculator-widget .question-wrapper .header {
    padding: 45px 48px 0;
}
.calculator .calculator-description {
    background: #fff;
    width: 296px;
}
.calculator .calculator-wrapper .calculator-widget h4 {
    text-transform: uppercase;
    color: #EB3939;
    margin-top: 0;
    margin-bottom: 25px;
    letter-spacing: 0.9px;
}
.calculator .calculator-wrapper .calculator-widget h3 {
    color: #333333;
    font-family: Century Gothic;
    font-size: 32px;
    font-weight: 900;
    margin: 0;    
}

.calculator .calculator-wrapper .calculator-widget .body p {
    font-size: 18px;
    line-height: 1.2;
    color: #333;
    margin-bottom: 9px;
}
.calculator .calculator-wrapper .calculator-widget .body p strong {
    font-weight: bold;
    font-family: Arial;
}
.calculator .calculator-wrapper .calculator-widget .body .option {
    max-width: 49%;
}
.calculator .calculator-wrapper .calculator-widget .body .option button {
    width: 340px;
    max-width: 100%;
    height: 60px;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    color: #EAEAEA;
    display: block;
    background: transparent;
    text-align: left;
    cursor: pointer;
    color:#333333;
    position: relative;
    z-index: 1;
    padding-left: 60px;
    box-shadow: none !important;
    outline: none !important
}
.calculator .progress-bar {
    background: #EDEDED;
    height: 5px;
    border-radius: 8px;
    overflow: hidden;
}
.calculator .progress-bar-wrapper {
    margin-bottom: 50px;
    display: none;
}
.calculator .progress-bar span {
    background: #FF8C8C;
    transition: all 0.6s ease 0s;
    height: 5px;
    border-radius: 8px 0 0 8px;
    display: block;
}
.calculator .calculator-wrapper .calculator-widget .body .option {
    margin-bottom: 20px;
    position: relative;
}
.calculator .calculator-wrapper .calculator-widget .body .option:after {
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #EB3939;
    top: 22px;
    left: 22px;
    content:"";
    border-radius: 16px;
    z-index: 0;
    box-sizing: border-box;
}
.calculator .calculator-wrapper .calculator-widget .body .option.active:before {
    position: absolute;
    border: 1px solid #EB3939;
    top: 25px;
    left: 25px;
    content:"";
    border-radius: 16px;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    z-index: 0;
    background: #EB3939;
}
.calculator .calculator-wrapper .calculator-widget .body .option.active button {
    border: 1px solid #EB3939;
    font-weight: 900;
}
.calculator .calculator-description .calculator-description-header {
    background: #FFE9E9;
    text-align: center;
    border: 1px solid rgba(235, 57, 57, 0.2);
    padding: 21px 18px 12px;
}
.calculator .calculator-description .calculator-description-header p {
    font-family: Century Gothic;
    font-size: 18px;
    line-height: 1.3;
    margin: 0 ;
    font-weight: 900;
    color: #333333
}
.calculator .calculator-footer {
    margin-top: 40px;
    padding-bottom: 30px;
}
.calculator .calculator-footer button {
    border: 1px solid #EB3939;
    box-sizing: border-box;
    width: 180px;
    cursor: pointer;
    height: 60px;
    background: #fff;
    padding: 0;
    
    font: 600 15px 'Century Gothic';
    text-transform: uppercase; 
}
.calculator .calculator-footer .active button {
    
}
.calculator .calculator-footer .prev button {
    background: #fff;
    color:#EB3939;
    
}
.calculator .calculator-footer .next.active button {
    background: #EB3939;
    
    color:#fff;
}
.calculator .result-wrapper .calculator-footer {
    padding: 40px 48px 46px;
    background: #F8F8F8;
    margin-top: 44px;
}
.remodal span.total-small-hdr {
    display: block;
    text-align: center;
    margin-top: 30px;
    color: #2b2e38;
    font-size: 16px;
    font-weight: 100;
}
.calculator .calculator-description .calculator-description-header .total {
    margin-top: 8px;
}
.calculator .calculator-description .calculator-description-header .total strong {
    color: #EB3939;
    font-size: 36px;
    font-weight: bold;
    display: block;
    line-height: 1.3;
}
.calculator .calculator-description .calculator-description-body {
    text-align: left;
    font-family: Century Gothic;
    font-size: 13px;
    line-height: 16px;
    padding: 20px 23px;
    color: #333333;
}
.calculator .calculator-description .calculator-description-2 .calculator-description-body strong {
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.calculator .calculator-description .calculator-description-2 .calculator-description-body .total {
    color:#EB3939;
    font-weight: bold;
    font-size: 36px;
    margin-top: 10px;
    line-height: 1;
}
.calculator .calculator-description .calculator-description-2 .calculator-description-body {
    text-align: center;
    padding-bottom: 20px;
    line-height: 1;
}
.calculator .calculator-description .calculator-description-2 .calculator-description-body .cross {
    font-size: 21px;
    position: relative;
    color:#999;
}
.calculator .calculator-description .calculator-description-2 .calculator-description-body .cross:after {
    position: absolute;
    top: 13px;
    left: 0px;
    height: 1px;
    background: #999;
    content:"";
    width: 100%;
} 
.calculator .calculator-description .calculator-description-header .total-small {
    margin-top: 20px;
    padding-bottom: 10px;
}
.calculator .calculator-description .calculator-description-header .total-small strong {
    display: block;
    font-size: 24px;
    margin-top: 6px;
}
.calculator .calculator-description .calculator-description-body p {
    margin-bottom: 16px;
    margin-top: 0;
}
.questionary-wrapper {
    display: none;
}
.questionary-wrapper.active {
    display: block;
}
.question-2 .color {
    width: 120px;
    height: 60px;
    margin-bottom: 10px;
    max-width: 100%;
}
.question-2 .item {
    padding: 14px 10px;
    font-family: Century Gothic;
    font-size: 13px;
    color: #999;
    text-align: center;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    width: 120px;
}

.question-2 .item.can-hide.active,
.question-2 .item.can-hide:hover {
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}
.question-3 .gate-width {
    width: 320px;
}
.question-3 .gate-height {
    width: 320px;
}
.question-3 .label {
    font-family: Century Gothic;
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}
.question-3 .label strong {
    font-weight: bold;
}
.question-3 .ruller-wrapper {
    overflow: hidden;
    padding-left: 6px;
    padding-right: 10px;
}
.question-3 .ruller-dots {
    color:#999;
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
    padding-left: 6px;
    padding-right: 10px;
}
.calculator.remodal {
    max-width: 100%;
    background: none;
    text-align: left;
    padding: 0;
}
.result.result-wrapper {
    display: none;
}
.result.result-wrapper .calculator-footer input {
    width: 226px;
    box-sizing: border-box;
    height: 60px;
    margin-bottom: 0;
    border: 1px solid #EAEAEA;
    padding-left: 20px;
    font-size: 16px;
}
.result.result-wrapper .calculator-footer button {
    background: #EB3939;
    height: 58px;
    color:#fff;
    width: 290px;
    font-size: 16px;
    
}

.result.result-wrapper .calculator-footer .label {
    font-family: Century Gothic;
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 22px;
    text-align: center;
    color:#333333
}
.result.result-wrapper > div:nth-child(1) {
    padding: 0 48px;
}
.result.result-wrapper .result-label-main {
    font-family: Century Gothic;
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 22px;
    font-weight: bold;
    color:#333333
}
.result.result-wrapper .list .row {
    
    margin-bottom: 10px;
    position: relative;
}
.result.result-wrapper .list .row:after {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    content:"";
    border-bottom: 1px dotted #EDEDED;
}
.result.result-wrapper .list .row > div {
    position: relative;
    background: #fff;
    z-index: 1;
}

.result.result-wrapper .list .row > div.name {
    font-family: Century Gothic;
    font-size: 16px;
    padding-right: 6px;
    color: #999999;
}
.result.result-wrapper .list .row > div.value {
    font-family: Century Gothic;
    font-size: 16px;
    color: #333333;
    padding-left: 6px;
}
.place-for-description {
    display: none;
}

/************** CALCULATOR *************/

.fancybox-button.fancybox-button--close {
    display: none !important;
}
.embed_media {
    position: relative;
}
.embed_media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.embed_media img {
    display: block;
    max-width: 100%;
}
/*--------------------popup------------------------------*/
/*--------------------404------------------------------*/
.not-found {
    text-align: center;
    font-size: 18px;
    
}
.not-found .digit {
    
    font-size: 144px;
    font-family: Century Gothic;
    font-weight: bold;
    margin-top: 140px;
}
.not-found .caption {
    line-height: 1.3;
}
.not-found .btn-not-found {
    margin-top: 44px;
}
/*--------------------404------------------------------*/
body.home .number {
    margin-top: 0;
}

.kliaks {
	position: absolute;
	right: 76px;
    top: 220px;
	text-align: center;
	color: #fff;
}
.kliaks a {
	color: #fff;
}
.kliaks img {
	display: block;
}
.kliaks p {
	font-size: 12px;
    margin-top: 90px;
    position: absolute;
    width: 100%;
	padding-left: 12px;
	box-sizing: border-box;
}
.kliaks p strong {
	font-weight: 900;
	font-size: 24px;
	padding-bottom: 6px;
	display: block;
}



