/* =RESET
-------------------------------------------------------------- */
/***********************************************************

Project Name: ArtProm 
Project Description: A business landing pagrs for ArtProm
File Name: styles.css
Author: Ihor Kohut
Author URI: http://kohut.org.ua/artprom
Version: 1.0.0

************************************************************/
/* =RESET
-------------------------------------------------------------- *//* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* =LESS Variables
-------------------------------------------------------------- */
/* =LESS Mixing
-------------------------------------------------------------- */
/* =1. General Styles
-------------------------------------------------------------- */
#rt-sp {
    left: -5000px;
    position: absolute;
    top: 0;
}

body {
  font: 14px/23px "Plus Jakarta Sans", Helvetica, Arial, sans-serif;
  color: #444444;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
p {
  margin-bottom: 21px;
}
h1 {
  font: 36px/1.5em "Plus Jakarta Sans", Helvetica, Arial, sans-serif;
}
h2,
h3 {
  font: 21px/1.5em "Plus Jakarta Sans", Helvetica, Arial, sans-serif;
}
h3 {
  margin-bottom: 21px;
}
h4 {
  font: 16px/1.5em "Plus Jakarta Sans", Helvetica, Arial, sans-serif;
}
h5 {
  font: 14px/1.5em "Plus Jakarta Sans", Helvetica, Arial, sans-serif;
}
h6 {
  font: 12px/1.5em "Plus Jakarta Sans", Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
  color: #0088CC;
  outline: none;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

small {
  font-size: 85%;
}


a:hover {
  color: #005580;
}
.link-go-top {
  font: italic 14px "Gentium Basic", Georgia, serif;
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  height: auto;
  /* max-width: 100%; */
  width: 100%;
}
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
a:active,
a:focus,
img {
  outline: medium none;
}
img {
  border: 0 none;
}
em {
  font-style: italic;
}
sup {
  vertical-align: super;
  font-size: 0.6em;
}
/****************************************************************/
/*=UTILITE */
/****************************************************************/

.section-page article .param {
  background-image: url("img/noise.png"), linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2));
  border: 1px dashed #D3D3D3;
  background-attachment: fixed;
  background-color: #F9F9F9;
  padding: 0.5em 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #555;
  font-size: 13px;  
}

.addr-con svg {
	vertical-align: middle;
}

.param:before {
  content: "–";
  margin-right: 0.3em;
}

.param:after {
  content: "–";
  margin-left: 0.3em;
}


.logo-color {
  color: #D81715;
}

.wp-caption {
  position: relative;
  width: 100%!important;
  max-width: 710px;
}
.wp-caption img{
  width: 100%;
  height: 100%;
}
.wp-caption-text {
  font-size: 11px;
  font-style: italic;
  text-align: center;
  color: black;
  line-height: 1.5;
  padding-right: 1em;
}
strong {
  font-weight: bold;
}
.notat {
  background: #d9ead7 url('img/icon/notat.png') 1em 50% no-repeat;
  border-radius: 4px;
  padding: 1em 1em 1em 4em ;
}
.info {
  background: #c2dae6 url('img/icon/info.png') 1em 50% no-repeat;
  border-radius: 4px;
  padding: 1em 1em 1em 4em ;
}
.icon-big {
  background: url("img/icon/sprites.png") repeat scroll 0 0 transparent;
  display: inline-block;
  height: 83px;
  width: 83px;
}
.white-panel {
  background-color: #FFFFFF;
  border: 1px solid #DADADA;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  color: #333333;
  margin-bottom: 40px;
  padding: 0;
}
.button-text-panel {
  padding: 25px 30px;
  text-align: center;
}
.button-text-panel a {
  margin-left: 20px;
  position: relative;
  top: -3px;
}
.btn-large {
  font-size: 15px;
  padding: 9px 14px;
}
.button-text-panel h1,
.button-text-panel h2,
.button-text-panel h3 {
  display: inline;
}
.no-padding {
  padding: 0;
}
.nav-tabs li:first-child {
  margin-left: 0;
}
.nav-tabs li {
  display: inline-block;
  float: none;
  font-size: 18px;
  margin-left: 60px;
}






/* =2.Main Header
-------------------------------------------------------------- */
.lang-item {
	line-height: 16px!important;
    vertical-align: middle;
    padding: 10px;
    background-color: #f33a20;
    z-index: 10;
    overflow: hidden;
    position: unset;
}
.lang-item a {
	color: #fff!important;
}

.menu-list {
  list-style-type: none;
  position: relative;
}
.menu-list .menu-item {
  display: inline-block;
  font-size: 13px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 63px;
vertical-align: middle;
}
.menu-list .menu-item.highlight-item a {
  color: #70CB00;
}
.menu-list .menu-item a {
  color: #dadada;
  transition: color 0.5s ease;
}
.menu-list .menu-item a svg {
  display:block;
	fill:#000;
}
.menu-list .menu-item a:hover {
  color: white;
  text-decoration: underline;
}


.landingtel{
	padding: 10px 0px;
  }


li.kyivstar  {
	background: url('../artprom/img/kyivstar.png') left no-repeat;
	background-size: 25px;
    padding-bottom: 5px;
}
li.lifecell {
	background: url('../artprom/img/lifecell.png') left no-repeat;
	background-size: 25px;
    padding-bottom: 5px;
}

li.viber {
	background: url('../artprom/img/viber_PNG5.png') left no-repeat;
	background-size: 25px;
    padding-bottom: 5px;

}

span.kyivstar  {
	background: url('../artprom/img/kyivstar.png') left no-repeat;
    background-size: 15px;
	margin-top: 4px;
    width: 25px;
    float: left;
    height: 19px;
}
span.viber {
	background: url('../artprom/img/viber_PNG5.png') left no-repeat;
    background-size: 15px;
	margin-top: 4px;
    width: 25px;
    float: left;
    height: 19px;
}

li.worktime {
	display: inherit;
    font-size: 16px;
}



/****************************************************************/
/*= HERO*/
/****************************************************************/
.hero-conteiner {
  height: 360px;
  text-align: center;
  color: white;  
  overflow: hidden;
  padding: 60px;
  background: url('img/slide-1.jpg') center;
  background-size: 100%;
}

.hero-conteiner h1,
.hero-conteiner h2 {
  text-shadow: 0 1px 2px #000000;
}
.hero-conteiner h1 {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 8px;
  letter-spacing: -1px;
  line-height: 1;
}
.hero-conteiner h2 {
  font-size: 24px;
  font-weight: 200;
}



