/*! normalize.css v8.0.1 | 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.
 */
@import url("https://use.typekit.net/nru1sqe.css");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* 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;
}

/**
 * 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 */
}

/**
 * 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;
}

.img-assets-banner-archive {
  background-image: url(../images/assets/banner-archive.jpg);
  background-size: 1920px 606px;
  width: 1920px;
  height: 606px;
  display: inline-block;
}

.img-assets-banner-archive.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 31.5625%;
}

.img-assets-banner-cases {
  background-image: url(../images/assets/banner-cases.jpg);
  background-size: 1920px 606px;
  width: 1920px;
  height: 606px;
  display: inline-block;
}

.img-assets-banner-cases.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 31.5625%;
}

.img-assets-default_banner {
  background-image: url(../images/assets/default_banner.jpg);
  background-size: 1920px 606px;
  width: 1920px;
  height: 606px;
  display: inline-block;
}

.img-assets-default_banner.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 31.5625%;
}

.img-assets-logo-footer {
  background-image: url(../images/assets/logo-footer.png);
  background-size: 250px 63px;
  width: 250px;
  height: 63px;
  display: inline-block;
}

.img-assets-logo-footer.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 25.2%;
}

.img-assets-logo {
  background-image: url(../images/assets/logo.png);
  background-size: 319px 47px;
  width: 319px;
  height: 47px;
  display: inline-block;
}

.img-assets-logo.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 14.73354%;
}

.img-assets-logo-small {
  background-image: url(../images/assets/logo-small.png);
  background-size: 197px 50px;
  width: 197px;
  height: 50px;
  display: inline-block;
}

.img-assets-logo-small.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 25.38071%;
}

.img-assets-newsletter {
  background-image: url(../images/assets/newsletter.jpg);
  background-size: 1920px 500px;
  width: 1920px;
  height: 500px;
  display: inline-block;
}

.img-assets-newsletter.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 26.04167%;
}

.img-assets-triangles {
  background-image: url(../images/assets/triangles.png);
  background-size: 995px 2799px;
  width: 995px;
  height: 2799px;
  display: inline-block;
}

.img-assets-triangles.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 281.30653%;
}

.img-assets-zaki {
  background-image: url(../images/assets/zaki.png);
  background-size: 115px 15px;
  width: 115px;
  height: 15px;
  display: inline-block;
}

.img-assets-zaki.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 13.04348%;
}

.img-assets-zaki-sign {
  background-image: url(../images/assets/zaki-sign.png);
  background-size: 96px 16px;
  width: 96px;
  height: 16px;
  display: inline-block;
}

.img-assets-zaki-sign.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 16.66667%;
}

.img-assets-icons-attached {
  background-image: url(../images/assets/icons/attached.png);
  background-size: 31px 34px;
  width: 31px;
  height: 34px;
  display: inline-block;
}

.img-assets-icons-attached.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 109.67742%;
}

.img-assets-icons-blackboard {
  background-image: url(../images/assets/icons/blackboard.png);
  background-size: 43px 43px;
  width: 43px;
  height: 43px;
  display: inline-block;
}

.img-assets-icons-blackboard.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100%;
}

.img-assets-icons-cart {
  background-image: url(../images/assets/icons/cart.png);
  background-size: 27px 28px;
  width: 27px;
  height: 28px;
  display: inline-block;
}

.img-assets-icons-cart.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 103.7037%;
}

.img-assets-icons-chat-big {
  background-image: url(../images/assets/icons/chat-big.png);
  background-size: 77px 70px;
  width: 77px;
  height: 70px;
  display: inline-block;
}

.img-assets-icons-chat-big.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 90.90909%;
}

.img-assets-icons-chat {
  background-image: url(../images/assets/icons/chat.png);
  background-size: 47px 43px;
  width: 47px;
  height: 43px;
  display: inline-block;
}

.img-assets-icons-chat.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 91.48936%;
}

.img-assets-icons-chat-yellow {
  background-image: url(../images/assets/icons/chat-yellow.png);
  background-size: 35px 35px;
  width: 35px;
  height: 35px;
  display: inline-block;
}

.img-assets-icons-chat-yellow.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100%;
}

.img-assets-icons-download {
  background-image: url(../images/assets/icons/download.png);
  background-size: 35px 32px;
  width: 35px;
  height: 32px;
  display: inline-block;
}

.img-assets-icons-download.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 91.42857%;
}

.img-assets-icons-facebook {
  background-image: url(../images/assets/icons/facebook.png);
  background-size: 8px 15px;
  width: 8px;
  height: 15px;
  display: inline-block;
}

.img-assets-icons-facebook.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 187.5%;
}

.img-assets-icons-facebook-small {
  background-image: url(../images/assets/icons/facebook-small.png);
  background-size: 8px 15px;
  width: 8px;
  height: 15px;
  display: inline-block;
}

.img-assets-icons-facebook-small.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 187.5%;
}

.img-assets-icons-go-to {
  background-image: url(../images/assets/icons/go-to.png);
  background-size: 35px 35px;
  width: 35px;
  height: 35px;
  display: inline-block;
}

.img-assets-icons-go-to.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100%;
}

.img-assets-icons-instagram {
  background-image: url(../images/assets/icons/instagram.png);
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  display: inline-block;
}

.img-assets-icons-instagram.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100%;
}

.img-assets-icons-linkedin {
  background-image: url(../images/assets/icons/linkedin.png);
  background-size: 14px 13px;
  width: 14px;
  height: 13px;
  display: inline-block;
}

.img-assets-icons-linkedin.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 92.85714%;
}

.img-assets-icons-linkedin-small {
  background-image: url(../images/assets/icons/linkedin-small.png);
  background-size: 14px 13px;
  width: 14px;
  height: 13px;
  display: inline-block;
}

.img-assets-icons-linkedin-small.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 92.85714%;
}

.img-assets-icons-mail {
  background-image: url(../images/assets/icons/mail.png);
  background-size: 30px 23px;
  width: 30px;
  height: 23px;
  display: inline-block;
}

.img-assets-icons-mail.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 76.66667%;
}

.img-assets-icons-phone {
  background-image: url(../images/assets/icons/phone.png);
  background-size: 26px 26px;
  width: 26px;
  height: 26px;
  display: inline-block;
}

.img-assets-icons-phone.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100%;
}

.img-assets-icons-position {
  background-image: url(../images/assets/icons/position.png);
  background-size: 24px 30px;
  width: 24px;
  height: 30px;
  display: inline-block;
}

.img-assets-icons-position.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 125%;
}

.img-assets-icons-search {
  background-image: url(../images/assets/icons/search.png);
  background-size: 26px 26px;
  width: 26px;
  height: 26px;
  display: inline-block;
}

.img-assets-icons-search.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100%;
}

.img-assets-icons-search-white, #navigation input[type="search"] {
  background-image: url(../images/assets/icons/search-white.png);
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.img-assets-icons-search-white.aspect-ratio, #navigation input.aspect-ratio[type="search"] {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100%;
}

.img-assets-icons-shop-cart, .page-template-page-product .row .wrapper #product-infobox #buy-button button::before {
  background-image: url(../images/assets/icons/shop-cart.png);
  background-size: 35px 35px;
  width: 35px;
  height: 35px;
  display: inline-block;
}

.img-assets-icons-shop-cart.aspect-ratio, .page-template-page-product .row .wrapper #product-infobox #buy-button button.aspect-ratio::before {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100%;
}

.img-assets-icons-slick-prev, #slide #hinner-slide .slick-prev,
#slide #hinner-slide .slick-next, #courses-in-evidence .courses .slick-prev, .tax-product_cat #courses-list .courses .slick-prev,
#courses-in-evidence .courses .slick-next,
.tax-product_cat #courses-list .courses .slick-next, #numbers .slick-prev,
#numbers .slick-next, #case-history .boxes .slick-prev,
#case-history .boxes .slick-next, #home-news .boxes .slick-prev,
#home-news .boxes .slick-next, .page-aside-container #aside-slide .slick-prev,
.page-aside-container #aside-slide .slick-next {
  background-image: url(../images/assets/icons/slick-prev.png);
  background-size: 40px 41px;
  width: 40px;
  height: 41px;
  display: inline-block;
}

.img-assets-icons-slick-prev.aspect-ratio, #slide #hinner-slide .aspect-ratio.slick-prev,
#slide #hinner-slide .aspect-ratio.slick-next, #courses-in-evidence .courses .aspect-ratio.slick-prev, .tax-product_cat #courses-list .courses .aspect-ratio.slick-prev,
#courses-in-evidence .courses .aspect-ratio.slick-next,
.tax-product_cat #courses-list .courses .aspect-ratio.slick-next, #numbers .aspect-ratio.slick-prev,
#numbers .aspect-ratio.slick-next, #case-history .boxes .aspect-ratio.slick-prev,
#case-history .boxes .aspect-ratio.slick-next, #home-news .boxes .aspect-ratio.slick-prev,
#home-news .boxes .aspect-ratio.slick-next, .page-aside-container #aside-slide .aspect-ratio.slick-prev,
.page-aside-container #aside-slide .aspect-ratio.slick-next {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 102.5%;
}

.img-assets-icons-social {
  background-image: url(../images/assets/icons/social.png);
  background-size: 35px 35px;
  width: 35px;
  height: 35px;
  display: inline-block;
}

.img-assets-icons-social.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100%;
}

.img-assets-icons-teacher-big {
  background-image: url(../images/assets/icons/teacher-big.png);
  background-size: 71px 71px;
  width: 71px;
  height: 71px;
  display: inline-block;
}

.img-assets-icons-teacher-big.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100%;
}

.img-assets-icons-user {
  background-image: url(../images/assets/icons/user.png);
  background-size: 25px 26px;
  width: 25px;
  height: 26px;
  display: inline-block;
}

.img-assets-icons-user.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 104%;
}

.img-assets-icons-zaki {
  background-image: url(../images/assets/icons/zaki.png);
  background-size: 96px 16px;
  width: 96px;
  height: 16px;
  display: inline-block;
}

.img-assets-icons-zaki.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 16.66667%;
}

.img-to_remove-ambiti-1 {
  background-image: url(../images/to_remove/ambiti-1.png);
  background-size: 40px 50px;
  width: 40px;
  height: 50px;
  display: inline-block;
}

.img-to_remove-ambiti-1.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 125%;
}

.img-to_remove-ambiti-2 {
  background-image: url(../images/to_remove/ambiti-2.png);
  background-size: 49px 49px;
  width: 49px;
  height: 49px;
  display: inline-block;
}

.img-to_remove-ambiti-2.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100%;
}

.img-to_remove-ambiti-3 {
  background-image: url(../images/to_remove/ambiti-3.png);
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  display: inline-block;
}

.img-to_remove-ambiti-3.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100%;
}

.img-to_remove-ambiti-4 {
  background-image: url(../images/to_remove/ambiti-4.png);
  background-size: 50px 42px;
  width: 50px;
  height: 42px;
  display: inline-block;
}

.img-to_remove-ambiti-4.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 84%;
}

.img-to_remove-ambiti-5 {
  background-image: url(../images/to_remove/ambiti-5.png);
  background-size: 36px 50px;
  width: 36px;
  height: 50px;
  display: inline-block;
}

.img-to_remove-ambiti-5.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 138.88889%;
}

.img-to_remove-ambiti-6 {
  background-image: url(../images/to_remove/ambiti-6.png);
  background-size: 49px 47px;
  width: 49px;
  height: 47px;
  display: inline-block;
}

.img-to_remove-ambiti-6.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 95.91837%;
}

.img-to_remove-article-1 {
  background-image: url(../images/to_remove/article-1.jpg);
  background-size: 796px 506px;
  width: 796px;
  height: 506px;
  display: inline-block;
}

.img-to_remove-article-1.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 63.56784%;
}

.img-to_remove-aside-slide {
  background-image: url(../images/to_remove/aside-slide.jpg);
  background-size: 398px 370px;
  width: 398px;
  height: 370px;
  display: inline-block;
}

.img-to_remove-aside-slide.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 92.96482%;
}

.img-to_remove-aside-slide {
  background-image: url(../images/to_remove/aside-slide.png);
  background-size: 398px 370px;
  width: 398px;
  height: 370px;
  display: inline-block;
}

.img-to_remove-aside-slide.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 92.96482%;
}

.img-to_remove-certificazioni-1 {
  background-image: url(../images/to_remove/certificazioni-1.png);
  background-size: 66px 111px;
  width: 66px;
  height: 111px;
  display: inline-block;
}

.img-to_remove-certificazioni-1.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 168.18182%;
}

.img-to_remove-certificazioni-2 {
  background-image: url(../images/to_remove/certificazioni-2.png);
  background-size: 78px 77px;
  width: 78px;
  height: 77px;
  display: inline-block;
}

.img-to_remove-certificazioni-2.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 98.71795%;
}

.img-to_remove-news-1 {
  background-image: url(../images/to_remove/news-1.jpg);
  background-size: 291px 220px;
  width: 291px;
  height: 220px;
  display: inline-block;
}

.img-to_remove-news-1.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 75.60137%;
}

.img-to_remove-news-2 {
  background-image: url(../images/to_remove/news-2.jpg);
  background-size: 291px 220px;
  width: 291px;
  height: 220px;
  display: inline-block;
}

.img-to_remove-news-2.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 75.60137%;
}

.img-to_remove-news-3 {
  background-image: url(../images/to_remove/news-3.jpg);
  background-size: 291px 220px;
  width: 291px;
  height: 220px;
  display: inline-block;
}

.img-to_remove-news-3.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 75.60137%;
}

.img-to_remove-news-4 {
  background-image: url(../images/to_remove/news-4.jpg);
  background-size: 291px 220px;
  width: 291px;
  height: 220px;
  display: inline-block;
}

.img-to_remove-news-4.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 75.60137%;
}

.img-to_remove-operative-approach {
  background-image: url(../images/to_remove/operative-approach.jpg);
  background-size: 1920px 580px;
  width: 1920px;
  height: 580px;
  display: inline-block;
}

.img-to_remove-operative-approach.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 30.20833%;
}

.img-to_remove-page-profile {
  background-image: url(../images/to_remove/page-profile.jpg);
  background-size: 1920px 606px;
  width: 1920px;
  height: 606px;
  display: inline-block;
}

.img-to_remove-page-profile.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 31.5625%;
}

.img-to_remove-partnership {
  background-image: url(../images/to_remove/partnership.jpg);
  background-size: 1920px 580px;
  width: 1920px;
  height: 580px;
  display: inline-block;
}

.img-to_remove-partnership.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 30.20833%;
}

.img-to_remove-service-1 {
  background-image: url(../images/to_remove/service-1.jpg);
  background-size: 291px 440px;
  width: 291px;
  height: 440px;
  display: inline-block;
}

.img-to_remove-service-1.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 151.20275%;
}

.img-to_remove-service-2 {
  background-image: url(../images/to_remove/service-2.jpg);
  background-size: 291px 440px;
  width: 291px;
  height: 440px;
  display: inline-block;
}

.img-to_remove-service-2.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 151.20275%;
}

.img-to_remove-service-3 {
  background-image: url(../images/to_remove/service-3.jpg);
  background-size: 291px 440px;
  width: 291px;
  height: 440px;
  display: inline-block;
}

.img-to_remove-service-3.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 151.20275%;
}

.img-to_remove-service-4 {
  background-image: url(../images/to_remove/service-4.jpg);
  background-size: 291px 440px;
  width: 291px;
  height: 440px;
  display: inline-block;
}

.img-to_remove-service-4.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 151.20275%;
}

.img-to_remove-settori-1 {
  background-image: url(../images/to_remove/settori-1.png);
  background-size: 67px 54px;
  width: 67px;
  height: 54px;
  display: inline-block;
}

.img-to_remove-settori-1.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 80.59701%;
}

.img-to_remove-settori-2 {
  background-image: url(../images/to_remove/settori-2.png);
  background-size: 55px 61px;
  width: 55px;
  height: 61px;
  display: inline-block;
}

.img-to_remove-settori-2.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 110.90909%;
}

.img-to_remove-settori-3 {
  background-image: url(../images/to_remove/settori-3.png);
  background-size: 54px 51px;
  width: 54px;
  height: 51px;
  display: inline-block;
}

.img-to_remove-settori-3.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 94.44444%;
}

.img-to_remove-settori-4 {
  background-image: url(../images/to_remove/settori-4.png);
  background-size: 49px 47px;
  width: 49px;
  height: 47px;
  display: inline-block;
}

.img-to_remove-settori-4.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 95.91837%;
}

.img-to_remove-settori-5 {
  background-image: url(../images/to_remove/settori-5.png);
  background-size: 70px 40px;
  width: 70px;
  height: 40px;
  display: inline-block;
}

.img-to_remove-settori-5.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 57.14286%;
}

.img-to_remove-settori-6 {
  background-image: url(../images/to_remove/settori-6.png);
  background-size: 59px 51px;
  width: 59px;
  height: 51px;
  display: inline-block;
}

.img-to_remove-settori-6.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 86.44068%;
}

.img-to_remove-settori-7 {
  background-image: url(../images/to_remove/settori-7.png);
  background-size: 59px 50px;
  width: 59px;
  height: 50px;
  display: inline-block;
}

.img-to_remove-settori-7.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 84.74576%;
}

.img-to_remove-settori-8 {
  background-image: url(../images/to_remove/settori-8.png);
  background-size: 55px 56px;
  width: 55px;
  height: 56px;
  display: inline-block;
}

.img-to_remove-settori-8.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 101.81818%;
}

.img-to_remove-slide1 {
  background-image: url(../images/to_remove/slide1.jpg);
  background-size: 1920px 1080px;
  width: 1920px;
  height: 1080px;
  display: inline-block;
}

.img-to_remove-slide1.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 56.25%;
}

.img-to_remove-staff-1 {
  background-image: url(../images/to_remove/staff-1.jpg);
  background-size: 184px 184px;
  width: 184px;
  height: 184px;
  display: inline-block;
}

.img-to_remove-staff-1.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100%;
}

.img-to_remove-staff-2 {
  background-image: url(../images/to_remove/staff-2.jpg);
  background-size: 184px 184px;
  width: 184px;
  height: 184px;
  display: inline-block;
}

.img-to_remove-staff-2.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100%;
}

.img-to_remove-staff-3 {
  background-image: url(../images/to_remove/staff-3.jpg);
  background-size: 184px 184px;
  width: 184px;
  height: 184px;
  display: inline-block;
}

.img-to_remove-staff-3.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100%;
}

.img-to_remove-staff-4 {
  background-image: url(../images/to_remove/staff-4.jpg);
  background-size: 184px 184px;
  width: 184px;
  height: 184px;
  display: inline-block;
}

.img-to_remove-staff-4.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100%;
}

.img-to_remove-staff-5 {
  background-image: url(../images/to_remove/staff-5.jpg);
  background-size: 184px 184px;
  width: 184px;
  height: 184px;
  display: inline-block;
}

.img-to_remove-staff-5.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100%;
}

.img-to_remove-staff-6 {
  background-image: url(../images/to_remove/staff-6.jpg);
  background-size: 184px 184px;
  width: 184px;
  height: 184px;
  display: inline-block;
}

.img-to_remove-staff-6.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100%;
}

.img-to_remove-staff-7 {
  background-image: url(../images/to_remove/staff-7.jpg);
  background-size: 184px 184px;
  width: 184px;
  height: 184px;
  display: inline-block;
}

.img-to_remove-staff-7.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100%;
}

.img-to_remove-teacher {
  background-image: url(../images/to_remove/teacher.png);
  background-size: 71px 71px;
  width: 71px;
  height: 71px;
  display: inline-block;
}

.img-to_remove-teacher.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100%;
}

.img-to_remove-valori-1 {
  background-image: url(../images/to_remove/valori-1.jpg);
  background-size: 76px 77px;
  width: 76px;
  height: 77px;
  display: inline-block;
}

.img-to_remove-valori-1.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 101.31579%;
}

.img-to_remove-valori-2 {
  background-image: url(../images/to_remove/valori-2.jpg);
  background-size: 73px 73px;
  width: 73px;
  height: 73px;
  display: inline-block;
}

.img-to_remove-valori-2.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100%;
}

.img-to_remove-valori-3 {
  background-image: url(../images/to_remove/valori-3.jpg);
  background-size: 71px 71px;
  width: 71px;
  height: 71px;
  display: inline-block;
}

.img-to_remove-valori-3.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100%;
}

.img-to_remove-valori-4 {
  background-image: url(../images/to_remove/valori-4.jpg);
  background-size: 69px 69px;
  width: 69px;
  height: 69px;
  display: inline-block;
}

.img-to_remove-valori-4.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100%;
}

.img-to_remove-valori-5 {
  background-image: url(../images/to_remove/valori-5.jpg);
  background-size: 73px 72px;
  width: 73px;
  height: 72px;
  display: inline-block;
}

.img-to_remove-valori-5.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 98.63014%;
}

.img-woocommerce-button-icon {
  background-image: url(../images/woocommerce/button-icon.png);
  background-size: 53px 53px;
  width: 53px;
  height: 53px;
  display: inline-block;
}

.img-woocommerce-button-icon.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100%;
}

.img-woocommerce-cart {
  background-image: url(../images/woocommerce/cart.png);
  background-size: 61px 61px;
  width: 61px;
  height: 61px;
  display: inline-block;
}

.img-woocommerce-cart.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100%;
}

.img-woocommerce-cash {
  background-image: url(../images/woocommerce/cash.png);
  background-size: 62px 62px;
  width: 62px;
  height: 62px;
  display: inline-block;
}

.img-woocommerce-cash.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100%;
}

.img-woocommerce-remove {
  background-image: url(../images/woocommerce/remove.png);
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.img-woocommerce-remove.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100%;
}

.img-woocommerce-teacher {
  background-image: url(../images/woocommerce/teacher.png);
  background-size: 71px 71px;
  width: 71px;
  height: 71px;
  display: inline-block;
}

.img-woocommerce-teacher.aspect-ratio {
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100%;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .img-assets-banner-archive {
    background-image: url(../images/assets/banner-archive@2x.jpg);
  }

  .img-assets-banner-cases {
    background-image: url(../images/assets/banner-cases@2x.jpg);
  }

  .img-assets-default_banner {
    background-image: url(../images/assets/default_banner@2x.jpg);
  }

  .img-assets-logo-footer {
    background-image: url(../images/assets/logo-footer@2x.png);
  }

  .img-assets-logo {
    background-image: url(../images/assets/logo@2x.png);
  }

  .img-assets-logo-small {
    background-image: url(../images/assets/logo-small@2x.png);
  }

  .img-assets-newsletter {
    background-image: url(../images/assets/newsletter@2x.jpg);
  }

  .img-assets-triangles {
    background-image: url(../images/assets/triangles@2x.png);
  }

  .img-assets-zaki {
    background-image: url(../images/assets/zaki@2x.png);
  }

  .img-assets-zaki-sign {
    background-image: url(../images/assets/zaki-sign@2x.png);
  }

  .img-assets-icons-attached {
    background-image: url(../images/assets/icons/attached@2x.png);
  }

  .img-assets-icons-blackboard {
    background-image: url(../images/assets/icons/blackboard@2x.png);
  }

  .img-assets-icons-cart {
    background-image: url(../images/assets/icons/cart@2x.png);
  }

  .img-assets-icons-chat-big {
    background-image: url(../images/assets/icons/chat-big@2x.png);
  }

  .img-assets-icons-chat {
    background-image: url(../images/assets/icons/chat@2x.png);
  }

  .img-assets-icons-chat-yellow {
    background-image: url(../images/assets/icons/chat-yellow@2x.png);
  }

  .img-assets-icons-download {
    background-image: url(../images/assets/icons/download@2x.png);
  }

  .img-assets-icons-facebook {
    background-image: url(../images/assets/icons/facebook@2x.png);
  }

  .img-assets-icons-facebook-small {
    background-image: url(../images/assets/icons/facebook-small@2x.png);
  }

  .img-assets-icons-go-to {
    background-image: url(../images/assets/icons/go-to@2x.png);
  }

  .img-assets-icons-instagram {
    background-image: url(../images/assets/icons/instagram@2x.png);
  }

  .img-assets-icons-linkedin {
    background-image: url(../images/assets/icons/linkedin@2x.png);
  }

  .img-assets-icons-linkedin-small {
    background-image: url(../images/assets/icons/linkedin-small@2x.png);
  }

  .img-assets-icons-mail {
    background-image: url(../images/assets/icons/mail@2x.png);
  }

  .img-assets-icons-phone {
    background-image: url(../images/assets/icons/phone@2x.png);
  }

  .img-assets-icons-position {
    background-image: url(../images/assets/icons/position@2x.png);
  }

  .img-assets-icons-search {
    background-image: url(../images/assets/icons/search@2x.png);
  }

  .img-assets-icons-search-white, #navigation input[type="search"] {
    background-image: url(../images/assets/icons/search-white@2x.png);
  }

  .img-assets-icons-shop-cart, .page-template-page-product .row .wrapper #product-infobox #buy-button button::before {
    background-image: url(../images/assets/icons/shop-cart@2x.png);
  }

  .img-assets-icons-slick-prev, #slide #hinner-slide .slick-prev,
  #slide #hinner-slide .slick-next, #courses-in-evidence .courses .slick-prev, .tax-product_cat #courses-list .courses .slick-prev,
  #courses-in-evidence .courses .slick-next,
  .tax-product_cat #courses-list .courses .slick-next, #numbers .slick-prev,
  #numbers .slick-next, #case-history .boxes .slick-prev,
  #case-history .boxes .slick-next, #home-news .boxes .slick-prev,
  #home-news .boxes .slick-next, .page-aside-container #aside-slide .slick-prev,
  .page-aside-container #aside-slide .slick-next {
    background-image: url(../images/assets/icons/slick-prev@2x.png);
  }

  .img-assets-icons-social {
    background-image: url(../images/assets/icons/social@2x.png);
  }

  .img-assets-icons-teacher-big {
    background-image: url(../images/assets/icons/teacher-big@2x.png);
  }

  .img-assets-icons-user {
    background-image: url(../images/assets/icons/user@2x.png);
  }

  .img-assets-icons-zaki {
    background-image: url(../images/assets/icons/zaki@2x.png);
  }

  .img-to_remove-ambiti-1 {
    background-image: url(../images/to_remove/ambiti-1@2x.png);
  }

  .img-to_remove-ambiti-2 {
    background-image: url(../images/to_remove/ambiti-2@2x.png);
  }

  .img-to_remove-ambiti-3 {
    background-image: url(../images/to_remove/ambiti-3@2x.png);
  }

  .img-to_remove-ambiti-4 {
    background-image: url(../images/to_remove/ambiti-4@2x.png);
  }

  .img-to_remove-ambiti-5 {
    background-image: url(../images/to_remove/ambiti-5@2x.png);
  }

  .img-to_remove-ambiti-6 {
    background-image: url(../images/to_remove/ambiti-6@2x.png);
  }

  .img-to_remove-article-1 {
    background-image: url(../images/to_remove/article-1@2x.jpg);
  }

  .img-to_remove-aside-slide {
    background-image: url(../images/to_remove/aside-slide@2x.jpg);
  }

  .img-to_remove-aside-slide {
    background-image: url(../images/to_remove/aside-slide@2x.png);
  }

  .img-to_remove-certificazioni-1 {
    background-image: url(../images/to_remove/certificazioni-1@2x.png);
  }

  .img-to_remove-certificazioni-2 {
    background-image: url(../images/to_remove/certificazioni-2@2x.png);
  }

  .img-to_remove-news-1 {
    background-image: url(../images/to_remove/news-1@2x.jpg);
  }

  .img-to_remove-news-2 {
    background-image: url(../images/to_remove/news-2@2x.jpg);
  }

  .img-to_remove-news-3 {
    background-image: url(../images/to_remove/news-3@2x.jpg);
  }

  .img-to_remove-news-4 {
    background-image: url(../images/to_remove/news-4@2x.jpg);
  }

  .img-to_remove-operative-approach {
    background-image: url(../images/to_remove/operative-approach@2x.jpg);
  }

  .img-to_remove-page-profile {
    background-image: url(../images/to_remove/page-profile@2x.jpg);
  }

  .img-to_remove-partnership {
    background-image: url(../images/to_remove/partnership@2x.jpg);
  }

  .img-to_remove-service-1 {
    background-image: url(../images/to_remove/service-1@2x.jpg);
  }

  .img-to_remove-service-2 {
    background-image: url(../images/to_remove/service-2@2x.jpg);
  }

  .img-to_remove-service-3 {
    background-image: url(../images/to_remove/service-3@2x.jpg);
  }

  .img-to_remove-service-4 {
    background-image: url(../images/to_remove/service-4@2x.jpg);
  }

  .img-to_remove-settori-1 {
    background-image: url(../images/to_remove/settori-1@2x.png);
  }

  .img-to_remove-settori-2 {
    background-image: url(../images/to_remove/settori-2@2x.png);
  }

  .img-to_remove-settori-3 {
    background-image: url(../images/to_remove/settori-3@2x.png);
  }

  .img-to_remove-settori-4 {
    background-image: url(../images/to_remove/settori-4@2x.png);
  }

  .img-to_remove-settori-5 {
    background-image: url(../images/to_remove/settori-5@2x.png);
  }

  .img-to_remove-settori-6 {
    background-image: url(../images/to_remove/settori-6@2x.png);
  }

  .img-to_remove-settori-7 {
    background-image: url(../images/to_remove/settori-7@2x.png);
  }

  .img-to_remove-settori-8 {
    background-image: url(../images/to_remove/settori-8@2x.png);
  }

  .img-to_remove-slide1 {
    background-image: url(../images/to_remove/slide1@2x.jpg);
  }

  .img-to_remove-staff-1 {
    background-image: url(../images/to_remove/staff-1@2x.jpg);
  }

  .img-to_remove-staff-2 {
    background-image: url(../images/to_remove/staff-2@2x.jpg);
  }

  .img-to_remove-staff-3 {
    background-image: url(../images/to_remove/staff-3@2x.jpg);
  }

  .img-to_remove-staff-4 {
    background-image: url(../images/to_remove/staff-4@2x.jpg);
  }

  .img-to_remove-staff-5 {
    background-image: url(../images/to_remove/staff-5@2x.jpg);
  }

  .img-to_remove-staff-6 {
    background-image: url(../images/to_remove/staff-6@2x.jpg);
  }

  .img-to_remove-staff-7 {
    background-image: url(../images/to_remove/staff-7@2x.jpg);
  }

  .img-to_remove-teacher {
    background-image: url(../images/to_remove/teacher@2x.png);
  }

  .img-to_remove-valori-1 {
    background-image: url(../images/to_remove/valori-1@2x.jpg);
  }

  .img-to_remove-valori-2 {
    background-image: url(../images/to_remove/valori-2@2x.jpg);
  }

  .img-to_remove-valori-3 {
    background-image: url(../images/to_remove/valori-3@2x.jpg);
  }

  .img-to_remove-valori-4 {
    background-image: url(../images/to_remove/valori-4@2x.jpg);
  }

  .img-to_remove-valori-5 {
    background-image: url(../images/to_remove/valori-5@2x.jpg);
  }

  .img-woocommerce-button-icon {
    background-image: url(../images/woocommerce/button-icon@2x.png);
  }

  .img-woocommerce-cart {
    background-image: url(../images/woocommerce/cart@2x.png);
  }

  .img-woocommerce-cash {
    background-image: url(../images/woocommerce/cash@2x.png);
  }

  .img-woocommerce-remove {
    background-image: url(../images/woocommerce/remove@2x.png);
  }

  .img-woocommerce-teacher {
    background-image: url(../images/woocommerce/teacher@2x.png);
  }
}
@font-face {
  font-family: 'Intelo';
  src: url("../fonts/intelo/Intelo-Bold.woff2") format("woff2"), url("Intelo-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intelo';
  src: url("../fonts/intelo/Intelo-Bold.woff2") format("woff2"), url("Intelo-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'InteloAlt';
  src: url("../fonts/intelo/InteloAlt-ExtraBold.woff2") format("woff2"), url("InteloAlt-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'InteloAlt';
  src: url("../fonts/intelo/InteloAlt-SemiBold.woff2") format("woff2"), url("InteloAlt-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'InteloAlt';
  src: url("../fonts/intelo/InteloAlt-Medium.woff2") format("woff2"), url("InteloAlt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intelo';
  src: url("../fonts/intelo/Intelo-Italic.woff2") format("woff2"), url("Intelo-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Intelo';
  src: url("../fonts/intelo/Intelo-Italic.woff2") format("woff2"), url("Intelo-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Intelo';
  src: url("../fonts/intelo/Intelo-Light.woff2") format("woff2"), url("Intelo-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'InteloAlt';
  src: url("../fonts/intelo/InteloAlt-Medium.woff2") format("woff2"), url("InteloAlt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intelo';
  src: url("../fonts/intelo/Intelo-Regular.woff2") format("woff2"), url("Intelo-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'InteloAlt';
  src: url("../fonts/intelo/InteloAlt-ExtraBold.woff2") format("woff2"), url("InteloAlt-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intelo';
  src: url("../fonts/intelo/Intelo-Light.woff2") format("woff2"), url("Intelo-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intelo';
  src: url("../fonts/intelo/Intelo-Thin.woff2") format("woff2"), url("Intelo-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intelo';
  src: url("../fonts/intelo/Intelo-Regular.woff2") format("woff2"), url("Intelo-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intelo';
  src: url("../fonts/intelo/Intelo-Thin.woff2") format("woff2"), url("Intelo-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/*# sourceMappingURL=stylesheet.css.map */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.woff2") format("woff2"), url("../fonts/icomoon/icomoon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*! normalize.css v8.0.1 | 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.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* 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;
}

