.uk-container {
	max-width: 1320px;
}

.hidden-menu-inner .el-menu-inner-section {
	display: none;
}

.list-check {
	font-size: 18px;
}

.list-check .fi {
	font-size: 28px;
	color: #b8100b;
}

.uk-card-default {
	box-shadow: 0 0 0 1px rgb(220, 223, 230);
	border-radius: 3px;
	overflow: hidden;
}

.section-red {
	color: #ffffff;
	border-radius: 15px;
	background-color: rgb(143, 12, 18);
}

.section-red * {
	color: inherit;
}

.list-stages {
	flex-wrap: nowrap;
  counter-reset: myCounter;
  
  overflow-x: auto;
}

.list-stages__item {
	position: relative;
	flex-shrink: 0;
	
	padding-top: 70px;
	list-style: none;
}

.list-stages__item::before {
  counter-increment: myCounter;
  content: "0" counter(myCounter);
  
	position: absolute;
	top: 0;
	left: 40px;
  
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	
	font-size: 18px;
	background: #fff;
	border-radius: 5px;
}

.list-stages__item:not(:last-child)::after {
    content: "\f11b";
    
    position: absolute;
	top: 15px;
	right: 40px;
	
	font-family: uicons-regular-rounded !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #b8100b;
	font-size: 18px;
}

.list-stages__title {
	font-size: 18px;
	font-weight: bold;
}
.list-stages__text {
	font-size: 14px;
}

.uk-card--border {
	font-size: 14px;
}

.uk-card--border .uk-card-header {
	padding: 40px;
	border-bottom: 1px solid #dcdfe6;
	color: #222222;
}

.uk-card--border .uk-card-title {
}

.uk-card-body .fi {
	margin-right: 5px;
    color: #b8100b;
}

.uk-card-list p {
	margin: 0 0 7px;
}

@media (min-width: 1400px) {
	.uk-h1-bigger {
		font-size: 60px;
	}
}
@media (max-width: 576px) {
	.uk-h1-bigger {
		font-size: 2rem;
	}
}
/*.other-services*/
.other-services {
	margin-bottom: 45px;
}

.other-services-item {
	position: relative;
	display: flex;
	align-items: center;
	
	padding: 30px 60px 30px 30px;
	margin-bottom: 15px !important;
	border-radius: 15px;
	background-color: #f2f2f2;
	
	font-size: 1.5rem;
	color: inherit;
	transition: 0.5s;
}
.other-services-item:hover {
	color: inherit;
	text-decoration: none;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.15);
	transform: translateY(-10px);
}
.other-services-item::after {
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	
	width: 23px;
	height: 20px;
	margin: auto 0;
	
	content: "\f11e";
	font-family: uicons-regular-rounded;
	color: #8f0c12;
	font-size: 1.5rem;
  line-height: 1;
}
/**/

.price-faq-list-no-p td {
	padding-bottom: 20px;
}

.price-table {
	width: 100%;
}

.price-table td:first-child {
	padding-right: 100px;
	width: 50%;
}
/*.uk-breadcrumb*/
.uk-breadcrumb>*>*,
.uk-breadcrumb>:last-child>* {
	color: #dcdfe6;
}

.uk-breadcrumb a:focus, .uk-breadcrumb a:hover {
	color: #dcdfe6;
	opacity: 0.5;
}

.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
	content: "—";
	margin: 0 10px;
}
/**/
/*.price-img-list*/

.price-img-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin-left: -20px;
	/*margin: 0 -10px;*/
}
.price-img-list__item {
	list-style: none;
	margin-bottom: 30px;
	padding-left: 20px;
	/*margin: 0 10px 30px;*/
	
	font-size: 14px;
}
.price-img-list__img {
	display: block;
	margin-bottom: 15px;
	border-radius: 15px;
}
.price-img-list__price {
	display: block;
	margin-top: 15px;
	font-weight: 600;
}

.price-img-list__price .fi {
	color: #8f0c12;
}

img.el-logo-header {
    height: 80px;
}

.el-button-yellow {
    background: #ffd800;
    color: #000;
}
.el-button-red {
    background-color: #a71509 !important;
    color: #fff !important;
    border-color: #a71509 !important;
    border-radius: 4px !important;
}
.el-button-red:hover {
    background-color: #c81c0f !important;
}
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    font-family: 'Open Sans', sans-serif !important;
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif !important;
}
body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Open Sans', sans-serif !important;
}
    	
