@font-face {
  font-family: robotitalic; /* Имя шрифта */
  src: url(roboto.italic.ttf); /* Путь к файлу со шрифтом */
}
.order-form .error:focus{
  border-color:#D81818;
}
.jst {
  text-align: justify;
}
.large {
  width: 100%;
  display: block;
  margin-top: 30px;
}

.br {
  border-radius: 8px;
}
.half {
  width: 47%;
}
.b-radius {
  border-radius: 8px;
}
.bg-white {
  background-color: white;
  box-shadow: 0 4px 13px -8px black;
  padding: 25px;
}
.w-pre {
  white-space: pre;
}
html,
body {
  font-size: 14px;
  width: 100%;
  min-height: 100%;
  min-height: 100vh;
  font-family: 'Roboto', sans-serif;
  position: relative;
}
.red-border {
  border: 2px solid #d81818;
  background: white;
  color: #d81818;
  text-decoration: none;
  border-radius: 8px;
}
a {
  color: #d81818;
  text-decoration: underline;
  line-height: 22px;
  display: inline-block;
}
a:hover {
  color: black;
  text-decoration: none;
}

.lang-link:focus {
    color: #c7c7c7;
    outline: none;
    text-decoration: none;
}

.black {
  color: black;
}
.dotted {
  border-bottom: 1px dotted ;
}
.upper {
  text-transform: uppercase;
}
.i {
  font-style: italic;
}
.eqHeight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}