/**
 * 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 */
}

/**
 * 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;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

[class^="woocommerce"] {
  font-family: "rubrik-new", sans-serif;
}

::placeholder {
  color: inherit;
}

* {
  outline: none;
}

input[type=submit] {
  cursor: pointer;
}

.zaki-fancy-show {
  transform: translateY(50px);
  transition-duration: 0.5s;
  transition-delay: 0.2s;
  opacity: 0;
}
.zaki-fancy-show.passed-by {
  transform: translateY(0);
  opacity: 1;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
.block-first-transition {
  transition: none !important;
}
.block-first-transition * {
  transition: none !important;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

html,
body {
  min-height: 100%;
  min-width: 100%;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  padding-top: 106px;
  width: 100%;
}

html.open-menu {
  overflow: hidden;
}
html.open-menu body {
  overflow: hidden;
}
html.open-menu #header #actions ul#actions-buttons {
  bottom: -100px;
}
html.open-menu #header #actions #hamburger .line {
  top: 50%;
  transform: translateY(-50%);
  border-color: #fff;
}
html.open-menu #header #actions #hamburger .line:nth-child(1) {
  transform: rotate(45deg);
}
html.open-menu #header #actions #hamburger .line:nth-child(3) {
  transform: rotate(-45deg);
}
html.open-menu #header #actions #hamburger .line:nth-child(2) {
  opacity: 0;
}
html.open-menu #navigation {
  transform: translate(0);
}
html.open-search #fixed-search {
  transform: translate(0);
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
a.a-inherit {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

p a,
ul li a {
  color: #E2B130;
  font-weight: 700;
}

.a-weight-400 p a,
.a-weight-400 ul li a {
  font-weight: 400;
}

ol li {
  margin-bottom: 20px;
}

hr {
  border: 0;
  height: 1px;
  background-color: #A0A0A0;
  margin: 0;
  margin-bottom: 30px;
}

.ahead {
  position: relative;
  z-index: 1;
}

#app {
  display: block;
  margin: 0 auto;
  max-width: 2560px;
  min-height: 100%;
  width: 100%;
}

#fixed-search {
  position: fixed;
  width: 100%;
  height: 65px;
  box-sizing: border-box;
  padding: 0px 30px;
  border: 0;
  outline: none;
  top: 106px;
  background-color: #555050;
  font-family: "rubrik-new", sans-serif;
  color: #fff;
  font-size: 20px;
  z-index: 5000;
  transform: translateY(-100%);
  transition: transform 0.3s;
}

.row {
  display: block;
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
}
.row.have-slide {
  max-width: 1460px;
}
.row.have-slide .wrapper {
  padding: 0px 105px;
}
.row .wrapper {
  padding: 0px 30px;
}

.triangles {
  overflow: hidden;
  position: relative;
}
.triangles::before, .triangles::after {
  display: block;
  position: absolute;
  content: "";
  width: 180px;
  height: 55%;
  top: 0;
  left: 0;
  background: #f7cb55;
  background: -moz-linear-gradient(0deg, #f7cb55 0%, #d9a128 100%);
  background: -webkit-linear-gradient(0deg, #f7cb55 0%, #d9a128 100%);
  background: linear-gradient(0deg, #f7cb55 0%, #d9a128 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7cb55", endColorstr="#d9a128", GradientType=1);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: 2;
}
.triangles::after {
  bottom: 0;
  top: unset;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: 1;
}

#search-results {
  width: 100%;
  margin-bottom: 40px;
  float: left;
  font-family: "rubrik-new", sans-serif;
}
#search-results .result {
  width: 100%;
  border-top: 5px solid #f2c754;
  background-color: #f3f3f3;
  margin-bottom: 40px;
  padding: 20px 30px;
  box-sizing: border-box;
}
#search-results .result:last-child {
  margin-bottom: 0;
}
#search-results .result .title {
  font-size: 26px;
  margin-bottom: 10px;
}
#search-results .result .title a {
  text-decoration: none;
}
#search-results .result .content {
  font-size: 15px;
  color: #222222;
}
#search-results .result .readAll {
  width: 100%;
  text-align: right;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #f2c754;
}
#search-results .result p {
  margin-bottom: 0;
}

.wpcf7-not-valid-tip {
  font-family: "rubrik-new", sans-serif;
  color: #ca4a4a;
  font-size: 16px;
  display: block;
  padding: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: 0;
  background-color: #b32323;
  padding: 15px 10px;
  margin: 0;
  position: relative;
}

.wpcf7 form.init .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
  /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background-color: #b32323;
  /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  background-color: #f56e28;
  /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #ffb900;
  /* Yellow */
}