.el-menu-main-remove-padding-bottom .el-menu-main {
    padding-bottom: 0;
}
.el-menu-main, .el-main-menu-mobile {
    /*box-shadow: -7px 0 #ffffff, 7px 0 #ffffff, 0 0 7px #e2e2e2;*/
    border: 1px solid #dcdfe6;
    border-left: none;
    border-right: none;
    background-color: #fff;
}

.el-menu-main {
	position: relative;
}

.el-menu-inner-section {
	background-color: #fff;
  border-bottom: 1px solid #dcdfe6;
}

.navbar-submenu {
	position: absolute;
  top: calc(100% + 2px);
  left: 0;
  right: 0;
    
	height: 0;
	opacity: 0;
	z-index: -1;
	overflow: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.navbar-submenu .uk-navbar-nav>li>a {
  font-size: 14px;
}

.navbar-submenu.open {
	height: auto;
	opacity: 1;
	z-index: 1;
}

.visual-item {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.visual {
    /*background: url(http://xn--80ahc2ablk.xn--p1ai/assets/templates/img/calc/467/bath/fon.png) top left no-repeat;*/
    position: relative;
    width: 100%;
    height: 100%;
}

/*.header*/
	.header-top {
		font-size: 12px;
		color: #232323;
	}
	
	.header-top-col {
		/*width: 33.3%;*/
	}

	.header-top .uk-button {
		height: auto;
		margin-left: 50px;
		padding: 0;
		border: none;
		font-size: inherit;
		font-weight: 600;
		text-transform: none;
	}
	.header-top .uk-button:first-child {
		margin-left: auto;
	}
	
	.uk-navbar-nav>li>a {
	    text-transform: none;
	    font-weight: 400;
	    font-size: 14px;
	    color: black;
	}
	.uk-navbar-nav>li>a:hover {
		color: #8f0c12;
		-webkit-box-shadow: 0px 2px 0px 0px #8f0c12;
		        box-shadow: 0px 2px 0px 0px #8f0c12;
	}
	.uk-navbar-nav>li:not(:first-child)>a.selected {
	    color: #a71509;
	}
	.uk-phone {
	    font-weight: 600;
	    color: #000;
	}
	.uk-phone:hover {
	    color: #000;
	    text-transform: none;
	}


.el-offcanvas-close {
    top: 42px !important;
}

.el-table-calculator {
    -webkit-transition: 500ms opacity ease;
    -o-transition: 500ms opacity ease;
    transition: 500ms opacity ease;
    counter-reset: heading;
}

.el-table-calculator label:before {
    counter-increment: heading;
    content: counter(heading)") ";
}
p.el-snoska:before {
    content: "*";
}
.uk-navbar-nav>li.uk-active>a {
    color: #a71509 !important;
}
.el-text-underline {
    text-decoration: underline;
}
#tm-mobile .uk-nav-primary>li>a {
    font-size: 1rem !important;
}


.el-navbar-border-content a {
    border: 1px solid;
    border-radius: 4px;
    height: 40px !important;
    margin-right: 10px;
}
.uk-link, a {
     /*color: #e18b3a !important;*/
 }


#map {
    opacity: 0;
}
.uk-checkbox.uk-form-danger {
    color: #f0506e;
    border-color: #f0506e;
}
.uk-checkbox.uk-form-success {
    /*color: #32d296;*/
    /*border-color: #32d296;*/
}
.uk-dropdown-nav>li.uk-active>a, .uk-dropdown-nav>li>a:focus, .uk-dropdown-nav>li>a:hover {
    color: #b8100b !important;
}

