@font-face {
  font-family: "GothamPro";
  src: url("fonts/GothamProRegular.woff2");
  src: url("fonts/GothamProRegular.eot") format("embedded-opentype"),
    url("fonts/GothamProRegular.woff2") format("woff2"),
    url("fonts/GothamProRegular.woff") format("woff"),
    url("fonts/GothamProRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GothamPro";
  src: url("fonts/GothamProBold.woff2");
  src: url("fonts/GothamProBold.eot") format("embedded-opentype"),
    url("fonts/GothamProBold.woff2") format("woff2"),
    url("fonts/GothamProBold.woff") format("woff"),
    url("fonts/GothamProBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "stolzl";
  src: url("fonts/stolzl-webfont.woff2");
  src: url("fonts/stolzl-webfont.eot") format("embedded-opentype"),
    url("fonts/stolzl-webfont.woff2") format("woff2"),
    url("fonts/stolzl-webfont.woff") format("woff"),
    url("fonts/stolzl-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/************************* reset CSS *************************/

html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  min-height: 100vh;
}
body {
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  position: relative;
  margin: 0;
  padding: 0;
  color: #003C5A;
  background: #fff;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
  font-family: "GothamPro", Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
p,
ul,
li,
a,
span,
div,
input,
textarea,
select,
form,
fieldset,
button,
dl,
dd,
dt,
figure,
figcaption,
blockquote,
caption,
aside,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}
img {
  margin: 0;
  padding: 0;
  border-style: none;
  vertical-align: middle;
}
input,
textarea,
select,
button {
  font-weight: 400;
  font-family: "GothamPro", Arial, Helvetica, sans-serif;
  vertical-align: middle;
  border: 0;
  outline: 0;
  background: none;
}
a:hover {
  text-decoration: none;
  transition: all 0.3s linear;
}
ul li {
  list-style: none;
}
/************************* common styles *************************/
/* ---------------- scrollbar  ----------------*/
::-webkit-scrollbar {
  width: 14px;
}
::-webkit-scrollbar-track {
  background-color: #fff;
  border-left: 1px solid rgba(151, 151, 151, 0.4);
}
::-webkit-scrollbar-thumb {
  background-color: #003C5A;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #cc2129;
}
/* ---------------- //scrollbar  ----------------*/
/* ---------------- holder  ----------------*/
.holder {
  max-width: 98vw;
  padding: 0 20px;
  margin: 0 auto;
}
.holder:after {
  display: block;
  content: "";
  clear: both;
}
/* ---------------- //holder  ----------------*/
/* ---------------- h1-h4  ----------------*/
h1 {
  margin: 0 0 20px;
  font-size: 2rem;
  font-family: "stolzl";
  line-height: 2.25rem;
  text-transform: uppercase;
}
h2 {
  margin: 0 0 18px;
  font-size: 1.5rem;
  font-family: "stolzl";
  line-height: 1.875rem;
}
h3 {
  margin: 0 0 11px;
  font-size: 1.25rem;
  line-height: 1.625rem;
  text-transform: uppercase;
}
h4 {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
/* ---------------- // h1-h4  ----------------*/
p {
  margin: 0 0 26px;
}
p a,
.article li a {
  color: #cc2129;
}
.center {
  text-align: center;
}
.upper {
  text-transform: uppercase;
}
.button-holder {
  text-align: center;
}
.button-holder-main {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  text-align: center;
}
.button-holder-main-left {
  width: 25%;
  height: 80px;
  display: flex;
  justify-content: space-between;
}
.button-holder-main-right {
  width: 75%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.button-holder-main-right > .catalog-button {
  color: #003C5A;
  width: 50%;
  min-height: 40px;
  background-color: #fff;
  border: 1px solid #eee;
  text-decoration: none;
}
.button-holder-main-left > .catalog-button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #003C5A;
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(249, 236, 48) 0%,
    rgb(253, 245, 127) 100%
  );
  box-shadow: 0px 4px 13px 0px rgba(243, 231, 46, 0.38);
  width: 100%;
  height: 80px;
  border: 1px solid #eee;
  border-bottom: 2px solid #e4d829;
  text-decoration: none;
}
.button-holder-main-right > .catalog-button:hover {
  border: 1px solid #fff130;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s linear;
}
.button-holder-main-left > .catalog-button:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s linear;
}
.button-small {
  display: inline-block;
  padding: 8px 16px;
  color: #003C5A;
  font-size: 0.8125rem;
  font-weight: 700;
  text-align: center;
 
  text-decoration: none;
  text-transform: uppercase;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(249, 236, 48) 0%,
    rgb(253, 245, 127) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(249, 236, 48) 0%,
    rgb(253, 245, 127) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(249, 236, 48) 0%,
    rgb(253, 245, 127) 100%
  );
  box-shadow: 0px 2px 8px 0px rgba(243, 231, 46, 0.38);
  border-bottom: 2px solid #e4d829;
  border-radius: 10px/22px;
}

.button-small:hover {
  box-shadow: 0px 2px 8px 0px rgba(207, 197, 42, 0.88);
  border-bottom: 2px solid #ada421;
}
.button-small-consult {
  display: inline-block;
  padding: 8px 16px;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 13px/33px;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(204, 33, 41) 0%,
    rgb(151, 22, 28) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(204, 33, 41) 0%,
    rgb(151, 22, 28) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(204, 33, 41) 0%,
    rgb(151, 22, 28) 100%
  );
}
.button-small-consult:hover {
  box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, 0.25);
  background: #003C5A;
}

.button, .batton_2 {
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0 60px !important;
  color: #961E00;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #FFEB00;
  box-shadow: 0px 4px 13px 0px rgba(243, 231, 46, 0.38);
  border-bottom: 2px solid #e4d829;
  border-radius: 20px;
}
.batton_2 {
  color: #FFEB00;
  background: #961E00;
  border: 2px solid transparent;
}
.batton_2 svg {
  margin-right: 8px;
}
.button-holder .button, .bottom-about .batton_2 {
  margin: 0 auto;
}
.bottom-about .batton_2 {
  margin-bottom: 30px;
}
.button:hover, .batton_2:hover {
  box-shadow: 0px 4px 13px 0px rgba(207, 197, 42, 0.88);
  border-bottom: 2px solid #ada421;
}


/*.button {*/
/*  display: inline-block;*/
/*  padding: 11px 35px 13px;*/
/*  color: #003C5A;*/
/*  font-size: 0.8rem;*/
/*  font-weight: 700;*/
/*  letter-spacing: 1px;*/
/*  text-align: center;*/
/*  text-decoration: none;*/
/*  text-transform: uppercase;*/
/*  background-image: -moz-linear-gradient(*/
/*    90deg,*/
/*    rgb(249, 236, 48) 0%,*/
/*    rgb(253, 245, 127) 100%*/
/*  );*/
/*  background-image: -webkit-linear-gradient(*/
/*    90deg,*/
/*    rgb(249, 236, 48) 0%,*/
/*    rgb(253, 245, 127) 100%*/
/*  );*/
/*  background-image: -ms-linear-gradient(*/
/*    90deg,*/
/*    rgb(249, 236, 48) 0%,*/
/*    rgb(253, 245, 127) 100%*/
/*  );*/
/*  box-shadow: 0px 4px 13px 0px rgba(243, 231, 46, 0.38);*/
/*  border-bottom: 2px solid #e4d829;*/
/*  border-radius: 10px/27px;*/
/*}*/

/*.button:hover {*/
/*  box-shadow: 0px 4px 13px 0px rgba(207, 197, 42, 0.88);*/
/*  border-bottom: 2px solid #ada421;*/
/*}*/

.button-big {
  display: inline-block;
  padding: 25px 60px 23px;
  color: #003C5A;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(249, 236, 48) 0%,
    rgb(253, 245, 127) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(249, 236, 48) 0%,
    rgb(253, 245, 127) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(249, 236, 48) 0%,
    rgb(253, 245, 127) 100%
  );
  box-shadow: 0px 4px 13px 0px rgba(243, 231, 46, 0.38);
  border-bottom: 4px solid #e4d829;
  border-radius: 13px/33px;
  cursor: pointer;
  transition: 0.5s;
}

.wpcf7 .button-big {
  display: block;
  padding: 25px 0 23px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.catalog-button {
  display: inline-block;
  padding: 5px 10px;
  color: #003C5A;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.5s;
}
.wpcf7 .button-big2 {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  padding: 20px 28px;
  color: #003C5A;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(249, 236, 48) 0%,
    rgb(253, 245, 127) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(249, 236, 48) 0%,
    rgb(253, 245, 127) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(249, 236, 48) 0%,
    rgb(253, 245, 127) 100%
  );
  box-shadow: 0px 4px 13px 0px rgba(243, 231, 46, 0.38);
  border-bottom: 4px solid #e4d829;
  border-radius: 13px/33px;
  cursor: pointer;
  transition: 0.5s;
}
.top-line-button .button-big {
  padding: 9px 55px 12px;
}
.button-big-text {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
}
.button-big-phone {
  display: block;
  font-size: 1rem;
}
.button-big-phone span {
  font-size: 1.25rem;
}
/************************* form-block *************************/
.input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 0 5px;
  margin: 0 0 10px;
  color: #003C5A;
  font-size: 1rem;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.input:focus {
  border-bottom-color: #003C5A;
  transition: border-bottom-color 410ms ease;
}
.submit {
  display: inline-block;
  width: 100%;
  padding: 17px 20px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50px;
  background: #ff8b03;
  box-shadow: 0px 4px 7px 0px rgba(255, 139, 3, 0.3);
  transition: all 0.3s linear;
}
.submit:hover {
  background: #ec8206;
}
.submit-grey {
  padding: 16px 19px;
  color: #7a7a7a;
  background: #fff;
  box-shadow: none;
  border: 1px solid #eaeaea;
}
.submit-grey:hover {
  background: #eaeaea;
}
.submit span {
  position: relative;
}
::-webkit-input-placeholder {
  color: #7a7a7a;
}
:-moz-placeholder {
  color: #7a7a7a;
  opacity: 1;
}
::-moz-placeholder {
  color: #7a7a7a;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #7a7a7a;
}
.input.error,
.textarea.error {
  color: rgb(255, 86, 71);
  background-color: rgb(255, 206, 202);
}
label.error {
  position: absolute;
  left: -9999px;
}
.select-block {
  margin: 0 0 20px;
}