hr {
  width: 100%;
  height: 1px;
  border: none;
  background: #e8e8e8;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
p {
  line-height: 22px;
  margin-bottom: 10px;
}
ul {
  list-style: none;
}
.line {
  border-top: 2px solid #f2f2f2;
}
.font20 {
  font-size: 20px;
}
.font15 {
  font-size: 15px;
}
.font30 {
  font-size: 30px;
}
.font35 {
  font-size: 35px;
}
.font13 {
  font-size: 13px;
}
.font17 {
  font-size: 17px;
}
.font18 {
  font-size: 18px;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.red {
  color: #d81818;
}
.black {
  color: black;
}
.gray777 {
  color: #777;
}
.gray {
  color: #6d6d6d;
}
.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}
.d-line {
  margin: 0;
  padding: 0;
  line-height: 0;
  margin-bottom: 20px;
  border-top: 1px dotted #9d9d9d;
}
.wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}
.cont {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
footer {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.breadcrumbs {
  margin-top: 25px;
  margin-bottom: 15px;
  padding-left: 0;
}
.breadcrumbs a {
  display: inline-block;
  color: #6d6d6d;
  text-decoration: underline;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs a:after {
  content: "/";
  color: #b9b9b9;
  text-decoration: none!important;
  margin-left: 10px;
  margin-right: 5px;
  display: inline-block;
}
.breadcrumbs span {
  color: black;
  text-decoration: none;
  cursor: default;
}
.h1-title {
  padding-left: 0;
}
.h1-title h1 {
  margin-top: 0;
  margin-bottom: 25px;
}
.boxWithShadow > div.row {
  background-color: white;
  box-shadow: 0 4px 13px -8px black;
  border-radius: 8px;
}
.boxWithShadow-in {
  padding: 25px;
}
.about p {
  margin-bottom: 25px;
}
.about .i{
  padding:0 15px;
  font-family: robotitalic;
}
.img-1 {
  box-shadow: 0 4px 13px -8px black;
  float: right;
  margin: 0 0 20px 20px;
  width: 300px;
}
.call-link {
  width: 208px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 8px 10px -11px black;
  cursor: pointer;
  margin-bottom: 37px;
  position: relative;
}
.call-link:hover {
  color: #bb1414;
  border-color: #bb1414;
}
.call-link:hover svg path {
  fill: #bb1414;
}
.call-link svg {
  margin-right: 15px;
}
.call-link.underdotted span:after {
  content: "";
  height: 0;
  border-bottom: 1px dotted #d81818;
  position: absolute;
  width: 113px;
  bottom: 14px;
  right: 45px;
}
.contacts-link {
  display: block;
  margin-bottom: 10px;
}
.contacts-link svg {
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 27px;
}



.lang-link {
  width: 30px;
  height: 30px;
  border-radius: 36%;
  color: #c7c7c7;
  text-align: center;
  vertical-align: middle;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  border-color: #c7c7c7;
  margin-left: 6px;
  line-height:0.5;
}
.lang-link:focus{
  text-decoration: none;
  outline: none;
  text-decoration: none;
}
.lang-link.active {
  color: #d81818;
  background-color: white;
  border-color: #d81818;
  cursor: default;
}
.lang-link.active:hover {
  color: #d81818;
  background-color: white;
  border-color: #d81818;
}
.lang-link:hover {
  color: #959595;
  border-color: #959595;
}
.call-text {
  line-height: 1;
  padding-bottom: 8px;
}
.navigation-search input {
  color: black;
  border: none;
  box-shadow: none;
}
.navigation-search input:focus {
  border-color: transparent;
}
.navigation-search input::-webkit-input-placeholder {
  color: #c7c7c7;
  text-overflow: ellipsis;
  line-height: 22px;
}
.navigation-search input::-moz-placeholder {
  color: #c7c7c7;
  text-overflow: ellipsis;
  line-height: 22px;
}
.navigation-search input:-ms-input-placeholder {
  color: #c7c7c7;
  text-overflow: ellipsis;
  line-height: 22px;
}
.navigation-search input::placeholder {
  color: #c7c7c7;
  text-overflow: ellipsis;
  line-height: 22px;
}
.navigation-search input::-webkit-input-placeholder {
  color: #c7c7c7;
  text-overflow: ellipsis;
  line-height: 22px;
}
.navigation-search input::-moz-input-placeholder {
  color: #c7c7c7;
  text-overflow: ellipsis;
  line-height: 22px;
}
.navigation-search input:-ms-input-placeholder {
  color: #c7c7c7;
  text-overflow: ellipsis;
  line-height: 22px;
}
.navigation-search .glyphicon {
  color: #c7c7c7;
  width: 21px;
  height: 21px;
  top: 0;
  right: 22px;
  font-size: 20px;
}
.navigation > div.row {
  background: #d81818;
  border-radius: 8px;
  height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.navigation > div.row .navigation-menu {
  padding-left: 0;
  z-index: 3;
}
.navigation > div.row .navigation-menu .navigation-menu_ul {
  height: 55px;
  margin: 0;
  position: relative;
}
.navigation > div.row .navigation-menu .navigation-menu_ul .navigation-menu_li {
  height: 100%;
  margin: 0;
  padding: 0;
}
.navigation > div.row .navigation-menu .navigation-menu_ul .navigation-menu_li:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.navigation > div.row .navigation-menu .navigation-menu_ul .navigation-menu_li:first-child .navigation-menu_link:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.navigation > div.row .navigation-menu .navigation-menu_ul .navigation-menu_li .navigation-menu_link {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  height: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
  white-space: nowrap;
  transition: background 0.3s;
}
.navigation > div.row .navigation-menu .navigation-menu_ul .navigation-menu_li .navigation-menu_link:hover {
  background: #bb1414;
}
.navigation > div.row .navigation-menu .navigation-menu_ul .navigation-menu_li .navigation-menu_link.active {
  background: #bb1414;
}
.navigation > div.row .navigation-menu .navigation-menu_li.deeper {
  position: relative;
}
.navigation > div.row .navigation-menu .navigation-menu_li.deeper:hover .navigation-menu_link {
  background: #bb1414;
}
.navigation > div.row .navigation-menu .navigation-menu_li.deeper:hover .navigation-menu_deepul {
  display: block;
}
.navigation > div.row .navigation-menu .navigation-menu_li.deeper .navigation-menu_deepul {
  position: absolute;
  top: 100%;
  background: white;
  width: 365px;
  padding: 10px;
  display: none;
  box-shadow:0 5px 18px -8px;
}
.navigation > div.row .navigation-menu .navigation-menu_li.deeper .navigation-menu_deepul .navigation-menu_dli:hover .navigation-da {
  color: white;
  background-color: #323232;
}
.navigation > div.row .navigation-menu .navigation-menu_li.deeper .navigation-menu_deepul .navigation-menu_dli .navigation-da {
  display: block;
  color: black;
  padding: 10px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.1s;
  padding-left: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
}
body {
  background: #f4f4f4;
  min-width: 250px;
}
.news .row {
  margin: 0 -15px;
}
.news .date {
  color: #a8a8a8;
  margin-bottom: 12px;
}
.news p {
  margin-bottom: 2em;
  line-height: 22px;
}
.list-news {
  padding: 0;
}
.list-news .item-news {
  border-bottom: 1px dotted #a7a7a7;
  padding: 20px 0;
}
.list-news .item-news .date {
  color: #a8a8a8;
}
.list-news .item-news h2 {
  font-size: 16px;
  margin: 8px 0;
  line-height: 2em;
}
.list-news .item-news .item-text {
  line-height: 22px;
}
.list-news-pagination {
  margin-top: 25px;
}
.e404 > div.row {
  margin-top: 5%;
}
.e404 .img404 {
  margin: 0 auto;
}
.serv-ul li {
  margin: 15px 0;
}
img.serv-img {
  height: 150px;
  margin: 15px;
}
.sidemenu {
  padding: 0;
}
.sidemenu .sidemenu-in {
  padding: 0;
  box-shadow: 0 4px 0px -1px #d81818;
}
.sidemenu .sidemenu-in h2 {
  margin-top: 0;
  padding: 20px 20px 10px 20px;
  margin-bottom: 0;
}
.sidemenu .sidemenu-in ul {
  padding-bottom: 20px;
}
.sidemenu .sidemenu-in ul li {
  width: 100%;
}
.sidemenu .sidemenu-in ul li.active {
  background-color: #f4f4f4;
  position: relative;
  padding-right: 5%;
}
.sidemenu .sidemenu-in ul li.active a {
  color: black;
  text-decoration: none;
  cursor: default;
  font-weight: bold;
}
.sidemenu .sidemenu-in ul li.active a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/arrow-right.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 5%;
  top: 40%;
}
.sidemenu .sidemenu-in ul li.active a:hover {
  color: black;
  text-decoration: none;
}
.sidemenu .sidemenu-in ul li a {
  color: black;
  text-decoration: underline;
  display: block;
  width: 100%;
  padding: 10px 20px;
}
.sidemenu .sidemenu-in ul li a:hover {
  color: #d81818;
  text-decoration: underline;
}
.pagina a {
  color: black;
  text-decoration: none;
}
.pagina a:hover {
  color: #d81818;
}
.pagina span {
  color: #d81818;
}
.pagina li {
  padding: 0 8px;
}
.pagina li:first-child span {
  color: #d81818;
}
.pagina li:first-child span:hover {
  color: black;
}
.pagina li:last-child span {
  color: #d81818;
}
.pagina li:last-child span:hover {
  color: black;
}
.pagina li.active a {
  color: #d81818;
}
.pagina li.disabled {
  display: none;
}
.pagina li.disabled span {
  color: black;
}
.search .search-items {
  margin-bottom: 40px;
}
.search .search-items h4 a {
  font-size: 16px;
}
.search .search-plus {
  padding-left: 0;
}
.search .search-input {
  display: inline-block;
  position: relative;
}
.search .search-input span {
  color: #c7c7c7;
  position: absolute;
  right: 8px;
  font-size: 20px;
  top: 6px;
}
.search .search-input input {
  background-color: #e9e9eb;
  border-color: #c7c7c7;
  width: 350px;
  padding-right: 50px;
}
.search .search-input input:focus {
  box-shadow: none;
  border-color: #c7c7c7;
}
.otziv {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background-color: white;
  border-radius: 8px;
  padding: 50px 10px;
  -ms-flex-pack: center;
  justify-content: center;
}
.otziv .otz-items {
  width: 200px;
  margin: 10px;
  height: 250px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 13px -8px black;
}
.otziv .otz-items a {
  position: relative;
}
.otziv .otz-items a img {
  width: 100%;
  box-shadow: 0 4px 13px -8px black;
}
.otziv .otz-items .arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.otziv .otz-items .arrow:hover {
  background: url(../img/zoom.png) no-repeat center rgba(0, 0, 0, 0.31);
}
.order-form {
  margin: 0;
  margin-top: 50px;
}
.order-form button[type="submit"] {
  color: white;
  background-color: #d81818;
  border-color: #d81818;
  padding: 16px 58px;
}
.order-form .form-group {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.order-form .form-group label {
  width: 180px;
}
.order-form input {
  background-color: #e9e9eb;
  width: 265px;
  height:39px;
}
.order-form input:focus {
  box-shadow: none;
  border-color: #d0cfcf;
}
.order-form .error:focus {
  box-shadow: none;
  border-color: #D81818;
}
.order-form select {
  background-color: #e9e9eb;
  width: 265px;
}
.order-form select:focus {
  box-shadow: none;
  border-color: #d0cfcf;
}
.order-form textarea {
  background-color: #e9e9eb;
  width: 550px;
  max-width: 550px;
}
.order-form textarea:focus {
  box-shadow: none;
  border-color: #d0cfcf;
}
#callback .modal-content {
  padding: 45px;
}
#callback .callback-form {
  max-width: 360px;
  margin: 0 auto;
}
#callback .callback-form input {
  background-color: #e9e9eb;
}
#callback .callback-form input:focus {
  box-shadow: none;
  border-color: #d0cfcf;
}
#callback .callback-form textarea {
  background-color: #e9e9eb;
  max-width: 360px;
}
#callback .callback-form textarea:focus {
  box-shadow: none;
  border-color: #d0cfcf;
}
#callback .callback-form button {
  background-color: #d81818;
  color: white;
  border-color: #d81818;
  padding: 16px 44px;
}
#callback > div {
  margin: 10% auto;
}
#thank .modal-content {
  padding: 25px;
}
#thank .modal-dialog {
  margin: 10% auto;
}
.close {
  position: absolute;
  top: -25px;
  opacity: 1;
  color: white;
  letter-spacing: 1px;
  right: 0;
  line-height: 1;
  font-weight: normal;
}
.close:focus {
  border: none;
  outline-color: transparent;
}
.close svg {
  width: 11px;
}
.close span {
  font-size: 20px;
  vertical-align: text-bottom;
}
.close:hover {
  color: white;
  opacity: 1;
}
.map {
  margin-bottom: 50px;
  margin-top: 25px;
}
.contacts-block{
  padding:0 30px;
}
.contacts-block dl {
  margin-bottom: 10px;
}
.contacts-block dl dt {
  width: 50px;
  text-align: left;
  line-height: 30px;
  float: left;
}
.contacts-block dl dd {
  margin-left: 50px;
  line-height: 30px;
}
.contacts-block h2 {
  margin-bottom: 25px;
  margin-top: 30px;
}
.main-slogan-contact {
  font-style: italic;
  margin-top: 25px;
  padding: 0 15px;
}
.header-bg {
  background: url(../img/bg1.png) no-repeat;
  background-position: 100% 0;
  background-size: contain;
  padding-top: 35px;
}
.contacts > p {
  padding-left: 11%;
}
.contacts > p.contacts-name {
  margin-bottom: 3px;
}
.logo {
  padding: 0;
}
.lang {
  padding-right: 0;
}
.footer-phone {
  text-align: right;
}
footer {
  background: white;
  box-shadow: 0px -10px 18px -16px black;
  margin-top: 50px;
}
.f-row > div.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.footer-menu {
  padding: 0;
}
.footer-menu ul {
  margin-bottom: 0;
}
.footer-menu ul a {
  color: black;
  margin-right: 25px;
  white-space: pre;
}
.footer-menu ul a:hover {
  color: #d81818;
  text-decoration: underline;
}
.footer-links {
  height: 73px;
  padding: 0;
  padding-top: 21px;
}
.footer-links a {
  width: 30px;
  height: 30px;
  background: url(../img/social-icons.png) no-repeat #f4f4f4;
  border-radius: 4px;
  box-shadow: 0px 2px 8px -4px white;
  transition: all 0.3s;
  margin-right: 5px;
}
.footer-links a:hover {
  box-shadow: 0px 2px 8px -4px black;
}
.footer-links a.fb {
  background-position: 0 0 ;
}
.footer-links a.vk {
  background-position: -40px 0;
}
.footer-links a.yt {
  background-position: -80px 0;
}
.footer-links a.sk {
  background-position: -120px 0;
}
.f-services,
.f-helpful {
  padding: 0;
  padding-top: 20px;
  margin-bottom: 25px;
}
.f-services h3,
.f-helpful h3 {
  margin-bottom: 20px;
}
.f-services-ul {
  -moz-columns: 2;
  columns: 2;
}
.f-services-li,
.f-helpful-li {
  line-height: 1;
  margin-bottom: 12px;
}
.f-services-link,
.f-helpful-link {
  color: #5d5c5c;
  text-decoration: underline;
}
.f-services-link:hover,
.f-helpful-link:hover {
  color: black;
  text-decoration: underline;
}
.copyright-symbol a {
  color: #9f9f9f;
  text-decoration: none;
}
.copyright-symbol a:hover {
  color: black;
  text-decoration: none;
}
.copyright-symbol a i {
  color: #9f9f9f;
  text-decoration: underline;
}
.copyright-symbol a i:hover {
  color: black;
  text-decoration: none;
}
.copyright-symbol a i:after {
  content: "-";
  display: inline-block;
  margin-left: 6px;
}
.f-search input {
  background: #f4f4f4;
  border: none;
  margin-top: 40px;
  margin-bottom: 15px;
  height: 35px;
}
.f-search input::-webkit-input-placeholder {
  color: #c7c7c7;
  text-overflow: ellipsis;
}
.f-search input::-moz-placeholder {
  color: #c7c7c7;
  text-overflow: ellipsis;
}
.f-search input:-ms-input-placeholder {
  color: #c7c7c7;
  text-overflow: ellipsis;
}
.f-search input::placeholder {
  color: #c7c7c7;
  text-overflow: ellipsis;
}
.f-search input::-webkit-input-placeholder {
  color: #c7c7c7;
  text-overflow: ellipsis;
}
.f-search input::-moz-input-placeholder {
  color: #c7c7c7;
  text-overflow: ellipsis;
}
.f-search input:-ms-input-placeholder {
  color: #c7c7c7;
  text-overflow: ellipsis;
}
.f-search input + span {
  color: #c7c7c7;
  right: 15px;
  top: 40px;
  font-size: 19px;
}
.f-search input:focus {
  border: none;
  box-shadow: none;
}
.f-call .call-link {
  margin-bottom: 15px;
}
.main-slider {
  z-index: 2;
  margin: 20px 0;
}
.carousel-indicators .active {
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 2px solid white;
}
.carousel-indicators li {
  margin-bottom: 2px;
  background-color: white;
  box-shadow: 0 0 8px 0px white;
  margin-left: 5px;
  margin-right: 5px;
}
.carousel-indicators {
  bottom: 15px;
  margin-bottom: 0;
}
.serv-article ul{
  list-style: disc inside;
}

