@font-face {
  font-family: 'Montserrat';
  src: url("./assets/fonts/Montserrat-Bold.woff2") format("woff2"), url("./assets/fonts/Montserrat-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url("./assets/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("./assets/fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url("./assets/fonts/Montserrat-Medium.woff2") format("woff2"), url("./assets/fonts/Montserrat-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Montserrat-Regular';
  src: url("./assets/fonts/Montserrat-Regular.woff2") format("woff2"), url("./assets/fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("./assets/fonts/OpenSans-Regular.woff2") format("woff2"), url("./assets/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Architects-Daughter-V2';
  src: url("./assets/fonts/Architects-Daughter-V2.woff2") format("woff2"), url("./assets/fonts/Architects-Daughter-V2.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'permanent-marker-regular';
  src: url("./assets/fonts/permanent-marker-regular.woff2") format("woff2"), url("./assets/fonts/permanent-marker-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



html {
	margin-top: 0 !important;
}	

.sh-box {
  display: flex;
  flex-direction: row !important;
  justify-content: center;
  background: #fff;
}

.sh-pages {
  margin: 0;
  padding: 0;
  font: 18px/1.2 "London-Bold";
  width: 300px;
}

.sh-pages a {
  display: block;
  padding: 5px;
}

.sh-pages a:hover {
  text-decoration: underline;
}

.mfp-bg {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: auto !important;
  height: auto !important;
}

.mfp-wrap {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow-x: hidden;
  overflow-y: auto;
}

a, button {
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  color: inherit;
  cursor: pointer;
}

a:hover, button:hover {
  text-decoration: none;
}

a:focus, button:focus {
  outline: 0;
}

button {
  padding: 0;
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}

img.size-full {
  width: 100%;
}

ul {
  margin: 0px 0px 0px 20px;
  padding: 0;
  list-style: none;
}

ul a {
  display: inline-block;
}

input, textarea {
  outline: none;
  box-shadow: none !important;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: 1;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:focus {
  box-shadow: none;
}

b, strong {
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

a, img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html, body {
  min-height: 100%;
  overflow-x: hidden;
}

html {
  height: 100vh;
  background: #fff;
}

html.body_fixed {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

body {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	min-width: 320px;
	min-height: 100%;
    font-family: Montserrat, sans-serif;
	font-size: 17px;
	line-height: 1.42;
	color: #000;
	/*background: url("./assets/img/body-bg.jpg") repeat center top;*/
	background: url(./assets/img/body-restore.jpg) repeat center top;
	overflow-x: hidden;
}

html {
  margin-top: 0 !important;
}

@media (max-width: 782px) {

}

/*-------------------------------------------------------------- begin Webatom ---------------------------------------------------------------------------------------------------*/

.breadcrumbs
{
	padding: 0px 0px 100px 0px;
	width:100%;
}

.cases-template-case .breadcrumbs
{
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

.post-template-blog-page .breadcrumbs,
.news-template-news-page .breadcrumbs
{
	margin: 100px auto 0px auto;
}

.page-template-city .breadcrumbs
{
	margin: 0px auto 0px auto;
}

.breadcrumbs-wrapper
{
    margin: 0px auto;
    color: #000;
    width: 1200px;
}

.breadcrumbs-wrapper ul
{
	display:flex;
	flex-wrap:wrap;
	gap:15px;
	padding: 0px 5px;
	margin:0px;
	transform: rotate(-0.5deg);
}

.breadcrumbs-wrapper ul li
{
	font-size:14px;
	font-weight:100;
	line-height:14px;
	font-family: 'Montserrat-Regular';
}

.section.sh1
{
	position: relative;
	padding-bottom:150px;
	margin:100px auto 0px auto;
	color:#000;
	display:block;
	width: 1200px;
}

.home .section.sh1
{
	padding-bottom:50px;
}

.page-template-service .section.sh1
{
	padding-bottom:10px;
}

body.location-template .section.sh1
{
	padding-bottom:10px;
}

.front-top
{
position: relative;
z-index:2;
width: 78%;
margin: 0px auto;
}

.front-top .container-fluid {
    padding-left: 0vw !important;
    padding-right: 0vw !important;
}

.home #under-head
{
	position:relative;
	min-height:600px;
}

.home #under-head .wrapper
{
	margin:0px 0px 50px 0px;
}

.home #head-img
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align:right;
}

.home #head-img img
{
	height:450px;
	width:550px;
	object-fit:cover;
	max-height: 650px;
	margin:50px 0px 0px 0px;
}

.home #head-conteiner
{
	position:relative;
	width:100%;
	top:90px;
	margin:0px 0px 0px 0px;
}

.home #head-title
{
	width: 50%;
	margin:0px 0px 50px 0px;
}

section h1 {
  font-size: 50px;
}

.home #head-title h1
{
    font-family: 'permanent-marker-regular', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 50px;
	line-height: 60px;
	text-transform: capitalize;
	color: #1F5152;
	text-shadow: 1px 1px 1px #FFFFFF;
	margin:0px;
}

.home #head-undertitle
{
	width: 50%;
	margin:0px 0px 50px 0px;
}

.home #head-undertitle h2
{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: #333333;	
}

#head-undertitle h2 strong {
    font-weight: 400;
}

.home #head-shedule button
{
	width: 350px;
	height: 66px;
	background: #1F5152;
	font-family: 'Architects-Daughter-V2';
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 140%;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.home #head-shedule button:hover
{
	background: #32343A;
}

.ss-botton
{
	width:230px;
	position:absolute;
	top:249px;
	right:276px;
	display:flex;
}

.ssb-left
{
	width:70%;
	display:flex;
	flex-direction:column;
	margin: -11px 0px 0px 0px;
}

.btext
{
	color:#B6F2F9;
	font-size:16px;
	animation: sway 2s ease-in-out infinite;
}

@keyframes sway {
  0% { transform: translateX(0px); }
  50% { transform: translateX(10px); }
  100% { transform: translateX(0px); }
}

.rbtext,
.pbtext
{
	color:#B6F2F9;
	font-size:16px;
	animation: sway2 2s ease-in-out infinite;
}

@keyframes sway2 {
  0% { transform: translateX(0px); }
  50% { transform: translateX(-10px); }
  100% { transform: translateX(0px); }
}

.bline,
.rbline,
.pbline
{
	border-bottom:1px solid #B6F2F9;
}

.ssb-right
{
	width:30%;
}

.bround
{
	width:24px;
	height:24px;
	border:2px solid #B6F2F9;
	border-radius:50%;
	position:relative;
}

.rs-botton
{
	width:170px;
	position:absolute;
    top: 378px;
    right: 536px;
	display:flex;	
}

.rsb-left
{
	width:14%;	
}

.rbround
{
	width:22px;
	height:22px;
	border:2px solid #B6F2F9;
	border-radius:50%;
	position: relative;
}

.rsb-right
{
	width:90%;
	display:flex;
	flex-direction:column;
	text-align:right;
	margin: -11px 0px 0px 0px;
}

.ps-botton
{
	width:200px;
	position:absolute;
    top: 500px;
    right: 145px;
	display:flex;	
}

.psb-left
{
	width:14%;	
}

.pbround
{
	width:27px;
	height:27px;
	border:2px solid #B6F2F9;
	border-radius:50%;
	position: relative;
}

.psb-right
{
	width:86%;
	display:flex;
	flex-direction:column;
	text-align:right;
	margin: -11px 0px 0px 0px;
}

.cabinet-restoration-text .wrapper,
.servicedescription-text .wrapper,
.related-services .wrapper,
.experts-content .wrapper
{
width: 78%;
margin: 0px auto;
max-width:1200px;
padding:0px 0px 50px 0px;	
}

.related-services .wrapper h2
{
	color: #333;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
    margin: 0px 0px 30px 0px;
	text-align:center;
}

.text-cabinet-restoration,
.text-serv-desc,
.related-services .wrapper p,
.experts-content .wrapper,
.our-services-text,
.our-services-text p
{
    font-family: 'Architects-Daughter-V2';
    font-weight: 500;
    color: #333;
    font-size: 18px;
    line-height: 28px;
}

.text-cabinet-restoration strong,
.text-cabinet-restoration a,
.text-serv-desc strong,
.text-serv-desc a,
.related-services .wrapper p a,
.related-services .wrapper p strong,
.experts-content .wrapper a,
.experts-content .wrapper strong,
.our-services-text strong,
.our-services-text p strong,
.our-services-text p a
{
	font-weight:700;
}

#restorekitchen-benefits .wrapper
{
width: 78%;
margin: 0px auto;
max-width:1400px;
min-height: 370px;
padding:100px 0px;
}

#restorekitchen-benefits .wrapper ul.benul
{
	width:100%;
	padding:50px 0px 100px 50px;
	margin: 0px auto;
	display: flex;
	gap:20px;
}

#restorekitchen-benefits ul.benul li
{
	text-align:center;
}

#restorekitchen-benefits ul.benul li .ben-title
{
	font-family: 'permanent-marker-regular', sans-serif;
    font-size: 50px;
    font-weight: 100;
    line-height: 50px;
	color: #333;
}

#restorekitchen-benefits ul.benul li .ben-text
{
	width:100%;
	margin:0px auto;
	font-family: 'Montserrat-Regular';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #000000;
}

#restorekitchen-benefits ul.benul li .ben-text span
{
	font-weight:700;
	font-family: 'Montserrat';
}

#trusted .wrapper
{
	width: 78%;
	margin: 0px auto;
	max-width:1400px;
	min-height: 800px;
	padding:100px 0px 0px 0px;
	border-top:1px solid #4197CB;
}

#tr-first
{
	width:100%;
	height:400px;
}

#tr-first #trusted-left
{
	width:40%;
	float:left;
}

#tr-first #trusted-right
{
	width:47%;
	float:right;
}

#tr-secont
{
	width:100%;
	border-top:1px solid #4197CB;
}

#trusted-text
{
	width:60%;
	float:right;
	padding:50px;
	background: #4197CB;
	border-radius: 0px 0px 150px 20px;
}

#trusted-text p
{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 37px;
	line-height: 39px;
	color:#FFF;
	width:90%;
}

#tr-first #trusted-undertitle
{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 33px;
	line-height: 40px;
	color: #000000;
}

.cities-block .cb-wrapper
{
	width:1200px;
	margin: 100px auto;
	padding:0px 0px 0px 0px;
}

.cb-wrapper h2
{
	font-family: 'permanent-marker-regular', sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin: 70px 0px 50px 0px;
}

.cb-wrapper h3
{
	padding: 0px;
    margin: 0px 0px 70px 0px;
    color: #333;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
    text-align: center;
}

.cities-list
{
	display:flex;
	flex-wrap:wrap;
	gap:30px;
}

.cities-list .city-item
{
	width:calc(33.33% - 20px);
	padding:20px;
	background-color: rgb(255 255 255 / 40%);
    border-radius: 10px;
	border: 5px solid #FFF;
	animation: float 3s ease-in-out infinite;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

.cities-list .city-item:nth-child(even)
{
	animation: float 4s ease-in-out infinite;
}

.city-item a.city-link
{
	display:flex;
	flex-direction:column;
	gap:20px;	
}

.city-name-title
{
	font-family: 'permanent-marker-regular', sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #333;
    text-align: center;
	background: url(./assets/img/city-name-title.svg) no-repeat left;
	background-size:30px;
}

.city-item img
{
	width:100%;
	height:300px;
	object-fit:cover;
	border-radius: 10px;
	box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

.city-item h4
{
    color: #333;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
    text-align: center;
	display: flex;
}

.city-item h4 span {
    background-image: url(./assets/img/service-title.png);
    background-position: 0 0;
    background-size: cover;
    background-attachment: scroll;
}

#rmk-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #222;
  color: #fff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99999;
  font-size: 14px;
}
#rmk-cookie-banner a {
  color: #47BCBC;
  text-decoration: underline;
}
#rmk-cookie-banner button {
  background: #1F5152;
  border: none;
  color: #fff;
  padding: 8px 15px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bold;
}
#rmk-cookie-banner.hidden {
  display: none !important;
}

#last-cases .wrapper
{
	width:1200px;
	margin: 100px auto;
	min-height: 800px;
	padding:0px 0px 50px 0px;
}

.case-items,
.case-list
{
	display:flex;
	flex-direction:column;
	width: 100%;
	gap:40px 0px;
}

.case-item
{
	width: 100%;
	display:flex;
	flex-wrap: wrap;
	gap:40px;
	padding:40px;
    background-color: rgb(255 255 255 / 20%);
    border-radius: 10px;
}

.case-item:nth-child(even),
.case-item:nth-child(even) a
{
	flex-direction: row-reverse;
}

.case-item .zagolovok
{
	width:calc(50% - 20px);
	padding:50px 20px;
}

.case-item .case-img
{
	width:calc(50% - 20px);
}

.case-item .case-img img
{
	width:100%;
	height:500px;
	object-fit:cover;
	border: 5px solid #fff;
    border-radius: 5px;
    transform: rotate(1deg);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, .2);
}

.case-item .zagolovok h2
{
    font-family: 'permanent-marker-regular', sans-serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #333;
	padding:0px;
	margin:0px 0px 50px 0px;
}

.case-item .case-img picture
{
	width:50%;
}

.case-item .case-img picture img
{
	width:100%;
	height:300px;
	object-fit:cover;
    border: 5px solid #FFF;
    border-radius: 5px;
    transform: rotate(1deg);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

.case-item:nth-child(even) .case-img picture img
{
	transform: rotate(-1deg);
}

.ci-left,
.ci-right
{
	width: calc(50% - 20px);
}

.pagination
{
	width:100%;
	display:flex;
	padding:30px 0px;
	gap:0px 10px;
}

.case-image img
{
	height:500px;
	object-fit:cover;
	border-radius: 50px;
	border: 5px solid #FFF;
    border-radius: 5px;
    transform: rotate(3deg);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2)
}

.case-item:nth-child(even) .case-image img
{
	transform: rotate(-3deg);
}

.case-title h3
{
    color: #333;
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
	margin:30px 0px;
}

.case-description
{
	margin:0px 0px 30px 0px;
	font-family: 'Montserrat-Regular';
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
    color: #333;
}

.case-description span
{
	margin:0px 10px 0px 0px;
	font-weight:700;
	font-size: 24px;
}

.podrobnee
{
	width:300px;
	padding:20px;
    background: #1F5152;
    font-family: 'Architects-Daughter-V2';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.podrobnee:hover
{
	background: #32343A;
}

.podrobnee a span.title-long,
.last-news-link span.title-long
{
	font-size: 10px;
	font-weight: 400;
	line-height: 12px;
}

.podrobnee a span.visually-hidden,
.last-news-link span.visually-hidden,
.blog-link span.visually-hidden,
.news-link span.visually-hidden
{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

h2.sectionh2
{
font-family: 'permanent-marker-regular', sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin: 0px 0px 50px 0px;
}

#restorekitchen-benefits
{
	width:100%;
	background: url(./assets/img/restore-benefits.png) no-repeat center;
	background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
}

#restorekitchen-benefits .wrapper
{
	max-width: 1400px;
    margin: 0px auto;
    color: #000;
    display: block;
    width: 78%;	
}

#main-services .wrapper
{
	margin: 0px auto;
	width:1200px;
	padding:125px 0px 0px 0px;
}

#main-services h2
{
	width:100%;
	padding:0px;
	margin:0px 0px 30px 0px;
    font-family: 'permanent-marker-regular', sans-serif;
	font-size: 42px;
    line-height: 42px;
	font-weight: 700;
	text-align:center;
	color: #333;
}

#main-services h3
{
	width:90%;
	padding:0px;
	margin: 0px auto 70px auto;
	font-family: 'Montserrat-Regular';
	font-size: 20px;
	line-height: 36px;
    text-align: center;
    font-weight: 700;
	color: #333;
}

ul.serul
{
	display:flex;
	flex-wrap: wrap;
	gap:20px;
	margin:0px;
}

#main-services li.serli
{
	width:100%;
	padding:0px 0% 0px 0px;
}

li.serli .ser-block-title
{
	padding:10px 0px;
	margin:0px 0px 20px 0px;
	font-family: 'Montserrat-Regular';
	font-style: normal;
	font-weight: 400;
	font-size: 27px;
	line-height: 40px;
	text-transform: capitalize;
	color: #000000;
	border-bottom:1px solid #4196CC;
	background: url("./assets/img/main-service-arrow.png") no-repeat right;
	background-size:30px;
}

ul.serlinksul
{
	display:flex;
	flex-wrap:wrap;
	gap:15px;
	margin:0px;
}

ul.serlinksul li
{
	min-height:500px;
	width:calc(20% - 12px);
	padding: 0px;
	border-radius:10px;
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	gap:20px;
	text-align:center;
	position:relative;
}

.ser-links .sl-img img
{
	width:150px;
	height:150px;
}

.ser-links .ser-page-text
{
	padding:5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: 'Montserrat-Regular';
	font-weight: 600;
	color: #333;
    font-size: 18px;
    line-height: 28px;
}

.ser-links .ser-page-title
{
	padding:0px;
	margin: 0px;
	color: #333;
	font-size: 30px;
    line-height: 35px;
	font-weight:700;
	font-family: 'Architects-Daughter-V2';
}

.ser-links .ser-page-title span
{
	background-image: url(./assets/img/service-title.png) ;
    background-position: 0 0;
    background-size: cover;
    background-attachment: scroll;
}

.ser-links .ser-page-podrobnee
{
	width:100%;
	margin:0px;
	padding:10px 0px;
    background: #1F5152;
    font-family: 'Architects-Daughter-V2';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
	position:absolute;
	bottom:0px;
}

.ser-links .ser-page-podrobnee:hover
{
	background:#32343A;
}

#connection
{
	min-height:450px;
    width: 100%;
    background: url(./assets/img/connection.png) repeat-y center;
    background-position: 50%;
    background-repeat: repeat-x;
    background-attachment: scroll;	
}

#connection .con-wrapper
{
	width:1200px;
	padding:105px 0px;
	margin: 0px auto;
	display:flex;
	flex-wrap:wrap;
}

.cw-left
{
	width:calc(100% - 340px);
	display:flex;
	flex-wrap:wrap;
	gap:50px;
	padding: 60px 0px;
}

.cw-left-1,
.cw-left-2
{
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	gap:30px;
	width:calc(50% - 25px);
	position:relative;
}

.cw-left h2
{
	color: #1F5152;
    text-shadow: 1px 1px 1px #FFFFFF;
	font-size: 45px;
    line-height: 60px;
	font-weight:700;
	font-family: 'permanent-marker-regular', sans-serif;
}

.cwl-text
{
	color: #333;
    font-size: 23px;
    line-height: 25px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
}

.cwl-tel
{
	margin:20px 0px 0px 0px;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
	font-family: 'Architects-Daughter-V2';
	color:#FFF;
	text-shadow: 1px 1px 1px #1F5152;
}

.cwl-email button
{
	position:absolute;
	bottom:0px;
	width: 350px;
    margin: 0px;
    padding: 10px 0px;
    background: #1F5152;
    font-family: 'Architects-Daughter-V2';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
}

.cwl-email button:hover
{
	background:#32343A;
}

.cw-right
{
	width:300px;
	position:relative;
	margin-left:auto;
}

.cw-right-img
{
	height:330px;
	width: 260px;
	position:absolute;
	top:-75px;
	background: url(./assets/img/cw-right.png) no-repeat center;
	background-size: cover;
}

#who-we-are
{
	min-height:450px;
    width: 100%;
}

#who-we-are .wwa-wrapper
{
	width: 1200px;
	padding:200px 0px 150px 0px;
	margin: 125px auto 0px auto;
	display:flex;
	flex-wrap:wrap;
	background: url(./assets/img/who-we-are.png) no-repeat left;
    background-position: 0px 0px;
}

#who-we-are .wwa-wrapper h2
{
    width: 100%;
    padding: 0px;
    margin: 0px 0px 50px 0px;
    font-family: 'permanent-marker-regular', sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
    color: #333;	
}

.wwa-content
{
	display:flex;
	flex-wrap:wrap;
	gap:100px;
}

.wwac-left
{
	width:calc(100% - 530px);
}

.wwac-right
{
	width:430px;
}

.wwac-left h3
{
	padding: 0px;
    margin: 0px 0px 30px 0px;
    color: #333;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
}

.wwac-left h3 span
{
	background-image: url(./assets/img/service-title.png);
    background-position: 0 0;
    background-size: cover;
    background-attachment: scroll;
}

.wwac-left h4
{
	color: #333;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
	margin: 0px 0px 30px 0px;
}

.wwac-text
{
	font-family: 'Montserrat-Regular';
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    color: #333;
}

.aboutus-link
{
	width:300px;
	padding: 20px 0px;
    background: #1F5152;
    font-family: 'Architects-Daughter-V2';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
}

.aboutus-link:hover
{
	background: #32343A;	
}

#contact-form
{
	min-height:450px;
    width: 100%;
	margin:0px 0px 100px 0px;
}

.cf-w-top
{
	height:40px;
	width: 1200px;
	padding:0px;
	margin: 0px auto 150px auto;
	background: url(./assets/img/form-top-bg.png) no-repeat top right;	
}

#contact-form .cf-wrapper
{
	width: 1200px;
	padding:120px 0px;
	margin: 0px auto;
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	background: url(./assets/img/contact-form.png) no-repeat center top;
}

.cf-wrapper h2
{
	width:960px;
	margin:120px auto 70px auto;
	font-family: 'permanent-marker-regular', sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
    color: #333;
}

.cont-form
{
	width:960px;
	margin:70px auto;	
}

.cont-form form label
{
	width:95%;
	font-family: 'Architects-Daughter-V2';
    font-size: 20px;
    font-weight: 700;
	color: #333;
}

.cont-form form input
{
	width:95%;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom: 3px solid #fc9;
	padding:20px;
	background:none;
	margin:0px 0px 50px 0px;
}

.cont-form form input::placeholder
{
	font-family: 'Montserrat-Regular';
	font-size:20px;
	color:#9999A5;
	font-weight:500;
}

.cont-form form input.wpcf7-submit
{
	width: 350px;
	border:none;
	padding: 25px 0px;
    background: #1F5152;
    font-family: 'Architects-Daughter-V2';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
}

.cont-form form input.wpcf7-submit:hover
{
	background: #32343A;
}

#restore-gallery
{
	min-height:450px;
    width: 100%;
	position: relative;
}

#restore-gallery .rg-wrapper
{
	width: 78%;
	padding:120px 0px 50px 0px;
	margin: 0px auto;
	max-width:1400px;
	display:flex;
	gap:30px;
	align-items: flex-start;
}

.rg-left
{
	width:100%;
	display:flex;
	gap:50px;
	margin:0px 0px 50px 0px;
}

.rgl-left
{
	width:calc(100% - 400px);
}

.rg-left h2
{
    font-family: 'permanent-marker-regular', sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    color: #333;
	margin:0px 0px 30px 0px;
}

.rg-left h3
{
	color: #333;
    font-size: 28px;
    line-height: 50px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
	margin:0px 0px 30px 0px;
}

.rg-left h3 span
{
	background-image: url(./assets/img/service-title.png);
    background-position: 0 0;
    background-size: cover;
    background-attachment: scroll;
}

.rg-text
{
	width: 90%;
	font-family: 'Montserrat-Regular';
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #333;
}

.portfolio-link
{
	width:350px;
	padding: 20px 0px;
}

.portfolio-link .pl-but
{
	width:100%;
	height:65px;
	padding: 20px 0px;
    background: #1F5152;
    font-family: 'Architects-Daughter-V2';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;	
}

.portfolio-link .pl-but:hover
{
	background: #32343A;	
}

.rg-right
{
	width:calc(100% - 490px);
	margin-left: auto;
}

ul.rg-list
{
	margin:0px 0px 70px 0px;
}

li.rg-item
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
}

.rg-img
{
	width:100%;
	text-align:right;
}

.rg-img img
{
	width:800px;
	height:auto;
}

.right-rg-text
{
	text-align:left;
	padding-left:20%;
	color: #333;
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';	
}

#restoremykitchen-reviews
{
	min-height:900px;
    width: 100%;
	position: relative;
	margin:50px 0px;
	background: url(./assets/img/reviews-bg.png) repeat-y center;
    background-position: 50%;
    background-repeat: repeat-x;
    background-attachment: scroll;	
}

#restoremykitchen-reviews .rr-wrapper
{
	width:1200px;
	padding:120px 0px;
	margin: 0px auto;
}

.rr-wrapper h2
{
	font-family: 'permanent-marker-regular', sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    color: #333;
	text-align:center;
    margin: 70px 0px 50px 0px;
}

.rr-wrapper h3
{
	padding: 0px;
    margin: 0px 0px 70px 0px;
    color: #333;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
	text-align:center;
}

.es-text-shortener
{
	max-height:300px;
	overflow-y:scroll !important;
}

#faq
{
	width:1200px;
	margin:0px auto;
	padding: 100px 0px;
}

#faq h2,
#faq h1
{
	font-family: 'permanent-marker-regular', sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    color: #333;
	text-align:center;
	margin: 0px 0px 30px 0px;
}

#faqitems,
#getconent
{
	width: 100%;
    height: auto;
}

ul.faqul,
ul.faqpage-ul
{
	display:flex;
	flex-wrap:wrap;
	padding:0px;
	margin:0px;
	gap:30px;
}

.faqli
{
	width: 100%;
    cursor: pointer;
    background-color: #0000;
    border-radius: 24px;
    padding: 10px 40px;
    box-shadow: 0px 4px 30px #404f5c29;
	position:relative;
	padding: 20px;
}



.plus-expand-master {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
    position: relative;
}

.plus-line {
    background-color: #266e6f;
    border-radius: 2px;
    width: 30px;
    height: 3px;
}

.plus-line.vertical
{
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-90deg) skew(0deg, 0deg); 
	transform-style: preserve-3d;
	position: absolute;
	transform: rotate(-90deg);
	transition: transform 0.3s ease-in-out;
}

li.faqli.active .plus-line.vertical
{
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); 
	transform-style: preserve-3d;
}

.expandable-single-faq {
    cursor: pointer;
    background-color: #0000;
    border-radius: 24px;
    padding: 10px 40px;
    box-shadow: 0 4px 30px #0f1a230a;
}

.faq-question
{
	padding:0px;
	margin:0px;
    color: #333;
    font-size: 23px;
    line-height: 25px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
	justify-content: space-between;
    align-items: center;
    display: flex;
}

.faq_answer
{
	padding:0px;
	margin:0px;
    font-family: 'Montserrat-Regular';
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    color: #333;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 0.7s ease, opacity 0.7s ease;
}

.faqli.active .faq_answer {
  max-height: 600px;
  opacity: 1;
}

li.faqpage-li
{
	margin:0px 0px 50px 0px;
}

#faqpage-question
{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 29px;
	color: #000000;
	margin:0px 0px 40px 0px;
}

#faqpage_answer
{
	width: 80%;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #767676;
	border-left:4px solid #4197CB;
	padding:0px 0px 0px 30px;
}

#getting-started .wrapper
{
	width:1200px;
	margin: 0px auto;
	min-height: 700px;
	padding:100px 0px;
}

#getting-started h2
{
    margin: 0px 0px 70px 0px;
    font-family: 'permanent-marker-regular', sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
    color: #333;
}

#getting-started ul.gsul
{
	display:flex;
	flex-direction:column;
	gap:20px 0px;
	padding:0px;
	margin:0px;
}

#getting-started li.gsli
{
	width:100%;
	display:flex;
	margin:0px 0px 30px 0px;
	background: #FAF4E8;
	border: 5px solid #FFF;
    border-radius: 5px;
    transform: rotate(-1deg);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

#getting-started li.gsli .gs-step
{
	width:20%;
	padding: 75px 20px 20px 20px;
	text-align: center;
}

#getting-started li.gsli .step-right
{
	width:80%;
	padding: 30px 50px 50px 0px;
}

#getting-started li.gsli .gs-step span
{
    font-family: 'permanent-marker-regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    text-transform: capitalize;
    color: #1F5152;
    text-shadow: 1px 1px 1px #FFFFFF;
}

.step-right .gs-title
{
    color: #333;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
	padding:0px 0px 30px 0px;
}

.step-right .gs-title span
{
	background-image: url(./assets/img/service-title.png);
    background-position: 0 0;
    background-size: cover;
    background-attachment: scroll;
}

.step-right .gs-text
{
    font-family: 'Montserrat-Regular';
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    color: #333;
}

.step-right .gs-text ul li
{
	list-style:disc;
}

#getting-started #gs-button
{
	width:100%;
	margin:30px 0px 0px 0px;
	text-align: center;
}

#getting-started #gs-button button
{
    width: 350px;
    height: 66px;
    background: #1F5152;
    font-family: 'Architects-Daughter-V2';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#getting-started #gs-button button:hover
{
	background:#333;
}

#stages
{
	width:100%;
	margin:100px 0px; 
}

#stages .wrapper
{
	width:1200px;
	margin: 0px auto;
	min-height: 1000px;
	padding: 0px;
}

#stages h2
{
    font-family: 'permanent-marker-regular', sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
    color: #333;
	margin:0px 0px 70px 0px;
}

.underh2line
{
	width:50%;
	height:15px;
	position:relative;
	border-bottom:1px solid #4197CB;
	margin:0px 0px 50px 0px;
}

ul.stagesul
{
	display:flex;
	flex-direction:column;
	padding:0px;
	margin:0px;
}

ul.stagesul li.stagesli
{
	display:flex;
	flex-wrap:wrap;
	gap:50px;
	width:100%;
	padding:30px;
	margin:0px 0px 100px 0px;
	background-color: rgb(255 255 255 / 15%);
	border:1px solid #FFF;
	border-radius:30px;
}

li.stagesli:nth-child(even)
{
	flex-direction: row-reverse;
}

ul.stagesul li.stagesli .stages-text li
{
	list-style:disc;
}

ul.stagesul li .stli-first
{
	width: calc(100% - 350px);
}

ul.stagesul li .stli-second
{
	width: 300px;
	margin:0px 0px 0px 0%;
}

li.stagesli:nth-child(even) .stli-first
{
	width: calc(100% - 350px);
}

li.stagesli:nth-child(even) .stli-second
{
	width: 300px;
	margin:0px 0% 0px 0px;
}

ul.stagesul li .stages-number
{
	width:100%;
	height:100px;
	padding:50px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 100px;
	line-height: 1px;
	color: #1F5152;
	text-shadow: 1px 1px 1px #FFFFFF;
}

ul.stagesul li .stages-title
{
	width:100%;
	padding:30px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	color: #333;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
}

ul.stagesul li .stages-title span
{
	background-image: url(./assets/img/service-title.png);
    background-position: 0 0;
    background-size: cover;
    background-attachment: scroll;
}

ul.stagesul li .stages-text
{
	width:100%;
	padding:10px 0px 0px 0px;
	font-family: 'Montserrat-Regular';
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
	color: #767676;
}

ul.stagesul li .stages-button
{
	width:100%;
	float:left;
	padding:10px 0px 0px 0px;
}

ul.stagesul li .stages-button button
{
	width: 293px;
	height: 53px;
	border: 1px solid #7ECA1B;
	background:#FFF;
	border-radius: 100px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 140%;
	text-align: center;
	color: #7ECA1B;
}

#stages li.stagesli .stages-img {
	height:300px;
	width: 300px;
	margin: 0px 0px 0px 0%;
}

li.stagesli .stages-img img {
	height:300px;
	width: 300px;
	object-fit: cover;
	border: 5px solid #FFF;
    border-radius: 5px;
    transform: rotate(-2deg);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

li.stagesli:nth-child(even) .stages-img img
{
	transform: rotate(2deg);
}

#property
{
	margin:0px 0px 100px 0px;
}

#property .wrapper
{
	width:1200px;
	margin: 0px auto;
	min-height: 570px;
	padding:20px;
    background-color: rgb(255 255 255 / 40%);
    border: 5px solid #FFF;
    border-radius: 5px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

#prop-img
{
	width: 100%;
	height: 420px;
	background: url("./assets/img/restoremykitchen.jpg") no-repeat center;
    background-size:100%;
    padding: 10px;
	border-radius:20px;
}

#prop-text
{
	width:100%;
	padding:30px 0px;
	column-count: 1;
	margin:40px 0px 0px 0px;
}

#prop-text.collapsed {
	max-height: 300px;
	overflow: hidden;
	position: relative;
}

#toggle-prop-text {
	display: inline-block;
	margin-top: 15px;
	cursor: pointer;
	background: #1f5152;
	color: #fff;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 4px;
	transition: background 0.3s;
}

#toggle-prop-text:hover {
	background: #174141;
}

#prop-text p
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
	color: #767676;
	padding:10px 0px;
	margin: 0px 0px 0px 0px;
}

#prop-text b,
#prop-text strong
{
	font-weight: 600;
}

#prop-text h2,
#prop-text h3,
#prop-text h4,
#prop-text h5
{
	margin:20px 0px 5px;
}

#prop-text ul
{
	margin:5px 0px 5px 30px;
}

#prop-text ol
{
	padding-inline-start: 30px;
}

#prop-text ul li,
#prop-text ol li
{
	list-style:disc;
}

#lastnews
{
	width:100%;
	padding:100px 0px;
}

#lastnews .wrapper
{
	width:1200px;
	margin: 0px auto;
	min-height:  750px;
	padding:0px 0px 100px 0px;
	position:relative;
}

#lastnews #topnews
{
	padding:0px;
}

#lastnews #topnews h2
{
    font-family: 'permanent-marker-regular', sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    color: #333;
    text-align: center;
}

#allnews
{
	padding:10px 30px 10px 0px;
	position: absolute;
	right:0px;
	bottom:15px;
	background: url("./assets/img/all-news.png") no-repeat right;
	background-position:right 0px top 50%;
}

#allnews a
{
	font-family: 'permanent-marker-regular', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #1F5152;
	text-shadow:0px 1px 1px #FFF;
}

#allnews span
{
	margin: -2px 0px 0px 0px;
	font-size: 36px;
	color: #333;
	font-family: system-ui;
	font-weight: 100;
	float:right;
}

#lastnews #front-blog-items
{
	margin:100px 0px 0px 0px;
}

#lastnews #front-blog-items ul
{
	display:flex;
	justify-content: unset;
	flex-wrap: wrap;
	padding:0px;
	margin:0px;
	gap:40px;
}

#lastnews #front-blog-items li
{
	width:calc(33.33% - 27px);
	margin: 0px;
}

.last-news-img
{
	height:230px;
}

.last-news-img img
{
	width: 100%;
	height:230px;
	object-fit: cover;
	border:5px solid #FFF;
	border-radius:5px;
	transform: rotate(3deg);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

.last-news-img img:hover {
	transform: rotate(5deg);
	box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

.newsdate
{
	padding:20px 40px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #929292;
}

.newstitle
{
	min-height:90px;
	padding:0px 0px 20px 0px;
    color: #333;
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
}

.newstitle span
{
	background-image: url(./assets/img/service-title.png);
    background-position: 0 0;
    background-size: cover;
    background-attachment: scroll;
}

#lastnews li .lastnews_text
{
	min-height:200px;
	padding:0px 0px 20px 0px;
	font-family: 'Montserrat-Regular';
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    color: #333;
	margin:0px;
}

.last-news-link
{
	padding:10px 20px;
	background: #1F5152;
    font-family: 'Architects-Daughter-V2';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
	margin:0px;
	display: flex;
    flex-direction: column;
}

#lastnews li .last-news-link:hover {
    background: #32343A;
}

#page-header
{
	margin: 70px auto 0px auto;
	padding: 50px 0px;
	max-width: 1400px;
	min-height:450px;
}

.service-head #page-header
{
	background: linear-gradient(135deg, #92C7BB, #B6C6C7, #1F5152);
	background-size: 200% 200%;
	animation: softGradient 10s ease infinite;
	width: 100%;
    border: 5px solid #FFF;
    border-radius: 5px;
    transform: rotate(-0.5deg);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

@keyframes softGradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.service-head #page-header #page-header-img {
    margin: 50px 0px 0px 0px;
    position: absolute;
	right: 50px;
    top: 0px;
	left:auto;
    width: 400px;
    height: 400px;
    object-fit: cover;
}

.service-head #page-header #page-header-img img {
    height: 400px;
    object-fit: cover;
    border: 5px solid #FFF;
    border-radius: 5px;
    transform: rotate(1deg);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

#page-header #page-header-top
{
	padding:0px 30px;
	position:relative;
	width:70%;
}

#page-header h1
{
	width: 90%;
	font-family: 'permanent-marker-regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    text-transform: capitalize;
    color: #1F5152;
    text-shadow: 1px 1px 1px #FFFFFF;
	margin:0px 0px 30px 0px;
}

#page-header h1 span
{
	color: #E10714;
}

#page-header #header-undertitle
{
    color: #333;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
	margin:0px 0px 30px 0px;
	width:85%;
}

#page-header #header-cena-ot
{
	font-family: 'Montserrat-Regular';
	font-style: normal;
	font-weight: 600;
	font-size: 21px;
	line-height: 29px;
	color:#4197CB;
	margin:0px 0px 30px 0px;
}

#page-header #header-cena-ot span
{
	margin:0px 10px 0px 0px;
	font-weight: 400;
}

#page-header #header-button button,
#page-header-top #header-button button,
#care-left #header-button button,
#care-left .header-button button
{
	background: #1F5152;
	padding:20px 50px;
    font-family: 'Architects-Daughter-V2';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-transform: uppercase;
	animation: float 3s ease-in-out infinite;
}

#page-header #header-button button:hover
{
	background:#333333;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

#page-header-top #down
{
width: 50px;
height: 50px;
background: url("./assets/img/down.png") no-repeat center;
background-size:cover;
position:absolute;
left:400px;
bottom:0px;
animation: moveUpAndDown 2s ease-in-out infinite;
}

@keyframes moveUpAndDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

#page-header #page-header-img
{
	margin:60px 0px 0px 0px;
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 550px;
}

#page-header #page-header-img img
{
	height:550px;
	object-fit:cover;
	border-radius:5px;
}

.contacts
{
	width:1200px;
	margin:150px auto 0px auto;
	padding: 0px;
}

.contacts-wrapper
{
	width:100%;
	display:flex;
	flex-direction:column;
}

.contacts-img
{
	width: 100%;
    height: 500px;
    background: url(./assets/img/austin-tx-map.jpg) no-repeat center;
    background-size: cover;
    margin: 70px 0px;
    border: 1px solid #FFF;
    border-radius: 10px;
}

.contacts-img img
{
	width:100%;
	height:300px;
	object-fit:cover;
}

.contacts-header
{
	display:flex;
	flex-wrap:wrap;
	gap:20px;
	margin:0px 0px 50px 0px;
}

.cont-left,
.cont-right
{
	padding:0px;
	width: calc(50% - 10px);
}

.cont-right
{
	height:670px;
	background: url(./assets/img/contact-form.png) no-repeat center top;
	background-size: cover;
}

.block-container .wrapper
{
	width:1200px;
	margin:0px auto;
	padding:0px;
}

.whyus-head
{
	width:1200px;
	margin:150px auto 100px auto;
	padding:0px;
}

.page-template-city .whyus-head
{
	margin:150px auto 0px auto;
}

#city-map-img
{
	width:300px;
	position: absolute;
    bottom: 50px;
    right: 50px;
	transform: rotate(2deg);
}

#city-map-img img
{
	width:100%;
	height:300px;
	object-fit:cover;
	border: 5px solid #FFF;
    border-radius: 5px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

.whyus-head-wrapper
{
	width:100%;
	display:flex;
	flex-direction:column;
	position:relative;
}

.whyus-head-wrapper #page-header-top
{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	padding: 50px;
	background-color: rgba(0, 0, 0, 0.4);
}

.whyus-head-wrapper #page-header-top h1
{
    font-family: 'permanent-marker-regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    text-transform: capitalize;
    color: #FFF;
    text-shadow: 1px 1px 1px #000;
    margin: 0px;
}

.whyus-head-wrapper #page-header-img img
{
	height:550px;
	object-fit:cover;
}

.page-template-cities #header-undertitle
{
	margin:30px 0px 0px 0px;
    color: #000;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
}

.page-template-cities #care-left .care-img img
{
	background: #fffaf4;
}

.page-template-cities .cities-block
{
	padding:0px 0px 100px 0px;
}

#header-button
{
	margin:50px 0px 0px 0px;
}

#header-button button
{
	width:330px;
	font-family: 'Architects-Daughter-V2';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
	padding:10px 20px;
	background: #1F5152;
	box-shadow: 5px 5px 10px #888888;
}

#header-button button:hover
{
	background: #32343A;
}

#whyus-benefits
{
	height: 375px;
	margin:100px 0px 200px 0px;
	background: url(./assets/img/restore-benefits.png) repeat-x center bottom;
}

.page-template-cities #whyus-benefits
{
	margin:100px 0px;
}

#why-ulli
{
	margin:50px 0px 0px 0px;
	width:100%;
}

#why-ulli ul li
{
	margin:0px 0px 5px 0px;
	font-family: 'Montserrat-Regular';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 29px;
	color: #FFF;
	list-style:disc;
}

#whyus-benefits h2
{
    font-family: 'permanent-marker-regular', sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
    color: #333;
    padding: 0px;
	margin: 0px 0px 100px 0px;
}

#whyus-benefits ul.topbenul
{
	display:flex;
	flex-wrap:wrap;
	padding: 0px;
    margin: 0px;
	gap:0px 20px;
}

#whyus-benefits ul.topbenul li
{
	width:calc(33% - 10px);
	margin:0px;
	display:flex;
	flex-direction:column;
}

@keyframes swing {
  0% { transform: rotate(0deg); }
  50% { transform: rotate(20deg); }
  100% { transform: rotate(0deg); }
}

ul.topbenul li .topbenline
{
	width: 40px;
	height: 40px;
	background: url(./assets/img/w-li.png) no-repeat center;
	margin:0px auto;
	animation: swing 2s ease-in-out infinite;
  transform-origin: center;
}

ul.topbenul li .topben-text
{
	width: 50%;
    margin: 0px auto;
    color: #333;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    font-family: 'Architects-Daughter-V2';
	text-align:center;
}

ul.topbenul li .topben-text p
{
	margin:0px;
	padding:0px;
}

#care-of
{
	padding:0px;
}

#care-of .wrapper
{
	background-color: rgb(114 114 114 / 40%);
	padding:40px;
	display: flex;
    flex-wrap: wrap;
	border: 10px solid #FFF;
	border-radius:4px;
	transform: rotate(1deg);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2)
}

#care-left
{
	width:45%;
	display:flex;
	flex-direction:column;
	gap:30px 0px;
}

#care-right
{
	width:55%;
}

#care-left h2
{
    font-family: 'permanent-marker-regular', sans-serif;
    font-size: 42px;
    line-height: 62px;
    font-weight: 500;
	color: #FFF;
	text-shadow: 1px 1px 7px #000;
	margin:0px;
	position:relative;
	width: 90%;
}

#care-left .care-img
{
	width:100%;
}

#care-left .care-img img
{
	max-width:90%;
	width:90%;
	object-fit:cover;
	border: 5px solid #FFF;
    border-radius: 5px;
    transform: rotate(-1deg);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
	animation: bounceArrow 2s ease-in-out infinite;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

@keyframes bounceArrow {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(5px);
    }
}

#care-right #care-h3 h3
{
	margin:10px 0px 30px 0px;
	color: #333;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
}

#care-right #care-text
{
	font-family: 'Montserrat-Regular';
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #333;
}

#care-right #care-text h2
{
	color: #333;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
	margin:20px 0px 10px 0px;
}

#care-right #care-text h3
{
	color: #333;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
	margin:20px 0px 10px 0px;
}

#care-right #care-text a
{
	color: #03898b
}

.related-locations
{
	padding:200px 0px;
}

.related-locations h2
{
    width: 100%;
    padding: 0px 50px;
    margin: 0px 0px 50px 0px;
    font-family: 'permanent-marker-regular', sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
    color: #333;
}

ul.locations-list
{
	margin:0px;
	width:100%;
	display:flex;
	flex-direction:column;
	gap:30px 0px;
}

li.locations-item
{
	width: calc(100% - 0px);
    color: #333;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    font-family: 'Montserrat-Regular';
    text-align: center;
    padding: 10px;
    background-color: rgb(255 255 255 / 20%);
    border-radius: 10px;
	box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
	transform: rotate(1deg);
	display:flex;
	gap:30px;
}

li.locations-item:nth-child(even)
{
	transform: rotate(-1deg);
}

li.locations-item .podrobnee a
{
	display: block;
}

.location-thumb
{
	width:300px;
}

.location-thumb img
{
	width:300px;
	height:300px;
	object-fit:cover;
    border: 10px solid #FFF;
    border-radius: 4px;
    transform: rotate(1deg);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
	animation: bounceArrow 2s ease-in-out infinite;
}

.lid-right
{
	width:calc(100% - 300px);
	display:flex;
	flex-direction:column;
	gap:30px;
}

span.location-title
{
    font-family: 'permanent-marker-regular', sans-serif;
    font-size: 33px;
    line-height: 40px;
    font-weight: 500;
    color: #333;
	text-align:left;
}

.location-undertitle
{
	color: #333;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Architects-Daughter-V2';
	text-align:left;
}

.cities-icon
{
	width: 200px;
    height: 200px;
    background: url(./assets/img/kitchen-cabinet-restoration-texas-locations.png) no-repeat center;
	background-size:cover;
	position:absolute;
	bottom:50px;
	right:50px;
}

#why-services
{
	padding:200px 0px;
}

#why-services h2
{
	margin:0px 0px 50px 0px;
	font-family: 'permanent-marker-regular', sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
    color: #333;
    padding: 0px;
}

#why-services #access-undertitle
{
	color: #333;
    font-size: 23px;
    line-height: 25px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
	margin:0px 0px 70px 0px;
}

ul.accessul
{
	width:100%;
	margin:0px;
	padding:0px;
	display:flex;
	flex-direction:column;
	gap:50px;
}

li.accessli
{
	margin: 0px 0px 0px 0px;
	padding:20px 0px;
	width: 100%;
	display:flex;
	gap:20px;
}

li.accessli:nth-child(even)
{
    flex-direction: row-reverse;
}

li.accessli .ac-li-left
{
	width:calc(45% - 10px);
	display:flex;
	flex-direction:column;
	gap:20px 0px;
}

li.accessli .accessitem-title
{
    color: #333;
    font-size: 23px;
    line-height: 25px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
	margin:0px 0px 0px 0px;
}

li.accessli .accessitem-title span
{
	background-image: url(./assets/img/service-title.png);
    background-position: 0 0;
    background-size: cover;
    background-attachment: scroll;
}

li.accessli .access-text
{
	font-family: 'Montserrat-Regular';
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #333;
	padding:10px;
	margin:0px;
	background-color: rgb(255 255 255 / 30%);
    transform: rotate(-1deg);
    border-radius: 4px;
}

li.accessli:nth-child(even) .access-text
{
	transform: rotate(1deg);
}

li.accessli .access-icon
{
	width:calc(55% - 10px);
}

li.accessli .access-icon img
{
	width:100%;
	height:250px;
	object-fit:cover;
    border: 10px solid #FFF;
    border-radius: 4px;
    transform: rotate(1deg);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

li.accessli:nth-child(even) .access-icon img
{
	transform: rotate(-1deg);
}

#why-insurance
{
	padding: 100px 0px;
}

#insurance-cont
{
	height:400px;
	border: 5px solid #1F5152;
	border-radius: 10px;
	display:flex;
}

.page-template-city #insurance-cont
{
	display:flex;
}

#insurance-cont #insurance-img
{
	width:400px;
	height:390px;
	overflow:hidden;
}

#insurance-cont #insurance-img img
{
	height:390px;
	width:100%;
	object-fit:cover;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#insur-right
{
	width:calc(100% - 400px);
	background:#FFFAF4;
}

#insurance-h2 h2
{
	font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
	color: #1F5152;
	margin:40px 40px 50px 40px;
}

#insurance-text
{
	margin:0px 40px;
	font-family: 'Montserrat-Regular';
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #333;
}

#we-offer
{
	padding:100px 0px;
}

#we-offer h2
{
	margin:0px 0px 70px 0px;
	font-family: 'permanent-marker-regular', sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
    color: #333;
}

#weoffer-items
{
	width:100%;
	display:flex;
}

ul.woul
{
	display:flex;
	flex-wrap:wrap;
	gap:40px 20px;	
	margin:0px;
}

#weoffer-items li.woli
{
	width:calc(50% - 10px);
	padding:30px;
	display:flex;
	flex-direction:column;
	gap:30px;
	background-color: rgb(255 255 255 / 30%);
	border-radius:5px;	
	box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

#weoffer-items li.woli:nth-child(1)
{
	transform: rotate(1deg);	
}

#weoffer-items li.woli:nth-child(2)
{
	transform: rotate(-2deg);
}

#weoffer-items li.woli:nth-child(3)
{
	transform: rotate(-1deg);
}

#weoffer-items li.woli:nth-child(4)
{
	transform: rotate(1deg);
}

.wl-title
{
	display:flex;
	gap:30px;
}

.woli .wl-title .woli-line
{
	width: 8px;
	height: 50px;
	background: linear-gradient(to top, #1F5152, #378F91, #B6C6C7, #FFCC99);
	margin: 0px;
	border:1px solid #333;
	border-radius:3px;
	animation: spin-sway-cycle 9s ease-in-out infinite;
}

@keyframes spin-sway-cycle {
  0% { transform: rotate(0deg); }
  10% { transform: rotate(360deg); }         /* Вращение */
  20% { transform: rotate(3deg); }           /* Кач 1 */
  30% { transform: rotate(-3deg); }          /* Кач 2 */
  40% { transform: rotate(2deg); }           /* Кач 3 */
  50% { transform: rotate(-2deg); }          /* Кач 4 */
  60% { transform: rotate(1deg); }           /* Кач 5 */
  70% { transform: rotate(0deg); }           /* Возврат */
  100% { transform: rotate(0deg); }          /* Пауза */
}

.woli .wo-text
{
    color: #333;
    font-size: 23px;
    line-height: 25px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
	display:flex;
}

.woli .wo-text span
{
	background-image: url(./assets/img/service-title.png);
    background-position: 0 0;
    background-size: cover;
    background-attachment: scroll;
}

.wo-text-2
{
	font-family: 'Montserrat-Regular';
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #333;	
}

.wo-text-2 ul
{
	margin:0px;
	padding:0px;
}

#we-offer-link
{
	width:100%;
	float:left;
	margin:70px 0px 0px 0px;
}

#we-offer-link button
{
	width: 293px;
	height: 53px;
	border: 1px solid #E10714;
	border-radius: 100px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 140%;
	text-align: center;
	color: #E10714;
	background:#FFF;
}

.location-link
{
	margin:0px 0px;
}

.ll-wrapper
{
	padding: 0px;
    margin: 50px auto;
    width: 1200px;
}

.location-linked-page
{
	background: linear-gradient(135deg, #1F5152, #B6C6C7, #92C7BB);
    background-size: 200% 200%;
    animation: softGradient 10s ease infinite, float 3s ease-in-out infinite;
    width: 100%;
    border: 5px solid #FFF;
    border-radius: 5px;
    transform: rotate(0.5deg);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

.location-linked-page p
{
	width:100%;
	padding:10px;
	margin: 0px;
	text-align:center;
	color: #333;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
}

#service-benefits
{
	margin:50px 0px;
    background: url(./assets/img/restore-benefits.png) no-repeat center;
    background-position: 50%;
    background-repeat: repeat;
    background-size: 1920px;
    background-attachment: scroll;	
}

#service-benefits .wrapper
{
	padding: 70px 0px 130px 0px;
    margin: 0px auto;
    color: #000;
    display: block;
    width: 1200px;
}

ul.benul
{
    width: 100%;
    margin: 0px auto;
    display: flex;
    gap: 20px;
}

li.benli
{
	width:25%;
	text-align:center;
}

.ben-title
{
	font-family: 'permanent-marker-regular', sans-serif;
    font-size: 28px;
    font-weight: 100;
    line-height: 48px;
    color: #333;
}

.ben-icon
{
	margin:0px 0px 20px 0px;
}

.ben-icon img
{
	height:125px;
	width:auto;
}

.ben-text
{
    width: 100%;
    margin: 0px auto;
    font-family: 'Montserrat-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #000000;
}

.ben-text span
{
	font-weight: 600;
}

#service-description
{
	padding:100px 0px;
}

@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}

#service-description .wrapper
{
	position:relative;
	padding:20px;
    background-color: rgb(255 255 255 / 40%);
    border-radius: 5px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);	
}

.sprayer {
	position: absolute;
	top:20px;
	left:20px;
	width: 30px;
	height: 40px;
	background: #1F5152;
	border-radius: 5px;
	margin: 20px auto;
}

.nozzle {
	position: absolute;
	top: -10px;
	left: 8px;
	width: 15px;
	height: 10px;
	background: #B6C6C7;
	border-radius: 2px;
}

.spray {
	position: absolute;
	top: -5px;
	left: 25px;
	width: 6px;
	height: 6px;
	background: #FEF5E5;
	border-radius: 50%;
	opacity: 0;
	animation: sprayEffect 1.5s infinite ease-in-out;
}

.spray.spray2
{
	animation: sprayEffect2 1.5s infinite ease-in-out;
}

.spray.spray3
{
	animation: sprayEffect3 1.5s infinite ease-in-out;
}

.spray1 { animation-delay: 0s; }
.spray2 { animation-delay: 0.2s; }
.spray3 { animation-delay: 0.4s; }
.spray4 { animation-delay: 0.6s; }
.spray5 { animation-delay: 0.8s; }

@keyframes sprayEffect {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(20px, -10px) scale(1.3);
    opacity: 0.6;
  }
  100% {
    transform: translate(40px, -20px) scale(0.5);
    opacity: 0;
  }
}

@keyframes sprayEffect2 {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(20px, 10px) scale(1.3);
    opacity: 0.6;
  }
  100% {
    transform: translate(40px, 20px) scale(0.5);
    opacity: 0;
  }
}

@keyframes sprayEffect3 {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(20px, 0px) scale(1.3);
    opacity: 0.6;
  }
  100% {
    transform: translate(40px, 10px) scale(0.5);
    opacity: 0;
  }
}

#service-description h2
{
    width: 100%;
    padding: 0px 50px;
    margin: 0px 0px 50px 0px;
    font-family: 'permanent-marker-regular', sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
    color: #333;
}

.sd-wrap
{
	display:flex;
	gap:30px;
}

#serd-left
{
	width:calc(55% - 15px);
	padding:0px;

}

#desctext
{
	padding: 0px;
    font-family: 'Montserrat-Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #333;
}

#desctext h3
{
	font-size:22px;
	font-weight:600;
	color:#000;
	margin:20px 0px 15px 0px;
}
#desctext ul
{
	margin:10px 0px 10px 25px;
}

#desctext ul li
{
	list-style:disc;
}

#serd-right
{
	width:calc(45% - 15px);
	padding:0px;
	position:relative;
	min-height:550px;
}

#serd-right img
{
	margin:0px 0px 0px 0px;
    border: 5px solid #FFF;
    border-radius: 5px;
    transform: rotate(-2deg);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

#serd-right #serdes-link
{
	margin:0px;
	position:absolute;
	bottom:20px;
	left:10px;
	animation: float 3s ease-in-out infinite;
}

#serd-right #serdes-link a.btn-link
{
	width: 350px;
    height: 66px;
	padding:20px 0px;
	display:block;
    background: #1F5152;
    font-family: 'Architects-Daughter-V2';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#serd-right #serdes-link a.btn-link:hover
{
	background: #333;
}

#what-get
{
	padding:100px 0px;
}

#what-get h2
{
    margin: 0px 0px 50px 0px;
    font-family: 'permanent-marker-regular', sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
    color: #333;
}

#what-get #what-undertitle
{
	color: #1F5152;
    text-shadow: 1px 1px 1px #FFFFFF;
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
	color: #757575;
	text-align:center;
	margin:0px 0px 70px 0px;
}

#what-items
{
	width:100%;
}

#what-items ul.whatul
{
	display:flex;
	flex-direction:column;
	gap:20px 0px;
	padding:0px;
	margin:0px;
}

#what-items li
{
	display:flex;
	min-height:300px;
	width:100%;
	margin:0px 0px 30px 0px;
    padding: 30px;
    background-color: rgb(255 255 255 / 40%);
    border-radius: 10px;
}

#what-items li .what-img
{
	width:300px;
	height:300px;
}

#what-items li .what-img img
{
	width:300px;
	height:300px;
	object-fit:cover;
    border: 5px solid #FFF;
    border-radius: 5px;
    transform: rotate(2deg);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

#what-items li .what-right
{
	width:calc(100% - 420px);
	padding: 30px 50px 0px 50px;
}

#what-items li .what-title h3
{
	color: #1F5152;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
	margin:0px 0px 30px 0px;
}

#what-items li .what-title h3 span
{
	background-image: url(./assets/img/service-title.png);
    background-position: 0 0;
    background-size: cover;
    background-attachment: scroll;
}

#what-items li .what-text
{
	width:100%;
	padding: 0px;
	margin:0px 0px 0px 0px;
    font-family: 'Montserrat-Regular';
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    color: #333;
}

.w-b
{
	width:100%;
	text-align:center;
	margin:30px 0px 0px 0px;
}

.w-b button
{
	width: 350px;
    height: 66px;
    background: #1F5152;
    font-family: 'Architects-Daughter-V2';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.w-b button:hover
{
	background:#333;
}

#what-items li #what-icon
{
	width:56px;
	height:auto;
	position:absolute;
	right:40px;
	top:40px;
}

#service-price
{
	padding:70px 0px 170px 0px;
}

#service-price.block-container .wrapper {
    width: 1400px;
    margin: 0px auto;
    padding: 0px 0px;
	background: url(./assets/img/service-price.png) no-repeat center;
}

#service-price #cs-h2
{
	width:100%;
	margin:30px 0px;
}

#service-price h2
{
	margin:0px;
    font-family: 'permanent-marker-regular', sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
    color: #333;
}

.tcrs
{
	font-family: 'Montserrat-Regular';
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #333;
}

#domore-content
{
	display:flex;
	gap:50px;
	padding: 60px 140px 90px 140px;
}

.price-left
{
	width:calc(100% - 345px);
}

#domore-content #domore-bg-img
{
	height:300px;
	width:300px;
}

#domore-content #domore-bg-img img
{
	height:100%;
	object-fit:cover;
	margin: 35px 0px 0px 0px;
	border: 5px solid #FFF;
    border-radius: 5px;
    transform: rotate(3deg);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

#domore-content #domore-link
{
	width:100%;
	height:50px;
	position:absolute;
	bottom:0px;
	left:30px;
}

#domore-content #domore-link button
{
	height: 53px;
	padding:0px 20px;
	margin:0px auto 0px auto;
	background: #7DC91B;
	border-radius: 100px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	color: #FFFFFF;
}

#main-plot
{
	padding:70px 0px;
}

#main-plot #mp-cont
{
	display:flex;
	height:auto;
	flex-direction:column;
	background: #FAF4E8;
    border: 5px solid #FFF;
    border-radius: 5px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

#main-plot #mainp-left
{
	width:100%;
	height:auto;
	padding:20px;
}

#main-plot #mainp-left h2.service-text-h2
{
	margin:30px 20px 50px 0px;
	font-family: 'permanent-marker-regular', sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    color: #333;
    text-align: center;
}

#mainpl-text h2
{
	color: #333;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
	margin:30px 0px 10px 0px;
}

#mainp-left h2 span
{
	color: #4197CB;
}

#mainpl-text
{
	width:100%;
	margin:0px 0px 30px 0px;
    font-family: 'Montserrat-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
}

#mainpl-text.collapsed {
	max-height: 300px;
	overflow: hidden;
	position: relative;
}

#mainpl-text a
{
	color:#0ec0c3;
	font-weight:600;
}

.toggle-btn {
	display: inline-block;
	margin-top: 15px;
	cursor: pointer;
	background: #1f5152;
	color: #fff;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 4px;
	transition: background 0.3s;
}

.toggle-btn:hover {
	background: #174141;
}

#mainpl-text ul li
{
	list-style:disc;
}

#mainpl-text table
{
	margin:20px 0px;
}

#mainpl-text table td
{
	border:1px solid #E2D9CD;
}

#main-plot #mainp-right
{
	width:100%;
	height: 500px;
	overflow:hidden;
}

#main-plot #mainp-right img
{
	margin:0px;
}

#may-be-interested
{
	padding:120px 0px 150px 0px;
}

#may-be-interested h2.interestedh2
{
    font-family: 'permanent-marker-regular', sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin: 0px 0px 30px 0px;
}

ul.interestedul
{
	margin:0px;
	padding:60px 0px 0px 0px;
}

ul.interestedul li.interestedli
{
	width:33%;
}

.interested-nav
{
	position:relative;
	z-index:3;
}

.interested-nav button.slick-prev-custom
{
	position:absolute;
	top:35%;
	left:-20px;
	width: 40px;
    height: 40px;
    background: url(./assets/img/prev-tr.png) no-repeat center;
    background-size: cover;
    transform: rotate(-90deg);
    font-size: 0;
}

.interested-nav button.slick-next-custom
{
	position:absolute;
	top:35%;
	right:-20px;
    width: 40px;
    height: 40px;
    background: url(./assets/img/next-tr.png) no-repeat center;
    background-size: cover;
    transform: rotate(-90deg);
    font-size: 0;
}

.interestedli 
{
    margin-right: 15px;
	text-align:center;
}

.interested-title
{
	margin:0px 0px 20px 0px;
	color: #333;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
}

.interested-title span
{
    background-image: url(./assets/img/service-title.png);
    background-position: 0 0;
    background-size: cover;
    background-attachment: scroll;
}

.interested-text
{
	height:120px;
	margin:0px 0px 20px 0px;
    font-family: 'Montserrat-Regular';
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    color: #767676;
}

.interested-img img
{
	height: 200px;
	width:300px;
    object-fit: cover;
	margin:0px auto;
    border: 5px solid #FFF;
    border-radius: 5px;
    transform: rotate(1deg);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

.interested-more {
	width:200px;
    margin: 10px auto 0px auto;
    padding: 10px 0px;
    background: #1F5152;
    font-family: 'Architects-Daughter-V2';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
}

.interested-more:hover
{
	background:#333;
}

.interested-more a {
    color: #FFF;
    font-weight: 500;
}

.slick-prev, .slick-next {
    background-color: #4197CB;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.slick-prev:hover, .slick-next:hover {
    background-color: #3175A6;
}

#locations-services
{
	padding: 70px 0px 150px 0px;
}

#locations-services .wrapper {
    width:1200px;
    margin: 0px auto;
    padding: 0px;
}

#locations-services h2.ls-h2 {
    font-family: 'permanent-marker-regular', sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin: 0px 0px 50px 0px;
}

.locations-items
{
	display:flex;
	flex-wrap:wrap;
	gap:30px;
	padding:30px;
	background-color: rgb(255 255 255 / 15%);
    border: 1px solid #FFF;
    border-radius: 10px;
}

.location-item
{
	width: calc(33% - 17px);
	color: #333;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    font-family: 'Montserrat-Regular';
	text-align:center;
	padding:10px;
	background-color: rgb(255 255 255 / 20%);
    border-radius: 10px;
}

.locations-map
{
	width:100%;
	height:200px;
	background: url(./assets/img/austin-tx-map.jpg) no-repeat center;
	background-size:cover;
	margin:0px 0px 30px 0px;
    border: 1px solid #FFF;
    border-radius: 10px;
}

.portfolio
{
	padding: 0px 0px;
	margin:0px 0px 0px 0px;
}

.portfolio .wrapper {
    width: 1200px;
    margin: 0px auto;
    padding: 0px;
}

#serd-right #desctext .seruy
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 31px;
	color: #767676;
}

#serd-right #desctext ul li
{
	list-style:disc;
	margin:0px 0px 0px 20px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 31px;
	color: #000000;
}

#main-menu ul li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

#main-menu ul li ul.sub-menu {
	display: none;
	position: absolute;
	top: 60px;
	left:-22px;
	-webkit-box-shadow: 0px 0px 30px 0px #b0b0b0;
	-moz-box-shadow: 0px 0px 30px 0px #B0B0B0;
	box-shadow: 0px 0px 30px 0px #b0b0b0;
}

#main-menu ul li ul.sub-menu li {
	width: auto;
	min-width: 350px;
	float: left;
	padding: 8px;
	margin:0px 0px 2px 0px;
	cursor:pointer;
    background: #fc9;
}

#main-menu ul li ul.sub-menu li a
{
	left: 0%;
	padding: 12px 0px;
    font-family: 'Montserrat-Regular';
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
	text-align: center;
	text-transform: uppercase;
    color: #1a1b1f;
}

#dynamic-cont li
{
	width:100%;
	float:left;
	padding:70px 0px;
}

#blog-top
{
	margin:150px auto 0px auto;
	width:1200px;
}

#blog-top h1
{
	margin:0px 0px 70px 0px;
	text-align:center;
    font-family: 'permanent-marker-regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    text-transform: capitalize;
    color: #1F5152;
    text-shadow: 1px 1px 1px #FFFFFF;
}

#blog-top h1 span.doptitle
{
	font-size:25px;
	font-weight:400;
	color:#333;
}

.category #bloglist
{
	margin:0px auto 0px auto;
}

#bloglist
{
	margin:0px auto 0px auto;
	padding:50px 0px 100px 0px;
	width:1200px;
	position:relative;
}

.bloglist
{
	display:flex;
	flex-wrap:wrap;
	gap:30px;
	margin:0px 0px 70px 0px;
}

.bloglist li
{
	width: calc(100% - 0px);
	padding: 0px;
	position: relative;
	display:flex;
	gap:30px;
}

.bloglist li article
{
	display:flex;
	gap:20px;
	padding: 20px;
    background-color: rgb(255 255 255 / 20%);
    border-radius: 10px;	
}

.bloglist li .blog_img
{
	width:500px;
	height: 300px;
}

.bloglist li .blog_img a
{
	display:flex;
}

.bloglist li #blog-page-category
{
	position:absolute;
	top:0px;
	right:0px;
	padding:10px;
	width:50%;
}

.bloglist li #blog-page-category li
{
	float:right;
	border:none;
	width:auto;
}

.bloglist li #blog-page-category li a
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
}

.bloglist li .blog_img img
{
	width:100%;
	height:300px;
	height:300px;
	object-fit: cover;
    border: 5px solid #FFF;
    border-radius: 5px;
    transform: rotate(1deg);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

.bloglist li .art-bottom
{
	padding:0px 0px;
	width:calc(100% - 520px);
	position:relative;
}

.bloglist li a
{
	display:block;
	position:relative;
}

ul.bloglist .blog_title
{
    font-family: 'permanent-marker-regular', sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #333;
	margin:0px 0px 20px 0px;
}

ul.bloglist .blog_title span {
	display: block;
    background-image: url(./assets/img/service-title.png);
    background-position: 0 0;
    background-size: cover;
    background-attachment: scroll;
}

.blogitem_text
{
	margin:20px 0px;
	font-family: 'Montserrat-Regular';
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #767676;
}

ul.bloglist li .blogdate
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #929292;
}

.blog-link,
.news-link
{
	position:absolute;
	bottom:0px;
	right:0px;
    width: 170px;
    height: 46px;
    padding: 10px 0px;
    background: #1F5152;
    font-family: 'Architects-Daughter-V2';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    margin: 0px;
}

#bloglist #pagination
{
	width:100%;
}

.s26__tags
{
	width:100%;
	margin:0px 0px 30px 0px;
	display:flex;
	gap:10px;
}

.s26__tags li
{
	font-family: 'Montserrat-Regular';
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
	color: #767676;
	background-color: rgb(255 255 255 / 60%);
	padding:5px 20px;
	border-radius:20px;
}

#ullicatnews,
#ullicatnews ul
{
	display:flex;
	flex-wrap:wrap;
	gap:20px;
}

.s26__tags li.current-cat,
.s26__tags li:hover
{
    background: #FAF4E8;
}

#mustread
{
	margin: 0px auto 0px auto;
    padding:100px 0px;
    width:1200px;
}

#mustread .wrapper
{
	width:100%;
}

#must-read
{
	width:100%;
	padding:20px 0px;
	margin:0px;
	background: #FAF4E8;
	border-top: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
	border-radius:10px;
}

#must-read .wrapper
{
	padding:0px 20px;
	display:flex;
	flex-direction:column;
	gap:20px;
}

#must-read #mr-title h2
{
    font-family: 'permanent-marker-regular', sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
    color: #333;
    margin:30px 0px;
}

#must-read #mr-contetn
{
	width:100%;
	margin: 0px 0px 0px 0px;
}

#must-read #mr-contetn ul
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: left;
	margin:0px;
	gap:20px;
}

#must-read #mr-contetn ul li
{
	width:calc(33.33% - 15px);
	padding:0px;
}

#mr-contetn ul li .blog-img
{
	position:relative;
	width:150px;
	height:100px;
	margin:0px 10px 0px 0px;
}

#mr-contetn ul li .blog-img img
{
	width:150px;
	height:100px;
	object-fit: cover;
    border: 2px solid #FFF;
    border-radius: 5px;
    transform: rotate(-1deg);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

#mr-contetn ul li .blar-right
{
	width:calc(100% - 120px);
	float:right;
}

#mr-contetn ul li .blog-title
{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}

#mr-contetn ul li .blogdate
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 26px;
	color: #000;
}

#faq-page-header-top
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:50px;
}

#faq-page-header-top h1
{
	width: 50%;
    font-family: 'permanent-marker-regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    text-transform: capitalize;
    color: #1F5152;
    text-shadow: 1px 1px 1px #FFFFFF;
    margin: 100px 0px 50px 0px;
}

#faq-page-header-top #header-undertitle
{
	width: 50%;
	color: #333;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
    margin: 0px 0px 0px 0px;
}

#blog-telo
{
	margin:50px auto 0px auto;
	padding:0px 0px 0px 0px;
	width:1200px;
	display:flex;
	flex-wrap:wrap;
	gap:20px;
}

#blog-telo-left
{
	width:calc(100% - 0px);
}

#blog-post-top .blog_img
{
	width:100%;
	max-height:400px;
	object-fit: cover;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#blog-post-top .blog_img img
{
	width:100%;
	max-height: 400px;
	object-fit: cover;
    border: 5px solid #FFF;
    border-radius: 10px;
    transform: rotate(1deg);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

.blog-navigation
{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.blog-navigation a
{
    text-decoration: none;
	padding: 10px 20px;
    background: #1F5152;
    font-family: 'Architects-Daughter-V2';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
}

.blog-navigation a:hover
{
    text-decoration: underline;
}

.other-locations
{
    margin-top: 50px;
}

.ol-wrapper
{
	width: 1200px;
    padding: 120px 0px;
    margin: 0px auto;
}

.other-locations h2
{
	font-family: 'permanent-marker-regular', sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin: 0px 0px 70px 0px;
}

.location-list
{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.location-list li a
{
	color: #333;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    font-family: 'Architects-Daughter-V2';
}

.location-list li a:hover
{
    text-decoration: underline;
}

.city-link-block
{
    padding: 20px;
    text-align: center;
}

.lclb-wrapper
{
	width: 1200px;
    padding: 120px 0px;
    margin: 0px auto;
}

.lclb-wrapper p
{
	font-family: 'permanent-marker-regular', sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    color: #333;	
}

.city-link-block a.city-button
{
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    border: none;
    padding: 25px 20px;
    background: #1F5152;
    font-family: 'Architects-Daughter-V2';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
}

.city-link-block a.city-button:hover
{
    background: #32343A;
}

.other-cities
{
    padding: 0px;
}

.oc-wrapper
{
	width: 1200px;
    padding: 120px 0px;
    margin: 0px auto;	
}

.other-cities h2
{
    font-family: 'permanent-marker-regular', sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin: 0px 0px 70px 0px;
}

.city-list
{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.city-list li a
{
    color: #444;
    text-decoration: none;
}

.city-list li a:hover
{
    text-decoration: underline;
}

.blog-head,
.news-head
{
	display:flex;
	flex-wrap:wrap;
	margin:30px 0px;
}

.newshead-left
{
	width:60%;
	margin: 0px;
	padding: 0px;
}

#blog-post-top h1
{
    font-family: 'permanent-marker-regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    text-transform: capitalize;
    color: #1F5152;
    text-shadow: 1px 1px 1px #FFFFFF;
}

#blog-page-category
{
	width:40%;
	margin:30px 0px 0px 0px;
	text-align:right;
}

#blog-page-category li
{
	float:right;
	padding:0px 10px;
	margin:0px 5px 5px 0px;
	border: 1px solid #929292;
	border-radius: 100px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 29px;
	text-align: center;
	color: #929292;
	list-style:none;
}

#blog-post-top #blogpagedate
{
	width:200px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #929292;
}

#blog-post-top #podtitle
{
	margin:70px 0px 0px 0px;
    font-family: 'Montserrat-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}

#blog-telo-left #blog-page-content
{
	margin:20px 0px 150px 0px;
	padding:30px;
    background-color: rgb(255 255 255 / 40%);
    border-radius: 5px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

#blog-telo-left #blog-page-content .spage__content a
{
	color: #0ec0c3;
    font-weight: 600;
}

#blog-telo-left #blog-page-content .spage__content ul li
{
	list-style:disc;
}

#blog-telo-left #blog-page-content .spage__content h3
{
	margin:20px 0px 5px 0px;
    font-family: 'Montserrat-Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;	
}

#blog-telo-left #blog-page-content h2
{
	font-family: 'permanent-marker-regular', sans-serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #333;
	margin:30px 0px 10px 0px;
}

#blog-telo-left #blog-page-content .spage__content
{
	font-family: 'Montserrat-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}

.spage__content img.alignright
{
	float:right;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.spage__content img.alignleft
{
	float:left;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#blog-page-niz
{
	width:100%;
	min-height:0px;
	margin:0px 0px 70px 0px;
}

#blog-page-niz #blog-page-video
{
	width:100%;
	margin:0px 0px 50px 0px;
}

#blog-page-niz #blog-page-video iframe
{
	width:100%;
	min-height:550px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#blog-page-niz #text-under-video
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #767676;
}

#blog-page-niz #metki
{
	margin:0px 0px;
	padding:0px 0px 0px 0px;
}

#metki #tegi
{
	float:left;
	margin:0px 20px 0px 0px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 40px;
	text-transform: capitalize;
	color: #000000;
}

#metki a
{
	float:left;
	padding:0px 10px;
	margin:7px 10px 0px 0px;
	border: 1px solid #929292;
	border-radius: 100px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 29px;
	text-align: center;
	color: #929292;
}

#blog-top #underh1
{
	width:38%;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 29px;
	color: #929292;
}

#blog-top #underh1 span
{
	color: #F23535;
	font-weight:bold;
}

#news-categories
{
	width: 100%;
	padding:30px;
	margin:0px 0px 200px 0px;
	background: #FAF4E8;
    border: 5px solid #FFF;
    border-radius: 5px;
    transform: rotate(-1deg);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
	display:flex;
	gap:10px;
}

.bloglistcontainer
{
	margin:0px 0px 150px 0px;
}

#news-sidebar
{
	width:100%;
}

#news-categories h2.s26th2
{
    color: #333;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
	margin:14px 0px 0px 0px;
}

#news-categories ul.s26__tags li
{
	padding:10px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 33px;
	text-align: center;
	color: #333;
	background: linear-gradient(135deg, #92C7BB, #B6C6C7, #1F5152);
	margin:0px 0px 0px 0px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#top-news
{
	width:100%;
	padding: 30px;
	margin: 70px 0px 150px 0px;
	background: #FAF4E8;
    border: 5px solid #FFF;
    border-radius: 5px;
    transform: rotate(1deg);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

#top-news h2
{
	margin: 0px 0px 30px 0px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 33px;
	line-height: 40px;
	text-transform: capitalize;
	color: #000000;
}

.blog-article
{
	display:flex;
	gap:20px;
}

#top-news ul li .blog-img
{
	width:300px;
	height:150px;
	position:relative;
}

#top-news ul li .blog-img img
{
	width:300px;
	height:150px;
	object-fit: cover;
	border: 5px solid #FFF;
    border-radius: 5px;
    transform: rotate(-1deg);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

#top-news ul li .blar-right
{
	width:calc(100% - 320px);
}

#top-news ul li .blar-right .blogdate
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 26px;
	color: #333;
	margin:0px 0px 10px 20px;
}

#top-news ul li .blar-right .blog-title
{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 19px;
	line-height: 25px;
	color: #000000;
	margin:0px 0px 0px 20px;
}

#top-news ul
{
	display:flex;
	flex-direction:column;
	gap:20px;
}

#top-news ul li
{
	padding:20px;
    background-color: rgb(255 255 255 / 40%);
    border-radius: 5px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

.contacts-header h1
{
font-family: 'permanent-marker-regular', sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
    color: #333;
	margin:30px 0px 50px 0px;
}

.cont-items
{
	display:flex;
	flex-direction:column;
	gap:50px;
}

.contacts-header #contact-tel
{
	height:30px;
	margin:0px 0px 20px 0px;
	padding:2px 0px 0px 45px;
	color: #333;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
	background: url(./assets/img/call-cont.svg) no-repeat left;
	background-size:30px;
}

.contacts-header #contact-graf
{
	height:30px;
	margin:0px 0px 20px 0px;
	padding:2px 0px 0px 45px;	
	color: #333;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
	background: url(./assets/img/opening-hours.svg) no-repeat left top;
	background-size:30px;
}

.contacts-header #contact-mail
{
	height:30px;
	margin:0px 0px 20px 0px;
	padding:2px 0px 0px 45px;	
	color: #333;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
	background: url(./assets/img/mail-cont.svg) no-repeat left;
	background-size:30px;
}

.contacts-header .cont-right #cont-form
{
	width:90%;
	margin: 5%;
}

.contacts-header .cont-right #cont-form form
{
	margin:100px 0px 0px 0px;
}

.contacts-header .cont-right #cont-form form label
{
	font-family: 'Architects-Daughter-V2';
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.cont-right #cont-form input,
.cont-right #cont-form textarea
{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #fc9;
    padding: 10px 20px;
    background: none;
    margin: 0px 0px 20px 0px;
	width:95%;
}

.cont-right #cont-form input::placeholder,
.cont-right #cont-form textarea::placeholder
{
	font-family: 'Montserrat-Regular';
	font-size:20px;
	color:#9999A5;
	font-weight:500;
}

.cont-right #cont-form textarea
{
	height:100px;
}

#cont-right #cont-form textarea
{
	height:50px;
	width:100%;
	resize: none;
	overflow:hidden;
}

.cont-right #cont-form input.wpcf7-submit
{
	width: 350px;
	border:none;
	padding: 25px 0px;
    background: #1F5152;
    font-family: 'Architects-Daughter-V2';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
}

.cont-right #cont-form input.wpcf7-submit:hover
{
	background: #32343A;
}

#last-blog-gallery
{
	padding:100px 0px;
	margin:0px;
}

#top-lbg
{
	width:100%;
	margin:0px 0px 30px 0px;
}

#top-lbg h2
{
	width:100%;
	font-family: 'permanent-marker-regular', sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    color: #333;
    text-align: center;
	margin:0px 0px 70px 0px;
}

#lbg-items
{
	width:100%;
}

#lbg-items ul
{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	gap:50px 30px;
	padding:0px;
	margin:0px;
}

#lbg-items li
{
	width:calc(33% - 16px);
}

#lbg-items li a
{
	width:100%;
	display:flex;
	flex-direction:column;
	gap:30px;	
}

#lbg-items li .last-news-img {
    height: 170px;
}

#lbg-items li img
{
	width:100%;
	height: 150px;
    object-fit: cover;
    border: 5px solid #FFF;
    border-radius: 5px;
    transform: rotate(2deg);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

#lbg-items li:nth-child(even) img
{
	transform: rotate(-2deg);
}

/* --------------------------------------------------------------------------------------------- WebAtom ---------------------------------------------------------------*/

.glider-contain {
  position: relative;
}

.glider .interestedli {
  box-sizing: border-box;
}

.glider-prev,
.glider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: none;
  border: none;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  display: inline-block !important;
  color: #333 !important;
}

.glider-prev { left: 8px; }
.glider-next { right: 8px; }

.glider-next:focus, .glider-next:hover, .glider-prev:focus, .glider-prev:hover {
    color: #333 !important;
}

.section.top .container-fluid
{
width:78%;
margin:0px auto;
padding: 0px !important;
} 

.slink {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 1.55em 0 0;
  font: 20px/2 "London";
  white-space: nowrap;
  color: #000;
  background: transparent;
}

.slink > * {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.slink > *:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.15em;
  background: linear-gradient(to right, #0130f9 0%, #00ffff 25%, #74ff80 50%, #00ffff 75%, #0130f9 100%) 0 0/200% 100% no-repeat;
  transition: background 0.5s;
}

.slink:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.2em;
  height: 1.2em;
  background: url("./assets/img/icons/next.svg") center/100% auto no-repeat;
}

.slink:hover > *:before {
  background-position: 100% 0;
}

.slink_white {
  color: #fff;
}

.slink_white:before {
  background-image: url("./assets/img/icons/next-white.svg");
  width:12px;
  height:22px;
}

.main {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.header {
	z-index: 10;
	width:100%;
	height:90px;
}

.section.header
{
	display:block;
	width:100%;
}

.section.header.stik {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: url(./assets/img/header.jpg) repeat center top;
	transition: all 0.3s ease;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

body.sticky-active {
	padding-top: 100px;
}

body.admin-bar .section.header
{
	height:90px;
	margin:0px 0px 0px 0px;
	position:fixed;
	background: url(./assets/img/header.jpg) repeat center top;
	transition: all 0.3s ease;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

.header-verh {
	height: 90px;
	width:1200px;
	padding:10px 0px;
	margin:0px auto;
}

.header-verh-wrapper
{
	width:100%;
	margin:0px auto;
	height: 80px;
    display: flex;
    flex-wrap: wrap;
}

#header-tel
{
	margin-left:auto;
}

.headnww
{
	width:100%;
	display:flex;
	padding:0px;
}

#main-menu
{
	margin:0px 0px 0px 2%;
	width: calc(55% - 0px);
	display:flex;
}

#main-menu nav ul{
	display:flex;
	margin:0px;
	gap:15px;
}

#main-menu nav ul li
{
	position:relative;
	margin:3px 0px 0px 0px;
}

nav.mainav
{
	margin:0px auto;
}

#main-menu nav ul li a
{
	display:block;
	padding:24px 0px;
    font-family: 'Montserrat-Regular';
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
	text-align: center;
	text-transform: uppercase;
    color: #1a1b1f;
}

#main-menu nav ul.sub-menu
{
	display:none;
}

#logo-restoremykitchen
{
	width:25%;
	max-width:280px;
	display:flex;
	margin:0px;
}

#footer1 #logo-restoremykitchen
{
	display:flex;
    background: #FFF;
    border-radius: 20px;
    width: 200px;
    padding: 20px;
}

#logo-restoremykitchen img
{
	height:45px;
	width:100%;
	object-fit:cover;
	margin:10px 0px 0px 0px;
}

.grecaptcha-badge
{
	display:none;
}

.contants-icon,
.cabinet-icon,
.menu-icon
{
	display:none;
}

.contact-us
{
	width:18%;
	height: 60px;
	margin:5px 0px 0px auto;
	display:flex;
	cursor:pointer;
}

.cu-button
{
    height: 50px;
    margin: 0px 0px 0px auto;
    padding: 15px 10px;
	color: #333;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
    background:#fc9;
	border: 2px solid #FFF;
    border-radius: 5px;
    transform: rotate(1deg);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);	
}

.all-contacts
{
	width:260px;
	height: auto;
	display:none;
    flex-wrap: wrap;
	padding:10px;
	margin:15px 0px 0px auto;
	gap:10px;
	transition: all 0.3s ease;
	background-color: rgb(114 114 114 / 40%);
	border: 10px solid #FFF;
    border-radius: 4px;
    transform: rotate(-1deg);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

.all-contacts.actives
{
	display:flex;
	flex-direction: column;
	gap:20px;
}

#napisat
{
	width:100%;
	height: 40px;
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	margin:0px 0px 0px auto;
}

#napisat a,
#header-tel a
{
	width:100%;
}

.email
{
	width:100%;
	height:40px;
	padding: 10px 10px;
	background: url("./assets/img/email.svg") no-repeat left #fc9;
    background-position: 10px 5px;
	background-size:25px;
	text-align:right;
	color: #333;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
	border: 2px solid #FFF;
    border-radius: 5px;
    transform: rotate(1deg);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

.email button
{
	background:none;
	display: block;
    float: right;
}

#header-tel {
    width:100%;
	height:40px;
    margin: 0px 0px 0px auto;
    padding: 10px 10px;
	color: #333;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
	text-align:right;
	background: url("./assets/img/call-icon.svg") no-repeat left #fc9;
    background-position: 10px 5px;
	background-size:25px;
	border: 2px solid #FFF;
    border-radius: 5px;
    transform: rotate(1deg);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

.header-shedule
{
    width:100%;
	height:40px;
    margin: 0px 0px 0px auto;
    padding: 6px 10px;
	text-align:right;
	background:#fc9;
	border: 2px solid #FFF;
    border-radius: 5px;
    transform: rotate(1deg);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
	color: #333;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    font-family: 'Architects-Daughter-V2';
}

.header-shedule span
{
    display: flex;
    margin: 6px 0px 0px auto;
}

._opened .menu-row {
  transform: rotate(90deg);
}

.current-menu-item a:before, .current-page-ancestor a:before, .current-post-ancestor a:before {
  width: 100% !important;
}

.menu-row {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 0.7em;
  height: 0.7em;
  background: url("./assets/img/icons/next-white.svg") center/100% auto;
  transition: transform 0.2s;
}

.footer__box .menu-row {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 0.7em;
  height: 0.7em;
  background: url("./assets/img/icons/next-white.svg") center/100% auto;
  transition: transform 0.2s;
}

.section {
	display: flex;
	color: #fff;
}

#case-head .wrapper,
#case-details .wrapper,
#case-stages .wrapper,
#other-cases .wrapper
{
    width: 100%;
    margin: 0px auto 20px auto;
    height: auto;
}

.faq-header
{
	margin:150px 0px 0px 0px;
	padding:0px;
}

.fh-wrapper
{
	width:1200px;
	margin:0px auto;
	position:relative;
	border: 5px solid #FFF;
    border-radius: 5px;
    transform: rotate(-0.5deg);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

.fh-wrapper .page-header-img
{
	height:100%;
	width:100%;
}

#case-head
{
	width:1200px;
	margin:50px auto 0px auto;
	padding:0px;
}

#casehtop
{
	display:flex;
	flex-wrap:wrap;
}

.ch-wrapper
{
	width:100%;
	display:flex;
	flex-direction: column;
	gap:20px;
}

.case-head
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	gap:20px;
	background-color: rgb(114 114 114 / 40%);
    padding: 40px;
    border: 10px solid #FFF;
    border-radius: 4px;
    transform: rotate(1deg);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

.case-head-left
{
	width:calc(50% - 20px);
	padding:0px;
}

.case-head-left h1
{
	font-family: 'permanent-marker-regular', sans-serif;
    font-size: 42px;
    line-height: 62px;
    font-weight: 500;
    color: #FFF;
    text-shadow: 1px 1px 7px #000;
    margin: 0px;
	margin:0px 0px 30px 0px;
}

#case-link,
#case-term,
#case-design,
#case-type
{
	margin:0px 0px 20px 0px;
	font-family: 'Montserrat-Regular';
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #333;
}

.case-head-left #case-link span,
.case-head-left #case-term span,
.case-head-left #case-type span,
.case-head-left #case-design span
{
	margin-right:10px;
	color: #333;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
}

#case-short-text h2
{
	color: #333;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';	
}

#case-short-text
{
	margin:0px 0px 20px 0px;
	font-family: 'Montserrat-Regular';
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #333;	
}

.mo-about-case
{
	animation: float 3s ease-in-out infinite;
}

.mo-about-case a {
    color: #1F5152;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
}

#casehcont
{
	margin:50px 0px;
	font-family: 'Montserrat-Regular';
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #333;
    padding: 10px;
	display:flex;
	flex-direction:column;
	gap:50px;
    background-color: rgb(255 255 255 / 30%);
    transform: rotate(1deg);
    border-radius: 4px;
}

#casehcont h2.sd-h2
{
	font-family: 'permanent-marker-regular', sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
    color: #333;
    padding: 0px;
    margin: 30px 0px 0px 0px;
}

#casehcont div h3
{
	color: #333;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    font-family: 'Architects-Daughter-V2';
	margin:0px 0px 15px 0px;
}

.project-text
{
	margin:0px 0px 50px 0px;
	font-family: 'Montserrat-Regular';
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #333;
    padding: 10px;
    background-color: rgb(255 255 255 / 30%);
    transform: rotate(-1deg);
    border-radius: 4px;	
}

.project-text h2
{
	color: #333;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    font-family: 'Architects-Daughter-V2';
	margin:0px 0px 15px 0px;	
}

.case-head-right
{
	width:50%;
}

.case-short-text
{
	font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #767676;
}

.case-gallery-before-after
{
	width:100%;
	margin:50px 0px 0px 0px;	
}

.case-gallery-before-after-wrapper
{
	display:flex;
	flex-direction:column;
	gap:50px;
}

.case-gallery-row
{
	width:100%;
	display:flex;
	gap:50px;
	padding: 25px;
}

#case-gallery
{
	margin:70px 0px;
}

#case-gallery h2.case-gallery-title
{
	color: #333;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    font-family: 'Architects-Daughter-V2';
    margin: 0px 0px 15px 0px;
}

.case-gallery-nav button
{
	top:5%;
}

.case-gallery-row
{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.before-img, .after-img
{
  width: 48%;
}

.case-gallery-row img
{
  width: 100%;
  border-radius: 10px;
}

.case-gallery-nav
{
  text-align: right;
  margin-bottom: 10px;
}

.case-gallery-nav button
{
  background: #eee;
  border: none;
  padding: 6px 12px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.2s ease;
}

.case-gallery-nav button:hover
{
  background: #ccc;
}

.before-img,
.after-img
{
	width: calc(50% - 25px);
}

.before-img h3,
.after-img h3
{
	color: #333;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
}

.before-img img,
.after-img img
{
	width:100%;
    border: 10px solid #FFF;
    border-radius: 4px;
    transform: rotate(-1deg);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);	
}

.case-gallery-wp
{
	width:100%;
	margin:50px 0px 0px 0px;
}

.case-gallery
{
	width:100%;
	position:relative;
}

.case-gallery button.slick-prev
{
	position:absolute;
	left:0px;
	top:0px;
	height: 50px;
    width: 50px;
    font-size: 40px;
    line-height: 30px;
    text-align: center;
	background: #1F5152;
    color: #fff;
    border: none;
    padding: 10px;
	font-family: 'Architects-Daughter-V2';
    font-style: normal;
    font-weight: 700;
	border-radius:4px;
	box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

.case-gallery button.slick-next
{
	position:absolute;
	right:0px;
	top:0px;
	height: 50px;
    width: 50px;
    font-size: 40px;
    line-height: 30px;
    text-align: center;
	background: #1F5152;
    color: #fff;
    border: none;
    padding: 10px;
	font-family: 'Architects-Daughter-V2';
    font-style: normal;
    font-weight: 700;
	border-radius:4px;
	box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

.case-gallery ul.slick-dots
{
	width:1000px;
	margin:50px auto 0px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	gap:15px;
}

.case-gallery ul.slick-dots li
{
	width:30px;
	height:30px;
	padding:5px;
	text-align:center;
	color:#FFF;
	font-family: 'Architects-Daughter-V2';
	background: #1F5152;
	border-radius:50%;
	box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

.case-gallery ul.slick-dots li button
{
	background:none;
	border:none;
	color:#FFF;
	font-family: 'Architects-Daughter-V2';
}

.case-gallery .slick-list
{
	width:1000px;
	margin:0px auto;
	background-color: rgb(114 114 114 / 40%);
    padding: 0px;
    border: 10px solid #FFF;
    border-radius: 4px;
    transform: rotate(-1deg);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

.case-gallery .slick-list .slide img
{
	height:500px;
	width:100%;
	object-fit:cover;
}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gallery-container a {
    width: calc(33.33% - 10px);
    cursor: pointer;
}

.gallery-container img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.gallery-container img:hover {
	transform: scale(1.05);
}

#case-logo
{
	width:100%;
	margin:0px;
}

#case-logo img
{
	max-height:550px;
	width:100%;
    object-fit: cover;
    border: 10px solid #FFF;
    border-radius: 5px;
    transform: rotate(-2deg);
	-webkit-box-shadow: -5px 5px 15px 0px #212121;
	-moz-box-shadow: -5px 5px 15px 0px #212121;
	box-shadow: -5px 5px 15px 0px #212121;
}

#single-page
{
	padding: 0px 0px;
}

#single-page .wrapper
{
    margin: 0px auto;
    width: 1400px;
	padding: 20px;
    background-color: rgb(255 255 255 / 40%);
    border-radius: 5px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
	font-family: 'Montserrat-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #333;
}

#single-page .wrapper h2,
#single-page .wrapper h3,
#single-page .wrapper h4
{
	margin:30px 0px 10px 0px;
}

#single-page .wrapper ul,
#single-page .wrapper ol
{
	margin:10px 0px 10px 25px;
}

#single-page .wrapper ul li
{
	list-style:disc;
}

#single-page .wrapper ol li
{
	list-style:auto;
}

#back-to-top {
	position: fixed;
	bottom: 40px;
	right: 40px;
	width: 50px;
	height: 50px;
	background: #1F5152;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 50px;
	border-radius: 25px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 9999;
	font-family: 'Montserrat';
}

#back-to-top.show {
	background: #1F5152;
	opacity: 0.6;
	visibility: visible;
}

#back-to-top:hover {
	opacity: 1;
}

#lazy-contact-form {
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
}
#lazy-contact-form[data-loaded="true"] {
  opacity: 1;
}

.footer {
  flex-shrink: 0;
}

footer.section
{
	display:block;
	margin:0px;
	padding:0px;
	color:#929292;
	background-color: rgba(0, 0, 0, 0.1);
}

footer.section div.container-fluid
{
	width:1200px;
	margin:0px auto;
	padding:50px 0px 0px 0px !important;
}

.footer__box {
	display: flex;
	flex-wrap: wrap;
	gap:30px;
	padding: 0px 0 50px 0;
}

#footer1
{
	width:calc(25% - 0px);
	display:flex;
	flex-direction:column;
	gap:30px;
}

#logo-footer
{
	height:60px;
	width:100%;
}

#logo-footer img
{
	width:100%;
	height:auto;
	object-fit:cover;
}

#footer2
{
	width:calc(50% - 60px);
}

#footer4,
#footer3
{
	width:calc(25% - 0px);
	display:flex;
	flex-direction:column;
	gap:30px;
}

#footer3 #menu-footer-menu-2
{
	margin:-10px 0px 0px 0px;
}

.footer__box > *:nth-child(1) {
  width: 30%;
}

.footer__box > *:nth-child(2) {
  width: 20%;
}

.footer__box > *:nth-child(3) {
  width: 25%;
}

.footer__box > *:nth-child(4) {
  width: 20%;
}

.footer-logo,
.footer-logo-b {
  display: inline-block;
  margin: 5px 0 50px 0;
  max-width: 255px;
}

.footer-logo__img {
  display: inline-block;
  max-width: 255px;
}

.footer-ce
{
	height:40px;
	display:flex;
	gap:20px;
	margin:0px;
}

#footer-call
{
	height:40px;
	width:180px;
	padding:10px 0px;
	margin:0px 0px 0px auto;
    color: #333;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Architects-Daughter-V2';
	text-align:center;
    background: #fc9;
    border: 2px solid #FFF;
    border-radius: 5px;
    transform: rotate(1deg);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

#footer-mail
{
	height:25px;
	width:50px;
	padding:0px;
	margin: 0px;
}

#footer-shedule
{
	height:25px;
	width:100%;
	padding:5px;
	margin: 0px 0px 0px 0px;
    font-family: 'Architects-Daughter-V2';
    font-size:20px;
    line-height: 20px;
    font-weight: 600;
    color: #333;
}

.footer-adress
{
	margin:20px 0px 0px 0px;
	font-family: 'Architects-Daughter-V2';
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #333;
}

.gmb-link
{
	margin:0px 0px 0px 0px;
	font-family: 'Architects-Daughter-V2';
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #1F5152;

}

.gmb-link a
{
	display:block;
	background: url(./assets/img/gmb-icon.svg) no-repeat left;
    background-size: 20px;
	padding:0px 0px 0px 25px;	
}

#shedule-visit
{
	width:calc(100% - 30px);
	margin:0px auto;
}

#shedule-visit button
{
	width:100%;
	height: 60px;
	padding: 20px;
    background: #1F5152;
    font-family: 'Architects-Daughter-V2';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.trust-footer
{
	margin:20px 0px 0px 0px;
	padding:0px 15px;
	font-family: 'Architects-Daughter-V2';
    font-size: 16px;
    line-height: 17px;
    font-weight: 500;
    color: #333;
}

.footer-menu ul
{
	display:flex;
	flex-wrap:wrap;
	gap:5px 10px;
	margin:0px;
}

.footer-menu ul li
{
	font-family: 'Architects-Daughter-V2';
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #333;
	padding:5px;
	border:1px solid #333;
	border-radius:15px;
}

.footer-menu ul li:hover
{
	background:#333;
	cursor:pointer;
	transform: rotate(2deg);
}

.footer-menu ul li:hover a
{
	color:#FFF;
}

#copirr
{
	margin:35px 0px 0px 0px;
	font-family: 'Architects-Daughter-V2';
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #333;
}

.footer-logo__text {
	width: 100%;
    padding: 0px 15px;
	display: block;
	margin: 0px 0px 20px 0px;
	font-family: 'Montserrat-Regular';
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #333;	
}

#footer4
{
position:relative;
}

#footer-soc
{
position:absolute;
bottom:10px;
right:10px;
}

#footer-soc ul li img
{
width:25px;
}

#footer-bottom
{
	height:60px;
	padding:0px;
	position:relative;
}

#footer-bottom #footer-poli
{
	height:30px;
	width:600px;
	margin:0px auto;
	display:flex;
	gap:30px;
    font-family: 'Architects-Daughter-V2';
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #333;
}

#footer-poli #pol
{
	margin:0px auto 0px 0px;
}

#footer-poli #term
{
	margin:0px auto;
}

#footer-poli #cookies
{
	margin:0px 0px 0px auto;
}

.bordered-links a {
  position: relative;
  display: inline-block;
  padding: 5px;
}

.bordered-links a:before {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 0;
  width: 0;
  height: 1px;
  transition: all 0.2s;
}

.bordered-links a:hover:before {
  width: calc(100% - 10px);
}

.spage {
  flex-grow: 1;
}

.spage__box {
  padding: 150px 0 100px;
}

.spage__box .sh9__list {
  display: flex;
  flex-wrap: wrap;
}

.spage__box .sh9__list-box {
  margin: 0 0 3vw;
  width: 33.33%;
}

.spage__title {
  margin: 0 0 1em;
  font: 32px/1.2 "Asgard-FitMedium";
  text-transform: uppercase;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  margin: 2px 0 0;
  font-size: 15px;
}

.wpcf7-not-valid {
  border-color: red;
}

.wpcf7 form .wpcf7-response-output {
  margin: 20px auto 0;
  padding: 10px;
  border-width: 1px;
}

.spagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 0 0;
  font-family: 'London-Bold';
}

.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 6px;
  color:#333;
  border: 1px solid #333;
}

.next.page-numbers
{
border:none;
color: #333;
}

.page-numbers:not(.prev):not(.next):not(.dots) {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.page-numbers.current {
	color: #319191;
	background: none;
	font-size: 28px;
	font-weight:700;
	border: 1px solid #319191;
}

.page-numbers.prev, .page-numbers.next {
  position: relative;
  margin: 0 19px;
  font-size: 0;
}

.page-numbers.prev:before
{
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%) rotate(180deg);
	width: 55px;
	height: 100%;
	background: url("./assets/img/next.svg") center no-repeat;
	background-size:30px;
}

.page-numbers.next:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 55px;
  height: 100%;
  background: url("./assets/img/next.svg") center no-repeat;
  background-size:30px;
}

.page-numbers.prev {
  padding: 0 19px 0 0;
}

.page-numbers.prev:before {
  right: 0;
  border:none;
}

.prev.page-numbers
{
border:none;
}

.page-numbers.next {
  padding: 0 0 0 19px;
}

.page-numbers.next:before {
  left: 0;
}

/* ----------------------------------------------------------------------------------------------------max-width: 2000px --------------------------------------------------------*/
@media (max-width: 2000px) {

}

/* -----------------------------------------------------------------------------------------------------max-width: 1500px --------------------------------------------------------*/
@media (max-width: 1500px) {
  .footer__box > *:nth-child(1) {
    width: 50%;
  }
  .footer__box > *:nth-child(2) {
    width: 25%;
  }
  .footer__box > *:nth-child(3) {
    width: 25%;
  }
#for h2 p {
    width: 55%;
}
#call-front .wrapper {
    min-height: auto;
	background:none;
}
.faqli.active #faq-icon {
    top: 39px;
}
#stages h2 {
    width: 61%;
}
#lastnews #topnews h2 {
    width: 41%;
}
#care-left h2 {
    font-size: 52px;
	line-height: 63px;
}
#why-access h2 {
    width: 64%;
}
#insurance-h2 {
    width: 55%;
}
#what-get h2 {
    width: 65%;
}
#service-price h2 {
    width: 55%;
}
#main-plot #mainp-left h2 {
    width: 70%;
    margin: 45px 50% 30px 0px;
}
#main-plot #mp-cont {
    height: 424px;
}
#accompanying-service #accompanying-h2 {
    width: 55%;
}
#accompanying-service #accompanying-bg-img {
    width: 82%;
}
#accompanying-service #accompanying-down {
    bottom: 150px;
}
#what-items-2 li .what-img img {
    width: 160px;
    height: 125px;
}
#accompanying-service #accompanying-h2 h2 {
    font-size: 42px;
    line-height: 50px;
}
#main-plot #mainp-left #mainpl-text {
	padding:0px 20px;
}
#blog-telo-right #br-strelka {
    right: 0px;
}
}

/* -----------------------------------------------------------------------------------------------------max-width: 1400px --------------------------------------------------------*/

@media (max-width: 1400px) {
.section.sh1,
#trusted .wrapper,
#we-understand .wrapper,
#for .wrapper,
#main-services .wrapper,
#call-front .wrapper,
#choose .wrapper,
#getting-started .wrapper,
#stages .wrapper,
#reviews .wrapper,
#property .wrapper,
#call-now .wrapper,
#faqitems,
#lastnews .wrapper,
footer.section div.container-fluid,
.block-container .wrapper,
#restorekitchen-benefits .wrapper,
#service-price.block-container .wrapper,
.header > *:nth-child(2) .container-fluid,
#header-niz-wrap
{
width: 90%;
}

#lastnews .wrapper
{
padding:0px;
}

#trusted-right #rs {
    margin: 35px 25px 0px 0px;
}

#care-left h2
{
font-size: 55px;
line-height: 65px;
width:95%;
}

#why-access h2 {
    width: 62%;
}

#insurance-h2 {
    width: 55%;
}

