@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

*,
*::after,
*::before {
  box-sizing: border-box
}

html {  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

body {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #434041;
  background-color: white;
  /* background-color: #f2f2f2; */
  
}

body::-webkit-scrollbar {
  width: 8px;
  background-color: #ba9e89
}

body::-webkit-scrollbar-thumb {
  background-color: #4c361e
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

body p {
  font-size: 18px;
  line-height: 1.563;
}

body a p {
  color: black;
}

body h1 {
  color: #4B3217;
  font-size: 30px;
  line-height: 100%;
}

body h2 {
  font-size: 25px;
  line-height: 100%;
}
body h3 {
  font-size: 25px;
  line-height: 100%;
  
}

body h4 {
  font-size: 18px;
}

body p {
  font-size: 10px;
}
h4.bread-crumbs {
  font-size: 20px;
  margin: 20px 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  h4.bread-crumbs {
    font-size: 15px;
    margin: 15px 0;

  }
}

body h3.catalog-description {
  margin: 0 0 25px 0;
}
body p.catalog-description {
  margin: 0 0 50px 0;
}

#podolsk {
  padding: 300px 0 80px 0;
}

#podolsk a.button {
  border: 1px solid #fff;
}
@media only screen and (max-width: 480px) {
  #podolsk {
    padding: 50px 0 80px 0;

  }
}




@media only screen and (min-width: 480px) {
  body p {
    font-size: 18px;
    line-height: 1.563;
  }
  body li {
    font-size: 18px;
    line-height: 1.563;
  }
  body h1 {
    font-size: 80px
  }
  body h3 {
    font-size: 55px;
    color: #38332D;
    
  }
  body h4 {
    font-size: 30px;
    color: #38332D;
  }
  body h2 {
    font-size: 65px;
    color: #38332D;
  }
  body h3.catalog-description {
    margin: 0 0 50px 50px;
  }
  body p.catalog-description {
    margin: 0 0 50px 50px;
  }


}



.custom-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5%;
  padding-right: 5%;
}
.head-article h1, .head-article hr, .head-article p {
  display: inline-block
}
.head-article hr {
  color: #000; /* Устанавливаем цвет линии */
	background-color: #000; /* Для кроссбраузерности (Opera и Mozilla Firefox) */
	height: 1px; /* Задаем толщину */
	border: none; /* Отменяем отображение границы (в браузере Firefox) */
  width: 25px;
  margin: 0 0 4px 0;
}
#news p {
  padding-top: 15px;
}

@media only screen and (min-width: 480px) {
  .head-article hr {
    width: 45px;
    margin: 0 28px 6px 37px;
  }
}


.border::before {
  content: "";
  position: absolute;
  width: 50%;
  background-color: #48341D;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 2px;
  width: 120px;
}
.border { 
  margin-bottom: 20px;
}

@media only screen and (min-width: 480px) {
  .border::before {
    visibility: hidden;
  }
  .border {  
    border-right: 5px solid #48341D;
    text-align: center;
  }
  .border .img-responsive {  
    display: inline-block;
  }
}


ul.social-media {
  margin: 30px auto; 
}
ul.social-media li {
  list-style: none;
  display: inline;
  font-size: 18px;
}

ul.social-media img {
  height: 18px;
  width: 18px;
}
ul.social-media hr {
  visibility: hidden;
}
@media only screen and (min-width: 480px) {
  ul.social-media hr {
    visibility: visible;
    display: inline-block;
    color: #000; /* Устанавливаем цвет линии */
    background-color: #000; /* Для кроссбраузерности (Opera и Mozilla Firefox) */
    height: 1px; /* Задаем толщину */
    border: none; /* Отменяем отображение границы (в браузере Firefox) */
    width: 20px;
    margin: 0 0 8px 20px;
  }
  ul.social-media li {
    font-size: 18px;
  }
  ul.social-media img {
    height: 40px;
    width: 40px;
  }
  ul.social-media li:nth-child(even) {
    margin: 0 30px;   
  }
}


