@import url("https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed");
@font-face {
  font-family: Lato-Medium;
  src: url("../font/Lato-Medium.ttf");
  src: url("../font/Lato-Medium.eot");
  src: url("../font/Lato-Medium.eot?#iefix") format("embedded-opentype"), url("../font/Lato-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Lato-Black;
  src: url("../font/Lato-Black.ttf");
  src: url("../font/Lato-Black.eot");
  src: url("../font/Lato-Black.eot?#iefix") format("embedded-opentype"), url("../font/Lato-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Lato-Semibold;
  src: url("../font/Lato-Semibold.ttf");
  src: url("../font/Lato-Semibold.eot");
  src: url("../font/Lato-Semibold.eot?#iefix") format("embedded-opentype"), url("../font/Lato-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Lato-Light;
  src: url("../font/Lato-Light.ttf");
  src: url("../font/Lato-Light.eot");
  src: url("../font/Lato-Light.eot?#iefix") format("embedded-opentype"), url("../font/Lato-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Lato-Regular;
  src: url("../font/Lato-Regular.ttf");
  src: url("../font/Lato-Regular.eot");
  src: url("../font/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Lato-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
html, body {
  margin: 0;
  padding: 0;
}

.ics-container {
  max-width: 1200px;
  margin: 0 auto;
}
.ics-container p, .ics-container ul, .ics-container li, .ics-container div {
  color: #000000;
}

body {
  background: #fff;
  font-family: "Roboto", sans-serif;
}

header #full-menu-panel-id {
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  height: 0;
  overflow: hidden;
  width: 100%;
  background: white;
  z-index: 4444;
  -webkit-transition: height 0.3s ease 0s;
  transition: height 0.3s ease 0s;
}
header #full-menu-panel-id .ics-container {
  padding-top: 30px;
  position: relative;
}
@media screen and (max-width: 950px) {
  header #full-menu-panel-id .ics-container {
    padding-top: 0;
  }
}
header #full-menu-panel-id .ics-container ul#full-menu {
  list-style: none;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 550px) {
  header #full-menu-panel-id .ics-container ul#full-menu {
    display: block;
    width: 100%;
  }
}
header #full-menu-panel-id .ics-container ul#full-menu > li {
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  border-left: 2px solid transparent;
  padding: 0 15px;
}
@media screen and (max-width: 550px) {
  header #full-menu-panel-id .ics-container ul#full-menu > li {
    height: inherit;
    display: block;
    padding: 15px;
  }
}
header #full-menu-panel-id .ics-container ul#full-menu > li > a {
  text-decoration: none;
  color: #484848;
  font-size: 18px;
  line-height: 20px;
  font-family: Lato-Medium, sans-serif;
}
header #full-menu-panel-id .ics-container ul#full-menu > li > ul.sub-menu {
  display: none;
}
header #full-menu-panel-id .ics-container ul#full-menu > li:hover {
  border-left: 2px solid #86ce00;
}
header #full-menu-panel-id .ics-container ul#full-menu > li:hover > ul.sub-menu {
  position: absolute;
  top: 0;
  left: 250px;
  display: flex;
  width: calc(100% - 250px);
  width: -webkit-calc(100% - 250px);
  height: calc(100vh - 70px);
  height: -webkit-calc(100vh - 70px);
  padding: 20px 15px 0 25px;
  flex-wrap: wrap;
  bottom: 30px;
  align-content: flex-start;
  list-style: none;
  overflow: auto;
  z-index: 10;
}
@media screen and (max-width: 550px) {
  header #full-menu-panel-id .ics-container ul#full-menu > li:hover > ul.sub-menu {
    position: relative;
    display: block;
    left: 0;
    width: 100%;
    padding: 15px;
  }
}
header #full-menu-panel-id .ics-container ul#full-menu > li:hover > ul.sub-menu > li {
  padding: 0 20px;
  width: 33%;
}
@media screen and (max-width: 950px) {
  header #full-menu-panel-id .ics-container ul#full-menu > li:hover > ul.sub-menu > li {
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  header #full-menu-panel-id .ics-container ul#full-menu > li:hover > ul.sub-menu > li {
    width: 100%;
  }
}
header #full-menu-panel-id .ics-container ul#full-menu > li:hover > ul.sub-menu > li > a {
  color: #86ce00;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  font-family: Lato-Black, sans-serif;
  display: inline-block;
  margin-bottom: 10px;
}
header #full-menu-panel-id .ics-container ul#full-menu > li:hover > ul.sub-menu > li > ul.sub-menu {
  list-style: none;
  padding: 0;
}
header #full-menu-panel-id .ics-container ul#full-menu > li:hover > ul.sub-menu > li > ul.sub-menu li {
  margin-bottom: 5px;
}
header #full-menu-panel-id .ics-container ul#full-menu > li:hover > ul.sub-menu > li > ul.sub-menu li a {
  color: #030400;
  font-size: 15px;
  line-height: 18px;
  font-family: Lato-Regular, sans-serif;
  text-decoration: none;
}
header #full-menu-panel-id .ics-container ul#full-menu > li:hover > ul.sub-menu > li > ul.sub-menu li a:hover {
  text-decoration: underline;
}
header #full-menu-panel-id.open {
  height: calc(100vh - 40px);
  overflow-y: auto;
}
header section.block-video-menu, header section.simple-menu {
  position: relative;
  overflow: hidden;
}
header section.block-video-menu .header-video, header section.simple-menu .header-video {
  height: 63vh;
  min-height: 350px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: -1;
  background-image: url("../img/drukarnia-top-3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
header section.block-video-menu .header-video video, header section.simple-menu .header-video video {
  position: absolute;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
}
header section.block-video-menu .header-info, header section.simple-menu .header-info {
  padding: 1px;
  height: 100%;
  box-sizing: border-box;
}
header section.block-video-menu .header-info .fixed-header, header section.simple-menu .header-info .fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
header section.block-video-menu .header-info .fixed-header .ics-container, header section.simple-menu .header-info .fixed-header .ics-container {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
header section.block-video-menu .header-info .fixed-header .ics-container .full-menu-btn, header section.simple-menu .header-info .fixed-header .ics-container .full-menu-btn {
  width: 60px;
  background: #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.3s ease-in-out;
}
header section.block-video-menu .header-info .fixed-header .ics-container .full-menu-btn:hover, header section.simple-menu .header-info .fixed-header .ics-container .full-menu-btn:hover {
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.6), inset -1px -1px 3px rgba(0, 0, 0, 0.6);
}
header section.block-video-menu .header-info .fixed-header .ics-container .full-menu-btn .menu-icon-caption, header section.simple-menu .header-info .fixed-header .ics-container .full-menu-btn .menu-icon-caption {
  position: absolute;
  font-size: 10px;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 2px;
}
header section.block-video-menu .header-info .fixed-header .ics-container .full-menu-btn span, header section.simple-menu .header-info .fixed-header .ics-container .full-menu-btn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 10px;
  background: #69747a;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  animation: menu 3s infinite;
  animation-timing-function: linear;
  -webkit-animation: menu 3s infinite;
  -webkit-animation-timing-function: linear;
}
header section.block-video-menu .header-info .fixed-header .ics-container .full-menu-btn span:nth-child(even), header section.simple-menu .header-info .fixed-header .ics-container .full-menu-btn span:nth-child(even) {
  left: 30px;
}
header section.block-video-menu .header-info .fixed-header .ics-container .full-menu-btn span:nth-child(odd), header section.simple-menu .header-info .fixed-header .ics-container .full-menu-btn span:nth-child(odd) {
  left: 20px;
}
header section.block-video-menu .header-info .fixed-header .ics-container .full-menu-btn span:nth-child(1), header section.block-video-menu .header-info .fixed-header .ics-container .full-menu-btn span:nth-child(2), header section.simple-menu .header-info .fixed-header .ics-container .full-menu-btn span:nth-child(1), header section.simple-menu .header-info .fixed-header .ics-container .full-menu-btn span:nth-child(2) {
  top: 10px;
}
header section.block-video-menu .header-info .fixed-header .ics-container .full-menu-btn span:nth-child(3), header section.block-video-menu .header-info .fixed-header .ics-container .full-menu-btn span:nth-child(4), header section.simple-menu .header-info .fixed-header .ics-container .full-menu-btn span:nth-child(3), header section.simple-menu .header-info .fixed-header .ics-container .full-menu-btn span:nth-child(4) {
  top: 15px;
}
header section.block-video-menu .header-info .fixed-header .ics-container .full-menu-btn span:nth-child(5), header section.block-video-menu .header-info .fixed-header .ics-container .full-menu-btn span:nth-child(6), header section.simple-menu .header-info .fixed-header .ics-container .full-menu-btn span:nth-child(5), header section.simple-menu .header-info .fixed-header .ics-container .full-menu-btn span:nth-child(6) {
  top: 20px;
}
header section.block-video-menu .header-info .fixed-header .ics-container .full-menu-btn.open span, header section.simple-menu .header-info .fixed-header .ics-container .full-menu-btn.open span {
  animation: inherit;
  -webkit-animation: inherit;
}
header section.block-video-menu .header-info .fixed-header .ics-container .full-menu-btn.open span:nth-child(1), header section.block-video-menu .header-info .fixed-header .ics-container .full-menu-btn.open span:nth-child(6), header section.simple-menu .header-info .fixed-header .ics-container .full-menu-btn.open span:nth-child(1), header section.simple-menu .header-info .fixed-header .ics-container .full-menu-btn.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  animation: inherit;
  -webkit-animation: inherit;
}
header section.block-video-menu .header-info .fixed-header .ics-container .full-menu-btn.open span:nth-child(2), header section.block-video-menu .header-info .fixed-header .ics-container .full-menu-btn.open span:nth-child(5), header section.simple-menu .header-info .fixed-header .ics-container .full-menu-btn.open span:nth-child(2), header section.simple-menu .header-info .fixed-header .ics-container .full-menu-btn.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  animation: inherit;
  -webkit-animation: inherit;
}
header section.block-video-menu .header-info .fixed-header .ics-container .full-menu-btn.open span:nth-child(1), header section.simple-menu .header-info .fixed-header .ics-container .full-menu-btn.open span:nth-child(1) {
  left: 21px;
  top: 12px;
}
header section.block-video-menu .header-info .fixed-header .ics-container .full-menu-btn.open span:nth-child(2), header section.simple-menu .header-info .fixed-header .ics-container .full-menu-btn.open span:nth-child(2) {
  left: calc(50% - 2px);
  top: 12px;
}
header section.block-video-menu .header-info .fixed-header .ics-container .full-menu-btn.open span:nth-child(3), header section.simple-menu .header-info .fixed-header .ics-container .full-menu-btn.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
header section.block-video-menu .header-info .fixed-header .ics-container .full-menu-btn.open span:nth-child(4), header section.simple-menu .header-info .fixed-header .ics-container .full-menu-btn.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
header section.block-video-menu .header-info .fixed-header .ics-container .full-menu-btn.open span:nth-child(5), header section.simple-menu .header-info .fixed-header .ics-container .full-menu-btn.open span:nth-child(5) {
  left: 21px;
  top: 19px;
}
header section.block-video-menu .header-info .fixed-header .ics-container .full-menu-btn.open span:nth-child(6), header section.simple-menu .header-info .fixed-header .ics-container .full-menu-btn.open span:nth-child(6) {
  left: calc(50% - 2px);
  top: 19px;
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-icons, header section.simple-menu .header-info .fixed-header .ics-container .header-icons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 80px;
}
@media screen and (max-width: 350px) {
  header section.block-video-menu .header-info .fixed-header .ics-container .header-icons, header section.simple-menu .header-info .fixed-header .ics-container .header-icons {
    display: none;
  }
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-icons .feedback, header section.block-video-menu .header-info .fixed-header .ics-container .header-icons .about-us, header section.simple-menu .header-info .fixed-header .ics-container .header-icons .feedback, header section.simple-menu .header-info .fixed-header .ics-container .header-icons .about-us {
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 40px;
  font-size: 11px;
  color: #effeff;
  text-align: center;
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out;
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-icons .feedback:hover, header section.block-video-menu .header-info .fixed-header .ics-container .header-icons .about-us:hover, header section.simple-menu .header-info .fixed-header .ics-container .header-icons .feedback:hover, header section.simple-menu .header-info .fixed-header .ics-container .header-icons .about-us:hover {
  box-shadow: inset 1px 1px 3px rgba(255, 255, 255, 0.9), inset -1px -1px 3px rgba(255, 255, 255, 0.9);
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-icons .feedback, header section.simple-menu .header-info .fixed-header .ics-container .header-icons .feedback {
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,0.5)' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 viewBox='0 0 14 14' style='enable-background:new 0 0 14 14;' xml:space='preserve'%3E		%3Cpath d='M7,9L5.268,7.484l-4.952,4.245C0.496,11.896,0.739,12,1.007,12h11.986			c0.267,0,0.509-0.104,0.688-0.271L8.732,7.484L7,9z'/%3E		%3Cpath d='M13.684,2.271C13.504,2.103,13.262,2,12.993,2H1.007C0.74,2,0.498,2.104,0.318,2.273L7,8			L13.684,2.271z'/%3E		%3Cpolygon points='0,2.878 0,11.186 4.833,7.079 		'/%3E		%3Cpolygon points='9.167,7.079 14,11.186 14,2.875 		'/%3E%3C/svg%3E");
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-icons .feedback:hover, header section.simple-menu .header-info .fixed-header .ics-container .header-icons .feedback:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,0.9)' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 viewBox='0 0 14 14' style='enable-background:new 0 0 14 14;' xml:space='preserve'%3E		%3Cpath d='M7,9L5.268,7.484l-4.952,4.245C0.496,11.896,0.739,12,1.007,12h11.986			c0.267,0,0.509-0.104,0.688-0.271L8.732,7.484L7,9z'/%3E		%3Cpath d='M13.684,2.271C13.504,2.103,13.262,2,12.993,2H1.007C0.74,2,0.498,2.104,0.318,2.273L7,8			L13.684,2.271z'/%3E		%3Cpolygon points='0,2.878 0,11.186 4.833,7.079 		'/%3E		%3Cpolygon points='9.167,7.079 14,11.186 14,2.875 		'/%3E%3C/svg%3E");
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-icons .about-us, header section.simple-menu .header-info .fixed-header .ics-container .header-icons .about-us {
  position: relative;
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,0.5)' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 viewBox='0 0 511.999 511.999' style='enable-background:new 0 0 511.999 511.999;' xml:space='preserve'%3E		%3Cpath d='M256,0C134.684,0,36,96.243,36,215.851c0,68.63,33.021,132.639,88.879,173.334V492c0,7.938,4.694,15.124,11.962,18.313			c7.225,3.173,15.704,1.809,21.577-3.593l82.144-75.555c5.17,0.355,10.335,0.535,15.438,0.535c121.316,0,220-96.243,220-215.851			C476,96.13,377.21,0,256,0z M256,391.701c-6.687,0-13.516-0.376-20.298-1.118c-5.737-0.634-11.466,1.253-15.715,5.161			l-55.108,50.687v-67.726c0-6.741-3.396-13.029-9.034-16.726C105.848,329.2,76,274.573,76,215.851C76,118.886,156.747,40,256,40			s180,78.886,180,175.851C436,312.814,355.252,391.701,256,391.701z'/%3E		%3Cpath d='M266,98.877h-70c-11.046,0-20,8.954-20,20c0,11.046,8.954,20,20,20h70c16.542,0,30,13.458,30,30c0,16.542-13.458,30-30,30			h-20c-11.046,0-20,8.954-20,20v28.793c0,11.046,8.954,20,20,20s20-8.954,20-20v-8.793c38.598,0,70-31.401,70-70			C336,130.279,304.598,98.877,266,98.877z'/%3E		%3Ccircle cx='246' cy='319.16' r='27'/%3E%3C/svg%3E");
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-icons .about-us:hover, header section.simple-menu .header-info .fixed-header .ics-container .header-icons .about-us:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,0.9)' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 viewBox='0 0 511.999 511.999' style='enable-background:new 0 0 511.999 511.999;' xml:space='preserve'%3E		%3Cpath d='M256,0C134.684,0,36,96.243,36,215.851c0,68.63,33.021,132.639,88.879,173.334V492c0,7.938,4.694,15.124,11.962,18.313			c7.225,3.173,15.704,1.809,21.577-3.593l82.144-75.555c5.17,0.355,10.335,0.535,15.438,0.535c121.316,0,220-96.243,220-215.851			C476,96.13,377.21,0,256,0z M256,391.701c-6.687,0-13.516-0.376-20.298-1.118c-5.737-0.634-11.466,1.253-15.715,5.161			l-55.108,50.687v-67.726c0-6.741-3.396-13.029-9.034-16.726C105.848,329.2,76,274.573,76,215.851C76,118.886,156.747,40,256,40			s180,78.886,180,175.851C436,312.814,355.252,391.701,256,391.701z'/%3E		%3Cpath d='M266,98.877h-70c-11.046,0-20,8.954-20,20c0,11.046,8.954,20,20,20h70c16.542,0,30,13.458,30,30c0,16.542-13.458,30-30,30			h-20c-11.046,0-20,8.954-20,20v28.793c0,11.046,8.954,20,20,20s20-8.954,20-20v-8.793c38.598,0,70-31.401,70-70			C336,130.279,304.598,98.877,266,98.877z'/%3E		%3Ccircle cx='246' cy='319.16' r='27'/%3E%3C/svg%3E");
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-icons .about-us a, header section.simple-menu .header-info .fixed-header .ics-container .header-icons .about-us a {
  display: block;
  height: 100%;
  width: 100%;
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-search, header section.simple-menu .header-info .fixed-header .ics-container .header-search {
  position: relative;
  width: calc(100% - 640px);
  padding: 0 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1220px) {
  header section.block-video-menu .header-info .fixed-header .ics-container .header-search, header section.simple-menu .header-info .fixed-header .ics-container .header-search {
    display: none;
  }
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-search form, header section.simple-menu .header-info .fixed-header .ics-container .header-search form {
  margin: 0 auto;
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-search form input, header section.simple-menu .header-info .fixed-header .ics-container .header-search form input {
  color: #effeff;
  font-size: 14px;
  line-height: 39px;
  height: 40px;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 100%;
  background: none;
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-search form input:active, header section.block-video-menu .header-info .fixed-header .ics-container .header-search form input:focus, header section.simple-menu .header-info .fixed-header .ics-container .header-search form input:active, header section.simple-menu .header-info .fixed-header .ics-container .header-search form input:focus {
  outline: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.9);
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-search form button.btn-search, header section.simple-menu .header-info .fixed-header .ics-container .header-search form button.btn-search {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,0.5)' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 width='485.213px' height='485.213px' viewBox='0 0 485.213 485.213' style='enable-background:new 0 0 485.213 485.213;'	 xml:space='preserve'%3E		%3Cpath d='M471.882,407.567L360.567,296.243c-16.586,25.795-38.536,47.734-64.331,64.321l111.324,111.324			c17.772,17.768,46.587,17.768,64.321,0C489.654,454.149,489.654,425.334,471.882,407.567z'/%3E		%3Cpath d='M363.909,181.955C363.909,81.473,282.44,0,181.956,0C81.474,0,0.001,81.473,0.001,181.955s81.473,181.951,181.955,181.951			C282.44,363.906,363.909,282.437,363.909,181.955z M181.956,318.416c-75.252,0-136.465-61.208-136.465-136.46			c0-75.252,61.213-136.465,136.465-136.465c75.25,0,136.468,61.213,136.468,136.465			C318.424,257.208,257.206,318.416,181.956,318.416z'/%3E		%3Cpath d='M75.817,181.955h30.322c0-41.803,34.014-75.814,75.816-75.814V75.816C123.438,75.816,75.817,123.437,75.817,181.955z'/%3E%3C/svg%3E");
  transition: box-shadow 0.3s ease-in-out;
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-search form button.btn-search:hover, header section.simple-menu .header-info .fixed-header .ics-container .header-search form button.btn-search:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,0.9)' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 width='485.213px' height='485.213px' viewBox='0 0 485.213 485.213' style='enable-background:new 0 0 485.213 485.213;'	 xml:space='preserve'%3E		%3Cpath d='M471.882,407.567L360.567,296.243c-16.586,25.795-38.536,47.734-64.331,64.321l111.324,111.324			c17.772,17.768,46.587,17.768,64.321,0C489.654,454.149,489.654,425.334,471.882,407.567z'/%3E		%3Cpath d='M363.909,181.955C363.909,81.473,282.44,0,181.956,0C81.474,0,0.001,81.473,0.001,181.955s81.473,181.951,181.955,181.951			C282.44,363.906,363.909,282.437,363.909,181.955z M181.956,318.416c-75.252,0-136.465-61.208-136.465-136.46			c0-75.252,61.213-136.465,136.465-136.465c75.25,0,136.468,61.213,136.468,136.465			C318.424,257.208,257.206,318.416,181.956,318.416z'/%3E		%3Cpath d='M75.817,181.955h30.322c0-41.803,34.014-75.814,75.816-75.814V75.816C123.438,75.816,75.817,123.437,75.817,181.955z'/%3E%3C/svg%3E");
  box-shadow: inset 1px 1px 3px rgba(255, 255, 255, 0.9), inset -1px -1px 3px rgba(255, 255, 255, 0.9);
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-socials, header section.simple-menu .header-info .fixed-header .ics-container .header-socials {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 200px;
}
@media screen and (max-width: 530px) {
  header section.block-video-menu .header-info .fixed-header .ics-container .header-socials, header section.simple-menu .header-info .fixed-header .ics-container .header-socials {
    display: none;
  }
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-socials .social-tech, header section.block-video-menu .header-info .fixed-header .ics-container .header-socials .social-fb, header section.block-video-menu .header-info .fixed-header .ics-container .header-socials .social-blog, header section.block-video-menu .header-info .fixed-header .ics-container .header-socials .social-youtube, header section.block-video-menu .header-info .fixed-header .ics-container .header-socials .social-instagram, header section.block-video-menu .header-info .fixed-header .ics-container .header-socials .social-viber, header section.simple-menu .header-info .fixed-header .ics-container .header-socials .social-tech, header section.simple-menu .header-info .fixed-header .ics-container .header-socials .social-fb, header section.simple-menu .header-info .fixed-header .ics-container .header-socials .social-blog, header section.simple-menu .header-info .fixed-header .ics-container .header-socials .social-youtube, header section.simple-menu .header-info .fixed-header .ics-container .header-socials .social-instagram, header section.simple-menu .header-info .fixed-header .ics-container .header-socials .social-viber {
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 40px;
  font-size: 11px;
  color: #effeff;
  text-align: center;
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out;
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-socials .social-tech:hover, header section.block-video-menu .header-info .fixed-header .ics-container .header-socials .social-fb:hover, header section.block-video-menu .header-info .fixed-header .ics-container .header-socials .social-blog:hover, header section.block-video-menu .header-info .fixed-header .ics-container .header-socials .social-youtube:hover, header section.block-video-menu .header-info .fixed-header .ics-container .header-socials .social-instagram:hover, header section.block-video-menu .header-info .fixed-header .ics-container .header-socials .social-viber:hover, header section.simple-menu .header-info .fixed-header .ics-container .header-socials .social-tech:hover, header section.simple-menu .header-info .fixed-header .ics-container .header-socials .social-fb:hover, header section.simple-menu .header-info .fixed-header .ics-container .header-socials .social-blog:hover, header section.simple-menu .header-info .fixed-header .ics-container .header-socials .social-youtube:hover, header section.simple-menu .header-info .fixed-header .ics-container .header-socials .social-instagram:hover, header section.simple-menu .header-info .fixed-header .ics-container .header-socials .social-viber:hover {
  box-shadow: inset 1px 1px 3px rgba(255, 255, 255, 0.9), inset -1px -1px 3px rgba(255, 255, 255, 0.9);
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-socials .social-tech a, header section.block-video-menu .header-info .fixed-header .ics-container .header-socials .social-fb a, header section.block-video-menu .header-info .fixed-header .ics-container .header-socials .social-blog a, header section.block-video-menu .header-info .fixed-header .ics-container .header-socials .social-youtube a, header section.block-video-menu .header-info .fixed-header .ics-container .header-socials .social-instagram a, header section.block-video-menu .header-info .fixed-header .ics-container .header-socials .social-viber a, header section.simple-menu .header-info .fixed-header .ics-container .header-socials .social-tech a, header section.simple-menu .header-info .fixed-header .ics-container .header-socials .social-fb a, header section.simple-menu .header-info .fixed-header .ics-container .header-socials .social-blog a, header section.simple-menu .header-info .fixed-header .ics-container .header-socials .social-youtube a, header section.simple-menu .header-info .fixed-header .ics-container .header-socials .social-instagram a, header section.simple-menu .header-info .fixed-header .ics-container .header-socials .social-viber a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-socials .social-tech, header section.simple-menu .header-info .fixed-header .ics-container .header-socials .social-tech {
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,0.5)' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E		%3Cpath d='M438.973,411.718c-14.598,0-26.475,11.876-26.475,26.475c0,14.598,11.876,26.474,26.475,26.474			c14.598,0,26.474-11.876,26.474-26.474C465.447,423.595,453.571,411.718,438.973,411.718z M438.972,448.977			c-5.946,0-10.784-4.838-10.784-10.784c0-5.946,4.838-10.784,10.784-10.784c5.946,0,10.784,4.838,10.784,10.784			S444.918,448.977,438.972,448.977z'/%3E		%3Cpath d='M510.303,436.82c-0.5-19.383-8.704-37.211-23.102-50.198L329.249,244.157l139.658-139.658			c0.918-0.274,1.825-0.615,2.7-1.077L501.85,87.46c4.178-2.206,6.98-6.152,7.685-10.823c0.706-4.672-0.805-9.268-4.146-12.612			l-34.052-34.051c-3.342-3.341-7.935-4.852-12.611-4.146c-4.671,0.705-8.616,3.507-10.823,7.686L431.94,63.755			c-0.466,0.883-0.824,1.796-1.099,2.723l-65.92,65.92c-3.064,3.065-3.064,8.031,0,11.096c3.065,3.062,8.031,3.062,11.096,0			l60.492-60.493l15.853,15.853l-154.7,154.7l-15.853-15.853l67.525-67.524c3.064-3.065,3.064-8.031,0-11.096			c-3.065-3.062-8.031-3.062-11.096,0l-48.994,48.994l-53.322-48.094c15.118-43.516,4.17-91.931-28.625-124.725			C173.706,1.665,123.314-9.04,78.916,7.987c-2.481,0.952-4.312,3.094-4.864,5.693s0.247,5.301,2.126,7.18l61.592,61.593			c1.822,1.822,2.827,4.245,2.827,6.822c0,2.577-1.004,5-2.827,6.823l-39.999,39.999c-1.822,1.823-4.245,2.827-6.822,2.827			c-2.577,0-5-1.003-6.823-2.827L22.533,74.504c-1.88-1.879-4.58-2.678-7.18-2.126c-2.599,0.553-4.741,2.383-5.693,4.864			c-17.027,44.396-6.322,94.788,27.27,128.381c31.991,31.99,79.468,43.253,122.299,29.414l41.227,45.083			c-1.981,3.871-4.557,7.481-7.734,10.658c-11.884,11.884-29.695,15.628-45.38,9.54c-2.899-1.128-6.188-0.434-8.388,1.765			l-96.059,96.059c-26.004,26.005-26.004,68.317,0,94.32C55.494,505.063,72.243,512,90.058,512c17.814,0,34.564-6.937,47.161-19.534			l96.059-96.058c2.198-2.199,2.891-5.489,1.765-8.388c-6.089-15.684-2.345-33.497,9.538-45.381			c11.886-11.884,29.698-15.628,45.382-9.54c2.901,1.128,6.188,0.432,8.388-1.765l18.12-18.12c5.456-5.456,8.46-12.711,8.46-20.426			c0-7.715-3.004-14.97-8.46-20.426l-7.713-7.713l9.383-9.383l158.552,143.007c11.172,10.077,17.539,23.911,17.926,38.951			c0.387,15.04-5.259,29.183-15.898,39.821c-10.588,10.59-24.695,16.226-39.636,15.903c-14.971-0.334-28.781-6.604-38.886-17.655			L282.31,346.378c-2.927-3.199-7.887-3.419-11.084-0.495c-3.197,2.925-3.419,7.887-0.495,11.084l117.888,128.915			c13.024,14.241,30.822,22.321,50.115,22.752c0.54,0.012,1.079,0.018,1.618,0.018c18.688,0,36.199-7.249,49.464-20.512			C503.526,474.429,510.801,456.203,510.303,436.82z M446.149,70.45l15.019-28.454l32.199,32.199l-28.454,15.019L446.149,70.45z			 M167.324,220.639c-2.16-2.36-5.534-3.174-8.532-2.056c-38.363,14.31-81.845,4.868-110.768-24.052			c-26.262-26.263-36.438-64.337-27.471-99.815l52.477,52.477c4.787,4.786,11.15,7.421,17.918,7.421s13.131-2.635,17.917-7.421			l39.999-39.999c4.786-4.787,7.421-11.15,7.421-17.918s-2.635-13.131-7.421-17.917L96.388,18.88			c35.475-8.971,73.553,1.208,99.814,27.471c29.659,29.657,38.773,74.003,23.222,112.978c-1.217,3.049-0.407,6.534,2.032,8.733			l56.679,51.122l-7.422,7.422L263,218.893c-5.456-5.456-12.711-8.46-20.426-8.46c-7.715,0-14.97,3.004-20.426,8.46l-18.12,18.12			c-2.198,2.199-2.891,5.489-1.765,8.388c2.087,5.375,2.992,10.997,2.837,16.548L167.324,220.639z M305.374,302.119l-14.682,14.683			c-20.192-5.821-42.164-0.299-57.205,14.741h-0.001c-15.04,15.041-20.563,37.01-14.74,57.206l-92.622,92.62			c-9.634,9.634-22.442,14.94-36.065,14.94s-26.433-5.306-36.065-14.94c-19.887-19.886-19.887-52.244,0-72.131l92.621-92.621			c20.194,5.824,42.163,0.298,57.205-14.742c15.04-15.041,20.564-37.01,14.741-57.205l14.683-14.682			c5.144-5.146,13.517-5.146,18.661,0l13.261,13.261l26.947,26.947l13.261,13.261C310.52,288.603,310.52,296.975,305.374,302.119z'			/%3E		%3Cpath d='M162.326,346.249c-3.065-3.063-8.031-3.063-11.096,0l-74.318,74.318c-3.064,3.065-3.064,8.031,0,11.096			c1.532,1.531,3.541,2.297,5.548,2.297c2.007,0,4.016-0.766,5.548-2.297l74.318-74.318			C165.389,354.28,165.389,349.313,162.326,346.249z'/%3E		%3Cpath d='M189.785,373.708c-3.064-3.063-8.031-3.063-11.096,0l-74.318,74.317c-3.064,3.065-3.064,8.031,0,11.096			c1.532,1.531,3.54,2.297,5.548,2.297c2.007,0,4.016-0.766,5.548-2.297l74.318-74.317			C192.849,381.739,192.849,376.773,189.785,373.708z'/%3E%3C/svg%3E");
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-socials .social-tech:hover, header section.simple-menu .header-info .fixed-header .ics-container .header-socials .social-tech:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,0.9)' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E		%3Cpath d='M438.973,411.718c-14.598,0-26.475,11.876-26.475,26.475c0,14.598,11.876,26.474,26.475,26.474			c14.598,0,26.474-11.876,26.474-26.474C465.447,423.595,453.571,411.718,438.973,411.718z M438.972,448.977			c-5.946,0-10.784-4.838-10.784-10.784c0-5.946,4.838-10.784,10.784-10.784c5.946,0,10.784,4.838,10.784,10.784			S444.918,448.977,438.972,448.977z'/%3E		%3Cpath d='M510.303,436.82c-0.5-19.383-8.704-37.211-23.102-50.198L329.249,244.157l139.658-139.658			c0.918-0.274,1.825-0.615,2.7-1.077L501.85,87.46c4.178-2.206,6.98-6.152,7.685-10.823c0.706-4.672-0.805-9.268-4.146-12.612			l-34.052-34.051c-3.342-3.341-7.935-4.852-12.611-4.146c-4.671,0.705-8.616,3.507-10.823,7.686L431.94,63.755			c-0.466,0.883-0.824,1.796-1.099,2.723l-65.92,65.92c-3.064,3.065-3.064,8.031,0,11.096c3.065,3.062,8.031,3.062,11.096,0			l60.492-60.493l15.853,15.853l-154.7,154.7l-15.853-15.853l67.525-67.524c3.064-3.065,3.064-8.031,0-11.096			c-3.065-3.062-8.031-3.062-11.096,0l-48.994,48.994l-53.322-48.094c15.118-43.516,4.17-91.931-28.625-124.725			C173.706,1.665,123.314-9.04,78.916,7.987c-2.481,0.952-4.312,3.094-4.864,5.693s0.247,5.301,2.126,7.18l61.592,61.593			c1.822,1.822,2.827,4.245,2.827,6.822c0,2.577-1.004,5-2.827,6.823l-39.999,39.999c-1.822,1.823-4.245,2.827-6.822,2.827			c-2.577,0-5-1.003-6.823-2.827L22.533,74.504c-1.88-1.879-4.58-2.678-7.18-2.126c-2.599,0.553-4.741,2.383-5.693,4.864			c-17.027,44.396-6.322,94.788,27.27,128.381c31.991,31.99,79.468,43.253,122.299,29.414l41.227,45.083			c-1.981,3.871-4.557,7.481-7.734,10.658c-11.884,11.884-29.695,15.628-45.38,9.54c-2.899-1.128-6.188-0.434-8.388,1.765			l-96.059,96.059c-26.004,26.005-26.004,68.317,0,94.32C55.494,505.063,72.243,512,90.058,512c17.814,0,34.564-6.937,47.161-19.534			l96.059-96.058c2.198-2.199,2.891-5.489,1.765-8.388c-6.089-15.684-2.345-33.497,9.538-45.381			c11.886-11.884,29.698-15.628,45.382-9.54c2.901,1.128,6.188,0.432,8.388-1.765l18.12-18.12c5.456-5.456,8.46-12.711,8.46-20.426			c0-7.715-3.004-14.97-8.46-20.426l-7.713-7.713l9.383-9.383l158.552,143.007c11.172,10.077,17.539,23.911,17.926,38.951			c0.387,15.04-5.259,29.183-15.898,39.821c-10.588,10.59-24.695,16.226-39.636,15.903c-14.971-0.334-28.781-6.604-38.886-17.655			L282.31,346.378c-2.927-3.199-7.887-3.419-11.084-0.495c-3.197,2.925-3.419,7.887-0.495,11.084l117.888,128.915			c13.024,14.241,30.822,22.321,50.115,22.752c0.54,0.012,1.079,0.018,1.618,0.018c18.688,0,36.199-7.249,49.464-20.512			C503.526,474.429,510.801,456.203,510.303,436.82z M446.149,70.45l15.019-28.454l32.199,32.199l-28.454,15.019L446.149,70.45z			 M167.324,220.639c-2.16-2.36-5.534-3.174-8.532-2.056c-38.363,14.31-81.845,4.868-110.768-24.052			c-26.262-26.263-36.438-64.337-27.471-99.815l52.477,52.477c4.787,4.786,11.15,7.421,17.918,7.421s13.131-2.635,17.917-7.421			l39.999-39.999c4.786-4.787,7.421-11.15,7.421-17.918s-2.635-13.131-7.421-17.917L96.388,18.88			c35.475-8.971,73.553,1.208,99.814,27.471c29.659,29.657,38.773,74.003,23.222,112.978c-1.217,3.049-0.407,6.534,2.032,8.733			l56.679,51.122l-7.422,7.422L263,218.893c-5.456-5.456-12.711-8.46-20.426-8.46c-7.715,0-14.97,3.004-20.426,8.46l-18.12,18.12			c-2.198,2.199-2.891,5.489-1.765,8.388c2.087,5.375,2.992,10.997,2.837,16.548L167.324,220.639z M305.374,302.119l-14.682,14.683			c-20.192-5.821-42.164-0.299-57.205,14.741h-0.001c-15.04,15.041-20.563,37.01-14.74,57.206l-92.622,92.62			c-9.634,9.634-22.442,14.94-36.065,14.94s-26.433-5.306-36.065-14.94c-19.887-19.886-19.887-52.244,0-72.131l92.621-92.621			c20.194,5.824,42.163,0.298,57.205-14.742c15.04-15.041,20.564-37.01,14.741-57.205l14.683-14.682			c5.144-5.146,13.517-5.146,18.661,0l13.261,13.261l26.947,26.947l13.261,13.261C310.52,288.603,310.52,296.975,305.374,302.119z'			/%3E		%3Cpath d='M162.326,346.249c-3.065-3.063-8.031-3.063-11.096,0l-74.318,74.318c-3.064,3.065-3.064,8.031,0,11.096			c1.532,1.531,3.541,2.297,5.548,2.297c2.007,0,4.016-0.766,5.548-2.297l74.318-74.318			C165.389,354.28,165.389,349.313,162.326,346.249z'/%3E		%3Cpath d='M189.785,373.708c-3.064-3.063-8.031-3.063-11.096,0l-74.318,74.317c-3.064,3.065-3.064,8.031,0,11.096			c1.532,1.531,3.54,2.297,5.548,2.297c2.007,0,4.016-0.766,5.548-2.297l74.318-74.317			C192.849,381.739,192.849,376.773,189.785,373.708z'/%3E%3C/svg%3E");
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-socials .social-fb, header section.simple-menu .header-info .fixed-header .ics-container .header-socials .social-fb {
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,0.5)' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='470.513px' height='470.513px' viewBox='0 0 470.513 470.513' style='enable-background:new 0 0 470.513 470.513;' xml:space='preserve'%3E%3Cpath d='M271.521,154.17v-40.541c0-6.086,0.28-10.8,0.849-14.13c0.567-3.335,1.857-6.615,3.859-9.853   c1.999-3.236,5.236-5.47,9.706-6.708c4.476-1.24,10.424-1.858,17.85-1.858h40.539V0h-64.809c-37.5,0-64.433,8.897-80.803,26.691   c-16.368,17.798-24.551,44.014-24.551,78.658v48.82h-48.542v81.086h48.539v235.256h97.362V235.256h64.805l8.566-81.086H271.521z'/%3E%3C/svg%3E");
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-socials .social-fb:hover, header section.simple-menu .header-info .fixed-header .ics-container .header-socials .social-fb:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,0.9)' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='470.513px' height='470.513px' viewBox='0 0 470.513 470.513' style='enable-background:new 0 0 470.513 470.513;' xml:space='preserve'%3E%3Cpath d='M271.521,154.17v-40.541c0-6.086,0.28-10.8,0.849-14.13c0.567-3.335,1.857-6.615,3.859-9.853   c1.999-3.236,5.236-5.47,9.706-6.708c4.476-1.24,10.424-1.858,17.85-1.858h40.539V0h-64.809c-37.5,0-64.433,8.897-80.803,26.691   c-16.368,17.798-24.551,44.014-24.551,78.658v48.82h-48.542v81.086h48.539v235.256h97.362V235.256h64.805l8.566-81.086H271.521z'/%3E%3C/svg%3E");
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-socials .social-blog, header section.simple-menu .header-info .fixed-header .ics-container .header-socials .social-blog {
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,0.5)' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E		%3Cpath d='M256,146h-30v-19.667h20c5.522,0,10-4.478,10-10c0-5.522-4.478-10-10-10h-20V86h30c5.522,0,10-4.478,10-10			c0-5.522-4.478-10-10-10h-40c-5.522,0-10,4.478-10,10v80c0,5.522,4.478,10,10,10h40c5.522,0,10-4.478,10-10			C266,150.478,261.522,146,256,146z'/%3E		%3Cpath d='M176,66c-5.522,0-10,4.478-10,10v37.321L146,78.68V76c0-5.522-4.478-10-10-10c-5.522,0-10,4.478-10,10v80			c0,5.522,4.478,10,10,10c5.522,0,10-4.478,10-10v-37.321l20,34.641V156c0,5.522,4.478,10,10,10c5.522,0,10-4.478,10-10V76			C186,70.478,181.522,66,176,66z'/%3E		%3Cpath d='M384.982,66.454c-5.267-1.647-10.88,1.29-12.527,6.563l-16.127,51.606l-10.734-29.8l4.951-15.842			c1.647-5.271-1.291-10.88-6.563-12.527c-5.266-1.647-10.88,1.29-12.527,6.563L316,122.474l-15.455-49.456			c-1.646-5.271-7.253-8.205-12.527-6.563c-5.271,1.647-8.21,7.256-6.563,12.527l25,80C307.76,163.157,311.626,166,316,166			c4.374,0,8.24-2.843,9.545-7.018l10.174-32.557l11.873,32.963c1.431,3.974,5.199,6.611,9.406,6.611			c0.072,0,0.145-0.001,0.216-0.002c4.294-0.093,8.05-2.916,9.331-7.016l25-80C393.192,73.71,390.254,68.101,384.982,66.454z'/%3E		%3Cpath d='M437,106c-5.514,0-10-4.486-10-10s4.486-10,10-10c2.671,0,5.183,1.04,7.072,2.93c3.907,3.905,10.237,3.903,14.143-0.002			c3.904-3.906,3.903-10.237-0.002-14.143C452.546,69.12,445.013,66,437,66c-16.542,0-30,13.458-30,30s13.458,30,30.027,30			c5.514,0,10,4.486,10,10c0,5.514-4.486,10-10,10c-2.671,0-5.183-1.04-7.072-2.93c-3.907-3.905-10.237-3.903-14.143,0.002			c-3.904,3.906-3.903,10.237,0.002,14.143c5.667,5.665,13.2,8.785,21.213,8.785c16.542,0,30-13.458,30-30S453.569,106,437,106z'/%3E		%3Cpath d='M399,286c-5.514,0-10-4.486-10-10c0-5.514,4.486-10,10-10c2.668,0,5.178,1.039,7.066,2.925			c3.908,3.902,10.24,3.896,14.143-0.012c3.901-3.908,3.896-10.24-0.012-14.143c-3.2-3.195-6.995-5.578-11.135-7.047V236			c0-5.522-4.478-10-10-10c-5.522,0-10,4.478-10,10v11.699C377.391,251.81,369,262.94,369,276c0,16.542,13.458,30,30,30			c5.514,0,10,4.486,10,10c0,5.514-4.486,10-10,10c-2.671,0-5.183-1.04-7.072-2.93c-3.907-3.905-10.237-3.903-14.143,0.002			c-3.904,3.906-3.903,10.237,0.002,14.143c3.22,3.219,7.043,5.613,11.213,7.083V356c0,5.522,4.478,10,10,10c5.522,0,10-4.478,10-10			v-11.72c11.639-4.128,20-15.243,20-28.28C429,299.458,415.542,286,399,286z'/%3E		%3Cpath d='M214,386h-64c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h64c5.522,0,10-4.478,10-10C224,390.478,219.522,386,214,386			z'/%3E		%3Cpath d='M214,426h-84c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h84c5.522,0,10-4.478,10-10C224,430.478,219.522,426,214,426			z'/%3E		%3Cpath d='M214,226h-84c-5.522,0-10,4.478-10,10v120c0,5.522,4.478,10,10,10h84c5.522,0,10-4.478,10-10V236			C224,230.478,219.522,226,214,226z M204,346h-64V246h64V346z'/%3E		%3Cpath d='M338,226h-84c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h84c5.522,0,10-4.478,10-10C348,230.478,343.522,226,338,226			z'/%3E		%3Cpath d='M338,266h-84c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h84c5.522,0,10-4.478,10-10C348,270.478,343.522,266,338,266			z'/%3E		%3Cpath d='M338,306h-64c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h64c5.522,0,10-4.478,10-10C348,310.478,343.522,306,338,306			z'/%3E		%3Cpath d='M338,346h-84c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h84c5.522,0,10-4.478,10-10C348,350.478,343.522,346,338,346			z'/%3E		%3Cpath d='M338,386h-84c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h84c5.522,0,10-4.478,10-10C348,390.478,343.522,386,338,386			z'/%3E		%3Cpath d='M308,426h-54c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h54c5.522,0,10-4.478,10-10C318,430.478,313.522,426,308,426			z'/%3E		%3Cpath d='M462,226h-24c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h24c5.522,0,10-4.478,10-10C472,230.478,467.522,226,462,226			z'/%3E		%3Cpath d='M462,266h-14c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h14c5.522,0,10-4.478,10-10C472,270.478,467.522,266,462,266			z'/%3E		%3Cpath d='M462,306h-14c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h14c5.522,0,10-4.478,10-10C472,310.478,467.522,306,462,306			z'/%3E		%3Cpath d='M462,346h-24c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h24c5.522,0,10-4.478,10-10C472,350.478,467.522,346,462,346			z'/%3E		%3Cpath d='M462,386h-84c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h84c5.522,0,10-4.478,10-10C472,390.478,467.522,386,462,386			z'/%3E		%3Cpath d='M462,426h-84c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h84c5.522,0,10-4.478,10-10C472,430.478,467.522,426,462,426			z'/%3E		%3Cpath d='M502,26H90c-5.522,0-10,4.478-10,10v35.217L69.786,81.431L56.841,68.486c-3.909-3.892-10.229-3.883-14.126,0.016			L29.786,81.431L17.071,68.715c-2.86-2.86-7.161-3.714-10.898-2.168C2.437,68.095,0,71.741,0,75.786V436c0,27.57,22.43,50,50,50			h412c27.57,0,50-22.43,50-50V36C512,30.478,507.522,26,502,26z M80,121.217l-10.214,10.214l-12.715-12.716			c-2.859-2.86-7.161-3.714-10.898-2.168c-3.736,1.548-6.173,5.194-6.173,9.239V395.79c0,5.51,4.49,9.99,10,9.99s10-4.48,10-9.99			V149.929l2.715,2.716c1.875,1.875,4.419,2.929,7.071,2.929s5.195-1.054,7.071-2.929L80,149.502V436c0,16.542-13.458,30-30,30			s-30-13.458-30-30V99.929l2.715,2.716c1.875,1.875,4.419,2.929,7.071,2.929c2.652,0,5.195-1.054,7.071-2.929l12.929-12.93			l12.929,12.93c1.875,1.875,4.419,2.929,7.071,2.929s5.195-1.054,7.071-2.929L80,99.502V121.217z M492,436			c0,16.542-13.458,30-30,30H89.977c6.29-8.362,10.023-18.754,10.023-30V206h392V436z M492,186H100V46h392V186z'/%3E		%3Cpath d='M50,425.78c-5.51,0-10,4.489-10,10.01c0,5.51,4.49,9.99,10,9.99s10-4.48,10-9.99C60,430.269,55.51,425.78,50,425.78z'/%3E%3C/svg%3E");
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-socials .social-blog:hover, header section.simple-menu .header-info .fixed-header .ics-container .header-socials .social-blog:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,0.9)' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E		%3Cpath d='M256,146h-30v-19.667h20c5.522,0,10-4.478,10-10c0-5.522-4.478-10-10-10h-20V86h30c5.522,0,10-4.478,10-10			c0-5.522-4.478-10-10-10h-40c-5.522,0-10,4.478-10,10v80c0,5.522,4.478,10,10,10h40c5.522,0,10-4.478,10-10			C266,150.478,261.522,146,256,146z'/%3E		%3Cpath d='M176,66c-5.522,0-10,4.478-10,10v37.321L146,78.68V76c0-5.522-4.478-10-10-10c-5.522,0-10,4.478-10,10v80			c0,5.522,4.478,10,10,10c5.522,0,10-4.478,10-10v-37.321l20,34.641V156c0,5.522,4.478,10,10,10c5.522,0,10-4.478,10-10V76			C186,70.478,181.522,66,176,66z'/%3E		%3Cpath d='M384.982,66.454c-5.267-1.647-10.88,1.29-12.527,6.563l-16.127,51.606l-10.734-29.8l4.951-15.842			c1.647-5.271-1.291-10.88-6.563-12.527c-5.266-1.647-10.88,1.29-12.527,6.563L316,122.474l-15.455-49.456			c-1.646-5.271-7.253-8.205-12.527-6.563c-5.271,1.647-8.21,7.256-6.563,12.527l25,80C307.76,163.157,311.626,166,316,166			c4.374,0,8.24-2.843,9.545-7.018l10.174-32.557l11.873,32.963c1.431,3.974,5.199,6.611,9.406,6.611			c0.072,0,0.145-0.001,0.216-0.002c4.294-0.093,8.05-2.916,9.331-7.016l25-80C393.192,73.71,390.254,68.101,384.982,66.454z'/%3E		%3Cpath d='M437,106c-5.514,0-10-4.486-10-10s4.486-10,10-10c2.671,0,5.183,1.04,7.072,2.93c3.907,3.905,10.237,3.903,14.143-0.002			c3.904-3.906,3.903-10.237-0.002-14.143C452.546,69.12,445.013,66,437,66c-16.542,0-30,13.458-30,30s13.458,30,30.027,30			c5.514,0,10,4.486,10,10c0,5.514-4.486,10-10,10c-2.671,0-5.183-1.04-7.072-2.93c-3.907-3.905-10.237-3.903-14.143,0.002			c-3.904,3.906-3.903,10.237,0.002,14.143c5.667,5.665,13.2,8.785,21.213,8.785c16.542,0,30-13.458,30-30S453.569,106,437,106z'/%3E		%3Cpath d='M399,286c-5.514,0-10-4.486-10-10c0-5.514,4.486-10,10-10c2.668,0,5.178,1.039,7.066,2.925			c3.908,3.902,10.24,3.896,14.143-0.012c3.901-3.908,3.896-10.24-0.012-14.143c-3.2-3.195-6.995-5.578-11.135-7.047V236			c0-5.522-4.478-10-10-10c-5.522,0-10,4.478-10,10v11.699C377.391,251.81,369,262.94,369,276c0,16.542,13.458,30,30,30			c5.514,0,10,4.486,10,10c0,5.514-4.486,10-10,10c-2.671,0-5.183-1.04-7.072-2.93c-3.907-3.905-10.237-3.903-14.143,0.002			c-3.904,3.906-3.903,10.237,0.002,14.143c3.22,3.219,7.043,5.613,11.213,7.083V356c0,5.522,4.478,10,10,10c5.522,0,10-4.478,10-10			v-11.72c11.639-4.128,20-15.243,20-28.28C429,299.458,415.542,286,399,286z'/%3E		%3Cpath d='M214,386h-64c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h64c5.522,0,10-4.478,10-10C224,390.478,219.522,386,214,386			z'/%3E		%3Cpath d='M214,426h-84c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h84c5.522,0,10-4.478,10-10C224,430.478,219.522,426,214,426			z'/%3E		%3Cpath d='M214,226h-84c-5.522,0-10,4.478-10,10v120c0,5.522,4.478,10,10,10h84c5.522,0,10-4.478,10-10V236			C224,230.478,219.522,226,214,226z M204,346h-64V246h64V346z'/%3E		%3Cpath d='M338,226h-84c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h84c5.522,0,10-4.478,10-10C348,230.478,343.522,226,338,226			z'/%3E		%3Cpath d='M338,266h-84c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h84c5.522,0,10-4.478,10-10C348,270.478,343.522,266,338,266			z'/%3E		%3Cpath d='M338,306h-64c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h64c5.522,0,10-4.478,10-10C348,310.478,343.522,306,338,306			z'/%3E		%3Cpath d='M338,346h-84c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h84c5.522,0,10-4.478,10-10C348,350.478,343.522,346,338,346			z'/%3E		%3Cpath d='M338,386h-84c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h84c5.522,0,10-4.478,10-10C348,390.478,343.522,386,338,386			z'/%3E		%3Cpath d='M308,426h-54c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h54c5.522,0,10-4.478,10-10C318,430.478,313.522,426,308,426			z'/%3E		%3Cpath d='M462,226h-24c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h24c5.522,0,10-4.478,10-10C472,230.478,467.522,226,462,226			z'/%3E		%3Cpath d='M462,266h-14c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h14c5.522,0,10-4.478,10-10C472,270.478,467.522,266,462,266			z'/%3E		%3Cpath d='M462,306h-14c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h14c5.522,0,10-4.478,10-10C472,310.478,467.522,306,462,306			z'/%3E		%3Cpath d='M462,346h-24c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h24c5.522,0,10-4.478,10-10C472,350.478,467.522,346,462,346			z'/%3E		%3Cpath d='M462,386h-84c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h84c5.522,0,10-4.478,10-10C472,390.478,467.522,386,462,386			z'/%3E		%3Cpath d='M462,426h-84c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h84c5.522,0,10-4.478,10-10C472,430.478,467.522,426,462,426			z'/%3E		%3Cpath d='M502,26H90c-5.522,0-10,4.478-10,10v35.217L69.786,81.431L56.841,68.486c-3.909-3.892-10.229-3.883-14.126,0.016			L29.786,81.431L17.071,68.715c-2.86-2.86-7.161-3.714-10.898-2.168C2.437,68.095,0,71.741,0,75.786V436c0,27.57,22.43,50,50,50			h412c27.57,0,50-22.43,50-50V36C512,30.478,507.522,26,502,26z M80,121.217l-10.214,10.214l-12.715-12.716			c-2.859-2.86-7.161-3.714-10.898-2.168c-3.736,1.548-6.173,5.194-6.173,9.239V395.79c0,5.51,4.49,9.99,10,9.99s10-4.48,10-9.99			V149.929l2.715,2.716c1.875,1.875,4.419,2.929,7.071,2.929s5.195-1.054,7.071-2.929L80,149.502V436c0,16.542-13.458,30-30,30			s-30-13.458-30-30V99.929l2.715,2.716c1.875,1.875,4.419,2.929,7.071,2.929c2.652,0,5.195-1.054,7.071-2.929l12.929-12.93			l12.929,12.93c1.875,1.875,4.419,2.929,7.071,2.929s5.195-1.054,7.071-2.929L80,99.502V121.217z M492,436			c0,16.542-13.458,30-30,30H89.977c6.29-8.362,10.023-18.754,10.023-30V206h392V436z M492,186H100V46h392V186z'/%3E		%3Cpath d='M50,425.78c-5.51,0-10,4.489-10,10.01c0,5.51,4.49,9.99,10,9.99s10-4.48,10-9.99C60,430.269,55.51,425.78,50,425.78z'/%3E%3C/svg%3E");
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-socials .social-youtube, header section.simple-menu .header-info .fixed-header .ics-container .header-socials .social-youtube {
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,0.5)' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 width='511.627px' height='511.627px' viewBox='0 0 511.627 511.627' style='enable-background:new 0 0 511.627 511.627;'	 xml:space='preserve'%3E		%3Cpath d='M459.954,264.376c-2.471-11.233-7.949-20.653-16.416-28.264c-8.474-7.611-18.227-12.085-29.27-13.418			c-35.02-3.806-87.837-5.708-158.457-5.708c-70.618,0-123.341,1.903-158.174,5.708c-11.227,1.333-21.029,5.807-29.407,13.418			c-8.376,7.614-13.896,17.035-16.562,28.264c-4.948,22.083-7.423,55.391-7.423,99.931c0,45.299,2.475,78.61,7.423,99.93			c2.478,11.225,7.951,20.653,16.421,28.261c8.47,7.614,18.225,11.991,29.263,13.134c35.026,3.997,87.847,5.996,158.461,5.996			c70.609,0,123.44-1.999,158.453-5.996c11.043-1.143,20.748-5.52,29.126-13.134c8.377-7.607,13.897-17.036,16.56-28.261			c4.948-22.083,7.426-55.391,7.426-99.93C467.377,319.007,464.899,285.695,459.954,264.376z M165.025,293.218h-30.549v162.45			h-28.549v-162.45h-29.98v-26.837h89.079V293.218z M242.11,455.668H216.7v-15.421c-10.278,11.615-19.989,17.419-29.125,17.419			c-8.754,0-14.275-3.524-16.556-10.564c-1.521-4.568-2.286-11.519-2.286-20.844V314.627h25.41v103.924			c0,6.088,0.096,9.421,0.288,9.993c0.571,3.997,2.568,5.995,5.996,5.995c5.138,0,10.566-3.997,16.274-11.991V314.627h25.41V455.668			z M339.183,413.411c0,13.894-0.855,23.417-2.56,28.558c-3.244,10.462-9.996,15.697-20.273,15.697			c-9.137,0-17.986-5.235-26.556-15.697v13.702h-25.406v-189.29h25.406v61.955c8.189-10.273,17.036-15.413,26.556-15.413			c10.277,0,17.029,5.331,20.273,15.988c1.704,4.948,2.56,14.369,2.56,28.264V413.411z M435.685,390.003h-51.104v24.839			c0,13.134,4.374,19.697,13.131,19.697c6.279,0,10.089-3.422,11.42-10.28c0.376-1.902,0.571-7.706,0.571-17.412h25.981v3.71			c0,9.329-0.195,14.846-0.572,16.563c-0.567,5.133-2.56,10.273-5.995,15.413c-6.852,10.089-17.139,15.133-30.841,15.133			c-13.127,0-23.407-4.855-30.833-14.558c-5.517-7.043-8.275-18.083-8.275-33.12v-49.396c0-15.036,2.662-26.076,7.987-33.119			c7.427-9.705,17.61-14.558,30.557-14.558c12.755,0,22.85,4.853,30.263,14.558c5.146,7.043,7.71,18.083,7.71,33.119V390.003			L435.685,390.003z'/%3E		%3Cpath d='M302.634,336.043c-4.38,0-8.658,2.101-12.847,6.283v85.934c4.188,4.186,8.467,6.279,12.847,6.279			c7.419,0,11.14-6.372,11.14-19.13v-60.236C313.773,342.418,310.061,336.043,302.634,336.043z'/%3E		%3Cpath d='M397.428,336.043c-8.565,0-12.847,6.475-12.847,19.41v13.134h25.693v-13.134			C410.274,342.511,405.99,336.043,397.428,336.043z'/%3E		%3Cpath d='M148.473,113.917v77.375h28.549v-77.375L211.563,0h-29.121l-19.41,75.089L142.759,0h-30.262			c5.33,15.99,11.516,33.785,18.559,53.391C140.003,79.656,145.805,99.835,148.473,113.917z'/%3E		%3Cpath d='M249.82,193.291c13.134,0,23.219-4.854,30.262-14.561c5.332-7.043,7.994-18.274,7.994-33.689V95.075			c0-15.225-2.669-26.363-7.994-33.406c-7.043-9.707-17.128-14.561-30.262-14.561c-12.756,0-22.75,4.854-29.98,14.561			c-5.327,7.043-7.992,18.181-7.992,33.406v49.965c0,15.225,2.662,26.457,7.992,33.689			C227.073,188.437,237.063,193.291,249.82,193.291z M237.541,89.935c0-13.134,4.093-19.701,12.279-19.701			s12.275,6.567,12.275,19.701v59.955c0,13.328-4.089,19.985-12.275,19.985s-12.279-6.661-12.279-19.985V89.935z'/%3E		%3Cpath d='M328.328,193.291c9.523,0,19.328-5.901,29.413-17.705v15.703h25.981V48.822h-25.981v108.777			c-5.712,8.186-11.133,12.275-16.279,12.275c-3.429,0-5.428-2.093-5.996-6.28c-0.191-0.381-0.287-3.715-0.287-9.994V48.822h-25.981			v112.492c0,9.705,0.767,16.84,2.286,21.411C313.961,189.768,319.574,193.291,328.328,193.291z'/%3E%3C/svg%3E");
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-socials .social-youtube:hover, header section.simple-menu .header-info .fixed-header .ics-container .header-socials .social-youtube:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,0.9)' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 width='511.627px' height='511.627px' viewBox='0 0 511.627 511.627' style='enable-background:new 0 0 511.627 511.627;'	 xml:space='preserve'%3E		%3Cpath d='M459.954,264.376c-2.471-11.233-7.949-20.653-16.416-28.264c-8.474-7.611-18.227-12.085-29.27-13.418			c-35.02-3.806-87.837-5.708-158.457-5.708c-70.618,0-123.341,1.903-158.174,5.708c-11.227,1.333-21.029,5.807-29.407,13.418			c-8.376,7.614-13.896,17.035-16.562,28.264c-4.948,22.083-7.423,55.391-7.423,99.931c0,45.299,2.475,78.61,7.423,99.93			c2.478,11.225,7.951,20.653,16.421,28.261c8.47,7.614,18.225,11.991,29.263,13.134c35.026,3.997,87.847,5.996,158.461,5.996			c70.609,0,123.44-1.999,158.453-5.996c11.043-1.143,20.748-5.52,29.126-13.134c8.377-7.607,13.897-17.036,16.56-28.261			c4.948-22.083,7.426-55.391,7.426-99.93C467.377,319.007,464.899,285.695,459.954,264.376z M165.025,293.218h-30.549v162.45			h-28.549v-162.45h-29.98v-26.837h89.079V293.218z M242.11,455.668H216.7v-15.421c-10.278,11.615-19.989,17.419-29.125,17.419			c-8.754,0-14.275-3.524-16.556-10.564c-1.521-4.568-2.286-11.519-2.286-20.844V314.627h25.41v103.924			c0,6.088,0.096,9.421,0.288,9.993c0.571,3.997,2.568,5.995,5.996,5.995c5.138,0,10.566-3.997,16.274-11.991V314.627h25.41V455.668			z M339.183,413.411c0,13.894-0.855,23.417-2.56,28.558c-3.244,10.462-9.996,15.697-20.273,15.697			c-9.137,0-17.986-5.235-26.556-15.697v13.702h-25.406v-189.29h25.406v61.955c8.189-10.273,17.036-15.413,26.556-15.413			c10.277,0,17.029,5.331,20.273,15.988c1.704,4.948,2.56,14.369,2.56,28.264V413.411z M435.685,390.003h-51.104v24.839			c0,13.134,4.374,19.697,13.131,19.697c6.279,0,10.089-3.422,11.42-10.28c0.376-1.902,0.571-7.706,0.571-17.412h25.981v3.71			c0,9.329-0.195,14.846-0.572,16.563c-0.567,5.133-2.56,10.273-5.995,15.413c-6.852,10.089-17.139,15.133-30.841,15.133			c-13.127,0-23.407-4.855-30.833-14.558c-5.517-7.043-8.275-18.083-8.275-33.12v-49.396c0-15.036,2.662-26.076,7.987-33.119			c7.427-9.705,17.61-14.558,30.557-14.558c12.755,0,22.85,4.853,30.263,14.558c5.146,7.043,7.71,18.083,7.71,33.119V390.003			L435.685,390.003z'/%3E		%3Cpath d='M302.634,336.043c-4.38,0-8.658,2.101-12.847,6.283v85.934c4.188,4.186,8.467,6.279,12.847,6.279			c7.419,0,11.14-6.372,11.14-19.13v-60.236C313.773,342.418,310.061,336.043,302.634,336.043z'/%3E		%3Cpath d='M397.428,336.043c-8.565,0-12.847,6.475-12.847,19.41v13.134h25.693v-13.134			C410.274,342.511,405.99,336.043,397.428,336.043z'/%3E		%3Cpath d='M148.473,113.917v77.375h28.549v-77.375L211.563,0h-29.121l-19.41,75.089L142.759,0h-30.262			c5.33,15.99,11.516,33.785,18.559,53.391C140.003,79.656,145.805,99.835,148.473,113.917z'/%3E		%3Cpath d='M249.82,193.291c13.134,0,23.219-4.854,30.262-14.561c5.332-7.043,7.994-18.274,7.994-33.689V95.075			c0-15.225-2.669-26.363-7.994-33.406c-7.043-9.707-17.128-14.561-30.262-14.561c-12.756,0-22.75,4.854-29.98,14.561			c-5.327,7.043-7.992,18.181-7.992,33.406v49.965c0,15.225,2.662,26.457,7.992,33.689			C227.073,188.437,237.063,193.291,249.82,193.291z M237.541,89.935c0-13.134,4.093-19.701,12.279-19.701			s12.275,6.567,12.275,19.701v59.955c0,13.328-4.089,19.985-12.275,19.985s-12.279-6.661-12.279-19.985V89.935z'/%3E		%3Cpath d='M328.328,193.291c9.523,0,19.328-5.901,29.413-17.705v15.703h25.981V48.822h-25.981v108.777			c-5.712,8.186-11.133,12.275-16.279,12.275c-3.429,0-5.428-2.093-5.996-6.28c-0.191-0.381-0.287-3.715-0.287-9.994V48.822h-25.981			v112.492c0,9.705,0.767,16.84,2.286,21.411C313.961,189.768,319.574,193.291,328.328,193.291z'/%3E%3C/svg%3E");
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-socials .social-instagram, header section.simple-menu .header-info .fixed-header .ics-container .header-socials .social-instagram {
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,0.5)' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 width='169.063px' height='169.063px' viewBox='0 0 169.063 169.063' style='enable-background:new 0 0 169.063 169.063;'	 xml:space='preserve'%3E	%3Cpath d='M122.406,0H46.654C20.929,0,0,20.93,0,46.655v75.752c0,25.726,20.929,46.655,46.654,46.655h75.752		c25.727,0,46.656-20.93,46.656-46.655V46.655C169.063,20.93,148.133,0,122.406,0z M154.063,122.407		c0,17.455-14.201,31.655-31.656,31.655H46.654C29.2,154.063,15,139.862,15,122.407V46.655C15,29.201,29.2,15,46.654,15h75.752		c17.455,0,31.656,14.201,31.656,31.655V122.407z'/%3E	%3Cpath d='M84.531,40.97c-24.021,0-43.563,19.542-43.563,43.563c0,24.02,19.542,43.561,43.563,43.561s43.563-19.541,43.563-43.561		C128.094,60.512,108.552,40.97,84.531,40.97z M84.531,113.093c-15.749,0-28.563-12.812-28.563-28.561		c0-15.75,12.813-28.563,28.563-28.563s28.563,12.813,28.563,28.563C113.094,100.281,100.28,113.093,84.531,113.093z'/%3E	%3Cpath d='M129.921,28.251c-2.89,0-5.729,1.17-7.77,3.22c-2.051,2.04-3.23,4.88-3.23,7.78c0,2.891,1.18,5.73,3.23,7.78		c2.04,2.04,4.88,3.22,7.77,3.22c2.9,0,5.73-1.18,7.78-3.22c2.05-2.05,3.22-4.89,3.22-7.78c0-2.9-1.17-5.74-3.22-7.78		C135.661,29.421,132.821,28.251,129.921,28.251z'/%3E%3C/svg%3E");
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-socials .social-instagram:hover, header section.simple-menu .header-info .fixed-header .ics-container .header-socials .social-instagram:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,0.9)' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 width='169.063px' height='169.063px' viewBox='0 0 169.063 169.063' style='enable-background:new 0 0 169.063 169.063;'	 xml:space='preserve'%3E	%3Cpath d='M122.406,0H46.654C20.929,0,0,20.93,0,46.655v75.752c0,25.726,20.929,46.655,46.654,46.655h75.752		c25.727,0,46.656-20.93,46.656-46.655V46.655C169.063,20.93,148.133,0,122.406,0z M154.063,122.407		c0,17.455-14.201,31.655-31.656,31.655H46.654C29.2,154.063,15,139.862,15,122.407V46.655C15,29.201,29.2,15,46.654,15h75.752		c17.455,0,31.656,14.201,31.656,31.655V122.407z'/%3E	%3Cpath d='M84.531,40.97c-24.021,0-43.563,19.542-43.563,43.563c0,24.02,19.542,43.561,43.563,43.561s43.563-19.541,43.563-43.561		C128.094,60.512,108.552,40.97,84.531,40.97z M84.531,113.093c-15.749,0-28.563-12.812-28.563-28.561		c0-15.75,12.813-28.563,28.563-28.563s28.563,12.813,28.563,28.563C113.094,100.281,100.28,113.093,84.531,113.093z'/%3E	%3Cpath d='M129.921,28.251c-2.89,0-5.729,1.17-7.77,3.22c-2.051,2.04-3.23,4.88-3.23,7.78c0,2.891,1.18,5.73,3.23,7.78		c2.04,2.04,4.88,3.22,7.77,3.22c2.9,0,5.73-1.18,7.78-3.22c2.05-2.05,3.22-4.89,3.22-7.78c0-2.9-1.17-5.74-3.22-7.78		C135.661,29.421,132.821,28.251,129.921,28.251z'/%3E%3C/svg%3E");
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-socials .social-viber, header section.simple-menu .header-info .fixed-header .ics-container .header-socials .social-viber {
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,0.5)' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M444 49.9C431.3 38.2 379.9.9 265.3.4c0 0-135.1-8.1-200.9 52.3C27.8 89.3 14.9 143 13.5 209.5c-1.4 66.5-3.1 191.1 117 224.9h.1l-.1 51.6s-.8 20.9 13 25.1c16.6 5.2 26.4-10.7 42.3-27.8 8.7-9.4 20.7-23.2 29.8-33.7 82.2 6.9 145.3-8.9 152.5-11.2 16.6-5.4 110.5-17.4 125.7-142 15.8-128.6-7.6-209.8-49.8-246.5zM457.9 287c-12.9 104-89 110.6-103 115.1-6 1.9-61.5 15.7-131.2 11.2 0 0-52 62.7-68.2 79-5.3 5.3-11.1 4.8-11-5.7 0-6.9.4-85.7.4-85.7-.1 0-.1 0 0 0-101.8-28.2-95.8-134.3-94.7-189.8 1.1-55.5 11.6-101 42.6-131.6 55.7-50.5 170.4-43 170.4-43 96.9.4 143.3 29.6 154.1 39.4 35.7 30.6 53.9 103.8 40.6 211.1zm-139-80.8c.4 8.6-12.5 9.2-12.9.6-1.1-22-11.4-32.7-32.6-33.9-8.6-.5-7.8-13.4.7-12.9 27.9 1.5 43.4 17.5 44.8 46.2zm20.3 11.3c1-42.4-25.5-75.6-75.8-79.3-8.5-.6-7.6-13.5.9-12.9 58 4.2 88.9 44.1 87.8 92.5-.1 8.6-13.1 8.2-12.9-.3zm47 13.4c.1 8.6-12.9 8.7-12.9.1-.6-81.5-54.9-125.9-120.8-126.4-8.5-.1-8.5-12.9 0-12.9 73.7.5 133 51.4 133.7 139.2zM374.9 329v.2c-10.8 19-31 40-51.8 33.3l-.2-.3c-21.1-5.9-70.8-31.5-102.2-56.5-16.2-12.8-31-27.9-42.4-42.4-10.3-12.9-20.7-28.2-30.8-46.6-21.3-38.5-26-55.7-26-55.7-6.7-20.8 14.2-41 33.3-51.8h.2c9.2-4.8 18-3.2 23.9 3.9 0 0 12.4 14.8 17.7 22.1 5 6.8 11.7 17.7 15.2 23.8 6.1 10.9 2.3 22-3.7 26.6l-12 9.6c-6.1 4.9-5.3 14-5.3 14s17.8 67.3 84.3 84.3c0 0 9.1.8 14-5.3l9.6-12c4.6-6 15.7-9.8 26.6-3.7 14.7 8.3 33.4 21.2 45.8 32.9 7 5.7 8.6 14.4 3.8 23.6z'/%3E%3C/svg%3E");
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-socials .social-viber:hover, header section.simple-menu .header-info .fixed-header .ics-container .header-socials .social-viber:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,0.9)' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M444 49.9C431.3 38.2 379.9.9 265.3.4c0 0-135.1-8.1-200.9 52.3C27.8 89.3 14.9 143 13.5 209.5c-1.4 66.5-3.1 191.1 117 224.9h.1l-.1 51.6s-.8 20.9 13 25.1c16.6 5.2 26.4-10.7 42.3-27.8 8.7-9.4 20.7-23.2 29.8-33.7 82.2 6.9 145.3-8.9 152.5-11.2 16.6-5.4 110.5-17.4 125.7-142 15.8-128.6-7.6-209.8-49.8-246.5zM457.9 287c-12.9 104-89 110.6-103 115.1-6 1.9-61.5 15.7-131.2 11.2 0 0-52 62.7-68.2 79-5.3 5.3-11.1 4.8-11-5.7 0-6.9.4-85.7.4-85.7-.1 0-.1 0 0 0-101.8-28.2-95.8-134.3-94.7-189.8 1.1-55.5 11.6-101 42.6-131.6 55.7-50.5 170.4-43 170.4-43 96.9.4 143.3 29.6 154.1 39.4 35.7 30.6 53.9 103.8 40.6 211.1zm-139-80.8c.4 8.6-12.5 9.2-12.9.6-1.1-22-11.4-32.7-32.6-33.9-8.6-.5-7.8-13.4.7-12.9 27.9 1.5 43.4 17.5 44.8 46.2zm20.3 11.3c1-42.4-25.5-75.6-75.8-79.3-8.5-.6-7.6-13.5.9-12.9 58 4.2 88.9 44.1 87.8 92.5-.1 8.6-13.1 8.2-12.9-.3zm47 13.4c.1 8.6-12.9 8.7-12.9.1-.6-81.5-54.9-125.9-120.8-126.4-8.5-.1-8.5-12.9 0-12.9 73.7.5 133 51.4 133.7 139.2zM374.9 329v.2c-10.8 19-31 40-51.8 33.3l-.2-.3c-21.1-5.9-70.8-31.5-102.2-56.5-16.2-12.8-31-27.9-42.4-42.4-10.3-12.9-20.7-28.2-30.8-46.6-21.3-38.5-26-55.7-26-55.7-6.7-20.8 14.2-41 33.3-51.8h.2c9.2-4.8 18-3.2 23.9 3.9 0 0 12.4 14.8 17.7 22.1 5 6.8 11.7 17.7 15.2 23.8 6.1 10.9 2.3 22-3.7 26.6l-12 9.6c-6.1 4.9-5.3 14-5.3 14s17.8 67.3 84.3 84.3c0 0 9.1.8 14-5.3l9.6-12c4.6-6 15.7-9.8 26.6-3.7 14.7 8.3 33.4 21.2 45.8 32.9 7 5.7 8.6 14.4 3.8 23.6z'/%3E%3C/svg%3E");
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-contacts, header section.simple-menu .header-info .fixed-header .ics-container .header-contacts {
  width: 300px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 650px) {
  header section.block-video-menu .header-info .fixed-header .ics-container .header-contacts, header section.simple-menu .header-info .fixed-header .ics-container .header-contacts {
    width: 200px;
  }
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-contacts ul.first-contact-in-list, header section.simple-menu .header-info .fixed-header .ics-container .header-contacts ul.first-contact-in-list {
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 650px) {
  header section.block-video-menu .header-info .fixed-header .ics-container .header-contacts ul.first-contact-in-list, header section.simple-menu .header-info .fixed-header .ics-container .header-contacts ul.first-contact-in-list {
    padding-left: 10px;
  }
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-contacts ul.first-contact-in-list li, header section.simple-menu .header-info .fixed-header .ics-container .header-contacts ul.first-contact-in-list li {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 25px;
}
@media screen and (max-width: 650px) {
  header section.block-video-menu .header-info .fixed-header .ics-container .header-contacts ul.first-contact-in-list li, header section.simple-menu .header-info .fixed-header .ics-container .header-contacts ul.first-contact-in-list li {
    font-size: 12px;
  }
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-contacts ul.first-contact-in-list li span.unit-name, header section.simple-menu .header-info .fixed-header .ics-container .header-contacts ul.first-contact-in-list li span.unit-name {
  font-size: 10px;
  line-height: 15px;
  display: block;
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-contacts ul.first-contact-in-list li.phone-ico, header section.simple-menu .header-info .fixed-header .ics-container .header-contacts ul.first-contact-in-list li.phone-ico {
  padding-left: 35px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 5px center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,0.5)' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 viewBox='0 0 578.106 578.106' style='enable-background:new 0 0 578.106 578.106;' xml:space='preserve'%3E		%3Cpath d='M577.83,456.128c1.225,9.385-1.635,17.545-8.568,24.48l-81.396,80.781			c-3.672,4.08-8.465,7.551-14.381,10.404c-5.916,2.857-11.729,4.693-17.439,5.508c-0.408,0-1.635,0.105-3.676,0.309			c-2.037,0.203-4.689,0.307-7.953,0.307c-7.754,0-20.301-1.326-37.641-3.979s-38.555-9.182-63.645-19.584			c-25.096-10.404-53.553-26.012-85.376-46.818c-31.823-20.805-65.688-49.367-101.592-85.68			c-28.56-28.152-52.224-55.08-70.992-80.783c-18.768-25.705-33.864-49.471-45.288-71.299			c-11.425-21.828-19.993-41.616-25.705-59.364S4.59,177.362,2.55,164.51s-2.856-22.95-2.448-30.294			c0.408-7.344,0.612-11.424,0.612-12.24c0.816-5.712,2.652-11.526,5.508-17.442s6.324-10.71,10.404-14.382L98.022,8.756			c5.712-5.712,12.24-8.568,19.584-8.568c5.304,0,9.996,1.53,14.076,4.59s7.548,6.834,10.404,11.322l65.484,124.236			c3.672,6.528,4.692,13.668,3.06,21.42c-1.632,7.752-5.1,14.28-10.404,19.584l-29.988,29.988c-0.816,0.816-1.53,2.142-2.142,3.978			s-0.918,3.366-0.918,4.59c1.632,8.568,5.304,18.36,11.016,29.376c4.896,9.792,12.444,21.726,22.644,35.802			s24.684,30.293,43.452,48.653c18.36,18.77,34.68,33.354,48.96,43.76c14.277,10.4,26.215,18.053,35.803,22.949			c9.588,4.896,16.932,7.854,22.031,8.871l7.648,1.531c0.816,0,2.145-0.307,3.979-0.918c1.836-0.613,3.162-1.326,3.979-2.143			l34.883-35.496c7.348-6.527,15.912-9.791,25.705-9.791c6.938,0,12.443,1.223,16.523,3.672h0.611l118.115,69.768			C571.098,441.238,576.197,447.968,577.83,456.128z'/%3E%3C/svg%3E");
  font-family: Lato-Semibold, sans-serif;
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-contacts ul.first-contact-in-list .send-mail-ico, header section.simple-menu .header-info .fixed-header .ics-container .header-contacts ul.first-contact-in-list .send-mail-ico {
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 5px center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,0.5)' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E		%3Cpath d='M511.609,197.601c-0.001-0.77-0.173-1.933-0.472-2.603c-0.787-2.854-2.536-5.461-5.154-7.281l-73.292-50.948V82.153			c0-7.24-5.872-13.112-13.112-13.112H335.26l-71.743-49.878c-4.484-3.121-10.437-3.134-14.935-0.026l-72.206,49.904H92.426			c-7.242,0-13.112,5.872-13.112,13.112v53.973L5.666,187.027c-3.623,2.504-5.583,6.507-5.645,10.6			C0.017,197.704,0,197.777,0,197.857l0.391,284.235c0.005,3.477,1.391,6.81,3.852,9.266c2.458,2.451,5.788,3.827,9.26,3.827			c0.007,0,0.012,0,0.018,0l485.385-0.667c7.24-0.01,13.104-5.889,13.094-13.13L511.609,197.601z M432.69,168.708l41.898,29.118			l-41.898,29.128V168.708z M256.015,45.884l33.31,23.156h-66.812L256.015,45.884z M105.538,95.265h300.928v149.921L305.43,315.428			l-41.194-31.954c-0.064-0.05-0.119-0.081-0.181-0.126c-4.604-3.454-11.116-3.581-15.894,0.126l-41.493,32.185l-101.13-69.893			V95.265z M79.314,168.003v59.64l-43.146-29.819L79.314,168.003z M26.258,222.867l158.669,109.655L26.578,455.346L26.258,222.867z			 M51.875,468.909l204.324-158.484l203.591,157.923L51.875,468.909z M327.144,332.271l158.276-110.036l0.32,233.059			L327.144,332.271z'/%3E		%3Cpath d='M344.77,147.713H167.234c-7.24,0-13.112,5.872-13.112,13.112s5.872,13.112,13.112,13.112H344.77			c7.242,0,13.112-5.872,13.112-13.112S352.012,147.713,344.77,147.713z'/%3E		%3Cpath d='M344.77,215.895H167.234c-7.24,0-13.112,5.872-13.112,13.112c0,7.24,5.872,13.112,13.112,13.112H344.77			c7.242,0,13.112-5.872,13.112-13.112C357.882,221.767,352.012,215.895,344.77,215.895z'/%3E%3C/svg%3E");
  padding-left: 35px;
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-contacts .contacts-chevron, header section.simple-menu .header-info .fixed-header .ics-container .header-contacts .contacts-chevron {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 40px;
  font-size: 11px;
  color: #effeff;
  text-align: center;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,0.5)' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 viewBox='0 0 407.437 407.437' style='enable-background:new 0 0 407.437 407.437;' xml:space='preserve'%3E%3Cpolygon points='386.258,91.567 203.718,273.512 21.179,91.567 0,112.815 203.718,315.87 407.437,112.815 '/%3E%3C/svg%3E");
  transition: box-shadow 0.3s ease-in-out;
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-contacts .contacts-chevron:hover, header section.simple-menu .header-info .fixed-header .ics-container .header-contacts .contacts-chevron:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,0.9)' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 viewBox='0 0 407.437 407.437' style='enable-background:new 0 0 407.437 407.437;' xml:space='preserve'%3E%3Cpolygon points='386.258,91.567 203.718,273.512 21.179,91.567 0,112.815 203.718,315.87 407.437,112.815 '/%3E%3C/svg%3E");
  box-shadow: inset 1px 1px 3px rgba(255, 255, 255, 0.9), inset -1px -1px 3px rgba(255, 255, 255, 0.9);
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-contacts .contacts-inner, header section.simple-menu .header-info .fixed-header .ics-container .header-contacts .contacts-inner {
  position: absolute;
  width: 300px;
  height: 70px;
  left: 0;
  top: 40px;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
  -moz-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  -webkit-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), -2px -2px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 650px) {
  header section.block-video-menu .header-info .fixed-header .ics-container .header-contacts .contacts-inner, header section.simple-menu .header-info .fixed-header .ics-container .header-contacts .contacts-inner {
    width: 200px;
  }
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-contacts .contacts-inner ul.other-contacts, header section.simple-menu .header-info .fixed-header .ics-container .header-contacts .contacts-inner ul.other-contacts {
  list-style: none;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 650px) {
  header section.block-video-menu .header-info .fixed-header .ics-container .header-contacts .contacts-inner ul.other-contacts, header section.simple-menu .header-info .fixed-header .ics-container .header-contacts .contacts-inner ul.other-contacts {
    padding-left: 10px;
  }
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-contacts .contacts-inner ul.other-contacts li, header section.simple-menu .header-info .fixed-header .ics-container .header-contacts .contacts-inner ul.other-contacts li {
  color: rgba(255, 255, 255, 0.5);
  line-height: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 650px) {
  header section.block-video-menu .header-info .fixed-header .ics-container .header-contacts .contacts-inner ul.other-contacts li, header section.simple-menu .header-info .fixed-header .ics-container .header-contacts .contacts-inner ul.other-contacts li {
    font-size: 12px;
  }
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-contacts .contacts-inner ul.other-contacts li:last-child, header section.simple-menu .header-info .fixed-header .ics-container .header-contacts .contacts-inner ul.other-contacts li:last-child {
  border: none;
  line-height: 40px;
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-contacts .contacts-inner ul.other-contacts li span.unit-name, header section.simple-menu .header-info .fixed-header .ics-container .header-contacts .contacts-inner ul.other-contacts li span.unit-name {
  font-size: 10px;
  display: block;
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-contacts.open .contacts-chevron, header section.simple-menu .header-info .fixed-header .ics-container .header-contacts.open .contacts-chevron {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,0.5)' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 viewBox='0 0 407.436 407.436' style='enable-background:new 0 0 407.436 407.436;' xml:space='preserve'%3E%3Cpolygon points='203.718,91.567 0,294.621 21.179,315.869 203.718,133.924 386.258,315.869 407.436,294.621 '/%3E%3C/svg%3E");
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-contacts.open .contacts-chevron:hover, header section.simple-menu .header-info .fixed-header .ics-container .header-contacts.open .contacts-chevron:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,0.9)' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 viewBox='0 0 407.436 407.436' style='enable-background:new 0 0 407.436 407.436;' xml:space='preserve'%3E%3Cpolygon points='203.718,91.567 0,294.621 21.179,315.869 203.718,133.924 386.258,315.869 407.436,294.621 '/%3E%3C/svg%3E");
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-contacts.open ul.first-contact-in-list li.phone-ico, header section.simple-menu .header-info .fixed-header .ics-container .header-contacts.open ul.first-contact-in-list li.phone-ico {
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 5px center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,0.9)' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 viewBox='0 0 578.106 578.106' style='enable-background:new 0 0 578.106 578.106;' xml:space='preserve'%3E		%3Cpath d='M577.83,456.128c1.225,9.385-1.635,17.545-8.568,24.48l-81.396,80.781			c-3.672,4.08-8.465,7.551-14.381,10.404c-5.916,2.857-11.729,4.693-17.439,5.508c-0.408,0-1.635,0.105-3.676,0.309			c-2.037,0.203-4.689,0.307-7.953,0.307c-7.754,0-20.301-1.326-37.641-3.979s-38.555-9.182-63.645-19.584			c-25.096-10.404-53.553-26.012-85.376-46.818c-31.823-20.805-65.688-49.367-101.592-85.68			c-28.56-28.152-52.224-55.08-70.992-80.783c-18.768-25.705-33.864-49.471-45.288-71.299			c-11.425-21.828-19.993-41.616-25.705-59.364S4.59,177.362,2.55,164.51s-2.856-22.95-2.448-30.294			c0.408-7.344,0.612-11.424,0.612-12.24c0.816-5.712,2.652-11.526,5.508-17.442s6.324-10.71,10.404-14.382L98.022,8.756			c5.712-5.712,12.24-8.568,19.584-8.568c5.304,0,9.996,1.53,14.076,4.59s7.548,6.834,10.404,11.322l65.484,124.236			c3.672,6.528,4.692,13.668,3.06,21.42c-1.632,7.752-5.1,14.28-10.404,19.584l-29.988,29.988c-0.816,0.816-1.53,2.142-2.142,3.978			s-0.918,3.366-0.918,4.59c1.632,8.568,5.304,18.36,11.016,29.376c4.896,9.792,12.444,21.726,22.644,35.802			s24.684,30.293,43.452,48.653c18.36,18.77,34.68,33.354,48.96,43.76c14.277,10.4,26.215,18.053,35.803,22.949			c9.588,4.896,16.932,7.854,22.031,8.871l7.648,1.531c0.816,0,2.145-0.307,3.979-0.918c1.836-0.613,3.162-1.326,3.979-2.143			l34.883-35.496c7.348-6.527,15.912-9.791,25.705-9.791c6.938,0,12.443,1.223,16.523,3.672h0.611l118.115,69.768			C571.098,441.238,576.197,447.968,577.83,456.128z'/%3E%3C/svg%3E");
  font-family: Lato-Semibold, sans-serif;
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-contacts.open li, header section.simple-menu .header-info .fixed-header .ics-container .header-contacts.open li {
  color: rgba(255, 255, 255, 0.9) !important;
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-contacts.open .contacts-inner, header section.simple-menu .header-info .fixed-header .ics-container .header-contacts.open .contacts-inner {
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-contacts.open li.send-mail-ico, header section.simple-menu .header-info .fixed-header .ics-container .header-contacts.open li.send-mail-ico {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,0.9)' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E		%3Cpath d='M511.609,197.601c-0.001-0.77-0.173-1.933-0.472-2.603c-0.787-2.854-2.536-5.461-5.154-7.281l-73.292-50.948V82.153			c0-7.24-5.872-13.112-13.112-13.112H335.26l-71.743-49.878c-4.484-3.121-10.437-3.134-14.935-0.026l-72.206,49.904H92.426			c-7.242,0-13.112,5.872-13.112,13.112v53.973L5.666,187.027c-3.623,2.504-5.583,6.507-5.645,10.6			C0.017,197.704,0,197.777,0,197.857l0.391,284.235c0.005,3.477,1.391,6.81,3.852,9.266c2.458,2.451,5.788,3.827,9.26,3.827			c0.007,0,0.012,0,0.018,0l485.385-0.667c7.24-0.01,13.104-5.889,13.094-13.13L511.609,197.601z M432.69,168.708l41.898,29.118			l-41.898,29.128V168.708z M256.015,45.884l33.31,23.156h-66.812L256.015,45.884z M105.538,95.265h300.928v149.921L305.43,315.428			l-41.194-31.954c-0.064-0.05-0.119-0.081-0.181-0.126c-4.604-3.454-11.116-3.581-15.894,0.126l-41.493,32.185l-101.13-69.893			V95.265z M79.314,168.003v59.64l-43.146-29.819L79.314,168.003z M26.258,222.867l158.669,109.655L26.578,455.346L26.258,222.867z			 M51.875,468.909l204.324-158.484l203.591,157.923L51.875,468.909z M327.144,332.271l158.276-110.036l0.32,233.059			L327.144,332.271z'/%3E		%3Cpath d='M344.77,147.713H167.234c-7.24,0-13.112,5.872-13.112,13.112s5.872,13.112,13.112,13.112H344.77			c7.242,0,13.112-5.872,13.112-13.112S352.012,147.713,344.77,147.713z'/%3E		%3Cpath d='M344.77,215.895H167.234c-7.24,0-13.112,5.872-13.112,13.112c0,7.24,5.872,13.112,13.112,13.112H344.77			c7.242,0,13.112-5.872,13.112-13.112C357.882,221.767,352.012,215.895,344.77,215.895z'/%3E%3C/svg%3E");
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-contacts.open li.phone-ico, header section.simple-menu .header-info .fixed-header .ics-container .header-contacts.open li.phone-ico {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,0.9)' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 viewBox='0 0 578.106 578.106' style='enable-background:new 0 0 578.106 578.106;' xml:space='preserve'%3E		%3Cpath d='M577.83,456.128c1.225,9.385-1.635,17.545-8.568,24.48l-81.396,80.781			c-3.672,4.08-8.465,7.551-14.381,10.404c-5.916,2.857-11.729,4.693-17.439,5.508c-0.408,0-1.635,0.105-3.676,0.309			c-2.037,0.203-4.689,0.307-7.953,0.307c-7.754,0-20.301-1.326-37.641-3.979s-38.555-9.182-63.645-19.584			c-25.096-10.404-53.553-26.012-85.376-46.818c-31.823-20.805-65.688-49.367-101.592-85.68			c-28.56-28.152-52.224-55.08-70.992-80.783c-18.768-25.705-33.864-49.471-45.288-71.299			c-11.425-21.828-19.993-41.616-25.705-59.364S4.59,177.362,2.55,164.51s-2.856-22.95-2.448-30.294			c0.408-7.344,0.612-11.424,0.612-12.24c0.816-5.712,2.652-11.526,5.508-17.442s6.324-10.71,10.404-14.382L98.022,8.756			c5.712-5.712,12.24-8.568,19.584-8.568c5.304,0,9.996,1.53,14.076,4.59s7.548,6.834,10.404,11.322l65.484,124.236			c3.672,6.528,4.692,13.668,3.06,21.42c-1.632,7.752-5.1,14.28-10.404,19.584l-29.988,29.988c-0.816,0.816-1.53,2.142-2.142,3.978			s-0.918,3.366-0.918,4.59c1.632,8.568,5.304,18.36,11.016,29.376c4.896,9.792,12.444,21.726,22.644,35.802			s24.684,30.293,43.452,48.653c18.36,18.77,34.68,33.354,48.96,43.76c14.277,10.4,26.215,18.053,35.803,22.949			c9.588,4.896,16.932,7.854,22.031,8.871l7.648,1.531c0.816,0,2.145-0.307,3.979-0.918c1.836-0.613,3.162-1.326,3.979-2.143			l34.883-35.496c7.348-6.527,15.912-9.791,25.705-9.791c6.938,0,12.443,1.223,16.523,3.672h0.611l118.115,69.768			C571.098,441.238,576.197,447.968,577.83,456.128z'/%3E%3C/svg%3E");
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-contacts.open li.skype-ico, header section.simple-menu .header-info .fixed-header .ics-container .header-contacts.open li.skype-ico {
  padding-left: 35px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 5px center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,0.9)' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 width='430.123px' height='430.123px' viewBox='0 0 430.123 430.123' style='enable-background:new 0 0 430.123 430.123;'	 xml:space='preserve'%3E	%3Cpath id='Skype' d='M412.164,246.198c1.605-10.155,2.45-20.544,2.45-31.148c0-110.215-89.342-199.555-199.56-199.555		c-10.576,0-20.995,0.871-31.141,2.458C165.534,6.581,143.842,0,120.595,0C53.996,0,0.005,53.984,0.005,120.59		c0,23.242,6.585,44.916,17.952,63.332c-1.573,10.172-2.439,20.528-2.439,31.132c0,110.223,89.34,199.536,199.532,199.536		c10.585,0,21.007-0.816,31.152-2.417c18.398,11.35,40.072,17.949,63.314,17.949c66.617,0,120.602-53.998,120.602-120.602		C430.123,286.269,423.542,264.6,412.164,246.198z M309.801,305.81c-8.442,12.153-20.843,21.65-37.047,28.479		c-16.237,6.847-35.428,10.254-57.59,10.254c-26.562,0-48.554-4.648-65.913-14.034c-12.305-6.721-22.313-15.737-30.007-26.98		c-7.71-11.252-11.619-22.271-11.619-33.015c0-6.338,2.417-11.85,7.122-16.344c4.754-4.527,10.877-6.796,18.104-6.796		c5.92,0,11.005,1.783,15.145,5.316c4.109,3.532,7.556,8.667,10.375,15.443c3.379,7.85,7.049,14.412,10.954,19.648		c3.881,5.171,9.343,9.488,16.417,12.867c6.996,3.388,16.307,5.082,27.958,5.082c15.945,0,28.831-3.449,38.693-10.253		c9.912-6.866,14.673-15.22,14.673-25.314c0-8.051-2.567-14.445-7.831-19.43c-5.312-5.05-12.172-8.896-20.685-11.579		c-8.546-2.711-20.02-5.586-34.399-8.615c-19.308-4.214-35.456-9.119-48.533-14.752c-13.094-5.654-23.522-13.383-31.251-23.146		c-7.745-9.859-11.607-22.113-11.607-36.627c0-13.84,4.077-26.217,12.239-36.989c8.158-10.802,19.961-19.07,35.351-24.829		c15.336-5.757,33.391-8.637,54.075-8.637c16.541,0,30.849,1.914,42.96,5.722c12.078,3.836,22.146,8.898,30.196,15.25		c7.999,6.338,13.885,13.023,17.613,20.038c3.725,7.036,5.601,13.908,5.601,20.614c0,6.235-2.417,11.89-7.127,16.846		c-4.709,4.963-10.733,7.493-17.768,7.47c-6.342,0-11.317-1.463-14.767-4.56c-3.36-2.996-6.889-7.766-10.706-14.414		c-4.825-9.276-10.604-16.503-17.324-21.672c-6.543-5.073-17.338-7.714-32.359-7.682c-13.898,0-25.018,2.84-33.411,8.394		c-8.445,5.643-12.482,12.19-12.501,19.861c0.014,4.807,1.396,8.86,4.177,12.326c2.824,3.498,6.753,6.529,11.803,9.084		c5.052,2.595,10.191,4.602,15.355,6.046c5.225,1.481,13.894,3.622,25.944,6.457c15.112,3.257,28.819,6.896,41.136,10.862		c12.293,3.986,22.784,8.793,31.451,14.52c8.736,5.71,15.564,12.99,20.438,21.783c4.909,8.807,7.354,19.564,7.354,32.222		C322.509,279.968,318.263,293.676,309.801,305.81z'/%3E%3C/svg%3E");
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-contacts.open .send-mail-ico, header section.simple-menu .header-info .fixed-header .ics-container .header-contacts.open .send-mail-ico {
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 5px center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,0.9)' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E		%3Cpath d='M511.609,197.601c-0.001-0.77-0.173-1.933-0.472-2.603c-0.787-2.854-2.536-5.461-5.154-7.281l-73.292-50.948V82.153			c0-7.24-5.872-13.112-13.112-13.112H335.26l-71.743-49.878c-4.484-3.121-10.437-3.134-14.935-0.026l-72.206,49.904H92.426			c-7.242,0-13.112,5.872-13.112,13.112v53.973L5.666,187.027c-3.623,2.504-5.583,6.507-5.645,10.6			C0.017,197.704,0,197.777,0,197.857l0.391,284.235c0.005,3.477,1.391,6.81,3.852,9.266c2.458,2.451,5.788,3.827,9.26,3.827			c0.007,0,0.012,0,0.018,0l485.385-0.667c7.24-0.01,13.104-5.889,13.094-13.13L511.609,197.601z M432.69,168.708l41.898,29.118			l-41.898,29.128V168.708z M256.015,45.884l33.31,23.156h-66.812L256.015,45.884z M105.538,95.265h300.928v149.921L305.43,315.428			l-41.194-31.954c-0.064-0.05-0.119-0.081-0.181-0.126c-4.604-3.454-11.116-3.581-15.894,0.126l-41.493,32.185l-101.13-69.893			V95.265z M79.314,168.003v59.64l-43.146-29.819L79.314,168.003z M26.258,222.867l158.669,109.655L26.578,455.346L26.258,222.867z			 M51.875,468.909l204.324-158.484l203.591,157.923L51.875,468.909z M327.144,332.271l158.276-110.036l0.32,233.059			L327.144,332.271z'/%3E		%3Cpath d='M344.77,147.713H167.234c-7.24,0-13.112,5.872-13.112,13.112s5.872,13.112,13.112,13.112H344.77			c7.242,0,13.112-5.872,13.112-13.112S352.012,147.713,344.77,147.713z'/%3E		%3Cpath d='M344.77,215.895H167.234c-7.24,0-13.112,5.872-13.112,13.112c0,7.24,5.872,13.112,13.112,13.112H344.77			c7.242,0,13.112-5.872,13.112-13.112C357.882,221.767,352.012,215.895,344.77,215.895z'/%3E%3C/svg%3E");
  padding-left: 35px;
  font-family: Lato-Semibold, sans-serif;
}
header section.block-video-menu .header-info .fixed-header .ics-container .header-contacts.open li.phone-ico, header section.simple-menu .header-info .fixed-header .ics-container .header-contacts.open li.phone-ico {
  padding-left: 35px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 5px center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,0.9)' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 viewBox='0 0 578.106 578.106' style='enable-background:new 0 0 578.106 578.106;' xml:space='preserve'%3E		%3Cpath d='M577.83,456.128c1.225,9.385-1.635,17.545-8.568,24.48l-81.396,80.781			c-3.672,4.08-8.465,7.551-14.381,10.404c-5.916,2.857-11.729,4.693-17.439,5.508c-0.408,0-1.635,0.105-3.676,0.309			c-2.037,0.203-4.689,0.307-7.953,0.307c-7.754,0-20.301-1.326-37.641-3.979s-38.555-9.182-63.645-19.584			c-25.096-10.404-53.553-26.012-85.376-46.818c-31.823-20.805-65.688-49.367-101.592-85.68			c-28.56-28.152-52.224-55.08-70.992-80.783c-18.768-25.705-33.864-49.471-45.288-71.299			c-11.425-21.828-19.993-41.616-25.705-59.364S4.59,177.362,2.55,164.51s-2.856-22.95-2.448-30.294			c0.408-7.344,0.612-11.424,0.612-12.24c0.816-5.712,2.652-11.526,5.508-17.442s6.324-10.71,10.404-14.382L98.022,8.756			c5.712-5.712,12.24-8.568,19.584-8.568c5.304,0,9.996,1.53,14.076,4.59s7.548,6.834,10.404,11.322l65.484,124.236			c3.672,6.528,4.692,13.668,3.06,21.42c-1.632,7.752-5.1,14.28-10.404,19.584l-29.988,29.988c-0.816,0.816-1.53,2.142-2.142,3.978			s-0.918,3.366-0.918,4.59c1.632,8.568,5.304,18.36,11.016,29.376c4.896,9.792,12.444,21.726,22.644,35.802			s24.684,30.293,43.452,48.653c18.36,18.77,34.68,33.354,48.96,43.76c14.277,10.4,26.215,18.053,35.803,22.949			c9.588,4.896,16.932,7.854,22.031,8.871l7.648,1.531c0.816,0,2.145-0.307,3.979-0.918c1.836-0.613,3.162-1.326,3.979-2.143			l34.883-35.496c7.348-6.527,15.912-9.791,25.705-9.791c6.938,0,12.443,1.223,16.523,3.672h0.611l118.115,69.768			C571.098,441.238,576.197,447.968,577.83,456.128z'/%3E%3C/svg%3E");
  font-family: Lato-Semibold, sans-serif;
}
header section.block-video-menu .header-info .header-info-inner, header section.simple-menu .header-info .header-info-inner {
  position: relative;
  margin-top: 40px;
  height: calc(100% - 40px);
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block, header section.simple-menu .header-info .header-info-inner .main-menu-block {
  position: fixed;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  top: 80px;
  width: 100%;
  height: 160px;
  max-width: 1200px;
  background-color: rgba(64, 71, 75, 0.7);
  background-image: -webkit-gradient(linear, left top, left top, color-stop(0%, rgba(64, 71, 75, 0.7)), color-stop(100% rgba(41, 46, 49, 0.8)));
  background-image: -webkit-linear-gradient(left, rgba(64, 71, 75, 0.7) 0%, rgba(41, 46, 49, 0.8) 100%);
  background-image: -moz-linear-gradient(left, rgba(64, 71, 75, 0.7) 0%, rgba(41, 46, 49, 0.8) 100%);
  background-image: -ms-linear-gradient(left, rgba(64, 71, 75, 0.7) 0%, rgba(41, 46, 49, 0.8) 100%);
  background-image: -o-linear-gradient(left, rgba(64, 71, 75, 0.7) 0%, rgba(41, 46, 49, 0.8) 100%);
  background-image: linear-gradient(left, rgba(64, 71, 75, 0.7) 0%, rgba(41, 46, 49, 0.8) 100%);
  transition: all 0.3s ease 0s;
  z-index: 5;
}
@media screen and (max-width: 990px) {
  header section.block-video-menu .header-info .header-info-inner .main-menu-block, header section.simple-menu .header-info .header-info-inner .main-menu-block {
    display: none;
  }
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block:before, header section.simple-menu .header-info .header-info-inner .main-menu-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 249px;
  height: 15px;
  background: url("../img/shadows.png") no-repeat 0 -15px;
  background-size: 249px 30px;
  left: 0;
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block:after, header section.simple-menu .header-info .header-info-inner .main-menu-block:after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 249px;
  height: 15px;
  right: 0;
  background: url("../img/shadows.png") no-repeat;
  background-size: 249px 30px;
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block .logo-container, header section.simple-menu .header-info .header-info-inner .main-menu-block .logo-container {
  height: 100%;
  width: 260px;
  background: transparent;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 1150px) {
  header section.block-video-menu .header-info .header-info-inner .main-menu-block .logo-container, header section.simple-menu .header-info .header-info-inner .main-menu-block .logo-container {
    width: 160px;
  }
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block .logo-container a, header section.simple-menu .header-info .header-info-inner .main-menu-block .logo-container a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block .logo-container a img, header section.simple-menu .header-info .header-info-inner .main-menu-block .logo-container a img {
  width: 100%;
  height: auto;
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container {
  width: calc(100% - 300px);
  overflow: hidden;
  padding: 0 10px;
  transition: all 0.3s ease 0s;
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 60px;
  border-bottom: 1px solid rgba(75, 83, 89, 0.5);
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu li, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu li, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu li, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu li {
  min-width: 90px;
  max-width: 125px;
  text-align: center;
  height: 60px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1150px) {
  header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu li, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu li, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu li, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu li {
    min-width: 70px;
    max-width: 90px;
  }
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu li a, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu li a, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu li a, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu li a {
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  color: #cbced1;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
  font-size: 11px;
  text-transform: uppercase;
  font-family: Lato-Semibold, sans-serif;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 1150px) {
  header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu li a, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu li a, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu li a, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu li a {
    font-size: 10px;
  }
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu li a:hover, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu li a:hover, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu li a:hover, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu li a:hover {
  color: white;
  text-decoration: none;
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu li a:focus, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu li a:active, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu li a:focus, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu li a:active, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu li a:focus, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu li a:active, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu li a:focus, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu li a:active {
  text-decoration: none;
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu li ul.sub-menu, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu li ul.sub-menu, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu li ul.sub-menu, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu li ul.sub-menu {
  display: none;
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu li.current-menu-item > a, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu li.current-menu-parent > a, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu li.current-menu-item > a, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu li.current-menu-parent > a, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu li.current-menu-item > a, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu li.current-menu-parent > a, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu li.current-menu-item > a, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu li.current-menu-parent > a {
  color: white;
  text-decoration: none;
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu li.current-menu-item ul.sub-menu, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu li.current-menu-parent ul.sub-menu, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu li.current-menu-item ul.sub-menu, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu li.current-menu-parent ul.sub-menu, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu li.current-menu-item ul.sub-menu, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu li.current-menu-parent ul.sub-menu, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu li.current-menu-item ul.sub-menu, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu li.current-menu-parent ul.sub-menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  padding: 0;
  top: 60px;
  left: 0;
  width: 880px;
  height: 100px;
  justify-content: center;
  align-items: center;
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu li.current-menu-item ul.sub-menu > li.current-menu-item > a, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu li.current-menu-parent ul.sub-menu > li.current-menu-item > a, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu li.current-menu-item ul.sub-menu > li.current-menu-item > a, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu li.current-menu-parent ul.sub-menu > li.current-menu-item > a, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu li.current-menu-item ul.sub-menu > li.current-menu-item > a, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu li.current-menu-parent ul.sub-menu > li.current-menu-item > a, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu li.current-menu-item ul.sub-menu > li.current-menu-item > a, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu li.current-menu-parent ul.sub-menu > li.current-menu-item > a {
  display: flex;
  justify-content: center;
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu > li.current-menu-item > a.height-15:before, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu > li.current-menu-parent > a.height-15:before, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu > li.current-menu-item > a.height-15:before, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu > li.current-menu-parent > a.height-15:before, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu > li.current-menu-item > a.height-15:before, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu > li.current-menu-parent > a.height-15:before, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu > li.current-menu-item > a.height-15:before, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu > li.current-menu-parent > a.height-15:before {
  position: absolute;
  content: "";
  display: block;
  bottom: -23px;
  left: 0;
  right: 0;
  height: 2px;
  background: white;
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu > li.current-menu-item > a.height-30:before, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu > li.current-menu-parent > a.height-30:before, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu > li.current-menu-item > a.height-30:before, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu > li.current-menu-parent > a.height-30:before, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu > li.current-menu-item > a.height-30:before, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu > li.current-menu-parent > a.height-30:before, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu > li.current-menu-item > a.height-30:before, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu > li.current-menu-parent > a.height-30:before {
  position: absolute;
  content: "";
  display: block;
  bottom: -15px;
  left: 0;
  right: 0;
  height: 2px;
  background: white;
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu > li.current-menu-item > a.height-45:before, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu > li.current-menu-parent > a.height-45:before, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu > li.current-menu-item > a.height-45:before, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu > li.current-menu-parent > a.height-45:before, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu > li.current-menu-item > a.height-45:before, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu > li.current-menu-parent > a.height-45:before, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu > li.current-menu-item > a.height-45:before, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu > li.current-menu-parent > a.height-45:before {
  position: absolute;
  content: "";
  display: block;
  bottom: -8px;
  left: 0;
  right: 0;
  height: 2px;
  background: white;
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu > li.current-menu-item > a.height-default:before, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu > li.current-menu-parent > a.height-default:before, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu > li.current-menu-item > a.height-default:before, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu > li.current-menu-parent > a.height-default:before, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu > li.current-menu-item > a.height-default:before, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu > li.current-menu-parent > a.height-default:before, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu > li.current-menu-item > a.height-default:before, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu > li.current-menu-parent > a.height-default:before {
  position: absolute;
  content: "";
  display: block;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 2px;
  background: white;
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu > li.long-sub-menu, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu > li.long-sub-menu, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu > li.long-sub-menu, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu > li.long-sub-menu {
  flex-wrap: wrap;
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu > li.long-sub-menu ul.sub-menu, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu > li.long-sub-menu ul.sub-menu, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu > li.long-sub-menu ul.sub-menu, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu > li.long-sub-menu ul.sub-menu {
  flex-wrap: wrap;
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu > li.long-sub-menu li, header section.block-video-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu > li.long-sub-menu li, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermain-container #header-menu > li.long-sub-menu li, header section.simple-menu .header-info .header-info-inner .main-menu-block .menu-headermainuk-container #header-menu > li.long-sub-menu li {
  height: 50px !important;
  max-width: 103px !important;
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block .lang-wrap, header section.simple-menu .header-info .header-info-inner .main-menu-block .lang-wrap {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 60px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block .lang-wrap li, header section.simple-menu .header-info .header-info-inner .main-menu-block .lang-wrap li {
  transition: all 0.3s ease-in-out;
  text-align: center;
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block .lang-wrap li:hover, header section.simple-menu .header-info .header-info-inner .main-menu-block .lang-wrap li:hover {
  transform: scale(1.2);
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block .lang-wrap a, header section.simple-menu .header-info .header-info-inner .main-menu-block .lang-wrap a {
  color: #cbced1;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
  font-size: 12px;
  font-family: Lato-Semibold, sans-serif;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block .lang-wrap a:hover, header section.simple-menu .header-info .header-info-inner .main-menu-block .lang-wrap a:hover {
  color: white;
  text-decoration: none;
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block.stick, header section.simple-menu .header-info .header-info-inner .main-menu-block.stick {
  top: 40px;
  height: 60px;
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block.stick .logo-container, header section.simple-menu .header-info .header-info-inner .main-menu-block.stick .logo-container {
  width: 100px;
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block.stick .menu-headermain-container, header section.block-video-menu .header-info .header-info-inner .main-menu-block.stick .menu-headermainuk-container, header section.simple-menu .header-info .header-info-inner .main-menu-block.stick .menu-headermain-container, header section.simple-menu .header-info .header-info-inner .main-menu-block.stick .menu-headermainuk-container {
  width: calc(100% - 140px);
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block.stick .menu-headermain-container #header-menu li ul.sub-menu, header section.block-video-menu .header-info .header-info-inner .main-menu-block.stick .menu-headermainuk-container #header-menu li ul.sub-menu, header section.simple-menu .header-info .header-info-inner .main-menu-block.stick .menu-headermain-container #header-menu li ul.sub-menu, header section.simple-menu .header-info .header-info-inner .main-menu-block.stick .menu-headermainuk-container #header-menu li ul.sub-menu {
  display: none;
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block.stick-on-hover, header section.simple-menu .header-info .header-info-inner .main-menu-block.stick-on-hover {
  top: 40px;
  height: 160px;
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block.stick-on-hover .logo-container, header section.simple-menu .header-info .header-info-inner .main-menu-block.stick-on-hover .logo-container {
  width: 260px;
}
header section.block-video-menu .header-info .header-info-inner .main-menu-block.stick-on-hover .menu-headermain-container, header section.block-video-menu .header-info .header-info-inner .main-menu-block.stick-on-hover .menu-headermainuk-container, header section.simple-menu .header-info .header-info-inner .main-menu-block.stick-on-hover .menu-headermain-container, header section.simple-menu .header-info .header-info-inner .main-menu-block.stick-on-hover .menu-headermainuk-container {
  width: calc(100% - 300px);
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  header section.block-video-menu, header section.simple-menu {
    min-height: 40vh;
    height: 40vh;
  }
  header section.block-video-menu .header-video, header section.simple-menu .header-video {
    min-height: 40vh;
    height: 40vh;
  }
}
@media only screen and (max-device-width: 420px) and (orientation: portrait) {
  header section.block-video-menu, header section.simple-menu {
    min-height: 60vh;
    height: 60vh;
  }
  header section.block-video-menu .header-video, header section.simple-menu .header-video {
    min-height: 60vh;
    height: 60vh;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  header section.block-video-menu, header section.simple-menu {
    min-height: 65vh;
    height: 65vh;
  }
  header section.block-video-menu .header-video, header section.simple-menu .header-video {
    min-height: 65vh;
    height: 65vh;
  }
}
header section.block-video-menu {
  height: 63vh;
  min-height: 350px;
}
header section.simple-menu {
  height: 0;
  min-height: 0;
}

.admin-bar .fixed-header {
  top: 32px !important;
}
.admin-bar .main-menu-block {
  top: 112px !important;
}
.admin-bar .main-menu-block.stick, .admin-bar .main-menu-block.stick-on-hover {
  top: 72px !important;
}

.block-title {
  margin-bottom: 30px;
}
.block-title h2, .block-title h1, .block-title h1.category-title-decorated {
  color: #555558;
  font-size: 24px;
  line-height: 25px;
  font-family: Lato-Regular, sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  padding: 0 0 0 15px;
  border-left: 4px solid #548200;
  display: flex;
  min-height: 50px;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 650px) {
  .block-title h2, .block-title h1, .block-title h1.category-title-decorated {
    font-size: 18px;
    line-height: 20px;
  }
}

section.product-slider {
  padding-top: 20px;
  background: white;
}
section.product-slider .ics-container .owl-carousel {
  margin-bottom: 10px !important;
}
section.product-slider .ics-container .owl-carousel .sa_hover_container {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.product-slider .ics-container .owl-carousel .slide-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Lato-Regular, sans-serif;
}
section.product-slider .ics-container .owl-carousel .slide-wrapper .img-wrapper {
  min-width: 33%;
}
section.product-slider .ics-container .owl-carousel .slide-wrapper .img-wrapper img {
  width: 450px;
  height: auto;
}
@media screen and (max-width: 650px) {
  section.product-slider .ics-container .owl-carousel .slide-wrapper .img-wrapper img {
    width: 150px;
  }
}
@media screen and (max-width: 650px) {
  section.product-slider .ics-container .owl-carousel .slide-wrapper .text-wrapper h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 650px) {
  section.product-slider .ics-container .owl-carousel .slide-wrapper .text-wrapper h4 {
    font-size: 14px;
  }
}
section.product-slider .ics-container .owl-carousel .slide-wrapper .text-wrapper .show-more a {
  display: inline-block;
  text-decoration: none;
  padding: 0 50px 0 40px;
  height: 40px;
  line-height: 40px;
  color: #fefefe;
  font-size: 16px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 0.5em;
  box-shadow: 0.1em 0.15em 0.15em rgba(0, 0, 0, 0.5);
  background-size: 200%;
  position: relative;
  cursor: pointer;
  background-color: #86ce00;
  background-image: -webkit-gradient(linear, left top, left top, color-stop(0%, #86ce00), color-stop(100% #548200));
  background-image: -webkit-linear-gradient(left, #86ce00 0%, #548200 100%);
  background-image: -moz-linear-gradient(left, #86ce00 0%, #548200 100%);
  background-image: -ms-linear-gradient(left, #86ce00 0%, #548200 100%);
  background-image: -o-linear-gradient(left, #86ce00 0%, #548200 100%);
  background-image: linear-gradient(left, #86ce00 0%, #548200 100%);
  transition: all 0.5s;
}
@media screen and (max-width: 650px) {
  section.product-slider .ics-container .owl-carousel .slide-wrapper .text-wrapper .show-more a {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
}
section.product-slider .ics-container .owl-carousel .slide-wrapper .text-wrapper .show-more a:hover, section.product-slider .ics-container .owl-carousel .slide-wrapper .text-wrapper .show-more a:focus {
  background-position: 98%;
  background-size: 130%;
}
section.product-slider .ics-container .owl-carousel .slide-wrapper .text-wrapper .show-more a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(254,254,254,1)' version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 129 129'%3E  %3Cg%3E    %3Cpath d='m40.4,121.3c-0.8,0.8-1.8,1.2-2.9,1.2s-2.1-0.4-2.9-1.2c-1.6-1.6-1.6-4.2 0-5.8l51-51-51-51c-1.6-1.6-1.6-4.2 0-5.8 1.6-1.6 4.2-1.6 5.8,0l53.9,53.9c1.6,1.6 1.6,4.2 0,5.8l-53.9,53.9z'/%3E  %3C/g%3E%3C/svg%3E");
}
@media screen and (max-width: 650px) {
  section.product-slider .ics-container .owl-carousel .slide-wrapper .text-wrapper .show-more a::after {
    height: 30px;
    width: 30px;
  }
}
section.product-slider .ics-container .owl-carousel .owl-dots {
  bottom: 10px !important;
}
section.product-slider .ics-container .owl-carousel .owl-dots button:focus, section.product-slider .ics-container .owl-carousel .owl-dots button:active {
  outline: none;
}
section.product-slider .ics-container .owl-carousel .owl-dots button.active span {
  background-color: #86ce00 !important;
}
@media screen and (max-width: 650px) {
  section.product-slider .ics-container .owl-carousel .owl-dots {
    display: none;
  }
}
section.product-slider .ics-container .owl-carousel .owl-nav button.owl-prev {
  background: transparent !important;
  left: -50px !important;
}
@media screen and (max-width: 1350px) {
  section.product-slider .ics-container .owl-carousel .owl-nav button.owl-prev {
    left: 0 !important;
  }
}
@media screen and (max-width: 650px) {
  section.product-slider .ics-container .owl-carousel .owl-nav button.owl-prev {
    display: none;
  }
}
section.product-slider .ics-container .owl-carousel .owl-nav button.owl-prev:active, section.product-slider .ics-container .owl-carousel .owl-nav button.owl-prev:focus {
  outline: none;
}
section.product-slider .ics-container .owl-carousel .owl-nav button.owl-prev:before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: #5e6569;
  box-shadow: 2px -2px 3px rgba(0, 0, 0, 0.5);
  transform: rotate(45deg);
  top: 32px;
  left: 0;
  position: absolute;
  opacity: 1;
}
section.product-slider .ics-container .owl-carousel .owl-nav button.owl-prev:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: #5e6569;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  transform: rotate(-45deg);
  top: 13px;
  left: 0;
  position: absolute;
  opacity: 1;
}
section.product-slider .ics-container .owl-carousel .owl-nav button.owl-next {
  background: transparent !important;
  right: -50px !important;
}
@media screen and (max-width: 1350px) {
  section.product-slider .ics-container .owl-carousel .owl-nav button.owl-next {
    right: 0 !important;
  }
}
@media screen and (max-width: 650px) {
  section.product-slider .ics-container .owl-carousel .owl-nav button.owl-next {
    display: none;
  }
}
section.product-slider .ics-container .owl-carousel .owl-nav button.owl-next:active, section.product-slider .ics-container .owl-carousel .owl-nav button.owl-next:focus {
  outline: none;
}
section.product-slider .ics-container .owl-carousel .owl-nav button.owl-next:before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: #5e6569;
  box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.5);
  transform: rotate(-45deg);
  top: 32px;
  left: 0;
  position: absolute;
  opacity: 1;
}
section.product-slider .ics-container .owl-carousel .owl-nav button.owl-next:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: #5e6569;
  box-shadow: 2px -2px 3px rgba(0, 0, 0, 0.5);
  transform: rotate(45deg);
  top: 13px;
  left: 0;
  position: absolute;
  opacity: 1;
}

section.slogan {
  font-family: "Lato-Regular", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  section.slogan {
    padding: 0 10px;
  }
}

section.connect .wp-block-button__link {
  height: 70px;
  line-height: 70px;
}
section.connect .wp-block-button__link:after {
  top: 15px;
}

section.partners {
  padding-top: 20px;
}
section.partners .ics-container .owl-carousel {
  margin-bottom: 10px !important;
}
section.partners .ics-container .owl-carousel .sa_hover_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.partners .ics-container .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
section.partners .ics-container .owl-carousel .img-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Lato-Regular, sans-serif;
}
section.partners .ics-container .owl-carousel .img-wrapper img {
  width: auto;
  max-height: 130px;
}
section.partners .ics-container .owl-carousel .owl-dots {
  bottom: 0 !important;
}
section.partners .ics-container .owl-carousel .owl-dots button:focus, section.partners .ics-container .owl-carousel .owl-dots button:active {
  outline: none;
}
section.partners .ics-container .owl-carousel .owl-dots button.active span {
  background-color: #86ce00 !important;
}
section.partners .ics-container .owl-carousel .owl-nav button.owl-prev {
  background: transparent !important;
  left: -50px !important;
}
@media screen and (max-width: 1350px) {
  section.partners .ics-container .owl-carousel .owl-nav button.owl-prev {
    left: 0 !important;
  }
}
@media screen and (max-width: 650px) {
  section.partners .ics-container .owl-carousel .owl-nav button.owl-prev {
    display: none;
  }
}
section.partners .ics-container .owl-carousel .owl-nav button.owl-prev:active, section.partners .ics-container .owl-carousel .owl-nav button.owl-prev:focus {
  outline: none;
}
section.partners .ics-container .owl-carousel .owl-nav button.owl-prev:before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: #5e6569;
  box-shadow: 2px -2px 3px rgba(0, 0, 0, 0.5);
  transform: rotate(45deg);
  top: 32px;
  left: 0;
  position: absolute;
  opacity: 1;
}
section.partners .ics-container .owl-carousel .owl-nav button.owl-prev:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: #5e6569;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  transform: rotate(-45deg);
  top: 13px;
  left: 0;
  position: absolute;
  opacity: 1;
}
section.partners .ics-container .owl-carousel .owl-nav button.owl-next {
  background: transparent !important;
  right: -50px !important;
}
@media screen and (max-width: 1350px) {
  section.partners .ics-container .owl-carousel .owl-nav button.owl-next {
    right: 0 !important;
  }
}
@media screen and (max-width: 650px) {
  section.partners .ics-container .owl-carousel .owl-nav button.owl-next {
    display: none;
  }
}
section.partners .ics-container .owl-carousel .owl-nav button.owl-next:active, section.partners .ics-container .owl-carousel .owl-nav button.owl-next:focus {
  outline: none;
}
section.partners .ics-container .owl-carousel .owl-nav button.owl-next:before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: #5e6569;
  box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.5);
  transform: rotate(-45deg);
  top: 32px;
  left: 0;
  position: absolute;
  opacity: 1;
}
section.partners .ics-container .owl-carousel .owl-nav button.owl-next:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: #5e6569;
  box-shadow: 2px -2px 3px rgba(0, 0, 0, 0.5);
  transform: rotate(45deg);
  top: 13px;
  left: 0;
  position: absolute;
  opacity: 1;
}

main.single-post, main.category-main-block, main.page-main-block, main.search-results, main.page-404 {
  width: 100%;
  min-height: 150vh;
  background-image: url("../img/printing-bg-1.jpg");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
main.single-post article, main.category-main-block article, main.page-main-block article, main.search-results article, main.page-404 article {
  font-family: Lato-Regular, sans-serif;
  padding: 5px 0;
}
main.single-post article .ics-container, main.category-main-block article .ics-container, main.page-main-block article .ics-container, main.search-results article .ics-container, main.page-404 article .ics-container {
  padding-top: 300px;
}
main.single-post article .ics-container .article-panel, main.category-main-block article .ics-container .article-panel, main.page-main-block article .ics-container .article-panel, main.search-results article .ics-container .article-panel, main.page-404 article .ics-container .article-panel {
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  padding: 10px 20px 50px 35px;
  margin-bottom: 50px;
  min-height: 100vh;
}
main.single-post article .ics-container .article-panel .breadcrumbs-block, main.category-main-block article .ics-container .article-panel .breadcrumbs-block, main.page-main-block article .ics-container .article-panel .breadcrumbs-block, main.search-results article .ics-container .article-panel .breadcrumbs-block, main.page-404 article .ics-container .article-panel .breadcrumbs-block {
  border-left: 4px solid rgba(0, 105, 80, 0.7);
}
main.single-post article .ics-container .article-panel .breadcrumb, main.category-main-block article .ics-container .article-panel .breadcrumb, main.page-main-block article .ics-container .article-panel .breadcrumb, main.search-results article .ics-container .article-panel .breadcrumb, main.page-404 article .ics-container .article-panel .breadcrumb {
  background-color: transparent !important;
}
main.single-post article .ics-container .article-panel .breadcrumb a, main.category-main-block article .ics-container .article-panel .breadcrumb a, main.page-main-block article .ics-container .article-panel .breadcrumb a, main.search-results article .ics-container .article-panel .breadcrumb a, main.page-404 article .ics-container .article-panel .breadcrumb a {
  text-decoration: none;
  color: #333333;
  font-weight: normal;
  font-size: 16px;
}
main.single-post article .ics-container .article-panel .breadcrumb a:hover, main.category-main-block article .ics-container .article-panel .breadcrumb a:hover, main.page-main-block article .ics-container .article-panel .breadcrumb a:hover, main.search-results article .ics-container .article-panel .breadcrumb a:hover, main.page-404 article .ics-container .article-panel .breadcrumb a:hover {
  color: rgba(0, 105, 80, 0.7);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
main.single-post article .ics-container .article-panel .breadcrumb span, main.category-main-block article .ics-container .article-panel .breadcrumb span, main.page-main-block article .ics-container .article-panel .breadcrumb span, main.search-results article .ics-container .article-panel .breadcrumb span, main.page-404 article .ics-container .article-panel .breadcrumb span {
  font-size: 16px;
}
main.single-post article .ics-container .article-panel .breadcrumb span.current, main.category-main-block article .ics-container .article-panel .breadcrumb span.current, main.page-main-block article .ics-container .article-panel .breadcrumb span.current, main.search-results article .ics-container .article-panel .breadcrumb span.current, main.page-404 article .ics-container .article-panel .breadcrumb span.current {
  color: rgba(0, 105, 80, 0.7);
}
main.single-post article .ics-container .article-panel .items-row, main.category-main-block article .ics-container .article-panel .items-row, main.page-main-block article .ics-container .article-panel .items-row, main.search-results article .ics-container .article-panel .items-row, main.page-404 article .ics-container .article-panel .items-row {
  padding-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: stretch;
  justify-content: space-between;
}
main.single-post article .ics-container .article-panel .items-row .item, main.category-main-block article .ics-container .article-panel .items-row .item, main.page-main-block article .ics-container .article-panel .items-row .item, main.search-results article .ics-container .article-panel .items-row .item, main.page-404 article .ics-container .article-panel .items-row .item {
  margin: 5px 0 15px 0;
  padding: 0 0 40px 0;
  position: relative;
  width: calc(33.3% - 20px);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4), -1px -1px 1px rgba(0, 0, 0, 0.1);
}
main.single-post article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper, main.category-main-block article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper, main.page-main-block article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper, main.search-results article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper, main.page-404 article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper {
  position: relative;
  margin-top: 15px;
  min-height: 280px;
  max-height: 280px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.single-post article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper figure, main.category-main-block article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper figure, main.page-main-block article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper figure, main.search-results article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper figure, main.page-404 article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper figure {
  margin: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
main.single-post article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper figure img, main.category-main-block article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper figure img, main.page-main-block article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper figure img, main.search-results article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper figure img, main.page-404 article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper figure img {
  width: 100%;
  height: auto;
}
main.single-post article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper figure img.category-image-default, main.category-main-block article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper figure img.category-image-default, main.page-main-block article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper figure img.category-image-default, main.search-results article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper figure img.category-image-default, main.page-404 article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper figure img.category-image-default {
  margin: 10px;
  width: calc(100% - 20px);
  opacity: 0.7;
  transition: 350ms ease-in-out;
}
main.single-post article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper .caption, main.category-main-block article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper .caption, main.page-main-block article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper .caption, main.search-results article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper .caption, main.page-404 article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper .caption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(21, 21, 21, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.8);
  transition: 350ms ease-in-out;
  color: #fff;
}
main.single-post article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper .caption span.more, main.category-main-block article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper .caption span.more, main.page-main-block article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper .caption span.more, main.search-results article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper .caption span.more, main.page-404 article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper .caption span.more {
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,1)' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 width='485.213px' height='485.213px' viewBox='0 0 485.213 485.213' style='enable-background:new 0 0 485.213 485.213;'	 xml:space='preserve'%3E		%3Cpath d='M471.882,407.567L360.567,296.243c-16.586,25.795-38.536,47.734-64.331,64.321l111.324,111.324			c17.772,17.768,46.587,17.768,64.321,0C489.654,454.149,489.654,425.334,471.882,407.567z'/%3E		%3Cpath d='M363.909,181.955C363.909,81.473,282.44,0,181.956,0C81.474,0,0.001,81.473,0.001,181.955s81.473,181.951,181.955,181.951			C282.44,363.906,363.909,282.437,363.909,181.955z M181.956,318.416c-75.252,0-136.465-61.208-136.465-136.46			c0-75.252,61.213-136.465,136.465-136.465c75.25,0,136.468,61.213,136.468,136.465			C318.424,257.208,257.206,318.416,181.956,318.416z'/%3E		%3Cpath d='M75.817,181.955h30.322c0-41.803,34.014-75.814,75.816-75.814V75.816C123.438,75.816,75.817,123.437,75.817,181.955z'/%3E%3C/svg%3E");
}
main.single-post article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper:hover figure img.category-image-default, main.category-main-block article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper:hover figure img.category-image-default, main.page-main-block article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper:hover figure img.category-image-default, main.search-results article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper:hover figure img.category-image-default, main.page-404 article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper:hover figure img.category-image-default {
  opacity: 1;
}
main.single-post article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper:hover .caption, main.category-main-block article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper:hover .caption, main.page-main-block article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper:hover .caption, main.search-results article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper:hover .caption, main.page-404 article .ics-container .article-panel .items-row .item .post-thumbnail-wrapper:hover .caption {
  opacity: 1;
  transform: scale(1);
}
main.single-post article .ics-container .article-panel .items-row .item .post-title-wrapper, main.category-main-block article .ics-container .article-panel .items-row .item .post-title-wrapper, main.page-main-block article .ics-container .article-panel .items-row .item .post-title-wrapper, main.search-results article .ics-container .article-panel .items-row .item .post-title-wrapper, main.page-404 article .ics-container .article-panel .items-row .item .post-title-wrapper {
  display: flex;
  justify-content: center;
}
main.single-post article .ics-container .article-panel .items-row .item .post-title-wrapper h2, main.category-main-block article .ics-container .article-panel .items-row .item .post-title-wrapper h2, main.page-main-block article .ics-container .article-panel .items-row .item .post-title-wrapper h2, main.search-results article .ics-container .article-panel .items-row .item .post-title-wrapper h2, main.page-404 article .ics-container .article-panel .items-row .item .post-title-wrapper h2 {
  font-family: "Noto Serif", serif;
  font-size: 22px;
  text-align: center;
  color: #232c3d;
  margin-left: -19px;
  max-width: calc(95% - 19px);
}
main.single-post article .ics-container .article-panel .items-row .item .excerpt-wrapper, main.category-main-block article .ics-container .article-panel .items-row .item .excerpt-wrapper, main.page-main-block article .ics-container .article-panel .items-row .item .excerpt-wrapper, main.search-results article .ics-container .article-panel .items-row .item .excerpt-wrapper, main.page-404 article .ics-container .article-panel .items-row .item .excerpt-wrapper {
  font-family: "Noto Serif", serif;
  color: #6e737a;
  font-size: 18px;
  padding: 0 5px 0 5px;
}
main.single-post article .ics-container .article-panel .items-row .item .show-more, main.category-main-block article .ics-container .article-panel .items-row .item .show-more, main.page-main-block article .ics-container .article-panel .items-row .item .show-more, main.search-results article .ics-container .article-panel .items-row .item .show-more, main.page-404 article .ics-container .article-panel .items-row .item .show-more {
  text-align: center;
}
main.single-post article .ics-container .article-panel .items-row .item .show-more a, main.category-main-block article .ics-container .article-panel .items-row .item .show-more a, main.page-main-block article .ics-container .article-panel .items-row .item .show-more a, main.search-results article .ics-container .article-panel .items-row .item .show-more a, main.page-404 article .ics-container .article-panel .items-row .item .show-more a {
  display: inline-block;
  text-decoration: none;
  padding: 0 50px 0 40px;
  height: 40px;
  line-height: 40px;
  color: #fefefe;
  font-size: 16px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 0.5em;
  box-shadow: 0.1em 0.15em 0.15em rgba(0, 0, 0, 0.5);
  background-size: 200%;
  position: relative;
  cursor: pointer;
  background-color: #86ce00;
  background-image: -webkit-gradient(linear, left top, left top, color-stop(0%, #86ce00), color-stop(100% #548200));
  background-image: -webkit-linear-gradient(left, #86ce00 0%, #548200 100%);
  background-image: -moz-linear-gradient(left, #86ce00 0%, #548200 100%);
  background-image: -ms-linear-gradient(left, #86ce00 0%, #548200 100%);
  background-image: -o-linear-gradient(left, #86ce00 0%, #548200 100%);
  background-image: linear-gradient(left, #86ce00 0%, #548200 100%);
  transition: all 0.5s;
}
main.single-post article .ics-container .article-panel .items-row .item .show-more a:hover, main.single-post article .ics-container .article-panel .items-row .item .show-more a:focus, main.category-main-block article .ics-container .article-panel .items-row .item .show-more a:hover, main.category-main-block article .ics-container .article-panel .items-row .item .show-more a:focus, main.page-main-block article .ics-container .article-panel .items-row .item .show-more a:hover, main.page-main-block article .ics-container .article-panel .items-row .item .show-more a:focus, main.search-results article .ics-container .article-panel .items-row .item .show-more a:hover, main.search-results article .ics-container .article-panel .items-row .item .show-more a:focus, main.page-404 article .ics-container .article-panel .items-row .item .show-more a:hover, main.page-404 article .ics-container .article-panel .items-row .item .show-more a:focus {
  background-position: 98%;
  background-size: 130%;
}
main.single-post article .ics-container .article-panel .items-row .item .show-more a::after, main.category-main-block article .ics-container .article-panel .items-row .item .show-more a::after, main.page-main-block article .ics-container .article-panel .items-row .item .show-more a::after, main.search-results article .ics-container .article-panel .items-row .item .show-more a::after, main.page-404 article .ics-container .article-panel .items-row .item .show-more a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(254,254,254,1)' version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 129 129'%3E  %3Cg%3E    %3Cpath d='m40.4,121.3c-0.8,0.8-1.8,1.2-2.9,1.2s-2.1-0.4-2.9-1.2c-1.6-1.6-1.6-4.2 0-5.8l51-51-51-51c-1.6-1.6-1.6-4.2 0-5.8 1.6-1.6 4.2-1.6 5.8,0l53.9,53.9c1.6,1.6 1.6,4.2 0,5.8l-53.9,53.9z'/%3E  %3C/g%3E%3C/svg%3E");
}
@media screen and (max-width: 750px) {
  main.single-post article .ics-container .article-panel .items-row .item, main.category-main-block article .ics-container .article-panel .items-row .item, main.page-main-block article .ics-container .article-panel .items-row .item, main.search-results article .ics-container .article-panel .items-row .item, main.page-404 article .ics-container .article-panel .items-row .item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 640px) {
  main.single-post article .ics-container .article-panel .items-row .item, main.category-main-block article .ics-container .article-panel .items-row .item, main.page-main-block article .ics-container .article-panel .items-row .item, main.search-results article .ics-container .article-panel .items-row .item, main.page-404 article .ics-container .article-panel .items-row .item {
    width: 100%;
    margin: 10px 20% 10px 20%;
  }
}
@media screen and (max-width: 460px) {
  main.single-post article .ics-container .article-panel .items-row .item, main.category-main-block article .ics-container .article-panel .items-row .item, main.page-main-block article .ics-container .article-panel .items-row .item, main.search-results article .ics-container .article-panel .items-row .item, main.page-404 article .ics-container .article-panel .items-row .item {
    width: 100%;
    margin: 10px;
  }
}
main.single-post article .ics-container .article-panel p, main.single-post article .ics-container .article-panel ul, main.single-post article .ics-container .article-panel ol, main.category-main-block article .ics-container .article-panel p, main.category-main-block article .ics-container .article-panel ul, main.category-main-block article .ics-container .article-panel ol, main.page-main-block article .ics-container .article-panel p, main.page-main-block article .ics-container .article-panel ul, main.page-main-block article .ics-container .article-panel ol, main.search-results article .ics-container .article-panel p, main.search-results article .ics-container .article-panel ul, main.search-results article .ics-container .article-panel ol, main.page-404 article .ics-container .article-panel p, main.page-404 article .ics-container .article-panel ul, main.page-404 article .ics-container .article-panel ol {
  font-size: 16px;
}
@media screen and (max-width: 650px) {
  main.single-post article .ics-container .article-panel p, main.single-post article .ics-container .article-panel ul, main.single-post article .ics-container .article-panel ol, main.category-main-block article .ics-container .article-panel p, main.category-main-block article .ics-container .article-panel ul, main.category-main-block article .ics-container .article-panel ol, main.page-main-block article .ics-container .article-panel p, main.page-main-block article .ics-container .article-panel ul, main.page-main-block article .ics-container .article-panel ol, main.search-results article .ics-container .article-panel p, main.search-results article .ics-container .article-panel ul, main.search-results article .ics-container .article-panel ol, main.page-404 article .ics-container .article-panel p, main.page-404 article .ics-container .article-panel ul, main.page-404 article .ics-container .article-panel ol {
    font-size: 14px;
  }
}
main.single-post article .ics-container .article-panel a, main.category-main-block article .ics-container .article-panel a, main.page-main-block article .ics-container .article-panel a, main.search-results article .ics-container .article-panel a, main.page-404 article .ics-container .article-panel a {
  color: rgba(1, 84, 63, 0.9);
  font-size: 16px;
}
@media screen and (max-width: 650px) {
  main.single-post article .ics-container .article-panel a, main.category-main-block article .ics-container .article-panel a, main.page-main-block article .ics-container .article-panel a, main.search-results article .ics-container .article-panel a, main.page-404 article .ics-container .article-panel a {
    font-size: 14px;
  }
}
main.single-post article .ics-container .article-panel a:hover, main.category-main-block article .ics-container .article-panel a:hover, main.page-main-block article .ics-container .article-panel a:hover, main.search-results article .ics-container .article-panel a:hover, main.page-404 article .ics-container .article-panel a:hover {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
main.single-post article .ics-container .article-panel .article-panel-content .contacts-row, main.category-main-block article .ics-container .article-panel .article-panel-content .contacts-row, main.page-main-block article .ics-container .article-panel .article-panel-content .contacts-row, main.search-results article .ics-container .article-panel .article-panel-content .contacts-row, main.page-404 article .ics-container .article-panel .article-panel-content .contacts-row {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  align-items: self-start;
}
main.single-post article .ics-container .article-panel .article-panel-content .contacts-row .item, main.category-main-block article .ics-container .article-panel .article-panel-content .contacts-row .item, main.page-main-block article .ics-container .article-panel .article-panel-content .contacts-row .item, main.search-results article .ics-container .article-panel .article-panel-content .contacts-row .item, main.page-404 article .ics-container .article-panel .article-panel-content .contacts-row .item {
  width: 60%;
}
@media screen and (max-width: 850px) {
  main.single-post article .ics-container .article-panel .article-panel-content .contacts-row .item, main.category-main-block article .ics-container .article-panel .article-panel-content .contacts-row .item, main.page-main-block article .ics-container .article-panel .article-panel-content .contacts-row .item, main.search-results article .ics-container .article-panel .article-panel-content .contacts-row .item, main.page-404 article .ics-container .article-panel .article-panel-content .contacts-row .item {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  main.single-post article .ics-container .article-panel .article-panel-content .contacts-row .item, main.category-main-block article .ics-container .article-panel .article-panel-content .contacts-row .item, main.page-main-block article .ics-container .article-panel .article-panel-content .contacts-row .item, main.search-results article .ics-container .article-panel .article-panel-content .contacts-row .item, main.page-404 article .ics-container .article-panel .article-panel-content .contacts-row .item {
    width: 98%;
  }
}
main.single-post article .ics-container .article-panel .article-panel-content .contacts-row .item h4.item-title, main.category-main-block article .ics-container .article-panel .article-panel-content .contacts-row .item h4.item-title, main.page-main-block article .ics-container .article-panel .article-panel-content .contacts-row .item h4.item-title, main.search-results article .ics-container .article-panel .article-panel-content .contacts-row .item h4.item-title, main.page-404 article .ics-container .article-panel .article-panel-content .contacts-row .item h4.item-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  border: none !important;
}
main.single-post article .ics-container .article-panel .article-panel-content .contacts-row .item h4.item-title.phones-list-title, main.category-main-block article .ics-container .article-panel .article-panel-content .contacts-row .item h4.item-title.phones-list-title, main.page-main-block article .ics-container .article-panel .article-panel-content .contacts-row .item h4.item-title.phones-list-title, main.search-results article .ics-container .article-panel .article-panel-content .contacts-row .item h4.item-title.phones-list-title, main.page-404 article .ics-container .article-panel .article-panel-content .contacts-row .item h4.item-title.phones-list-title {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: center left;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(84,130,0,1)' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 viewBox='0 0 482.6 482.6' style='enable-background:new 0 0 482.6 482.6;' xml:space='preserve'%3E	%3Cpath d='M98.339,320.8c47.6,56.9,104.9,101.7,170.3,133.4c24.9,11.8,58.2,25.8,95.3,28.2c2.3,0.1,4.5,0.2,6.8,0.2		c24.9,0,44.9-8.6,61.2-26.3c0.1-0.1,0.3-0.3,0.4-0.5c5.8-7,12.4-13.3,19.3-20c4.7-4.5,9.5-9.2,14.1-14		c21.3-22.2,21.3-50.4-0.2-71.9l-60.1-60.1c-10.2-10.6-22.4-16.2-35.2-16.2c-12.8,0-25.1,5.6-35.6,16.1l-35.8,35.8		c-3.3-1.9-6.7-3.6-9.9-5.2c-4-2-7.7-3.9-11-6c-32.6-20.7-62.2-47.7-90.5-82.4c-14.3-18.1-23.9-33.3-30.6-48.8		c9.4-8.5,18.2-17.4,26.7-26.1c3-3.1,6.1-6.2,9.2-9.3c10.8-10.8,16.6-23.3,16.6-36s-5.7-25.2-16.6-36l-29.8-29.8		c-3.5-3.5-6.8-6.9-10.2-10.4c-6.6-6.8-13.5-13.8-20.3-20.1c-10.3-10.1-22.4-15.4-35.2-15.4c-12.7,0-24.9,5.3-35.6,15.5l-37.4,37.4		c-13.6,13.6-21.3,30.1-22.9,49.2c-1.9,23.9,2.5,49.3,13.9,80C32.739,229.6,59.139,273.7,98.339,320.8z M25.739,104.2		c1.2-13.3,6.3-24.4,15.9-34l37.2-37.2c5.8-5.6,12.2-8.5,18.4-8.5c6.1,0,12.3,2.9,18,8.7c6.7,6.2,13,12.7,19.8,19.6		c3.4,3.5,6.9,7,10.4,10.6l29.8,29.8c6.2,6.2,9.4,12.5,9.4,18.7s-3.2,12.5-9.4,18.7c-3.1,3.1-6.2,6.3-9.3,9.4		c-9.3,9.4-18,18.3-27.6,26.8c-0.2,0.2-0.3,0.3-0.5,0.5c-8.3,8.3-7,16.2-5,22.2c0.1,0.3,0.2,0.5,0.3,0.8		c7.7,18.5,18.4,36.1,35.1,57.1c30,37,61.6,65.7,96.4,87.8c4.3,2.8,8.9,5,13.2,7.2c4,2,7.7,3.9,11,6c0.4,0.2,0.7,0.4,1.1,0.6		c3.3,1.7,6.5,2.5,9.7,2.5c8,0,13.2-5.1,14.9-6.8l37.4-37.4c5.8-5.8,12.1-8.9,18.3-8.9c7.6,0,13.8,4.7,17.7,8.9l60.3,60.2		c12,12,11.9,25-0.3,37.7c-4.2,4.5-8.6,8.8-13.3,13.3c-7,6.8-14.3,13.8-20.9,21.7c-11.5,12.4-25.2,18.2-42.9,18.2		c-1.7,0-3.5-0.1-5.2-0.2c-32.8-2.1-63.3-14.9-86.2-25.8c-62.2-30.1-116.8-72.8-162.1-127c-37.3-44.9-62.4-86.7-79-131.5		C28.039,146.4,24.139,124.3,25.739,104.2z'/%3E%3C/svg%3E");
}
main.single-post article .ics-container .article-panel .article-panel-content .contacts-row .item h4.item-title.address-list-title, main.category-main-block article .ics-container .article-panel .article-panel-content .contacts-row .item h4.item-title.address-list-title, main.page-main-block article .ics-container .article-panel .article-panel-content .contacts-row .item h4.item-title.address-list-title, main.search-results article .ics-container .article-panel .article-panel-content .contacts-row .item h4.item-title.address-list-title, main.page-404 article .ics-container .article-panel .article-panel-content .contacts-row .item h4.item-title.address-list-title {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: center left;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(84,130,0,1)' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 viewBox='0 0 477 477' style='enable-background:new 0 0 477 477;' xml:space='preserve'%3E		%3Cpath d='M238.4,0C133,0,47.2,85.8,47.2,191.2c0,12,1.1,24.1,3.4,35.9c0.1,0.7,0.5,2.8,1.3,6.4c2.9,12.9,7.2,25.6,12.8,37.7			c20.6,48.5,65.9,123,165.3,202.8c2.5,2,5.5,3,8.5,3s6-1,8.5-3c99.3-79.8,144.7-154.3,165.3-202.8c5.6-12.1,9.9-24.7,12.8-37.7			c0.8-3.6,1.2-5.7,1.3-6.4c2.2-11.8,3.4-23.9,3.4-35.9C429.6,85.8,343.8,0,238.4,0z M399.6,222.4c0,0.2-0.1,0.4-0.1,0.6			c-0.1,0.5-0.4,2-0.9,4.3c0,0.1,0,0.1,0,0.2c-2.5,11.2-6.2,22.1-11.1,32.6c-0.1,0.1-0.1,0.3-0.2,0.4			c-18.7,44.3-59.7,111.9-148.9,185.6c-89.2-73.7-130.2-141.3-148.9-185.6c-0.1-0.1-0.1-0.3-0.2-0.4c-4.8-10.4-8.5-21.4-11.1-32.6			c0-0.1,0-0.1,0-0.2c-0.6-2.3-0.8-3.8-0.9-4.3c0-0.2-0.1-0.4-0.1-0.7c-2-10.3-3-20.7-3-31.2c0-90.5,73.7-164.2,164.2-164.2			s164.2,73.7,164.2,164.2C402.6,201.7,401.6,212.2,399.6,222.4z'/%3E		%3Cpath d='M238.4,71.9c-66.9,0-121.4,54.5-121.4,121.4s54.5,121.4,121.4,121.4s121.4-54.5,121.4-121.4S305.3,71.9,238.4,71.9z			 M238.4,287.7c-52.1,0-94.4-42.4-94.4-94.4s42.4-94.4,94.4-94.4s94.4,42.4,94.4,94.4S290.5,287.7,238.4,287.7z'/%3E%3C/svg%3E");
}
main.single-post article .ics-container .article-panel .article-panel-content .contacts-row .item h4.item-title.email-list-title, main.category-main-block article .ics-container .article-panel .article-panel-content .contacts-row .item h4.item-title.email-list-title, main.page-main-block article .ics-container .article-panel .article-panel-content .contacts-row .item h4.item-title.email-list-title, main.search-results article .ics-container .article-panel .article-panel-content .contacts-row .item h4.item-title.email-list-title, main.page-404 article .ics-container .article-panel .article-panel-content .contacts-row .item h4.item-title.email-list-title {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: center left;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(84,130,0,1)' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E		%3Cpath d='M511.609,197.601c-0.001-0.77-0.173-1.933-0.472-2.603c-0.787-2.854-2.536-5.461-5.154-7.281l-73.292-50.948V82.153			c0-7.24-5.872-13.112-13.112-13.112H335.26l-71.743-49.878c-4.484-3.121-10.437-3.134-14.935-0.026l-72.206,49.904H92.426			c-7.242,0-13.112,5.872-13.112,13.112v53.973L5.666,187.027c-3.623,2.504-5.583,6.507-5.645,10.6			C0.017,197.704,0,197.777,0,197.857l0.391,284.235c0.005,3.477,1.391,6.81,3.852,9.266c2.458,2.451,5.788,3.827,9.26,3.827			c0.007,0,0.012,0,0.018,0l485.385-0.667c7.24-0.01,13.104-5.889,13.094-13.13L511.609,197.601z M432.69,168.708l41.898,29.118			l-41.898,29.128V168.708z M256.015,45.884l33.31,23.156h-66.812L256.015,45.884z M105.538,95.265h300.928v149.921L305.43,315.428			l-41.194-31.954c-0.064-0.05-0.119-0.081-0.181-0.126c-4.604-3.454-11.116-3.581-15.894,0.126l-41.493,32.185l-101.13-69.893			V95.265z M79.314,168.003v59.64l-43.146-29.819L79.314,168.003z M26.258,222.867l158.669,109.655L26.578,455.346L26.258,222.867z			 M51.875,468.909l204.324-158.484l203.591,157.923L51.875,468.909z M327.144,332.271l158.276-110.036l0.32,233.059			L327.144,332.271z'/%3E		%3Cpath d='M344.77,147.713H167.234c-7.24,0-13.112,5.872-13.112,13.112s5.872,13.112,13.112,13.112H344.77			c7.242,0,13.112-5.872,13.112-13.112S352.012,147.713,344.77,147.713z'/%3E		%3Cpath d='M344.77,215.895H167.234c-7.24,0-13.112,5.872-13.112,13.112c0,7.24,5.872,13.112,13.112,13.112H344.77			c7.242,0,13.112-5.872,13.112-13.112C357.882,221.767,352.012,215.895,344.77,215.895z'/%3E%3C/svg%3E");
}
main.single-post article .ics-container .article-panel .article-panel-content .contacts-row .item ul, main.category-main-block article .ics-container .article-panel .article-panel-content .contacts-row .item ul, main.page-main-block article .ics-container .article-panel .article-panel-content .contacts-row .item ul, main.search-results article .ics-container .article-panel .article-panel-content .contacts-row .item ul, main.page-404 article .ics-container .article-panel .article-panel-content .contacts-row .item ul {
  list-style: none;
  padding-left: 30px;
}
main.single-post article .ics-container .article-panel .article-panel-content .contacts-row .item ul li, main.category-main-block article .ics-container .article-panel .article-panel-content .contacts-row .item ul li, main.page-main-block article .ics-container .article-panel .article-panel-content .contacts-row .item ul li, main.search-results article .ics-container .article-panel .article-panel-content .contacts-row .item ul li, main.page-404 article .ics-container .article-panel .article-panel-content .contacts-row .item ul li {
  font-size: 18px;
  font-weight: normal;
  background-image: none !important;
}
main.single-post article .ics-container .article-panel .article-panel-content .contacts-row .item ul li a, main.category-main-block article .ics-container .article-panel .article-panel-content .contacts-row .item ul li a, main.page-main-block article .ics-container .article-panel .article-panel-content .contacts-row .item ul li a, main.search-results article .ics-container .article-panel .article-panel-content .contacts-row .item ul li a, main.page-404 article .ics-container .article-panel .article-panel-content .contacts-row .item ul li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
  color: #3f3e3e;
}
main.single-post article .ics-container .article-panel .article-panel-content .contacts-row .item ul li a:hover, main.category-main-block article .ics-container .article-panel .article-panel-content .contacts-row .item ul li a:hover, main.page-main-block article .ics-container .article-panel .article-panel-content .contacts-row .item ul li a:hover, main.search-results article .ics-container .article-panel .article-panel-content .contacts-row .item ul li a:hover, main.page-404 article .ics-container .article-panel .article-panel-content .contacts-row .item ul li a:hover {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
main.single-post article .ics-container .article-panel .article-panel-content h2, main.category-main-block article .ics-container .article-panel .article-panel-content h2, main.page-main-block article .ics-container .article-panel .article-panel-content h2, main.search-results article .ics-container .article-panel .article-panel-content h2, main.page-404 article .ics-container .article-panel .article-panel-content h2 {
  color: #555558;
  font-size: 22px;
  line-height: 25px;
  font-family: Lato-Regular, sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  padding: 0 0 0 15px;
  border-left: 4px solid rgba(1, 84, 63, 0.9);
  display: flex;
  min-height: 50px;
  align-items: center;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 650px) {
  main.single-post article .ics-container .article-panel .article-panel-content h2, main.category-main-block article .ics-container .article-panel .article-panel-content h2, main.page-main-block article .ics-container .article-panel .article-panel-content h2, main.search-results article .ics-container .article-panel .article-panel-content h2, main.page-404 article .ics-container .article-panel .article-panel-content h2 {
    font-size: 18px;
    line-height: 20px;
  }
}
main.single-post article .ics-container .article-panel .article-panel-content h3, main.single-post article .ics-container .article-panel .article-panel-content h4, main.category-main-block article .ics-container .article-panel .article-panel-content h3, main.category-main-block article .ics-container .article-panel .article-panel-content h4, main.page-main-block article .ics-container .article-panel .article-panel-content h3, main.page-main-block article .ics-container .article-panel .article-panel-content h4, main.search-results article .ics-container .article-panel .article-panel-content h3, main.search-results article .ics-container .article-panel .article-panel-content h4, main.page-404 article .ics-container .article-panel .article-panel-content h3, main.page-404 article .ics-container .article-panel .article-panel-content h4 {
  color: #555558;
  font-size: 20px;
  line-height: 25px;
  font-family: Lato-Regular, sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  padding: 0 0 0 15px;
  border-left: 4px solid rgba(1, 84, 63, 0.9);
  display: flex;
  min-height: 50px;
  align-items: center;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 650px) {
  main.single-post article .ics-container .article-panel .article-panel-content h3, main.single-post article .ics-container .article-panel .article-panel-content h4, main.category-main-block article .ics-container .article-panel .article-panel-content h3, main.category-main-block article .ics-container .article-panel .article-panel-content h4, main.page-main-block article .ics-container .article-panel .article-panel-content h3, main.page-main-block article .ics-container .article-panel .article-panel-content h4, main.search-results article .ics-container .article-panel .article-panel-content h3, main.search-results article .ics-container .article-panel .article-panel-content h4, main.page-404 article .ics-container .article-panel .article-panel-content h3, main.page-404 article .ics-container .article-panel .article-panel-content h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
main.single-post article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev, main.category-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev, main.page-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev, main.search-results article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev, main.page-404 article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev {
  background: transparent !important;
  left: 0 !important;
}
@media screen and (max-width: 1350px) {
  main.single-post article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev, main.category-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev, main.page-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev, main.search-results article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev, main.page-404 article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev {
    left: 0 !important;
  }
}
@media screen and (max-width: 650px) {
  main.single-post article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev, main.category-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev, main.page-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev, main.search-results article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev, main.page-404 article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev {
    display: none;
  }
}
main.single-post article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev:active, main.single-post article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev:focus, main.category-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev:active, main.category-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev:focus, main.page-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev:active, main.page-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev:focus, main.search-results article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev:active, main.search-results article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev:focus, main.page-404 article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev:active, main.page-404 article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev:focus {
  outline: none;
}
main.single-post article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev:before, main.category-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev:before, main.page-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev:before, main.search-results article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev:before, main.page-404 article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev:before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: #5e6569;
  box-shadow: 2px -2px 3px rgba(0, 0, 0, 0.5);
  transform: rotate(45deg);
  top: 32px;
  left: 0;
  position: absolute;
  opacity: 1;
}
main.single-post article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev:after, main.category-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev:after, main.page-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev:after, main.search-results article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev:after, main.page-404 article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-prev:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: #5e6569;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  transform: rotate(-45deg);
  top: 13px;
  left: 0;
  position: absolute;
  opacity: 1;
}
main.single-post article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next, main.category-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next, main.page-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next, main.search-results article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next, main.page-404 article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next {
  background: transparent !important;
  right: 0 !important;
}
@media screen and (max-width: 1350px) {
  main.single-post article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next, main.category-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next, main.page-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next, main.search-results article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next, main.page-404 article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next {
    right: 0 !important;
  }
}
@media screen and (max-width: 650px) {
  main.single-post article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next, main.category-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next, main.page-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next, main.search-results article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next, main.page-404 article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next {
    display: none;
  }
}
main.single-post article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next:active, main.single-post article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next:focus, main.category-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next:active, main.category-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next:focus, main.page-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next:active, main.page-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next:focus, main.search-results article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next:active, main.search-results article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next:focus, main.page-404 article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next:active, main.page-404 article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next:focus {
  outline: none;
}
main.single-post article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next:before, main.category-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next:before, main.page-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next:before, main.search-results article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next:before, main.page-404 article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next:before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: #5e6569;
  box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.5);
  transform: rotate(-45deg);
  top: 32px;
  left: 0;
  position: absolute;
  opacity: 1;
}
main.single-post article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next:after, main.category-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next:after, main.page-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next:after, main.search-results article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next:after, main.page-404 article .ics-container .article-panel .article-panel-content .owl-carousel .owl-nav button.owl-next:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: #5e6569;
  box-shadow: 2px -2px 3px rgba(0, 0, 0, 0.5);
  transform: rotate(45deg);
  top: 13px;
  left: 0;
  position: absolute;
  opacity: 1;
}
main.single-post article .ics-container .article-panel .article-panel-content .owl-carousel .owl-dots, main.category-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-dots, main.page-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-dots, main.search-results article .ics-container .article-panel .article-panel-content .owl-carousel .owl-dots, main.page-404 article .ics-container .article-panel .article-panel-content .owl-carousel .owl-dots {
  bottom: 10px !important;
}
main.single-post article .ics-container .article-panel .article-panel-content .owl-carousel .owl-dots button:focus, main.single-post article .ics-container .article-panel .article-panel-content .owl-carousel .owl-dots button:active, main.category-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-dots button:focus, main.category-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-dots button:active, main.page-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-dots button:focus, main.page-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-dots button:active, main.search-results article .ics-container .article-panel .article-panel-content .owl-carousel .owl-dots button:focus, main.search-results article .ics-container .article-panel .article-panel-content .owl-carousel .owl-dots button:active, main.page-404 article .ics-container .article-panel .article-panel-content .owl-carousel .owl-dots button:focus, main.page-404 article .ics-container .article-panel .article-panel-content .owl-carousel .owl-dots button:active {
  outline: none;
}
main.single-post article .ics-container .article-panel .article-panel-content .owl-carousel .owl-dots button.active span, main.category-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-dots button.active span, main.page-main-block article .ics-container .article-panel .article-panel-content .owl-carousel .owl-dots button.active span, main.search-results article .ics-container .article-panel .article-panel-content .owl-carousel .owl-dots button.active span, main.page-404 article .ics-container .article-panel .article-panel-content .owl-carousel .owl-dots button.active span {
  background-color: #86ce00 !important;
}
main.single-post article .ics-container .article-panel .article-panel-content .show-more span, main.category-main-block article .ics-container .article-panel .article-panel-content .show-more span, main.page-main-block article .ics-container .article-panel .article-panel-content .show-more span, main.search-results article .ics-container .article-panel .article-panel-content .show-more span, main.page-404 article .ics-container .article-panel .article-panel-content .show-more span {
  display: inline-block;
  text-decoration: none;
  padding: 0 50px 0 40px;
  height: 40px;
  line-height: 40px;
  color: #fefefe;
  font-size: 16px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 0.5em;
  box-shadow: 0.1em 0.15em 0.15em rgba(0, 0, 0, 0.5);
  background-size: 200%;
  position: relative;
  cursor: pointer;
  background-color: #86ce00;
  background-image: -webkit-gradient(linear, left top, left top, color-stop(0%, #86ce00), color-stop(100% #548200));
  background-image: -webkit-linear-gradient(left, #86ce00 0%, #548200 100%);
  background-image: -moz-linear-gradient(left, #86ce00 0%, #548200 100%);
  background-image: -ms-linear-gradient(left, #86ce00 0%, #548200 100%);
  background-image: -o-linear-gradient(left, #86ce00 0%, #548200 100%);
  background-image: linear-gradient(left, #86ce00 0%, #548200 100%);
  transition: all 0.5s;
}
@media screen and (max-width: 650px) {
  main.single-post article .ics-container .article-panel .article-panel-content .show-more span, main.category-main-block article .ics-container .article-panel .article-panel-content .show-more span, main.page-main-block article .ics-container .article-panel .article-panel-content .show-more span, main.search-results article .ics-container .article-panel .article-panel-content .show-more span, main.page-404 article .ics-container .article-panel .article-panel-content .show-more span {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
}
main.single-post article .ics-container .article-panel .article-panel-content .show-more span:hover, main.single-post article .ics-container .article-panel .article-panel-content .show-more span:focus, main.category-main-block article .ics-container .article-panel .article-panel-content .show-more span:hover, main.category-main-block article .ics-container .article-panel .article-panel-content .show-more span:focus, main.page-main-block article .ics-container .article-panel .article-panel-content .show-more span:hover, main.page-main-block article .ics-container .article-panel .article-panel-content .show-more span:focus, main.search-results article .ics-container .article-panel .article-panel-content .show-more span:hover, main.search-results article .ics-container .article-panel .article-panel-content .show-more span:focus, main.page-404 article .ics-container .article-panel .article-panel-content .show-more span:hover, main.page-404 article .ics-container .article-panel .article-panel-content .show-more span:focus {
  background-position: 98%;
  background-size: 130%;
}
main.single-post article .ics-container .article-panel .article-panel-content .show-more span::after, main.category-main-block article .ics-container .article-panel .article-panel-content .show-more span::after, main.page-main-block article .ics-container .article-panel .article-panel-content .show-more span::after, main.search-results article .ics-container .article-panel .article-panel-content .show-more span::after, main.page-404 article .ics-container .article-panel .article-panel-content .show-more span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(254,254,254,1)' version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 129 129'%3E  %3Cg%3E    %3Cpath d='m40.4,121.3c-0.8,0.8-1.8,1.2-2.9,1.2s-2.1-0.4-2.9-1.2c-1.6-1.6-1.6-4.2 0-5.8l51-51-51-51c-1.6-1.6-1.6-4.2 0-5.8 1.6-1.6 4.2-1.6 5.8,0l53.9,53.9c1.6,1.6 1.6,4.2 0,5.8l-53.9,53.9z'/%3E  %3C/g%3E%3C/svg%3E");
}
@media screen and (max-width: 650px) {
  main.single-post article .ics-container .article-panel .article-panel-content .show-more span::after, main.category-main-block article .ics-container .article-panel .article-panel-content .show-more span::after, main.page-main-block article .ics-container .article-panel .article-panel-content .show-more span::after, main.search-results article .ics-container .article-panel .article-panel-content .show-more span::after, main.page-404 article .ics-container .article-panel .article-panel-content .show-more span::after {
    height: 30px;
    width: 30px;
  }
}
@media screen and (max-width: 781px) {
  main.single-post article .ics-container .article-panel .article-panel-content .wp-block-columns.has-2-columns, main.category-main-block article .ics-container .article-panel .article-panel-content .wp-block-columns.has-2-columns, main.page-main-block article .ics-container .article-panel .article-panel-content .wp-block-columns.has-2-columns, main.search-results article .ics-container .article-panel .article-panel-content .wp-block-columns.has-2-columns, main.page-404 article .ics-container .article-panel .article-panel-content .wp-block-columns.has-2-columns {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 781px) {
  main.single-post article .ics-container .article-panel .article-panel-content .wp-block-columns.has-2-columns .wp-block-column, main.category-main-block article .ics-container .article-panel .article-panel-content .wp-block-columns.has-2-columns .wp-block-column, main.page-main-block article .ics-container .article-panel .article-panel-content .wp-block-columns.has-2-columns .wp-block-column, main.search-results article .ics-container .article-panel .article-panel-content .wp-block-columns.has-2-columns .wp-block-column, main.page-404 article .ics-container .article-panel .article-panel-content .wp-block-columns.has-2-columns .wp-block-column {
    margin: 0;
    width: 100%;
  }
}
main.single-post article .ics-container .article-panel .article-panel-content .wp-block-image img, main.category-main-block article .ics-container .article-panel .article-panel-content .wp-block-image img, main.page-main-block article .ics-container .article-panel .article-panel-content .wp-block-image img, main.search-results article .ics-container .article-panel .article-panel-content .wp-block-image img, main.page-404 article .ics-container .article-panel .article-panel-content .wp-block-image img {
  height: auto;
}

.page-id-10 .show-more.green a {
  display: inline-block;
  text-decoration: none;
  padding: 0 50px 0 40px;
  height: 40px;
  line-height: 40px;
  color: #fefefe;
  font-size: 16px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 0.5em;
  box-shadow: 0.1em 0.15em 0.15em rgba(0, 0, 0, 0.5);
  background-size: 200%;
  position: relative;
  cursor: pointer;
  background-color: #86ce00;
  background-image: -webkit-gradient(linear, left top, left top, color-stop(0%, #86ce00), color-stop(100% #548200));
  background-image: -webkit-linear-gradient(left, #86ce00 0%, #548200 100%);
  background-image: -moz-linear-gradient(left, #86ce00 0%, #548200 100%);
  background-image: -ms-linear-gradient(left, #86ce00 0%, #548200 100%);
  background-image: -o-linear-gradient(left, #86ce00 0%, #548200 100%);
  background-image: linear-gradient(left, #86ce00 0%, #548200 100%);
  transition: all 0.5s;
}
.page-id-10 .show-more.green a:hover, .page-id-10 .show-more.green a:focus {
  background-position: 98%;
  background-size: 130%;
}
.page-id-10 .show-more.green a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(254,254,254,1)' version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 129 129'%3E  %3Cg%3E    %3Cpath d='m40.4,121.3c-0.8,0.8-1.8,1.2-2.9,1.2s-2.1-0.4-2.9-1.2c-1.6-1.6-1.6-4.2 0-5.8l51-51-51-51c-1.6-1.6-1.6-4.2 0-5.8 1.6-1.6 4.2-1.6 5.8,0l53.9,53.9c1.6,1.6 1.6,4.2 0,5.8l-53.9,53.9z'/%3E  %3C/g%3E%3C/svg%3E");
}
.page-id-10 .show-more.red a {
  display: inline-block;
  text-decoration: none;
  padding: 0 50px 0 40px;
  height: 40px;
  line-height: 40px;
  color: #fefefe;
  font-size: 16px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 0.5em;
  box-shadow: 0.1em 0.15em 0.15em rgba(0, 0, 0, 0.5);
  background-size: 200%;
  position: relative;
  cursor: pointer;
  background-color: rgba(172, 26, 47, 0.6);
  background-image: -webkit-gradient(linear, left top, left top, color-stop(0%, rgba(172, 26, 47, 0.6)), color-stop(100% #6a101d));
  background-image: -webkit-linear-gradient(left, rgba(172, 26, 47, 0.6) 0%, #6a101d 100%);
  background-image: -moz-linear-gradient(left, rgba(172, 26, 47, 0.6) 0%, #6a101d 100%);
  background-image: -ms-linear-gradient(left, rgba(172, 26, 47, 0.6) 0%, #6a101d 100%);
  background-image: -o-linear-gradient(left, rgba(172, 26, 47, 0.6) 0%, #6a101d 100%);
  background-image: linear-gradient(left, rgba(172, 26, 47, 0.6) 0%, #6a101d 100%);
  transition: all 0.5s;
}
.page-id-10 .show-more.red a:hover, .page-id-10 .show-more.red a:focus {
  background-position: 98%;
  background-size: 130%;
}
.page-id-10 .show-more.red a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(254,254,254,1)' version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 129 129'%3E  %3Cg%3E    %3Cpath d='m40.4,121.3c-0.8,0.8-1.8,1.2-2.9,1.2s-2.1-0.4-2.9-1.2c-1.6-1.6-1.6-4.2 0-5.8l51-51-51-51c-1.6-1.6-1.6-4.2 0-5.8 1.6-1.6 4.2-1.6 5.8,0l53.9,53.9c1.6,1.6 1.6,4.2 0,5.8l-53.9,53.9z'/%3E  %3C/g%3E%3C/svg%3E");
}
.page-id-10 .show-more.pink a {
  display: inline-block;
  text-decoration: none;
  padding: 0 50px 0 40px;
  height: 40px;
  line-height: 40px;
  color: #fefefe;
  font-size: 16px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 0.5em;
  box-shadow: 0.1em 0.15em 0.15em rgba(0, 0, 0, 0.5);
  background-size: 200%;
  position: relative;
  cursor: pointer;
  background-color: #e30070;
  background-image: -webkit-gradient(linear, left top, left top, color-stop(0%, #e30070), color-stop(100% #96004a));
  background-image: -webkit-linear-gradient(left, #e30070 0%, #96004a 100%);
  background-image: -moz-linear-gradient(left, #e30070 0%, #96004a 100%);
  background-image: -ms-linear-gradient(left, #e30070 0%, #96004a 100%);
  background-image: -o-linear-gradient(left, #e30070 0%, #96004a 100%);
  background-image: linear-gradient(left, #e30070 0%, #96004a 100%);
  transition: all 0.5s;
}
.page-id-10 .show-more.pink a:hover, .page-id-10 .show-more.pink a:focus {
  background-position: 98%;
  background-size: 130%;
}
.page-id-10 .show-more.pink a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(254,254,254,1)' version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 129 129'%3E  %3Cg%3E    %3Cpath d='m40.4,121.3c-0.8,0.8-1.8,1.2-2.9,1.2s-2.1-0.4-2.9-1.2c-1.6-1.6-1.6-4.2 0-5.8l51-51-51-51c-1.6-1.6-1.6-4.2 0-5.8 1.6-1.6 4.2-1.6 5.8,0l53.9,53.9c1.6,1.6 1.6,4.2 0,5.8l-53.9,53.9z'/%3E  %3C/g%3E%3C/svg%3E");
}
.page-id-10 .show-more.irish a {
  display: inline-block;
  text-decoration: none;
  padding: 0 50px 0 40px;
  height: 40px;
  line-height: 40px;
  color: #fefefe;
  font-size: 16px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 0.5em;
  box-shadow: 0.1em 0.15em 0.15em rgba(0, 0, 0, 0.5);
  background-size: 200%;
  position: relative;
  cursor: pointer;
  background-color: rgba(0, 105, 80, 0.7);
  background-image: -webkit-gradient(linear, left top, left top, color-stop(0%, rgba(0, 105, 80, 0.7)), color-stop(100% rgba(1, 84, 63, 0.9)));
  background-image: -webkit-linear-gradient(left, rgba(0, 105, 80, 0.7) 0%, rgba(1, 84, 63, 0.9) 100%);
  background-image: -moz-linear-gradient(left, rgba(0, 105, 80, 0.7) 0%, rgba(1, 84, 63, 0.9) 100%);
  background-image: -ms-linear-gradient(left, rgba(0, 105, 80, 0.7) 0%, rgba(1, 84, 63, 0.9) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 105, 80, 0.7) 0%, rgba(1, 84, 63, 0.9) 100%);
  background-image: linear-gradient(left, rgba(0, 105, 80, 0.7) 0%, rgba(1, 84, 63, 0.9) 100%);
  transition: all 0.5s;
}
.page-id-10 .show-more.irish a:hover, .page-id-10 .show-more.irish a:focus {
  background-position: 98%;
  background-size: 130%;
}
.page-id-10 .show-more.irish a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(254,254,254,1)' version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 129 129'%3E  %3Cg%3E    %3Cpath d='m40.4,121.3c-0.8,0.8-1.8,1.2-2.9,1.2s-2.1-0.4-2.9-1.2c-1.6-1.6-1.6-4.2 0-5.8l51-51-51-51c-1.6-1.6-1.6-4.2 0-5.8 1.6-1.6 4.2-1.6 5.8,0l53.9,53.9c1.6,1.6 1.6,4.2 0,5.8l-53.9,53.9z'/%3E  %3C/g%3E%3C/svg%3E");
}
.page-id-10 .show-more.grey a {
  display: inline-block;
  text-decoration: none;
  padding: 0 50px 0 40px;
  height: 40px;
  line-height: 40px;
  color: #fefefe;
  font-size: 16px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 0.5em;
  box-shadow: 0.1em 0.15em 0.15em rgba(0, 0, 0, 0.5);
  background-size: 200%;
  position: relative;
  cursor: pointer;
  background-color: rgba(64, 71, 75, 0.7);
  background-image: -webkit-gradient(linear, left top, left top, color-stop(0%, rgba(64, 71, 75, 0.7)), color-stop(100% rgba(41, 46, 49, 0.8)));
  background-image: -webkit-linear-gradient(left, rgba(64, 71, 75, 0.7) 0%, rgba(41, 46, 49, 0.8) 100%);
  background-image: -moz-linear-gradient(left, rgba(64, 71, 75, 0.7) 0%, rgba(41, 46, 49, 0.8) 100%);
  background-image: -ms-linear-gradient(left, rgba(64, 71, 75, 0.7) 0%, rgba(41, 46, 49, 0.8) 100%);
  background-image: -o-linear-gradient(left, rgba(64, 71, 75, 0.7) 0%, rgba(41, 46, 49, 0.8) 100%);
  background-image: linear-gradient(left, rgba(64, 71, 75, 0.7) 0%, rgba(41, 46, 49, 0.8) 100%);
  transition: all 0.5s;
}
.page-id-10 .show-more.grey a:hover, .page-id-10 .show-more.grey a:focus {
  background-position: 98%;
  background-size: 130%;
}
.page-id-10 .show-more.grey a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(254,254,254,1)' version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 129 129'%3E  %3Cg%3E    %3Cpath d='m40.4,121.3c-0.8,0.8-1.8,1.2-2.9,1.2s-2.1-0.4-2.9-1.2c-1.6-1.6-1.6-4.2 0-5.8l51-51-51-51c-1.6-1.6-1.6-4.2 0-5.8 1.6-1.6 4.2-1.6 5.8,0l53.9,53.9c1.6,1.6 1.6,4.2 0,5.8l-53.9,53.9z'/%3E  %3C/g%3E%3C/svg%3E");
}

footer {
  padding: 50px 0;
  background: #eee;
}
footer .footer-contacts {
  height: 50px;
  padding: 5px 20px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background-color: #6a6a6a;
  background-image: -webkit-gradient(linear, left top, left top, color-stop(0%, #6a6a6a), color-stop(100% #838383));
  background-image: -webkit-linear-gradient(left, #6a6a6a 0%, #838383 100%);
  background-image: -moz-linear-gradient(left, #6a6a6a 0%, #838383 100%);
  background-image: -ms-linear-gradient(left, #6a6a6a 0%, #838383 100%);
  background-image: -o-linear-gradient(left, #6a6a6a 0%, #838383 100%);
  background-image: linear-gradient(left, #6a6a6a 0%, #838383 100%);
  font-family: Lato-Black, sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 650px) {
  footer .footer-contacts {
    display: none;
  }
}
footer .footer-contacts:before {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 249px;
  height: 15px;
  background: url("../img/shadows.png") no-repeat 0 -15px;
  background-size: 249px 30px;
  left: 0;
}
footer .footer-contacts:after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 249px;
  height: 15px;
  right: 0;
  background: url("../img/shadows.png") no-repeat;
  background-size: 249px 30px;
}
footer .footer-contacts a {
  color: white;
  text-decoration: none;
  line-height: 40px;
}
footer .footer-contacts a.show-map {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: left center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,1)' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 viewBox='0 0 477 477' style='enable-background:new 0 0 477 477;' xml:space='preserve'%3E		%3Cpath d='M238.4,0C133,0,47.2,85.8,47.2,191.2c0,12,1.1,24.1,3.4,35.9c0.1,0.7,0.5,2.8,1.3,6.4c2.9,12.9,7.2,25.6,12.8,37.7			c20.6,48.5,65.9,123,165.3,202.8c2.5,2,5.5,3,8.5,3s6-1,8.5-3c99.3-79.8,144.7-154.3,165.3-202.8c5.6-12.1,9.9-24.7,12.8-37.7			c0.8-3.6,1.2-5.7,1.3-6.4c2.2-11.8,3.4-23.9,3.4-35.9C429.6,85.8,343.8,0,238.4,0z M399.6,222.4c0,0.2-0.1,0.4-0.1,0.6			c-0.1,0.5-0.4,2-0.9,4.3c0,0.1,0,0.1,0,0.2c-2.5,11.2-6.2,22.1-11.1,32.6c-0.1,0.1-0.1,0.3-0.2,0.4			c-18.7,44.3-59.7,111.9-148.9,185.6c-89.2-73.7-130.2-141.3-148.9-185.6c-0.1-0.1-0.1-0.3-0.2-0.4c-4.8-10.4-8.5-21.4-11.1-32.6			c0-0.1,0-0.1,0-0.2c-0.6-2.3-0.8-3.8-0.9-4.3c0-0.2-0.1-0.4-0.1-0.7c-2-10.3-3-20.7-3-31.2c0-90.5,73.7-164.2,164.2-164.2			s164.2,73.7,164.2,164.2C402.6,201.7,401.6,212.2,399.6,222.4z'/%3E		%3Cpath d='M238.4,71.9c-66.9,0-121.4,54.5-121.4,121.4s54.5,121.4,121.4,121.4s121.4-54.5,121.4-121.4S305.3,71.9,238.4,71.9z			 M238.4,287.7c-52.1,0-94.4-42.4-94.4-94.4s42.4-94.4,94.4-94.4s94.4,42.4,94.4,94.4S290.5,287.7,238.4,287.7z'/%3E%3C/svg%3E");
}
footer .footer-contacts a.contact-us {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: left center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,1)' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 viewBox='0 0 14 14' style='enable-background:new 0 0 14 14;' xml:space='preserve'%3E		%3Cpath d='M7,9L5.268,7.484l-4.952,4.245C0.496,11.896,0.739,12,1.007,12h11.986			c0.267,0,0.509-0.104,0.688-0.271L8.732,7.484L7,9z'/%3E		%3Cpath d='M13.684,2.271C13.504,2.103,13.262,2,12.993,2H1.007C0.74,2,0.498,2.104,0.318,2.273L7,8			L13.684,2.271z'/%3E		%3Cpolygon points='0,2.878 0,11.186 4.833,7.079 		'/%3E		%3Cpolygon points='9.167,7.079 14,11.186 14,2.875 		'/%3E%3C/svg%3E");
}
footer .footer-contacts a.callback {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: left center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,1)' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 viewBox='0 0 578.106 578.106' style='enable-background:new 0 0 578.106 578.106;' xml:space='preserve'%3E		%3Cpath d='M577.83,456.128c1.225,9.385-1.635,17.545-8.568,24.48l-81.396,80.781			c-3.672,4.08-8.465,7.551-14.381,10.404c-5.916,2.857-11.729,4.693-17.439,5.508c-0.408,0-1.635,0.105-3.676,0.309			c-2.037,0.203-4.689,0.307-7.953,0.307c-7.754,0-20.301-1.326-37.641-3.979s-38.555-9.182-63.645-19.584			c-25.096-10.404-53.553-26.012-85.376-46.818c-31.823-20.805-65.688-49.367-101.592-85.68			c-28.56-28.152-52.224-55.08-70.992-80.783c-18.768-25.705-33.864-49.471-45.288-71.299			c-11.425-21.828-19.993-41.616-25.705-59.364S4.59,177.362,2.55,164.51s-2.856-22.95-2.448-30.294			c0.408-7.344,0.612-11.424,0.612-12.24c0.816-5.712,2.652-11.526,5.508-17.442s6.324-10.71,10.404-14.382L98.022,8.756			c5.712-5.712,12.24-8.568,19.584-8.568c5.304,0,9.996,1.53,14.076,4.59s7.548,6.834,10.404,11.322l65.484,124.236			c3.672,6.528,4.692,13.668,3.06,21.42c-1.632,7.752-5.1,14.28-10.404,19.584l-29.988,29.988c-0.816,0.816-1.53,2.142-2.142,3.978			s-0.918,3.366-0.918,4.59c1.632,8.568,5.304,18.36,11.016,29.376c4.896,9.792,12.444,21.726,22.644,35.802			s24.684,30.293,43.452,48.653c18.36,18.77,34.68,33.354,48.96,43.76c14.277,10.4,26.215,18.053,35.803,22.949			c9.588,4.896,16.932,7.854,22.031,8.871l7.648,1.531c0.816,0,2.145-0.307,3.979-0.918c1.836-0.613,3.162-1.326,3.979-2.143			l34.883-35.496c7.348-6.527,15.912-9.791,25.705-9.791c6.938,0,12.443,1.223,16.523,3.672h0.611l118.115,69.768			C571.098,441.238,576.197,447.968,577.83,456.128z'/%3E%3C/svg%3E");
}
footer .footer-contacts a.tech-demands {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: left center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,1)' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E		%3Cpath d='M438.973,411.718c-14.598,0-26.475,11.876-26.475,26.475c0,14.598,11.876,26.474,26.475,26.474			c14.598,0,26.474-11.876,26.474-26.474C465.447,423.595,453.571,411.718,438.973,411.718z M438.972,448.977			c-5.946,0-10.784-4.838-10.784-10.784c0-5.946,4.838-10.784,10.784-10.784c5.946,0,10.784,4.838,10.784,10.784			S444.918,448.977,438.972,448.977z'/%3E		%3Cpath d='M510.303,436.82c-0.5-19.383-8.704-37.211-23.102-50.198L329.249,244.157l139.658-139.658			c0.918-0.274,1.825-0.615,2.7-1.077L501.85,87.46c4.178-2.206,6.98-6.152,7.685-10.823c0.706-4.672-0.805-9.268-4.146-12.612			l-34.052-34.051c-3.342-3.341-7.935-4.852-12.611-4.146c-4.671,0.705-8.616,3.507-10.823,7.686L431.94,63.755			c-0.466,0.883-0.824,1.796-1.099,2.723l-65.92,65.92c-3.064,3.065-3.064,8.031,0,11.096c3.065,3.062,8.031,3.062,11.096,0			l60.492-60.493l15.853,15.853l-154.7,154.7l-15.853-15.853l67.525-67.524c3.064-3.065,3.064-8.031,0-11.096			c-3.065-3.062-8.031-3.062-11.096,0l-48.994,48.994l-53.322-48.094c15.118-43.516,4.17-91.931-28.625-124.725			C173.706,1.665,123.314-9.04,78.916,7.987c-2.481,0.952-4.312,3.094-4.864,5.693s0.247,5.301,2.126,7.18l61.592,61.593			c1.822,1.822,2.827,4.245,2.827,6.822c0,2.577-1.004,5-2.827,6.823l-39.999,39.999c-1.822,1.823-4.245,2.827-6.822,2.827			c-2.577,0-5-1.003-6.823-2.827L22.533,74.504c-1.88-1.879-4.58-2.678-7.18-2.126c-2.599,0.553-4.741,2.383-5.693,4.864			c-17.027,44.396-6.322,94.788,27.27,128.381c31.991,31.99,79.468,43.253,122.299,29.414l41.227,45.083			c-1.981,3.871-4.557,7.481-7.734,10.658c-11.884,11.884-29.695,15.628-45.38,9.54c-2.899-1.128-6.188-0.434-8.388,1.765			l-96.059,96.059c-26.004,26.005-26.004,68.317,0,94.32C55.494,505.063,72.243,512,90.058,512c17.814,0,34.564-6.937,47.161-19.534			l96.059-96.058c2.198-2.199,2.891-5.489,1.765-8.388c-6.089-15.684-2.345-33.497,9.538-45.381			c11.886-11.884,29.698-15.628,45.382-9.54c2.901,1.128,6.188,0.432,8.388-1.765l18.12-18.12c5.456-5.456,8.46-12.711,8.46-20.426			c0-7.715-3.004-14.97-8.46-20.426l-7.713-7.713l9.383-9.383l158.552,143.007c11.172,10.077,17.539,23.911,17.926,38.951			c0.387,15.04-5.259,29.183-15.898,39.821c-10.588,10.59-24.695,16.226-39.636,15.903c-14.971-0.334-28.781-6.604-38.886-17.655			L282.31,346.378c-2.927-3.199-7.887-3.419-11.084-0.495c-3.197,2.925-3.419,7.887-0.495,11.084l117.888,128.915			c13.024,14.241,30.822,22.321,50.115,22.752c0.54,0.012,1.079,0.018,1.618,0.018c18.688,0,36.199-7.249,49.464-20.512			C503.526,474.429,510.801,456.203,510.303,436.82z M446.149,70.45l15.019-28.454l32.199,32.199l-28.454,15.019L446.149,70.45z			 M167.324,220.639c-2.16-2.36-5.534-3.174-8.532-2.056c-38.363,14.31-81.845,4.868-110.768-24.052			c-26.262-26.263-36.438-64.337-27.471-99.815l52.477,52.477c4.787,4.786,11.15,7.421,17.918,7.421s13.131-2.635,17.917-7.421			l39.999-39.999c4.786-4.787,7.421-11.15,7.421-17.918s-2.635-13.131-7.421-17.917L96.388,18.88			c35.475-8.971,73.553,1.208,99.814,27.471c29.659,29.657,38.773,74.003,23.222,112.978c-1.217,3.049-0.407,6.534,2.032,8.733			l56.679,51.122l-7.422,7.422L263,218.893c-5.456-5.456-12.711-8.46-20.426-8.46c-7.715,0-14.97,3.004-20.426,8.46l-18.12,18.12			c-2.198,2.199-2.891,5.489-1.765,8.388c2.087,5.375,2.992,10.997,2.837,16.548L167.324,220.639z M305.374,302.119l-14.682,14.683			c-20.192-5.821-42.164-0.299-57.205,14.741h-0.001c-15.04,15.041-20.563,37.01-14.74,57.206l-92.622,92.62			c-9.634,9.634-22.442,14.94-36.065,14.94s-26.433-5.306-36.065-14.94c-19.887-19.886-19.887-52.244,0-72.131l92.621-92.621			c20.194,5.824,42.163,0.298,57.205-14.742c15.04-15.041,20.564-37.01,14.741-57.205l14.683-14.682			c5.144-5.146,13.517-5.146,18.661,0l13.261,13.261l26.947,26.947l13.261,13.261C310.52,288.603,310.52,296.975,305.374,302.119z'			/%3E		%3Cpath d='M162.326,346.249c-3.065-3.063-8.031-3.063-11.096,0l-74.318,74.318c-3.064,3.065-3.064,8.031,0,11.096			c1.532,1.531,3.541,2.297,5.548,2.297c2.007,0,4.016-0.766,5.548-2.297l74.318-74.318			C165.389,354.28,165.389,349.313,162.326,346.249z'/%3E		%3Cpath d='M189.785,373.708c-3.064-3.063-8.031-3.063-11.096,0l-74.318,74.317c-3.064,3.065-3.064,8.031,0,11.096			c1.532,1.531,3.54,2.297,5.548,2.297c2.007,0,4.016-0.766,5.548-2.297l74.318-74.317			C192.849,381.739,192.849,376.773,189.785,373.708z'/%3E%3C/svg%3E");
}
footer .footer-contacts .socials-in-footer {
  display: flex;
}
footer .footer-contacts .socials-in-footer a.facebook {
  display: block;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: left center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,1)' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='470.513px' height='470.513px' viewBox='0 0 470.513 470.513' style='enable-background:new 0 0 470.513 470.513;' xml:space='preserve'%3E%3Cpath d='M271.521,154.17v-40.541c0-6.086,0.28-10.8,0.849-14.13c0.567-3.335,1.857-6.615,3.859-9.853   c1.999-3.236,5.236-5.47,9.706-6.708c4.476-1.24,10.424-1.858,17.85-1.858h40.539V0h-64.809c-37.5,0-64.433,8.897-80.803,26.691   c-16.368,17.798-24.551,44.014-24.551,78.658v48.82h-48.542v81.086h48.539v235.256h97.362V235.256h64.805l8.566-81.086H271.521z'/%3E%3C/svg%3E");
}
footer .footer-contacts .socials-in-footer a.youtube {
  display: block;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: left center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,1)' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 width='511.627px' height='511.627px' viewBox='0 0 511.627 511.627' style='enable-background:new 0 0 511.627 511.627;'	 xml:space='preserve'%3E		%3Cpath d='M459.954,264.376c-2.471-11.233-7.949-20.653-16.416-28.264c-8.474-7.611-18.227-12.085-29.27-13.418			c-35.02-3.806-87.837-5.708-158.457-5.708c-70.618,0-123.341,1.903-158.174,5.708c-11.227,1.333-21.029,5.807-29.407,13.418			c-8.376,7.614-13.896,17.035-16.562,28.264c-4.948,22.083-7.423,55.391-7.423,99.931c0,45.299,2.475,78.61,7.423,99.93			c2.478,11.225,7.951,20.653,16.421,28.261c8.47,7.614,18.225,11.991,29.263,13.134c35.026,3.997,87.847,5.996,158.461,5.996			c70.609,0,123.44-1.999,158.453-5.996c11.043-1.143,20.748-5.52,29.126-13.134c8.377-7.607,13.897-17.036,16.56-28.261			c4.948-22.083,7.426-55.391,7.426-99.93C467.377,319.007,464.899,285.695,459.954,264.376z M165.025,293.218h-30.549v162.45			h-28.549v-162.45h-29.98v-26.837h89.079V293.218z M242.11,455.668H216.7v-15.421c-10.278,11.615-19.989,17.419-29.125,17.419			c-8.754,0-14.275-3.524-16.556-10.564c-1.521-4.568-2.286-11.519-2.286-20.844V314.627h25.41v103.924			c0,6.088,0.096,9.421,0.288,9.993c0.571,3.997,2.568,5.995,5.996,5.995c5.138,0,10.566-3.997,16.274-11.991V314.627h25.41V455.668			z M339.183,413.411c0,13.894-0.855,23.417-2.56,28.558c-3.244,10.462-9.996,15.697-20.273,15.697			c-9.137,0-17.986-5.235-26.556-15.697v13.702h-25.406v-189.29h25.406v61.955c8.189-10.273,17.036-15.413,26.556-15.413			c10.277,0,17.029,5.331,20.273,15.988c1.704,4.948,2.56,14.369,2.56,28.264V413.411z M435.685,390.003h-51.104v24.839			c0,13.134,4.374,19.697,13.131,19.697c6.279,0,10.089-3.422,11.42-10.28c0.376-1.902,0.571-7.706,0.571-17.412h25.981v3.71			c0,9.329-0.195,14.846-0.572,16.563c-0.567,5.133-2.56,10.273-5.995,15.413c-6.852,10.089-17.139,15.133-30.841,15.133			c-13.127,0-23.407-4.855-30.833-14.558c-5.517-7.043-8.275-18.083-8.275-33.12v-49.396c0-15.036,2.662-26.076,7.987-33.119			c7.427-9.705,17.61-14.558,30.557-14.558c12.755,0,22.85,4.853,30.263,14.558c5.146,7.043,7.71,18.083,7.71,33.119V390.003			L435.685,390.003z'/%3E		%3Cpath d='M302.634,336.043c-4.38,0-8.658,2.101-12.847,6.283v85.934c4.188,4.186,8.467,6.279,12.847,6.279			c7.419,0,11.14-6.372,11.14-19.13v-60.236C313.773,342.418,310.061,336.043,302.634,336.043z'/%3E		%3Cpath d='M397.428,336.043c-8.565,0-12.847,6.475-12.847,19.41v13.134h25.693v-13.134			C410.274,342.511,405.99,336.043,397.428,336.043z'/%3E		%3Cpath d='M148.473,113.917v77.375h28.549v-77.375L211.563,0h-29.121l-19.41,75.089L142.759,0h-30.262			c5.33,15.99,11.516,33.785,18.559,53.391C140.003,79.656,145.805,99.835,148.473,113.917z'/%3E		%3Cpath d='M249.82,193.291c13.134,0,23.219-4.854,30.262-14.561c5.332-7.043,7.994-18.274,7.994-33.689V95.075			c0-15.225-2.669-26.363-7.994-33.406c-7.043-9.707-17.128-14.561-30.262-14.561c-12.756,0-22.75,4.854-29.98,14.561			c-5.327,7.043-7.992,18.181-7.992,33.406v49.965c0,15.225,2.662,26.457,7.992,33.689			C227.073,188.437,237.063,193.291,249.82,193.291z M237.541,89.935c0-13.134,4.093-19.701,12.279-19.701			s12.275,6.567,12.275,19.701v59.955c0,13.328-4.089,19.985-12.275,19.985s-12.279-6.661-12.279-19.985V89.935z'/%3E		%3Cpath d='M328.328,193.291c9.523,0,19.328-5.901,29.413-17.705v15.703h25.981V48.822h-25.981v108.777			c-5.712,8.186-11.133,12.275-16.279,12.275c-3.429,0-5.428-2.093-5.996-6.28c-0.191-0.381-0.287-3.715-0.287-9.994V48.822h-25.981			v112.492c0,9.705,0.767,16.84,2.286,21.411C313.961,189.768,319.574,193.291,328.328,193.291z'/%3E%3C/svg%3E");
}
footer .footer-contacts .socials-in-footer a.instagram {
  display: block;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: left center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,1)' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 width='169.063px' height='169.063px' viewBox='0 0 169.063 169.063' style='enable-background:new 0 0 169.063 169.063;'	 xml:space='preserve'%3E	%3Cpath d='M122.406,0H46.654C20.929,0,0,20.93,0,46.655v75.752c0,25.726,20.929,46.655,46.654,46.655h75.752		c25.727,0,46.656-20.93,46.656-46.655V46.655C169.063,20.93,148.133,0,122.406,0z M154.063,122.407		c0,17.455-14.201,31.655-31.656,31.655H46.654C29.2,154.063,15,139.862,15,122.407V46.655C15,29.201,29.2,15,46.654,15h75.752		c17.455,0,31.656,14.201,31.656,31.655V122.407z'/%3E	%3Cpath d='M84.531,40.97c-24.021,0-43.563,19.542-43.563,43.563c0,24.02,19.542,43.561,43.563,43.561s43.563-19.541,43.563-43.561		C128.094,60.512,108.552,40.97,84.531,40.97z M84.531,113.093c-15.749,0-28.563-12.812-28.563-28.561		c0-15.75,12.813-28.563,28.563-28.563s28.563,12.813,28.563,28.563C113.094,100.281,100.28,113.093,84.531,113.093z'/%3E	%3Cpath d='M129.921,28.251c-2.89,0-5.729,1.17-7.77,3.22c-2.051,2.04-3.23,4.88-3.23,7.78c0,2.891,1.18,5.73,3.23,7.78		c2.04,2.04,4.88,3.22,7.77,3.22c2.9,0,5.73-1.18,7.78-3.22c2.05-2.05,3.22-4.89,3.22-7.78c0-2.9-1.17-5.74-3.22-7.78		C135.661,29.421,132.821,28.251,129.921,28.251z'/%3E%3C/svg%3E");
}
footer .footer-contacts .socials-in-footer a.viber {
  display: block;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: left center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(255,255,255,1)' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M444 49.9C431.3 38.2 379.9.9 265.3.4c0 0-135.1-8.1-200.9 52.3C27.8 89.3 14.9 143 13.5 209.5c-1.4 66.5-3.1 191.1 117 224.9h.1l-.1 51.6s-.8 20.9 13 25.1c16.6 5.2 26.4-10.7 42.3-27.8 8.7-9.4 20.7-23.2 29.8-33.7 82.2 6.9 145.3-8.9 152.5-11.2 16.6-5.4 110.5-17.4 125.7-142 15.8-128.6-7.6-209.8-49.8-246.5zM457.9 287c-12.9 104-89 110.6-103 115.1-6 1.9-61.5 15.7-131.2 11.2 0 0-52 62.7-68.2 79-5.3 5.3-11.1 4.8-11-5.7 0-6.9.4-85.7.4-85.7-.1 0-.1 0 0 0-101.8-28.2-95.8-134.3-94.7-189.8 1.1-55.5 11.6-101 42.6-131.6 55.7-50.5 170.4-43 170.4-43 96.9.4 143.3 29.6 154.1 39.4 35.7 30.6 53.9 103.8 40.6 211.1zm-139-80.8c.4 8.6-12.5 9.2-12.9.6-1.1-22-11.4-32.7-32.6-33.9-8.6-.5-7.8-13.4.7-12.9 27.9 1.5 43.4 17.5 44.8 46.2zm20.3 11.3c1-42.4-25.5-75.6-75.8-79.3-8.5-.6-7.6-13.5.9-12.9 58 4.2 88.9 44.1 87.8 92.5-.1 8.6-13.1 8.2-12.9-.3zm47 13.4c.1 8.6-12.9 8.7-12.9.1-.6-81.5-54.9-125.9-120.8-126.4-8.5-.1-8.5-12.9 0-12.9 73.7.5 133 51.4 133.7 139.2zM374.9 329v.2c-10.8 19-31 40-51.8 33.3l-.2-.3c-21.1-5.9-70.8-31.5-102.2-56.5-16.2-12.8-31-27.9-42.4-42.4-10.3-12.9-20.7-28.2-30.8-46.6-21.3-38.5-26-55.7-26-55.7-6.7-20.8 14.2-41 33.3-51.8h.2c9.2-4.8 18-3.2 23.9 3.9 0 0 12.4 14.8 17.7 22.1 5 6.8 11.7 17.7 15.2 23.8 6.1 10.9 2.3 22-3.7 26.6l-12 9.6c-6.1 4.9-5.3 14-5.3 14s17.8 67.3 84.3 84.3c0 0 9.1.8 14-5.3l9.6-12c4.6-6 15.7-9.8 26.6-3.7 14.7 8.3 33.4 21.2 45.8 32.9 7 5.7 8.6 14.4 3.8 23.6z'/%3E%3C/svg%3E");
}
footer .copyright-block {
  font-family: Lato-Regular, sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.modal {
  padding-right: 0 !important;
}
.modal .modal-dialog {
  margin-top: 90px;
}
.modal .modal-dialog .modal-content {
  border-radius: 0 !important;
}
.modal .modal-dialog .modal-content .modal-header h3.modal-title {
  color: #555558;
  font-size: 24px;
  line-height: 25px;
  font-family: Lato-Regular, sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  padding: 0 0 0 15px;
  border-left: 4px solid #548200;
  display: flex;
  min-height: 50px;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 650px) {
  .modal .modal-dialog .modal-content .modal-header h3.modal-title {
    font-size: 18px;
    line-height: 20px;
  }
}
.modal .modal-dialog .modal-content form {
  margin: 14px;
}
.modal .modal-dialog .modal-content form .form-input input {
  width: 100%;
  height: 34px;
  border: 1px solid #ebebeb;
  line-height: 32px;
  color: #696969;
  font-size: 14px;
  text-align: left;
  font-family: Lato-Light, sans-serif;
  border-radius: 5px;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.35);
  padding: 0 20px;
  margin-bottom: 10px;
}
.modal .modal-dialog .modal-content form .form-input input:active, .modal .modal-dialog .modal-content form .form-input input:focus {
  outline: none;
}
.modal .modal-dialog .modal-content form .form-input textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #ebebeb;
  line-height: 22px;
  color: #696969;
  font-size: 18px;
  text-align: left;
  font-family: Lato-Light, sans-serif;
  border-radius: 5px;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.35);
  padding: 10px 20px;
  margin-bottom: 10px;
  resize: none;
}
.modal .modal-dialog .modal-content form .form-input textarea:active, .modal .modal-dialog .modal-content form .form-input textarea:focus {
  outline: none;
}
.modal .modal-dialog .modal-content form .form-input textarea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
  background-color: #f3f5f6;
}
.modal .modal-dialog .modal-content form .form-input textarea::-webkit-scrollbar {
  width: 6px;
  background-color: #f3f5f6;
}
.modal .modal-dialog .modal-content form .form-input textarea::-webkit-scrollbar-thumb {
  background-color: #959194;
}
.modal .modal-dialog .modal-content form .btn-submit {
  text-align: center;
}
.modal .modal-dialog .modal-content form .btn-submit input {
  display: inline-block;
  text-decoration: none;
  padding: 0 40px;
  height: 40px;
  line-height: 40px;
  color: #fefefe;
  font-size: 16px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 0.5em;
  box-shadow: 0.1em 0.15em 0.15em rgba(0, 0, 0, 0.5);
  background-size: 200%;
  position: relative;
  cursor: pointer;
  background-color: #86ce00;
  background-image: -webkit-gradient(linear, left top, left top, color-stop(0%, #86ce00), color-stop(100% #548200));
  background-image: -webkit-linear-gradient(left, #86ce00 0%, #548200 100%);
  background-image: -moz-linear-gradient(left, #86ce00 0%, #548200 100%);
  background-image: -ms-linear-gradient(left, #86ce00 0%, #548200 100%);
  background-image: -o-linear-gradient(left, #86ce00 0%, #548200 100%);
  background-image: linear-gradient(left, #86ce00 0%, #548200 100%);
  transition: all 0.5s;
}
@media screen and (max-width: 650px) {
  .modal .modal-dialog .modal-content form .btn-submit input {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
}
.modal .modal-dialog .modal-content form .btn-submit input:hover, .modal .modal-dialog .modal-content form .btn-submit input:focus {
  background-position: 98%;
  background-size: 130%;
}

.fancy-table-wrapper {
  overflow-x: auto;
  margin: 20px 0 40px 0;
}
@media screen and (max-width: 620px) {
  .fancy-table-wrapper {
    overflow-x: auto;
  }
}
.fancy-table-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
  background-color: #f3f5f6;
}
.fancy-table-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f3f5f6;
}
.fancy-table-wrapper::-webkit-scrollbar-thumb {
  background-color: #959194;
}

.fancy-table {
  font-family: "Lato-Regular", serif;
  color: #666;
  font-size: 14px;
  text-shadow: 1px 1px 0px #fff;
  background: #eaebec;
  margin: 0 0 10px 0;
  border: #ccc 1px solid;
  border-collapse: separate;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #d1d1d1;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  box-shadow: 0 1px 2px #d1d1d1;
}
@media screen and (max-width: 620px) {
  .fancy-table {
    overflow-x: scroll;
  }
}

.fancy-table th {
  font-weight: bold;
  padding: 21px 25px 22px 25px;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #e0e0e0;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
  background: -moz-linear-gradient(top, #ededed, #ebebeb);
}

.fancy-table th:first-child {
  text-align: left;
  padding-left: 20px;
}

.fancy-table tr:first-child th:first-child {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}

.fancy-table tr:first-child th:last-child {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

.fancy-table tr {
  text-align: center;
  padding-left: 20px;
}

.fancy-table tr td:first-child {
  text-align: left;
  padding-left: 20px;
  border-left: 0;
}

.fancy-table tr td {
  padding: 18px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
  background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

.fancy-table tr:nth-child(even) td {
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
  background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

.fancy-table tr:last-child td {
  border-bottom: 0;
}

.fancy-table tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.fancy-table tr:last-child td:last-child {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.fancy-table tr:hover td {
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
  background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

.fancy-table a:link {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

.fancy-table a:visited {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}

.fancy-table a:active,
.fancy-table a:hover {
  color: #bd5a35;
  text-decoration: underline;
}

.fancybox-title-over {
  display: none !important;
}

.wp-block-button a {
  display: inline-block;
  text-decoration: none;
  padding: 0 50px 0 40px;
  height: 40px;
  line-height: 40px;
  color: #fefefe !important;
  font-size: 16px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 0.5em;
  box-shadow: 0.1em 0.15em 0.15em rgba(0, 0, 0, 0.5);
  background-size: 200%;
  position: relative;
  cursor: pointer;
  background-color: #86ce00;
  background-image: -webkit-gradient(linear, left top, left top, color-stop(0%, #86ce00), color-stop(100% #548200));
  background-image: -webkit-linear-gradient(left, #86ce00 0%, #548200 100%);
  background-image: -moz-linear-gradient(left, #86ce00 0%, #548200 100%);
  background-image: -ms-linear-gradient(left, #86ce00 0%, #548200 100%);
  background-image: -o-linear-gradient(left, #86ce00 0%, #548200 100%);
  background-image: linear-gradient(left, #86ce00 0%, #548200 100%);
  transition: all 0.5s;
}
@media screen and (max-width: 650px) {
  .wp-block-button a {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
}
.wp-block-button a:hover, .wp-block-button a:focus {
  background-position: 98%;
  background-size: 130%;
  text-decoration: none;
}
.wp-block-button a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(254,254,254,1)' version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 129 129'%3E  %3Cg%3E    %3Cpath d='m40.4,121.3c-0.8,0.8-1.8,1.2-2.9,1.2s-2.1-0.4-2.9-1.2c-1.6-1.6-1.6-4.2 0-5.8l51-51-51-51c-1.6-1.6-1.6-4.2 0-5.8 1.6-1.6 4.2-1.6 5.8,0l53.9,53.9c1.6,1.6 1.6,4.2 0,5.8l-53.9,53.9z'/%3E  %3C/g%3E%3C/svg%3E");
}
@media screen and (max-width: 650px) {
  .wp-block-button a::after {
    height: 30px;
    width: 30px;
  }
}

/*# sourceMappingURL=app.css.map */
