.bistrii-podbor {
  height: auto;
  flex-wrap: wrap;
  width: 100%;
}

.item-container {
  display: flex;
  flex-wrap: wrap;
  transition: 0.35s ease-in-out;
  transition-delay: 0.1s;
  height: 100px;
}

.item-container.open {
  height: 299px;
}

.bistrii-podbor .item {
  height: auto;
  min-height: 100px;
  width: 25%;
  margin-left: -1px;
  margin-bottom: -1px;
}

.bistrii-podbor .item.open {
  margin-bottom: -2px;
}

.bistrii-podbor .item .name {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  border: 1px solid #f2f2f2;
  border-bottom: unset;
  font-weight: 600;
}

.bistrii-podbor .item .variants {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 0px;
  max-height: 0px;
  transition: 0.35s ease-in-out;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  border-top: 0px;
}

.bistrii-podbor .item.open .variants {
  height: 200px;
  max-height: 400px;
  /*box-shadow: 0px 0px 20px rgba(0,0,0,0.10);*/
}

.text-on-main {
  margin-bottom: 40px;
  margin-top: -60px;
}

.page-top-wrapper.grey {
  background-color: white;
}

.front.wide_page .grey_block.big_banner_main_page .top_big_banners>.row>.col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.front .blog_wrapper .top_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.front .news_akc_block .top_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 80px;
  padding-top: 20px;
}

.front.wide_page .big_banner_main_page .top_slider_wrapp {
  padding-bottom: 0px;
}

.front .big_banner_main_page .top_slider_wrapp .flexslider .slides>li {
  background-size: cover;
  /*height: 700px;*/
  height: 550px;
}

.big_banner_main_page .top_slider_wrapp .flexslider .slides>li .text {
  padding-bottom: 50px;
}

.big_banner_main_page .top_slider_wrapp .flexslider .wrapper_inner,
.big_banner_main_page .top_slider_wrapp .flexslider .wrapper_inner .table-no-border {
  height: inherit;
}

.big_banner_main_page .top_slider_wrapp .flexslider .slides>li .img {
  text-align: end;
  padding-right: 28px;
}

.big_banner_main_page .top_slider_wrapp .flexslider .slides>li:not(.image) .img img {
  position: relative;
}

.big_banner_main_page .flexslider .flex-control-nav {
  display: none;
}

.big_banner_main_page .flexslider .banner_buttons a {
  padding: 11px 40px 12px;
  font-weight: 500;
  border-radius: 10px;
  margin-top: 45px;
  font-size: 16px;
  border: 2px solid #ffc366;
}

.big_banner_main_page .flexslider .banner_buttons a .big_banner_main_page .flexslider .light .banner_title {
  margin-bottom: 30px;
}

.big_banner_main_page .flexslider .light .banner_title span {
  font-size: 32px;
}

.big_banner_main_page .flexslider .banner_text {
  font-size: 17px;
}

.big_banner_main_page .top_big_banners>.row {
  margin: 0px;
}

.top_slider_wrapp .flex-direction-nav li {
  top: 55%;
}

.big_banner_main_page .top_slider_wrapp .flex-direction-nav li.flex-nav-next a.flex-next,
.big_banner_main_page .top_slider_wrapp .flex-direction-nav li.flex-nav-prev a.flex-prev {
  background-position: unset;
  width: 24px;
  height: 43px;
  opacity: 0.7;
  transition: 0.35s ease-in-out;
}

.big_banner_main_page .top_slider_wrapp .flex-direction-nav li.flex-nav-next a.flex-next {
  background-image: url("/images/arrows/arrow-right.png");
}

.big_banner_main_page .top_slider_wrapp .flex-direction-nav li.flex-nav-prev a.flex-prev {
  background-image: url("/images/arrows/arrow-left.png");
}

.big_banner_main_page .top_slider_wrapp .flex-direction-nav li.flex-nav-next a.flex-next:hover,
.big_banner_main_page .top_slider_wrapp .flex-direction-nav li.flex-nav-prev a.flex-prev:hover {
  opacity: 1;
}

.big_banner_main_page .top_slider_wrapp .flex-direction-nav li {
  width: 24px;
  height: 43px;
  border: unset;
  border-radius: 0;
  background-color: unset;
}

.services-company .services-list {
  display: flex;
  flex-wrap: wrap;
}

.services-company .services-list .services-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 260px;
  background-color: #007bc2;
  margin-bottom: 29px;
  border-radius: 10px;
}

.services-company .services-list .services-item:hover {
  box-shadow: 0px 0px 32px 5px rgba(0, 0, 0, 0.15);
  transition: all ease 0.2s;
}

.services-company .services-list .services-item:not(:last-child) {
  margin-right: 30px;
}

.services-company .services-list .services-item .services-text {
  font-weight: bold;
  color: white;
  font-size: 16px;
  text-align: center;
  margin-top: 18px;
}

.services-company .services-list .services-item a img {
  height: 120px;
}

.info-about-company img {
  border-radius: 10px;
}

.info-about-company {
  display: flex;
  margin-bottom: 45px;
  padding-top: 40px;
}

.info-about-company .text-area {
  display: flex;
  flex-direction: column;
  border: 1px solid #f2f2f2;
  padding: 0px 45px;
  border-radius: 10px;
}

.info-about-company .text-area a {
  display: flex;
  justify-content: center;
  border: 2px solid #ffffff !important;
  background: #ffc366 !important;
  border-radius: 10px;
  padding: 12px 0;
  width: 180px;
  font-size: 16px;
  margin-top: 20px;
  color: #ffffff !important;
}

.front .realize-projects_block .top_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 80px;
  margin-bottom: 2px;
}

.realize-projects_block .top_block a {
  font-size: 1em;
}

.realize-projects_block .items .item_block {
  margin: 0px 30px 20px 0px;
  text-align: left;
}

.realize-projects_block .items>li {
  overflow: visible;
}

.realize-projects_block .item {
  box-shadow: 0 0 1px #ccc inset;
  background: #fff;
  -webkit-transition: box-shadow ease-out 0.2s, border ease-out 0.2s;
  -moz-transition: box-shadow ease-out 0.2s, border ease-out 0.2s;
  -o-transition: box-shadow ease-out 0.2s, border ease-out 0.2s;
  transition: box-shadow ease-out 0.2s, border ease-out 0.2s;
}

.realize-projects_block .item:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.realize-projects_block .slides .item .img {
  text-align: center;
  overflow: hidden;
  width: 100%;
}

.realize-projects_block li:hover .img img {
  filter: none;
}

.realize-projects_block .img img {
  vertical-align: middle;
  border-radius: 10px;
  max-width: 100%;
}

.realize-projects_block .item .info {
  padding: 15px 20px 22px;
  line-height: 18px;
}

.realize-projects_block .item .info .name {
  font-size: 1em;
  display: block;
  font-weight: bold;
  line-height: 20px;
}

.top_two_links {
  width: 100%;
  display: table;
  position: relative;
  z-index: 10;
  top: -108px;
}

.top_two_links.main_page .ancor {
  font-size: 24px;
  font-weight: 600;
}

.front .blog_wrapper .top_block {
  padding-top: 20px;
}

/*Футер*/

footer .footer-custom {
  padding-top: 40px;
}

footer .footer-custom .help {
  margin-top: 20px;
}