#mr-items ul li {
    width: 30%;
    min-width: 230px;
    height: 100%;
    min-height: 250px;
    float: left;
    margin: 0px 20px 0px 0px;
    background: #FFFFFF;
    padding: 20px 30px;
}

#mr-items #mr-str {
    margin: 50px 0px 0px 0px;
}

#mr-items ul li #mr-text {
    margin: 37% 0px 0px 0px;
}

.block-container .wrapper
{
padding:0px;
}

#we-offer h2 {
    width: 90%;
}

#service-price h2 {
    width: 50%;
}

#what-items-2 li .what-img img {
    height: 150px;
}

#main-plot #mp-cont {
    height: 508px;
}

#accompanying-service #accompanying-h2 {
    width: 50%;
}

#ourteam-e-mail {
    font-size: 14px;
}

#certified-team h2 {
    width: 50%;
}

#top-rated h2 {
    width: 65%;
}

}

/* -----------------------------------------------------------------------------------------------------max-width: 1300px --------------------------------------------------------*/

@media (max-width: 1300px) {

}

/* -----------------------------------------------------------------------------------------------------max-width: 1199px --------------------------------------------------------*/

@media (max-width: 1199px) {

  .header__box {
    height: 90px;
  }
  
  .container-fluid {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }

}

/* -----------------------------------------------------------------------------------------------------max-width: 991px --------------------------------------------------------*/