/* страница товара */
hr.small-bar {
  color: #563F26; /* Устанавливаем цвет линии */
	background-color: #563F26; /* Для кроссбраузерности (Opera и Mozilla Firefox) */
	height: 2px; /* Задаем толщину */
	border: none; /* Отменяем отображение границы (в браузере Firefox) */
  width: 65px;
}
.product-name {
  margin-top: 110px;
  margin-bottom: 50px;
}

.order-button {
  margin: 50px auto;
  padding: 24px 37px;
  border: 4px solid #4B3217;
  transition: 1s;
  text-align: center;
  color: #4B3217;
  width: 270px;
  font-size: 18px;
}
.order-button:hover {
  border: 4px solid #ba9e89;
  color: #ba9e89;
}
/* старая версия с развмещением на кратинке */
/* .product-description {
  position: absolute;
  top: 40px;  
  z-index: 3;
  left: 50%;
  font-weight: 600;  
  right: auto;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  padding: 25px 50px;
  width: 450px;
} */

@media only screen and (min-width: 480px) {
.product-description h3 {
  font-size: 40px;
}
}
/* @media only screen and (max-width: 820px) {
  .product-description {
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0);
  }
} */
@media only screen and (min-width: 480px) {
  .right-block {
    float: right; 
  }
}


#map {
  height: 60vh;
  width: 100%
}


.map-wrapper ul {
  padding: 0 0 20px 0;
}


.map-wrapper ul {
  -webkit-column-count: 1;
  column-count: 1;
}
@media only screen and (min-width: 489px) {
  .map-wrapper ul {
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (min-width: 1000px) {
  .map-wrapper ul {
    -webkit-column-count: 4;
    column-count: 4;
  }
}
@media only screen and (min-width: 1200px) {
  .map-wrapper ul {
    -webkit-column-count: 6;
    column-count: 6;
  }
}

.map-wrapper li {
  padding: 1em 0 0 0;
  font-size: 18px;
}
.map-wrapper li b{
  font-weight: 600;
}

.map-wrapper li a::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-transform: translate(-15px, 7px);
  -ms-transform: translate(-15px, 7px);
  transform: translate(-15px, 7px);
  border: 3px solid #ba9e89
}

.map-wrapper li a:hover {
  transition: color 0.5s
}

.map-wrapper li a:hover::before {
  background: #4c361e;
  border-radius: 50%;
  border: 2px solid #4c361e;
  transition: background 0.8s
}


body #contact-us {
  background-image: url('../img/background-staff.jpg'); 
  /* background-color: rgba(75, 50, 23, 0.5);  */
}
body #contact-us h1, body #contact-us p, body #contact-us h2 {
  color: white;
}
body #contact-us h2 b {
  font-weight: 600;
}
body #contact-us h2 {
  font-size: 22px;
  margin: 14px 0;
}

body #contact-us p {
  margin: 14px 0;
}

.bordered::before {
  content: "";
  position: absolute;
  width: 80%;
  background-color: white;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 2px;
}
.bordered { 
  margin-bottom: 20px;
}
.stuff-card {
  padding-top: 25px;
}

@media only screen and (min-width: 480px) {
  body #contact-us h2 {
    font-size: 32px;
    margin: 25px 0;
  }
  
  body #contact-us p {
    font-size: 22px;
    margin: 25px 0;
  }
  .bordered::before {
    visibility: hidden;
  }
  .bordered {  
    border-right: 5px solid white;
  }
  .stuff-card {
    height: 600px;
  }
}
.centred {
  margin: 0 auto;
}

.company-img {
  margin: 80px 0 80px auto;
}

.img-right {
  margin: 0 auto 0 0;
}
.single-new {
  margin-bottom: 30px;
  margin-left: -15px;
}
.uder-img {
  margin-top: 10px;
}

.tag {
  background-color: #B5996A;
  color:  white;
  padding: 5px;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
}
.tag-wrapper {
  text-align: right;
}

footer#footer {
  height: 500px;
  background-color: #4B3217;
  color: #FFF;
  padding-top: 26px;
  font-size: 10px;
}




a.button  {
  color: #fff;
  padding: 10px;
  border: 2px solid #fff;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  transition: border 0.3s;
  font-size: 14px;  
}
a.button:hover  {
  color: #4B3217;
  background-color: #fff;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  transition: border 0.3s;  
}