#footer .footer_inner.footer-grey.footer-custom .wrapper_inner,
.footer_inner.footer-grey.footer-custom .bottom_wrapper .maxwidth-theme,
.footer_inner.footer-grey.footer-custom .bottom-middle,
.no_fill.footer-grey.footer-custom .bottom_wrapper,
.footer_inner.no_fill.footer-custom {
  background-color: white;
}

footer .footer-custom .bottom-menu .items>.item-link a,
footer .footer-grey.footer-custom .bottom-menu a,
footer .footer-custom .white_middle_text,
footer .footer-custom .phone a,
footer .footer-custom .info,
footer .footer-grey.ext_view.footer_inner .social-icons .small_title,
footer .ext_view.footer-custom .bottom-menu .items>.item-link span {
  color: black;
}

footer .footer-grey.footer-custom .bottom-menu .wrap a,
footer .footer-custom .info .email a {
  font-weight: 600;
}

footer .footer-custom .info .email a {
  color: #315f97;
}

footer .ext_view.footer-custom .bottom-menu .items>.item-link a,
footer .ext_view.footer-grey.footer-custom .white_middle_text,
footer .ext_view.footer-custom .bottom-menu .items>.item-link span {
  text-transform: uppercase;
}

footer .ext_view.footer_inner.footer-custom .social-icons .small_title {
  margin-bottom: 20px;
}

footer .ext_view .bottom-under {
  border: unset;
}

footer .footer-custom .bottom_wrapper {
  padding-top: 30px;
  border-top: 1px solid #f2f2f2;
}

footer .footer-custom .info.contacts_block_footer {
  padding-left: 0px;
}

.footer-custom .logo img {
  max-height: 46px;
  width: 180px;
  margin-left: -20px;
}

footer .info .blocks {
  padding: 0px;
}

footer .info .blocks:before,
#footer .footer_bottom_inner .phone_block .phone:before {
  display: none;
}

.footer-custom .footer_2 .col-md-12.hidden-xs {
  padding-left: 0px;
  padding-right: 0px;
}

.footer-custom .social-icons {
  text-align: left;
  margin-top: 40px;
  padding-left: 15px;
  padding-right: 20px;
}

.footer-custom .social-icons ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-custom .social-icons .vk a {
  background-image: url("/images/logo-vk.png");
  width: 20px;
  height: 12px;
}

.footer-custom .social-icons .facebook a {
  background-image: url("/images/logo-facebook.png");
  width: 9px;
  height: 17px;
}

.footer-custom .social-icons .instagram a {
  background-image: url("/images/logo-inst.png");
  width: 15px;
  height: 15px;
}

.footer-custom .social-icons .ytb a {
  background-image: url("/images/logo-youtoobe.png");
  width: 20px;
  height: 14px;
}

.footer-custom .social-icons .odn a {
  background-image: url("/images/logo-ok.png");
  width: 10px;
  height: 17px;
}

.footer-custom .rounded_block .social-icons li {
  width: auto;
  margin-bottom: 20px;
}

.footer-custom .rounded_block .social-icons li a {
  background-repeat: no-repeat;
  background-position: center;
  margin: 0px;
  border-radius: unset;
}

.footer-custom .footer_2 .futer-button {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
  padding: 0;
}

.footer-custom .footer_2 .btn-default.btn-default.white {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 50px;
  padding: 0px;
  border: 3px solid #315f97;
  border-radius: 40px;
}

.footer-custom .footer_2 .btn.btn-default.white:hover {
  color: #ffffff !important;
  background: #315f97;
}

.footer-custom .footer-info {
  border: 1px solid #f3f3f3;
}

.footer-info .copy {
  padding: 25px 0px;
  color: #666666;
}

.mega-menu table td .wrap>a {
  font-weight: unset;
}

.region-block {
  border-top: 1px solid #f3f3f3;
}

.region-block ul {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0px;
}

.region-block ul span {
  color: black;
  font-weight: 600;
}

.region-block ul li:before {
  display: none;
}

/*Выпадаха*/
.menu-row .mega-menu table td.catalog.wide_menu .wrap>.dropdown-menu {
  width: 86vw;
  max-width: 1360px;
}

.menu-row .mega-menu table td.catalog.wide_menu:hover>.wrap>.dropdown-menu>li>a {
  font-size: 14px;
  color: black;
  font-weight: 700 !important;
  margin-bottom: 0px;
  padding-bottom: 12px !important;
}

.menu-row .mega-menu table td.catalog.wide_menu:hover>.wrap>.dropdown-menu>li>a:hover {
  color: #383838;
}

.menu-row .mega-menu table td.catalog.wide_menu>.wrap>.dropdown-menu>li>.dropdown-menu li.menu-item.depth_level_3>a {
  font-weight: 700;
  color: #315f97;
  margin-bottom: 15px;
}

.menu-row .mega-menu table td.catalog.wide_menu>.wrap>.dropdown-menu>li>.dropdown-menu li.menu-item.depth_level_3>.dropdown-menu>.menu-item>a {
  color: #a3a2a2;
  margin-bottom: 5px;
}

.menu-row .mega-menu table td.catalog.wide_menu>.wrap>.dropdown-menu>li>.dropdown-menu li.menu-item.depth_level_3>.dropdown-menu>.menu-item>a:hover {
  color: #315f97;
}

.menu-row .mega-menu table td.catalog.wide_menu>.wrap>.dropdown-menu>li>.dropdown-menu li.menu-item.depth_level_3>.dropdown-menu>.menu-item>a>.name:before {
  content: "—";
}

.menu-row .mega-menu table td.catalog.wide_menu>.wrap>.dropdown-menu>li>.dropdown-menu>li {
  /*width: 280px;*/
  width: 100%;
}

.menu-row .mega-menu table td.catalog.wide_menu>.wrap>.dropdown-menu>li:nth-child(2) {
  padding-left: 30px;
}