.hero-conteiner .outer-hero {
  list-style: none outside none;
  padding-top: 60px;
  position: relative;
  text-align: left;
}
.hero-conteiner .outer-hero .outer-hero-list:nth-child(2n) {
  margin-top: 20px;
}
.hero-conteiner .outer-hero .outer-hero-list.transport {
  animation-delay: 1s;
}
.hero-conteiner .outer-hero .outer-hero-list.vizualka {
  animation-delay: 1.5s;
  left: 255px;
}
.hero-conteiner .outer-hero .outer-hero-list.drukarka {
  animation-delay: 2s;
  left: 510px;
}
.hero-conteiner .outer-hero .outer-hero-list.konstruktsii {
  animation-delay: 2.5s;
  left: 765px;
}
.cssanimations .float-up {
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: float-up;
  -moz-animation-name: float-up;
  -ms-animation-name: float-up;
  -o-animation-name: float-up;
  animation-name: float-up;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  position: absolute;
}
.outer-hero-list {
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  border-radius: 8px 8px 8px 8px;
  display: block;
  height: 265px;
  padding: 30px;
}
/****************************************************************/
/*=CATALOG */
/****************************************************************/
.section-catalog {
  margin-top: -45px;
  position: relative;
}
.white-panel h2 {
  margin: 0 0 30px;
}
/****************************************************************/
/*=CLIENT LOGO */
/****************************************************************/
.section-client-logo {
  margin: 1em 10px;
  text-align:center;
}
/****************************************************************/
/*=SMALL FEATURES */
/****************************************************************/
.section-small-features {
  padding: 3em 0;
}
.section-small-features h1 {
  margin-bottom: 1em;
}
.section-small-features li {
  margin-bottom: 2em;
  text-align: left;
}
.section-small-features h3,
.section-small-features p {
  margin-left: 105px;
}
.section-small-features h3 {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 20px;
}
.section-small-features li span[class~="icon-big"] {
  float: left;
}
.section-small-features .dovira {
  background-position: 0 -415px;
}
.section-small-features .tsina {
  background-position: 0 -249px;
}
.section-small-features .servis {
  background-position: 0 -83px;
}
.section-small-features .konsult {
  background-position: 0 -581px;
}
.section-small-features .loialnist {
  background-position: 0 -166px;
}
.section-small-features .dyzain {
  background-position: 0 -332px;
}
.section-small-features .prozorist {
  background-position: 0 -498px;
}
/****************************************************************/
/*=AD-TRANSPORT */
/****************************************************************/
/****************************************************************/
/*=Positive */
/****************************************************************/
.section-positive {
  padding: 63px 0;
  margin-bottom: 63px;
}
.section-positive .carousel-indicators li {
  background-color: rgba(255, 255, 255, 0.95);
}
.section-positive .carusel-box {
  background-color: white;
  border: 1px solid #dadada;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  color: #333333;
  margin: 0 auto 40px auto;
  max-width: 998px;
  width: 100%;
  position: relative;
}
.section-positive .carusel-box .carousel {
  margin-bottom: 0;
}
.section-positive .carusel-box .carousel-caption {
  background-color: rgba(51, 51, 51, 0.9);
  border-top-right-radius: 6px;
  color: #FFFFFF;
  height: 355px;
  padding: 30px;
  position: absolute;
  right: 0;
  width: 322px;
  z-index: 999;
}
.section-positive .carusel-box .carousel-caption h4 {
  font-family: Georgia,serif;
  font-size: 29px;
}
.section-positive .carusel-box .carousel-caption blockquote {
  border: 0 none;
  font-family: Georgia,serif;
  font-size: 17px;
  font-style: italic;
  line-height: 24px;
  margin: 30px 0 25px;
  padding-left: 0;
  color: white;
}
.section-positive .carusel-box .carousel-caption cite {
  color: #888888;
  font-style: italic;
  font-size: 13px;
  line-height: 1.5;
}
.section-positive .carusel-box .button-text-panel {
  padding: 25px 30px;
  text-align: center;
}
.section-positive .carusel-box .button-text-panel h3 {
  display: inline;
}
.section-positive .carusel-box .button-text-panel a {
  margin-left: 120px;
  position: relative;
  top: -3px;
  font-size: 15px;
}
/****************************************************************/
/*=CONTACT PAGE */
/****************************************************************/
.section-contact-page {
  padding: 3em 0;
}
.section-contact-page h1,
.section-contact-page h2 {
  margin-bottom: 1em;
}
.section-contact-page dl {
  line-height: 1.5em;
}
.section-contact-page dl dt {
  float: left;
  font-weight: bold;
  margin-right: 10px;
  width: 160px;
}
.section-contact-page dl dd {
  float: left;
  width: 300px;
}
.section-contact-page .contact {
  display: inline-block;
  height: 26px;
  line-height: 14px;
  margin-top: 1px;
  vertical-align: text-top;
  width: 24px;
  margin-right: 8.4px;
}
.section-contact-page .contact-addr {
  background: url(img/icon/cont_addr.png) no-repeat;
}
.section-contact-page .contact-tel {
  background: url(img/icon/cont_tel.png) no-repeat;
}
.section-contact-page .contact-time {
  background: url(img/icon/cont_time.png) no-repeat;
}
.section-contact-page .contact-post {
  background: url(img/icon/cont_post.png) no-repeat;
}
.section-contact-page .contact-skype {
  background: url(img/icon/cont_skype.png) no-repeat;
}
/****************************************************************/
/*=PAGE */
/****************************************************************/

/*social*/

.section-page article .entry-social {
  padding: 0 28px 7px;
}

.intro-img {
  margin-top: 14px;
}
.intro-img img {
  width: auto;
 }
#page-breadcrumbs {
  padding: 7px 2em;
  border-bottom: 1px solid #DADADA;
  margin: 0;
}

#page-breadcrumbs .breadcrumb_last {
  color: #D2232A;
}


.section-page figure img {
  width: 100%;
  height: auto;
}

.section-page article {
  position: relative;
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  border: 1px solid #DADADA;
  border-radius: 6px;
  margin-bottom: 3em;
  margin-top: 3em;
}
.section-page article .entry-content {
  padding: 1em 2em;
}
.section-page article .entry-content .intro-text {
  overflow: hidden;
}
.section-page article .entry-content ul.intro-list {
  background: none repeat scroll 0 center transparent;
  border: medium none;
  float: left;
  margin: 0 15px 37px 0px;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
}
.section-page article .entry-content .intro-list li {
  padding-bottom: 2px;
  cursor: pointer;
  list-style-image: none;
}
.section-page article .entry-content .intro-list li:before {
  content: ' ';
  display: inline-block;
  width: 3px;
  height: 21px;
  background: #00a9ec;
  margin: 0px 18px 0 0;
  opacity: 0.4;
  position: relative;
  top: 5px;
  transition: opacity 0.6s ease ;
}
.section-page article .entry-content .intro-list li:hover:before {
  opacity: 1;
}
.section-page article .entry-content .intro-list li:nth-child(2):before {
  background: #43b51f;
}
.section-page article .entry-content .intro-list li:nth-child(3):before {
  background: #ff7800;
}
.section-page article .entry-content .intro-list li:nth-child(4):before {
  background: #df0024;
}
.section-page article .entry-content .intro-list li:nth-child(5):before {
  background: #d68a3a;
}
.section-page article .entry-content .intro-list li:nth-child(6):before {
  background: #202020;
}

.section-page article .entry-header {
  background: url('img/stroke.png') repeat-x center top;
  border-bottom: 1px solid #DADADA;
  z-index: 100;
}