.wpcf7-response-output {
  font-family: "rubrik-new", sans-serif;
  color: #fff;
  font-size: 20px;
  display: block;
  text-align: center;
  margin: 0;
  border: 0;
}

.page-wrapper .screen-reader-response {
  display: none;
  font-family: "rubrik-new", sans-serif;
  color: #323434;
  font-size: 16px;
}
.page-wrapper .screen-reader-response p {
  margin-bottom: 0px;
}
.page-wrapper .screen-reader-response ul {
  margin-top: 10px;
}

.error404 #page-banner,
.error404 .page-aside-container {
  display: none;
}

.search-results .page-wrapper {
  width: 100%;
  padding-right: 0;
}

body.page-id-526 .page-wrapper,
body.page-id-565 .page-wrapper,
body.page-id-863 .page-wrapper,
body.search .page-wrapper {
  margin-top: -300px;
  position: relative;
  background-color: #fff;
  padding-left: 67px;
  padding-right: 67px;
  width: 100%;
  min-height: 360px;
}
body.page-id-526 .page-wrapper a,
body.page-id-565 .page-wrapper a,
body.page-id-863 .page-wrapper a,
body.search .page-wrapper a {
  color: #E2B130;
}
@media screen and (max-width: 850px) {
  body.page-id-526 .page-wrapper,
  body.page-id-565 .page-wrapper,
  body.page-id-863 .page-wrapper,
  body.search .page-wrapper {
    margin-top: -220px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 850px) {
  body.page-id-526 .page-wrapper,
  body.page-id-565 .page-wrapper,
  body.page-id-863 .page-wrapper,
  body.search .page-wrapper {
    margin-top: -130px;
  }
}
body.page-id-526 .breadcrump,
body.page-id-526 .woocommerce-breadcrumb,
body.page-id-565 .breadcrump,
body.page-id-565 .woocommerce-breadcrumb,
body.page-id-863 .breadcrump,
body.page-id-863 .woocommerce-breadcrumb,
body.search .breadcrump,
body.search .woocommerce-breadcrumb {
  margin-top: -75px;
  margin-bottom: 70px !important;
}
body.page-id-526 .page-aside-container,
body.page-id-565 .page-aside-container,
body.page-id-863 .page-aside-container,
body.search .page-aside-container {
  display: none;
}

body.woocommerce-orders .woocommerce #respond input#submit,
body.woocommerce-orders .woocommerce a.button,
body.woocommerce-orders .woocommerce button.button,
body.woocommerce-orders .woocommerce input.button {
  margin-bottom: 10px;
}
body.woocommerce-orders .woocommerce #respond input#submit:not(:last-child),
body.woocommerce-orders .woocommerce a.button:not(:last-child),
body.woocommerce-orders .woocommerce button.button:not(:last-child),
body.woocommerce-orders .woocommerce input.button:not(:last-child) {
  margin-right: 5px;
}

body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt {
  background-color: #f2c754;
  color: #515151;
}

body #footer .boxes .socials .social span.img-assets-icons-linkedin {
  margin-left: 1.2px;
}

#allow-cookie {
  border-radius: 5px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: calc(100% - 40px);
  max-width: 400px;
  box-sizing: border-box;
  padding: 30px 20px;
  font-family: "rubrik-new", sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  background-color: #f2c754;
  z-index: 999999;
  letter-spacing: 1.2px;
  padding-bottom: 20px;
  font-family: "rubrik-new", sans-serif;
  box-shadow: 0px 3px 6px rgba(108, 159, 189, 0.6);
}
@media screen and (max-width: 764px) {
  #allow-cookie {
    max-width: 100%;
    width: 96%;
    right: 2%;
  }
}
#allow-cookie a {
  color: #fff;
  font-weight: 700;
}
#allow-cookie p {
  margin-bottom: 25px;
}
#allow-cookie .button {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  font-size: 16px;
}
#allow-cookie .button.accept {
  margin-bottom: 10px;
}
#allow-cookie .button.close {
  background-color: #ce5757;
  border: 0;
}

#aside-buttons {
  position: fixed;
  right: 0;
  top: 180px;
  z-index: 2;
}
#aside-buttons .button {
  display: block;
  border-right: 9px solid #323434;
  width: 73px;
  text-align: center;
  background-color: #f2c754;
  margin-bottom: 12px;
  padding: 15px 0 10px;
  color: #323434;
  font-family: "rubrik-new", sans-serif;
  font-size: 11px;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
#aside-buttons .button span {
  vertical-align: middle;
  margin-bottom: 5px;
}
#aside-buttons .button:last-child {
  margin-bottom: 0;
}

#header-top {
  position: absolute;
  top: 106px;
  left: 0;
  height: 0;
  opacity: 0;
}

#header {
  background-color: #323434;
  width: 100%;
  height: 106px;
  padding: 0px 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.33);
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
}
#header .img-assets-logo {
  margin-top: 30px;
  display: block;
  float: left;
}
#header .img-assets-logo-small {
  margin-top: 15px;
  display: none;
  float: left;
}
#header #actions {
  float: right;
  height: 106px;
  line-height: 106px;
  padding-right: 10px;
}
#header #actions ul#actions-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
#header #actions ul#actions-buttons li {
  margin: 0;
  padding: 0;
}
#header #actions ul#actions-buttons li {
  padding: 0px 17px;
  float: left;
  border: 1px solid #ffffff;
  border-width: 0px 0px 0px 1px;
  height: 30px;
  margin-top: 38px;
  line-height: 30px;
}
#header #actions ul#actions-buttons li:last-child {
  border-right-width: 1px;
}
#header #actions ul#actions-buttons li a {
  vertical-align: middle;
}
#header #actions ul#actions-buttons li a.img-assets-icons-cart {
  position: relative;
}
#header #actions ul#actions-buttons li a.img-assets-icons-cart .circle {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  text-align: center;
  line-height: 16px;
  font-family: "rubrik-new", sans-serif;
  position: absolute;
  top: -3px;
  right: -8px;
  text-decoration: none;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  background-color: #cc380c;
}
#header #actions ul#actions-buttons li a.img-assets-icons-cart .circle.count-0 {
  display: none;
}
#header #actions #hamburger {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  transform-style: preserve-3d;
  margin-top: 33px;
  margin-right: 0;
  background-color: #f2c754;
  border-radius: 100%;
  float: left;
  margin-left: 20px;
}
#header #actions #hamburger .line {
  width: 18px;
  height: 2px;
  background-color: #323434;
  border-radius: 1px;
  box-sizing: border-box;
  position: absolute;
  top: 15px;
  left: 11px;
  transition-duration: 0.25s;
}
#header #actions #hamburger .line:nth-child(2) {
  top: 20px;
}
#header #actions #hamburger .line:nth-child(3) {
  top: 25px;
}

#navigation {
  font-family: "rubrik-new", sans-serif;
  position: fixed;
  top: 106px;
  left: 0;
  width: 100%;
  height: calc(100% - 106px);
  transform: translateY(-110%);
  background-color: #323434;
  transition-duration: 0.5s;
  box-sizing: border-box;
  padding: 64px 0px;
  overflow-y: auto;
  transition: transform 0.5s;
  z-index: 10000;
  overflow: hidden;
  overflow-y: auto;
}
#navigation input[type="search"] {
  background-position: right 10px center;
  background-repeat: no-repeat;
  width: 100%;
  height: 40px;
  font-family: "rubrik-new", sans-serif;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  outline: none;
  margin-top: 20px;
  padding: 0px 40px 0px 15px;
  display: none;
  color: #fff;
}
#navigation a {
  color: #ffffff;
}
#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navigation ul li {
  margin: 0;
  padding: 0;
}
#navigation .wrapper ul .menu-item-339 > a {
  display: none;
}
#navigation .wrapper ul .menu-item-339 .sub-menu {
  padding-top: 40px;
}
#navigation .wrapper ul .menu-item-339 .sub-menu a {
  color: #f2c754;
  font-size: 25px;
  margin-bottom: 50px;
  text-transform: none;
  padding-left: 0;
  line-height: 30px;
}
#navigation .wrapper ul .menu-item-339 .sub-menu a::before {
  display: none;
}
#navigation .wrapper ul > li {
  width: 50%;
  float: left;
}
#navigation .wrapper ul > li > a {
  margin-bottom: 20px;
}
#navigation .wrapper ul > li a {
  color: #ffc84f;
  font-size: 25px;
  text-decoration: none;
  display: block;
}
#navigation .wrapper ul > li .sub-menu li {
  width: 100%;
}
#navigation .wrapper ul > li .sub-menu a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  margin-bottom: 19px;
  letter-spacing: 0.1em;
  padding-left: 29px;
  position: relative;
}
#navigation .wrapper ul > li .sub-menu a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#slide {
  height: calc(100vh - 106px);
  position: relative;
}
@media screen and (max-width: 764px) {
  #slide {
    max-height: 400px;
  }
  #slide #hinner-slide .slide-elements .slide-element .title {
    font-size: 28px;
    line-height: 32px;
  }
}
#slide #hinner-slide {
  width: 100%;
  height: 100%;
  position: relative;
  position: relative;
}
#slide #hinner-slide .slick-list,
#slide #hinner-slide .slick-slider .slick-track {
  height: 100%;
}
#slide #hinner-slide .slick-list * {
  outline: none;
}
#slide #hinner-slide .slick-slide > div {
  height: 100%;
}
#slide #hinner-slide .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  display: table;
}
#slide #hinner-slide .slick-dots li {
  margin: 0;
  padding: 0;
}
#slide #hinner-slide .slick-dots li {
  display: inline-block;
  padding: 0px 7.5px;
}
#slide #hinner-slide .slick-dots li button {
  font-size: 0;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  background-color: #f2c754;
  opacity: 0.4;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  transition-duration: 0.5s;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
}
#slide #hinner-slide .slick-dots li.slick-active button {
  border: 1px solid #f2c754;
  background-color: #f2c754;
  opacity: 1;
}
#slide #hinner-slide .slick-prev,
#slide #hinner-slide .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0px;
  border: 0;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  transition-duration: 0.3s;
}
#slide #hinner-slide .slick-prev.slick-disabled,
#slide #hinner-slide .slick-next.slick-disabled {
  opacity: 0.7;
  cursor: default;
}
#slide #hinner-slide .slick-prev {
  left: -65px;
}
#slide #hinner-slide .slick-next {
  right: -65px;
  transform: rotate(180deg) translateY(50%);
}
#slide #hinner-slide .slick-dots {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  margin: 0;
  padding: 0;
}
#slide #hinner-slide .slick-dots li {
  margin: 0;
  padding: 0;
}
#slide #hinner-slide .slick-dots li {
  float: left;
  padding: 0px 7.5px;
}
#slide #hinner-slide .slick-dots li button {
  font-size: 0;
  padding: 0;
  margin: 0;
  border: 1px solid #ffffff;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  transition-duration: 0.5s;
  background-color: transparent;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
}
#slide #hinner-slide .slick-dots li.slick-active button {
  border: 1px solid #f2c754;
  background-color: #f2c754;
}
#slide #hinner-slide .slide-elements {
  width: 100%;
  height: 100%;
}
#slide #hinner-slide .slide-elements .slide-element {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
}
#slide #hinner-slide .slide-elements .slide-element::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
#slide #hinner-slide .slide-elements .slide-element::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: black;
  background: -moz-linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.32537) 100%);
  background: -webkit-linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.32537) 100%);
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.32537) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
#slide #hinner-slide .slide-elements .slide-element .slide-content {
  position: absolute;
  max-width: 810px;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "rubrik-new", sans-serif;
  text-align: center;
  z-index: 1;
}
#slide #hinner-slide .slide-elements .slide-element .eyelet {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#slide #hinner-slide .slide-elements .slide-element .title {
  font-size: 45px;
  font-weight: 600;
  color: #f2c754;
  line-height: 43px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
#slide #hinner-slide .slide-elements .slide-element .subtitle {
  font-size: 19px;
  color: #ffffff;
  line-height: 22px;
  margin-bottom: 60px;
}
#slide #hinner-slide .slide-elements .slide-element .button {
  display: inline-block;
  border-radius: 22.5px;
  background-color: #f2c754;
  padding: 16px 39px;
  font-size: 12px;
  color: #323434;
  text-transform: uppercase;
  font-family: "rubrik-new", sans-serif;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

.section {
  padding: 90px 0px;
  background-color: #fff;
}
.section.big-padding {
  padding: 110px 0px;
}
.section.gray {
  background-color: #f4f4f4;
}
.section.reset {
  padding: 0;
  background: transparent;
}
.section .head {
  text-align: center;
}
.section .head.no-content {
  padding-bottom: 35px;
}
.section .head .eyelet {
  color: #707070;
  font-size: 14px;
  font-family: "rubrik-new", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.section .head .title {
  color: #f2c754;
  font-size: 33px;
  font-weight: 700;
  font-family: "rubrik-new", sans-serif;
  line-height: 35px;
  margin-bottom: 25px;
}
.section .head .title.semibold {
  font-weight: 600;
}
.section .head .content {
  color: #323434;
  font-size: 17px;
  line-height: 20px;
  font-family: "rubrik-new", sans-serif;
  margin-bottom: 35px;
}
.section .head span {
  margin-bottom: 22px;
}

#courses-in-evidence .row, .tax-product_cat #courses-list .row {
  max-width: 1460px;
}
#courses-in-evidence .row .wrapper, .tax-product_cat #courses-list .row .wrapper {
  padding: 0px 105px;
}
#courses-in-evidence .courses, .tax-product_cat #courses-list .courses {
  margin: 0px -15px;
  margin-bottom: 70px;
  position: relative;
}
#courses-in-evidence .courses .slick-list, .tax-product_cat #courses-list .courses .slick-list,
#courses-in-evidence .courses .slick-slider .slick-track,
.tax-product_cat #courses-list .courses .slick-slider .slick-track {
  height: 100%;
}
#courses-in-evidence .courses .slick-list *, .tax-product_cat #courses-list .courses .slick-list * {
  outline: none;
}
#courses-in-evidence .courses .slick-slide > div, .tax-product_cat #courses-list .courses .slick-slide > div {
  height: 100%;
}
#courses-in-evidence .courses .slick-dots, .tax-product_cat #courses-list .courses .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  display: table;
}
#courses-in-evidence .courses .slick-dots li, .tax-product_cat #courses-list .courses .slick-dots li {
  margin: 0;
  padding: 0;
}
#courses-in-evidence .courses .slick-dots li, .tax-product_cat #courses-list .courses .slick-dots li {
  display: inline-block;
  padding: 0px 7.5px;
}
#courses-in-evidence .courses .slick-dots li button, .tax-product_cat #courses-list .courses .slick-dots li button {
  font-size: 0;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  background-color: #f2c754;
  opacity: 0.4;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  transition-duration: 0.5s;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
}
#courses-in-evidence .courses .slick-dots li.slick-active button, .tax-product_cat #courses-list .courses .slick-dots li.slick-active button {
  border: 1px solid #f2c754;
  background-color: #f2c754;
  opacity: 1;
}
#courses-in-evidence .courses .slick-prev, .tax-product_cat #courses-list .courses .slick-prev,
#courses-in-evidence .courses .slick-next,
.tax-product_cat #courses-list .courses .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0px;
  border: 0;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  transition-duration: 0.3s;
}
#courses-in-evidence .courses .slick-prev.slick-disabled, .tax-product_cat #courses-list .courses .slick-prev.slick-disabled,
#courses-in-evidence .courses .slick-next.slick-disabled,
.tax-product_cat #courses-list .courses .slick-next.slick-disabled {
  opacity: 0.7;
  cursor: default;
}
#courses-in-evidence .courses .slick-prev, .tax-product_cat #courses-list .courses .slick-prev {
  left: -65px;
}
#courses-in-evidence .courses .slick-next, .tax-product_cat #courses-list .courses .slick-next {
  right: -65px;
  transform: rotate(180deg) translateY(50%);
}
#courses-in-evidence .courses .date-container, .tax-product_cat #courses-list .courses .date-container {
  margin-top: -1px;
}
#courses-in-evidence .courses .course, .tax-product_cat #courses-list .courses .course {
  box-sizing: border-box;
  padding: 0px 15px;
  width: 25%;
  float: left;
}
#courses-in-evidence .courses .course__hinner, .tax-product_cat #courses-list .courses .course__hinner {
  background-color: #f2c754;
  border-top: 8px solid #323434;
  padding-bottom: 130px;
  position: relative;
}
#courses-in-evidence .courses .course__hinner .data-container, .tax-product_cat #courses-list .courses .course__hinner .data-container {
  width: 100%;
}
#courses-in-evidence .courses .course__hinner--date, .tax-product_cat #courses-list .courses .course__hinner--date {
  min-width: 190px;
  box-sizing: border-box;
  padding: 6px 30px 10px;
  background-color: #323434;
  font-family: "rubrik-new", sans-serif;
  color: #ffffff;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 30px;
  float: left;
  text-transform: uppercase;
  font-weight: 700;
}
#courses-in-evidence .courses .course__hinner--eyelet, .tax-product_cat #courses-list .courses .course__hinner--eyelet {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 30px 5px;
  color: #575757;
  font-family: "rubrik-new", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.044em;
  margin-bottom: 28px;
  display: block;
  text-transform: uppercase;
}
#courses-in-evidence .courses .course__hinner--title, .tax-product_cat #courses-list .courses .course__hinner--title {
  font-size: 20px;
  line-height: 22px;
  color: #000000;
  font-family: "rubrik-new", sans-serif;
  font-weight: 700;
  padding: 0px 30px;
                    /*overflow-wrap: break-word;
                    word-wrap: break-word;

                    -ms-word-break: break-all;
                    word-break: break-all;
                    word-break: break-word;
                    -ms-hyphens: auto;
                    -moz-hyphens: auto;
                    -webkit-hyphens: auto;
                    hyphens: auto;*/
}
#courses-in-evidence .courses .course__hinner--title a, .tax-product_cat #courses-list .courses .course__hinner--title a {
  color: inherit;
  font-weight: inherit;
}
#courses-in-evidence .courses .course__hinner--actions, .tax-product_cat #courses-list .courses .course__hinner--actions {
  position: absolute;
  bottom: 20px;
  padding: 0px 30px;
  width: 100%;
  box-sizing: border-box;
  text-transform: uppercase;
}
#courses-in-evidence .courses .course__hinner--actions p, .tax-product_cat #courses-list .courses .course__hinner--actions p {
  border-top: 1px solid #707070;
  padding-top: 17px;
  box-sizing: border-box;
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 15px;
  color: #323434;
  font-family: "rubrik-new", sans-serif;
  font-weight: 600;
}
#courses-in-evidence .button, .tax-product_cat #courses-list .button {
  display: inline-block;
  border-radius: 22.5px;
  background-color: #f2c754;
  padding: 16px 39px;
  font-size: 12px;
  color: #323434;
  text-transform: uppercase;
  font-family: "rubrik-new", sans-serif;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  display: table;
  margin: 0 auto;
}