.catalog.wide_menu>.wrap>.dropdown-menu>.dropdown-submenu:first-child>.dropdown-menu {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.menu-row .mega-menu table td.catalog.wide_menu>.wrap>.dropdown-menu>li:nth-child(1)>a {
  border-right: 1px solid #dedcdc;
}

.menu-row .mega-menu table td.catalog.wide_menu>.wrap>.dropdown-menu>li:nth-child(1)>ul>li {
  border-right: 1px solid #dedcdc;
  padding-right: 20px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.menu-row .mega-menu table td.catalog.wide_menu>.wrap>.dropdown-menu>li:nth-child(1)>.dropdown-menu>li:first-child {
  padding-right: 20px;
}

.menu-row .mega-menu table td.catalog.wide_menu:hover>.wrap>.dropdown-menu {
  border-right: 1px solid #dedcdc;
  border-left: 1px solid #dedcdc;
  border-bottom: 1px solid #dedcdc;
}

.menu-row .menu-only .mega-menu table td:not(.wide_menu) .dropdown-menu {
  border-right: 1px solid #dedcdc;
  border-left: 1px solid #dedcdc;
  border-bottom: 1px solid #dedcdc;
  width: auto;
  margin-top: -15px;
}

.menu-row .menu-only .mega-menu table td:not(.wide_menu) .dropdown-menu li a {
  display: flex;
  border: unset;
}

.menu-row .menu-only .mega-menu table td:not(.wide_menu) .dropdown-menu li a:before {
  display: block;
  content: "\2014";
  padding-right: 5px;
}

body .mega-menu table td .wrap>.dropdown-menu>li:first-of-type:before {
  display: none;
}

.mega-menu td .wrap>a .line-wrapper .line {
  bottom: -10px;
}

/*О компании*/
.about-company-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.about-company-grid-block {
  position: relative;
  min-height: 414px;
  background-color: #f5f5f5;
}

.about-company-grid-block--higher {
  height: 533px;
}

.about-company-grid__two {
  grid-column-start: 1;
  grid-column-end: 3;
}

.about-company-grid-block .wide-image {
  width: 100%;
  height: 100%;
}

.about-company-grid-block .text {
  display: flex;
  flex-direction: column;
  padding-left: 45px;
  padding-right: 30px;
  padding-top: 35px;
  color: #383838;
  font-size: 16px;
  padding-bottom: 20px;
}

.about-company-grid-block .text .logo-image {
  margin-bottom: 25px;
}

.about-company-grid-block .text a {
  color: black;
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 25px;
}

.bookmark {
  display: flex;
  align-items: center;
  height: 96px;
  position: absolute;
  bottom: 60px;
  background-image: url("/images/bookmark2.png");
  width: 392px;
  background-repeat: no-repeat;
  padding-left: 25px;
  padding-right: 10px;
  color: white;
  font-size: 17px;
  line-height: 20px;
}

.bookmark .number {
  color: white;
  font-size: 55px;
  font-weight: 700;
  white-space: nowrap;
}

.bookmark a {
  color: white;
  font-size: 17px;
  text-decoration: underline;
  margin-left: 25px;
  line-height: 20px;
}

.patents_block .top_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 80px;
  margin-bottom: 2px;
}

.patents_block .top_block a {
  font-size: 1em;
}

.patents_block .top_block a {
  font-size: 1em;
  color: #007bc2 !important;
}

.year-slider-tabs .top_block h2 {
  color: #007bc2 !important;
}

.year-slider-tabs .top_block h2 a {
  color: #007bc2 !important;
}

.patents_block .items .item_block {
  margin: 0px 30px 20px 0px;
  text-align: left;
}

.patents_block .items>li {
  overflow: visible;
}

.patents_block .item {
  box-shadow: 0 0 1px #ccc inset;
  background: #fff;
  -webkit-transition: box-shadow ease-out 0.2s, border ease-out 0.2s;
  -moz-transition: box-shadow ease-out 0.2s, border ease-out 0.2s;
  -o-transition: box-shadow ease-out 0.2s, border ease-out 0.2s;
  transition: box-shadow ease-out 0.2s, border ease-out 0.2s;
}

.patents_block .item:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.patents_block .slides .item .img {
  text-align: center;
  overflow: hidden;
  width: 100%;
}

.patents_block li:hover .img img {
  filter: none;
}

.patents_block h2 {
  font-size: 1.866em;
}

.patents_block .flexslider.shadow .flex-viewport {
  padding-top: 45px;
}

.patents_block .img img {
  vertical-align: middle;
  border-radius: 0px;
  max-width: 80%;
}

.patents_block .item .info {
  padding: 15px 20px 22px;
  line-height: 18px;
}

.patents_block .item .info .name {
  font-size: 1em;
  display: block;
  font-weight: bold;
  line-height: 20px;
}

.tab_content {
  display: none;
}

.tab_content_selected {
  display: flex;
}

.year-slider-tabs .top_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.year-slider-tabs .top_block h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.year-slider-tabs .tabs {
  display: flex;
  justify-content: space-between;
  color: #a9a9a9;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin-top: 50px;
}

.year-slider-tabs .tabs .tab {
  position: relative;
  flex-grow: 1;
  cursor: pointer;
}

.year-slider-tabs .tabs .tab:last-child {
  flex-grow: 0;
}

.year-slider-tabs .tabs .tab.tab_selected {
  color: #007bc2;
}

.year-slider-tabs .tabs .tab:not(:last-child):after {
  display: block;
  content: "";
  background-color: #a9a9a9;
  height: 1px;
  width: calc(100% - 80px);
  position: absolute;
  right: 18px;
  top: 12px;
}

.year-slider-tabs .tab_content {
  margin-top: 50px;
  border: 1px solid #f2f2f2;
}

.year-slider-tabs .tab_content .image-area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 20px);
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  padding: 200px;
}

.year-slider-tabs .tab_content .description-area {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 60px 40px 60px 15px;
}

