/* 
*  RESET STYLES
* */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
	outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type=search] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

/**
* Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
*/

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	max-width: 100%;
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
* Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
* Known issue: no IE 6 support.
*/

[hidden] {
	display: none;
}

/**
* 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
*    `em` units.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/

html {
	font-size: 100%; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-ms-text-size-adjust: 100%; /* 2 */
}

/**
* Address `outline` inconsistency between Chrome and other browsers.
*/

a:focus {
	outline: thin dotted;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/

a:active,
a:hover {
	outline: 0;
}

/**
* 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improve image quality when scaled in IE 7.
*/

img {
	border: 0; /* 1 */
	-ms-interpolation-mode: bicubic; /* 2 */
}

/**
* Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
*/

figure {
	margin: 0;
}

/**
* Correct margin displayed oddly in IE 6/7.
*/

form {
	margin: 0;
}

/**
* Define consistent border, margin, and padding.
*/

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct color not being inherited in IE 6/7/8/9.
* 2. Correct text not wrapping in Firefox 3.
* 3. Correct alignment displayed oddly in IE 6/7.
*/

legend {
	border: 0; /* 1 */
	padding: 0;
	white-space: normal; /* 2 */
	*margin-left: -7px; /* 3 */
}

/**
* 1. Correct font size not being inherited in all browsers.
* 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
*    and Chrome.
* 3. Improve appearance and consistency in all browsers.
*/

button,
input,
select,
textarea {
	font-size: 100%; /* 1 */
	margin: 0; /* 2 */
	vertical-align: baseline; /* 3 */
	*vertical-align: middle; /* 3 */
}

/**
* Address Firefox 3+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/

button,
input {
	line-height: normal;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/

button,
select {
	text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
* 4. Remove inner spacing in IE 7 without affecting normal text inputs.
*    Known issue: inner spacing remains in IE 6.
*/

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
	*overflow: visible;  /* 4 */
}

/**
* Re-set default cursor for disabled elements.
*/

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
* 1. Address box sizing set to content-box in IE 8/9.
* 2. Remove excess padding in IE 8/9.
* 3. Remove excess padding in IE 7.
*    Known issue: excess padding remains in IE 6.
*/

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
	*height: 13px; /* 3 */
	*width: 13px; /* 3 */
}

/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof).
*/

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
* Remove inner padding and border in Firefox 3+.
*/

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
* 1. Remove default vertical scrollbar in IE 6/7/8/9.
* 2. Improve readability and alignment in all browsers.
*/

textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}

/**
* Remove most spacing between table cells.
*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html,
button,
input,
select,
textarea {
	color: #222;
}


::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

img {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}


/* 
*	MAIN STYLES
* */

* {
	box-sizing: border-box;
}

body, button, input {
	font-family: 'Montserrat', sans-serif;
}

a {
	text-decoration: none;
	display: inline-block;
	outline: none;
	color:black;
}

.cursive-font {
	font-family: 'Playfair Display', serif;
}

.container {
	max-width: 1230px;
	margin: 0 auto;
}

@media screen and (max-width: 1320px) {
	.container {
		max-width: 85%;
	}
}

@media screen and (max-width: 520px) {
	.container {
		max-width: 90%;
	}
}

.container-line {
	position: relative;
}

.title {
	font-size: 42px;
	line-height: 140%;
	color: #111111;
}

@media screen and (max-width: 780px) {
	.title {
		font-size: 34px;
		line-height: 42px;
	}
}

@media screen and (max-width: 520px) {
	.title {
		font-size: 28px;
		line-height: 36px;
	}
}

.btn-custom {
	font-weight: 600;
	font-size: 17px;
	line-height: 21px;
	color: #FFFFFF;
	text-align: center;
	background: #A67E6F;
	padding: 10px 30px;
	cursor: pointer;
	transition: all 0.2s;
}

.btn-custom:hover {
	background: #BF836D;
	transition: all 0.2s;
}

.input-custom {
	border: none;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 0px;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #111111;
}

.title-white {
	font-size: 42px;
	line-height: 120%;
	color: #FFFFFF;
}

@media screen and (max-width: 780px) {
	.title-white {
		font-size: 34px;
		line-height: 42px;
	}
}

@media screen and (max-width: 520px) {
	.title-white {
		font-size: 28px;
		line-height: 36px;
	}
}

.subtitle {
	font-size: 20px;
	line-height: 24px;
	color: #444444;
	position: relative;
	margin-left: 40px;
}

@media screen and (max-width: 520px) {
	.subtitle {
		font-size: 18px;
		line-height: 22px;
	}
}

.subtitle::before {
	content: "";
	position: absolute;
	top: 37%;
	left: -74px;
	background-color: #BF836D;
	height: 2px;
	width: 54px;
}

.container-line .br-left {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 0%;
	height: 100%;
	width: 1px;
	background: rgba(255, 255, 255, 0.3);
	opacity: 0.3;
	z-index: 0;
}

.container-line .br-right {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 100%;
	height: 100%;
	width: 1px;
	background: rgba(255, 255, 255, 0.3);
	opacity: 0.3;
	z-index: 0;
}

.container-line .left-line {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 34%;
	height: 100%;
	width: 1px;
	background: rgba(255, 255, 255, 0.3);
	opacity: 0.3;
	z-index: 0;
}

.container-line .right-line {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 68%;
	height: 100%;
	width: 1px;
	background: rgba(255, 255, 255, 0.3);
	opacity: 0.3;
	z-index: 0;
}

.btn {
	text-align: center;
	border: 2px solid #fff;
	background-color: transparent;
	padding: 10px 18px;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s;
}

.btn:hover {
	background: #BF836D;
	border-color: #BF836D;
	transition: all 0.2s;
}