/* footer .contacts {
  margin-top: 35px;
  font-size: 10px;
} */
#footer .contacts a:hover {
  color: #fff;  
}

#footer .become-dealer {
  padding-top: 28px;
  min-height: 100px;

}

#footer ul.social-media li:nth-child(even) {
  margin: 0 30px;   
}


@media only screen and (min-width: 600px) {
  footer {
    height: 425px;
    padding-top: 105px;  
  }
  a.button  {
    color: #fff;
    padding: 20px;
    font-size: 18px;
    border: 4px solid #fff;
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
    transition: border 0.3s;
  }
  footer .contacts {
    margin-top: 0;
    font-size: 18px;
  }
}






body a {
  color: #ba9e89;
  outline: none;
  text-decoration: none
}

body a:hover {
  text-decoration: none;
  color: #4c361e;
  transition: all 1s ease
}

body a:visited {
  text-decoration: none
}

body a:active {
  text-decoration: none;
  color: #4c361e
}

body a:link {
  text-decoration: none
}

body .invert-text {
  color: #f2f2f2
}

body .text-uppercase {
  text-transform: uppercase
}

body .text-center {
  text-align: center
}

body .active {
  background: #4c361e
}





.news-wrapper {
  padding: 0 0 1em 0;
  overflow-x: hidden
}

.news-wrapper h2 {
  line-height: 1em
}

.news-wrapper section {
  padding: 1em 1em
}

@media only screen and (min-width: 768px) {
  .news-wrapper section {
    height: 600px
  }
}

@media only screen and (min-width: 1024px) {
  .news-wrapper section {
    height: auto
  }
}

.news-wrapper a i {
  float: right;
  text-decoration: underline;
  color: #ba9e89
}

.news-wrapper a i:hover {
  color: #4c361e;
  transition: all 1s ease
}

.news-wrapper a h3 {
  padding: 0 0 1em 0;
  text-decoration: underline
}

.post-wrapper {
  padding: 2em 0 0 0
}

.post-wrapper img {
  margin: .5em auto
}

.post-wrapper article h1 {
  line-height: 1em;
  margin: 0
}

.post-wrapper article p {
  text-align: justify
}

.post-wrapper article h4 {
  text-align: justify;
  font-style: italic;
  padding: 0 0 1em 0
}

.new-gallery-wrapper figure {
  padding: .5em
}

.news-feed-wrapper {
  margin: -1em 0 0 0
}

.news-feed-wrapper h1 {
  padding: .5em 0 0 0
}

.news-feed-wrapper .single-new-wrapper {
  margin: 0 0 1em 0;
  background: #f2f2f2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
}

.news-feed-wrapper .single-new-wrapper:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  background: #fff
}

.news-feed-wrapper .single-new-wrapper a {
  color: #434041
}

.news-feed-wrapper .single-new-wrapper img {
  padding: 1em 0
}

.news-feed-wrapper .single-new-wrapper .tags i {
  color: #fff;
  padding: 0 0 5px 0;
  display: block
}

.news-feed-wrapper .single-new-wrapper .tags a {
  display: inline-block;
  height: 20px;
  margin: 0 10px 5px 0;
  padding: 0 14px 0 14px;
  white-space: nowrap;
  position: relative;
  background-color: #ba9e89;
  line-height: 1.5;
  text-decoration: none;
  border-radius: 1px 3px 3px 1px
}

.news-feed-wrapper .single-new-wrapper .tags a:hover {
  background-color: #4c361e
}

.news-feed-wrapper .single-new-wrapper .tags a:hover:before {
  background-color: #4c361e
}

.news-feed-wrapper .single-new-wrapper .tags a:hover:after {
  width: 4px;
  height: 4px
}

.news-feed-wrapper .single-new-wrapper .tags a:before {
  content: '';
  position: absolute;
  top: 5px;
  left: -5px;
  width: 10px;
  height: 10px;
  background-color: #ba9e89;
  -webkit-transform: scale(1, 1.4) rotate(45deg);
  -ms-transform: scale(1, 1.4) rotate(45deg);
  transform: scale(1, 1.4) rotate(45deg)
}

