a {
  text-decoration: none;
}
.inside-full {
  width: 92%;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}
.inside {
  width: 1144px;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}
.inside-wide {
  width: 1804px;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}
body {
  font-family: 'Gilroy', sans-serif;
}
body a {
  color: #000;
}
.contain {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.contain img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cover {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.switcher-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.switcher-list img {
    display: none !important;
}
.switcher-list li {
    padding: 0 6px;
    position: relative;
}
.switcher-list li:first-child:after {
    width: 2px;
    height: 10px;
    content: "";
    right: -5px;
    top: 2px;
    height: 12px;
    position: absolute;
    background: #5a5353;
}
.header .navigation .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-transform: uppercase;
}
.header .navigation .menu .current-menu-item > a,
.header .navigation .menu .current-menu-parent > a {
    font-weight: 700;
}
.header .navigation .menu li:not(:last-child) > a {
    padding-right: 20px;
    position: relative;
}
.header .navigation .menu > li:not(:last-child) > a:after {
    width: 2px;
    height: 10px;
    content: "";
    right: 1px;
    top: 31px;
    height: 13px;
    position: absolute;
    background: #5a5353;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.nowrap {
  flex-wrap: nowrap;
}
.flex-sb {
  justify-content: space-between;
}
.flex-sa {
  justify-content: space-around;
}
.flex-l {
  justify-content: flex-start;
}
.flex-r {
  justify-content: flex-end;
}
.flex-c {
  justify-content: center;
}
.flex-t {
  align-items: flex-start;
}
.flex-b {
  align-items: flex-end;
}
.flex-m {
  align-items: center;
}
.flex-s {
  align-items: stretch;
}
.inner-page-poster {
  padding-top: 122px;
  height: 486px;
  box-sizing: border-box;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-bottom: 6px solid #A19580;
}
.inner-page-poster.paralax {
    background-position: center 0;
}
.inner-page-poster.actions {
  height: 424px;
  background-image: url(../images/actions.jpg);
}
.inner-page-poster.products {
  height: 424px;
  background-image: url(../images/baseline.jpg);
}
.inner-page-poster.projects {
  height: 424px;
  background-image: url(../images/projects.jpg);
  padding-top: 250px;
}
.inner-page-poster.projects .caption {
  padding-left: 60px;
}
.inner-page-poster.company {
  background-image: url(../images/company-main-poster.jpg);
}
.inner-page-poster.overlay:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(184, 177, 163, 0.25);
}
.inner-page-poster .caption {
  position: relative;
  z-index: 1;
}
.inner-page-poster h1 {
  font-size: 50px;
  color: #333;
  font-weight: 900;
}
.content-page-description {
  padding-top: 50px;
  padding-bottom: 50px;
}
.content-page-description p {
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
}
.main {
  background: url(../images/main.jpg) no-repeat center / cover;
  padding-top: 122px;
  padding-bottom: 500px;
}
.main .caption {
  padding-left: 132px;
}
.main .inside {
  position: relative;
}
.main h1 {
  font-size: 50px;
  margin-bottom: 26px;
  color: #000;
  font-weight: 900;
}
.main h2 {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.2px;
}
.main .action {
  position: absolute;
  right: 100px;
  top: -26px;
}
.main .action a {
  background: url(../images/klyaksa.svg) no-repeat center;
  width: 320px;
  height: 320px;
  text-align: center;
  line-height: 270px;
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 300;
  padding-left: 10px;
  transition: all 0.3s ease 0s;
}
.main .action a:hover {
  opacity: 0.8;
  transition: all 0.3s ease 0s;
}
.header {
  position: fixed;
  top: 0;
  z-index: 9;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
  font-weight: 300;
}
.header.white {
  background: #fff;
}
.header .logo {
  margin-right: 10px;
}
.header .logo span {
  margin-left: 10px;
  margin-right: 20px;
}
.header .navigation li {
  margin: 0 4px;
  display: block;
}
.header .navigation li > a {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  transition: all 0.3s ease 0s;
  padding: 30px 0;
}
.header .navigation li > a:hover {
  transition: all 0.3s ease 0s;
  color: #eb3939;
}
.header .navigation li:hover .sub-menu {
  display: block;
}
.header .navigation li.current-menu-item a {
  font-weight: 700;
}
.header .navigation li .sub-menu {
  position: absolute;
  box-sizing: border-box;
  background: rgba(184, 177, 163, 0.75);
  padding: 0;
  width: 280px;
  display: none;
  z-index: 6;
  top: 76px;
  margin-left: -70px;
  padding: 6px 16px;
}
.header .navigation li .sub-menu:before {
  position: absolute;
  content: "";
  border: 12px solid transparent;
  border-bottom-color: rgba(184, 177, 163, 0.75);
  top: -24px;
  left: 60px;
}
.header .navigation li .sub-menu a {
  color: #000;
  padding: 12px 0px;
  transition: all 0.3s ease 0s;
  display: block;
  text-transform: uppercase;
  font-weight: 400;
}
.header .navigation li .sub-menu a:hover {
    color: #E93939
}
.header .navigation li .sub-menu li {
  margin: 0;
  position: relative;
}
.header .navigation li .sub-menu li:not(:last-child):after {
  bottom: 0px;
  content: "";
  left: ;
  position: absolute;
  height: 2px;
  background: #B8B1A3;
  width: 100%;
  box-sizing: border-box;
  left: 0;
}
.header .navigation .sep span {
  margin-top: -2px;
  display: block;
}
.header .langs {
  margin-left: 20px;
}
.header .langs li {
  margin: 0 4px;
  display: block;
  font-size: 16px;
}
.header .langs li a {
  transition: all 0.3s ease 0s;
}
.header .langs li a:hover {
  transition: all 0.3s ease 0s;
  color: #eb3939;
}
.header .langs li.active {
  font-weight: 700;
}
.header .langs .sep span {
  margin-top: -2px;
  display: block;
}
.product-list {
  padding-top: 20px;
  padding-bottom: 60px;
}
.product-list .title {
  font-size: 34px;
  margin-bottom: 22px;
  font-weight: 900;
}
.product-list .list {
  background: #B8B1A3;
  padding-top: 20px;
  border-bottom: 5px solid #a19580;
}
.product-list .list .item {
  width: 206px;
}
.product-list .list .item a,
.product-list .list .item img {
  display: block;
}
.product-list .list-description .item {
  width: 206px;
  padding-top: 22px;
  text-align: left;
}
.product-list .list-description .item .img.hidden {
  display: none;
}
.product-list .list-description .item .name {
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 900;
}
.product-list .list-description .item .name a {
  color: #000;
  transition: all 0.4s;
}
.product-list .list-description .item .name a:hover {
  color: #E93939;
  transition: all 0.4s;
}
.product-list .list-description .item p {
  line-height: 1.6;
  font-size: 13px;
  font-weight: 300;
  font-family: 'CenturyGothic', sans-serif;
}
.product-list .list-description .item .button {
  padding-top: 10px;
}
.product-list .list-description .item .button .more {
  color: #fff;
  background: #E93939;
  width: 160px;
  height: 28px;
  line-height: 27px;
  display: block;
  font-size: 14px;
  text-align: center;
  position: relative;
}
.product-list .list-description .item .button .pdf {
  display: block;
}
.product-list .list-description .item .button .pdf img {
  display: block;
}
.number {
  background-image: url(../images/about-us.jpg);
  background-position: center center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 40px;
}
.number .number-all {
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
}
.number .number-one {
  width: 30%;
  text-align: center;
}
.number .number-big {
  font-size: 44px;
  color: #fff;
  margin-bottom: 6px;
  margin-top: 0;
  font-weight: 700;
}
.number .number-small {
  color: #fff;
  margin-top: 16px;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 400;
}
.contact .inside-full {
  position: relative;
  width: 100%;
}
.contact .contact-map {
  height: 326px;
  background: #dedede;
}
.contact .contact.contact-section {
  position: relative;
}
.contact .contact.contact-section .container-center {
  position: static;
}
.contact .contact-block {
  background: #fff;
  display: block;
  max-width: 386px;
  position: absolute;
  padding: 46px 32px;
  box-sizing: border-box;
  top: 10px;
  font-size: 16px;
  line-height: 1.4;
  font-family: 'CenturyGothic', sans-serif;
  left: 10px;
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.1);
}
.contact .contact-block p {
  margin-bottom: 16px;
}
.contact .contact-block h2 {
  margin-top: 10px;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 48px;
}
.contact .contact-block ul {
  list-style: none;
  padding-left: 0;
}
.contact .contact-block li {
  line-height: 30px;
}
.contact .contact-block a {
  color: #333333;
  text-decoration: none;
  transition: all 0.4s;
  font-weight: 900;
}
.contact .contact-block a:hover {
  color: #EB3939;
}
footer {
  background: #333333;
  font-size: 18px;
  padding-top: 32px;
  padding-bottom: 40px;
}
footer .logo {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 900;
  margin-right: 20px;
}
footer .inside {
  width: 1348px;
  padding-left: 114px;
}
footer .container-center {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
footer .description-logo {
  margin-top: 6px;
  font-size: 22px;
  letter-spacing: 1px;
}
footer .footer-social-all {
  margin-top: 20px;
}
footer .footer-social-one {
  margin-right: 10px;
}
footer .footer-social-one a {
  display: block;
}
footer .footer-social-one svg {
  display: block;
}
footer .footer-social-one svg path {
  fill: #FFFFFF;
  transition: all 0.3s ease 0s;
}
footer .footer-social-one svg:hover path {
  fill: #E93939;
  transition: all 0.3s ease 0s;
}
footer .footer-block {
  max-width: 30%;
  padding-top: 26px;
}
footer .footer-block:first-child {
  max-width: 36%;
  padding-top: 0;
}
footer .footer-block:last-child {
  max-width: 22%;
}
footer .footer-block ul {
  margin-top: 0;
}
footer .footer-block li {
  list-style: none;
  line-height: 1.4;
}
footer .footer-block a {
  color: #fff;
  text-decoration: none;
  transition: all 0.4s;
}
footer .footer-block a:hover {
  color: #EB3939;
}
footer .footer-block.contacts li {
  line-height: 1.4;
}
footer .footer-block.menu {
  width: 22%;
}
footer .footer-block.menu li {
  line-height: 2.1;
}
footer .footer-block.menu .sub-menu {
    padding-left: 20px;
}
footer .footer-block .footer-adress {
  line-height: 1.3;
}
footer .footer-adress {
  margin-top: 0;
  margin-bottom: 15px;
}
footer .footer-adress p {
  margin-bottom: 0px;
  margin-top: 0;
}
footer .footer-social-all a svg {
  transition: all 0.4s;
  z-index: 2;
}
footer .footer-social-all a:hover svg {
  fill: #fff;
}
.howwork {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 4px solid #E93939;
  padding-top: 48px;
}
.howwork .container-center {
  position: relative;
  z-index: 2;
}
.howwork .container-center h2 {
  font-family: 'Gilroy', sans-serif;
  font-size: 34px;
  margin-bottom: 68px;
  font-weight: 700;
}
.howwork .howwork-all {
  display: flex;
  justify-content: space-between;
}
.howwork .howwork-one {
  max-width: 24%;
  position: relative;
}
.howwork .howwork-one:last-child:after {
  display: none;
  border-bottom: none;
}
.howwork .howwork-one:after {
  content: "";
  display: block;
  position: absolute;
  width: 180px;
  height: 1px;
  border-bottom: 4px solid #e4e4e4;
  left: 88px;
  top: 10px;
}
.howwork .howwork-one5 {
  max-width: 18%;
}
.howwork .howwork-one-title {
  font-size: 17px;
  font-weight: 900;
  margin-top: 15px;
  margin-bottom: 16px;
}
.howwork .howwork-one-description {
  margin-top: 0;
  line-height: 1.4;
}
.howwork .howwork-one-img {
  position: relative;
  margin-top: -20px;
  padding-left: 32px;
}
.howwork .howwork-one-img:after {
  content: "";
  display: block;
  height: 44px;
  width: 44px;
  background: #EB3939;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 0px;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.howwork .footer-adress {
  line-height: 1.4;
}
.howwork .howwork-one-img1:after {
  content: "1";
}
.howwork .howwork-one-img2:after {
  content: "2";
}
.howwork .howwork-one-img3:after {
  content: "3";
}
.howwork .howwork-one-img4:after {
  content: "4";
}
.howwork .howwork-one-img5:after {
  content: "5";
}
.title {
  font-size: 34px;
  color: #333;
  margin-bottom: 30px;
  font-family: 'Gilroy', sans-serif;
  font-weight: 700;
}
.categories {
    padding-top: ;
}
.categories li {
  position: relative;
  max-width: 32%;
}
.categories li.cat-1:after,
.categories li.cat-2:after {
  position: absolute;
  right: -60px;
  top: 50%;
  height: 100px;
  margin-top: -50px;
  content: "";
  width: 6px;
  background: rgba(140, 130, 120, 0.8);
}
.categories li a {
  display: block;
  position: relative;
}
.categories li a img {
  max-width: 100%;
  display: block;
}
.categories li a .caption {
  position: absolute;
  background: rgba(140, 130, 120, 0.8);
  top: 0;
  left: 0;
  color: #333;
  font-size: 45px;
  width: 100%;
  height: 100%;
  font-family: 'Gilroy', sans-serif;
}
.discont {
  padding: 50px 0 66px 0;
  background: url(../images/bg-number.jpg) no-repeat center 0 / cover;
}
.discont .caption {
  padding-left: 400px;
}
.discont h3 {
  font-size: 50px;
  font-weight: 900;
  color: #333;
  margin-bottom: 30px;
}
.discont h4 {
  line-height: 1.3;
  font-size: 22px;
  color: #333;
  margin-bottom: 16px;
}
.discont h4 strong {
  font-weight: 900;
}
.discont .button a {
  background: #E93939;
  color: #fff;
  display: block;
  width: 276px;
  line-height: 42px;
  box-sizing: border-box;
  text-align: center;
  height: 42px;
  font-size: 18px;
}
.contact-screen {
  padding: 100px 0;
}
.contact-screen .title {
  margin-bottom: 30px;
  font-size: 34px;
  color: #333;
}
.contact-screen .contact-title {
  line-height: 1.4;
  font-size: 27px;
  width: 60%;
}
.contact-screen .button {
  max-width: 100%;
}
.contact-screen .button a {
  background: #E93939;
  color: #fff;
  display: block;
  width: 400px;
  line-height: 58px;
  box-sizing: border-box;
  text-align: center;
  height: 58px;
  max-width: 100%;
  font-size: 22px;
}
.contact-screen .download-catalog-widget {
  margin-top: 70px;
}
.contact-screen .download-catalog-widget a {
  position: relative;
  height: 94px;
  text-align: center;
  width: 100%;
  line-height: 94px;
  font-size: 32px;
  color: #333;
  display: block;
  border: 2px solid #A19580;
  padding-left: 20px;
  box-sizing: border-box;
}
.contact-screen .download-catalog-widget a:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 200px;
  background: url(../images/katalog_prew.png) no-repeat center;
  left: 42px;
  top: -58px;
}
.contact-screen .download-catalog-widget a span {
  position: relative;
  display: inline-block;
}
.contact-screen .download-catalog-widget a span:after {
  position: absolute;
  width: 32px;
  height: 32px;
  content: "";
  background: url(../images/pdf.svg) no-repeat center;
  top: 32px;
  right: -80px;
}
.with-after {
  position: relative;
}
.with-after span {
  position: relative;
  z-index: 2;
}
.with-after:before {
  background: #b73838;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.4s;
}
.with-after:hover:before {
  transition: all 0.4s;
  height: 100%;
}
.toggler {
  text-align: right;
  width: 34px;
  display: none;
  cursor: pointer;
}
.toggler .toggle-line {
  width: 34px;
  height: 2px;
  background: #EB3939;
  cursor: pointer;
}
.toggler .toggle-line-2 {
  margin-top: 8px;
  width: 17px;
  margin-bottom: 8px;
}
.toggler .toggle-line-3 {
  width: 28px;
}
.mobile-close img {
  display: block;
}
.mobile-navigation {
  background: #EB3939;
  top: -140vh;
  position: fixed;
  transition: all 0.3s ease 0s;
  z-index: 10;
  height: 100vh;
  width: 100%;
}
.mobile-navigation .logo {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
}
.mobile-navigation .logo a {
  color: #fff;
}
.mobile-navigation.open {
  top: 0;
  transition: all 0.3s ease 0s;
}
.mobile-navigation-header {
  padding: 18px 12px;
  color: #fff;
  border-bottom: 1px solid #F24C4C;
}
.mobile-navigation-body {
  color: #fff;
  text-align: center;
  padding: 24px 0 10px;
  border-bottom: 1px solid #F24C4C;
}
.mobile-navigation-body ul {
  margin: 0;
  padding: 0;
}
.mobile-navigation-body ul.sub-menu {
    margin-top: 16px;
}
.mobile-navigation-body li {
  display: block;
  list-style-type: none;
  margin-bottom: 16px;
}
.mobile-navigation-body li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  padding: 5px 0;
}
.mobile-navigation-body li.active a {
  font-weight: 700;
}
.mobile-navigation-phones {
  border-bottom: 1px solid #F24C4C;
  padding: 26px 0;
}
.mobile-navigation-phones a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  padding: 7px;
}
.mobile-navigation-langs {
  padding: 16px 0 50px;
  font-size: 13px;
  color: #fff;
}
.mobile-navigation-langs ul {
  padding: 0;
  text-align: center;
}
.mobile-navigation-langs li {
  list-style-type: none;
  display: inline-block;
}
.mobile-navigation-langs li.current-lang a {
  font-weight: 700;
}
.mobile-navigation-langs a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  padding: 4px;
}
.mobile-navigation-langs .active a {
  font-weight: 700;
}
.btn-red {
  background: #EB3939;
  display: inline-block;
  padding: 20px 40px 20px 40px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  height: 60px;
  border: none;
  cursor: pointer;
}
.remodal h2 {
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
.desription-h2-modal {
  margin-bottom: 30px;
  margin-top: 0;
}
.remodal span {
  color: #EB3939;
}
.remodal h3 span {
  color: #000000;
}
.remodal h3 span {
  display: none;
}
.remodal h3 span:nth-child(1) {
  display: block;
}
.remodal input {
  display: block;
  padding: 20px;
  text-decoration: none;
  font-size: 14px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #EAEAEA;
  margin: 0 auto;
  margin-bottom: 12px;
}
.remodal.simple .wpcf7-form-control-wrap {
  width: 100%;
  margin-bottom: 24px;
  display: block;
}
.remodal input.wpcf7-not-valid {
  border-color: #eb3939;
}
.wpcf7-not-valid-tip {
  text-align: left;
  font-size: 12px !important;
  margin-bottom: -14px;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #eb3939 !important;
}
.remodal .btn-red {
  width: 100%;
  margin: 0 auto;
}
div.wpcf7-response-output {
  display: none !important;
}
.remodal.thanks p {
  margin-bottom: 0;
}
.list-of-products {
  padding-top: 60px;
  position: relative;
}
.list-of-products .inside {
  position: relative;
}
.list-of-products .inside .download-pdf {
  position: absolute;
  right: 20px;
  top: -12px;
}
.list-of-products .inside .download-pdf:before {
  position: absolute;
  content: "";
  left: -34px;
  width: 26px;
  height: 26px;
  top: 8px;
  background: url(../images/pdf.svg) no-repeat center;
}
.list-of-products .inside .download-pdf a {
  color: #333;
  line-height: 1.2;
  text-align: left;
}
.list-of-products:before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 100%;
  top: 400px;
  left: 0;
  box-sizing: border-box;
  height: 1px;
  background: #E93939;
}
.list-of-products:after {
  position: absolute;
  z-index: 0;
  content: "";
  width: 100%;
  bottom: 160px;
  left: 0;
  box-sizing: border-box;
  height: 1px;
  background: #E93939;
}
.list-of-products .inside,
.list-of-products .list {
  position: relative;
  z-index: 1;
}
.list-of-products .item {
  width: 20%;
  box-sizing: border-box;
  padding-right: 20px;
  margin-bottom: 30px;
}
.list-of-products .item .img {
  margin-bottom: 20px;
}
.list-of-products .item .img a,
.list-of-products .item .img img {
  display: block;
  max-width: 100%;
}
.list-of-products .item .name {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}
.list-of-products .item.hidden {
  visibility: hidden;
}
.title-with-border {
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: 700;
  border-bottom: 3px solid #A19580;
  font-size: 24px;
}
.title-with-border strong {
  font-weight: 900;
  text-transform: uppercase;
}
.breadcrumbs {
  padding: 20px 0;
  font-weight: 300;
}
.breadcrumbs ul.flex {
  padding-left: 10px;
  position: relative;
}
.breadcrumbs ul.flex:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 4px;
  width: 6px;
  height: 6px;
  background: #A19580;
}
.breadcrumbs li {
  margin-right: 10px;
}
.breadcrumbs .sep {
  font-size: 14px;
}
.catalog-toolbar {
  padding-top: 40px;
  padding-bottom: 20px;
}
.catalog-toolbar .left-characteristics {
  position: relative;
}
.catalog-toolbar .left-characteristics > ul > li {
  margin-bottom: 18px;
}
.catalog-toolbar .left-characteristics > ul > li:nth-child(2),
.catalog-toolbar .left-characteristics > ul > li:nth-child(3) {
    display: none;
}
.catalog-toolbar .left-characteristics > ul > li .inline {
  display: inline-block;
  position: relative;
}
.catalog-toolbar .left-characteristics > ul > li > .inline > span {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-right: 24px;
}
.catalog-toolbar .left-characteristics > ul > li > .inline > span:after {
  position: absolute;
  top: 3px;
  content: "";
  border: 6px solid transparent;
  border-left-color: #A19580;
  right: 0px;
}


