@charset "UTF-8";
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot%3F") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

html, body {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch; }

p {
  margin-bottom: 0; }

a:hover {
  text-decoration: none; }

ul {
  margin-bottom: 0; }

.ld-1 li, .ld-2 li, .ld-3 li, .ld-4 li, .ld-5 li, .ld-6 li,
.ld-7 li, .ld-8 li, .ld-11 li, .ld-12 li, .ld-13 li, .ld-14 li,
.ld-15 li, .ld-16 li, .ld-21 li, .ld-22 li, .ld-23 li, .ld-24 li,
.ld-31 li {
  display: none; }

.ld-addres {
  padding: 10px 5px 0 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  font-family: 'Roboto'; }
  .ld-addres__text {
    color: #333;
    font-size: 13px;
    line-height: 18px; }
  .ld-addres__main {
    margin-left: 10px; }
  .ld-addres__main a {
    color: #333;
    padding: 1px 0 0 0;
    font-weight: 600; }

.menu-btn {
  display: none; }

.main-news-list {
  background: #f3f3f3; }

.container-no-padding {
  padding: 0; }

.block-search {
  background: #fff;
  font-family: 'Roboto';
  display: none; }
  .block-search__input {
    margin: 35px 0;
    font-size: 28px;
    border-radius: 0;
    border: 0;
    line-height: 42px;
    color: #444; }
  .block-search__input:focus {
    outline: 0; }
  .block-search__button {
    margin: 35px 10px;
    background: #0088cc;
    padding: 12px 25px;
    font-size: 15px;
    border-radius: 2px;
    width: max-content;
    line-height: 20px;
    font-weight: 600;
    cursor: pointer; }
  .block-search__button a {
    color: #fff; }
  .block-search_flex {
    display: flex;
    justify-content: flex-end; }
  .block-search_z-index {
    z-index: 5;
    background: #fff; }

.close-popup-search {
  position: absolute;
  top: 42px;
  right: 35px;
  width: 23px;
  height: 23px;
  cursor: pointer; }

.close-popup-search:before {
  content: '';
  background: #222;
  position: absolute;
  height: 2px;
  width: 20px;
  top: 11px;
  left: 2px;
  /* Для Firefox */
  -ms-transform: rotate(-45deg);
  /* Для IE */
  -webkit-transform: rotate(-45deg);
  /* Для Safari, Chrome, iOS */
  /* Для Opera */
  transform: rotate(-45deg); }

.close-popup-search:after {
  content: '';
  background: #222;
  position: absolute;
  height: 2px;
  width: 20px;
  top: 11px;
  left: 2px;
  /* Для Firefox */
  -ms-transform: rotate(45deg);
  /* Для IE */
  -webkit-transform: rotate(45deg);
  /* Для Safari, Chrome, iOS */
  /* Для Opera */
  transform: rotate(45deg); }

.close-popup-search:hover:before, .close-popup-search:hover:after {
  background: #777; }

.block-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  background: #222;
  z-index: 10; }

.block-header {
  padding: 20px 0;
  display: flex;
  align-items: flex-start;
  z-index: 2;
  position: relative; }
  .block-header__logo {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center; }
  .block-header__logo-top {
    display: none;
    width: 100%;
    flex-direction: row;
    align-items: center; }
  .block-header__top-button {
    border: 0;
    background: #fff; }
  .block-header__top-icon {
    color: #666;
    margin-top: 6px; }
  .block-header__top-button:focus {
    outline: 0; }
  .block-header__logo-top-c {
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center; }
  .block-header__logo a {
    color: #222; }
  .block-header__logo-top a {
    color: #222; }
  .block-header__logo-img {
    width: 20%; }
  .block-header__logo-img-top {
    height: 55px; }
  .block-header__logo-text {
    margin-left: 10px;
    font-size: 28px;
    font-weight: 600; }
  .block-header__text-left {
    color: #777;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 18px;
    margin-left: 10px; }
  .block-header__adress {
    color: #222;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 18px;
    padding: 0 20px 0 10px; }
  .block-header__info {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    margin-top: -4px; }
  .block-header__number, .block-header__number-1 {
    color: #222;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 700;
    letter-spacing: 1px;
    position: relative; }
  .block-header__number:hover {
    color: #222; }
  .block-header__working-hours, .block-header__working-hours-1 {
    color: #888;
    font-size: 13px;
    font-family: 'Roboto';
    font-weight: 400; }
  .block-header__button {
    border: 1px solid #0088cc;
    border-radius: 2px;
    padding: 8px 15px;
    text-align: center;
    width: max-content;
    color: #0088cc;
    font-size: 14px;
    font-family: 'Roboto'; }
    .block-header__button_color {
      color: #fff;
      border: 1px solid #fff; }
  .block-header__button:hover {
    background: #009ceb;
    border-color: #009ceb;
    color: #fff;
    cursor: pointer; }
  .block-header__addres-top {
    display: none;
    height: 100%;
    padding: 18px 0; }
  .block-header__addres-top-2 {
    display: none;
    width: 100%;
    padding: 5px 30px 10px 15px;
    justify-content: flex-end; }
  .block-header_flex {
    display: flex;
    justify-content: flex-end; }
  .block-header_flex-b {
    display: flex;
    flex-direction: row; }

.block-header__number:hover + .number-list {
  visibility: visible; }

.number-list {
  position: absolute;
  margin-left: -25px;
  top: 22px;
  display: block;
  visibility: hidden;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  font-family: 'Roboto'; }
  .number-list__item {
    padding: 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    width: 212px;
    text-align: center;
    color: #222; }
  .number-list__item:hover {
    background: #fafafb; }

.number-list:hover {
  visibility: visible; }

.icon-color, .icon-color-1 {
  color: #0088CC; }
  .icon-color_border-rad, .icon-color-1_border-rad {
    -moz-transform: rotate(90deg);
    /* Для Firefox */
    -ms-transform: rotate(90deg);
    /* Для IE */
    -webkit-transform: rotate(90deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(90deg);
    /* Для Opera */
    transform: rotate(90deg); }
  .icon-color_size, .icon-color-1_size {
    height: 12px;
    margin-bottom: 3px; }

/* Modal window */
.overlay, .overlay-1 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  z-index: 3;
  background-color: #000;
  opacity: 0.6; }

.close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 23px;
  height: 23px;
  cursor: pointer; }

.close-popup:before {
  content: '';
  background: #222;
  position: absolute;
  height: 2px;
  width: 20px;
  top: 11px;
  left: 2px;
  /* Для Firefox */
  -ms-transform: rotate(-45deg);
  /* Для IE */
  -webkit-transform: rotate(-45deg);
  /* Для Safari, Chrome, iOS */
  /* Для Opera */
  transform: rotate(-45deg); }

.close-popup:after {
  content: '';
  background: #222;
  position: absolute;
  height: 2px;
  width: 20px;
  top: 11px;
  left: 2px;
  /* Для Firefox */
  -ms-transform: rotate(45deg);
  /* Для IE */
  -webkit-transform: rotate(45deg);
  /* Для Safari, Chrome, iOS */
  /* Для Opera */
  transform: rotate(45deg); }

.close-popup:hover:before, .close-popup:hover:after {
  background: #777; }

.block-share {
  padding: 0; }

.block-share-name, .block-share-phone {
  padding-top: 30px; }

.block-share_flex {
  display: flex; }

.block-share__text, .block-share__number {
  font-size: 14px;
  color: #555;
  padding: 15px; }

.block-share__button {
  position: relative;
  bottom: 0;
  left: 0;
  margin: 15px 0;
  border-radius: 0;
  background-color: #0088cc;
  color: #fff;
  letter-spacing: normal;
  line-height: 20px;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 15px;
  padding: 10px 25px;
  border-radius: 2px; }

.block-share__button:hover {
  background: #009ceb; }

.popup-contact {
  display: none;
  position: fixed;
  width: 500px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffff;
  color: #000;
  z-index: 5;
  border-radius: 4px; }

.popup-contact_block-left-padding {
  padding: 20px;
  font-family: 'Roboto'; }

.popup-contact__caption-text-1, .popup-contact__caption-text-2 {
  color: #222;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin-top: 15px; }

.popup-contact__caption-text {
  font-family: 'Roboto';
  font-size: 13px;
  color: #777;
  font-weight: 400;
  margin-top: 15px;
  line-height: 24px; }

.popup-contact__check {
  margin-top: 15px; }

.popup-contact__text-checkbox {
  font-size: 13px;
  color: #555; }

.popup-contact__img_h {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.block-nav {
  background: #0088CC; }

.navbutton {
  display: none;
  margin: 10px 15px;
  padding: 5px; }

.block-slider {
  margin-top: 180px; }
  .block-slider__text {
    display: flex;
    align-items: center; }

.slidetext {
  color: #333;
  margin-top: -50px;
  font-family: 'Roboto'; }
  .slidetext__button-left, .slidetext__button-right {
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: bold;
    cursor: pointer;
    padding: 10px 25px;
    border-radius: 2px;
    margin-top: 15px; }
  .slidetext__button-left {
    background: #0088CC;
    color: #fff;
    margin-right: 20px; }
  .slidetext__button-left:hover, .slidetext__button-right:hover {
    background: #009ceb; }
  .slidetext__button-right:hover {
    color: #fff; }
  .slidetext__button-right {
    background: #fff;
    border-radius: 2px;
    color: #333; }

.slidetext a:hover {
  text-decoration: none; }

.slidetext h2 {
  font-size: 36px; }

.slidetext p {
  padding: 15px 0;
  margin-bottom: 23px; }

.slideimage {
  width: 555px;
  height: 410px;
  object-fit: contain; }

.svg-inline--fa.fa-w-16:hover {
  color: #0080CC; }

.sl__img {
  width: 100%;
  height: 590px; }

.sl_top {
  margin-top: -172px; }

.sl_h {
  height: 590px; }

.sl__slide {
  position: relative; }

.sl:hover .slick-prev, .sl:hover .slick-next {
  transition-delay: 0s;
  z-index: 99; }

.sl__text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.text-fon-black {
  color: #fff; }

.menu-icon {
  margin: 0 0 -1px 8px;
  opacity: 0.5; }

.menu-top {
  width: 100%;
  font-family: 'Roboto';
  z-index: 1; }
  .menu-top_background {
    background: #0088cc; }

.menu-top ul, .menu-top ol {
  list-style: none;
  padding-left: 0; }

.menu-top > ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #0088cc;
  border-radius: 2px; }

.menu-top > ul li {
  position: relative; }

.menu-top-i {
  position: absolute;
  right: 15px;
  top: 35%;
  opacity: 0.5; }

.menu-top > ul li a {
  display: block;
  color: #fff;
  padding: 17px 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 27px; }

.menu-top li a:hover {
  background: #009ceb;
  transition: all 0.3s ease; }

/* Sub menu */
.menu-top li ul {
  position: absolute;
  width: 220px;
  display: none;
  z-index: 5;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); }

.menu-top li > ul li {
  border-bottom: 1px solid #f2f2f2; }

.menu-top li > ul li:last-child {
  border-bottom: 0; }

.menu-top li > ul li a {
  padding: 10px 15px;
  text-transform: none;
  background: #fff;
  color: #222;
  font-size: 15px;
  font-weight: 400; }

.menu-top li > ul li a:hover {
  color: #fff; }

.menu-top li > ul li ul {
  position: absolute;
  right: -220px;
  top: 0; }

.menu-top li:hover > ul {
  display: block; }

/*
.menu-top {
	width: 100%;
	background: #0088cc;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-left: 0;
}

.menu-top li {
	display: block;
	position: relative;
	float: left;
}

.menu-top li a {
	display: table;
	padding: 0 20px;
	height: 50px;
	text-align: center;
	font-family: 'Roboto';
	line-height: 49px;
	color: #fff;
	//border-right: 1px solid #555;
	text-decoration: none;
	transition: 0.5s;	
}

.sub-menu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: -1;
	transition: 0.3s;
	padding-left: 0;
}

.menu-top .sub-menu li {
	float: none;	
}

.menu-top .sub-menu li a {
	width: 100%;
	min-width: 100%;
	padding: 0 11px;
	white-space: nowrap;
	text-align: left;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #ddd;
}

.menu-top li:hover a {
	background: #009ceb;
	box-shadow: 0 0 5px rgba(0,0,0,0.3) insert;
}

.menu-top li:hover .sub-menu a {
	background: #eee;
	color: #666;
	height: 40px;
	line-height: 40px;
}

.menu-top li:hover .sub-menu a:hover {
	color: #000;
}

.menu-top li a:hover + .sub-menu, .sub-menu:hover {
	display: block;
}

.menu-top li:hover > ul {
	visibility: visible;
	opacity: 1;
	z-index: 1;
}
*/
.block-uslugi {
  background: #f9f9f9;
  padding: 40px 0; }

.block-caption {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: 'Roboto';
  width: 100%;
  padding-bottom: 25px;
  position: relative;
  padding-right: 25px; }
  .block-caption__text-left {
    font-size: 26px;
    color: #222; }
  .block-caption__text-right {
    color: #0088cc;
    font-size: 15px;
    cursor: pointer; }
  .block-caption__text-right:hover {
    color: #222; }

.block-caption:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 60px;
  background: #0088cc; }

.uslugi-text {
  font-family: 'Roboto';
  padding-top: 25px; }
  .uslugi-text__p-1 {
    color: #222;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 24px; }
  .uslugi-text__p-2 {
    color: #777;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 24px; }
  .uslugi-text__button {
    color: #0088cc;
    padding: 8px 20px;
    font-size: 15px;
    border: 1px solid #0088cc;
    border-radius: 2px;
    width: max-content;
    margin-bottom: 30px; }
  .uslugi-text__button:hover {
    background: #009ceb;
    color: #fff;
    border: 1px solid #009ceb; }

.ima {
  width: 100%;
  height: 185px;
  overflow: hidden;
  margin-bottom: 15px;
  background: black;
  cursor: pointer; }

.ima:hover .uslugi-photo {
  opacity: 0.5; }

.ima {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out; }

.ima:hover img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25); }

.uslugi-photo {
  width: 100%;
  height: 185px;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.6s ease; }
  .uslugi-photo__container {
    position: absolute;
    bottom: 35px;
    width: 100%;
    color: #fff;
    font-family: 'Roboto';
    transition: all ease 0.2s; }
    .uslugi-photo__container_padding {
      padding: 0 45px 0 20px; }
  .uslugi-photo__container-button {
    transition: all ease 0.1s;
    background: #0088cc;
    padding: 4px 10px;
    max-width: max-content; }
  .uslugi-photo__container-text {
    height: 0;
    opacity: 0;
    visibility: hidden;
    display: block;
    line-height: 18px;
    overflow: hidden; }
  .uslugi-photo__container-text span {
    font-size: 13px;
    line-height: 18px; }
  .uslugi-photo_margin {
    margin: 0 10px; 
    margin-top: 15px;}

.ima:hover .uslugi-photo__container-text {
  opacity: 1;
  visibility: visible;
  margin-top: 10px;
  height: auto; }

.block-label {
  display: flex;
  flex-direction: column;
  font-family: 'Roboto';
  margin: 10px 0 15px 0; }
  .block-label__caption {
    color: #fff;
    line-height: 30px;
    padding: 15px 0;
    font-size: 32px; }
  .block-label__crumbs {
/*display: flex;
flex-direction: row;*/
display: inline-block;
    list-style-type: none;
    padding-left: 0;
    line-height: 13px;
    opacity: 0.8;
    font-size: 12px; }
.block-label__crumbs li {
display: inline;
margin-bottom:5px;
}
  .block-label__crumbs .active {
    color: #fff;
    opacity: 1;
    background: #0088cc; }
  .block-label__crumbs a {
    color: #fff;
    opacity: 0.8; }
  .block-label_background {
    background: #0088cc;
    box-shadow: inset 0 15px 15px  -15px #333; }
  .block-label__icon {
    height: 12px;
    color: #fff;
    opacity: 0.6; }

.block-info {
  margin-top: 40px;
  border: 1px solid #f2f2f2; }
  .block-info__contact {
    padding: 40px;
    color: #333;
    font-family: 'Roboto';
    font-size: 15px;
    line-height: 24px; }
  .block-info__contact p {
    padding-bottom: 20px; }

.adress {
  display: flex;
  flex-direction: row; }
  .adress__icon {
    height: 50px;
    width: 50px;
    min-width: 50px;
    background: #0088cc;
    border-radius: 50%;
    margin-bottom: 30px; }
  .adress__icon-i {
    margin-left: 15px;
    margin-top: 15px;
    color: #fff; }
  .adress__contact {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    font-family: 'Roboto';
    font-size: 15px; }
  .adress__contact-caption {
    font-weight: 600;
    color: #333;
    line-height: 20px; }
  .adress__contact-main {
    font-weight: 400;
    color: #666;
    line-height: 21px; }

.block-form {
  margin: 10px 0;
  border-top: 1px solid #f2f2f2; }
  .block-form__caption {
    padding: 40px 0 15px 0; }
  .block-form__input {
    width: 100%;
    margin-bottom: 20px;
    padding: 6px 12px;
    font-family: 'Roboto';
    font-size: 14px;
    height: 45px;
    border-radius: 2px;
    box-shadow: none;
    background: #fbfbfb;
    border: 1px solid #e8e8e8;
    color: #555; }
  .block-form__text {
    color: #333;
    font-family: 'Roboto';
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px; }
  .block-form__input:focus {
    border-color: #999;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.015) inset;
    outline-offset: 0; }
  .block-form__checkbox {
    margin-left: 2px;
    margin-top: 2px;
    transform: scale(1.3); }
  .block-form__checkbox-label {
    margin-left: 5px; }
  .block-form__checkbox-label a {
    color: #0088cc; }
  .block-form__checkbox-label:hover a {
    text-decoration: underline; }
  .block-form__button {
    background: #0088cc;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    font-size: 15px;
    font-family: 'Roboto';
    padding: 10px 25px;
    margin: 20px;
    border: 0; }
  .block-form_margin {
    margin-left: 20px; }
  .block-form_margin-r {
    margin-left: 20px; }

.block-quality {
  display: flex;
  flex-direction: row;
  padding: 40px 0;
  font-family: 'Roboto'; }
  .block-quality__text {
    padding-left: 20px;
    padding-right: 5px; }
  .block-quality__text:hover a .block-quality__text-caption {
    color: #0088cc; }
  .block-quality__text-caption {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    color: #222; }
  .block-quality__text-main {
    font-size: 14px;
    line-height: 20px;
    color: #666; }
  .block-quality_border {
    border-bottom: 1px solid #f2f2f2;
    margin-top: 20px; }

.block-news, .block-reviews, .block-logo {
  padding: 40px 0; }
  .block-news__arrows, .block-reviews__arrows, .block-logo__arrows {
    position: relative;
    width: 70px;
    height: 10px; }
  .block-news_border, .block-reviews_border, .block-logo_border {
    border-top: 1px solid #f2f2f2; }

.block-news-caption, .block-reviews-caption, .block-company-caption {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: 'Roboto';
  width: 100%;
  position: relative;
  padding: 0 15px 15px 15px; }
  .block-news-caption__text-left, .block-reviews-caption__text-left, .block-company-caption__text-left {
    font-size: 26px;
    color: #222; }
  .block-news-caption__text-right, .block-reviews-caption__text-right, .block-company-caption__text-right {
    color: #0088cc;
    font-size: 15px;
    cursor: pointer; }
  .block-news-caption__text-right:hover, .block-reviews-caption__text-right:hover, .block-company-caption__text-right:hover {
    color: #222; }
  .block-news-caption_flex, .block-reviews-caption_flex, .block-company-caption_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-right: 40px; }
  .block-news-caption_padding, .block-reviews-caption_padding, .block-company-caption_padding {
    padding: 0 0 15px 0; }

.block-company {
  padding: 40px 0 0 0; }
  .block-company__text {
    margin: 0 0 25px 0;
    color: #555;
    font-family: 'Roboto';
    font-size: 15px;
    line-height: 24px; }

.block-company-container {
  padding: 25px 0 0 0;
  font-family: 'Roboto';
  text-align: center; }

.block-company-container h1 {
  font-size: 48px;
  line-height: 35px;
  color: #0088cc; }

.block-company-container p {
  padding: 8px 0 0 0;
  font-size: 14px;
  line-height: 24px;
  color: #888; }

.block-news-card {
  border: 1px solid #F2F2F2;
  font-family: 'Roboto';
  height: 100%; }
  .block-news-card__img {
    width: 100%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100) black;
    -khtml-opacity: 1;
    background-color: #000; }
  .block-news-card__img:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80) black;
    -khtml-opacity: 0.8;
    background-color: #000; }
  .block-news-card__main {
    padding: 20px; }
  .block-news-card__main-category {
    color: #0088cc;
    font-size: 11px;
    letter-spacing: 0.7px;
    line-height: 24px;
    text-transform: uppercase; }
  .block-news-card__main-name {
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px; }
  .block-news-card__main-name a {
    color: #222; }
  .block-news-card__main-name a:hover {
    color: #0088cc; }
  .block-news-card__main-date {
    padding-top: 10px;
    color: #999;
    font-size: 13px;
    line-height: 24px; }
  .block-news-card_margin {
    margin-bottom: 30px; }
  .block-news-card_p {
    padding-bottom: 50px;
    border-bottom: 1px solid #f2f2f2; }
  .block-news-card_p-1 {
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2; }

.block-news-card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.block-news-detail {
  padding: 30px;
  font-family: 'Roboto'; }
  .block-news-detail__caption {
    border-bottom: 2px solid #0088cc;
    font-size: 18px;
    line-height: 29px;
    color: #222;
    padding-bottom: 15px; }
  .block-news-detail__date {
    font-size: 14px;
    line-height: 22px;
    color: #888;
    padding: 30px 0 0 0; }
  .block-news-detail__text {
    color: #555;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 0; }
  .block-news-detail__text-dop {
    color: #222;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px; }

.block-documents {
  padding: 30px;
  font-family: 'Roboto'; }
  .block-documents__caption {
    border-bottom: 2px solid #0088cc;
    font-size: 18px;
    line-height: 29px;
    color: #222;
    padding-bottom: 15px; }

.block-documents-card {
  font-family: 'Roboto';
  border-bottom: 1px solid #f2f2f2;
  padding: 30px 0;
  display: flex;
  flex-direction: row; }
  .block-documents-card__main {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 20px; }
  .block-documents-card__main-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px; }
  .block-documents-card__main-text a {
    color: #222; }
  .block-documents-card__main-text a:hover {
    color: #0088cc; }
  .block-documents-card__main-size {
    font-size: 14px;
    line-height: 20px;
    color: #666; }

.block-news-ask {
  border: 1px solid #F2F2F2;
  font-family: 'Roboto';
  padding: 35px 25px 30px 25px;
  margin: 70px 0 0 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #FBFBFB; }
  .block-news-ask__icon {
    height: 80px;
    color: #0088cc; }
  .block-news-ask__text {
    font-size: 14px;
    color: #222;
    line-height: 20px;
    padding-top: 35px;
    text-align: center; }
  .block-news-ask__button {
    color: #0088cc;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid #009ceb;
    padding: 10px 25px;
    font-weight: 600;
    margin-top: 20px;
    text-align: center; }
  .block-news-ask__button:hover {
    color: #fff;
    background: #009ceb; }
  .block-news-ask__detail {
    margin: 30px; }
  .block-news-ask__usluga {
    margin: 30px 40px 30px 0; }

.sl-reviews {
  width: 100%; }
  .sl-reviews__slide {
    position: relative;
    height: 367px;
    width: 100%;
    outline: 0; }
  .sl-reviews__text {
    position: absolute;
    top: 2px;
    left: 15px;
    right: 15px;
    bottom: 2px;
    border: 1px solid #f2f2f2; }

.sl-reviews__text:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer; }

.slidetext-reviews {
  color: #333;
  font-family: 'Roboto';
  padding: 30px 35px 40px 70px; }
  .slidetext-reviews__caption {
    display: flex;
    flex-direction: row; }
  .slidetext-reviews__img {
    border-radius: 50%; }
  .slidetext-reviews__text {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 20px; }
  .slidetext-reviews__text-title {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 3px 0; }
  .slidetext-reviews__text-company {
    color: #777;
    font-size: 13px; }
  .slidetext-reviews__preview {
    color: #555;
    font-size: 16px;
    line-height: 24px;
    padding: 20px 0;
    position: relative; }
  .slidetext-reviews__quote {
    position: absolute;
    left: -40px;
    top: 21px;
    color: #0088cc; }
  .slidetext-reviews__button {
    cursor: pointer;
    background: #fff;
    color: #0088cc;
    line-height: 19px;
    font-size: 13px;
    border: 1px solid #0088cc;
    border-radius: 2px;
    width: max-content;
    padding: 8px 15px; }
  .slidetext-reviews__button:hover {
    background: #009ceb;
    color: #fff;
    border: 1px solid #009ceb; }

.sl-logo {
  width: 100%; }
  .sl-logo__slide {
    position: relative;
    width: 100%;
    padding: 40px 0;
    opacity: 0.5 !important;
    cursor: pointer;
    transition: 0.6s ease;
    display: flex;
    justify-content: center; }
  .sl-logo__slide:focus {
    outline: 0; }
  .sl-logo__slide img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    /* IE 6-9 */
    transition: 0.3s ease-in-out; }
  .sl-logo__slide:hover {
    opacity: 1 !important; }
  .sl-logo__slide:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
    /* IE 6-9 */ }
  .sl-logo__text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.block-footer {
  padding: 20px 0;
  border-bottom: 1px solid #41474E; }
  .block-footer__list p {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding-bottom: 10px; }
  .block-footer__list p a {
    color: #a7a7a7; }
  .block-footer__list p a:hover {
    color: #fff; }
  .block-footer__list-caption {
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    padding-bottom: 15px; }
  .block-footer__list-caption a {
    color: #fff; }
  .block-footer__list-caption a:hover {
    opacity: 0.8; }
  .block-footer_background {
    background: #373D44; }

.block-footer-phone {
  margin-bottom: 22px;
  display: flex;
  flex-direction: row;
  font-family: 'Roboto'; }
  .block-footer-phone__icon {
    color: #999; }
  .block-footer-phone__main {
    margin-left: 15px; }
  .block-footer-phone__main a {
    color: #fff; }
  .block-footer-phone__main-number {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    color: #fff; }
  .block-footer-phone__main-clock {
    font-size: 13px;
    color: #888; }
  .block-footer-phone__main-address {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px; }

.block-list-documents ul {
  margin-bottom: 0;
  padding-left: 0; }

.block-list-documents li {
  display: inline-block; }

.block-list-documents li a {
  background: #4f5a6b;
  background: url(http://wels1c.ru/bitrix/templates/wc_corp/images/logo-documents.png);
  background-position-x: 0px;
  background-position-y: -4px;
  background-size: 355px 258px;
  background-repeat: no-repeat;
  height: 73px;
  width: 63px;
  display: block;
  float: right;
  margin-left: 5px; }

.block-list-documents li.doc a {
  background-position: 0px -185px; }

.block-list-documents li.pdf a {
  background-position: -74px -185px; }

.block-list-documents li.xls a {
  background-position: -222px -185px; }

.block-footer-bottom {
  margin: 20px 0; }
  .block-footer-bottom__text {
    display: flex;
    align-items: center;
    height: 100%;
    font-family: 'Roboto';
    color: #999;
    line-height: 18px;
    font-size: 13px; }
  .block-footer-bottom__social {
    float: unset;
    margin-top: -15px; }
  .block-footer-bottom__social ul {
    margin-bottom: 0;
    padding-left: 0;
 }
  .block-footer-bottom__social li {
    display: block; 

    min-width: 100px;
  margin-bottom: 5px;}
  .block-footer-bottom__social li a .icon-socail {
    background: #4f5a6b;
    background: url(../images/social2.png);
    background-position-x: -4px;
    background-position-y: -4px;
    background-size: 548px 148px;
    background-repeat: no-repeat;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: block;
    margin-left: 5px;
 }
     .block-footer-bottom__social li a {
      color: #fff;
      font-size: 14px;
      text-decoration: none;
     }
  .block-footer-bottom__social li.facebook a {
    background-position: -54px -4px; }
  .block-footer-bottom__social li.twitter a {
    background-position: -104px -4px; }
  .block-footer-bottom__social li.instagram a {
    background-position: -154px -4px; }
  .block-footer-bottom__social li.telegram a {
    background-position: -4px -104px; }
  .block-footer-bottom__social li.ytb a {
    background-position: -204px -4px; }
  .block-footer-bottom__social li.odn a {
    background-position: -254px -4px; }
  .block-footer-bottom__social li.gplus a {
    background-position: -54px -54px; }
  .block-footer-bottom__social li.mail a {
    background-position: -4px -54px; }
  .block-footer-bottom__social li.cloud a {
    background-position: -154px -54px; }

.block-news-list__size {
  padding: 30px; }

.block-news-list_margin {
  background: #fff;
  margin: -50px 0 50px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }

.block-news-list_padding {
  padding-bottom: 50px; }

.news-tabs {
  width: 100%; }
  .news-tabs__content {
    padding-top: 30px; }
  .news-tabs__content-tab {
    height: 100%; }

.news-tabs ul {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #F2F2F2; }

.news-tabs ul li {
  margin-right: 20px;
  padding-bottom: 15px;
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 15px;
  cursor: pointer; }

.news-tabs ul .active {
  border-bottom: 2px solid #0088cc;
  background: #fff;
  color: #0088cc;
  cursor: default; }

.news-tabs ul li:hover {
  color: #0088cc; }

.block-uslugi__caption {
  margin-bottom: 10px;
  border-bottom: 2px solid #0088cc;
  width: 100%; }

.block-uslugi__caption p {
  font-family: 'Roboto';
  font-size: 18px;
  color: #222;
  line-height: 28px;
  padding: 10px 0 20px 0; }

.block-uslugi-card {
  padding: 25px 0 35px 0;
  border-bottom: 1px solid #F2F2F2; }
  .block-uslugi-card__img {
    width: 100%;
    cursor: pointer; }
  .block-uslugi-card__text {
    font-family: 'Roboto';
    padding-left: 40px; }
  .block-uslugi-card__text-caption {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 20px;
    cursor: pointer;
    font-weight: 600; }
  .block-uslugi-card__text-caption a {
    color: #222; }
  .block-uslugi-card__text-caption a:hover {
    color: #0088cc; }
  .block-uslugi-card__text-main {
    padding-bottom: 25px;
    font-size: 15px;
    line-height: 22px;
    color: #555; }
  .block-uslugi-card__text-button {
    background: #0088cc;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 13px;
    border-radius: 2px; }
  .block-uslugi-card__text-button a {
    color: #fff; }
  .block-uslugi-card__text-button:hover {
    background: #009ceb; }

.text-price {
  display: flex;
  flex-direction: row;
  font-family: 'Roboto';
  padding-bottom: 20px; }
  .text-price__new-price {
    color: #1d2029;
    font-size: 18px;
    font-weight: 700;
    line-height: 19px; }
  .text-price__old-price {
    padding: 3px 0 0 10px;
    color: #777;
    font-size: 14px;
    line-height: 15px;
    text-decoration: line-through; }

.uslugi-card-description {
  padding: 30px 0;
  font-family: 'Roboto'; }
  .uslugi-card-description__caption {
    color: #222;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 20px; }
  .uslugi-card-description__main {
    color: #555;
    font-size: 15px;
    line-height: 24px; }

.block-banner {
  background: url(../images/c3f3536c71100fabce686a892f289207.jpg) no-repeat; }
  .block-banner__img {
    max-width: 100%;
    z-index: 0; }

.banner-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: 'Roboto';
  height: 86%; }
  .banner-text__caption {
    color: #222;
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 18px; }
  .banner-text__main {
    color: #222;
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 20px; }

.banner-text-button__left, .banner-text-button__right {
  font-family: 'Roboto';
  font-size: 15px;
  line-height: 21px;
  border-radius: 2px;
  padding: 10px 20px;
  margin: 0 10px 10px 0; }

.banner-text-button__left {
  background: #0088cc; }

.banner-text-button__right {
  background: #fff; }

.banner-text-button__left a {
  color: #fff; }

.banner-text-button__right a {
  color: #333; }

.news-tabs-discription ul {
  background: #F9F9FA; }

.news-tabs-discription ul li {
  padding: 10px 15px;
  margin-right: 0;
  border: 1px solid #F2F2F2; }

.news-tabs-discription ul .active-1 {
  border-top: 2px solid #0088cc;
  background: #fff;
  color: #0088cc;
  cursor: default; }

.characteristic-l {
  padding: 20px 0 20px 20px; }

.qw {
  background: url(../images/dott.png) 0 9px repeat-x;
  margin-right: 20px; }

.characteristic-r {
  padding: 20px 20px 20px 0; }

.characteristic-l, .characteristic-r {
  font-family: 'Roboto'; }
  .characteristic-l__text-left, .characteristic-l__text-right, .characteristic-r__text-left, .characteristic-r__text-right {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px; }
  .characteristic-l__text-left, .characteristic-r__text-left {
    color: #666;
    padding-right: 10px;
    width: max-content;
    background: #fff; }
  .characteristic-l__text-right, .characteristic-r__text-right {
    color: #333; }

.about-company {
  font-family: 'Roboto';
  margin: 30px 0 0 0;
  color: #555;
  font-size: 15px;
  line-height: 24px; }

.about-company p {
  margin-bottom: 25px; }

.about-company p a {
  color: #0088cc; }

.about-company p a:hover {
  color: #555; }

.about-company p b {
  color: #222; }

.about-company h1, h2, h3, h4 {
  color: #222;
  margin-bottom: 25px; }

.about-company ul {
  list-style-type: square;
  margin-bottom: 25px; }

.about-company ul li {
  margin-bottom: 8px; }

.about-company ul li b {
  color: #222; }

.customer-reviews {
  font-family: 'Roboto';
  color: #555;
  font-size: 15px;
  line-height: 24px; }
  .customer-reviews__card-img {
    border-radius: 50%; }
  .customer-reviews__card-position {
    font-family: 'Roboto';
    font-size: 14px;
    color: #999;
    margin-bottom: 25px; }
  .customer-reviews__card {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 45px; }
    .customer-reviews__card_left {
      margin-left: 35px; }
  .customer-reviews__card-caption {
    display: flex;
    flex-direction: row; }
  .customer-reviews__card-caption p {
    margin-bottom: 5px;
    font-size: 18px;
    color: #222;
    font-weight: 600; }
  .customer-reviews__card-doc {
    display: flex;
    flex-direction: row; }
    .customer-reviews__card-doc_size {
      height: 40px;
      color: #666;
      margin-top: 0px; }
  .customer-reviews__card-doc-text {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    margin-bottom: 20px; }
  .customer-reviews__card-doc-text p a {
    font-family: 'Roboto';
    font-size: 15px;
    color: #222;
    line-height: 20px; }
  .customer-reviews__card-doc-text p a:hover {
    color: #0088cc; }
  .customer-reviews__card-doc-text span {
    font-family: 'Roboto';
    color: #9a9a9a;
    font-size: 12px;
    line-height: 20px; }
  .customer-reviews__label {
    background: #FBFBFB;
    border: 1px solid #f2f2f2;
    width: 100%;
    padding: 40px 0; }
  .customer-reviews__label-text {
    padding: 0 0 0 60px;
    display: flex;
    flex-direction: row; }
  .customer-reviews__label-text-1 {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 40px; }
  .customer-reviews__label-text-1 h1, .customer-reviews h2, .customer-reviews h3, .customer-reviews h4, .customer-reviews h5 {
    color: #333;
    margin-bottom: 5px;
    font-family: 'Roboto'; }
  .customer-reviews__label-text-1 p {
    color: #555;
    font-size: 15px;
    font-family: 'Roboto'; }
  .customer-reviews__label-icon {
    height: 60px;
    color: #0088cc; }
  .customer-reviews__label-button {
    background: #0088cc;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    padding: 10px 25px;
    width: max-content;
    cursor: pointer;
    border-radius: 2px; }
    .customer-reviews__label-button_flex {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%; }
  .customer-reviews__label-button:hover {
    background: #009ceb; }

.customer-reviews p, .customer-reviews__card-text p {
  font-family: 'Roboto';
  font-size: 15px;
  color: #555;
  margin-bottom: 25px; }

.block-reviews-logo ul {
  padding-left: 5px; }

.block-reviews-logo li a {
  width: 30px;
  height: 30px;
  background-position-x: -9px;
  background-position-y: -8px; }

.block-reviews-logo li.facebook a {
  background-position-x: -59px;
  background-position-y: -9px; }

.discript {
  margin-bottom: 20px;
  padding: 10px 20px 40px;
  font-family: 'Roboto';
  border-bottom: 1px solid #F2F2F2; }
  .discript__text-1 {
    color: #555;
    font-size: 15px;
    line-height: 24px; }
  .discript__text-quote {
    display: flex;
    flex-direction: row;
    padding: 20px 0; }
  .discript__text {
    display: flex;
    flex-direction: column; }
  .discript__text-2 {
    color: #222;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    padding-left: 30px; }
  .discript__text-2-bottom {
    color: #333;
    margin-top: 10px;
    padding-bottom: 20px;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    padding-left: 30px; }
  .discript__icon {
    color: #0088cc; }

.discript ul {
  background: #fff;
  display: flex;
  flex-direction: column;
  list-style-type: square;
  border: 0;
  cursor: text; }

.discript ul li {
  border: 0;
  margin-left: 20px;
  font-weight: 300;
  color: #555;
  font-size: 15px;
  line-height: 24px;
  padding: 5px; }

.discript ul li:hover {
  color: #555; }

.discript-dop {
  font-family: 'Roboto';
  padding: 30px 20px 0px; }
  .discript-dop__empl {
    padding: 40px 30px 40px;
    font-family: 'Roboto'; }
    .discript-dop__empl_flex {
      display: flex;
      flex-direction: row;
      padding: 30px 0;
      border-bottom: 1px solid #F2F2F2; }
    .discript-dop__empl_border {
      border-bottom: 1px solid #F2F2F2;
      padding-bottom: 30px; }
  .discript-dop__empl-img {
    width: 150px;
    border-radius: 50%; }
  .discript-dop__empl-content {
    padding-left: 40px;
    font-family: 'Roboto'; }
  .discript-dop__empl-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px; }
  .discript-dop__empl-title a {
    color: #222; }
  .discript-dop__empl-title a:hover {
    color: #0088cc; }
  .discript-dop__empl-title-icon {
    display: flex;
    flex-direction: row;
    justify-content: flex-start; }
  .discript-dop__empl-address {
    display: flex;
    flex-direction: row; }
    .discript-dop__empl-address_flex {
      display: flex;
      flex-direction: row; }
  .discript-dop__empl-icon {
    margin-top: 2px; }
  .discript-dop__empl-icon-s ul {
    background: #fff;
    border: 0;
    padding-left: 15px; }
  .discript-dop__empl-icon-s ul li {
    border: 0;
    padding: 0; }
  .discript-dop__empl-data {
    padding: 0 30px 0 10px; }
  .discript-dop__images {
    margin: 0 15px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #F2F2F2; }
  .discript-dop__images-img {
    padding: 10px 0 40px 0; }
  .discript-dop__sale {
    padding: 30px 15px 30px 40px;
    margin: 50px 15px 0;
    background: #f7f7f7;
    display: flex;
    flex-direction: row; }
  .discript-dop__sale-icon {
    color: #EE6D34;
    height: 40px;
    margin-top: 5px; }
  .discript-dop__sale-text {
    padding: 0 10px 0 20px; }
  .discript-dop__sale-text-caption {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto';
    line-height: 24px;
    margin-bottom: 5px; }
  .discript-dop__sale-text-caption a {
    color: #222; }
  .discript-dop__sale-text-caption a:hover {
    color: #0088cc; }
  .discript-dop__sale-text-main {
    margin-bottom: 20px;
    font-family: 'Roboto';
    color: #555;
    font-size: 13px;
    line-height: 22px; }
  .discript-dop__sale-text-date {
    font-family: 'Roboto';
    color: #888;
    font-size: 12px;
    line-height: 22px; }
  .discript-dop__news {
    padding: 0 0 40px 0;
    border-bottom: 1px solid #F2F2F2;
    font-family: 'Roboto'; }
  .discript-dop_h {
    height: auto; }

.block-uslugi-index {
  padding: 20px 0 30px 0; }
  .block-uslugi-index__caption {
    font-family: 'Roboto';
    font-size: 15px;
    color: #555;
    line-height: 24px; }

.uslugi-img {
  width: 90px;
  height: 90px;
  margin-left: 20px;
  border-radius: 100%;
  position: relative;
  background: #fff;
  margin-top: 6px; }
  .uslugi-img__img {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    border-radius: 50%; }

.uslugi-img-text {
  font-family: 'Roboto';
  padding-left: 20px;
  margin-bottom: 50px; }
  .uslugi-img-text__caption {
    cursor: pointer;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 600; }
  .uslugi-img-text__caption a {
    color: #222; }
  .uslugi-img-text__caption a:hover {
    color: #0088cc; }
  .uslugi-img-text__label {
    font-size: 14px;
    line-height: 20px;
    cursor: pointer; }
  .uslugi-img-text__label a {
    color: #0088cc; }
  .uslugi-img-text__label a:hover {
    color: #222; }
  .uslugi-img-text__text {
    color: #666;
    font-size: 14px;
    line-height: 22px; }

.menu-dop, .menu-dop-articles {
  font-family: 'Roboto';
  position: relative;
  display: none; }
  .menu-dop__text, .menu-dop-articles__text {
    padding: 15px 20px;
    font-size: 18px;
    width: 100%;
    font-weight: 600;
    text-align: center;
    background: #0088CC;
    box-shadow: inset 0 15px 15px -15px #333;
    color: #fff;
    cursor: pointer; }
  .menu-dop__icon, .menu-dop-articles__icon {
    position: absolute;
    top: 17px;
    right: 20px;
    color: #fff;
    opacity: 1;
    transition: 0.3s ease; }

.menu-dop__icon-active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.company-menu-left {
  margin: 40px 40px 40px 0;
  font-family: 'Roboto';
  display: block; }
  .company-menu-left__list {
    list-style-type: none;
    padding-left: 0;
    border-top: 1px solid #E8E8E8; }
  .company-menu-left__item {
    cursor: pointer;
    padding: 15px 20px;
    border-bottom: 1px solid #E8E8E8;
    font-size: 14px;
    line-height: 20px;
    position: relative; }
    .company-menu-left__item_active {
      background: #0088cc; }
  .company-menu-left__item a {
    color: #222; }
  .company-menu-left__item:hover a {
    color: #009ceb; }
  .company-menu-left__item-down {
    background: #fff;
    padding: 15px 20px; }
  .company-menu-left__item-down ul {
    list-style-type: none;
    padding: 0; }
  .company-menu-left__item-down li {
    font-size: 13px;
    line-height: 16px;
    font-weight: 'Roboto';
    padding: 3px 0; }
  .company-menu-left__item-down li a {
    color: #555; }
  .company-menu-left__item-down li a:hover {
    color: #009ceb; }
  .company-menu-left__item-down .company-menu-left__item-down-active a {
    color: #007ab8; }
  .company-menu-left__label {
    margin: 0 40px 40px 0; }
  .company-menu-left__quality {
    margin: 0 40px 0 0; }
    .company-menu-left__quality_p {
      padding-top: 0; }
  .company-menu-left__text {
    color: #555;
    font-size: 15px;
    line-height: 24px; }
  .company-menu-left__icon {
    position: absolute;
    top: 16px;
    right: 10px;
    color: #898989; }
    .company-menu-left__icon_white {
      color: #fff; }
  .company-menu-left_right {
    margin: 40px 0 40px 40px;
    background: #FBFBFB;
    padding: 20px 30px 15px; }
  .company-menu-left_label-right {
    margin: 0 0 40px 40px; }
  .company-menu-left_quality-right {
    margin: 0 0 0 40px; }

.company-menu-left__item_active a, .company-menu-left__item_active:hover a {
  color: #fff; }

.articles__caption {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #333;
  padding-bottom: 20px; }

.articles__list {
  border: 0;
  padding: 15px 0 0 0;
  border-top: 1px solid #f1f1f1; }

.articles__item {
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  border: 0;
  padding-bottom: 5px; }

.articles__item-count {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 24px;
  float: right;
  color: #999; }

.certification__caption {
  font-family: 'Roboto';
  color: #222;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 25px;
  width: 100%; }
  .certification__caption_margin {
    margin-top: 50px; }

.certification__text {
  font-family: 'Roboto';
  color: #555;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 25px; }

.certification__img {
  padding: 20px;
  border: 1px solid #F2F2F2;
  height: 100%; }
  .certification__img_size {
    width: 100%;
    cursor: pointer; }

.certification__img:hover {
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.1); }

.certification__img-text {
  font-family: 'Roboto';
  padding: 15px 10px 15px 10px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  font-weight: 600;
  text-align: center; }

.partners__text {
  font-family: 'Roboto';
  padding: 0 10px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  font-weight: 600;
  text-align: center;
  color: #333; }

.partners__text:hover {
  color: #0088cc; }

.vacancies {
  width: 100%;
  font-family: 'Roboto';
  cursor: pointer; }
  .vacancies__caption {
    color: #222;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 25px;
    width: 100%; }
    .vacancies__caption_margin {
      margin-top: 50px; }
  .vacancies__text, .vacancies__price, .vacancies__icon {
    padding: 20px;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; }
  .vacancies__price {
    text-align: right; }
  .vacancies_border {
    border: 1px solid #F2F2F2; }

.vacancies:hover .vacancies__icon_background {
  background: #F2F2F2;
  border-radius: 50%; }

.vacancies-block {
  padding: 0 20px;
  font-family: 'Roboto';
  font-size: 15px;
  line-height: 24px;
  color: #555;
  width: 100%; }
  .vacancies-block__caption {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #222; }
  .vacancies-block__list {
    list-style-type: square;
    padding-left: 18px; }
  .vacancies-block__item {
    margin-bottom: 8px; }
  .vacancies-block__button {
    padding: 10px 20px;
    cursor: pointer;
    background: #0088cc;
    border-radius: 2px;
    width: max-content; }
  .vacancies-block__button a {
    color: #fff; }
  .vacancies-block__button:hover {
    background: #009ceb; }

.employees-card {
  font-family: 'Roboto';
  padding: 35px 30px 25px 30px;
  border: 1px solid #f2f2f2;
  transition: box-shadow 0.3s ease;
  height: 100%; }
  .employees-card__img {
    width: 100%;
    border-radius: 50%;
    margin: 0 0 20px 0; }
  .employees-card__content {
    text-align: center; }
  .employees-card__content-title {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600; }
  .employees-card__content-title a {
    color: #222; }
  .employees-card__content-title a:hover {
    color: #0088cc; }
  .employees-card__content-position {
    color: #9a9a9a;
    font-size: 14px;
    line-height: 20px; }
  .employees-card__content-preview {
    color: #555;
    font-size: 15px;
    line-height: 24px;
    padding: 15px 0; }
  .employees-card__content-mail a {
    color: #0088cc;
    font-size: 15px;
    line-height: 24px; }
  .employees-card__content-mail a:hover {
    color: #222; }
  .employees-card__content-phone {
    color: #555;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px; }
  .employees-card__icon {
    float: none;
    width: 100%; }
  .employees-card__icon ul {
    padding-left: 0; }

.employees-card:hover {
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.1); }

.employees-card li a {
  margin: 0 2px 0 2px; }

.articles-card {
  font-family: 'Roboto';
  height: 100%; }
  .articles-card__main {
    padding: 20px 30px 15px 30px; }
  .articles-card__main-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600; }
  .articles-card__main-title a {
    color: #222; }
  .articles-card__main-title a:hover {
    color: #0088cc; }
  .articles-card__main-text {
    padding: 15px 0 5px 0;
    color: #555;
    font-size: 15px;
    line-height: 24px; }
  .articles-card__main-date {
    padding-top: 5px;
    color: #999;
    font-size: 13px;
    line-height: 20px; }
  .articles-card__main-title-little {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600; }
  .articles-card_h {
    height: 100%; }

.articles-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 20px 30px;
  width: 100%; }
  .articles-nav__button, .articles-nav__button-active {
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 20px;
    padding: 6px 12px;
    margin: 0 5px;
    border-radius: 3px;
    cursor: pointer; }
  .articles-nav__button {
    background: #fff;
    border: 1px solid #ddd;
    color: #666; }
  .articles-nav__button:hover {
    border: 1px solid #0088cc; }
  .articles-nav__button-active {
    background: #0088cc;
    color: #fff;
    border: 1px solid #0088cc; }
  .articles-nav__icon {
    height: 30px;
    margin: 2px 15px;
    color: #555;
    cursor: pointer; }
  .articles-nav__icon:hover {
    color: #0088cc; }

.articles-cloud {
  margin: 0 0 35px 40px;
  font-family: 'Roboto'; }
  .articles-cloud__caption {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #333;
    padding-bottom: 15px; }
  .articles-cloud__tag {
    background: #fff;
    padding: 5px 10px 5px;
    font-size: 12px;
    line-height: 34px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 2px; }
  .articles-cloud__tag a {
    color: #999; }
  .articles-cloud__tag:hover {
    background: #0088cc; }
  .articles-cloud__tag:hover a {
    color: #fff; }

.contact-map {
  border: 1px solid #c7c7c7; }

.contact-1 {
  margin: 40px 0;
  font-family: 'Roboto'; }
  .contact-1__caption {
    color: #222;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 25px; }
  .contact-1__text {
    color: #333;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 25px; }

.contact-1-card {
  width: 100%;
  font-family: 'Roboto'; }
  .contact-1-card__caption {
    margin: 30px 0 20px 0;
    color: #222;
    font-size: 20px;
    line-height: 20px; }

.contact-card {
  padding: 30px;
  border: 1px solid #f2f2f2;
  font-family: 'Roboto'; }
  .contact-card__address {
    padding: 0 40px;
    font-size: 13px;
    line-height: 21px;
    color: #666; }
  .contact-card__address span {
    padding-bottom: 5px;
    padding-left: 10px; }
  .contact-card__address-title {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
    padding-bottom: 5px; }
  .contact-card__address-icon {
    color: #0088cc; }
  .contact-card__phone {
    line-height: 24px;
    font-size: 15px;
    cursor: pointer; }
  .contact-card__phone a {
    color: #222; }
  .contact-card__payment {
    background: #EFEFEF;
    padding: 0 12px;
    width: max-content;
    border-radius: 27px;
    font-size: 13px;
    color: #222;
    line-height: 29px;
    margin-right: 5px;
    height: max-content; }
  .contact-card__payment span {
    padding-left: 5px; }
  .contact-card__icon {
    color: #0088cc;
    margin-bottom: -1px; }
  .contact-card_flex {
    display: flex; }

.contact-card:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }

.contact-2 {
  margin: 40px 0;
  font-family: 'Roboto';
  color: #404040;
  font-size: 14px;
  line-height: 20px; }
  .contact-2__container {
    padding: 30px 20px;
    box-shadow: 0 1px 2px 1px #c5c5c5;
    width: 100%; }
  .contact-2__container-caption {
    font-size: 21px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 10px; }
  .contact-2__container-caption-1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 10px; }
  .contact-2__container-list {
    list-style-type: square; }
  .contact-2__container-iten {
    line-height: 20px; }
  .contact-2__address {
    padding-left: 10px;
    line-height: 30px; }
  .contact-2__address a {
    color: #404040;
    cursor: pointer; }
  .contact-2__address a:hover {
    color: #009ceb; }
  .contact-2_margin {
    margin-bottom: 30px; }
  .contact-2_margin-2 {
    margin-bottom: 60px; }

.block-footer-bottom-1 {
  margin: 20px 0; }
  .block-footer-bottom-1__text {
    display: flex;
    align-items: center;
    height: 100%;
    font-family: 'Roboto';
    color: #999;
    line-height: 18px;
    font-size: 13px; }
  .block-footer-bottom-1__social {
    float: left; }
  .block-footer-bottom-1__social ul {
    margin-bottom: 0;
    margin-left: -5px;
    padding-left: 0; }
  .block-footer-bottom-1__social li {
    display: inline-block; }
  .block-footer-bottom-1__social li a {
    background: #4f5a6b;
    background: url(../images/social2.png);
    background-position-x: -4px;
    background-position-y: -4px;
    background-size: 548px 148px;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    display: block;
    float: right;
    margin-left: 5px; }
  .block-footer-bottom-1__social li.in a {
    background-position: -354px -54px; }
  .block-footer-bottom-1__social li.gplus a {
    background-position: -54px -54px; }

.vacancies-1 {
  padding: 30px;
  border: 1px solid #f2f2f2;
  border-bottom: 0;
  font-family: 'Roboto'; }
  .vacancies-1__name {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer; }
  .vacancies-1__name a {
    color: #222; }
  .vacancies-1__name a:hover {
    color: #009ceb; }
  .vacancies-1__salary {
    color: #333;
    font-size: 18px;
    line-height: 20px;
    text-align: right; }
  .vacancies-1__info {
    display: flex;
    flex-direction: column; }
  .vacancies-1__organization, .vacancies-1__city {
    color: #999;
    font-size: 14px;
    line-height: 15px;
    margin-top: 5px; }
  .vacancies-1__organization a {
    color: #999; }
  .vacancies-1__organization a:hover {
    color: #009ceb; }
  .vacancies-1__organization-icon {
    margin-left: 5px; }
  .vacancies-1__text {
    margin: 10px 0;
    color: #333;
    font-size: 16px;
    line-height: 20px; }
  .vacancies-1__button {
    font-size: 16px;
    line-height: 17px;
    margin-right: 20px; }
  .vacancies-1__button a {
    color: #0056b3; }
  .vacancies-1__button a:hover {
    color: #009ceb; }
  .vacancies-1__date {
    text-align: right;
    color: #777;
    font-size: 14px;
    line-height: 15px; }
  .vacancies-1_border {
    border-bottom: 1px solid #f2f2f2; }

@media (max-width: 575px) {
  .vacancies-1__salary {
    text-align: left;
    margin: 10px 0; }
  .vacancies-1__date {
    text-align: left;
    margin: 10px 0; } }

@media (max-width: 991px) {
  .uslugi-photo_margin {
    margin-right: -15px;
    margin-left: -15px; } }

@media (max-width: 767px) {
  .uslugi-photo {
    height: 235px; }
  .ima {
    height: 235px; } }

@media (max-width: 1199px) {
  .block-slider {
    margin-top: 195px; }
  .slideimage {
    width: 115%;
    margin-left: -65px;
    height: 405px;
    object-fit: contain; }
  .banner-text__caption {
    line-height: 32px;
    font-size: 30px; }
  .banner-text__main {
    line-height: 18px; }
  .block-header_padding {
    padding-left: 20px; }
  .sl_top {
    margin-top: -215px; }
  .menu-top > ul li a {
    padding: 17px 10px;
    font-size: 14px; }
  .uslugi-img {
    margin-left: 0; }
  .uslugi-img-text {
    padding-left: 20px; } }

@media (max-width: 991px) {
  .articles-cloud {
    display: none; }
  .articles-card_mr {
    margin-right: 15px; }
  .articles-card_ml {
    margin-left: 15px; }
  .company-menu-left_right {
    display: none; }
  .block-label_background {
    box-shadow: none; }
  .block-header__logo-top {
    display: flex; }
  .block-header__addres-top {
    display: flex; }
  .menu-btn {
    display: block; }
  .navbutton {
    display: block; }
  .menu-top {
    display: none; }
  .block-header {
    display: none; }
  .block-header_flex {
    display: none; }
  .block-header__logo {
    display: none; }
  .sl_top {
    margin-top: 0; }
  .slideimage {
    display: none; }
  .sl__img-container {
    display: none; }
  .slide {
    margin-top: -242px; }
  .mySlide__img {
    height: 550px; }
  .sl_h {
    height: 340px; }
  .block-slider {
    margin-top: 20px; }
  .slick-prev, .slick-next {
    top: 62%; }
  .sl__img {
    height: 340px; }
  .slidetext {
    margin-top: 50px; }
  .slidetext h2 {
    font-size: 28px; }
  .slidetext p {
    font-size: 14px; }
  .slidetext__button-left, .slidetext__button-right {
    font-size: 11px; }
  .block-banner_display {
    display: none; }
  .banner-text {
    height: 260px;
    justify-content: flex-start;
    padding: 20px 0; }
  .uslugi-img-text__caption {
    margin-top: 10px; }
  .contact-card_visible {
    display: none; }
  .contact-card__address {
    padding-left: 0; }
  .block-footer__list {
    margin-bottom: 15px; }
  .block-company-container {
    padding: 10px 0 0 0; }
  .block-quality__icon img {
    width: 40px; }
  .block-quality__text {
    padding-left: 10px; }
  .block-form_margin {
    margin-left: 0; }
  .block-form_margin-r {
    margin-left: 20px; }
  .block-form__button {
    margin-left: 0; }
  .company-menu-left-label {
    display: none; }
  .company-menu-left {
    display: block; }
  .customer-reviews__label-text {
    padding: 0 0 0 20px; }
  .customer-reviews__label-text-1 {
    padding: 0 0 0 10px; }
  .customer-reviews__label-button {
    width: min-content; }
  .block-news-ask_d {
    display: none; }
  .uslugi-img-text {
    padding-left: 0px; }
  .company-menu-left__icon {
    display: none; }
  .block-news-ask__usluga {
    display: none; }
  .discript-dop__empl-img {
    width: 120px; }
  .discript-dop__empl-content {
    padding-left: 20px; }
  .discript-dop__empl-address {
    flex-direction: column; }
  .menu-dop-articles {
    display: block; }
  .company-menu-left_right {
    display: none;
    margin: 0 0 20px 0; }
  .articles__caption {
    display: none; }
  .articles__list {
    border: 0;
    padding: 0; }
  .sl-reviews__slide {
    height: 300px; } }

@media (max-width: 780px) {
  .sl-logo__slide {
    opacity: 1 !important; }
  .sl-logo__slide img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
    /* IE 6-9 */ }
     }

@media (max-width: 767px) {



  .articles-card_mr {
    margin-right: 0; }
  .articles-card_ml {
    margin-left: 0; }
  .menu-dop {
    display: block; }
  .company-menu-left {
    display: none; }
  .block-header__number-1 {
    font-size: 13px; }
  .block-header__working-hours-1 {
    font-size: 12px; }
  .block-header__logo-img-top {
    height: 45px; }
  .block-header__logo-text {
    font-size: 24px; }
  .block-header_flex {
    justify-content: flex-start;
    margin-top: 10px; }
  .block-header_padding {
    padding-left: 0; }
  .block-header__text-left {
    margin-left: 0; }
  .slideimage {
    display: none; }
  .block-slider {
    margin-top: 115px; }
  .sl__img, .sl_h {
    height: 310px; }
  .block-uslugi-card__text {
    margin: 20px 0;
    padding-left: 0; }
  .slidetext {
    margin-top: -70px; }
  .block-news-caption_margin {
    margin-bottom: 20px; }
  .banner-text {
    height: 280px; }
  .company-menu-left {
    text-align: center;
    margin-right: 0;
    margin-top: 0; }
  .block-news-list_margin {
    margin: 0 0 50px 0; }
  .vacancies__text {
    padding: 15px 20px 5px 20px; }
  .vacancies__price {
    text-align: left;
    padding: 5px 20px; }
  .vacancies__icon {
    padding: 5px 20px; }
  .contact-card_visible {
    display: block; }
  .contact-card__address {
    padding: 10px 0; }
  .contact-card__payment {
    margin-top: 10px; }
  .block-footer-phone {
    margin-bottom: 5px; }
  .block-footer-bottom__social {
    margin-top: 10px;
    float: none; }
  .block-footer-bottom__social ul {
    padding-left: 0;
}
  .block-company {
    padding: 40px 0; }
  .block-company-container p {
    margin-bottom: 10px; }
  .block-company__img {
    display: none; }
  .block-logo {
    padding: 10px 0; }
  .block-quality__icon img {
    width: 60px; }
  .block-news-list_padding {
    padding-bottom: 20px; }
  .customer-reviews__label-button_flex {
    margin-top: 10px; }
  .customer-reviews__label-button {
    width: max-content; }
  .customer-reviews__label-text-1 {
    padding-right: 5px; }
  .block-reviews-logo {
    margin-top: 0; }
  .company-menu-left__icon {
    display: block; }
  .block-uslugi-card {
    padding-bottom: 15px; }
  .sl-reviews__slide {
    height: 335px;
    } }

@media (max-width: 575px) {
    .block-footer-bottom__social li {
    text-align: center;

  }
  .block-footer-bottom__social li a .icon-socail {
    margin: auto;
  }
  .block-footer__list-caption, .block-footer__list {
    text-align: center; }
  .block-footer-phone {
    justify-content: center; }
  .block-quality {
    margin: 0 15%; }
.block-header__working-hours-1 {
display:none;
}
.block-header__addres-top {
justify-content: flex-end;
align-items:center;
} 
/*.block-header__addres-top {
display: none; }*/
  .block-header__addres-top-2 {
    display: flex; }
  .news-tabs ul li {
    padding: 10px 0; }
  .employees-card {
    padding: 35px 20px 25px 20px; }
/*.block-label__crumbs {
    flex-direction: column;
}*/ }

@media (max-width: 509px) {
  .slidetext-reviews__preview {
    padding: 5px 0; }
  .customer-reviews__card-img {
    display: none; }
  .customer-reviews__card_left {
    margin-left: 0; }
  .customer-reviews__label-icon {
    display: none; }
  .customer-reviews__label-text {
    padding: 0;
    text-align: center; } }

@media (max-width: 491px) {
  .banner-text {
    height: 300px; }
  .news-tabs ul {
    flex-direction: column; }
  .block-reviews-caption_flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
  .block-reviews__arrows {
    width: 80px; }
  .slidetext p {
    margin-bottom: 5px;
    padding: 10px 0; }
  .discript-dop__sale {
    padding: 30px 15px 30px 20px; }
  .discript-dop__empl-img {
    display: none; }
  .discript-dop__empl_flex {
    padding: 0; }
  .discript-dop__empl-content {
    padding: 10px 0 0 0; }
  .discript-dop__empl-icon-s ul {
    flex-direction: row; }
  .discript-dop__empl-icon-s ul li {
    padding: 0; } }

@media (max-width: 470px) {
  .banner-text {
    height: 330px; } }

@media (max-width: 444px) {
  .slidetext-reviews__preview {
    font-size: 14px;
    line-height: 20px; }
  .slidetext-reviews__quote {
    display: none; }
  .slidetext-reviews {
    padding: 30px 35px 40px 30px; }
  .sl-reviews__slide {
    height: 314px; } }

@media (max-width: 423px) {
  .banner-text {
    height: 350px; } }

@media (max-width: 386px) {
  .banner-text {
    height: 370px; }
  .block-quality {
    margin: 0; }
  .slidetext h2 {
    font-size: 20px; }
  .slidetext p {
    font-size: 12px; }
  .slidetext__button-left, .slidetext__button-right {
    padding: 10px; } }

@media (max-width: 378px) {
  .slidetext-reviews__preview {
    font-size: 13px;
    line-height: 16px; }
  .block-reviews__arrows {
    display: none;
    } }

@media (max-width: 349px) {
  .banner-text-button__left, .banner-text-button__right {
    padding: 10px; } }

@media (max-width: 342px) {
  .banner-text {
    height: 380px; }
  .sl-reviews__slide {
    height: 370px;
    } }

@media (max-width: 309px) {
  .banner-text-button__left, .banner-text-button__right {
    padding: 10px;
    font-size: 13px; }
  .slidetext-reviews__button {
    padding: 2px 10px; } }

.no-more-tables {
  margin: 40px 0;
  font-family: 'Roboto'; }
  .no-more-tables__name {
    padding: 8px;
    color: #222;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px; }

.no-more-tables tr:nth-child(2n) {
  background: #EFF5F7; }

.no-more-tables thead {
  background: #0088cc;
  color: #fff;
  font-size: 14px;
  line-height: 20px; }

.no-more-tables th {
  padding: 7px 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400; }

.no-more-tables td {
  font-size: 15px;
  line-height: 20px;
  color: #555;
  padding: 8px; }

@media only screen and (max-width: 800px) {
  /* Force table to not be like tables anymore */
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block; }
  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  #no-more-tables tr {
    border: 1px solid #ccc; }
  #no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left; }
  #no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 7.5px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold; }
  .table-condensed {
    padding: 0;
    overflow: overlay; }
  #no-more-tables .no-more-tables__name {
    padding-left: 8px; }
  /*
	Label the data
	*/
  #no-more-tables td:before {
    content: attr(data-title); } }


.block-news-list__size .news-detail {
  width: 100%;
}

.block-news-list__size .news-detail img {
  //width: 100%;
  //height: auto;
}

.block-news-list__size img {
  //width: 100%;
  //height: auto;
}

.news-detail img {
  //width: 100%;
  //height: auto;
}

@media (max-width: 767px) {
  .block-info__contact {
    padding: 40px 10px 40px 10px;
  }
}

@media (max-width: 576px) {
.block-padding {
padding-left: 0;
padding-right: 0;
}

.block-news-list__size {
padding-left: 15px;
padding-right:15px; 
}
}

@media (max-width: 500px) {
.block-news-list__size img {
  width: 100%;
  //height: auto;
  }  
}

@media (max-width: 991px) {
 .block-news-list__size iframe {
  width: 100%;
 } 
}

@media (max-width: 505px) {
 .block-news-list__size iframe {
  width: 100%;
 } 
}

.block-form {
	background: #0088cc;
	border-radius: 2px;
}

.block-form__text-left, .block-form__text-right {
	font-size: 18px;
	color: #fff;
	display:flex;
	align-items:center;
	line-height: 22px;
}

.block-form__text-left {
	font-weight: 600;
}

.block-form__text-right {
	text-align:center;
	font-size: 16px;
}

.block-form__contain {
	display:flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.block-form__icon {
	height:60px;
}

.block-form__btn {
	border: 2px solid #fff;
	border-radius: 2px;
	cursor:pointer;
	color: #fff;
	padding: 8px 10px;
	font-weight: 600;
	text-align: center;
}

.block-form__btn:hover {
	background: #fff;
	color: #0088cc;
}

.block-form__text-right a {
	color: #fff;
}

@media (max-width:991px) {
	.block-form__icon {
		display:none;
	}

	.block-form__contain {
		flex-direction: column;
	}

	.block-form__text-right {
		padding: 15px 0;
	}

	.table-seminar tr {
		display: flex;
    	flex-direction: column;
		margin-bottom: 20px;
	}
}

.egais-block {
padding-bottom: 10px;
}

.egais-contain {
	background: #5B9BD5;
	border: 1px solid #41719C;
	display:flex;
	flex-direction: column;
	justify-content:center;
	height: 100%;
}

.egais-contain__text {
	font-size: 14px;
	color: #fff;
	text-align:center;
	padding: 5px 0;
	font-weight:600;
	padding: 5px 10px;
}

.egais-contain__text_first {
	padding: 10px;
}

.egais-contain__text_last {
	font-weight: 400;
	padding:10px;
}

.osn-block > .container {
padding-left: 0;
padding-right: 0;
}