

/* Start:/bitrix/templates/gvozdevsoft_remontgs_s1/css/template.css?176797169413280*/
/* import */
/* color */
/* mixin */
.br {
  border-radius: 4px;
}
.opacity-img {
  opacity: 0.8;
}
.link-hover {
  opacity: 0.8;
}
.box-hover {
  border-color: #fff;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}
.btn-shadow {
  background-size: 200% 100%,auto,100% 2px,100% 2px,100% 1px,100% 1px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  background-repeat: no-repeat;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  animation: shine 5s ease reverse infinite;
  box-shadow: 0 9px 40px 0 rgba(50, 50, 50, 0.9);
}
.form-elements {
  background: #f9f9f9;
  border: 1px solid #ccc;
  outline: 0;
}
/* class */
.pr-0 {
  padding-right: 0;
}
.pl-0 {
  padding-left: 0;
}
.pr-5 {
  padding-right: 5px;
}
.pl-5 {
  padding-left: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.mr-5 {
  margin-right: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mt-0 {
  margin-top: 0;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.row-0 {
  margin: 0;
}
.row-5 {
  margin: 0 -5px;
}
.row-10 {
  margin: 0 -10px;
}
/* castom */
.bg-section {
  background: #f9f9f9;
  padding: 50px 0;
}
.section-slider .owl-nav {
  display: inline-block !important;
  margin-top: 30px;
}
.section-slider .owl-prev {
  margin-right: 7px !important;
}
.section-slider .owl-prev,
.section-slider .owl-next {
  width: 30px !important;
  height: 30px !important;
  color: #f7f7f7 !important;
  font-size: 1.4em !important;
  background: #CD2122 !important;
  border-radius: 4px !important;
  outline: 0;
}
.section-slider .owl-prev:hover,
.section-slider .owl-next:hover {
  background: #b71d1e !important;
}
/* ELEMENTS */
.btn-link {
  padding: 20px 30px;
  border-radius: 4px;
  background: #CD2122;
  color: #f7f7f7 !important;
  letter-spacing: 1px;
  text-decoration: none;
}
.btn-link_oval {
  border-radius: 30px;
}
.btn-link:hover {
  background: #c42021;
}
.btn-button {
  padding: 20px 30px;
  border: none;
  border-radius: 4px;
  outline: 0;
  background: #CD2122;
  color: #f7f7f7;
  font-size: 1em;
  cursor: pointer;
  letter-spacing: 1px;
}
.btn-button:hover {
  background: #c42021;
}
.link-dotted {
  text-decoration: none;
  border-bottom: 1px dotted;
}
.link-dotted:hover {
  border: none;
}
/* spec */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #222;
}
a {
  color: #CD2122;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* TEMPLATE */
/* header */
#header {
  position: relative;
  color: #f7f7f7;
  /* form */
  /* slider top */
}
#header .header-main-page {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #000;
}
#header .header-inner-main-page {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
}
#header .header-inner {
  background: #232c35;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
#header .header-top {
  padding-top: 20px;
  margin-bottom: 20px;
}
#header .header-logo img {
  max-width: 200px;
  max-height: 100px;
}
#header .header-address {
  display: flex;
  color: #f7f7f7;
}
#header .header-address__icon {
  font-size: 1.1em;
  margin-right: 10px;
}
#header .header-address__icon:before {
  content: "\f041";
  font-family: FontAwesome;
  font-size: 1em;
}
#header .header-address__text {
  font-size: 0.9em;
  line-height: 1.3;
}
#header .header-phone {
  position: relative;
  text-align: right;
  margin-bottom: 3px;
}
#header .header-phone__main-phone {
  display: inline-block;
  font-size: 1.2em;
  text-align: right;
  margin-bottom: 3px;
  transition: all 1s;
}
#header .header-phone__main-phone:after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 0.7em;
  color: #ccc;
  vertical-align: middle;
}
#header .header-phone__main-phone:before {
  content: "\f095";
  font-family: FontAwesome;
  font-size: 1em;
}
#header .header-phone__main-phone:hover .header-phone__popup {
  display: block;
}
#header .header-phone__link {
  text-decoration: none;
  color: #f7f7f7;
}
#header .header-phone__popup {
  position: absolute;
  z-index: 3;
  top: -4px;
  right: 0;
  display: none;
  border: 2px solid #ccc;
  min-width: 220px;
  min-height: 50px;
  padding: 10px 20px 10px 20px;
  background: #fff;
  color: #222;
  white-space: nowrap;
  text-align: center;
  border-radius: 4px;
}
#header .header-phone__popup-item {
  padding: 15px 0;
  border-bottom: 1px solid #dadada;
}
#header .header-phone__popup-item:last-child {
  border-bottom: none;
}
#header .header-phone__popup-link-phone {
  color: #222;
  text-decoration: none;
}
#header .header-phone__popup-link-email {
  font-size: 0.8em;
  color: #222;
}
#header .header-phone__popup-link-email:hover {
  text-decoration: none;
}
#header .header-btn-callback {
  text-align: right;
}
#header .header-btn-callback__link {
  /*margin-right: 11px;*/
  font-size: 0.9em;
  text-decoration: none;
  border-bottom: 1px dotted #f7f7f7;
  color: #f7f7f7;
}
#header .header-btn-callback__link:hover {
  border: none;
}
#header .header-btn-zayvka__link {
  padding: 15px;
}
#header .menu-line-main-page {
  border-bottom: 1px solid #f7f7f7;
}
#header .menu-line {
  border-top: 1px solid #f7f7f7;
}
#header .header-form {
  position: relative;
  width: 100%;
}
#header .header-form__inner {
  position: absolute;
  right: 30px;
  margin-top: calc(50vh - 258px);
}
#header .header-slider {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
#header .header-slider__img {
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#header .header-slider__img .big {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
#header .header-slider__img .small {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
@media (max-width: 991px) {
  #header .header-slider__img .big {
    display: none;
  }
  #header .header-slider__img .small {
    display: block;
  }
}
#header .header-slider__shadow {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#header .header-slider__inner {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 660px;
}
#header .header-slider__offer {
  position: absolute;
  z-index: 3;
  top: 39%;
  left: 0;
  padding: 30px 30px 60px 30px;
  max-width: 750px;
  width: 100%;
  height: auto;
  border-radius: 5px;
}
#header .header-slider__title {
  font-size: 3.2em;
  margin: 0 0 30px 0;
}
#header .header-slider__desc {
  line-height: 1.4;
  margin: 0 0 20px 0;
  font-size: 1.1em;
}
#header .header-slider__price {
  margin: 0 auto;
  font-size: 2.2em;
}
#header .header-slider__btn {
  display: flex;
  margin-top: 30px;
}
/* wrapper */
.wrapper {
  padding: 70px 0;
}
.wrapper-main-page {
  padding: 100px 0;
}
.wrapper-inner {
  display: flex;
}
/* SIDEBAR */
#sidebar {
  margin-right: 60px;
  width: 270px;
  min-width: 270px;
}
/* CONTENT */
.content-box {
  width: 100%;
  /* spec */
  /* breadcrumb */
}
.content-box p,
.content-box ul,
.content-box ol {
  color: #404040;
}
.content-box p {
  line-height: 1.5;
  margin: 0 0 10px 0;
}
.content-box ul,
.content-box ol {
  margin: 10px 0 20px 5%;
}
.content-box ul {
  list-style: square;
}
.content-box ol {
  list-style: decimal;
}
.content-box ul li,
.content-box ol li {
  line-height: 1.5;
  margin-bottom: 10px;
}
.content-box img {
  max-width: 100%;
  height: auto;
}
.content-box b,
.content-box strong {
  font-weight: 600;
}
.content-box sup {
  position: relative;
  top: -0.5em;
}
.content-box sub {
  position: relative;
  top: 0.5em;
}
.content-box h1 {
  font-size: 2em;
  font-weight: 600;
  margin: 0 0 30px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
}
.content-box h2 {
  font-size: 1.6em;
  margin: 27px 0 20px 0; font-weight: 600;
}
.d1 h2 {
  font-size: 0.9em;
}
.content-box h3 {
  font-size: 1.4em;
  margin: 27px 0 20px 0;
}
.content-box h4 {
  font-size: 1.14em;
  margin: 27px 0 20px 0;
}
.content-box h5 {
  font-size: 1em;
  font-weight: bold;
}
.content-box table {
  width: 100%;
  border: 1px solid #dedede;
  font-size: 0.9em;
  margin: 20px 0 30px 0;
}
.content-box td,
.content-box th {
  border: 0;
  padding: 15px 5px;
  text-align: center;
  border: 1px solid #dedede;
  vertical-align: middle;
}
.content-box th {
  text-transform: uppercase;
  padding: 15px 5px;
  background: #CD2122;
  color: #fff;
  font-size: 0.9em;
  font-weight: 600;
}
.content-box tr {
  background: #fff;
}
.content-box table td:first-child {
  text-align: left;
  padding-left: 24px;
  text-align: center;
}
.content-box table tr:nth-child(odd) {
  background: #f7f7f7;
}
.content-box .breadcrumb {
  margin: 0 0 10px 0;
  overflow: hidden;
  color: #777;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.content-box .breadcrumb a {
  text-decoration: none;
}
.content-box .breadcrumb a:hover {
  text-decoration: none;
}
.content-box .breadcrumb ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
.content-box .breadcrumb ul li {
  background: none;
  float: left;
  margin: 0 10px 0 0;
  font-size: 0.9em;
}
.content-box .breadcrumb li + li:before {
  content: "\f105";
  font-family: fontAwesome;
  font-size: 1em;
  margin: 0 10px 0 0;
}
.content-box .breadcrumb ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.content-box .breadcrumb ul li:last-child {
  background: none;
  line-height: 1.7;
}
/* footer */
#footer .footer__top {
  padding: 50px 0;
  background: #212932;
}
#footer .footer__logo img {
  width: 170px;
  height: auto;
  margin-bottom: 20px;
}
#footer .footer__text {
  margin-bottom: 20px;
  color: #f7f7f7;
  font-size: 0.9em;
  line-height: 150%;
}
#footer .footer__hr {
  width: 100%;
  height: 2px;
  margin-bottom: 20px;
  background: #3e4c5a;
}
#footer .footer__phone {
  margin-bottom: 30px;
  font-size: 1.3em;
  color: #f7f7f7;
}
#footer .footer__phone a {
  text-decoration: none;
  color: #f7f7f7;
}
#footer .footer .header-phone__link,
#footer .footer .header-phone__popup-link-email {
  display: none;
}
#footer .footer .header-phone__popup-item {
  margin-bottom: 10px;
}
#footer .footer__btn-callback {
  margin-bottom: 40px;
}
#footer .footer__btn-callback-link {
  padding: 13px 20px;
}
#footer .footer__mail {
  margin-bottom: 15px;
}
#footer .footer__mail a {
  color: #8ea0b5;
  text-decoration: none;
}
#footer .footer__mail a:before {
  content: "\f003";
  font-family: FontAwesome;
  font-size: 0.9em;
  margin-right: 8px;
}
#footer .footer__address {
  margin-bottom: 20px;
  color: #f7f7f7;
  font-size: 0.9em;
  line-height: 130%;
}
#footer .footer__address:before {
  content: "\f041";
  font-family: FontAwesome;
  margin-right: 3px;
  font-size: 1.1em;
}
#footer .footer__menu-title {
  margin: 20px 0;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #f7f7f7;
}
#footer .footer__menu-title:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #3e4c5a;
  display: block;
  margin: 15px 0;
}
#footer .footer__menu a {
  display: block;
  margin-bottom: 17px;
  color: #a1b0c1;
  text-decoration: none;
}
#footer .footer__menu a:hover {
  text-decoration: none;
  color: #d5dce3;
}
#footer .footer__bottom {
  padding: 30px 0;
  background: #191f26;
}
#footer .footer__social ul {
  display: flex;
}
#footer .footer__social ul li {
  padding-left: 25px;
}
#footer .footer__social a {
  color: #3f4f60;
  font-size: 1.5em;
}
#footer .footer__social a:hover {
  color: #8ea0b5;
}
#footer .footer__copyright {
  color: #b9b9b9;
  font-size: 0.8em;
}
#footer .footer__copyright a {
  color: #8ea0b5;
  margin-right: 10px;
}
/* bitrix */
[id^=bx_incl] {
  display: inline;
}
.top-margin{
  margin-top: 50px;
  margin-bottom: 0;
}

.big-table {

	overflow: auto;

	position: relative;

	width: 100%;
}

.big-table table {

	display: 

	vertical-align: top;

	max-width: 100%;
	
	width: 100%;

	overflow-x: auto;

	white-space: nowrap;

	-webkit-overflow-scrolling: touch;

}

#header .header-callback__messenger ul {
  display: flex;
  justify-content: right;
  margin-right: 30px;
}
#header .header-callback__messenger ul li {
  padding-left: 15px;
  padding-top: 10px;
}
#header .header-callback__messenger a {
  color: #f7f7f7;
  font-size: 1.1em;
}
#header .header-callback__messenger a:hover {
  opacity: 0.8;
}
/* End */