.catalog-toolbar .pop-widget {
  padding: 20px;
  position: absolute;
  background: #cac5ba;
  display: none;
  width: 600px;
  max-width: calc(100vw - 24px);
  line-height: 1.4;
  box-sizing: border-box;
  z-index: 4;
  margin-top: 20px;
}
.catalog-toolbar .pop-widget strong {
    display: block;
    margin-bottom: 4px;
    font-weight: bold;
}
.catalog-toolbar .pop-widget p {
    margin-bottom: 10px;
}
.catalog-toolbar .pop-widget li {
  margin-bottom: 6px;
}
.catalog-toolbar .action {
  padding: 10px 136px 10px 90px;
  border: 2px solid #A19580;
  color: #333;
  font-size: 28px;
  line-height: 1.2;
  text-align: right;
  position: relative;
}
.catalog-toolbar .action .image {
  position: absolute;
  top: -30px;
  right: 58px;
}
.multimedia {
  padding: 40px 0;
}
.multimedia .photolist {
  padding-bottom: 1px;
}
.multimedia .photolist .item {
  margin-bottom: 50px;
  max-width: 32%;
  width: 312px;
}
.multimedia .photolist .item.hidden {
    visibility: hidden;
}
.multimedia .photolist .item a {
  display: block;
  position: relative;
}
.multimedia .photolist .item a img {
  display: block;
  max-width: 100%;
}
.multimedia .photolist .item a .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  color: #333;
  font-size: 30px;
  display: none;
}
.multimedia .photolist .item:nth-child(3n-1) .item-inner {
  position: relative;
  max-width: 100%;
}
.multimedia .photolist .item:nth-child(3n-1) .item-inner:before {
  position: absolute;
  left: -49px;
  top: 50%;
  height: 100px;
  margin-top: -50px;
  content: "";
  width: 6px;
  background: rgba(140, 130, 120, 0.8);
}
.multimedia .photolist .item:nth-child(3n-1) .item-inner:after {
  position: absolute;
  right: -49px;
  top: 50%;
  height: 100px;
  margin-top: -50px;
  content: "";
  width: 6px;
  background: rgba(140, 130, 120, 0.8);
}
.multimedia .project-footer-line {
  padding-bottom: 10px;
  margin-bottom: 80px;
  border-bottom: 3px solid #A19580;
  font-size: 18px;
  margin-top: -40px;
}
.actions.page .content iframe {
  width: 100%;
  height: 600px;
}
.mobile-navigation-inner .wpm-language-switcher.switcher-list {
    justify-content: center;
}
.mobile-navigation-inner .wpm-language-switcher.switcher-list span,
.mobile-navigation-inner .wpm-language-switcher.switcher-list a {
    font-size: 18px;
    color: #fff
}
.mobile-navigation-inner .wpm-language-switcher.switcher-list .active span {
    opacity: 0.6
}
.mobile-navigation-inner .wpm-language-switcher.switcher-list li {
    margin: 0 5px;
}
.mobile-navigation-inner .switcher-list li:first-child:after {
    background: #fff;
    opacity: 0.5
}
.popup-form span {
    display: block;
}
span.wpcf7-not-valid-tip {
    margin-bottom: 2px;
    margin-left: 2px;
    display: none !important;
}
.thanks h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
.header .logo img {
    display: inline-block;
    vertical-align: middle;
}
.sublogo {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    font-size: 12px;
}