@media (max-width: 991px) {

  .footer__box {
    padding: 30px 0;
  }

  body {
    font-size: 16px;
  }
  
  .header__box {
    height: 70px !important;
  }

}

/* ----------------------------------------------------------------------------------------------------- max-width: 767px --------------------------------------------------------*/

@media (max-width: 767px) {

}

/* -----------------------------------------------------------------------------------------------------max-width: 720px --------------------------------------------------------*/

@media (max-width: 720px) {

}

@media (min-width: 610px) {

}

/* -----------------------------------------------------------------------------------------------------max-width: 600px --------------------------------------------------------*/

@media (max-width: 600px) {
	
	body
	{
		overflow:visible;
		width: 100vw;
		max-width: 100vw;
	}
	
	.main {
		width: 100vw;
		overflow: hidden;
	}
	
	.oc-wrapper,
	.lclb-wrapper,
	.ol-wrapper
	{
		width:100%;
		padding: 0px 20px;
	}
	
	.oc-wrapper h2,
	.lclb-wrapper h2,
	.ol-wrapper h2
	{
		font-size: 26px;
		line-height: 32px;
	}
	
	.page-template-city .whyus-head-wrapper #page-header-img img,
	.page-template-cities .whyus-head-wrapper #page-header-img img
	{
		height: 850px;
	}
	
	.page-template-cities #header-undertitle {
		font-size: 20px;
		line-height: 25px;
	}

    .page-template-cities .whyus-head-wrapper #page-header-top h1 {
        font-size: 28px !important;
        line-height: 36px;
    }
	
	.case-image img {
		height: 400px;
	}
	
	.cities-icon
	{
		right: auto;
        left: auto;
        bottom: 0px;
        position: relative;
        margin: 0px auto;	
	}
	
	#city-map-img {
		width:100%;
		right:auto;
		left:0px;
		bottom:0px;
		position:relative;
		transform: rotate(1deg);
	}
	
	#header-button button
	{
		width:100%;
	}
	
	li.locations-item {
		transform: rotate(0.5deg);
		flex-direction: column;
	}
	
	#city-map-img img {
		width: 100%;
		height: 200px;
	}
	
	.w-b button
	{
		width:100%;
	}
	
	.page-template-city .whyus-head
	{
		margin:50px auto 0px auto;
	}
	
	.page-template-city .breadcrumbs
	{
		margin: 0px auto 0px auto;
		padding: 0px 0px 30px 0px;
	}
	
	.cities-block .cb-wrapper
	{
		width:100%;
	}
	
	.cities-list .city-item {
		width: calc(100% - 20px);
		margin: 0px auto;
	}
	
	li.locations-item a
	{
		flex-direction:column;
	}
	
	.location-thumb {
		width: 96%;
		margin: 0px auto;
	}
	
	.location-thumb img
	{
		width:100%;
	}
	
	.lid-right {
		width: calc(100% - 0px);
	}
	
	.cases-template-case .breadcrumbs,
	.post-template-blog-page .breadcrumbs,
	.news-template-news-page .breadcrumbs
	{
		margin: 5px auto 0px auto;
		padding: 0px 0px 0px 0px;
	}
	
	.breadcrumbs-wrapper
	{
		width:100%;
		height: 0px;
        visibility: hidden;
	}

	.breadcrumbs-wrapper ul {
		gap: 10px;
	}
	
	.breadcrumbs-wrapper ul li {
		font-size: 16px;
		font-weight: 100;
		line-height: 20px;
		font-family: 'Montserrat-Regular';
	}
	
	.glider-next {
		top: -15px !important;
		right: 20px !important;
		left: auto;
	}
	
	.glider-prev {
		left: 20px !important;
		top: -15px !important;
	}
	
	.glider-prev,
	.glider-next {
		display: inline-block !important;
	}
	
	.cwl-tel
	{
		font-size:40px;
	}
	
	body.admin-bar .section.header {
		height: 60px;
	}
	
	#logo-restoremykitchen {
		width: 30%;
	}

	.contact-us {
		width: 35%;
		height: 55px;
	}

	#case-head {
		margin: 70px auto 0px auto;
	}
	
	.case-head-left h1 {
		font-size: 32px;
		line-height: 50px;
	}
	
	.case-gallery-before-after {
		width: 96%;
		margin: 50px auto;
	}
	
	.ll-wrapper
	{
		width:100%;
		margin: 0px auto;
	}
	
	.cu-button
	{
		height: 40px;
        padding: 10px 10px;
		margin-top:3px;
		font-size:16px;
	}
	
	.case-gallery-wp {
		width: 100vw;
		padding: 50px 0px 0px 0px;
	}
	
	.case-gallery .slick-list {
		width: 96%;
	}
	
	.case-gallery button.slick-prev {
		left: 10px;
		top: -60px;
	}
	
	.case-gallery button.slick-next {
		right: 10px;
		top: -60px;
	}
	
	#casehcont,
	.project-text	{
		width: 96%;
		margin: 0px auto;
	}
	
	.cw-left-2
	{
		min-height:130px;
	}
	
  #main-menu {
    position: fixed;
    top: 60;
    right: -100%;
    width: 80%;
    height: 100%;
	background-color: rgb(114 114 114 / 40%);
    border-radius: 4px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
    z-index: 999;
  }
  #main-menu.active {
    right: 0;
	top:60px;
  }
  #main-menu nav ul {
    flex-direction: column;
}
nav.mainav {
    margin: 0px auto;
    width: 90%;
}
#main-menu.active .mainav ul#menu-head-menu li
{
	padding:15px 0px;
	background: #fc9;
    border: 2px solid #FFF;
    border-radius: 5px;
    transform: rotate(1deg);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}