/* Start:/bitrix/templates/gvozdevsoft_remontgs_s1/css/mainpage.css?16508845858951*/
/* import */
/* color */
/* mixin */
.br {
  border-radius: 4px;
}
.opacity-img {
  opacity: 0.8;
}
.link-hover {
  opacity: 0.8;
}
.box-hover {
  border-color: #fff;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}
.btn-shadow {
  background-size: 200% 100%,auto,100% 2px,100% 2px,100% 1px,100% 1px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  background-repeat: no-repeat;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  animation: shine 5s ease reverse infinite;
  box-shadow: 0 9px 40px 0 rgba(50, 50, 50, 0.9);
}
.form-elements {
  background: #f9f9f9;
  border: 1px solid #ccc;
  outline: 0;
}
/* mixin */
.section-main-page-title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2em;
  font-weight: 600;
}
.section-main-page-desc {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.1;
}
.section-link-all {
  position: absolute;
  z-index: 2;
  bottom: 5px;
  right: 0;
}
.section-link-all-center {
  display: block;
  width: 200px;
  text-align: center;
  margin: 0 auto;
  padding: 15px 30px;
  border: 1px solid #CD2122;
  border-radius: 4px;
  text-decoration: none;
}
.section-link-all-center:hover {
  opacity: 0.8;
}
.h2-section {
  font-size: 1.6em;
  margin: 27px 0 20px 0;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
}
/* MAIN PAGE */
/* section projects list */
.section-projects-list__row {
  margin-bottom: 30px;
}
.section-projects-list__link {
  display: block;
  width: 100%;
  height: 260px;
}
.section-projects-list__link:hover .section-projects-list__shadow-focus,
.section-projects-list__link:hover .section-projects-list__btn-focus {
  opacity: 1;
}
.section-projects-list__box {
  position: relative;
  width: 100%;
  height: 260px;
  margin-bottom: 20px;
}
.section-projects-list__img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.section-projects-list__shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 260px;
  background: url(/bitrix/templates/gvozdevsoft_remontgs_s1/css/../images/shadow_projects.png) repeat-x top left;
}
.section-projects-list__text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  font-weight: 600;
  line-height: 130%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.section-projects-list__text-title {
  font-size: 1.3em;
  margin-bottom: 5px;
  color: #f7f7f7;
}
.section-projects-list__text-desc {
  color: #f7f7f7;
}
.section-projects-list__shadow-focus {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 260px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
}
.section-projects-list__btn-focus {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 17px 20px;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  background-size: 200% 100%,auto,100% 2px,100% 2px,100% 1px,100% 1px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  background-repeat: no-repeat;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  animation: shine 5s ease reverse infinite;
  box-shadow: 0 9px 40px 0 rgba(50, 50, 50, 0.9);
  opacity: 0;
}
/* section services */
.section-services__row {
  position: relative;
}
/* section company */
.section-company__row {
  margin-bottom: 50px;
}
.section-company__box-img {
  position: relative;
  width: 400px;
  min-width: 400px;
  height: 400px;
  border: 15px solid #ccc;
  margin-right: 40px;
}
.section-company__img {
  position: absolute;
  z-index: 1;
  top: 22px;
  left: 25px;
  background-position: center;
  background-size: cover;
  width: 390px;
  height: 325px;
}
.section-company__img-title {
  position: absolute;
  z-index: 2;
  bottom: 50px;
  width: 350px;
  left: 66px;
  padding: 25px;
  background: rgba(242, 255, 255, 0.7);
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.2;
}
.section-company__title {
  font-size: 1.7em;
  margin-bottom: 20px;
  line-height: 1.2;
}
.section-company__text {
  line-height: 1.5;
  margin-bottom: 20px;
}
.section-company__metric {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.section-company__metric-nomber,
.section-company__metric-img {
  margin-right: 15px;
}
.section-company__metric-nomber {
  font-size: 3em;
}
.section-company__metric-text {
  font-size: 0.9em;
  font-weight: 600;
}
.section-company__metric-link {
  text-decoration: none;
  color: #222;
}
/* section portfolio */
.section-portfolio__row {
  position: relative;
}
.section-portfolio__item:hover {
  opacity: 0.9;
}
.section-portfolio__box-img {
  position: relative;
  width: 100%;
  height: auto;
}
.section-portfolio__img {
  width: 100%;
  height: auto;
}
.section-portfolio__img-shadow {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #000;
  opacity: 0.3;
}
.section-portfolio__img-desc {
  position: absolute;
  z-index: 3;
  bottom: 22px;
  left: 0;
  width: 100%;
  height: auto;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #f7f7f7;
}
.section-portfolio__link-all-box {
  position: absolute;
  z-index: 2;
  bottom: 5px;
  right: 0;
}
.section-portfolio__link-all:hover {
  opacity: 0.8;
}
/* section advantage */
.section-advantage__box-item {
  display: flex;
  padding: 20px 0;
}
.section-advantage__icon-fa {
  font-size: 2.7em;
  color: #ccc;
  margin-right: 20px;
}
.section-advantage__icon-img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.section-advantage__advantage-title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1em;
}
.section-advantage__link {
  color: #222;
  text-decoration: none;
}
.section-advantage__advantage-desc {
  font-size: 0.9em;
  line-height: 1.5;
}
.section-advantage__img-line {
  height: 30px;
  width: 100%;
  font-size: 0px;
  padding-bottom: 45px;
  background: url(/bitrix/templates/gvozdevsoft_remontgs_s1/css/../images/advantage_line.png) no-repeat bottom center;
  background-size: 100% auto;
  margin-bottom: 50px;
}
.section-advantage__box-link {
  text-align: center;
}
/* section review */
.section-review__row {
  position: relative;
}
.section-review__btn-focus {
  color: #222;
  margin-top: 50px;
  padding: 20px 30px;
  white-space: nowrap;
  background: #CD2122;
  color: #f7f7f7;
  font-size: 1em;
  background-size: 200% 100%,auto,100% 2px,100% 2px,100% 1px,100% 1px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  background-repeat: no-repeat;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  animation: shine 5s ease reverse infinite;
  box-shadow: 0 9px 40px 0 rgba(50, 50, 50, 0.5);
}
.section-review__box-video {
  position: relative;
  width: 100%;
  height: auto;
}
.section-review__box-video:hover .section-review__icon-video {
  opacity: 0.9;
}
.section-review__box-video:hover .section-review__icon-photo {
  opacity: 0.9;
}
.section-review__box-video:hover .section-review__shadow-video {
  opacity: 0.7;
}
.section-review__img-video {
  width: 100%;
  height: auto;
}
.section-review__img {
  width: 100%;
  height: auto;
}
.section-review__shadow-video {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}
.section-review__icon-video {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/bitrix/templates/gvozdevsoft_remontgs_s1/css/../images/icon_youtube.png);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.section-review__icon-photo {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/bitrix/templates/gvozdevsoft_remontgs_s1/css/../images/icon_photo.png);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.section-review__desc-video {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #f7f7f7;
}
.section-review__link-all-box {
  position: absolute;
  z-index: 2;
  bottom: 5px;
  right: 0;
}
.section-review__link-all:hover {
  opacity: 0.8;
}
/* section news */
.section-news__item {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.section-news__text-box {
  padding: 20px 20px 30px 20px;
}
.section-news__title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2em;
  font-weight: 600;
}
.section-news__desc {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.1;
}
.section-news__date {
  margin-bottom: 10px;
  font-size: 0.9em;
  color: #333;
}
.section-news__img-img {
  width: 100%;
  height: auto;
}
.section-news__link-box {
  margin-bottom: 20px;
}
.section-news__link-link {
  font-size: 1.1em;
  line-height: 1.3;
  font-weight: 600;
  color: #000;
}
.section-news__link-link:hover {
  opacity: 0.8;
}
.section-news__link-all {
  margin-top: 20px;
}

/* End */


/* Start:/bitrix/templates/gvozdevsoft_remontgs_s1/css/content.css?165175645217302*/
/* import */
/* color */
/* mixin */
.br {
  border-radius: 4px;
}
.opacity-img {
  opacity: 0.8;
}
.link-hover {
  opacity: 0.8;
}
.box-hover {
  border-color: #fff;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}
.btn-shadow {
  background-size: 200% 100%,auto,100% 2px,100% 2px,100% 1px,100% 1px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  background-repeat: no-repeat;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  animation: shine 5s ease reverse infinite;
  box-shadow: 0 9px 40px 0 rgba(50, 50, 50, 0.9);
}
.form-elements {
  background: #f9f9f9;
  border: 1px solid #ccc;
  outline: 0;
}
/* link back infoblock */
.link_back {
  margin-top: 20px;
}
.link_back .fa {
  margin-right: 30px;
  width: 30px;
  height: 30px;
  line-height: 31px;
  color: #fff;
  background: #c42021;
  border-radius: 4px;
  padding-right: 2px;
  margin-right: 10px;
  text-align: center;
}
.link_back a {
  text-decoration: none;
}
.link_back a:hover {
  opacity: 0.8;
}
/* other */
.section-desc {
  margin-top: 30px;
}
/* SERVICES */
.services-sections__col {
  margin-bottom: 30px;
}
.services-sections__item {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: 1px solid #dadada;
  padding: 0;
  border-radius: 4px;
}
.services-sections__item:hover {
  border-color: #fff;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}
.services-sections__img {
  width: 100%;
  height: auto;
  line-height: 0;
  padding-bottom: 1px;
  border-bottom: 1px solid #888;
}
.services-sections__img-img {
  width: 100%;
  height: auto;
}
.services-sections__text {
  padding: 20px 20px 30px 20px;
}
.services-sections h2 {
  margin: 0 0 10px 0;
  font-size: 1.3em;
}
.services-sections__title-link {
  text-decoration: none;
  color: #222;
}
.services-sections__title-link:hover {
  opacity: 0.8;
}
.services-sections__text-desc {
  font-size: 0.9em;
  margin-bottom: 10px;
}
.services-sections ul {
  margin: 0;
}
.services-sections ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0 10px 0 0;
}
.services-sections__links-link {
  font-size: 0.9em;
}
.services-sections__links-link:hover {
  opacity: 0.8;
}
.services-news-list__col {
  margin-bottom: 30px;
}
.services-news-list__item {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: 1px solid #dadada;
  padding: 40px 20px;
  border-radius: 4px;
}
.services-news-list__item:hover {
  border-color: #fff;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}
.services-news-list__img {
  display: flex;
  align-items: top;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.services-news-list__img-img {
  width: 100%;
  height: auto;
}
.services-news-list__text {
  text-align: left;
  padding: 0 0 0 20px;
}
.services-news-list__title {
  margin: 0 0 20px 0;
  font-size: 1.2em;
}
.services-news-list__title-popular {
  margin: 0 0 25px 0;
  font-size: 1.1em;
}
.services-news-list__title-link {
  color: #222;
}
.services-news-list__desc-text {
  margin-bottom: 20px;
  line-height: 150%;
  color: #222;
  font-size: 0.9em;
}
.services-news-list__price {
  font-size: 1.2em;
  font-weight: 600;
}
.services-news-list__price-price {
  display: inline;
  font-size: 1.5em;
}
.services-news-list__price-old {
  display: inline-block;
  margin: 3px 0 0 10px;
  text-decoration: line-through;
  font-size: 1em;
  font-weight: 500;
  color: #eb1a1f;
}
.services-news-list__btn-link {
  display: inline-block;
  margin-top: 35px;
  padding: 10px 30px;
}
.services-news-list__desc-section {
  margin-top: 20px;
}
.services-view-tile__col {
  margin-bottom: 30px;
}
.services-view-tile__item {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: 1px solid #dadada;
  background-color: #fff;
  padding: 0;
  border-radius: 4px;
}
.services-view-tile__item:hover {
  border-color: #fff;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}
.services-view-tile__img {
  width: 100%;
  height: auto;
  line-height: 0;
  padding-bottom: 1px;
  border-bottom: 1px solid #888;
}
.services-view-tile__img-img {
  width: 100%;
  height: auto;
}
.services-view-tile__text {
  text-align: center;
  padding: 20px 20px 40px 20px;
}
.services-view-tile__title {
  margin: 0 0 25px 0;
  font-size: 1.1em;
  line-height: 1.3;
}
.services-view-tile__title-popular {
  margin: 0 0 15px 0;
  font-size: 1em;
}
.services-view-tile__title-link {
  color: #222;
}
.services-view-tile__title-link:hover {
  opacity: 0.8;
}
.services-view-tile__price {
  font-size: 1.2em;
  font-weight: 600;
}
.services-view-tile__price-price {
  display: inline;
  font-size: 1.5em;
}
.services-view-tile__price-old {
  display: inline-block;
  margin: 3px 0 0 10px;
  text-decoration: line-through;
  font-size: 1em;
  font-weight: 500;
  color: #eb1a1f;
}
.services-view-tile__btn-link {
  display: inline-block;
  margin-top: 35px;
  padding: 10px 30px;
}
.services-view-tile__desc-section {
  margin-top: 20px;
}
.services-view-list__col {
  margin-bottom: 30px;
}
.services-view-list__item {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: 1px solid #dadada;
  padding: 40px 20px;
  border-radius: 4px;
}
.services-view-list__item:hover {
  border-color: #fff;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}
.services-view-list__img {
  display: flex;
  align-items: top;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.services-view-list__img-img {
  width: 100%;
  height: auto;
}
.services-view-list__text {
  text-align: left;
  padding: 0 0 0 20px;
}
.services-view-list__title {
  margin: 0 0 20px 0;
  font-size: 1.2em;
}
.services-view-list__title-link {
  color: #222;
}
.services-view-list__title-link:hover {
  opacity: 0.8;
}
.services-view-list__desc-text {
  margin-bottom: 20px;
  line-height: 150%;
  color: #222;
  font-size: 0.9em;
}
.services-view-list__price {
  font-size: 1.2em;
  font-weight: 600;
}
.services-view-list__price-price {
  display: inline;
  font-size: 1.5em;
}
.services-view-list__price-old {
  display: inline-block;
  margin: 3px 0 0 10px;
  text-decoration: line-through;
  font-size: 1em;
  font-weight: 500;
  color: #eb1a1f;
}
.services-view-list__btn-link {
  display: inline-block;
  margin-top: 35px;
  padding: 10px 30px;
}
.services-view-list__desc-section {
  margin-top: 20px;
}
.services-news-detail__slider-box {
  margin-bottom: 40px;
  border: 1px solid #ececec;
}
.services-news-detail__img-box,
.services-news-detail__form-box {
  min-height: 350px;
  height: 100%;
}
.services-news-detail__img-box {
  position: relative;
  width: 100%;
}
.services-news-detail__img-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.services-news-detail__img-shadow {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.services-news-detail__form-box {
  padding: 25px 30px;
  background: #f7f7f7;
}
.services-news-detail__form-title {
  font-size: 1.4em;
  margin-bottom: 10px;
  line-height: 1.2;
}
/* PORTFOLIO-PROJECTs */
.portfolio-projects-list__item {
  padding: 40px 0;
  border-bottom: 1px solid #dadada;
}
.portfolio-projects-list__item:first-child {
  padding-top: 20px;
}
.portfolio-projects-list__img {
  width: 100%;
  height: auto;
}
.portfolio-projects-list__img-img {
  width: 100%;
  height: auto;
}
.portfolio-projects-list__properties {
  display: flex;
  margin-bottom: 15px;
  font-size: 0.9em;
  justify-content: space-between;
  color: #000;
}
.portfolio-projects-list h2 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 1.3em;
}
.portfolio-projects-list__title-link {
  text-decoration: none;
  color: #000;
}
.portfolio-projects-list__title-link:hover {
  opacity: 0.8;
}
.portfolio-projects-list__preview-text {
  font-size: 0.8em;
  line-height: 1.5;
  margin: 10px 0 30px;
}
.portfolio-projects-list__parameter-line {
  flex: 1 0;
  border-bottom: 1px dotted #000;
  height: 1em;
  margin: 0 0.4em;
}
.portfolio-projects-list__link-more {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 20px;
}
.portfolio-projects-list__desc-section {
  margin-top: 20px;
}
.portfolio-projects-detail {
  margin-top: 10px;
}
.portfolio-projects-detail__row-top {
  margin-bottom: 30px;
}
.portfolio-projects-detail__img {
  max-width: 400px;
  width: 100%;
  height: auto;
}
.portfolio-projects-detail__img-img {
  width: 100%;
  height: 100%;
}
.portfolio-projects-detail__img-img:hover {
  opacity: 0.8;
}
.portfolio-projects-detail__properties {
  display: flex;
  margin-bottom: 15px;
  font-size: 0.9em;
  justify-content: space-between;
  color: #555;
}
.portfolio-projects-detail__parameter-line {
  flex: 1 0;
  border-bottom: 1px dotted #000;
  height: 1em;
  margin: 0 0.4em;
}
.portfolio-projects-detail__photo {
  padding: 5px 0;
}
.portfolio-projects-detail__photo-img {
  width: 100%;
  height: auto;
}
.portfolio-projects-detail__btn {
  margin-top: 30px;
}
.portfolio-projects-detail__btn-link {
  display: inline-block;
  padding: 20px;
}
/* PORTFOLIO */
.portfolio-sections__item {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  border-radius: 4px;
}
.portfolio-sections__item:hover {
  border-color: #fff;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}
.portfolio-sections__img {
  width: 100%;
  height: auto;
  line-height: 0;
  border: 1px solid #dadada;
}
.portfolio-sections__img-img {
  width: 100%;
  height: auto;
}
h2.portfolio-sections__title {
  position: absolute;
  left: 10px;
  bottom: 13%;
  margin: 0;
  display: block;
  padding: 8px 15px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  font-size: 1.1em;
}
.portfolio-sections__title-link {
  color: #fff;
  text-decoration: none;
}
.portfolio-list__img {
  margin-bottom: 10px;
}
.portfolio-list__img-img {
  width: 100%;
  height: auto;
}
.portfolio-list__title {
  text-align: center;
}
.portfolio-list__title-link:hover {
  opacity: 0.8;
}
.portfolio-list__desc-section {
  margin-top: 20px;
}
.portfolio-detail a {
  line-height: 0;
}
.portfolio-detail__desc {
  margin-top: 30px;
}
/* PRICE */
.accordion h2 {
  font-size: 1.2em;
  margin: 0;
  background: #c42021;
}
.accordion h2:hover {
  opacity: 0.9;
}
.accordion table {
  font-size: 0.9em;
  margin: 0;
}
.accordion table th {
  background: #f7f7f7;
  color: #000;
  font-size: 0.9em;
}
.accordion table td:first-child {
  width: 60%;
}
.prais_print {
  margin: 20px 0 20px 10px;
}
.prais_print a {
  padding: 5px 15px;
  background: #c42021;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
}
.prais_print a:hover {
  opacity: 0.8;
}
.prais_print .fa {
  font-size: 1.1em;
  margin: 0 10px 0 0;
}
@media print {
  #header,
  #sidebar,
  #footer,
  .breadcrumb,
  .prais_print {
    display: none;
  }
  #bx-panel {
    display: none !important;
  }
}
/* ACTION */
.action-list__col {
  margin-bottom: 30px;
}
.action-list__item {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: 1px solid #dadada;
  padding: 0;
}
.action-list__item:hover {
  border-color: #fff;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}
.action-list__img {
  width: 100%;
  height: auto;
}
.action-list__text-box {
  margin: 10px 20px 20px 20px;
}
.action-list__data-stop {
  margin-bottom: 15px;
  font-size: 0.9em;
  color: #3bc915;
}
.action-list__link {
  margin-bottom: 15px;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.3;
}
.action-list__link-link {
  color: #000;
}
.action-list__link-link:hover {
  opacity: 0.8;
}
.action-list__text {
  font-size: 0.9em;
  line-height: 1.3;
}
.action-detail__img {
  margin-bottom: 40px;
}
.action-detail__img-img {
  width: 100%;
  max-width: 800px;
  height: auto;
}
.action-detail__data-stop {
  margin-bottom: 20px;
  color: #3bc915;
}
/* NEWS */
.news-list__item {
  padding: 40px 0;
  border-bottom: 1px solid #dadada;
}
.news-list__item:first-child {
  padding-top: 20px;
}
.news-list__img {
  max-width: 250px;
  width: 100%;
  height: auto;
}
.news-list__text {
  line-height: 1.5;
}
.news-list__img-img {
  width: 100%;
  height: 100%;
}
.news-list__date {
  margin-bottom: 10px;
  font-size: 0.9em;
  color: #555;
}
.news-list h2 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1.3em;
}
.news-list__title-link {
  text-decoration: none;
  color: #000;
}
.news-list__title-link:hover {
  opacity: 0.8;
}
.news-list__btn {
  margin-top: 20px;
}
.news-list__btn-more {
  display: inline-block;
  padding: 12px 20px;
}
.news-detail__img {
  margin-bottom: 40px;
  width: 100%;
  height: auto;
}
.news-detail__img-img {
  width: 100%;
  height: auto;
}
.news-detail__date {
  margin-bottom: 20px;
  font-size: 0.9em;
  color: #555;
}
/* CONTACTS */
.contacts__box {
  display: flex;
  align-items: top;
  margin-bottom: 25px;
  line-height: 1.3;
}
.contacts__name {
  font-weight: 600;
}
.contacts .fa {
  margin-right: 15px;
  width: 30px;
  font-size: 2em;
  color: #c42021;
}
/* STRANICA OTZYVY */
#content .top {
  margin: 0 0 40px;
}
#otzyv .block {
  padding: 15px;
  border-radius: 4px;
  border: 1px dashed #ccc;
  margin: 0 0 30px;
  line-height: 1.5;
  margin: 0 0 10px 0;
  color: #404040;
}
#otzyv .name_date {
  margin: 0 0 10px;
}
#otzyv .name {
  font-weight: 600;
  margin-right: 20px;
}
#otzyv .date {
  font-style: italic;
}
/* STRANICA VIDEO */
#content .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border: 1px solid #ccc;
  margin: 20px 0;
}
#content .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* STRANICA SOTRUDNIKI */
.personal-news-list__box {
  padding: 50px 0;
  border-bottom: 1px solid #dadada;
}
.personal-news-list__text .fa {
  color: #ccc;
  margin-right: 5px;
}
.personal-news-list__name {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 5px;
}
.personal-news-list__name a {
  color: #000;
}
.personal-news-list__name a:hover {
  opacity: 0.8;
}
.personal-news-list__position {
  font-size: 0.9em;
  margin-bottom: 20px;
  color: #888;
}
.personal-news-list__description {
  font-size: 0.9em;
  line-height: 1.5;
  margin-bottom: 30px;
}
.personal-news-list__email {
  margin-bottom: 10px;
}
.personal-detail {
  margin-bottom: 30px;
}
.personal-detail__box {
  padding: 50px 0;
  border-bottom: 1px solid #dadada;
}
.personal-detail__text {
  margin-bottom: 30px;
}
.personal-detail__text .fa {
  color: #ccc;
  margin-right: 5px;
}
.personal-detail__text2 {
  line-height: 1.5;
}
.personal-detail__name {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 5px;
}
.personal-detail__position {
  font-size: 0.9em;
  margin-bottom: 20px;
  color: #888;
}
.personal-detail__description {
  font-size: 0.9em;
  line-height: 1.5;
  margin-bottom: 30px;
}
.personal-detail__email {
  margin-bottom: 10px;
}
.personal-detail__img {
  margin-bottom: 30px;
}
/* STRANICA REKVIZITY */
.content-box table.table_rekvizity td {
  padding-left: 20px;
  text-align: left;
}
/* STRANICA PARTNERY */
.partners-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 150px;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #dadada;
}
.partners-list__item:hover {
  opacity: 0.8;
}
.partners-list__img {
  width: auto !important;
  max-width: 130px;
  max-height: 100px;
}
.partners-detail {
  margin-bottom: 30px;
}
.partners-detail__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 160px;
  padding: 10px;
  margin-bottom: 30px;
}
.partners-detail__img {
  max-width: 140px;
  max-height: 140px;
}
.partners-detail__text {
  line-height: 1.5;
  margin: 0 0 30px 0;
}
.partners-detail__text2 {
  line-height: 1.5;
}
/* STRANICA SITEMAP */
#content .sitemap table {
  background: #fff;
  border: 0;
}
#content .sitemap table td,
#content .sitemap table th {
  text-align: left;
  background: #fff;
  border: 0;
}
/* text */
.text_index {
  margin: 30px 0;
}
.index_plus_block {
  margin: 20px 0 25px;
}
.index_plus_block .left {
  float: left;
}
.index_plus_block .block {
  margin-left: 55px;
}
.index_plus .fa {
  margin: 3px 0 0 10px;
  font-size: 2.5em;
  color: #c42021;
}
.index_plus .title {
  font-size: 1.1em;
  margin-bottom: 0;
  font-weight: 600;
}
.index_plus .text {
  font-size: 1em;
  margin-bottom: 0;
}
/* shagi zakaza */
ol.index_zakaz {
  margin: 20px 0 30px;
  counter-reset: myCounter;
}
ol.index_zakaz li {
  list-style: none;
}
ol.index_zakaz li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  color: white;
  background: #CD2122;
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 37px;
  width: 37px;
  height: 37px;
  font-size: 1.2em;
}
/* section links */
.catalog-links {
  margin-top: 70px;
}
.catalog-links__text {
  font-size: 0.9em;
}
.catalog-links__link {
  display: inline-block;
  margin-bottom: 30px;
  line-height: 0.7;
}
.catalog-links__link-link {
  padding: 5px 10px;
  border: 1px solid #CD2122;
  margin-right: 15px;
  text-decoration: none;
  color: #CD2122;
  font-size: 0.9em;
}
.catalog-links__link-link:hover {
  background-color: #CD2122;
  color: #fff;
}

