/* -------------------------- *\
    BULTAG Styles
\* -------------------------- */

/* 
Theme Name: acropolbuild
Author: BULTAG Web Design & SEO
Author URI: https//bultag.com
Theme URI: https://bultag.com
Version: 1.0
Description: Mobile First, SEO Friendly custom theme by BULTAG
Tags: Mobile First, SEO optimized
*/

/* -------------------------- *\
    BULTAG Variables:
\* -------------------------- */

:root {
	/* Colors */
	--main-color: #fff;
	--secondary-color: #333031;
	--third-color: #AFB7C8;
	--accent-color: #000;
	
	--accent-color-2: #33CC33;
	--accent-color-3: #25BBFE;
	--accent-color-4: #2C72FE;
	--accent-color-5: #09bb82;
	--dark: #00206d;	
	--dark-2: #0a36a2;
	--dark-3: #8044dd;
	--dark-4: #0c3aab;

	/* News */
		--news-bg-1: #fff;
		--news-bg-2: #55565e;
		--news-cl-1: rgba(0,0,0, .7);
		--news-cl-2: #fff;
		--dark: rgba(0,0,0, .8);


	/* Text */
	--font-family: 'Roboto', sans-serif; font-weight: 400;
	--default-font-size: 1.6rem;
	--line-height: 1.3;
	--text-color: #052154;
	--text-color: #000;
	--text-color-2: #045381;
	--link-color: rgba(0,0,0, .5);
	--link-hover-color: var(--accent-color);

	/* Box Model */
	--border-radius: .7rem;

	/* Other */
	--intro-image-background: rgba(0,0,0, .5);
	--skew: 0deg;
	--polygon: polygon(0 0, 100% 0, 100% 75vh, 0 100%);
	--polygon-2:  polygon(0 15vh,  100% 0, 100% 75vh, 0 100%);
}

/* -------------------------- *\
    BULTAG Mixins
\* -------------------------- */

/* -------------------------- *\
    BULTAG Clearfix
\* -------------------------- */

/* -------------------------- *\
    BULTAG Media Query
\* -------------------------- */

/* -------------------------- *\
    Nav Menu
\* -------------------------- */

/* -------------------------- *\
    Transition
\* -------------------------- */

/* -------------------------- *\
    Transition
\* -------------------------- */

/* -------------------------- *\
    Transform Center
\* -------------------------- */

/* -------------------------- *\
    .from Kalitin
\* -------------------------- */

.from Kalitin { 
  
 }

/* -------------------------- *\
    BULTAG Reset
\* -------------------------- */

*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }

/* -------------------------- *\
    BULTAG Base
\* -------------------------- */

html {
	font-size: 62.5%;
}

body { 
	background: #fff; 
	font-family: var(--font-family); 
	font-size: var(--default-font-size); 
	line-height: var(--line-height); 
	color: var(--text-color); 
	/*background: #F5F8FC;*/
	}

a { 
	color: var(--link-color);
	text-decoration: none;
  }

/*transition: .3s;*/

a:hover {
	color: var(--link-hover-color);
}

main.etaps .blog-list .left {
	height: 20rem;
}

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 3rem; line-height: 1.3; font-weight: 400; }

h1 { font-size: 4rem; }

h2 { font-size: 3rem; }

h3 { font-size: 2.4rem; }

h4 { font-size: 1.8rem; }

h5 { font-size: 1.6rem; }

h6 { font-size: 1.4rem; }

@media(max-width: 330px){
	h1, h2 {
		font-size: 3rem; 
	}
}

blockquote,
dl,
ol,
p,
table,
ul {
    margin-bottom: 1.3em; 
}

nav li {
	list-style-type: none;
}

img { max-width: 100%; height: auto; vertical-align: middle; }

/*blockquote:last-child,
dl:last-child,
h1:last-child,
h1[class],
h2:last-child,
h2[class],
h3:last-child,
h3[class],
h4:last-child,
h4[class],
h5:last-child,
h5[class],
h6:last-child,
h6[class],
ol:last-child,
p:last-child,
table:last-child,
ul:last-child {
    margin-bottom: 0
}

ul,
ol,
dl { padding-left: 1.2em; }


img { max-width: 100%; height: auto; vertical-align: middle; }
 */

/* -------------------------- *\
    Shell
\* -------------------------- */

.shell { 
	/*max-width: 1267px; margin: 0 auto;*/

    max-width: 1500px; margin: 0 auto;
}

@media(max-width: 1520px){

	.shell {
		padding: 0 20px;
	}
}

.shell--small {
	max-width: 1110px;
}

@media(max-width: 1130){

	.shell--small {
		padding: 0 20px;
	}
}

.shell--medium {
	max-width: 1200px;
}

@media(max-width: 1220){

	.shell--medium {
		padding: 0 20px;
	}
}

.shell--big {
	max-width: 1700px;
	padding: 0 2rem;
}

@media(max-width: 1700){

	.shell--big {
		padding: 0 20px;
	}
}

@media (min-width: 1200px) {

	.shell--left {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
	}

	.shell--left>.shell__left {
		width: 20%;
	}

	.shell--left>.shell__right {
		width: 80%;
	}
}

/* -------------------------- *\
    Cols
\* -------------------------- */

.cols { margin: 0 -1.5rem; }

.cols:after { content: ''; display: table; clear: both; line-height: 0; }

.col { float: left; width: 100%; padding: 0 1.5rem; }

.col--1of2 { width: 50%; }

.col--1of3 { width: 33.33%; }

.col--1of4 { width: 25%; }

.col--1of2 { width: 20%; }

@media(max-width: 767px){
	.col--1of2,
	.col--1of3,
	.col--1of4,
	.col--1of5 { width: 100%; }
}

/* -------------------------- *\
    Helpers
\* -------------------------- */

.hidden { display: none !important; }

.center { display: block; margin: 0 auto; text-align: center; }

.onlymobile {
    display: block;
}

@media (min-width: 768px) {

	.onlymobile {
		display: none;
	}
}

.hiddend {
    display: none;
}

.onlydesktop {
    display: none;
}

@media (min-width: 768px) {

	.onlydesktop {
		display: block;
	}
}

/*.nomob { display: none;
  @mixin 768 {
    display: inline-block;  
  }

}*/

/* -------------------------- *\
    Section
\* -------------------------- */

section {
	padding: 2.5rem 0;
}

@media (min-width: 768px) {

	section {
		padding: 4rem 0;
	}
}

@media (min-width: 1200px) {

	section {
		padding: 9rem 0;
	}
}

section.dark-1 {
	background: #EDEEEE;
}

section.dark-2 {
	background: #333031;
}

section.nopadding {
	padding: 0;
}

/* -------------------------- *\
    Loggen in
\* -------------------------- */

.logged-in header {
  margin-top: 3.2rem;
}

/* -------------------------- *\
    htmlburger
\* -------------------------- */

/*
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
video {
    display: block
}

html {
    tap-highlight-color: transparent
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none
}

video {
    display: block;
    width: 100%;
    height: auto
}

audio,
iframe,
img,
object,
video {
    max-width: 100%
}

iframe,
img {
    border: 0 none
}

img {
    height: auto;
    display: inline-block;
    vertical-align: middle
}

b,
strong {
    font-weight: 700
}

address {
    font-style: normal
}

svg:not(:root) {
    overflow: visible
}

a,
button,
input[type=button],
input[type=file],
input[type=image],
input[type=reset],
input[type=submit],
label[for] {
    cursor: pointer
}

a[href^=tel],
button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

a[href^=tel],
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

button,
select {
    text-transform: none
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

nav ol,
nav ul {
    list-style: none outside none
}

*/

/* -------------------------- *\
    Typography:
\ -------------------------- */

/*@font-face {
    font-family: Tungsten Rounded;
    src: url("../fonts/tungsten-rounded/TungstenRounded-Light.eot");
    src: url("../fonts/tungsten-rounded/TungstenRounded-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/tungsten-rounded/TungstenRounded-Light.woff") format("woff"), url("../fonts/tungsten-rounded/TungstenRounded-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Tungsten Rounded;
    src: url("../fonts/tungsten-rounded/TungstenRounded-Book.eot");
    src: url("../fonts/tungsten-rounded/TungstenRounded-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/tungsten-rounded/TungstenRounded-Book.woff") format("woff"), url("../fonts/tungsten-rounded/TungstenRounded-Book.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Tungsten Rounded;
    src: url("../fonts/tungsten-rounded/TungstenRounded-Medium.eot");
    src: url("../fonts/tungsten-rounded/TungstenRounded-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/tungsten-rounded/TungstenRounded-Medium.woff") format("woff"), url("../fonts/tungsten-rounded/TungstenRounded-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Tungsten Rounded;
    src: url("../fonts/tungsten-rounded/TungstenRounded-SemiBold.eot");
    src: url("../fonts/tungsten-rounded/TungstenRounded-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/tungsten-rounded/TungstenRounded-SemiBold.woff") format("woff"), url("../fonts/tungsten-rounded/TungstenRounded-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Tungsten Rounded;
    src: url("../fonts/tungsten-rounded/TungstenRounded-Bold.eot");
    src: url("../fonts/tungsten-rounded/TungstenRounded-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/tungsten-rounded/TungstenRounded-Bold.woff") format("woff"), url("../fonts/tungsten-rounded/TungstenRounded-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Tungsten Rounded;
    src: url("../fonts/tungsten-rounded/TungstenRounded-Black.eot");
    src: url("../fonts/tungsten-rounded/TungstenRounded-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/tungsten-rounded/TungstenRounded-Black.woff") format("woff"), url("../fonts/tungsten-rounded/TungstenRounded-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal
}*/

.p {
    font-size: var(--default-font-size);
}

/* -------------------------- *\
    Plugins
\* -------------------------- */

/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }

.flickity-prev-next-button.next { right: 10px; }

/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
    color: #CCC; }

.mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }

.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
    margin-top: -54px; }

.mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }

.mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }

.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */

.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*-------------------------- *\
    0-elements.css
\* -------------------------- */

/* -------------------------- *\
    .nav-trigger
\* -------------------------- */

.nav-trigger {
	position: absolute;
	z-index: 20;
	left: -9999rem;
	display: none;
}

@media(max-width: 900px){

	.nav-trigger {
		display: block;
	}
}

.nav-trigger__menu {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	z-index: 17;
	display: none;
	padding: 2rem;
	cursor: pointer;
}

@media(max-width: 767px){

	.nav-trigger__menu {
		display: block;
	}
}

.nav-trigger__menu span {
	z-index: 10;
	position: absolute;
	top: .8rem;
	right: 0;
	content: '';
	display: block;
	width: 3rem;
	height: .3rem;
	background: #fff;
	/*background: var(--main-color);*/
	border-radius: .4rem;
	transition: .3s ease;		
}

.nav-trigger__menu span:nth-child(1) {
	top: 0;
}

.nav-trigger__menu span:nth-child(3) {
	top: 1.6rem;
}

.nav-trigger:checked + .nav-trigger__menu {
	transform: rotate(360deg) translateX(.3rem);
	/*animation: triggerRoll 20s infinite;*/
}

.nav-trigger:checked + .nav-trigger__menu span:nth-child(2) {
	width: 0;
}

.nav-trigger:checked + .nav-trigger__menu span:nth-child(1) {
	transform: rotate(45deg) scale(1.1);
	top: .7rem;
	background: #fff;
}

.nav-trigger:checked + .nav-trigger__menu span:nth-child(3) {
	transform: rotate(-45deg) scale(1.1);
	top: .7rem;
	background: #fff;
}

.nav-trigger:checked + label + a + .header-11__tel {
	color: #fff;
}

.nav-trigger:checked + label + a + .header-11__tel i {
	color: #fff;
}

.nav-trigger:checked + label + .nav {
	transform: translateY(0)  translateX(0);
}

/*@import "_header-10";
@import "_header-11";*/

/*@import "_btn-1";*/

/* ------------------------------------------------------------ *\
    btn-2
\* ------------------------------------------------------------ */

.btn-2 {
	cursor: pointer;
	color: #fff;
	/*background: #e00000;*/
	/*border: .2rem solid #e00000;*/
	background: var(--accent-color);
	border: .2rem solid var(--accent-color);
	border-radius: .3rem;
	display: inline-block;
	padding: .9rem 1.6rem .7rem;
	min-width: 10rem;
	text-transform: uppercase;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	/*transition: .3s;*/
	/*transition-timing-function: cubic-bezier(.57,.21,.69,3.25);*/
	transition: .3s ease;
}

.btn-2--1 {
	background: var(--main-color);
	border: .2rem solid var(--main-color);
}

.btn-2--1:hover {
	box-shadow: inset 0 30px var(--main-color), inset 0 -30px var(--accent-color);
	border: 2px solid var(--accent-color);
}

.btn-2--white {
	background: #fff;
	border: .2rem solid #fff;
	color: var(--accent-color);
}

.btn-2--white:hover {
	box-shadow: inset 0 30px var(--main-color), inset 0 -30px var(--accent-color);
	border: 2px solid var(--accent-color);
}

.btn-2--small {
	font-size: 1.4rem;
	padding: .5rem 1rem .3rem;
	min-width: 8rem;
	text-align: center;
}

.btn-2--small:hover {
	box-shadow: inset 0 30px var(--main-color), inset 0 -30px var(--accent-color);
	border: 2px solid var(--accent-color);
}

/*transition: color 0.3s ease,background 0.3s ease,border 0.3s ease,box-shadow 0.3s ease;*/

.btn-2:hover {/*box-shadow: inset 0 30px #161616, inset 0 -30px #161616;
		color: #fff;
		border: 2px solid #161616;*/
	box-shadow: inset 0 30px var(--main-color), inset 0 -30px var(--main-color);
	color: #fff;
	border: 2px solid var(--main-color);
}

/*@import "_btn-3";*/

/*@import "_btn-4";*/

/*@import "_btn-5";*/

/*@import "_btn-6";*/

/*@import "_btn-7";*/

/*@import "_btn-8";*/

/*@import "_btn-9";*/

/*@import "_btn-10";*/

/*@import "_btn-11";*/

/* -------------------------- *\
    .to-top
\* -------------------------- */

.to-top { 	
	position: fixed;
	bottom: 2rem;
	right: 1rem;
	z-index: 10;
	/*transform: rotate(-90deg);*/
	display: none;
	width: 4rem;
	height: 4rem;
	background: var(--accent-color);
	color: #fff;
	/*border-radius: 50%;*/
	transition: .3s ease;		
	animation: 7s totop infinite;
 }

@media (min-width: 505px) {

	.to-top {
		bottom: 8rem;
	}
}

@media (min-width: 600px) {

	.to-top {
		bottom: 2rem;
	}
}

@media (min-width: 768px) {

	.to-top {
		right: 3rem;
	}
}

@media (min-width: 1200px) {

	.to-top {
		bottom: 8rem;
	}
}

@media (min-width: 1670px) {

	.to-top {
		bottom: 1rem;
	}
}

.to-top:hover {
	transform: scale(1.05) !important;
}

.to-top:hover span {
	color: #fff;
	transform: translateX(-50%) translateY(-50%) rotate(270deg) scale(1.2, 1.7);
}