#main-menu nav ul li a {
    padding: 0px;
}
.whyus-head {
    width: 100%;
    margin: 50px auto 0px auto;
}
.whyus-head-wrapper #page-header-top
{
	padding:20px;
}
.whyus-head-wrapper #page-header-top h1 {
    font-size: 30px !important;
    line-height: 33px;
}
#why-ulli {
    margin: 30px 0px 0px 0px;
    width: 100%;
}
#why-ulli ul li {
    margin: 0px 0px 0px 0px;
}
#case-gallery h2.case-gallery-title {
    margin: 0px 0px 30px 0px;
}
.blog-navigation a {
    padding: 10px;
    font-size: 12px;
    line-height: 12px;
}
#whyus-benefits h2 {
    font-size: 33px !important;
    line-height: 42px;
    margin: 0px 0px 70px 0px;
}
.contacts {
    width: 100%;
    margin: 90px auto 0px auto;
}
.contacts-header {
    flex-direction: column;
}
.cont-left, .cont-right {
    padding: 20px;
    width: calc(100% - 0px);
}

#what-items-2 li .what-img img {
    height: 160px;
}
#service-price h2 span,
#cs-h2 h2 span
{
position: relative;
bottom: 25px;
}
#service-price h2 span, #cs-h2 h2 span {
    bottom: 20px;
}
#main-plot #mainp-right img {
    min-height: 200px !important;
	object-fit:cover;
}
.header__box #logo-restoremykitchen {
    float: left;
    margin: 10px 20px 0px 0px;
}
.home #head-shedule button {
    width: 100%;
}

