diff --git a/wp-content/themes/cosmopet/modules/static-pages/front-page/template-front-page.php b/wp-content/themes/cosmopet/modules/static-pages/front-page/template-front-page.php index faba9e7..5425eb3 100644 --- a/wp-content/themes/cosmopet/modules/static-pages/front-page/template-front-page.php +++ b/wp-content/themes/cosmopet/modules/static-pages/front-page/template-front-page.php @@ -7,14 +7,11 @@ img { + width: 100%; +} +.carousel .indicators { + position: absolute; + text-align: center; + left: 0; + right: 0; + bottom: 0; + margin: 0; +} +.carousel .indicators .indicator-item { + display: inline-block; + position: relative; + cursor: pointer; + margin: 24px 4px; + width: 8px; + height: 8px; + opacity : 0.5; + content: ""; + border-radius: 50%; + border: 1px solid #fff; + background-color: unset; + /* round-color 0.3s; */ + border-radius: 50%; +} +.carousel .indicators .indicator-item { + width: 9px; + height: 9px; + content: ""; + border-radius: 50%; + border: 1px solid #fff; + background-color: unset; +} +.carousel .indicators .indicator-item.active { + background-color: #fff; + opacity: 1; +} +.carousel.scrolling .carousel-item .materialboxed, +.carousel .carousel-item:not(.active) .materialboxed { + pointer-events: none; +} diff --git a/wp-content/themes/cosmopet/static/front-page/css/materialize.min.css b/wp-content/themes/cosmopet/static/css/libs/materialize.min.css similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/css/materialize.min.css rename to wp-content/themes/cosmopet/static/css/libs/materialize.min.css diff --git a/wp-content/themes/cosmopet/static/front-page/css/carousel.css b/wp-content/themes/cosmopet/static/front-page/css/carousel.css deleted file mode 100644 index a0df508..0000000 --- a/wp-content/themes/cosmopet/static/front-page/css/carousel.css +++ /dev/null @@ -1,173 +0,0 @@ -.slider { - position: relative; - height: 400px; - width: 100%; -} -.slider.fullscreen { - height: 100%; - width: 100%; - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; -} -.slider.fullscreen ul.slides { - height: 100%; -} -.slider.fullscreen ul.indicators { - z-index: 2; - bottom: 30px; -} -.slider .slides { - background-color: #9e9e9e; - margin: 0; - height: 400px; -} -.slider .slides li { - opacity: 0; - position: absolute; - top: 0; - left: 0; - z-index: 1; - width: 100%; - height: inherit; - overflow: hidden; -} -.slider .slides li img { - height: 100%; - width: 100%; - background-size: cover; - background-position: center; -} -.slider .slides li .caption { - color: #fff; - position: absolute; - top: 15%; - left: 15%; - width: 70%; - opacity: 0; -} -.slider .slides li .caption p { - color: #e0e0e0; -} -.slider .slides li.active { - z-index: 2; -} -.slider .indicators { - position: absolute; - text-align: center; - left: 0; - right: 0; - bottom: 0; - margin: 0; -} -.slider .indicators .indicator-item { - display: inline-block; - position: relative; - cursor: pointer; - height: 16px; - width: 16px; - margin: 0 12px; - background-color: #e0e0e0; - -webkit-transition: background-color 0.3s; - transition: background-color 0.3s; - border-radius: 50%; -} -.slider .indicators .indicator-item.active { - background-color: #4caf50; -} -.carousel { - overflow: hidden; - position: relative; - width: 100%; - min-height: 660px; - -webkit-perspective: 500px; - perspective: 500px; - -webkit-transform-style: preserve-3d; - transform-style: preserve-3d; - -webkit-transform-origin: 0% 50%; - transform-origin: 0% 50%; -} -.carousel.carousel-slider { - top: 0; - left: 0; -} -.carousel.carousel-slider .carousel-fixed-item { - position: absolute; - left: 0; - right: 0; - bottom: 20px; - z-index: 1; -} -.carousel.carousel-slider .carousel-fixed-item.with-indicators { - bottom: 68px; -} -.carousel.carousel-slider .carousel-item { - width: 100%; - height: 100%; - min-height: 400px; - position: absolute; - top: 0; - left: 0; -} -.carousel.carousel-slider .carousel-item h2 { - font-size: 24px; - font-weight: 500; - line-height: 32px; -} -.carousel.carousel-slider .carousel-item p { - font-size: 15px; -} -.carousel .carousel-item { - visibility: hidden; - /* width: 200px; */ - /* height: 200px; */ - width: 257px; - height: 489px; - position: absolute; - top: 0; - left: 0; -} -.carousel .carousel-item > img { - width: 100%; -} -.carousel .indicators { - position: absolute; - text-align: center; - left: 0; - right: 0; - bottom: 0; - margin: 0; -} -.carousel .indicators .indicator-item { - display: inline-block; - position: relative; - cursor: pointer; - margin: 24px 4px; - width: 8px; - height: 8px; - opacity : 0.5; - content: ""; - border-radius: 50%; - border: 1px solid #fff; - background-color: unset; - /* round-color 0.3s; */ - border-radius: 50%; -} -.carousel .indicators .indicator-item { - width: 9px; - height: 9px; - content: ""; - border-radius: 50%; - border: 1px solid #fff; - background-color: unset; -} -.carousel .indicators .indicator-item.active { - background-color: #fff; - opacity: 1; -} -.carousel.scrolling .carousel-item .materialboxed, -.carousel .carousel-item:not(.active) .materialboxed { - pointer-events: none; -} diff --git a/wp-content/themes/cosmopet/static/front-page/img/Stars-for-form.png b/wp-content/themes/cosmopet/static/img/Stars-for-form.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/Stars-for-form.png rename to wp-content/themes/cosmopet/static/img/Stars-for-form.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/about_card-gif1.gif b/wp-content/themes/cosmopet/static/img/about_card-gif1.gif similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/about_card-gif1.gif rename to wp-content/themes/cosmopet/static/img/about_card-gif1.gif diff --git a/wp-content/themes/cosmopet/static/front-page/img/about_card-gif2.gif b/wp-content/themes/cosmopet/static/img/about_card-gif2.gif similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/about_card-gif2.gif rename to wp-content/themes/cosmopet/static/img/about_card-gif2.gif diff --git a/wp-content/themes/cosmopet/static/front-page/img/about_card-gif3.gif b/wp-content/themes/cosmopet/static/img/about_card-gif3.gif similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/about_card-gif3.gif rename to wp-content/themes/cosmopet/static/img/about_card-gif3.gif diff --git a/wp-content/themes/cosmopet/static/front-page/img/about_card-logo1.svg b/wp-content/themes/cosmopet/static/img/about_card-logo1.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/about_card-logo1.svg rename to wp-content/themes/cosmopet/static/img/about_card-logo1.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/about_card-logo2.svg b/wp-content/themes/cosmopet/static/img/about_card-logo2.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/about_card-logo2.svg rename to wp-content/themes/cosmopet/static/img/about_card-logo2.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/about_card-logo3.svg b/wp-content/themes/cosmopet/static/img/about_card-logo3.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/about_card-logo3.svg rename to wp-content/themes/cosmopet/static/img/about_card-logo3.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/about_card-logo4.svg b/wp-content/themes/cosmopet/static/img/about_card-logo4.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/about_card-logo4.svg rename to wp-content/themes/cosmopet/static/img/about_card-logo4.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/about_slider-img1.png b/wp-content/themes/cosmopet/static/img/about_slider-img1.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/about_slider-img1.png rename to wp-content/themes/cosmopet/static/img/about_slider-img1.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/about_slider-img2.png b/wp-content/themes/cosmopet/static/img/about_slider-img2.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/about_slider-img2.png rename to wp-content/themes/cosmopet/static/img/about_slider-img2.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/about_slider-img3.png b/wp-content/themes/cosmopet/static/img/about_slider-img3.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/about_slider-img3.png rename to wp-content/themes/cosmopet/static/img/about_slider-img3.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/about_slider-img4.png b/wp-content/themes/cosmopet/static/img/about_slider-img4.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/about_slider-img4.png rename to wp-content/themes/cosmopet/static/img/about_slider-img4.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/about_slider-img5.png b/wp-content/themes/cosmopet/static/img/about_slider-img5.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/about_slider-img5.png rename to wp-content/themes/cosmopet/static/img/about_slider-img5.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/about_us-card-img.png b/wp-content/themes/cosmopet/static/img/about_us-card-img.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/about_us-card-img.png rename to wp-content/themes/cosmopet/static/img/about_us-card-img.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/aks.svg b/wp-content/themes/cosmopet/static/img/aks.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/aks.svg rename to wp-content/themes/cosmopet/static/img/aks.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/animations/Anim7.svg b/wp-content/themes/cosmopet/static/img/animations/Anim7.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/animations/Anim7.svg rename to wp-content/themes/cosmopet/static/img/animations/Anim7.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/animations/BALANCED_RECIPE.svg b/wp-content/themes/cosmopet/static/img/animations/BALANCED_RECIPE.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/animations/BALANCED_RECIPE.svg rename to wp-content/themes/cosmopet/static/img/animations/BALANCED_RECIPE.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/animations/HIGH_ABSOLUTION.svg b/wp-content/themes/cosmopet/static/img/animations/HIGH_ABSOLUTION.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/animations/HIGH_ABSOLUTION.svg rename to wp-content/themes/cosmopet/static/img/animations/HIGH_ABSOLUTION.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/animations/MAIN.svg b/wp-content/themes/cosmopet/static/img/animations/MAIN.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/animations/MAIN.svg rename to wp-content/themes/cosmopet/static/img/animations/MAIN.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/animations/SAFETY.svg b/wp-content/themes/cosmopet/static/img/animations/SAFETY.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/animations/SAFETY.svg rename to wp-content/themes/cosmopet/static/img/animations/SAFETY.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/animations/SPECIAL_STRUCTURE.svg b/wp-content/themes/cosmopet/static/img/animations/SPECIAL_STRUCTURE.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/animations/SPECIAL_STRUCTURE.svg rename to wp-content/themes/cosmopet/static/img/animations/SPECIAL_STRUCTURE.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/animations/anim2.svg b/wp-content/themes/cosmopet/static/img/animations/anim2.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/animations/anim2.svg rename to wp-content/themes/cosmopet/static/img/animations/anim2.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/animations/anim5.svg b/wp-content/themes/cosmopet/static/img/animations/anim5.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/animations/anim5.svg rename to wp-content/themes/cosmopet/static/img/animations/anim5.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/animations/gus.svg b/wp-content/themes/cosmopet/static/img/animations/gus.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/animations/gus.svg rename to wp-content/themes/cosmopet/static/img/animations/gus.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/bars.svg b/wp-content/themes/cosmopet/static/img/bars.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/bars.svg rename to wp-content/themes/cosmopet/static/img/bars.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/blog-anim.svg b/wp-content/themes/cosmopet/static/img/blog-anim.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/blog-anim.svg rename to wp-content/themes/cosmopet/static/img/blog-anim.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/blog_card-img.jpg b/wp-content/themes/cosmopet/static/img/blog_card-img.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/blog_card-img.jpg rename to wp-content/themes/cosmopet/static/img/blog_card-img.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/blogger.png b/wp-content/themes/cosmopet/static/img/blogger.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/blogger.png rename to wp-content/themes/cosmopet/static/img/blogger.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/border-mobile.png b/wp-content/themes/cosmopet/static/img/border-mobile.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/border-mobile.png rename to wp-content/themes/cosmopet/static/img/border-mobile.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/border.png b/wp-content/themes/cosmopet/static/img/border.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/border.png rename to wp-content/themes/cosmopet/static/img/border.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/card-line.svg b/wp-content/themes/cosmopet/static/img/card-line.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/card-line.svg rename to wp-content/themes/cosmopet/static/img/card-line.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/cat-lakom.svg b/wp-content/themes/cosmopet/static/img/cat-lakom.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/cat-lakom.svg rename to wp-content/themes/cosmopet/static/img/cat-lakom.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/cat_dog.png b/wp-content/themes/cosmopet/static/img/cat_dog.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/cat_dog.png rename to wp-content/themes/cosmopet/static/img/cat_dog.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/close.svg b/wp-content/themes/cosmopet/static/img/close.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/close.svg rename to wp-content/themes/cosmopet/static/img/close.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/cosmo-1.png b/wp-content/themes/cosmopet/static/img/cosmo-1.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/cosmo-1.png rename to wp-content/themes/cosmopet/static/img/cosmo-1.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/cosmo-2.png b/wp-content/themes/cosmopet/static/img/cosmo-2.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/cosmo-2.png rename to wp-content/themes/cosmopet/static/img/cosmo-2.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/cosmo-3.png b/wp-content/themes/cosmopet/static/img/cosmo-3.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/cosmo-3.png rename to wp-content/themes/cosmopet/static/img/cosmo-3.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/cosmo-4.png b/wp-content/themes/cosmopet/static/img/cosmo-4.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/cosmo-4.png rename to wp-content/themes/cosmopet/static/img/cosmo-4.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/cosmo-top-1.svg b/wp-content/themes/cosmopet/static/img/cosmo-top-1.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/cosmo-top-1.svg rename to wp-content/themes/cosmopet/static/img/cosmo-top-1.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/cosmo-top-2.svg b/wp-content/themes/cosmopet/static/img/cosmo-top-2.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/cosmo-top-2.svg rename to wp-content/themes/cosmopet/static/img/cosmo-top-2.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/cosmo-top-3.svg b/wp-content/themes/cosmopet/static/img/cosmo-top-3.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/cosmo-top-3.svg rename to wp-content/themes/cosmopet/static/img/cosmo-top-3.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/cosmo-top-4.svg b/wp-content/themes/cosmopet/static/img/cosmo-top-4.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/cosmo-top-4.svg rename to wp-content/themes/cosmopet/static/img/cosmo-top-4.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/cosmobaka.svg b/wp-content/themes/cosmopet/static/img/cosmobaka.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/cosmobaka.svg rename to wp-content/themes/cosmopet/static/img/cosmobaka.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/cosmocat.png b/wp-content/themes/cosmopet/static/img/cosmocat.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/cosmocat.png rename to wp-content/themes/cosmopet/static/img/cosmocat.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/cosmocats.svg b/wp-content/themes/cosmopet/static/img/cosmocats.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/cosmocats.svg rename to wp-content/themes/cosmopet/static/img/cosmocats.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/cosmodog-img.png b/wp-content/themes/cosmopet/static/img/cosmodog-img.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/cosmodog-img.png rename to wp-content/themes/cosmopet/static/img/cosmodog-img.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/cosmodog.png b/wp-content/themes/cosmopet/static/img/cosmodog.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/cosmodog.png rename to wp-content/themes/cosmopet/static/img/cosmodog.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/cosmodogs.svg b/wp-content/themes/cosmopet/static/img/cosmodogs.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/cosmodogs.svg rename to wp-content/themes/cosmopet/static/img/cosmodogs.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/dec-m.svg b/wp-content/themes/cosmopet/static/img/dec-m.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/dec-m.svg rename to wp-content/themes/cosmopet/static/img/dec-m.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/dicount-dog.png b/wp-content/themes/cosmopet/static/img/dicount-dog.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/dicount-dog.png rename to wp-content/themes/cosmopet/static/img/dicount-dog.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/dicsount-sale-mob.png b/wp-content/themes/cosmopet/static/img/dicsount-sale-mob.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/dicsount-sale-mob.png rename to wp-content/themes/cosmopet/static/img/dicsount-sale-mob.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/dicsount-sale.png b/wp-content/themes/cosmopet/static/img/dicsount-sale.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/dicsount-sale.png rename to wp-content/themes/cosmopet/static/img/dicsount-sale.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/discount-line-w.svg b/wp-content/themes/cosmopet/static/img/discount-line-w.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/discount-line-w.svg rename to wp-content/themes/cosmopet/static/img/discount-line-w.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/discount-line.svg b/wp-content/themes/cosmopet/static/img/discount-line.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/discount-line.svg rename to wp-content/themes/cosmopet/static/img/discount-line.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/discount_cosmodog.jpg b/wp-content/themes/cosmopet/static/img/discount_cosmodog.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/discount_cosmodog.jpg rename to wp-content/themes/cosmopet/static/img/discount_cosmodog.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/discount_cosmodog2.png b/wp-content/themes/cosmopet/static/img/discount_cosmodog2.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/discount_cosmodog2.png rename to wp-content/themes/cosmopet/static/img/discount_cosmodog2.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/discount_cosmodog3.jpg b/wp-content/themes/cosmopet/static/img/discount_cosmodog3.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/discount_cosmodog3.jpg rename to wp-content/themes/cosmopet/static/img/discount_cosmodog3.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/dog-lakom.svg b/wp-content/themes/cosmopet/static/img/dog-lakom.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/dog-lakom.svg rename to wp-content/themes/cosmopet/static/img/dog-lakom.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/dog.png b/wp-content/themes/cosmopet/static/img/dog.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/dog.png rename to wp-content/themes/cosmopet/static/img/dog.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/entoprotein-img.svg b/wp-content/themes/cosmopet/static/img/entoprotein-img.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/entoprotein-img.svg rename to wp-content/themes/cosmopet/static/img/entoprotein-img.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/error_result1.png b/wp-content/themes/cosmopet/static/img/error_result1.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/error_result1.png rename to wp-content/themes/cosmopet/static/img/error_result1.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/error_result2.png b/wp-content/themes/cosmopet/static/img/error_result2.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/error_result2.png rename to wp-content/themes/cosmopet/static/img/error_result2.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/error_result3.png b/wp-content/themes/cosmopet/static/img/error_result3.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/error_result3.png rename to wp-content/themes/cosmopet/static/img/error_result3.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/error_result4.png b/wp-content/themes/cosmopet/static/img/error_result4.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/error_result4.png rename to wp-content/themes/cosmopet/static/img/error_result4.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/footer__figure.svg b/wp-content/themes/cosmopet/static/img/footer__figure.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/footer__figure.svg rename to wp-content/themes/cosmopet/static/img/footer__figure.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/footer__figure__arrow.svg b/wp-content/themes/cosmopet/static/img/footer__figure__arrow.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/footer__figure__arrow.svg rename to wp-content/themes/cosmopet/static/img/footer__figure__arrow.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/footer_line-mob.svg b/wp-content/themes/cosmopet/static/img/footer_line-mob.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/footer_line-mob.svg rename to wp-content/themes/cosmopet/static/img/footer_line-mob.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/footer_line-mob2.svg b/wp-content/themes/cosmopet/static/img/footer_line-mob2.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/footer_line-mob2.svg rename to wp-content/themes/cosmopet/static/img/footer_line-mob2.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/footer_line.svg b/wp-content/themes/cosmopet/static/img/footer_line.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/footer_line.svg rename to wp-content/themes/cosmopet/static/img/footer_line.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/footer_logo.svg b/wp-content/themes/cosmopet/static/img/footer_logo.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/footer_logo.svg rename to wp-content/themes/cosmopet/static/img/footer_logo.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/footer_logo2.svg b/wp-content/themes/cosmopet/static/img/footer_logo2.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/footer_logo2.svg rename to wp-content/themes/cosmopet/static/img/footer_logo2.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/footer_shop.svg b/wp-content/themes/cosmopet/static/img/footer_shop.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/footer_shop.svg rename to wp-content/themes/cosmopet/static/img/footer_shop.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/footer_shop2.svg b/wp-content/themes/cosmopet/static/img/footer_shop2.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/footer_shop2.svg rename to wp-content/themes/cosmopet/static/img/footer_shop2.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/footer_user.svg b/wp-content/themes/cosmopet/static/img/footer_user.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/footer_user.svg rename to wp-content/themes/cosmopet/static/img/footer_user.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/gift-line.svg b/wp-content/themes/cosmopet/static/img/gift-line.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/gift-line.svg rename to wp-content/themes/cosmopet/static/img/gift-line.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/gift-new-mob.png b/wp-content/themes/cosmopet/static/img/gift-new-mob.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/gift-new-mob.png rename to wp-content/themes/cosmopet/static/img/gift-new-mob.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/gift-new.png b/wp-content/themes/cosmopet/static/img/gift-new.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/gift-new.png rename to wp-content/themes/cosmopet/static/img/gift-new.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/gift.png b/wp-content/themes/cosmopet/static/img/gift.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/gift.png rename to wp-content/themes/cosmopet/static/img/gift.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/gov.png b/wp-content/themes/cosmopet/static/img/gov.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/gov.png rename to wp-content/themes/cosmopet/static/img/gov.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/hero-1.png b/wp-content/themes/cosmopet/static/img/hero-1.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/hero-1.png rename to wp-content/themes/cosmopet/static/img/hero-1.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/hero-2.png b/wp-content/themes/cosmopet/static/img/hero-2.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/hero-2.png rename to wp-content/themes/cosmopet/static/img/hero-2.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/home-line.svg b/wp-content/themes/cosmopet/static/img/home-line.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/home-line.svg rename to wp-content/themes/cosmopet/static/img/home-line.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/home-line2.svg b/wp-content/themes/cosmopet/static/img/home-line2.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/home-line2.svg rename to wp-content/themes/cosmopet/static/img/home-line2.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/i-arr_down.svg b/wp-content/themes/cosmopet/static/img/i-arr_down.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/i-arr_down.svg rename to wp-content/themes/cosmopet/static/img/i-arr_down.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/i-arr_down_black.svg b/wp-content/themes/cosmopet/static/img/i-arr_down_black.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/i-arr_down_black.svg rename to wp-content/themes/cosmopet/static/img/i-arr_down_black.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/icons/arrdown.svg b/wp-content/themes/cosmopet/static/img/icons/arrdown.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/icons/arrdown.svg rename to wp-content/themes/cosmopet/static/img/icons/arrdown.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/icons/arrright.png b/wp-content/themes/cosmopet/static/img/icons/arrright.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/icons/arrright.png rename to wp-content/themes/cosmopet/static/img/icons/arrright.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/icons/bars.svg b/wp-content/themes/cosmopet/static/img/icons/bars.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/icons/bars.svg rename to wp-content/themes/cosmopet/static/img/icons/bars.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/icons/bars2.svg b/wp-content/themes/cosmopet/static/img/icons/bars2.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/icons/bars2.svg rename to wp-content/themes/cosmopet/static/img/icons/bars2.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/icons/footer_line-mob.svg b/wp-content/themes/cosmopet/static/img/icons/footer_line-mob.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/icons/footer_line-mob.svg rename to wp-content/themes/cosmopet/static/img/icons/footer_line-mob.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/icons/footer_line-mob2.svg b/wp-content/themes/cosmopet/static/img/icons/footer_line-mob2.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/icons/footer_line-mob2.svg rename to wp-content/themes/cosmopet/static/img/icons/footer_line-mob2.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/icons/footer_line.svg b/wp-content/themes/cosmopet/static/img/icons/footer_line.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/icons/footer_line.svg rename to wp-content/themes/cosmopet/static/img/icons/footer_line.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/icons/footer_line2.svg b/wp-content/themes/cosmopet/static/img/icons/footer_line2.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/icons/footer_line2.svg rename to wp-content/themes/cosmopet/static/img/icons/footer_line2.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/icons/i-back.svg b/wp-content/themes/cosmopet/static/img/icons/i-back.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/icons/i-back.svg rename to wp-content/themes/cosmopet/static/img/icons/i-back.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/icons/i-card.svg b/wp-content/themes/cosmopet/static/img/icons/i-card.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/icons/i-card.svg rename to wp-content/themes/cosmopet/static/img/icons/i-card.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/icons/i-card2.svg b/wp-content/themes/cosmopet/static/img/icons/i-card2.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/icons/i-card2.svg rename to wp-content/themes/cosmopet/static/img/icons/i-card2.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/icons/i-close.svg b/wp-content/themes/cosmopet/static/img/icons/i-close.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/icons/i-close.svg rename to wp-content/themes/cosmopet/static/img/icons/i-close.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/icons/i-delete.svg b/wp-content/themes/cosmopet/static/img/icons/i-delete.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/icons/i-delete.svg rename to wp-content/themes/cosmopet/static/img/icons/i-delete.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/icons/i-minus.svg b/wp-content/themes/cosmopet/static/img/icons/i-minus.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/icons/i-minus.svg rename to wp-content/themes/cosmopet/static/img/icons/i-minus.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/icons/i-plus.svg b/wp-content/themes/cosmopet/static/img/icons/i-plus.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/icons/i-plus.svg rename to wp-content/themes/cosmopet/static/img/icons/i-plus.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/icons/i-subtract.svg b/wp-content/themes/cosmopet/static/img/icons/i-subtract.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/icons/i-subtract.svg rename to wp-content/themes/cosmopet/static/img/icons/i-subtract.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/icons/i-tg.svg b/wp-content/themes/cosmopet/static/img/icons/i-tg.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/icons/i-tg.svg rename to wp-content/themes/cosmopet/static/img/icons/i-tg.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/icons/i-tg2.svg b/wp-content/themes/cosmopet/static/img/icons/i-tg2.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/icons/i-tg2.svg rename to wp-content/themes/cosmopet/static/img/icons/i-tg2.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/icons/i-user.svg b/wp-content/themes/cosmopet/static/img/icons/i-user.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/icons/i-user.svg rename to wp-content/themes/cosmopet/static/img/icons/i-user.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/icons/i-user2.svg b/wp-content/themes/cosmopet/static/img/icons/i-user2.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/icons/i-user2.svg rename to wp-content/themes/cosmopet/static/img/icons/i-user2.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/icons/i-user_photo.svg b/wp-content/themes/cosmopet/static/img/icons/i-user_photo.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/icons/i-user_photo.svg rename to wp-content/themes/cosmopet/static/img/icons/i-user_photo.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/icons/i-user_photo2.svg b/wp-content/themes/cosmopet/static/img/icons/i-user_photo2.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/icons/i-user_photo2.svg rename to wp-content/themes/cosmopet/static/img/icons/i-user_photo2.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/icons/i-vk.svg b/wp-content/themes/cosmopet/static/img/icons/i-vk.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/icons/i-vk.svg rename to wp-content/themes/cosmopet/static/img/icons/i-vk.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/icons/i-vk2.svg b/wp-content/themes/cosmopet/static/img/icons/i-vk2.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/icons/i-vk2.svg rename to wp-content/themes/cosmopet/static/img/icons/i-vk2.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/icons/i-yandex.svg b/wp-content/themes/cosmopet/static/img/icons/i-yandex.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/icons/i-yandex.svg rename to wp-content/themes/cosmopet/static/img/icons/i-yandex.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/icons/i-yandex2.svg b/wp-content/themes/cosmopet/static/img/icons/i-yandex2.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/icons/i-yandex2.svg rename to wp-content/themes/cosmopet/static/img/icons/i-yandex2.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/icons/logo.svg b/wp-content/themes/cosmopet/static/img/icons/logo.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/icons/logo.svg rename to wp-content/themes/cosmopet/static/img/icons/logo.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/icons/logo2.svg b/wp-content/themes/cosmopet/static/img/icons/logo2.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/icons/logo2.svg rename to wp-content/themes/cosmopet/static/img/icons/logo2.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/indeka.png b/wp-content/themes/cosmopet/static/img/indeka.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/indeka.png rename to wp-content/themes/cosmopet/static/img/indeka.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/labrador with stars -- mobile.png b/wp-content/themes/cosmopet/static/img/labrador with stars -- mobile.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/labrador with stars -- mobile.png rename to wp-content/themes/cosmopet/static/img/labrador with stars -- mobile.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/labrador with stars.png b/wp-content/themes/cosmopet/static/img/labrador with stars.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/labrador with stars.png rename to wp-content/themes/cosmopet/static/img/labrador with stars.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/logo.svg b/wp-content/themes/cosmopet/static/img/logo.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/logo.svg rename to wp-content/themes/cosmopet/static/img/logo.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/mobile-menu/menu-mobile__cross.svg b/wp-content/themes/cosmopet/static/img/mobile-menu/menu-mobile__cross.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/mobile-menu/menu-mobile__cross.svg rename to wp-content/themes/cosmopet/static/img/mobile-menu/menu-mobile__cross.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/mobile-menu/mobile-menu__cart-icon.svg b/wp-content/themes/cosmopet/static/img/mobile-menu/mobile-menu__cart-icon.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/mobile-menu/mobile-menu__cart-icon.svg rename to wp-content/themes/cosmopet/static/img/mobile-menu/mobile-menu__cart-icon.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/mobile-menu/mobile-menu__decoration-line.svg b/wp-content/themes/cosmopet/static/img/mobile-menu/mobile-menu__decoration-line.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/mobile-menu/mobile-menu__decoration-line.svg rename to wp-content/themes/cosmopet/static/img/mobile-menu/mobile-menu__decoration-line.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/mobile-menu/mobile-menu__logo--white.svg b/wp-content/themes/cosmopet/static/img/mobile-menu/mobile-menu__logo--white.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/mobile-menu/mobile-menu__logo--white.svg rename to wp-content/themes/cosmopet/static/img/mobile-menu/mobile-menu__logo--white.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/mobile-menu/mobile-menu__logo.svg b/wp-content/themes/cosmopet/static/img/mobile-menu/mobile-menu__logo.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/mobile-menu/mobile-menu__logo.svg rename to wp-content/themes/cosmopet/static/img/mobile-menu/mobile-menu__logo.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/mobile-menu/mobile-menu__profile-icon.svg b/wp-content/themes/cosmopet/static/img/mobile-menu/mobile-menu__profile-icon.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/mobile-menu/mobile-menu__profile-icon.svg rename to wp-content/themes/cosmopet/static/img/mobile-menu/mobile-menu__profile-icon.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/news/1.png b/wp-content/themes/cosmopet/static/img/news/1.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/news/1.png rename to wp-content/themes/cosmopet/static/img/news/1.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/news/2.png b/wp-content/themes/cosmopet/static/img/news/2.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/news/2.png rename to wp-content/themes/cosmopet/static/img/news/2.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/news/3.png b/wp-content/themes/cosmopet/static/img/news/3.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/news/3.png rename to wp-content/themes/cosmopet/static/img/news/3.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/pets-reviews.png b/wp-content/themes/cosmopet/static/img/pets-reviews.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/pets-reviews.png rename to wp-content/themes/cosmopet/static/img/pets-reviews.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/pets/11.jpg b/wp-content/themes/cosmopet/static/img/pets/11.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/pets/11.jpg rename to wp-content/themes/cosmopet/static/img/pets/11.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/pets/12.webp b/wp-content/themes/cosmopet/static/img/pets/12.webp similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/pets/12.webp rename to wp-content/themes/cosmopet/static/img/pets/12.webp diff --git a/wp-content/themes/cosmopet/static/front-page/img/pets/13.jpg b/wp-content/themes/cosmopet/static/img/pets/13.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/pets/13.jpg rename to wp-content/themes/cosmopet/static/img/pets/13.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/pets/14.jpg b/wp-content/themes/cosmopet/static/img/pets/14.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/pets/14.jpg rename to wp-content/themes/cosmopet/static/img/pets/14.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/pets/15.jpg b/wp-content/themes/cosmopet/static/img/pets/15.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/pets/15.jpg rename to wp-content/themes/cosmopet/static/img/pets/15.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/pets/16.jpg b/wp-content/themes/cosmopet/static/img/pets/16.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/pets/16.jpg rename to wp-content/themes/cosmopet/static/img/pets/16.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/pets/17.jpg b/wp-content/themes/cosmopet/static/img/pets/17.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/pets/17.jpg rename to wp-content/themes/cosmopet/static/img/pets/17.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/pets/18.jpg b/wp-content/themes/cosmopet/static/img/pets/18.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/pets/18.jpg rename to wp-content/themes/cosmopet/static/img/pets/18.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/pets/19.jpg b/wp-content/themes/cosmopet/static/img/pets/19.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/pets/19.jpg rename to wp-content/themes/cosmopet/static/img/pets/19.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/pets/20.jpg b/wp-content/themes/cosmopet/static/img/pets/20.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/pets/20.jpg rename to wp-content/themes/cosmopet/static/img/pets/20.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/pets/21.jpg b/wp-content/themes/cosmopet/static/img/pets/21.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/pets/21.jpg rename to wp-content/themes/cosmopet/static/img/pets/21.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/pets/22.jpg b/wp-content/themes/cosmopet/static/img/pets/22.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/pets/22.jpg rename to wp-content/themes/cosmopet/static/img/pets/22.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/pets/23.jpg b/wp-content/themes/cosmopet/static/img/pets/23.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/pets/23.jpg rename to wp-content/themes/cosmopet/static/img/pets/23.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/pets/24.jpg b/wp-content/themes/cosmopet/static/img/pets/24.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/pets/24.jpg rename to wp-content/themes/cosmopet/static/img/pets/24.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/pets/25.jpg b/wp-content/themes/cosmopet/static/img/pets/25.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/pets/25.jpg rename to wp-content/themes/cosmopet/static/img/pets/25.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/pets/26.jpg b/wp-content/themes/cosmopet/static/img/pets/26.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/pets/26.jpg rename to wp-content/themes/cosmopet/static/img/pets/26.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/pets/27.jpg b/wp-content/themes/cosmopet/static/img/pets/27.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/pets/27.jpg rename to wp-content/themes/cosmopet/static/img/pets/27.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/pets/28.jpg b/wp-content/themes/cosmopet/static/img/pets/28.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/pets/28.jpg rename to wp-content/themes/cosmopet/static/img/pets/28.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/pets/tag_cosmopet_1.jpg b/wp-content/themes/cosmopet/static/img/pets/tag_cosmopet_1.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/pets/tag_cosmopet_1.jpg rename to wp-content/themes/cosmopet/static/img/pets/tag_cosmopet_1.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/pets/tag_cosmopet_10.jpg b/wp-content/themes/cosmopet/static/img/pets/tag_cosmopet_10.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/pets/tag_cosmopet_10.jpg rename to wp-content/themes/cosmopet/static/img/pets/tag_cosmopet_10.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/pets/tag_cosmopet_11.jpg b/wp-content/themes/cosmopet/static/img/pets/tag_cosmopet_11.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/pets/tag_cosmopet_11.jpg rename to wp-content/themes/cosmopet/static/img/pets/tag_cosmopet_11.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/pets/tag_cosmopet_12.jpg b/wp-content/themes/cosmopet/static/img/pets/tag_cosmopet_12.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/pets/tag_cosmopet_12.jpg rename to wp-content/themes/cosmopet/static/img/pets/tag_cosmopet_12.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/pets/tag_cosmopet_13.jpg b/wp-content/themes/cosmopet/static/img/pets/tag_cosmopet_13.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/pets/tag_cosmopet_13.jpg rename to wp-content/themes/cosmopet/static/img/pets/tag_cosmopet_13.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/pets/tag_cosmopet_14.jpg b/wp-content/themes/cosmopet/static/img/pets/tag_cosmopet_14.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/pets/tag_cosmopet_14.jpg rename to wp-content/themes/cosmopet/static/img/pets/tag_cosmopet_14.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/pets/tag_cosmopet_2.jpg b/wp-content/themes/cosmopet/static/img/pets/tag_cosmopet_2.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/pets/tag_cosmopet_2.jpg rename to wp-content/themes/cosmopet/static/img/pets/tag_cosmopet_2.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/pets/tag_cosmopet_3.jpg b/wp-content/themes/cosmopet/static/img/pets/tag_cosmopet_3.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/pets/tag_cosmopet_3.jpg rename to wp-content/themes/cosmopet/static/img/pets/tag_cosmopet_3.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/pets/tag_cosmopet_4.jpg b/wp-content/themes/cosmopet/static/img/pets/tag_cosmopet_4.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/pets/tag_cosmopet_4.jpg rename to wp-content/themes/cosmopet/static/img/pets/tag_cosmopet_4.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/pets/tag_cosmopet_5.jpg b/wp-content/themes/cosmopet/static/img/pets/tag_cosmopet_5.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/pets/tag_cosmopet_5.jpg rename to wp-content/themes/cosmopet/static/img/pets/tag_cosmopet_5.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/pets/tag_cosmopet_6.jpg b/wp-content/themes/cosmopet/static/img/pets/tag_cosmopet_6.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/pets/tag_cosmopet_6.jpg rename to wp-content/themes/cosmopet/static/img/pets/tag_cosmopet_6.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/pets/tag_cosmopet_7.jpg b/wp-content/themes/cosmopet/static/img/pets/tag_cosmopet_7.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/pets/tag_cosmopet_7.jpg rename to wp-content/themes/cosmopet/static/img/pets/tag_cosmopet_7.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/pets/tag_cosmopet_8.jpg b/wp-content/themes/cosmopet/static/img/pets/tag_cosmopet_8.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/pets/tag_cosmopet_8.jpg rename to wp-content/themes/cosmopet/static/img/pets/tag_cosmopet_8.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/pets/tag_cosmopet_9.jpg b/wp-content/themes/cosmopet/static/img/pets/tag_cosmopet_9.jpg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/pets/tag_cosmopet_9.jpg rename to wp-content/themes/cosmopet/static/img/pets/tag_cosmopet_9.jpg diff --git a/wp-content/themes/cosmopet/static/front-page/img/puppy.png b/wp-content/themes/cosmopet/static/img/puppy.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/puppy.png rename to wp-content/themes/cosmopet/static/img/puppy.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/quiz/birds_mobile.png b/wp-content/themes/cosmopet/static/img/quiz/birds_mobile.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/quiz/birds_mobile.png rename to wp-content/themes/cosmopet/static/img/quiz/birds_mobile.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/review_avatar.svg b/wp-content/themes/cosmopet/static/img/review_avatar.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/review_avatar.svg rename to wp-content/themes/cosmopet/static/img/review_avatar.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/reviews/Evstigneeva.png b/wp-content/themes/cosmopet/static/img/reviews/Evstigneeva.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/reviews/Evstigneeva.png rename to wp-content/themes/cosmopet/static/img/reviews/Evstigneeva.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/reviews/Korovkina.png b/wp-content/themes/cosmopet/static/img/reviews/Korovkina.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/reviews/Korovkina.png rename to wp-content/themes/cosmopet/static/img/reviews/Korovkina.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/reviews/Popov.png b/wp-content/themes/cosmopet/static/img/reviews/Popov.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/reviews/Popov.png rename to wp-content/themes/cosmopet/static/img/reviews/Popov.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/reviews_person-mob.png b/wp-content/themes/cosmopet/static/img/reviews_person-mob.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/reviews_person-mob.png rename to wp-content/themes/cosmopet/static/img/reviews_person-mob.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/reviews_person.png b/wp-content/themes/cosmopet/static/img/reviews_person.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/reviews_person.png rename to wp-content/themes/cosmopet/static/img/reviews_person.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/ryba.png b/wp-content/themes/cosmopet/static/img/ryba.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/ryba.png rename to wp-content/themes/cosmopet/static/img/ryba.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/scrollable-1.svg b/wp-content/themes/cosmopet/static/img/scrollable-1.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/scrollable-1.svg rename to wp-content/themes/cosmopet/static/img/scrollable-1.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/scrollable-2.svg b/wp-content/themes/cosmopet/static/img/scrollable-2.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/scrollable-2.svg rename to wp-content/themes/cosmopet/static/img/scrollable-2.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/scrollable-3.svg b/wp-content/themes/cosmopet/static/img/scrollable-3.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/scrollable-3.svg rename to wp-content/themes/cosmopet/static/img/scrollable-3.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/scrollable-4.svg b/wp-content/themes/cosmopet/static/img/scrollable-4.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/scrollable-4.svg rename to wp-content/themes/cosmopet/static/img/scrollable-4.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/scrollable-5.svg b/wp-content/themes/cosmopet/static/img/scrollable-5.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/scrollable-5.svg rename to wp-content/themes/cosmopet/static/img/scrollable-5.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/scrollable-6.svg b/wp-content/themes/cosmopet/static/img/scrollable-6.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/scrollable-6.svg rename to wp-content/themes/cosmopet/static/img/scrollable-6.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/scrollable-7.svg b/wp-content/themes/cosmopet/static/img/scrollable-7.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/scrollable-7.svg rename to wp-content/themes/cosmopet/static/img/scrollable-7.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/scrollable-8.svg b/wp-content/themes/cosmopet/static/img/scrollable-8.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/scrollable-8.svg rename to wp-content/themes/cosmopet/static/img/scrollable-8.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/scrollable-9.svg b/wp-content/themes/cosmopet/static/img/scrollable-9.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/scrollable-9.svg rename to wp-content/themes/cosmopet/static/img/scrollable-9.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/shop.svg b/wp-content/themes/cosmopet/static/img/shop.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/shop.svg rename to wp-content/themes/cosmopet/static/img/shop.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/slider-next.svg b/wp-content/themes/cosmopet/static/img/slider-next.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/slider-next.svg rename to wp-content/themes/cosmopet/static/img/slider-next.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/slider-prev.svg b/wp-content/themes/cosmopet/static/img/slider-prev.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/slider-prev.svg rename to wp-content/themes/cosmopet/static/img/slider-prev.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/sphere-1.png b/wp-content/themes/cosmopet/static/img/sphere-1.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/sphere-1.png rename to wp-content/themes/cosmopet/static/img/sphere-1.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/stars.svg b/wp-content/themes/cosmopet/static/img/stars.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/stars.svg rename to wp-content/themes/cosmopet/static/img/stars.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/success_result1.png b/wp-content/themes/cosmopet/static/img/success_result1.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/success_result1.png rename to wp-content/themes/cosmopet/static/img/success_result1.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/success_result2.png b/wp-content/themes/cosmopet/static/img/success_result2.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/success_result2.png rename to wp-content/themes/cosmopet/static/img/success_result2.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/success_result3.png b/wp-content/themes/cosmopet/static/img/success_result3.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/success_result3.png rename to wp-content/themes/cosmopet/static/img/success_result3.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/success_result4.png b/wp-content/themes/cosmopet/static/img/success_result4.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/success_result4.png rename to wp-content/themes/cosmopet/static/img/success_result4.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/telegram.svg b/wp-content/themes/cosmopet/static/img/telegram.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/telegram.svg rename to wp-content/themes/cosmopet/static/img/telegram.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/telegram2.svg b/wp-content/themes/cosmopet/static/img/telegram2.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/telegram2.svg rename to wp-content/themes/cosmopet/static/img/telegram2.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/truth_error.png b/wp-content/themes/cosmopet/static/img/truth_error.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/truth_error.png rename to wp-content/themes/cosmopet/static/img/truth_error.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/truth_img2.png b/wp-content/themes/cosmopet/static/img/truth_img2.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/truth_img2.png rename to wp-content/themes/cosmopet/static/img/truth_img2.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/truth_img3.png b/wp-content/themes/cosmopet/static/img/truth_img3.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/truth_img3.png rename to wp-content/themes/cosmopet/static/img/truth_img3.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/truth_img4.png b/wp-content/themes/cosmopet/static/img/truth_img4.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/truth_img4.png rename to wp-content/themes/cosmopet/static/img/truth_img4.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/truth_img5.png b/wp-content/themes/cosmopet/static/img/truth_img5.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/truth_img5.png rename to wp-content/themes/cosmopet/static/img/truth_img5.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/truth_img6.png b/wp-content/themes/cosmopet/static/img/truth_img6.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/truth_img6.png rename to wp-content/themes/cosmopet/static/img/truth_img6.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/truth_num.svg b/wp-content/themes/cosmopet/static/img/truth_num.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/truth_num.svg rename to wp-content/themes/cosmopet/static/img/truth_num.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/truth_num2.svg b/wp-content/themes/cosmopet/static/img/truth_num2.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/truth_num2.svg rename to wp-content/themes/cosmopet/static/img/truth_num2.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/truth_num3.svg b/wp-content/themes/cosmopet/static/img/truth_num3.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/truth_num3.svg rename to wp-content/themes/cosmopet/static/img/truth_num3.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/truth_num4.svg b/wp-content/themes/cosmopet/static/img/truth_num4.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/truth_num4.svg rename to wp-content/themes/cosmopet/static/img/truth_num4.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/truth_num5.svg b/wp-content/themes/cosmopet/static/img/truth_num5.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/truth_num5.svg rename to wp-content/themes/cosmopet/static/img/truth_num5.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/truth_person.png b/wp-content/themes/cosmopet/static/img/truth_person.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/truth_person.png rename to wp-content/themes/cosmopet/static/img/truth_person.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/truth_succes-img.png b/wp-content/themes/cosmopet/static/img/truth_succes-img.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/truth_succes-img.png rename to wp-content/themes/cosmopet/static/img/truth_succes-img.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/user.svg b/wp-content/themes/cosmopet/static/img/user.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/user.svg rename to wp-content/themes/cosmopet/static/img/user.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/vector-head.svg b/wp-content/themes/cosmopet/static/img/vector-head.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/vector-head.svg rename to wp-content/themes/cosmopet/static/img/vector-head.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/wk.svg b/wp-content/themes/cosmopet/static/img/wk.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/wk.svg rename to wp-content/themes/cosmopet/static/img/wk.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/wk2.svg b/wp-content/themes/cosmopet/static/img/wk2.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/wk2.svg rename to wp-content/themes/cosmopet/static/img/wk2.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/xn-border.svg b/wp-content/themes/cosmopet/static/img/xn-border.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/xn-border.svg rename to wp-content/themes/cosmopet/static/img/xn-border.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/xn.svg b/wp-content/themes/cosmopet/static/img/xn.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/xn.svg rename to wp-content/themes/cosmopet/static/img/xn.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/yagnenok.png b/wp-content/themes/cosmopet/static/img/yagnenok.png similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/yagnenok.png rename to wp-content/themes/cosmopet/static/img/yagnenok.png diff --git a/wp-content/themes/cosmopet/static/front-page/img/yandex.svg b/wp-content/themes/cosmopet/static/img/yandex.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/yandex.svg rename to wp-content/themes/cosmopet/static/img/yandex.svg diff --git a/wp-content/themes/cosmopet/static/front-page/img/yandex2.svg b/wp-content/themes/cosmopet/static/img/yandex2.svg similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/img/yandex2.svg rename to wp-content/themes/cosmopet/static/img/yandex2.svg diff --git a/wp-content/themes/cosmopet/static/front-page/js/main.js b/wp-content/themes/cosmopet/static/js/front-page.js similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/js/main.js rename to wp-content/themes/cosmopet/static/js/front-page.js diff --git a/wp-content/themes/cosmopet/static/front-page/js/materialize.min.js b/wp-content/themes/cosmopet/static/js/libs/materialize.min.js similarity index 100% rename from wp-content/themes/cosmopet/static/front-page/js/materialize.min.js rename to wp-content/themes/cosmopet/static/js/libs/materialize.min.js diff --git a/wp-content/themes/cosmopet/templates/_pages/front-page.twig b/wp-content/themes/cosmopet/templates/_pages/front-page.twig index cad089b..c2cc6c9 100644 --- a/wp-content/themes/cosmopet/templates/_pages/front-page.twig +++ b/wp-content/themes/cosmopet/templates/_pages/front-page.twig @@ -97,14 +97,14 @@
@@ -368,12 +368,12 @@
- +

{{ q_title }}

-
+
@@ -387,7 +387,7 @@
{{ q_1.title }}
-

{{ q_1.text }}

@@ -416,7 +416,7 @@ -
@@ -437,7 +437,7 @@ - @@ -455,7 +455,7 @@

{{ q_2.title }}

-

{{ q_2.text }}

@@ -486,7 +486,7 @@ - @@ -508,7 +508,7 @@ - @@ -525,7 +525,7 @@
{{q_2.title}}
-

{{q_3.text}}

@@ -562,7 +562,7 @@ - @@ -589,7 +589,7 @@ {% endfor %} - @@ -606,7 +606,7 @@
{{q_4.text_title}}
-

{{q_4.text}}

@@ -636,7 +636,7 @@ - @@ -657,7 +657,7 @@ - @@ -674,7 +674,7 @@
{{q_5.title}}
-

{{q_5.text}}

@@ -686,7 +686,7 @@ {{q_5.img.alt}} - +
@@ -705,7 +705,7 @@ -
@@ -726,7 +726,7 @@ - @@ -818,7 +818,7 @@

{{ post.excerpt }} ...

{{ function('pll_e', 'читать статью') }}
- + @@ -839,7 +839,7 @@

{{ function('pll_e', 'Customer Reviews') }}

- {{ function('pll_e', 'Customer Reviews') }} + {{ function('pll_e', 'Customer Reviews') }}
diff --git a/wp-content/themes/cosmopet/templates/forms/discount.twig b/wp-content/themes/cosmopet/templates/forms/discount.twig index dbb12ae..fd540a8 100644 --- a/wp-content/themes/cosmopet/templates/forms/discount.twig +++ b/wp-content/themes/cosmopet/templates/forms/discount.twig @@ -6,17 +6,17 @@
{% if class %} {% else %} {% endif %}
@@ -29,7 +29,7 @@
- + @@ -47,7 +47,7 @@
{% for i in 1..14 %}
- Cosmopet image {{ i }} + Cosmopet image {{ i }}
{% endfor %}