.to-top--visible {
	display: block;
}

.to-top span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(-90deg) scale(.8, 1.3);
	font-size: 2rem;
	transition: .3s ease;
}

@keyframes totop {
   0%   { transform: translateY(0); }
   25%  { transform: translateY(.2rem); } 
   50%  { transform: translateY(-.5rem); box-shadow: 0 0 1rem rgba(0,0,0, .3); } 
   75%  { transform: translateY(0); box-shadow:none }
   100% { transform: translateY(0); }
 }

/* -------------------------- *\
    Modules
\* -------------------------- */

/* ------------------------------------------------------------ *\
    footer-1
\* ------------------------------------------------------------ */

.footer-1 {
	background: rgba(0,0,0, .6);
}

@media (min-width: 768px) {

	.footer-1 {
		background-image: url('/wp-content/uploads/vinitsa-garden-19-scaled.jpg');
		background-size: cover;/* webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 *//*filter: grayscale(100%);*/
		background-blend-mode: luminosity;/*background-position: 50% 50%;*/
	}
}

@media(min-width: 767px){

	.footer-1 {/*clip-path: $polygon-2;*/
	}
}

.footer-1__main {
	padding: 3rem 0;
	background: rgba(0,0,0, .75);/*background: rgba(232,220,255, .1);*//*background: rgba(115,61,199, .75);*/
	color: #fff;
	text-align: center;
}

@media(min-width: 767px){

	.footer-1__main {
		text-align: left;/*background: rgba(#25BBFE, .85);*/
	}
}

.footer-1__bottom {
	padding: 1.5rem 1rem;
}

/*background: rgba(115,61,199, 1);*/

@media(min-width: 767px){

	.footer-1__bottom {
		padding: 3rem 1rem;/*background: rgba(#25BBFE, .85);*/
		background: rgba(0,0,0, .75);
	}
}

@media(min-width: 1199px){

	.footer-1__bottom .shell {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-align: center;
		    align-items: center;
	}
}

.footer-1__copyright {
	color: #fff;
	font-size: 1.5rem;
	margin-bottom: 2rem;
	text-align: center;
	margin-bottom: 3rem;
}

.footer-1__copyright a {
	color: #fff;
}

@media(min-width: 767px){

	.footer-1__copyright {
		margin-bottom: 2rem;
	}
}

@media(min-width: 767px){

	.footer-1__copyright {
		font-size: 2.2rem;
	}
}

.footer-1__website-by {
	text-align: center;
	font-size: 2.2rem;
	color: #fff;
}

.footer-1__website-by a {
	color: #fff;
	padding-bottom: .7rem;
	display: inline-block;
	animation: bultag-izrab 3s infinite;
}

.footer-1__website-by img {
	max-height: 5rem;
	margin-left: 1rem;
	animation: bultag-izrab 3s infinite;
}

.footer-1__list {
	list-style-type: none;
	padding: 0;
	margin-bottom: 4rem;
}

@media(min-width: 767px){

	.footer-1__list {
		margin-bottom: 1rem;
	}
}

.footer-1__list:hover h3 {
	border-bottom: 2px solid rgba(255, 255, 255, 1);
}

.footer-1__list h3 {
	border-bottom: 2px solid rgba(255, 255, 255, .5);
	display: inline-block;
	padding-bottom: .7rem;
	margin-bottom: .5rem;
	color: #fff !important;
}

.footer-1__list h3 a {
	color: #fff;
}

@media(min-width: 767px){

	.footer-1__list h3 {
		margin-bottom: 2.5rem;
	}
}

.footer-1__list--no-icons-before li a {
	padding-left: 0;
}

.footer-1__list--no-icons-before li a:hover {
	padding-left: 2rem;
}

.footer-1__list--no-icons-before li a:before {
	content: '' !important;
}

.footer-1__list li {
	position: relative;
}

.footer-1__list li a {
	color: #fff;
	font-size: 2rem;
	position: relative;
	padding-left: 2.2rem;
	display: inline-block;
	padding: .5rem 1rem;
}

.footer-1__list li a:hover {
	transform: scale(1.03);
	background: #fff;
	color: #222;
}

.footer-1__list li a:hover i {
	color: #222;
}

.footer-1__list li a:hover:before {
	opacity: 0;
	color: #fff;
}

.footer-1__list li a:before {
	position: absolute;
	top: 50%;
	left: .0rem;
	transform: translateY(-50%);
	content: '►';
	font-size: .7rem;
}

@keyframes bultag-izrab {
  0% {transform: translateX(.2rem);}
  50% {transform: translateX(-.2rem);}
  100% {transform: translateX(.2rem);}
}

/*@import "_chess-2";*/

/*@import "_image-map";*/

/*@import "_footer-1";*/

/*@import "_gallery-3";*/

/*@import "_chess-4";*/

/*@import "_gallery-4";*/

/* -------------------------- *\
    .chess-4
\* -------------------------- */

.chess-4 { 
	/*background: #FCFDFF;*/
	/*background: rgba(#F2F9FD, .5);*/
	
	background: rgba(243,244,245, .5);
 }

/*background-image: linear-gradient(to right, red , green);*/

@media (min-width: 700px) {

	.chess-4 .shell {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

@media (min-width: 900px) {

	.chess-4 .shell {
		display: block;
	}
}

/*background: red;*/

.chess-4__item {
	margin-bottom: 3rem;
	box-shadow: 0 0 1rem rgba(0,0,0, .1);
	transition: 1s;
}

@media (min-width: 768px) {

	.chess-4__item {/*transform: translateX(-10rem);*/
	}
}

@media (min-width: 900px) {

	.chess-4__item {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		box-shadow: none;
		-ms-flex-align: center;
		    align-items: center;
		margin-bottom: 9rem;
	}

	.chess-4__item:nth-child(even) {
		-ms-flex-direction: row-reverse;
		    flex-direction: row-reverse;/*transform: translateX(10rem);*/
	}

	.chess-4__item:last-child {
		margin-bottom: 0;
	}
}

@media (min-width: 700px) {

	.chess-4__item {
		width: 48%;
	}
}

@media (min-width: 900px) {

	.chess-4__item {
		width: 100%;
	}
}

@media (min-width: 768px) {

	.chess-4__item.animate {
		transform: translateX(0);
	}
}

.chess-4__item .title-2 {
	margin-bottom: 1rem;
	font-size: 2.5rem;
	font-weight: 700;
	padding-left: 0;
	margin-left: 0;
}

@media (min-width: 768px) {

	.chess-4__item .title-2 {
		text-align: left;
		text-transform: uppercase;
	}
}

@media (min-width: 900px) {

	.chess-4__item .left {
		width: 48%;
	}

	.chess-4__item .left img {
		min-height: 40rem;
	}
}

.chess-4__item .left img {
	width: 100%;
	max-height: 42rem;
	min-		
				object-fit: cover;
}

.chess-4__item .right {
	padding: 2rem;
	text-align: center;
}

@media (min-width: 900px) {

	.chess-4__item .right {
		width: 48%;
		text-align: left;/*display: -webkit-flex;
				display: -moz-flex;
				display: -ms-flex;
				display: -o-flex;
				display: flex;*/
		-ms-flex-pack: center;
		    justify-content: center;
	}

	.chess-4__item .right__holder {
		max-width: 42.9rem;
	}
}

.chess-4__item .right p {
	font-weight: 300;
}

@media (min-width: 768px) {

	.chess-4__item .right p {
		font-size: 2.1rem;
	}
}

@media (min-width: 900px) {

	.chess-4--mod-1 .left {
		width: 40%;
	}

	.chess-4--mod-1 .right {
		width: 55%;
	}

	.chess-4--mod-1 .right__holder {
		width: 100%;
		max-width: 100%;
	}
}

.chess-4 ul {
	margin-top: 3rem;
}

.chess-4 ul li {
	position: relative;
	list-style-type: none;
	padding-left: 3rem;
	font-weight: 300;
	font-size: 1.8rem;
}

.chess-4 ul li:before {
	content: '';
	position: absolute;
	top: .4rem;
	left: 0;/*transform: translateY(-50%);*/
	width: 1.6rem;
	height: 1.6rem;
	background-image: url('/wp-content/uploads/acropol-build-favicon.png');
	background-size: cover;
}

.chess-4 ul li strong {/*text-transform: uppercase;*//*color: var(--accent-color-4);*/
	font-size: 2rem;
}

.chess-4 ul li + li {
	margin-top: 2.5rem;
}

.chess-4 .btn {
	max-width: 30rem;
	padding: .7rem 3rem;
	margin-left: 0;
}

.chess-4 + .cta_tel {/*margin-top: -8rem;*/
}

/* -------------------------- *\
    .gallery-4
\* -------------------------- */

.gallery-4 { 
	background: #EDEEEE;
 }

@media (min-width: 1200px) {

	.gallery-4 {
		padding: 0;/*margin-bottom: 0;*/
	}
}

/*padding: 12rem;*/

.gallery-4 .shell {/*&--big {
			max-width: 1366px;
		}*/
}

/*.title {
		text-transform: uppercase;
		text-align: center;

		@mixin min 768 {
			font-size: 4rem;
		}

		@mixin min 1200 {
			font-size: 5.2rem;
			margin-bottom: 4rem;
		}
	}*/

.gallery-4__holder { 
  
 }

@media (min-width: 500px) {

	.gallery-4__head {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	@media (min-width: 900px) {

		.gallery-4__head {
			display: block;
		}

		.gallery-4__head::after {
			content: "";
			clear: both;
			display: table;
			line-height: 0;
		}
	}
}

.gallery-4__image {
	display: block;
	overflow: hidden;
	transition: .3s ease;
	margin-bottom: 2rem;
}

@media (min-width: 500px) {

	.gallery-4__image {
		width: 48%;
		margin-bottom: 4%;
	}
}

@media (min-width: 768px) {

	.gallery-4__image {
		width: 32.5%;
	}
}

@media (min-width: 900px) {

	.gallery-4__image {
		width: 32.5%;
	}
}

@media (min-width: 1200px) {

	.gallery-4__image {
		width: calc(20% - 4rem/5);
		height: 16rem;
	}
}

.gallery-4__image:hover {/*transform: scale(1.02);*/
	opacity: .8;
	box-shadow: 0 0 1rem rgba(0,0,0, .5);
}

.gallery-4__image:hover img {
	transform: scale(1.05);
}

.gallery-4__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	transition: .3s ease;
}

.gallery-4__image--main {
	position: relative;
}

@media (min-width: 500px) {

	.gallery-4__image--main {
		width: 100%;
	}
}

@media (min-width: 768px) {

	.gallery-4__image--main {
		margin-bottom: 1%;
	}
}

@media (min-width: 900px) {

	.gallery-4__image--main {
		width: 60%;
		margin-right: 1rem;
		height: 30rem;
		float: left;
	}
}

@media (min-width: 1200px) {

	.gallery-4__image--main {
		height: 45rem;
		width: 59.6%;
	}
}

@media (min-width: 768px) {

	.gallery-4__image--secondary {
		width: 49.5%;
		margin-bottom: 1%;/*@mixin clearfix;		*/
	}
}

@media (min-width: 900px) {

	.gallery-4__image--secondary {
		height: 14.5rem;
		margin-bottom: 1rem;
		width: calc(40% - 1rem);
		float: left;
	}
}

@media (min-width: 1200px) {

	.gallery-4__image--secondary {
		width: calc(40.4% - 1rem);
		height: calc(45rem/2 - .5rem);
	}
}

@media (min-width: 500px) {

	.gallery-4__image--last {
		position: relative;
		width: 100%;
	}

	.gallery-4__image--last:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,32,109, .6);
	}

	.gallery-4__image--last span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		color: #fff;
		font-size: 3rem;
		font-weight: 700;
	}

	@media (min-width: 1200px) {

		.gallery-4__image--last span {
			font-size: 2.2rem;
		}
	}
}

@media (min-width: 768px) {

	.gallery-4__image--last {
		width: 49.5%;
	}
}

@media (min-width: 900px) {

	.gallery-4__image--last {
		width: calc(20% - 2rem);/*height: 15rem;*/
	}
}

.gallery-4__image--hidden {
	display: none;
}

.gallery-4__corner {
	position: absolute;
	top: 1rem;
	left: 1rem;
	font-weight: 700;
	color: #fff;
}

@media (min-width: 500px) {

	.gallery-4__corner {
		font-size: 2.5rem;
	}
}

.gallery-4__title {
	position: absolute;/*bottom: 2.5rem; left: 1rem;*/
	top: 1rem;
	left: 1rem;
	margin-bottom: 0;
	font-weight: 900;
	color: #fff;
	text-shadow: .2rem .2rem rgba(0,0,0, 6);
}

@media (min-width: 500px) {

	.gallery-4__title {
		font-size: 7rem;
	}
}

@media (min-width: 1200px) {

	.gallery-4__title {
		font-size: 10rem;
		bottom: 5rem;
		left: 2rem;
	}
}

.gallery-4__subtitle {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	margin-bottom: 0;
	color: #fff;
}

@media (min-width: 500px) {

	.gallery-4__subtitle {
		font-size: 2rem;
	}
}

@media (min-width: 768px) {

	.gallery-4__subtitle {
		font-size: 3rem;
		bottom: 3rem;
		left: 2rem;
	}
}

@media (min-width: 500px) {

	.gallery-4__foot {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

@media (min-width: 768px) {

	.gallery-4__foot .gallery-4__image {
		margin-bottom: 1%;
	}

	.gallery-4__foot .gallery-4__image:nth-child(4),
				.gallery-4__foot .gallery-4__image:nth-child(5) {
		width: 49.5%;
	}

	@media (min-width: 1200px) {

		.gallery-4__foot .gallery-4__image:nth-child(4),
				.gallery-4__foot .gallery-4__image:nth-child(5) {
			width: calc(20% - 4rem/5);
		}
	}
}

@media (min-width: 1200px) {

	.gallery-4__foot .gallery-4__image {
		margin-bottom: 0 !important;
	}
}

/* -------------------------- *\
    Custom Google Map
\* -------------------------- */

#cd-google-map {
		padding: 0;		
	}

#google-container {
	  position: relative;
	  width: 100%;
	  height: 800px;
	  background-color: #e7eaf0;
	}

@media only screen and (min-width: 768px) {
	  #google-container {
	    height: 300px;
	  }
	}

@media only screen and (min-width: 1170px) {
	  #google-container {
	    height: 800px;
	  }
	}

#cd-google-map {
	  position: relative;
	}

#cd-google-map address {
	  position: absolute;
	  width: 100%;
	  bottom: 0;
	  left: 0;
	  padding: 1em 1em;
	  background-color: rgba(211, 104, 104, 0.9);
	  color: white;
	  font-size: 13px;
	  font-size: 0.8125rem;
	}

@media only screen and (min-width: 768px) {
	  #cd-google-map address {
	    font-size: 15px;
	    font-size: 0.9375rem;
	    text-align: center;
	  }
	}