.header-verh-wrapper
{
	height:60px;
	width:100%;
}

.contants-icon
{
	width:35px;
	height:35px;
	background: url(./assets/img/call.svg) no-repeat center;
	background-size:35px;
	display:flex;
	margin: 10px 0px 0px auto;
}

.all-contacts
{
	margin: 0px 0px 0px 0px;
    right: 0px;
    left: auto;
    position: absolute;
    top: 60px;
}

.all-contacts.activ-contacts
{
	height:60px;
	width: 100%;
	display:flex;
	position:absolute;
	top:70px;
	background:#FFF;
	border-bottom:1px solid #66CB01;
	padding:15px 10px;
	gap:10px;
}

.all-contacts.activ-contacts #napisat
{
	 margin: 0px 0px 0px 0px;
}

.all-contacts.activ-contacts #header-tel {
    margin: 0px 0px 0px auto;
}

.cabinet-icon
{
	width:35px;
	height:35px;
	background: url(./assets/img/account.svg) no-repeat center;
	background-size:35px;
	display:flex;
	margin: 10px 0px 0px auto;
}

.menu-icon
{
	width:35px;
	height:35px;
	background: url(./assets/img/mobil-menu.svg) no-repeat center;
	background-size:35px;
	display:flex;
	margin: 10px 10px 0px auto;	
}

