/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

* {
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

html,
body {
  line-height: 1;
  overflow-x: hidden;
}

ol,
ul {
	font-family: 'Avenir';
	padding-left: 25px;
}
ol li, ul li {
	line-height: 1.2;
	margin-bottom: 15px;
}
blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

body {
  overflow-x: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
	font-family: Avenir;
	font-style: normal;
	font-weight: 400;
	src:	local('Avenir-Next'),
			url('../fonts/Avenir-Next.ttf') format('truetype');
	font-display: swap;
}

@font-face {
	font-family: Muli;
	font-style: normal;
	font-weight: 400;
	src:	local('Muli'),
			url('../fonts/Muli.ttf') format('truetype');
	font-display: swap;
}

@font-face {
	font-family: Avenir;
	font-style: normal;
	font-weight: 400;
	src:	local('Avenir'),
			src: url('../fonts/Avenir.ttf') format('truetype');
	font-display: swap;
}

@font-face {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 700;
	src: 	local('Montserrat-Bold'),
			url('../fonts/Montserrat-Bold.ttf') format('truetype');
	font-display: swap;
}
a{
  text-decoration: underline;
  color: #303030;
}
a:hover{
  color: #CEC251;
}
h1.section_title, .section_title {
  font-family: Avenir, Arial, sans-serif;
  font-size: 36px;
  line-height: 1;
  text-align: left;
  display: block;
  letter-spacing: -1px;
  color: #303030;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 40px;
}

h1.section_title:before, .section_title:before {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 4px;
  background-color: #CEC251;
}
@media (min-width:768px){
body.logged-in header {
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 50;
  top: 32px;
  padding: 0;
  box-sizing: border-box;
}
body:not(.logged-in) header {
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 50;
  top: 0;
  padding: 0;
  box-sizing: border-box;
}
}
@media (max-width:768px){
body.logged-in header {
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 50;
  top: 46px;
  padding: 0;
  box-sizing: border-box;
}
body:not(.logged-in) header {
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 50;
  top: 0;
  padding: 0;
  box-sizing: border-box;
}
}

header .holder {
  width: 100%;
  max-width: 1130px;
  height: 100px;
  margin: 0 auto;
  background-color: #FFF;
  padding: 0 15px;
  transition: all .3s linear;
  box-sizing: border-box;
  box-shadow: 0 4px 15px #333
}

header.fixed {
  padding: 0;
}

header.fixed .holder {
  max-width: 100%;
  height: 60px;
}

header .holder .content a.logo img {
  transition: all .3s linear;
}

header.fixed .holder .content a.logo img {
  max-height: 54px;
  transform: translateY(-3px);
}

header .holder .content {
  height: inherit;
  margin: 0 auto;
  width: 100%;
  max-width: 1010px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .holder .content .burger {
  width: 20px;
  display: none;
}

header .holder .content .burger img {
  width: 100%;
}

header .holder .content nav {
  display: flex;
}

header .holder .content nav.mobile {
  position: absolute;
  z-index: 998;
  top: 100px;
  height: auto;
  left: 0;
  right: 0;
  background-color: #FAFAFA;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

header.fixed .holder .content nav.mobile {

  top: 60px;

}

.wd_remont {
  max-width: unset !important;
}

.wd_remont h3.abcd {
  font-size: 20px !important;
  line-height: unset !important;
  font-weight: unset !important;
  padding-bottom: unset !important;
}

.wd_remont h3.abcd::after {
  width: unset !important;
  height: unset !important;
  content: unset !important;
  background: unset !important;
  display: unset !important;
}

.wd_remont .advantages-new {
  padding-bottom: 30px !important;
}

.wd_call_us {
  background: #303030;
  color: #fff;
  padding: 5px 10px 5px 10px;
  font-size: 25px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 30px;
  font-family: 'Avenir';

}

.wd_call_us>a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

.wd_remont h2 {
  font-size: 29px;
  line-height: 42px;
  font-weight: 600;
  padding-bottom: 15px;
  font-family: 'Avenir';
}

.wd_remont h3 {
  font-size: 29px;
  line-height: 42px;
  font-weight: 600;
  padding-bottom: 15px;
  font-family: 'Avenir';
}

.wd_remont h2::after {
  width: 48%;
  height: 2px;
  content: ' ';
  background: #d7c100;
  display: block;
}

.wd_remont h3::after {
  width: 48%;
  height: 2px;
  content: ' ';
  background: #d7c100;
  display: block;
}

.wd_remont ul {
  list-style: disc !important;
  margin-left: 30px;
  padding-bottom: 25px;
  line-height: 26px;
}

header .holder .content nav.mobile a {
  margin-right: 0;
  margin-bottom: 15px;
}

header .holder .content nav a {
  display: block;
  font-family: Avenir, Arial, sans-serif;
  font-size: 16px;
  line-height: 12px;
  letter-spacing: 1px;
  text-decoration: none!important;
  color: #000000;
  margin-right: 20px;
  position: relative;
	text-transform: uppercase;
}

header .holder .content nav a:before {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #CEC251;
  transition: all .2s ease;
}

header .holder .content nav a:hover:before {
  width: 38px;
}

header .holder .content a.logo {
  display: flex;
  align-items: center;
  width: auto;
  height: 100%;
}

header .holder .content a.logo img {
  width: auto;
  height: 70px;
}

section.blog {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

section.blog .holder {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

section.blog .holder .box {
  width: 100%;
  display: block;
}

section.blog .holder .box .right {
  width: 100%;
  height: inherit;
  padding-top: 60px;
}

section.blog .holder .box .right .scroll_box {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

section.blog .holder .box .right .scroll_box .card {
  margin-bottom: 50px;
  height: 300px;
  width: 49%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

section.blog .holder .box .right .scroll_box .card .text {
  position: absolute;
  top: 20%;
  right: 0;
  width: 100%;
  max-width: 250px;
  padding: 10px;
  background-color: #303030;
}

section.blog .holder .box .right .scroll_box .card .text span {
  display: block;
  font-family: Avenir, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  /* or 144% */
  text-transform: uppercase;
  color: #FAFAFA;
  margin-bottom: 10px;
}

section.blog .holder .box .right .scroll_box .card .text .link {
  width: 100%;
  text-align: right;
}

section.blog .holder .box .right .scroll_box .card .text .link a {
  display: inline-block;
  text-align: right;
  font-family: Avenir, Arial, sans-serif;
  font-size: 16px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: lowercase;
  color: #D7C100;
  position: relative;
}

section.blog .holder .box .right .scroll_box .card .text .link a:before {
  top: 5px;
  left: -30px;
  position: absolute;
  content: '';
  width: 13px;
  height: 2px;
  background: #D7C100;
  transition: all 0.2s ease-out;
}

section.blog .holder .box .right .scroll_box .card .text .link a:hover:before {
  transform: rotate(180deg);
}

section.blog .holder .box .left {
  width: 100%;
  max-width: 1300px;
  margin-right: 15px;
  height: inherit;
}

section.blog .holder .box .left .title {
  width: 100%;
  height: 225px;
  background-color: #303030;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  padding-bottom: 35px;
  box-sizing: border-box;
}

section.blog .holder .box .left .title h1 {
  max-width: 470px;
  display: block;
  width: 100%;
  font-family: Avenir, Arial, sans-serif;
  font-size: 36px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  color: #FAFAFA;
}

section.blog .holder .box .left .title .date {
  width: 100%;
  max-width: 470px;
  display: flex;
  justify-content: flex-end;
}

section.blog .holder .box .left .title .date span {
  display: inline-block;
  text-align: right;
  font-family: Muli, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 1px;
  text-transform: lowercase;
  color: #D7C100;
  position: relative;
}

section.blog .holder .box .left .title .date span:before {
  position: absolute;
  content: '';
  width: 13px;
  height: 1px;
  background-color: #D7C100;
  top: 5px;
  left: -20px;
}

section.blog .holder .box .left .img {
  margin-top: 40px;
  width: 100%;
  height: 807px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

section.main_slider {
  width: 100%;
  height: 100vh;
  background-color: #cccccc;
  position: relative;
  box-sizing: border-box;
}

section.main_slider .main_slider_1 {
  width: inherit;
  height: inherit;
}

section.main_slider .main_slider_1 .slide {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

section.main_slider .main_slider_2_box {
  position: absolute;
  top: 330px;
  right: 0;
  max-width: 700px;
  width: 100%;
  height: 330px;
  background-color: #303030;
  display: flex;
  transition: all .5s linear;
  transform: translateX(100%);

}

section.main_slider .main_slider_2_box .main_slider_2 {
  width: 100%;
  max-width: 600px;
  background-color: #303030;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 70px 30px;
  box-sizing: border-box;
}

section.main_slider .main_slider_2_box .main_slider_2 .slide {
  height: inherit;
  box-sizing: border-box;
}

section.main_slider .main_slider_2_box .main_slider_2 .slide span {
  display: block;
  font-family: Avenir, Arial, sans-serif;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: -1px;
  color: #FAFAFA;
  margin-bottom: 30px;
}

section.main_slider .main_slider_2_box .main_slider_2 .slide .link {
  width: 100%;
}

section.main_slider .main_slider_2_box .main_slider_2 .slide .link a {
  display: block;
  font-family: Avenir, Arial, sans-serif;
  font-size: 16px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: lowercase;
  color: #D7C100;
  position: relative;
  text-align: center;
	border: 2px solid #D7C100;
    border-radius: 20px;
    padding: 10px;
}
section.main_slider .main_slider_2_box .main_slider_2 .slide .link a:hover{
	color: #fff;
	background: #D7C100;
}

section.main_slider .main_slider_2_box .main_slider_2 .slide .link a:before {
  top: 5px;
  left: -30px;
  position: absolute;
  content: '';
  width: 13px;
  height: 2px;
  background: #D7C100;
  transition: all 0.2s ease-out;
}

section.main_slider .main_slider_2_box .main_slider_2 .slide .link a:hover:before {
  transform: rotate(180deg);
}

section.main_slider .main_slider_2_box .main_slider_2_arrows {
  width: 100px;
  min-width: 70px;
  background-color: #303030;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

section.main_slider .main_slider_2_box .main_slider_2_arrows a {
  display: block;
  margin-bottom: 30px;
  cursor: pointer;
}

section.main_slider .main_slider_2_box .main_slider_2_arrows a:last-child {
  margin-bottom: 0;
}

section.main_slider .main_slider_2_box .main_slider_2_arrows a svg path {
  fill: #D7C100 !important;
  opacity: 0.4;
}

section.main_slider .main_slider_2_box .main_slider_2_arrows a:hover svg path {
  fill: #CEC251;
  opacity: 1;
}

section.main_slider .main_slider_3_box {
  position: absolute;
  bottom: 0;
  right: 700px;
  width: 400px;
  height: 221px;
  background-color: #303030;
  display: flex;
}

section.main_slider .main_slider_3_box .main_slider_3_dots {
  width: 100px !important;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.main_slider .main_slider_3_box .main_slider_3_dots ul.slick-dots li {
  width: 10px !important;
}

section.main_slider .main_slider_3_box .main_slider_3_dots ul.slick-dots li.slick-active button {
  background-color: #CEC251;
  box-shadow: inset 0 0 0 1px #CEC251, inset 0 0 0 3px #303030;
  transition: all .2s ease;
}

section.main_slider .main_slider_3_box .main_slider_3_dots ul.slick-dots li button {
  cursor: pointer;
  width: 12px !important;
  max-width: 12px !important;
  height: 12px !important;
  border-radius: 100% !important;
  padding: 0 !important;
  background: transparent;
  border: 1px solid #CEC251;
  font-size: 0 !important;
  transition: all .2s ease;
  margin-bottom: 10px;
}

section.main_slider .main_slider_3_box .main_slider_3 {
  width: 300px;
  height: inherit;
}

section.main_slider .main_slider_3_box .main_slider_3 .slick-list {
  height: inherit !important;
}

section.main_slider .main_slider_3_box .main_slider_3 .slick-list .slick-track {
  height: inherit !important;
}

section.main_slider .main_slider_3_box .main_slider_3 .slide {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/** About Us */
section.main_about_us {
  margin-top: 40px;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

section.main_about_us .holder {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  background-image: url(../img/svetilnik.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 40%;
  padding-top: 100px;
  padding-right: 150px;
  box-sizing: border-box;
  position: relative;
}
.abous_us_photo {
  position: absolute;
  right: calc( 100% + 30px );
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
}
.abous_us_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abous_us_gallery .slick-track {
  margin: 0 -10px;
}
.abous_us_gallery_img {
  height: 250px;
  max-height: 250px;
  min-height: 250px;
  margin: 0 10px;
  overflow: hidden;
}
.abous_us_gallery_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abous_us_gallery .slick-prev {
  left: 10px;
  z-index: 10;
}
.abous_us_gallery .slick-next {
  right: 10px;
  z-index: 10;
}

section.main_about_us .holder h1 {
  text-align: left;
}

section.main_about_us .holder p {
  font-family: Avenir, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  /* or 125% */
  margin-bottom: 20px;
  color: #000000;
}


section.main_about_head .holder p {
  font-family: Avenir, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  /* or 125% */
  margin-bottom: 20px;
  color: #000000;
}

section.work_select {
  width: 100%;
  padding: 0 15px;
  margin-top: 40px;
  box-sizing: border-box;
}

section.work_select .holder {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

section.work_select .holder .box {
  width: 50%;
  max-width: 600px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
section.work_select .holder .boximg{
position: absolute;
top: 0;
left: 0;
height: 100%;
z-index: -1;
opacity:.3;
}
section.work_select .holder .box:first-child {
  margin-right: 10px;
}

section.work_select .holder .box .text {
  width: 100%;
  height: 100%;
  background-color: rgba(215, 193, 0, 0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.2s ease-out;
  padding: 20px;
  box-sizing: border-box;
}

section.work_select .holder .box .text:hover {
  background-color: rgba(215, 193, 0, 0.5);
}

section.work_select .holder .box .text span.title {
  max-width: 450px;
  display: block;
  font-family: Avenir, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  /* or 144% */
  text-align: center;
  text-transform: uppercase;
  /* black */
  color: #303030;
  margin-bottom: 50px;
}

section.work_select .holder .box .text p {
  max-width: 450px;
  font-family: Avenir, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  /* or 125% */
  text-align: center;
  display: block;
  color: #000000;
  margin-bottom: 35px;
}

section.work_select .holder .box .text a.btn {
  display: block;
  width: 200px;
  height: 44px;
  background-color: transparent;
  border: 1px solid #000;
  transition: all .2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Muli, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 10px;
  /* identical to box height, or 83% */
  text-align: center;
  letter-spacing: 1px;
  text-transform: lowercase;
  /* black */
  color: #303030;
  margin-bottom: 18px;
}

section.work_select .holder .box .text a.btn:hover {
  background-color: #f3f3f3;
}

section.work_select .holder .box .text a.btn2 {
  font-family: Muli, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 10px;
  /* identical to box height, or 83% */
  text-align: center;
  letter-spacing: 1px;
  text-transform: lowercase;
  /* black */
  color: #303030;
}

section.work_select .holder .box .text a.btn2:hover {
  text-decoration: underline;
}

section.main_advantages {
  width: 100%;
  margin-top: 85px;
  padding: 0 15px;
  box-sizing: border-box;
  /*height: 500px;*/
}

section.main_advantages .holder {
  width: 100%;
  max-width: 952px;
  margin: 0 auto;
}

section.main_advantages .holder .main_advantages_slider {
  width: 100%;
}

section.main_advantages .holder .main_advantages_slider .slick-list {
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

section.main_advantages .holder .main_advantages_slider .slide {
  height: 305px;
  background-color: #e3e9dc;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.2s ease-out;
}

section.main_advantages .holder .main_advantages_slider .slide.slick-current {
  background-color: #dbc71a;
  padding-top: 20px;
  padding-bottom: 20px;
  transform: translateY(-20px);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
}

section.main_advantages .holder .main_advantages_slider .slide span {
  display: block;
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 150px;
  line-height: 183px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.5;
}

section.main_advantages .holder .main_advantages_slider .slide .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  padding: 20px;
  box-sizing: border-box;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}

section.main_advantages .holder .main_advantages_slider .slide .text span.title {
  display: block;
  margin-bottom: 20px;
  font-family: Avenir, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

section.main_advantages .holder .main_advantages_slider .slide .text p {
  font-family: Avenir, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  /* or 125% */
  display: flex;
  align-items: center;
  text-align: center;
  /* black */
  color: #303030;
  opacity: 0.8;
}

section.sub-section .holder {
  width: 100%;
  max-width: 952px;
  margin: 0 auto;
}

section.sub-section .holder h1.section_title {
  font-size: 24px;
}

section.main_form {
  width: 100%;
  padding: 0 15px;
  margin-top: 40px;
  box-sizing: border-box;
}

section.main_form .holder {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

section.main_form .holder .left {
  width: 50%;
  height: 545px;
  background-color: rgba(0, 0, 0, 0.05);
  background-image: url(../img/form-bg-sofa.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.main_form .holder .left .form {
  width: 100%;
  max-width: 305px;
  margin-top: -30px;
}

section.main_form .holder .left .form h1 {
  font-family: Avenir, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  /* identical to box height, or 144% */
  text-transform: uppercase;
  /* black */
  color: #303030;
  position: relative;
  margin-bottom: 20px;
}

section.main_form .holder .left .form h1:before {
  position: absolute;
  content: '';
  width: 46px;
  height: 2px;
  background-color: #CEC251;
  bottom: -10px;
  left: 0;
}

section.main_form .holder .left .form span {
  font-family: Avenir, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #303030;
  display: block;
  margin-bottom: 15px;
}

section.main_form .holder .left .form form {
  width: 100%;
}

section.main_form .holder .left .form form .input {
  width: 100%;
  margin-bottom: 9px;
}

section.main_form .holder .left .form form .input input[type=text] {
  width: 100%;
  height: 50px;
  border: 0.5px solid #000000;
  box-sizing: border-box;
  border-radius: 2px 0px 0px 2px;
  background: transparent;
  display: block;
  font-family: Avenir, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  /* or 125% */
  /* black */
  color: #303030;
  padding: 15px 0;
  padding-left: 25px;
  padding-right: 25px;
}

section.main_form .holder .left .form form .input input[type=text]:focus {
  border-color: #CEC251;
}

section.main_form .holder .left .form form input[type=submit] {
  cursor: pointer;
  width: 100%;
  height: 49px;
  background: #d7c100;
  border: 1px solid #D7C100;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Muli, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: lowercase;
  color: #303030;
  margin-top: 20px;
}

section.main_form .holder .left .form form .radio {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

section.main_form .holder .left .form form .radio input[type="radio"] {
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border-radius: 100%;
  border: 1px solid #9da2a9;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.38);
  cursor: pointer;
  box-sizing: border-box;
  transition: border 0.2s ease;
  margin-right: 20px;
}

section.main_form .holder .left .form form .radio input[type="radio"]:checked {
  border: 7px solid #ffffff;
  box-shadow: none;
  background-color: #CEC251;
}

section.main_form .holder .left .form form .radio span {
  display: inline;
  font-family: Avenir, Arial, sans-serif;
  font-size: 10px;
  line-height: 15px;
  color: #303030;
}

section.main_form .holder .right {
  width: 50%;
  height: 545px;
  background-image: url(../img/form-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

section.main_pockets {
  width: 100%;
  padding: 0 15px;
  margin-top: 40px;
  box-sizing: border-box;
}

section.main_pockets .holder {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  /* background-color: #fafafa; */
  position: relative;
}

section.main_pockets .holder img {
  position: absolute;
}

section.main_pockets .holder img.lampa {
  top: 0;
  left: 0;
}

section.main_pockets .holder img.table {
  bottom: 0;
  right: 37px;
}

section.main_pockets .holder .box {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  max-width: 766px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

section.main_pockets .holder .box .card {
  background-position: center;
  background-size: 110%;
  background-repeat: no-repeat;
  max-width: 347px;
  padding: 55px 51px;
  box-sizing: border-box;
  border: 1px solid #CEC251;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
}

section.main_pockets .lists{
  font-family: Avenir, Arial, sans-serif;
  margin-top: 35px;
}
section.main_pockets .lists .item-wrapper{
  margin-bottom: 10px;
}
section.main_pockets .lists .item-wrapper .item-head{
  display: flex;
    align-items: center;
    justify-content: flex-start; 
	position: relative;
}
section.main_pockets .lists .item-wrapper.active{
	outline: 1px solid #d7c100;
}
section.main_pockets .lists .item-wrapper .item-head .item-number{
  width: 10%;
  height: 44px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #eeeeee;
  font-size: 16px;
  color: #d7c100;
  border-right: 2px solid #fafafb;
}
section.main_pockets .lists .item-wrapper .item-head .item-title{
  background: #eeeeee;
  height: 44px;
  padding: 0 5px;
  align-items: center;
  display: flex;
  width: 90%;
  font-size: 18px;
  font-weight: 400;
}
section.main_pockets .lists .item-wrapper .item-head .item-arrow{
  width: 10%;
  height: 44px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #eeeeee;
  cursor: pointer;
  color: #d7c100;
  border-left: 2px solid #fafafb;
  position: absolute;
    right: 0;
}
section.main_pockets .lists .item-wrapper .item-head .item-arrow svg{
	transform: scaleY(-1);
	transition: all .1s ease-in-out;
}
section.main_pockets .lists .item-wrapper .item-head .item-arrow.collapsed svg{
	transform: scaleY(1);
}
section.main_pockets .lists .item-wrapper .item-body{
  border-top: 2px solid #fafafb;
  background: #eeeeee;
}
section.main_pockets .lists .item-wrapper .item-body .item-text{
  padding: 5px;
}
section.main_pockets .lists .item-wrapper .item-body .item-text ul{
  padding: 0 0 0 40px;
    position: relative;
}
section.main_pockets .lists .item-wrapper .item-body .item-text ul li{
  font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    padding-bottom: 10px;
    padding-left: 0;
    margin-left: 0;
    display: block;
    position: relative;
}
section.main_pockets .lists .item-wrapper .item-body .item-text ul li::before {
  content: "";
    position: absolute;
    background-color: #d7c100;
    display: block;
    float: left;
    width: 5px;
    height: 5px;
    left: -30px;
    top: 9px;
}

section.main_pockets .holder .box .card>span.title {
  font-family: Avenir, Arial, sans-serif;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  color: #212121;
  display: block;
}
section.main_pockets .holder .box .card>span.aftertitle {
  font-family: Avenir, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  color: #212121;
  display: block;
  margin-top:30px;
}
section.main_pockets .holder .box .card>span.button{
  font-family: Avenir, Arial, sans-serif;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  color: #212121;
  display: block;
}

section.main_pockets .holder .box .card>span.title>span {
  display: block;
  font-family: Avenir, Arial, sans-serif;
  font-size: 24px;
  line-height: 20px;
  text-align: center;
  text-transform: lowercase;
  color: #212121;
}

section.main_pockets .holder .box .card ol {
  margin-top: 35px;
  margin-bottom: 25px;
  counter-reset: li;
  padding: 0 0 0 40px;
  list-style: none;
}

section.main_pockets .holder .box .card ol li {
  position: relative;
  padding: 0;
  margin-bottom: 10px;
}

section.main_pockets .holder .box .card ol li p {
  font-family: Avenir, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
  text-transform: none;
  opacity: 0.8;
  text-align: left !important;
  margin-bottom: 10px;
}

section.main_pockets .holder .box .card ol li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: -40px;
  width: 40px;
  height: 44px;
  padding: 5px 7px 5px 5px;
  font-family: Avenir, Arial, sans-serif;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #D7C100;
  background: #eeeeee;
  border-right: 2px solid #fafafb;
}

section.main_pockets .holder .box .card a.btn {
  width: 100%;
  min-width: 200px;
  height: 54px;
  background-color: #d7c100;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-family: Muli, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: lowercase;
  color: #FAFAFA;
}

section.main_blog {
  width: 100%;
  padding: 0 15px;
  margin-top: 55px;
  box-sizing: border-box;
}

section.main_blog .holder {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

section.main_blog .holder .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

section.main_blog .holder .title h1 {
  margin-bottom: 20px;
}

section.main_blog .holder .title .arrows {
  display: flex;
  width: 190px;
}

section.main_blog .holder .title .arrows a {
  width: 90px;
  height: 40px;
  background-color: #303030;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

section.main_blog .holder .title .arrows a:first-child {
  margin-right: 10px;
}

section.main_blog .holder .title .arrows a svg path {
  fill: #D7C100 !important;
  opacity: 0.4;
}

section.main_blog .holder .title .arrows a:hover svg path {
  fill: #CEC251;
  opacity: 1;
}

section.main_blog .holder hr {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  margin-bottom: 40px;
}

section.main_blog .holder .main_blog_slider {
  width: 100%;
}

section.main_blog .holder .main_blog_slider .slick-list {
  margin: 0 -15px !important;
}

section.main_blog .holder .main_blog_slider .slide {
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

section.main_blog .holder .main_blog_slider .slide.slick-slide {
  margin: 0 15px !important;
}

section.main_blog .holder .main_blog_slider .slide .text {
  position: absolute;
  top: 20%;
  right: 0;
  width: 100%;
  max-width: 250px;
  padding: 40px 80px;
  background-color: #303030;
}

section.main_blog .holder .main_blog_slider .slide .text span {
  display: block;
  font-family: Avenir, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  /* or 144% */
  text-transform: uppercase;
  color: #FAFAFA;
  margin-bottom: 10px;
}

section.main_blog .holder .main_blog_slider .slide .text .link {
  width: 100%;
  text-align: right;
}

section.main_blog .holder .main_blog_slider .slide .text .link a {
  display: inline-block;
  text-align: right;
  font-family: Avenir, Arial, sans-serif;
  font-size: 16px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: lowercase;
  color: #D7C100;
  position: relative;
}

section.main_blog .holder .main_blog_slider .slide .text .link a:before {
  top: 5px;
  left: -30px;
  position: absolute;
  content: '';
  width: 13px;
  height: 2px;
  background: #D7C100;
  transition: all 0.2s ease-out;
}

section.main_blog .holder .main_blog_slider .slide .text .link a:hover:before {
  transform: rotate(180deg);
}

section.main_portfolio {
  width: 100%;
  padding: 0 15px;
  margin-top: 100px;
  box-sizing: border-box;
}

section.main_portfolio .holder {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

section.main_portfolio .holder .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

section.main_portfolio .holder .title h1 {
  margin-bottom: 20px;
}

section.main_portfolio .holder .title .arrows {
  display: flex;
  width: 190px;
}

.arrows a {
  width: 90px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #303030;
  transition: all .3s ease-in-out;
}

.arrows a:hover{
  opacity: .7;
}

.arrows a:first-child {
  margin-right: 10px;
}

.arrows a svg path {
  fill: #D7C100 !important;
  opacity: 1;
}

.arrows a:hover svg path {
  fill: #CEC251;
  opacity: 1;
}

section.main_portfolio .holder hr {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  margin-bottom: 40px;
}

section.main_portfolio .holder .main_portfolio_slider {
  width: 100%;
  height: 425px;
}

section.main_portfolio .holder .main_portfolio_slider .slide {
  width: 100%;
  height: 425px;
  position: relative;
}

section.main_portfolio .holder .main_portfolio_slider .slide img {
  height: 425px;
  width: 100%;
  object-fit: cover;
  cursor: zoom-in;
  transition: all 4s linear;
}

section.main_portfolio .holder .main_portfolio_slider .slide img:hover {
  transform: scale(1.1);
}

section.main_portfolio .holder .main_portfolio_slider .slide .lupa {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: unset;
  right: 0;
  width: 56px;
  height: 56px;
  background-color: #303030;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.main_socials {
  width: 100%;
  padding: 0 15px;
  margin-top: 100px;
  box-sizing: border-box;
}

section.main_socials .holder {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

section.main_socials .holder .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

section.main_socials .holder .title h1 {
  margin-bottom: 20px;
}

section.main_socials .holder .title .socials {
  display: flex;
}

section.main_socials .holder .title .socials a {
  width: 170px;
  height: 40px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-family: Muli, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 10px;
  /* identical to box height, or 83% */
  letter-spacing: 1px;
  text-transform: lowercase;
  color: #000000;
  transition: all 0.2s ease-in;
  border: 1px solid #333;
}

section.main_socials .holder .title .socials a:first-child {
  margin-right: 10px;
}

section.main_socials .holder .title .socials a:hover {
  color: #ffffff;
  background-color: #303030;
}

section.main_socials .holder hr {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  margin-bottom: 50px;
}

section.main_socials .holder .main_socials_slider,
section.main_socials .holder .main_person_slider {
  width: 100%;
  height: 270px;
}

section.main_socials .holder .main_socials_slider .slide,
section.main_socials .holder .main_person_slider .slide {
  max-width: 270px;
  height: 270px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

section.main_socials .holder .main_socials_slider .slide.slick-slide,
section.main_socials .holder .main_person_slider .slide.slick-slide {
  margin: 0 20px !important;
  background-size: contain;
}

.main_person_slider img {
  width: 100%;
}

section.main_socials .holder .main_person_slider,
section.main_socials .holder .main_person_slider .slide {
  height: auto;
}

section.main_socials .holder .main_person_slider .slide span {
  text-align: center;
  display: block;
  font-size: 20px;
  margin: 15px 0 10px;
  font-family: Avenir, Arial, sans-serif;
  font-weight: bold;
}

section.main_socials .holder .main_person_slider .slide p {
  text-align: center;
  font-size: 18px;
  font-family: Avenir, Arial, sans-serif;
}

section.uslugy {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

section.uslugy .page_tite {
  width: 100%;
  max-width: 1300px;
  height: 300px;
  margin: 0 auto;
  padding-bottom: 50px;
  box-sizing: border-box;
  background-color: #303030;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

section.uslugy .page_tite h1 {
  display: block;
  text-align: center;
  font-family: Avenir, Arial, sans-serif;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #FAFAFA;
}

section.uslugy .holder {
  width: 100%;
  max-width: 1300px;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
}

section.uslugy .holder .box {
  width: 100%;
  /* max-width: 480px; */
}

section.uslugy .holder .box:nth-child(1) {
  margin-right: 20px;
}

section.uslugy .holder .box .text {
  width: 100%;
  margin-bottom: 30px;
}

section.uslugy .holder .box .text span.title {
  display: block;
  font-family: Avenir, Arial, sans-serif;
  font-size: 36px;
  line-height: 33px;
  letter-spacing: -1px;
  color: #303030;
}

section.uslugy .holder .box .text span.title>span {
  font-weight: bold;
}

section.uslugy .holder .box .text p {
  margin-top: 30px;
  font-family: Avenir, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

section.uslugy .holder .box .img {
  width: 100%;
  height: 455px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-out;
  position: relative;
}

section.uslugy .holder .box .img:hover {
  padding-top: 55px;
}

section.uslugy .holder .box .img:hover .link {
  opacity: 1;
  visibility: visible;
}

section.uslugy .holder .box .img .link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  background-color: rgba(215, 193, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in;
}

section.uslugy .holder .box .img .link a.box {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #303030;
    opacity: .7;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    border: 2px solid #d7c100;
}

section.uslugy .holder .box .img .link a.box:hover span:before {
  transform: rotate(180deg);
}

section.uslugy .holder .box .img .link a.box span {
  display: block;
  text-align: center;
  font-family: Avenir, Arial, sans-serif;
  font-size: 16px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: lowercase;
  color: #D7C100;
  position: relative;
}

section.blog_page {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

section.blog_page .holder {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

section.blog_page .holder .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

section.blog_page .holder .box .right {
  width: 100%;
  max-width: 662px;
  padding-top: 142px;
}

section.blog_page .holder .box .right p {
  font-family: Avenir, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 20px;
}

section.blog_page .holder .box .right .img {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}

section.blog_page .holder .box .left {
  width: 100%;
  max-width: 586px;
  margin-right: 15px;
}

section.blog_page .holder .box .left .title {
  width: 100%;
  height: 368px;
  background-color: #303030;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  padding-bottom: 35px;
  box-sizing: border-box;
}

section.blog_page .holder .box .left .title h1 {
  max-width: 470px;
  display: block;
  width: 100%;
  font-family: Avenir, Arial, sans-serif;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  color: #FAFAFA;
  margin-bottom: 30px;
}

section.blog_page .holder .box .left .title .date {
  width: 100%;
  max-width: 470px;
  display: flex;
  justify-content: flex-end;
}

section.blog_page .holder .box .left .title .date span {
  display: inline-block;
  text-align: right;
  font-family: Muli, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 1px;
  text-transform: lowercase;
  color: #D7C100;
  position: relative;
}

section.blog_page .holder .box .left .title .date span:before {
  position: absolute;
  content: '';
  width: 13px;
  height: 1px;
  background-color: #D7C100;
  top: 5px;
  left: -20px;
}

section.blog_page .holder .box .left .img {
  margin-top: 20px;
  width: 100%;
  height: 545px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

section.blog_page .holder>p {
  font-family: Avenir, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 20px;
}

section.blog_page .holder a.btn {
  margin-top: 50px;
  display: flex;
  align-items: center;
  font-family: Muli, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 1px;
  text-transform: lowercase;
  color: #D7C100;
}

section.blog_page .holder a.btn img {
  margin-right: 8px;
}

section.blog_page_form {
  width: 100%;
  padding: 0 15px;
  margin-top: 40px;
  box-sizing: border-box;
}

section.blog_page_form .holder {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

section.blog_page_form .holder .right {
  width: 100%;
  max-width: 490px;
  height: 393px;
  background-color: rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
}

section.blog_page_form .holder .right .form {
  width: 100%;
  max-width: 305px;
}

section.blog_page_form .holder .right .form h1 {
  font-family: Avenir, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  /* identical to box height, or 144% */
  text-transform: uppercase;
  /* black */
  color: #303030;
  position: relative;
  margin-bottom: 20px;
}

section.blog_page_form .holder .right .form h1:before {
  position: absolute;
  content: '';
  width: 46px;
  height: 2px;
  background-color: #CEC251;
  bottom: -10px;
  left: 0;
}

section.blog_page_form .holder .right .form span {
  font-family: Avenir, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #303030;
  display: block;
  margin-bottom: 15px;
}

section.blog_page_form .holder .right .form form {
  width: 100%;
}

section.blog_page_form .holder .right .form form .input {
  width: 100%;
  margin-bottom: 9px;
}

section.blog_page_form .holder .right .form form .input input[type=text] {
  width: 100%;
  height: 50px;
  border: 0.5px solid #000000;
  box-sizing: border-box;
  border-radius: 2px 0px 0px 2px;
  background: transparent;
  display: block;
  font-family: Avenir, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  /* or 125% */
  /* black */
  color: #303030;
  padding: 15px 0;
  padding-left: 25px;
  padding-right: 25px;
}

section.blog_page_form .holder .right .form form .input input[type=text]:focus {
  border-color: #CEC251;
}

section.blog_page_form .holder .right .form form input[type=submit] {
  cursor: pointer;
  width: 100%;
  height: 49px;
  background: #d7c100;
  border: 1px solid #D7C100;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Muli, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: lowercase;
  color: #303030;
  margin-top: 20px;
}

section.blog_page_form .holder .right .form form .radio {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

section.blog_page_form .holder .right .form form .radio input[type="radio"] {
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border-radius: 100%;
  border: 1px solid #9da2a9;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.38);
  cursor: pointer;
  box-sizing: border-box;
  transition: border 0.2s ease;
  margin-right: 20px;
}

section.blog_page_form .holder .right .form form .radio input[type="radio"]:checked {
  border: 7px solid #ffffff;
  box-shadow: none;
  background-color: #CEC251;
}

section.blog_page_form .holder .right .form form .radio span {
  display: inline;
  font-family: Avenir, Arial, sans-serif;
  font-size: 10px;
  line-height: 15px;
  color: #303030;
}

section.blog_page_form .holder .left {
  width: 100%;
  max-width: 790px;
  height: 393px;
  margin-right: 15px;
  background-image: url(../img/blog-page-form-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

section.contacts {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

section.contacts .holder {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

section.contacts .holder .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

section.contacts .holder .box .right {
  width: 100%;
  max-width: 662px;
  display: flex;
  align-items: center;
}

section.contacts .holder .box .right .form {
  width: 100%;
  max-width: 500px;
}

section.contacts .holder .box .right .form h2 {
  font-family: Avenir, Arial, sans-serif;
  font-size: 24px;
  line-height: 35px;
  text-transform: uppercase;
  color: #303030;
  position: relative;
  margin-bottom: 50px;
}

section.contacts .holder .box .right .form h2:before {
  position: absolute;
  content: '';
  width: 38px;
  height: 4px;
  background-color: #CEC251;
  left: 0;
  bottom: -15px;
}

section.contacts .holder .box .right .form form {
  width: 100%;
}

section.contacts .holder .box .right .form form .inputs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  width:100%;
}

section.contacts .holder .box .right .form form .inputs .input {
  margin-right: 7px;
  width:100%;
}

section.contacts .holder .box .right .form form .inputs .input span {
  display: block;
  margin-bottom: 5px;
  font-family: Avenir, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

section.contacts .holder .box .right .form form .inputs .input input[type=text] {
  width: 100%;
  height: 56px;
  border: 1.5px solid #000000;
  box-sizing: border-box;
  font-family: Avenir, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  padding: 15px;
}

section.contacts .holder .box .right .form form .textarea {
  width: 100%;
}

section.contacts .holder .box .right .form form .textarea span {
  display: block;
  margin-bottom: 5px;
  font-family: Avenir, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

section.contacts .holder .box .right .form form .textarea textarea {
  width: 100%;
  height: 224px;
  border: 1.5px solid #000000;
  box-sizing: border-box;
  font-family: Avenir, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  padding: 15px;
}

section.contacts .holder .box .right .form form input[type=submit] {
  cursor: pointer;
  margin-top: 28px;
  width: 200px;
  height: 44px;
  background-color: #d7c100;
  font-family: Muli, Arial, sans-serif;
  border: none;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
  text-transform: lowercase;
  color: #FAFAFA;
}

section.contacts .holder .box .left {
  width: 100%;
  max-width: 586px;
  margin-right: 15px;
}

section.contacts .holder .box .left .title {
  width: 100%;
  height: 368px;
  background-color: #303030;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  padding-bottom: 35px;
  box-sizing: border-box;
}

section.contacts .holder .box .left .title h1 {
  max-width: 470px;
  display: block;
  width: 100%;
  font-family: Avenir, Arial, sans-serif;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  color: #FAFAFA;
  margin-bottom: 30px;
}

section.contacts .holder .box .left .title .date {
  width: 100%;
  max-width: 470px;
  display: flex;
  justify-content: flex-end;
}

section.contacts .holder .box .left .title .date span {
  display: inline-block;
  text-align: right;
  font-family: Muli, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 1px;
  text-transform: lowercase;
  color: #D7C100;
  position: relative;
}

section.contacts .holder .box .left .title .date span:before {
  position: absolute;
  content: '';
  width: 13px;
  height: 1px;
  background-color: #D7C100;
  top: 5px;
  left: -20px;
}

section.contacts .holder .box .left .map {
  margin-top: 20px;
  width: 100%;
  height: 545px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.popap-btn {
  background: #303030;
  padding: 17px 20px;
  border: none;
  position: absolute;
  top: -55px;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='15' viewbox='0 0 15 15' width='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 14.1303L10.7032 9.83004C12.7157 7.32431 12.4169 3.67489 10.0238 1.53252C7.63064 -0.609845 3.98399 -0.492472 1.73254 1.79939C-0.518903 4.09125 -0.58412 7.75238 1.58426 10.1235C3.75264 12.4947 7.39279 12.7428 9.8607 10.6877L14.1575 15L15 14.1303ZM2.55495 9.43142C0.788004 7.49052 0.855235 4.49795 2.70754 2.63895C4.55985 0.779945 7.54164 0.712472 9.47555 2.4858C11.2425 4.4267 11.1753 7.41927 9.32295 9.27827C7.47065 11.1373 4.48886 11.2048 2.55495 9.43142Z' fill='%23D7C100'%3E%3C/path%3E%3C/svg%3E");
      background-position: center;
    background-repeat: no-repeat;
}

.popap-btn svg {
  transition: all .2s linear;
}

.popap-btn:hover svg {
  transform: scale(1.2);
}

.popap-btn_open {
  left: 0;
  cursor: pointer;
}

.modal-container {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 0.4s linear;
  z-index: 100;
}

.modal-container.active {
  opacity: 1;
  visibility: visible;
}

.modal-container .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  width: 80%;
}

.modal-container .modal.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-50%);
}

.modal-container .modal .modal_img {
  position: relative;
}

.modal-container .modal .modal_img img {
  width: 100%;
  height: auto;
  cursor: default;
}

.modal-container .modal .modal_img .popap-btn_close {
  right: calc(50% - 55px / 2 - 122px);
  cursor: pointer;
}

.modal-container .modal .modal_img .slide {
  width: 100%;
  height: auto;
}

main.main-design {
  max-width: 1300px;
  margin: 0 auto;
}

main.main-design .main_top {
  background: #303030;
}

main.main-design .main_top h2 {
  font: 36px Avenir, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #FAFAFA;
  padding: 150px 0 40px 0;
}

main.main-design .main_banner {
  margin: 30px 0 55px 0;
  width: 100%;
  height: 295px;
  background: url(../img/disign-banner.jpg) no-repeat;
  background-size: cover;
}

main.main-design .main_banner_remont {
  background: url(../img/remont-banner.jpg) no-repeat;
  background-size: cover !important;
}

main.main-design section.main_content {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 15px;
}

main.main-design section.main_content p {
  font: 16px Avenir, Arial, sans-serif;
  margin-bottom: 30px;
  line-height: 20px;
}

main.main-design section.main_content .main_content_img {
  max-width: 800px;
  max-height: 300px;
  margin: 0 auto 30px auto;
  position: relative;
}

main.main-design section.main_content .main_content_img img {
  width: 100%;
  height: auto;
}

main.main-design section.main_content section.main_form {
  display: flex;
  align-items: center;
  margin-top: 50px;
  flex-wrap: wrap;
  justify-content: center;
}

main.main-design section.main_content section.main_form .main_form_left {
  max-height: 395px;
  max-width: 407px;
}

main.main-design section.main_content section.main_form .main_form_left img {
  width: 100%;
  height: auto;
}

main.main-design section.main_content section.main_form .main_form_right {
  margin: auto;
}

main.main-design section.main_content section.main_form .main_form_right h4 {
  font: 18px Avenir, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #303030;
  margin-bottom: 20px;
  position: relative;
}

main.main-design section.main_content section.main_form .main_form_right h4::after {
  content: "";
  position: absolute;
  background: #CEC251;
  width: 45px;
  height: 2px;
  bottom: -12px;
  left: 0;
}

main.main-design section.main_content section.main_form .main_form_right span {
  display: block;
  margin-bottom: 15px;
  font: 16px Avenir, Arial, sans-serif;
  color: #303030;
}

main.main-design section.main_content section.main_form .main_form_right form {
  width: 100%;
}

main.main-design section.main_content section.main_form .main_form_right form .input {
  width: 100%;
  margin-bottom: 9px;
  position: relative;
}

main.main-design section.main_content section.main_form .main_form_right form .input img {
  position: absolute;
  top: 20px;
  left: 15px;
}

main.main-design section.main_content section.main_form .main_form_right form .input input[type=text] {
  width: 100%;
  height: 50px;
  border: 1px solid #303030;
  box-sizing: border-box;
  border-radius: 2px 0px 0px 2px;
  background: transparent;
  display: block;
  font-family: Avenir, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #303030;
  padding: 15px 0;
  padding-left: 25px;
  padding-right: 15px;
}

main.main-design section.main_content section.main_form .main_form_right form .input input[type=text]:focus {
  border-color: #CEC251;
}

main.main-design section.main_content section.main_form .main_form_right form input[type=submit] {
  cursor: pointer;
  margin-top: 20px;
  width: 100%;
  height: 49px;
  background: #CEC251;
  border: 1px solid #D7C100;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Muli, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: lowercase;
  color: #303030;
}

main.main-design section.main_blog {
  margin-bottom: 50px;
}

main.main-design section.main_blog .holder .title .arrows {
  margin-bottom: 20px;
}

.prew-a {
	margin-top: 50px;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

.prew-a:hover svg {
  transform: translateX(-10px);
}

.prew-a a {
  font: 12px Muli, Arial, sans-serif;
  color: #CEC251;
  padding-left: 20px;
}

.prew-a svg {
  transition: all .2s ease;
  /* position: absolute; */
  /* top: 6px; */
  /* left: 0px; */
}

.portfolio-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-height: 980px;
  margin-top: 40px;
  overflow-y: scroll;
  /* padding: 15px; */
}

.portfolio-gallery .portfolio-card {
  height: 368px;
  width: 48%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 50px;
}

.darken_slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.darken_slide .offer {
  padding-top: 50px;
  display: flex;
  justify-content: center;
}

.darken_slide .offer p {
  font: 18px Avenir, Arial, sans-serif;
  color: #FAFAFA;
  text-transform: uppercase;
  font-weight: bold;
}

.darken_slide .link {
  text-align: center;
  padding: 15px 50px 25px 0;
}

.darken_slide .link a {
  display: inline-block;
  font: 12px Avenir, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: lowercase;
  color: #D7C100;
  position: relative;
}

/* .darken_slide .link a:before { */
  /* top: 8px; */
  /* left: -30px; */
  /* position: absolute; */
  /* content: ''; */
  /* width: 13px; */
  /* height: 2px; */
  /* background: #D7C100; */
  /* transition: all 0.2s ease-out; */
/* } */

.darken_slide .link a:hover:before {
  transform: rotate(180deg);
}

main.main-portfolio-single {
  max-width: 1300px;
    margin: 0 auto;
}

.main-portfolio-single-title {
    text-align: center;
    display: block;
    float: left;
    width: 100%;
}

.main-portfolio-single-title {
  background: #303030;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 15px 35px;
  position: relative;
  z-index: 0;
	margin-bottom: 60px;
}

.main-portfolio-single-title h2 {
  display: block;
  width: 100%;
  font: 24px Avenir, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #FAFAFA;
  padding-bottom: 70px;
  margin-top: 150px;
}
.main-portfolio-single-title .date {
  position: absolute;
  bottom: 10%;
  right: 10%;
  font: 12px Muli, Arial, sans-serif;
  color: #CEC251;
  text-transform: lowercase;
  font-weight: bold;
}

.main-portfolio-single-title .date::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  width: 12px;
  height: 2px;
  background-color: #CEC251;
}

.main-portfolio-single-title p {
  font: 24px Avenir, Arial, sans-serif;
  line-height: 20px;
  margin-bottom: 22px;
  color:#fff;
		text-align:center;
		padding: 50px; 
		line-height:1.5;
		width:70%;
		margin: 0 auto;
}

.main-portfolio-single-title .btn {
  margin-top: 45px;
  display: inline;
  background: #CEC251;
  color: #303030;
  font: 12px Muli, Arial, sans-serif;
  font-weight: bold;
  padding: 15px 70px;
}

.main-portfolio-single-title .prew-a {
  margin-top: 35px;
}

main.main-portfolio-single .single_portfolio_slider {
	display: block;
	float: left;
	width: 100%;
    height: 60vh;
}

main.main-portfolio-single .single_portfolio_slider .slide {
    cursor:pointer;
	padding:15px;
}

main.main-portfolio-single .prew-a_2 {
  display: none;
}
.main-portfolio-single .arrows {
	display: flex;
	width: 190px;
	float: right;
}

footer {
  width: 100%;
  /* max-width: 1300px; */
  margin: 0 auto;
  /* margin-top: 65px; */
  min-height: 300px;
  padding: 0 15px;
  box-sizing: border-box;
  background-color: #FAFAFA;
  display: flex;
  align-items: center;
}

footer .holder {
  height: inherit;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .holder .left {
  display: flex;
}

footer .holder .left .socials {
  margin: auto 0;
  margin-right: 70px;
}

footer .holder .left .socials a {
  display: block;
  margin-bottom: 15px;
}

footer .holder .left .socials a svg path {
  transition: all .2s ease;
  fill: #000000;
}

footer .holder .left .socials a:hover svg path {
  fill: #CEC251;
}

footer .holder .left .links {
  display: flex;
}

footer .holder .left .links .box {
  margin-right: 70px;
}

footer .holder .left .links .box:last-child {
  margin-right: 0;
}

footer .holder .left .links .box span.title {
  font-family: Avenir, Arial, sans-serif;
  font-size: 16px;
  line-height: 12px;
  display: block;
  letter-spacing: 1px;
  text-transform: lowercase;
  margin-bottom: 31px;
  color: #303030;
  white-space: nowrap;
}

footer .holder .left .links .box a {
  white-space: nowrap;
  font-family: Avenir, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin-bottom: 10px;
  color: #000000;
  opacity: 0.5;
}
footer .holder .left .links .box p {
  white-space: nowrap;
  font-family: Avenir, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin-bottom: 10px;
  color: #000000;
  opacity: 0.5;
}

footer .holder .left .links .box a.tel {
  opacity: 1;
}

footer .holder .middleLine {
  width: 1px;
  height: 235px;
  background: #E8E8E8;
  margin: 0 20px;
}

footer .holder .right {
  width: 100%;
  max-width: 285px;
}

footer .holder .right h1 {
  font-family: Avenir, Arial, sans-serif;
  font-size: 25px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.41px;
  text-transform: uppercase;
  color: #303030;
  display: block;
}

footer .holder .right span {
  font-family: Muli, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #7C7C7C;
  display: block;
  margin-bottom: 15px;
}

footer .holder .right form {
  width: 100%;
}

footer .holder .right form .input {
  width: 100%;
  margin-bottom: 9px;
  position: relative;
}

footer .holder .right form .input img {
  position: absolute;
  top: 20px;
  left: 15px;
}

footer .holder .right form .input input[type=text] {
  width: 100%;
  height: 50px;
  border: 0.5px solid #D1D1D1;
  box-sizing: border-box;
  border-radius: 2px 0px 0px 2px;
  background: transparent;
  display: block;
  font-family: Avenir, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding: 15px 0;
  padding-left: 25px;
  padding-right: 15px;
}

footer .holder .right form .input input[type=text]:focus {
  border-color: #CEC251;
}

footer .holder .right form input[type=submit] {
  cursor: pointer;
  width: 100%;
  height: 31px;
  background: #CEC251;
  border: 1px solid #D7C100;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Avenir, Arial, sans-serif;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.remodal .right {
  width: 100%;
  max-width: 285px;
}

.remodal .right h1 {
  font-family: Avenir, Arial, sans-serif;
  font-size: 25px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.41px;
  text-transform: uppercase;
  color: #303030;
  display: block;
}

.remodal .right span {
  font-family: Muli, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #7C7C7C;
  display: block;
  margin-bottom: 15px;
}

.remodal .right form {
  width: 100%;
}

.remodal .right form .input {
  width: 100%;
  margin-bottom: 9px;
  position: relative;
}

.remodal .right form .input img {
  position: absolute;
  top: 20px;
  left: 15px;
}

.remodal .right form .input input[type=text] {
  width: 100%;
  height: 50px;
  border: 0.5px solid #D1D1D1;
  box-sizing: border-box;
  border-radius: 2px 0px 0px 2px;
  background: transparent;
  display: block;
  font-family: Avenir, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding: 15px 0;
  padding-left: 25px;
  padding-right: 15px;
}

.remodal .right form .input input[type=text]:focus {
  border-color: #CEC251;
}

.remodal .right form input[type=submit] {
  cursor: pointer;
  width: 100%;
  height: 31px;
  background: #CEC251;
  border: 1px solid #D7C100;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Avenir, Arial, sans-serif;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.portfolio-gallery::-webkit-scrollbar {
  width: 5px;
}

.portfolio-gallery::-webkit-scrollbar-thumb {
  background-color: #303030;
  border-radius: 5px;
}

.portfolio-gallery::-webkit-scrollbar-track {
  background-color: #30303048;
  border: 0;
}

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-thumb {
  background-color: #303030;
  border-radius: 5px;
}

body::-webkit-scrollbar-track {
  background-color: #30303048;
  border: 0;
}

[data-remodal-target] {
  cursor: pointer;
}

.remodal {
  max-width: 323px;
}

.modal_img .arrows {
  position: fixed;
  top: -55px;
  display: flex;
  right: calc(50% - 183px / 2);
  height: 52px;
}

.modal_img .arrows a:first-child {
  margin-right: 3px;
}

.modal_img .arrows a {
  height: 52px;
}

.modal_img .arrows a svg path {
  opacity: 1;
}

section.main_pockets .holder .box .card a.btn {
  position: absolute;
    bottom: 10px;
    width: calc(100% - 20px);
    left: 10px;
}

section.main_pockets .holder .box .card a.btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, hsla(0, 0%, 100%, .1)), color-stop(20%, hsla(0, 0%, 100%, .2)), to(hsla(0, 0%, 100%, .6)));
  background: linear-gradient(90deg, hsla(0, 0%, 100%, .1) 10%, hsla(0, 0%, 100%, .2) 20%, hsla(0, 0%, 100%, .6));
  width: 20px;
  transform: skewX(-45deg);
  left: -20%;
  transition: all .4s ease;
  animation-name: blick;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

@keyframes blick {

  15%,
  to {
    left: 110%
  }
}


section.main_faq {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  margin-top: 100px;
}

section.main_faq h2 {
  text-align: center;
}

section.main_faq .holder {
  width: 100%;
}

section.main_faq .holder .questions {
	margin: 0 auto;
  /* max-width: 1107px; */
  /* margin-top: 100px; */
	display: grid;
	grid-template-columns: 1fr 1fr;
}

section.main_faq .holder .questions .question {
  cursor: pointer;
  width: 100%;
  transition: all 0.3s ease-out;
  padding: 33px 37px;
  box-sizing: border-box;
  border: 1px solid #fff;
}
section.main_faq .holder .questions .question.active {
  background: #ffffff;
  box-shadow: 0px 14px 42px rgba(0, 0, 0, 0.15);
}

section.main_faq .holder .questions .question:hover {
  background: #ffffff;
  box-shadow: 0px 14px 42px rgba(0, 0, 0, 0.15);
}
section.main_faq .holder .questions .question:active {
  background: #ffffff;
  box-shadow: 0px 14px 42px rgba(0, 0, 0, 0.15);
}
section.main_faq .holder .questions .question:hover .question_title svg path {
  fill: #cec251;
}

section.main_faq .holder .questions .question .question_title {
  width: 100%;
  position: relative;
  /* padding-right: 20px; */
  cursor: pointer;
}

section.main_faq .holder .questions .question .question_title span {
  display: block;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  padding-right: 35px;
  font-family: Avenir, Arial, sans-serif;
  padding-right: 35px;
  width: 90%;
}

section.main_faq .holder .questions .question .question_title span.active {
  color: #575757;
  font-weight: bold;
}

section.main_faq .holder .questions .question .question_title svg {
  /* position: absolute; */
  top: 0px;
  right: 25px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: 16px;
}

section.main_faq .holder .questions .question .question_title:not(.collapsed) svg {
  transform: rotate(225deg);
}

section.main_faq .holder .questions .question .question_title svg.active path {
  fill: #cec251;
}

section.main_faq .holder .questions .question p {
  margin-top: 20px;
  font-family: Avenir, Arial, sans-serif;
  font-size: 18px;
  line-height: 127.4%;
  color: #737373;
  
}

/* section.main_faq .holder .questions .question:not(.active) .question-answer {
  display: none;
} */

section.main_faq .holder .questions .left {
  width: 100%;
}

section.main_faq .holder .questions .right {
  width: 100%;
  /* max-width: 490px; */
  /* min-width: 344px; */
}

@media(max-width:768px) {
  section.main_faq .holder .questions {
    display: grid;
    grid-template-columns: 1fr;
  }

  section.main_faq .holder .questions .left {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  footer .holder {
    flex-direction: column-reverse !important;
  }

  footer .holder .right {
    margin-bottom: 30px;
  }

  footer .holder .left .links {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}




.advantages-new {
  padding-bottom: 75px
}

.advantages-new .preview {
  text-align: center;
  font-family: PT Sans, sans-serif;
  line-height: 21px;
  padding-bottom: 50px
}

.advantages-new .item>div {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex
}

.advantages-new .container>.row {
  margin: 0
}

.advantages-new .item>div .row {
  width: 100%;
  border: 2px solid #CEC251;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px
}

.advantages-new .item>div .row>div:first-child {
  color: #CEC251;
  font-size: 58px;
  line-height: 0;
  display: flex;
  align-items: center
}

.advantages-new .item>div .row>div:nth-child(2) {
  display: flex;
  align-items: center;
}

.advantages-new h3 {
  color: #303030
}


h2.abcd {
  font-size: 21px;
  font-weight: 500;
  margin: 45px auto 30px;
  text-align: center;
  font-family: Avenir, Arial, sans-serif;
}

h3.abcd {
  font-size: 18px;
  color: #303030;
  font-family: Avenir, Arial, sans-serif;
}

p.abcd {
  margin: 0;
  padding: 0;
  font-family: Avenir, Arial, sans-serif;
}

@media only screen and (min-width:992px) {

  .advantages-new .container {
    padding: 0
  }

  .advantages-new .preview {
    line-height: 26px
  }

  h2.abcd {
    font-size: 30px;
    margin: 70px auto 30px;
  }

}

@media only screen and (min-width:1200px) {

  .advantages-new .item>div .row>div:first-child {
    font-size: 68px
  }

  h2.abcd {
    font-size: 36px;
  }

  h3.abcd {
    font-size: 21px;
  }

}

.phone-form {
  display: inline-block
}

@media (min-width:991px) {
  .toggle-show {
    display: none !important
  }
}

.phone-form .action-phone {
  display: inline-block;
  line-height: 1
}

.phone-form .action-phone [class*="pe-"] {
  font-size: 24px;
  line-height: 1;
  color: #CEC251;
  padding: 18px 10px;
  font-weight: bold
}

.toggle-phone {
  position: relative
}

.phone_bg {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px 10px;
  background-color: #fff;
  border: 1px solid red;
  z-index: 999;
  width: 210px;
  text-align: left
}

#dropdown-social-login .dropdown-sm .dropdown-menu {
  transition: none !important;
  -webkit-transition: none !important
}

.modal-container {
  display: block;
}

.modal {
  display: block !important;
}
.totop{
	position: fixed;
    bottom: 0;
    right: 15px;
    width: 60px;
    height: 60px;
    background: #fff;
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.475 1.0375C12.475 1.14583 12.4333 1.24167 12.35 1.325L6.525 7.15C6.44167 7.23333 6.34583 7.275 6.2375 7.275C6.12917 7.275 6.03333 7.23333 5.95 7.15L0.125 1.325C0.0416667 1.24167 0 1.14583 0 1.0375C0 0.929167 0.0416667 0.833333 0.125 0.75L0.75 0.125C0.833333 0.0416667 0.929167 0 1.0375 0C1.14583 0 1.24167 0.0416667 1.325 0.125L6.2375 5.0375L11.15 0.125C11.2333 0.0416667 11.3292 0 11.4375 0C11.5458 0 11.6417 0.0416667 11.725 0.125L12.35 0.75C12.4333 0.833333 12.475 0.929167 12.475 1.0375Z' fill='%23333333'/%3E%3C/svg%3E");
	 background-position: center;
	background-repeat: no-repeat;
	border:1px solid #303030;
	transform: rotate(180deg);
}
.slick-list,
.slick-track {
    height: 100%;
}
.404_page{
	width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}
.page_title {
    width: 100%;
    max-width: 1300px;
    height: 300px;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 200px;
    box-sizing: border-box;
    background-color: #303030;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
}
.page_title h1 {
    display: block;
    text-align: center;
    font-family: Avenir, Arial, sans-serif;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #FAFAFA;
}
.page_title h2 {
    display: block;
    text-align: center;
    font-family: Avenir, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #FAFAFA;
    width: 60%;
}
@media (max-width: 768px) {
  section.main_about_head .holder {
    padding: 30px 0;
    flex-direction: column;
  }
  section.main_about_head .holder .photo {
    margin-bottom: 30px;
    margin-right: 0;
    max-width: 50%;
  }
  section.main_about_head .holder .content {
    max-width: 100%;
  }
}