/* roboto-100 - cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url('fonts/roboto100.woff2') format('woff2');
}
/* roboto-100italic - cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url('fonts/roboto-v16-cyrillic-100italic.woff2') format('woff2');
}
/* roboto-300 - cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url('fonts/roboto300.woff2') format('woff2');
}
/* roboto-300italic - cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('fonts/roboto-v16-cyrillic-300italic.woff2') format('woff2');
}
/* roboto-regular - cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url('fonts/roboto400.woff2') format('woff2');
}
/* roboto-italic - cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url('fonts/roboto-v16-cyrillic-italic.woff2') format('woff2');
}
/* roboto-500 - cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url('fonts/roboto500.woff2') format('woff2');
}
/* roboto-500italic - cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url('fonts/roboto-v16-cyrillic-500italic.woff2') format('woff2');
}
/* roboto-700 - cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url('fonts/roboto-v16-cyrillic-700.woff2') format('woff2');
}
/* roboto-700italic - cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('/fonts/roboto-v16-cyrillic-700italic.woff2') format('woff2');
}
/* roboto-900 - cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url('fonts/roboto900.woff2') format('woff2');
}
/* roboto-900italic - cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url('fonts/roboto-v16-cyrillic-900italic.woff2') format('woff2');
}

.mobile-hide {
  display: none;
}

body {
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #efefef;
  font-size: 15px;
  line-height: 29px;
}
body.white-body{
	background-color: #ffffff;
}
h1{
  font-size: 36px;
  line-height: normal;
  text-transform: uppercase;
  margin: 40px 0 20px 0;
}

h2 {
  font-size: 32px;
  line-height: normal;
  text-transform: uppercase;
  margin: 40px 0;
}

h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 20px 0;
}

ul,
li {
  list-style-type: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

button {
  outline: none;
}

* {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}

header {
  height: auto;
  width: 100%;
  background-image: url(/img/content/header-img.jpg);
  background-position: 0px 0px;
  background-size: 1600px 750px;
  -webkit-background-size: cover;
}

header strong {
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  font-weight: bold;
  text-transform: uppercase;
}

header ::-webkit-input-placeholder {
  color: #ffffff;
}

header ::-moz-placeholder {
  color: #ffffff;
}

header :-moz-placeholder {
  color: #ffffff;
}

header :-ms-input-placeholder {
  color: #ffffff;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1167px;
  margin: 0 auto;
  padding: 0 20px;
}
/*
.footer-top .container{
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}*/

main a{color: #87181a;text-transform: none;}


.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
}

.header-top {
  padding-top: 20px;
  padding-bottom: 70px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 9px 20px 0px black;
  box-shadow: 0px 9px 20px 0px black;
}