.wpcf7 {
  position: relative;
}

.wpcf7 input.wpcf7-text.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
  color: #003C5A;
  background-color: rgba(255, 206, 202, 0.7);
}

.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 .wpcf7-response-output {
  font-size: 12px;
  line-height: 14px;
  display: block;
  text-align: center;
  color: #000;
  padding: 0px !important;
  margin: 5px 0 0 0 !important;
  border: none !important;
  position: absolute;
  left: 5px;
  right: 5px;
  top: 100%;
}

.wpcf7 .ajax-loader {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 15px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  right: 0px;
  top: 0px;
}

.wpcf7 p.hide {
  display: none;
}

/************************* wrapper *************************/
#wrapper {
  position: relative;
  overflow: hidden;
}
.up {
  position: fixed;
  right: 2px;
  bottom: 2px;
  width: 42px;
  height: 42px;
  z-index: 200;
  background: #fff url(images/pink-arrow.svg) 50% 50% no-repeat;
  background-size: 22px;
  border: 1px solid #cc2129;
  transform: rotate(-90deg);
  opacity: 0;
}
.up:hover {
  background-color: #eaeeee;
}

.up.vis {
  opacity: 1;
}
/************************* header *************************/
.header {
  padding: 20px 0 0;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 20px;
}
.header-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 14px;
}
.edit .header-block {
  padding: 0 40px 14px;
}
.logo {
  text-decoration: none;
}

.logo .logo-img img {
  width: 176px;
  height: 76px;
}

.logo-text {
  color: #003C5A;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  text-align: center;
}
.header-city {
  padding: 0 0 0 36px;
  font-size: 0.8rem;
  line-height: 20px;
  background: url(./images/placeholder.png) 0 3px no-repeat;
}
.header-city b {
  display: block;
}
.header-text {
  font-size: 0.8rem;
  line-height: 20px;
}
.header-right {
  text-align: center;
}
.header-phone {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
}
.header-link {
  padding: 5px 0 0;
  font-size: 0.75rem;
  line-height: 18px;
  font-weight: 700;
}
.header-link a {
  display: inline-block;
  padding: 4px 8px;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 13px/33px;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(204, 33, 41) 0%,
    rgb(151, 22, 28) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(204, 33, 41) 0%,
    rgb(151, 22, 28) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(204, 33, 41) 0%,
    rgb(151, 22, 28) 100%
  );
  /* color: #cc2129;
  text-decoration: none;
  border-bottom: 1px dashed #cc2129; */
}
.header-link a:hover {
  box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, 0.25);
  background: #003C5A;
  /* border-bottom: 0; */
}
/************************* header-nav *************************/
.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 0 -30px;
  background-color: #eeeeee;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.25);
}
.header-catalog {
  position: relative;
  width: 200px;
  height: 60px;
  padding: 0 0 0 65px;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 60px;
  text-decoration: none;
  text-transform: uppercase;
  border-top-left-radius: 13px;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(204, 33, 41) 0%,
    rgb(151, 22, 28) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(204, 33, 41) 0%,
    rgb(151, 22, 28) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(204, 33, 41) 0%,
    rgb(151, 22, 28) 100%
  );
  box-shadow: -4px 4px 4px 0px rgba(143, 52, 52, 0.25);
}
.header-catalog-icon {
  position: absolute;
  top: 29px;
  left: 29px;
  width: 14px;
  height: 2px;
  background: #fff;
}
.header-catalog-icon:before,
.header-catalog-icon:after {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  width: 14px;
  height: 2px;
  background: #fff;
}
.header-catalog-icon:before {
  top: -5px;
}
.header-catalog-icon:after {
  top: 5px;
}
.header-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  /* padding: 0 45px 0 55px; */
  justify-content: space-evenly;
}
.header-nav-list li {
  position: relative;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
}
.header-nav-list a {
  color: #003C5A;
  text-decoration: none;
  transition: all 0.3s linear;
}
.header-nav-list a:hover,
.header-nav-list .active {
  color: #c72028;
}

.header-nav-list li.current-menu-item a {
  color: #c72028;
}

.header-nav-list li.current-menu-item.menu-item-465 a {
  color: #c72028;
  text-decoration: underline;
}

.mob-nav {
  display: none;
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #003C5A;
  text-decoration: none;
  transition: all 0.3s linear;
}
.mob-nav:hover {
  color: #c72028;
}
.header-webs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 35px 0 0;
}
.header-webs a {
  margin: 0 17px 0 0;
}
.header-webs a:last-child {
  margin: 0;
}
.header-webs svg {
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
.header-webs a path {
  fill: #003C5A;
  transition: all 0.3s linear;
}
.header-webs a ellipse {
  fill: #003C5A;
}

.header-webs a:hover path {
  fill: #c72028;
}

.mob-nav-icon {
  display: none;
  padding: 0 0 8px;
}
.mob-nav-block {
  position: relative;
  display: block;
  width: 16px;
  height: 1px;
  margin: 7px 4px 0 0;
  background: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mob-nav-block:after {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 20px;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mob-nav-block:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mob-nav-icon.active .mob-nav-block {
  background: none;
}
.mob-nav-icon.active .mob-nav-block:before {
  top: 0;
  transform: rotate(45deg);
  background: #000;
}
.mob-nav-icon.active .mob-nav-block:after {
  top: 0;
  transform: rotate(-45deg);
  background: #000;
}

/************************* main page *************************/

/************************* inner page *************************/
/************************* breadcrumbs *************************/

.title {
  margin: 0 0 20px;
  font-size: 2rem;
  font-family: "stolzl";
  line-height: 36px;
  text-transform: uppercase;
}

.breadcrumbs {
  padding: 0 0 10px;
  font-size: 0.8rem;
  line-height: 20px;
}

.breadcrumbs li {
  display: inline-block;
  vertical-align: top;
}

.breadcrumbs li:before {
  display: inline-block;
  content: "/";
  margin: 0 5px;
}

.breadcrumbs li:first-child:before {
  display: none;
}

.breadcrumbs a {
  color: #003C5A;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

/************************* gallery page *************************/
/************************* top-line *************************/
.top-line {
  display: none;
  padding: 57px 0 15px;
  background: #003C5A; /*url(./images/top-bg.jpg) 50% 50% no-repeat;*/
  background-size: cover;
}
.top-line-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-line-title {
  margin: 0 0 20px;
  padding: 10px 0 0;
  color: #fff;
  font-size: 2.2rem;
  font-family: "stolzl";
  line-height: 48px;
  text-transform: uppercase;
}
.top-line-button {
  margin: 0 65px 0 0;
}
.top-line-button .button-big {
  padding: 9px 55px 12px;
}
.top-line-fixed {
  position: fixed;
  top: -250px;
  left: 0;
  right: 0;
  z-index: 30;
  padding: 20px 0 20px;
  transition: all 0.5s ease;
}
.top-line-fixed.fixed {
  top: 0;
}
/************************* gallery-section *************************/
.gallery-section {
  padding: 50px 0 35px;
}
.section-white {
  background: #fff;
}
.gallery-slider {
  margin: 0 -10px 20px;
}
.gallery-slide {
  padding: 0 10px;
}
.gallery-slide > a {
  display: block;
  overflow: hidden;
  position: relative;
}
.gallery-slide > a:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  border: 2px solid #fff130;
  transition: all 0.3s linear;
  opacity: 0;
}
.gallery-slide > a:hover:after {
  opacity: 1;
}

.gallery-slide > a::before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: url("images/watermark.png") no-repeat center center;
  z-index: 3;
  background-size: 55% auto;
  opacity: 0.6;
  display: none;
}

.gallery-slide img {
  width: 100%;
  transition: all 0.3s linear;
}
.gallery-slide > a:hover img {
  transform: scale(1.05);
}
.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  cursor: pointer;
  color: #003C5A;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(249, 236, 48) 0%,
    rgb(253, 245, 127) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(249, 236, 48) 0%,
    rgb(253, 245, 127) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(249, 236, 48) 0%,
    rgb(253, 245, 127) 100%
  );
  box-shadow: 0px 4px 13px 0px rgba(85, 85, 85, 0.38);
}
.slick-prev {
  left: -6px;
}
.slick-next {
  right: -6px;
}
/************************* text page *************************/
/************************* article *************************/
.main {
  padding: 20px 0 20px;
}
.article {
  padding: 0 0 16px;
  min-height: 40vh;
}
.article-img-section {
  overflow: hidden;
}
.article-img {
  display: block;
  margin: 0 0 26px;
  position: relative;
}