/* End */


/* Start:/bitrix/templates/gvozdevsoft_remontgs_s1/css/catalog.css?165088458515969*/
/* import */
/* color */
/* mixin */
.br {
  border-radius: 4px;
}
.opacity-img {
  opacity: 0.8;
}
.link-hover {
  opacity: 0.8;
}
.box-hover {
  border-color: #fff;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}
.btn-shadow {
  background-size: 200% 100%,auto,100% 2px,100% 2px,100% 1px,100% 1px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  background-repeat: no-repeat;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  animation: shine 5s ease reverse infinite;
  box-shadow: 0 9px 40px 0 rgba(50, 50, 50, 0.9);
}
.form-elements {
  background: #f9f9f9;
  border: 1px solid #ccc;
  outline: 0;
}
/* section search catalog */
#catalog-filter .catalog-filter__inner {
  background: none;
  border: 1px solid #ececec;
  margin-bottom: 50px;
}
#catalog-filter .catalog-filter__title {
  text-transform: uppercase;
  margin-bottom: 10px;
  width: 265px;
  padding: 0 20px;
  background: #fff;
  font-size: 1.2em;
  font-weight: 500;
}
#catalog-filter .catalog-filter__box {
  padding-top: 20px;
}
#catalog-filter .catalog-filter__item {
  float: none;
  width: 100%;
  margin-bottom: 30px;
}
#catalog-filter .catalog-filter__item-title {
  font-weight: 600;
}
#catalog-filter .catalog-filter__price-item {
  max-width: 100%;
  border-radius: 0;
  background: none;
  border: none;
}
#catalog-filter .catalog-filter__price-item input {
  background: #f7f7f7;
  border: 1px solid #ccc;
  box-shadow: none;
  border-radius: 0;
}
#catalog-filter .catalog-filter__track {
  margin-bottom: 50px;
}
#catalog-filter .catalog-filter__line-v {
  background: #CD2122;
}
#catalog-filter .catalog-filter__line-vn {
  background: #ccc;
}
#catalog-filter .catalog-filter__checkbox {
  position: relative;
  padding-left: 5px;
}
#catalog-filter .catalog-filter__checkbox input[type=checkbox] {
  display: none;
}
#catalog-filter .catalog-filter__checkbox-label {
  margin-bottom: 0;
}
#catalog-filter .catalog-filter__checkbox .checkbox-text {
  margin-left: 0;
  padding: 1px 0 0 22px;
  font-size: 1.05em;
  line-height: 1.2;
}
#catalog-filter .catalog-filter__checkbox .checkbox-text:after {
  content: '';
  display: block;
  height: 14px;
  width: 14px;
  outline: 1px solid #939598;
  position: absolute;
  top: 0;
  left: 1px;
  margin-top: 2px;
  box-sizing: border-box;
}
#catalog-filter .catalog-filter__checkbox input[type=checkbox]:checked + .checkbox-text:after {
  outline: 1px solid #939598;
  border: 2px solid #fff;
  width: 14px;
  height: 14px;
  background-color: #CD2122;
}
#catalog-filter .catalog-filter__button {
  padding: 10px 15px;
  margin-right: 10px;
}
#catalog-filter .catalog-filter__button-reset {
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  outline: 0;
  background: #f7f7f7;
  color: #000;
  font-size: 1em;
  cursor: pointer;
  letter-spacing: 1px;
}
#catalog-filter .catalog-filter__button-reset:hover {
  background: #f2f2f2 !important;
}
#catalog-filter .catalog-filter__popup {
  color: #000;
}
#catalog-filter .catalog-filter__popup a {
  color: #CD2122;
}
/* catalog section list */
.catalog-section-list__row {
  margin-bottom: 50px;
}
.catalog-section-list__link-title {
  color: #222;
  text-decoration: none;
}
.catalog-section-list__link-title:hover {
  opacity: 0.8;
}
.catalog-section-list__box {
  width: 100%;
  height: 100%;
  border: 1px solid #dadada;
  padding: 40px 20px;
  text-align: center;
}
.catalog-section-list__box:hover {
  border-color: #fff;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}
.catalog-section-list__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 150px;
  padding: 0;
  margin-bottom: 30px;
}
img.catalog-section-list__img-img {
  max-width: 100%;
  max-height: 150px;
}
.catalog-section-list__text {
  line-height: 100%;
}
.catalog-section-list__text-title {
  font-size: 1em;
  margin-bottom: 10px;
  color: #222;
}
.catalog-section-list__text-desc {
  color: #222;
  font-size: 0.9em;
}
/* catalog section */
.catalog-section__top-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.catalog-section__sort {
  margin-bottom: 0px;
}
.catalog-section__sort-text {
  display: inline-block;
  margin-right: 5px;
  font-size: 0.9em;
  color: #777;
}
.catalog-section__sort select {
  padding: 3px 10px;
  font-size: 0.9em;
  color: #777;
  border: 1px solid #ccc;
  outline: 0;
}
.catalog-section__view {
  display: flex;
}
.catalog-section__view-item {
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 28px;
  border: 1px solid #ccc;
  margin-left: 7px;
}
.catalog-section__view-tile {
  background-image: url(/bitrix/templates/gvozdevsoft_remontgs_s1/css/../images/icon_flat.svg);
}
.catalog-section__view-list {
  background-image: url(/bitrix/templates/gvozdevsoft_remontgs_s1/css/../images/icon_list.svg);
}
.catalog-section__view-price {
  background-image: url(/bitrix/templates/gvozdevsoft_remontgs_s1/css/../images/icon_table.svg);
}
.catalog-section__view-item:hover,
.catalog-section__view-item.active {
  border: 1px solid #25344c;
  box-shadow: 0 0 1px #25344c;
}
.catalog-section__link-all-box {
  position: absolute;
  z-index: 2;
  bottom: 5px;
  right: 0;
}
.catalog-section__desc-section {
  margin-top: 20px;
}
.catalog-section-tile__item {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #ececec;
  padding: 40px 20px;
  background-color: #fff;
}
.catalog-section-tile__item:hover {
  border-color: #fff;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}
.catalog-section-tile__img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 150px;
  margin-bottom: 30px;
}
img.catalog-section-tile__img-img {
  max-width: 100%;
  max-height: 150px;
}
.catalog-section-tile__promo-box {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0.8em;
  z-index: 4;
}
.catalog-section-tile__promo-action,
.catalog-section-tile__promo-sale {
  display: inline-block;
  padding: 5px 10px;
}
.catalog-section-tile__promo-action {
  background-color: #eb1a1f;
  margin-right: 2px;
  color: #f7f7f7;
}
.catalog-section-tile__promo-sale {
  background-color: #25344c;
  color: #f7f7f7;
}
.catalog-section-tile__text-box {
  color: #222;
}
.catalog-section-tile__title-link {
  display: inline-block;
  font-size: 1em;
  line-height: 120%;
  min-height: 42px;
  color: #222;
  text-decoration: none;
}
.catalog-section-tile__title-link:hover {
  opacity: 0.8;
}
.catalog-section-tile__status-box {
  display: flex;
  margin-bottom: 15px;
}
.catalog-section-tile__article {
  font-size: 0.8em;
  color: #777;
}
.catalog-section-tile__status {
  margin-right: 10px;
  font-size: 0.8em;
}
.catalog-section-tile__status-nal {
  color: #3bc915;
}
.catalog-section-tile__status-nal:before {
  content: "\f00c";
  font-family: FontAwesome;
}
.catalog-section-tile__status-nonal {
  color: #eb1a1f;
}
.catalog-section-tile__status-nonal:before {
  content: "\f00d  ";
  font-family: FontAwesome;
}
.catalog-section-tile__status-zakaz {
  color: #777;
}
.catalog-section-tile__status-zakaz:before {
  content: "\f00c";
  font-family: FontAwesome;
}
.catalog-section-tile__status-time {
  color: orange;
}
.catalog-section-tile__status-time:before {
  content: "\f017 ";
  font-family: FontAwesome;
}
.catalog-section-tile__price-box {
  margin-top: 25px;
  font-size: 1.3em;
}
.catalog-section-tile__price-now {
  display: inline;
  font-weight: 600;
}
.catalog-section-tile__price-ot {
  display: inline;
  font-size: 0.9em;
  font-weight: 600;
  margin-right: 2px;
}
.catalog-section-tile__price-rub {
  display: inline;
  font-size: 0.9em;
  font-weight: 600;
  margin-left: 2px;
}
.catalog-section-tile__price-old {
  display: inline-block;
  margin: 3px 0 0 10px;
  text-decoration: line-through;
  font-size: 0.8em;
  color: #eb1a1f;
}
.catalog-section-list__item {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #ececec;
  padding: 20px 20px;
  background-color: #fff;
}
.catalog-section-list__item:hover {
  border-color: #fff;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}
.catalog-section-list__img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0;
  width: 100%;
  height: 150px;
}
img.catalog-section-list__img-img {
  max-width: 100%;
  max-height: 150px;
}
.catalog-section-list__promo-box {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.8em;
  z-index: 4;
}
.catalog-section-list__promo-action,
.catalog-section-list__promo-sale {
  display: inline-block;
  padding: 5px 10px;
}
.catalog-section-list__promo-action {
  background-color: #eb1a1f;
  margin-right: 2px;
  color: #f7f7f7;
}
.catalog-section-list__promo-sale {
  background-color: #25344c;
  color: #f7f7f7;
}
.catalog-section-list__text-box {
  color: #222;
}
.catalog-section-list__title-link {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 120%;
  color: #222;
  text-decoration: none;
}
.catalog-section-list__title-link:hover {
  opacity: 0.8;
}
.catalog-section-list__status-box {
  display: flex;
  margin-bottom: 15px;
}
.catalog-section-list__article {
  font-size: 0.8em;
  color: #777;
}
.catalog-section-list__status {
  margin-right: 10px;
  font-size: 0.8em;
}
.catalog-section-list__status-nal {
  color: #3bc915;
}
.catalog-section-list__status-nal:before {
  content: "\f00c";
  font-family: FontAwesome;
}
.catalog-section-list__status-nonal {
  color: #eb1a1f;
}
.catalog-section-list__status-nonal:before {
  content: "\f00d  ";
  font-family: FontAwesome;
}
.catalog-section-list__status-zakaz {
  color: #777;
}
.catalog-section-list__status-zakaz:before {
  content: "\f00c";
  font-family: FontAwesome;
}
.catalog-section-list__status-time {
  color: orange;
}
.catalog-section-list__status-time:before {
  content: "\f017 ";
  font-family: FontAwesome;
}
.catalog-section-list__desc-text {
  font-size: 0.9em;
  line-height: 1.2;
}
.catalog-section-list__price-box {
  margin-top: 25px;
  font-size: 1.3em;
}
.catalog-section-list__price-now {
  display: inline;
  font-weight: 600;
}
.catalog-section-list__price-ot {
  display: inline;
  font-size: 0.9em;
  font-weight: 600;
  margin-right: 2px;
}
.catalog-section-list__price-rub {
  display: inline;
  font-size: 0.9em;
  font-weight: 600;
  margin-left: 2px;
}
.catalog-section-list__price-old {
  display: inline-block;
  margin: 3px 0 0 10px;
  text-decoration: line-through;
  font-size: 0.8em;
  color: #eb1a1f;
}
.catalog-section-price__item {
  width: 100%;
  height: 100%;
  border: 1px solid #ececec;
  padding: 20px;
  background-color: #fff;
}
.catalog-section-price__item:hover {
  border-color: #fff;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}
.catalog-section-price__img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
}
img.catalog-section-price__img-img {
  max-width: 100%;
  max-height: 50px;
}
.catalog-section-price__text-box {
  height: 100%;
}
.catalog-section-price__title {
  margin-bottom: 10px;
}
.catalog-section-price__title-link {
  font-size: 1em;
  line-height: 120%;
  color: #222;
  text-decoration: none;
}
.catalog-section-price__title-link:hover {
  opacity: 0.8;
}
.catalog-section-price__status-box {
  display: flex;
  align-items: center;
}
.catalog-section-price__article {
  font-size: 0.8em;
  color: #777;
}
.catalog-section-price__status {
  margin-right: 10px;
  font-size: 0.8em;
}
.catalog-section-price__status-nal {
  color: #3bc915;
}
.catalog-section-price__status-nal:before {
  content: "\f00c";
  font-family: FontAwesome;
}
.catalog-section-price__status-nonal {
  color: #eb1a1f;
}
.catalog-section-price__status-nonal:before {
  content: "\f00d  ";
  font-family: FontAwesome;
}
.catalog-section-price__status-zakaz {
  color: #777;
}
.catalog-section-price__status-zakaz:before {
  content: "\f00c";
  font-family: FontAwesome;
}
.catalog-section-price__status-time {
  color: orange;
}
.catalog-section-price__status-time:before {
  content: "\f017 ";
  font-family: FontAwesome;
}
.catalog-section-price__price-box {
  display: flex;
  font-size: 1.1em;
}
.catalog-section-price__price-now {
  display: inline;
  font-weight: 600;
}
.catalog-section-price__price-ot {
  display: inline;
  font-size: 0.9em;
  font-weight: 600;
  margin-right: 2px;
}
.catalog-section-price__price-rub {
  display: inline;
  font-size: 0.9em;
  font-weight: 600;
  margin-left: 2px;
}
.catalog-section-price__price-old {
  display: inline-block;
  margin: 3px 0 0 10px;
  text-decoration: line-through;
  font-size: 0.8em;
  color: #eb1a1f;
}
/* catalog detail */
.catalog-detail__top {
  position: relative;
  margin: 40px 0 70px 0;
}
.catalog-detail__img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 617px;
  width: 100%;
  min-height: 300px;
}
img.catalog-detail__img-img {
  max-width: 100%;
  max-height: 400px;
  top: 0;
  left: 0;
  z-index: 1;
}
.catalog-detail__img-item {
  padding: 5px;
  border: 1px solid #dadada;
}
.catalog-detail__img-item:hover {
  opacity: 0.8;
}
.catalog-detail__img-view {
  margin-top: 20px;
}
.catalog-detail__img-view img {
  border: 1px solid #dadada !important;
}
.catalog-detail__promo-box {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 0.8em;
  z-index: 2;
}
.catalog-detail__promo-action,
.catalog-detail__promo-sale {
  display: inline-block;
  padding: 7px 10px;
}
.catalog-detail__promo-action {
  background-color: #eb1a1f;
  margin-bottom: 5px;
  color: #f7f7f7;
}
.catalog-detail__promo-sale {
  display: block;
  background-color: #25344c;
  color: #f7f7f7;
}
.catalog-detail__status-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.catalog-detail__article {
  font-size: 0.9em;
  color: #777;
}
.catalog-detail__status {
  font-size: 0.9em;
}
.catalog-detail__status-nal {
  color: #3bc915;
}
.catalog-detail__status-nal:before {
  content: "\f00c";
  font-family: FontAwesome;
}
.catalog-detail__status-nonal {
  color: #eb1a1f;
}
.catalog-detail__status-nonal:before {
  content: "\f00d  ";
  font-family: FontAwesome;
}
.catalog-detail__status-zakaz {
  color: #777;
}
.catalog-detail__status-zakaz:before {
  content: "\f00c";
  font-family: FontAwesome;
}
.catalog-detail__status-time {
  color: orange;
}
.catalog-detail__status-time:before {
  content: "\f017 ";
  font-family: FontAwesome;
}
.catalog-detail__price-box {
  margin-bottom: 30px;
}
.catalog-detail__price {
  display: flex;
  align-items: flex-end;
  font-size: 2.2em;
  font-weight: 600;
}
.catalog-detail__price-ot {
  font-size: 0.8em;
  margin-right: 10px;
}
.catalog-detail__price-rub {
  font-size: 0.8em;
  margin-left: 10px;
}
.catalog-detail__price-old {
  display: block;
  margin-top: 10px;
  font-size: 1.3em;
  text-decoration: line-through;
  color: #777;
}
.catalog-detail__preview {
  font-size: 0.9em;
  line-height: 150%;
}
.catalog-detail__btn {
  margin-top: 50px;
}
.catalog-detail__btn-link {
  padding: 18px 30px;
}
.catalog-detail .tabs > ul {
  margin: 0 0 30px 0;
}
.catalog-detail .tabs > ul > li {
  font-size: 1em;
}
.catalog-detail__text {
  line-height: 1.5;
}
.catalog-detail__parameter-title {
  font-size: 1.3em;
  margin-bottom: 20px;
}
.catalog-detail__parameter-item {
  display: flex;
  margin-bottom: 15px;
  font-size: 1em;
  justify-content: space-between;
  color: #555;
}
.catalog-detail__parameter-line {
  flex: 1 0;
  border-bottom: 1px dotted #000;
  height: 1em;
  margin: 0 0.4em;
}
.catalog-detail .h4-first {
  margin-top: 0;
}
.catalog-detail__file {
  margin-top: 30px;
}
.catalog-detail__file-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.catalog-detail__file-icon {
  width: 35px;
  height: 35px;
  margin-right: 5px;
}
.catalog-detail__file-icon .fa {
  font-size: 2.2em;
  color: #25344c;
}
.catalog-detail__file-format {
  display: inline;
  margin-right: 5px;
}
.catalog-detail__file-size {
  margin-top: 3px;
  font-size: 0.7em;
  color: #888;
}