.header-top .container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-top__logotype {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top__logotype a,  .header-top__logotype span {
  display: block;
  background-image: url(/img/content/logo-header.png);
  width: 190px;
  margin: 0 22px;
  background-size: 100%;
  height: 90px;
  background-repeat: no-repeat;
}

.header-top .search-form{
  position: relative;
  margin: 0 20px 0 40px;
}

.header-top .search-form input[type="text"], .header-top .search-form input[type="search"]{
  height: 40px;
  border: 1px solid #989196;
  padding: 9px 41px 9px 30px;
  font-style: italic;
  font-size: 14px;
  background: none;
  width: 100%;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-top .select-form select{
  /*border: 1px solid #989196;*/
  border:none;
  outline: none;
  padding: 10px 42px 10px 21px;
  font-style: italic;
  font-size: 13px;
  background: none;
  position: relative;
  width: 100%;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 4;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
  cursor: pointer;
  bottom: -2px;
}


.select-form:after{
  content: '';
  display: block;
  position: absolute;
  width: 98%;
  height: 38px;
  border: 1px solid #989196;
  z-index: 0;
  top: 0;

}
.header-top .select-form option {
  color: #0d6aad;

}


/*.header-top .search-form:after,  .header-top .select-form :after{
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  width: 19px;
  height: 19px;
  top: 0;
  bottom: 0;
  right: -9px;
  margin: auto;
}*/

.header-top .search-form button{
  right:-16px !important;
  transform-origin: 0 0;
  background: #0084ff url(/img/sprite/sprite.png);
  background-position: -130px -58px;;
  z-index: 10;
  cursor: hand; cursor: pointer;
}

.header-top .select-form span{
  right: -16px !important;
  transform-origin: 0 0;
  background: #0084ff url(/img/sprite/sprite.png);
  background-position: -87px -164px;
  z-index: 3;
  cursor: hand; cursor: pointer;
}

.d8 {
  width: 40px; height: 24px;
  background: #0084ff;
  transform: rotate(-90deg) translate(-40px, 0px);
  transform-origin: 0 0;
  position: absolute;
  top: 0px; right:0px;
  z-index: 10;
  border: none;
}

.d8:before, .d8:after {
  content: "";
  width: 0; height: 0;
  position: absolute; left: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.d8:before {
  top: -12px;
  border-bottom: 12px solid #0084ff;
  transform: rotate(0deg) translate(0px, 0px);
  transform-origin: 0 0;}

.d8:after{
  bottom: -12px;
  border-top: 12px solid #0084ff;
  transform: rotate(0deg) translate(0px, 0px);

}

.header-top .feedback-span {
  background: #10518e;
  min-height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 219px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  z-index: 1;
  cursor: pointer;
  font-size: 13px;
}

.header-top .feedback-span span {
  text-transform: uppercase;
  font-weight: bold;
}

.header-top .feedback-span:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -22px;
  background: url(/img/sprite/sprite.png);
  background-position: -7px -103px;
  width: 49px;
  height: 43px;
}

.header-top input[type="checkbox"] {
  display: none;
}

.header-top #showFeedback:checked ~ .feedback-span:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 12px;
  top: 12px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512.001 512.001'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M284.286, 256.002L506.143, 34.144c7.811-7.811, 7.811-20.475, 0-28.285c-7.811-7.81-20.475-7.811-28.285, 0L256, 227.717 L34.143, 5.859c-7.811-7.811-20.475-7.811-28.285, 0c-7.81, 7.811-7.811, 20.475, 0, 28.285l221.857, 221.857L5.858, 477.859 c-7.811, 7.811-7.811, 20.475, 0, 28.285c3.905, 3.905, 9.024, 5.857, 14.143, 5.857c5.119, 0, 10.237-1.952, 14.143-5.857L256, 284.287 l221.857, 221.857c3.905, 3.905, 9.024, 5.857, 14.143, 5.857s10.237-1.952, 14.143-5.857c7.811-7.811, 7.811-20.475, 0-28.285 L284.286, 256.002z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.header-top #showFeedback:checked ~ label {
  width: 290px;
}

.header-top #showFeedback:checked ~ .feedback-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-top .feedback-form {
  -webkit-box-shadow: 0px 28px 78px 8px black;
  box-shadow: 0px 28px 78px 8px black;
  background-color: #10518e;
  position: absolute;
  display: none;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 100%;
  padding-top: 0;
}

.header-top .feedback-form input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  background: none;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-style: italic;
}

.header-top .feedback-form button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  padding: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  background-color: #041b66;
  color: #ffffff;
  cursor: pointer;
}

.header-top .feedback-form button:hover {
  -webkit-box-shadow: 0 0 13px 2px black;
  box-shadow: 0 0 13px 2px black;
  -webkit-transition: -webkit-box-shadow .4s ease-in-out;
  transition: -webkit-box-shadow .4s ease-in-out;
  -o-transition: box-shadow .4s ease-in-out;
  transition: box-shadow .4s ease-in-out;
  transition: box-shadow .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
}

.header-top__feedback-phone {
  margin-top: 10px;
}

.header-top__feedback-phone .feedback {
  display: none;
}

.header-top__feedback-phone .phone {
  text-align: left;
}

.header-top__search-adress, .header-top__geo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  /*  margin-top: 10px;*/
  /*min-width: 250px;*/
}

.header-top__geo-block{
  max-width: 242px;
}

.header-top__search-adress .search {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 15px;
}
.header-top__geo-block .sity {
  width: 100%;
}

.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.phone span{
  line-height: 14px;
}

.adress {
  width: 200px;
  text-align: center;
}

.submit {
  position: relative;
  color: #fff;
  border: 1px solid #999196;
  font-weight: bold;
  padding: 4px 52px 5px 20px;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  line-height: 29px;
  font-size: 14px;
}