.news-feed-wrapper .single-new-wrapper .tags a:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 1px;
  width: 5px;
  height: 5px;
  background: #FFF;
  border-radius: 50%;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 1px rgba(0, 0, 0, 0.21)
}

nav[role="navigation"] {
  text-align: center
}

.pagination {
  padding: 0 0 1em 0;
  width: 90%;
  max-width: 768px;
  margin: 2em auto 4em;
  text-align: center
}

.pagination li {
  display: none;
  border-radius: 0.25em;
  border: 1px solid #e6e6e6;
  padding: .6em .8em
}

.pagination li:hover {
  background: #ba9e89;
  transition: all 1s
}

.pagination li:hover a {
  color: #FFF
}

@media only screen and (min-width: 480px) {
  .pagination li {
    display: inline-block
  }
}

.pagination li.current {
  background: #4c361e;
  color: #fff;
  padding: .6em .8em
}

.pagination li.button {
  display: inline-block;
  width: 50px;
  height: auto;
  background-image: url("../img/cd-icon-arrow-2.svg");
  background-repeat: no-repeat;
  background-position: center
}

.pagination li.button a {
  color: transparent
}

.pagination li.button:last-of-type {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.pagination li.button:hover {
  background-image: url("../img/cd-icon-arrow-2-white.svg");
  transition: all 1s
}

.about-wrapper {
  background: #565656;
  color: #fff;
  padding: 1em 0;
  overflow-x: hidden
}

.about-wrapper img {
  height: 120px;
  border-radius: 50%;
  margin: 1em
}

@media only screen and (min-width: 768px) {
  .about-wrapper img {
    margin: 1em 2em
  }
}

.about-wrapper section p {
  padding: 10px 0 0 0
}

.catalog-wrapper .left {
  display: block;
  width: 100%
}

.catalog-wrapper .right {
  width: 100%;
  display: block
}

@media only screen and (min-width: 768px) {
  .catalog-wrapper .left {
    width: 50%;
    min-height: 500px;
    float: left
  }

  .catalog-wrapper .right {
    width: 50%;
    min-height: 500px;
    margin-left: 50%
  }

  .catalog-wrapper .right h2 {
    padding: 3em 0 0 0
  }

  .catalog-wrapper .catalog-grey {
    color: #fff;
    background: #383838
  }
}

.catalog-wrapper img {
  text-align: center;
  margin: 1em 0 -1em 0
}

@media only screen and (min-width: 768px) {
  .catalog-wrapper img {
    margin: 5em 0;
    float: right
  }
}

.catalog-wrapper h2 {
  padding: 0 1em;
  text-align: center
}

@media only screen and (min-width: 768px) {
  .catalog-wrapper h2 {
    padding: 1em
  }
}

.catalog-wrapper p {
  padding: 0 2em 2em 2em;
  text-align: center
}

@media only screen and (min-width: 768px) {
  .catalog-wrapper p {
    text-align: justify;
    padding: 0 3em 2em 3em
  }
}

@media only screen and (min-width: 1024px) {
  .catalog-wrapper p {
    text-align: justify;
    padding: 0 10em 2em 10em
  }
}

.action-wrapper {
  position: absolute;
  top: 16px;
  left: 75%;
  height: 36px;
  background: red;
  z-index: 2;
  padding: 5px 10px 5px 5px;
  color: #fff;
  border: solid red 1px
}

.action-wrapper:after {
  content: '';
  position: absolute;
  top: -5px;
  left: -40px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  border: 18px solid transparent;
  border-top: 25px solid red
}





.breadcrumbs-wrapper {
  background: #565656;
  height: 42px
}

.breadcrumbs-wrapper .logout {
  float: right;
  color: #fff;
  padding: .5em 0
}

.breadcrumbs-wrapper .logout a {
  color: #fff
}

.breadcrumbs-wrapper .logout li {
  display: inline
}

.breadcrumbs-wrapper .logout li:not(:last-child) {
  visibility: hidden
}

@media only screen and (min-width: 1024px) {
  .breadcrumbs-wrapper .logout {
    padding: .5em 6em 0 0
  }

  .breadcrumbs-wrapper .logout li:not(:last-child) {
    visibility: visible
  }
}

@media only screen and (min-width: 1445px) {
  .breadcrumbs-wrapper .logout {
    padding: .5em 6em 0 0
  }
}

.breadcrumbs-wrapper .breadcrumbs {
  font-size: .7em;
  color: #fff;
  padding: 1.2em 0 0 4em
}

.breadcrumbs-wrapper .breadcrumbs a {
  color: #fff
}

@media only screen and (min-width: 1024px) {
  .breadcrumbs-wrapper .breadcrumbs {
    padding: .5em 0 0 10em;
    font-size: 1em
  }
}

@media only screen and (min-width: 1445px) {
  .breadcrumbs-wrapper .breadcrumbs {
    padding: .5em 0 0 0
  }
}

.breadcrumbs-wrapper .breadcrumbs li {
  display: inline;
  padding: 0 1em
}

.breadcrumbs-wrapper .breadcrumbs li:not(:first-child)::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  background: #fff;
  -webkit-transform: rotate(30deg) translate(-15px, 10px);
  -ms-transform: rotate(30deg) translate(-15px, 10px);
  transform: rotate(30deg) translate(-15px, 10px);
  transition: 1s linear
}