.serv-article ul li{
  margin-top: 7px;
  margin-bottom: 7px;
  line-height: 24px;
}

.carousel {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.main-slider {
  height: 380px;
}
.main-slider .carousel-inner .item {
  height: 380px;
  overflow: hidden;
  border-radius: 8px;
}
.main-slider .carousel-inner .item img {
  width: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  bottom: -100%;
  margin: auto;
}
.main-slider .carousel-control {
  border-radius: 8px;
}
.main-slider .carousel-control span {
  top: 46%;
}
.main-slider .carousel-control.left span {
  left: 40px;
}
.main-slider .carousel-control.left span:before {
  content: "";
  background: url(../img/sl-ar.png) no-repeat;
  display: inline-block;
  width: 26px;
  height: 45px;
}
.main-slider .carousel-control.right span {
  right: 40px;
}
.main-slider .carousel-control.right span:before {
  content: "";
  background: url(../img/sl-ar.png) no-repeat;
  display: inline-block;
  background-position: 100% 0;
  width: 26px;
  height: 45px;
}
.useful .uslugi{
  margin:0;
}
.uslugi {
  margin: 40px 0;
}

div#callback input {
  height: 39px;
}

.uslugi ul {
  margin: 0 -15px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.uslugi ul li {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 13px -8px black;
  height: 142px;
  width: 262px;
  margin: 15px;
  transition: box-shadow 0.3s;
}
.uslugi ul li:hover {
  box-shadow: 0 4px 0px -1px #d81818;
}
.uslugi ul li:hover a svg {
  fill: #d81818;
}
.uslugi ul li:hover a svg path {
  fill: #d81818;
}
.uslugi ul li a {
  font-size: 16px;
  font-weight: normal;
  color: black;
  text-decoration: underline;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  text-align: center;
}
.uslugi ul li a svg {
  height: 60px;
  width: 60px;
  transition: all 0.3s;
  margin-bottom: 5px;
}
.uslugi ul li a svg path {
  fill: black;
  transition: all 0.3s;
}
.uslugi ul li a:hover {
  text-decoration: underline;
}
.uslugi ul li.order {
  border: 4px solid white;
  background-color: #f4f4f4;
  transition: all 0.3s;
}
.uslugi ul li.order:hover {
  border-color: #c9c9c9;
  box-shadow: 0 4px 13px -8px black;
}
.uslugi ul li.order:hover a {
  color: #808080;
}
.uslugi ul li.order:hover a svg path {
  fill: #808080;
}
.uslugi ul li.order a {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  color: #9b9b9b;
  text-align: left;
  padding-top: 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.uslugi ul li.order a svg {
  width: 62px;
  height: 62px;
  margin-right: 20px;
}
.uslugi ul li.order a svg path {
  fill: #9b9b9b;
  transition: all 0.3s;
}
.sidebar-text {
  padding-left: 0;
  padding-right: 22px;
}
.sidebar-text .sidebar-text-in {
  height: 100%;
}
.sidebar-text .snews-block {
  margin-bottom: 30px;
}
.sidebar-text .snews-block a{
  line-height: 19px;

}
.sidebar-text .snews-block .name a{
  line-height: 19px;
  font-size:15px;
}
.sidebar-text p {
  line-height: 22px;
}
.sidebar-text a {
  line-height: 1;
}
.sidebar-text a:hover svg path {
  fill: black;
}
.sidebar-text h2 {
  margin-top: 0;
}
.main-text {
  padding: 0 0 0 7px;
}
.main-text .main-text-in.otz {
  margin-top: 35px;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.main-text .main-text-in.otz .otz-items {
   margin: 10px 20px 10px 0;
   position: relative;
   box-shadow: 0 4px 13px -8px black;
   width: 23%;
 }
.main-text .main-text-in.otz .otz-items:nth-child(5) {
  margin: 10px 0px 10px 0;

}
.main-text .main-text-in.otz .otz-items .arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-text .main-text-in.otz .otz-items .arrow:hover {
  background: url(../img/zoom.png) no-repeat center rgba(0, 0, 0, 0.31);
}
.main-text .main-text-in.otz .otz-items img {
  width: 100%;
}
.main-text h2 {
  margin-top: 0;
}
.main-text .main-text-in {
  line-height: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-text .main-text-in a:hover svg path {
  fill: black;
}
.glyphicon-search
{
  pointer-events: initial;
  cursor: pointer;
}
.main-text .main-text-in p {
  margin-bottom: 25px;
}
.main-text .main-text-in p.large {
  margin: 20px 0;
}
@media (max-width:768px) {
  .header-bg {
    padding: 0;
  }
  .list-news-pagination {
    margin-top: 25px;
    text-align: center;
  }
  .navigation-menu {
    padding-left: -15px;
  }
  .navigation-menu .navigation-menu_ul {
    display: none;
  }
  .navigation-menu .navigation-menu_deepul {
    position: absolute;
    top: 100%;
    background: white;
    width: 100%;
  }
  .navigation-icon {
    height: 55px;
    padding: 15px 18px 15px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navigation-icon div.visible-xs {
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin-left: 19px;
    display: inline-block;
  }
  .navigation > .row {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0!important;
  }
  .navigation > div.row {
    background: #d81818;
    border-radius: 8px;
    height: 55px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .navigation > div.row .navigation-menu {
    padding-left: -15px;
    position: relative;
  }
  .navigation > div.row .navigation-menu .navigation-menu_ul {
    display: none;
    position: absolute!important;
    top: 100%;
    width: 100%;
    background: white;
    height: auto!important;
    box-shadow: 0 4px 13px -8px black;
  }
  .navigation > div.row .navigation-menu .navigation-menu_ul .navigation-menu_li {
    display: block;
    width: 100%;
  }
  .navigation > div.row .navigation-menu .navigation-menu_ul .navigation-menu_li.deeper.clicked .navigation-menu_link:after {
    background-color: transparent;
    background: url(../img/arrow-down1.svg);
    background-size: contain;
  }
  .navigation > div.row .navigation-menu .navigation-menu_ul .navigation-menu_li.deeper.clicked .navigation-menu_link {
    background: #373737;
    color: white!important;
  }
  .navigation > div.row .navigation-menu .navigation-menu_ul .navigation-menu_li.deeper.clicked .navigation-menu_link.active:after {
    background: url(../img/arrow-down1.svg) #373737;
    color: white!important;
  }

  .navigation > div.row .navigation-menu .navigation-menu_ul .navigation-menu_li.deeper.clicked .navigation-menu_deepul {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 45px;
  }
  .navigation > div.row .navigation-menu .navigation-menu_ul .navigation-menu_li.deeper .navigation-menu_link:after {
    content: "";
    display: inline-block;
    /* background: url(../img/arrow-down.svg) no-repeat; */
    width: 14px;
    height: 9px;
    background-size: contain;
    margin-left: 15px;
    background: url(../img/arrow-down.svg);
  }
  .navigation > div.row .navigation-menu .navigation-menu_ul .navigation-menu_li.deeper:hover .navigation-menu_deepul {
    display: none;
  }
  .navigation > div.row .navigation-menu .navigation-menu_ul .navigation-menu_li:first-child .navigation-menu_link {
    border-radius: 0px!important;
    background: white!important;
    display: block!important;
  }
  .navigation > div.row .navigation-menu .navigation-menu_ul .navigation-menu_li:first-child .navigation-menu_link:hover {
    background: white!important;
  }
  .navigation > div.row .navigation-menu .navigation-menu_ul .navigation-menu_li .navigation-menu_link {
    color: black!important;
    display: block!important;
    font-weight: bold;
    font-size: 16px;
    padding: 15px 15px 15px 64px;
  }
  .navigation > div.row .navigation-menu .navigation-menu_ul .navigation-menu_li .navigation-menu_link:hover {
    background: white;
    color: white;
  }
  .navigation > div.row .navigation-menu .navigation-menu_deepul {
    position: relative;
    top: 100%;
    background: white;
    width: 100%!important;
    padding: 5px;
    padding-left: 45px!important;
  }
  .footer-phone {
    text-align: center;
  }
  .footer-links {
    text-align: center;
  }
  .f-row {
    padding: 0;
  }
  .footer-phone {
    border-top: 2px solid #f2f2f2;
    padding-top: 21px;
  }
  .line {
    display: none;
  }
  .copyright-symbol {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 15px;
  }
  .uslugi {
    margin: 0;
  }
  .uslugi ul li {
    width: 99%;
  }
  .boxWithShadow {
    background-color: white;
    box-shadow: 0 4px 13px -8px black;
  }
  .boxWithShadow.contacts {
    background-color: transparent;
    box-shadow: none;
  }
  .boxWithShadow > div.row {
    background-color: transparent;
    box-shadow: none;
  }
  .contacts .main-slogan-contact {
    margin-top: 0;
  }
  .order-form {
    margin: 0 -20px;
  }

  .order-form button[type="submit"] {
    color: white;
    background-color: #d81818;
    border-color: #d81818;
    padding: 10px 30px;
  }
  .order-form .form-group {
    display: block;
  }
  .order-form .form-group label {
    width: 100%;
  }
  .order-form input {
    background-color: #e9e9eb;
    width: 100%;
    height:39px;
  }
  .order-form input:focus {
    box-shadow: none;
    border-color: #d0cfcf;
  }
  .order-form select {
    background-color: #e9e9eb;
    width: 100%;
  }
  .order-form select:focus {
    box-shadow: none;
    border-color: #d0cfcf;
  }
  .order-form textarea {
    background-color: #e9e9eb;
    width: 100%;
    max-width: 100%;
  }
  .order-form textarea:focus {
    box-shadow: none;
    border-color: #d0cfcf;
  }
  .search .search-plus {
    padding-left: 0;
  }
  .search .search-input {
    display: inline-block;
    position: relative;
  }
  .search .search-input span {
    color: #c7c7c7;
    position: absolute;
    right: 8px;
    font-size: 20px;
    top: 6px;
  }
  .search .search-input input {
    background-color: #e9e9eb;
    border-color: #c7c7c7;
    width: 100%;
    padding-right: 50px;
  }
  .search .search-input input:focus {
    box-shadow: none;
    border-color: #c7c7c7;
  }
  .sidemenu {
    padding: 0;
  }
  .sidemenu .sidemenu-in {
    padding: 0;
    box-shadow: 0 4px 0px #d81818;
    margin-bottom: 20px;
    position: relative;
  }
  .sidemenu .sidemenu-in h2 {
    margin-top: 0;
    padding: 20px 20px 20px 20px;
    margin-bottom: 0;
  }
  .sidemenu .sidemenu-in h2.opened:before {
    background: url(../img/close-black.png) no-repeat;
    background-size: contain;
  }
  .sidemenu .sidemenu-in h2:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 20px;
    background: url(../img/icon-menu-black.svg) no-repeat;
    background-size: contain;
    vertical-align: top;
    margin-right: 11px;
  }
  .sidemenu .sidemenu-in ul {
    padding-bottom: 20px;
    display: none;
  }
  .sidemenu .sidemenu-in ul li {
    width: 100%;
  }
  .sidemenu .sidemenu-in ul li.active {
    background-color: #f4f4f4;
    position: relative;
    padding-right: 5%;
  }
  .sidemenu .sidemenu-in ul li.active a {
    color: black;
    text-decoration: none;
    cursor: default;
  }
  .sidemenu .sidemenu-in ul li.active a:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../img/arrow-right.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 5%;
    top: 40%;
    display: none;
  }
  .sidemenu .sidemenu-in ul li.active a:hover {
    color: black;
    text-decoration: none;
  }
  .sidemenu .sidemenu-in ul li a {
    color: black;
    text-decoration: underline;
    display: block;
    width: 100%;
    padding: 10px 20px;
  }
  .sidemenu .sidemenu-in ul li a:hover {
    color: #d81818;
    text-decoration: underline;
  }
  .serv-article {
    margin: 0 -30px;
    border-radius: 0;
  }
  .navigation > div.row .navigation-menu .navigation-menu_ul .navigation-menu_li .navigation-menu_link.active {
    background: #bb1414;
    color:white!important;
  }
}
@media (min-width:768px) and (max-width:1200px) {
  .lang {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .navigation > div.row {
    background: #d81818;
    border-radius: 8px;
    height: 55px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .navigation > div.row .navigation-menu {
    padding-left: -15px;
    position: relative;
  }
  .navigation > div.row .navigation-menu .navigation-menu_ul {
    display: none;
    position: absolute!important;
    top: 100%;
    width: 410px;
    background: white;
    height: auto!important;
    box-shadow: 0 4px 13px -8px black;
  }
  .navigation > div.row .navigation-menu .navigation-menu_ul .navigation-menu_li {
    display: block;
    width: 100%;
  }
  .navigation > div.row .navigation-menu .navigation-menu_ul .navigation-menu_li.deeper.clicked .navigation-menu_link:after {
    background-color: transparent;
    background: url(../img/arrow-down1.svg);
    background-size: contain;
  }
  .navigation > div.row .navigation-menu .navigation-menu_ul .navigation-menu_li.deeper.clicked .navigation-menu_link {
    background: #373737;
    color: white!important;
  }
  .navigation > div.row .navigation-menu .navigation-menu_ul .navigation-menu_li.deeper.clicked .navigation-menu_deepul {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 45px;
  }
  .navigation > div.row .navigation-menu .navigation-menu_ul .navigation-menu_li.deeper .navigation-menu_link:after {
    content: "";
    display: inline-block;
    /* background: url(../img/arrow-down.svg) no-repeat; */
    width: 14px;
    height: 9px;
    background-size: contain;
    margin-left: 15px;
    background: url(../img/arrow-down.svg);
  }
  .navigation > div.row .navigation-menu .navigation-menu_ul .navigation-menu_li.deeper:hover .navigation-menu_deepul {
    display: none;
  }
  .navigation > div.row .navigation-menu .navigation-menu_ul .navigation-menu_li:first-child .navigation-menu_link {
    border-radius: 0px!important;
    background: white!important;
    display: block!important;
  }
  .navigation > div.row .navigation-menu .navigation-menu_ul .navigation-menu_li:first-child .navigation-menu_link:hover {
    background: white!important;
  }
  .navigation > div.row .navigation-menu .navigation-menu_ul .navigation-menu_li .navigation-menu_link {
    color: black!important;
    display: block!important;
    font-weight: bold;
    font-size: 16px;
    padding: 15px 15px 15px 64px;
  }
  .navigation > div.row .navigation-menu .navigation-menu_ul .navigation-menu_li .navigation-menu_link:hover {
    background: white;
    color: white;
  }
  .navigation > div.row .navigation-menu .navigation-menu_deepul {
    position: relative;
    top: 100%;
    background: white;
    width: 100%!important;
    padding: 5px;
    padding-left: 45px!important;
  }
  .contacts-block {
    padding: 0 30px;
  }
  .main-slogan-contact {
    padding: 0 17px;
  }
  .navigation-icon {
    height: 55px;
    padding: 15px 18px 15px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navigation-icon div.visible-sm {
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin-left: 19px;
    display: inline-block;
  }
  .copyright-symbol {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 15px;
  }
  .main-text {
    padding: 0;
  }
  .uslugi {
    margin: 20px 0 ;
  }
  .uslugi ul li {
    width: 46.9%;
  }
  .otz {
    display: none!important;
  }
  .order-form {
    margin: 0;
  }
  .order-form .form-group {
    display: -ms-flexbox;
    display: flex;
  }
  .order-form .form-group label {
    width: 180px;
  }
  .order-form input {
    background-color: #e9e9eb;
    width: 265px;
    height:39px;
  }
  .order-form input:focus {
    box-shadow: none;
    border-color: #d0cfcf;
  }
  .order-form select {
    background-color: #e9e9eb;
    width: 265px;
  }
  .order-form select:focus {
    box-shadow: none;
    border-color: #d0cfcf;
  }
  .order-form textarea {
    background-color: #e9e9eb;
    width: 405px;
    max-width: 405px;
  }
  .order-form textarea:focus {
    box-shadow: none;
    border-color: #d0cfcf;
  }
  .sidemenu {
    padding: 0;
  }
  .sidemenu .sidemenu-in {
    padding: 0;
    box-shadow: 0 4px 0px -1px #d81818;
    margin-bottom: 20px;
    position: relative;
  }
  .sidemenu .sidemenu-in h2 {
    margin-top: 0;
    padding: 20px 20px 20px 20px;
    margin-bottom: 0;
  }
  .sidemenu .sidemenu-in h2.opened:before {
    background: url(../img/close-black.png) no-repeat;
    background-size: contain;
  }
  .sidemenu .sidemenu-in h2:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 20px;
    background: url(../img/icon-menu-black.svg) no-repeat;
    background-size: contain;
    vertical-align: top;
    margin-right: 11px;
  }
  .sidemenu .sidemenu-in ul {
    padding-bottom: 20px;
    display: none;
  }
  .sidemenu .sidemenu-in ul li {
    width: 100%;
  }
  .sidemenu .sidemenu-in ul li.active {
    background-color: #f4f4f4;
    position: relative;
    padding-right: 5%;
  }
  .call-link span
  {
    border-bottom: 1px dotted;
  }

  .sidemenu .sidemenu-in ul li.active a {
    color: black;
    text-decoration: none;
    cursor: default;
  }
  .sidemenu .sidemenu-in ul li.active a:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../img/arrow-right.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 5%;
    top: 40%;
    display: none;
  }



  .sidemenu .sidemenu-in ul li.active a:hover {
    color: black;
    text-decoration: none;
  }
  .sidemenu .sidemenu-in ul li a {
    color: black;
    text-decoration: underline;
    display: block;
    width: 100%;
    padding: 10px 20px;
  }
  .sidemenu .sidemenu-in ul li a:hover {
    color: #d81818;
    text-decoration: underline;
  }
  .serv-article {
    margin: 0 -15px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .uslugi ul li {
    width: 45.9%;
  }
}
@media (max-width: 333px) {
  .sidemenu-in h2 {
    font-size: 16px;
    white-space: pre;
  }
}