.submit .d8{
  right: -18px;
  top:-1px;
  background: #0084ff url(/img/sprite/sprite.png);
  background-position: -126px -162px;
}

.block__description .submit{
  background-color: rgba(0, 0, 0, 0);
  color: #414141;
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
}

/*.submit:after,
.submit:before {
  content: "";
  display: block;
  position: absolute;
}

.submit:after {
  background-color: #88181a;
  z-index: 1;
  border: 1px solid;
  width: 29px;
  height: 29px;
  top: 5px;
  right: -16px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.submit:before {
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  width: 21px;
  right: -11px;
  background: url(/img/sprite/sprite.png);
  background-position: -98px -63px;
}*/

.submit:hover {
  -webkit-box-shadow: 0px 0px 20px 0 #efefef;
  box-shadow: 0px 0px 20px 0 #efefef;
  -webkit-transition: -webkit-box-shadow .6s ease-in-out;
  transition: -webkit-box-shadow .6s ease-in-out;
  -o-transition: box-shadow .6s ease-in-out;
  transition: box-shadow .6s ease-in-out;
  transition: box-shadow .6s ease-in-out, -webkit-box-shadow .6s ease-in-out;
}

span {
  color: #fff;
  font-size: 14px;
}

.header-bottom {
  position: absolute;
  right: 0px;
  top: 205px;
}

.header-bottom #showMainMenu + label {
  color: white;
  font-size: 40px;
}

.header-bottom input[type="checkbox"] {
  display: none;
}

.header-bottom nav {
  display: none;
  height: 100vh;
  max-height: 100vh;
  background: #505052;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding-top: 48px;
}

.header-bottom #showMainMenu:checked ~ nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: scroll;
  box-sizing: border-box;
}

.header-bottom #showMainMenu:checked + label {
  z-index: 111;
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 0;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512.001 512.001'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M284.286, 256.002L506.143, 34.144c7.811-7.811, 7.811-20.475, 0-28.285c-7.811-7.81-20.475-7.811-28.285, 0L256, 227.717 L34.143, 5.859c-7.811-7.811-20.475-7.811-28.285, 0c-7.81, 7.811-7.811, 20.475, 0, 28.285l221.857, 221.857L5.858, 477.859 c-7.811, 7.811-7.811, 20.475, 0, 28.285c3.905, 3.905, 9.024, 5.857, 14.143, 5.857c5.119, 0, 10.237-1.952, 14.143-5.857L256, 284.287 l221.857, 221.857c3.905, 3.905, 9.024, 5.857, 14.143, 5.857s10.237-1.952, 14.143-5.857c7.811-7.811, 7.811-20.475, 0-28.285 L284.286, 256.002z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 100%;
  width: 25px;
  height: 25px;
}

.header-bottom .root-menu {
  width: 100%;
}

.header-bottom .root-menu a {
  display: block;
  line-height: 35px;
  font-size: 18px;
}

.header-bottom .root-menu li {
  position: relative;
  padding: 0 10px;
}

.header-bottom #showSubMenu3 + label:after {
  background: url(/img/sprite/sprite.png);
  background-position: -178px -63px;
  display: block;
  position: absolute;
  margin: auto;
  width: 13px;
  height: 7px;
}

.header-bottom .submenu {
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #505052;
  padding-top: 48px;
  margin-top: 48px;
}

.header-bottom .submenu a {
  padding: 5px 15px;
  line-height: 18px;
  color: #fff;
  font-weight: 100;
  font-size: 15px;
  text-transform: none;
}

.header-bottom .submenu li {
  padding: 0;
}

.header-slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 575px;
  z-index: 0;
  margin: 200px auto 0 auto;
  position: relative;
}

.header-slogan p {
  line-height: 38px;
  font-size: 24px;
  text-align: center;
  font-weight: 800;
  color: #fff;
  margin-bottom: 80px;
  text-shadow: 1px 1px 2px black, 0 0 1em black;
}

.header-slogan span {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
  color: #0084ff;
}

.header-auto{position: relative;width: calc(100% - 40px);height: 240px;}