.breadcrumbs-wrapper .breadcrumbs li:first-child::before {
  content: '';
  position: absolute;
  -webkit-transform: translate(-20px, 2px);
  -ms-transform: translate(-20px, 2px);
  transform: translate(-20px, 2px);
  border: 5px solid transparent;
  border-right: 7px solid #fff
}

@media only screen and (min-width: 1024px) {
  .breadcrumbs-wrapper .breadcrumbs li:first-child::before {
    -webkit-transform: translate(-20px, 7px);
    -ms-transform: translate(-20px, 7px);
    transform: translate(-20px, 7px)
  }
}

.breadcrumbs-wrapper .breadcrumbs li:hover:not(:last-child) {
  transition: opacity .5s ease-out 0.1s;
  opacity: .8
}

.breadcrumbs-wrapper .breadcrumbs li:hover:not(:last-child)::before {
  opacity: .8
}

.product-wrapper {
  background: #f3f3f3;
  margin: 0 0 3em 0
}

.product-wrapper .addons-link {
  font-size: 2em;
  float: right
}

.product-wrapper .addons-link li {
  display: inline-block;
  margin: 0 1em 0 0;
  font-size: .7em
}

.product-wrapper .addons-link li:hover {
  text-decoration: underline
}

i.img-top.addons-button {
  margin: 0 10px;
  padding: 10px 30px;
  border: 1px solid #4B3217;
  transition: 1s;
  text-align: center;
  color: #4B3217;
  width: 110px;
  font-size: 14px;
}

i.img-top.addons-button:hover {
  border: 4px solid #4B3217;
  color: white;
  background-color: #4B3217;
}

i.img-top.addons-button a:hover {
  color: white;
}




.product-wrapper .product article {
  padding: 2em
}

@media only screen and (min-width: 768px) {
  .product-wrapper .product article {
    padding: 2em 5em
  }
}

.product-wrapper .product article img {
  margin: 0 auto
}

@media only screen and (min-width: 1024px) {
  .product-wrapper .product article img {
    height: 100vh
  }
}

.product-wrapper .product article p {
  padding: 0 0 1em 0
}

.product-wrapper .product article a .big-button {
  color: #fff;
  background: #4c361e;
  padding: 0.8em 1em calc(.8em + 3px);
  border-radius: 3px;
  box-shadow: 0 -3px #ba9e89 inset;
  transition: 1s;
  text-align: center
}

@media only screen and (min-width: 768px) {
  .product-wrapper .product article a .big-button {
    margin: 0
  }
}

.product-wrapper .product article a .big-button:hover {
  background: #ba9e89
}

.product-wrapper .aside-gallery {
  color: #fff;
  height: 100vh;
  background: #dbdbdb;
  overflow-x: hidden
}

.product-wrapper .aside-gallery::-webkit-scrollbar {
  width: 0px;
  background-color: #ba9e89
}