p#no-products {
  font-family: "rubrik-new", sans-serif;
  font-size: 25px;
  text-align: center;
  color: #3a3838;
  margin-top: -70px;
}

#services .boxes, .page-services .boxes {
  margin: 0px -15px;
}
#services .boxes .box, .page-services .boxes .box {
  float: left;
  width: 25%;
  padding: 0px 15px;
  box-sizing: border-box;
}
#services .boxes .box .hinner-box, .page-services .boxes .box .hinner-box {
  border-top: 8px solid #f2c754;
  height: 440px;
  position: relative;
  background-size: cover;
  background-position: center center;
}
#services .boxes .box .hinner-box .title, .page-services .boxes .box .hinner-box .title {
  font-size: 28px;
  line-height: 31px;
  color: #F7CB55;
  font-family: "rubrik-new", sans-serif;
  font-weight: 700;
  position: absolute;
  bottom: 106px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 30px;
  z-index: 1;
  text-decoration: none;
}
#services .boxes .box .hinner-box .img-assets-icons-go-to, .page-services .boxes .box .hinner-box .img-assets-icons-go-to {
  bottom: 30px;
  left: 30px;
  position: absolute;
  z-index: 1;
}
#services .boxes .box .hinner-box:hover::after, .page-services .boxes .box .hinner-box:hover::after {
  opacity: 0.8;
}
#services .boxes .box .hinner-box::after, .page-services .boxes .box .hinner-box::after {
  transition: opacity 0.5s;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: black;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.56907) 0%, rgba(0, 0, 0, 0.24974) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.56907) 0%, rgba(0, 0, 0, 0.24974) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.56907) 0%, rgba(0, 0, 0, 0.24974) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

#numbers {
  position: relative;
}
#numbers .slick-list,
#numbers .slick-slider .slick-track {
  height: 100%;
}
#numbers .slick-list * {
  outline: none;
}
#numbers .slick-slide > div {
  height: 100%;
}
#numbers .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  display: table;
}
#numbers .slick-dots li {
  margin: 0;
  padding: 0;
}
#numbers .slick-dots li {
  display: inline-block;
  padding: 0px 7.5px;
}
#numbers .slick-dots li button {
  font-size: 0;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  background-color: #f2c754;
  opacity: 0.4;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  transition-duration: 0.5s;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
}
#numbers .slick-dots li.slick-active button {
  border: 1px solid #f2c754;
  background-color: #f2c754;
  opacity: 1;
}
#numbers .slick-prev,
#numbers .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0px;
  border: 0;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  transition-duration: 0.3s;
}
#numbers .slick-prev.slick-disabled,
#numbers .slick-next.slick-disabled {
  opacity: 0.7;
  cursor: default;
}
#numbers .slick-prev {
  left: -65px;
}
#numbers .slick-next {
  right: -65px;
  transform: rotate(180deg) translateY(50%);
}
#numbers .head .title {
  margin-bottom: 60px;
}
#numbers .boxes {
  margin: 0px -18px;
}
#numbers .boxes .box {
  float: left;
  box-sizing: border-box;
  width: 20%;
  padding: 0px 18px;
}
#numbers .boxes .box .hinner-box {
  background-color: #F2C754;
  padding-top: 100%;
  position: relative;
}
#numbers .boxes .box .hinner-box .box-content {
  top: 50%;
  left: 30px;
  right: 30px;
  position: absolute;
  transform: translateY(-50%);
}
#numbers .boxes .box .hinner-box .box-content .eyelet {
  font-family: "Intelo", sans-serif;
  font-weight: bold;
  color: #000000;
  line-height: 33px;
  font-size: 18px;
  margin-bottom: 0px;
}
#numbers .boxes .box .hinner-box .box-content .number {
  color: #FFFFFF;
  font-family: "rubrik-new", sans-serif;
  font-size: 57px;
  letter-spacing: -0.03em;
  font-weight: 700;
  margin-bottom: 5px;
}
#numbers .boxes .box .hinner-box .box-content .text {
  font-size: 17px;
  line-height: 19px;
  color: #323434;
  font-family: "rubrik-new", sans-serif;
}

.section-with-black-bg {
  position: relative;
  background: center center/cover no-repeat;
}
.section-with-black-bg .bg {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.57);
  z-index: 0;
}
.section-with-black-bg .boxes {
  margin: 0px -35px;
}
.section-with-black-bg .boxes .box {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 0px 35px;
  position: relative;
  z-index: 1;
}
.section-with-black-bg .boxes .box .eyelet {
  font-family: "rubrik-new", sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.section-with-black-bg .boxes .box .title {
  font-size: 33px;
  line-height: 35px;
  color: #F2C754;
  font-family: "rubrik-new", sans-serif;
  margin-bottom: 35px;
  font-weight: 600;
}
.section-with-black-bg .boxes .box .content {
  font-size: 19px;
  line-height: 22px;
  font-family: "rubrik-new", sans-serif;
  color: #FFFFFF;
  margin-bottom: 50px;
}
.section-with-black-bg .boxes .box .button {
  display: inline-block;
  border-radius: 22.5px;
  background-color: #f2c754;
  padding: 16px 39px;
  font-size: 12px;
  color: #323434;
  text-transform: uppercase;
  font-family: "rubrik-new", sans-serif;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.section-with-black-bg .boxes .box .right-list {
  color: #F8F7F7;
  font-size: 20px;
  line-height: 38px;
  font-family: "rubrik-new", sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
  padding-top: 50px;
  padding-left: 40px;
}
.section-with-black-bg .boxes .box .right-list li {
  padding-left: 20px;
}

#info-boxes .boxes {
  margin: 0px -15px;
}
#info-boxes .boxes .box {
  box-sizing: border-box;
  padding: 0px 15px;
  width: 50%;
  float: left;
}
#info-boxes .boxes .box .hinner-box {
  border-top: 8px solid #323434;
  background-color: #F2C754;
  box-sizing: border-box;
  padding: 35px 50px;
  position: relative;
  padding-bottom: 120px;
}
#info-boxes .boxes .box .hinner-box span {
  margin-bottom: 23px;
  display: inline-block;
  width: 78px;
  height: 71px;
  background-size: 78px 71px;
  background-position: center center;
}
#info-boxes .boxes .box .hinner-box .title {
  color: #323434;
  font-family: "rubrik-new", sans-serif;
  font-size: 25px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 20px;
}
#info-boxes .boxes .box .hinner-box .content {
  font-size: 15px;
  line-height: 20px;
  color: #323434;
  font-family: "rubrik-new", sans-serif;
  margin-bottom: 40px;
}
#info-boxes .boxes .box .hinner-box .button {
  display: inline-block;
  border-radius: 22.5px;
  background-color: #f2c754;
  padding: 16px 39px;
  font-size: 12px;
  color: #323434;
  text-transform: uppercase;
  font-family: "rubrik-new", sans-serif;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #fff;
  color: #323434;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 160px;
  position: absolute;
  left: 50px;
  bottom: 50px;
}

#case-history {
  padding: 100px 0px;
  background-color: #323434;
}
#case-history .head .title {
  margin-bottom: 60px;
}
#case-history .boxes {
  position: relative;
  margin: 0px -15px;
}
#case-history .boxes .slick-list,
#case-history .boxes .slick-slider .slick-track {
  height: 100%;
}
#case-history .boxes .slick-list * {
  outline: none;
}
#case-history .boxes .slick-slide > div {
  height: 100%;
}
#case-history .boxes .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  display: table;
}
#case-history .boxes .slick-dots li {
  margin: 0;
  padding: 0;
}
#case-history .boxes .slick-dots li {
  display: inline-block;
  padding: 0px 7.5px;
}
#case-history .boxes .slick-dots li button {
  font-size: 0;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  background-color: #f2c754;
  opacity: 0.4;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  transition-duration: 0.5s;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
}
#case-history .boxes .slick-dots li.slick-active button {
  border: 1px solid #f2c754;
  background-color: #f2c754;
  opacity: 1;
}
#case-history .boxes .slick-prev,
#case-history .boxes .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0px;
  border: 0;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  transition-duration: 0.3s;
}
#case-history .boxes .slick-prev.slick-disabled,
#case-history .boxes .slick-next.slick-disabled {
  opacity: 0.7;
  cursor: default;
}
#case-history .boxes .slick-prev {
  left: -65px;
}
#case-history .boxes .slick-next {
  right: -65px;
  transform: rotate(180deg) translateY(50%);
}
#case-history .boxes .box {
  box-sizing: border-box;
  padding: 0px 15px;
  width: 33.3333333333%;
}
#case-history .boxes .box .hinner-box {
  border-top: 8px solid #F4F4F4;
  background-color: #F4F4F4;
}
#case-history .boxes .box .hinner-box .box-head {
  background-color: #F2C754;
  box-sizing: border-box;
  padding: 20px 30px;
  font-size: 15px;
  line-height: 20px;
  color: #323434;
  font-family: "rubrik-new", sans-serif;
  position: relative;
  padding-bottom: 45px;
}
#case-history .boxes .box .hinner-box .box-head a {
  color: inherit;
  font-weight: inherit;
}
#case-history .boxes .box .hinner-box .box-head::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 26px 26px 0;
  border-color: transparent #F2C754 transparent transparent;
  content: "";
  display: block;
  bottom: 2px;
  position: absolute;
  transform: translateY(100%);
}
#case-history .boxes .box .hinner-box .box-head .box-title {
  font-weight: 700;
  margin-bottom: 2px;
}
#case-history .boxes .box .hinner-box .content {
  padding: 45px 30px 60px;
  font-size: 15px;
  line-height: 22px;
  color: #323434;
  font-family: "rubrik-new", sans-serif;
  box-sizing: border-box;
  background-color: #F4F4F4;
}
#case-history .boxes .box .hinner-box .content .hinner-content {
  max-height: 290px;
  overflow: hidden;
  position: relative;
}
#case-history .boxes .box .hinner-box .content .hinner-content.break::after {
  content: "...";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
}

#home-news .boxes {
  margin: 0px -15px;
  margin-bottom: 70px;
  position: relative;
}
#home-news .boxes .slick-list,
#home-news .boxes .slick-slider .slick-track {
  height: 100%;
}
#home-news .boxes .slick-list * {
  outline: none;
}
#home-news .boxes .slick-slide > div {
  height: 100%;
}
#home-news .boxes .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  display: table;
}
#home-news .boxes .slick-dots li {
  margin: 0;
  padding: 0;
}
#home-news .boxes .slick-dots li {
  display: inline-block;
  padding: 0px 7.5px;
}
#home-news .boxes .slick-dots li button {
  font-size: 0;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  background-color: #f2c754;
  opacity: 0.4;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  transition-duration: 0.5s;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
}
#home-news .boxes .slick-dots li.slick-active button {
  border: 1px solid #f2c754;
  background-color: #f2c754;
  opacity: 1;
}
#home-news .boxes .slick-prev,
#home-news .boxes .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0px;
  border: 0;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  transition-duration: 0.3s;
}
#home-news .boxes .slick-prev.slick-disabled,
#home-news .boxes .slick-next.slick-disabled {
  opacity: 0.7;
  cursor: default;
}
#home-news .boxes .slick-prev {
  left: -65px;
}
#home-news .boxes .slick-next {
  right: -65px;
  transform: rotate(180deg) translateY(50%);
}
#home-news .boxes .box {
  padding: 0px 15px;
  box-sizing: border-box;
  width: 25%;
  float: left;
}
#home-news .boxes .box .hinner-box {
  border-top: 8px solid #F2C754;
  background-color: #FFFFFF;
}
#home-news .boxes .box .hinner-box .preview img {
  width: 100%;
  height: auto;
}
#home-news .boxes .box .hinner-box .content {
  padding: 30px;
}
#home-news .boxes .box .hinner-box .content .date {
  font-size: 12px;
  line-height: 22px;
  color: #E2B130;
  font-family: "rubrik-new", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 15px;
}
#home-news .boxes .box .hinner-box .content .title {
  color: #000000;
  font-family: "rubrik-new", sans-serif;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.022em;
  font-weight: 700;
  margin-bottom: 15px;
  display: inline-block;
}
#home-news .boxes .box .hinner-box .content .hinner-content {
  font-size: 15px;
  line-height: 20px;
  color: #707070;
  font-family: "rubrik-new", sans-serif;
}
#home-news .boxes .box .hinner-box {
  max-height: 500px;
}
@media screen and (max-width: 700px) {
  #home-news .boxes .box .hinner-box {
    max-height: 540px;
  }
}
#home-news .button {
  display: inline-block;
  border-radius: 22.5px;
  background-color: #f2c754;
  padding: 16px 39px;
  font-size: 12px;
  color: #323434;
  text-transform: uppercase;
  font-family: "rubrik-new", sans-serif;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  display: table;
}