.article-img::before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: url("images/watermark.png") no-repeat center center;
  z-index: 3;
  background-size: 55% auto;
  opacity: 0.6;
  display: none;
}

.article-img-left {
  float: left;
  margin: 0 30px 26px 0;
}
.article-img-right {
  float: right;
  margin: 0 0 26px 30px;
}
.article-note {
  color: #b11b23;
  font-size: 1.5rem;
  line-height: 30px;
}
.article-note strong {
  color: #003C5A;
  font-size: 1.25rem;
}
/************************* advice page *************************/
/************************* article-list *************************/
.article-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.article-item {
  overflow: hidden;
  width: calc((100% - 90px) / 4);
  margin: 0 30px 30px 0;
  border-radius: 15px;
  background: #961E00;
  text-decoration: none;
  transition: .2s filter;
}
.article-item:hover  .article-item-img:before {
  opacity: 1;
}
.article-item:hover {
  filter: drop-shadow(0px 10px 20px #ADB8C0);
}
.article-item:hover .link {
  color: #FEF8B5;
}
.article-item:nth-child(4n + 4) {
  margin-right: 0;
}
.article-item-content {
  display: block;
  position: relative;
  padding: 20px;
  min-height: 130px;
  z-index: 1;
}
.article-item-content::after {
  width: 63px !important;
  z-index: -1 !important;
}
.article-item-img {
  height: 300px;
  display: block;
  position: relative;
}
.article-item-img:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: #FFEB00;
  opacity: 0;
  transition: .2s opacity;
}
.article-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-item-title {
  display: block;
  color: #fff;
  font-size: 20px;

  line-height: 24px;
  margin-bottom: 15px;
}
.article-item-link {
  font-size: 16px;
}
.article-item-link a, .article-item-link .link {
  color: #f9ec31;
  transition: .2s color;
  text-decoration: underline;
}
.white-section {
  padding: 20px 0 20px;
  background: #fff;
}
.bottom-gallery.bottom-gallery-top {
  padding: 10px 0 22px;
}
/************************* category page *************************/
/************************* catalog *************************/
.catalog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog .catalog-item {
  width: calc(25% - 4px);
  margin: 2px;
  text-decoration: none;
}
.catalog .catalog-item:nth-child (3n + 1) {
  margin: 0;
}
.catalog-item {
  display: block;
  padding: 12px 24px;
  background-color: rgb(255, 255, 255);
  border: 1px solid #efefef;
  transition: all 0.3s linear;
  border-radius: 5px;
  text-decoration: none;
}
.catalog-item:hover {
  border: 1px solid #fff130;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.catalog-img {
  position: relative;
  height: 250px;
  display: block;
  line-height: 250px;
  margin: 0 0 10px;
  text-align: center;
}

.catalog-img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
  position: relative;
}

.catalog-img::before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: url("images/watermark.png") no-repeat center center;
  z-index: 3;
  background-size: 55% auto;
  opacity: 0.6;
  /* display: none; */
}

.catalog-label {
  position: absolute;
  top: 0;
  right: 0;
  /*width: 50px;*/
  padding: 0 8px;
  height: 20px;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 20px;
  text-align: center;
  background: #2cb474;
  border-radius: 0 3px 3px 0;
}
.catalog-label:before {
  position: absolute;
  top: 0;
  left: -8px;
  display: block;
  content: "";
  border-right: 8px solid #2cb474;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.label-discount {
  background: rgb(204, 33, 41);
}
.label-discount:before {
  border-right: 8px solid rgb(204, 33, 41);
}
.catalog-title {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
  height: 3.7rem;
}
.catalog-title {
  color: #003C5A;
  text-decoration: none;
}
.catalog-title:hover {
  color: #b11b23;
}
.catalog-text {
  display: none;
  padding: 0 0 2px;
  color: #bebebe;
  font-size: 0.8rem;
  line-height: 20px;
}
.catalog-text b {
  color: #003C5A;
}
.catalog-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-price {
  padding: 5px 0;
}
.catalog-price-new {
  display: block;
  vertical-align: top;
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #003C5A;
}
.catalog-price-old {
  display: inline-block;
  vertical-align: top;
  color: #727171;
  text-decoration: line-through;
}
/************************* servises page *************************/
/************************* serv-block *************************/
.serv-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 45px;
}
.serv-img {
  width: 43.5%;
}
.serv-img img {
  width: 100%;
  -webkit-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.05);
}
.serv-content {
  width: 51.5%;
}

.serv-content ul {
  padding: 0 0 10px 16px;
}

.serv-content ul li {
  list-style: disc;
}

.serv-item .button-big {
  padding: 14px 60px 16px;
  margin-top: 25px;
}

.serv-note {
  margin: 0 0 33px;
}

.serv-block .gallery-slider {
  margin: 0 -10px 20px;
}

/************************* catalog-slider *************************/
.bottom-catalog {
  padding: 0 0 10px;
}
.catalog-slider {
  margin: -10px -8px 0px;
}
.catalog-slide {
  padding: 10px 8px 10px;
}
.catalog-slider .catalog-item:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.slick-slide .catalog-img img {
  display: inline-block;
}
.gallery-name {
  padding: 3px 0 0;
  font-size: 1rem;
  font-weight: 700;
  font-family: "stolzl";
}
.gallery-name a {
  display: inline;
  color: #003C5A;
  text-decoration: none;
}
.gallery-name a:hover {
  color: #b11b23;
}
/************************* actions page *************************/
/************************* actions-list *************************/
.actions-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.actions-list-item {
  width: 48.5%;
  margin: 0 0 48px 3%;
}
.actions-list-item:nth-child(2n + 1) {
  margin: 0 0 48px;
}
.actions-list-img {
  margin: 0 0 24px;
  -webkit-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.05);
}
.actions-list-img img {
  width: 100%;
}
.actions-list-text {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "stolzl";
}

.actions-list-text a {
  text-decoration: none;
  color: #003C5A;
}

/************************* catalog page *************************/
/************************* top-line-big *************************/
table th {
  font-size: 1rem;
  padding: 1px 4px;
  background-color: #f0f0f0;
  color: #003C5A;
}
table tr {
  vertical-align: middle;
  text-align: center;
  font-size: 1rem;
  background-color: #f0f0f0;
  color: #003C5A;
}
.hover_Row {
  color: #fff;
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(204, 33, 41) 0%,
    rgb(151, 22, 28) 100%
  );
  cursor: pointer;
}
.clicked_Row {
  color: #fff;
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(204, 33, 41) 0%,
    rgb(151, 22, 28) 100%
  );
  cursor: pointer;
}
.button-sizes {
  display: inline-block;
  padding: 8px 16px;
  color: #003C5A;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(249, 236, 48) 0%,
    rgb(253, 245, 127) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(249, 236, 48) 0%,
    rgb(253, 245, 127) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(249, 236, 48) 0%,
    rgb(253, 245, 127) 100%
  );
  box-shadow: 0px 2px 8px 0px rgba(243, 231, 46, 0.38);
  border-bottom: 2px solid #fff;
  border-radius: 10px/22px;
}
.button-sizes:hover {
  border-bottom: 2px solid #e4d829;
}
/************************* catalog page > catalog *************************/
.main-catalog-with-sidebar,
.main-gallery-with-sidebar {
  margin: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
/************************* catalog page > gallery *************************/
.main-gallery-with-sidebar {
  margin: 0;
  display: flex;
  flex-direction: row;
}
/************************* catalog page > sidebar *************************/
.sidebar-catalog,
.sidebar-catalog-category {
  display: block;
  width: 25%;
  height: fit-content;
  background: #eeeeee;
  border-radius: 5px;
  box-shadow: 0px 20px 36px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}

.sidebar-gallery,
.sidebar-gallery-category {
  display: block;
  width: 25%;
  height: fit-content;
  min-height: 402px;
  background: #eeeeee;
  margin: 0 4px 0 0;
  border-radius: 5px;
  box-shadow: 0px 20px 36px 0px rgba(0, 0, 0, 0.2);
  min-width: 278px;
}
.sidebar-gallery-get input,
.sidebar-gallery-get a {
  display: block;
  color: #003C5A;
  font-size: 1.0625rem;
  font-weight: 700;
  margin: 18px 44px;
  padding: 0;
  cursor: pointer;
}
.sidebar-gallery-get input:hover,
.sidebar-gallery-get a:hover {
  text-decoration: underline;
}

#menu-sajdbar-katalog {
  list-style-type: none;
  font-size: 1.0625rem;
  margin: 12px;
  padding: 0;
  display: block;
  position: relative;
}
#menu-sajdbar-nashi-raboty {
  list-style-type: none;
  font-size: 1.0625rem;
  margin: 12px;
  padding: 0;
  display: block;
  position: relative;
}
#menu-sajdbar-katalog li,
#menu-sajdbar-nashi-raboty li {
  margin: 10px 10px;
  padding: 0;
}
#menu-sajdbar-katalog li > a {
  text-decoration: none;
  color: #003C5A;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