/* End */


/* Start:/bitrix/templates/gvozdevsoft_remontgs_s1/css/sidebar.css?16508845853992*/
/* import */
/* color */
/* mixin */
.br {
  border-radius: 4px;
}
.opacity-img {
  opacity: 0.8;
}
.link-hover {
  opacity: 0.8;
}
.box-hover {
  border-color: #fff;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}
.btn-shadow {
  background-size: 200% 100%,auto,100% 2px,100% 2px,100% 1px,100% 1px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  background-repeat: no-repeat;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  animation: shine 5s ease reverse infinite;
  box-shadow: 0 9px 40px 0 rgba(50, 50, 50, 0.9);
}
.form-elements {
  background: #f9f9f9;
  border: 1px solid #ccc;
  outline: 0;
}
#sidebar {
  /* sidebar action */
  /* sidebar review */
  /* sidebar portfolio */
  /* sidebar news */
}
#sidebar .sidebar-action-box,
#sidebar .sidebar-review-box,
#sidebar .sidebar-photo-box,
#sidebar .sidebar-news-box {
  position: relative;
  margin-bottom: 70px;
}
#sidebar .title {
  font-size: 1.1em;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  padding-bottom: 15px;
  font-weight: bold;
  border-bottom: 1px solid #dadada;
}
#sidebar .nextarr {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
#sidebar .prevarr {
  position: absolute;
  bottom: 0;
  right: 35px;
  z-index: 1;
  cursor: pointer;
}
#sidebar .prevarr,
#sidebar .nextarr {
  font-size: 2em;
  color: #ccc;
}
#sidebar .prevarr:hover,
#sidebar .nextarr:hover {
  color: #aeaeae;
}
#sidebar .link_all {
  position: absolute;
  z-index: 2;
  bottom: 7px;
}
#sidebar .link_all a {
  padding: 3px 10px;
  color: #fff;
  background: #CD2122;
}
#sidebar .link_all a:hover {
  opacity: 0.8;
}
#sidebar .sidebar-action {
  padding-bottom: 35px;
}
#sidebar .sidebar-action__img {
  margin-bottom: 10px;
}
#sidebar .sidebar-action__text {
  text-align: center;
}
#sidebar .sidebar-action__text-link {
  text-decoration: none;
  color: #000;
  font-size: 0.9em;
  font-weight: 600;
}
#sidebar .sidebar-action__text-link:hover {
  opacity: 0.8;
}
#sidebar .sidebar-review {
  padding-bottom: 35px;
}
#sidebar .sidebar-review__date-name {
  display: flex;
  margin-bottom: 10px;
}
#sidebar .sidebar-review__name {
  font-weight: 600;
  margin-right: 10px;
}
#sidebar .sidebar-review__text {
  color: #404040;
  font-size: 0.9em;
  line-height: 1.3;
}
#sidebar .sidebar-portfolio {
  padding-bottom: 35px;
}
#sidebar .sidebar-news {
  padding-bottom: 35px;
}
#sidebar .sidebar-news__item {
  display: flex;
  margin-bottom: 10px;
}
#sidebar .sidebar-news__img-box {
  margin-right: 10px;
}
#sidebar .sidebar-news__date {
  font-size: 0.9em;
  margin-bottom: 5px;
}
#sidebar .sidebar-news__link-link {
  font-size: 0.9em;
  color: #222;
}
#sidebar .sidebar-news__link-link:hover {
  opacity: 0.8;
}
/* sidebar fixed */
#sidebar_fixed {
  margin: 0;
  width: 280px;
}
#sidebar .sticky-wrapper {
  z-index: 1;
}
/* calc */
#sidebar_calc {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 140px;
}
#sidebar_calc .bg {
  position: absolute;
  top: 23px;
  width: 100%;
  height: 85px;
  background: #CD2122;
  border-radius: 4px;
}
#sidebar_calc .text {
  position: absolute;
  left: 15px;
  top: 15px;
  color: #fff;
  font: 600 0.9em/130% Arial;
  text-transform: uppercase;
}
#sidebar_calc .img {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 105px;
  height: 115px;
  background: url(/bitrix/templates/gvozdevsoft_remontgs_s1/css/../images/calc_sidebar.png) no-repeat;
  background-size: auto 115px;
}
/* prais */
#sidebar_fixed a {
  text-decoration: none;
}
#sidebar_prais {
  margin: 0 0 50px;
  padding: 5px;
  background: #f7f7f7;
}
#sidebar_prais .block {
  border: 2px dashed #e4e4e4;
  padding: 15px;
  text-align: center;
}
#sidebar_prais .block .fa {
  font-size: 2.5em;
  color: #CD2122;
  margin-bottom: 10px;
}
#sidebar_prais .text {
  color: #000;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.1);
  font-size: 0.9em;
  text-transform: uppercase;
}
#sidebar_prais:hover {
  opacity: 0.8;
}

/* End */