.partners {
    padding: 14px 0 80px;
}
.partners .title {
    font-family: 'Gilroy', sans-serif;
}
.partners .partner-slider .logo > a,
.partners .partner-slider .logo > span {
    width: 250px;
    height: 140px;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    padding: 20px;    
}

.partners .partner-slider .description {
    color: #343;
    line-height: 1.45;
    font-weight: 300;
    width: calc(100% - 308px);
    padding-right: 20px;
    box-sizing: border-box;
}

.partners .partner-slider .slick-prev {
    width: 28px;
    height: 28px;
    background: none;
    border: 2px solid #E93939;
    padding: 0;
    transform: rotate(-225deg);
    border-left: none;
    border-top: none;
    position: absolute;
    left: -40px;
    top: 50%;
    cursor: pointer;
    margin-top: -20px;
    z-index: 20;
    transition: all 0.3s ease 0s;
}
.partners .partner-slider .slick-next {
    width: 28px;
    height: 28px;
    background: none;
    border: 2px solid #E93939;
    border-left: none;
    border-top: none;
    padding: 0;
    cursor: pointer;
    transform: rotate(-45deg);
    right: -40px;
    position: absolute;
    top: 50%;
    z-index: 20;
    margin-top: -20px;
    transition: all 0.3s ease 0s;
}

.partners .partner-slider .slick-next:hover,
.partners .partner-slider .slick-prev:hover {
    border-color:#b73838;
    transition: all 0.3s ease 0s;
}
.seo-text {
    line-height: 1.5;
    font-size: 14px;
    padding: 30px 0;
}
.seo-text p {
    margin-bottom: 20px;
}
.seo-text h2,
.seo-text h3,
.seo-text h4,
.seo-text h5,
.seo-text h6 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

.seo-text strong {
    font-weight: bold;
}

.seo-text em {
    font-style: italic;
}