/*!
Theme Name: Celentano
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: celentano
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Celentano is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
body::-webkit-scrollbar {
  width: 12px;
  background-color: transparent;
  cursor: pointer;

}

/* Track */
body::-webkit-scrollbar-track {
  background-color: transparent;
    /*margin-top: 32px;
    margin-bottom: 32px;*/
}
 
/* Handle */
body::-webkit-scrollbar-thumb {
  background-color: #3F4765;
  border-radius: 32px;

}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  overflow-x: hidden;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  width: 100%;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */


/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
  display: inline-block;
  margin-bottom: 12px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  border: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}


dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# MAIN STYLES
--------------------------------------------------------------*/



* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}
ul,
ol {
  margin: 0;
}

:focus {
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Gilroy", serif;
}


.logo {
  z-index: 999;
}
/*.circles {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.circle1 {
  position: absolute;
  -webkit-animation: circle1 4s linear infinite;
  -webkit-transform: translateX(-50%) translateY(-20%);
}
.circle2 {
  position: absolute;
  -webkit-animation: circle2 4s linear infinite;
  -webkit-transform: translateX(-50%) translateY(-20%);  
}
.circle3 {
  position: absolute;
  -webkit-animation: circle3 4s linear infinite;
  -webkit-transform: translateX(-50%) translateY(-20%);  
}
.circle4 {
  position: absolute;
  -webkit-animation: circle4 4s linear infinite;
  -webkit-transform: translateX(-50%) translateY(-20%);  
}

@-webkit-keyframes circle1 {
  0% { -webkit-transform: rotate(0deg) translateX(-5%) translateY(-20%); }
  25% { -webkit-transform: rotate(-90deg) translateX(-5%) translateY(-20%); }
  50% { -webkit-transform: roate(-180deg) translateX(-5%) translateY(-20%); }
  75% { -webkit-transform: rotate(-270deg) translateX(-5%) translateY(-20%); }
  100% { -webkit-transform: rotate(-360deg) translateX(-5%) translateY(-20%); }
}
@-webkit-keyframes circle2 {
  0% { -webkit-transform: rotate(0deg) translateX(15%) translateY(20%); }
  25% { -webkit-transform: rotate(90deg) translateX(15%) translateY(20%); }
  50% { -webkit-transform: roate(180deg) translateX(15%) translateY(20%); }
  75% { -webkit-transform: rotate(270deg) translateX(15%) translateY(20%); }
  100% { -webkit-transform: rotate(360deg) translateX(15%) translateY(20%); }
}
@-webkit-keyframes circle3 {
  0% { -webkit-transform: rotate(0deg) translateX(5%) translateY(-20%); }
  25% { -webkit-transform: rotate(90deg) translateX(5%) translateY(-20%); }
  50% { -webkit-transform: roate(180deg) translateX(5%) translateY(-20%); }
  75% { -webkit-transform: rotate(270deg) translateX(5%) translateY(-20%); }
  100% { -webkit-transform: rotate(360deg) translateX(5%) translateY(-20%); }
}
@-webkit-keyframes circle4 {
  0% { -webkit-transform: rotate(0deg) translateX(25%) translateY(-20%); }
  25% { -webkit-transform: rotate(90deg) translateX(25%) translateY(-20%); }
  50% { -webkit-transform: roate(180deg) translateX(25%) translateY(-20%); }
  75% { -webkit-transform: rotate(270deg) translateX(25%) translateY(-20%); }
  100% { -webkit-transform: rotate(360deg) translateX(25%) translateY(-20%); }
}*/