/* Start:/bitrix/templates/gvozdevsoft_remontgs_s1/css/feedback.css?166515035920330*/
/* FORM */
/* color */
/* mixin */
.textbox {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
}
.form-padding {
  padding: 5% 6%;
}
.form-bg {
  background-color: #fbfcfc !important;
}
.form-border-img {
  border: 5px solid transparent;
  border-image: 5 repeating-linear-gradient(45deg, #e4e4e4, #e4e4e4 5px, transparent 5px, transparent 5px, #e4e4e4 5px, #e4e4e4 10px, transparent 10px, transparent 20px);
}
.form-border-solid {
  border: 10px solid #9d9cab;
  border-radius: 4px;
  box-shadow: 0px 0px 31px 0px #000000;
}
.form-border-line {
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* ELEMENT */
/* garant */
.feedback-garant {
  height: 0px;
}
.feedback-garant__box {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  color: #555;
}
.feedback-garant__label {
  margin-left: 5px;
}
.feedback-garant__link {
  text-decoration: none;
}
.feedback-garant__mess-error {
  font-size: 0.9em;
  color: red;
}
/* form good send */
.feedback-send-message {
  font-size: 1.1em;
  font-weight: 600;
  color: green;
}
/* file */
.feedback-file__input {
  display: none;
}
.feedback-file__box {
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.feedback-file__icon {
  width: 40px;
  height: 40px;
  background: url(/bitrix/templates/gvozdevsoft_remontgs_s1/css/../images/files-ico.png) no-repeat;
  margin-right: 10px;
}
.feedback-file__text {
  border-bottom: 1px dotted;
}
@media screen and (max-width: 575px) {
  .feedback-file__text {
    /*display: none;*/
  }
}
/* popup custom */
.fancybox-close-small {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 0;
}
.form-hide {
  display: none;
}
/* FORMS */
/* form manager */
.form-manager__form {
  background-color: #fbfcfc !important;
  padding: 5% 6%;
  border: 5px solid transparent;
  border-image: 5 repeating-linear-gradient(45deg, #e4e4e4, #e4e4e4 5px, transparent 5px, transparent 5px, #e4e4e4 5px, #e4e4e4 10px, transparent 10px, transparent 20px);
}
.form-manager__title {
  font-size: 2em;
  margin-bottom: 20px;
  line-height: 100%;
}
.form-manager__text {
  font-size: 1em;
  margin-bottom: 30px;
}
.form-manager__input {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  width: 49.6%;
  padding: 20px;
}
@media (max-width: 992px) {
  .form-manager__input{
    width: 100%;
  }
}
.form-manager__textarea {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  padding: 20px;
  width: 100%;
  height: 100px;
}
.form-manager__file {
  margin-top: 20px;
}
.form-manager__manager {
  margin-right: 40px;
  text-align: center;
  font-size: 0.95em;
}
.form-manager__manager-img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.form-manager__manager-name {
  text-transform: uppercase;
  font-weight: 600;
}
.form-manager__manager-line {
  width: 40px;
  height: 1px;
  background-color: #999;
  margin: 10px auto;
}
.form-manager__manager-post {
  margin-bottom: 3px;
}
.form-manager__manager-phone {
  margin-bottom: 3px;
}
.form-manager__manager-email-link {
  text-decoration: none;
  color: #222;
}
.form-manager__feedback-garant {
  margin: 10px 0 0px;
}
@media screen and (max-width: 991px) {
  .form-manager__title {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 767px) {
  .form-manager__manager {
    display: none;
  }
}
/* form measure */
.form-measure__form {
  padding: 5% 6%;
  border: 5px solid transparent;
  border-image: 5 repeating-linear-gradient(45deg, #e4e4e4, #e4e4e4 5px, transparent 5px, transparent 5px, #e4e4e4 5px, #e4e4e4 10px, transparent 10px, transparent 20px);
  background-color: #fbfcfc !important;
}
.form-measure__title {
  font-size: 2em;
  margin-bottom: 20px;
  line-height: 100%;
}
.form-measure__text {
  margin-bottom: 30px;
  color: #222;
  font-size: 1em;
}
.form-measure__text ul {
  margin: 0 0 0 3px;
}
.form-measure__text ul li {
  list-style: none;
  margin-bottom: 10px;
  line-height: 1;
}
.form-measure__text ul li:before {
  content: "\f046";
  font-family: FontAwesome;
  font-size: 1.1em;
  color: #CD2122;
  margin-right: 10px;
}
.form-measure__input {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  width: 49.6%;
  padding: 20px;
}
@media (max-width: 992px) {
  .form-measure__input{
    width: 100%;
  }
}
.form-measure__manager {
  margin-right: 30px;
  text-align: center;
  font-size: 0.95em;
}
.form-measure__manager-img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.form-measure__manager-name {
  text-transform: uppercase;
  font-weight: 600;
}
.form-measure__manager-line {
  width: 40px;
  height: 1px;
  background-color: #999;
  margin: 10px auto;
}
.form-measure__manager-post {
  margin-bottom: 3px;
}
.form-measure__manager-phone {
  margin-bottom: 3px;
}
.form-measure__manager-email-link {
  text-decoration: none;
  color: #222;
}
.form-measure__feedback-garant {
  margin: 10px 0 30px;
}
@media screen and (max-width: 991px) {
  .form-measure__title {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 767px) {
  .form-measure__manager {
    display: none;
  }
}
/* form estimate */
.form-estimate__form {
  background-color: #fbfcfc !important;
  padding: 5% 6%;
  border: 5px solid transparent;
  border-image: 5 repeating-linear-gradient(45deg, #e4e4e4, #e4e4e4 5px, transparent 5px, transparent 5px, #e4e4e4 5px, #e4e4e4 10px, transparent 10px, transparent 20px);
}
.form-estimate__title {
  font-size: 2em;
  margin-bottom: 20px;
  line-height: 100%;
}
.form-estimate__text {
  font-size: 1em;
  margin-bottom: 30px;
}
.form-estimate__input {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  width: 100%;
  padding: 20px;
}
.form-estimate__textarea {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  padding: 20px;
  width: 100%;
  height: 100px;
}
.form-estimate__manager {
  margin-right: 40px;
  text-align: center;
  font-size: 0.95em;
}
.form-estimate__manager-img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.form-estimate__manager-name {
  text-transform: uppercase;
  font-weight: 600;
}
.form-estimate__manager-line {
  width: 40px;
  height: 1px;
  background-color: #999;
  margin: 10px auto;
}
.form-estimate__manager-post {
  margin-bottom: 3px;
}
.form-estimate__manager-phone {
  margin-bottom: 3px;
}
.form-estimate__manager-email-link {
  text-decoration: none;
  color: #222;
}
.form-estimate__feedback-garant {
  margin: 10px 0 30px;
}
.form-estimate__file {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .form-estimate__title {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 767px) {
  .form-estimate__manager {
    display: none;
  }
}
/* form calc index */
.form-calc-index__input {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  width: 49%;
  padding: 15px 20px;
}
@media (max-width: 992px) {
  .form-calc-index__input{
    width: 100%;
  }
}
.form-calc-index__feedback-garant {
  margin: 10px 0 30px;
}
/* form slider main page */
.form-slider-main__form {
  max-width: 330px;
  width: 100%;
  padding: 20px;
  background-color: #fbfcfc !important;
  border: 10px solid #9d9cab;
  border-radius: 4px;
  box-shadow: 0px 0px 31px 0px #000000;
  border-color: transparent;
}
.form-slider-main__text {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 15px;
  text-align: center;
  color: #000;
}
.form-slider-main__input {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  width: 100%;
  height: 50px;
  padding: 15px;
  margin: 2px 0;
}
.form-slider-main__feedback-garant {
  width: 200px;
  margin: 10px auto 30px auto;
}
.form-slider-main__feedback-garant .feedback-send-message {
  font-size: 1em;
  margin: 5px 0;
  text-align: center;
  font-weight: 600;
}
.form-slider-main__btn {
  display: block;
  padding: 15px 30px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .form-slider-main {
    display: none;
  }
}
/* form service top */
.form-service-top__input {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  width: 100%;
  padding: 15px 20px;
}
.form-service-top__feedback-garant {
  margin: 10px 0 30px;
}
/* form service bottom */
.form-service-bottom__form {
  padding: 5% 6%;
  border: 5px solid transparent;
  border-image: 5 repeating-linear-gradient(45deg, #e4e4e4, #e4e4e4 5px, transparent 5px, transparent 5px, #e4e4e4 5px, #e4e4e4 10px, transparent 10px, transparent 20px);
  background-color: #fbfcfc !important;
}
.form-service-bottom__title {
  font-size: 2em;
  margin-bottom: 20px;
  line-height: 100%;
}
.form-service-bottom__text {
  font-size: 1em;
  margin-bottom: 30px;
}
.form-service-bottom__input {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  width: 100%;
  padding: 20px;
}
.form-service-bottom__manager {
  margin-right: 30px;
  text-align: center;
  font-size: 0.95em;
}
.form-service-bottom__manager-img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.form-service-bottom__manager-name {
  text-transform: uppercase;
  font-weight: 600;
}
.form-service-bottom__manager-line {
  width: 40px;
  height: 1px;
  background-color: #999;
  margin: 10px auto;
}
.form-service-bottom__manager-post {
  margin-bottom: 3px;
}
.form-service-bottom__manager-phone {
  margin-bottom: 3px;
}
.form-service-bottom__manager-email-link {
  text-decoration: none;
  color: #222;
}
.form-service-bottom__feedback-garant {
  margin: 10px 0 30px;
}
@media screen and (max-width: 991px) {
  .form-service-bottom__title {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 767px) {
  .form-service-bottom__manager {
    display: none;
  }
}
/* form contacts */
.form-contacts__form {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fbfcfc !important;
}
.form-contacts__title {
  font-size: 1.3em;
  margin-bottom: 20px;
  text-align: center;
  line-height: 100%;
}
.form-contacts__text {
  font-size: 1em;
  margin-bottom: 30px;
}
.form-contacts__input {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  margin: 3px 0;
  width: 49%;
  height: 50px;
  padding: 10px;
}
.form-contacts__textarea {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  margin: 3px 0;
  padding: 10px;
  width: 100%;
  height: 80px;
}
.form-contacts__btn {
  padding: 15px 20px;
  display: block;
  margin: 0 auto;
}
.form-contacts__feedback-garant {
  margin: 10px 0 20px 0;
}
@media screen and (max-width: 991px) {
  .form-contacts {
    display: none;
  }
}
/* form popup estimate */
.form-popup-estimate {
  position: relative;
  margin: auto;
  max-width: 600px;
  height: auto;
  border: 10px solid #9d9cab;
  border-radius: 4px;
  box-shadow: 0px 0px 31px 0px #000000;
  background-color: #fbfcfc !important;
}
.form-popup-estimate__form {
  height: auto;
}
.form-popup-estimate__title {
  font-size: 2em;
  margin-bottom: 20px;
  line-height: 100%;
}
.form-popup-estimate__text {
  font-size: 1em;
  margin-bottom: 30px;
}
.form-popup-estimate__input {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  width: 49%;
  padding: 15px 20px;
}
@media (max-width: 992px) {
  .form-popup-estimate__input{
    width: 100%;
  }
}
.form-popup-estimate__textarea {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  padding: 15px 20px;
  width: 100%;
  height: 100px;
}
.form-popup-estimate__manager {
  margin-right: 20px;
  text-align: center;
  font-size: 0.95em;
}
.form-popup-estimate__manager-img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.form-popup-estimate__manager-name {
  text-transform: uppercase;
  font-weight: 600;
}
.form-popup-estimate__manager-line {
  width: 40px;
  height: 1px;
  background-color: #999;
  margin: 10px auto;
}
.form-popup-estimate__manager-post {
  margin-bottom: 3px;
}
.form-popup-estimate__manager-phone {
  margin-bottom: 3px;
}
.form-popup-estimate__manager-email-link {
  text-decoration: none;
  color: #222;
}
.form-popup-estimate__feedback-garant {
  margin: 10px 0 30px;
}
.form-popup-estimate__file {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .form-popup-estimate__title {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 767px) {
  .form-popup-estimate__manager {
    display: none;
  }
}
/* form popup request */
.form-popup-request {
  position: relative;
  margin: auto;
  max-width: 800px;
  height: auto;
  border: 10px solid #9d9cab;
  border-radius: 4px;
  box-shadow: 0px 0px 31px 0px #000000;
  background-color: #fbfcfc !important;
}
.form-popup-request__form {
  height: auto;
}
.form-popup-request__title {
  font-size: 2em;
  margin-bottom: 20px;
  line-height: 100%;
}
.form-popup-request__text {
  font-size: 1em;
  margin-bottom: 30px;
}
.form-popup-request__input {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  width: 100%;
  padding: 15px 20px;
}
.form-popup-request__textarea {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  padding: 15px 20px;
  width: 100%;
  height: 100px;
}
.form-popup-request__manager {
  margin-right: 20px;
  text-align: center;
  font-size: 0.95em;
}
.form-popup-request__manager-img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.form-popup-request__manager-name {
  text-transform: uppercase;
  font-weight: 600;
}
.form-popup-request__manager-line {
  width: 40px;
  height: 1px;
  background-color: #999;
  margin: 10px auto;
}
.form-popup-request__manager-post {
  margin-bottom: 3px;
}
.form-popup-request__manager-phone {
  margin-bottom: 3px;
}
.form-popup-request__manager-email-link {
  text-decoration: none;
  color: #222;
}
.form-popup-request__feedback-garant {
  margin: 10px 0 30px;
}
.form-popup-request__file {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .form-popup-request__title {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 767px) {
  .form-popup-request__manager {
    display: none;
  }
}
/* form popup callback */
.form-popup-callback {
  position: relative;
  margin: auto;
  max-width: 800px;
  width: 100%;
  height: auto;
  border: 10px solid #9d9cab;
  border-radius: 4px;
  box-shadow: 0px 0px 31px 0px #000000;
  background-color: #fbfcfc !important;
}
.form-popup-callback__form {
  width: 100%;
  height: auto;
}
.form-popup-callback__title {
  font-size: 2em;
  margin-bottom: 20px;
  line-height: 100%;
}
.form-popup-callback__text {
  font-size: 1em;
  margin-bottom: 30px;
}
.form-popup-callback__input {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  width: 49%;
  padding: 20px;
}
@media (max-width: 992px) {
  .form-popup-callback__input{
    width: 100%;
  }
}
.form-popup-callback__manager {
  margin-right: 30px;
  text-align: center;
  font-size: 0.95em;
}
.form-popup-callback__manager-img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.form-popup-callback__manager-name {
  text-transform: uppercase;
  font-weight: 600;
}
.form-popup-callback__manager-line {
  width: 40px;
  height: 1px;
  background-color: #999;
  margin: 10px auto;
}
.form-popup-callback__manager-post {
  margin-bottom: 3px;
}
.form-popup-callback__manager-phone {
  margin-bottom: 3px;
}
.form-popup-callback__manager-email-link {
  text-decoration: none;
  color: #222;
}
.form-popup-callback__feedback-garant {
  margin: 10px 0 30px;
}
@media screen and (max-width: 991px) {
  .form-popup-callback__title {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 767px) {
  .form-popup-callback__manager {
    display: none;
  }
}
/* form popup measure */
.form-popup-measure {
  position: relative;
  margin: auto;
  max-width: 800px;
  width: 100%;
  height: auto;
  border: 10px solid #9d9cab;
  border-radius: 4px;
  box-shadow: 0px 0px 31px 0px #000000;
  background-color: #fbfcfc !important;
}
.form-popup-measure__form {
  width: 100%;
  height: auto;
}
.form-popup-measure__title {
  font-size: 2em;
  margin-bottom: 20px;
  line-height: 100%;
}
.form-popup-measure__text {
  margin-bottom: 30px;
  color: #222;
  font-size: 1em;
}
.form-popup-measure__text ul {
  margin: 0 0 0 3px;
}
.form-popup-measure__text ul li {
  list-style: none;
  margin-bottom: 10px;
  line-height: 1;
}
.form-popup-measure__text ul li:before {
  content: "\f046";
  font-family: FontAwesome;
  font-size: 1.1em;
  color: #CD2122;
  margin-right: 10px;
}
.form-popup-measure__input {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  width: 100%;
  padding: 20px;
}
.form-popup-measure__manager {
  margin-right: 30px;
  text-align: center;
  font-size: 0.95em;
}
.form-popup-measure__manager-img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.form-popup-measure__manager-name {
  text-transform: uppercase;
  font-weight: 600;
}
.form-popup-measure__manager-line {
  width: 40px;
  height: 1px;
  background-color: #999;
  margin: 10px auto;
}
.form-popup-measure__manager-post {
  margin-bottom: 3px;
}
.form-popup-measure__manager-phone {
  margin-bottom: 3px;
}
.form-popup-measure__manager-email-link {
  text-decoration: none;
  color: #222;
}
.form-popup-measure__feedback-garant {
  margin: 10px 0 30px;
}
@media screen and (max-width: 991px) {
  .form-popup-measure__title {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 767px) {
  .form-popup-measure__manager {
    display: none;
  }
}
/* form popup catalog */
.form-popup-catalog__product {
  margin: 40px 20px 20px 0;
}
.form-popup-catalog__product-name {
  font-weight: 600;
}

.header-form .form-slider-main__feedback-garant {
  display: block;
  height: auto;
}
.header-form .feedback-send-message {
  text-align: left;
  width: 100%;
}
.form-manager__feedback-garant {
  display: flex;
  justify-content: flex-end;
}
.feedback-send-message {
  text-align: right;
  width: 45%;
}
@media screen and (min-width: 767px) {
  .form-measure .feedback-send-message {
    width: 100%;
  }
}
/* End */


/* Start:/lib/calc/css/calc.css?16508845895885*/
.calc {
	padding: 40px 5%;
	margin-bottom: 30px;
	background: #f7f7f7;
	border-radius: 4px;
	border: 5px solid #ccc;
}

.calc h3 {
	width: 200px;
	font-size: 1em;
	font-weight: 600;
	text-align: center;
	padding: 10px;
	background: #777;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0 7px 0 7px;
	margin-bottom: 20px;
}

.calc ul {
	list-style-type: none;
	margin: 0;
}

.calc hr {
	border: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	margin: 25px 0;
}

.calc p {
	font-weight: 600;
	width: 140px;
	margin: 0;
}

.calc ul li {
	margin: 0 0 0 40px;
	display: inline-block;
}

.calc ul li:first-child{
	margin-left: 0;
}

.calc input[type="number"] {
	padding: 10px;
	width: 100px;
	font-size: 1.5em;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.calc select {
	padding: 7px;
	width: 350px;
	font-size: 1em;
	border: 2px solid #fdb418;
	border-radius: 4px;
	background: #fff;
}

.calc .razdelitel {
	margin-left: 20px;
}

.calc ul li.otstup_abh {
	margin-left: 16px;
}

.calc .calc_rezultat {
	margin: 70px 0 0 0;
	padding: 20px;
	background: #eaeaea;
	border-radius: 4px;
}

.calc .calc_rezultat p {
	width: 100%;
	padding: 10px 0;
	margin: 0;
	font-size: 1em;
	color: #717171;
	text-transform: uppercase;
	border-bottom: 1px dashed #ccc;
}

.calc_rez,
.calc .rub {
	font-size: 1.5em;
	color: #5aba2b;
}

.calc .rub {
	margin-left: 5px;
	text-transform: lowercase;
}

.calc input[type=checkbox] {
	vertical-align: top;
	margin: 0 3px 0 0;
	width: 17px;
	height: 17px;
}

.calc input[type=checkbox] ~ label {
	cursor: pointer;
}

.calc input[type=checkbox]:not(checked) {
	position: absolute;
	opacity: 0;
}

.calc input[type=checkbox]:not(checked) ~ label {
	position: relative;
	padding: 0 0 0 60px;
}

.calc input[type=checkbox]:not(checked) ~ label:before {
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	width: 50px;
	height: 26px;
	border-radius: 13px;
	background: #CDD1DA;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
}

.calc input[type=checkbox]:not(checked) ~ label:after {
	content: '';
	position: absolute;
	top: -2px;
	left: 2px;
	width: 22px;
	height: 22px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
	transition: all .2s; /* Р В Р’В Р вЂ™Р’В°Р В Р’В Р В РІР‚В¦Р В Р’В Р РЋРІР‚?Р В Р’В Р РЋ?Р В Р’В Р вЂ™Р’В°Р В Р Р‹Р Р†Р вЂљР’В Р В Р’В Р РЋРІР‚?Р В Р Р‹Р В Р РЏ, Р В Р Р‹Р Р†Р вЂљР Р‹Р В Р Р‹Р Р†Р вЂљРЎв„ўР В Р’В Р РЋРІР‚СћР В Р’В Р вЂ™Р’В±Р В Р Р‹Р Р†Р вЂљРІвЂћвЂ“ Р В Р Р‹Р Р†Р вЂљР Р‹Р В Р’В Р вЂ™Р’ВµР В Р’В Р РЋРІР‚СњР В Р’В Р вЂ™Р’В±Р В Р’В Р РЋРІР‚СћР В Р’В Р РЋРІР‚СњР В Р Р‹Р В РЎвЂњ Р В Р’В Р РЋРІР‚вЂќР В Р’В Р вЂ™Р’ВµР В Р Р‹Р В РІР‚С™Р В Р’В Р вЂ™Р’ВµР В Р’В Р РЋРІР‚СњР В Р’В Р вЂ™Р’В»Р В Р Р‹Р В РІР‚в„–Р В Р Р‹Р Р†Р вЂљР Р‹Р В Р’В Р вЂ™Р’В°Р В Р’В Р вЂ™Р’В»Р В Р Р‹Р В РЎвЂњР В Р Р‹Р В Р РЏ Р В Р’В Р РЋРІР‚вЂќР В Р’В Р вЂ™Р’В»Р В Р’В Р вЂ™Р’В°Р В Р’В Р В РІР‚В Р В Р’В Р В РІР‚В¦Р В Р’В Р РЋРІР‚Сћ */
}

.calc input [type=radio]{
	vertical-align: top;
	width: 17px;
	height: 17px;
	margin: 0 3px 0 0;
}
.calc input [type=radio]+ label {
	cursor: pointer;
}
.calc input[type=radio]:not(checked) {
	position: absolute;
	opacity: 0;
}
.calc input[type=radio]:not(checked) ~ label {
	position: relative;
	padding: 0 0 0 35px;
}
.calc input[type=radio]:not(checked) ~ label:before {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	width: 22px;
	height: 22px;
	border: 1px solid #CDD1DA;
	border-radius: 50%;
	background: #FFF;
}
.calc input[type=radio]:not(checked) ~ label:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 4px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fdb418;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
	opacity: 0;
	transition: all .2s;
}
.calc input[type=radio]:checked ~ label:after {
	opacity: 1;
}
.calc input[type=radio]:focus ~ label:before {
	box-shadow: 0 0 0 3px rgba(255,255,0,.5);
}

.calc input[type=checkbox]:checked ~ label:before {
	background: #9FD468;
}

.calc input[type=checkbox]:checked ~ label:after {
	left: 26px;
}

.calc input[type=checkbox]:focus ~ label:before {
	box-shadow: 0 0 0 3px rgba(255,255,0,.5);
}

@media (max-width: 767px) {
	.content-box .calc input[type="number"],
	.content-box .calc select,
	.content-box .calc input[type=checkbox],
	.content-box .calc input [type=radio],
	.content-box .calc label,
	.content-box .calc ul li
	{
		float: none;
		display: block;
	}
	
	.content-box .calc {
		padding: 20px 5%;
		box-shadow: none;
	}
	.content-box .calc select {
		width: 100%;
		max-width: 350px;
	}
	
	.content-box .calc .calc_rezultat {
		margin: 30px 0 0 0;
		padding: 0;
		background: #f7f7f7;
		border-radius: 4px;
		font-family: Courier;	
	}
	
	.content-box .calc .razdelitel {
		margin-left: 0;
	}
	
	.content-box .calc ul li.otstup_abh {
		margin-left: 0;
	}
	
	.content-box .calc ul li {
		margin: 0 0 10px 0;
	}
}

/* End */


/* Start:/bitrix/templates/gvozdevsoft_remontgs_s1/css/personal.css?16508845858834*/
/* import */
/* color */
/* mixin */
.br {
  border-radius: 4px;
}
.opacity-img {
  opacity: 0.8;
}
.link-hover {
  opacity: 0.8;
}
.box-hover {
  border-color: #fff;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}
.btn-shadow {
  background-size: 200% 100%,auto,100% 2px,100% 2px,100% 1px,100% 1px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  background-repeat: no-repeat;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  animation: shine 5s ease reverse infinite;
  box-shadow: 0 9px 40px 0 rgba(50, 50, 50, 0.9);
}
.form-elements {
  background: #f9f9f9;
  border: 1px solid #ccc;
  outline: 0;
}
/* section-repair */
.section-repair {
  margin-bottom: 70px;
}
.section-repair__box {
  text-align: center;
  border: 1px solid #ccc;
}
h3.section-repair__title {
  margin: 10px 0;
  padding: 15px 0;
  font-weight: 600;
  font-size: 1em;
  text-transform: uppercase;
}
.section-repair__price {
  padding: 20px 0;
  background: #f7f7f7;
  font-size: 1.3em;
}
.section-repair__price-price {
  font-size: 1.5em;
}
.section-repair__work {
  margin: 0;
  padding: 30px 20px 10px 20px;
  font-size: 1em;
  text-align: left;
}
.section-repair__element {
  margin-bottom: 15px;
}
.section-repair__element:before {
  content: "\f05d";
  font-family: FontAwesome;
  font-size: 1.1em;
  color: #CD2122;
  margin-right: 10px;
}
.section-repair__hide {
  display: none;
}
.section-repair__btn-work {
  width: 175px;
  background: #f7f7f7;
  border: 1px solid #ccc;
  color: #000;
  border-radius: 4px;
  padding: 7px 15px;
  cursor: pointer;
  outline: none;
}
.section-repair__link-link {
  display: block;
  margin-top: 30px;
  padding: 15px 0;
  background: #CD2122;
  color: #fff;
  text-decoration: underline;
}
.section-repair #vybor_remonta button.button_raboty:hover {
  opacity: 0.7;
}
/* section-calc */
.section-calc .bg-left {
  background: #2f3b48;
}
.section-calc .bg-right {
  background: #f7f7f7;
}
.section-calc__box-left {
  width: 100%;
  padding: 40px 50px;
  color: #f7f7f7;
}
.section-calc__box-right {
  width: 100%;
  padding: 40px 50px;
  color: #222;
}
.section-calc__title-material {
  margin-bottom: 15px;
  font-size: 1em;
}
.section-calc__title-type-room {
  margin-bottom: 15px;
  font-size: 1em;
}
.section-calc__select-type-room {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  margin-bottom: 50px;
  border: 0;
  outline: 0;
  background: #ccc;
  font-size: 1.2em;
  border-radius: 4px;
}
.section-calc__select-material {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  margin-bottom: 50px;
  border: 0;
  outline: 0;
  background: #ccc;
  font-size: 1.2em;
  border-radius: 4px;
}
.section-calc__box-square {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.section-calc__label-square {
  margin-right: 10px;
}
.section-calc__input-square {
  width: 100px;
  height: 50px;
  padding: 0 10px;
  margin-right: 10px;
  font-size: 1.5em;
  border: none;
  border-radius: 4px;
}
.section-calc__title-otdelka {
  margin-bottom: 30px;
}
.section-calc__item {
  display: flex;
}
.section-calc__item-left {
  margin-right: 20%;
}
.section-calc__box-radio {
  margin-bottom: 20px;
}
.section-calc__itog {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 2em;
  color: #CD2122;
}
.section-calc__itog .fa {
  margin-top: 2px;
}
.section-calc__text-itog {
  margin-right: 5px;
}
.section-calc__img-itog {
  margin-right: 10px;
}
.section-calc__price-itog {
  font-size: 1.1em;
}
.section-calc__text-left {
  font-style: italic;
  margin-bottom: 30px;
  font-size: 0.9em;
  color: #222;
}
.section-calc__input-zayavka {
  width: 280px;
  height: 40px;
  padding: 0 10px;
  margin-bottom: 10px;
}
.section-calc__btn-form {
  width: 280px;
  margin-top: 10px;
  padding: 15px 0;
  background: #CD2122;
  color: #f7f7f7;
  font-size: 1em;
  border: none;
  outline: 0;
}
.section-calc input [type=radio] {
  vertical-align: top !important;
  width: 17px !important;
  height: 17px !important;
  margin: 0 3px 0 0 !important;
}
.section-calc input [type=radio] + label {
  cursor: pointer !important;
}
.section-calc input[type=radio]:not(checked) {
  position: absolute !important;
  opacity: 0 !important;
}
.section-calc input[type=radio]:not(checked) ~ label {
  position: relative !important;
  padding: 0 0 0 35px !important;
  cursor: pointer !important;
}
.section-calc input[type=radio]:not(checked) ~ label:before {
  content: '' !important;
  position: absolute !important;
  top: -3px !important;
  left: 0 !important;
  width: 22px !important;
  height: 22px !important;
  border: 1px solid #CDD1DA !important;
  border-radius: 50% !important;
  background: #FFF !important;
}
.section-calc input[type=radio]:not(checked) ~ label:after {
  content: '' !important;
  position: absolute !important;
  top: 0px !important;
  left: 3px !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  background: #fdb418 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5) !important;
  opacity: 0 !important;
  transition: all 0.2s !important;
}
.section-calc input[type=radio]:checked ~ label:after {
  opacity: 1 !important;
}
.section-calc input[type=radio]:focus ~ label:before {
  box-shadow: 0 0 0 3px rgba(255, 255, 0, 0.5) !important;
}
/* calc sidebar */
.calc-fix-wrapper {
  position: fixed;
    /*width: 60px;*/
  top: 300px;
  right: 10px;
  z-index: 3;
  overflow: hidden;
}
.calc-fix-wrapper .calc-fix__zamer-box {
    height: 60px;
  right: -210px;
  transition: right 1s ease-in-out;
}
.calc-fix-wrapper .calc-fix__zamer-box.open {
  right: 0;
}
.calc-fix-wrapper .calc-fix__zamer-icon,
.calc-fix-wrapper .calc-fix__calc-icon,
.calc-fix-wrapper .calc-fix__zamer-icon-img,
.calc-fix-wrapper .calc-fix__calc-icon-img {
    width: 60px;
    height: 60px;
    background-size: cover;
}
.calc-fix-wrapper .calc-fix__zamer-link {
    left: 70px;
    top: 10px;
    font-size: 0.8em;
}
.calc-fix-wrapper .calc-fix__interest {
    left: 70px;
    top: 33px;
}
@media (max-width: 1199px) {
    .calc-fix-wrapper {
        display: none;
    }
    .calc-fix-wrapper .calc-fix__zamer-box {
        right: -180px;
    }
}


.calc-fix {
  margin-bottom: 30px;
}
.calc-fix__zamer-box {
  position: relative;
  width: 270px;
  height: 90px;
  margin-bottom: 30px;
  background: #2f3b48;
  box-shadow: 0 15px 10px -14px #9d9cab;
  border-radius: 4px;
}
.calc-fix__zamer-link-link {
  display: block;
}
.calc-fix__zamer-box:hover {
  opacity: 0.9;
}
.calc-fix__zamer-icon,
.calc-fix__calc-icon {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  background-color: #CD2122;
}
.calc-fix__zamer-icon-img,
.calc-fix__calc-icon-img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  background-position: center;
  background-size: cover;
}
.calc-fix__zamer-icon-img {
  background: url(/bitrix/templates/gvozdevsoft_remontgs_s1/css/../images/icon_zamer.png) no-repeat;
}
.calc-fix__calc-icon-img {
  background: url(/bitrix/templates/gvozdevsoft_remontgs_s1/css/../images/icon_calc.png) no-repeat;
}
.calc-fix__zamer-link {
  position: absolute;
  left: 100px;
  top: 13px;
  line-height: 1;
  font-size: 0.9em;
  font-weight: 600;
  color: #fff;
}
.calc-fix__interest {
  position: absolute;
  left: 100px;
  top: 53px;
}
.calc-fix__interest-text {
  display: inline;
  color: #ccc;
  font-size: 0.8em;
  margin-right: 3px;
}
.calc-fix__interest-number {
  display: inline;
  color: #ccc;
  font-size: 1.2em;
}
.calc-fix__zamer-link-link {
  color: #fff;
}
@media (max-width: 1199px) {
  .calc-fix__zamer-box {
    width: 240px;
  }
  .calc-fix__zamer-icon,
  .calc-fix__calc-icon {
    width: 10px;
    height: 90px;
  }
  .calc-fix__zamer-icon-img {
    background: none;
  }
  .calc-fix__calc-icon-img {
    background: none;
  }
  .calc-fix__zamer-link {
    left: 30px;
  }
  .calc-fix__interest {
    left: 30px;
  }
}
@media (max-width: 575px) {
  .section-calc__item-left {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .section-calc__item {
    display: block;
  }
}
/* tabs2 */
.tabs > ul.tabs2 {
  margin-bottom: 10px;
}
.tabs > ul.tabs2 > li {
  font-size: 1.1em;
  font-weight: 600;
  margin-right: 2%;
  padding: 10px 3%;
  text-transform: none;
  background: #fff;
  color: #555;
  border: 2px solid #ccc;
}
.tabs > ul.tabs2 > li:last-child {
  margin-right: 0;
}
.tabs > ul.tabs2 > li.active,
.tabs > ul.tabs2 > li.active:hover,
.tabs > ul.tabs2 > li:hover {
  color: #000 !important;
  background: #fff;
}
.tabs span.tabs_100 {
  display: block;
  font-size: 0.7em;
  color: #999;
}
.tabs .tabs_100 .procent {
  font-size: 1.3em;
  color: #000;
}
@media (max-width: 1199px) {
  .tabs > ul.tabs2 > li {
    padding: 7px 2%;
  }
}
.feedback-garant__checkbox,
.feedback-garant__label {
  display: none;
}
/* End */


/* Start:/bitrix/templates/gvozdevsoft_remontgs_s1/css/customer.css?17634130633045*/
/* customer css */

.hdslide_inn .hdslide_home{
    background-color: #ffffff;
}
.header-phone__main-phone{
    position: relative;
}
#header .header-phone__main-phone:after{
    position: absolute;
    top: 5px;
    right: -15px;
}
.section-company__text p{
    line-height: 1.5;
    margin: 0 0 10px 0;
}
.stock-list .section-portfolio__box-img{
    min-height: 250px;
}
.stock-list .section-portfolio__box-img img{
    object-fit: cover;
}
.propertis-name{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
#services-news-detail ul li{
    position: relative;
    list-style-type: none;
}
#services-news-detail ul li:before{
    content: "";
    width: 6px;
    height: 6px;
    background: #0081c2;
    position: absolute;
    top: 10px;
    left: -17px;
}

.tops-block{
    margin-top: 40px;
}
@media (min-width: 769px) {
    #flvmenu > ul > li.service-item > ul {
        padding: 10px;
        background: #fff;
    }

    #flvmenu > ul > li.service-item:hover > ul {
        display: flex;
    }

    #flvmenu > ul > li.service-item > ul > li > ul {
        display: block;
        position: static;
        box-shadow: none;
    }

    #flvmenu > ul > li.service-item > ul > li {
        background: #fff;
        border-top: none;
    }

    #flvmenu > ul > li.service-item > ul > li > a {
        font-weight: bold;
    }

    #flvmenu > ul > li.service-item > ul > li:hover {
        background: #fff;
    }

    #flvmenu > ul > li.service-item ul li .flarr {
        display: none;
    }
}

/* section-tariff */
.section-tariff__item {
  background-color: #fff;
  border: 1px solid #ececec;
}
.section-tariff__item:hover {
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}
.section-tariff__img-box {
  width: 100%;
  height: auto;
}
.section-tariff__img-img {
  width: 100%;
  height: auto;
}
.section-tariff__text {
  text-align: center;
  padding: 30px 20px 40px 20px;
}
.section-tariff__title {
  margin-bottom: 10px;
  font-size: 1.2em;
  text-transform: uppercase;
}
.section-tariff__price {
  padding: 10px 0;
  min-height: 80px;
  font-size: 1.3em;
  font-weight: 600;
}
.section-tariff__price-price {
  font-size: 1.5em;
}
.section-tariff__price-old {
  display: block;
  margin: 3px 0 0 0;
  text-decoration: line-through;
  font-size: 0.9em;
  font-weight: 500;
  color: #eb1a1f;
}
.section-tariff__work {
  margin: 0;
  font-size: 1em;
  text-align: left;
}
.section-tariff .section-tariff__work ul {
  margin: 0;
  list-style: none;
}
.section-tariff .section-tariff__work ul li:before {
  content: "\f05d";
  font-family: FontAwesome;
  font-size: 1.1em;
  color: #eb1a1f;
  margin-right: 10px;
}
.section-tariff__hide {
  display: none;
}
.section-tariff__btn-work {
  width: 175px;
  background: #f7f7f7;
  border: 1px solid #ccc;
  color: #000;
  border-radius: 4px;
  padding: 7px 15px;
  cursor: pointer;
  outline: none;
}
.section-tariff__link-link {
  display: block;
  margin-top: 40px;
  padding: 15px 0;
  background: #eb1a1f;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

/* End */


/* Start:/bitrix/templates/gvozdevsoft_remontgs_s1/lib/flmenu/flmenu.css?17531719855420*/
/* block struktury */
#flvmenu {
	display: block;
	margin: 0 auto;
	max-width: 1220px;
	position: relative;
}
#flvmenu > ul > li > a, #flvmenu > ul > li > ul > li > a, #flvmenu > ul > li > ul > li  > ul > li > a, #flvmenu > ul > li > ul > li  > ul > li > ul > li > a {
	text-decoration: none;
	display: block;
	cursor: pointer;
}
#flvmenu > ul > li {
	display: inline-block;
	position: relative;
	margin-right: -4px;
}
#flvmenu > ul > li > ul {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 1000;
}
#flvmenu > ul > li > ul  > li > ul{
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1000;
}
#flvmenu > ul > li > ul  > li > ul > li > ul{
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1000;
}
#flvmenu > ul > li:last-child  > ul  > li > ul{
	display: none;
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 1000;
}
#flvmenu > ul > li:last-child > ul  > li > ul > li > ul{
	display: none;
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 1001;
}
#flvmenu > ul > li ul li {
	display: block;
	position: relative;
}