/*.offer*/
    .offer {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      border-radius: 15px;
    }

    .offer .uk-h1,
    .offer .uk-h3 {
      margin: 0 0 15px;
      color: #fff;
    }

    .offer-inner {
      padding-left: 223px;
    }

    .offer-form {
      /*display: flex;*/
      color: #fff;
    }

    .offer-form-field {
      display: inline-block;
    }
    
    .offer-form-field label.uk-form-danger {
    	position: absolute;
    }
    
    .uk-input--outline,
    .uk-input--outline:focus {
    	background: transparent;
    	color: #fff;
    }

    .offer-form .uk-input {
      display: block;

      width: 230px;
      height: 50px;
      padding: 20px 15px;
      margin: 11px 14px 0 0;

      color: #fff;

      border: none;
      border-radius: 5px;
      background-color: rgba(255, 255, 255, 0.5);
    }

    .offer-form .uk-input::-webkit-input-placeholder {
      color: #fff;
    }

    .offer-form .uk-input::-moz-placeholder {
      color: #fff;
    }

    .offer-form .uk-input:-ms-input-placeholder {
      color: #fff;
    }

    .offer-form .uk-input::-ms-input-placeholder {
      color: #fff;
    }

    .offer-form .uk-input::placeholder {
      color: #fff;
    }
    .offer-form .uk-button {
      height: 50px;
      padding: 15px 20px;

      font-size: 14px;
      line-height: 1;
      color: rgb(35, 35, 35);
      text-transform: uppercase;
      background-color: #fff;
      border-radius: 5px;
      vertical-align: bottom;
    }
    .offer-form .uk-button .fi {
    	color: #8f0c12;
    }
    
/*.plus */
	.plus {
		position: relative;
		padding: 30px;
		border-radius: 15px;
		background: #f2f2f2;
	}
	
	.plus-icon {
		position: absolute;
		top: 40px;
		right: 25px;
		max-width: 30px;
		max-height: 30px;
	}
	.plus-icon svg>* {
		fill: #8f0c12;
	}
	
	.plus-title {
		padding-right: 50px;
		margin: 0 0 20px;
		font-size: 30px;
		color: rgb(35, 35, 35);
		line-height: 1.2;
	}
	.plus-title b {
		font-weight: 400;
	}
	
	.plus-text {
		font-size: 16px;
		line-height: 1.5;
	}

/*.service-card*/
    .service-card,
    .uk-card--border {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border-radius: 15px;
        border: 1px solid #dcdfe6;
    }
    .service-card:hover {
        border: 1px solid rgb(184, 16, 11);
        -webkit-box-shadow: 0px 4px 11.88px 0.12px rgba(0, 1, 5, 0.2);
                box-shadow: 0px 4px 11.88px 0.12px rgba(0, 1, 5, 0.2);
    }

    .service-card-head {
        padding: 30px 30px 20px;
        border-bottom: 1px solid #dcdfe6;
    }

    .service-card-title {
    		display: block;
        min-height: 84px;
        font-size: 30px;
        line-height: 1.2;
        color: #333;
    }

    .service-card-price {
        margin: 0;
        font-size: 18px;
        color: #8f0c12;
    }

    .services-card-list {
        position: relative;
        height: 100%;
        max-height: 220px;
        padding: 20px 30px 30px;
        margin: 0 0 20px;

        list-style: none;
        font-weight: 600;
        overflow: hidden;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .services-card-list:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50px;

        /*background-color: rgba(255,255,255,0.7);*/
        background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    }

    .services-card-list ul {
        padding-left: 0;
        margin: 15px 0 20px;

        list-style: none;
        font-weight: 400;
    }
    .services-card-list li:last-child ul {
        margin-bottom: 0;
    }
    .services-card-list ul li {
        position: relative;
        padding-left: 1.5em;
        margin-bottom: 0.2em;
    }
    .services-card-list ul li:before {
        position: absolute;
        left: 0;
        top: 3px;
        content: "\f143";
        font-family: uicons-regular-rounded;
    }

    .services-card-bottom {
        padding: 0 30px 20px;
    }
    .services-card-bottom .uk-button {
        width: 100%;
        margin-bottom: 10px;
    }
    .services-card-bottom .uk-button:last-child {
        margin-bottom: 0;
    }
    
    .service-includes {
    	background-color: #f2f2f2;
    	border-radius: 15px;
    }
    .service-includes >*:first-child {
    	padding: 0;
    }
    .service-includes-title {
    	position: relative;
    	display: flex;
    	align-items: center;
    	
    	padding: 30px 45px 30px 30px;
    	color: #fff;
    	font-size: 1.3rem;
    	background-color: #8f0c12;
    	border-radius: 15px;
    }
    .service-includes-title::after {
	    content: "\f109";
	    margin-left: 40px;
	    font-family: uicons-regular-rounded;
	    line-height: 1;
		}
    .service-includes-list {
    	padding: 30px 0 30px 20px;
    	list-style: none;
    }
    .service-includes-list li {
        position: relative;
        padding-left: 1.5em;
        margin-bottom: 0.2em;
    }
    .service-includes-list li:before {
        position: absolute;
        left: 0;
        top: 3px;
        content: "\f143";
        font-family: uicons-regular-rounded;
    }
    
    
		@media (max-width: 767px) {
    	.service-includes-title::after {
    		transform: rotate(90deg);
    	}
		}

    .view-all,
    .link-all {
        position: relative;
    }

    .view-all:after,
    .link-all:after {
        position: absolute;
        right: 30px;

        content: "\f11f";
        font-family: uicons-regular-rounded;
        font-size: 14px;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    
    .link-all {
    	width: 315px;
    	line-height: 50px;
    }
    
    .link-all:after {
    	content: "\f11b";
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0);
    }

    .service-card.open .services-card-list {
        max-height: 100%;
        margin: 0 0 auto;
    }
    .service-card.open .services-card-list:after {
        display: none;
    }
    .service-card.open .view-all:after {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0);
    }
    
 /*.consult*/
	.consult {
		padding: 210px 30px 60px;
		border-radius: 15px;
		border: 1px solid rgb(220, 223, 230);
		background: #fff url("/local/frontend/content/images/support.png") no-repeat center 54px;
	}

    .consult .uk-phone {
    	font-size: 30px;
    	color: #b8100b;
    }
    