.product-wrapper .aside-gallery::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.3)
}

.product-wrapper .aside-gallery::-webkit-scrollbar-thumb {
  background-color: #4c361e
}

.product-wrapper .aside-gallery figure {
  margin: 0 auto;
  padding: 2em 0 0 0;
  max-width: 250px
}

.product-wrapper .aside-gallery figure:hover {
  color: #E9E9E9
}

.product-wrapper .aside-gallery figure figcaption {
  text-align: center
}

.product-wrapper .aside-gallery figure figcaption:hover {
  color: #5b5b5b
}

.product-wrapper .aside-gallery figure p {
  text-align: center
}

.product-wrapper .aside-gallery .scroll-icon {
  visibility: hidden;
  width: 50px;
  height: 50px;
  opacity: 0;
  transition: opacity 0.5s linear;
  position: fixed;
  right: 0;
  top: 30%
}

.product-wrapper .aside-gallery .product-icon {
  width: 75px;
  height: 75px;
  background: #9e9e9e;
  border: 2px solid #5b5b5b;
  border-radius: 50%;
  transition: opacity 0.5s linear
}

.product-wrapper .aside-gallery .product-icon:hover {
  background: #565656
}

.product-wrapper .aside-gallery:hover .scroll-icon {
  visibility: visible;
  opacity: 1
}

.product-wrapper .gallery-wrapper {
  color: #fff;
  background: #565656
}

.product-wrapper .gallery-wrapper a {
  color: #FFF
}

.product-wrapper .gallery-wrapper h2 {
  padding: 2em
}

@media only screen and (min-width: 768px) {
  .product-wrapper .gallery-wrapper h2 {
    padding: 2em 5em
  }
}

.product-wrapper .gallery-wrapper figure {
  padding: 1em
}

@media only screen and (min-width: 1445px) {
  .product-wrapper .gallery-wrapper figure {
    padding: 2em 1em
  }
}

.parallax {
  -webkit-perspective: 1px;
  perspective: 1px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto
}

.parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.parallax__layer--base {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.parallax__layer--back {
  -webkit-transform: translateZ(-1px) scale(2);
  transform: translateZ(-1px) scale(2)
}

.becomedealer p {
  margin: 0 0 1em 0
}

.becomedealer ol {
  counter-reset: li;
  display: block;
  padding: 0;
  margin: 0
}

.becomedealer ol li {
  position: relative;
  margin: 0 0 6px .5em;
  padding: 4px 8px
}

.becomedealer ol li::before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: -1.5em;
  width: 2em;
  padding: 4px 0;
  color: #ba9e89;
  text-align: center
}

.pr-contact-form {
  position: absolute;
  z-index: 4;
  width: 90%
}

@media only screen and (min-width: 768px) {
  .pr-contact-form {
    width: 600px;
    top: 10px;
    right: 5%
  }
}

.contact-form-grid {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1em 2em;
  float: right
}

.contact-form-grid .confirm-list {
  display: inline-block;
  position: relative;
  margin: 0
}

.contact-form-grid label {
  font-size: 1em;
  color: #434041;
  margin: 2em 0 .5em 0
}

.contact-form-grid input {
  margin: 0 0 1em 0;
  display: block;
  width: 100%;
  padding: 1em;
  color: #434041;
  border: 1px solid #434041
}

.contact-form-grid input:focus {
  outline: none;
  border: 2px solid #ba9e89
}

.contact-form-grid input[type="checkbox"] {
  position: absolute;
  display: inline;
  right: 45%;
  top: 1em;
  float: left;
  opacity: 0;
  z-index: 2
}

.contact-form-grid input[type="checkbox"]+label {
  padding: 1em 2em
}

.contact-form-grid input[type="checkbox"]+label::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: .25em;
  width: 1em;
  height: 1em;
  border: 1px solid #434041;
  background: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  border-radius: .25em
}

.contact-form-grid input[type="checkbox"]:hover+label::before {
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.9);
  display: block
}

.contact-form-grid input[type="checkbox"]:checked+label::before {
  background: #ba9e89 url(../img/icon-check.svg);
  transition: 0.5s ease
}