#flvmenu > ul > li:hover > ul {
	display: block;
}
#flvmenu > ul > li > ul > li:hover > ul {
	display: block;
}
#flvmenu > ul > li > ul > li > ul > li:hover > ul {
	display: block;
}

#flvmenu > ul > #fllast {
	display: none;
	font-weight: 500;
}

/* block stile */
#flvmenu {
	font-size: 14px;
}
#flvmenu ul > li ul{
	background-color: #fff;
}
.minmenu {
	display:none;
}
#flvmenu > ul > li ul li {
	width: 200px;
	border-top: 1px solid #eeeeee;
	box-sizing: border-box;
}
#flvmenu > ul > li ul li:first-child {
	border-top: 0;
}
#flvmenu > ul > li ul {
	box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
}
#flvmenu > ul > li a {
	display: inline-block;
	padding: 15px 30px;
	font-weight: 400;
}
#flvmenu > ul > li > a{
	color: #fff;
	padding: 20px 30px;
	text-transform: ;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: 500;
}
#flvmenu > ul > li a:hover {
	color: #fff;
}
#flvmenu > ul > li ul li a {
	padding: 12px 25px 12px 0;
	padding-left: 20px;
	color: #000;
	font-size: 0.95em;
}
#flvmenu > ul > li > .flarr {
	top: 16px;
	right: 0px;
}
#flvmenu > ul > li ul li .flarr {
	top: 8px;
	right: 0px;
}
#flvmenu > ul > li .flarr {
	padding: 0;
}
#flvmenu > ul > li > a.flarr:after {
	content: "\f107";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -30px;
	margin-right: 10px;
}
#flvmenu > ul > li ul li a.flarr:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	display: inline-block;
	top: 15px;
	right: 15px;
	color: #000;
}
#flvmenu > ul > li ul li:hover a.flarr {
	color: #000;
}
#flvmenu > ul > li ul li:hover > a.flarr:after {
	color: #000;
}
#flvmenu > ul > li ul li:hover>a {
	color: #000;
}
#flvmenu > ul > li ul li.root-item-selected>a {
	color: #fff;
}
#flvmenu > ul > li ul li.item-selected > a.flarr:after {
	color: #000;
}
#flvmenu ul li:hover,
#flvmenu ul li.root-item-selected,
#flvmenu ul li.item-selected {
	background: rgba(0, 0, 0, .2);
}
.menu-line #flvmenu > ul > li:hover:before,
.menu-line #flvmenu > ul > li.root-item-selected:before,
.menu-line #flvmenu > ul > li.item-selected:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #c42021 ;
}