.section-page article .entry-title {
 
  padding: 7px 28px 0;
  color: #0088CC;
  font-size: 32px;  
  background-image: url("img/noise.png"), linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2));
  
}
.section-page article h2 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 1em;
  color: #D2232A;
}
.section-page article h3 {
  font-size: 18px;
}
.section-page article header img {
  border-radius: 6px 6px 0 0;
  border-bottom: 5px solid #a20b0f;
  margin-bottom: 2em;
}
.section-page article p {
  font: 14px/1.7 "Open Sans", Helvetica, Arial, sans-serif;
  color: #444444;
}
/* .section-page article a {
  color: #0088cc;
} */
.section-page article a:hover {
  text-decoration: underline;
}
.section-page article ul {
  background-attachment: fixed;
  background-color: #F9F9F9;
  background-image: url("img/noise.png"), linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2));
  border: 1px dashed #D3D3D3;
  margin: 5px 0 25px;
  padding: 1em 1em 1em 0;
  line-height: 24px;
}
.section-page article ul li {
  list-style-image: url("img/list-arrow.png");
  padding: 2px;
  margin: 0 0 0 1.5rem;
}
.section-page aside {
  margin-top: 3em;
}
.section-page aside img {
  margin-bottom: 2em;
}
/****************************************************************/
/*=ARTICLE */
/****************************************************************/
.section-article article {
  position: relative;
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  border: 1px solid #DADADA;
  border-radius: 6px;
  margin-bottom: 3em;
  margin-top: 3em;
}
.section-article article br {
  margin-bottom: 1em;
}
.section-article article .entry-content {
  padding: 0 2em 2em 2em;
  border-bottom: 1px solid #e4e4e4;
}
.section-article article .entry-content a {
  color: #0088cc;
}
.section-article article .entry-content a:hover {
  text-decoration: underline;
}
.section-article article .entry-content img {
  background: none repeat scroll 0 0 #C8C8C8;
  border: 2px solid white;
  box-shadow: 3px 3px 6px rgba(140, 140, 140, 0.8);
}
.section-article article .entry-content ul {
  background-attachment: fixed;
  background-color: #F9F9F9;
  background-image: url("img/noise.png"), linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2));
  border: 1px dashed #D3D3D3;
  margin: 5px 0 25px;
  padding: 1em 1em 1em 0;
  line-height: 24px;
}
.section-article article .entry-content ul li {
  list-style-image: url("img/list-arrow.png");
  padding: 2px;
  margin: 0 0 0 2.57143rem;
}
.section-article article h1 {
  font: italic 30px "Gentium Basic", Georgia, serif;
  color: #333;
  position: absolute;
  padding: 0.25em 0.8em;
  border: 1px solid #dadada;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  left: -0.8em;
  top: 0.5em;
  font-weight: bold;
}
.section-article article h2 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 1em;
}
.section-article article h3 {
  font-size: 18px;
}
.section-article article header img {
  border-radius: 6px 6px 0 0;
  border: none;
  margin-bottom: 2em;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.section-article aside {
  margin-top: 3em;
}
.section-article aside img {
  margin-bottom: 2em;
}



/****************************************************************/
/*=FOOTER */
/****************************************************************/
.footer-top-container {
  color: #cccccc;
  background: #252525 url('../artprom/img/footer-bg.png');
  border-top: 5px solid #a20b0f;
}

.footer-top-container a {
  color: #d4d4d4;
}

.footer-top-container a:hover {
  color: #b4b4b4;

}

.logo-footer-container {
  margin: 3px 0 0px 0;
}
.logo-footer-container .logo {
  margin-bottom: 6px;
}
.logo-footer-container p {
  font-size: 15px;
  margin: 0;
  text-shadow: 0 -1px 0 #000000;
}
.address-footer-container {
  margin-top: 12px;
  text-shadow: 0 -1px 0 #000000;
}
.address-footer-container a {
  font-style: italic;
}
.footer-quote blockquote {
  text-shadow: 0 -1px 0 #000000;
  position: relative;
}
.footer-quote blockquote:before {
  content: '';
  background: url('img/r-footer-quote.png') no-repeat;
  width: 20px;
  height: 14px;
  display: block;
  position: absolute;
  left: -45px;
  top: -5px;
}
.footer-quote blockquote:after {
  content: '';
  background: url('img/l-footer-quote.png') no-repeat;
  width: 20px;
  height: 14px;
  display: block;
  position: absolute;
  right: -2px;
  bottom: -5px;
}
.footer-quote blockquote p {
  color: #70CB00;
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 15px;
  margin-bottom: 12px;
}
.footer-quote blockquote small {
  color: #4F4F4F;
  font-size: 14px;
}
.footer-sep {
  margin: 1em 0;
  border: none;
  border-top: 1px solid #141414;
  border-bottom: 1px solid #333333;
}
.footer-menu {
  margin-bottom: 2rem;
}
.footer-menu ul {
  text-shadow: 0 -1px 0 #000000;
}
.footer-menu li {
  margin-bottom: 3px;
  font-size: 14px;
}
.footer-menu li a {
  color: #7F7F7F;
}
.footer-menu li a:hover {
  text-decoration: underline;
}
.footer-menu li:first-child {
  margin-bottom: 1rem;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
}
.footer-menu li:first-child a {
  color: #cccccc;
}
.footer-menu li:first-child a:hover {
  color: white;
  text-decoration: none;
}
.footer-copyright-container {
  background: #151515;
  border-top: 1px solid #333;
}


.footer-copyright-container a {
  color: #7F7F7F;
}
.footer-copyright-container a:hover {
  color: #b4b4b4;
  text-decoration: underline;
}

.footer-copyright-container .footer-copyright {
  line-height: 63px;
}
.footer-copyright-container .footer-copyright p {
  margin: 0;
  font-size: 14px;
}
.footer-copyright-container ul {
  float: right;
}
.footer-copyright-container ul .menu-item {
  display: inline;
  font-size: 13px;
  line-height: 63px;
  margin-left: 30px;
}
/****************************************************************/
/*=FREE BANNER */
/****************************************************************/
.free {
  margin: 1rem 0 2rem;
  overflow: hidden;
  width: 630px;
}
.free-header {
  background: linear-gradient(to bottom, #ff8f00 0%, #d57a06 50%, #ff8f00 100%) repeat scroll 0 0 transparent;
  border-radius: 7px 7px 0 0;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  margin: auto;
  padding: 7px 0 4px;
  text-align: center;
  text-shadow: 0 0 1px #000000;
  text-transform: uppercase;
  width: 200px;
}
.free-items {
  border: 2px solid #FF8F00;
  border-radius: 7px 7px 7px 7px;
  overflow: hidden;
}
.free-item {
  background-position: 100% 50%;
  background-repeat: no-repeat;
  border-right: 1px solid #DDDDDD;
  cursor: help;
  float: left;
  width: 208px;
}
.free-delivery {
  background-image: url("img/free/free-delivery.png");
}
.free-quickly {
  background-image: url("img/free/free-quickly.png");
}
.free-data {
  background-image: url("img/free/free-data.png");
  border-right: medium none;
  width: 208px;
}
.free-item-title {
  display: block;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 40px 0 15px;
}
.free-item-link {
  color: #757575;
  display: inline-block;
  font-size: 11px;
  line-height: 13px;
  padding: 10px 15px;
  text-decoration: underline;
}
.free-item-link:hover {
  text-decoration: none;
}
.clear {
  clear: both;
  line-height: 1px;
}
a.tooltip {
  cursor: pointer;
}
#tooltip-container {
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid #FF8F00;
  border-radius: 7px 7px 7px 7px;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.25);
  color: #444444;
  display: none;
  font-size: 13px;
  line-height: 1.4;
  max-width: 420px;
  padding: 10px 15px;
  position: absolute;
}
#tooltip-container img {
  margin: 10px 14px 7px 1px;
}
#tooltip-container p {
  margin: 0;
  padding-bottom: 7px;
}
#tooltip-container p strong {
  color: #444444;
}
.tooltip-source-html {
  display: none;
}