.container {
  /*max-width: 1220px;*/
  max-width: 1248px;
  margin: auto;
  width: 100%;
  position: relative;
}
.row {
  padding-right: 12px;
  padding-left: 12px;
}
.entery-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between; 
  padding-top: 36px;
  padding-bottom: 34px;
}
.title-text {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 60px;
  text-transform: uppercase;

  color: #080F29;
}
.step-back {
  background: #FFFFFF;
  box-shadow: 0px 8px 16px rgba(8, 15, 41, 0.15);
  border-radius: 32px;  
  width: 32px;
  height: 32px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  margin-bottom: 12px;
}
.button-blue {
  text-align: center;
  padding: 16px 22px 16px 54px;
  background: #080F29;
  box-shadow: 0px 8px 16px rgba(8, 15, 41, 0.15);
  border-radius: 32px;
  cursor: pointer;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: 18px 12px;
  position: relative;
  z-index: 10;
}

.button-white {
  text-align: center;
  padding: 16px 22px 16px 54px;
  background: #FFFFFF;
  box-shadow: 0px 8px 16px rgba(8, 15, 41, 0.15);
  border-radius: 32px;
  cursor: pointer;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  background-repeat: no-repeat;
  background-position: 18px 12px;    
}







/* HEADER */
.header {
  background-color: #fff;
  top: 0;
  z-index: 199; 
  width: 100%;
}
/*.header.main {
  background-color: transparent;
  position: absolute;
  top: 0;
}

.header.main.relative {
  position: relative;
  background-color: #fff;
}*/
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  width: 100%;
}

.navigation, .nav-dropdown__contaier {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
}

.navigation ul li a span, .nav-dropdown__contaier ul li a span {
  margin-left: 12px;
}

.navigation ul, .nav-dropdown__contaier ul {
  margin-right: 56px;
  display: flex;
}
.navigation ul li {
  margin-right: 40px;
}
.nav-dropdown__contaier ul li {
  margin-right: 32px;
}
.navigation ul li:nth-last-child(1), .nav-dropdown__contaier ul li:nth-last-child(1) {
  margin-right: 0;
}
.navigation ul li a, .nav-dropdown__contaier ul li a {
    transition: 0.5s;
    display: flex;
    align-items: center;
    height: 100%;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    text-transform: uppercase;
    color: #000;
}
/*
.header.main .navigation ul li a {
  color: #fff;
}
*/
/*.header.main.relative .navigation ul li a {
  color: #000;
}*/
.main .header-logo {
  display: none;
}
.header.absolute.main .header-logo {
  display: inline;
}
.header.absolute .header-logo-white {
  display: none;
}

/*.header-logo {
  display: none;
}
.header.absolute .header-logo {
  display: inline;
}
.header.absolute .header-logo-white {
  display: none;
}*/
.bars, .close {
  cursor: pointer;
  z-index: 2;
}
.close {
    right: 0px;
    top: 10px;
    position: absolute;
}
.nav-dropdown {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    position: fixed;
    width: inherit;
    top: 0;
    left: 100%;
    transition: all .4s;
    background-color: #fff;
    padding: 22px 32px;
    box-shadow: 0px 8px 16px rgba(8, 15, 41, 0.15);
    z-index: 1001;  
}
.nav-dropdown.active {
  left: 0;
} 
.nav-dropdown__flx {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
}
.nav-dropdown__contaier {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
.menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.menu ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.menu ul li {
  margin-right: 64px;
}
.menu ul li a {
    display: flex;
    align-items: center;
    height: 100%;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    text-transform: uppercase;
    color: #000;
}
/* END HEADER */



/*START FOOTER*/

.site-footer {
  /* position: absolute;
  bottom: 0;
  width: 100%; */
  padding: 40px 0;
  background: #080F29;
}
.footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.footer-logo {
  margin-right: 66px;
}
.footer-menu #menu-footer-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 530px;
  width: 100%;
  justify-content: space-between;
}
.footer-menu #menu-footer-menu li {
  margin-left: 16px;
  margin-bottom: 22px;
  width: 100px;
  list-style-type: initial;
  color: red;
}
.footer-menu #menu-footer-menu li:nth-child(n+5) {
  /* margin-bottom: 0; */
}
.footer-menu #menu-footer-menu li a {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  text-transform: uppercase;

  color: #FFFFFF;

  opacity: 0.9;
}
.footer-newslater {
  margin: 0 62px;
}
.newslater-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 12px 24px;
  border: none;
  border-radius: 32px;
  cursor: pointer;
}
.newslater-btn__img {
  max-width: 24px;
  height: 18px;
  margin-right: 12px;
}
.newslater-btn__img img {
  max-width: fit-content;
  height: 100%;
}
.newslater-btn__text {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  white-space: nowrap;
}
#menu-footer-social-media, #menu-footer-social-media-1 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.menu-footer-social-media-container li {
  margin-right: 18px;
}
.menu-footer-social-media-container li:nth-last-child(1) {
  margin-right: 0;
}
.menu-footer-social-media-container li a {
  opacity: .6;
}
.menu-footer-social-media-container li a span {
  display: none;
}
/*END FOOTER*/