.main {
	background-image: url(/wp-content/themes/deepcolor/img/bg-main.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width: 1280px) {
	.main {
		background-position: right 34% top 0px;
	}
}

.main .header a {
	outline: none;
}

.main .header .header-wrap {
	padding: 27px 0px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.main .header .header-left {
	display: flex;
	justify-content: space-between;
}

.main .header .header-left .header-text {
	margin: 4px 0px 0px 30px;
}

.main .header .header-left .header-text p {
	font-size: 14px;
	line-height: 150%;
	color: #FFFFFF;
	max-width: 235px;
}

@media screen and (max-width: 520px) {
	.main .header .header-left .header-text p {
		display: none;
	}
}

.main .header .header-menu__list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main .header .header-social a {
	margin-left: 10px;
}

.main .header .header-social a svg {
	fill: #fff;
}

.main .header .header-social a svg path {
	fill: #fff;
}

.main .header .header-social a svg:hover path {
	fill: #BF836D;
	transition: all 0.2s;
}

.main .header .header-phone {
	margin: 0px 25px 0px 15px;
}

@media screen and (max-width: 1020px) {
	.main .header .header-phone {
		margin-right: 0px;
	}
}

.main .header .header-phone a {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	transition: all 0.2s;
}

.main .header .header-phone a:hover {
	color: #BF836D;
	transition: all 0.2s;
}

@media screen and (max-width: 1020px) {
	.main .header .header-call {
		display: none;
	}
}

.main .header .header-call__btn {
	font-size: 13px;
	line-height: 16px;
}

.main .main-section .main-wrap {
	padding: 155px 0px 180px;
}

@media screen and (max-width: 980px) {
	.main .main-section .main-wrap {
		padding: 100px 0px 120px;
	}
}

@media screen and (max-width: 780px) {
	.main .main-section .main-wrap {
		padding: 70px 0px 100px;
	}
}

@media screen and (max-width: 520px) {
	.main .main-section .main-wrap {
		padding: 60px 0px 80px;
	}
}

.main .main-section .main-title {
	font-size: 50px;
	line-height: 70px;
	color: #FFFFFF;
	margin-bottom: 27px;
	max-width: 70%;
}

@media screen and (max-width: 780px) {
	.main .main-section .main-title {
		font-size: 40px;
		line-height: 60px;
		max-width: 90%;
	}
}

@media screen and (max-width: 520px) {
	.main .main-section .main-title {
		font-size: 36px;
		line-height: 46px;
		max-width: 100%;
	}
}

.main .main-section .main-title span {
	display: inline-block;
	font-size: 26px;
	line-height: 32px;
	background-color: #BF836D;
	padding: 5px 10px;
	z-index: 1;
}

@media screen and (max-width: 780px) {
	.main .main-section .main-title span {
		font-size: 22px;
		line-height: 28px;
	}
}

.main .main-section .main-subtitle {
	font-size: 22px;
	line-height: 27px;
	color: #FFFFFF;
	margin-bottom: 65px;
	position: relative;
	margin-left: 75px;
}

@media screen and (max-width: 780px) {
	.main .main-section .main-subtitle {
		font-size: 18px;
		line-height: 24px;
		margin-left: 56px;
		margin-bottom: 40px;
	}
}

.main .main-section .main-subtitle::before {
	content: "";
	position: absolute;
	top: 37%;
	left: -74px;
	background-color: #BF836D;
	height: 2px;
	width: 54px;
}

@media screen and (max-width: 520px) {
	.main .main-section .main-subtitle::before {
		width: 35px;
		left: -55px;
	}
}

.main .main-section .main-calc {
	font-size: 17px;
	line-height: 21px;
	padding: 20px 30px;
}

@media screen and (max-width: 520px) {
	.main .main-section .main-calc {
		padding: 20px 10px;
		width: 100%;
		font-size: 16px;
	}
}

.advantages {
	background: #292929;
	border-top: 2px solid rgba(255, 255, 255, 0.1);
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.advantages .advantages-wrap {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 520px) {
	.advantages .advantages-wrap {
		flex-direction: column;
		padding-top: 35px;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 520px) {
	.advantages .container-line .br-left, .advantages .container-line .br-right, .advantages .container-line .right-line, .advantages .container-line .left-line {
		display: none;
	}
}

.advantages .advantages-item {
	width: 32%;
	padding: 37px 0px 32px 55px;
}

@media screen and (max-width: 1320px) {
	.advantages .advantages-item {
		padding: 25px 0px 25px 30px;
	}
}

@media screen and (max-width: 780px) {
	.advantages .advantages-item {
		padding: 20px 0px 15px 20px;
	}
}

@media screen and (max-width: 520px) {
	.advantages .advantages-item {
		width: 100%;
		padding: 0px 0px 20px;
	}
}

.advantages .advantages-item__title {
	font-weight: 600;
	font-size: 17px;
	line-height: 21px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 7px;
}

@media screen and (max-width: 780px) {
	.advantages .advantages-item__title {
		font-size: 14px;
	}
}

.advantages .advantages-item__info {
	font-size: 15px;
	line-height: 150%;
	color: #FFFFFF;
}

@media screen and (max-width: 780px) {
	.advantages .advantages-item__info {
		font-size: 14px;
	}
}

.work {
	border-bottom: 2px solid #E6E6E6;
}

.work .container-line .br-left, .work .container-line .br-right, .work .container-line .right-line, .work .container-line .left-line {
	background: #E6E6E6;
	opacity: 1;
}

@media screen and (max-width: 780px) {
	.work .container-line .br-left, .work .container-line .br-right, .work .container-line .right-line, .work .container-line .left-line {
		display: none;
	}
}

@media screen and (max-width: 780px) {
	.work .container {
		max-width: 100%;
	}
}

.work .work-wrap {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 780px) {
	.work .work-wrap {
		flex-direction: column;
	}
}

.work .work-wrap .work-item__wrap {
	width: 85%;
	margin: 0 auto;
}

@media screen and (max-width: 520px) {
	.work .work-wrap .work-item__wrap {
		width: 90%;
	}
}

.work .work-wrap .work-item {
	width: 32%;
	padding: 76px 40px 70px 50px;
}

@media screen and (max-width: 1320px) {
	.work .work-wrap .work-item {
		padding: 40px 25px 35px 30px;
	}
}

@media screen and (max-width: 780px) {
	.work .work-wrap .work-item {
		width: 100%;
		padding: 20px 0px 20px;
		max-width: 85%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 520px) {
	.work .work-wrap .work-item {
		max-width: 90%;
	}
}

.work .work-wrap .work-item:last-child {
	background: #292929;
	padding-top: 27px;
}

@media screen and (max-width: 780px) {
	.work .work-wrap .work-item:last-child {
		max-width: 100%;
		padding: 20px 0px 30px;
	}
}

.work .work-wrap .work-item:last-child .work-item__info {
	color: rgba(255, 255, 255, 0.8);
}

.work .work-wrap .work-item__icon {
	margin-bottom: 35px;
}

@media screen and (max-width: 780px) {
	.work .work-wrap .work-item__icon {
		max-width: 40px;
	}
}

.work .work-wrap .work-item__title {
	font-weight: 600;
	font-size: 17px;
	line-height: 140%;
	color: #111111;
	margin-bottom: 17px;
}

.work .work-wrap .work-item__info {
	font-size: 15px;
	line-height: 160%;
	color: #444444;
}

.work .work-wrap .work-item__about {
	font-weight: 600;
	font-size: 17px;
	line-height: 140%;
	color: #FFFFFF;
	margin-bottom: 15px;
}

.work .work-wrap .work-item .cursive-font {
	font-size: 86px;
	line-height: 140%;
	margin-bottom: 10px;
	color: #BF836D;
}

@media screen and (max-width: 1320px) {
	.work .work-wrap .work-item .cursive-font {
		font-size: 60px;
		line-height: 120%;
	}
}

.windows {
	position: relative;
	background-image: url(/wp-content/themes/deepcolor/img/window-colors.png);
	background-repeat: no-repeat;
	background-size: 28%;
	background-position: top 130px right 16%;
}

@media screen and (max-width: 980px) {
	.windows {
		background-position: bottom 40px right 16%;
		background-size: 220px;
	}
}

@media screen and (max-width: 780px) {
	.windows {
		background-size: 190px;
	}
}

@media screen and (max-width: 520px) {
	.windows {
		background-size: 360px;
		background-position: bottom 40px center;
	}
}

@media screen and (max-width: 375px) {
	.windows {
		background-size: 100%;
	}
}

.windows .windows-wrap {
	display: flex;
	justify-content: space-between;
	padding: 105px 0px 130px;
}

@media screen and (max-width: 980px) {
	.windows .windows-wrap {
		flex-direction: column;
		padding-bottom: 230px;
	}
}

@media screen and (max-width: 780px) {
	.windows .windows-wrap {
		padding: 60px 0px 230px;
	}
}

@media screen and (max-width: 520px) {
	.windows .windows-wrap {
		padding: 40px 0px 400px;
	}
}

.windows .windows-info {
	width: 59%;
}

@media screen and (max-width: 980px) {
	.windows .windows-info {
		width: 100%;
	}
}

.windows .windows-info .windows-title {
	margin-bottom: 30px;
}

.windows .windows-info .windows-subtitle {
	margin-left: 76px;
}

.windows .windows-info .windows-about {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 75px;
}

@media screen and (max-width: 780px) {
	.windows .windows-info .windows-about {
		margin-top: 45px;
	}
}

.windows .windows-info .windows-about .windows-item {
	width: 50%;
	margin-bottom: 53px;
}

@media screen and (max-width: 780px) {
	.windows .windows-info .windows-about .windows-item {
		width: 100%;
		margin-bottom: 30px;
	}
}

.windows .windows-info .windows-about .windows-item:first-child {
	display: flex;
	align-items: flex-start;
}

.windows .windows-info .windows-about .windows-item:first-child .windows-item__wrap {
	margin-left: 30px;
}

.windows .windows-info .windows-about .windows-item__wrap {
	margin-left: 55px;
}

.windows .windows-info .windows-about .windows-item__title {
	font-weight: 600;
	font-size: 17px;
	line-height: 140%;
	color: #111111;
	margin-bottom: 15px;
}

.windows .windows-info .windows-about .windows-item__info {
	font-size: 15px;
	line-height: 160%;
	color: #444444;
}

.windows .window-photo {
	width: 40%;
}

.windows .window-photo img {
	width: 100%;
	object-fit: cover;
}

.examples {
	background: #292929;
}

.examples .examples-wrap {
	padding: 105px 0px 120px;
}

@media screen and (max-width: 780px) {
	.examples .examples-wrap {
		padding: 60px 0px;
	}
}

@media screen and (max-width: 520px) {
	.examples .examples-wrap {
		padding: 40px 0px 60px;
	}
}

.examples .examples-title {
	margin-bottom: 60px;
}

@media screen and (max-width: 980px) {
	.examples .examples-title {
		max-width: 400px;
	}
}

@media screen and (max-width: 780px) {
	.examples .examples-title {
		max-width: 300px;
	}
}

@media screen and (max-width: 520px) {
	.examples .examples-title {
		max-width: 250px;
	}
}

.examples .examples-slider .owl-carousel .owl-nav {
	display: flex;
	position: absolute;
	right: 0px;
	top: -130px;
}

.examples .examples-slider .owl-carousel .owl-nav button {
	margin: 5px 0px 0px 10px;
}

.examples .examples-slider .owl-carousel .owl-nav button.owl-prev {
	background-image: url(/wp-content/themes/deepcolor/img/examples/prev-arrow.svg);
	background-size: 50%;
	width: 60px;
	height: 60px;
	border: 2px solid #BF836D;
	background-repeat: no-repeat;
	border-radius: 0px;
	background-position: center;
	transition: all 0.2s;
}

@media screen and (max-width: 780px) {
	.examples .examples-slider .owl-carousel .owl-nav button.owl-prev {
		width: 45px;
		height: 45px;
	}
}

.examples .examples-slider .owl-carousel .owl-nav button.owl-prev:hover {
	background-color: #BF836D;
	background-image: url(/wp-content/themes/deepcolor/img/examples/wprev-arrow.svg);
	transition: all 0.2s;
}

.examples .examples-slider .owl-carousel .owl-nav button.owl-next {
	background-image: url(/wp-content/themes/deepcolor/img/examples/next-arrow.svg);
	background-size: 50%;
	width: 60px;
	height: 60px;
	border: 2px solid #BF836D;
	background-repeat: no-repeat;
	border-radius: 0px;
	background-position: center;
	transition: all 0.2s;
}

@media screen and (max-width: 780px) {
	.examples .examples-slider .owl-carousel .owl-nav button.owl-next {
		width: 45px;
		height: 45px;
	}
}

.examples .examples-slider .owl-carousel .owl-nav button.owl-next:hover {
	background-color: #BF836D;
	background-image: url(/wp-content/themes/deepcolor/img/examples/wnext-arrow.svg);
	transition: all 0.2s;
}

.examples .examples-slider .examples-image {
	position: relative;
}

.examples .examples-slider .examples-image img {
	height: 511px;
	width: 100%;
	object-fit: cover;
}

@media screen and (max-width: 980px) {
	.examples .examples-slider .examples-image img {
		height: 350px;
	}
}

@media screen and (max-width: 780px) {
	.examples .examples-slider .examples-image img {
		height: 250px;
	}
}

.examples .examples-slider .examples-image__text {
	position: absolute;
	top: 0px;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #BF836D;
	text-align: center;
	padding: 8px 0px;
	width: 105px;
}

.examples .examples-slider .examples-image__right {
	right: 0px;
}

.examples .examples-slider .examples-image__left {
	left: 0px;
}

.background-section img {
	width: 100%;
	object-fit: cover;
}

@media screen and (max-width: 520px) {
	.background-section img {
		height: 250px;
	}
}

.calculations {
	position: relative;
	border-bottom: 2px solid #E6E6E6;
}

.calculations .calculations-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 38%;
	background: #F2F2F2;
	height: 100%;
}

@media screen and (max-width: 780px) {
	.calculations .calculations-bg {
		z-index: -1;
	}
}

.calculations .calculations-wrap {
	display: flex;
	justify-content: space-between;
	padding: 108px 0px 100px;
}

@media screen and (max-width: 780px) {
	.calculations .calculations-wrap {
		flex-direction: column-reverse;
		padding: 60px 0px;
	}
}

@media screen and (max-width: 520px) {
	.calculations .calculations-wrap {
		padding: 40px 0px 60px;
	}
}

.calculations .calculations-wrap .calculations-hands {
	position: relative;
	width: 40%;
}

@media screen and (max-width: 980px) {
	.calculations .calculations-wrap .calculations-hands {
		width: 50%;
	}
}

@media screen and (max-width: 780px) {
	.calculations .calculations-wrap .calculations-hands {
		width: 80%;
	}
}

.calculations .calculations-wrap .calculations-hands__photo {
	width: 100%;
	object-fit: cover;
}

.calculations .calculations-wrap .calculations-hands__design {
	display: flex;
	font-size: 14px;
	line-height: 140%;
	color: #444444;
	max-width: 100px;
	align-items: flex-start;
	margin-top: -70px;
}

@media screen and (max-width: 1020px) {
	.calculations .calculations-wrap .calculations-hands__design {
		margin-top: 0px;
	}
}

@media screen and (max-width: 780px) {
	.calculations .calculations-wrap .calculations-hands__design {
		margin-top: -15px;
	}
}

@media screen and (max-width: 520px) {
	.calculations .calculations-wrap .calculations-hands__design {
		margin-top: 0px;
	}
}

.calculations .calculations-wrap .calculations-hands__design img {
	margin-right: 10px;
}

.calculations .calculations-wrap .calculations-hands__label {
	position: absolute;
	right: 40px;
	top: 20px;
}

@media screen and (max-width: 980px) {
	.calculations .calculations-wrap .calculations-hands__label {
		width: 90px;
	}
}

@media screen and (max-width: 520px) {
	.calculations .calculations-wrap .calculations-hands__label {
		width: 68px;
	}
}

.calculations .calculations-wrap .calculations-form {
	width: 49%;
}

@media screen and (max-width: 780px) {
	.calculations .calculations-wrap .calculations-form {
		width: 100%;
	}
}

.calculations .calculations-wrap .calculations-form__title {
	margin-bottom: 20px;
}

.calculations .calculations-wrap .calculations-form__subtitle {
	margin-left: 76px;
	max-width: 305px;
	line-height: 28px;
	color: #444444;
	margin-bottom: 20px;
}

.calculations .calculations-wrap .calculations-form__subtitle::before {
	top: 24%;
}

.calculations .calculations-wrap .calculations-subtitle a {
	color: #000000;
	font-weight: 600;
	transition: all 0.2s;
}

.calculations .calculations-wrap .calculations-form__subtitle a:hover {
    margin-left: 76px;
	font-size: 16px;
	line-height: 180%;
	color: #444444;
	max-width: 500px;
}

.calculations .calculations-wrap .calculations-form__info a:hover {
	color: #BF836D;
	transition: all 0.2s;
}

.calculations .calculations-wrap .form-calc {
	margin-top: 40px;
	width: 100%;
	max-width: 430px;
}

.calculations .calculations-wrap .form-calc .input-custom {
	display: block;
	width: 100%;
	margin-bottom: 25px;
	max-width: 390px;
	text-transform: initial;
}

.calculations .calculations-wrap .form-calc .input-custom::placeholder {
	color: #111111;
	text-transform: uppercase;
}

.calculations .calculations-wrap .form-calc .input-custom::-moz-placeholder {
	color: #111111;
}

@media screen and (max-width: 780px) {
	.calculations .calculations-wrap .form-calc .input-custom {
		background-color: transparent;
	}
}

.calculations .calculations-wrap .form-calc__subtext {
	display: block;
	font-size: 12px;
	line-height: 180%;
	color: #888888;
	max-width: 500px;
}

.calculations .calculations-wrap .form-calc__subtext a {
	color: #BF836D;
}

.calculations .calculations-wrap .form-calc__subtext a:hover {
	color: #a5a5a5;
	transition: 0.2s;
}

.calculations .calculations-wrap .btn-custom {
	border: none;
	margin: 10px 0px 20px;
	padding: 23px 48px;
}

@media screen and (max-width: 980px) {
	.calculations .calculations-wrap .btn-custom {
		padding: 23px 12px;
	}
}

@media screen and (max-width: 780px) {
	.calculations .calculations-wrap .btn-custom {
		width: 100%;
	}
}

.tabs a {
	outline: none;
}

.result {
	padding: 115px 0px 125px;
}

@media screen and (max-width: 780px) {
	.result {
		padding: 60px 0px 30px;
	}
}

@media screen and (max-width: 520px) {
	.result {
		padding: 40px 0px 20px;
	}
}

.result .result-title {
	margin-bottom: 25px;
}

.result .result-subtitle {
	margin-left: 77px;
}

.result .result-wrap {
	margin-top: 70px;
}

@media screen and (max-width: 520px) {
	.result .result-wrap {
		margin-top: 40px;
	}
}

.result .result-wrap .result-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 1320px) {
	.result .result-wrap .result-item {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 980px) {
	.result .result-wrap .result-item {
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 520px) {
	.result .result-wrap .result-item {
		flex-direction: column;
		margin-bottom: 30px;
	}
}

.result .result-wrap .result-item:nth-child(2n) {
	flex-direction: row-reverse;
	text-align: right;
}

@media screen and (max-width: 520px) {
	.result .result-wrap .result-item:nth-child(2n) {
		flex-direction: column;
		text-align: left;
	}
}

.result .result-wrap .result-item:nth-child(2n) .info-result__text {
	margin-left: auto;
}

@media screen and (max-width: 520px) {
	.result .result-wrap .result-item:nth-child(2n) .result-item__info {
		width: 80%;
		margin-left: auto;
	}
}

@media screen and (max-width: 520px) {
	.result .result-wrap .result-item:nth-child(2n) .result-item__info .info-result__title::before {
		left: -65px;
	}
}

.result .result-wrap .result-item:nth-child(2n) .info-result__title::before {
	right: -95px;
	left: unset;
}

@media screen and (max-width: 1320px) {
	.result .result-wrap .result-item:nth-child(2n) .info-result__title::before {
		right: -65px;
	}
}

.result .result-wrap .result-item__photo {
	width: 40%;
	position: relative;
}

@media screen and (max-width: 780px) {
	.result .result-wrap .result-item__photo {
		width: 45%;
	}
}

@media screen and (max-width: 520px) {
	.result .result-wrap .result-item__photo {
		width: 100%;
		margin-bottom: 25px;
	}
}

.result .result-wrap .result-item__photo::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	height: 94%;
	width: 95.5%;
	border: 1px solid rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 980px) {
	.result .result-wrap .result-item__photo::before {
		height: 89%;
		width: 91.5%;
	}
}

@media screen and (max-width: 780px) {
	.result .result-wrap .result-item__photo::before {
		height: 86%;
		width: 89.5%;
	}
}

@media screen and (max-width: 520px) {
	.result .result-wrap .result-item__photo::before {
		display: none;
	}
}

.result .result-wrap .result-item__photo img {
	width: 100%;
	object-fit: cover;
}

.result .result-wrap .result-item__info {
	width: 49%;
}

@media screen and (max-width: 520px) {
	.result .result-wrap .result-item__info {
		width: 80%;
		margin-left: auto;
	}
}

.result .result-wrap .info-result__title {
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	text-transform: uppercase;
	color: #111111;
	margin-bottom: 20px;
	position: relative;
}

.result .result-wrap .info-result__title::before {
	content: "";
	position: absolute;
	top: 37%;
	left: -95px;
	background-color: #BF836D;
	height: 2px;
	width: 70px;
}

@media screen and (max-width: 1320px) {
	.result .result-wrap .info-result__title::before {
		width: 50px;
		left: -65px;
	}
}

.result .result-wrap .info-result__text {
	font-size: 15px;
	line-height: 180%;
	color: #444444;
	max-width: 495px;
}

.result .result-wrap .info-result__text b {
	font-weight: 600;
	color: #000;
}

.price {
	background: #292929;
	position: relative;
}

@media screen and (max-width: 980px) {
	.price .right-line {
		z-index: -1;
	}
}

@media screen and (max-width: 520px) {
	.price .container {
		max-width: 100%;
	}
}

.price .price-bg {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
}

@media screen and (max-width: 980px) {
	.price .price-bg {
		width: 40%;
	}
}

@media screen and (max-width: 520px) {
	.price .price-bg {
		display: none;
	}
}

.price .price-bg img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.price .container-line {
	z-index: 1;
}

.price .container-line .left-line {
	z-index: -1;
}

.price .price-wrapper {
	padding: 112px 0px 0px;
	z-index: 2;
}

@media screen and (max-width: 780px) {
	.price .price-wrapper {
		padding: 60px 0px 0px;
	}
}

@media screen and (max-width: 520px) {
	.price .price-wrapper {
		padding: 40px 0px 0px;
	}
}

.price .price-title {
	margin-bottom: 57px;
}

@media screen and (max-width: 980px) {
	.price .price-title {
		max-width: 400px;
	}
}

@media screen and (max-width: 520px) {
	.price .price-title {
		max-width: 90%;
		margin: 0 auto 40px;
	}
}

.price .price-wrap {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 980px) {
	.price .price-wrap {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 520px) {
	.price .price-wrap {
		padding-top: 20px;
	}
}

.price .price-item {
	background: #fff;
	padding: 50px 30px 50px 55px;
	cursor: pointer;
	transition: all 0.3s;
}

.price .price-item:hover {
	background: #292929;
	transition: all 0.3s;
}

.price .price-item:hover .price-item__title, .price .price-item:hover ul li,
.price .price-item:hover .price-item__title, .price .price-item:hover .price-item__list li {
	color: #fff;
}

@media screen and (max-width: 1320px) {
	.price .price-item {
		padding: 30px 25px;
	}
}

@media screen and (max-width: 980px) {
	.price .price-item {
		width: 50%;
	}
}

@media screen and (max-width: 520px) {
	.price .price-item {
		width: 100%;
		padding: 20px 25px 15px;
	}
}

.price .price-item:last-child {
	background: #292929;
}

@media screen and (max-width: 980px) {
	.price .price-item:last-child {
		width: 100%;
	}
}

@media screen and (max-width: 520px) {
	.price .price-item:last-child {
		padding-top: 35px;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 980px) {
	.price .price-item:last-child ul,
	.price .price-item:last-child .price-item__list {
		min-height: unset;
		margin-bottom: 30px;
	}
}
.price .price-item:last-child ul li,
.price .price-item:last-child .price-item__title,
.price .price-item:last-child .price-item__list li {
	color: #fff;
}

.price .price-item:nth-child(2n) {
	padding-right: 52px;
}

@media screen and (max-width: 520px) {
	.price .price-item:nth-child(2n) {
		padding-bottom: 30px;
	}
}

.price .price-item:first-child {
	padding-right: 53px;
	border-right: 2px solid #E6E6E6;
}

@media screen and (max-width: 520px) {
	.price .price-item:first-child {
		border: none;
	}
}

.price .price-item__icon {
	min-height: 100px;
}

@media screen and (max-width: 520px) {
	.price .price-item__icon {
		min-height: 70px;
	}
}

@media screen and (max-width: 520px) {
	.price .price-item__icon img {
		max-width: 35px;
	}
}

.price .price-item__title {
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	text-transform: uppercase;
	color: #111111;
	margin-bottom: 20px;
}

@media screen and (max-width: 1320px) {
	.price .price-item__title {
		min-height: 50px;
	}
}

@media screen and (max-width: 520px) {
	.price .price-item__title {
		min-height: 30px;
	}
}

.price ul,
.price .price-item__list {
	margin-left: 20px;
	min-height: 192px;
}

@media screen and (max-width: 1020px) {
	.price ul,
	.price .price-item__list {
		min-height: 277px;
	}
}

@media screen and (max-width: 980px) {
	.price ul,
	.price .price-item__list {
		min-height: 240px;
	}
}

@media screen and (max-width: 520px) {
	.price ul,
	.price .price-item__list {
		min-height: unset;
		margin-bottom: 20px;
	}
}

.price ul li,
.price .price-item__list li {
	font-size: 15px;
	line-height: 160%;
	color: #444444;
	margin-bottom: 10px;
	position: relative;
}

.price ul li::before,
.price .price-item__list li::before {
	content: "";
	position: absolute;
	top: 6px;
	left: -20px;
	background-image: url(/wp-content/themes/deepcolor/img/icons/li.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 10px;
	height: 10px;
}

.price .price-item__current {
	color: #A67E6F;
	font-size: 24px;
}

.price .price-item__current span {
	font-size: 60px;
	line-height: 140%;
}

@media screen and (max-width: 1320px) {
	.price .price-item__current span {
		font-size: 40px;
		line-height: 120%;
	}
}

.price .price-order {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 780px) {
	.price .price-order {
		flex-direction: column;
	}
}

.price .price-colors {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #222222;
	padding: 60px 30px 60px 50px;
	width: 68%;
}

@media screen and (max-width: 1320px) {
	.price .price-colors {
		width: 68.5%;
	}
}

@media screen and (max-width: 980px) {
	.price .price-colors {
		padding: 30px 25px;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 780px) {
	.price .price-colors {
		width: 100%;
	}
}

@media screen and (max-width: 980px) {
	.price .price-colors__palitra {
		width: 5%;
	}
}

.price .price-colors__text {
	font-size: 22px;
	line-height: 160%;
	color: #FFFFFF;
	max-width: 495px;
}

@media screen and (max-width: 1320px) {
	.price .price-colors__text {
		margin-left: 30px;
	}
}

@media screen and (max-width: 980px) {
	.price .price-colors__text {
		width: 87%;
		font-size: 18px;
		line-height: 140%;
	}
}

@media screen and (max-width: 520px) {
	.price .price-colors__text {
		width: 83%;
	}
}

.price .price-colors__text span {
	cursor: pointer;
	color: #A67E6F;
	font-weight: 600;
	border-bottom: 1px dashed #A67E6F;
}

.price .price-colors__text span:hover {
	color: #BF836D;
	transition: all 0.3s;
}

@media screen and (max-width: 1320px) {
	.price .price-colors__arrow {
		width: 120px;
	}
}

@media screen and (max-width: 980px) {
	.price .price-colors__arrow {
		width: 150px;
		margin-top: 15px;
		margin-left: auto;
	}
}

@media screen and (max-width: 780px) {
	.price .price-colors__arrow {
		display: none;
	}
}

.price .price-btn {
	background: #A67E6F;
	width: 32%;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 1320px) {
	.price .price-btn {
		width: 31.5%;
	}
}

@media screen and (max-width: 780px) {
	.price .price-btn {
		width: 100%;
		padding: 30px 0px;
	}
}

.price .price-btn button {
	padding: 20px 30px;
}

@media screen and (max-width: 1320px) {
	.price .price-btn button {
		padding: 20px 15px;
	}
}

@media screen and (max-width: 980px) {
	.price .price-btn button {
		width: 80%;
	}
}

.garanty {
	position: relative;
}

.garanty .garanty-wrap {
	padding: 117px 0px 0px;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 980px) {
	.garanty .garanty-wrap {
		flex-direction: column;
	}
}

@media screen and (max-width: 780px) {
	.garanty .garanty-wrap {
		padding: 60px 0px 0px;
	}
}

@media screen and (max-width: 520px) {
	.garanty .garanty-wrap {
		padding: 40px 0px 0px;
	}
}

.garanty .garanty-bg {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 38%;
	background: #F2F2F2;
	height: 100%;
}

@media screen and (max-width: 980px) {
	.garanty .garanty-bg {
		z-index: -1;
	}
}

.garanty .garanty-info {
	width: 50%;
}

@media screen and (max-width: 980px) {
	.garanty .garanty-info {
		width: 100%;
	}
}

.garanty .garanty-title {
	margin-bottom: 57px;
}

.garanty .garanty-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 38px;
	margin-left: 40px;
}

@media screen and (max-width: 780px) {
	.garanty .garanty-item {
		margin-left: 0px;
	}
}

.garanty .garanty-item__lines {
	min-width: 20px;
}

.garanty .garanty-item__wrap {
	margin-left: 15px;
	max-width: 420px;
}

.garanty .garanty-item__title {
	font-weight: 600;
	font-size: 17px;
	line-height: 140%;
	color: #111111;
	margin-bottom: 15px;
}

.garanty .garanty-item__text {
	font-size: 15px;
	line-height: 160%;
	color: #444444;
}

.garanty .garanty-director {
	width: 50%;
	position: relative;
}

@media screen and (max-width: 1320px) {
	.garanty .garanty-director {
		margin-top: auto;
	}
}

@media screen and (max-width: 980px) {
	.garanty .garanty-director {
		width: 100%;
	}
}

.garanty .garanty-director__photo img {
	width: 80%;
	margin-top: -110px;
	margin-left: -44px;
}

@media screen and (max-width: 1320px) {
	.garanty .garanty-director__photo img {
		margin-top: 0px;
	}
}

@media screen and (max-width: 980px) {
	.garanty .garanty-director__photo img {
		margin-left: 0px;
		width: 50%;
	}
}

@media screen and (max-width: 780px) {
	.garanty .garanty-director__photo img {
		width: 54%;
		transform: translateX(-40px);
	}
}

@media screen and (max-width: 520px) {
	.garanty .garanty-director__photo img {
		width: 75%;
	}
}

.garanty .comment-garanty {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
}

@media screen and (max-width: 1320px) {
	.garanty .comment-garanty {
		top: -70px;
	}
}

@media screen and (max-width: 980px) {
	.garanty .comment-garanty {
		top: 0px;
	}
}

.garanty .comment-garanty__quotes {
	margin-bottom: 14px;
}

@media screen and (max-width: 780px) {
	.garanty .comment-garanty__quotes {
		width: 45px;
	}
}

.garanty .comment-garanty__text {
	font-size: 20px;
	line-height: 170%;
	text-align: right;
	color: #111111;
	margin-bottom: 30px;
	max-width: 285px;
	font-style: italic;
}

@media screen and (max-width: 520px) {
	.garanty .comment-garanty__text {
		max-width: 210px;
	}
}

.garanty .comment-garanty__name {
	display: block;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	text-align: right;
	color: #111111;
	margin-bottom: 7px;
}

.garanty .comment-garanty__who {
	display: block;
	font-size: 13px;
	line-height: 160%;
	text-align: right;
	color: #888888;
}

.certification {
	background: #F2F2F2;
}

.certification .owl-carousel {
	position: unset !important;
}

.certification .owl-carousel .owl-nav {
	display: flex;
	position: absolute;
	left: 62px;
	bottom: 70px;
}

@media screen and (max-width: 780px) {
	.certification .owl-carousel .owl-nav {
		bottom: 40px;
		left: 0px;
	}
}

.certification .owl-carousel .owl-nav button {
	margin: 5px 0px 0px 10px;
}

@media screen and (max-width: 780px) {
	.certification .owl-carousel .owl-nav button {
		margin: 0px 10px 0px 0px;
	}
}

.certification .owl-carousel .owl-nav button.owl-prev {
	background-image: url(/wp-content/themes/deepcolor/img/examples/prev-arrow.svg);
	background-size: 50%;
	width: 60px;
	height: 60px;
	border: 2px solid #BF836D;
	background-repeat: no-repeat;
	border-radius: 0px;
	background-position: center;
	transition: all 0.2s;
}

@media screen and (max-width: 780px) {
	.certification .owl-carousel .owl-nav button.owl-prev {
		width: 45px;
		height: 45px;
	}
}

.certification .owl-carousel .owl-nav button.owl-prev:hover {
	background-color: #BF836D;
	background-image: url(/wp-content/themes/deepcolor/img/examples/wprev-arrow.svg);
	transition: all 0.2s;
}

.certification .owl-carousel .owl-nav button.owl-next {
	background-image: url(/wp-content/themes/deepcolor/img/examples/next-arrow.svg);
	background-size: 50%;
	width: 60px;
	height: 60px;
	border: 2px solid #BF836D;
	background-repeat: no-repeat;
	border-radius: 0px;
	background-position: center;
	transition: all 0.2s;
}

@media screen and (max-width: 780px) {
	.certification .owl-carousel .owl-nav button.owl-next {
		width: 45px;
		height: 45px;
	}
}

.certification .owl-carousel .owl-nav button.owl-next:hover {
	background-color: #BF836D;
	background-image: url(/wp-content/themes/deepcolor/img/examples/wnext-arrow.svg);
	transition: all 0.2s;
}

.certification .certification-wrap {
	display: flex;
	align-items: flex-start;
	padding: 72px 0px 107px;
	position: relative;
}

@media screen and (max-width: 780px) {
	.certification .certification-wrap {
		padding: 60px 0px 130px;
		flex-direction: column;
	}
}

.certification .certification-title {
	font-size: 20px;
	line-height: 160%;
	color: #111111;
	position: relative;
	margin-left: 74px;
}

.certification .certification-title::before {
	content: "";
	position: absolute;
	top: 37%;
	left: -74px;
	background-color: #BF836D;
	height: 2px;
	width: 54px;
}

.certification .certification-slider {
	width: 66%;
	margin-left: auto;
	margin-top: 10px;
}

@media screen and (max-width: 980px) {
	.certification .certification-slider {
		width: 60%;
	}
}

@media screen and (max-width: 780px) {
	.certification .certification-slider {
		width: 100%;
		margin-left: 0px;
		margin-top: 30px;
	}
}

.bg-section img {
	width: 100%;
	object-fit: cover;
}

@media screen and (max-width: 520px) {
	.bg-section img {
		height: 250px;
	}
}

.tabs-wrapper .active {
	color: #A67E6F;
}

.tab_item {
	display: none;
}

.tab_item:first-child {
	display: block;
}

.questions {
	position: relative;
}

@media screen and (max-width: 780px) {
	.questions .container {
		max-width: 100%;
	}
}

.questions .tabs-wrapper {
	display: flex;
	justify-content: space-between;
	padding: 115px 0px 127px;
}

@media screen and (max-width: 780px) {
	.questions .tabs-wrapper {
		padding: 60px 0px 0px;
		flex-direction: column;
	}
}

.questions .questions-black {
	width: 60%;
	background-color: #292929;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}

@media screen and (max-width: 780px) {
	.questions .questions-black {
		width: 100%;
	}
}

.questions .questions-black::after {
	content: "";
	position: absolute;
	border: 20px solid transparent;
	border-right: 20px solid #fff;
	top: 230px;
	right: -2px;
}

@media screen and (max-width: 780px) {
	.questions .questions-black::after {
		display: none;
	}
}

.questions .tabs {
	margin-top: 60px;
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 780px) {
	.questions .tabs {
		margin-top: 40px;
	}
}

.questions .tabs .tab {
	font-weight: 600;
	font-size: 18px;
	line-height: 160%;
	color: #FFFFFF;
	padding: 15px 0px;
	border-top: 1px solid rgba(182, 182, 182, 0.2);
	cursor: pointer;
	transition: all 0.2s;
}

.questions .tabs .tab:last-child {
	border-bottom: 1px solid rgba(182, 182, 182, 0.2);
}

.questions .tabs .tab:hover {
	color: #BF836D;
	transition: all 0.2s;
}

.questions .tabs .active {
	color: #A67E6F;
}

.questions .questions-wrap {
	width: 55%;
}

@media screen and (max-width: 780px) {
	.questions .questions-wrap {
		max-width: 85%;
		width: 100%;
		margin: 0 auto;
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 520px) {
	.questions .questions-wrap {
		max-width: 90%;
	}
}

.questions .answers-wrap {
	width: 29%;
	padding-bottom: 80px;
}

@media screen and (max-width: 1320px) {
	.questions .answers-wrap {
		width: 32%;
	}
}

@media screen and (max-width: 780px) {
	.questions .answers-wrap {
		background-color: #fff;
		width: 100%;
	}
}

.questions .answers-wrap .title {
	position: relative;
}

@media screen and (max-width: 780px) {
	.questions .answers-wrap .title {
		max-width: 85%;
		margin: 40px auto 0px;
	}
}

@media screen and (max-width: 520px) {
	.questions .answers-wrap .title {
		max-width: 90%;
	}
}

.questions .answers-wrap .title::after {
	content: "";
	position: absolute;
	top: -2px;
	right: 0px;
	background-image: url(/wp-content/themes/deepcolor/img/icons/quotes.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 70px;
	height: 50px;
}

@media screen and (max-width: 980px) {
	.questions .answers-wrap .title::after {
		width: 50px;
		height: 36px;
		right: -15px;
	}
}

@media screen and (max-width: 520px) {
	.questions .answers-wrap .title::after {
		right: 0px;
	}
}

.questions .answers-wrap p {
	font-size: 20px;
	line-height: 170%;
	color: #444444;
}

.questions .answers-wrap .owl-carousel .owl-nav {
	display: flex;
	position: absolute;
	left: 0px;
	bottom: -190px;
}

@media screen and (max-width: 780px) {
	.questions .answers-wrap .owl-carousel .owl-nav {
		bottom: -90px;
	}
}

.questions .answers-wrap .owl-carousel .owl-nav button {
	margin: 5px 10px 0px 0px;
}

.questions .answers-wrap .owl-carousel .owl-nav button.owl-prev {
	background-image: url(/wp-content/themes/deepcolor/img/examples/prev-arrow.svg);
	background-size: 50%;
	width: 60px;
	height: 60px;
	border: 2px solid #BF836D;
	background-repeat: no-repeat;
	border-radius: 0px;
	background-position: center;
	transition: all 0.2s;
}

@media screen and (max-width: 780px) {
	.questions .answers-wrap .owl-carousel .owl-nav button.owl-prev {
		width: 45px;
		height: 45px;
	}
}

.questions .answers-wrap .owl-carousel .owl-nav button.owl-prev:hover {
	background-color: #BF836D;
	background-image: url(/wp-content/themes/deepcolor/img/examples/wprev-arrow.svg);
	transition: all 0.2s;
}

.questions .answers-wrap .owl-carousel .owl-nav button.owl-next {
	background-image: url(/wp-content/themes/deepcolor/img/examples/next-arrow.svg);
	background-size: 50%;
	width: 60px;
	height: 60px;
	border: 2px solid #BF836D;
	background-repeat: no-repeat;
	border-radius: 0px;
	background-position: center;
	transition: all 0.2s;
}

@media screen and (max-width: 780px) {
	.questions .answers-wrap .owl-carousel .owl-nav button.owl-next {
		width: 45px;
		height: 45px;
	}
}

.questions .answers-wrap .owl-carousel .owl-nav button.owl-next:hover {
	background-color: #BF836D;
	background-image: url(/wp-content/themes/deepcolor/img/examples/wnext-arrow.svg);
	transition: all 0.2s;
}

.questions .tab_content {
	margin-top: 40px;
}

@media screen and (max-width: 780px) {
	.questions .tab_content {
		max-width: 85%;
		margin: 40px auto 60px;
	}
}

@media screen and (max-width: 520px) {
	.questions .tab_content {
		max-width: 90%;
	}
}

.discussion .discussion-wrap {
	display: flex;
	justify-content: space-between;
	padding: 105px 0px 75px;
}

@media screen and (max-width: 780px) {
	.discussion .discussion-wrap {
		padding: 60px 0px;
		flex-direction: column;
	}
}

@media screen and (max-width: 520px) {
	.discussion .discussion-wrap {
		padding: 40px 0px;
	}
}

.discussion .discussion-info {
	width: 55%;
}

@media screen and (max-width: 780px) {
	.discussion .discussion-info {
		width: 100%;
		margin-bottom: 30px;
	}
}

.discussion .discussion-info .discussion-title {
	margin-bottom: 35px;
}

.discussion .discussion-info .discussion-subtitle {
	font-size: 20px;
	line-height: 140%;
	color: #444444;
	max-width: 420px;
	margin-left: 74px;
}

.discussion .discussion-form {
	width: 32%;
}

@media screen and (max-width: 1320px) {
	.discussion .discussion-form {
		width: 40%;
	}
}

@media screen and (max-width: 780px) {
	.discussion .discussion-form {
		width: 100%;
	}
}

.discussion .discussion-form div#discussion-form {
	margin-top: 40px;
}

.discussion .discussion-form__info {
	font-size: 16px;
	line-height: 180%;
	color: #444444;
	max-width: 340px;
}

.discussion .discussion-form__info a {
	margin: 0px 0px 0px 10px;
	outline: none;
}

.discussion .discussion-form input {
	width: 100%;
	display: block;
	margin-bottom: 35px;
	text-transform: initial;
}

.discussion .discussion-form input::placeholder {
	color: #111111;
	text-transform: uppercase;
}

.discussion .discussion-form .discussion-form__btn {
	border: none;
	padding: 20px;
	width: 91%;
}

@media screen and (max-width: 780px) {
	.discussion .discussion-form .discussion-form__btn {
		width: 100%;
	}
}

.discussion .discussion-form__text {
	display: block;
	font-size: 12px;
	line-height: 180%;
	color: #888888;
	margin-top: 28px;
}

.discussion .discussion-form__text a {
	color: #A67E6F;
	transition: all 0.2s;
}

.discussion .discussion-form__text a:hover {
	color: #BF836D;
	transition: all 0.2s;
}

.footer {
	background: #292929;
}

.footer .footer-wrap {
	display: flex;
	justify-content: space-between;
	padding: 50px 0px;
	position: relative;
}

@media screen and (max-width: 780px) {
	.footer .footer-wrap {
		flex-direction: column;
	}
}

@media screen and (max-width: 520px) {
	.footer .footer-wrap {
		padding: 40px 0px 30px;
	}
}

.footer .footer-socail {
	position: absolute;
	top: 90px;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 980px) {
	.footer .footer-socail {
		top: 70px;
	}
}

@media screen and (max-width: 780px) {
	.footer .footer-socail {
		position: relative;
		transform: unset;
		top: 0px;
		left: 0px;
		margin: 30px 0px 15px;
	}
}

.footer .footer-socail a {
	margin: 0 15px;
}

@media screen and (max-width: 780px) {
	.footer .footer-socail a {
		margin: 0px 25px 0px 0px;
	}
}

.footer .footer-socail svg:hover path {
	stroke: #BF836D;
	transition: 0.2s;
}

.footer .footer-socail svg:hover circle, .footer .footer-socail svg:hover rect {
	stroke: #BF836D;
	transition: 0.2s;
}

.footer .footer-info svg:hover path {
	fill: #BF836D;
	transition: 0.2s;
}

.footer .footer-info a {
	outline: none;
}

.footer .footer-info__adress {
	font-size: 14px;
	line-height: 160%;
	color: #FFFFFF;
	text-align: right;
}

@media screen and (max-width: 780px) {
	.footer .footer-info__adress {
		text-align: left;
		margin-bottom: 15px;
	}
}

.footer .footer-info__email {
	display: block;
	text-align: right;
	font-size: 14px;
	line-height: 160%;
	text-decoration-line: underline;
	color: #A67E6F;
	transition: all 0.2s;
}

@media screen and (max-width: 780px) {
	.footer .footer-info__email {
		text-align: left;
	}
}

.footer .footer-info__email:hover {
	color: #BF836D;
	transition: all 0.2s;
}

.footer .social-footer {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.footer .social-footer__icon {
	margin: -5px 15px 0px 0px;
}

.footer .social-footer__tel {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	text-align: right;
	color: #FFFFFF;
	transition: all 0.2s;
	margin-bottom: 10px;
}

.footer .social-footer__tel:hover {
	color: #BF836D;
	transition: all 0.2s;
}

.footer .footer-bottom {
	padding: 18px 0px 30px;
	border-top: 1px solid #333333;
	position: relative;
}

.footer .footer-bottom__copywrite {
	font-size: 14px;
	line-height: 160%;
	color: #999999;
}

.footer .footer-bottom__politicy {
	font-size: 14px;
	line-height: 160%;
	text-decoration-line: underline;
	color: #999999;
	transition: all 0.2s;
	position: absolute;
	top: 28px;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 980px) {
	.footer .footer-bottom__politicy {
		max-width: 200px;
		text-align: center;
	}
}

@media screen and (max-width: 780px) {
	.footer .footer-bottom__politicy {
		position: relative;
		top: 0px;
		left: 0px;
		transform: unset;
		max-width: unset;
		margin: 15px 0px;
		text-align: left;
	}
}

.footer .footer-bottom__politicy:hover {
	color: #BF836D;
	transition: all 0.2s;
}

.footer .footer-bottom__dev {
	font-size: 14px;
	line-height: 160%;
	text-align: right;
	color: #999999;
}

@media screen and (max-width: 980px) {
	.footer .footer-bottom__dev {
		max-width: 200px;
	}
}

@media screen and (max-width: 780px) {
	.footer .footer-bottom__dev {
		max-width: unset;
		text-align: left;
	}
}

.footer .footer-bottom__dev a {
	color: #A67E6F;
	text-decoration: underline;
	transition: all 0.2s;
}

.footer .footer-bottom__dev a:hover {
	color: #BF836D;
	transition: all 0.2s;
}

.footer .footer-wrapper {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 780px) {
	.footer .footer-wrapper {
		flex-direction: column;
	}
}

.overlay, .overlay-back, .overlay-colors {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	display: none;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 9999;
}

.popup, .popup-back, .popup-colors {
	position: absolute;
	width: 500px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 40px 50px;
	box-sizing: border-box;
	background: #fff;
}

@media screen and (max-width: 780px) {
	.popup, .popup-back, .popup-colors {
		width: 85%;
		padding: 30px;
	}
}

@media screen and (max-width: 520px) {
	.popup, .popup-back, .popup-colors {
		width: 90%;
		padding: 25px;
	}
}

.close-popup, .close-popup__back, .close-popup__colors {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 23px;
	height: 23px;
	cursor: pointer;
}

@media screen and (max-width: 780px) {
	.close-popup, .close-popup__back, .close-popup__colors {
		top: 20px;
	}
}

.close-popup:before, .close-popup__back::before, .close-popup__colors::before {
	content: '';
	background-color: #BF836D;
	position: absolute;
	height: 1px;
	width: 20px;
	top: 11px;
	left: -4px;
	transform: rotate(-45deg);
}

.close-popup:after, .close-popup__back::after, .close-popup__colors::after {
	content: '';
	background-color: #BF836D;
	position: absolute;
	height: 1px;
	width: 20px;
	top: 11px;
	transform: rotate(45deg);
	left: -4px;
}

.popup .popup-title, .popup-back .popup-title, .popup-colors .popup-title {
	font-size: 32px;
	line-height: 120%;
	color: #111111;
	margin-bottom: 25px;
}

@media screen and (max-width: 780px) {
	.popup .popup-title, .popup-back .popup-title, .popup-colors .popup-title {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 20px;
	}
}

.popup .popup-subtitle, .popup-back .popup-subtitle, .popup-colors .popup-subtitle {
	font-size: 16px;
	line-height: 180%;
	color: #444444;
	margin-bottom: 20px;
}

.popup .input-custom, .popup-back .input-custom, .popup-colors .input-custom {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	text-transform: initial;
}

.popup .input-custom::placeholder, .popup-back .input-custom::placeholder, .popup-colors .input-custom::placeholder {
	color: #111111;
	text-transform: uppercase;
}

.popup input[type="date"]::-webkit-calendar-picker-indicator, .popup-back input[type="date"]::-webkit-calendar-picker-indicator, .popup-colors input[type="date"]::-webkit-calendar-picker-indicator {
	color: rgba(0, 0, 0, 0);
	opacity: 1;
	display: block;
	background: url(/wp-content/themes/deepcolor/img/icons/calender.svg) no-repeat;
	width: 20px;
	height: 20px;
	border-width: thin;
	cursor: pointer;
}

.popup .popup-datatime, .popup-back .popup-datatime, .popup-colors .popup-datatime {
	width: 100%;
	display: block;
	margin-bottom: 30px;
	border: none;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 0px;
}

.popup .popup-btn, .popup-back .popup-btn, .popup-colors .popup-btn {
	border: none;
	width: 100%;
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 21px;
	padding: 20px;
}

.popup .popup-info, .popup-back .popup-info, .popup-colors .popup-info {
	font-size: 12px;
	line-height: 160%;
	color: #888888;
}

.popup .popup-info a, .popup-back .popup-info a, .popup-colors .popup-info a {
	color: #A67E6F;
	text-decoration: underline;
	transition: all 0.2s;
}

.popup .popup-info a:hover, .popup-back .popup-info a:hover, .popup-colors .popup-info a:hover {
	color: #BF836D;
	transition: all 0.2s;
}

.popup-colors {
	text-align: center;
}

.popup-colors img {
	width: 85%;
	margin: 0 auto;
}

@media screen and (max-width: 780px) {
	.popup-colors img {
		width: 100%;
	}
}

#menu__toggle, .menu__item_mob {
	display: none;
}

@media screen and (max-width: 780px) {
	.header-wrap {
		position: relative;
	}
	.main .header .header-menu__list {
		display: block;
		padding-left: 25px;
		padding-right: 25px;
	}
	.header-text p {
		color: #fff;
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 30px;
	}
	.header-social {
		display: flex;
		margin-bottom: 20px;
	}
	.main .header .header-phone {
		margin: 0px 0px 20px;
	}
	.main .header .header-call {
		padding: 15px 10px;
		width: 100%;
		margin-top: 50px;
	}
	.menu__item_mob, .main .header .header-call {
		display: block;
	}
	.header-logo {
		z-index: 999;
	}
	#menu__toggle {
		opacity: 0;
		display: block;
	}
	.header-logo.fixed {
		position: fixed;
		top: 30px;
		left: 30px;
	}
	#menu__toggle:checked~.menu__btn {
		position: fixed;
		right: 57px;
	}
	#menu__toggle:checked~.menu__btn>span {
		transform: rotate(45deg);
	}
	#menu__toggle:checked~.menu__btn>span::before {
		top: 0;
		transform: rotate(0);
	}
	#menu__toggle:checked~.menu__btn>span::after {
		top: 0;
		transform: rotate(90deg);
	}
	#menu__toggle:checked~.menu__box {
		visibility: visible;
		left: 0;
	}
	.menu__btn {
		display: flex;
		align-items: center;
		position: absolute;
		top: 35px;
		right: 0px;
		width: 33px;
		height: 26px;
		cursor: pointer;
		z-index: 999;
	}
	.menu__btn>span, .menu__btn>span::before, .menu__btn>span::after {
		display: block;
		position: absolute;
		width: 100%;
		height: 4px;
		border-radius: 2px;
		background-color: #fff;
		transition-duration: .25s;
	}
	.menu__btn>span::before {
		content: '';
		top: -8px;
	}
	.menu__btn>span::after {
		content: '';
		top: 8px;
	}
	.menu__box {
		display: block;
		position: fixed;
		visibility: hidden;
		top: 0;
		left: -100%;
		width: 300px;
		height: 100%;
		margin: 0;
		padding: 110px 0 100px;
		list-style: none;
		background: #292929;
		box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
		transition-duration: .25s;
		z-index: 99;
	}
	.menu__item {
		display: block;
		font-size: 20px;
		font-weight: 600;
		text-decoration: none;
		transition-duration: .25s;
	}
}

@media screen and (max-width: 520px) {
	#menu__toggle:checked~.menu__btn {
		right: 18px;
	}
}

.img-wrapper {
	position: relative;
	margin-top: 15px;
}

.img-wrapper img {
	width: 100%;
}

.img-overlay {
	background: rgba(166, 126, 111, 0.6);
	width: 100%;
	height: 99%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	cursor: pointer;
}

.img-overlay img {
	max-width: 30px;
}

#overlay {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#overlay img {
	margin: 0;
	width: 80%;
	height: auto;
	object-fit: contain;
	padding: 5%;
}

@media screen and (min-width: 768px) {
	#overlay img {
		width: 60%;
	}
}