/****************************************************************/
/*=artprom-PAGES */
/****************************************************************/
.artprom-pages {
  background: #f5f6f6 url('img/artprom-article/artprom-bg.png');
  padding: 3em 0;
}
.artprom-pages h1,
.artprom-pages h2,
.artprom-pages h3,
.artprom-pages h4,
.artprom-pages h5 {
  color: #454545;
  line-height: 1.5em;  
}
.artprom-pages h1 {
  font-size: 28px;
  color: #0088cc;
}
.artprom-pages h2 {
  font-size: 24px;
  margin-bottom: 14px;
  
  padding-bottom: 4px;
}
.artprom-pages h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.artprom-pages .artprom-wrap {
  background: none repeat scroll 0 0 white;
  border: 1px solid #D7D7D7;
  box-shadow: 5px 5px 0 #fafafa inset, -5px -5px 0 #fafafa inset, 0 0 5px #d7d7d7;
}
.artprom-pages .artprom-wrap .content {
  border-right: 1px solid #D7D7D7;
  box-shadow: 0 -5px 0 #fafafa inset, 0 0 5px #d7d7d7;
  padding: 5px;
}



.artprom-pages .artprom-wrap .content .article ul {
  margin-bottom: 21px;
}
.artprom-pages .artprom-wrap .content .article ul li {
  background: url('img/check-ul.png') no-repeat 0 7px;
  padding-left: 21px;
  margin-bottom: 1em;

}
.artprom-pages .artprom-wrap .content .article ol {
  margin-bottom: 21px;
  margin-left: 21px;
}
.artprom-pages .artprom-wrap .content .article ol li {
  list-style-type: decimal;
  margin-bottom: 1em;
}
.artprom-pages .artprom-wrap .content .article blockquote p {
  font-size: 16px;
}
.artprom-pages .artprom-wrap .content .article .entry-figure img {
  border-bottom: 1px solid #D7D7D7;
  box-shadow: 0 0 5px #D7D7D7;
}
.artprom-pages .artprom-wrap .content .article .entry-header {
  padding: 5px 21px;
  border-bottom: 1px solid #D7D7D7;
  box-shadow: 0 0 5px #D7D7D7;
  margin-bottom: 5px;
}

.artprom-pages .artprom-wrap .content .article #breadcrumbs {
  padding: 5px 21px;
  border-bottom: 1px solid #D7D7D7;
  box-shadow: 0 0 5px #D7D7D7;
  margin-bottom: 5px;
}

.artprom-pages .artprom-wrap .content .article #breadcrumbs .breadcrumb_last {
  color: #E00000;
}

.artprom-pages .artprom-wrap .content .article .entry-header h1 {
  margin-bottom: 6px;
}
.artprom-pages .artprom-wrap .content .article .entry-header h2 {
  line-height: 1em;
}
.artprom-pages .artprom-wrap .content .article .entry-header p {
  margin-bottom: 14px;
}
.artprom-pages .artprom-wrap .content .article .entry-content {
  padding: 21px 21px;
  border-bottom: 1px solid #D7D7D7;
  box-shadow: 0 0 5px #D7D7D7;
  margin-bottom: 5px;
}

.artprom-pages .artprom-wrap .content .article .post-nav-link {
  padding: 7px 21px;
  border-bottom: 1px solid #D7D7D7;
  box-shadow: 0 0 5px #D7D7D7;

}

.post-nav-link .nav-previous {
  float: left;
}

.post-nav-link .nav-next {
  float: right;
}

/****************************************************************/
/*=RELATE POST */
/****************************************************************/
.artprom-pages .artprom-wrap .content .article .relate-post {
  padding: 21px 21px;
    border-bottom: 1px solid #D7D7D7;
    box-shadow: 0 0 5px #D7D7D7;
}

 .artprom-pages .artprom-wrap .content .article .relate-post h3 {
    color: #E00000;
    font-size: 18px;
    margin-bottom: 21px;
}

.artprom-pages .artprom-wrap .content .article .relate-post li {
  margin-bottom: 0.5em;
}

/****************************************************************/
/*=WIDGET */
/****************************************************************/

.artprom-pages .artprom-wrap .widget-area {
  width: 285px;
  position: relative;
  padding: 36px 0;
  margin: auto;
}
.artprom-pages .artprom-wrap .widget-area:before {
  content: '';
  position: absolute;
  display: block;
  width: 58px;
  height: 71px;
  background: url('img/artprom-article/clip.png');
  top: -35px;
}
.artprom-pages .artprom-wrap .widget-area .widget {
  padding: 0 15px;
  margin: auto;
}
.artprom-pages .artprom-wrap .widget-area h3 {
  font-size: 18px;
  color: #e00000;
  text-align: center;
  margin-bottom: 21px;
}
.artprom-pages .artprom-wrap .widget-area img {
  border: 1px solid #D7D7D7;
  box-shadow: 0 0 5px #D7D7D7;
  margin-right: 8px;
  float: left;
  margin-top: 4px;
}
.artprom-pages .artprom-wrap .widget-area .pop-articles .pop-list {
  margin-bottom: 20px;
  border-top: 1px dashed #D7D7D7;
  padding-top: 16px;
}
.artprom-pages .artprom-wrap .widget-area .pop-articles p {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
}
.artprom-pages .artprom-wrap .widget-area .pop-articles p a {
  text-decoration: none;
}
.artprom-pages .artprom-wrap .widget-area .pop-articles p strong {
  color: #0088CC;
}



/****************************************************************/
/*=MENU NAV SIDEBAR */
/****************************************************************/

.menu-section {
  /*background: grey;*/
}

.nav:first-child {
  margin-top: 42px;
}

.nav {
  
  list-style: none outside none;
  margin-top: 21px;
 
  font-size: 12px;
  background-color: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);    
  padding: 0;
}

.nav li { 
  line-height: 20px;
}

.nav li:first-child a {
  border-radius: 6px 6px 0 0;
}



.nav li a {
  font-style: normal;
  padding: 6px 15px;
   border: 1px solid #E5E5E5;
   display: block;
   margin: 0 0 -1px;
}

.nav li a:hover {
  background: #f5f5f5;
  text-decoration: none;
}

.nav li a.transport {
  background: #D2232A;
  color: white;
  font-size: 13px;
  font-weight: bold;
  padding: 8px 15px;
}

.nav li a.transport:hover {
  opacity: 0.8;
}

.nav li a.vizRek {
  color: white;
  background: #008141;
  font-size: 13px;
  font-weight: bold;
  padding: 8px 15px;
}

.nav li a.vizRek:hover {
  opacity: 0.8;
  
}


.nav li a.kons {
  color: white;
  font-size: 13px;
  font-weight: bold;
  padding: 8px 15px;
  background: #FAA732;
}

.nav li a.kons:hover {
  opacity: 0.8;  
}