/*.footer*/
	.footer {
		padding: 30px 0 50px;
	}
	.footer-time {
		margin: 0;
	}
	
	.footer-social .el-content {
		margin: 30px;
	}
	
	.footer-bottom {
		padding-top: 40px;
		
		font-size: 12px;
		border-top: 1px solid rgba(255,255,255,0.5);
	}
	
	.footer-copy {
		font-size: 20px;
	}
	
	.footer .uk-container {
		position: relative;
	}
	
	.uk-button.btn-page-top {
		position: absolute;
		top: -50px;
		right: 0;
		
		width: 80px;
		height: 80px;
		padding: 0;
		
		font-size: 14px;
		text-transform: unset;
		background-color: #a71509;
		border-radius: 15px;
		transition: 0.5s;
	}
	.uk-button.btn-page-top:hover {
		color: inherit;
		transform: translateY(-10px);
	}
	.btn-page-top::before {
		content: "\f109";
		font-family: uicons-regular-rounded;
		display: block;
    transform: rotate(-90deg);
	  line-height: 1;
	}

	
/*modal*/

	.modal-success-icon {
		display: block;
		width: 46px;
		height: 46px;
		margin: 0 auto 46px;
		background: url("/local/frontend/content/images/check-mark.png") no-repeat center;
	}
	
	#modal-success .uk-modal-title {
		font-size: 16px;
		font-weight: 600;
	}
	#modal-success .uk-button {
		width: 100%;
		margin-top: 20px;
	}
	
	.uk-close {
		top: 20px;
		right: 20px;
	}
	.uk-close svg {
		width: 20px;
		height: 20px;
	}
	
	.uk-modal-body {
		width: 390px;
		padding: 60px 55px 45px;
		border-radius: 15px;
	}
	
	.uk-modal-title,
	.uk-legend {
		text-align: center;
		text-transform: uppercase;
	}
	
	.uk-form-label {
		display: block;
		margin-bottom: 10px;
		text-transform: uppercase;
	}
	
	.uk-input {
		height: 45px;
		padding: 15px 20px;
		border-radius: 5px;
	}
	
	.uk-button {
		height: 50px;
		border-radius: 5px;
	}
	.uk-button:hover {
		color: #8f0c12;
	}
	.uk-button:hover .fi,
	.uk-button:hover .fi svg {
		color: inherit;
		fill: #8f0c12;
	}
	
	.uk-button-gray {
		height: 50px;
		padding: 0 20px;
		
		line-height: 50px;
  	font-size: 16px;
  	text-transform: none;
  	color: rgb(102, 102, 102);
	  background-color: rgb(242, 242, 242);
	  border-radius: 5px;
	}
	
	.fi {
		margin-right: 11px;
		vertical-align: middle;
		font-size: 17px;
		color: #aeb1b8;
	}
	.fi-telephone svg {
		max-width: 16px;
		max-height: 16px;
		margin-bottom: 3px;
		fill: #8f0c12;
	}
	.fi-rr-calculator {
		display: inline-flex;
		color: #8f0c12;
	}
	
	
