

/* Start:/local/components/ip52/content/templates/live_list_slider/style.css?16717044591322*/
.live_list {
  position: relative;
  margin-top: 20px;
}
.live_list .slick-track {
  display: flex !important;
}
.live_list .slick-slide {
  height: inherit !important;
}
.live_list .item {
  display: flex!important;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  line-height: 1;
  font-family: 'Akrobat SemiBold', sans-serif;
  color: #282828;
  background-color: #FFF;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 1px rgba(120, 120, 120, 0.25);
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.live_list .item:hover {
  box-shadow: 0px 0px 15px 1px #787878;
}
.live_list .item .picture {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  max-height: 285px;
}
.live_list .item .title {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 10px;
}
.live_list .item .preview_text {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}
.live_list .item .date {
  font-size: 14px;
  line-height: normal;
  margin-top: auto;
}
@media (min-width: 768px) {
  .live_list .item {
    margin-right: 20px;
    max-width: calc(100%/2 - 20px);
  }
}
@media (min-width: 992px) {
  .live_list .item {
    max-width: calc(100%/3 - 20px);
  }
}
@media (min-width: 1720px) {
}

/* End */


/* Start:/local/components/ip52/content/templates/live_list_slider_video/style.css?16722329262012*/
.live_list_video {
  position: relative;
  margin-top: 20px;
}
.live_list_video .slick-track {
  display: flex !important;
}
.live_list_video .slick-slide {
  height: inherit !important;
}
.live_list_video .item {
  display: flex!important;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  line-height: 1;
  font-family: 'Akrobat SemiBold', sans-serif;
  color: #282828;
  background-color: #FFF;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 1px rgba(120, 120, 120, 0.25);
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.live_list_video .item:hover {
  box-shadow: 0px 0px 15px 1px #787878;
}
.live_list_video .item .picture {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  max-height: 285px;
}
.live_list_video .item .picture img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.live_list_video .item .picture .video_ico {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 2;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  background-color: #FFF;
  border-radius: 100%;
  transition: all 300ms linear;
}
.live_list_video .item .picture .video_ico:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #004ba5;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
}
.live_list_video .item .title {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 10px;
}
.live_list_video .item .preview_text {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}
.live_list_video .item .date {
  font-size: 14px;
  line-height: normal;
  margin-top: auto;
}
@media (min-width: 768px) {
  .live_list_video .item {
    margin-right: 20px;
    max-width: calc(100%/2 - 20px);
  }
}
@media (min-width: 992px) {
  .live_list_video .item {
    max-width: calc(100%/3 - 20px);
  }
}
@media (min-width: 1720px) {
}

/* End */


/* Start:/local/components/ip52/content/templates/list_office_showroom/style.css?16898668205102*/
.office_showroom {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .office_showroom {
    margin-top: 30px;
  }
}
@media (min-width: 1440px) {
  .office_showroom {
    margin-top: 40px;
  }
}
.office_showroom h1 {
  font-family: 'Akrobat SemiBold', sans-serif;
  font-size: 30px;
  margin-bottom: 40px;
}
.office_showroom h1 span {
  border-bottom: 1px solid #cccccc;
  padding: 5px 0;
}
@media (min-width: 992px) {
  .office_showroom h1 {
    font-size: 36px;
  }
}
.office_showroom .bg_picture {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.office_showroom .bg_picture:before {
  position: absolute;
  content: '';
  z-index: 2;
  background: #282829;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
}
.office_showroom .list {
  position: relative;
  overflow: hidden;
}
.office_showroom .list .item {
  position: relative;
  display: block;
  margin-bottom: 20px;
  margin-right: auto;
}
@media (min-width: 768px) {
  .office_showroom .list .item {
    max-width: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  .office_showroom .list .item {
    max-width: calc(50% - 40px);
    margin-bottom: 40px;
  }
}
.office_showroom .list .item .text {
  color: #FFF;
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%;
  margin-top: 20px;
  margin-left: 20px;
  font-family: 'Akrobat SemiBold', sans-serif;
  max-width: calc(100% - 40px);
}
@media (min-width: 992px) {
  .office_showroom .list .item .text {
    margin-top: 40px;
    margin-left: 40px;
    max-width: calc(100% - 80px);
  }
}
.office_showroom .list .item .text .title {
  font-size: 20px;
}
@media (min-width: 560px) {
  .office_showroom .list .item .text .title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .office_showroom .list .item .text .title {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .office_showroom .list .item .text .title {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .office_showroom .list .item .text .title {
    font-size: 32px;
  }
}
@media (min-width: 1400px) {
  .office_showroom .list .item .text .title {
    font-size: 36px;
  }
}
.office_showroom .list .item .text .description {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .office_showroom .list .item .text .description {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .office_showroom .list .item .text .description {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 1400px) {
  .office_showroom .list .item .text .description {
    font-size: 30px;
    line-height: 48px;
  }
}
.office_showroom .list .item .text .description a {
  color: #FFF;
  text-decoration: none;
  position: relative;
}
.office_showroom .list .item .text .description a:before {
  position: absolute;
  left: 0;
  display: block;
  height: 2px;
  content: '';
  background: #FFF;
  bottom: -5px;
  left: -9px;
  width: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.office_showroom .list .item .text .description a:hover:before {
  width: -webkit-calc(118%);
  width: calc(100% + 18px);
}
.office_showroom .list .item .btn {
  outline: none;
  color: #FFF;
  border: 1px solid #FFF;
  background-color: transparent;
}
.office_showroom .list .item .btn:hover {
  background-color: #004ba5;
  border-color: #004ba5;
}
.office_showroom .block_form {
  max-width: 100%;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .office_showroom .block_form {
    margin-bottom: 80px;
  }
}
.office_showroom .block_form .bg_picture img {
  height: 100%;
  object-position: center;
  max-width: none;
}
.office_showroom .block_form .text {
  color: #FFF;
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%;
  padding: 20px;
}
@media (min-width: 992px) {
  .office_showroom .block_form .text {
    text-align: center;
    margin-top: 40px;
    padding: 0px;
  }
}
.office_showroom .block_form .text .title {
  font-size: 24px;
  font-family: 'Akrobat SemiBold', sans-serif;
}
@media (min-width: 992px) {
  .office_showroom .block_form .text .title {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .office_showroom .block_form .text .title {
    font-size: 30px;
  }
}
@media (min-width: 1400px) {
  .office_showroom .block_form .text .title {
    font-size: 36px;
  }
}
.office_showroom .block_form .text .description {
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 992px) {
  .office_showroom .block_form .text .description {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .office_showroom .block_form .text .description {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 1400px) {
  .office_showroom .block_form .text .description {
    font-size: 30px;
    line-height: 48px;
  }
}
.office_showroom .block_form .btn {
  outline: none;
  color: #FFF;
  border: 1px solid #FFF;
  background-color: transparent;
}
.office_showroom .block_form .btn:hover {
  background-color: #004ba5;
  border-color: #004ba5;
}

/* End */


/* Start:/local/include_block/css/contacts_block.css?16375092081537*/
.contact_block {
  background-color: #d9e4f2;
  position: relative;
  font-size: 24px;
  min-height: 170px;
  flex-direction: column;
  margin-bottom: 40px;
  margin-top: 40px;
  border-radius: 10px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .contact_block {
    flex-direction: row;
  }
}
.contact_block .text {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  z-index: 2;
  font-family: 'Akrobat SemiBold';
}
@media (min-width: 768px) {
  .contact_block .text {
    margin: auto;
  }
}
.contact_block svg {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
  position: absolute;
  width: 65px;
  left: calc(50% - 32.5px);
  transform: rotate(45deg);
  z-index: 1;
}
.contact_block .block_1,
.contact_block .block_2,
.contact_block .block_3 {
  position: relative;
}
.contact_block .block_1 {
  position: relative;
}
.contact_block .block_1 svg {
  top: -10px;
}
.contact_block .block_2 {
  position: relative;
}
.contact_block .block_2 .text {
  font-size: 30px;
}
.contact_block .block_2 svg {
  width: 80px;
  top: 0px;
}
.contact_block .block_3 {
  position: relative;
}
.contact_block .block_3 svg {
  top: -35px;
  transform: rotate(30deg);
}
.contact_block .btn {
  font-family: 'Akrobat SemiBold';
  font-size: 18px;
  color: #FFFFFF;
  background-color: #004ba5;
  border-color: #004ba5;
  min-width: 215px;
  text-align: center;
  z-index: 2;
}
.contact_block .btn:hover {
  color: #FFFFFF;
  background-color: #ff0000;
  border-color: #ff0000;
}

/* End */
/* /local/components/ip52/content/templates/live_list_slider/style.css?16717044591322 */
/* /local/components/ip52/content/templates/live_list_slider_video/style.css?16722329262012 */
/* /local/components/ip52/content/templates/list_office_showroom/style.css?16898668205102 */
/* /local/include_block/css/contacts_block.css?16375092081537 */