.header-auto:after{
  content: "";
  position: absolute;
  bottom: -93px;
  left: 0;
  width: 402px;
  max-width: 100%;
  height: 240px;
  background-image: url(/img/content/header-slogan-auto.png);

}

main {
  margin: 20px 0;

}
.info-blocks{ }
.container{}
main img {
  max-width: 470px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 28px 78px -18px black;
  box-shadow: 0px 28px 78px -18px black;
}

main ul {
  padding-left: 16px;
}

main ul li {
  margin-bottom: 20px;
  line-height: 29px;
  list-style-type: disc;
  text-align: justify;
}

main ol {
  padding-left: 16px;
  font-weight: bold;
  font-size: 15px;
}

main ol li {
  text-align: justify;
  list-style-type: decimal;
}

main p {
  line-height: 29px;
  font-weight: normal;
  text-align: justify;
  font-size: 16px;
  color:#292929;
}

.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.gallery_table {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-around;
  flex-direction: row;
  align-items: left;
  flex-wrap: wrap;
  align-content: stretch;


}
.gallery_table .slider__item
{
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.gallery_table img{
  -webkit-box-shadow: 0px 22px 23px -14px #666666;
  box-shadow: 0px 22px 23px -14px #666666;
  max-width: 310px;
  width: 310px;
  height: 185px;
  max-height: 185px;
}

.slick-slider {
  width: 90%;
  margin: 0 auto;

}

.slick-slider img {
  -webkit-box-shadow: 0px 22px 23px -14px #666666;
  box-shadow: 0px 22px 23px -14px #666666;
}

.slider__nav{position: relative;}

.slider__nav .prev__slide, .slider__nav .next__slide{
  position: absolute;
  top: -175px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 477.175 477.175' fill='%23e41f22'%3E%3Cpath d='M360.7 229L135.7 4c-5.4-5.3-14-5.3-19.2 0s-5.3 13.8 0 19L332 238.7 116.5 454c-5.3 5.4-5.3 14 0 19.2 2.6 2.6 6 4 9.5 4 3.4 0 7-1.3 9.5-4l225-225c5.4-5.3 5.4-14 .2-19z'/%3E%3C/svg%3E");
}

.slider__nav .prev__slide{left: 0;transform: rotate(180deg)}
.slider__nav .next__slide{right: 0;}

.info-blocks .block {
  margin: 50px 0;
}

.info-blocks ul li {
  margin: 0;
}

main a:hover,
footer a:hover {
  color: #0084ff;
}

.block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

}

.block__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block__description h2 {
  text-align: center;
  margin-top: 0;
  font-weight: 600;
}

table {
  margin: 35px 0;
  border-spacing: 0;
}

table td {
  line-height: normal;
  font-size: 13px;
  width: 192px;
  padding: 10px 17px;
  text-align: center;
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
}

table thead tr {
  background-color: #041b66;
  color: #ffffff;
  font-weight: bold;
}

table tbody tr {
  background-color: #9d9599;
}

table tbody tr:nth-child(2n) {
  background-color: #505052;
}

footer strong {
  margin-left: 2px;
  font-size: 24px;
}

.footer-top {
  padding: 30px 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(/img/content/footer-bg_768.jpg);
  background-position: -206px 0px;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}

.footer-top__adress-phone-email .adress,
.footer-top__adress-phone-email .phone {
  text-align: left;
  margin-bottom: 40px;
  line-height: 23px;
}

.footer-top__adress-phone-email .adress,
.footer-top__adress-phone-email .phone,
.footer-top__adress-phone-email .email {
  padding-left: 50px;
  position: relative;
}

.footer-top__adress-phone-email .adress:before,
.footer-top__adress-phone-email .phone:before,
.footer-top__adress-phone-email .email:before {
  content: "";
  display: block;
  background: url(/img/sprite/sprite.png);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 31px;
  height: 31px;
  background-repeat: no-repeat;
}

.footer-top__adress-phone-email .email a {
  color: #fff;
  font-size: 14px;
  text-transform: none;
  text-decoration: underline;
}

.footer-top__adress-phone-email .adress::before {
  background-position: -74px -103px;
}

.footer-top__adress-phone-email .phone::before {
  background-position: -174px -103px;
}

.footer-top__adress-phone-email .email::before {
  background-position: -124px -102px;
}