/*.faq*/
	.faq .uk-grid {
		margin-top: 60px;
	}
	
	.el-faq-item {
		margin-bottom: 10px;
	    background: #fff;
	    -webkit-transition: background .2s;
	    -o-transition: background .2s;
	    transition: background .2s;
	    border: 1px solid rgb(220, 223, 230);
	    border-radius: 15px;
	}
	.el-faq-list>:nth-child(n+2) {
	    margin-top: 0 !important;
	}
	.el-faq-item .uk-h5 {
		position: relative;
	    margin: 0;
	    padding: 22px 50px 22px 30px;
	    cursor: pointer;
	}
	.el-faq-list .el-content {
	    padding: 0 30px 60px 30px;
	}
	.uk-accordion-title {
		position: relative;
	}
	.uk-accordion-title::after {
		position: absolute;
		top: 27px;
	  right: 30px;
	  
	  display: inline-flex;
	  align-items: center;
	  width: 20px;
	  height: 20px;
		
		content: "\f1e8";
		font-family: uicons-regular-rounded !important;
		color: #8f0c12;
		background-image: none;
	}
	.uk-open>.uk-accordion-title::after {
		background-image: none;
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	
	.uk-nav.uk-accordion>li:nth-last-child(-n+4) a,
	.uk-nav.uk-accordion>li:nth-last-child(-n+4) a .fi {
		color: #8f0c12;
	}
	
	
	
	.uk-nav.uk-accordion li>a {
		display: inline-block;
	}
	
	.uk-nav.uk-accordion .uk-accordion-title {
		display: inline-block;
	  width: 20px;
	  height: 20px;
	  padding: 5px 20px;
	  vertical-align: middle;
	}
	
	.uk-nav.uk-accordion .uk-accordion-title::after {
		top: 3px;
	  right: 0;
	  left: 0;
    margin: auto;
		content: "\f10f";
	}
	
	.uk-nav.uk-accordion .uk-open>.uk-accordion-title::after {
		-webkit-transform: rotate(180deg) translateX(25%);
		    -ms-transform: rotate(180deg) translateX(25%);
		        transform: rotate(180deg) translateX(25%);
	}
	
	.uk-open>.uk-accordion-title {
		color: #8f0c12;
	}
	
	.price-faq-list .el-faq-item:not(.uk-open) {
		background-color: #f2f2f2;
		border: none;
	}
		
/*.reviews*/

	.reviews {
		padding-bottom: 70px;
	}
	
	.uk-comment {
		padding: 0;
		border-radius: 15px;
		background-color: #fff;
		border: 1px solid rgb(220, 223, 230);
	}
	.uk-comment-header {
		padding: 30px 30px 20px;
		margin-bottom: 0;
		border-bottom: 1px solid rgb(220, 223, 230);
	}
	.uk-comment-body {
		padding: 20px 30px 30px;
	}
	.uk-comment iframe {
		width: 100%;
		height: auto;
	}
	
	.reviews .uk-grid>div:not(:nth-child(-n+3)) {
		display: none;
	}
	
	.review-rating {
	  display: block;
	  width: 83px;
	  height: 14px;
	  margin-right: 8px;
	  float: left;
	
	  background-image: url("/local/frontend/content/images/star-0.png");
	  background-position: 0 0;
	  background-repeat: space;
	  background-size: 14px;
	}
	.review-rating .value {
	    display: inline-block;
	    width: 0;
	    height: inherit;
	
	    background-image: url("/local/frontend/content/images/star.png");
	    background-position: 0 0;
	    background-repeat: space;
		background-size: 14px;
	  }
	  
	
.uk-h2, h2 {
	font-weight: 700;
}

.seo-text {
	padding-top: 20px;
}
	
.seo-text h2 {
	font-size: 32px;
}
.seo-text h3 {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: 700;
}
.seo-text h4,
.seo-text h5,
.seo-text h6 {
	font-size: 16px;
}
.seo-text a {
	color: inherit;
}

.seo-text ul {
	margin: 0 0 20px;
	font-size: 14px;
}

.seo-text ul li::marker {
	color: #8f0c12;
}

.work-list {
	padding-bottom: 50px;
}

.work-item {
	margin-bottom: 100px;
}

.work-item:nth-child(2n)>div:first-child {
	order: 2;
}

.work-item-slider {
	border-radius: 15px;
	overflow: hidden;
}

.work-item-img img,
.work-item-slider img {
	border-radius: 15px;
}

.work-item-img {
	display: inline-block;
	max-width: 92px;
	margin-right: 16px;
}
.work-item-img:first-child {
	max-width: 100%;
	margin-bottom: 20px;
}

.work-item-img:not(:nth-child(-n+7)) {
	display: none;
}

.title-section {
	margin-bottom: 40px;
    border: 1px solid #dcdfe6;
}

.uk-invisible {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.calc .uk-button-gray {
	margin: 0 20px 20px 0;
}

.calc .uk-button-gray:last-child {
	margin-right: 0;
}

.calc .uk-button-gray:hover {
	color: rgb(102, 102, 102);
  box-shadow: 0 0 0 1px rgb(184, 16, 11);
}

.calc input[type="radio"]:checked + .uk-button-gray {
  color: #ffffff;
  background-color: rgb(184, 16, 11);
}

#square-value {
	width: auto;
}


/* input range */

input[type=range] {
  -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
  width: 100%; /* Specific width is required for Firefox. */
  background: transparent; /* Otherwise white in Chrome */
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;

  /* Hides the slider so custom styles can be added */
  background: transparent; 
  border-color: transparent;
  color: transparent;
}

/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 19px;
  width: 3px;
  background-color: rgb(184, 16, 11);
  border: none;
  cursor: pointer;
  margin-top: -14px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
  height: 19px;
  width: 3px;
  background-color: rgb(184, 16, 11);
  border: none;
  cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
  height: 19px;
  width: 3px;
  background-color: rgb(184, 16, 11);
  border: none;
  cursor: pointer;
}