.section.sh1
{
width:100%;
}
.home #under-head {
    position: relative;
    min-height: 715px;
}
.home #head-conteiner {
    width: 100%;
	padding:0px 10px;
    margin: 0px 0px 0px 0px;
	position:absolute;
	bottom:20px;
	top:350px;
	display:flex;
	flex-direction:column;
	gap:30px;
}
.home #head-conteiner #head-shedule
{
	width:100%;
	bottom:10px;
}
.home #head-undertitle {
    width: 100%;
}
.home #head-title {
    width: 100%;
    margin: 0px;
}
.home #head-title h1
{
font-size: 33px !important;
line-height: 40px;
}
.home #head-conteiner .underh2line {
    width: 100%;
	margin: 0px 0px 30px 0px;
}
.ss-botton {
    top: 480px;
    right: -20px;
}
.rs-botton {
    top: 400px;
    right: auto;
    left: 25px;
}
.ps-botton {
    top: auto;
    bottom: 140px;
    right: auto;
    left: 25px;
}

#restorekitchen-benefits .wrapper,
#main-services .wrapper,
#getting-started .wrapper,
#stages .wrapper,
#last-cases .wrapper,
#for .wrapper,
#call-front .wrapper,
#we-understand .wrapper,
#faqitems,
#lastnews .wrapper
{
    padding: 100px 10px;
}
#restoremykitchen-reviews .rr-wrapper {
    padding: 120px 10px;
	width:100%;
}

.rg-left
{
	flex-direction:column;
}

.rgl-left {
    width: calc(100% - 0px);
}

.portfolio-link
{
	width:100%;
}

ul.serlinksul,
#getting-started li.gsli,
ul.stagesul li.stagesli
{
    flex-direction: column;
}

ul.serlinksul li,
ul.stagesul li .stli-first,
ul.stagesul li .stli-second,
li.stagesli:nth-child(even) .stli-first,
li.stagesli:nth-child(even) .stli-second,
ul.stagesul li .stages-button button
{
    width: calc(100% - 0px);
}

ul.serlinksul{
	gap:90px;
}

ul.serlinksul li
{
	min-height:auto;
}

.ser-links .ser-page-podrobnee
{
	position:relative;
}

#stages li.stagesli .stages-img {
    margin: 0px 0px 0px 0%;
	width:100%;
}

#stages li.stagesli .stages-img img
{
	width:100%;
}

#service-price.block-container .wrapper {
    background-size:cover;
	padding:50px 0px 0px 0px;
}

#domore-content {
    padding: 10px;
	flex-direction:column;
	gap:10px;
}

.price-left {
    width: calc(100% - 0px);
}

#domore-content #domore-bg-img {
    height: 300px;
    width: 100%;
}

.underh2line
{
	width:100%;
}
#main-services h3 {
	width:100%;
}
#connection .con-wrapper {
    width: 100%;
    padding: 30px 10px;
}
.cw-left {
    width: calc(100% - 0px);
    padding: 30px 0px;
}
.cw-left h2 {
    margin: 50px 0px 0px 0px;
	font-size: 30px;
	text-align:center;
}
.cwl-text,
.cwl-tel
{
	text-align:center;
}
.cw-right-img
{
	top:0px;
	left: calc(50% - 140px);
}
#connection {
    min-height: 930px;
    background-size: cover;
}
#who-we-are .wwa-wrapper,
#contact-form .cf-wrapper,
#restore-gallery .rg-wrapper
{
    width: 100%;
    padding: 150px 20px;
}
#restore-gallery .rg-wrapper
{
	flex-direction:column;
	gap: 100px;
}
.right-rg-text {
    padding-left: 0%;
}
.rg-left
{
	width:100% !important;
	position: relative !important;
}
.rg-right {
    width: calc(100% - 0px);
    margin-left: auto;
}
.cf-w-top
{
    width: 90%;
    max-width: 100%;
    background-size: 90%;
}
.cf-wrapper h2 {
    width: 100%;
    margin: 0px;
}
#contact-form .cf-wrapper
{
	background-size:cover;
}
.cw-left-1,
.cw-left-2,
.cw-right,
.cwl-email button,
.wwa-content,
.wwac-left,
.rg-left h3,
.rg-text
{
    width: 100%;
}
.section.header #mobil-main-menu
{
    opacity: 0;
    visibility: hidden;
	position:absolute;
}
.section.header.header__opened #mobil-main-menu
{
    opacity: 1;
    visibility: visible;
	transition: transform 0.5s ease;
	width:80%;
	float:right;
	background:#FFF;
	right: -20px;
    top: 70px;
	background:#F7F7F7;
	-webkit-box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.1);
box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.1);
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-left-radius: 20px;
}
.section.header.header__opened #mobil-main-menu ul#menu-head-menu
{
display:block !important;
}
#mobil-main-menu #menu-head-menu
{
width:100%;
float:right;
margin:0px 0px 50px 0px;
}
#mobil-main-menu #header-tel
{
width:80%;
float:right;
margin:0px 10% 0px 10%;
padding:20px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 19.25px;
text-align:center;
line-height: 150%;
color: #E10714;
background: url(./assets/img/tel-verh.svg) no-repeat left;
}
.header__box #logo {
    float: left;
    margin: 15px 20px 0px 0px;
}
#mobil-main-menu ul li ul.sub-menu
{
	background:#ECECEC;
}
#mobil-main-menu ul li._opened a
{
color:#000;
font-weight:bold;
}
.home .section.sh1 > *:nth-child(1),
.section.sh1 > *:nth-child(1) {
    display: block;
width:100%;
}
#page-header {
    margin: 70px auto 0px auto;
    padding: 30px 0px;
    max-width: 100%;
	position:relative;
}
#header-button
{
position:absolute;
top:calc(100% + 310px);
width: 100%;
}
#page-header #page-header-top {
    padding: 0px 20px;
    position: relative;
}
#page-header h1 {
    width: 100%;
	font-size: 33px !important;
	line-height: 40px;
}
#page-header-top #down
{
display:none;
}
#page-header #page-header-img
{
min-height:225px;
text-align:center;
padding:0px 0px 70px 0px;
}
#page-header #header-button button
{
width:100%;
}
ul.topbenul li .topben-text
{
    font-family: 'Montserrat-Regular';
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	width:100%;
}
#care-of .wrapper
{
    padding: 50px 20px;
	height: auto;
    width: calc(100% - 10px);
    margin: 0px 5px;
	transform: rotate(0.3deg);
}
#care-left {
    width: 100%;
    float: left;
	margin:0px 0px 50px 0px;
}
#care-left h2
{
width:100%;
font-size: 33px;
line-height: 50px;
}
#why-services #access-undertitle
{
	padding:0px 20px;
}
li.accessli {
    flex-direction: column;
	padding:20px;
}
li.accessli:nth-child(even),
#insurance-cont {
    flex-direction: column;
}
li.accessli .ac-li-left {
    width: calc(100% - 0px);
}
#youtube-icon {
    margin: 0px 20px 0px 0px;
}
#care-left #video-care button {
	width: calc(100% - 72px);
    height: 53px;
}
#care-right {
    width: 100%;
    float: right;
}
#why-access h2
{
width:100%;
font-size: 47px;
line-height: 52px;
}
ul.accessul {
    width: 100%;
    float: right;
}
li.accessli .accessitem-title
{
width:80%;
margin:10px 0px 0px 0px;
}
li.accessli .access-text
{
margin: 60px 0px 20px 0px;
    width: 100%;
}
li.accessli .access-icon {
    width: 100%;
    float: right;
	margin: 0px 0px 30px 0px;
}
li.accessli.active #right-s {
    position: absolute;
    float: left;
    background: url(./assets/img/down-s.svg) no-repeat center;
    height: 75px;
    top: 35px;
    right: 0px;
}
#insurance-cont
{
    height: auto;
	float:none;
}
#insurance-cont #insurance-img {
    float: left;
    width: 100%;
    height: 390px;
    overflow: hidden;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
#insurance-h2 h2 {
    margin: 0px;
}
ul.woul {
    flex-direction: column;
}
#insurance-cont #insurance-img img {
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 0px;
}
#insur-right {
    width: 100%;
    float: right;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