.nav li a.pos {
  background: #974A16;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 15px;
}

.nav li a.pos:hover {
  background: #974A16;
  opacity: 0.9;

}

.nav li a.shchyty {
  background: #F15922;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 15px;
}

.nav li a.shchyty:hover {
  background: #F15922;
  opacity: 0.9;
}

.nav li a.print {
  background: #008784;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 15px;
}

.nav li a.print:hover {
  background: #008784;
  opacity: 0.9;
}

.nav a i {
   
  float: right;
    margin-right: -6px;
    margin-left: 14px;
    margin-top: 2px;
    opacity: 0.25;
    background-position: -456px -72px;
}

.nav a:hover i {
  opacity: 0.5;
}






/****************************************************************/
/*=ICON */
/****************************************************************/
.icon-chevron-right {
    background-image: url("img/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 14px;
}







/****************************************************************/
/*=SLIDER */
/****************************************************************/

.cycle-slideshow {
  position: relative;
}

.cycle-pager {
    display: block;    
    overflow: hidden;
    position: absolute;
    text-align: right;
    bottom: 5px;
    right: 18px;
    width: 100%;
    z-index: 500;
}

.cycle-pager span {
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 46px;
    height: 16px;
    width: 16px;
}


.cycle-pager span.cycle-pager-active {
    color: #D69746;
}





/****************************************************************/
/*=META BOX */
/****************************************************************/

.entry-meta {
 
  font-size: 12px; 
  float: left;
  padding-right: 3em;


}

.artprom-pages .artprom-wrap .content .article .entry-header p.author,
.artprom-pages .artprom-wrap .content .article .entry-header p.meta-date
 {
  margin: 0;
  padding-bottom: 4px;
  line-height: 1em;  
}

.entry-meta .author, .entry-meta .meta-date {
  color: #E00000;
  padding: 0 1em 0 0;
}

.entry-meta .author span, .entry-meta .meta-date span {
  color: #696969;
  
}

.entry-meta .meta-date span {
  font-size: 10px;
}

.entry-meta .author span {
  font-style: italic;
}

.entry-social {
  margin-top: 8px;
}







/****************************************************************/
/*=CONTACT PAGE */
/****************************************************************/

.section-contact-page .container .navbar .navcont .nav li a{
  border: none;
  color: #ffffff;
}

.section-contact-page .container .navbar .navcont .nav li:first-child a{
  border-radius: 6px 0 0 6px;
}

.section-contact-page .container .navbar .navcont .nav li:last-child a{
  border-radius: 0 6px 6px 0;
} 

.section-contact-page .container .navbar .navcont .nav{
  border-radius: none;
}

.section-contact-page .container .navbar .navcont{
padding-bottom: 3em;
}

.navcontpynct{
  font-size: 11px;
  color: #949494;
  text-transform: uppercase;
}

.rectr{
  background: #D2232A;  
}

.section-contact-page .container .navbar .navcont .nav li a.rectr:hover{
  background: #D2232A;
  opacity: 0.9;
}
.section-contact-page .container .navbar .navcont .nav li a.rectr:active{
  background: #D2232A;
  opacity: 0.7;
}

.vizual{
  background: #008141;
}

.section-contact-page .container .navbar .navcont .nav li a.vizual:hover{
  background: #008141;
  opacity: 0.9;
}

.reckon{
  background: #FAA626;
}

.section-contact-page .container .navbar .navcont .nav li a.reckon:hover{
background: #FAA626;
opacity: 0.9;
}

.recchyt{
  background: #676CC6;
}

.section-contact-page .container .navbar .navcont .nav li a.recchyt:hover{
  opacity: 0.9;
  background: #676CC6;
}

.druk{
  background: #A32FFC;
}

.section-contact-page .container .navbar .navcont .nav li a.druk:hover{
  opacity: 0.9;
  background: #A32FFC;
}

.posprod{
  background: #974A16;
}

.section-contact-page .container .navbar .navcont .nav li a.posprod:hover{
  opacity: 0.9;
  background: #974A16;
}


/****************************************************************/
/*=MAIN Napriamky */
/****************************************************************/

.main-napriamky {
  background: url(img/fon.png);
  padding: 2em 0; 
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075);
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
}

.main-napriamky h2 {
  text-align: center;
  font-size: 32px;
  line-height: 46px;
  color: #DADADA;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
}



/****************************************************************/
/*=MAIN INTRO */
/****************************************************************/
.main-intro {
  padding: 2em 1.5em;  
}

.main-intro .lead {
  font-size: 16px;
  line-height: 1.5;
}


.intro-figure {
  font-style: italic;
  margin: 2em 0;
}

.intro-figure p {
  padding-top: 21px;
}

.intro-figure img {
  float: left;
  margin-right: 21px;
  display: block;  
  height: auto;
}

.figure-cycle img {
  width: 90px;
}

.intro-promo {
  margin: 2em 0;
}

.intro-promo-list {
  margin-bottom: 2em;
  text-align: center;
  padding: 14px;
  border: 1px solid transparent;
  
}

.intro-promo-list a img {
  width: 100%;
}

.intro-promo-list h3 {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
  padding: 14px 0;
}

.intro-promo-list span {
  font-style: italic;
  font-size: 14px;
}

.first .intro-promo-list:nth-child(1) h3 {
  color: #d2232a;
}

.first .intro-promo-list:nth-child(2) h3 {
  color: #489A47;
}

.first .intro-promo-list:nth-child(3) h3 {
  color: #F89406;
}

.second .intro-promo-list:nth-child(1) h3 {
  color: #f15922;
}

.second .intro-promo-list:nth-child(2) h3 {
  color: #008784;
}

.second .intro-promo-list:nth-child(3) h3 {
  color: #974916;
}

.intro-promo-list:hover {
  border: 1px solid #DADADA;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.275);
    cursor: pointer;
}


/****************************************************************/
/*=GASLO */
/****************************************************************/
.gaslo {
  padding: 2em 0;
}
/****************************************************************/
/*=CONTACT */
/****************************************************************/
.section-contact {
  padding: 2em 0;
}

.section-contact .navbar {
  margin-bottom: 36px;
}

.section-contact h1 {
  color: #777777;
  font-size: 30px;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.75);
}

.section-contact h2 {
  color: #454545;
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 21px;
}

.section-contact .tabs_con {
  margin-top: 20px;
  background: url("img/tabs.png") repeat scroll 0 0 transparent;
  height: 47px;
  list-style: none outside none;
  padding: 0 0 0 100px;
  margin-bottom: 3em;
}

.section-contact .tabs_con span {
  width: 240px;
  background: url("img/tab2.png") repeat scroll 0 0 transparent;
  float: left;
  height: 47px;
  line-height: 52px;
  text-align: center;
  border: 0 none;
  color: #777777;
  cursor: text;
  text-decoration: none;
  font-size: 16px;

}

.section-contact .addr-con{
  background: url('img/fly.png') 80% 50% no-repeat;
}

.section-contact .addr-con p {
  font-size: 16px;
  line-height: 1.5em;
}



/****************************************************************/
/*=Таблиця для білбордів */
/****************************************************************/
table.bilbord th, table.bilbord td {
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
}