@media (max-width:1199px){
	#flvmenu > ul > li > a {
		padding: 20px 30px;
	}
	#flvmenu > ul > li > a.flarr:after {
		margin-left: -24px;
	}
}

@media (max-width:768px){
	
	.minmenu {
		display: block;
		cursor: pointer;
	}
	.minmenu i{
		padding-left: 25px;
		line-height: 45px;
		font-size: 24px;
		color: #fff;
	}
	.minmenu a{
		padding-left: 10px;
		padding-right: 10px;
		line-height: 45px;
		font-size: 20px;
		color: #fff;
		text-decoration: none;
	}
	#flvmenu > ul {
		position: relative;
		left: 0;
		top: 100%;
		z-index: 999;
	}
	#flvmenu > ul  li {
		width: 100%;
	}
	
	#flvmenu > ul > li > ul, #flvmenu > ul > li > ul > li > ul, #flvmenu > ul > li > ul > li > ul > li > ul {
		display: block;
		position: relative;
		overflow-y: hidden;
		width: auto;
		left: 0;
	}
	#flvmenu > ul > li > ul > li, #flvmenu > ul > li > ul > li > ul > li, #flvmenu > ul > li > ul > li > ul > li > ul > li{
		width: auto;
	}
	
	/* block style */
	#flvmenu > ul {
		background-color: #2c4668;
		width: 100%;
	}
	#flvmenu > ul li ul{
		background-color: #2c4668;
	}
	#flvmenu > ul li a{
		color: #fff !important;
		display: block;
		font-weight: 400;
		text-transform: uppercase;
	}
	#flvmenu > ul > li {
		display: block;
	}
	#flvmenu > ul > li > a{
		font-size: 0.95em;
	}
	.menu-line #flvmenu > ul > li:hover:before, .menu-line #flvmenu > ul > li.root-item-selected:before, .menu-line #flvmenu > ul > li.item-selected:before {
		background: none !important;
	}
	#flvmenu > ul > li > ul > li > a{
		font-size: 0.95em;
	}
	#flvmenu > ul > li > ul , #flvmenu > ul > li > ul > li > ul{
		border: none;
	}
	#flvmenu > ul > li > ul > li a {
		padding-left: 40px;
	}
	#flvmenu > ul > li > ul > li > ul > li a {
		padding-left: 55px;
	}
	#flvmenu > ul > li > ul > li > ul > li > ul > li a {
		padding-left: 70px;
	}
	#flvmenu > ul > li > a.flarr:after, #flvmenu > ul > li ul li a.flarr:after {
		content: "";
	}
	#flvmenu > ul > li ul {
		box-shadow: none;
	}
	#flvmenu > ul > li .flarr, #flvmenu > ul > li ul li a.flarr {
		position: absolute;
		top: 0;
		right: 20px;
		padding: 15px;
	}
	#flvmenu > ul > li ul li {
		border-top: 0;
	}
}
div.menu-clear-left
{
	clear:left;
}

/* End */


/* Start:/bitrix/templates/gvozdevsoft_remontgs_s1/css/adaptive.css?17679725183636*/
@media (min-width: 1200px) {
  .container {
    max-width: 1220px;
  }
}
@media (max-width: 1199px) {
  #header .header-slider__offer {
    padding-left: 0;
  }
  #header .header-form__inner {
    right: 0;
  }
  #sidebar {
    margin-right: 30px;
    width: 240px;
    min-width: 240px;
  }
  #sidebar_fixed {
    width: 240px;
  }
  #catalog-filter .catalog-filter__button {
    margin-bottom: 5px;
  }
  #catalog-filter .catalog-filter__title {
    padding: 0 10px;
  }
  .catalog-cart-input-detail-btn {
    padding: 0 15px;
  }
  .catalog-cart-input-detail-wrap input {
    width: 60px;
  }
}
@media (max-width: 991px) {
  #header .header-top {
    text-align: center;
  }
  #header .header-logo {
    margin-bottom: 30px;
  }
  #header .header-logo img {
    max-height: 60px;
  }
  #header .header-address {
    display: none;
  }
  #header .header-phone {
    text-align: center;

  }
  #header .header-phone__main-phone:hover .header-phone__popup {
    /*display: none;*/
  }
  #header .header-btn-callback {
    display: none;
  }
  #header .header-btn-zayvka {
    margin-bottom: 20px;
  }
  #header .header-slider {
    position: relative;
    text-align: center;
  }
  #header .header-main-page {
    height: auto;
  }
  #header .header-slider__offer {
    display: none;
  }
  #header .header-slider__btn {
    display: none;
  }
  #header .header-slider__inner {
    max-height: 300px !important;
    min-height: 0;
  }
  #header .header-form__inner {
    display: none;
  }
  #footer .footer__item1 {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 2px solid #3e4c5a;
    margin-bottom: 30px;
  }
  #footer .footer__hr {
    display: none;
  }
  #footer .footer__btn-callback-link {
    display: inline-block;
  }
  .section-company__col-img {
    display: none;
  }
  #sidebar {
    display: none;
  }
  .catalog-detail__status-box {
    margin-top: 30px;
  }
  .header-callback__messenger {
    margin-bottom: 30px;
  }
  #header .header-callback__messenger ul {
    margin-right: 0;
    justify-content: center;
    gap: 10px;
  }
  #header .header-callback__messenger ul li {
    padding-left: 0;
  }
  #header .header-callback__messenger a {
    font-size: 2em;
  }
  #header .header-callback__messenger a img {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 767px) {
  .section-projects-list,
  .section-services,
  .section-projects,
  .section-company,
  .section-partners,
  .section-portfolio,
  .section-advantage,
  .section-review,
  .section-news {
    margin-bottom: 50px;
  }
  .wrapper-main-page {
    padding: 50px 0;
  }
  .wrapper {
    padding: 50px 0;
  }
  .portfolio-detai__img {
    margin-bottom: 30px;
  }
  .portfolio-projects-list__img {
    margin-bottom: 30px;
  }
  .services-view-list__text {
    padding: 20px 0 0 0;
  }
  #footer .footer {
    text-align: center;
  }
  #footer .footer__item1 {
    display: block;
    justify-content: space-between;
    padding-top: 0;
    border-top: none;
    margin-bottom: 0;
  }
  #footer .footer__hr {
    display: block;
  }
  #footer .footer__btn-callback-link {
    display: inline-block;
  }
  #footer .footer__menu-title:after {
    margin: 20px auto;
  }
  #footer .footer__copyright {
    margin-bottom: 20px;
  }
  #footer .footer__social ul {
    justify-content: center;
  }
  #footer .footer__metrics {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .wrapper {
    padding: 30px 0;
  }
  .catalog-section__view {
    display: none;
  }
  .catalog-links__text {
    margin-bottom: 30px;
  }
  .content-box h1 {
    font-size: 1.8em;
    line-height: 1.1;
  }
}