#menu-sajdbar-nashi-raboty li > a {
  text-decoration: none;
  color: #003C5A;
  font-weight: 700;
  position: relative;
}
#menu-sajdbar-katalog li > a:hover,
#menu-sajdbar-katalog li.current-menu-item > a,
#menu-sajdbar-nashi-raboty li > a:hover,
#menu-sajdbar-nashi-raboty li.current-menu-item > a,
#menu-catalog li.current-menu-item > a {
  text-decoration: none;
  color: rgb(151, 22, 28);
}
#menu-sajdbar-katalog li > a:hover:before,
#menu-sajdbar-katalog li.current-menu-item > a:before,
#menu-sajdbar-nashi-raboty li > a:hover:before,
#menu-sajdbar-nashi-raboty li.current-menu-item > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -22px;
  width: 2px;
  height: 100%;
  background-color: rgb(151, 22, 28);
}
#menu-sajdbar-katalog .sub-menu {
  margin: 0;
}
#menu-sajdbar-katalog .sub-menu > li {
  margin: 0;
}
#menu-sajdbar-katalog .sub-menu > li > a {
  font-weight: 400;
  text-transform: none;
}
.main-catalog-wrapper {
  width: 75%;
}
.main-catalog-wrapper .main-catalog-single {
  width: 100%;
}
.main-catalog-single {
  width: 75%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4px;
  height: fit-content;
  margin: 0;
}
.catalog-item2 {
  width: 100%;
  margin: 0px;
  padding: 12px 24px;
  background-color: rgb(255, 255, 255);
  border: 1px solid #efefef;
  transition: all 0.3s linear;
  border-radius: 5px;
  text-decoration: none;
}
.catalog-item2:hover {
  border: 1px solid #fff130;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.main-gallery-single {
  width: 75%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2px;
}
.gallery-item2 {
  padding: 0;
  background-color: rgb(255, 255, 255);
}

.gallery-item2 img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top;
  padding: 0;
}

.top-line-big {
  padding: 67px 0 20px;
  background: #003C5A url(./images/top-bg2.png) 50% 50% no-repeat;
  background-size: cover;
}
.top-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}
.top-action-left {
  flex: 1;
  position: relative;
  padding: 0 50px 0 0;
}
.top-action-left:after {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  content: "";
  width: 137px;
  height: 189px;
  margin-top: -85px;
  background: url(./images/top-img.png) 0 0 no-repeat;
}
.top-action-title {
  margin: 0 0 13px;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "stolzl";
  line-height: 48px;
  text-transform: uppercase;
}
.top-action-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 0 80px;
}
.top-action-item {
  margin: 0 65px 0 0;
}
.top-action-item:last-child {
  margin: 0;
}
.top-action-big {
  margin: 0 0 5px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 48px;
}
.top-action-text {
  font-size: 1.125rem;
  line-height: 24px;
}
.top-action-right {
  width: 320px;
  min-width: 320px;
  padding: 19px 0 0;
  text-align: center;
}
.top-action-right-text {
  margin: 0 0 13px;
  font-size: 0.8rem;
  line-height: 18px;
}
/************************* catalog-section *************************/
.catalog-section {
  padding: 60px 0 45px;
}

/************************* additional *************************/

.additional {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0 0 32px;
}

.additional-item {
  width: 33.33%;
  padding: 0 8px;
  margin: 0 0 16px;
}

.additional-inner {
  height: 100%;
  padding: 25px 10px 10px;
  border: 1px solid #f2f2f2;
  transition: all 0.3s linear;
  color: #000;
  text-decoration: none;
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.additional-inner:hover {
  border: 1px solid #fff130;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.additional-img {
  height: 247px;
  width: 100%;
  line-height: 247px;
  margin: 0 0 23px;
  text-align: center;
  display: block;
  box-sizing: border-box;
}

.additional-img img {
  height: 100%;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}

.additional-text {
  padding: 0 10px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.additional-text a {
  color: #000;
  text-decoration: none;
}
.additional-text a:hover {
  color: #b11b23;
}
/************************* product page *************************/
/************************* product *************************/
.product-material {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}
.product-materials-item {
  display: inline-block;
  padding: 10px;
  text-align: center;
  font-size: 0.85rem;
  line-height: 17px;
  font-weight: normal;
  width: 120px;
  height: auto;
  vertical-align: top;
  justify-content: space-between;
}
.product-materials-item img {
  width: 98px;
  height: 98px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #eeeeee;
  padding: 5px;
  margin-bottom: 5px;
}

.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 20px 20px;
  margin: 0 0 20px;
  background: #fff;
  border: 1px solid #eeeeee;
}

.product-photo {
  width: 340px;
  min-width: 340px;
}

.product-photo-big {
  position: relative;
  display: block;
  height: 280px;
  line-height: 280px;
  margin: 0 0 18px;
  text-align: center;
}

.product-photo-big::before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: url("images/watermark.png") no-repeat center center;
  z-index: 3;
  background-size: 75% auto;
  opacity: 0.6;
}

.product-photo-big img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.product-photo-min {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2px;
  overflow: hidden;
}
.product-photo-min a {
  position: relative;
}
.product-photo-min a > img {
  width: 82px;
  height: 94px;
  overflow: hidden;
  object-fit: cover;
}
.product-photo-min a::before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: url("images/watermark.png") no-repeat center center;
  z-index: 3;
  background-size: 75% auto;
  opacity: 0.6;
}

.product-photo-min img {
  width: 100%;
}
.product-description {
  flex: 1;
  padding: 10px 0 0 60px;
}
.product-description-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.product-content {
  flex: 1;
  padding: 0 50px 0 0;
}
.product-side {
  width: 230px;
  min-width: 230px;
}
.product-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 30px 30px;
}
.product-buttons a {
  width: 40px;
  height: 22px;
  margin: 0 14px 10px 0;
  line-height: 19px;
  text-align: center;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(204, 33, 41) 0%,
    rgb(151, 22, 28) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(204, 33, 41) 0%,
    rgb(151, 22, 28) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(204, 33, 41) 0%,
    rgb(151, 22, 28) 100%
  );
}
.product-buttons img {
  vertical-align: middle;
}
.product-icon {
  margin: 0 0 40px;
}
.product-icon-img {
  margin: 0 0 10px;
}
.product-icon-text {
  font-size: 1.25rem;
  line-height: 24px;
}
.product-title {
  margin: 0 0 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
.product-text {
  padding: 0 0 10px;
  font-size: 1.125rem;
  line-height: 24px;
}
.product-text ul,
.product-text p {
  margin: 0 0 18px;
}
.product-price {
  padding: 0 0 17px;
}
.product-price-text {
  margin: 0 0 4px;
  font-size: 1.125rem;
  line-height: 24px;
}
.product-price-new {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #003C5A;
}
.product-price-new-single {
  display: inline-block;
  margin: 0;
  padding-right: 10px;
  font-size: 1.25rem;
  font-weight: 700;
}
.product-price-old {
  display: inline-block;
  color: #c92028;
  font-size: 1rem;
  text-decoration: line-through;
}
.product-price-old-single {
  display: inline-block;
  color: #c92028;
  font-size: 1.25rem;
  text-decoration: line-through;
}
.product-button {
  display: -webkit-inline-box;
  flex-wrap: wrap;
}
.product-button .button-big {
  padding: 25px 55px 23px;
  margin: 0 50px 0 0;
}
.product-button-text {
  padding: 20px;
}
/************************* main page *************************/
/************************* banner *************************/

.banner {
  padding: 40px 0;
  background: #003C5A;
  background-size: cover;
}
.banner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.banner-side {
  flex: 1;
  padding: 0 50px 0 0;
  color: #fff;
}
.banner-title {
  /* display: none; */
  margin: 0 0 30px;
  font-size: 2.1rem;
  font-weight: 700;
  font-family: "stolzl";
  line-height: 42px;
  text-transform: uppercase;
}
.banner-subtitle {
  /* display: none; */
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 26px;
}
.banner-block .order-block {
  min-width: 240px;
}
/************************* about *************************/
.main-about {
  padding: 0 0 50px;
}
.about-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0 10px;
}
.about-content {
  flex: 1;
  padding: 10px 95px 0 0;
}
.about-side {
  width: 460px;
  min-width: 460px;
}
.about-block-reverse .about-side {
  order: 1;
}
.about-block-reverse .about-content {
  order: 2;
  padding: 10px 0 0 95px;
}
.about-list li {
  position: relative;
  padding: 0 0 0 32px;
  margin: 0 0 29px;
  font-size: 1rem;
  line-height: 24px;
}
.about-list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(204, 33, 41) 0%,
    rgb(110, 9, 15) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(204, 33, 41) 0%,
    rgb(110, 9, 15) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(204, 33, 41) 0%,
    rgb(110, 9, 15) 100%
  );
}
.about-title {
  margin: 0 0 2px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
}
.about-video {
  position: relative;
  margin: 0 0 16px;
  width: 100%;
  max-width: 460px;
  height: 280px;
}

