/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

@font-face {
  font-family: 'lato';
  src: url("../fonts/LatoBold.eot");
  src: url("../fonts/LatoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoBold.woff") format("woff"), url("../fonts/LatoBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'lato';
  src: url("../fonts/LatoBoldItalic.eot");
  src: url("../fonts/LatoBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoBoldItalic.woff") format("woff"), url("../fonts/LatoBoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'lato';
  src: url("../fonts/LatoRegular.eot");
  src: url("../fonts/LatoRegular.woff") format("woff"), url("../fonts/LatoRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lato light';
  src: url("../fonts/LatoLight.eot");
  src: url("../fonts/LatoLight.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoLight.woff") format("woff"), url("../fonts/LatoLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}

html, body {
  height: 100%;
}

.layer {
  min-height: 100%;
}

body {
  font: 16px Lato, Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 1.2;
}

@media (min-width: 1440px) {
  body {
    font-size: 24px;
  }
}
.wrapper, .layer {
  min-width: 1024px;
  max-width: 1440px;
  padding-left: 32px;
  padding-right: 32px;
  margin: 0 auto;
  position: relative;
}

.icon {
  display: inline-block;
  background: url(../img/sprite.png) no-repeat;
}

.clearfix {
  float: none !important;
  clear: both;
  width: 100%;
}

hr {
  height: 2px;
  border: none;
}

header {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
header .logo {
  margin-top: 27px;
}
header .logo, header li {
  float: left;
}
header ul {
  float: right;
  overflow: hidden;
  margin-top: 25px;
}
header ul li:first-child {
  overflow: hidden;
}
header ul li:first-child span, header ul li:first-child .icon {
  float: left;
}
header ul li:first-child .icon {
  width: 13px;
  height: 13px;
  margin-top: 2px;
}
@media (min-width: 1440px) {
  header ul li:first-child .icon {
    margin-top: 5px;
  }
}
header ul li:last-child {
  margin-left: 45px;
}
header ul li:last-child .icon {
  width: 13px;
  height: 10px;
  background-position: -13px -1px;
}
@media (min-width: 1440px) {
  header ul li:last-child .icon {
    margin-bottom: 5px;
  }
}
header ul a {
  font-size: 0.625em;
  color: #4d7da3;
  text-decoration: none;
  text-transform: uppercase;
}
header ul a span {
  margin-top: 4px;
  margin-left: 13px;
}
header ul a:hover span {
  text-decoration: underline;
}

aside {
  float: left;
  width: 160px;
  height: 566px;
  margin-top: 41px;
}
aside ul li {
  overflow: hidden;
  position: relative;
}
aside ul li:hover > a {
  text-decoration: underline;
}
aside ul:not(.sub-menu) li > a {
  /*float: left;*/
  padding-right:15px;
  background: #fff;
}

aside ul:not(.sub-menu) li.active{
  background: url(../img/hr.jpg) no-repeat -40px 10px;
}

@media(min-width:1440px){
  aside{
    width: 200px;
  }
  aside ul:not(.sub-menu) li.active{
    background: url(../img/hr.jpg) no-repeat 0 15px;
  }  
}

aside ul li a {
  color: #000;
  overflow: hidden;
}


aside li {
  margin-bottom: 29px;
  height: 1em;
  line-height: 1em;
}
aside a {
  font-size: 0.625em;
  text-transform: uppercase;
  text-decoration: none;
}
aside a:hover {
  text-decoration: underline;
}
aside .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 192px;
  z-index: 10;
  width: 360px;
  /*height: 566px;*/
  padding-left: 50px;
  padding-top: 85px;
  background-color: #181818;
}
aside .sub-menu a {
  color: #86bae2;
}
@media (min-width: 1440px) {
  aside .sub-menu {
    padding-left: 30px;
    padding-top: 94px;
  }
}
aside .sub-menu:nth-child(2):before {
  position: absolute;
  left: -15px;
  top: 135px;
  content: "";
  border-width: 8px;
  border-style: solid;
  border-color: transparent #000 transparent transparent;
}
@media (min-width: 1440px) {
  aside .sub-menu:nth-child(2):before {
    top: 158px;
  }
}

/*begin slider*/
.slider {
  height: 566px;
  margin: -46px -32px 0 160px;
  text-align: center;
}
@media (min-width: 1440px) {
  .slider {
    margin-left: 200px;
    margin-top: -56px;
  }
}
.slider .item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 566px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.slider .item {
  background: url(../img/index-slider-img1.jpg) no-repeat;
  background-size: 100% auto;
  background-position: 0 bottom;
}
.slider .content-slider {
  margin-right: 32px;
  width: 100%;
}
.slider .content-slider p {
  width: 275px;
  margin: 0 auto;
  color: #707070;
  font-size: 0.8125em;
}
.slider h2 {
  margin-bottom: 16px;
  font-size: 3em;
  text-transform: uppercase;
}
.slider hr {
  width: 45px;
  margin-bottom: 24px;
  background: #000;
  border: none;
}
.slider .slick-prev,
.slider .slick-next {
  display: block;
  width: 7px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 50px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent url(../img/sprite.png) no-repeat;
}
.slider .slick-prev {
  width: 7px;
  left: -125px;
  background-position: -45px 0;
}
.slider .slick-prev:after {
  content: "";
  display: block;
  width: 2px;
  height: 15px;
  margin-left: 28px;
  margin-top: -2px;
  background: rgba(51, 52, 54, 0.09);
}
.slider .slick-prev:hover {
  background-position: -45px -12px;
}
.slider .slick-next {
  left: -73px;
  background-position: -52px -12px;
}
.slider .slick-next:hover {
  background-position: -52px 0;
}

/*end slider*/
section {
  padding-left: 75px;
}
@media(min-width: 1440px){
  section {
    padding-left: 115px;
  } 
}

h3, h4, h5 {
  text-transform: uppercase;
  font-weight: bold;
}

h3 {
  font: 1.5em Lato, Arial, Helvetica, sans-serif;
  margin-bottom: 14px;
}

h4 {
  font-size: 0.875em;
}

h5 {
  font-size: 0.8125em;
}

/*begin our-services*/
.our-services {
  margin-top: 114px;
  margin-bottom: 68px;
  overflow: hidden;
}
.our-services p {
  font-family: "Lato Light", Arial, Helvetica, sans-serif;
}
.our-services-left {
  float: left;
  width: 26%;
  margin-top: 50px;
  margin-right: 7%;
}
.our-services-left p {
  font-size: 0.9375em;
  color: #6e95b4;
}
.our-services-right {
  /*max-width: 594px;*/
  width: 66%;
  float: left;
}
.our-services-right ul {
  overflow: hidden;
  margin-bottom: 58px;
}
.our-services-right ul li {
  float: left;
  width: 45%;
  padding-right: 5%;
}
.our-services-right ul li h5 {
  margin-bottom: 10px;
  padding-top: 5px;
  overflow: hidden;
  color: #333436;
}
.our-services-right ul li h5 .icon {
  width: 19px;
  height: 19px;
  margin-top: -4px;
  margin-right: 12px;
  float: left;
  background-position: -26px 0;
}
.our-services-right ul li p {
  margin-left: 31px;
  font-size: 0.8125em;
  color: #707070;
}

/*end our-services*/
/* begin our-work*/
.our-work {
  /*width: 936px;
  margin: 0 auto;*/
}
.our-work .item {
  overflow: hidden;
}
.our-work-left {
  float: left;
  width: 55%;
  height: 100%;
}
.our-work-left img {
  width: 100%;
}
.our-work-right {
  width: 40%;
  float: right;
  padding-top: 9%;
  font-family: "Lato Light", Arial, Helvetica, sans-serif;
}
.our-work-right h3 {
  margin-bottom: 18px;
}
.our-work-right .icon {
  width: 14px;
  height: 14px;
  float: left;
  margin-right: 18px;
  background-position: 0 -13px;
}
.our-work-right p {
  font-size: 0.75em;
  color: #000;
  text-transform: uppercase;
}
.our-work-all {
  margin-top: 66px;
}
.our-work-all hr {
  width: 45px;
  margin: 10px 27px 0 0;
  background-color: #000;
  float: left;
}
.our-work-all a {
  font-size: 0.625em;
  text-transform: uppercase;
  text-decoration: none;
  color: #65a9de;
}
.our-work-all a:hover {
  text-decoration: underline;
}
.our-work .slick-arrow {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #333436;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  z-index: 10;
}
.our-work .slick-arrow .icon {
  width: 7px;
  height: 11px;
}
.our-work .slick-arrow.nextArrow {
  left: 0;
  text-align: left;
}
.our-work .slick-arrow.nextArrow .icon {
  background-position: -59px -11px;
  margin-left: 24px;
}
.our-work .slick-arrow.nextArrow .icon:before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 15px;
  float: left;
  background: rgba(255, 255, 255, 0.09);
  margin-left: -24px;
  margin-top: -2px;
}
.our-work .slick-arrow.nextArrow:hover .icon {
  background-position: -66px -11px;
}
.our-work .slick-arrow.prevArrow {
  left: -50px;
  text-align: center;
}
.our-work .slick-arrow.prevArrow .icon {
  background-position: -59px 0;
}
.our-work .slick-arrow.prevArrow:hover .icon {
  background-position: -66px 0;
}

/*end our-work*/
/*begin contact*/
.contact {
  overflow: hidden;
  margin-top: 110px;
  padding-bottom: 224px;  
}
@media(max-width:1440px){
.contact {
    padding-bottom: 234px;
  }
}    

.contact h4, .contact div {
  float: left;
  /*margin-right: 19%;*/
  width: 33%;
  padding-right: 5%;
}
.contact h4 {
  margin-top: 12px;
}
.contact-block {
  width: 185px;
  font-weight: bold;
  font-size: 1.25em;
}
.contact-block li {
  margin-bottom: 10px;
}
.contact-block a {
  color: #6e95b4;
  text-decoration: none;
}
.contact-block a:hover {
  text-decoration: underline;
}
.contact-discription {
  width: 218px;
  margin-right: 0 !important;
  font: 0.8125em "Lato Light", Arial, Helvetica, sans-serif;
  color: #707070;
}

/*end contact*/
/*begin footer*/
.footer {
  margin-top: -122px;
  height: 122px;
  overflow: hidden;
  position: relative;
  z-index: 11;
}
@media (min-width: 1440px) {
  .footer {
    margin-top: -138px;
    height: 138px;
  }
}
.footer-top {
  background: #fff;
  padding: 20px 32px;
  overflow: hidden;
}
.footer-top nav {
  margin-left: 160px;
}
.footer-top nav li {
  margin-right: 27px;
}
.footer-top nav li:before {
  content: '\2022';
  margin-right: 16px;
  color: #5a9dd1;
  font-size: 0.75em;
}
.footer-top nav li a {
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: none;
  color: #444;
}
.footer-top nav li a:hover {
  text-decoration: underline;
}
.footer li {
  float: left;
}
.footer-soc {
  float: right;
}
.footer-soc li {
  margin-left: 31px;
}
.footer-soc a {
  height: 12px;
}
.footer-soc-vk {
  width: 14px;
  background-position: -73px 3px;
}
.footer-soc-fc {
  width: 7px;
  background-position: -89px 0;
}
.footer-soc-yt {
  width: 16px;
  background-position: -74px -10px;
}
.footer-bottom {
  padding: 23px 32px 17px;
  background: #000;
  overflow: hidden;
}
.footer-bottom .wrapper > div {
  float: left;
}
.footer-bottom-copy {
  margin-left: 6.5%;
  margin-top: 2px;
  font-size: 0.75em;
  color: #4f5255;
}
.footer-bottom-contact {
  float: right !important;
  margin-top: 3px;
}
.footer-bottom-contact li {
  margin-left: 34px;
  font-size: 0.75em;
  color: #fff;
}
.footer-bottom-contact .icon {
  width: 15px;
  height: 12px;
  margin-top: 1px;
  background-position: -97px 0;
}

/*end footer*/
.page {
  margin: -46px -32px 0 160px;
  padding-bottom: 180px;
  padding-left: 0;
  padding-right: 32px;
  background: url(../img/bg-page.jpg) no-repeat;
  -webkit-background-size: 100% 141px;
  background-size: 100% 141px;
}
@media (min-width: 1440px) {
  .page {
    margin-left:200px;
    margin-top: -56px;
    padding-bottom: 200px;
  }
}
.page h3 {
  font-family: "Lato Light", Arial, Helvetica, sans-serif;
}

/*************** begin contact.html*****************/
.contact-information aside {
  height: auto;
  max-height: 566px;
  min-height: 166px;
}

.contact-information-block {
  min-height: 653px;
  padding-bottom: 102px;
}
@media (min-width: 1440px) {
  .contact-information-block {
    padding-bottom: 138px;
  }
}
.contact-information-block > div {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-top: 141px;
  position: relative;
}
.contact-information-block > div .top {
  position: absolute;
  top: 97px;
  right: 0;
}
@media (min-width: 1440px) {
  .contact-information-block > div .top {
    top: 87px;
  }
}
.contact-information-block > div .row {
  overflow: hidden;
  width: 100%;
}
.contact-information-block > div .row > div {
  float: left;
  width: 50%;
}
.contact-information-block > div .row hr {
  width: 40px;
  background: #131313;
  float: left;
  margin-right: 20px;
}
.contact-information-block > div .row hr + p {
  float: left;
  width: 61%;
  font: 0.8125em "Lato Light", Arial, Helvetica, sans-serif;
  color: #707070;
}
.contact-information-block > div .contacts li {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 14px;
}
.contact-information-block > div .contacts li a {
  color: #6e95b4;
  text-decoration: none;
}
.contact-information-block > div .contacts li a:hover {
  text-decoration: underline;
}

/*************** end contact.html*****************/
.page:not(.contact-information-block) {
  padding-top: 91px;
}
@media (min-width: 1440px) {
  .page:not(.contact-information-block) {
    padding-top: 81px;
  }
}
.page:not(.contact-information-block) h3 {
  text-align: right;
  margin-bottom: 78px;
}

.page h6 {
  margin-bottom: 54px;
  font-size: 1em;
  font-weight: bold;
  font-style: italic;
}

/**************begin production.html******************/
.production-block {
  padding-bottom: 130px;
}
.production-block h6 {
  color: #67aade;
}
.production-block .row {
  overflow: hidden;
  margin-right: -32px;
}
.production-block .row p {
  float: left;
}
.production-block .row .disription {
  padding-top: 6%;
  font: 0.875em "Lato Light", Arial, Helvetica, sans-serif;
  color: #707070;
}
.production-block .row img {
  max-width: 720px;
  width: 100%;
}
.production-block-one {
  margin-bottom: 52px;
}
.production-block-one .disription {
  padding-right: 85px;
  width: 40%;
}
.production-block-one .img {
  width: 60%;
  text-align: right;
}
.production-block-two {
  margin-left: -192px;
  margin-bottom: 80px;
}

@media(min-width: 1440px){
  .production-block-two {
    margin-left: -232px;
  } 
}
.production-block-two .disription, .production-block-two .img {
  width: 50%;
}
.production-block-two .disription {
  padding-left: 62px;
  padding-right: 160px;
}
.production-block > p {
  font-size: 1.0625em;
  font-weight: bold;
  margin-bottom: 60px;
}

.block-bottom {
  overflow: hidden;
  margin-left: -192px;
  margin-right: -32px;
}
.block-bottom > div {
  width: 50%;
  float: left;
}
.block-bottom hr {
  width: 45%;
  float: right;
  margin-right: 5%;
  background: #131313;
}
.block-bottom h3 {
  margin-top: 33px;
  font-size: 1.0625em;
  text-align: left !important;
  font-family: inherit;
  font-weight: bold;
}

/**************end production.html******************/
/**************begin events.html******************/
.events-block {
  padding-bottom: 200px;
}
.events-block > h3 {
  margin-bottom: 62px !important;
}
.events-block > div {
  width: 82%;
}
.events-block p {
  font: 0.875em "Lato Light", Arial, Helvetica, sans-serif;
  color: #707070;
}
.events-block .img {
  margin-top: 40px;
  margin-bottom: 47px;
}
.events-block .img img {
  width: 100%;
}
.events-block .block-bottom {
  margin-top: 78px;
  margin-left: 0;
  margin-right: 0;
}
.events-block .block-bottom .hr {
  width: 43.75%;
}
.events-block .block-bottom .hr hr {
  width: 100%;
  margin-right: 0;
}
.events-block .block-bottom .text {
  float: right;
}
.events-block .block-bottom h3 {
  margin-bottom: 0;
}

/**************end events.html******************/
/***********begin our-work.html*********************/
.title {
  font-size: 1.0625em;
  font-weight: bold;
  text-transform: uppercase;
}

.our-work-block h3 {
  margin-bottom: 65px !important;
}
.our-work-block .title {
  margin-bottom: 45px;
  margin-left: 10%;
}
.our-work-block .title + div {
  overflow: hidden;
}
.our-work-block hr {
  float: left;
  width: 5.25%;
  background: #131313;
  margin-right: 4.75%;
  margin-left: 10%;
}
.our-work-block hr + p {
  float: left;
  width: 60%;
  margin-bottom: 45px;
  text-align: left;
  color: #707070;
  font: 0.875em "Lato Light", Arial, Helvetica, sans-serif;
}
.our-work-block .slick-slider {
  width: 80%;
  text-align: left;
  margin-bottom: 26px;
}
.our-work-block .slick-slider .item{
  text-align: center;
}
.our-work-block .slick-slider .item > div{
  position: relative;
  display: inline-block;  
}
.our-work-block .slick-slider .item > div>div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 130px;
  z-index: 15;
  background: url(../img/our-work-bg.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  text-align: left;
}
.our-work-block .slick-slider .item > div .our-work-slider-title {
  font-weight: bold;
  font-size: 0.8125em;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.our-work-block .slick-slider .item > div .our-work-slider-discription {
  font-size: 0.875em;
  color: #67aade;
}
.our-work-block .slick-slider img {
  width: 100%;
}
.our-work-block .slick-arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  z-index: 10;
  margin-top: -15px;
  cursor: pointer;
}
.our-work-block .slick-arrow.our-work-slider-prevArrow {
  background-position: -14px -20px;
  left: -108px;
}
.our-work-block .slick-arrow.our-work-slider-nextArrow {
  background-position: -45px -24px;
  right: -108px;
}
.our-work-block > div:last-child {
  width: 80%;
  margin: 80px 0 22px 20%;
  /*margin-top: 80px;
  margin-bottom: 22px;*/
}
.our-work-block > div:last-child p {
  font-weight: bold;
  font-style: italic;
  font-size: 1em;
  color: #121212;
  display: inline-block;
  text-align: left;
}

/***********end our-work.html*********************/
/***********begin design.html*********************/
.design-block > h3 {
  margin-bottom: 85px !important;
}
.design-block .title + p {
  margin-top: 45px;
  margin-bottom: 68px;
  font-weight: bold;
  font-style: italic;
}
.design-block-row {
  margin-left: -160px;
  margin-right: -32px;
  overflow: hidden;
}

@media(min-width:1440px){
  .design-block-row {
    margin-left: -200px;
  }
}

.design-block-row p {
  float: left;
  width: 50%;
}
.design-block-row-img img {
  width: 100%;
}
.design-block-row-discription {
  padding: 4.8% 8.2% 0 6.2%;
  font: 0.875em "Lato Light", Arial, Helvetica, sans-serif;
  color: #707070;
}
.design-block-row + div {
  margin-top: 95px;
  width: 80%;
}
.design-block-row + div p:first-child {
  font: 0.875em "Lato Light", Arial, Helvetica, sans-serif;
  color: #707070;
}
.design-block-row + div p:last-child {
  font-weight: bold;
  font-size: 1.0625em;
  margin-top: 50px;
  margin-bottom: 75px;
}
.design-block .block-bottom {
  margin: 0 0 16px;
}
.design-block .block-bottom .hr {
  width: 40%;
}
.design-block .block-bottom .hr hr {
  width: 87%;
  margin-right: 0;
  float: left;
}
.design-block .block-bottom h3 {
  margin-bottom: 0;
}

/***********end design.html*********************/
/* begin  about-company.html*******************/
.about-company-block > h3 {
  margin-bottom: 91px !important;
}
.about-company-block > .title + p:not(.blue) {
  margin-top: 33px;
  margin-bottom: 42px;
  width: 44.5%;
}
.about-company-block p:not(.title) {
  font: 0.875em "Lato Light", Arial, Helvetica, sans-serif;
  color: #707070;
}
.about-company-block-img {
  width: 66%;
  margin-bottom: 62px;
}
.about-company-block-img + .title {
  width: 75%;
}
.about-company-block img {
  width: 100%;
}
.about-company-block .blue {
  margin-top: 28px;
  margin-bottom: 63px;
  font: bold italic 1em Lato, Arial, Helvetica, sans-serif !important;
  color: #67aade !important;
}
.about-company-block-row {
  display: table;
  width: 80%;
  margin-top: -22px;
}
.about-company-block-row:nth-last-child(2) {
  margin-top: -33px;
}
.about-company-block-row div {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.about-company-block-row-left .title, .about-company-block-row-left .discription {
  padding-right: 58px;
}
.about-company-block-row-right .title, .about-company-block-row-right .discription {
  padding-left: 72px;
}
.about-company-block-row .title {
  margin-bottom: 28px;
}
.about-company-block-row .title:before {
  content: '\2022';
  margin-left: -1.125em;
  margin-right: 0.75em;
  color: #5a9dd1;
}
.about-company-block-row .discription {
  font-size: 0.8125em !important;
}
.about-company-block-row-bottom {
  width: 80%;
  margin-top: 98px;
  margin-bottom: 20px;
  overflow: hidden;
}
.about-company-block-row-bottom hr, .about-company-block-row-bottom > div {
  float: left;
}
.about-company-block-row-bottom hr {
  width: 19.53%;
  margin-right: 5.47%;
  background: #000;
}
.about-company-block-row-bottom > div {
  width: 75%;
}
.about-company-block-row-bottom > div p:first-child {
  font-weight: bold;
  font-style: italic;
  font-size: 1em;
  color: #171717;
  margin-bottom: 23px;
}

/***************** end  about-company.html*******************/
/******************begin advertisement.html******************/
.advertisementblock > h3 + p {
  font-style: italic;
  font-weight: bold;
  font-size: 1.125em;
}
.advertisementblock .title {
  margin-top: 41px;
  color: #67aade;
  text-transform: none;
}
.advertisementblock .map {
  margin-left: -9%;
  margin-bottom: 26px;
  margin-top: 3px;
  min-width: 872px;
}
.advertisementblock .map > div {
  float: left;
}
.advertisementblock .map-img {
  width: 81.5%;
  text-align: center;
}
.advertisementblock .map-img > div {
  position: relative;
  width: 710px;
  margin: 0 auto;
}
.advertisementblock .map-img .point {
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #67aade;
  border-radius: 50%;
  cursor: pointer;
}
.advertisementblock .map-img .point:hover {
  border: 1px solid #67aade;
  background-color: transparent;
}
.advertisementblock .map-img .point:hover .point-text {
  display: block;
}
.advertisementblock .map-img .point .point-text {
  display: none;
  position: absolute;
  z-index: 10;
  left: 20px;
  top: -30px;
  padding: 8px;
  background: #000;
  border-radius: 8px;
}
.advertisementblock .map-img .point .point-text:before {
  position: absolute;
  left: -25px;
  top: 26px;
  content: "";
  border-width: 7px 14px;
  border-style: solid;
  border-color: transparent #000 transparent transparent;
}
.advertisementblock .map-img .point .point-text .point-title {
  font-size: 1.1em;
  margin-bottom: 5px;
  color: #67aade;
}
.advertisementblock .map-img .point .point-text .point-discription {
  color: #fff;
}
.advertisementblock .map-img .point1 {
  left: 7px;
  top: 249px;
}
.advertisementblock .map-img .point2 {
  left: 36px;
  top: 273px;
}
.advertisementblock .map-img .point3 {
  left: 51px;
  top: 294px;
}
.advertisementblock .map-img .point4 {
  left: 54px;
  top: 270px;
}
.advertisementblock .map-img .point5 {
  left: 87px;
  top: 270px;
}
.advertisementblock .map-img .point6 {
  left: 65px;
  top: 232px;
}
.advertisementblock .map-img .point7 {
  left: 76px;
  top: 239px;
}
.advertisementblock .map-img .point8 {
  left: 80px;
  top: 157px;
}
.advertisementblock .map-img .point9 {
  left: 103px;
  top: 178px;
}
.advertisementblock .map-img .point10 {
  left: 98px;
  top: 201px;
}
.advertisementblock .map-img .point11 {
  left: 86px;
  top: 210px;
}
.advertisementblock .map-img .point12 {
  left: 94px;
  top: 235px;
}
.advertisementblock .map-img .point13 {
  left: 101px;
  top: 219px;
}
.advertisementblock .map-img .point14 {
  left: 111px;
  top: 266px;
}
.advertisementblock .map-img .point15 {
  left: 134px;
  top: 266px;
}
.advertisementblock .map-img .point16 {
  left: 146px;
  top: 284px;
}
.advertisementblock .map-img .point17 {
  left: 120px;
  top: 186px;
}
.advertisementblock .map-img .point18 {
  left: 123px;
  top: 205px;
}
.advertisementblock .map-img .point19 {
  left: 126px;
  top: 223px;
}
.advertisementblock .map-img .point20 {
  left: 145px;
  top: 231px;
}
.advertisementblock .map-img .point21 {
  left: 152px;
  top: 253px;
}
.advertisementblock .map-img .point22 {
  left: 166px;
  top: 276px;
}
.advertisementblock .map-img .point23 {
  left: 133px;
  top: 161px;
}
.advertisementblock .map-img .point24 {
  left: 159px;
  top: 223px;
}
.advertisementblock .map-img .point25 {
  left: 208px;
  top: 197px;
}
.advertisementblock .map-img .point26 {
  left: 208px;
  top: 259px;
}
.advertisementblock .map-img .point27 {
  left: 269px;
  top: 244px;
}
.advertisementblock .map-img .point28 {
  left: 308px;
  top: 288px;
}
.advertisementblock .map-img .point29 {
  left: 388px;
  top: 238px;
}
.advertisementblock .map-img .point30 {
  left: 350px;
  top: 316px;
}
.advertisementblock .map-img .point31 {
  left: 415px;
  top: 324px;
}
.advertisementblock .map-img .point32 {
  left: 494px;
  top: 209px;
}
.advertisementblock .map-img .point33 {
  left: 605px;
  top: 309px;
}
.advertisementblock .map-img .point34 {
  left: 624px;
  top: 367px;
}
.advertisementblock .map-img .point35 {
  left: 384px;
  top: 92px;
}
.advertisementblock .map-img .point36 {
  left: 318px;
  top: 36px;
}
.advertisementblock .map-text {
  width: 18.5%;
  padding-top: 14%;
}
.advertisementblock .map-text hr {
  float: left;
  width: 28px;
  margin-left: -43px;
  background: #131313;
}
.advertisementblock .map p, .advertisementblock-row p {
  font: 0.875em "Lato Light", Arial, Helvetica, sans-serif;
  color: #707070;
}
.advertisementblock-row {
  width: 80%;
  margin-bottom: 110px;
}
.rowadvertisement {
  margin-top: 40px;
  margin-bottom: 54px;
}

.rowadvertisement img{
  width: 100%;
}
.advertisementblock .block-bottom {
  margin: 0;
  width: 80%;
}
.advertisementblock .block-bottom hr {
  width: 87.18%;
  float: left;
  margin-right: 0;
}
.advertisementblock .block-bottom h3 {
  margin-bottom: 12px;
}

/******************end advertisement.html******************/