#insurance-h2 {
    width: 90%;
	margin: 60px 20px 54px 20px;
	font-size: 28px;
line-height: 36px;
}
#insurance-text {
    margin: 0px 20px 0px 20px;
}

#warning-link,
#warning-link button {
    width: 100%;
}
#we-offer h2 {
    width: 100%;
    font-size: 25px;
    line-height: 32px;
}
#weoffer-items {
    width: 100%;
    float: left;
}
#weoffer-items li {
    width: calc(100% - 20px) !important;
	margin: 0px auto;
    padding: 0px 20px 40px 0px;
}
#we-offer-link {
    width: 100%;
    float: left;
    margin: 30px 0px 0px 0px;
}
#we-offer-link button
{
width:100%;
}
#logos
{
border-top:none;
}
ul.logul {
    display:block;
}
ul.logul li {
    margin: 0px 0px 30px 0px;
    text-align: center;
    line-height: 70px;
    width: 50%;
    float: left;
}
#last-blog-gallery {
    padding: 70px 0px 70px 0px;
    margin: 0px 0px 0px 0px;
}
#top-lbg {
    width: 100%;
}
#top-lbg h2 {
    width: 100%;
	font-size: 26px;
line-height: 32px;
word-break: break-word;
}
#lbg-items ul
{
	flex-direction:column;
}
#lbg-items li
{
	width:calc(100% - 20px);
	margin:0px auto;
}
#lbg-items {
    min-height: 1250px;
}
.footer__box
{
	padding:0px;
}
#logo-footer {
    height: 80px;
    width: 100%;
}
#serd-left {
    width: 100%;
}
#service-description h2
{
	width: 100%;
	font-size: 33px;
	padding:0px 0px 0px 50px;
}
.sd-wrap {
    flex-direction: column;
}
#serd-right {
	min-height:auto;
    width: 100%;
    padding: 40px 0px 150px 0px;
}
#serd-right #serdes-link {
    width: 200px;
}
#service-price.block-container .wrapper
{
width:100%;
}
#service-price h2 {
    width: 100%;
	font-size: 44px;
line-height: 52px;
}
#accompanying-service #accompanying-bg-img {
    width: 100%;
}
#accompanying-service #accompanying-bg-img img {
    min-height: 400px;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
#domore-content #domore-bg-img img
{
min-height:300px;
object-fit: cover;
width:90%;
margin:0px 5%;
}
.cont-form {
    width: 100%;
}
.interested-nav button.slick-next-custom
{
	top:0px;
	right:20px;
}
.interested-nav button.slick-prev-custom {
    top: 0%;
    left: 20px;
}
#locations-services .wrapper{
	width:100%;
	padding:0px 20px;
}
.locations-items {
    gap: 20px;
    padding: 20px;
}
.location-item {
    width: calc(50% - 10px);
}
#domore-content #domore-img-title {
width: 100%;
    float: left;
    margin: -40px 0px 0px 0px;
    position: relative;
	    height: 200px;
}
#domore-content {
    min-height:700px;
}
#domore-text #dtex {
    width: 80%;
}
#domore-text {
    width: 100%;
    float: left;
    margin: 330px 0px 50px 0px;
    position: relative;
}
#domore-content #domore-img-title h3
{
    width: 90%;
    margin: 0px auto;
    font-size: 27px;
    line-height: 36px;
}
#main-plot #mainp-left {
    width: 100%;
    float: left;
    height: auto !important;
	padding:0px 0px 50px 0px;
}
#mainpl-link,
#mainpl-link button
{
width:100%;
}
#main-plot #mp-cont
{
width:100%;
height:auto !important;
float:left;
}
#serd-left
{
padding:0px;
}
#main-plot #mainp-left h2
{
font-size: 28px;
line-height: 40px;
}

#main-plot #mainp-left h2,
#main-plot #mainp-left #mainpl-text,
#serd-left #serdes-link button
{
width:100% !important;
}
#what-left {
    width: 100%;
    float: left;
}
#str-right {
    width: 145px;
    height: 100px;
    float: left;
    margin: 30px 0px 50px 0px;
    transform: rotate(90deg);
}
#main-plot #mainp-right {
    width: 100%;
    float: right;
    height: auto;
    overflow: hidden;
}
#what-right {
    width: 100%;
    float: right;
    padding: 0px 0px 0px 0%;
}
#what-items-2 li {
    width: 50%;
}

#difference #difference-h2 h2 {
    width: 100%;
}
#difference #difference-h2 h2 {
    width: 100%;
    text-align: left;
}
#accompanying-service #accompanying-bg-img {
    width: 100%;
}
#accompanying-service #accompanying-bg-img img {
    min-height: 400px;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
#dif-items li #dif-img {
    float: left;
    width: 115%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 50px -25%;
}
#dif-items li #dif-img img
{
-webkit-border-top-right-radius: 200px;
-webkit-border-bottom-right-radius: 200px;
-moz-border-radius-topright: 200px;
-moz-border-radius-bottomright: 200px;
border-top-right-radius: 200px;
border-bottom-right-radius: 200px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
#dif-items li #dif-img2 {
    float: right;
    width: 115%;
    padding: 0px 0px 0px 0px;
    margin: 0px -25% 50px 0px;
}
#dif-items li #dif-img2 img
{
-webkit-border-top-left-radius: 200px;
-webkit-border-bottom-left-radius: 200px;
-moz-border-radius-topleft: 200px;
-moz-border-radius-bottomleft: 200px;
border-top-left-radius: 200px;
border-bottom-left-radius: 200px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
#serd-right #serdes-link button {
    width: 100%;
}
#call-now .wrapper
{
padding: 50px 0px 0px 0px;
}
#service-benefits {
    background-size: cover;
}
#service-benefits .wrapper
{
	width:100%;
	padding:100px 10px;
	overflow-x: auto;
}
#service-benefits .benul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
#service-benefits .benli {
	width:calc(50% - 10px);
	flex: 0 0 auto;
	padding:0px;
	margin: 0px;
}
#header-button {
    top: auto;
	bottom:0px;
	position:relative;
}
#trusted #bottom-title
{
border-top:none;
}
#trusted #bottom-title
{
margin:0px;
}
#trusted #bottom-title h3 {
    width: 100%;
    margin: 0px 0% 0px 0px;
}
li.faqpage-li {
    width: 100%;
    float: left;
    margin: 0px 0px 50px 0px;
}
#faqpage-question,
#faqpage_answer
{
	width:100%;
}
#blog-top {
    margin: 70px auto 0px auto;
    width: 90%;
    max-width: 90%;
}
.portfolio .wrapper
{
	width:100%;
	padding:0px 20px;
}
#bloglist {
    width: 90%;
    max-width: 90%;
    position: relative;
}
.s26__tags {
    width: 100%;
    margin: 50px 0px;
	flex-wrap:wrap;
}
.bloglist li article {
    flex-direction: column;
	width:100%;
}
.blog-article {
    flex-direction: column;
}
#mr-contetn ul li .blog-img {
    width: 100%;
    margin: 0px 0px 0px 0px;
}
#mr-contetn ul li .blog-img img {
    width: 100%;
}

.bloglist li {
    width: 100%;
    padding: 0px 0% 50px 0px;
    position: relative;
}
#must-read {
    width: 100%;
    float: left;
    height: auto;
}
#must-read .wrapper {
    padding: 0px 20px;
}
#must-read #mr-title {
    width: 100%;
    float: left;
	margin:0px 0px 30px 0px;
}
#must-read #mr-contetn {
    width: 100%;
    float: right;
    margin: 10px 0px 0px 0px;
}
#must-read #mr-contetn ul li {
    width: 100%;
    padding: 0px 0% 50px 0px;
}
#mustread
{
	width:100%;
	padding:0px 20px;
}
#mr-contetn ul li .blar-right
{
position:relative;
    width: calc(100% - 0px);
}
#mr-contetn ul li .blogdate
{
position:absolute;
top:0px;
right:0px;
}
#mr-contetn ul li .blog-title {
    margin: 25px 0px 0px 0px;
}
.fh-wrapper {
    width: 100%;
}
#faq-page-header-top {
    padding: 10px;
}
#faq-page-header-top h1 {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    margin: 0px 0px 70px 0px;
}
#faq-page-header-top #header-undertitle {
    width: 100%;
    color: #333;
    font-size: 20px;
    line-height: 30px;
}
#blog-top h1 {
    font-size: 33px;
    line-height: 40px;
}
.bloglist li .art-bottom {
    padding: 0px 0px;
    width: 100%;
}
.blogitem_text {
    padding: 0px 0px 50px 0px;
}
.bloglist li .blog_img
{
	height: auto;
	width:100%;
}
.newshead-left {
    width: 100%;
}
#blog-post-top h1 {
    font-size: 33px;
    line-height: 40px;
}
#news-categories {
    padding: 10px;
}
.case-item .zagolovok h2 {
    font-size: 30px;
    line-height: 40px;
	font-weight:400;
}
#top-news
{
	padding:20px;
}
#top-news ul {
    margin: 0px;
}
#top-news ul li .blog-img {
    width: 100%;
}
#top-news ul li .blar-right {
    width: calc(100% - 0px);
}
#blog-telo {
    margin: 70px auto 0px auto;
    padding: 0px 0px 0px 0px;
    width: 90%;
    max-width: 90%;
}
#blog-telo-left {
    width: 100%;
    float: left;
}
#blog-page-category {
    width: 100%;
    float: right;
    margin: 30px 0px 30px 0px;
    text-align: right;
}
#blog-post-top h1 {
    width: 100%;
}
#blog-contact .wrapper {
    margin: 0px auto;
    width: 90%;
    max-width: 90%;
    padding: 0px 0px;
}
#blog-contact #bc-left {
    width: 100%;
    float: left;
    padding: 35px 0px 35px 35px;
}
#blog-contact #bc-right {
    width: 100%;
    float: right;
}
#bc-left h2 {
    font-size: 44px;
    line-height: 57px;
}
#bc-left #bc-tel {
font-size: 30px;
margin: 0px 0px 50px 0px;
}
#bc-left #bc-location,
#bc-left #bc-shedule,
#bc-left #bc-mail
{
margin: 0px 0px 15px 0px;
}
#blog-telo-right {
    display: none;
}
#news-sidebar {
    width: 100%;
    float: right;
}
#news-categories,
#top-news
{
width:100%;
}
#our-winning-team h2
{
    font-size: 47px;
    line-height: 57px;
    color: #000000;
    width: 100%;
    margin: 0px 0px 70px 0px;
}
#ourteam-items {
    padding: 0px 0px 0px 0px;
    background: none;
    width: 100%;
}
ul.ourteam-ul li {
    width: 100%;
    margin: 0px 0px 40px 0%;
}
#header-button {
    top: auto;
	bottom:20px;
}
#certified-team h2 {
    width: 100%;
    font-size: 47px;
    line-height: 57px;
}
#certified-team-items li {
    width: 100%;
    margin: 0px 0px 50px 0px;
    float: left;
    height: auto;
}
#certified-team-items li #certeam-item-op {
    float: left;
    width: 100%;
}
#certified-team-items li #certeam-img {
    max-height: 380px;
    overflow: hidden;
    float: right;
    width: 100%;
}
#certified-team-items li #certeam-img img {
    min-height: 360px;
}
li #certeam-item-op #certeam-title,
li #certeam-item-op #certeam-text {
    width: 100%;
}
#to-exceed #ex-left {
    width: 100%;
    float: left;
}
#to-exceed #ex-left h2 {
    width: 100%;
    margin: 0px 0px 50px 0px;
    font-size: 47px;
    line-height: 57px;
}
#to-exceed #ex-text {
    width: 100%;
}
#to-exceed #ex-right {
    width: 100%;
    float: right;
}
#to-exceed #ex-right img {
    margin: 30px 0px 0px 0px;
    width: 100%;
}
#accompanying-service #accompanying-h2 {
    width: 100%;
	position: absolute;
    bottom: 100px;
	left:20px;
	margin:0px;
}
#comp-item li #comp-text {
    width: 100%;
    margin: 35px 0px 30px 0px;
}
#buildings-access-methods h2 {
    width: 100%;
    font-size: 47px;
    line-height: 57px;
}
#access-items li #access-item-op {
    width: 100%;
    float: left;
}
#access-item-op #access-title {
    width: 100%;
}
#access-item-op .access-text {
    width: 100%;
}
#access-items li #waccess-img {
    float: right;
    width: 100%;
    max-height: 380px;
    overflow: hidden;
}
#access-items li #waccess-img img {
    width: 100%;
    min-height: 350px;
}
#access-items li:nth-child(even) #access-item-op {
    float: right;
    width: 100%;
}
#access-items li {
    width: 100%;
    margin: 0px 0px 70px 0px;
    float: left;
}
#top-rated h2 {
    width: 100%;
    font-size: 47px;
    line-height: 57px;
}
#top-rated #toprated-unertitle {
    width: 100%;
}
.ant-carousel {
    width: 100%;
    position: relative;
    margin: 50px 0px 0px 0px;
	padding:120px 0px 0px 0px;
    min-height: 400px;
    background: url(./assets/img/kav.png) no-repeat left;
    background-position: left 25% top 10px;
    background-size: 100px;
}
.ant-carousel-hider {
    overflow: hidden;
    width: 100%;
    float: right;
    margin: 0px 0% 0px 0px;
}
div.ant-carousel-arrow-left, div.ant-carousel-arrow-right {
    position: absolute;
    cursor: pointer;
    opacity: 0.6;
    z-index: 2;
    display: block;
    top: 390px;
}
#accompanying-service #accompanying-link {
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    position: absolute;
    bottom: 0px;
}
#accompanying-service #accompanying-link button
{
width:100%;
}
#accompanying-service #accompanying-h2 h2
{
	font-size: 29px;
line-height: 36px;
    width: 80%;
}
#accompanying-service #acccont {
    position: relative;
    min-height: 480px;
}
#accompanying-service #accompanying-down
{
display:none;
}

#what-get h2 {
    width: 100%;
	font-size: 40px;
	line-height: 52px;
}
#what-items li {
    position: relative;
    height:auto;
    width: 100%;
	overflow:hidden;
	flex-direction:column;
}
#what-items li .what-img
{
    min-width: auto;
	width:100%;
    min-height: 300px;
}
#what-items li .what-img img {
    width: 100%;
    height: 300px;
	border-raDIUS:10px;
}
#what-items li .what-right {
    width: calc(100% - 0px);
    padding: 30px 0px 0px 0px;
}
#getting-started h2 {
    font-size: 40px;
    line-height: 50px;
}
#what-items li #what-text {
    width: 90%;
    float: left;
    margin: 130px 0px 0px 0px;
    font-size: 28px;
    line-height: 36px;
    left: 20px;
    bottom: 20px;
	position:relative;
}
#what-items li #what-icon {
    width: 56px;
    height: auto;
    position: absolute;
    left: 20px;
    top: 420px;
}
#whyus-benefits ul.topbenul li {
    width: calc(33.33% - 15px);
    margin: 0px 0px 0px 0px;
}
#page-header #page-header-img img
{
    object-fit: cover;
	min-height:225px;
}
#page-header #header-undertitle
{
	margin: 0px 0px 40px 0px;
	font-size:25px;
}
.contacts-header #contact-graf {
    font-size: 20px;
}
.contacts-header #contact-mail {
    font-size: 20px;
    word-break: break-word;
}
.cont-right #cont-form input.wpcf7-submit,
.cont-form form input.wpcf7-submit {
    width: 100%;
}
.header-verh
{
	height:60px;
	width:100%;
	padding:0px;
}
#logo-restoremykitchen
{
	height:60px;
}
#logo-restoremykitchen img {
    margin: 15px 0px 0px 10px;
	width:130px;
	height:25px;
	object-fit: contain;
}
.home #under-head .wrapper
{
	display:flex;
	flex-direction:column;
}
.home #head-img {
    left: 0%;
    top: 0px;
    width: 100%;
    height: 300px;
	text-align:center;
}
.home #head-img img
{
	width: 325px;
	height:auto;
	min-height: 250px;
	margin:0px 5%;
	object-fit: cover;
}
#mobil-main-menu ul li._opened ul.sub-menu li a
{
color: #929292;
}
.header > *:nth-child(2) .container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.header__opened
{
background:#FFF;
}
.header > *:nth-child(2)
{
border-bottom:none;
}
.header > *:nth-child(2)
{
width:100%;
}
.header > *:nth-child(2) .container-fluid {
    width: 90%;
}

#hederniz,
#trusted .wrapper,
#we-understand .wrapper,
#for .wrapper,
#main-services .wrapper,
#call-front .wrapper,
#new-tecgno .wrapper,
#choose .wrapper,
#getting-started .wrapper,
#stages .wrapper,
#reviews .wrapper,
#property .wrapper,
#call-now .wrapper,
#faqitems,
#lastnews .wrapper,
footer.section div.container-fluid,
.block-container .wrapper,
#restorekitchen-benefits .wrapper,
#last-cases .wrapper,
#for .wrapper,
#faq
{
width: 100%;
}

#main-menu.activ-menu
{
	display:flex;
	position:absolute;
	right:0px;
	top:70px;
	width:50%;
	background:#4197CB;
}

#main-menu.activ-menu ul#menu-head-menu{
	width:100%;
	display:flex;
	flex-direction:column;
	margin:0px;
	padding:0px;
	gap:0px;
}

#main-menu.activ-menu ul#menu-head-menu li{
	width:100%;
}

#restorekitchen-benefits .wrapper ul.benul
{
	width:100%;
	flex-wrap:wrap;
	margin:0px;
	padding:10px;
}

#trusted .wrapper
{
	border-top:none;
	padding: 50px 10px;
}

.header__box > div:nth-child(1) {
    display: flex;
    align-items: center;
    float: right;
	margin:15px 0px 0px 0px;
}
.header {
    height: 60px;
	border-bottom: 1px solid #B0B0B0;
}
.section.header
{
color:#000;
}
#tr-first {
    width: 100%;
    height: auto;
	flex-direction:column;
}

#tr-secont
{
	border-top:none;
}

h2.sectionh2 
{
    font-size: 40px;
    line-height: 50px;
}
.case-item,
.case-item:nth-child(even)
{
    flex-direction: column;
}
.case-item
{
	padding:20px;
	gap:20px;
}
.case-item .zagolovok {
    width: calc(100% - 0px);
    padding: 0px 0px;
}
.podrobnee
{
	width:100%;
}
.case-item .case-img {
    width: calc(100% - 0px);
}
#case-head
{
	width:100%;
}
.case-head
{
	width:96%;
	margin:0px 2%;
	flex-direction:column;
	padding:20px;
	transform: rotate(0deg);
}
.case-head-left {
    width: calc(100% - 0px);
	order:2;
}
.case-head-right {
    width: 100%;
}
.ci-left, .ci-right
{
    width: 100%;
}
#blog-top h1
{
	margin:0px;
}
#trusted #trusted-left h2,
#for h2,
#faq h2,
#lastnews #topnews h2
{
font-size: 40px;
line-height:50px;
width:100%;
}
#for #for-text p {
    width: 100%;
    margin: 0px 0px 40px 0px;
}

#we-understand .weli
{
	width:100%;
	margin: 0px 20px 20px 0%;
    flex-direction: column;
}
#we-understand .weli .we-right {
    width: 100%;
    padding: 0px 20px;
}

#we-understand .weli .we-img {
    float: left;
    width: 100%;
}
#we-understand .weli .we-img img
{
width:100%;
min-height:100%;
	-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
#we-understand .weli #we-icon {
    position: absolute;
    left: 35px;
    top: 490px;
}
#we-understand .weli #we-title {
	width: 100%;
    margin: 90px 0px 30px 0%;
    font-size: 28px;
    line-height: 36px;
    padding: 0px;
    text-align: center;
}
#we-understand .weli #we-text {
    width: 100%;
    margin: 0px 0px 60px 0%;
}
#for h2 p
{
    width: 90%;
font-size: 47px;
line-height: 52px;
}
#for #for-text {
    width: 100%;
	padding:0px;
}
#for #for-img {
    width: 100%;
    float: right;
	padding:0px 0px 50px 0px;
}
#for #for-img img {
    width: 99%;
    height: auto;
    float: right;
	-webkit-border-radius: 20px;