.contact-form-grid input[type="submit"] {
  background: #ba9e89;
  color: #f2f2f2;
  padding: 1em 1.8em;
  display: inline-block;
  font-size: 1em;
  transition: 0.5s ease;
  border: none;
  cursor: pointer;
  outline: none;
  text-align: center;
  text-transform: uppercase
}

.contact-form-grid input[type="submit"]:hover {
  background: #4c361e
}

.errorlist {
  color: #4c361e;
  font-size: .7em
}

#link {
  position: relative
}

#link input {
  pointer-events: none
}

#link:hover:before {
  display: block;
  content: "Подтвердите своё согласие с политикой конфиденциальности персональных данных";
  position: absolute;
  top: 0;
  left: 20%;
  -webkit-transform: translate(-50%, calc(-100% - 10px));
  -ms-transform: translate(-50%, calc(-100% - 10px));
  transform: translate(-50%, calc(-100% - 10px));
  border-radius: 3px;
  padding: 10px;
  background: #f7f7f7;
  box-shadow: 0 0 2px
}

#link:hover:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 10px;
  border-color: #f7f7f7 transparent transparent transparent
}

#link-confirm {
  display: inline
}

#link-confirm:checked~#link input {
  pointer-events: auto
}

#link-confirm:checked~#link:before,
#link-confirm:checked~#link:after {
  content: none
}

#link_bottom {
  position: relative
}

#link_bottom input {
  pointer-events: none
}

#link_bottom:hover:before {
  display: block;
  content: "Подтвердите своё согласие с политикой конфиденциальности персональных данных";
  position: absolute;
  top: 0;
  left: 20%;
  -webkit-transform: translate(-50%, calc(-100% - 10px));
  -ms-transform: translate(-50%, calc(-100% - 10px));
  transform: translate(-50%, calc(-100% - 10px));
  border-radius: 3px;
  padding: 10px;
  background: #f7f7f7;
  box-shadow: 0 0 2px
}

#link_bottom:hover:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 10px;
  border-color: #f7f7f7 transparent transparent transparent
}

#link-confirm_bottom {
  display: inline
}

#link-confirm_bottom:checked~#link input {
  pointer-events: auto
}

#link-confirm_bottom:checked~#link_bottom:before,
#link-confirm_bottom:checked~#link_bottom:after {
  content: none
}

.downloads-wrapper h2 {
  margin: 1em 0 0 0
}

.downloads-wrapper .description {
  margin: -.7em 0 0 0
}

.downloads-wrapper .save-icon {
  width: 20px;
  height: 20px;
  float: left;
  margin: .5em;
  background: url("../img/save.png") no-repeat
}

.big {
  font-size: 1.2em
}

.square {
  width: .7em;
  height: .7em;
  margin: .5em;
  display: inline-block
}

textarea {
  position: relative;
  background-color: #fff;
  border: 1px solid #434041;
  font-size: inherit;
  width: 100%;
  height: 20vh;
  padding: 5px
}

.custom-dropdown {
  width: 100%;
  height: 3.5em;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #434041;
  margin: 0 0 1em 0
}

.custom-dropdown select {
  width: 99%;
  height: 3.4em;
  background-color: #fff;
  font-size: inherit;
  padding: .5em;
  padding-right: 2.5em;
  border: 0;
  margin: 0;
  text-indent: .5em;
  text-overflow: '';
  -webkit-appearance: button
}

.custom-dropdown::before {
  content: "";
  position: absolute;
  pointer-events: none;
  background: #ba9e89;
  width: 3.5em;
  right: 0;
  top: 0;
  bottom: 0
}

.custom-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
  color: #FFF;
  content: "\25BC";
  height: 3.5em;
  font-size: 1em;
  line-height: 1;
  right: 1.3em;
  top: 50%;
  margin-top: -.5em
}

.custom-dropdown:hover::before {
  background: #4c361e
}

.custom-dropdown option {
  height: 3.4em;
  padding: 1em 0;
  margin: 1em
}

.custom-dropdown select[disabled] {
  color: rgba(0, 0, 0, 0.3)
}