/*FOOTER*/

.footer-mobile {
  display: none;
}
/*FOOTER*/


/*FILTER*/
.filter-list {
  background: #FFFFFF;
  border: 1px solid #080F29;
  box-shadow: 0px 8px 16px rgba(8, 15, 41, 0.15);
  border-radius: 24px;

  z-index: 1;
  position: relative;

  max-width: 190px;
  width: 100%;
  cursor: pointer;

  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;

  border-radius: 22px;
}
.filter-search-city_dropdown, .filter-search-services_dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: -0.7px;
  width: 101%;
  border: 1px solid #33394F;
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
  border-top: none;
  background-color: #fff;
  z-index: 9999;

  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.search_selected {
  padding: 16px;
  width: 100%;
}
.filter-search_selected {
  position: relative;
  border-radius: 15px;
}
.filter-search__element, .filter-search__text {
  color: #080F29;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  padding: 5px 24px;
  cursor: pointer;
}
.filter-search__element {
  padding: 8px 0;
  display: block;
  color: #080F29;
}
.filter-search-city_dropdown .filter-search__element:last-child,
.filter-search-services_dropdown .filter-search__element:last-child {
  border-bottom-right-radius: 21px;
  border-bottom-left-radius: 21px;
}

.filter-search-city_dropdown .filter-search__element:hover,
.filter-search-services_dropdown .filter-search__element:hover {
  background: #FF0F00;
}
.filter-search_dropdown {
  display: none;
}

.filter-search_selected {
  position: relative;
  border-radius: 15px;
}
.filter-search__element {
  color: #080F29;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  padding: 0 24px;
}
.filter-search__element:first-child a {
  margin-top: 8px;
}
 .filter-search__element {
  padding: 8px 24px;
}
.filter-search_dropdown .filter-search__element:hover {
  background: #FF0F00;
}
/*FILTER*/



.col-8 {
  max-width: 808px; 
  width: 100%;
  margin-right: 16px;
}
.col-4 {
  max-width: 390px;
  width: 100%;
  height: 100%;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.article-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 94px;
}
.single-celentano-news .entry-title {
  margin-top: 8px;
}
.celentano-news .post-thumbnail {
  width: 100%;
  max-height: 570px;
  border-radius: 32px;
  overflow: hidden;
  margin-bottom: 22px;
}
.single-celentano-news article img {
  border-radius: 32px;
  overflow: hidden;
}
.celentano-news .post-thumbnail img {
  max-height: 570px;
  width: 100%;
  height: 100%;
}
.recent-list__link, .vacancy-list__link {
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;

  color: #080F29;
}
.aside-recent__loadmore {
  cursor: pointer;
  background: #FFFFFF;
  box-shadow: 0px 8px 16px rgba(8, 15, 41, 0.15);
  border-radius: 32px;
  border: none;

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-end;
  align-items: center;

  width: fit-content;
  padding: 12px 24px;
  margin: auto;

  font-family: Gilroy;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 17px;

  color: #080F29;

}
.loadmore-image {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.loadmore-text {
  margin-left: 16px;
}



.aside-recent {
  height: 100%;
  background-color: #EBEBEB;
  border-radius: 32px; 
  padding: 32px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.aside-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

  margin-left: 32px;
  margin-bottom: 20px;
}
.aside-title__text, .vacancy-title__text {
  font-family: Gilroy;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 46px;

  color: #080F29;
}
.aside-title__prefix {
  max-width: 50px;
  width: 100%;
  height: auto;
  display: block;
  margin-left: 2px
}
.aside-recent__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  margin-bottom: 32px;
}
.recent-list__img {
  max-width: 146px;
  min-width: 146px;
  width: 100%;
  max-height: 103px;
  height: 100%;
  display: block;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
  margin-right: 16px;
}
.recent-list__img img {
  width: 100%;
  height: 100%;
  max-height: 103px;
  display: block;
}