@media screen and (min-width: 1200px) {
	#overlay img {
		width: 36%;
	}
}

#nextButton {
	transition: opacity 0.8s;
}

@media screen and (max-width: 520px) {
	#nextButton {
		width: 35px;
		height: 35px;
	}
}

#nextButton:hover {
	opacity: 0.7;
}

#prevButton {
	transition: opacity 0.8s;
}

@media screen and (max-width: 520px) {
	#prevButton {
		width: 35px;
		height: 35px;
	}
}

#prevButton:hover {
	opacity: 0.7;
}

#exitButton {
	width: 35px;
	height: 35px;
	transition: opacity 0.8s;
	position: absolute;
	top: 15px;
	right: 15px;
	background-image: url(/wp-content/themes/deepcolor/img/icons/close-icon.svg);
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}

@media screen and (max-width: 520px) {
	#exitButton {
		width: 25px;
		height: 25px;
	}
}

#exitButton:hover {
	opacity: 0.7;
}

@media screen and (min-width: 768px) {
	#exitButton {
		font-size: 3em;
	}
}

/* FORM STYLES */

input.valid-error {
	border-bottom: 1px solid red;
	color: red;
}

input.valid-error::placeholder {
	color: red;
}

input.valid-success {
	border-bottom: 1px solid green;
	color: green;
}