.custom-dropdown select[disabled]::after {
  color: rgba(0, 0, 0, 0.1)
}

.single-letter-wrapper {
  margin: 0 0 2em 0
}

.single-letter-wrapper .save-icon {
  width: 20px;
  height: 20px;
  float: left;
  margin: .5em;
  background: url("../img/save.png") no-repeat
}

.single-letter-wrapper .tags i {
  color: #fff;
  padding: 0 0 5px 0;
  display: block
}

.single-letter-wrapper .tags a {
  display: inline-block;
  height: 20px;
  margin: 0 10px 5px 0;
  padding: 0 14px 0 14px;
  white-space: nowrap;
  position: relative;
  background-color: #ba9e89;
  line-height: 1.5;
  text-decoration: none;
  border-radius: 1px 3px 3px 1px
}

.single-letter-wrapper .tags a:hover {
  background-color: #4c361e
}

.single-letter-wrapper .tags a:hover:before {
  background-color: #4c361e
}

.single-letter-wrapper .tags a:hover:after {
  width: 4px;
  height: 4px
}

.single-letter-wrapper .tags a:before {
  content: '';
  position: absolute;
  top: 5px;
  left: -5px;
  width: 10px;
  height: 10px;
  background-color: #ba9e89;
  -webkit-transform: scale(1, 1.4) rotate(45deg);
  -ms-transform: scale(1, 1.4) rotate(45deg);
  transform: scale(1, 1.4) rotate(45deg)
}

.single-letter-wrapper .tags a:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 1px;
  width: 5px;
  height: 5px;
  background: #FFF;
  border-radius: 50%;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 1px rgba(0, 0, 0, 0.21)
}

nav[role="navigation"] {
  text-align: center
}

.pagination {
  padding: 0 0 1em 0;
  width: 90%;
  max-width: 768px;
  margin: 2em auto 4em;
  text-align: center
}

.pagination li {
  display: none;
  border-radius: 0.25em;
  border: 1px solid #e6e6e6;
  padding: .6em .8em
}

.pagination li:hover {
  background: #ba9e89;
  transition: all 1s
}

.pagination li:hover a {
  color: #FFF
}

@media only screen and (min-width: 480px) {
  .pagination li {
    display: inline-block
  }
}

.pagination li.current {
  background: #4c361e;
  color: #fff;
  padding: .6em .8em
}

.pagination li.button {
  display: inline-block;
  width: 50px;
  height: auto;
  background-image: url("../img/cd-icon-arrow-2.svg");
  background-repeat: no-repeat;
  background-position: center
}

.pagination li.button a {
  color: transparent
}

.pagination li.button:last-of-type {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.pagination li.button:hover {
  background-image: url("../img/cd-icon-arrow-2-white.svg");
  transition: all 1s
}

.about-wrapper {
  background: #565656;
  color: #fff;
  padding: 1em 0;
  overflow-x: hidden
}

.about-wrapper img {
  height: 120px;
  border-radius: 50%;
  margin: 1em
}

.about-wrapper section p {
  padding: 10px 0 0 0
}

.congaratulations-wrapper {
  padding: 1em 0 0 0
}

@media only screen and (min-width: 768px) {
  .congaratulations-wrapper {
    padding: 5em 0 0 0
  }
}

.single-congaratulations-wrapper {
  margin: 0 0 2em 0
}

.actions-feed-wrapper {
  position: relative
}

.clock-wrapper {
  position: absolute
}

.clock-wrapper p {
  margin: 0 0 0 1em;
  font-size: 2em;
  color: #e60f0f
}

@media only screen and (min-width: 768px) {
  .clock-wrapper {
    bottom: 15%;
    left: 5%
  }
}

@media only screen and (min-width: 1024px) {
  .clock-wrapper {
    bottom: 5%;
    left: 45%
  }
}

.action-button {
  margin: 6em 0 0 0;
  text-align: right
}

@media only screen and (min-width: 768px) {
  .action-button {
    margin: 2em 0 0 0
  }
}

.action-button a {
  position: relative;
  background-color: #4c361e;
  padding: 1em;
  color: #fff
}

.action-button a:hover {
  background-color: #ba9e89
}