#cd-zoom-in, #cd-zoom-out {
	  height: 32px;
	  width: 32px;
	  cursor: pointer;
	  margin-left: 10px;
	  background-color: #000;
	  background-repeat: no-repeat;
	  background-size: 32px 64px;
	  background-image: url("https://codyhouse.co/demo/custom-google-map/img/cd-icon-controller.svg");
	}

.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
	  background-color: #d36868;
	}

@media only screen and (min-width: 768px) {
	  #cd-zoom-in, #cd-zoom-out {
	    margin-left: 50px;
	  }
	}

#cd-zoom-in {
	  background-position: 50% 0;
	  margin-top: 10px;
	  margin-bottom: 1px;
	}

@media only screen and (min-width: 768px) {
	  #cd-zoom-in {
	    margin-top: 50px;
	  }
	}

#cd-zoom-out {
	  background-position: 50% -32px;
	}

.map_2 #google-container {
	height: 30rem;
}

/*@import "_testimonial";*/

/*@import "sunholiday/0-sunholiday";*/

/* -------------------------- *\
    0-dsfsdf
\* -------------------------- */

/*@import "_header";
@import "_main";
@import "_intro_1";
@import "_btn";
@import "_separator";
@import "_products";
@import "_info";
@import "_ad";
@import "_form";
@import "_intro_2";
@import "_content";
@import "_about";
@import "_services";*/

/* -------------------------- *\
    .intro_3
\* -------------------------- */

.intro_3 { 
	position: relative;
	text-align: center;
	background-image: url('/wp-content/uploads/img.jpeg');
	background-size: cover;
	color: #fff;
 }

@media (min-width: 768px) {

	.intro_3 {
		position: relative;
		overflow: hidden;
		min-height: 50rem;
	}

	.intro_3:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0, .5);
	}
}

@media (min-width: 768px) {

	.intro_3 .holder {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		z-index: 2;
		top: 40%;
	}
}

.intro_3 .back {
	position: absolute;
	top: 2rem;
	left: 2rem;
	z-index: 2;
	color: #fff;
	transition: .3s ease;
}

.intro_3 .back:hover {
	text-decoration: underline;
}

.intro_3 .back:hover span {
	animation: back 1s infinite ease;
}

.intro_3 .back span {
	display: inline-block;
	transform: scale(.8, 1.2) translateX(-.3rem);
}

.intro_3 .title {/*position: relative;*//*z-index: 2;*/
	margin-bottom: 1rem;
}

.intro_3 p {
	font-size: 1.8rem;
}

@media (min-width: 768px) {

	.intro_3 + .post .shell {
		transform: translateY(-20rem);
		background: #FDFCFE;
		padding: 5rem 6rem;
		max-width: 81.8rem;/*max-width: 121.8rem;*/
		border-radius: 3rem;
		margin-bottom: -20rem;
	}
}

@media (min-width: 768px) {

	.intro_3 + .blog-list .shell {
		transform: translateY(-20rem);
		background: #FDFCFE;
		padding: 5rem;
		border-radius: 3rem;
		margin-bottom: -20rem;
	}
}

/* -------------------------- *\
    Zenyt
\* -------------------------- */

/*@import "_intro";*/

/*@import "_about";*/

/*@import "_cta-1";*/

/*@import "_benefits";*/

/*@import "_cta-2";*/

/*@import "_post-list-1";*/

/*@import "_advices";*/

/* -------------------------- *\
    .blog
\* -------------------------- */

.blog-slider { 
	/*background: rgba(0,0,0, .02);*/
	/*background: rgba(242,249,253, .5);*/
	background: #FDFCFE;

	/*+ .call-me {
		padding-top: 0 !important;
		background: rgba(242,249,253, .5);
	}*/

 }

@media (min-width: 768px) {

	.blog-slider {
		padding-bottom: 10rem;
	}
}

.blog-slider .shell h2 {
	text-align: center;
	color: var(--accent-color);
	color: #331864;
	margin-bottom: 2rem;
}

.blog-slider .shell h3 {
	font-weight: 300;
	text-align: center;
	color: #4f4f6f;
	max-width: 60rem;
	margin: 0 auto 2rem;
}

@media (min-width: 768px) {

	.blog-slider .shell {/*display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;*/
		padding: 0 4rem;
		overflow-x: visible;
	}
}

.blog-slider__item {
	display: block;
	overflow: hidden;/*padding: 2rem;*/
	width: 100%;
	margin-bottom: 2rem;
	border-radius: 1.5rem;
	background: #fff;
	box-shadow: 0 0 1.5rem rgba(0,0,0, .1);
}

/*border: .3rem solid rgba(0,0,0, .02);*/

@media (min-width: 768px) {

	.blog-slider__item {/*position: relative;*/
		width: 48%;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;/*margin: 1rem 1rem 5rem 2rem;*/
		margin: 2rem;
		transition: .3s ease;
	}

	.blog-slider__item:hover {
		transform: scale(1.05);
	}

	.blog-slider__item:before {/*content: '';
				position: absolute;
				z-index: 15;
				top: 0;
				left: -2rem;
				width: 1rem;
				height: 5rem;
				background: red;*/
	}
}

@media (min-width: 1280px) {

	.blog-slider__item {
		width: 40%;
		min-height: 25rem;
	}
}

@media (min-width: 1600px) {

	.blog-slider__item {
		width: 30%;
	}
}

.blog-slider__item--image p {
	font-size: 1.4rem !important;
	font-weight: 300;
	margin-bottom: 1.5rem;
}

.blog-slider__item .left {
	margin-bottom: 0;
	padding-bottom: 0;
}

.blog-slider__item .left img {
	display: none;
	width: 100%;
	max-height: 30rem;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: 50% 0%;
	   object-position: 50% 0%;
}

@media (min-width: 768px) {

	.blog-slider__item .left img {
		display: block;
	}
}

@media (min-width: 768px) {

	.blog-slider__item .left {
		position: relative;
		display: block;
		min-width: 40%;
	}

	.blog-slider__item .left img {
		height: 100%;
		max-height: auto;
	}/*object-position: 50% 50%;*/

	@media (min-width: 1000px) {

		.blog-slider__item .left img {
			max-height: 25rem;
		}
	}
}

.blog-slider__item .right {
	display: block;
	padding: 2rem;
}

.blog-slider__item h4 {
	margin-bottom: 1rem;
	font-size: 2rem;
	color: #4f4f6f;
}

.blog-slider__item span, 
		.blog-slider__item p {
	font-size: 1.4rem;
	color: #9fa4af;
	font-weight: 300;
}

.blog-slider__item p {
	font-size: 1.8rem;
}

.blog-slider__item .date {
	position: relative;
	display: block;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	font-size: 1.2rem;
}

.blog-slider__item .date:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 6.5rem;
	height: .1rem;
	background: var(--accent-color);
}

.blog-slider__item .comment {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: 0;
}

.blog-slider__item .comment span {
	font-size: 1.1rem;
}

.blog-slider__item .comment i {
	font-size: 2rem;
	margin-right: 1rem;
}

.blog-slider .flickity-page-dots .dot {
	background: var(--accent-color);
}

/*@import "_intro-1";*/

/* -------------------------- *\
    .blog-list
\* -------------------------- */

/*background: red;*/