.footer-top__menu,
.footer-top__adress-phone-email {
  margin-bottom: 20px;
}

.footer-top__menu ul li {
  padding: 5px 0;
  line-height: 26px;
}

.footer-top__feedback {
  min-width: 180px;
  background-color: #041b66;
  padding: 30px;
}

.footer-top__feedback form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-top__feedback input,
.footer-top__feedback textarea {
  font-style: italic;
  padding: 7px;
  margin-bottom: 1px;
  border: none;
  font-size: 13px;
  box-shadow: inset 2px 0 8px rgba(0,0,0,0.1),inset 0px 2px 8px rgba(0,0,0,0.1),inset 0px 0 8px rgba(0,0,0,0.1),inset 2px 2px 8px rgba(0,0,0,0.1);

}

.footer-top__feedback input:focus,
.footer-top__feedback textarea:focus {
  box-shadow: inset 2px 0 30px rgba(0,0,0,0.2),inset 0px 2px 8px rgba(0,0,0,0.1),inset 0px 0 8px rgba(0,0,0,0.1),inset 2px 2px 8px rgba(0,0,0,0.1);
  color: #131313;
}

.footer-top__feedback .submit {
  margin-top: 20px;
  max-width: 168px;
}

.footer-bottom {
  padding: 10px 0;
  background-color: #1e212d;
}

