@charset "UTF-8";
/*
Theme Name: Twenty Nineteen
Theme URI: https://wordpress.org/themes/twentynineteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentynineteen
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2019 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
	## Headings
	## Copy
# Elements
	## Lists
	## Tables
# Forms
	## Buttons
	## Fields
# Navigation
	## Links
	## Menus
	## Next & Previous
# Accessibility
# Alignments
# Clearings
# Layout
# Widgets
# Content
	## Archives
	## Posts and pages
	## Comments
# Blocks
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*
 * Chrome renders extra-wide &nbsp; characters for the Hoefler Text font.
 * This results in a jumping cursor when typing in both the Classic and block
 * editors. The following font-face override fixes the issue by manually inserting
 * a custom font that includes just a Hoefler Text space replacement for that
 * character instead.
 */

body {
	margin: 0;
}

@font-face {
	font-family: 'Montserrat-SemiBold';
	src: url('./fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('./fonts/Montserrat-SemiBold.woff') format('woff'),
		url('./fonts/Montserrat-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Regular';
	src: url('./fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		url('./fonts/Montserrat-Regular.woff') format('woff'),
		url('./fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Bitter-Regular';
	src: url('./fonts/Bitter-Regular.eot?#iefix') format('embedded-opentype'),
		url('./fonts/Bitter-Regular.woff') format('woff'),
		url('./fonts/Bitter-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Bitter-Italic';
	src: url('./fonts/Bitter-Italic.eot?#iefix') format('embedded-opentype'),
		url('./fonts/Bitter-Italic.woff') format('woff'),
		url('./fonts/Bitter-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
	font-family: 'Bitter-Bold';
	src: url('./fonts/Bitter-Bold.eot?#iefix') format('embedded-opentype'),
		url('./fonts/Bitter-Bold.woff') format('woff'),
		url('./fonts/Bitter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.alignleft,
img.alignleft {
 	display: inline;
 	float: left;
 	margin-right: 20px;
 	margin-top: 4px;
 	margin-bottom: 4px;
}
.alignright,
img.alignright {
 	display: inline;
 	float: right;
 	margin-left: 20px;
 	margin-top: 4px;
 	margin-bottom: 4px;
}

.aligncenter,
img.aligncenter {
 	clear: both;
 	display: block;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 20px;
}

.logo-text-head {
    font-family: "Montserrat-Regular";
    font-size: 12px;
    letter-spacing: 0.6px;
    color: rgba(255, 255, 255, 0.4);
}

.header-soc-phone {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.call-but-head {
    box-shadow: 0px 2px 0 0 #bf4621, 0px 15px 30px 0 rgba(242, 108, 41, 0.15);
    background-image: linear-gradient(to top, #f1592a, #f26c29);
    font-family: "Montserrat-SemiBold";
    letter-spacing: 0.55px;
    font-size: 11px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 15px 24px;
    border-radius: 6px;
    margin-left: 19px;
}

.head-phone {
    font-family: "Bitter-Regular";
    font-size: 20px;
    color: #ffffff;
    margin-left: 6px;
}

.head-soc {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 50px;
    margin-right: 10px;
}

.icon-gumb:before {
    content: url(/wp-content/themes/twentynineteen/img/hamburger-menu-1.svg);
    display: inline-block;
    width: 24px;
    height: 18px;
    position: absolute;
    top: 5px;
}

.orange {
    font-family: "Bitter-Italic";
	color: #f36c2a;
}

.title-sl {
    font-family: "Bitter-Regular";
    font-size: 54px;
    line-height: 65px;
    color: #ffffff;
}

.price-sl {
	font-family: "Montserrat-Regular";
    font-size: 24px;
    color: #ffffff;
	display: flex;
}

.bg-green-sl {
	background-color: #60b3a2;
    border-radius: 10px;
    padding: 3px 10px;
	transform: skew(-13deg);
	margin: 0 10px;
}

.but-calc-sl {
	box-shadow: 0px 4px 0 0 #bf4621, 0px 15px 30px 0 rgba(242, 108, 41, 0.15);
    background-image: linear-gradient(to top, #f1592a, #f26c29);
    font-family: "Montserrat-SemiBold";
    font-size: 12px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 10px;
    padding: 15px 33px;
    display: inline-flex;
    align-items: center;
}

.but-calc-sl:after {
    content: url('/wp-content/themes/twentynineteen/img/calculator.svg');
	display: inline-flex;
    vertical-align: middle;
    background-color: rgba(191, 70, 33, 0.50);
    margin-left: 20px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 44px;
    height: 44px;
}

.main-prem {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	text-align: center;
    justify-content: center;
}

.col-prem {
    width: 33%;
}

.title-prem {
    font-family: "Montserrat-SemiBold";
    font-size: 16px;
    color: #222222;
    line-height: 25px;
}

.ae-post-layout-grid .ae-post-list-wrapper {
    justify-content: flex-start;
    margin: 0 -10px;
}

article.ae-post-list-item {
    padding: 0 10px;
}

p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 15px;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

p:last-child {
    margin-block-end: 0;
}

.but-calc {
    display: flex;
    justify-content: center;
}

.but-more {
	box-shadow: 0px 4px 0 0 #bf4621, 0px 15px 30px 0 rgba(242, 108, 41, 0.15);
    background-image: linear-gradient(to top, #f1592a, #f26c29);
    font-family: "Montserrat-SemiBold";
    font-size: 12px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 10px;
    padding: 15px 33px;
    display: inline-flex;
    align-items: center;
}

.but-more:after {
    content: url('/wp-content/themes/twentynineteen/img/arrow-2-right.svg');
	display: inline-flex;
    vertical-align: middle;
    background-color: rgba(191, 70, 33, 0.50);
    margin-left: 20px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 44px;
    height: 44px;
}

.elementor-20 .elementor-element.elementor-element-ce817ab .swiper-pagination-bullet-active:before {
	content: "";
    border: 1px solid #f1592a;
    border-radius: 50px;
    padding: 1px 9px;
    position: relative;
    left: -2.4px;
    top: -1.4px;
}

em {
	font-family: "Bitter-Italic";
	color: #222222;
}

.ae-swiper-button-prev,
.ae-swiper-button-next,
input,
textarea {
	outline: none;
}

.name-position {
    display: inline-grid;
}

.name-rab {
	background-color: #60b3a2;
    display: inline-flex;
    padding: 11px 30px;
    border-radius: 10px;
    transform: skew(-13deg);
}

.position-rab {
	background-color: #262938;
    display: inline-flex;
    padding: 11px 30px;
    border-radius: 10px;
    transform: skew(-13deg);
}

.name-rab-font {
    font-family: "Montserrat-SemiBold";
    font-size: 12px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #fff;
    transform: skew(13deg);
}

.position-rab-font {
    font-family: "Montserrat-Regular";
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    transform: skew(13deg);
}

.title-form {
    font-family: "Bitter-Regular";
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
}

.subtitle-form {
    font-family: "Montserrat-Regular";
    font-size: 20px;
    color: #666666;
    line-height: 25px;
    margin-bottom: 60px;
}

.main-form {
    max-width: 340px;
}

input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: #222222;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: #e6e6e3;
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font-family: "Montserrat-Regular";
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e3;
    border-image: initial;
    padding: 22px;
    font-size: 16px;
    border-radius: 8px;
    margin-bottom: 10px;
    width: 100%;
    transition: 0.4s;
}

input:hover {
    background-color: #f2f2f0;
    border-color: #ccccca;
}

input:focus {
    background-color: #f2f2f0;
    border-color: #ccccca;
}

textarea {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: #222222;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textarea;
    background-color: #e6e6e3;
    -webkit-rtl-ordering: logical;
    flex-direction: column;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    margin: 0em;
    font-family: "Montserrat-Regular";
    border-style: solid;
    border-color: #e6e6e3;
    border-image: initial;
    padding: 22px;
    border-radius: 8px;
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
    transition: 0.4s;
}

textarea:hover {
    background-color: #f2f2f0;
    border-color: #ccccca;
}

textarea:focus {
    background-color: #f2f2f0;
    border-color: #ccccca;
}

input[type="submit"] {
    -webkit-appearance: push-button;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: left;
    cursor: pointer;
    color: #ffffff;
    box-sizing: border-box;
    padding: 25px 30px;
    border-width: 0px;
    border-style: outset;
    border-color: #222;
    border-image: initial;
    box-shadow: 0px 4px 0 0 #bf4621, 0px 15px 30px 0 rgba(242, 108, 41, 0.15);
    background-image: linear-gradient(to top, #f1592a, #f26c29);
    border-radius: 10px;
    font-family: "Montserrat-SemiBold";
    font-size: 12px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    width: 100%;
}

.submit-form {
	position: relative;
}

.submit-form:after {
	content: url(/wp-content/themes/twentynineteen/img/arrow-2-right.svg);
    display: inline-flex;
    vertical-align: middle;
    background-color: rgba(191, 70, 33, 0.50);
    margin-left: 20px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 44px;
    height: 44px;
    top: 12px;
    right: 30px;
}

.confirm-form {
    font-family: "Montserrat-Regular";
    font-size: 12px;
    color: #666666;
    line-height: 16px;
    margin-top: -4px;
}

.confirm-form a {
    color: #f36c2a;
	transition: 0.4s;
}

.confirm-form a:hover {
    color: #666666;
}

.wpcf7-form-control-wrap {
    width: 100%;
    display: flex !important;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    top: 25%;
    left: 7%;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em;
    font-family: "Montserrat-Regular";
    font-size: 12px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 10px 0 0 0;
    padding: 0.2em 1em;
    font-family: "Montserrat-Regular";
    font-size: 16px;
	max-width: 340px;
}

.address-footer {
    font-family: "Montserrat-Regular";
    font-size: 12px;
    letter-spacing: 0.6px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 18px;
    margin-bottom: 20px;
}

.footer-phone {
    font-family: "Bitter-Regular";
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px;
}

.soc-footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.copyright {
    font-family: "Montserrat-Regular";
    font-size: 12px;
    letter-spacing: 0.6px;
    color: rgba(255, 255, 255, 0.2);
}

.elementor-heading-title[class*=elementor-size-]>a {
    transition: 0.4s;
}

.elementor a {
    transition: 0.4s;
}

h1 {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.attr-name {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    color: #666666;
	line-height: 20px;
}

.attr-value {
    font-family: "Montserrat-SemiBold";
    font-size: 16px;
    color: #222222;
    padding-left: 40px;
}

.table-attribute td  {
    padding: 8px 8px 8px 0;
}

.but-remont {
	box-shadow: 0px 4px 0 0 #bf4621, 0px 15px 30px 0 rgba(242, 108, 41, 0.15);
    background-image: linear-gradient(to top, #f1592a, #f26c29);
    font-family: "Montserrat-SemiBold";
    font-size: 12px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 10px;
    padding: 15px 33px;
    display: inline-flex;
    align-items: center;
}

.but-remont:after {
    content: url('/wp-content/themes/twentynineteen/img/paint-roll.svg');
	display: inline-flex;
    vertical-align: middle;
    background-color: rgba(191, 70, 33, 0.50);
    margin-left: 20px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 44px;
    height: 44px;
}

.e-gallery-item:hover .elementor-gallery-item__overlay {
	transition: 0.4s;
}

.e-gallery-item:hover .elementor-gallery-item__overlay:before {
	content: url(/wp-content/themes/twentynineteen/img/zoom-in-1.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

h2 {
    display: block;
	font-family: "Bitter-Regular";
	color: #222222;
    font-size: 40px;
    line-height: 40px;
    margin-block-start: 0;
    margin-block-end: 50px;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: normal;
}

.main-work-stage {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}

.work-stage {
    width: 25%;
}

.work-stage .num-stage {
    font-family: "Bitter-Regular";
    font-size: 70px;
    color: #dededc;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e3;
	position: relative;
}

.work-stage .num-stage:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 60px;
    height: 5px;
    background-color: #f1592a;
    border-radius: 50px;
}

.main-work-stage .work-stage:last-child .num-stage:after {
    background-color: #60b3a2;
}

.title-stage {
    font-family: "Montserrat-SemiBold";
    font-size: 18px;
    color: #222222;
    margin-bottom: 12px;
}

.text-stage {
    font-family: "Montserrat-Regular";
    font-size: 14px;
    color: #777777;
    line-height: 22px;
}

.text-stage a {
    font-family: "Montserrat-SemiBold";
    color: #222222;
}

.call-stage {
    font-family: "Montserrat-SemiBold";
    font-size: 14px;
    color: #f36c2a;
    text-decoration: underline;
	transition: 0.4s;
    margin-top: 12px;
}

.call-stage a {
    color: #f36c2a;
    text-decoration: underline;
	transition: 0.4s;
}

.call-stage a:hover {
    color: #222222;
    text-decoration: none;
	transition: 0.4s;
}

.cost-works {
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px 40px 0 40px;
}

thead {
    border-bottom: 1px solid #f36c2a;
}

thead td {
    font-family: "Montserrat-SemiBold";
    font-size: 16px;
    padding: 0 0 26px 0;
}

tbody tr {
    border-bottom: 1px solid #e1e5e6;
}

tbody tr:last-child {
    border-bottom: 0px solid #e1e5e6;
}

tbody td {
    padding: 20px 0;
    font-family: "Montserrat-Regular";
    font-size: 15px;
    color: #222222;
}

.form-modal-calc,
.form-modal {
	max-width: 340px;
	padding: 20px;
}

#fancybox-overlay{
    background-color: #262938 !important;
    opacity: 0.9 !important;
}

#fancybox-outer {
    box-shadow: 0 0 20px rgba(241, 86, 39, 0.4) !important;
    -moz-box-shadow: 0 0 20px rgba(241, 86, 39, 0.4) !important;
    -webkit-box-shadow: 0 0 20px rgba(241, 86, 39, 0.4) !important;
}

.form-modal-calc .title-form,
.form-modal .title-form{
    font-family: "Bitter-Regular";
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 30px;
    text-align: center;
}

.form-modal-calc .subtitle-form,
.form-modal .subtitle-form {
    font-family: "Montserrat-Regular";
    font-size: 18px;
    color: #666666;
    line-height: 20px;
    margin-bottom: 36px;
    text-align: center;
}

.form-modal-calc .confirm-form,
.form-modal .confirm-form {
    font-family: "Montserrat-Regular";
    font-size: 12px;
    color: #666666;
    line-height: 16px;
    margin-top: -4px;
    text-align: center;
}

.form-modal-calc .submit-form:after {
	content: url(/wp-content/themes/twentynineteen/img/calculator.svg);
    display: inline-flex;
    vertical-align: middle;
    background-color: rgba(191, 70, 33, 0.50);
    margin-left: 20px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 44px;
    height: 44px;
    top: 12px;
    right: 30px;
}

.remont .submit-form:after {
	content: url(/wp-content/themes/twentynineteen/img/paint-roll.svg);
    display: inline-flex;
    vertical-align: middle;
    background-color: rgba(191, 70, 33, 0.50);
    margin-left: 20px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 44px;
    height: 44px;
    top: 12px;
    right: 30px;
}

.elementor-nav-menu--indicator-classic .elementor-nav-menu .sub-arrow i:before {
    content: url('/wp-content/themes/twentynineteen/img/arrow-2-down.svg') !important;
}

.elementor-nav-menu .sub-arrow {
    margin-top: -15px !important;
}

h3 {
    display: block;
    font-size: 16px;
	font-family: "Bitter-Regular";
	color: #222222;
    margin-block-start: 0;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: normal;
}

.list-check {
	font-family: "Bitter-Regular";
    color: #222222;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 40px;
}

.list-check:before {
    content: url('/wp-content/themes/twentynineteen/img/list-check.png');
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 24px;
    position: relative;
    top: 0px;
    margin-right: 9px;
}

@media only screen and (max-width: 480px) {
.col-prem {
    width: 100%;
    margin-bottom: 40px;
}
.main-form {
    max-width: 100%;
}
.title-form {
    font-family: "Bitter-Regular";
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
}
.subtitle-form {
    font-family: "Montserrat-Regular";
    font-size: 18px;
    color: #666666;
    line-height: 20px;
    margin-bottom: 40px;
}
.form-modal-calc,
.form-modal {
	padding: 20px 10px;
}
.form-modal-calc .submit-form:after {
    right: 12px;
}
.submit-form:after {
    right: 12px;
}
.remont .submit-form:after {
    right: 12px;
}
.work-stage {
    width: 50%;
    margin-bottom: 40px;
}
.cost-works {
    overflow-x: scroll;
}
.address-footer {
    text-align: center;
}
.footer-phone {
    text-align: center;
}
.soc-footer {
    justify-content: center;
}
.copyright {
    text-align: center;
}
.logo-text-head {
    text-align: center;
}
.header-soc-phone {
	justify-content: center;
    margin-top: 20px;
}
.head-phone {
    margin-left: 0;
    margin: 20px 0;
}
.call-but-head {
    margin-left: 0;
    margin-bottom: 20px;
}
.elementor-sticky--active {
    margin-right: 20px;
}
.elementor-20 .elementor-element.elementor-element-ad72f7c:not(.elementor-motion-effects-element-type-background), .elementor-20 .elementor-element.elementor-element-ad72f7c > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: none !important;
}
.elementor-13 .elementor-element.elementor-element-9635599 {
    background-color: #262938;
}
}