.year-slider-tabs .tab_content .description-area .year {
  color: white;
  font-size: 30px;
  background-color: #007bc2;
  width: 125px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.year-slider-tabs .tab_content .description-area .caption {
  color: black;
  font-size: 24px;
  font-weight: 700;
  margin-top: 25px;
  line-height: 30px;
}

.year-slider-tabs .tab_content .description-area .description {
  color: black;
  font-size: 16px;
  margin-top: 25px;
}

.year-slider-tabs .tab_content .description-area .arrow-container {
  display: flex;
  margin-top: 25px;
}

.year-slider-tabs .tab_content .description-area .arrow-container .arrow-left {
  background: url(/local/templates/aspro_next/images/arrows2.png) 3px -18px no-repeat;
  width: 33px;
  height: 35px;
  border: 1px solid #f2f2f2;
  cursor: pointer;
}

.year-slider-tabs .tab_content .description-area .arrow-container .arrow-right {
  width: 33px;
  height: 35px;
  background: url(/local/templates/aspro_next/images/arrows2.png) -69px -18px no-repeat;
  border: 1px solid #f2f2f2;
  cursor: pointer;
}

.year-slider-tabs .tab_content .description-area .arrow-container .arrow {
  transition: 0.35s;
}

.year-slider-tabs .tab_content .description-area .arrow-container .arrow:hover {
  background-color: #f6f6f7;
}

.year-slider-tabs .tab_content .description-area .arrow-container .arrow-left:hover {
  background-position: 3px 6px;
}

.year-slider-tabs .tab_content .description-area .arrow-container .arrow-right:hover {
  background-position: -68px 6px;
}

.blue-block {
  padding: 50px 80px;
  background-color: #007bc2;
  color: white;
  font-size: 34px;
  text-align: center;
  line-height: 39px;
  font-weight: 600;
  border-radius: 10px;
}

.company-logo {
  margin-top: 60px;
}

.company-logo .item {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1px;
}

.company-logo .item img {
  width: calc(20% - 2px);
  height: auto;
  border: 1px solid #f2f2f2;
  margin-right: -1px;
  margin-bottom: -1px;
}

.company-logo .top_right.border.custom_flex .flex-direction-nav {
  position: absolute;
  top: -53px;
  right: 0;
}

/*Производство*/
.about-company-grid-block .only-text-block .caption-bookmark {
  font-size: 17px;
  color: white;
  background-image: url(/images/bookmark2.png);
  width: 330px;
  height: 88px;
  background-position-x: -62px;
  padding: 15px 20px;
  padding-left: 30px;
}

.about-company-grid-block .only-text-block ul li:before {
  display: none;
}

.about-company-grid-block .only-text-block ul {
  margin-top: 20px;
}

.about-company-grid-block .only-text-block ul li {
  color: black;
  /*font-weight: 600;*/
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 16px;
}

.about-company-grid-block .only-text-block p {
  padding: 30px 20px;
  color: black;
  font-size: 16px;
}

.wide-video {
  height: 80vh;
  margin-top: 30px;
}

/*Стать диллером*/
.oficial_prod {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.oficial_prod .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: calc(20% - 25px);
  border: 1px solid #f2f2f2;
  background-color: #007bc2;
  padding: 25px 10px 10px 10px;
  min-width: 240px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.oficial_prod .item:not(:last-child) {
  margin-right: 20px;
}

.oficial_prod .item .image-container {
  width: 165px;
  height: 120px;
}

.oficial_prod .text {
  margin-top: 20px;
  font-size: 15px;
  color: #383838;
  font-weight: 700;
  line-height: 20px;
  color: white;
}

.we-offer .image {
  height: 470px;
  background-size: cover;
  border-radius: 10px;
}

.we-offer p {
  color: #383838;
  font-size: 16px;
}

.we-offer ul li {
  color: #383838;
  font-size: 16px;
  margin-bottom: 20px;
  padding-left: 0px;
}

.we-offer ul li:before {
  display: none;
}

.wide-gray-block {
  background-color: #f5f5f5;
  padding-bottom: 40px;
}

.wide-gray-block .maxwidth-theme {
  background-color: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
}

.wide-gray-block .maxwidth-theme h2 {
  margin-top: 70px;
  margin-bottom: 55px;
}

.wide-gray-block .maxwidth-theme.items-container {
  padding-left: 0;
  padding-bottom: 20px;
}

.wide-gray-block .maxwidth-theme .item {
  display: flex;
  flex-direction: column;
  width: 300px;
  margin-left: 30px;
}

.wide-gray-block .maxwidth-theme .item .number,
.we-offer-item .number {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/images/company/partnership/six-gran.png");
  width: 42px;
  min-width: 42px;
  height: 47px;
  color: #fff;
}

.wide-gray-block .maxwidth-theme .item .number span {
  color: white;
  font-weight: 700;
  font-size: 22px;
}

.wide-gray-block .maxwidth-theme .item .description {
  color: #383838;
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 55px;
}

.form-our-comand .maxwidth-theme .maxwidth-theme {
  padding: 0;
}

.form-our-comand .maxwidth-theme h4 {
  display: none;
}

.form-our-comand .form_body .row {
  display: flex;
  flex-direction: column;
  padding: 40px 40px;
  padding-bottom: 5px;
}

.form-our-comand .form_body .row .col-md-7,
.form-our-comand .form_body .row .col-md-5 {
  width: 100%;
}

.form-our-comand .form_body .captcha-row {
  margin-bottom: 40px;
  margin-left: 40px;
}

.form-our-comand .text {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  color: black;
}

.form-our-comand .text a {
  color: black;
  font-weight: 700;
}

.form-our-comand .form_footer .btn.large {
  font-size: 16px;
  width: 230px;
  height: 55px;
  border-radius: 50px;
}

.diller-button-container {
  display: flex;
  justify-content: center;
}

.diller-button-container .btn {
  font-size: 17px;
  padding: 10px 40px;
  font-weight: 600;
  border-radius: 10px;
}

.we-offer {
  margin-top: 60px;
  display: flex;
  align-items: center;
}

.we-offer-item {
  display: flex;
  align-items: center;
  font-size: 17px;
}

.we-offer-item:not(:last-child) {
  margin-bottom: 35px;
}

.we-offer-item .number {
  margin-right: 15px;
}

.we-offer-item .number span {
  color: white;
  font-weight: 600;
  font-size: 17px;
}

.form-our-comand {
  margin-top: 70px;
}

.form-our-comand .maxwidth-theme {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  padding-top: 40px;
  border-radius: 10px;
}

.form-our-comand h2 {
  padding-top: 0px;
  margin-top: 0px;
  color: white;
}

.form-our-comand .form_footer {
  margin-bottom: 0px;
}

.form-our-comand ul li {
  margin-bottom: 12px;
  color: white;
}

.form-our-comand ul li::before {
  color: white;
}

.form-our-comand .col-md-6 {
  display: flex;
  margin-bottom: 10px;
  flex-direction: column;
}

.form-our-comand.director .col-md-6 {
  flex-direction: row;
}

.form-our-comand .col-md-6 .image {
  width: 130px;
  height: 150px;
  margin-right: 25px;
}

.form-our-comand form {
  padding: 0px 15px;
}

.form-our-comand .maxwidth-theme,
.form-our-comand .form-control,
.form-our-comand .form_body div.form-control {
  background-color: #007bc2;
}

.form-our-comand .form-control span,
body .form-our-comand .filter.label_block input+label {
  color: white;
}

.form-our-comand .filter input[type="checkbox"]+label:before {
  background-color: #144f96;
}

.form-our-comand .btn.btn-default {
  color: #007bc2;
  background-color: white;
  border-radius: 10px;
}

.form-our-comand .btn.btn-default:hover {
  background-color: #84a9d4;
  color: white;
}

.form-our-comand .licence_block label a {
  color: white;
  font-weight: bold;
}

.diller-button {
  margin-top: 50px;
}

.diller-button .btn {
  font-size: 17px;
  padding: 10px 40px;
  font-weight: 600;
}

.dealer-text-area .item {
  display: flex;
  margin-top: 20px;
}

.dealer-text-area .item .image {
  width: 60px;
  height: 60px;
  background-size: contain;
  min-width: 60px;
}

.dealer-text-area .item .text h5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.dealer-text-area .item .text {
  padding-left: 20px;
}

.dealer-map {
  padding-bottom: 50px;
  padding-left: 0px;
  padding-right: 0px;
}

.without-diller {
  width: 100%;
}

.dealer-map .diller-list {
  padding-left: 0px;
  padding-right: 0px;
}

.dealer-map .items-list {
  position: relative;
}

.dealer-map.maxwidth-theme .items-list .items-list-container {
  width: 100%;
}

.dealer-map.maxwidth-theme .diller-list .diller {
  height: auto;
  margin: 25px 0px;
}

.dealer-map.maxwidth-theme .diller-list .diller-info .diller-address {
  margin: 4px 0px;
}

/*левый блок в каталоге*/
.diller-left-block {
  background-color: #f6f6f6;
  font-size: 13px;
  padding: 14px;
  padding-left: 12px;
  border-top: 2px solid #007bc2;
  padding-bottom: 2px;
}

/*Мы гордимся*/
.pressa-about-us {
  margin-top: 40px;
}

.pressa-about-us .patents_block .slides .item .img {
  height: 240px;
}

.pressa-about-us .flexslider .slides>li .img img {
  height: 240px;
  max-width: 100%;
  width: 100%;
}

.pressa-about-us .patents_block .item {
  min-height: 480px;
}

.pressa-about-us .patents_block .item .info {
  padding: 30px;
}

.patents_block .item .info .name {
  font-weigth: 800;
}

.patents_block .item .info .description {
  color: black;
  font-weight: 500;
  font-size: 0.95em;
  padding-top: 20px;
}

.reviews-slider .item {
  padding: 35px 30px 20px 40px;
  min-height: 385px;
}

.reviews-slider .item .fio {
  font-size: 16px;
  color: black;
  font-weight: 700;
}

.reviews-slider .item .date {
  font-size: 14px;
  color: black;
  font-weight: 600;
  margin-top: 4px;
}

.reviews-slider .item .otz {
  color: #383838;
  margin-top: 20px;
  font-size: 14px;
}

.reviews-slider .item .read-more {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  color: #888888;
  font-weight: 700;
}

.reviews-slider {
  margin-top: 40px;
}

/*Контакты*/
.contact-tabs .tab_contents {
  display: none;
}

.contact-tabs .tab_contents.tab_contents_selected {
  display: block;
}

.contact-tabs .tabs-box {
  display: flex;
  /*width: 670px;*/
  justify-content: space-between;
}

.contact-tabs .tabs-box .item {
  font-size: 14px;
  text-transform: uppercase;
  color: black;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}

.contact-tabs .tabs-box .item:after {
  display: block;
  content: "";
  transition: 0.35s ease-in-out;
  width: 0px;
}

.contact-tabs .tabs-box .item.tab_selected:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -10px;
  left: -3px;
  width: calc(100% + 6px);
  height: 2px;
  background-color: #1378be;
}

.contact-tabs .map {
  position: relative;
  margin-top: 20px;
}

.contact-tabs .contact-info-overlay {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 40px;
  background-color: white;
  width: 400px;
  z-index: 1;
  top: 30px;
  left: 13px;
  padding: 30px 20px 20px 35px;
}

.contact-tabs .contact-info-overlay p {
  font-size: 15px;
  color: black;
  margin-bottom: 10px;
  font-weight: 600;
}

.contact-tabs .contact-info-overlay .shema span {
  font-size: 13px;
  color: #315f97;
  font-weight: 700;
  border-bottom: 1px dashed #315f97;
}

.contact-tabs .contact-info-overlay .roistat_phone {
  font-sizel: 15px;
  color: black;
  font-weight: 700;
}

.contact-tabs .contact-info-overlay .avtoriz_page {
  margin-top: 30px;
}

.contact-tabs .contact-info-overlay .avtoriz_page .avtoriz_page_tit {
  font-size: 15px;
  color: black;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 14px;
}

.contact-tabs .contact-info-overlay .mail {
  font-size: 15px;
  color: black;
  text-decoration: underline;
  font-weight: 600;
}

.contact-tabs .contact-info-overlay .recviz {
  margin-top: 10px;
}

.contact-tabs .contact-info-overlay .recviz span {
  border-bottom: 1px solid #315f97;
  font-size: 13px;
  color: #315f97;
  font-weight: 700;
}

.contact-tabs .items-list {
  position: absolute;
  top: 30px;
}

.contact-tabs .items-list .items-list-container,
.dealer-map .items-list .items-list-container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 60px;
  width: 380px;
  border: 1px solid gray;
  background-color: white;
  padding-top: 60px;
  padding-left: 25px;
  transition: 0.35s ease-in-out;
  position: relative;
}