@media (min-width: 450px) {

	.blog-list .shell {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

.blog-list__item {
	margin-bottom: 2rem;
	border-radius: 2rem;
	box-shadow: 0 0 1rem rgba(0,0,0, .05);
	transition: .3s ease;
}

/*overflow: hidden;*/

@media (min-width: 450px) {

	.blog-list__item {
		width: 48%;
		margin-bottom: 4%;
	}
}

@media (min-width: 768px) {

	.blog-list__item {
		width: 32%;
		margin-bottom: 2%;
	}
}

@media (min-width: 768px) {

	.blog-list__item {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
		width: 49%;
		margin-bottom: 2%;
	}
}

@media (min-width: 1300px) {

	.blog-list__item {
		width: 48.5%;
		margin-bottom: 3%;
	}
}

.blog-list__item:hover {
	background: var(--accent-color);
	box-shadow: 0 0 1.5rem rgba(0,0,0, .3);
}

.blog-list__item:hover .left img {
	transform: scale(1.1);
}

.blog-list__item:hover .right .date {
	color: #fff;
}

.blog-list__item:hover .right h3 a,
				.blog-list__item:hover .right p {
	color: #fff;
}

.blog-list__item:hover .right .btn-2 {
	background: #fff;
	color: var(--accent-color);
}

.blog-list__item:hover .right .btn-2:hover {
	color: #fff;
}

.blog-list h3 {
	margin-bottom: 1rem;
	font-size: 2rem;
	transition: .3s ease;
	text-align: left !important;
}

.blog-list h3 a {
	color: var(--accent-color);
}

@media (min-width: 450px) {

	.blog-list h3 {
		font-size: 1.7rem;
	}
}

@media (min-width: 1100px) {

	.blog-list h3 {
		font-size: 2.3rem;
		font-weight: 700;
	}
}

.blog-list p {
	margin-bottom: 1.2rem;
	font-size: 1.5rem;
	font-weight: 300;
	color: 000;
	transition: .3s ease;
}

@media (min-width: 768px) {

	.blog-list p {
		font-size: 1.8rem;
	}
}

.blog-list .left {
	position: relative;
	display: block;
	border-top-left-radius: 2rem;
	overflow: hidden;
	min-width: 30%;
	min-height: 100%;
	display: none;
}

@media (min-width: 768px) {

	.blog-list .left {
		border-bottom-left-radius: 2rem;
		display: block;
	}
}

@media (min-width: 1100px) {

	.blog-list .left {
		min-width: 40%;
	}
}

.blog-list .left img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	transition: .3s ease;
}

.blog-list .right {
	padding: 2rem;
	transition: .3s ease;
}

.blog-list .right .foot {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.blog-list .right .foot .date {
	font-weight: 300;
	font-size: 1.4rem;
	transition: .3s ease;
}

/*@import "_jobs-listing";*/

/*@import "_cource";*/

/*@import "_post";*/

/*@import "_obuchenia-list";*/

/*@import "_little-info";*/

/*@import "_clients";*/

/*@import "_section";*/

/*@import "_contacts";*/

/* -------------------------- *\
    0-acropolbuild
\* -------------------------- */

/* -------------------------- *\
    .header
\* -------------------------- */

body {

}

.header { 
	position: fixed;
	top: 0;
	left: 0;
	z-index: 15;
	width: 100%;
	min-height: 5rem;
	background: #000;
	box-shadow: 0 0 1rem rgba(0,0,0, .1);
	
	transition: .3s ease;
 }

@media (min-width: 768px) {

	.header {
		background: #fff;
		box-shadow: none;
		height: 5rem;/*height: 5rem;	*//*width: 50%;*/
	}
}

@media (min-width: 900px) {

	.header {
		height: 7rem;
	}
}

@media (min-width: 1100px) {

	.header {
		height: 9rem;
	}
}

@media (min-width: 768px) {

	.header--static {
		height: 5rem;
		box-shadow: 0 0 1rem rgba(0,0,0, .1);
	}
}

.header--static .shell {/*justify-content: space-between !important;*/
}

@media (min-width: 768px) {

	.header .shell {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-align: center;
		    align-items: center;
		height: 100%;
	}
}

@media (min-width: 950px) {

	.header .shell {/*display: block;*/
		-ms-flex-pack: center;
		    justify-content: center;
	}
}

.header .logo {
	position: absolute;
	top: 50%;
	left: 1rem;
	transform: translateY(-50%);
	width: calc(50% + 0em);
	background: #fff;
	display: block;
	height: 5rem;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	padding: 0 2rem;
	margin-left: -1rem;
}

@media (min-width: 768px) {

	.header .logo {
		position: relative;
		display: inline-block;
		top: 50%;
		transform: translateY(-50%);/*transform: translateY(0);*/
		width: auto;
		height: 100%;
		padding: 0;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
		margin: 0;
	}
}

@media (min-width: 900px) {

	.header .logo {/*display: inline-block;*/
	}
}

@media (min-width: 1100px) {

	.header .logo {
		margin-right: 5rem;
		transition: .3s ease;
	}

	.header .logo picture {/*transform: scale(1.2);*/
	}
}

.header__links {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	width: calc(50% - 5.5rem);
	height: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}

@media (min-width: 768px) {

	.header__links {
		position: relative;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		display: inline-block;
		width: auto;
		height: 100%;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.header__links a + a {
		margin-left: 2rem;
	}
}

@media (min-width: 950px) {

	.header__links a {
		border: .2rem solid #000;
		padding: .5rem 1rem;
		transition: .3s ease;
	}

	.header__links a:hover {
		background: #000;
		color: #fff;
	}

	.header__links a:hover i {
		color: #fff;
	}

	.header__links a:nth-child(1) i {
		margin-right: .5rem;
		transition: .3s ease;
	}

	.header__links a:nth-child(2) {
		background: #000;
		transition: .3s ease;
	}

	@media (min-width: 768px) {

		.header__links a:nth-child(2):hover {
			background: #fff;
		}

		.header__links a:nth-child(2):hover i {
			color: #000;
		}
	}

	.header__links a:nth-child(2) i {
		color: #fff;
		transform: scale(1.2);
		transition: .3s ease;
	}
}

.header__links .tel i {
	transform: rotate(90deg);
	animation: telIcon 4s infinite 5s;
}

@media (min-width: 768px) {

	.header__links .tel i {
		animation: none;
	}
}

.header__links i {
	font-size: 2rem;
}

@media (min-width: 768px) {

	.header__links i {
		font-size: 1.5rem;
	}
}

.header__links a {
	color: #fff;
}

@media (min-width: 768px) {

	.header__links a {
		color: #000;
	}
}

.header__links a i {
	color: #fff;
}

@media (min-width: 768px) {

	.header__links a i {
		color: #000;
	}
}

.header__links span {
	display: none;
}

@media (min-width: 900px) {

	.header__links span {
		display: inline-block;
	}
}

.header__links i {
	color: #fff;
}

.header nav {
	text-align: center;
	position: fixed;
	top: 5rem;
	z-index: 25;
	background: #000;
	width: 100%;
	margin: 0 -2rem;
	height: calc(100vh - 5rem);
	transform: translateX(105%);
	transition: .3s ease;
}

@media (min-width: 768px) {

	.header nav {
		position: static;
		top: 0;
		width: auto;
		height: auto;
		transform: translateX(0%);
		display: inline-block;/*top: 50%;*/
		margin: 0;
		-ms-flex: 1;
		    flex: 1;
		background: transparent;
	}
}

@media (min-width: 950px) {

	.header nav {/*flex-grow: 1;*/
	}
}

.header nav ul {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: #000;
	width: 100%;
	height: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;/*justify-content: space-between;*/
}

/*padding: 0 2rem;*/

@media (min-width: 768px) {

	.header nav ul {/*display: block;*/
		-ms-flex-direction: row;
		    flex-direction: row;
		height: auto;
		background: transparent;
		margin: 0;
		padding: 0 2rem;
	}
}

@media (min-width: 900px) {

	.header nav ul {/*padding: 0 4rem;*//*display: block;*/
		text-align: left;
	}
}

@media (min-width: 950px) {

	.header nav ul {/*justify-content: flex-start;*/
		-ms-flex-pack: start;
		    justify-content: flex-start;
	}
}

@media (min-width: 1100px) {

	.header nav ul {
		display: block;
	}
}

.header nav li {
	padding: 1rem;
	border-bottom: .2rem solid rgba(255, 255, 255, .5);
	-ms-flex: 1;
	    flex: 1;
}

@media (min-width: 768px) {

	.header nav li {
		display: inline-block;
		border-bottom: 0;
		padding: 0;
	}
}

@media (min-width: 900px) {

	.header nav li.current-menu-item a {
		position: relative;
	}

	.header nav li.current-menu-item a:after {
		width: 70%;
	}
}

.header nav li:last-child {
	border-bottom: none;
	background: rgba(255, 255, 255, 1);
}

/*animation: acropNav 3s infinite 333s;*/

.header nav li:last-child a {
	color: #000;/*animation: acropNav 3s infinite 333s;*/
}

.header nav a {
	font-size: 2rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	height: 100%;
	vertical-align: middle;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
}

@media (min-width: 768px) {

	.header nav a {
		position: relative;
		font-size: 1.2rem;
		color: #000;
		display: inline-block;
		padding: 0 .5rem;
		height: 100%;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.header nav a:hover:after {
		width: 70%;
		background: rgba(0,0,0, .3);
	}

	.header nav a:after {
		content: '';
		position: absolute;
		bottom: -.5rem;
		left: 50%;
		transform: translateX(-50%);
		width: 0%;
		height: .2rem;
		background: #000;
		transition: .3s ease;
	}
}

@media (min-width: 900px) {

	.header nav a {
		font-size: 1.4rem;
	}
}

@media (min-width: 1100px) {

	.header nav a {/*font-size: 1.5rem;		*/
		padding: 0 1rem;
		font-size: 1.5rem;
	}
}

@media (min-width: 768px) {

	.header + section {
		padding-top: 0 !important;
	}
}

.header .menu-item-has-children {
	position: relative;
}

.header .menu-item-has-children:hover>.sub-menu {
	display: block;
	transform: rotateX(0deg) translateY(0);
	opacity: 1;
	visibility: visible;
}

.header .sub-menu {
	display: none;
}

@media (min-width: 768px) {

	.header .sub-menu {
		position: relative;
		display: block;
		padding: 0;
		position: absolute;
		top: 3rem;
		left: 1rem;
		min-width: 20rem;
		background: #fff;
		opacity: 0;/*display: none;*//*transform: translateY(0);*/
		transform: rotateX(-120deg) translateY(60px);/*box-shadow: 0rem 1rem 1rem rgba(0,0,0, .1);	*/
		visibility: hidden;
		transition: .3s ease;
	}

	.header .sub-menu:before {
		content: '';
		position: absolute;
		top: -1.5rem;
		left: 0;
		width: 100%;
		height: 2rem;
		background: transparent;
	}

	.header .sub-menu li {
		background: transparent;
		display: block;
	}

	.header .sub-menu li + li {/*margin-top: 1rem;*//*min-width: 20rem;*/
	}

	.header .sub-menu li a {
		display: block !important;
		width: 100%;
		font-weight: 400;
		font-size: 1.4rem;/*background: transparent;*/
		background: #fff;
		padding: 1rem;
		transition: .3s ease;
	}

	.header .sub-menu li a:hover {
		background: #EDEEEE;
		font-weight: 400;/*color: #fff;*/
	}
}

/* -------------------------- *\
    .main
\* -------------------------- */

.main { 
	margin-top: 5rem;
 }

@media (min-width: 900px) {

	.main {
		margin-top: 7rem;
	}
}

@media (min-width: 1100px) {

	.main {
		margin-top: 9rem;
	}
}

/* -------------------------- *\
    .contact_1
\* -------------------------- */

.contact_1 { 	

	padding: 0;
 }

@media (min-width: 1400px) {

	.contact_1 .shell {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-align: center;
		    align-items: center;
	}
}

.contact_1 .title {
	text-align: center;
	text-transform: uppercase;
}

.contact_1 .title strong {
	font-size: 3.5rem;
}

@media (min-width: 1400px) {

	.contact_1 .left {
		width: 49%;
	}
}

@media (min-width: 1400px) {

	.contact_1 .right {
		width: calc(50vw - 4rem);/*background: red;	*/
		margin-right: calc(-50vw + 50%);
		margin-left: calc(-50vw + 50%);
	}
}

@media (min-width: 550px) {

	.contact_1__det {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

.contact_1__det .item {
	border: .2rem solid #000;
	padding: 1rem 2rem;
	margin-bottom: 2rem;
	text-align: center;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	transition: .3s ease;
}

@media (min-width: 550px) {

	.contact_1__det .item {
		width: 48%;
	}

	.contact_1__det .item:nth-child(3) {
		width: 100%;
	}
}

@media (min-width: 768px) {

	.contact_1__det .item {
		width: 32%;
	}

	.contact_1__det .item:nth-child(3) {
		width: 32%;
	}
}

.contact_1__det .item i,
			.contact_1__det .item a,
			.contact_1__det .item p {
	transition: .3s ease;
}

.contact_1__det .item:nth-child(2) {
	background: var(--accent-color);
}

.contact_1__det .item:nth-child(2):hover {
	background: #fff;
}

.contact_1__det .item:nth-child(2):hover i,
					.contact_1__det .item:nth-child(2):hover a,
					.contact_1__det .item:nth-child(2):hover p {
	color: var(--accent-color);
}

.contact_1__det .item:nth-child(2) i,
				.contact_1__det .item:nth-child(2) a,
				.contact_1__det .item:nth-child(2) p {
	color: #fff;
}

.contact_1__det .item:hover {
	background: var(--accent-color);
}

.contact_1__det .item:hover i,
				.contact_1__det .item:hover p,
				.contact_1__det .item:hover a  {
	color: #fff;
}

.contact_1__det .item.tel i {
	transform: rotate(90deg);
}

.contact_1__det .holder {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	text-align: left;
}

.contact_1__det i {
	margin-right: 2rem;
	font-size: 2.5rem;
	margin-left: auto;
}

.contact_1__det p {
	margin: 0 auto 0 0;
}

.contact_1__det a {
	color: var(--accent-color);
	margin: 0 auto 0 0;
}

.contact_1 .gform_footer {
	display: none;
}

/* -------------------------- *\
    .contact_2
\* -------------------------- */

.map_2 {

}

.contact_2 { 
	padding-bottom: 10rem;
 }

/*margin-bottom: 5rem;*/

@media (min-width: 768px) {

	.contact_2 {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-align: center;
		    align-items: center;
		box-shadow: 0 .5rem 1rem rgba(0,0,0, .05);
		padding: 0;
	}
}

@media (min-width: 768px) {

	.contact_2__top {
		width: 55%;
	}
}

@media (min-width: 1200px) {

	.contact_2__top {
		position: relative;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-align: center;
		    align-items: center;
		padding: 5rem;
		width: 60%;
	}

	.contact_2__top:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 1.5rem;
		transform: translateY(-50%);
		width: .1rem;
		height: 80%;
		background: rgba(0,0,0,.1);
	}

	.contact_2__top .img {
		width: 40%;
		overflow: hidden;
		margin-right: 2rem;
	}

	.contact_2__top .cont {
		width: 60%;
	}
}

@media (min-width: 768px) {

	.contact_2__bottom {
		width: 50%;
	}
}

@media (min-width: 1200px) {

	.contact_2__bottom {
		padding: 0 4rem;
		width: 40%;
	}
}

.contact_2__bottom h2 {
	margin: 2rem 0 1rem !important;
	font-size: 2rem !important;
	text-align: center;
	text-transform: none !important;
}

.contact_2 h3 {
	margin-bottom: .5rem;
	font-weight: 700;
	font-size: 2rem;
	text-align: center;
}

@media (min-width: 1200px) {

	.contact_2 h3 {
		text-align: left;
	}
}

.contact_2 p {
	font-size: 1.5rem !important;
	text-align: center;
}

@media (min-width: 1200px) {

	.contact_2 p {
		text-align: left;
	}
}

.contact_2 .img {
	text-align: center;
}

.contact_2 .img img {/*max-width: 30rem;*/
}

.contact_2 .cont {
	padding: 1.5rem;
	max-width: 30rem;
	margin: 0 auto;
}

.cont__list {
 	list-style-type: none;
 }

.cont__list li {
	position: relative;/*background: #EEE;*/
	background: transparent;
	padding: .5rem 2rem .5rem 4rem;
	overflow: hidden;
	transition: .3s ease;
}

.cont__list li:hover {
	color: #fff;
}

.cont__list li:before,
 		.cont__list li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #000;
	transition: .5s;
}

.cont__list li:before {
	background: #000;
	transform: translateX(-100%);
}

.cont__list li:after {
	background: #eee;
}

@media (min-width: 768px) {

	.cont__list li:hover:before {
		transform: translateX(0);
	}

	.cont__list li:hover:after {
		transform: translateX(100%);
	}

	.cont__list li:hover a {
		color: #fff;
	}
}

.cont__list li a {
	color: #000;
	transition: .3s ease;
}

.cont__list li + li {
	margin-top: 1rem;
}

.cont__list li i {
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	padding: .85rem;
	color: #fff;
	font-size: 1.3rem;
}

.cont__list li i.fa-phone {
	transform: rotate(90deg);
}

/* -------------------------- *\
    .form_1
\* -------------------------- */

.form_1 label {
	text-transform: uppercase;
	font-weight: 400 !important;
}

.form_1 .medium {
	border: none;
	box-shadow: 0 0 .3rem rgba(0,0,0, .2);
	transition: .3s ease;
}

.form_1 .medium:hover {
	box-shadow: 0 0 1rem rgba(0,0,0, .3);
}

.form_1 .medium:focus {
	box-shadow: 0 0 1rem rgba(0,0,0, .5);
}

@media (min-width: 640px) {

	.form_1 .medium {
		min-height: 3.8rem !important;
	}
}

.form_1 .gfield,.form_1 
	/*.gf_left_third,*/
	/*.gf_middle_third,*/
	/*.gf_right_third */ {
	padding-right: 0 !important;
}

.form_1 .gfield label, .form_1 label {
	font-size: 1.5rem !important;
}

@media (min-width: 640px) {

	.form_1 .gf_left_third,
	.form_1 .gf_middle_third,
	.form_1 .gf_right_third {
		width: 32% !important;/*display: none;*/
	}
}

@media (min-width: 640px) {

	.form_1 .gf_left_third,
	.form_1 .gf_middle_third {
		margin-right: 2% !important;
	}
}

@media (min-width: 640px) {

	.form_1 .ginput_container_textarea {
		margin-bottom: 3.5rem;
	}
}

.form_1 .gfield.checkbox .gfield_label {
	display: none;
}

@media (min-width: 640px) {

	.form_1 .gfield.checkbox {
		margin-bottom: 4rem;
	}
}

.form_1 .gfield_checkbox li {
	text-align: center;
}

.form_1 .gfield_checkbox li input {
	opacity: 0;
}

.form_1 .gfield_checkbox li input:checked + label:after {
	content: '✓';
	color: #fff;
}

.form_1 .gfield_checkbox label {
	position: relative;
	display: inline-block !important;
	font-weight: 300 !important;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.form_1 .gfield_checkbox label:before,
		.form_1 .gfield_checkbox label:after {
	position: absolute;
	top: 50%;
	left: -3rem;
	transform: translateY(-50%);
	width: 2rem;
	height: 2rem;
}

.form_1 .gfield_checkbox label:before {
	content: '';
	background: var(--accent-color);
}

.form_1 .gfield_checkbox label a {
	color: var(--accent-color);
	text-decoration: underline;
	transition: .3s ease;
}

.form_1 .gfield_checkbox label a:hover {
	font-weight: 700;
}

/* -------------------------- *\
    .form_2
\* -------------------------- */

.form_2 { 
	text-align: center !important;
 }

.form_2 .gfield_label {
	display: none !important;
}

.form_2 .medium {
	border: none;
	border-bottom: .1rem solid #000;
}

@media (min-width: 900px) {

	.form_2 .medium {
		width: 100% !important;
	}
}

.form_2 .medium:-ms-input-placeholder {
	color: #000;
}

.form_2 .medium::placeholder {
	color: #000;
}

.form_2 .ginput_container {
	text-align: center;
}

.form_2 .gform_button.button {
	display: inline-block !important;
	padding: 1rem 10rem !important;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer !important;
}

.form_2 .gform_footer {
	position: absolute;
	left: -999rem;/*display: none;*/
}

.form_2 .btn {
	width: 100%;
	font-size: 1.5rem !important;
	margin-bottom: 0;/*height: 3rem;*/
	padding: 1rem 5rem;
}

@media (min-width: 1200px) {

	.form_2 .btn {
		margin-top: 3rem !important;
		padding: 1rem 5rem;/*text-align: center;*/
		max-width: 30rem;
	}
}

/* -------------------------- *\
    .btn
\* -------------------------- */

.btn {
	    transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	    display: block;
	    margin: 2rem auto;
	    /*max-width: 18rem;*/
	    max-width: 20rem;
	    text-decoration: none;
	    /*border-radius: .4rem;*/
	    border-radius: 0;
	    padding: 1.5rem 3rem;
	    text-align: center;
	    background: var(--accent-color);
	    border: .2rem solid var(--accent-color);
	    text-transform: uppercase;
	    font-size: 2rem;
	    cursor: pointer;

	    /*color: rgba(30, 22, 54, 0.6);*/
	    color: #fff;
	    box-shadow: rgba(255, 255, 255, 255) 0 0px 0px 0px inset;
 }

.btn:hover {
	color: var(--accent-color);
	box-shadow: rgba(255, 255, 255, 255) 0 0px 0px 40px inset;
}

.btn:active {
	transform: translateY(.2rem);
}

.btn--tall {
	height: 8rem;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.btn--1 {
	color: rgba(30, 22, 54, 0.6);
	box-shadow: rgba(30, 22, 54, 0.4) 0 0px 0px 2px inset;
}

.btn--1:hover {
	color: rgba(255, 255, 255, 0.85);
	box-shadow: rgba(30, 22, 54, 0.7) 0 80px 0px 2px inset;
}

/* -------------------------- *\
    .about_1
\* -------------------------- */

.about_1 { 

	padding-bottom: 5rem;
 }

@media (min-width: 768px) {

	.about_1 {
		padding-bottom: 15rem;
	}
}

@media (min-width: 768px) {

	.about_1 .shell {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

@media (min-width: 1200px) {

	.about_1 .shell {
		-ms-flex-align: center;
		    align-items: center;
	}
}

.about_1 .title {
	font-size: 2.5rem;
	text-transform: uppercase;
	text-align: center;
}

@media (min-width: 768px) {

	.about_1 .title {
		width: 100%;
	}
}

@media (min-width: 1200px) {

	.about_1 .title {
		width: 20%;
	}
}

.about_1 .title strong {
	font-size: 4rem;
}

.about_1__left {
	position: relative;
	background: #EDEEEE;
	padding: 2rem 2rem 6rem;
	margin-right: calc(-50vw + 50%);
	margin-left: calc(-50vw + 50%);
	margin-bottom: 7rem;
}

@media (min-width: 768px) {

	.about_1__left {
		width: 50%;
		padding-top: 5rem;
		margin: 0;
	}
}

@media (min-width: 1200px) {

	.about_1__left {
		width: 40%;
		-ms-flex-item-align: start;
		    align-self: flex-start;
		padding: 4rem 4rem 6rem;
	}
}

@media (min-width: 1400px) {

	.about_1__left {
		width: 33%;
	}
}

.about_1__left ul {
	margin-top: 3rem;
}

.about_1__left ul li {
	position: relative;
	list-style-type: none;
	padding-left: 3rem;
	font-weight: 300;
	font-size: 1.8rem;
}

.about_1__left ul li:before {
	content: '';
	position: absolute;
	top: .4rem;
	left: 0;/*transform: translateY(-50%);*/
	width: 1.6rem;
	height: 1.6rem;
	background-image: url('/wp-content/uploads/acropol-build-favicon.png');
	background-size: cover;
}

.about_1__left ul li strong {/*text-transform: uppercase;*//*color: var(--accent-color-4);*/
	font-size: 2rem;
}

.about_1__left ul li + li {
	margin-top: 2.5rem;
}

.about_1__left .title {
	text-transform: none;
	text-align: left;
	margin-bottom: 2rem;
}

@media (min-width: 768px) {

	.about_1__left .title {
		font-size: 3rem;
	}
}

@media (min-width: 1200px) {

	.about_1__left .title {
		width: 100%;
		font-size: 3.5rem;
	}
}

.about_1__left p {
	font-weight: 300;
	color: #363334;
}

.about_1__left .btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) translateY(70%);
	min-width: 20rem;
}

@media (min-width: 768px) {

	.about_1__right {
		width: 50%;
	}
}

@media (min-width: 1200px) {

	.about_1__right {
		width: 40%;
		-ms-flex-item-align: start;
		    align-self: flex-start;
	}
}

@media (min-width: 1400px) {

	.about_1__right {
		width: 47%;
	}
}

.about_1__right .img {
	margin-right: calc(-50vw + 50%);
	margin-left: calc(-50vw + 50%);
}

@media (min-width: 768px) {

	.about_1__right .img {
		margin: 0;
	}
}

.about_1__right img {
	margin-bottom: 2rem;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	max-height: 44.5rem;
}

.about_1__right .holder {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;/*justify-content: space-between;*/
	-ms-flex-align: center;
	    align-items: center;
}

@media (min-width: 500px) {

	.about_1__right .holder {
		-ms-flex-direction: row;
		    flex-direction: row;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

@media (min-width: 768px) {

	.about_1__right .holder {
		padding: 0 4rem;
	}
}

.about_1__right .holder__item {
	margin-bottom: 2rem;
}

.about_1__right .holder span {
	display: inline-block;
}

.about_1__right .holder span:nth-child(1){
	position: relative;
	margin-bottom: 1.5rem;
}

.about_1__right .holder span:nth-child(1):after {
	content: '';
	position: absolute;
	bottom: -.65rem;
	left: 0;
	width: 100%;
	height: .2rem;
	background: rgba(0,0,0, .05);
}

.about_1__right .holder span strong {
	font-size: 4rem;
}

/* -------------------------- *\
    .imap_1
\* -------------------------- */

.imap_1 { 
	padding: 0;
	background: #333031;
	
 }

.imap_1 .shell {/*max-width: 1920px;*/
}

.imap_1 .title-3 {
	color: #fff;
}

.imap_1 img {
	width: 100%;
}

/* -------------------------- *\
    .text_1
\* -------------------------- */

.text_1 .shell {
	max-width: 90rem;
}

.text_1 .title {
	text-transform: uppercase;
	text-align: center;
}

.text_1 p {
	text-align: center;
}

.text_1 p strong {
	color: var(--accent-color-2);
}

/* -------------------------- *\
    .title-2
\* -------------------------- */

.title-3 { 
	font-size: 2.5rem;
	text-transform: uppercase;
	text-align: center;
 }

@media (min-width: 768px) {

	.title-3 {
		width: 100%;
	}
}

@media (min-width: 1200px) {

	.title-3 {
		width: 20%;
	}
}

.title-3 strong {
	display: block;
	font-size: 4rem;
}

/* -------------------------- *\
    .news
\* -------------------------- */

/*background-image: url('/wp-content/uploads/2019/03/symphony-varna-bg.png');*/

.news {
	padding-bottom: 0;
}

.news .title-1 {
	margin-bottom: 5rem;
}

.news__footer {
	text-align: center;
}

.news__footer .btn-10 { 
	
 }

/* -------------------------- *\
    .news-list
\* -------------------------- */

.news-list {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
 }

/* -------------------------- *\
     .news-item
 \* -------------------------- */

.news-item { 
	overflow: hidden;
 	width: 100%;
 	margin-bottom: 1.5%;
 	background: var(--news-bg-1); 	
 	/*background-image: url('/wp-content/uploads/2019/03/symphony-varna-bg.png');*/
 	transition: .3s ease;


  }

@media (min-width: 500px) {

	.news-item {
		width: 49%;
	}
}

@media (min-width: 768px) {

	.news-item {
		width: 32%;
	}
}

/*background-image: linear-gradient(to right bottom, var(--accent-color) 40%, #12827c);*/

.news-item:hover .first {
	background: var(--news-bg-2);
}

/*background: var(--news-bg-2);*/

.news-item:hover .news-item__title,
 		.news-item:hover .news-item__text {
	color: var(--news-cl-2);
}

.news-item:hover .news-item__img {/*margin-bottom: -2rem;*/
	z-index: 0;
}

.news-item:hover img {
	transform: scale(1.1);
}

.news-item:hover .news-item__date .first,
			.news-item:hover .news-item__date .second {
	color: var(--news-cl-2);
}

.news-item:hover .news-item__date:after {
	background: var(--news-cl-2);
}

.news-item:hover .news-item__content {
	transform: translateY(-2rem);
	background: var(--news-bg-2);
}

.news-item img {
	width: 100%;
	transition: .3s ease;
	-o-object-fit: cover;
	   object-fit: cover;
	height: 25rem;
}

.news-item__date {
	position: relative;
	text-align: center;
	margin-bottom: -2rem;
	transition: .3s ease;
}

.news-item__date:after {
	content: '';
	position: absolute;
	bottom: 3.5rem;
	left: 0;
	z-index: 0;
	width: 100%;
	height: .1rem;
	background: var(--news-cl-1);
	transition: .3s ease;
}

.news-item__date .first {
	position: relative;
	z-index: 1;
	font-size: 8rem;
	font-weight: 700;
	color: var(--news-cl-1);
	background: var(--news-bg-1);/*background-image: url('/wp-content/uploads/2019/03/symphony-varna-bg.png');*/
	padding: 0 .5rem;
	transition: .3s ease;
}

.news-item__date .second {
	position: absolute;
	top: 2rem;
	left: 10rem;
	font-size: 2rem;
	font-weight: 400;
	text-transform: uppercase;
	transition: .3s ease;
}

.news-item__title {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 1.2rem;
	text-transform: uppercase;
	color: var(--dark);
}

.news-item__text {
	margin-bottom: 0;
}

.news-item__img {
	overflow: hidden;
}

.news-item__content {
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 1.5rem 2rem 3rem;
	background: var(--news-bg-1);/*background-image: url('/wp-content/uploads/2019/03/symphony-varna-bg.png');*/
	transition: .3s ease;
}

/* -------------------------- *\
    .slider_2
\* -------------------------- */

.slider_2 { 
	min-height: 30rem;
	max-height: 50rem;	
 }

.slider_2 .shell__right {
	margin-right: calc(-50vw + 50%);
	background: red;
}

.slider_2 img {
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

/* -------------------------- *\
    .page_title_1
\* -------------------------- */

.page_title_1 { 
	position: relative;
	text-align: center;
	text-transform: uppercase;
	background: lightgray;
	overflow: hidden;
 }

@media (min-width: 768px) {

	.page_title_1 {/*padding: 10rem 0;*/
	}
}

.page_title_1:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .5);
}

.page_title_1 .img,
	.page_title_1 img {
	position: absolute;/*top: 0;*//*left: 0;*//*display: block;*//*object-fit: cover;*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;/*left: 0;*//*right: 0;*/
}

.page_title_1 .title {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: .15rem;
	color: #fff;
}

@media (min-width: 768px) {

	.page_title_1 .title {
		font-size: 5rem;
		letter-spacing: .25rem;
	}
}

.page_title_1 .subtitle {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	font-size: 2.5rem;
	color: #fff;
}

.page_title_1 .breadcrumbs {
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0;
}

@media (min-width: 768px) {

	.page_title_1 .breadcrumbs {
		margin: 0 0 -1rem;
	}
}

/*@mixin min 768 {
			position: absolute;
			bottom: 1rem;
			left: 1rem;
			text-align: left;
		}*/

.page_title_1 .breadcrumbs li {
	display: inline-block;
}

.page_title_1 .breadcrumbs li + li {
	position: relative;
	margin-left: 1.5rem;
}

.page_title_1 .breadcrumbs li + li:before {
	content: '>';
	position: absolute;
	top: 50%;
	left: -1.25rem;
	transform: scale(.5, 1) translateY(-45%);
	color: #fff;
}

.page_title_1 .breadcrumbs a,
		.page_title_1 .breadcrumbs span {
	font-size: 1.2rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
}

.page_title_1 .breadcrumbs a {
	transition: .3s ease;
}

.page_title_1 .breadcrumbs a:hover {
	text-decoration: underline;
}

/* -------------------------- *\
    .form
\* -------------------------- */

.form { 

	padding: 1rem 0;
	background: #fff;
 }

/*margin-bottom: 1rem;*/

@media (min-width: 768px) {

	.form {
		overflow-y: hidden;
	}
}

@media (min-width: 1200px) {

	.form .gf_browser_chrome.gform_wrapper {
		width: 90%;
		margin: 0;
		padding: 0;
	}
}

@media (min-width: 1200px) {

	.form form {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;/*width: 90%;*/
	}
}

@media (min-width: 1200px) {

	.form .shell {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

.form .title {
	margin-bottom: 1rem;
	font-size: 2.4rem;
	text-transform: uppercase;
}

@media (min-width: 1200px) {

	.form .title {
		text-align: left;
		width: 15%;
		font-size: 2rem;
		font-weight: 700;
		line-height: 1.1;
		margin-bottom: 0;
	}
}

.form label {
	display: none !important;
}

@media (min-width: 768px) {

	.form #gform_fields_7 {
		display: -moz-flex !important;
		display: -ms-flex !important;
		display: -o-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-pack: justify;
		    justify-content: space-between;/*justify-content: center;*/
	}
}

.form .ginput_container {/*margin: 0 !important;*/
}

.form .gfield {
	margin-top: 0 !important;
}

@media (min-width: 768px) {

	.form .gfield {
		padding-right: 0 !important;
	}
}

@media (min-width: 1200px) {

	.form .gfield {/*background: red;*//*flex: 1;*//*align-self: stretch;*/
		position: relative;
		overflow: visible !important;
		padding: 2rem 0 !important;
	}
}

.form .gfield:before {
	content: '' !important;
	position: absolute !important;
	top: -15rem !important;
	left: -1rem !important;
	z-index: 5 !important;
	display: block;
	width: .1rem !important;
	height: 120rem !important;
	background: rgba(0,0,0, .05);
}

.form .gfield:last-child:after {
	content: '' !important;
	position: absolute !important;
	top: -15rem !important;
	right: -1rem !important;
	z-index: 5 !important;
	display: block;
	width: .1rem !important;
	height: 120rem !important;
	background: rgba(0,0,0, .05);
}

.form .medium {/*background: red !important;*/
	border: none;
	box-shadow: 0 0 .5rem rgba(0,0,0, .1);
}

@media (min-width: 768px) {

	.form .medium {
		width: 100% !important;
		box-shadow: none;
		transition: .3s ease;
	}

	.form .medium:hover {
		background: var(--accent-color);
		color: #fff;
	}

	.form .medium:hover:-ms-input-placeholder {
		color: #fff;
	}

	.form .medium:hover::placeholder {
		color: #fff;
	}
}

.form select {
	-webkit-appearance: none !important;
	   -moz-appearance: none !important;
	        appearance: none !important;
	background: #fff;
	border: none;/*background: red;*/
	padding: 1rem .5rem !important;
	border-radius: 0;
	min-width: 7rem;
}

.form .medium,
	.form select {
	position: relative;
	padding-left: 2rem !important;
	color: rgba(0,0,0, .5) !important;
	text-align: center;
	text-align-last: center;
}

@media (min-width: 768px) {

	.form .medium,
	.form select {
		padding-left: 0 !important;
		text-transform: uppercase;
		text-align: center;
	}
}

@media (min-width: 1200px) {

	.form .medium,
	.form select {
		padding-left: 0 !important;
		text-transform: uppercase;
		text-align: center;
	}
}

.form .medium:-ms-input-placeholder, .form select:-ms-input-placeholder {
	color: rgba(0,0,0, .5);
}

.form .medium::placeholder, .form select::placeholder {
	color: rgba(0,0,0, .5);
}

.form .medium:after, .form select:after {
	content: '';
	position: absolute;
	top: 1rem;
	left: 1rem;
	display: block;
	width: 5rem;
	height: 5rem;
	background: red;
}

.form br {
	display: none;
}

@media (min-width: 1200px) {

	.form br {
		display: block;
	}
}

.form input[type='submit'] {
	min-width: 12.4rem;
	border-radius: 1.5rem;
	padding: 1.2rem 2rem;
	background: var(--accent-color);
	background-image: linear-gradient(to right, var(--accent-color-3) , var(--accent-color-4));
	color: #fff;
	display: inline-block;
	font-size: 1.4rem;
	line-height: 100%;
	text-transform: uppercase;
	text-align: center;
	transition: .3s ease;
	cursor: pointer;
}

.form input[type='submit']:hover {
	transform: scale(1.1);
}

.form .gform_footer.top_label {
	margin: 0 !important;
}

@media (min-width: 768px) {

	.form .gform_footer.top_label {
		margin-top: 2rem !important;
		text-align: center;
	}
}

@media (min-width: 1200px) {

	.form .gform_footer.top_label {
		margin-top: 0 !important;
		width: 25rem;
		text-align: right;
	}
}

.form + .text-1 {
	padding-top: 1rem;
}

@media (min-width: 768px) {

	.form + .text-1 {
		padding-top: 6rem;
	}
}

.form + .text-2 {
	background: rgba(242,249,253, .5);
}

/* -------------------------- *\
    .slider_3
\* -------------------------- */

.slider_3 { 
	height: calc(100vh - 5rem);
	/*background: red;*/

	padding: 0;
	overflow: hidden;
	
 }

@media (min-width: 768px) {

	.slider_3 {
		height: 50rem;
	}
}

@media (min-width: 1200px) {

	.slider_3 {
		padding: 0;
	}
}

.slider_3 .shell {
	padding: 0;
}

.slider_3 .shell--left {/*display: block;*//*display: none;*/
}

.slider_3 .shell__left {
	background: green;/*display: none;*/
}

.slider_3 .shell__right {
	position: relative;
}

.slider_3 .shell__right .title-3 {
	position: absolute;
	top: 0%;
	left: 0;
	z-index: 2;
	display: inline-block;
	width: 100%;
	height: 25rem;
	padding: 2rem 2rem 4rem;
	background: rgba(0,0,0, .6);
	color: #fff;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: center;
	    justify-content: center;
}

/*transform: translateY(40%);*/

@media (min-width: 1200px) {

	.slider_3 .shell__right .title-3 {
		min-width: 50rem;
		max-width: 50rem;
		top: 50%;
		transform: translateX(-50%) translateY(50%);
		padding: 2rem;
	}
}

/*top: 50%;*/

.slider_3 .shell__right .title-3 strong {
	font-size: 5rem;
	letter-spacing: .3rem;
	font-weight: 900;
}

/*font-size: 5rem;*/

@media (min-width: 1200px) {

	.slider_3 .shell__right .title-3:after {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		z-index: -1;
		width: 50%;
		height: 100%;
		transform: translateY(-50%);
		background: rgba(0,0,0, .5);
	}
}

.slider_3 .shell__right .title-3 .btn {
	position: absolute;
	bottom: -2rem;
	left: 50%;
	min-width: 22rem;
	height: 7rem;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	transform: translateY(50%) translateX(-50%);/*color: red;*/
	font-weight: 700;/*text-shadow: 0 -2px 1rem #000;*/
	background: rgba(255, 255, 255, .9);
	color: #000;
	border: none;
}

.slider_3 .shell__right .title-3 .btn:after {/*content: '';
						position: absolute;
						top: 0;
						left: 0;
						z-index: -1;
						width: 100%;
						height: 50%;
						background: rgba(255, 255, 255, .3);*/
}

.slider_3 .shell__right img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100vw;
	min-height: 100vh;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media (min-width: 768px) {

	.slider_3 .shell__right img {
		top: 0;
		left: 0;
		min-width: 100%;
		min-height: 100%;
	}
}

.ap_list_1 {
	padding: 0;
	background-image: url('https://dekaz.bg/wp-content/uploads/dekaz-background.png');
}

.ap_list_1 + .ap_list_1 {
	padding-top: 0;
}

.ap_list_1 + .ap_list_1 .shell .section-tours {
	padding-top: 0;
}

/* ------------------------------------------------------------ *\
    .apartment-list
\* ------------------------------------------------------------ */

.apartment-list.none {
	display: none;
}

.apartment-list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.apartment-list ul:hover .main-row {
	background: #404040;
}

.apartment-list li {
	margin-bottom: 1.4rem;
	padding: 2rem 0;
	background: #fff;
	box-shadow: .0rem .2rem .4rem rgba(0,0,0, .2);
	transition: .3s ease;
}

@media(max-width: 975px){ 
	.apartment-list li {
		padding: 1.5rem 0;
	}
}

@media(max-width: 415px){ 
	.apartment-list li {
		padding: 1rem 0;
	}
}

.apartment-list li:hover {
	background: var(--accent-color-5);
}

.apartment-list li:hover span,
			.apartment-list li:hover sup {
	color: #fff;
}

.apartment-list li.main-row {
	background: var(--accent-color-5);
}

@media(max-width: 540px){ 
	.apartment-list li.main-row {
		display: none;
	}
}

.apartment-list li.main-row span {
	font-size: 3rem;/*font-weight: 700;*/
	color: #fff;
}

@media(max-width: 975px){ 
	.apartment-list li.main-row span {
		font-size: 2rem;
	}
}

@media(max-width: 768px){ 
	.apartment-list li.main-row span:first-child {
		padding-left: 1rem;
	} 
	.apartment-list li.main-row span:last-child {
		font-size: 1.8rem;
	}
}

.apartment-list a {
	color: #222;
}

.apartment-list a:after {
	content: '';
	display: table;
	line-height: 0;
	clear: both;
}

.apartment-list a span {
	float: left;
	width: 20%;
	width: 20%;
	display: block;
	text-align: center;
	font-size: 2.5rem;
	text-transform: capitalize;
}

.apartment-list--3 a span {
	width: 33% !important;
}

@media(max-width: 975px){ 
	.apartment-list a span {
		font-size: 1.8rem;
	} 
	.apartment-list a span:last-child {
		padding-right: 1rem;
	}
}

@media(max-width: 768px){ 
	.apartment-list a span {
		font-size: 1.8rem;
	} 
	.apartment-list a span:last-child {
		font-size: 0;
	} 
	.apartment-list a span:last-child i {
		font-size: 2rem;
	}
}

@media(max-width: 415px){ 
	.apartment-list a span {
		font-size: 1.5rem;
	}
}

@media(max-width: 350px){ 
	.apartment-list a span {
		font-size: 1.2rem;
	}
}

.apartment-list i.free-ap {
	color: var(--accent-color-5);
}

.apartment-list i.sold-ap {
	color: #e00000;
}

.apartment-list i.res-ap {
	color: #FFCA00;
}

.floor + .call-me {
	margin-top: -6rem;
}

/* -------------------------- *\
    .ap-list-title
\* -------------------------- */

.apartments-list-title.none {
	display: none;
}

.apartments-list-title {
 	text-align: center;
 	text-transform: uppercase;
 	margin-bottom: -4rem;
 	display: -moz-flex;
 	display: -ms-flex;
 	display: -o-flex;
 	display: -ms-flexbox;
 	display: flex;
 	-ms-flex-pack: justify;
 	    justify-content: space-between;
 	font-size: 2.5rem;
 }

.apartments-list-title span {
 	font-weight: 700;
 }

.apartments-list-title strong {
 	color: #fff;
 	padding: .2rem 1rem;
 	background: var(--accent-color-5);/*font-size: 3rem;*/
 	border-radius: .5rem;
 }

/* ------------------------------------------------------------ *\
 	Favourites    
 \* ------------------------------------------------------------ */

.favorites-list li {
 	border-top: none !important;
 	margin-bottom: 1.4rem !important;
 	padding: 0 !important;
 	background: #fff;
 	box-shadow: .0rem .2rem .4rem rgba(0,0,0, .2);
 	transition: .3s ease;
 }

@media(max-width: 975px){ 
 	.favorites-list li {
 		padding: 1.5rem 0;
 	}
 }

@media(max-width: 415px){ 
 	.favorites-list li {
 		padding: 1rem 0;
 	}
 }

.favorites-list li:hover {/*background: var(--accent-color);*/
 	transform: scale(1.03);
 }

.favorites-list li:hover a {/*color: #fff;*/
 }

.favorites-list li:hover span,
 			.favorites-list li:hover sup {/*color: #fff;*/
 }

.favorites-list p {/*display: -webkit-flex;
 		display: -moz-flex;
 		display: -ms-flex;
 		display: -o-flex;
 		display: flex;
 		justify-content: space-between;*/
 	-ms-flex-align: center;
 	    align-items: center;
 	margin-bottom: 0;
 }

.favorites-list a {
 	display: block !important;
 	padding: 1.5rem 2rem;
 	font-size: 2.5rem;
 	color: var(--accent-color);
 	text-transform: uppercase;
 	display: -moz-flex !important;
 	display: -ms-flex !important;
 	display: -o-flex !important;
 	display: -ms-flexbox !important;
 	display: flex !important;
 	-ms-flex-pack: justify !important;
 	    justify-content: space-between !important;
 	-ms-flex-align: center !important;
 	    align-items: center !important;
 }

@media(max-width: 1150px){ 
 	.favorites-list a {
 		padding: 1rem 2rem;
 		font-size: 1.8rem;
 	}
 }

@media(max-width: 900px){ 
 	.favorites-list a {
 		font-size: 1.5rem;
 	}
 }

@media(max-width: 410px){ 
 	.favorites-list a {
 		padding: .5rem 1rem;
 		font-size: 1.2rem;
 	}
 }

.favorites-list a span {
 	text-transform: uppercase;
 }

.favorites-list a span:nth-child(4){
 	color: #222;
 }

@media(max-width: 700px){ 
 	.favorites-list a span:nth-child(2) {
 		display: none;
 	}
 }

@media(max-width: 550px){ 
 	.favorites-list a span:nth-child(4) {
 		display: none;
 	}
 }

.favorites-list button {
 	font-size: 0;
 	border: none;
 	padding: .5rem;
 	background: transparent;
 	transition: .3s ease;/*margin-right: 2rem;*/
 	height: 100% !important;
 }

.favorites-list button:after {
 	content: 'X';
 	font-size: 3rem;
 	color: #e00000;
 }

@media(max-width: 900px){ 
 	.favorites-list button:after {
 		font-size: 2rem;
 	}
 }

.favorites-list button:hover {
 	transform: scale(1.2);
 }

.apartment-list li:hover .simplefavorite-button {
 	color: #fff;
 }

.apartment-list li:hover .simplefavorite-button.active i {
 	color: #fff !important;
 }

.apartment-list .simplefavorite-button {
 	font-size: 0;
 	background: transparent;
 	border: none;/*margin: .5rem 1.5rem;*/
 	transform: .3s ease;
 }

.apartment-list .simplefavorite-button:hover {
 	transform: scale(1.1) !important;
 }

.apartment-list .simplefavorite-button i {
 	font-size: 3rem;
 }

.single-apartment .simplefavorite-button {
 	padding: 1rem 2rem;
 	border: none;
 	background: transparent;
 	font-size: 0;
 }

.single-apartment .simplefavorite-button i {
 	font-size: 2.5rem;
 }

.single-apartment .simplefavorite-button.active {
 	font-size: 1.5rem;
 	font-size: 0;
 }

.single-apartment .simplefavorite-button.active a {
 	color: var(--accent-color-5);
 	text-decoration: underline;
 	text-align: center;
 }

/* ------------------------------------------------------------ *\
    Apartment:
\* ------------------------------------------------------------ */

.ap {
  padding: 70px 40px 320px;
  background: linear-gradient(to left bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8) ), url('/wp-content/uploads/Vinitsa.jpg');
  background-size: cover;
}

@media (max-width: 767px) {

	.ap {
		padding: 50px 10px;
	}
}

.ap__title {
	width: 100%;
	line-height: .8;
	color: #fff;
	text-align: center;
	margin-bottom: 70px;
	margin-bottom: 20px;
}

@media (max-width: 767px) {

	.ap__title {
		line-height: 1.1;
		font-size: 30px;
		margin-bottom: 30px;
	}
}

.ap__title span {
	font-size: 20px;
}

@media (max-width: 549px) {

	.ap__title span {
		position: relative;
		top: -5px;
	}
}

.ap__details {
	max-width: 1200px;
	list-style-type: none;/*margin: 0 auto 70px;*/
	margin: 0 auto 30px;
	padding: 0;
	text-align: center;
}

.ap__details li {
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	vertical-align: middle;
	margin-bottom: 20px;
}

@media (max-width: 549px) {

	.ap__details li {
		display: block;
	}
}

.ap__details li +li {
	margin-left: 30px;
}

.ap__details li span {
	display: block;
	font-size: 12px;
	font-weight: 400;
}

.ap__details li.ap__fl {
	font-size: 15px;
	padding: 11px 8px;
	border-radius: 50%;
	border: 2px solid #fff;
}

@media (max-width: 549px) {

	.ap__details li.ap__fl {
		max-width: 50px;
		margin: 0 auto 20px;
	}
}

.ap__back {
	transition: all .3s ease-out;
}

.ap__back a {
	color: #fff;
	transition: all .3s ease-out;
}

.ap__back:hover a {
	display: inline-block;
	transform: scale(1.5);
}

.ap__print  {
	font-size: 15px !important;
	border: 1px solid #fff;
	padding: 10px 15px;
	border-radius: 20px;
	transition: .3s ease-out;
}

.ap__print:hover {
	background: #fff;
	color: #000;
}

.ap__print i {
	font-size: 20px !important;
}

.ap__status,
 .ap__direction {
	text-transform: uppercase;
}

.ap__status span, .ap__direction span {
	text-transform: capitalize;
}

.ap__blueprint {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	min-height: 500px;
}

@media (max-width: 767px) {

	.ap__blueprint {
		min-height: 200px;
		width: 100vw;
	}
}

.ap__blueprint img {
	border-radius: 0;
}

.ap__blueprint:hover {
	transition: .3s ease-out;
}

.ap__blueprint:hover :not(:hover).ap__blueprint--left {
	transform: scale(.7);
	opacity: .8;
}

@media (max-width: 767px) {

	.ap__blueprint:hover :not(:hover).ap__blueprint--left {
		transform: scale(1);
		opacity: 1;
	}
}

.ap__blueprint:hover :not(:hover).ap__blueprint--right {
	transform: scale(.7);
	opacity: .8;
}

@media (max-width: 767px) {

	.ap__blueprint:hover :not(:hover).ap__blueprint--right {
		transform: scale(1);
		opacity: 1;
	}
}

.ap__blueprint--left {
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	box-shadow: -1px 4px 31px -8px rgba(0,0,0,0.55);
	z-index: 1;
	transition: .3s ease-out;
	transform: scale(1);
}

@media (max-width: 767px) {

	.ap__blueprint--left {
		position: static;
		width: 90vw;
		margin-bottom: 100px;
	}
}

.ap__blueprint--left:after {
	content: 'Схема на апартамента';
	position: absolute;
	bottom: -45px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 21px;
	color: #fff;
	text-transform: uppercase;
}

@media (max-width: 767px) {

	.ap__blueprint--left:after {
		width: 100%;
		text-align: center;
	}
}

.ap__blueprint--left:hover {
	transform: scale(1.1) !important;
	opacity: 1 !important;
}

.ap__blueprint--right {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	box-shadow: -1px 4px 31px -8px rgba(0,0,0,0.55);
	transform: scale(.8);
	transition: all .3s ease-out;
	opacity: .9;
}

@media (max-width: 767px) {

	.ap__blueprint--right {
		position: static;
		width: 90vw;
		transform: scale(1);
		margin-bottom: 50px;
	}

	.ap__blueprint--right:hover {
		transform: scale(1);
	}
}

.ap__blueprint--right:after {
	content: 'Схема на етажа';
	position: absolute;
	bottom: -45px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 21px;
	color: #fff;
	text-transform: uppercase;
}

@media (max-width: 767px) {

	.ap__blueprint--right:after {
		width: 100%;
		text-align: center;
	}
}

.ap__blueprint--right:hover {
	z-index: 5;
	transform: scale(1.1) !important;
	opacity: 1 !important;
}

/* ------------------------------------------------------------ *\
    Image Map:
\* ------------------------------------------------------------ */

.image-map {
	position: relative;
  padding: 0;
}

.image-map .home-title {
  position: absolute;
  color: #fff;
  top: -20vh;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  font-size: 35px;
  padding: 25px 25px;
  background: rgba(255, 255, 255, .0);
  border-radius: 15px;
}

/* ToolTip */

.mapster_tooltip { 
    background: #fefefe;
    text-align: center;
    padding: 0px !important;
    min-width: 15.625rem;
    border-radius: 8px!important;
    border: none!important;
    box-shadow: 17px 29px 22px 8px rgba(68, 68, 68, 0.5)!important;
    width: 310px;
    height: 143px;
    overflow: hidden;
    opacity: 0.8;
    font-weight: 500!important;
}

.mapster_tooltip .allpopup .toppart { 
  color: #fff; 
  background-image: linear-gradient(95deg,  #23C4F8 0%, #0C9FEC 55%, #23C4F8 100%);
  margin:0px!important;
  padding: 10px 10px;
  font-weight: 700;

}

.mapster_tooltip .allpopup.busy .toppart{
  background: red !important;
}

.mapster_tooltip .allpopup .bottompart { 
  padding: 20px 0px 0px;
  margin-bottom:0px!important;
  color:#045381; 
}

.mapster_tooltip .allpopup .bottompart-number {
  color: #666;
  font-size: 22px!important;
  font-weight: 700;
}

#mapster_wrap_0 {
  margin:auto;
}

/* -------------------------- *\
    .floor_map
\* -------------------------- */

.floor_map img {
	max-height: calc(100vh - 5rem);
	display: block;
	margin: 0 auto;
}

/* -------------------------- *\
    .building_map
\* -------------------------- */

.building_map { 
	padding: 0;
	position: relative;
 }

.building_map .title {
	position: relative;/*top: calc(80vh - 9rem);*//*left: 5rem;*//*transform: translateX(-50%);*/
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: .3rem;
	text-shadow: 0 0 1rem #000;
}

@media (min-width: 1200px) {

	.building_map .title {
		position: absolute;
		top: calc(82vh - 9rem);
		left: 5rem;
		font-size: 7rem;
	}
}

@media (min-width: 1700px) {

	.building_map .title {
		top: calc(90vh - 9rem);
	}
}

.building_map__vinitsa {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	display: none;
}

@media (min-width: 768px) {

	.building_map__vinitsa {
		display: block;
	}
}

.building_map__vinitsa li {
	position: absolute;
	top: 5rem;
	z-index: 0;
	display: block;
	width: 8.5rem;
	height: 8.5rem;
	background: transparent;
	border-radius: 50%;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2rem;
	border: .2rem dashed #9DB965;
	animation: easyshake2 3s infinite;
}

@media (min-width: 1500px) {

	.building_map__vinitsa li {
		top: 10rem;
	}
}

.building_map__vinitsa li:nth-child(1) {
	left: 15%;
}

.building_map__vinitsa li:nth-child(2) {
	left: 41%;
	animation-delay: .5s;
}

.building_map__vinitsa li:nth-child(3) {
	left: 72%;
	animation-delay: 1s;
}

.building_map__vinitsa li span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 7rem;
	height: 7rem;
	background: #9DB965;
	border-radius: 50%;
}

.building_map__vinitsa li .in {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	top: 62%;
	display: block;
	background: #9DB965;
	border-radius: 50%;
	width: 5rem;
	height: 5rem;
	color: #fff;
}

.building_map__vinitsa li strong {
	display: block;
	font-size: 2rem;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
}

/* -------------------------- *\
    .buildings-list-1
\* -------------------------- */

.buildings-list-1 { 
	
 }

/* -------------------------- *\
    .top-ap
\* -------------------------- */

.page-id-3811 .top-ap {
	background-image: url('https://dekaz.bg/wp-content/uploads/dekaz-background.png');	
}

.top-ap { 
	display: block;
	padding-top: 0;
 }

@media (min-width: 900px) {

	.top-ap {
		padding: 15rem;
	}
}

.top-ap .shell { 
  
 }

@media (min-width: 450px) {

	.top-ap__holder {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

.top-ap__item {/*position: relative;*/
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	width: 100%;
	background: #fff;
	margin-bottom: 4%;
	transition: .3s ease;
	box-shadow: 0 0 1rem rgba(0,0,0, .1);
}

.top-ap__item:hover {
	transform: scale(1.05);
}

.top-ap__item:hover .info {
	color: var(--link-color);
}

@media (min-width: 550px) {

	.top-ap__item {
		width: 48%;
	}
}

@media (min-width: 900px) {

	.top-ap__item {
		width: 31%;
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) {

	.top-ap__item {
		width: 30%;
	}
}

.top-ap__item h3 {
	text-align: center;
	color: var(--dark);
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 2rem;
	font-size: 2rem;
}

@media (min-width: 768px) {

	.top-ap__item h3 {
		font-size: 2.5rem;
	}
}

.top-ap__item .details {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin-bottom: 2rem;
	border-bottom: .2rem solid rgba(0,0,0, .04);
	padding-bottom: 2rem;
}

.top-ap__item .details span {
	text-align: center;
	color: var(--dark);
	font-weight: 300;
	font-size: 1.5rem;
	text-transform: uppercase;
}

.top-ap__item .details strong {
	display: block;
}

.top-ap__item .info {
	display: block;
	text-align: center;
	transition: .3s ease;
}

.top-ap__item .info:hover {
	color: var(--accent-color);
}

.top-ap__item .top {
	height: 20rem;
}

.top-ap__item .top img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.top-ap__item .bottom {
	position: relative;
	display: block;
	padding: 6rem 4rem 2rem;
}

@media (min-width: 768px) {

	.top-ap__item .bottom {
		padding: 6rem 2rem 3rem;
	}
}

@media (min-width: 900px) {

	.top-ap__item .bottom {
		padding: 6rem 5rem 2rem;
	}
}

.top-ap__item .bottom .middle {/*width: 100%;*/
	text-align: center;
	position: absolute;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	top: 0;
	display: block;
	background-image: linear-gradient(to right, #00f0ff , var(--accent-color));
	background: var(--accent-color);
	padding: 1.2rem 3rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2rem;/*box-shadow: 0rem .5rem 1rem rgba(#0087ff, .4);*/
	box-shadow: 0rem .5rem 1rem rgba(0,0,0, .4);
}

@media (min-width: 450px) {

	.top-ap__item .bottom .middle {
		font-size: 1.6rem;
	}
}

.top-ap__item .bottom .middle span {
	display: block;
	font-size: 1.4rem;
	font-weight: 300;
	text-align: center;
	padding-top: .2rem;
}

.top-ap__item .bottom .info {
	font-size: 1.5rem;
}

/* -------------------------- *\
    .breadcrumbs_2
\* -------------------------- */

.breadcrumbs_2 { 
	position: relative;
	padding: 2rem;
	overflow-x: hidden;
 }

.breadcrumbs_2:before {
	content: '';
	position: absolute;
	top: 0;
	left: -50rem;
	width: calc(100% + 100rem);
	height: .1rem;
	box-shadow: 0 0 .5rem rgba(0,0,0, .3);
}

.breadcrumbs_2 li {
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	font-size: 1.5rem;
	color: #000;
}

.breadcrumbs_2 li a {
	color: #000;
}

.breadcrumbs_2 li + li {
	margin-left: 3rem;
}

.breadcrumbs_2 li + li:before {
	content: '>';
	position: absolute;
	top: 0;
	left: -2rem;
	transform: scale(.5, 1.3);
}

/* -------------------------- *\
    .img_with_title
\* -------------------------- */

.img_with_title { 
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 22.7rem;
	margin-bottom: 2rem;
 }

.img_with_title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
}

.img_with_title img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.img_with_title h2 {
	position: absolute;
	bottom: 2rem;
	left: 2rem;
	z-index: 5;
	max-width: 66.7rem;
	padding: 1rem 1.5rem;
	background: rgba(255,255,255,.7);
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
}

@media (min-width: 768px) {

	.img_with_title h2 {
		font-size: 2.2rem !important;
	}
}

.img_with_title h2 i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

/* -------------------------- *\
    .etapi-hlder
\* -------------------------- */

.etapi-holder { 
	padding-bottom: 5rem;
 }

/*overflow: hidden;*/

@media (min-width: 768px) {

	.etapi-holder {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

@media (min-width: 768px) {

	.etapi-holder .top {
		width: calc(100% - 37rem);
		-ms-flex-order: 1;
		    order: 1;
	}
}

.etapi-holder .title {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}

@media (min-width: 1200px) {

	.etapi-holder .title {
		margin-left: -32rem;
	}
}

.etapi-holder h2 {
	margin-top: 6rem;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2.6rem;
}

.etapi-holder p {
	font-size: 1.9rem;
}

.etapi-holder p + .gallery_2 {
	margin-top: 6rem;
}

@media (min-width: 768px) {

	.etapi-holder .bottom {
		width: 35rem;
		position: relative;
		top: 8.1rem;
	}
}

.etapi-holder .bottom a,
		.etapi-holder .bottom .fixed_nav>span {
	position: relative;
	display: block;
	text-transform: uppercase;
	background: #EDEEEE;
	color: #000;
	padding: 2rem 3rem;
	font-size: 2rem;
	font-weight: 700;/*transition: 0s ease;*/
	box-shadow: 0 0 .5rem rgba(0,0,0, .03);
}

.etapi-holder .bottom a:hover, .etapi-holder .bottom .fixed_nav>span:hover {
	background: rgba(0,0,0,.7);
	color: #fff;
}

.etapi-holder .bottom a.active, .etapi-holder .bottom .fixed_nav>span.active {
	background: #000;
	color: #fff;
}

.etapi-holder .bottom a + a, .etapi-holder .bottom .fixed_nav>span + a {
	margin-top: 1.5rem;
}

.etapi-holder .bottom a:before, .etapi-holder .bottom .fixed_nav>span:before {
	font-family: "Font Awesome 5 Free";
	font-size: 2.5rem;
	font-weight: 400;
	content: '\f017';
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translate(-50%, -50%);
}

.etapi-holder .bottom a.check:before, .etapi-holder .bottom .fixed_nav>span.check:before {
	content: '\f058';
}

.etapi-holder .bottom .fixed_nav>span {
	margin-top: 1.5rem;
	background: #fff;
	box-shadow: 0 0 1rem rgba(0,0,0, .1);
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.etapi-holder .bottom .fixed_nav>span:before {
	display: none;
}

.etapi-holder .bottom .fixed_nav>span span {
	width: 47%;
	font-size: 1.2rem;
	font-weight: 400;
}

.etapi-holder .bottom .fixed_nav>span span i {
	margin-right: 1rem;
	font-size: 1.8rem;
}

.etapi-holder .fixed_nav {
	transition: 0s;
}

@media (min-width: 768px) {

	.etapi-holder .fixed_nav {/*height: 45vh;*//*overflow-y: scroll;*/
		position: -webkit-sticky;
		position: sticky;
		top: 7rem;
		margin-bottom: 8.1rem;/*&--fix {
				position: fixed;
				width: 35rem;
				bottom: 5rem;
				transition: 0;
			}	

			&--bottom {
				transition: 0;
				position: absolute;
				bottom: 13rem;
				width: 35rem;
			}*/
	}
}

.etapi-holder .kk-star-ratings {
	display: none;
}

/* -------------------------- *\
    .video_popup_1
\* -------------------------- */

.video_popup_1 { 
	position: relative;
	display: block;
	overflow: hidden;
	padding-top: calc(56.25% / 2);
	margin-bottom: 2rem;
 }

.video_popup_1:hover i {
	transform: translate(-50%, -50%) scale(1.05);
	padding: 0;
	background: rgba(0,0,0,.0);
}

.video_popup_1:hover:after {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
}

.video_popup_1:hover img {
	transform: translate(-50%, -50%) scale(1.1);
	transition: 2.5s;
}

.video_popup_1:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 4;
	width: 0;
	height: 0;
	background: rgba(0,0,0,0);
	transition: .3s ease;
}

.video_popup_1 span {
	position: absolute;
	top: 1.5rem;
	left: 2rem;
	z-index: 8;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}

.video_popup_1 img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 1;
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	transition: .3s ease;
}

.video_popup_1 i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	display: block;/*padding: 1.5rem 5rem;*/
	background: rgba(0,0,0,.2);
	color: #fff;
	font-size: 5rem;
	transition: .3s ease;
	width: 15rem;
	height: 15rem;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	border-radius: 50%;
}

.video_popup_1 i:hover {
	transform: translate(-50%, -50%) scale(1.07) rotate(360deg);
	color: #9DB965;
}

/* -------------------------- *\
    .gallery_2
\* -------------------------- */

@media (min-width: 600px) {

	.gallery_2 {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

.gallery_2 a {
	display: block;
}

@media (min-width: 768px) {

	.gallery_2 a {
		width: 49%;
		margin-bottom: 2%;
	}
}

.gallery_2 a:last-child:nth-child(odd) {
	width: 100%;
}

/* -------------------------- *\
    .boxes_1
\* -------------------------- */

@media (min-width: 600px) {

	.boxes_1 {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

.boxes_1 .box {
	position: relative;
	box-shadow: 0 0 1rem rgba(0,0,0, .1);
	padding: 2rem 3rem 2rem 9rem;
	margin-bottom: 4%;
}

@media (min-width: 600px) {

	.boxes_1 .box {
		width: 48%;
	}
}

.boxes_1 .box i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	left: 4.5rem;
	font-size: 3rem;
}

.boxes_1 .box p {
	margin-bottom: 0;
}

.boxes_1 .box p strong {
	display: block;
	margin-bottom: 1.5rem;
}

/* -------------------------- *\
    .accordeons_1
\* -------------------------- */

.accordeons_1 { 
	margin-bottom: 5rem;
 }

.accordeons_1 .accordeon {
	position: relative;/*border: .1rem solid rgba(0,0,0, .07);*/
	box-shadow: 0 0 .5rem rgba(0,0,0, .1);
	padding: 2rem 3rem;
	cursor: pointer;
	transition: .3s ease;
}

.accordeons_1 .accordeon + .accordeon {
	margin-top: 3rem;
}

.accordeons_1 .accordeon:hover {
	background: rgba(0,0,0,.02);
}

.accordeons_1 .accordeon .content {
	transition: .3s ease;
	height: 0;
	overflow: hidden;
}

.accordeons_1 .accordeon .open {
	position: absolute;
	right: 3rem;
	top: 2rem;
	transform: rotate(90deg) scale(.9, 1.4);
	font-weight: 700;
}

.accordeons_1 .accordeon h3 {
	margin-bottom: 0;
	transition: .3s ease;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.accordeons_1 .accordeon p:last-child {
	margin-bottom: 0;
}

.accordeons_1 .accordeon>span {
	transition: .3s ease;
}

.accordeons_1 .accordeon--open {
	background: rgba(0,0,0,.05);
	box-shadow: 0 0 .5rem rgba(0,0,0, .2);
}

.accordeons_1 .accordeon--open h3 {
	margin-bottom: 3rem;
}

.accordeons_1 .accordeon--open .content {
	height: auto;
}

.accordeons_1 .accordeon--open>span {
	transform: rotate(-90deg) !important;
}

/* -------------------------- *\
    0-medica
\* -------------------------- */

/*@import "_header";
@import "_btn";
@import "_title";
@import "_slider";
@import "_main";
@import "_form";
@import "_list-1";
@import "_text";
@import "_cta-1";
@import "_cta-2";
@import "_before";
@import "_similar-ser";
@import "_text-1";
@import "_text-2";
@import "_locations";
@import "_services";
@import "_cta_tel";


@import "_intro_1";*/

/* -------------------------- *\
    .testimonials
\* -------------------------- */

.testimonials {

	/*+ .call-me {
		padding-top: 0;
		background: #F4F7F9;
	}*/
 }

/*background: #F4F7F9;*/

@media (min-width: 768px) {

	.testimonials__holder {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

.testimonials .shell {/*max-width: 107.8rem;*/
}

.testimonials i {
	display: block;
	text-align: center;
	font-size: 3rem;
	color: var(--accent-color);
}

.testimonials .title-2 {
	text-align: center;
	font-weight: 300;
	margin-bottom: 1rem;
	color: #5f6c72;
}

@media (min-width: 768px) {

	.testimonials .title-2 {
		font-size: 3rem;
	}
}

.testimonials__info {
	text-align: center;
	color: #969ea2;
}

/* -------------------------- *\
     .testimonial
 \* -------------------------- */

.testimonial { 
 	  -webkit-box-align: center;
 	  -ms-flex-align: center;
 	      align-items: center;
 	  background-color: #fff;
 	  /*border: .1rem solid #dadfe2;*/
 	  border: .1rem solid rgba(0,0,0, .0);
 	  /*border-radius: 4px;*/
 	  box-sizing: border-box;
 	  display: -ms-flexbox;
 	  display: flex;
 	  -ms-flex-direction: column;
 	      flex-direction: column;
 	  font-size: 100%;
 	  margin: 0 0 2em;
 	  padding: 1.5em;
 	  vertical-align: baseline;
 	  width: 100%;

 	  box-shadow: 0 0 1rem rgba(0,0,0, .1);	
  }

@media (min-width: 768px) {

	.testimonial {
		width: 49%;
		margin-bottom: 2%;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		    flex-direction: row;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-align: center;
		    align-items: center;
	}
}

.testimonial__img {
	margin-bottom: 2rem;
	width: 100%;
	text-align: center;
}

@media (min-width: 768px) {

	.testimonial__img {/*float: left;*//*width: 33%;*/
		width: 10rem;
		margin-bottom: 0;
	}
}

.testimonial__img img {
	-o-object-fit: cover;
	   object-fit: cover;
	min-height: 10rem;
	min-width: 10rem;
	width: 10rem;
	height: 10rem;
	border-radius: 50%;
	overflow: hidden;
}

.testimonial blockquote {
	border-width: 0;
	box-sizing: border-box;
	font-size: 1em;
	line-height: 1.6em;
	margin: 0 0 15px;
	padding: 0;
	vertical-align: baseline;
	margin-bottom: 1rem;
	color: #5f6c72;
	font-weight: 300;
}

.testimonial p {
	border-width: 0;
	box-sizing: border-box;
	color: #969ea2;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	margin-bottom: 0;
}

@media (min-width: 768px) {

	.testimonial__content {/*float: right;*/
		width: calc(100% - 12rem);/*background: green;*/
	}
}

/* -------------------------- *\
    .call-me
\* -------------------------- */

.call-me { 
	/*border-radius: .5rem !important;*/
	overflow: hidden;
 }

@media (min-width: 640px) {

	.call-me .shell {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;/*align-items: center;*/
	}
}

.call-me .left {
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 20rem;
}

@media (min-width: 640px) {

	.call-me .left {
		width: 33.333%;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;/*flex: 1 0 100%;*/
		min-height: 25rem;/*box-shadow: 0 0 1rem rgba(0,0,0, .3);*/
	}
}

@media (min-width: 1200px) {

	.call-me .left {
		width: 40%;
	}
}

.call-me .right {/*background: var(--accent-color-3);*//*background: rgba(0,0,0, .7);*/
	background: #333031;/*background: var(--main-color);*/
	color: #fff;
	padding: 2rem 2rem 0;
}

@media (min-width: 640px) {

	.call-me .right {
		width: 66.6666%;
		-ms-flex-item-align: stretch;
		    align-self: stretch;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;/*padding-bottom: 1rem;*/
		box-shadow: 0 0 1rem rgba(0,0,0, .3);
	}
}

.call-me .title {
	margin-bottom: .5rem;
	font-size: 3rem;
	color: #fff;
	text-align: left;
}

.call-me p {
	font-weight: 300;
}

@media (min-width: 640px) {

	.call-me p {
		margin-bottom: 0;
		max-width: 60rem;
	}
}

.call-me .gform_body label {
	display: none !important;
}

.call-me .gform_body input {/*border-radius: .5rem;*/
	border: .1rem solid #fff;
	border: .2rem solid var(--dark);
	padding: 1rem !important;
}

@media (min-width: 640px) {

	.call-me .gform_body input {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
		min-height: 5rem;
	}
}

@media (min-width: 1030px) {

	.call-me .gform_body input {
		min-width: 40rem;
	}
}

.call-me .gform_body input:-ms-input-placeholder {
	color: var(--accent-color-2);
	color: var(--dark);
}

.call-me .gform_body input::placeholder {
	color: var(--accent-color-2);
	color: var(--dark);
}

.call-me .gform_button {
	background: #fff !important;
	background: var(--dark) !important;
	border: .1rem solid #fff;
	border: .25rem solid var(--dark);
	padding: 1rem !important;
	color: var(--accent-color-2);
	color: var(--dark);
	color: #fff;
	font-weight: 700;
	min-height: 5rem;
	transition: .3s ease;
	box-shadow: 0 0 2rem rgba(255, 255, 255, .5);
}

.call-me .gform_button:hover {/*background: var(--accent-color-2) !important;*/
	color: #fff;/*background: red !important;*//*border-color: red;*//*border-color: currentColor;			*/
	color: rgba(255, 255, 255, .7);
	cursor: pointer;
}

@media (min-width: 900px) {

	.call-me .gform_button {
		min-width: 21rem;
	}
}

@media (min-width: 640px) {

	.call-me .gform_button {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;/*border-top-right-radius: .5rem;*//*border-bottom-right-radius: .5rem;*/
	}
}

.call-me .gform_footer {
	margin-top: 0 !important;/*padding-bottom: 0 !important;*/
}

@media (min-width: 640px) {

	.call-me .gf_browser_chrome form {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;/*min-width: 57rem !important;*/
	}
}

.call-me .gf_browser_chrome form .gfield {
	padding-right: 0 !important;
}

.call-me .gf_browser_chrome form .medium {
	display: block !important;
	width: 100% !important;
	box-shadow: 0 0 2rem rgba(255, 255, 255, .5);
}

.call-me strong a {
	color: #fff;
}

.call-me strong a i {
	transform: rotate(-25deg);
	animation: cta_tel_icon 3s infinite ;
}

.call-me .close {
	display: none;
}

/*@import "homevarna/0";*/

/* -------------------------- *\
    0-animations
\* -------------------------- */

/* -------------------------- *\
    Animations
\* -------------------------- */

@media (min-width: 768px) {

	.fromleft {
		transition: .3s ease;
		animation: fromleft .5s linear forwards;
	}
}

@keyframes fromleft {
    	0%   {transform: translateX(-4rem); opacity: 0;}
    	100% {transform: translateX(0); opacity: 1;}    
}

@media (min-width: 768px) {

	.fromright {
		transition: .3s ease;
		animation: fromright .5s linear forwards;
	}
}

@keyframes fromtop {
    	0%   {transform: scale(.95) translateY(8rem); opacity: 0;}
    	750% {transform: translateY(-1rem); opacity: .75;}    
    	100% {transform: scale(1) translateX(0); opacity: 1;}    
}

@media (min-width: 768px) {

	.fromtop {
		transition: .3s ease;
		animation: fromtop .5s linear forwards;
	}
}

@keyframes fromtopback {
    	0%  { transform: scale(1) translateX(0); opacity: 1;}   
    	750% {transform: translateY(-1rem); opacity: .75;}    
    	100% {transform: scale(.95) translateY(8rem); opacity: 0;}
}

@keyframes fromright {
    	0%   {transform: translateX(4rem); opacity: 0;}
    	100% {transform: translateX(0); opacity: 1;}    
}

@media (min-width: 768px) {

	.fadeindown {
		opacity: 0;
		transition: .3s ease;
		animation: fadeindown .5s linear forwards;
	}
}

@keyframes fadeindown {
    	0%   {transform: translateY(-1rem); opacity: 0;}
    	100% {transform: translateY(0); opacity: 1;}    
}

.navlidelay ul li {
	animation-delay: .01s;
}

.navlidelay ul li:nth-child(2){
	animation-delay: 0.13s;
}

.navlidelay ul li:nth-child(3){
	animation-delay: 0.26s;
}

.navlidelay ul li:nth-child(4){
	animation-delay: 0.39s;
}

.navlidelay ul li:nth-child(5){
	animation-delay: 0.52s;
}

.navlidelay ul li:nth-child(6){
	animation-delay: 0.65s;
}

.navlidelay ul li:nth-child(7){
	animation-delay: 0.78s;
}

.navlidelay ul li:nth-child(8){
	animation-delay: 0.91s;
}

.navlidelay ul li:nth-child(9){
	animation-delay: 1.04s;
}

.navlidelay ul li:nth-child(10){
	animation-delay: 1.17s;
}

.itemdelay {
		animation-delay: .01s;	
}

.itemdelay:nth-child(2){
	animation-delay: 0.2s;
}

.itemdelay:nth-child(3){
	animation-delay: 0.4s;
}

.itemdelay:nth-child(4){
	animation-delay: 0.6s;
}

.itemdelay:nth-child(5){
	animation-delay: 0.8s;
}

.itemdelay:nth-child(6){
	animation-delay: 1.s;
}

.itemdelay:nth-child(7){
	animation-delay: 0.78s;
}

.itemdelay:nth-child(8){
	animation-delay: 0.91s;
}

.itemdelay:nth-child(9){
	animation-delay: 1.04s;
}

.itemdelay:nth-child(10){
	animation-delay: 1.17s;
}

@media (min-width: 768px) {

	.halfhade {
		transition: .3s ease;
		opacity: 0;
		animation: halfhade .9s linear forwards;
	}
}

@keyframes halfhade {
    	0%   {transform: translateX(-50%) translateY(-40%); opacity: 0;}
    	100% {transform: translateX(-50%) translateY(-50%); opacity: 1;}    
}

@media (min-width: 768px) {

	.pulseslow {
		transition: .3s ease;
		animation: pulseslow 4s infinite forwards .5s;
	}
}

@keyframes pulseslow {
    	0%   {transform: scale(1); background: var(--accent-color); border-color: var(--accent-color);}
    	7%  {transform: scale(1.1); background: var(--main-color); border-color: var(--main-color);}
    	8%  {transform: scale(1); background: var(--accent-color); border-color: var(--accent-color)}
    	100% {transform: scale(1);}
}

@media (min-width: 768px) {

	.appearonscrolltop {
		transition: .3s ease;
		opacity: 0;
	}

	.appearonscrolltop--reveal {
		animation: appearonscrolltop .5s forwards .1s;
	}
}

@keyframes appearonscrolltop {
    	0%   {transform: translateY(3rem) scale(1.01); opacity: 0; }    	
    	100% {transform: translateY(0rem) scale(1); opacity: 1;}
}

@keyframes menuAfter {
  0%   { transform: translateX(-50%) translateY(-50%) rotate(0deg); }
  33%   { transform: translateX(-50%) translateY(-50%) rotate(15deg); }
  66%   { transform: translateX(-50%) translateY(-50%) rotate(-15deg); }
  100%   { transform: translateX(-50%) translateY(-50%) rotate(0deg); }
}

@keyframes intro_2_bg {
  0%   { transform: scale(1); }
  33%  { transform: scale(1.05) translateX(1rem); }
  66%  { transform: scale(1. 03) translateX(50rem) translateY(1rem); }
  100% { transform: scale(1); }
}

@keyframes legenda {
  0%   { margin-left: 4rem; }
  33%  { margin-left: 5rem; }
  66%  { margin-left: 4rem; }
  100% { margin-left: 4rem; }
}

@keyframes product {
  0%   { transform: scale(1); }
  8%  { transform: scale(1.03); box-shadow: 0 0 1rem rgba(0,0,0, .3); }
  9%%  { transform: scale(1.03); }
  16.66% { transform: scale(1); box-shadow: 0 0 1rem rgba(0,0,0, .1); }
  100% { transform: scale(1); }
}

@keyframes productHidden {
  0%   { transform: scale(1); }
  8%  { transform: scale(1.03); box-shadow: 0 0 1rem rgba(0,0,0, .1); }
  9%%  { transform: scale(1.03); }
  16.66% { transform: scale(1); box-shadow: 0 0 1rem rgba(0,0,0, .1); }
  100% { transform: scale(1); }
}

@keyframes back {
  0%   { transform: translateX(0); }
  25%  { transform: translateX(.2rem); } 
  50%  { transform: translateX(-.5rem); } 
  75%  { transform: translateX(0); }
  100% { transform: translateX(0); }
}

@keyframes easyshake {
  0%   { transform: translateX(0) rotate(0deg); }
  12.5%  { transform: translateX(.2rem) rotate(5deg); } 
  25%  { transform: translateX(-.5rem) rotate(-5deg); } 
  37.5%  { transform: translateX(0); }
  75%  { transform: translateX(0); }
  100% { transform: translateX(0); }
}

@keyframes easyshakespan {
  0%   { transform: translateX(0); }
  12.5%  { transform: translateX(-4rem); } 
  25%  { transform: translateX(1rem); }
  37.5%  { transform: translateX(0); } 
  75%  { transform: translateX(0); }
  100% { transform: translateX(0); }
}

@keyframes easyshake2 {
  0%   { transform: translateX(0) rotate(0deg) scale(1); }
  12.5%  { transform: translateX(.2rem) rotate(2deg) scale(1.1); } 
  25%  { transform: translateX(-.5rem) rotate(-2deg) scale(1.1); } 
  37.5%  { transform: translateX(0) scale(1); }
  75%  { transform: translateX(0) scale(1); }
  100% { transform: translateX(0) scale(1); }
}

@keyframes easyshake3 {
  0%   { transform: translateY(-50%) translateX(-50%) rotate(0deg) scale(1); }
  12.5%  { transform: translateY(-50%) translateX(-49%) rotate(2deg) scale(1.1); } 
  25%  { transform: translateY(-50%) translateX(-52%) rotate(-2deg) scale(1.1); } 
  37.5%  { transform: translateY(-50%) translateX(-50%) scale(1); }
  75%  { transform: translateY(-50%) translateX(-50%) scale(1); }
  100% { transform: translateY(-50%) translateX(-50%) scale(1); }
}

@keyframes list {
  0%   { transform: translateY(10rem); }
  80%  { transform: translateY(-3rem) scale(1.05); }
  100% { transform: translateX(0) scale(1); }
}

@keyframes listback {
  0%   { transform: translateY(0); }
  80%  { transform: translateY(-3rem) scale(1.05); }
  100% { transform: translateX(10rem) scale(1); }
}

/*@import "_main";*/

/*@import "ortomedics/0.css";*/