/* custom styles */
.company .content .image img {
  border-radius: 0;
}
.header.type2 .content {
  justify-content: center;
}
.header.type2 .logo-and-slogan {
  width: 27.1%;
}
.header.type2 .logo-and-slogan .logo {
  width: 100%;
  height: 54px;
}
.header .content .logo > div {
  height: 100%;
}
.header .content .logo a {
  display: flex;
  align-items: center;
}
.disabled-basket .header.type2 .content .slogan {
  display: none;
}
.header.type2 .location {
  /*display: none;*/
}
.disabled-basket .header .tel {
  margin-left: 5.5%;
}
.brands .brands-nav {
  top: 50%;
  margin-top: -14px;
}
.top-slider .item {
  display: flex;
  align-items: center;
  padding: 35px 0 !important;
}
.seotext {
  overflow-wrap: break-word;
}
@media screen and (max-width: 1260px) {
  .disabled-basket .header.type2 .content .logo-and-slogan {
    flex-shrink: 0;
  }
  .header.type2 .content .tel {
    border-right: none;
  }
  .header.type2 .location {
    max-width: none;
    flex-grow: 1;
  }
}
@media screen and (max-width: 530px) {
  .disabled-basket .header.type2 .content .logo-and-slogan {
    width: 58.5%;
    margin-right: auto;
  }
  .header.type2 .content .location {
    /*display: none;*/
  }
}

.disabled-basket .header .tel {
  margin-left: 2%;
}

.header.type2 .content .location,
.header.type3 .content .location {
  margin-right: 0;
  font-size: 0.9em;
}

@media screen and (max-width: 960px) {
  .wrapper .header.type2 .content {
    flex-wrap: wrap;
  }

  .header.type2 .content .location,
  .header.type3 .content .location {
    order: -1;
    width: 100%;
  }
}

@media screen and (max-width: 1365px) {
  .container .content table {
    overflow-x: scroll;
    display: block;
  }
  .container .content table::-webkit-scrollbar {
    width: 0 !important;
  }
  .container .content table {
    overflow: -moz-scrollbars-none;
  }
  .container .content table {
    -ms-overflow-style: none;
  }
}

@media screen and (max-width: 992px) {
  .container .content table:not(.complex) {
    display: block;
  }

  .container .content table:not(.complex) tbody {
    display: block;
  }
  .container .content table:not(.complex) tbody tr {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 16px;
  }
  .container .content table:not(.complex) tbody td {
    text-align: right;
    width: 100% !important;
    padding: 20px 10px;
    padding-right: 16px;
    position: relative;
    box-sizing: border-box;
  }
  .container .content table:not(.complex) tbody tr:first-of-type {
    display: none;
  }
  .container .content table:not(.complex) tbody td:before {
    content: attr(aria-label);
    float: left;
    width: calc(40% - 8px);
    text-align: left;
  }
}

/* бестраншейный ремонт */