.page-template-page-product #page-banner .bg {
  display: none;
}
.page-template-page-product .woocommerce-breadcrumb {
  display: none;
}
.page-template-page-product .row {
  position: relative;
  max-width: 1250px;
}
.page-template-page-product .row .wrapper .breadcrump,
.page-template-page-product .row .wrapper .woocommerce-breadcrumb {
  margin-bottom: 30px;
  padding-bottom: 0;
  display: block;
}
@media screen and (max-width: 500px) {
  .page-template-page-product .row .wrapper .breadcrump,
  .page-template-page-product .row .wrapper .woocommerce-breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-template-page-product .row .wrapper .negative-margin {
  margin-top: -420px;
  height: 420px;
  position: relative;
}
.page-template-page-product .row .wrapper .negative-margin::before {
  content: "";
  width: 117px;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  background-color: #E0E0E0;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .page-template-page-product .row .wrapper .negative-margin::before {
    bottom: -47px;
  }
}
@media screen and (max-width: 875px) {
  .page-template-page-product .row .wrapper .negative-margin::before {
    display: none;
  }
}
.page-template-page-product .row .wrapper .padding-right-container {
  float: left;
  position: relative;
}
.page-template-page-product .row .wrapper .padding-right {
  padding-right: 127px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 875px) {
  .page-template-page-product .row .wrapper .padding-right {
    padding-right: 0;
  }
}
.page-template-page-product .row .wrapper .eyelet {
  font-size: 15px;
  color: #323434;
  font-family: "rubrik-new", sans-serif;
  line-height: 19px;
  font-weight: 600;
  margin-bottom: 42px;
  text-transform: uppercase;
}
.page-template-page-product .row .wrapper .page-title {
  margin-bottom: 13px;
}
.page-template-page-product .row .wrapper .subtitle {
  font-size: 19px;
  color: #323434;
  font-family: "rubrik-new", sans-serif;
  line-height: 19px;
  font-weight: 600;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.page-template-page-product .row .wrapper .shop-wrapper {
  background-color: #fff;
  position: relative;
  padding: 50px 50px 0px 67px;
}
.page-template-page-product .row .wrapper #product-infobox {
  padding: 35px 40px;
  background-color: #323434;
  border-top: 8px solid #F2C754;
  position: relative;
  z-index: 1;
  font-family: "rubrik-new", sans-serif;
  margin-bottom: 56px;
}
.page-template-page-product .row .wrapper #product-infobox + ul[class^="woocommerce-"] {
  margin-top: -36px;
}
.page-template-page-product .row .wrapper #product-infobox .table {
  width: calc(100% - 400px);
  display: table;
  float: left;
}
.page-template-page-product .row .wrapper #product-infobox .table.full-length {
  width: 100% !important;
}
.page-template-page-product .row .wrapper #product-infobox .table .row {
  display: table-row;
}
.page-template-page-product .row .wrapper #product-infobox .table .row .td {
  display: table-cell;
  padding: 13px 0px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 18px;
  border-bottom: 1px solid #707070;
}
.page-template-page-product .row .wrapper #product-infobox .table .row .td.name {
  font-weight: 700;
  width: 210px;
  padding-right: 20px;
}
.page-template-page-product .row .wrapper #product-infobox #buy-button {
  width: 400px;
  padding-left: 50px;
  box-sizing: border-box;
  float: left;
}
.page-template-page-product .row .wrapper #product-infobox #buy-button button {
  background-color: #F2C754;
  border: 0;
  width: 100%;
  height: 83px;
  border-radius: 41.5px;
  box-sizing: border-box;
  font-size: 15px;
  color: #323434;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  cursor: pointer;
}
.page-template-page-product .row .wrapper #product-infobox #buy-button button::before {
  content: "";
  vertical-align: middle;
  margin-right: 20px;
}
.page-template-page-product .row .left-content {
  width: calc(100% - 400px);
  box-sizing: border-box;
  padding-right: 40px;
  float: left;
}
.page-template-page-product .row .left-content .infobox {
  border-top: 8px solid #F2C754;
  padding: 19px 0px 11px 0px;
  font-family: "rubrik-new", sans-serif;
}
.page-template-page-product .row .left-content .infobox .title {
  color: #000000;
  font-size: 18px;
  margin-bottom: 19px;
  font-weight: 700;
  line-height: 30px;
}
.page-template-page-product .row .left-content .infobox .content p {
  color: #323434;
  font-size: 16px;
  line-height: 21px;
}
.page-template-page-product .row .right-content {
  width: 400px;
  float: left;
}
.page-template-page-product .row .right-content #shop-aside {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #F2C754;
  margin-bottom: 60px;
}
.page-template-page-product .row .right-content #shop-aside li {
  margin: 0;
  padding: 0;
}
.page-template-page-product .row .right-content #shop-aside li {
  padding: 25px 0px;
  border-top: 1px solid #F2C754;
  display: table;
  box-sizing: border-box;
  width: 100%;
}
.page-template-page-product .row .right-content #shop-aside li .box {
  display: table-cell;
  vertical-align: middle;
}
.page-template-page-product .row .right-content #shop-aside li .box p {
  font-size: 13px;
  line-height: 17px;
  color: #323434;
  font-family: "rubrik-new", sans-serif;
  margin-bottom: 0;
  padding-top: 9px;
}
.page-template-page-product .row .right-content #shop-aside li .box p > a {
  color: inherit;
  font-weight: 400;
  font-size: inherit;
}
.page-template-page-product .row .right-content #shop-aside li .box a,
.page-template-page-product .row .right-content #shop-aside li .box p.aside-title {
  font-size: 15px;
  line-height: 18px;
  color: #2B2B2B;
  font-family: "rubrik-new", sans-serif;
  font-weight: bold;
  text-decoration: none;
}
.page-template-page-product .row .right-content #shop-aside li .box [class^="img-"] {
  margin-right: 30px;
}
.page-template-page-product .row .right-content #shop-aside li .box [class^="img-"]:last-child {
  margin-right: 0;
}
.page-template-page-product .row .right-content #shop-aside li .box.icon {
  width: 68px;
}
.page-template-page-product .row .right-content #shop-aside li .box.icon span {
  vertical-align: middle;
}
.page-template-page-product .row .page-wrapper {
  width: 100%;
  padding-right: 0px;
  padding-top: 0;
  padding-bottom: 50px;
}
.page-template-page-product #newsletter .wrapper,
.page-template-page-product footer#footer .wrapper {
  padding-right: 30px;
}
.page-template-page-product #buy-button .qty {
  display: none;
}

#contact-box {
  padding: 45px 0px 45px;
  border-top: 8px solid #f2c754;
  background-color: #323434;
}
#contact-box #contact-title {
  font-size: 29px;
  line-height: 30px;
  color: #F2C754;
  font-family: "rubrik-new", sans-serif;
  font-weight: 700;
  margin-bottom: 50px;
}
#contact-box #contact-title span {
  margin-right: 27px;
  vertical-align: middle;
}
#contact-box input[type=submit] {
  font-family: "rubrik-new", sans-serif;
  width: 188px;
  height: 45px;
  line-height: 45px;
  border-radius: 22.5px;
  background-color: #F2C754;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #323434;
  border: 0;
  float: right;
  margin-right: 9px;
}
#contact-box .input-row {
  margin: 0px -9px;
  margin-bottom: 19px;
}
#contact-box .input-row label {
  vertical-align: middle;
  font-size: 15px;
  color: #fff;
  font-family: "rubrik-new", sans-serif;
  font-weight: 300;
}
#contact-box .input-row label a {
  font-weight: 700;
  color: inherit;
}
#contact-box .input-row .name {
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  font-family: "rubrik-new", sans-serif;
  margin-bottom: 11px;
  font-weight: 300;
  display: block;
}
#contact-box .input-row .input {
  width: 50%;
  padding: 0px 9px;
  float: left;
  box-sizing: border-box;
            /*input[type=checkbox] {
                position: absolute; // take it out of document flow
                opacity: 0; // hide it
                width: 100%;
                height: 100%;
                z-index: 1;
                border: 0px;
                padding: 0;
                margin: 0;

                &+label {
                    position: relative;
                    cursor: pointer;
                    z-index: 0;
                    padding: 0;
                    width: 20px;
                    height: 20px;
                    display: inline-block;
                    vertical-align: middle;
                    border: 2px solid rgba(0, 0, 0, 0.1);
                    background-color: #fff;
                    margin-right: 15px;

                    &:after {
                        content: "";
                        display: block;
                        position: absolute;
                        width: 16px;
                        height: 16px;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%) scale(0);
                        opacity: 0;
                        background-color: $yellow;
                        transition-duration: 0.3s;

                    }
                }


                // Box hover
                &:hover+label {
                    border-color: $yellow;
                }

                &:checked+label {
                    border: 2px solid $yellow;
                }

                // Box checked
                &:checked+label:after {
                    transform: translate(-50%, -50%) scale(1);
                    opacity: 1;
                }

                // Disabled state label.
                &:disabled+label {
                    color: #b8b8b8;
                    cursor: auto;
                }

                // Disabled box.
                &:disabled+label:before {
                    box-shadow: none;
                    background: #ddd;
                }
            }*/
}
#contact-box .input-row .input input,
#contact-box .input-row .input select,
#contact-box .input-row .input textarea {
  border: 2px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  outline: none;
  height: 45px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 300;
  color: #323434;
  padding: 0px 15px;
  font-family: "rubrik-new", sans-serif;
}
#contact-box .input-row .input textarea {
  height: 100px;
  min-height: 100px;
  max-width: 100%;
  min-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
#contact-box .input-row .input > label {
  vertical-align: middle;
  font-size: 15px;
  color: #fff;
  font-family: "rubrik-new", sans-serif;
  font-weight: 300;
  padding: 0;
}
#contact-box .input-row .input > label a {
  font-weight: 700;
  color: inherit;
}
#contact-box .input-row .input .checkbox-container {
  position: relative;
  display: block;
  margin-bottom: 16px;
  float: left;
}
#contact-box .input-row .input .checkbox-container span {
  padding: 0;
  margin: 0;
}
#contact-box .input-row .input input[type=checkbox] {
  width: 20px;
  height: 20px;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  margin-right: 15px;
}
#contact-box .row .wrapper .shop-wrapper {
  background-color: transparent;
  position: relative;
}
#contact-box .row .wrapper .shop-wrapper::before {
  display: none;
}

.list-title-below {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-title-below li {
  margin: 0;
  padding: 0;
}
.list-title-below li {
  border-top: 8px solid #f2c754;
  padding: 20px 0px 45px;
}
.list-title-below li .title {
  color: #E2B130;
  font-size: 19px;
  line-height: 21px;
  font-weight: 700;
  font-family: "rubrik-new", sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.list-with-number {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #A0A0A0;
  margin-bottom: 80px;
}
.list-with-number li {
  margin: 0;
  padding: 0;
}
.list-with-number li {
  width: 100%;
  display: table;
  padding: 25px 0px;
  border-top: 1px solid #A0A0A0;
}
.list-with-number li .box {
  display: table-cell;
  font-family: "rubrik-new", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #323434;
}
.list-with-number li .box.number {
  font-weight: 700;
  font-size: 19px;
  line-height: 21px;
  color: #E2B130;
  width: 85px;
  transform: translateY(3px);
}

.list-with-image {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #A0A0A0;
  margin-bottom: 80px;
}
.list-with-image li {
  margin: 0;
  padding: 0;
}
.list-with-image li {
  width: 100%;
  display: table;
  padding: 30px 0px;
  border-top: 1px solid #A0A0A0;
}
.list-with-image li .box {
  display: table-cell;
  font-family: "rubrik-new", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #323434;
  width: 77%;
  box-sizing: border-box;
  padding-left: 30px;
  vertical-align: top;
}
.list-with-image li .box .title {
  color: #E2B130;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 5px;
}
.list-with-image li .box p:last-child {
  margin-bottom: 0;
}
.list-with-image li .box.image-box {
  width: 23%;
  padding: 0;
}
.list-with-image li .box.image-box .image {
  width: 100%;
  padding-top: 100%;
  background: center center/cover no-repeat;
}

.list-with-icon {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #A0A0A0;
  margin-bottom: 45px;
}
.list-with-icon li {
  margin: 0;
  padding: 0;
}
.list-with-icon li.only-title .box {
  vertical-align: middle;
  padding-left: 0;
}
.list-with-icon li.only-title .box .title {
  color: #323434;
}
.list-with-icon li.only-title .box.icon span {
  vertical-align: middle;
}
.list-with-icon li.only-title .box p {
  transform: translateY(-10px);
}
.list-with-icon.no-first-border li:first-child {
  border-top: 0;
}
.list-with-icon.no-edge-border {
  border-bottom: 0;
}
.list-with-icon.no-edge-border > li:first-child {
  border-top: 0;
}
.list-with-icon.black-title .box .title {
  color: #323434;
}
.list-with-icon > li {
  width: 100%;
  display: table;
  padding-top: 30px;
  padding-bottom: 0;
  border-top: 1px solid #A0A0A0;
}
.list-with-icon > li .box {
  display: table-cell;
  font-family: "rubrik-new", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #323434;
  box-sizing: border-box;
  vertical-align: top;
  width: 100%;
}
.list-with-icon > li .box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
.list-with-icon > li .box ul li {
  margin: 0;
  padding: 0;
}
.list-with-icon > li .box ul li {
  display: block;
  position: relative;
  padding-left: 21px;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 12px;
}
.list-with-icon > li .box ul li::before {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #f2c754;
  left: 1px;
  top: 8px;
}
.list-with-icon > li .box .title {
  color: #E2B130;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 21px;
}
.list-with-icon > li .box .title.black {
  color: #323434;
  margin-bottom: 15px;
}
.list-with-icon > li .box p {
  font-size: 16px;
  line-height: 21px;
}
.list-with-icon > li .box.icon {
  padding: 0;
  padding-bottom: 25px;
  float: left;
  padding-right: 30px;
  box-sizing: border-box;
}
.list-with-icon > li .box.icon.size-medium {
  width: 118px;
}
.list-with-icon > li .box.icon.size-medium img {
  max-width: 78px;
}
.list-with-icon > li .box.icon.size-big span {
  width: 76px;
  height: 77px;
}
.list-with-icon > li .box.icon.size-small span {
  width: 67px;
  height: 58px;
}
.list-with-icon > li .box.icon span {
  display: inline-block;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-services {
  margin-bottom: 85px;
}
.page-services .boxes .box {
  width: 50%;
  margin-bottom: 25px;
}
.page-services .boxes .box .hinner-box .title {
  max-width: 225px;
}

.page-template-page-contact .breadcrump {
  color: #868686;
  font-weight: 500;
  margin-bottom: 50px;
}
.page-template-page-contact .wrapper {
  position: relative;
}
.page-template-page-contact .wrapper .page-aside-container {
  transform: none;
  position: absolute;
  top: -144px;
  right: -77px;
}
.page-template-page-contact .wrapper .page-aside-container > div,
.page-template-page-contact .wrapper .page-aside-container > ul {
  display: none;
}
.page-template-page-contact .wrapper .page-aside-container > div.page-aside,
.page-template-page-contact .wrapper .page-aside-container > ul.page-aside {
  display: block;
}
.page-template-page-contact .wrapper .page-wrapper {
  width: 100%;
  padding-left: 77px;
  padding-right: 380px;
  background-color: #F2C754;
  box-sizing: border-box;
  margin-bottom: 77px;
}
.page-template-page-contact .wrapper .page-wrapper .page-title {
  color: #FFFFFF;
}
.page-template-page-contact .wrapper .page-wrapper #contact-list {
  margin-bottom: 40px;
}
.page-template-page-contact .wrapper .page-wrapper #contact-list .boxes {
  display: table;
  margin-bottom: 20px;
  width: 100%;
}
.page-template-page-contact .wrapper .page-wrapper #contact-list .box {
  display: table-cell;
  vertical-align: middle;
  color: #323434;
  font-size: 15px;
  line-height: 18px;
  font-family: "rubrik-new", sans-serif;
  font-weight: 400;
}
.page-template-page-contact .wrapper .page-wrapper #contact-list .box p {
  margin-bottom: 0;
}
.page-template-page-contact .wrapper .page-wrapper #contact-list .box p a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}
.page-template-page-contact .wrapper .page-wrapper #contact-list .box.icon {
  width: 55px;
}
.page-template-page-contact .wrapper .page-wrapper #contact-list .box.icon span {
  vertical-align: middle;
}
.page-template-page-contact .wrapper .page-wrapper #contact-list .box.icon span.img-assets-icons-position {
  margin-left: 2px;
}
.page-template-page-contact .wrapper .page-wrapper #contact-list .box.icon span.img-assets-icons-phone {
  margin-left: 4px;
}
.page-template-page-contact .wrapper .page-wrapper #form {
  padding: 33px 30px 23px;
  background-color: #FFFFFF;
  border-top: 8px solid #323434;
  box-sizing: border-box;
}
.page-template-page-contact .wrapper .page-wrapper #form label[for="zk-privacy"] {
  padding-left: 15px;
  font-size: 13px;
}
.page-template-page-contact .wrapper .page-wrapper #form .input-row {
  margin: 0px -9px;
  margin-bottom: 19px;
}
.page-template-page-contact .wrapper .page-wrapper #form .input-row > label {
  vertical-align: middle;
  font-size: 15px;
  color: #323434;
  font-family: "rubrik-new", sans-serif;
  font-weight: 300;
}
.page-template-page-contact .wrapper .page-wrapper #form .input-row > label a {
  font-weight: 700;
  color: inherit;
}
.page-template-page-contact .wrapper .page-wrapper #form .input-row .name {
  font-size: 15px;
  line-height: 20px;
  color: #323434;
  font-family: "rubrik-new", sans-serif;
  margin-bottom: 11px;
  font-weight: 300;
  display: block;
  padding: 0px 9px;
}
.page-template-page-contact .wrapper .page-wrapper #form .input-row .input {
  width: 100%;
  padding: 0px 9px;
  float: left;
  box-sizing: border-box;
}
.page-template-page-contact .wrapper .page-wrapper #form .input-row .input.half {
  width: 50%;
}
.page-template-page-contact .wrapper .page-wrapper #form .input-row .input.prefix {
  width: 27%;
}
.page-template-page-contact .wrapper .page-wrapper #form .input-row .input.phone {
  width: 73%;
}
.page-template-page-contact .wrapper .page-wrapper #form .input-row .input.country {
  width: 43%;
}
.page-template-page-contact .wrapper .page-wrapper #form .input-row .input.city {
  width: 57%;
}
.page-template-page-contact .wrapper .page-wrapper #form .input-row .input .name {
  padding: 0;
}
.page-template-page-contact .wrapper .page-wrapper #form .input-row .input input,
.page-template-page-contact .wrapper .page-wrapper #form .input-row .input select,
.page-template-page-contact .wrapper .page-wrapper #form .input-row .input textarea {
  border: 2px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  outline: none;
  height: 45px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 300;
  color: #323434;
  padding: 0px 20px;
  font-family: "rubrik-new", sans-serif;
}
.page-template-page-contact .wrapper .page-wrapper #form .input-row .input input[type=submit] {
  width: 188px;
  height: 45px;
  line-height: 45px;
  border-radius: 22.5px;
  background-color: #F2C754;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #323434;
  border: 0;
}
.page-template-page-contact .wrapper .page-wrapper #form .input-row .input input[type=file] {
  height: auto;
  border: 0;
  padding: 0;
  margin: 30px 0px;
  font-size: 14px;
}
.page-template-page-contact .wrapper .page-wrapper #form .input-row .input textarea {
  height: 100px;
  min-height: 100px;
  max-width: 100%;
  min-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-template-page-contact .wrapper .page-wrapper #form .input-row .input label {
  vertical-align: middle;
  font-size: 15px;
  color: #323434;
  font-family: "rubrik-new", sans-serif;
  font-weight: 300;
}
.page-template-page-contact .wrapper .page-wrapper #form .input-row .input label a {
  font-weight: 700;
  color: inherit;
}
.page-template-page-contact .wrapper .page-wrapper #form .input-row .input .checkbox-container {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  margin-right: 0;
  padding-right: 0;
}
.page-template-page-contact .wrapper .page-wrapper #form .input-row .input input[type=checkbox] {
  /*position: absolute; // take it out of document flow
  opacity: 0; // hide it
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 0px;
  padding: 0;
  margin: 0;*/
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.page-template-page-contact .wrapper .page-wrapper #form .input-row .input input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  z-index: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.page-template-page-contact .wrapper .page-wrapper #form .input-row .input input[type=checkbox] + label:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  background-color: #f2c754;
  transition-duration: 0.3s;
}
.page-template-page-contact .wrapper .page-wrapper #form .input-row .input input[type=checkbox]:hover + label {
  border-color: #f2c754;
}
.page-template-page-contact .wrapper .page-wrapper #form .input-row .input input[type=checkbox]:checked + label {
  border: 2px solid #f2c754;
}
.page-template-page-contact .wrapper .page-wrapper #form .input-row .input input[type=checkbox]:checked + label:after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.page-template-page-contact .wrapper .page-wrapper #form .input-row .input input[type=checkbox]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.page-template-page-contact .wrapper .page-wrapper #form .input-row .input input[type=checkbox]:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}