/* End */


/* Start:/bitrix/templates/gvozdevsoft_remontgs_s1/css/color.css?16511490563371*/
/* color_17 */

/* main */
a {color: #0088cc;}
.content-box th {background: #0088cc;}
.section-slider .owl-prev,.section-slider .owl-next {background: #0088cc !important;}
.btn-link {background: #0088cc;}
.btn-button {background: #0088cc;}
#header .header-slider__square {background: #0088cc;}
.hdslide_home {background-color: #0088cc;}
#projects-filter .projects-filter__line-v {background: #0088cc;}
#projects-filter .projects-filter__checkbox input[type=checkbox]:checked + .checkbox-text:after {background-color: #0088cc;}
#projects-filter .projects-filter__popup a {color: #0088cc;}
.section-calc__itog {color: #0088cc;}
.section-calc__btn-form {background: #0088cc;}
.section-review__btn-focus {background: #0088cc;}
/* top menu */
#header .hdtopmenu ul li:hover {background-color: #0088cc !important;}
.menu-line #flvmenu > ul > li:hover:before, .menu-line #flvmenu > ul > li.root-item-selected:before, .menu-line #flvmenu > ul > li.item-selected:before {background-color: #0088cc;}
/* sidebar */
.calc-fix__zamer-icon, .calc-fix__calc-icon  {background: #0088cc;}
#section_element_menu ul.menu-element-list-active2 a.item-selected {color: #0088cc !important;}
#section_element_menu ul#vertical-multilevel-menu > li.menu-section-active2 > a {background: #0088cc !important;}
#section_element_menu ul#vertical-multilevel-menu > li.menu-section-drive-active > a {background: #0088cc !important;}
#section_element_menu ul#vertical-multilevel-menu li a:hover {background: #0088cc !important;}
/* content */
.form-popup-measure__text ul li:before  {color: #0088cc;}
#calc .calc_block h3 {background-color:#0088cc;}
.tabs>ul.tabs2>li.active, .tabs>ul.tabs2>li.active:hover, .tabs>ul.tabs2>li:hover {border-color: #0088cc; color: #0088cc;}
.accordion .active_block .title_block {background: #0088cc;}
.accordion .active_block .title_block, .accordion .title_block, .accordion .title_block:hover {background-color: #0088cc;}
.services-news-list__title-link {color: #0088cc;}
.link_back .fa {background: #0088cc;}
.contacts .fa {color: #0088cc;}
.prais_print a {background: #0088cc;}
.index_plus .fa {color: #0088cc;}
.section-tariff .section-tariff__work ul li:before {color: #0088cc;}
.section-tariff__link-link {background: #0088cc;}
/* sidebar */
#sidebar .link_all a {background: #0088cc;}
#sidebar_calc .bg {background: #0088cc;}
/* catalog */
.catalog-links__link-link {border-color:#0088cc; color:#0088cc;}
.catalog-links__link-link:hover {background-color:#0088cc;}
.catalog-cart-link-count {background-color:#0088cc;}
/* new */
.section-repair__element:before {color: #0088cc;}
.section-repair__link-link {background: #0088cc;}
.form-measure__text ul li:before {color: #0088cc;} 
.section-link-all-center {border-color:#0088cc;}
#sidebar_prais .block .fa {color: #0088cc;}
/*filter*/
#catalog-filter .catalog-filter__line-v {background-color: #0088cc;}
#catalog-filter .catalog-filter__checkbox input[type=checkbox]:checked + .checkbox-text:after {background-color: #0088cc;}
.bx_filter .bx_filter_popup_result.left, .bx_filter .bx_filter_popup_result.right {background-color: #0088cc;}
.bx_filter .bx_filter_popup_result.right:before {border-right-color: #0088cc;}

/* hover button */
.btn-link:hover {background: #0081c2;}
.btn-button:hover {background: #0081c2;}
.section-slider .owl-prev:hover,.section-slider .owl-next:hover {background: #0081c2 !important;}
/* End */


/* Start:/bitrix/templates/gvozdevsoft_remontgs_s1/components/bitrix/menu/hdtopmenu/style.css?16508845851503*/
/* menu */

#header .hdtopmenu {
	display: block;
	position: relative;
	float: left;
	width: 45px;
	height: 45px;
	margin-top: 2px;
	margin-right: 3%;
	border-radius: 50%;
	background-color: #f7f7f7;
}

#header .hdtopmenu nav ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}

#header .hdtopmenu nav ul li ul {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
}

#header .hdtopmenu ul {
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.137);
	z-index: 9999;
}

#header .hdtopmenu ul li {
	width: 200px;
	position: relative;
}

#header .hdtopmenu ul li a {
	display: block;
	padding: 15px 5px 15px 20px;
	color: #000;
	font-size: 0.9em;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	}

#header .hdtopmenu ul li:hover {
	background-color: #cc0000;
}

#header .hdtopmenu ul li:hover > a {
	color: #fff;
}

#header .hdmname {
	padding-top: 10px;
	padding-left: 35px;
	font-size: 1em;
	text-transform: uppercase;
	cursor: pointer;
}

#header .hdtopmenu:hover nav > ul {
	display: block;
}

#header .hdtopmenu nav > ul li:hover ul {
	display: block;
}

#header .hdmname::before {
	position: absolute;
	font: 1.25em FontAwesome;
	content: "\f0c9";
	top: 13px;
	left: 14px;
	color: #000;
}

#header .head_slide .hdtopmenu .fa {
	position: absolute;
	font-size: 1em;
	color: #000;
	top: 8px;
	right: 15px;
}

#header .hdtopmenu nav > ul li:hover .fa {
	color: #fff;
}

/* End */


/* Start:/bitrix/templates/gvozdevsoft_remontgs_s1/components/bitrix/menu/top/style.css?1650884585581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/gvozdevsoft_remontgs_s1/components/bitrix/menu/top/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/bitrix/templates/gvozdevsoft_remontgs_s1/styles.css?17634127545438*/
.calc h3{
    width: 250px;
}
.calc .photo_mm,
.calc .pods_mm,
.calc .line_mm{
    display: none;
}
.calc .photo_mm.active,
.calc .pods_mm.active,
.calc .line_mm.active{
    display: block;
}
.calc .pl_mm_text,
.calc .pods_mm_text,
.calc .line_mm_text,
.calc .photo_mm_text{
    padding: 7px;
    width: 100%;
    font-size: 1em;
    border: 2px solid #fdb418;
    border-radius: 4px;
    background: #fff;
    margin: 15px 0;
}
.calc .top .line:after,
.calc .top .pods:after,
.calc .top .photo:after{
    opacity: 0!important;
}
.calc .top .pods.active:after,
.calc .top .line.active:after,
.calc .top .photo.active:after{
    opacity: 1!important;
}
.calc .top ul{
    margin: 10px 0;
}
.calc .q1 #amount_1,
.calc .q1 #amount_2,
.calc .q1 #amount_3,
.calc .q1 #amount_4,
.calc .q1 #amount_5,
.calc .q1 #amount_6{
    background-color: #f7f7f7;
    border: 0!important;
    width: 30px;
}
.calc #slider_1,
.calc #slider_2,
.calc #slider_3,
.calc #slider_4,
.calc #slider_5,
.calc #slider_6{
    margin: 20px 10px;
}
.calc_rezultat_price{
    background: #0088cc;
    color: #ffffff;
    width: fit-content;
    padding: 15px 20px;
    text-transform: uppercase;
    border-radius: 0 7px 0 7px;
    margin-top: 40px;
    margin-bottom: 20px;
    cursor: pointer;
}
.calc .price-calc{
    font-size: 26px;
}
.calc .ui-slider .terwy{
    padding-top: 7px;
    color: #f6931f;
    display: flex;
    justify-content: center;
}
.calc .ui-slider-handle{
    width: 30px!important;
    height: 30px!important;
    top: -10px!important;
}
.calc ul li{
    margin: 0!important;
}
.calc ul li p{
    width: 100%;
    white-space: nowrap;
    margin-top: 12px;
    margin-right: 10px;
}
.calc .ul-polz{
    display: flex;
}
.calc .ul-polz #slider_1,
.calc .ul-polz #slider_2,
.calc .ul-polz #slider_3,
.calc .ul-polz #slider_4,
.calc .ul-polz #slider_5,
.calc .ul-polz #slider_6{
    width: 100%;
}
.calc .pl-ul{
    display: flex;
}
.calc .pl-li #calc2_otdelka_polotno{
    width: 75%;
    margin-top: 3px;
}
.calc .pl-li{
    width: 75%;
}
.calc .pl-li .pl_mm_text{
    margin-top: 6px;
}
.calc .top ul li{
    display: flex;
}
.calc .top ul li .pods,
.calc .top ul li .photo{
    margin-top: 23px;
    margin-right: 5px;
    white-space: nowrap;
}
.calc .top ul li .photo_mm,
.calc .top ul li .pods_mm{
    width: 100%;
    margin-right: 20px;
}
.calc .top ul{
    margin-top: 0;
}
.calc .top ul:first-child{
    margin-bottom: 0;
}
.calc .photo_dv{
    display: none;
}
.calc .photo_dv .photo_dv_text{
    padding: 7px;
    width: 100%;
    font-size: 1em;
    border: 2px solid #fdb418;
    border-radius: 4px;
    background: #fff;
    margin-top: 15px;
}
.calc .left-name-calc{
    width: 200px;
}
.calc .left-name-calc-2{
    width: 185px;
}
.calc .left-name-calc-3{
    width: 230px;
}
.section-calc__box-otdelka.td{
    display: flex;
}
.section-calc__box-otdelka.td .section-calc__box-radio{
    margin-right: 20px;
    display: flex;
    margin-bottom: 40px;
}
.kosm_dv_text,.novostroy_dv_text,.vtorichka_dv_text{
    width: 54px;
    height: 50px;
    padding: 0 10px;
    margin-right: 10px;
    font-size: 1.5em;
    border: none;
    border-radius: 4px;
    margin-top: -17px;
    margin-left: 20px;
    display: none;
}
.kosm_dv_text.active,.novostroy_dv_text.active,.vtorichka_dv_text.active{
    display: block;
}
.td .section-calc__box-radio:first-child{
    width: 284px;
}
.section-calc__box-left{
    font-size: 14px;
}
.container .section-calc__box-left .section-calc__box-radio .kap_2:after{
     opacity: 0 !important;
 }
.container .section-calc__box-left .section-calc__box-radio .kap_2.active:after{
    opacity: 1 !important;
}
.container .section-calc__box-left .section-calc__box-radio .kap_3:after{
    opacity: 0 !important;
}
.container .section-calc__box-left .section-calc__box-radio .kap_3.active:after{
    opacity: 1 !important;
}
.novostroy_dv,.vtorichka_dv,.kosm_dv{
    position: relative;
}
.kosm_dv_text,.novostroy_dv_text,.vtorichka_dv_text{
    position: absolute;
}
.pp-dv{
    position: absolute;
    right: -110px;
    display: none;
    top: 0;
}
.at_nv.active,
.at_bv.active{
    display: block;
}
.section-calc__box-otdelka.td .ters .vtorichka_dv .vtorichka_dv_text {
    margin-left: 35px;
}
.section-calc__box-otdelka.td .ters .vtorichka_dv .pp-dv.at_bv {
    margin-right: -20px;
}
.novostroy_dv_text .pp-dv.at_nv{
    margin-right: -5px;
}
@media (max-width: 1200px) {
    .section-calc__box-otdelka.td .section-calc__box-radio{
        display: block;
        margin-bottom: 20px;
    }
    .kosm_dv_text, .novostroy_dv_text, .vtorichka_dv_text{
        margin-top: 20px;
        margin-left: 0;
    }
    .kosm_dv_text,.novostroy_dv_text,.vtorichka_dv_text{
        position: initial;
    }
    .pp-dv{
        right: 75px;
        display: none;
        top: 17px;
        left: 70px;
    }
    .section-calc__box-otdelka.td .ters .vtorichka_dv .vtorichka_dv_text {
        margin-left: 0;
    }
}
@media (max-width: 768px) {
    .calc .left-name-calc{
        width: 240px;
    }
}
@media (max-width: 500px) {
    .calc .ul-polz{
        display: block;
    }
    .calc .pl-ul{
        display: block;
    }
    .calc #calc2_otdelka_polotno{
        width: 100%;
        max-width: 100%;
    }
    .calc .top ul li{
        display: block;
    }
    .section-calc__box-otdelka.td{
        display: block;
    }
    .td .section-calc__box-radio:first-child{
        width: auto;
    }

}

/* End */
/* /bitrix/templates/gvozdevsoft_remontgs_s1/css/template.css?176797169413280 */
/* /bitrix/templates/gvozdevsoft_remontgs_s1/css/mainpage.css?16508845858951 */
/* /bitrix/templates/gvozdevsoft_remontgs_s1/css/content.css?165175645217302 */
/* /bitrix/templates/gvozdevsoft_remontgs_s1/css/catalog.css?165088458515969 */
/* /bitrix/templates/gvozdevsoft_remontgs_s1/css/sidebar.css?16508845853992 */
/* /bitrix/templates/gvozdevsoft_remontgs_s1/css/feedback.css?166515035920330 */
/* /lib/calc/css/calc.css?16508845895885 */
/* /bitrix/templates/gvozdevsoft_remontgs_s1/css/personal.css?16508845858834 */
/* /bitrix/templates/gvozdevsoft_remontgs_s1/css/customer.css?17634130633045 */
/* /bitrix/templates/gvozdevsoft_remontgs_s1/lib/flmenu/flmenu.css?17531719855420 */
/* /bitrix/templates/gvozdevsoft_remontgs_s1/css/adaptive.css?17679725183636 */
/* /bitrix/templates/gvozdevsoft_remontgs_s1/css/color.css?16511490563371 */
/* /bitrix/templates/gvozdevsoft_remontgs_s1/components/bitrix/menu/hdtopmenu/style.css?16508845851503 */
/* /bitrix/templates/gvozdevsoft_remontgs_s1/components/bitrix/menu/top/style.css?1650884585581 */
/* /bitrix/templates/gvozdevsoft_remontgs_s1/styles.css?17634127545438 */