.bilbord thead {
  color: #0088CC;
  background-attachment: fixed;
  background-color: #F9F9F9;
  background-image: url("img/noise.png"), linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2)); 
}
  



.bilbord th, .bilbord td {
  padding: 2px 3px;
}

.bilbord tbody td:nth-child(6) {
  text-align: left;
}



.pulse {
  display: inline-block;
  width: 10px;
  height: 10px;
  font-size: 1.3em;
  font-weight: bold;
  color: white;
  text-shadow: 0 1px 0 #0bcc00;
  border: 1px solid #0bcc00;
  box-shadow: 0 0 0 0 rgba(90, 153, 220, 0.7), inset 0 1px 0 #0bcc00;
  border-radius: 100%;
  v-align: middle;
  background: #0bcc00;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0bcc00), color-stop(100%, #0bcc00));
  background-image: -webkit-linear-gradient(#0bcc00, #0bcc00);
  background-image: -moz-linear-gradient(#0bcc00, #0bcc00);
  background-image: -o-linear-gradient(#0bcc00, #0bcc00);
  background-image: linear-gradient(#0bcc00, #0bcc00);
  cursor: pointer;
  animation: pulse 1s infinite cubic-bezier(0.6, 0, 0, 1);
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(90, 153, 220, 0), inset 0 1px 0 #abcbe9;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(112, 219, 73, 0.8);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(112, 219, 73, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(112, 219, 73, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(112, 219, 73, 0.8);
    box-shadow: 0 0 0 0 rgba(112, 219, 73, 0.8);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(112, 219, 73, 0);
      box-shadow: 0 0 0 10px rgba(112, 219, 73, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(112, 219, 73, 0);
      box-shadow: 0 0 0 0 rgba(112, 219, 73, 0);
  }
}







.formidtitle h1 {
	font-size: 28px;
    color: rgb(37, 121, 11);
    font-weight: bold;
    text-decoration: underline;
	font-style: italic;
}

#formidheader {
    width: 100%;
    display: table;
}

.formidtitle {
	float: left;
    width: 80%;
	margin-top: 15px;
}
.formidimage {
	float: left;
    width: 20%;
}

.formidimage img {
	width: 70px;
    border-radius: 35px;
}
.formidimage span {
	display: inherit;
	color: #1a9618;
}

.formidimage span a {
    margin: 0px!important;
    position: initial!important;
    top: 0px!important;
	display: inline-block!important;
}
span.formname {
    font-weight: bold;
    margin-bottom: 5px;
	color: #333;
}

.formid {
  margin: 0px 20px 30px 50px;
  text-align: left;
}

.formid h3 {
	font-size: 24px;
	color: inherit;
    font-weight: bold;
	font-style: italic;
}
.formid span {
  margin-left: -23px;
font-size: 25px;
    color: darkorange;
}

#ajax_form a {
margin-left: 0px;
	color:#fff;
}

#result_form h3 {
  font-size: 24px;
color: #1B7B0A;
    font-weight: bold;
}
#ajax_form input {
    width: 50%;
    font-size: 22px;
    padding: 0px 30px;
	height: 46px;
}

.offset0 {
	margin-left: 0px;
}



@media ( min-width: 1200px ) {
.iconregions {
    font-size: 12px!important;
	line-height: 12px!important;
}
}




@media ( max-width: 979px ) {
.hero-conteiner {
  background-size: inherit;
}
.formid {
	margin: 0px 0px 20px 50px;
}
.formid h3 {
    font-size: 20px;
}
#result_form h3 {
    font-size: 20px;
}
.formid span {
    font-size: 18px;
}
#ajax_form input {
    width: 75%;
}
.formidtitle h1 {
	font-size: 24px;
}
.iconregions {
    font-size: 14px!important;
	line-height: 14px!important;
}
}



@media (max-width: 767px) {
.fb_iframe_widget_fluid {
	display: none!important;
}
.footer-top-container {
    padding: 15px;
}
.footer-quote blockquote:before {
    position: inherit;
    left: 0px;
    top: 0px;
}
.footer-copyright-container {
    padding: 25px;
}
.footer-copyright-container .footer-copyright {
    line-height: 32px;
}
.section-page article .entry-title {
	font-size: 24px;
}
.section-page article .entry-content .intro-list li {
	margin-left:15px;
}
}


@media ( max-width: 600px ) {
.button-text-panel a {
	margin: 15px auto 0px auto;
	display: table;
}
#ajax_form a {
    margin: 15px auto 0px auto;
	color:#fff;
}
}



@media ( max-width: 500px ) {
.hero-conteiner {
	padding: 30px;
	height: 310px;
}
.section-client-logo img {
	width: 100%;
    max-width: 250px;
    margin: auto;
}

.formid {
	margin: 0px 0px 20px 20px;
}
.formid h3 {
    font-size: 18px;
}
#result_form h3 {
    font-size: 18px;
}
.formid span {
    font-size: 16px;
}
#ajax_form input {
    width: 95%;
	font-size: 18px;
	padding: 0px 10px;
}
.formid span {
    margin-left: -25px;
}
.formidimage img {
    width: 60px;
    border-radius: 30px;
}
.iconregions {
    font-size: 11px!important;
	line-height: 11px!important;
}
/* AZ styles */
body{
  padding-right: 15px!important;
  padding-left: 15px!important;
}
.section-page article .entry-content {
  padding: 1em 1em;
}

.wp-block-image .size-full{
width: 100%;
}

.section-page article ul li{
  padding: 1px;
  margin: 0 0 0 1.3rem;
}
}

@media (max-width: 400px) {
.hero-conteiner {
	padding: 20px;
	height: 260px;
}
.hero-conteiner h2 {
    font-size: 16px;
}
.hero-conteiner h1 {
    font-size: 26px;
}
.button-text-panel {
    padding: 15px 20px;
}
.formid h3 {
    font-size: 14px;
}
#result_form h3 {
    font-size: 14px;
}
.formid span {
    font-size: 14px;
}

.formidtitle {
    width: 70%;
    margin-top: 25px;
}
.formidtitle h1 {
    font-size: 18px;
}
.formidimage {
    width: 30%;
}
}





::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: pink;
  padding-top:5px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
:-moz-placeholder { /* Firefox 18- */
  color: pink;
}







/*
Theme Name: Artprom
Theme URI: http://artprom.lviv.ua
Description: The defaul theme for Artprom.com.ua.
Author: Ihor Kohut
Author URI: http://kohut.org.ua/
Version: 1.0
Tags: 
License: 
License URI:
General comments (optional).
*/



/*@font-face {
  font-family: 'Museo Cyrillic 100';
  src: url('/assets/themes/artprom/fonts/MuseoCyrl100.woff');
}
@font-face {
  font-family: 'Museo Cyrillic 300';
  src: url('/assets/themes/artprom/fonts/MuseoCyrl300.woff');
}
@font-face {
  font-family: 'Museo Cyrillic 500';
  src: url('/assets/themes/artprom/fonts/MuseoCyrl500.woff');
}
@font-face {
  font-family: 'Museo Cyrillic 700';
  src: url('/assets/themes/artprom/fonts/MuseoCyrl-700.woff');
}
@font-face {
  font-family: 'Museo Cyrillic 900';
  src: url('/assets/themes/artprom/fonts/MuseoCyrl-900.woff');
}
@font-face {
  font-family: 'Museo Cyrillic Italic 700';
  src: url('/assets/themes/artprom/fonts/MuseoSansCyrl_700_Italic.woff');
}
*/