.small-label label {
  font-size: 13px !important;
  line-height: 20px;
}

.post-type-archive-case-study .page-wrapper {
  width: 100%;
  padding-right: 0;
}
.post-type-archive-case-study .page-wrapper #case-history {
  margin: 0px -15px;
  background: transparent;
  padding: 0;
}
.post-type-archive-case-study .page-wrapper #case-history .box {
  box-sizing: border-box;
  padding: 0px 15px;
  width: 33.3333333333%;
}
.post-type-archive-case-study .page-wrapper #case-history .box .hinner-box {
  border-top: 8px solid #F4F4F4;
  background-color: #F4F4F4;
}
.post-type-archive-case-study .page-wrapper #case-history .box .hinner-box .box-head {
  background-color: #F2C754;
  box-sizing: border-box;
  padding: 20px 30px;
  font-size: 15px;
  line-height: 20px;
  color: #323434;
  font-family: "rubrik-new", sans-serif;
  position: relative;
  padding-bottom: 45px;
}
.post-type-archive-case-study .page-wrapper #case-history .box .hinner-box .box-head a {
  color: inherit;
  font-weight: inherit;
}
.post-type-archive-case-study .page-wrapper #case-history .box .hinner-box .box-head::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 26px 26px 0;
  border-color: transparent #F2C754 transparent transparent;
  content: "";
  display: block;
  bottom: 2px;
  position: absolute;
  transform: translateY(100%);
}
.post-type-archive-case-study .page-wrapper #case-history .box .hinner-box .box-head .box-title {
  font-weight: 700;
  margin-bottom: 2px;
}
.post-type-archive-case-study .page-wrapper #case-history .box .hinner-box .content {
  padding: 45px 30px 60px;
  font-size: 15px;
  line-height: 22px;
  color: #323434;
  font-family: "rubrik-new", sans-serif;
  box-sizing: border-box;
  background-color: #F4F4F4;
}
.post-type-archive-case-study .page-wrapper #case-history .box .hinner-box .content .hinner-content {
  max-height: 290px;
  overflow: hidden;
  position: relative;
}
.post-type-archive-case-study .page-wrapper #case-history .box .hinner-box .content .hinner-content.break::after {
  content: "...";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
}
.post-type-archive-case-study .page-wrapper #case-history .box {
  float: left;
  margin-bottom: 36px;
}

.category-news {
  background-color: #F0EDED;
}
.category-news .page-wrapper p {
  margin-bottom: 60px;
}
.category-news .page-wrapper {
  width: 100%;
  padding-right: 0;
}
.category-news .page-wrapper #archive {
  margin: 0px -15px;
}
.category-news .page-wrapper #archive .box {
  padding: 0px 15px;
  box-sizing: border-box;
  width: 25%;
  float: left;
}
.category-news .page-wrapper #archive .box .hinner-box {
  border-top: 8px solid #F2C754;
  background-color: #FFFFFF;
}
.category-news .page-wrapper #archive .box .hinner-box .preview img {
  width: 100%;
  height: auto;
}
.category-news .page-wrapper #archive .box .hinner-box .content {
  padding: 30px;
}
.category-news .page-wrapper #archive .box .hinner-box .content .date {
  font-size: 12px;
  line-height: 22px;
  color: #E2B130;
  font-family: "rubrik-new", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 15px;
}
.category-news .page-wrapper #archive .box .hinner-box .content .title {
  color: #000000;
  font-family: "rubrik-new", sans-serif;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.022em;
  font-weight: 700;
  margin-bottom: 15px;
  display: inline-block;
}
.category-news .page-wrapper #archive .box .hinner-box .content .hinner-content {
  font-size: 15px;
  line-height: 20px;
  color: #707070;
  font-family: "rubrik-new", sans-serif;
}
.category-news .page-wrapper #archive .box {
  margin-bottom: 30px;
}

.tax-product_cat .page-wrapper {
  width: 100%;
  padding-right: 0;
}
.tax-product_cat .select-container {
  margin: 0px -15px;
  padding-bottom: 97px;
  position: relative;
}
.tax-product_cat .select-container::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 50px;
  left: 15px;
  right: 15px;
  height: 1px;
  background-color: #707070;
}
.tax-product_cat .select-container .box {
  width: 50%;
  padding: 0px 15px;
  box-sizing: border-box;
  float: left;
}
.tax-product_cat .select-container .box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #323434;
  padding: 30px;
  padding-bottom: 17px;
  box-sizing: border-box;
  border-top: 8px solid #F2C754;
  display: block;
}
.tax-product_cat .select-container .box ul li {
  margin: 0;
  padding: 0;
}
.tax-product_cat .select-container .box ul > li {
  margin-bottom: 10px;
}
.tax-product_cat .select-container .box ul > li .disabled {
  cursor: not-allowed;
}
.tax-product_cat .select-container .box ul > li.active a {
  color: #f2c754;
}
.tax-product_cat .select-container .box ul > li.active a::before {
  background-color: #f2c754;
}
.tax-product_cat .select-container .box ul > li a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  margin-bottom: 13px;
  font-family: "rubrik-new", sans-serif;
  letter-spacing: 0.1em;
  padding-left: 29px;
  position: relative;
  cursor: pointer;
  transition: color 0.3s;
  display: block;
}
.tax-product_cat .select-container .box ul > li a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s;
}
.tax-product_cat #courses-list .course {
  margin-bottom: 28px;
}
.tax-product_cat #courses-list .course.hidden {
  display: none;
}
.tax-product_cat #courses-list .course.hidden .course__hinner {
  display: none;
  position: absolute;
}

#page-banner {
  width: 100%;
  height: 500px;
  background: center center/cover no-repeat;
  position: relative;
  background-color: rgba(50, 52, 52, 0.15);
}
#page-banner .bg {
  background: black;
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.60268) 0%, rgba(0, 0, 0, 0.30016) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.60268) 0%, rgba(0, 0, 0, 0.30016) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.60268) 0%, rgba(0, 0, 0, 0.30016) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.single-post #page-banner {
  background-color: rgba(50, 52, 52, 0.15);
}
.single-post #page-banner .bg {
  display: none;
}
.single-post .page-aside-container {
  transform: none;
  margin-top: 70px;
}
@media screen and (max-width: 850px) {
  .single-post .page-aside-container {
    margin-top: 0;
    margin-bottom: 0px;
  }
}
.single-post .page-aside-container .page-aside {
  display: none;
}

.page-id-349 .page-aside-container {
  transform: none;
  margin-top: 70px;
}
@media screen and (max-width: 850px) {
  .page-id-349 .page-aside-container {
    margin-top: 0;
    margin-bottom: 0px;
  }
}
.page-id-349 .page-aside-container .page-aside {
  display: none;
}

#article-banner {
  width: 100%;
  margin-top: -370px;
  height: 506px;
  box-sizing: border-box;
  border-top: 8px solid #F2C754;
  position: relative;
  margin-bottom: 35px;
  background-size: cover;
  background-position: center center;
}

.page-wrapper {
  width: calc(100% - 400px);
  float: left;
  box-sizing: border-box;
  padding: 35px 60px 85px 0px;
}
.page-wrapper.full {
  width: 100%;
}
.page-wrapper p {
  margin-bottom: 25px;
}

.woocommerce-page .page-wrapper {
  width: 100%;
  padding: 35px 0px 85px;
}

.page-aside-container {
  width: 400px;
  transform: translateY(-140px);
  float: left;
  margin-bottom: 110px;
}
.page-aside-container .page-aside {
  background-color: #323434;
  border-top: 8px solid #F2C754;
  box-sizing: border-box;
  padding: 40px;
  padding-bottom: 19px;
  font-family: "rubrik-new", sans-serif;
  float: left;
  width: 100%;
  margin-bottom: 60px;
}
.page-aside-container .page-aside ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-aside-container .page-aside ul li {
  margin: 0;
  padding: 0;
}
.page-aside-container .page-aside ul li.page-item-98 a {
  display: none;
}
.page-aside-container .page-aside > ul > li {
  width: 100%;
  float: left;
}
.page-aside-container .page-aside > ul > li.current_page_item a {
  color: #f2c754;
}
.page-aside-container .page-aside > ul > li.current_page_item a::before {
  background-color: #f2c754;
}
.page-aside-container .page-aside > ul > li > a {
  margin-bottom: 20px;
}
.page-aside-container .page-aside > ul > li a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  margin-bottom: 21px;
  letter-spacing: 0.1em;
  padding-left: 29px;
  position: relative;
  display: block;
}
.page-aside-container .page-aside > ul > li a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-aside-container .page-aside > ul > li .children li:hover a {
  color: #f2c754;
}
.page-aside-container .page-aside > ul > li .children li:hover a::before {
  background-color: #f2c754;
}
.page-aside-container .page-aside > ul > li .children a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  margin-bottom: 21px;
  letter-spacing: 0.1em;
  padding-left: 29px;
  position: relative;
  display: block;
}
.page-aside-container .page-aside > ul > li .children a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-aside-container .page-aside > ul > li .children li.current_page_item a {
  color: #f2c754;
}
.page-aside-container .page-aside > ul > li .children li.current_page_item a::before {
  background-color: #f2c754;
}
.page-aside-container #aside-slide {
  position: relative;
}
.page-aside-container #aside-slide .preview {
  background: center center/cover no-repeat;
  padding-top: 100%;
}
.page-aside-container #aside-slide .slick-list,
.page-aside-container #aside-slide .slick-slider .slick-track {
  height: 100%;
}
.page-aside-container #aside-slide .slick-list * {
  outline: none;
}
.page-aside-container #aside-slide .slick-slide > div {
  height: 100%;
}
.page-aside-container #aside-slide .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  display: table;
}
.page-aside-container #aside-slide .slick-dots li {
  margin: 0;
  padding: 0;
}
.page-aside-container #aside-slide .slick-dots li {
  display: inline-block;
  padding: 0px 7.5px;
}
.page-aside-container #aside-slide .slick-dots li button {
  font-size: 0;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  background-color: #f2c754;
  opacity: 0.4;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  transition-duration: 0.5s;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
}
.page-aside-container #aside-slide .slick-dots li.slick-active button {
  border: 1px solid #f2c754;
  background-color: #f2c754;
  opacity: 1;
}
.page-aside-container #aside-slide .slick-prev,
.page-aside-container #aside-slide .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0px;
  border: 0;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  transition-duration: 0.3s;
}
.page-aside-container #aside-slide .slick-prev.slick-disabled,
.page-aside-container #aside-slide .slick-next.slick-disabled {
  opacity: 0.7;
  cursor: default;
}
.page-aside-container #aside-slide .slick-prev {
  left: -65px;
}
.page-aside-container #aside-slide .slick-next {
  right: -65px;
  transform: rotate(180deg) translateY(50%);
}
.page-aside-container #aside-slide .slick-dots {
  margin-bottom: 48px;
}
.page-aside-container #aside-slide .slick-dots li button {
  background-color: #A0A0A0;
  opacity: 0.5;
}
.page-aside-container #aside-slide.no-buttons {
  margin-bottom: 50px;
}
.page-aside-container #aside-actions {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #F2C754;
  margin-bottom: 60px;
}
.page-aside-container #aside-actions li {
  margin: 0;
  padding: 0;
}
.page-aside-container #aside-actions li {
  padding: 25px 0px;
  border-top: 1px solid #F2C754;
  display: table;
  width: 100%;
}
.page-aside-container #aside-actions li .box {
  display: table-cell;
  vertical-align: middle;
}
.page-aside-container #aside-actions li .box a {
  font-size: 15px;
  line-height: 18px;
  color: #2B2B2B;
  font-family: "rubrik-new", sans-serif;
  font-weight: bold;
  text-decoration: none;
}
.page-aside-container #aside-actions li .box [class^="img-"] {
  margin-right: 30px;
}
.page-aside-container #aside-actions li .box [class^="img-"]:last-child {
  margin-right: 0;
}
.page-aside-container #aside-actions li .box.icon {
  width: 68px;
}
.page-aside-container #aside-actions li .box.icon span {
  vertical-align: middle;
}
.page-aside-container .aside-contact {
  border-top: 8px solid #323434;
  background-color: #F2C754;
  box-sizing: border-box;
  padding: 35px 50px;
  position: relative;
  padding-bottom: 90px;
  margin-bottom: 58px;
}
.page-aside-container .aside-contact:last-child {
  margin-bottom: 0;
}
.page-aside-container .aside-contact span {
  margin-bottom: 23px;
}
.page-aside-container .aside-contact .title {
  color: #323434;
  font-family: "rubrik-new", sans-serif;
  font-size: 25px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 20px;
}
.page-aside-container .aside-contact .content {
  font-size: 15px;
  line-height: 20px;
  color: #323434;
  font-family: "rubrik-new", sans-serif;
  margin-bottom: 25px;
}
.page-aside-container .aside-contact .button {
  display: inline-block;
  border-radius: 22.5px;
  background-color: #f2c754;
  padding: 16px 39px;
  font-size: 12px;
  color: #323434;
  text-transform: uppercase;
  font-family: "rubrik-new", sans-serif;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #fff;
  color: #323434;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 160px;
  position: absolute;
  left: 50px;
  bottom: 45px;
}

.breadcrump,
.woocommerce-breadcrumb {
  color: #868686;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 45px;
  font-family: "rubrik-new", sans-serif;
}
.breadcrump a,
.woocommerce-breadcrumb a {
  color: inherit;
  text-decoration: none;
  font-weight: 400;
}

.page-template-page-contact .breadcrump {
  color: #3b3b3b;
}

.page-title {
  color: #F2C754;
  font-size: 36px;
  letter-spacing: -0.01em;
  line-height: 39px;
  font-family: "rubrik-new", sans-serif;
  margin-bottom: 37px;
}

.woocommerce-cart .page-title,
.woocommerce-checkout .page-title {
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 7px solid #f2c754;
}

.page-free-content {
  color: #323434;
  font-family: "rubrik-new", sans-serif;
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 35px;
}
.page-free-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
.page-free-content ul li {
  margin: 0;
  padding: 0;
}
.page-free-content ul li {
  display: block;
  position: relative;
  padding-left: 21px;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 12px;
}
.page-free-content ul li::before {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #f2c754;
  left: 1px;
  top: 8px;
}

.article-subtitle {
  font-family: "rubrik-new", sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #323434;
  line-height: 21px;
  margin-bottom: 30px;
  margin-top: -20px;
}

