
body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.1;
  font-family: "Clear sans", sans-serif;
  color: #292929;
  margin: 0;
}

body ul, body li, body p, body h1, body h3, body h4 {
  margin: 0;
  padding: 0;
}

body h1 {
  font-family: "Pacifico", sans-serif;
  font-size: 90px;
  line-height: 1.1;
}

body h3 {
  font-family: "Pacifico", sans-serif;
  text-transform: none;
  font-size: 50px;
}

body h4 {
  font-family: "Pacifico", sans-serif;
  font-size: 35px;
}

img {
  transition: .7s;
}

/* Основной контейнер */
.container {
  width: 1300px;
  margin: 0 auto;
}

.container h3 {
  margin-left: 25px;
}

/* Блог секция */
.blogs {
  background-image: url(../img/main/blog-1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 500px;
}

/* Основной блок блога */
.container .blog_main {
  margin-top: 70px;
  margin-bottom: 140px;
}

.container .blog_main h3 {
  text-transform: none;
  text-align: center;
}

.container .blog_main .blog_img {
  background-image: url(../img/main/blog-img.png);
  background-repeat: no-repeat;
  background-position: 0 20px;
  background-size: contain;
  width: 600px;
  height: 400px;
  margin: 0 auto;
  margin-top: 65px;
  margin-bottom: 40px;
  padding: 40px 30px 20px 30px;
  position: relative;
}

.container .blog_main .blog_img img {
  display: block;
  margin: 0 auto;
  object-fit: contain;
  max-height: 100%;
}

.container .blog_main .blog_img:before {
  position: absolute;
  content: '';
  width: 200px;
  height: 500px;
  display: block;
  background-image: url(../img/bant-3.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: -135px;
  left: -150px;
}

.container .blog_main .blog_text {
  margin: 0 50px;
}

.container .blog_main .blog_text p {
  font-size: 16px;
  margin-bottom: 20px;
}

.container .blog_main .blog_text h4 {
  font-size: 25px;
  font-family: "Clear sans", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}

/* Социальные кнопки */
.container .blog_main .soc_content {
  width: 550px;
  margin: 0 auto;
  margin-bottom: 50px;
  white-space: nowrap;
}

.container .blog_main .soc_content span {
  cursor: pointer;
  font-size: 20px;
  font-family: "Pacifico", sans-serif;
  text-decoration: none;
  color: #292929;
  border: 4px dotted #292929;
  border-radius: 100px;
  line-height: 40px;
  padding-right: 19px;
  padding-left: 75px;
  position: relative;
  margin: 0 10px;
  height: 60px;
  padding-top: 0px;
  padding-bottom: 2px;
  transition: .7s;
}

.container .blog_main .soc_content span:hover {
  background: #bd6cc0;
  color: #fff;
}

.container .blog_main .soc_content span img {
  max-width: 55px;
  border-radius: 50%;
  padding: 8px;
  position: absolute;
  left: 10px;
  top: -10px;
}

.container .blog_main .soc_content .fb img {
  background-color: #4267b3;
}

.container .blog_main .soc_content .vk img {
  background-color: #4a77a8;
}

.container .blog_main .soc_content .odn img {
  background-color: #ef8308;
}

/* Другие статьи блога */
.container .blog_other {
  margin-bottom: 100px;
  position: relative;
}

.container .blog_other:before {
  position: absolute;
  content: '';
  width: 200px;
  height: 500px;
  display: block;
  background-image: url(../img/main-svg/sizes.svg);
  background-repeat: no-repeat;
  background-size: 150px;
  top: 650px;
  left: 400px;
}

.container .blog_other h3 {
  font-size: 45px;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 50px;
}

.container .blog_other .blog_article {
  display: grid;
  grid-template-columns: repeat(2, auto);
}

.container .blog_other .blog_article p {
  font-size: 20px;
  max-width: 350px;
}

.container .blog_other .blog_article .title {
  display: block;
  font-size: 34px;
  color: #292929;
  max-width: 430px;
  margin-bottom: 25px;
}

.container .blog_other .blog_article .article_w {
  background-image: url(../img/main/blog-other.png);
  background-repeat: no-repeat;
  background-size: 650px 380px;
  background-position: 0 50px;
  margin-top: 70px;
  margin-right: 90px;
}

.container .blog_other .blog_article .article_w a img {
  max-width: 610px;
  margin-left: 45px;
}

.container .blog_other .blog_article .article_w .title {
  font-family: Pacifico;
  margin-top: 100px;
}

.container .blog_other .blog_article .article_h a img {
  max-width: 470px;
  margin-right: 60px;
}

.container .blog_other .blog_article .article_h .title {
  margin-top: 55px;
}

/* Анимации */
.article_w p {
  transition: .7s;
}

.article_w:hover a, .article_w:hover p {
  color: #bd6cc0 !important;
}

.container .blog_other .blog_article .article_w a img:hover,
.container .blog_other .blog_article .article_h a img:hover,
.container .blog_main .blog_img img:hover {
  transform: scale(1.1);
}

/* Избранное */
.container .favor {
  padding: 0 15px;
  display: grid;
  grid-template-columns: repeat(4, 310px);
  margin-bottom: 90px;
}

.container .favor .dress_fav {
  display: grid;
  margin-top: 35px;
}

.container .favor .dress_fav img {
  max-width: 280px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.container .favor .dress_fav .img_dress {
  position: relative;
}

.container .favor .dress_fav .img_dress:before {
  content: '';
  width: 57px;
  height: 52px;
  display: block;
  background-image: url(../img/main-svg/love2_stillhover.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -20px;
  left: 105px;
  z-index: 1;
}

.container .favor .dress_fav a {
  justify-self: center;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 10px;
}

.container .favor .dress_fav a h4 {
  border-bottom: 2px solid #292929;
  color: #292929;
  padding-bottom: 5px;
}

.container .favor .dress_fav a:first-child {
  margin: 0;
}

.container .favor .dress_fav p {
  font-size: 20px;
  text-align: center;
  line-height: 0;
}

.container .favor .dress_fav .dr_price {
  margin: 0 auto;
}

.container .favor .dress_fav .dr_price .old-price,
.container .favor .dress_fav .dr_price .new-price {
  display: inline-block;
}

.container .favor .dress_fav .dr_price .old-price {
  color: #9d9d9d;
  text-decoration: line-through;
}

.container .favor .dress_fav .dr_price .new-price {
  color: #bd6cc0;
}

/* Ранее просмотренные */
.container .earlier {
  display: grid;
  grid-template-columns: repeat(4, 230px);
  margin-top: 85px;
  margin-bottom: 145px;
}

.container .earlier a {
  position: relative;
}

.container .earlier a img {
  max-width: 185px;
  display: block;
  margin: 0 auto;
}

.container .earlier a:hover:before {
  content: '';
  width: 57px;
  height: 52px;
  display: block;
  background-image: url(../img/main-svg/love2_still.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 110px;
  left: 85px;
}

.dvh {
  padding-left: 50px;
}