.footer-bottom .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-bottom__logotype {
  margin: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.footer-bottom__logotype .icon {
  display: block;
  margin: 0 20px;
  width: 200px;
  height: 90px;
  background: url('/img/sprite/sprite.png') 5px -199px;
}

.footer-bottom__webmechanica {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 25px;

}

.footer-bottom__webmechanica .icon {
  display: block;
  margin: 0 20px;
  width: 115px;
  height: 33px;
  background: url('/img/sprite/sprite.png') -98px -10px;
}

.footer-bottom__webmechanica a {
  text-transform: none;
}

.footer-bottom__webmechanica span {
  text-align: center;max-width: 400px;
  line-height: 1;
}
/**************BEGIN: ФОРМЫ ************************/
/* @import "/components/forms/feedback.scss";*/
/***************END: ФОРМЫ *****************/
@media (min-width: 768px) {
  .tablet-on {
    display: block;
  }

  .header-top .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-top__feedback-phone {
    margin-top: 0;
    margin-right: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-top__feedback-phone strong {
    margin-left: 2px;
    font-size: 26px;
    line-height: 22px;
  }

  .header-top__search-adress{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }


  .header-top__logotype {
    max-width: 490px;
    width: auto;
    margin: 0;
  }



  .root-menu {
    -webkit-columns: 2;
    columns: 2;
  }
/*
  .footer-top__menu ul {
    -webkit-columns: 3;
    columns: 3;
  }
*/

  .footer-top__feedback {
    min-width: 270px;
  }
}

@media (min-width: 768px) {
  .header-top__search-adress, .header-top__geo-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-top__search-adress .search, .header-top__geo-block .sity {
    position: initial;
    margin-top:0px;
    max-width: 242px;
    display: block;
  }



}
@media (max-width: 768px) {
  .footer-top__adress-phone-email {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .adress{
    width: initial;
  }
}

@media (max-width: 1023px) {
  .phone .phone_main{
    display: block;
  }
  .footer-top__feedback{
    width: calc(100% - 60px);
  }
  h1 {
    font-size: 18px;}

  h2{
    font-size: 16px;
    margin: 30px 0 20px;
  }

  h3{
    font-size: 14px;
    font-weight: 600;
    margin: 15px 0;
  }

  table{
    margin-top: 15px;
  }
  main ul {
    margin-bottom: 15px;
  }
  main ul li{
    margin-bottom: 0;
  }

  .info-blocks .block{
    margin: 0;
  }

  header{
    background-repeat: no-repeat;
  }

  .header-slogan{
    margin: 20px auto;

  }

  .header-slogan span{
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
  }

  .header-slogan p{
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.5;
  }
  main p{
    line-height: 1.2;
    padding-bottom: 10px;
  }

  .block__description .submit{
    margin: 15px 0;
  }

  .header-auto{
    display: none;
  }

  .block__description h2{
    margin: 30px 0 20px;
  }
  .header-top__feedback-phone {
    margin-top: 0;
    margin-right: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-top .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header-top__logotype {
    max-width: 490px;
    width: auto;
    margin: 0;
  }
  .header-bottom {
    top: 20px;
  }
  .show-city{
    display: none;
    background-image: url('/img/placeholder.svg');
    background-size: 25px 25px;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    z-index: 10;
    background-origin: content-box;
  }
  #show-city:checked ~ .sity {
    display: block;
    position: absolute;
    bottom: -45px;
  }
  #show-city:checked ~ .sity .select-form{
    position: absolute;
    margin: 0;
    left: 0;
    bottom: 0px;
    width: 100%;
  }

  /*.header-top__geo-block .sity{*/
    /*display: none;*/
  /*}*/
  .header-top__geo-block .adress {
    line-height: 1.3;
    text-align: left;
    margin-left: 10px;
    margin-top: 10px;
    width: initial;
    max-width: 200px;
  }

  .header-top .container{
    margin-top: 50px;

  }
  .header-top__geo-block{
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-top__logotype a, .header-top__logotype span {
    display: block;
    width: 189px;
    height: 66px;
    margin: 0;
    background-image: url(/img/logo.png);
  }
  .header-top__search-adress{
    position: absolute;
    left: -20px;
    top: -58px;

  }
  .header-top__search-adress .search{
    display: none;
    max-width: initial;
    width: 400px;
    margin-top: 8px;
  }
  .show-search {
    background-image: url('/img/search.svg');
    background-size: 25px 25px;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    top: 8px;
    left: 40px;
    position: absolute;
    z-index: 10;
    background-origin: content-box;
  }
  .close-search {
    background-image: url('/img/close.svg');
    background-size: 15px 15px;
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    top: 20px;
    right: 30px;
    position: absolute;
    z-index: 5;
    background-origin: content-box;
  }
  .header-top__feedback-phone{
    margin-right: 0;
  }
  .header-top{
    padding-bottom: 20px;
  }
  #show-search:checked ~ .search{
    display: block;
  }
  #show-search:checked ~ .search .search-form button,
  #show-search:checked ~ .show-search{
    display: none;
  }
}

@media (min-width: 1024px) {
  .show-city, .show-search{
    display: none;
  }
  .header-top__search-adress, .header-top__geo-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  header {
    height: 70vh;
    min-height: 750px;
  }

  header strong {
    font-size: 19px;
  }

  .header-top {
    position: relative;
    padding: 20px 0;
    z-index: 2;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .header-top .search-form, .header-top .select-form {
    margin: 0;
  }

  .header-top__logotype {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header-top__logotype a, .header-top__logotype span{
    height: 135px;
  }




  .header-top__search-adress .adress, .header-top__geo-block .adress {
    text-align: right;
  }

  .header-top__feedback-phone {
    width: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-top__feedback-phone .feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    /*margin-top: 6px;*/
  }

  .header-bottom {
    position: relative;
    -webkit-box-shadow: 0 0 20px 6px #050c12;
    box-shadow: 0 0 20px 6px #050c12;
    background: #505052;
    top: 0;
    z-index: 1;
  }

  .header-bottom #showMainMenu + label,
  .header-bottom #showMainMenu:checked + label {
    display: none;
  }

  .header-bottom #showSubMenu3 + label:after {
    content: "";
    bottom: 9px;
    right: 0;
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .header-bottom nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: none;
    height: auto;
    padding: 0;
  }

  .header-bottom .root-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-columns: initial;
    columns: initial;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-bottom .submenu {
    position: absolute;
    left: 0;
    top: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #10518e;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding: 8px 0;
    margin: 0;
  }

  .header-bottom #showSubMenu3 + label:after {
    background: url(../img/sprite/sprite.png);
    background-position: -178px -63px;
    display: block;
    position: absolute;
    margin: auto;
    width: 13px;
    height: 7px;
  }

  .header-bottom #showSubMenu3 + label:after {
    content: "";
    bottom: 13px;
    right: 0;
    left: 100%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .header-bottom .root-menu li:hover #showSubMenu3 + label:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .header-bottom .root-menu li:hover .submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-bottom .root-menu li:hover {
    cursor: pointer;
    background-color: #10518e;
  }

  .header-bottom .root-menu li:hover #showSubMenu3 + label:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .header-bottom .root-menu li li:hover {
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    background-color: #041b66;
  }

  .block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .block__description {
    margin: 0;
    width: 57%;
  }

  .block__img {
    width: 40%;
    height: 100%;
  }

  .block .test-block {
    width: 45%;
  }

  .footer-top {
    background-image: url(/img/content/footer-bg.jpg);
    background-position: left top;
  }

  .footer-top .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .footer-top__menu ul,
  .footer-top__adress-phone-email {
    -webkit-columns: auto;
    columns: auto;
  }

  .footer-top__menu,
  .footer-top__adress-phone-email {
    margin: 0;
  }

  .footer-top__menu ul li {
    padding: 0;
  }

  .footer-top__menu ul li + li {
    padding-top: 10px;
  }

  .footer-bottom__logotype {
    margin-bottom: 0;
  }

  .footer-top__feedback {
    max-width: 270px;
    margin-top: -43px;
  }


}