@media (max-width: 639px) {
		.calc .uk-button-gray {
			width: calc(50% - 20px);
		}
		.calc .uk-button-gray:nth-of-type(2n) {
			margin-right: 0;
		}
    .uk-padding-remove\@s {
        padding: 0;
    }
    .visual {
        width: 290px;
        height: 330px;
    }
    img.el-logo-header {
        height: 53px;
    }
    .uk-navbar-right .uk-navbar-item {
        padding-right: 0;
    }
    .uk-button {
        font-size: .8rem !important;
    }
    
    .offer-form .uk-input {
    	margin-bottom: 11px;
    }
    
    .footer-bottom .uk-first-column div {
    	margin: 0 auto;
    }
    
    .footer-social .el-content {
	    margin: 10px;
	}
	
	.title {
		text-align: center;
	}
	
	.plus-icon {
	    top: 33px;
	    max-width: 20px;
	    max-height: 20px;
	}
	.plus-title {
		margin: 0 0 15px;
		padding-right: 30px;
		font-size: 24px;
	}
	
	.offer .uk-input,
	.uk-button,
	.offer-form-field {
		width: 100%;
	}
	
	.faq .uk-grid {
		margin-top: 20px;
	}
	
	.work-item {
	    margin-bottom: 50px;
	}
	
	.work-item:nth-child(2n)>div:first-child {
		order: 1;
	}
	.work-item:nth-child(2n)>div:nth-child(2) {
		order: 2;
	}
	
	
	.price-table td:first-child {
		width: 70%;
	}

	.price-table td {
		font-size: 12px;
	}
	.price-table td:first-child {
		padding-right: 30px;
	}
}
@media (max-width: 959px) {
    .uk-padding-remove\@s {
        padding: 0 !important;
    }
    img.el-logo-header {
        height: 53px;
    }

    .offer-inner {
      padding-left: 30px;
    }
}
@media (max-width: 1199px) {
    .uk-navbar-item, .uk-navbar-nav>li>a {
        padding: 0 10px !important;
    }
}