#landingbody {
text-align: center;
font: 12px/1.333 'Museo Cyrillic 300', sans-serif;
height: 100%;
overflow-x: hidden;
}

#landingbody h1 {
  font: 36px/1.5em "Museo Cyrillic 900", sans-serif;
}
#landingbody h2, #landingbody h3 {
  font: 21px "Museo Cyrillic 700", sans-serif;
}
#landingbody h4 {
  font: 16px/1.5em "Museo Cyrillic 500", sans-serif;
}
#landingbody h5 {
  font: 14px/1.5em "Museo Cyrillic 300", sans-serif;
}
#landingbody h6 {
  font: 12px/1.5em "Museo Cyrillic 300", sans-serif;
}

.topline {
	height: 100px;
}

.hrhelpline {
	position: relative;
    top: -40px;
	}
.landing-button {
    margin-top: 7px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    text-overflow: ellipsis;
    background-color: transparent;
    overflow: hidden;
    white-space: nowrap;
    max-width: 405px;
	    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    justify-content: center;
    height: 50px;
    padding: 0px 33px;
    border: 0;
    color: #FFFFFF;
    background-color: #307ef2;
    border-radius: 0px;
}

.landing-button2 {
    margin-top: 7px;
	    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 28px;
    font-weight: 700;
    text-overflow: ellipsis;
    background-color: transparent;
    overflow: hidden;
    white-space: nowrap;
    max-width: 505px;
    justify-content: center;
    height: 60px;
    position: relative;
    top: -45px;
    padding: 0px 150px;
    border: 0;
    color: #FFFFFF;
    background-color: #307ef2;
    border-radius: 0px;
}
.landing-button:hover, .landing-button2:hover {
	color:#fff;
	text-shadow:0 0 10px rgba(0,0,0,0.5);
}

.borderbox {
	max-width: 220px;
    display: table-cell;
    padding: 15px 25px;
    height: 150px;
    margin: 15px;
    border: 1px solid #eee;
}

.steps {
	margin: 0px 0px 25px 0px;
}
.steps .linebord {
	border-bottom: 1px dashed #ccc;
}


.steps h2 {
	font-size: 40px!important;
    color: #585858;
    font-family: 'Museo Cyrillic 700', sans-serif;
    text-align: center;
    margin: 0px 0px 25px 0px;
}
span.leftsteps {
	font-size: 40px!important;
	line-height:70px;
	vertical-align:bottom;
	margin-top: 10px;
}
.left {
	float:left;
	width: 100%;
	margin:20px 5px 25px 5px;
	display: table;
}
.left img {
	margin-right:10px;
	margin-top:10px;
	border: 2px solid #666;
    border-radius: 35px;
    padding: 10px;
    height: 70px;
    width: 70px;
    margin-left: 10px;
}
.left h3 {
	margin:0px;
	font-size:30px!important;
	    margin: 0px 15px;
}

.left sub {
	font-size: 22px!important;
	    margin: 0px 35px;
}

.gallerylanding {
	background-color: #e91d62;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.5);
}

h2.trust, h2.client {
    font-size: 40px!important;
    margin: 40px 0px 25px 0px;
}
h2.success {
    font-size: 40px!important;
	color: #fff;
    margin: 35px 0px 25px 0px;
}

.gallerylanding {padding-bottom: 40px;}

.main_map {
margin: auto;
position: relative;
}
.main_map .contacts_hook {
position: absolute;
left: 0;
top: -100px;
}
.main_map h2 {
text-align: center;
font-size: 40px!important;
color: #585858;
font-family: 'Museo Cyrillic 700';
margin: 34px 0px 25px 0px;
}
.main_map p.main_map_header {
font-size: 20px;
margin-top: 0;
margin-bottom: 35px;
color: #585858;
font-family: 'Museo Cyrillic 700';
text-align: center;
}
.main_map h4, .main_map table h4 span {
font-size: 19px;
color: #0e1842;
width: 100%;
margin-top: 0;
line-height: 30px;
margin-bottom: 50px;
font-family: 'Museo Cyrillic 700';
text-align: center;
}
.main_map table h4 span {
margin: 0;
width: auto;
padding: 0 20px;
display: inline-block;
}
.main_map > table > tbody > tr > td {
width: 545px;
}
.main_map > table table {
width: 100%;
}
.main_map > table table td {
width: 50%;
background: #0db5ef;
border: 1px solid #FFFFFF;
border-right: 1px;
height: 275px;
/*vertical-align: middle;*/
}
.main_map > table h3 {
font-size: 22px;
line-height: 22px;
color: #0e1842;
font-family: 'Museo Cyrillic 500';
text-align: center;
}
.main_map > table span {
font-size: 10px;
color: #0e1842;
font-family: 'Museo Cyrillic 500';
text-align: center;
display: inline-block;
width: 100%;
}
.main_map > table p, .main_map > table a {
font-size: 20px;
margin-top: 15px;
color: #FFFFFF;
font-family: 'Museo Cyrillic 500';
text-align: center;
text-decoration: none;
}
.main_map > table td.map_td {
background-color: #FFFFFF;
border: 4px solid #FFFFFF;
border-left: 0px;
vertical-align: middle;
}
.main_map > table td.map_td div {
height: 300px;
width: 100%;
display: inline-block;
text-align: center;
}
.main_map > table td.map_td div img {
width: 450px;
}
table.table_map td {
    background-size: cover!important;
}
table.table_map td.table_tram  {
	background: url(../artprom/img/tram.jpg) no-repeat!important;
	background-size: cover!important;
}
table.table_map td.table_train  {
	background: url(../artprom/img/train.jpg) no-repeat!important;
	background-size: cover!important;
}
table.table_map td.table_trul {
	background: url(../artprom/img/trul.jpg) no-repeat!important;
	background-size: cover!important;
}
table.table_map td.table_bus {
	background: url(../artprom/img/bus.jpg) no-repeat!important;
	background-size: cover!important;
}
table.table_map td.table_autobus {
	background: url(../artprom/img/autobus.jpg) no-repeat!important;
	background-size: cover!important;
}



table.table_map td.table_auto  {
	background: url(../artprom/img/auto.png) no-repeat!important;
	background-size: cover!important;
}
table.table_map td.table_microbus {
	background: url(../artprom/img/bus.png) no-repeat!important;
	background-size: cover!important;
	background-color:#fff;
}
table.table_map td.table_truck {
	background: url(../artprom/img/truck.png) no-repeat!important;
	background-size: cover!important;
}
table.table_map td.table_spec {
	background: url(../artprom/img/spec.png) no-repeat!important;
	background-size: cover!important;
}
table.table_map > table td h3 {
	
}

.table_map h3 {
	color:white!important;
	margin: 15px auto 5px auto;
}