@media (min-width: 1170px) {
  .desktop-on {
    display: block;
  }
}

@media (max-width: 425px) {
  .header-top__logotype
  {
    width:100%;
    position: relative;
    top: -10px;
  }
  .header-top__feedback-phone{
    margin: 0 auto 15px;
  }

   .footer-top__adress-phone-email{
    width: 100%;
  }
  .header-wrap .header-top{
    padding-bottom: 0;
  }
  .header-top__logotype span{
    width: 160px;
  }
  .header-top .container{
    margin-top: 0px;

  }
  .header-top__search-adress{
    top: -7px;
  }

}
@media (max-width: 767px) {

  .container .close-search{
    top: 13px;
  }
  .footer-top .container{
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-top__feedback{
    width: 100%;
  }
}

@media (max-width: 700px) {
  .header-top .search-form{
    background: #000;
  }
  .header-static .header-top .search-form{
    background: #474747;
  }

  .container .header-top__geo-block {
    right: 100px;
  }
  .container .show-city {
    right: -42px;
    top: 0;
  }
  #show-city:checked ~ .sity {
    top: 0px;
    right: -30px;
    height: 40px;
    margin-top: 0;
  }
  #show-city:checked ~ .sity .select-form{
    bottom: initial;
  }

  .show-city {
    right: -41px;
  }
  .header-top__geo-block .adress{
    display: none;
  }
  .header-top__geo-block{
    position: absolute;
    right: 120px;
    top: -50px;
    width: 200px;
    height: 40px;
  }
  .close-search{
    top: 13px;
  }
  #show-search:checked ~ .search{
    margin-top: 8px;
    width: 250px;
    z-index: 100;
  }
  .show-city{
    position: absolute;
    right: -50px;
  }

  .header-top .container{
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .header-top {
    padding-bottom: 20px;
  }

}