.contact-tabs .items-list .arrow,
.dealer-map .items-list .arrow {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("/images/open-list.png");
  transition: 0.35s ease-in-out;
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-tabs .items-list .arrow.active,
.dealer-map .items-list .arrow.active {
  transform: rotate(180deg);
}

.contact-tabs .items-list-container.open,
.dealer-map .items-list-container.open {
  overflow-y: scroll;
  height: 200px;
}

.contact-tabs .items-list .items-list-container .active,
.dealer-map .items-list .items-list-container .active {
  position: absolute;
  top: 18px;
  left: 25px;
}

.contact-tabs .items-list .all-cities,
.contact-tabs .items-list .city,
.dealer-map .items-list .all-cities,
.dealer-map .items-list .city {
  color: black;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
}

.contact-tabs .items-list-container::-webkit-scrollbar,
.dealer-map .items-list-container::-webkit-scrollbar {
  width: 8px;
}

.contact-tabs .items-list-container::-webkit-scrollbar-thumb,
.dealer-map .items-list-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #999;
  border: 2px solid #fff;
}

.contact-tabs .items-list-container::-webkit-scrollbar-track,
.dealer-map .items-list-container::-webkit-scrollbar-track {
  border-radius: 8px;
}

.contact-tabs .diller-list .diller,
.dealer-map .diller-list .diller {
  display: flex;
  align-items: center;
  height: 170px;
  position: relative;
  margin-bottom: -1px;
}

.contact-tabs .diller-list .diller:not(:last-child):after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.contact-tabs .diller-list .diller-city,
.dealer-map .diller-list .diller-city {
  font-size: 17px;
  font-weight: 700;
  color: black;
  width: 20%;
}

.contact-tabs .diller-list .diller-info,
.dealer-map .diller-list .diller-info {
  width: 30%;
}

.contact-tabs .diller-list .diller-info .diller-name,
.dealer-map .diller-list .diller-info .diller-name {
  font-size: 14px;
  font-weight: 700;
}

.contact-tabs .diller-list .diller-info .diller-address,
.dealer-map .diller-list .diller-info .diller-address {
  font-size: 14px;
  color: black;
}

.contact-tabs .diller-list .diller-info .metro i,
.dealer-map .diller-list .diller-info .metro i {
  background: rgba(0, 0, 0, 0) url(/local/templates/aspro_next/images/icons_wish.png) no-repeat scroll -1px -237px;
  display: block;
  float: left;
  height: 9px;
  margin: 5px 6px 0 0;
  width: 14px;
}

.contact-tabs .diller-list .diller-image,
.dealer-map .diller-list .diller-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 30%;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-tabs .diller-list .diller-contact,
.dealer-map .diller-list .diller-contact {
  display: flex;
  flex-direction: column;
  width: 20%;
}

.dealer-map .diller-button-container {
  padding-top: 20px;
}

.contact-tabs .no-diller,
.dealer-map .no-diller {
  color: black;
  font-size: 18px;
  display: none;
  margin-top: 50px;
  padding: 0px;
}

.contact-tabs .no-diller.visible,
.dealer-map .no-diller.visible {
  display: block;
}

.contact-tabs .no-diller ul {
  display: flex;
  margin-bottom: 15px;
}

.contact-tabs .no-diller ul li:not(:first-child):before {
  display: none;
}

.contact-tabs .no-diller ul li.bolder {
  font-weight: 700;
}

.contact-tabs .no-diller ul .position {
  width: 40%;
}

.contact-tabs .no-diller ul .name {
  width: 20%;
}

.contact-tabs .no-diller ul .tel {
  width: 20%;
}

.contact-tabs .no-diller ul .mail {
  width: 20%;
}

.dealer-map .no-diller ul {
  margin-bottom: 30px;
}

.dealer-map .no-diller ul li {
  margin-bottom: 12px;
  padding-left: 0px;
}

.dealer-map .no-diller ul li:before {
  display: none;
}

.dealer-map .no-diller ul li.bolder {
  font-weight: 700;
}

/*Проект список проектов*/
.projects-list-filter .head-block.top .item-link,
.projects-list-filter .head-block.top .bottom_border {
  display: none;
}

.filtes-container {
  display: flex;
  margin-bottom: 50px;
}

.filtes-container select {
  background-color: white;
  width: 27%;
  min-width: 180px;
  margin-right: -1px;
}

.filtes-container .filter-show-result {
  margin-left: 15px;
  border-radius: 60px;
  padding: 7px 30px 7px;
}

/*Проект детальная страница*/
.detail.projects .head-block>.row {
  display: flex;
}

.detail.projects .head-block>.row>.col-md-7.col-sm-7,
.detail.projects .head-block>.row>.col-md-5.col-sm-5 {
  float: unset;
}

.detail.projects .head-block .info {
  height: 100%;
}

.detail.projects .head-block .info>.row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.detail.projects .back-url {
  position: absolute;
  left: 15px;
  top: 200px;
}

.detail.projects .next-url {
  position: absolute;
  right: 15px;
  top: 200px;
}

.detail.projects .back-url i,
.detail.projects .next-url i {
  font-size: 60px;
  font-weight: 100;
  color: #999999;
}