input.valid-success::placeholder {
	color: green;
}

/* SUCCESS PAGE */

#success {
	text-align: center;
}

#success h1 {
	margin-top: 50px;
	color: #000000;
    font-size: 100px;
    font-weight: 500;
}

#success h2 {
	margin-top: 20px;
	color: #000000;
    font-size: 18px;
}

#success a {
	margin-top: 50px;
	color: #000000;
	font-size: 14px;
	border-width: 2px;
	border-color: #000000;
	border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	padding: 15px 15px;
}

.editor-content{
	padding: 16px 0;
	line-height: 1.5;
}

.editor-content .btn-outline{
	margin-top: 50px;
	color: #000000;
	font-size: 14px;
	border-width: 2px;
	border-color: #000000;
	border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	padding: 15px 15px;
}

.editor-content h1{
	margin: 40px 0;
	color: #000000;
    font-size: 40px;
    font-weight: 700;

}

.editor-content h2{
	margin: 20px 0;
	color: #000000;
    font-size: 18px;
	font-weight: 600;
}

.editor-content h3{
	margin: 15px 0;
	color: #000000;
    font-size: 18px;
	font-weight: 500;
}

.editor-content p{
	font-size: 16px;
	margin: 10px 0;
}

#privacy{
	padding: 50px 16px;
}

/* ENDSUCCESS PAGE */


/* END FORM STYLES */

/* 
 * Contact Form 7 
 **/

.wpcf7-not-valid-tip,
.ajax-loader {
	display: none !important;
}

#datetime,
#back-btn,
#form-calc-btn,
#discussion-btn {
	margin-top: 20px;
}

/*# sourceMappingURL=style.css.map */