.svg {
  display: inline-block;
  position: absolute;
}


.restaurants-circle__silver {
  will-change: left, transform;
  animation-duration: 1.2s;
  animation-fill-mode: forwards; 
  animation-name: slideFromLeft;
  animation-delay: .8s;
  max-width: 160px;
  left: -20%;
}

.wheal-circle__red {
  will-change: right, transform;
  animation-duration: 1.4s;
  animation-fill-mode: forwards; 
  animation-name: slideFromRight;
  animation-delay: 2s;
  max-width: 160px;
  right: -180px;
}
.page-template-page-delivery .wheal-circle__red {
  margin-top: 7%;
}

.wheal-circle__silver-long {
    animation-duration: 1.2s;
    animation-fill-mode: forwards; 
    animation-name: slideFromRightLong;
    animation-delay: .8s;
    max-width: 160px;
    right: -180px;
}
.wheal-circle__green-long {
    animation-duration: 1.4s;
    animation-fill-mode: forwards; 
    animation-name: slideFromBottom;
    animation-delay: 2s;
    max-width: 120px;
}
.wheal-circle__silver-left {
    animation-duration: 1.2s;
    animation-fill-mode: forwards; 
    animation-name: slideFromLeftBottom;
    animation-delay: .8s;
    max-width: 160px;
}

.wheal-circle__red-right {
  left: -60px;
  max-width: 160px;
}
.wheal-circle__green-left {
  top: 20px;
  right: -60px;
  max-width: 160px;
}
.wheal-circle__green-bottom {
    bottom: -160px;
    right: -100px;
    max-width: 160px;
    z-index: -1;
}
.wheal-circle__whave-middle {
    right: -25%;
    top: 0;
    bottom: 0;
    display: inline-flex;
    z-index: -1;
    margin: 0;
    transform: rotate(-4deg);
    height: 90%;
}
.contact-circle__green-bottom {
    max-width: 360px;
    top: -10%;
    left: -15%;
    z-index: -1;
}
@keyframes slideFromRight {
  0% {
    right: -180px;
    transform: rotate(120deg);
  }

  100% {
    right: -50px;
    transform: rotate(0deg);
  }
}

@keyframes slideFromLeft {
  0% {
    left: -20%;
    transform: rotate(120deg);
  }

  100% {
    left: -5%;
    transform: rotate(0deg);
  }
}
@keyframes slideFromRightLong {
  0% {
    right: -180px;
    transform: rotate(120deg);
  }

  100% {
    right: 180px;
    transform: rotate(0deg);
  }
}
@keyframes slideFromBottom {
  0% {
    right: -180px;
    bottom: -10%;
    transform: rotate(120deg);
  }

  100% {
    right: 180px;
    bottom: 10%;
    transform: rotate(0deg);
  }
}
@keyframes slideFromLeftBottom {
  0% {
    left: -20%;
    transform: rotate(120deg);
  }

  100% {
    left: 12%;
    transform: rotate(0deg);
  }
}

.page-template-default .article-wrap .col-8 img {
  border-radius: 32px;
    margin: 24px 0;
}


.entry-content ul {
  margin-left: 24px;
}
.entry-content ul li {
  list-style: initial;
}