.tren-re section {
  margin: 0 auto;
}
.first-look {
  display: flex;
  margin-bottom: 150px;
}
.logo-container {
  width: 180px;
  margin-right: 100px;
}
.logo {
  width: 180px;
}
.logo-container p {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
.what-tech .tech {
  font-size: 30px;
  text-transform: uppercase;
  color: #f46544;
  margin-top: 0;
  margin-bottom: 0px;
}
.tren-re h1 {
  color: #f46544;
  font-size: 45px;
  margin-bottom: 0;
}
.tech-name {
  color: #383023;
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px;
}
.dotted-line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #b1b0b0;
}
.tren-re li::before {
  display: none;
}
.partners {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.partners-item {
  display: flex;
}
.partners-item_img {
  height: 90px;
}
.partners-item_img-container {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
}
.partners-item_name {
  width: 150px;
  font-size: 13px;
  font-weight: bold;
}
.partners-item_name span {
  font-weight: normal;
}
.tren-re h2 {
  font-size: 35px;
  text-transform: uppercase;
  margin-top: 45px;
  margin-bottom: 50px;
}
.tren-re h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #6d6a68;
  margin-bottom: 20px;
  margin-top: 0;
}
.tren-re h3 {
  font-size: 30px;
  color: #f46544;
}
.rem-plus {
  display: flex;
  flex-direction: column;
}
.rem-plus__item {
  font-size: 18px;
  color: #231300;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  max-width: 350px;
  line-height: 1.2em;
}
.tren-re .rem-plus__item::before {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #231300;
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
}
.section-w-aside {
  display: flex;
  justify-content: space-between;
}
.right-block {
  border: 2px solid #cedee5;
  border-radius: 20px;
  padding: 40px;
  padding-right: 80px;
  margin-top: -40px;
  position: relative;
}
.right-block p {
  font-size: 18px;
  max-width: 490px;
  margin-top: 0px;
}
.left-block {
  max-width: 500px;
}
.left-block.just-text {
  font-size: 20px;
  max-width: 600px;
  margin: 0;
}
.left-block.just-text p{
  margin-bottom:5px;
  margin-top:5px;
}
.right-block.percent {
  border: none;
  padding: 0;
  display: flex;
}
.percent-list {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-right: 15px;
}
.percent__item {
  font-weight: bold;
  max-width: 200px;
}
.percent__item img {
  width: 150px;
}
.right-block.green {
  border: none;
  margin: 0;
  border-radius: 0;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-right: 40px;
  margin-top: -50px;
  background: rgb(147, 202, 78);
  background: linear-gradient(
    90deg,
    rgba(147, 202, 78, 1) 0%,
    rgba(68, 168, 84, 1) 100%
  );
}
.section-w-aside.section {
  margin-top: 100px;
}
.left-block.sec-w.just-text p {
  max-width: 300px;
}
.decision-plus__item {
  color: #fff;
  display: flex;
}
.decision-plus__item img {
  height: 50px;
  margin-right: 20px;
}
.methods-trends {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.methods-trends__item {
  max-width: 40%;
}
.methods-trends__title {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
}
.methods-trends__desc {
  color: #231300;
  font-size: 18px;
}
.methods-trends__list {
  display: flex;
  flex-direction: column;
}
.methods-trends__list__item {
  max-width: 300px;
  color: #231300;
  font-size: 18px;
}
.desc-tech-list {
  display: flex;
  justify-content: space-between;
}
.desc-tech-list__item {
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  font-size: 18px;
}
.tech-img {
  width: 100%;
}
.desc-tech-list__img {
  width: 50px;
}
.patents-list__img {
  width: 50px;
}
.stage {
  background-color: #f46544;
  font-size: 25px;
  color: #fff;
  padding: 10px;
  border-radius: 15px;
  text-transform: uppercase;
}
.right-block-image {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
.right-block-image img {
  width: 350px;
  margin-bottom: 15px;
}
.projects-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.projects-list__item {
  max-width: 500px;
}
.projects-list__title {
  color: #f46544;
  font-weight: bold;
  font-size: 20px;
}
.projects-list__img {
  height: 200px;
}
.projects-list__desc {
  font-size: 18px;
}
.pluses-df {
  display: flex;
  justify-content: space-between;
}
.pluses-list {
  display: flex;
  flex-direction: column;
  max-width: 400px;
}
.pluses-list__item {
  font-size: 18px;
  margin-bottom: 20px;
}
.patents-list {
  display: flex;
  justify-content: space-between;
}
.patents-list__item {
  max-width: 240px;
  text-align: center;
}
.patents-list__title {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
}
.patents-list__name {
  color: #5c5853;
  text-transform: uppercase;
  font-size: 18px;
}
.effects-df {
  display: flex;
  justify-content: space-between;
}
.orange-text {
  color: #f46544;
  font-size: 22px;
  max-width: 300px;
}
.orange-text img {
  width: 175px;
}
.effects-list-container {
  max-width: 500px;
}
.effects-lilist__item {
  font-size: 18px;
}
.param-list-w-icons,
.param-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.param-df {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.param-list-w-icons__item {
  color: #6d6a68;
  text-transform: uppercase;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
}
.param-list-w-icons__item .left-text {
  width: 270px;
}
.param-list-w-icons__item .right-text {
  width: 500px;
}
.param-list-w-icons__item img {
  height: 70px;
}
.param-list_item {
  font-size: 20px;
  max-width: 400px;
}
.dev-list {
  display: flex;
  justify-content: space-between;
}
.dev-list__item {
  max-width: 350px;
}
.dev-list__item img {
  width: 50px;
}
.dev-list__title {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.dev-list__name {
  font-size: 20px;
}
.team-projects {
  display: flex;
  margin-top: 100px;
}
.team-projects__title {
  text-transform: uppercase;
  font-size: 20px;
  margin-right: 100px;
  margin-top: 0;
  color: #6d6a68;
}
.team-projects__list {
  font-size: 18px;
}
.team-projects__list p {
  margin: 0 10px;
}
.program-text {
  font-size: 20px;
  max-width: 600px;
}
.program-text__bold {
  font-weight: bold;
  text-transform: uppercase;
}
.contacts-list {
  display: flex;
  justify-content: space-between;
}
.contacts-list__item {
  max-width: 400px;
  font-size: 20px;
}
.contacts-list__item img {
  width: 50px;
}
.contacts-list__item__bold {
  font-weight: bold;
  color: #231300;
}
.contacts-list__item a {
  color: #f46544;
}
.contacts-list__item .tel {
  color: #231300;
}
.resume-el {
  width: 20px;
  position: absolute;
  right: 30px;
}
.arrow-text {
  width: 200px;
  padding-left: 30px;
  position: relative;
}
.arrow-text::before {
  content: "";
  width: 31px;
  height: 19px;
  background-image: url(/upload/tren_re/arrow.png);
  position: absolute;
  top: 6px;
  left: 0;
  transform: scale(0.5);
}
.methods-trends__list__item p {
  position: relative;
  padding-left: 40px;
}
.methods-trends__list__item p::before {
  content: "";
  width: 66px;
  height: 66px;
  background-image: url(/upload/tren_re/marker.png);
  position: absolute;
  transform: scale(0.5);
  top: -10px;
  left: -25px;
}
.pluses-list__item {
  padding-left: 40px;
  position: relative;
}
.pluses-list__item::after {
  content: "";
  width: 71px;
  height: 71px;
  background-image: url(/upload/tren_re/marker2.png);
  position: absolute;
  transform: scale(0.4);
  top: -23px;
  left: -25px;
}
.effects-lilist__item {
  padding-left: 40px;
  position: relative;
}

.effects-lilist__item::after {
  content: "";
  width: 78px;
  height: 78px;
  background-image: url(/upload/tren_re/orange-arrow.png);
  position: absolute;
  transform: scale(0.3);
  top: -27px;
  left: -25px;
}
.program-df {
  display: flex;
}
.program-df img {
  margin-right: 50px;
}
.mb-50{
  margin-bottom:50px;
}
.desc-tech-list__item:first-child{
  width:75%;
  margin-right: 0;
  margin-left: 0;
}
.desc-tech-list__item{
  margin-right:0;
  margin-left:70px;
  font-size: 16px;
}
.pluses-list__item b{
  font-weight: 600;
}
.projects-list .projects-list__item:nth-child(2){
  margin-top: -18px;
}
@media(max-width:1120px){
  .desc-tech-list__item{
    margin-left:20px;
  }
}
@media (max-width: 1000px) {
  .param-list-w-icons__item {
    flex-direction: column;
  }
  .param-list-w-icons__item img {
    width: 70px;
    height: auto;
  }
  .param-list-w-icons__item .right-text {
    width: auto;
  }
  .param-list-w-icons__item .left-text {
    width: auto;
  }
  .program-df {
    flex-direction: column;
  }
  .program-df img {
    width: 200px;
  }
  .contacts-list {
    flex-wrap: wrap;
  }
  .desc-tech-list {
    flex-wrap: wrap;
  }
  .desc-tech-list__item{
    margin-left:0px;
  }
}
@media (max-width: 868px) {
  .first-look {
    flex-direction: column;
  }
  .what-tech {
    margin-top: 50px;
  }
  .patents-list {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media (max-width: 800px) {
  .partners {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .section-w-aside {
    flex-direction: column;
  }
  .right-block {
    margin-top: 0;
  }
  .section-w-aside.section {
    margin-top: 50px;
  }
  .tren-re h2 {
    margin-top: 50px;
  }
  .right-block.green {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 20px;
  }

  .left-block.just-text p {
    margin-bottom: 10px;
  }
  .right-block-image {
    margin-top: 0;
  }
  .pluses-df {
    flex-direction: column;
  }
  .pluses-list {
    max-width: none;
  }
  .dev-list {
    flex-wrap: wrap;
  }
}
@media (max-width: 650px) {
  .methods-trends {
    flex-direction: column;
  }
  .methods-trends__item {
    max-width: none;
  }
  .effects-df {
    flex-direction: column;
  }
  .team-projects {
    flex-wrap: wrap;
  }
  .team-projects__list p {
    margin: 0;
  }
}
@media (max-width: 570px) {
  .tren-re h1 {
    font-size: 25px;
  }
  .what-tech .tech {
    font-size: 20px;
  }
  .tech-name {
    font-size: 20px;
  }
  .first-look {
    margin-bottom: 50px;
  }
  .what-tech {
    margin-top: 0px;
  }
  .tren-re h2 {
    margin-bottom: 20px;
  }
  .projects-list__title {
    margin-top: 0px;
  }
}
.qviz_iframe{
  min-height: auto !important;
}
label[for = "NAME"] {
  position: relative;
}
label[for = "NAME"]::after {
  content: "*";
}