.sub-head {
  border-top: 8px solid #f2c754;
  padding: 20px 0px 20px;
}
.sub-head.no-padding-bottom {
  padding-bottom: 0;
}
.sub-head .sub-title {
  color: #E2B130;
  font-size: 19px;
  line-height: 21px;
  font-weight: 700;
  font-family: "rubrik-new", sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.sub-head .sub-title.small-margin {
  margin-bottom: 10px;
}
.sub-head .sub-content {
  font-family: "rubrik-new", sans-serif;
  color: #323434;
  line-height: 22px;
  margin-bottom: 20px;
}
.sub-head .sub-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
.sub-head .sub-content ul li {
  margin: 0;
  padding: 0;
}
.sub-head .sub-content ul li {
  display: block;
  position: relative;
  padding-left: 21px;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 12px;
}
.sub-head .sub-content ul li::before {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #f2c754;
  left: 1px;
  top: 8px;
}

.wp-pagenavi {
  width: 100%;
  text-align: center;
  font-family: "rubrik-new", sans-serif;
  color: #323434;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
}
.wp-pagenavi a {
  color: inherit;
  text-decoration: none;
}
.wp-pagenavi .current,
.wp-pagenavi a:hover {
  color: #E2B130;
}
.wp-pagenavi .current::after,
.wp-pagenavi a:hover::after {
  color: #323434;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  background-color: #eeee;
  padding: 6px 8px 5px;
  margin: 0px 5px;
  border-top: 3px solid #f2c754;
}
.wp-pagenavi span {
  cursor: context-menu;
}

@media screen and (max-width: 1100px) {
  .page-aside-container {
    width: 300px;
  }

  .page-wrapper {
    width: calc(100% - 300px);
  }

  #page-banner {
    height: 400px;
  }

  .page-template-page-contact #aside-buttons {
    display: none;
  }

  .page-template-page-contact .wrapper .page-aside-container {
    right: 0;
  }

  .page-template-page-contact .wrapper .page-wrapper {
    padding-right: 300px;
  }

  .page-template-page-product .row .wrapper #product-infobox .table,
  .page-template-page-product .row .left-content {
    width: calc(100% - 300px);
  }

  .page-template-page-product .row .wrapper #product-infobox #buy-button,
  .page-template-page-product .row .right-content {
    width: 300px;
  }

  .page-template-page-product .row .wrapper #product-infobox #buy-button button::before {
    display: none;
  }

  .page-template-page-product .row .wrapper #product-infobox #buy-button button {
    font-size: 11px;
    height: 55px;
  }

  .page-template-page-product .row .wrapper .negative-margin {
    margin-top: -350px;
  }
  .page-template-page-product .row .wrapper .negative-margin:before {
    height: 350px;
  }

  .page-template-page-product .row .wrapper .shop-wrapper::before {
    height: 300px;
  }
}
@media screen and (max-width: 1050px) {
  .category-news .page-wrapper #archive .box {
    width: 33.33333333333333%;
  }

  .tax-product_cat #courses-list .courses .course {
    width: 33.33333333333333%;
  }
}
@media screen and (max-width: 940px) {
  .page-template-page-contact .wrapper .page-wrapper #form .input-row .input.prefix {
    width: 40%;
  }

  .page-template-page-contact .wrapper .page-wrapper #form .input-row .input.phone {
    width: 60%;
  }

  .page-template-page-product .row .wrapper #product-infobox .table,
  .page-template-page-product .row .left-content {
    width: 100%;
  }

  .page-template-page-product .row .wrapper #product-infobox #buy-button,
  .page-template-page-product .row .right-content {
    width: 100%;
  }

  .page-template-page-product .row .wrapper #product-infobox .table {
    margin-bottom: 30px;
  }

  .page-template-page-product .row .wrapper #product-infobox #buy-button {
    padding-left: 0;
  }

  .page-template-page-product .row .wrapper #product-infobox #buy-button button {
    width: auto;
    float: right;
    padding: 0px 30px;
    font-size: 11px;
    height: 55px;
  }

  .page-template-page-product .row .left-content {
    padding-right: 0;
  }

  .page-template-page-product .row .right-content #shop-aside {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .post-type-archive-case-study .page-wrapper #case-history .box {
    width: 50%;
  }
}
@media screen and (max-width: 850px) {
  .page-aside-container {
    width: 100%;
    margin-bottom: 40px;
    transform: none;
  }

  .page-wrapper {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
  }

  #page-banner {
    height: 300px;
  }

  #article-banner {
    height: 300px;
    margin-top: -270px;
  }

  .page-template-page-contact .wrapper .page-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 60px;
  }

  .page-template-page-contact .wrapper .page-aside-container {
    position: static;
    margin-bottom: 0;
  }

  .page-template-page-contact .wrapper .page-wrapper {
    margin-bottom: 0;
  }

  .page-template-page-contact .page-aside-container .page-aside {
    margin-bottom: 0;
  }

  .wp-pagenavi {
    margin-bottom: 80px;
  }

  .breadcrump {
    margin-bottom: 15px;
  }

  .page-template-page-product .row .wrapper .negative-margin {
    margin-top: -270px;
  }
  .page-template-page-product .row .wrapper .negative-margin:before {
    height: 270px;
  }

  .page-template-page-product .row .wrapper .shop-wrapper:before {
    display: none;
  }

  .page-template-page-product .row .wrapper .padding-right {
    padding-right: 60px;
  }
}
@media screen and (max-width: 800px) {
  .tax-product_cat #courses-list .courses .course {
    width: 50%;
  }

  .page-template-page-product .row .wrapper .shop-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .page-template-page-product .row .wrapper {
    padding-right: 30px;
  }

  .page-template-page-product .page-title {
    font-size: 32px;
    line-height: 37px;
  }

  .page-template-page-product .row .wrapper .eyelet {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 750px) {
  .category-news .page-wrapper #archive .box {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .post-type-archive-case-study .page-wrapper #case-history .box {
    width: 100%;
  }

  .post-type-archive-case-study .page-wrapper #case-history .box .hinner-box .content {
    padding-bottom: 40px;
  }

  .tax-product_cat .select-container .box {
    width: 100%;
    margin-bottom: 20px;
  }

  .tax-product_cat .select-container {
    padding-bottom: 70px;
  }

  .page-template-page-product .row .wrapper .padding-right {
    padding-right: 0;
  }

  .page-template-page-product .row .wrapper .shop-wrapper::before {
    background-color: #fff;
    right: -30px;
  }

  .page-template-page-product .row .wrapper #product-infobox .table .row .td,
  .page-template-page-product .row .wrapper #product-infobox .table .row .td.name {
    width: 100%;
    display: block;
    padding: 0;
    padding-bottom: 10px;
  }

  .page-template-page-product .row .wrapper #product-infobox .table .row .td.name {
    border-bottom: 0;
    padding-bottom: 5px;
    padding-top: 10px;
  }

  #contact-box .input-row .input {
    width: 100%;
    margin-bottom: 20px;
  }

  #contact-box #contact-title span {
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  #contact-box #contact-title {
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px;
    line-height: 22px;
  }

  #contact-box {
    padding-top: 0;
  }
}
@media screen and (max-width: 500px) {
  #page-banner {
    height: 200px;
  }

  .page-title {
    font-size: 26px;
    line-height: 28px;
  }

  .page-aside-container .page-aside,
  .page-aside-container #aside-actions,
  .page-aside-container .aside-contact {
    margin: 0px -30px;
    margin-bottom: 40px;
    width: calc(100% + 60px);
  }

  .page-aside-container #aside-actions li {
    padding-left: 30px;
    padding-right: 30px;
  }

  .page-template-page-contact .wrapper {
    padding: 0;
  }

  .page-template-page-contact .wrapper .page-wrapper #form .input-row .input.half {
    width: 100%;
  }

  .page-template-page-contact .wrapper .page-wrapper #form .input-row .input {
    margin-bottom: 19px;
  }

  .page-template-page-contact .wrapper .page-wrapper #form .input-row {
    margin-bottom: 0;
  }

  .tax-product_cat #courses-list .courses .course {
    width: 100%;
  }
  .tax-product_cat #courses-list .courses .course .course__hinner {
    height: auto !important;
  }

  #article-banner {
    height: 220px;
    margin-top: -190px;
  }

  .page-template-page-product .row .wrapper .negative-margin {
    margin-top: -170px;
  }
  .page-template-page-product .row .wrapper .negative-margin:before {
    height: 170px;
  }

  .page-template-page-product .row .wrapper {
    padding-right: 0;
    padding-left: 0;
  }

  .page-template-page-product .row .wrapper .shop-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-template-page-product footer .row .wrapper {
    padding-left: 20px;
  }

  .page-template-page-product .row .wrapper .breadcrump {
    padding-left: 20px;
  }

  .page-template-page-contact .page-aside-container .page-aside {
    margin: 0;
  }

  .page-template-page-contact #newsletter .row .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .page-template-page-contact footer .row .wrapper {
    padding: 0px 30px;
  }
}
@media screen and (max-width: 450px) {
  .list-with-image li {
    display: block;
  }

  .list-with-image li .box {
    display: block;
    width: 100%;
    padding: 0;
  }

  .list-with-image li .box.image-box {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  .category-news .page-wrapper #archive .box {
    width: 100%;
  }

  .page-template-page-product .page-title {
    font-size: 25px;
    line-height: 28px;
  }

  .page-template-page-product .row .wrapper .subtitle {
    font-size: 14px;
  }

  .page-template-page-contact .wrapper .page-wrapper #form {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 0;
  }

  .page-template-page-contact .wrapper .page-wrapper {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  .list-with-icon > li .box {
    width: 100%;
  }

  .list-with-icon > li .box.icon {
    display: none;
  }

  .list-with-icon li.only-title .box p {
    transform: none;
  }

  .list-with-icon > li {
    display: block;
  }

  .list-with-icon > li .box .title {
    margin-bottom: 20px;
  }

  .page-template-page-contact .wrapper .page-wrapper #form .input-row .input.prefix {
    width: 100%;
  }

  .page-template-page-contact .wrapper .page-wrapper #form .input-row .input.phone {
    width: 100%;
  }

  .page-template-page-contact .wrapper .page-wrapper #form .input-row .input.country,
  .page-template-page-contact .wrapper .page-wrapper #form .input-row .input.city {
    width: 100%;
  }
}
#woocommerce-top-icon {
  text-align: center;
  margin-bottom: 25px;
}

body.woocommerce-checkout .page-wrapper, body.woocommerce-cart .page-wrapper, body.theme-zaki.woocommerce-account .page-wrapper {
  margin-top: -370px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-sizing: border-box;
  padding: 60px 77px;
}
@media screen and (max-width: 1100px) {
  body.woocommerce-checkout .page-wrapper, body.woocommerce-cart .page-wrapper, body.theme-zaki.woocommerce-account .page-wrapper {
    margin-top: -330px;
  }
}
@media screen and (max-width: 850px) {
  body.woocommerce-checkout .page-wrapper, body.woocommerce-cart .page-wrapper, body.theme-zaki.woocommerce-account .page-wrapper {
    margin-top: -240px;
  }
}
@media screen and (max-width: 765px) {
  body.woocommerce-checkout .page-wrapper, body.woocommerce-cart .page-wrapper, body.theme-zaki.woocommerce-account .page-wrapper {
    padding: 30px 20px 0px;
  }
}
@media screen and (max-width: 500px) {
  body.woocommerce-checkout .page-wrapper, body.woocommerce-cart .page-wrapper, body.theme-zaki.woocommerce-account .page-wrapper {
    width: calc(100% + 40px);
    margin: -140px -20px 0px;
  }
}
body.woocommerce-checkout .breadcrump,
body.woocommerce-checkout .woocommerce-breadcrumb, body.woocommerce-cart .breadcrump,
body.woocommerce-cart .woocommerce-breadcrumb, body.theme-zaki.woocommerce-account .breadcrump,
body.theme-zaki.woocommerce-account .woocommerce-breadcrumb {
  margin-top: -100px;
  margin-bottom: 100px;
  margin-left: -77px;
}
@media screen and (max-width: 765px) {
  body.woocommerce-checkout .breadcrump,
  body.woocommerce-checkout .woocommerce-breadcrumb, body.woocommerce-cart .breadcrump,
  body.woocommerce-cart .woocommerce-breadcrumb, body.theme-zaki.woocommerce-account .breadcrump,
  body.theme-zaki.woocommerce-account .woocommerce-breadcrumb {
    margin-left: 0;
  }
}
body.woocommerce-checkout .woocommerce-MyAccount-content a, body.woocommerce-cart .woocommerce-MyAccount-content a, body.theme-zaki.woocommerce-account .woocommerce-MyAccount-content a {
  color: #f2c754;
}
body #page-banner .bg {
  display: none;
}

body.theme-zaki.woocommerce-account .page-wrapper {
  padding-bottom: 100px;
}
@media screen and (max-width: 765px) {
  body.theme-zaki.woocommerce-account .page-wrapper .breadcrump {
    margin-top: -70px;
    margin-bottom: 40px;
  }
  body.theme-zaki.woocommerce-account .page-wrapper .page-title {
    text-align: center;
  }
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
  margin: 0;
  padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
  width: 100%;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #f2c754;
}
.woocommerce-MyAccount-navigation ul li.is-active a::before {
  background-color: #f2c754;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #f2c754;
}
.woocommerce-MyAccount-navigation ul li a:hover::before {
  background-color: #f2c754;
}
.woocommerce-MyAccount-navigation ul a {
  color: #323434;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 19px;
  letter-spacing: 0.1em;
  display: inline-block;
  padding-left: 29px;
  position: relative;
}
.woocommerce-MyAccount-navigation ul a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #323434;
  border-radius: 100%;
  position: absolute;
  top: 4px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .woocommerce-MyAccount-navigation ul {
    text-align: center;
  }
  .woocommerce-MyAccount-navigation ul li {
    width: auto;
    padding: 0px 10px;
    display: inline-block;
  }
}
@media screen and (max-width: 500px) {
  .woocommerce-MyAccount-navigation ul {
    border-bottom: 7px solid #f2c754;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .woocommerce-MyAccount-navigation ul li a {
    padding-left: 0;
    margin-bottom: 5px;
  }
  .woocommerce-MyAccount-navigation ul li a::before {
    display: none;
  }
}

body [class^='woocommerce-'] #respond input#submit,
body [class^='woocommerce-'] a.button,
body [class^='woocommerce-'] button.button,
body [class^='woocommerce-'] input.button {
  background-color: #f2c754 !important;
  border-radius: 25px;
  padding: 14.5px 30px;
  color: #323434 !important;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.05em;
  box-sizing: border-box;
}

body .wc-proceed-to-checkout #respond input#submit.alt,
body .wc-proceed-to-checkout a.button.alt,
body .wc-proceed-to-checkout button.button.alt,
body .wc-proceed-to-checkout input.button.alt {
  background-color: #f2c754 !important;
  border-radius: 25px;
  padding: 14.5px 30px;
  color: #323434 !important;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.05em;
  box-sizing: border-box;
}

body .woocommerce #content table.cart td.actions .coupon,
body .woocommerce table.cart td.actions .coupon,
body .woocommerce-page #content table.cart td.actions .coupon,
body .woocommerce-page table.cart td.actions .coupon {
  width: 100%;
  background-color: #EBEBEB;
  box-sizing: border-box;
  padding: 9px;
}
body .woocommerce #content table.cart td.actions .coupon .button,
body .woocommerce table.cart td.actions .coupon .button,
body .woocommerce-page #content table.cart td.actions .coupon .button,
body .woocommerce-page table.cart td.actions .coupon .button {
  width: 100%;
  max-width: 330px;
  text-align: center;
}
body .woocommerce #content table.cart td.actions .coupon input[type=text],
body .woocommerce table.cart td.actions .coupon input[type=text],
body .woocommerce-page #content table.cart td.actions .coupon input[type=text],
body .woocommerce-page table.cart td.actions .coupon input[type=text] {
  width: calc(100% - 340px);
  height: 45px;
  background-color: transparent;
  border: 0;
  font-size: 18px;
  color: #000;
  box-sizing: border-box;
  padding: 0px 25px;
}
body .woocommerce #content table.cart td.actions .coupon input[type=text]::placeholder,
body .woocommerce table.cart td.actions .coupon input[type=text]::placeholder,
body .woocommerce-page #content table.cart td.actions .coupon input[type=text]::placeholder,
body .woocommerce-page table.cart td.actions .coupon input[type=text]::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  display: none;
}

@media only screen and (max-width: 764px) {
  body .woocommerce #respond input#submit.disabled,
  body .woocommerce #respond input#submit:disabled,
  body .woocommerce #respond input#submit:disabled[disabled],
  body .woocommerce a.button.disabled,
  body .woocommerce a.button:disabled,
  body .woocommerce a.button:disabled[disabled],
  body .woocommerce button.button.disabled,
  body .woocommerce button.button:disabled,
  body .woocommerce button.button:disabled[disabled],
  body .woocommerce input.button.disabled,
  body .woocommerce input.button:disabled,
  body .woocommerce input.button:disabled[disabled] {
    display: none !important;
  }
}

.woocommerce table.shop_table {
  border: 0 !important;
}

.woocommerce table.shop_table td {
  border-top: 1px solid #707070 !important;
  padding: 20px 0px !important;
}

.cart_totals h2 {
  color: #f2c754;
  color: #F2C754;
  font-size: 36px;
  line-height: 47px;
  letter-spacing: -0.015em;
  margin-bottom: 30px;
}

body #add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
  border-spacing: 4px !important;
}
body #add_payment_method .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table td {
  vertical-align: top !important;
  background-color: #EBEBEB;
  border: 0 !important;
  font-size: 16px !important;
  color: #323434 !important;
  font-family: "rubrik-new", sans-serif !important;
  padding: 20px 30px !important;
  box-sizing: border-box !important;
  font-weight: bold;
  width: 400px !important;
  max-width: 400px !important;
}
body #add_payment_method .cart-collaterals .cart_totals table td:nth-child(2),
.woocommerce-cart .cart-collaterals .cart_totals table td:nth-child(2),
.woocommerce-checkout .cart-collaterals .cart_totals table td:nth-child(2) {
  vertical-align: middle !important;
}
body #add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  vertical-align: top !important;
  background-color: transparent;
  border: 0 !important;
  font-size: 16px !important;
  color: #323434 !important;
  font-family: "rubrik-new", sans-serif !important;
  padding: 20px 30px !important;
  box-sizing: border-box !important;
  font-weight: 400 !important;
  padding-top: 0 !important;
  width: calc(100% - 400px) !important;
  padding: 0 !important;
}

.product-thumbnail {
  display: none;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100% !important;
  max-width: 530px;
}

body .woocommerce .wc-proceed-to-checkout a {
  width: 100% !important;
  max-width: 400px;
  float: right;
  padding: 42.5px 30px !important;
  border-radius: 50px !important;
  position: relative;
  box-sizing: border-box;
  padding-left: 100px !important;
  font-size: 18px !important;
  letter-spacing: 0.3em !important;
}
body .woocommerce .wc-proceed-to-checkout a::before {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  background-color: #323434;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  line-height: 52px;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 28px;
  transform: translateY(-50%);
  letter-spacing: 0 !important;
}

body .woocommerce .product-remove a.remove {
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  background-color: #CC380C !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 25px !important;
  text-align: center !important;
  font-family: "rubrik-new", sans-serif !important;
}

body .woocommerce table.shop_table td {
  padding: 20px 9px !important;
}

.product-name {
  text-transform: uppercase;
  font-size: 16px !important;
}

body .woocommerce-info {
  border-top-color: #f2c754;
}
body .woocommerce-info a {
  color: #f2c754;
}

body .woocommerce form .form-row .required {
  color: inherit;
}

#order_review_heading {
  display: none;
}

body.woocommerce-checkout #add_payment_method #payment,
body.woocommerce-checkout .woocommerce-cart #payment,
body.woocommerce-checkout .woocommerce-checkout #payment {
  margin-bottom: 50px;
}
body.woocommerce-checkout .woocommerce table.shop_table {
  border-bottom: 7px solid #f2c754 !important;
  padding-bottom: 30px;
  border-collapse: collapse;
}
body.woocommerce-checkout .woocommerce table.shop_table .product-quantity {
  padding-top: 18px;
}
body.woocommerce-checkout .woocommerce table.shop_table tfoot th,
body.woocommerce-checkout .woocommerce table.shop_table tfoot td {
  border-top: 0 !important;
}
body.woocommerce-checkout .woocommerce-billing-fields h3:first-child {
  display: none;
}

body .woocommerce .col2-set .col-1,
body .woocommerce-page .col2-set .col-1,
body .woocommerce .col2-set .col-2,
body .woocommerce-page .col2-set .col-2 {
  width: 100%;
}
body .woocommerce form .form-row input.input-text,
body .woocommerce form .form-row textarea,
body .select2-container--default .select2-selection--single {
  border: 1px solid #E5E5E5;
  height: 55px;
  padding: 0px 20px;
  box-sizing: border-box;
  margin-bottom: 24px;
}
body .woocommerce form .form-row textarea {
  padding: 20px;
  max-width: 100%;
  min-width: 100%;
  min-height: 200px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 55px;
}
body .woocommerce form .form-row label {
  margin-bottom: 12px;
  line-height: auto;
}
body .woocommerce form .form-row {
  padding: 0;
}
body .woocommerce form fieldset {
  margin-bottom: 20px;
}
body .woocommerce form .show-password-input::after,
body .woocommerce-page form .show-password-input::after {
  line-height: 2;
  margin-right: 10px;
  display: none;
}
body .woocommerce form .show-password-input input,
body .woocommerce-page form .show-password-input input {
  padding-right: 40px !important;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 55px;
  right: 10px;
}

body .select2-container--default .select2-results__option,
body .select2-container--default .select2-results__option {
  font-family: "rubrik-new", sans-serif;
  outline: none;
  border: 0;
}

body .select2-container--default .select2-results__option[aria-selected=true],
body .select2-container--default .select2-results__option[data-selected=true] {
  background-color: #f2c754;
  border: 0;
  color: #323434;
}