.about-video iframe {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.about-video img {
  width: 100%;
}
.about-video-button {
  position: absolute;
  left: 30px;
  bottom: 29px;
  padding: 60px 0 0;
  color: #f9ec31;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
}
.about-video-button:before {
  position: absolute;
  top: 0px;
  left: 0;
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fbf15d url(./images/play.png) 50% 50% no-repeat;
}
.about-video-text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
}
/************************* main-catalog *************************/
.main-catalog {
  padding: 10px 0;
}
.bestseller_text {
  margin-bottom: 20px;
}
/************************* main-catalog *************************/
.main-gallery {
  padding: 20px 0 0;
}
.subtitle {
  margin: -20px 0 20px;
  font-size: 1.125rem;
  line-height: 24px;
}
/************************* project *************************/
.project {
  padding: 60px 0 30px;
  color: #fff;
  background: #003C5A url(images/bg1.png) 50% 50% no-repeat;
  background-size: cover;
}
.project-text {
  font-size: 1rem;
  line-height: 22px;
}
/************************* project *************************/
.review-section {
  padding: 40px 0 50px;
}
.review-section-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.review-col {
  width: 48%;
  max-width: 500px;
}
.cert-col {
  width: 48%;
  max-width: 500px;
}
.cert-slider-min {
  padding: 0 0 50px;
  margin: 0 -5px;
}
.cert-slider-min .slick-arrow {
  width: 36px;
  height: 36px;
  top: auto;
  bottom: 0;
  margin-top: 0px;
  font-size: 0px;
  background: #fff url(images/pink-arrow.svg) 50% 50% no-repeat;
  background-size: 16px;
  border: 1px solid #fe9595;
  box-shadow: none;
}
.cert-slider-min .slick-prev {
  left: 50%;
  margin-left: -50px;
  transform: scale(-1, 1);
}
.cert-slider-min .slick-next {
  left: 50%;
  right: auto;
  margin-left: 14px;
}
.review-slider {
  margin: -10px -20px 0;
}
.review-slider .slick-arrow {
  width: 36px;
  height: 36px;
  top: auto;
  bottom: 0;
  margin-top: 0px;
  font-size: 0px;
  background: #fff url(images/pink-arrow.svg) 50% 50% no-repeat;
  background-size: 16px;
  border: 1px solid #fe9595;
  box-shadow: none;
}
.review-slider .slick-prev {
  left: 50%;
  margin-left: -50px;
  transform: scale(-1, 1);
}
.review-slider .slick-next {
  left: 50%;
  right: auto;
  margin-left: 14px;
}
.review-slide {
  padding: 10px 20px 50px;
}
.review-item {
  position: relative;
  padding: 0 5px;
}
.review-bg {
  position: relative;
  z-index: 1;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.review-item:after {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50px;
  bottom: -10px;
  display: block;
  content: "";
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.review-inner {
  padding: 20px 20px 15px;
  border: 1px solid #f2f2f2;
}
.review-text {
  font-size: 1rem;
  line-height: 20px;
}
.review-text p {
  margin: 0 0 20px;
}
.review-text p:last-child {
  margin: 0;
}
.review-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0 23px;
}
.review-photo {
  position: relative;
  width: 95px;
  min-width: 95px;
  margin: 0 30px 0 0;
}
.review-photo img {
  width: 100%;
  border-radius: 50%;
}
.review-name {
  margin: 0 0 2px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
.review-status {
  font-size: 0.8rem;
  line-height: 18px;
}
/************************* order-section *************************/
.order-section {
  padding: 18px 0;
}
/************************* order-section *************************/
.step-section {
  padding: 60px 0 80px;
}
.step-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.step-item {
  position: relative;
  width: 25%;
  padding: 0 5px;
}
.step-bg {
  position: relative;
  z-index: 10;
  height: 100%;
  padding: 25px 15px 15px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.step-item:after {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50px;
  bottom: -10px;
  display: block;
  content: "";
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.step-img {
  margin: 0 0 39px;
}
.step-img img {
  width: 60%;
  /* box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1); */
}
.step-title {
  margin: 0 0 5px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}
.step-text {
  font-size: 1rem;
  line-height: 24px;
}
.button {
  padding: 11px 15px 13px;
  margin: 10px 0;
}
/************************* company-section *************************/
.company-section {
  position: relative;
  padding: 60px 0 0px;
  color: #fff;
  background: #003C5A url(images/bg1.png) 50% 50% no-repeat;
  background-size: cover;
}
.company-section > .holder {
  padding-bottom: 40px;
}
.company-block {
  position: relative;
  z-index: 1;
}
.company-block p {
  margin: 0 0 24px;
  font-size: 1.125rem;
  line-height: 24px;
}
.company-text {
  padding: 18px 0 50px 33px;
}
.company-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.company-button .button-big {
  padding: 25px 55px 23px;
  margin: 0 50px 0 0;
}
.company-button-text {
  padding: 10px 0 0;
}
.company-man {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 551px;
  height: 680px;
  background: url(./images/media/man.png) 0 0 no-repeat;
  background-position: 0% 100% !important;
}
/************************* contacts-section *************************/
.contacts-section {
  padding: 0 0 45px;
  clear: both;
}
.contacts-block {
  position: relative;
}
.contacts-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.contacts-block:after {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50px;
  bottom: -10px;
  display: block;
  content: "";
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.contacts-side {
  width: 70%;
  padding: 45px 30px 45px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contacts-side-text{
  width: 40%;
}

.contacts-side-main{
  width: 50%;
  display: block;
}
.contacts-map {
  flex: 1;
}
.pink {
  color: #cc2129;
}
.contacts-title {
  margin: 0 0 18px;
  font-size: 1.25rem;
  line-height: 32px;
}
.contacts-title b {
  display: block;
  font-size: 1.25rem;
  font-family: "stolzl";
  text-transform: uppercase;
}
.contacts-phone {
  margin: 0 0 18px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 30px;
}

.contacts-phone a {
  text-decoration: none;
  color: #000;
}

.contacts-item {
  margin: 0 0 18px;
  font-size: 1rem;
  line-height: 26px;
}
.contacts-item:last-child {
  margin: 0;
}
.contacts-item span {
  display: block;
  font-size: 1.25rem;
}
.contacts-item a {
  color: #cc2129;
}
.contacts-photo {
  width: 60%;
  position: relative;
  margin: 0 0 0 20px;
  height: 300px;
}
.contacts-photo img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
/************************* cert-section *************************/
.cert-section {
  padding: 60px 0 80px;
}
.cert-slider {
  padding: 0 50px;
}
.cert-slide {
  padding: 0 9px;
}
.cert-slide img {
  width: 100%;
}
.cert-slider .slick-arrow {
  width: 36px;
  height: 36px;
  margin-top: -18px;
  font-size: 0px;
  background: #fff url(images/pink-arrow.svg) 50% 50% no-repeat;
  background-size: 16px;
  border: 1px solid #fe9595;
  box-shadow: none;
}
.cert-slider .slick-prev {
  left: 0px;
  transform: scale(-1, 1);
}
.cert-slider .slick-next {
  right: 0px;
}
/************************* faq-section *************************/
.faq-section {
  padding: 35px 0 35px;
  color: #fff;
  background: #003C5A url(images/bg1.png) 50% 50% no-repeat;
  background-size: cover;
}
.faq-block {
  position: relative;
  max-width: 790px;
  margin: 0 auto 55px;
}
.faq-bg {
  position: relative;
  z-index: 10;
  padding: 10px;
  color: #003C5A;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.faq-block:after {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50px;
  bottom: -10px;
  display: block;
  content: "";
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.faq-inner {
  padding: 15px 50px 28px;
  border: 1px solid #f2f2f2;
}
.faq-item {
  padding: 15px 0 16px;
  border-bottom: 1px solid #e5e5e5;
}
.faq-item:last-child {
  border-bottom: 0;
}
.faq-top {
  position: relative;
  padding: 0 20px 0 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 24px;
}
.faq-top:after {
  position: absolute;
  top: 4px;
  right: 4px;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(images/faq-arrow.svg) 0 0 no-repeat;
  background-size: 16px;
  opacity: 0.25;
  transition: all 0.3s linear;
}
.faq-top.active:after {
  transform: rotate(90deg);
  opacity: 1;
}
.faq-top a {
  color: #003C5A;
  text-decoration: none;
}
.faq-hidden {
  display: none;
  padding: 9px 0 0;
  font-size: 1.125rem;
  line-height: 24px;
}
/************************* bottom *************************/
.bottom {
  padding: 20px 0 0;
  background: #fff;
}
/************************* why *************************/







/************************* order *************************/
.order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  max-width: 1020px;
  margin: 0 auto 75px;
}

.order-block-inner-line {
  position: relative;
  width: 100%;
  margin: 0px auto;
  background-color: #eaeeee;
  padding: 25px 0;
}

.wpcf7 .line-form {
  margin: 20px 0 8px;
  display: grid;
  grid: 1fr / 1fr 1fr 1fr;
  grid-column-gap: 20px;
}

.wpcf7 .line-form-name .input,
.wpcf7 .line-form-phone .input {
  text-align: center;
  height: 52px;
  padding: 0 10px;
  font-size: 1rem;
  color: #003C5A;
  background: none;
  vertical-align: bottom;
  border-bottom: 1px solid #003C5A;
}

.wpcf7 .line-form-name .input:focus,
.wpcf7 .line-form-phone .input:focus {
  border-bottom: 1px solid rgba(151, 22, 28, 0.85);
  transition: all 410ms ease;
}

.wpcf7 .line-form-button {
  height: 58px;
  width: 100%;
  color: #003C5A;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(249, 236, 48) 0%,
    rgb(253, 245, 127) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(249, 236, 48) 0%,
    rgb(253, 245, 127) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(249, 236, 48) 0%,
    rgb(253, 245, 127) 100%
  );
  box-shadow: 0px 2px 8px 0px rgba(243, 231, 46, 0.38);
  border-bottom: 2px solid #e4d829;
  border-radius: 10px/22px;
}
.wpcf7 .line-form-button:before,
.wpcf7 .line-form-button:hover {
  cursor: pointer;
  box-shadow: 0px 4px 13px 0px rgba(207, 197, 42, 0.88);
  border-bottom: 4px solid #ada421;
  transition: all 410ms ease;
}

.order-discount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.order-img {
  position: relative;
  z-index: 10;
}
.order-discount-content {
  margin: 0 0 0 -10px;
}
.order-discount-title {
  position: relative;
  padding: 18px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "stolzl";
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(204, 33, 41) 0%,
    rgb(151, 22, 28) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(204, 33, 41) 0%,
    rgb(151, 22, 28) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(204, 33, 41) 0%,
    rgb(151, 22, 28) 100%
  );
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.order-discount-text {
  padding: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 22px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}
.red {
  color: #c72028;
}
.order-block {
  position: relative;
  z-index: 5;
  width: 41%;
  padding: 10px;
  background-color: rgb(255, 255, 255);
}
.order-block:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  content: "";
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.order-block:before {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50px;
  bottom: -10px;
  z-index: -1;
  display: block;
  content: "";
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.order-block-inner {
  position: relative;
  z-index: 10;
  padding: 25px;
  background: #fff;
  border: 1px solid #f2f2f2;
}
.order-block-title {
  margin: 0 0 7px;
  font-size: 1.38rem;
  font-weight: 700;
  font-family: "stolzl";
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
}
.order-block-text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  margin-bottom: 18px;
}
.order-block-button {
  position: relative;
  padding: 10px;
}
.order-block-button:before {
  position: absolute;
  top: 0;
  left: -20px;
  display: block;
  content: "";
  width: 27px;
  height: 95px;
  background: url(./images/button-arrow.png) 0 0 no-repeat;
}

.button-big:hover {
  box-shadow: 0px 4px 13px 0px rgba(207, 197, 42, 0.88);
  border-bottom: 4px solid #ada421;
}

.order-block-button .button-big {
  position: relative;
  padding: 25px 64px 23px 24px;
  font-size: 1rem;
}
.button-big-img {
  position: absolute;
  top: -22px;
  right: -12px;
}
/************************* bottom-gallery *************************/
.bottom-gallery {
  padding: 70px 0 12px;
}
.bottom-gallery-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bottom-gallery-item {
  position: relative;
  overflow: hidden;
  width: 23.5%;
  margin: 0 0 2% 2%;
}
.bottom-gallery-item:nth-child(4n + 1) {
  margin: 0 0 2%;
}
.bottom-gallery-item img {
  width: 100%;
  transition: all 0.3s linear;
}
.bottom-gallery-item:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  border: 2px solid #fff130;
  transition: all 0.3s linear;
  opacity: 0;
}

.bottom-gallery-item::before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: url("images/watermark.png") no-repeat center center;
  z-index: 3;
  background-size: 75% auto;
  opacity: 0.6;
}

.bottom-gallery-item:hover:after {
  opacity: 1;
}
.bottom-gallery-item:hover img {
  transform: scale(1.05);
}
.bottom-about {
  column-count: 2;
  margin-bottom: 60px;
}
.bottom-about h2 {
  font-size: 32px;
  font-family: "GothamPro";
  text-transform: uppercase;
}
.bottom-about p{
  font-size: 18px;
  line-height: 28.8px;
}

.list,
.bottom-about ul {
  padding: 0 0 10px 16px;
}

.list li,
.bottom-about ul li {
  list-style: disc;
}

/************************* footer *************************/
.footer {
  border-top: 1px solid #eeeeee;
  padding: 12px 0 10px;
  background: #fff;
}
.footer-block {
  display: grid;
  grid: 1fr / 1.6fr 2fr 1fr;
  align-items: center;
  padding: 5px 12px;
}
.footer-adress {
  padding: 2px 0 4px 55px;
  margin-right: 5px;
  font-size: 0.8rem;
  line-height: 20px;
  background: url(images/footer-adress.png) 0 0 no-repeat;
}
.footer-adress b {
  display: block;
}
.footer-info {
  text-align: left;
  font-size: 1.125rem;
  line-height: 22px;
}
.footer-copy {
  text-align: right;
  font-size: 0.8rem;
  line-height: 16px;
}
.footer-copy a {
  color: #003C5A;
}
.footer-right {
  text-align: right;
}
.footer-phone {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
}
.footer-link {
  padding: 5px 0 0;
  font-size: 0.8125rem;
  line-height: 20px;
}
.footer-link a {
  color: #cc2129;
  text-decoration: none;
  border-bottom: 1px dashed #cc2129;
}
.footer-link a:hover {
  border-bottom: 0;
}
/************************* popups *************************/
.popup {
  display: none;
  width: 420px;
}
.popup-order {
  display: none;
  width: 62vw;
  overflow: hidden;
  background-color: #fbfbfb;
}
.popup.fancybox-content {
  padding: 22px 30px;
}
.popup-order-content {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.popup-order-photo {
  width: 40%;
  overflow: hidden;
  padding-left: 15px;
  text-align: center;
}
.popup-order-photo img {
  width: fit-content;
  height: auto;
}

.popup-order-right-content {
  width: 50%;
  display: block;
  padding: 12px 15px;
}
.popup-title {
  margin-bottom: 14px;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 36px;
  text-align: center;
}
.popup-title-city {
  margin: 0 -5px 20px;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
}
.popup-title span {
  text-transform: uppercase;
}
.popup-text {
  font-size: 1rem;
  margin: 15px 0;
  text-align: center;
}

/************************* media *************************/
@media screen and (min-width: 1600px) {
  .banner {
    background-size: contain;
  }
  .holder {
    max-width: 1440px;
  }
}
@media screen and (max-width: 1440px) {
  .holder {
    max-width: 1280px;
  }
}
@media screen and (max-width: 1370px) {
  .holder {
    max-width: 1280px;
  }
}
@media screen and (max-width: 1160px) {
  .holder {
    max-width: 1160px;
  }
  .sidebar-catalog,
  .sidebar-catalog-category {
    display: block;
    flex: 20%;
    max-height: 1480px;
  }
  .main-catalog-wrapper {
    flex: 80%;
  }
  .main-catalog-wrapper .main-catalog-single {
    width: 100%;
    flex: 100%;
  }
  .main-catalog-single {
    flex: 80%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: fit-content;
    margin: 0;
  }
  .main-gallery-single {
    width: 75%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1px;
  }
}
@media screen and (max-width: 1100px) {
  .sidebar-catalog,
  .sidebar-catalog-category {
    display: block;
    flex: 20%;
    max-height: 1580px;
  }
  .main-catalog-wrapper {
    flex: 80%;
  }
  .main-catalog-wrapper .main-catalog-single {
    width: 100%;
    flex: 100%;
  }
  .main-catalog-single {
    flex: 80%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: fit-content;
    margin: 0;
  }
  .order-block-inner {
    padding: 50px 10px 50px 25px;
  }
  .order-block-button .button-big {
    padding: 25px 60px 23px 25px;
  }
  .product-description {
    padding: 10px 0 0 40px;
  }
  .product-content {
    padding: 0 40px 0 0;
  }
  .product-button .button-big {
    padding: 25px 45px 23px;
    margin: 0 40px 0 0;
  }
  .header-nav-list {
    display: flex;
    padding: 0 20px;
  }
  .header-nav-list li {
    font-size: 0.8rem;
  }
  .popup-order {
    width: 82vw;
  }


  .article-item {
    width: calc((100% - 60px) / 3);
  }
  .article-item:nth-child(4n + 4) {
    margin-right: 30px;
  }
  .article-item:nth-child(3n + 3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .up.vis {
    opacity: 1;
  }
  .header-city {
    display: none;
  }
  .header-nav-list {
    display: block;
    position: absolute;
    right: -115%;
    top: 100%;
    width: 100%;
    padding: 20px 20px 5px;
    background: #fff;
    -webkit-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.5s ease;
    z-index: 111;
  }
  .header-nav-list.vis {
    right: 0;
  }
  .header-nav-list li {
    margin: 0 0 15px;
  }
  .mob-nav {
    display: block;
  }
  .header-webs {
    display: none;
  }
  .top-line {
    padding: 55px 0 30px;
    text-align: center;
  }
  .top-line-block {
    display: block;
  }
  .top-line-title {
    margin: 0 0 25px;
    padding: 0;
    font-size: 1.52rem;
    line-height: 30px;
  }
  .top-line-button {
    margin: 0;
  }
  .top-line-fixed {
    padding: 20px 0 20px;
  }
  .header-right {
    position: absolute;
    top: 25px;
    right: 20px;
  }
  .header-phone {
    font-size: 1.2rem;
    line-height: 28px;
  }
  .header-link {
    padding: 0;
    font-size: 0.8125rem;
    line-height: 14px;
  }
  .header-text {
    padding: 45px 0 0;
    font-size: 12px;
    line-height: 15px;
  }
  .title {
    margin: 0 0 25px;
    font-size: 1.625rem;
    line-height: 30px;
  }
  .order {
    display: block;
    margin: 0 auto 40px;
  }
  .order-discount {
    display: block;
    margin: 0 0 20px;
  }
  .order-img {
    display: none;
  }
  .order-discount-title {
    padding: 25px 10px 27px;
    font-size: 2.15rem;
    line-height: 40px;
    text-align: center;
  }
  .order-discount-content {
    margin: 0;
  }
  .order-discount-text {
    display: none;
  }
  .order-block {
    width: auto;
    margin: 0 auto;
  }
  .bottom-gallery {
    padding: 0px 0 12px;
  }
  .catalog .catalog-item {
    width: 49%;
  }
  .main {
    padding: 10px;
  }
  .button-holder-main {
    flex-wrap: wrap;
  }
  .button-holder-main-left,
  .button-holder-main-right {
    width: 100%;
  }
  .article-item-title {
    font-size: 1.26rem;
    line-height: 29px;
  }
  .article-item-link {
    left: 25px;
  }
  .top-action {
    display: block;
    text-align: center;
  }
  .top-action-left {
    padding: 0;
  }
  .top-action-left:after {
    display: none;
  }
  .top-action-right {
    width: auto;
    min-width: 1px;
    padding: 40px 0 0;
  }
  .top-action-info {
    max-width: 660px;
    margin: 0 auto;
    padding: 0;
  }
  .top-action-item {
    width: 33.33%;
    padding: 0 10px;
    margin: 0;
  }
  .top-action-item:last-child {
    margin: 0;
  }
  .top-line-big {
    background: #003C5A url(./images/top-bg2.png) 0% 50% no-repeat;
    background-size: cover;
  }
  .additional-text {
    padding: 0;
    font-size: 1rem;
    line-height: 20px;
  }
  .product {
    display: block;
  }
  .product-photo {
    width: auto;
    min-width: 1px;
    max-width: 340px;
    margin: 0 auto 25px;
  }
  .product-description {
    padding: 0;
  }
  .banner {
    /* background: #fff url(./images/bg1-photo-1366.png) no-repeat; */
    background-size: contain;
    padding: 0;
  }
  .banner-block {
    display: block;
  }
  .banner-side {
    padding-top: 400px;
    /*padding: 0 0 50px;*/
    text-align: center;
    width: 100%;
  }
  .banner-title {
    margin: 0 0 25px;
    font-size: 1.875rem;
    line-height: 36px;
  }
  .banner-block .order-block {
    width: auto;
  }
  .main-about {
    padding: 0 0 20px;
  }
  .about-block {
    display: block;
    padding: 10px 0 10px;
  }
  .about-content {
    padding: 0;
  }
  .about-side {
    width: auto;
    min-width: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about-block-reverse .about-content {
    padding: 0;
  }
  .subtitle {
    margin: -15px 0 20px;
    font-size: 1rem;
    line-height: 22px;
  }
  .review-col {
    width: 63%;
    max-width: 560px;
  }
  .cert-col {
    width: 30%;
    max-width: 500px;
  }
  .step-section {
    padding: 50px 0 60px;
  }
  .step-item {
    width: 50%;
    margin: 0 0 10px;
  }
  .company-block p {
    margin: 0 0 22px;
    font-size: 1rem;
    line-height: 22px;
  }
  .company-text {
    padding: 18px 0 40px;
  }
  .contacts-bg {
    display: block;
  }
  .contacts-side {
    width: auto;
    min-width: 1px;
    padding: 20px 30px;
  }
  .contacts-side-main {
    width: auto;
  }
  .contacts-map {
    height: 400px;
    padding: 0 30px;
  }
  .cert-section {
    padding: 50px 0 60px;
  }
  .footer-block {
    display: grid;
    grid: 1fr / 1fr 1fr;
  }
  .footer .logo {
    display: none;
  }
  .footer-copy {
    text-align: center;
  }
}

.brick-mobile {
  display: none;
}
.brick-notebook {
  display: block;
}

@media screen and (max-width: 960px) {
  .footer-block {
    display: grid;
    grid: 1fr / 1fr 1fr;
  }
  .brick-mobile {
    display: block;
  }
  .brick-notebook {
    display: none;
  }
  .main-gallery-single {
    width: 75%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1px;
  }
  .banner-side {
    padding-top: 320px;
    /*padding: 0 0 50px;*/
    text-align: center;
    width: 100%;
  }
  .order-block-inner {
    padding: 12px 20px;
  }
  .order-block:before {
    display: none;
  }
  .popup-order {
    width: 100vw;
  }

  .article-item {
    width: calc((100% - 30px) / 2);
  }
  .article-item:nth-child(3n + 3) {
    margin-right: 30px;
  }
  .article-item:nth-child(2n + 2) {
    margin-right: 0;
  }
}

@media screen and (max-width: 860px) {
  .sidebar-catalog,
  .sidebar-catalog-category {
    display: block;
    width: 100%;
  }
  .sidebar-catalog {
    margin-bottom: 10px;
  }
  .main-catalog-wrapper {
    width: 100%;
    flex: 100%;
  }
  .main-catalog-single {
    width: 100%;
    flex: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: fit-content;
    margin: 0;
    margin-bottom: 10px;
  }
  .main-catalog-with-sidebar {
    flex-direction: column;
  }
  .sidebar-gallery-category,
  .main-gallery-single {
    width: 100%;
  }
  .sidebar-gallery-category {
    min-height: 200px;
    margin-bottom: 14px;
    padding-bottom: 18px;
  }
  .main-gallery-single {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2px;
  }
  .sidebar-gallery-get {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    margin: 0;
  }
  .main-gallery-with-sidebar {
    display: block;
  }

  .footer-block {
    display: grid;
    grid: 1fr / 1fr 1fr;
  }
  .footer-adress {
    display: none;
  }
  .footer-copy {
    text-align: left;
  }
  #true-side_works {
    min-height: 0;
    padding-bottom: 0;
  }
  #true-side .sidebar-title,
  #true-side_works .sidebar-title {
    position: relative;
    border-radius: 5px;
  }
  #true-side .active .sidebar-title:after,
  #true-side_works .active .sidebar-title:after {
    transform: rotate(90deg);
  }
  #true-side .sidebar-title:after,
  #true-side_works .sidebar-title:after {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-mask-image: url(images/faq-arrow.svg);
    mask-image: url(images/faq-arrow.svg);
    background-size: 16px;
    transition: all 0.3s linear;
  }
  #true-side .menu-sajdbar-katalog-container,
  #true-side_works .menu-sajdbar-nashi-raboty-container {
    display: none;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .bottom-about{
    column-count: 1;
  }

  .order-block-inner-line {
    padding: 20px 0;
  }
  .wpcf7 .line-form {
    display: block;
    padding: 16px 62px;
  }
  .main-catalog-wrapper {
    width: 100%;
    flex: 100%;
  }
  .main-catalog-single {
    flex: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: fit-content;
    margin: 0;
  }
  .button-holder-main-right > .catalog-button {
    width: 100%;
    flex-wrap: wrap;
  }
  .bottom-gallery-item {
    width: 32%;
    margin: 0 0 2% 2%;
  }
  .bottom-gallery-item:nth-child(4n + 1) {
    margin: 0;
  }
  .bottom-gallery-item:nth-child(3n + 1) {
    margin: 0;
  }
  .catalog .catalog-item {
    width: calc(50% - 4px);
    padding: 10px 20px;
  }
  .catalog-bottom {
    display: flex;
    flex-direction: column;
  }
  .catalog-title {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 2.4rem;
  }
  .main-gallery {
    padding: 0;
  }
  .article-img-left,
  .article-img-right {
    float: none;
    display: block;
    margin: 0;
  }
  .article-img img {
    width: 100%;
  }
  .article-item {
    width: 100%;
    margin: 0 0 20px;
  }
  .article-item:nth-child(2n + 1) {
    margin: 0 0 20px;
  }
  .article-item-title {
    font-size: 1.125rem;
    line-height: 24px;
  }
  .article-item-link {
    left: 15px;
  }
  .serv-item {
    display: block;
    margin: 0 0 40px;
  }
  .serv-img {
    width: auto;
    margin: 0 0 20px;
  }
  .serv-content {
    width: auto;
    display: flex;
    flex-direction: column;
  }
  .serv-item .button-big {
    margin-top: 15px;
    align-self: center;
  }
  .actions-list-item {
    width: 100%;
    margin: 0 0 25px;
  }
  .actions-list-item:nth-child(2n + 1) {
    margin: 0 0 25px;
  }
  .actions-list-img {
    margin: 0 0 20px;
  }
  .actions-list-text {
    font-size: 0.8rem;
    line-height: 18px;
  }
  .top-action-title {
    margin: 0 0 20px;
    font-size: 1.625rem;
    line-height: 30px;
  }
  .top-action-big {
    margin: 0 0 5px;
    font-size: 2.2rem;
    line-height: 37px;
  }
  .top-action-text {
    font-size: 0.8rem;
    line-height: 18px;
  }
  .button-big {
    padding: 25px 30px 23px;
  }
  .additional {
    margin: 0 -5px;
  }
  .additional-item {
    width: 50%;
    padding: 0 5px;
    margin: 0 0 10px;
  }
  .product {
    padding: 25px 15px 20px;
  }
  .product-description-top {
    display: block;
  }
  .product-content {
    padding: 0 30px 0 0;
  }
  .product-side {
    width: 100%;
  }
  .product-buttons {
    padding: 0 0 16px;
  }
  .product-buttons a {
    margin: 0 10px 10px 0;
  }
  .product-icon {
    display: inline-block;
    margin: 0 0 25px;
  }
  .product-icon-img {
    margin: 0 0 7px;
  }
  .product-icon-text {
    font-size: 0.8rem;
    line-height: 18px;
  }
  .product-title {
    margin: 0 0 15px;
    font-size: 1.25rem;
    line-height: 32px;
  }
  .product-text {
    padding: 0 0 11px;
    font-size: 1rem;
    line-height: 22px;
  }
  .product-text ul,
  .product-text p {
    margin: 0 0 11px;
  }
  .product-price {
    padding: 0 0 17px;
  }
  .product-price-text {
    margin: 0;
    font-size: 1rem;
    line-height: 22px;
  }
  .product-price-new {
    margin: 0 20px 0 0;
    font-size: 1rem;
    line-height: 22px;
  }
  .product-price-old {
    font-size: 1rem;
    line-height: 22px;
  }
  .product-button .button-big {
    padding: 15px 30px 13px;
    margin: 0 20px 0 0;
  }
  .product-button-text {
    font-size: 1rem;
    line-height: 22px;
  }
  .banner-side {
    padding-top: 260px;
    text-align: center;
    width: 100%;
  }
  .banner-title {
    font-size: 1.5rem;
    line-height: 32px;
  }
  .banner-subtitle {
    font-size: 1.125rem;
    line-height: 24px;
  }
  .review-section {
    padding: 50px 0 60px;
  }
  .review-col {
    width: 100%;
    max-width: none;
    padding: 0 0 60px;
  }
  .cert-col {
    width: 100%;
    max-width: none;
  }
  .company-section {
    position: relative;
    padding: 30px 0;
    background: #003C5A url(images/bg1.png) 0% 50% no-repeat;
    background-size: cover;
  }
  .company-section > .holder {
    padding-bottom: 0px;
  }
  .company-man {
    display: none;
    background: none;
  }
  .company-text {
    padding: 15px 0 30px;
  }
  .faq-block {
    position: relative;
    max-width: 790px;
    margin: 0 auto 55px;
  }
  .faq-bg {
    position: relative;
    z-index: 10;
    padding: 10px;
    color: #003C5A;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  }
  .faq-block:after {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50px;
    bottom: -10px;
    display: block;
    content: "";
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  }
  .faq-inner {
    padding: 15px 15px 28px;
  }
  .faq-top {
    font-size: 1.125rem;
    line-height: 22px;
  }
  .faq-hidden {
    font-size: 0.8rem;
    line-height: 20px;
  }
  .popup-order {
    width: 90vw;
  }
  .popup-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .popup-text {
    font-size: 0.85rem;
    line-height: 22px;
  }
  .popup-order-content {
    flex-wrap: wrap;
  }
  .popup-order-photo {
    width: 100%;
  }
  .popup-order-right-content {
    width: 100%;
    display: block;
    padding: 12px 18px;
  }
  .contacts-side{
    display: block;
  }
  .contacts-side-text,.contacts-photo{
    width: 100%;
  }
  .contacts-photo{
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 640px) {
  .sidebar-gallery-get {
    display: block;
  }
  .wpcf7 .line-form {
    display: block;
    padding: 12px 40px;
  }
  .main-catalog-wrapper {
    width: 100%;
    flex: 100%;
  }
  .main-catalog-single {
    flex: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: fit-content;
    margin: 0;
  }

  .bottom-gallery-item {
    width: 48%;
    margin: 0 0 4% 4%;
  }
  .bottom-gallery-item:nth-child(3n + 1) {
    margin: 0 0 4% 4%;
  }
  .bottom-gallery-item:nth-child(2n + 1) {
    margin: 0 0 4%;
  }
  .company-button {
    display: block;
    text-align: center;
  }
  .company-button .button-big {
    padding: 25px 30px 23px;
    margin: 0;
  }
  .company-button-text {
    padding: 20px 0 0;
    font-size: 0.8rem;
    line-height: 20px;
  }

  /*start 29.10.19 */

  .top-line-title {
    margin: 0 0 10px;
    font-size: 1.26rem;
    line-height: 26px;
  }

  .top-line-fixed {
    padding: 10px 0 10px;
  }

  .top-line-button .button-big {
    padding: 6px 23px 9px;
  }

  .button-big-text {
    font-size: 0.85rem;
  }

  .button-big-phone {
    font-size: 0.85rem;
  }

  .button-big-phone span {
    font-size: 1.0625rem;
  }

  .product-icon {
    margin: 0 0 25px;
    display: inline-block;
    width: 85px;
    vertical-align: middle;
  }

  .product-icon.first {
    width: 75px;
    margin-right: 10px;
  }

  .product-icon-text span {
    display: block;
  }

  /*end*/
  .banner {
    background: #fff url(./images/bg1-photo-640.png) no-repeat;
    background-size: contain;
  }
  .banner-side {
    padding-top: 256px;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .main-gallery-single {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1px;
  }
  .wpcf7 .line-form {
    display: block;
    padding: 10px 15px;
  }
  .main-catalog-wrapper {
    width: 100%;
    flex: 100%;
  }
  .main-catalog-single {
    flex: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: fit-content;
    margin: 0;
  }
  .catalog-item2 {
    padding: 4px;
  }
  .catalog-item2 .actionButton {
    padding: 0 6px;
  }
  .catalog-price {
    text-align: center;
  }
  .catalog-price .product-price-new {
    margin: 0;
    display: block;
  }
  .additional-img {
    height: 160px;
    line-height: 160px;
    margin: 0 0 15px;
  }
  .additional-text {
    font-size: 12px;
    line-height: 14px;
  }
  .step-item .step-title,
  .step-item .step-text {
    font-size: 0.8rem;
  }
  .step-item .step-img {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .main-gallery-single {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1px;
  }
  .product-photo-min {
    display: none;
  }
  .wpcf7 .line-form {
    display: block;
    padding: 8px 10px;
  }
  .header-block {
    display: block;
  }
  .edit .header-block {
    padding: 0 0 14px;
  }
  .header .logo {
    max-width: 240px;
    margin: 0 auto;
  }
  .header-right {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
  }
  .header-text {
    padding: 15px 0 10px;
    font-size: 0.8rem;
    line-height: 18px;
    text-align: center;
  }

  .order-block-inner {
    padding: 30px 10px 30px 20px;
  }
  .order-block-button .button-big {
    display: block;
    padding: 25px 40px 23px 10px;
  }
  .order-block-title {
    font-size: 1.25rem;
  }
  .footer-block {
    display: block;
  }
  .footer-copy,
  .footer-right {
    text-align: center;
    padding: 20px;
  }


  .product-description-top {
    display: block;
  }
  .product-content {
    padding: 0 0 10px;
  }
  .product-side {
    width: auto;
    min-width: 1px;
  }
  .banner-side {
    padding-top: 200px;
    text-align: center;
    width: 100%;
  }
  .popup-title {
    font-size: 1rem;
    line-height: 22px;
  }
  .popup-text {
    font-size: 0.8125rem;
    line-height: 18px;
  }
}
@media screen and (max-width: 420px) {
  body {
    overflow-x: hidden;
  }
  .banner-side {
    padding-top: 190px;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .additional-item {
    width: 100%;
  }
  .banner-side {
    padding-top: 160px;
    text-align: center;
    width: 100%;
  }
  .order-block-title {
    font-size: 1.125rem;
  }
}

.catalog_btn {
  display: inherit;
}

#menu-catalog {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 62px;
  background: #eeeeee;
  width: 100%;
  z-index: 100;
  padding: 30px 25px 40px;
  border-bottom-left-radius: 33px;
  border-bottom-right-radius: 33px;
  box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
}

#menu-catalog a {
  color: #003C5A;
  text-decoration: none;
}

#menu-catalog > li {
  padding: 0 10px;
}

#menu-catalog > li > a {
  font-size: 0.925rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

#menu-catalog > li > a:hover,
#menu-catalog .sub-menu a:hover {
  color: #c72028;
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .catalog_btn:hover #menu-catalog {
    visibility: visible;
    opacity: 1;
  }
  .catalog_btn:hover .header-catalog {
    background: #313131;
  }
}

@media (max-width: 1023px) {
  #menu-catalog {
    flex-wrap: wrap;
  }
  #menu-catalog > li {
    flex: 1 1 calc(50% - 30px);
    margin-bottom: 15px;
  }
  #menu-catalog > li:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .review_btns {
    flex-direction: column;
  }
  .review_btns .button {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  #menu-catalog > li {
    flex: 1 1 100%;
  }
}

.select_city a {
  text-decoration: none;
  color: #003C5A;
}

#menu-catalog.opened {
  visibility: visible;
  opacity: 1;
}

.select_city {
  color: #003C5A;
}

.select_city span {
  font-weight: 700;
  color: #003C5A;
  transition: 0.3s;
}

.select_city a:hover span {
  text-decoration: underline;
}

#change_city a {
  color: #003C5A;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5;
}
#change_city a:hover {
  color: #c72028;
}

@media (max-width: 479px) {
  .select_city {
    padding-top: 15px;
  }
  .button, .batton_2 {
    font-size: 14px;
    line-height: 18px;
    max-width: 100%;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.clearfix {
  clear: both;
}

.popular-cat .catalog-bottom {
  justify-content: center;
}

.popular-cat .catalog-title {
  text-align: center;
}

.button-review {
  margin-top: 30px;
}

.review_form .input {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

.review_form textarea.input {
  padding: 15px;
  height: 120px;
}

.review_form {
  max-width: 1070px;
  margin: 0 auto;
}

.review_btns {
  display: flex;
  justify-content: space-between;
}

.review_btns .button {
  cursor: pointer;
  padding-left: 50px;
  padding-right: 50px;
}