-webkit-border-top-right-radius: 282px;
-moz-border-radius: 20px;
-moz-border-radius-topright: 282px;
border-radius: 20px;
border-top-right-radius: 282px;
}
#main-services h2 {
    width: 100%;
	font-size:33px;
	line-height:40px;
}
#main-services li.serli {
    width: 100%;
    float: left;
    padding: 0px 0% 50px 0px;
}
#call-front .left {
    width: 100%;
    padding: 20px;
	background:#4197CB;
	margin: 0px 0px 50px 0px;
}
#call-front .left h2 {
    width: 100%;
    margin: 0px 0px 0px 0px;
    font-size: 33px;
    line-height: 40px;
}
#call-front .left .underh2 {
    width: 100%;
    margin: 30px 0px;
}
#call-front .left .calfront-text {
    margin: 0px 0px 0px 0px;
}

#call-front .left h2,
#call-front .left .calfront-text,
#call-front .right,
#new-tecgno #technoleft,
#new-tecgno h2,
#getting-started h2,
.step-right .gs-title {
    width: 100%;
}
#call-front .right #cal-right
{
padding: 100px 0px 40px 0px;
margin:0px 0px 50px 0px;
-webkit-border-radius: 20px;
-webkit-border-top-right-radius: 282px;
-moz-border-radius: 20px;
-moz-border-radius-topright: 282px;
border-radius: 20px;
border-top-right-radius: 282px;
}
#call-front .right #cal-right h3
{
margin: 10px 0px 30px 40px;
font-size: 50px;
line-height: 53px;
width: 50%;
}
#call-front .right .callfront-tel
{
margin: 0px 0px 120px 40px;
font-family: 'Montserrat-Regular';
font-size: 33px;
line-height: 31px;
}
#call-front .right .tel24-7
{
margin: 0px 0px 0px 40px;
}

#choose-items #choose-item1, #choose-items #choose-item2, #choose-items #choose-item3, #choose-items #choose-item4 {
    width: 100%;
    float: left;
    padding: 20px 20px 50px 20px;
}
#choose #wy button {
    width: 100%;
}

#getting-started li.gsli .gs-step
{
	width: calc(100% - 20px);
    padding: 30px 0px 20px 30px;
}

#getting-started #gs-button button
{
	width:100%;
}
#getting-started li.gsli .step-right {
    width: 100%;
    float: left;
    padding: 30px 30px 50px 30px;
}
.step-right .gs-title
{
	font-size: 28px;
    line-height: 38px;
}
#stages h2 {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
}
ul.stagesul li #stli-first {
    width: 100%;
    float: left;
	margin:0px 0px 50px 0px;
}
ul.stagesul li #stages-number {
    width: 100%;
    height: 100px;
    float: left;
    padding: 50px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
}
ul.stagesul li #stages-title {
    width: 100%;
    float: left;
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
}
ul.stagesul li #stages-text {
    width: 100%;
    float: left;
    padding: 10px 0px 0px 0px;
}
ul.stagesul li #stli-second {
    width: 100%;
    float: right;
    margin: 0px 0px 0px 0%;
	overflow:hidden;
}
#stages li.stagesli #stages-img {
    float: left;
    width: 100%;
    margin: 0px 0px 0px 0%;
    min-height: 318px;
}
ul.stagesul li
{
margin: 0px 0px 50px 0px;
}
li.stagesli:nth-child(even) #stli-first {
    width: 100%;
    float: right;
	margin:0px 0px 50px 0px;
}
li.stagesli:nth-child(even) #stli-second {
    width: 100%;
    float: left;
    margin: 0px 0% 0px 0px;
	overflow:hidden;
}
li.stagesli:nth-child(even) #stli-second #stages-img
{
    float: right;
    width: 100%;
    margin: 7px 0% 0px 0%;
    min-height: 318px;
}
li.reviewsli #rev-left {
    width: 100%;
    float: left;
}
li.reviewsli #rev-right {
    width: 100%;
    float: right;
    padding: 25px 30px 25px 30px;
}
li.reviewsli #rev-right #reviews-text
{
margin:0px 0px 40px 0px;
}
li.reviewsli #rev-right #reviews-name
{
margin:0px 0px 20px 0px;
}
li.reviewsli #rev-right #reviews-job-title
{
margin:0px 0px 60px 0px;
}
#trusted
{
	padding:0px 0px 70px 0px;
}
#reviews .btn-wrapper {
    width: 100px;
    height: 50px;
    bottom: 25px;
    left: 13px;
    position: absolute;
}
#reviews .btn-wrapper button.btn-next {
    padding: 20px 100px 20px 20px;
    font-family: 'Montserrat-Semibold';
font-size: 24px;
line-height: 25px;
}
#prop-img {
    width: 100%;
    min-height: 170px;
	height: auto;
}
#prop-text {
    width: calc(100% - 0px);
    padding: 0px;
    float: right;
    column-count: 1;
    margin: 0px 0px 0px 0px;
}

#call-now
{
	margin:0px 0px 50px 0px;
}

#call-now #call-left {
    width: 100%;
    margin: 0px 0% 50px 0px;
    height: auto;
	padding: 0px 0px 80px 0px;
}

#call-now #call-left h2 {
    width: 75%;
    margin: 50px 0px 0px 50px;
	font-size: 26px;
	line-height: 36px;
}

#call-now #call-right {
    width: 100%;
    height: 280px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#call-now #call-right h3 {
	width: 60%;
    margin: 40px 0px 0px 40px;
}

#call-now #call-tel {
	font-size: 33px;
	line-height: 31px;
    margin: 20px 0px 0px 40px;
}

#call-now #call24-7 {
    margin: 40px 0px 0px 20px;
}

#topnews #allnews {
    position: absolute;
    left: 0px;
    bottom: 10px;
}
#lastnews #front-blog-items ul {
    gap: 100px;
}
#lastnews #front-blog-items li {
    flex-basis: 100%;
    margin: 0px 0% 30px 0px;
}
.newsdate
{
	padding:20px 0px;
}
#allnews
{
	right:20px;
}
#property .wrapper
{
	padding:20px;
}
#main-menu ul li ul.sub-menu
{
	z-index:3;
	position: relative;
	top: 0px;
	right: auto;
	left: 0px;
	padding: 20px;
	width: 100%;
	height: 100%;
	box-shadow: none;
}
#main-menu ul li ul.sub-menu li
{
	min-width:100px;
	width:100%;
	padding:5px 0px;
	margin:0px 0px 5px 0px;
}
#main-menu.active .mainav ul#menu-head-menu li ul.sub-menu li
{
	min-width:100px;
	width:100%;
	padding:5px 0px;
	margin:0px 0px 5px 0px;
}
.service-head #page-header #page-header-img {
    margin: 20px 5% 30px 5%;
    position: relative;
    right: 50px;
    top: 0px;
    left: 0px;
    width: 90%;
    height: 200px;
    object-fit: cover;
}
.service-head #page-header #page-header-img img {
    height: 200px;
}
#page-header #page-header-top {
    width: 100%;
}

#footer1, #footer4 {
    width: 100%;
	padding:0px 20px;
}
#footer2, #footer3 {
    width: 100%;
	margin:0px 0px;
	padding:0px 20px;
}
.footer-logo {
    margin: 0 0 30px;
    width: 90%;
    margin: 0px 30% 25px 0px;
}

#footer-shedule
{
	height:50px;
	text-align: center;
}
.footer-adress {
    text-align: center;
    border-top: 1px solid #333;
    padding: 20px 0px 0px 0px;
}
.gmb-link
{
    text-align: center;
    border-bottom: 1px solid #333;
    padding: 0px 0px 20px 0px;	
}

.gmb-link a
{
	width:230px;
	margin:0px auto;
}
#copirr
{
	text-align:center;
}
#menu-footer-services li, #menu-footer-menu-2 li {
    height: auto;
}
#footer-call {
    width: 80%;
    padding: 10px 0px 10px 30px;
    margin: 0px 10px 10px auto;
}
#shedule-visit
{
width:100%;
}
#footer-soc
{
float:left;
position:relative;
width:100%;
margin:30px 0px 0px 0px;
}
#footer-bottom {
    padding: 40px 0px;
	width:100%;
    position: relative;
}
#footer-bottom #copirr {
    position: relative;
    width: 100%;
    margin: 0px 0px 40px 0px;
}

#footer-poli #pol,
#footer-poli #term,
#footer-poli #cookies {
    float: left;
	width:100%;
	text-align:center;
    margin: 0px 0% 0px 0px;
}
#footer-bottom #footer-poli {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    margin: 0px 0px 0px 0px;
}

#restorekitchen-benefits ul.benul li {
    width: calc(50% - 10px);
	margin:0px;
}
header .header__left-box.header__bg.header__bg_1
{
display:none;
}
.front-top
{
width: 86%;
}

.sh1 > *:nth-child(2) {
border-bottom: none;
}
.section.s2 > *:nth-child(1)
{
display:block;
}
#lastblog .wrapper h2, #testimotional h2 {
    font: 34px/1.6 "Asgard-FitMedium";
}
#lastblog #front-blog-items li {
    width: 100%;
    margin: 0px 0% 60px 0px;
}
#lastblog #front-blog-items li #front-blog-img img
{
width:90%;
}
#lastblog #front-blog-items li #front-blog-img {
    text-align: center;
}
.section.top .container-fluid {
    width: 90%;
}

.section.top {
    padding-top: 150px;
}

#top-box-img
{
max-width: 100%;
    width: 100%;
    text-align: center;
    position: relative;
    left: 0%;
}
#top-box-img img
{
width:90%;
}
.s1-block__img {
    max-width: 100%;
	width:100%;
	text-align:center;
  }
.s1-block__img img
{
width:90%;
}
#faqitems, #getconent {
    width: 100%;
}
.faq-question {
    width: 100%;
    padding: 10px 0% 10px 0px;
    margin: 0px 0px 0px 0px;
}
.faq_answer {
    width: 100%;
    padding: 0px 0px 0px 0%;
}

}

/* -----------------------------------------------------------------------------------------------------max-width: 575px --------------------------------------------------------*/

@media (max-width: 575px) {
  .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .full-width {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .full-width-right {
    margin-right: -15px !important;
  }
  .full-width-max {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .full-width-left {
    margin-left: -15px !important;
  }
  .sh5__block-title {
    font-size: 35px;
  }
  .small-title {
    font-size: 14px;
  }
  .sh5__block-top {
    margin: 0 0 30px;
  }
  .sh5-list__top {
    font-size: 16px;
  }
  .sh5-list__item_active {
    padding: 0 0 35px;
  }
  body {
    font-size: 15px;
  }
  .sh6__title {
    font-size: 30px;
  }
  .sh6__heading {
    margin: 0 0 50px;
  }
  .sh6__list > * {
    width: 48%;
  }
  .s2-item__title {
    font-size: 20px;
  }
  .s2-item__tags {
    font-size: 12px;
  }
  .s2__box {
    grid-template-rows: repeat(4, 300px) 100px;
  }
  .s2__box_2 {
    grid-template-rows: repeat(5, 300px);
  }
  .top__title {
    font-size: 40px;
  }
  .stext h3, .stext h4 {
    font-size: 18px;
  }
  .sh5__box {
    padding-bottom: 0;
  }
  .sh5-list__top:before {
    right: 0;
  }
  .sh5-list__title {
    padding-right: 15px;
  }
  .s7bl2__list {
    font-size: 16px;
  }
  .slink {
    font-size: 16px;
  }
  .s7bl2__list {
    margin: 0 0 30px;
  }
  .sh8bl1__ltitle {
    font-size: 35px;
  }
  .sh8bl1__rtitle {
    font-size: 18px;
  }
  .s4bl4__items-wrap {
    width: 60vw;
  }
  .s4bl4-item__main {
    padding: 10px;
  }
  .s4bl4-item__name {
    margin: 0 0 4px;
    font-size: 16px;
  }
  .s4bl4__items-btn {
    width: 30px;
    height: 30px;
  }
  .s4bl4__items-btns {
    margin: 0 0 56px 0;
    width: 100px;
    height: 30px;
  }
  .s4bl4__items-btn {
    width: 30px;
    height: 30px;
  }
  .sh8bl3-plan__title {
    font-size: 25px;
  }
  .sh8bl3-plan4 {
    font-size: 18px;
  }
  .footer__menu {
    font-size: 16px;
  }
  .footer__contacts {
    font-size: 16px;
  }
  .footer-logo__text {
    margin: 10px 0 0 0;
    font-size: 16px;
  }
  .footer-logo__img {
    max-width: 220px;
  }
  .sh1__text {
    max-width: none;
  }
  .sh9__list-btns {
    top: calc(70vw/2);
  }
  .s3-item__img {
    width: 80px;
    height: 80px;
  }
  .s3__items {
    font-size: 16px;
  }
  .s3__items-wrap {
    margin: 0;
    padding: 0 5px;
  }
  .s1-block__title {
    margin: 0 0 20px;
    font-size: 30px;
  }
  .s1-block__img {
    max-width: 100%;
	width:100%;
	text-align:center;
  }
  .top__text {
    margin: 30px 0 0;
    max-width: none;
  }
  .top__text-1 {
    font-size: 15px;
  }
  .top__box {
    height: 400px;
  }
  .s3__items-box {
    margin: 70px 0 70px;
  }
  .s3__items-btns {
    margin: 30px 0 0 0;
    width: 100px;
    height: 30px;
  }
  .s3__items-btn {
    width: 30px;
    height: 30px;
  }
  .solution__text {
    margin: 0 0 20px;
    font-size: 16px;
  }
  .s4bl2__items {
    font-size: 16px;
  }
  .s5__subtitle {
    font-size: 25px;
  }
  .s5__title {
    margin: 0 0 10px;
  }
  .header__bc {
    font-size: 13px;
  }
  .header__logo {
    max-width: 130px;
    height: 40px;
  }
  .header__menu {
    font-size: 8vw;
  }
  .header__menu li {
    width: 70vw;
  }
  .header__menu-btn_2 {
    margin: 0 7px 0 -10px;
    width: 40px;
    height: 40px;
  }
  .header__menu-btn_2 .hamburger-inner, .header__menu-btn_2 .hamburger-inner::after, .header__menu-btn_2 .hamburger-inner::before {
    width: 30px;
    height: 3px;
    border-radius: 0;
  }
  .header__goback {
    font-size: 15px;
  }
  .header__invite-text {
    margin: 0 auto 30px;
    font-size: 20px;
  }
  .header-form {
    font-size: 18px;
  }
  .sh4__list {
    font-size: 4.2vw;
  }
  .top__title_map {
    font-size: 30px;
  }
  .top__title_map {
    font-size: 7.5vw !important;
  }
  .spage__box {
    padding: 120px 0 50px;
  }
  .spage__title {
    font-size: 24px;
  }
  .spage__box .sh9__list-box {
    width: 100%;
  }
}

/*----------------------------------------------------------------------------------------------- max-width: 500px --------------------------------------------------------------*/
@media (max-width: 500px){


}


/* -----------------------------------------------------------------------------------------------------max-width: 400px --------------------------------------------------------*/

@media (max-width: 400px) {
#what-items-2 li .what-img img {
    height: 150px;
}
#prop-img {
    min-height: 320px;
}
.home #head-title {
    width: 100%;
}

.front-top
{
width: 86%;
}
.sh1 > *:nth-child(2) {
border-bottom: none;
}
#about-lonstern .wrapper,
#always .wrapper, 
#allservices .wrapper, 
#didnt-find .wrapper, 
#lastblog .wrapper, 
#testimotional .wrapper {
    width: 90%;
}
#lastblog .wrapper h2, #testimotional h2 {
    font: 34px/1.6 "Asgard-FitMedium";
}
#lastblog #front-blog-items li {
    width: 100%;
    margin: 0px 0% 60px 0px;
}
  .top__title {
    font-size: 11vw;
  }
#trusted-right #ma {
    margin: 60px 6% 0px 0px;
}
#trusted-right #fs {
    margin: 35px 6% 0px 0px;
}
#what-get h2 {
    font-size: 42px;
}
#service-price h2 {
    width: 80%;
    font-size: 47px;
}
#main-plot #mainp-left h2 {
    font-size: 42px;
    line-height: 52px;
}
.bloglist li .blog_img img {
    height: 230px;
}
#call-now
{
padding-bottom:50px;
}
#accompanying-service #acccont {
    min-height: 480px;
}
#certified-team h2 {
    font-size: 44px;
}
#certified-team-items li #certeam-img img {
    min-height: 330px;
	margin-top: 35px;
}
#to-exceed #ex-left h2 {
    font-size: 40px;
	line-height: 53px;
}
#acces-video {
    width: 46px;
    height: 46px;
}

#access-items li:nth-child(even) #access-item-op {
    padding: 0px 0px 0px 0px;
}
}

/* -----------------------------------------------------------------------------------------------------max-width: 360px --------------------------------------------------------*/

@media (max-width: 360px) {
	
#for h2 p {
    width: 100%;
}
#call-front .right #cal-right h3 {
    margin: 10px 0px 30px 23px;
}
#call-front .right .callfront-tel {
    margin: 0px 0px 120px 23px;
    font-size: 30px;
}
#call-front .right .tel24-7 {
    margin: 0px 0px 0px 23px;
}

#stages h2 {
    font-size: 41px;
    line-height: 50px;
}
#prop-img {
    min-height: 315px;
}
#call-now #call-right h3 {
    margin: 40px 0px 0px 23px;
}
#call-now #call-tel {
    font-size: 30px;
    margin: 20px 0px 0px 23px;
}
#call-now #call24-7 {
    margin: 80px 0px 0px 23px;
}

#care-left h2,
#why-access h2 {
    font-size: 40px;
}
#what-get h2 {
    font-size: 42px;
}
#service-price h2 {
    width: 75%;
}
#accompanying-service #accompanying-bg-img {
    width: 100%;
}
#accompanying-service #acccont {
    position: relative;
    min-height: 490px;
}
#accompanying-service #accompanying-h2 {
    width: calc(100% - 30px);
    position: absolute;
    bottom: 100px;
    left: 20px;
    margin: 0px;
}
#accompanying-service #accompanying-h2 h2 {
    font-size: 25px;
    line-height: 36px;
    width: 100%;
}
#accompanying-service #accompanying-bg-img img
{
	 min-height: 400px;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
ul.stagesul li #stages-button {
    padding: 10px 0px 0px 0px;
}
ul.stagesul li #stages-button button
{
width:100%;
}

.last-news-img
{
	height:auto;
}

#lastnews #topnews h2 {
    width: 100%;
    font-size: 47px;
    line-height: 57px;
}

#service-price h2 {
    width: 76%;
    font-size: 38px;
    line-height: 46px;
}
#what-items li .what-img img {
    height: 325px;
}

#what-items li #what-icon {
    top: 385px;
}
.bloglist li .blog_img img {
    height: 185px;
}
#what-items-2 li .what-img img {
    width: 145px;
    height: 145px;
}
#main-plot #mainp-left h2 {
    font-size: 35px;
    line-height: 45px;
}
#main-plot #mainp-left #mainpl-text {
    width: 100%;
}
#main-plot #mp-cont {
    height: auto !important;
}
li.accessli #right-s {
    width: 60px;
    height: 40px;
}
#certified-team-items li #certeam-img {
    margin: 25px 0px 0px 0px;
}
#to-exceed #ex-left h2 {
    width: 100%;
    margin: 0px 0px 50px 0px;
    font-size: 40px;
    line-height: 50px;
}
#acces-video {
    width: 44px;
    height: 44px;
}

#certified-team-items li #certeam-img img {
    min-height: 325px;
}
#access-items li #waccess-img img {
    width: 100%;
    min-height: 300px;
}
#access-items li:nth-child(even) #access-item-op {
    padding: 0px 0px 0px 0px;
}

#cont-right #cont-form input.wpcf7-submit {
    font-size: 13px;
}
#top-rated h2 {
    font-size: 40px;
}

  .header__bc-star {
    display: none;
  }
  #lbg-items {
    min-height: 1250px;
}
}


/* -----------------------------------------------------------------------------------------------------max-width: 320px --------------------------------------------------------*/

@media (max-width: 320px) {

#what-items-2 li .what-img img {
    height: 125px;
}
#trusted-right #de {
    width: 135px;
    height: 25px;
    margin: 10px 0px 26px 0px;
}
#lbg-items {
    min-height: 1250px;
}

}


.fancybox-content
{
    background: transparent;
}