.landingfixbg {
	background: url(http://artprom.com.ua/assets/uploads/2019/10/4.gif)no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    margin: auto;
}
.landingfixsalo {
	background: url(http://artprom.com.ua/assets/uploads/2019/11/IMG-1911.jpeg)no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    margin: auto;
}



.landingfixbgbrand {
	background: url(http://artprom.com.ua/assets/uploads/2019/11/semitented.gif)no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    margin: auto;
}


.deep_tab_background {
    position: relative;
	height: 380px;
	z-index: 0;
	color:#fff;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    background-attachment: fixed;
}
.deep_tab_background > div > div {
    margin-right: 30px;
    margin-left: 30px;
}

.deep_tab_background div h1 {
    font-size: 80px!important;
	
}
.deep_tab_background div h2 {
    font-size: 40px!important;
	margin: 40px 0px 25px 0px;
}
.deep_tab_background div h3 {
    font-size: 24px!important;
}

.mainboxright h1 {
	margin: 10px 0px;
}

.footer-copyright h1 {
	color:#fff;
}
.footer-copyright {
	margin: 25px;
}
    


.landing {
	position: fixed;
    width: 100%;
    z-index: 3;
}
.landing-toptitle {
	color: white;
    display: block;
    vertical-align: middle;
    height: 63px;
    text-align: center;
    font-size: 22px!important;
	margin-bottom: 0px;
	padding-top: 18px;
}

.number_table {
width: 1100px;
margin: auto;
line-height: normal;
margin-bottom: 25px;
}
.number_table td {
text-align: center;
    vertical-align: middle;	
}
.number_table h2 {
font-size: 40px!important;
color: #585858;
font-family: 'Museo Cyrillic 700';
text-align: center;
margin: 40px 0px 25px 0px;
}
.number_table p {
font-size: 20px;
color: #585858;
font-family: 'Museo Cyrillic 500';
text-align: center;
max-width: 260px;
}
.number_table .number_div {
font-size: 20px;
color: #585858;
font-family: 'Museo Cyrillic 900';
text-align: center;
}
.number_table .number_div .growing_number {
font-size: 120px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
margin-bottom: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}




#datasummary, #datatitle {
display:none;
}
#datarating {
    background-attachment: fixed;
    background-color: #F9F9F9;
    background-image: url("../artprom/img/noise.png"), linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2));
    border: 1px dashed #D3D3D3;
    margin: 5px 0 25px;
    padding: 1em;
    line-height: 24px;
}

#datarating label {
    float:left;
}

.entry-content td {
border: 2px solid #999;
padding: 5px;
}

.entry-content p a img {
    max-width: 720px;
    width: 100%;
    height: 100%;
}

/* Az add */
.entry-content p img {
  max-width: 720px;
  width: auto;
  height: 100%;
}
.entry-content table { 
  height: 100%!important;
  display: block;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 15px;
}
.wp-block-image img{
  width: 100%;
  height: 100%;
}

.iconregions {
    float: left;
    padding: 0px 5px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
line-height: 18px;
}





.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (max-width: 1200px) {
	.landing-toptitle {
    color: #fff;
    line-height: 24px!important;
    text-align: center;
    font-size: 22px!important;
    margin-bottom: 0;
}
.hidden-img {
    display: none !important;
  }
	.deep_tab_background>div>div{
    margin-right: 15px;
    margin-left: 15px;
}
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
	

  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .flex-wrap .span9{
    width: 100%;
  }
  .flex-wrap .toamo{
    display: flex;
  }
  .flex-wrap .span3{
    width: 100%!important;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
	.top-header .span3{height: 63px; width: 50%; margin:0px;}
	.landing-toptitle {
    line-height: 63px!important;
}
	.number_table {
    width: 100%;
}
	.main_map>table table {
    width: 754px;
}
	.hidden-phonemap{
		display:none!important;
	}
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
  .main-napriamky .row{
    display: flex;
    flex-direction: column;
  } 
  .main-napriamky .intro-promo{
    display: flex;
    justify-content: center;
  }
  .main-napriamky .span7 , .span5 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .intro-promo .span3{
    width: 280px;
  }
}

@media (max-width: 767px) {
  body {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top,.landing {
    margin-right: -20px;
    margin-left: -20px;
  }
  .flex-wrap .toamo{
    display: flex;
  }
.landing-toptitle {
    line-height: 35px!important;
    font-size: 22px!important;
}	
.landing-button {
		height: 35px;
		margin-top: 0px;
	margin-bottom: 10px;
}
	#landingbody h1 {
    font-size: 24px;
}
	#landingbody h2, #landingbody h3 {
    font-size: 16px;
}
	
	.mainboxright iframe, .item iframe {
		width:100%;
	}
	.landing-button2 {
		font-size: 24px;
		height: 50px;
		top: -40px;
	    padding: 0px 25px;
	}
	.footer-copyright {
    margin: 15px 0px;
}
	
	button#button_submit {
		font-size: 14px!important;
		padding: 0px 15px!important;
	}
	
	
.topline {
	height: 150px;
}	
	
	
	.hrhelpline {
		position: unset;
    	top: 0;
		margin-top: 20px;
    	margin-bottom: 20px;
	}

	.main_map h2 {
    font-size: 24px!important;
    margin: 10px 0px 15px 0px;
}
.steps h2 {
    font-size: 24px!important;
    margin: 0px 0px 15px 0px;
}
	h2.trust, h2.client, h2.success {
    font-size: 24px!important;
    margin: 10px 0px 15px 0px;
}
	.table_map h3 {
    margin: 15px 5px 5px 5px;
		font-size: 14px!important;
}
.left {
    margin: 0px 5px 10px 5px;
}
span.leftsteps {
    font-size: 20px!important;
    line-height: 50px;
}
.left img {
    height: 45px;
    width: 45px;
}	
.left sub {
    font-size: 14px!important;
    margin: auto;
}
.left h3 {
    font-size: 22px!important;
}
.steps {
    margin: 0px 0px 15px 0px;
}
	
	
	
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    width: auto;
    clear: none;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
  .main-napriamky .span7 , .span5 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-right: 10px;
    padding-left: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    right: 10px;
    left: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
	
		.main_map > table table td {
    height: 165px;
}
	
}

@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    padding: 0;
    margin-top: 5px;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    display: none;
    float: none;
    max-width: none;
    padding: 0;
    margin: 0 15px;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
       -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
  #toamo{
    position: relative;
  }
}

@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
.btn-uCalc {
	
  font-size: 20px;
  margin: 15px auto;
  text-align: center;
  padding: 9px 30px;
  display: table;
}

.aligncenter {
	text-align:center;
}

iframe {max-width:100%;}
iframe.amoforms_iframe {width: 530px!important;}
#toamo{
  margin: 0 5px;
  height: auto;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toamo{
  width: 100%;
  height: 40px;
  text-align: center;
  margin: 30px 0px;
  display: none;
  justify-content: center;
  align-items: center; 
}
.toamo a{
  padding: 10px 15px;
  color: rgb(250, 22, 0)!important;
  border-color: rgb(248, 3, 3) ;
  border: 2px solid rgb(248, 3, 3);
  background-color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.toamo a:hover{
  color: #fff !important;
  background-color: rgb(255, 0, 0) ;
  text-decoration: none!important;
}
.flex-wrap{
  flex-wrap: wrap;
  display: flex
}
.right_column{
  
}
.video_center-fullwidth{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}
.amo_block{
	margin-top: 2rem;
	padding: 5px;
}
.video_center-fullwidth iframe{
  width: 100%!important;
}