body .woocommerce ul.order_details {
  padding-left: 0;
}

body .woocommerce-table--order-details a {
  color: #f2c754;
}

body .woocommerce .woocommerce-customer-details address,
.woocommerce .woocommerce-order-details address,
.woocommerce .woocommerce-order-downloads address {
  box-sizing: border-box;
  padding: 20px;
  line-height: 26px;
}
body .woocommerce .woocommerce-customer-details .woocommerce-column__title,
.woocommerce .woocommerce-order-details .woocommerce-column__title,
.woocommerce .woocommerce-order-downloads .woocommerce-column__title {
  margin-bottom: 10px;
}

body .woocommerce .woocommerce-customer-details address {
  border: 0;
  border-top: 7px solid #f2c754;
  border-radius: 0;
}

body .woocommerce table.shop_table {
  border-collapse: collapse;
}

body .woocommerce table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

body .woocommerce #respond input#submit,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button {
  background-color: #f2c754;
}
body .woocommerce #respond input#submit:hover,
body .woocommerce a.button:hover,
body .woocommerce button.button:hover,
body .woocommerce input.button:hover {
  background-color: #f2c754;
}

body .woocommerce form.checkout_coupon,
body .woocommerce form.login,
body .woocommerce form.register {
  border: 0;
  border-top: 7px solid #f2c754;
  border-radius: 0;
}

body fieldset {
  border: 0;
  border-top: 7px solid #f2c754;
}
body fieldset legend {
  padding: 0px 5px;
}

body .woocommerce-message a {
  color: #f2c754;
}

body .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
}

body .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  margin-bottom: 10px;
}

body .select2-dropdown {
  border: 1px solid #E5E5E5;
  border-top: 0;
}

body .select2-container {
  margin-bottom: 24px;
  display: block;
}
body .select2-container .select2-selection,
body .select2-container .select2-selection .select2-selection--single {
  margin-bottom: 0;
}

@media only screen and (max-width: 764px) {
  body .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    max-width: 100%;
  }

  body #add_payment_method .cart-collaterals .cart_totals table td,
  .woocommerce-cart .cart-collaterals .cart_totals table td,
  .woocommerce-checkout .cart-collaterals .cart_totals table td {
    max-width: 100% !important;
    width: 100% !important;
  }

  body .woocommerce #content table.cart td.actions .coupon input[type=text],
  body .woocommerce table.cart td.actions .coupon input[type=text],
  body .woocommerce-page #content table.cart td.actions .coupon input[type=text],
  body .woocommerce-page table.cart td.actions .coupon input[type=text] {
    width: 100%;
    text-align: center;
  }

  .woocommerce #content table.cart td.actions .coupon .button,
  .woocommerce table.cart td.actions .coupon .button,
  .woocommerce-page #content table.cart td.actions .coupon .button,
  .woocommerce-page table.cart td.actions .coupon .button {
    max-width: 100% !important;
    width: 100% !important;
  }

  .cart_totals h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
  }

  body .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    text-align: right;
  }

  body .woocommerce .wc-proceed-to-checkout a {
    padding-top: 22.5px !important;
    padding-bottom: 22.5px !important;
    padding-left: 57.5px !important;
    font-size: 15px !important;
    display: table !important;
    float: none !important;
    margin: 0 auto;
  }
  body .woocommerce .wc-proceed-to-checkout a::before {
    left: 15px;
    height: 35px;
    width: 35px;
    line-height: 35px;
  }

  body.woocommerce-checkout .breadcrump,
  body.woocommerce-checkout .woocommerce-breadcrumb,
  body.woocommerce-cart .breadcrump,
  body.woocommerce-cart .woocommerce-breadcrumb {
    margin-top: -70px;
    margin-bottom: 45px;
  }

  body .woocommerce ul.order_details li {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    border-right: 0;
  }

  body .woocommerce-thankyou-order-received {
    text-align: center;
  }
}
body .button[name="update_cart"] {
  margin-bottom: 20px !important;
}

#keep-shopping {
  float: left;
  position: relative;
  min-width: 100px;
  background: red;
  min-height: 200px;
}

body.page-id-368 form .form-row label {
  font-weight: 700;
  margin-bottom: 3px;
}

body label [for="pvtazd"] {
  width: 100%;
}

#pvtazd_field label[for=pvtazd] {
  width: 100%;
}

h3.customer-details-title {
  font-size: 24px;
  margin-bottom: 35px;
}
@media screen and (max-width: 764px) {
  h3.customer-details-title {
    margin-bottom: 20px;
  }
}

body #pvtazd_field label:first-child {
  width: 100%;
}

body #pvtazd_field {
  border-bottom: 7px solid #f2c754;
  padding-left: 10px;
  position: relative;
}

body input[name=pvtazd] {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 1px;
  z-index: -1;
}
body input[name=pvtazd] + label {
  display: block;
  padding: 7px 15px;
  margin-bottom: -2px !important;
  cursor: pointer;
}
body input[name=pvtazd]:checked + label {
  background-color: #f2c754;
}

#customer_details input:not([type=radio], [type=checkbox]),
#customer_details textarea,
#customer_details select,
#customer_details .select2-selection--multiple,
#customer_details .select2-selection--single {
  background-color: #f5f5f5 !important;
}

#back-to-shop {
  position: relative;
  width: calc(100% - 550px);
  float: left;
}
#back-to-shop > a {
  display: block;
  position: absolute;
  bottom: 2em;
  left: 0;
  background-color: #F2C754;
  height: 100px;
  width: 100%;
  background-color: #EBEBEB;
  font-family: "rubrik-new", sans-serif;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.3em;
  line-height: 100px;
  border-radius: 50px;
  text-transform: uppercase;
  color: #323434;
  font-weight: 500;
  max-width: 400px;
}

@media screen and (max-width: 1050px) {
  #back-to-shop {
    width: 100%;
  }
  #back-to-shop a {
    max-width: 100%;
    position: static;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    margin-bottom: 1em;
  }
}
.single-product form.variations_form.cart {
  color: #fff;
  font-size: 14px;
  font-family: "rubrik-new", sans-serif;
}
.single-product form.variations_form.cart table {
  width: 100%;
}
.single-product form.variations_form.cart td {
  display: block;
}
.single-product form.variations_form.cart td select {
  width: 100%;
  border: 0;
  background: #fff;
  outline: none;
  height: 55px;
  padding-left: 32px;
  padding-right: 15px;
  box-sizing: border-box;
  font-size: 18px;
  font-family: "rubrik-new", sans-serif;
  color: rgba(0, 0, 0, 0.842);
  float: left;
  border-radius: 5px;
  margin: 10px 0px;
}
.single-product form.variations_form.cart a.reset_variations {
  display: none !important;
}
.single-product form.variations_form.cart .woocommerce-variation-price {
  font-size: 18px;
  padding-bottom: 20px;
}
.single-product form.variations_form.cart .woocommerce-variation-price::before {
  content: "Prezzo del corso: ";
}

#newsletter .ahead {
  max-width: 750px;
  margin: 0 auto;
  box-sizing: border-box;
}
#newsletter .head .title {
  font-weight: 600;
  margin-bottom: 20px;
}
#newsletter .head .content {
  color: #fff;
}
#newsletter .newsletter-button {
  display: inline-block;
  border-radius: 22.5px;
  background-color: #f2c754;
  padding: 16px 39px;
  font-size: 12px;
  color: #323434;
  text-transform: uppercase;
  font-family: "rubrik-new", sans-serif;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  display: table;
  margin: 0 auto;
  margin-bottom: 40px;
}
#newsletter .input {
  width: 100%;
  height: 55px;
  max-width: 505px;
  border-radius: 55px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  margin-bottom: 14px;
}
#newsletter .input input {
  width: calc(100% - 145px);
  border: 0;
  background: transparent;
  outline: none;
  height: 55px;
  padding-left: 32px;
  padding-right: 15px;
  box-sizing: border-box;
  font-size: 18px;
  font-family: "rubrik-new", sans-serif;
  color: rgba(0, 0, 0, 0.4);
  float: left;
}
#newsletter .input input[type=submit] {
  display: inline-block;
  border-radius: 22.5px;
  background-color: #f2c754;
  padding: 16px 39px;
  font-size: 12px;
  color: #323434;
  text-transform: uppercase;
  font-family: "rubrik-new", sans-serif;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  width: 145px;
  height: 45px;
  float: right;
  position: absolute;
  top: 5px;
  right: 5px;
  padding-left: 0;
  padding-right: 0;
}
#newsletter .input input[type=submit].mobile {
  display: none;
}
@media screen and (max-width: 400px) {
  #newsletter .input input {
    width: calc(100% - 60px);
  }
  #newsletter .input input[type=submit].mobile {
    display: block;
    width: 60px;
  }
  #newsletter .input input[type=submit].desktop {
    display: none;
  }
}
#newsletter .privacy {
  text-align: center;
  margin-bottom: 14px;
  color: #F0EDED;
  font-size: 15px;
  line-height: 20px;
  font-family: "rubrik-new", sans-serif;
}
#newsletter .privacy a {
  text-decoration: underline;
  color: #F2C754;
  font-weight: 700;
}

#footer {
  padding: 80px 0px 55px;
  background-color: #323434;
}
#footer .boxes {
  position: relative;
  padding-bottom: 90px;
  border-bottom: 1px solid #F0EDED;
}
#footer .boxes .socials {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  width: 35px;
}
#footer .boxes .socials .social {
  display: inline-block;
  width: 35px;
  height: 35px;
  box-sizing: border-box;
  border: 2px solid #F0EDED;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  border-radius: 100%;
  vertical-align: middle;
  position: relative;
}
#footer .boxes .socials .social span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#footer .boxes .box {
  float: left;
  color: #F0EDED;
  font-size: 13px;
  line-height: 25px;
  font-family: "rubrik-new", sans-serif;
}
#footer .boxes .box:first-child {
  padding-right: 129px;
}
#footer .boxes .box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .boxes .box ul li {
  margin: 0;
  padding: 0;
}
#footer .boxes .box ul li {
  padding-bottom: 0px;
}
#footer .boxes .box a {
  color: inherit;
}
#footer .address {
  color: #F0EDED;
  font-size: 12px;
  font-family: "rubrik-new", sans-serif;
  line-height: 16px;
  padding-top: 20px;
}

#copyright {
  font-family: "Intelo", sans-serif;
  color: #323434;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.004em;
  background-color: #EBBB44;
  padding: 17px 0px;
}
#copyright .wrapper {
  position: relative;
}
#copyright #zaki-logo {
  margin-top: 3px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

@media screen and (max-width: 1600px) {
  .triangles::before,
  .triangles::after {
    display: none;
  }
}
@media screen and (max-width: 1250px) {
  #aside-buttons {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  #services .boxes .box, .page-services .boxes .box {
    width: 50%;
    margin-bottom: 20px;
  }

  #services .boxes .box .hinner-box, .page-services .boxes .box .hinner-box {
    box-sizing: border-box;
    padding: 20px;
    height: auto;
    padding-bottom: 100px;
  }

  #services .boxes .box .hinner-box .title, .page-services .boxes .box .hinner-box .title {
    position: relative;
    box-sizing: border-box;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    padding: 0;
  }

  .section-with-black-bg .boxes .box .right-list li {
    padding-left: 20px;
  }
}
@media screen and (max-width: 900px) {
  .section-with-black-bg .boxes .box {
    width: 100%;
    text-align: center;
  }

  .section-with-black-bg .boxes .box .right-list {
    padding-left: 0px;
    padding-right: 0px;
    display: none;
  }

  .section-with-black-bg .boxes .box .right-list li {
    padding: 0px 10px;
    width: 100%;
    display: inline-block;
    text-align: left;
    box-sizing: border-box;
    line-height: 18px;
    font-size: 15px;
  }

  #operative-approach .big-padding {
    padding: 70px 0px;
  }

  #partnership {
    padding: 50px 0px;
  }

  #partnership .boxes .box {
    width: 100%;
  }

  #case-history .boxes .box .hinner-box .content .hinner-content {
    max-height: 195px;
  }

  #home-news .boxes {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 800px) {
  .woocommerce-page .page-wrapper {
    padding-bottom: 10px;
  }

  #info-boxes .boxes .box {
    width: 100%;
    margin-bottom: 40px;
  }
  #info-boxes .boxes .box:last-child {
    margin-bottom: 0;
  }

  #info-boxes {
    padding: 70px 0px 30px;
  }

  #info-boxes .boxes .box .hinner-box {
    padding-bottom: 90px;
  }

  #partnership {
    padding: 50px 0px;
  }

  #navigation {
    padding: 30px 0px;
  }

  #navigation .wrapper ul > li {
    width: 100%;
  }
  #navigation .wrapper ul > li.menu-item-322 {
    padding-top: 25px;
  }

  #newsletter {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 650px) {
  .section {
    padding: 60px 0px;
  }

  .section .head.no-content {
    padding-bottom: 0;
  }

  .section .head .title {
    font-size: 26px;
    line-height: 22px;
  }

  #courses-in-evidence .courses, .tax-product_cat #courses-list .courses {
    margin-bottom: 45px;
  }

  #slide #hinner-slide .slide-elements .slide-element .title {
    font-size: 32px;
    line-height: 37px;
  }

  #slide #hinner-slide .slide-elements .slide-element .eyelet {
    margin-bottom: 20px;
  }

  #slide #hinner-slide .slide-elements .slide-element .subtitle {
    margin-bottom: 30px;
  }

  #footer .boxes .socials {
    position: static;
    width: 100%;
    padding-top: 20px;
    float: left;
  }
  #footer .boxes .socials .social {
    margin: 0px 10px;
  }

  #footer .boxes {
    padding-bottom: 40px;
  }

  #header #actions {
    padding-right: 0;
  }

  #header #actions ul#actions-buttons {
    position: fixed;
    bottom: 10px;
    right: 10px;
    margin: 0;
    z-index: 1;
    transition: bottom 0.2s;
  }
  #header #actions ul#actions-buttons li {
    border: 0;
    background-color: #323434;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    margin-right: 20px;
    padding: 0;
    line-height: 50px;
    text-align: center;
  }
  #header #actions ul#actions-buttons li a {
    transform: scale(0.9);
  }
  #header #actions ul#actions-buttons li:last-child {
    margin-right: 0;
  }
  #header #actions ul#actions-buttons li:last-child a {
    margin-right: 3px;
  }
  #header #actions ul#actions-buttons li:nth-child(1) {
    display: none;
  }

  #navigation input[type="search"] {
    display: block;
  }

  #fixed-search {
    display: none;
  }

  #navigation {
    padding-top: 30px;
  }

  #mobile-nav-scroll {
    height: calc(100vh - 200px);
    overflow-y: scroll;
  }

  #navigation .wrapper ul .menu-item-339 .sub-menu .menu-item-340 a {
    line-height: 30px;
  }
}
@media screen and (max-width: 610px) {
  body {
    padding-top: 80px;
  }
  body #header {
    height: 80px;
    line-height: 80px;
  }
  body #header #actions {
    height: 80px;
  }
  body #header #actions ul#actions-buttons li {
    margin-top: 26px;
  }
  body #header #actions #hamburger {
    margin-top: 20px;
  }
  body #header .img-assets-logo {
    margin-top: 17px;
  }
  body #navigation {
    top: 80px;
    height: calc(100% - 80px);
  }

  #numbers .boxes .box .hinner-box .box-content {
    text-align: center;
  }

  #numbers .boxes .box .hinner-box .box-content .number {
    font-size: 60px;
  }

  .row.have-slide {
    max-width: 1250px;
  }
  .row.have-slide .wrapper {
    padding: 0px 30px;
  }

  #case-history {
    padding: 60px 0px;
  }

  #home-news .boxes {
    margin-bottom: 30px;
  }

  #info-boxes .boxes .box {
    text-align: center;
  }

  #info-boxes .boxes .box .hinner-box .button {
    left: 50%;
    transform: translateX(-50%);
  }

  #navigation {
    padding: 30px 0px;
  }

  #case-history .boxes .box .hinner-box .box-head p {
    display: none;
  }

  #case-history .boxes .box .hinner-box .box-head .box-title {
    display: block;
  }

  #fixed-search {
    top: 80px;
  }

  #slide {
    height: calc(100vh - 80px);
  }
}
@media screen and (max-width: 550px) {
  #services .boxes .box, .page-services .boxes .box {
    width: 100%;
    margin-bottom: 30px;
  }

  #operative-approach {
    padding: 60px 0px;
  }

  #footer .boxes .box {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  #footer .boxes .box:first-child {
    margin-bottom: 20px;
  }

  #footer .address {
    text-align: center;
  }

  #footer {
    padding: 50px 0px 40px;
  }

  #copyright {
    padding-bottom: 67px;
  }

  #navigation .wrapper > ul > li {
    width: 100%;
    margin-bottom: 20px;
  }
  #navigation .wrapper > ul > li .sub-menu a {
    padding-left: 0;
  }
  #navigation .wrapper > ul > li .sub-menu a::before {
    display: none;
  }
  #navigation .wrapper > ul > li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 450px) {
  #numbers .boxes .box .hinner-box .box-content .number {
    font-size: 50px;
  }

  #courses-in-evidence .row, .tax-product_cat #courses-list .row {
    max-width: 1250px;
  }
  #courses-in-evidence .row .wrapper, .tax-product_cat #courses-list .row .wrapper {
    padding: 0px 30px;
  }

  #slide #hinner-slide .slide-elements .slide-element .title {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 32px;
  }

  #slide #hinner-slide .slide-elements .slide-element .subtitle {
    display: none;
  }

  #slide #hinner-slide .slick-dots {
    bottom: 20px;
  }

  #header .img-assets-logo {
    width: 43px;
    display: none;
  }

  #header .img-assets-logo-small {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  #copyright {
    text-align: center;
  }

  #copyright #zaki-logo {
    position: static;
    top: 0;
    right: 0;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    transform: none;
  }

  #numbers .boxes .box .hinner-box .box-content .number {
    font-size: 70px;
  }

  #numbers .boxes .box .hinner-box .box-content .text {
    font-size: 16px;
    line-height: 18px;
  }

  #header #actions #actions-buttons {
    float: left;
  }
  #header #actions #hamburger {
    float: right;
  }
}