.detail.projects #carousel {
  width: 87%;
  margin: 0 auto;
  margin-top: 30px;
}

.detail.projects .projects-buttons {
  display: flex;
  flex-direction: column;
  background-color: #f9f9f9;
  padding: 25px 15px 30px 30px;
  margin-top: 10px;
}

.detail.projects .projects-buttons .text .image {
  width: 42px;
  height: 53px;
  background-image: url("/images/opros.png");
}

.detail.projects .projects-buttons p {
  color: #383838;
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}

.detail.projects .projects-buttons .button-cont {
  display: flex;
  justify-content: space-between;
  width: 414px;
}

.detail.projects .projects-buttons .button-cont .block {
  margin-bottom: 0px;
}

.detail.projects .projects-buttons .button-cont .block span {
  border-radius: 31px;
  height: 46px;
  display: flex;
  align-items: center;
  font-weight: 500;
  padding-right: 15px;
  padding-left: 15px;
}

.detail.projects .projects-buttons .button-cont .opros-list {
  display: flex;
  align-items: center;
  background-color: #007bc2;
  border-color: #007bc2;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  border-radius: 31px;
}

.detail.projects .projects-buttons .button-cont .opros-list a {
  color: white !important;
  font-weight: 500;
}

.detail.projects .projects-buttons .button-cont .opros-list:hover {
  background-color: #6b95c6;
  border-color: #6b95c6;
}

.detail.projects #carousel.bigs:hover .flex-direction-nav li.flex-nav-next,
.detail.projects #carousel.bigs .flex-direction-nav li.flex-nav-next {
  right: -46px;
  opacity: 1;
}

.detail.projects #carousel.bigs:hover .flex-direction-nav li.flex-nav-prev,
.detail.projects #carousel.bigs .flex-direction-nav li.flex-nav-prev {
  left: -47px;
  opacity: 1;
}

.detail.projects .row.none {
  display: none;
}

.detail.projects .projects-blocks {
  margin-bottom: 0px;
  padding: 0px;
  border: unset;
}

/*Галлерея*/
.detail.blog-custom.gallery .period-wrapper {
  display: none;
}

/*.detail.blog-custom.gallery .content-detail-text {
	display: none;
}*/
.detail.blog-custom.gallery .small-gallery-block .item>div {
  position: relative;
  margin-bottom: 30px;
}

.detail.blog-custom.gallery .small-gallery-block .item>div a {
  top: 0px;
  left: 0px;
}

.detail.blog-custom.gallery img {
  max-height: 285px;
}

/*Новости*/
.page_news .news2 .items .item .body-info {
  border-bottom: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}

/*Пресса о нас + галерея событий*/
.banners-small.blog .col-md-4 .item.press-photo-item .date-block {
  color: black;
  font-weight: 600;
  padding-top: 10px;
}

.banners-small.blog .col-md-4 .item.press-photo-item .title {
  padding-top: 30px;
  padding-bottom: 10px;
}

.banners-small.blog .col-md-4 .item.press-photo-item .title a {
  font-size: 14px;
}

.top-photo-blog-links {
  display: flex;
  margin-bottom: 70px;
}

.top-photo-blog-links .item {
  margin-right: 50px;
  color: black;
  font-weight: 700;
  font-size: 14px;
}

.top-photo-blog-links .item.active:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -5px;
  left: -3px;
  width: calc(100% + 6px);
  height: 2px;
  background-color: #1378be;
}

.head-block.top.years {
  display: flex;
  justify-content: space-between;
  color: #a9a9a9;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.head-block.top.years .item-link {
  position: relative;
  flex-grow: 1;
  cursor: pointer;
  color: #a9a9a9;
}

.head-block.top.years .item-link a {
  color: #a9a9a9;
}

.head-block.top.years .item-link:not(:last-child):after {
  display: block;
  content: "";
  background-color: #a9a9a9;
  height: 1px;
  width: calc(100% - 80px);
  position: absolute;
  right: 11px;
  top: 20px;
}

.head-block.top.years .item-link.active .title .btn-inline:before {
  display: none;
}

.head-block.top.years .bottom_border {
  display: none;
}

.item-views.table.table-type-block.licenses .shadow,
.patents_block .news_wrapp .shadow,
.company-logo .shadow,
.banners-small.blog .items .item.shadow,
.realize-projects .shadow,
.projects-list-filter .shadow {
  background: unset;
}

.btn-compare-pdf {
  margin-top: 40px;
  text-align: left;
}

.btn-compare-pdf a {
  background-color: #FFC366;
  color: #000;
  border-radius: 5px;
  border: 1px solid;
  padding: 6px 20px;
}

@media (max-width: 1350px) {
  .menu-row .mega-menu table td.catalog.wide_menu .wrap>.dropdown-menu {
    width: 88vw;
    left: -3vw !important;
  }

  .menu-row .mega-menu table td.catalog.wide_menu>.wrap>.dropdown-menu>li>.dropdown-menu>li {
    /*width: 260px;*/
    width: 100%;
  }
}