@media (max-width: 1023px) {
  .footer-top__adress-phone-email{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-top__menu ul li{
    padding: 5px 10px;
  }

  .footer-top__menu ul{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
  }

  .header-top__feedback-phone strong {
    margin-left: 2px;
    font-size: 26px;
    line-height: 22px;
  }
  .header-bottom .root-menu label {
    display: block;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
  }

  .header-bottom .root-menu input[type="checkbox"]:checked ~ a {
    position: fixed;
    z-index: 112;
    top: 48px;
    left: 40px;
    line-height: 65px;
  }

  .header-bottom .root-menu #showSubMenu3 + label:after {
    content: "";
    bottom: 0;
    right: 15px;
    top: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .header-bottom .root-menu #showSubMenu3:checked ~ label {
    position: fixed;
    z-index: 111;
    width: 100%;
    height: 50px;
    left: 0;
    top: 55px;
    background: #505052;
  }

  .header-bottom .root-menu #showSubMenu3:checked ~ label::after {
    left: 15px;
    right: 100%;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  .root-menu input[type="checkbox"]:checked ~ .submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: scroll;
    padding-top: 0;
    top: 48px;
    height: calc(100vh - 96px);
  }

  .block:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 560px) {
  /*
  .footer-top__adress-phone-email{
    margin-bottom: 0;
  }*/
  .footer-top__menu ul{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-top__menu{
    min-height: 234px;
  }
}

.article-block{
  padding-bottom: 40px;
}
.article-block__date{
  font-size: 14px;
  color: #5f7880;
  font-style: italic;
  margin-bottom: 10px;
}
.article-block__title{
  font-weight: bold ;
  color: #292929;
  font-size: 17px;

}
.article-block__desc{
  font-size: 16px;
}

.article-block .submit{
  margin-top: 7px;
  display: inline-block;
  background-color: transparent;
  color: #292929;
}
.msg-wrap{
  color: #ffffff; padding: 5px 0;
}

.header-static{
  height: auto;
  min-height: 0;
  background: none;
}

.current{
  color: #292929;
  font-size: 15px;
  font-weight: 600;
}

main .pager a{
  color: #10518e;
  font-size: 15px;
  font-weight: 600;
}

.header-top__geo-block .adress{
  line-height: 1.3;
}

#vb_mb
{
  display:none
}
#wh_mb
{
  display:none
}

@media (max-width:1024px)
{
  #vb_pk, #wh_pk{display:none}
  #vb_mb, #wh_mb{display:block}
}

.footer-bottom__social{
  width: 70px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width:424px) {



  .footer-bottom .container{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.phone_main{
  display: none;
  margin-top: 7px;
}

.block-html {
  overflow-y: hidden !important;
}
@media (max-width:425px) {
  .container  .header-top__geo-block{
    position: relative;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: 0 auto 15px;
  }
}

.search_block{
  padding-bottom: 20px;
}
.search_all{font-size: 12px; font-style: italic}

.viber, .whatsapp{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #000;
  font-weight: 600;
  margin: 5px 0 5px;
}
.viber:before{
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  margin:0 5px 0px 0;
  background: url(../img/viber3.svg) no-repeat;
  background-size: contain;
  line-height: 1;
}
.whatsapp:before{
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  margin:0 5px 0px 0;
  background: url(../img/whatsapp3.svg) no-repeat;
  background-size: contain;
  line-height: 1;
}

#viber, #whatsapp {
  position: absolute;
  padding: 10px;
  background: #fff;
  top: -105px;
  right: 0;
  line-height: 1.3;
  font-size: 13px;
  z-index: 10;
  text-align: center;
  width: 250px;
  opacity:0;
  transition: 0.5s;
}

#show_viber:checked ~ #viber, #show_whatsapp:checked ~ #whatsapp{
  opacity:0.9;
  transition: 0.5s;
}

[name=show_social]{
  display: none;
}
.link_viber{
  text-indent: -100000px;
  width: 30px;
  height: 30px;
  background: url(../img/viber.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  cursor: pointer;
}
.link_whatsapp{
  text-indent: -100000px;
  width: 30px;
  height: 30px;
  background: url(../img/whatsapp.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  cursor: pointer;
}
.pos_rel{
  position: relative;
}

.red{
  color: red;
}
.social_block{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.link_social{
  box-shadow: none;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 29px;
  margin: 5px 5px 5px 0;
}


@media (max-width:1023px) {
  .link_social{
    margin: 0px 5px 10px 0;
  }
}

/* == @/cerxx edit == */
.categories-row.CR {
    display: flex;
    justify-content: space-between;
}
.CR__item_fig img{
	max-width: 200px;
	transition: .3s;
	box-shadow: none;
}
.CR__item{
	flex: 0 0 30%;
	font-size: 16px;
	font-weight: bold;
}
@media(min-width: 600px){
	a.CR__item:hover img {
    	opacity: .8;
    	transform: scale(1.05);
	}
	.categories-row.CR {
		margin-bottom: 35px;
	}
}
@media(max-width: 599px){
	.CR__item{
		flex: 0 0 100%;
    	text-align: center;
    	margin-bottom: 55px;
	}	
	.categories-row.CR {
		flex-wrap: wrap;
	}
	figure.CR__item_fig{
		position: relative;
	}
	figure.CR__item_fig:after {
	    position: absolute;
	    bottom: -25px;
	    width: 50%;
	    height: 0;
	    left: 50%;
	    border-bottom: 1px solid #bcbcbc;
	    transform: translateX(-50%);
	    content: '';
	}
}
/* == ;/cerxx edit == */