@media (max-width: 1250px) {
  .catalog.wide_menu>.wrap>.dropdown-menu>.dropdown-submenu:first-child>.dropdown-menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .menu-row .mega-menu table td.catalog.wide_menu .wrap>.dropdown-menu {
    width: 94vw;
    left: -11vw !important;
  }

  .about-company-grid {
    grid-template-columns: 1fr 1fr;
  }

  .detail.projects .projects-buttons .button-cont {
    flex-direction: column;
  }

  .detail.projects .projects-buttons .button-cont .block:first-child {
    margin-bottom: 15px;
  }

  .detail.projects .projects-buttons .button-cont .block span {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .detail.projects .projects-buttons .button-cont .opros-list {
    justify-content: center;
  }
}

@media (max-width: 1140px) {
  .info-about-company {
    flex-wrap: wrap;
  }

  .info-about-company img {
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
  }

  .contact-tabs .no-diller ul {
    flex-direction: column;
  }

  .contact-tabs .no-diller ul li:before {
    display: none;
  }

  .contact-tabs .no-diller ul li {
    margin-bottom: 10px;
  }

  .contact-tabs .no-diller ul li.position,
  .contact-tabs .no-diller ul li.mail,
  .contact-tabs .no-diller ul li.tel,
  .contact-tabs .no-diller ul li.name {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .btn-compare-pdf {
    margin-top: 0;
    text-align: center;
  }

  .form-our-comand .text {
    margin-top: 15px;
  }

  .detail.projects .projects-blocks .head-block>.row {
    flex-direction: column;
  }

  .detail.projects .projects-blocks .head-block>.row .col-md-7,
  .detail.projects .projects-blocks .head-block>.row .col-md-5 {
    width: 100%;
  }

  .detail.projects .projects-blocks #carousel {
    display: none;
  }

  .contact-tabs .diller-list .diller,
  .dealer-map .diller-list .diller {
    flex-direction: column;
    height: auto;
    text-align: center;
  }

  .diller-list .diller .metro {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .diller-list .diller .diller-city,
  .diller-list .diller .diller-name,
  .diller-list .diller .diller-address,
  .diller-list .diller .metro,
  .diller-list .diller .diller-image,
  .diller-list .diller .diller-contact {
    margin-bottom: 10px;
  }

  .contact-tabs .diller-list .diller-city,
  .dealer-map .diller-list .diller-city,
  .contact-tabs .diller-list .diller-info,
  .dealer-map .diller-list .diller-info,
  .contact-tabs .diller-list .diller-image,
  .dealer-map .diller-list .diller-image,
  .contact-tabs .diller-list .diller-contact,
  .dealer-map .diller-list .diller-contact {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .about-company-grid {
    grid-template-columns: 1fr;
  }

  .about-company-grid__two {
    grid-column-end: 2;
  }

  .about-company-grid-block--higher {
    height: 400px;
  }

  .about-company-grid-block {
    height: 400px;
  }

  .footer-custom .bottom-menu {
    margin: 25px 0 0 0;
  }

  .footer .ext_view.footer_inner.footer-custom .social-icons .small_title {
    text-align: center;
  }

  .footer-custom .social-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px 0px;
    padding: 0;
  }

  .footer-custom .social-icons ul {
    width: 260px;
  }

  footer .ext_view.footer_inner.footer-custom .social-icons .small_title {
    display: none;
  }

  .footer-custom .footer_2 .futer-button {
    justify-content: center;
  }

  .wide-gray-block .maxwidth-theme {
    justify-content: center;
  }

  .form-our-comand .form_body .captcha-row {
    display: flex;
    flex-direction: column;
  }

  .form-our-comand .form_body .captcha-row .captcha_input {
    position: unset;
  }

  .form-our-comand .form_body .captcha-row .captcha_input input[name="captcha_word"] {
    position: unset;
    margin-top: 20px;
  }

  .form-our-comand>.maxwidth-theme {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-tabs .tabs-box {
    flex-direction: column;
    align-items: center;
    width: auto;
  }

  .year-slider-tabs .tab_content .image-area {
    padding: 0;
  }

  .contact-tabs .tabs-box .item {
    padding-top: 15px;
  }

  .contact-tabs .tabs-box .item.tab_selected:after {
    bottom: -2px;
  }

  .contact-tabs .contact-info-overlay {
    padding: 10px 10px 10px 10px;
    width: 305px;
  }

  .contact-tabs .items-list .items-list-container {
    width: 300px;
  }

  .contact-tabs .diller-list .diller.visible {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .contact-tabs .diller-list .diller-city,
  .contact-tabs .diller-list .diller-info,
  .contact-tabs .diller-list .diller-image,
  .contact-tabs .diller-list .diller-contact {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .contact-tabs .diller-list .diller {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .detail.projects .projects-buttons {
    align-items: center;
  }

  .projects-blocks .head-block .buttons-block .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .detail.projects .projects-buttons .button-cont {
    align-items: center;
  }

  .detail.projects .back-url i,
  .detail.projects .next-url i {
    z-index: 1;
  }

  .top-photo-blog-links {
    flex-direction: column;
    align-items: center;
  }

  .top-photo-blog-links .item {
    margin-bottom: 15px;
  }

  .head-block.top.years {
    flex-wrap: wrap;
  }

  .head-block.top.years .item-link:not(:last-child):after {
    display: none;
  }

  .filtes-container {
    flex-direction: column;
    align-items: center;
  }

  .filtes-container select {
    margin-bottom: 15px;
    width: 100%;
  }

  .top_two_links.main_page .new_link_1,
  .top_two_links.main_page .new_link_2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .top_two_links.main_page .float_left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .services-company .services-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .services-company .services-list .services-item:not(:last-child) {
    margin-right: 0px;
  }

  .banners-small.blog .items .item,
  .blog_wrapper.blog .item .inner-item {
    background-color: white;
  }

  .news_akc_block .flexslider.shadow .slides,
  .realize-projects_block .flexslider.shadow .slides {
    background-color: white;
  }

  .realize-projects_block .top_block,
  .front .realize-projects_block .top_block {
    padding-right: 0px;
  }

  .realize-projects_block .top_block h3 {
    text-align: left;
    width: 200px;
    margin-right: 0px;
  }

  .front .news_akc_block .top_block {
    padding-right: 0px;
  }

  .info-about-company .text-area {
    padding-bottom: 30px;
  }

  .about-company-grid-block {
    height: auto;
    margin-right: -15px;
    width: 97%;
    min-height: unset;
  }

  .about-company-grid-block .bookmark {
    height: 80px;
    bottom: 0px;
  }

  .company-logo .news_wrapp .flexslider .slides>li {
    margin-right: 0px !important;
  }

  .company-logo .news_wrapp .flexslider {
    margin-left: 12px;
  }

  .wide-video {
    height: 40vh;
    margin-top: 30px;
  }

  .about-company-grid-block .only-text-block .caption-bookmark {
    width: 315px;
    background-position-x: -77px;
  }

  /*.pressa-about-us .patents_block .news_wrapp .flexslider {
		margin-top: 45px;
	}
	.blag-pisma .patents_block .news_wrapp {
		margin-top: 25px;
	}*/
  .blag-pisma .top_block {
    padding-top: 0px;
  }

  .blag-pisma .top_right.border.custom_flex .flex-direction-nav,
  .patents_block.reviews-slider .top_right.border.custom_flex .flex-direction-nav,
  .pressa-about-us .patents_block .top_right.border.custom_flex .flex-direction-nav {
    top: 0px;
  }

  .products .products-top-info h3,
  .realize-projects .realize-projects-top-info h3 {
    text-align: left;
  }

  .products .products-top-info>a,
  .realize-projects .realize-projects-top-info>a {
    white-space: nowrap;
  }

  .right_block .top_two_links .new_link_1,
  .right_block .top_two_links .new_link_2 {
    width: 100%;
    text-align: center;
  }

  .top_two_links .new_link_1 .link_button,
  .top_two_links .new_link_2 .link_button {
    margin: 0 auto;
    margin-top: 20px;
  }

  .form-our-comand.director .col-md-6 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact-tabs .contact-info-overlay {
    position: unset;
  }

  .mobileheader-v1 .logonew a img {
    width: 50px;
  }

  .top-photo-blog-links .item {
    margin-right: 0px;
  }

  .projects-list-filter .detail .item.projects-blocks {
    padding: 0px;
  }

  .projects-list-filter .detail .next-url.url-block,
  .projects-list-filter .detail .back-url.url-block {
    display: none;
  }
}

@media (max-width: 600px) {
  .front .big_banner_main_page .top_slider_wrapp .flexslider .slides>li {
    height: unset;
  }

  .top_two_links {
    top: 0px;
  }

  .text-on-main {
    margin-top: 10px;
  }

  .year-slider-tabs {
    margin-top: 50px;
  }

  .year-slider-tabs .tabs {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .year-slider-tabs .tabs .tab {
    flex-grow: unset;
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .year-slider-tabs .tabs .tab:not(:last-child):after {
    display: none;
  }

  .year-slider-tabs .tab_content.tab_content_selected {
    display: flex;
    flex-direction: column;
  }

  .year-slider-tabs .tab_content {
    margin-top: 20px;
  }

  .year-slider-tabs .tab_content .image-area {
    width: 100%;
    height: 400px;
    margin-right: 0px;
  }

  .year-slider-tabs .tab_content .description-area {
    width: 100%;
    padding: 30px 10px 30px 10px;
  }

  .patents_block .top_block {
    display: flex;
    padding-right: 0px;
  }

  .patents_block h2 {
    font-size: 1.266em;
    margin-right: 10px;
    text-align: left;
    width: 58%;
  }

  .patents_block .item .info .name {
    font-size: 0.8em;
  }

  .patents_block .top_right.border.custom_flex .flex-direction-nav {
    display: block !important;
  }

  .blue-block {
    padding: 20px 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .company-logo .item img {
    width: calc(32% - 2px);
  }

  .company-logo .top_right.border.custom_flex .flex-direction-nav {
    display: block !important;
  }

  .company-logo h2 {
    padding-bottom: 50px;
  }

  .oficial_prod {
    justify-content: center;
  }

  .form-our-comand .maxwidth-theme>p {
    text-align: center;
  }

  .we-offer-item {
    flex-direction: column;
    text-align: center;
  }

  .wide-gray-block .maxwidth-theme .item {
    align-items: center;
    text-align: center;
  }

  .we-offer .image {
    height: 339px;
    background-size: cover;
    background-position: center;
  }

  .form-our-comand .col-md-6 {
    flex-direction: column;
  }
}

@media (max-width: 450px) {
  .bookmark {
    background-position-x: -42px;
    width: 273px;
    font-size: 12px;
    padding-left: 10px;
  }

  .bookmark a {
    font-size: 15px;
    margin-left: 15px;
  }

  .bookmark .number {
    font-size: 24px;
  }

  .about-company-grid-block .text {
    font-size: 11px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/***Стили ниже уже есть на основном сайте, их добавлять при копировании не нужно***/

/*Новая страница продукции==>*/

.ochistnie-items .sections_wrapper .list .item .name a {
  font-size: 14px;
}

.top-link {
  margin-bottom: 0px;
}

.top-link a {
  border-bottom: 1px dotted #0169aa;
  margin-right: 35px;
}

.back_link {
  display: flex;
  flex-direction: column;
  font-size: 11px;
}

.sections_wrapper .list .item.back {
  text-align: left;
}

.back_link a {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.back_link a:before {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #0169aa;
  left: 0px;
  top: 10px;
}

.ochistnie-items {
  display: flex;
  flex-wrap: wrap;
}

.ochistnie-items .title_block {
  margin-top: 30px;
  margin-bottom: 35px;
}

.advantages {
  padding-top: 45px;
}

.ochistnie-items .sections_wrapper {
  width: 100%;
}

.flipcard {
  position: relative;
  perspective: 500px;
  float: left;
  min-height: 258px;
}

.wraps .ochistnie-items .flipcard .front,
.wraps .ochistnie-items .flipcard .back {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s ease-in;
  color: #1d2029;
  padding: 10px 10px 30px;
  -webkit-backface-visibility: hidden;
}

.flipcard:hover .front {
  transform: rotateY(180deg);
}

.flipcard:hover .back {
  transform: rotateY(0deg);
}

.flipcard .back {
  transform: rotateY(-180deg);
}

.products .products-top-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 20px;
}

.products .products-top-info h3 {
  margin: 0px;
}

.products p {
  margin-bottom: 40px;
}

.realize-projects-top-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 45px;
}

.realize-projects .bottom_nav {
  display: none;
}

.realize-projects .slick-prev {
  left: -30px;
}

.realize-projects .slick-next {
  right: -30px;
}

.realize-projects .slick-prev:before,
.carousel-licenses .slick-prev:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\f104";
  color: white;
  border-radius: 50%;
  background-color: #0175be;
  width: 28px;
  height: 28px;
  position: absolute;
  top: -10px;
  left: 0px;
  font-family: FontAwesome;
}

.realize-projects .slick-next:before,
.carousel-licenses .slick-next:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\f105";
  color: white;
  border-radius: 50%;
  background-color: #0175be;
  width: 28px;
  height: 28px;
  position: absolute;
  top: -10px;
  left: 0px;
  font-family: FontAwesome;
}

.realize-projects .slick-prev,
.realize-projects .slick-next,
.carousel-licenses .slick-prev,
.carousel-licenses .slick-next {
  width: 28px;
  height: 28px;
}

.realize-projects .col-md-4.col-sm-6 {
  padding-right: 16px;
}

.carousel-licenses-top-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0px;
  margin-bottom: 45px;
}

.carousel-licenses-top-info h3 {
  margin: 0px;
}

.carousel-licenses .item-views .item .previewtext {
  display: none;
}

.carousel-licenses .slick-list {
  height: 400px;
}

.carousel-licenses .item-views.table .item .text {
  padding: 13px 20px 13px;
  min-height: 130px;
  max-height: 130px;
}

.carousel-licenses .slick-prev {
  left: -45px;
}

.carousel-licenses .slick-next {
  right: -45px;
}

.top_two_links {
  width: 100%;
  display: table;
}

.top_two_links .new_link_1 {
  width: 49%;
  float: left;
  background: #007bc2;
  display: table;
  padding: 20px;
  border-radius: 10px;
}

.top_two_links .float_left {
  float: left;
}

.top_two_links .new_link_2 {
  width: 49%;
  float: right;
  background: #007bc2;
  display: table;
  padding: 20px;
  border-radius: 10px;
}

.top_two_links .new_link_image {
  float: right;
}

.top_two_links .ancor {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.top_two_links .ancor a {
  color: #ffffff;
}

.top_two_links .ancor a:hover {
  color: #ffffff;
}

.top_two_links .link_button {
  width: 200px;
  margin: 90px 0 0 0;
}

.top_two_links .link_button a div {
  width: 200px;
  padding: 10px 54px;
  border: 1px solid #ffffff;

  color: #ffffff;
  border-radius: 10px;
}

@media (max-width: 900px) {

  .top_two_links .new_link_1,
  .top_two_links .new_link_2 {
    width: 90%;
    float: none;
    margin: 0 0 20px 0;
  }

  .top_two_links .link_button {
    margin: 20px 0 0 0;
  }

  .top_two_links .new_link_image {
    float: none;
  }

  .top_two_links .float_left {
    float: none;
    margin: 0 0 20px 0;
  }

  .top_two_links .ancor {
    font-size: 20px;
  }
}

/*<==Новая страница продукции*/
.top_two_links .new_link_1 {
  width: 49%;
  float: left;
  background: #007bc2;
  display: table;
  padding: 20px;
}

.top_two_links .float_left {
  float: left;
}

.top_two_links .new_link_2 {
  width: 49%;
  float: right;
  background: #007bc2;
  display: table;
  padding: 20px;
}

.top_two_links .new_link_image {
  float: right;
}

.top_two_links .ancor a {
  color: #ffffff;
}

.top_two_links .ancor a:hover {
  color: #ffffff;
}

.top_two_links .link_button {
  width: 200px;
  margin: 90px 0 0 0;
}

.top_two_links .link_button a div {
  width: 200px;
  padding: 10px 54px;
  border: 1px solid #ffffff;

  border-radius: 10px;
  color: #ffffff;
  background: #ffc366;
}

@media (max-width: 900px) {

  .top_two_links .new_link_1,
  .top_two_links .new_link_2 {
    width: 90%;
    float: none;
    margin: 0 0 20px 0;
  }

  .top_two_links .link_button {
    margin: 20px 0 0 0;
  }

  .top_two_links .new_link_image {
    float: none;
  }

  .top_two_links .float_left {
    float: none;
    margin: 0 0 20px 0;
  }

  .top_two_links .ancor {
    font-size: 20px;
  }
}

.main-catalog-href a:hover,
.main-catalog-href a:active,
.main-catalog-href a:focus {
  background-color: #ffc366;
  border-color: #ffffff;
}

.main-catalog-href a:hover,
.main-catalog-href a,
.main-catalog-href a {
  background-color: #ffc366;
  border-color: #ffffff;
}