/* //f.nodacdn.net/369627 */
.t7-plitka {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.t7-plitka li {
  list-style: none;
  margin: 0;
  max-width: 145px;
  padding: 0;
  text-align: center;
}
.t7-plitka span {
  display: block;
  padding: 5px 0 10px 0;
}
.t7-plitka div {
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #e6e6e6;
  overflow: hidden;
  padding: 5px;
}
.t7-plitka .car img {
  height: 40px;
  transition: all 0.2s linear;
  width: auto;
}
.t7-plitka div img {
  height: 130px;
  transition: all 0.2s linear;
  width: 130px;
}
.t7-plitka div:hover img {
  transform: scale(1.15);
}
@media (max-width: 1040px) {
  .t7-plitka {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;

    margin: 0 auto;
    max-width: 700px;
  }
}
@media (min-width: 1041px) and (max-width: 1182px) {
  .t7-plitka-8 {
    display: none;
  }
}
.t7-plitka2  {
  margin: 0 auto 30px auto;
  max-width: 1130px;
}
.t7-gpartner .t7-panel-body {
  background-color: #f5f5f5;
}
.t7-gpartner h2 {
  padding: 5px;
}
.t7-gpartner img {
  width: 150px;
}
.t7-gpartner td {
  text-align: left;
}
.t7-gpartner span {
  display: block;
  padding: 0 10px;
}
.t7-gpartner td:first-child {
  padding: 0;
  width: 160px;
}
.t7-gpartner td:last-child {
  padding: 0;
  width: 330px;
}
@media (max-width: 767px) {
  .t7-gpartner tr {
    overflow: hidden;
  }
  .t7-gpartner td {
    float: left;
    width: 100%;
  }
  .t7-gpartner td:first-child {
    text-align: center;
    width: 100%;
  }
  .t7-gpartner td:last-child {
    padding-bottom: 15px;
    width: 100%;
  }
  .t7-gpartner td:last-child div {
    padding-left: 10px;
  }
  .t7-gpartner img {
    width: 200px;
  }

}

/* all > */
.t7-oferta {
  background-color: #f5f5f5;
  border: 1px solid transparent;
  border-color: #dddddd;
  border-radius: 4px;

  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);

  margin-bottom: 30px;
}
.t7-oferta div {
  font-size: 0.75rem;
  padding: 10px 15px;
}
.t7-panel {
  background-color: #ffffff;
  border: 1px solid transparent;
/*  border-color: #dddddd;  */
  border-radius: 4px;

/*  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);  */

  margin-bottom: 30px;
}
.t7-panel-head {
/*  background-color: #f5f5f5;
  border-color: #dddddd;  */
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  padding: 10px 15px;

  border-bottom: 1px solid transparent;
}
.t7-panel-head h2 {
  margin: 0;
  padding: 0;
}
.t7-panel-body {
  padding: 15px;

}
.t7-panel-bottom {
 padding: 15px;

}
.t7-sqr100 .t7-list-view > div,
.t7-sqr125 .t7-list-view > div,
.t7-sqr140 .t7-list-view > div,
.t7-sqr150 .t7-list-view > div {
  margin: auto;
}
.t7-sqr100 .t7-list-view > div {
  height: 100px;
  width: 100px;
}
.t7-sqr100 .t7-list-text {
  padding-left: 115px;
}
.t7-sqr125 .t7-list-view > div {
  height: 125px;
  width: 125px;
}
.t7-sqr125 .t7-list-text {
  padding-left: 140px;
}
.t7-sqr140 .t7-list-view > div {
  height: 140px;
  width: 140px;
}
.t7-sqr140 .t7-list-text {
  padding-left: 155px;
}
.t7-sqr150 .t7-list-view > div {
  height: 150px;
  width: 150px;
}
.t7-sqr150 .t7-list-text {
  padding-left: 165px;
}
.t7-list,
.t7-list li,
.t7-list2,
.t7-list2 li {
  border: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.t7-list > li {
  display: inline-block;
  min-width: 270px;
  vertical-align: top;
  width: 50%;
}
.t7-list > li > div {
  overflow: hidden;
  padding: 0;
}
.t7-list > li:nth-child(n+3) > div {
  padding-top: 15px;
}
.t7-list > li:nth-child(2n+1) > div {
  padding-right: 7px;
}
.t7-list > li:nth-child(2n+2) > div {
  padding-left: 8px;
}
.t7-list-view {
  display: table;
  float: left;
}
.t7-list-view > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.t7-list-view img {
  border: 1px solid transparent;
  border-color: #dddddd #b5b5b5 #b5b5b5 #dddddd;
  margin: auto;
  padding: 0;
  vertical-align: middle;
}
.t7-sqr100 .t7-list-view img {
  border: 1px solid transparent;
  height: 100px;
  margin: auto;
  padding: 0;
  vertical-align: middle;
  width: 100px;
}
.t7-list-text {
  text-align: left;
  vertical-align: top;
}
.t7-list2 > li:first-child {
  font-weight: bold;
  padding-bottom: 10px;
}
.t7-sqr140 > li:nth-child(n+3) > div  {
  padding-top: 25px;
}
.t7-sqr140 .t7-list2 > li {
  font-weight: normal;
}
.t7-sqr140 .t7-list2 > li:nth-child(2) {
  font-weight: bold;
}
@media (max-width: 767px) {
  .t7-list > li {
    display: block;
    width: 100%;
  }
  .t7-list > li:nth-child(n) > div {
    padding: 0;
  }
  .t7-list > li:nth-child(n+2) > div {
    padding-top: 25px;
  }
}
@media (max-width: 439px) {
  .t7-sqr100 .t7-list-text {
    padding-left: 0;
    padding-top: 0;
  }
  .t7-sqr125 .t7-list-text,
  .t7-sqr140 .t7-list-text,
  .t7-sqr150 .t7-list-text {
    padding-left: 0;
    padding-top: 15px;
  }
  .t7-sqr100 .t7-list-view {
    display: none;
  }
  .t7-sqr100 .t7-list-text li,
  .t7-sqr140 .t7-list-text li {
    text-align: center;
  }
  .t7-list > li:nth-child(n) > div {
    padding: 0;
  }
  .t7-list > li:nth-child(n+2) > div {
    padding-top: 25px;
  }
  .t7-list-view {
    float: none;
    display: block;
  }
  .t7-list-view > div {
    display: block;
  }
  .t7-list2 > li:first-child {
    text-align: center;
  }
}
.t7-panel-head .archivOnOff {
  cursor: pointer;
  border-bottom: 1px dotted #4c4c4c;
}
/* < all */

/* actions > **********************************************************************************************************/
.t7-actions p {
  margin: 40px 0;
  text-align: center;
}
.t7-actions img {
  border: 1px solid transparent;
  border-radius: 4px;
  border-color: #dddddd;

  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);

  height: 97px;
  vertical-align: middle;
  width: 400px;
}
/* < actions **********************************************************************************************************/

/* catalog-start > ****************************************************************************************************/
.t7-catalog-start div ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.t7-catalog-start div ul li {
  display: inline-block;
  margin: 0;
  min-width: 170px;
  padding: 0 0 5px 5px;
  text-align: left;
}
table.catalogListModeTable td.order.orderW > .fr-btn {
  height: inherit;
  min-height: 30px;
  line-height: 1.25;
  padding: 2px 5px;
}
/* < catalog-start*****************************************************************************************************/

/* catalog > **********************************************************************************************************/
table.myCatalogTbl tr td.myCatalogBrandCell {
  max-width: 50%;
  min-width: 450px;
}
@media (max-width: 767px) {
  table.myCatalogTbl tr td.myCatalogBrandCell {
    max-width: none;
    min-width: 0;
  }
}
/* < catalog***********************************************************************************************************/

/* data_protection > **************************************************************************************************/
.t7-data_protection ul,
.t7-data_protection li {
  list-style: none;
}
.t7-data_protection li span {
  display: block;
  padding-left: 40px;
  padding-top: 5px;
}
.t7-data_protection ul {
  padding-left: 40px;
}
.t7-data_protection .t7-panel-body > div > ul {
  margin: 0;
  padding: 0;
}
.t7-data_protection li {
  padding-top: 10px;
}
.t7-data_protection .t7-panel-body > div > ul > li:first-child  {
  padding-top: 0;
}
/* < data_protection **************************************************************************************************/

/* delivery > *********************************************************************************************************/
.t7-delivery ul,
.t7-delivery li {
  list-style: none;
}
.t7-delivery li {
  display: inline-block;
  padding: 0 10px 0 0;
  margin: 0;
  vertical-align: top;
}
.t7-delivery ul {
  padding: 10px 0 0 40px;
  margin: 0;
}
.t7-delivery .t7-panel-body h3 {
  padding-top: 10px;
  margin: 0;
}
.t7-delivery .t7-panel-body h3:first-child {
  padding-top: 0;
}
/* < delivery *********************************************************************************************************/

/* < delivery-op ******************************************************************************************************/
.t7-delivery-op {}
.t7-delivery-op-map {}
.t7-delivery-op-head {}

/* < delivery-op ******************************************************************************************************/

/* < repository *******************************************************************************************************/
.t7-repository-catalogs {}
.t7-repository-holding {}
.t7-repository-partners {}
.t7-repository-posters {}
.t7-repository-flyers {}
/* repository > *******************************************************************************************************/

/* < dreamteam ********************************************************************************************************/
.t7-dreamteam {}
/* dreamteam > ********************************************************************************************************/

/* < docs *************************************************************************************************************/
.t7-docs {}
/* docs> **************************************************************************************************************/

/* < sertificates *****************************************************************************************************/
.t7-sertificates {}
/* sertificates> ******************************************************************************************************/

.t7-repository-catalogs .t7-panel,
.t7-dreamteam .t7-panel,
.t7-docs .t7-panel {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;

  -webkit-box-shadow: none;
  box-shadow: none;
}
.t7-repository-catalogs .t7-panel-head,
.t7-dreamteam .t7-panel-head,
.t7-docs .t7-panel-head {
  background-color: #ffffff;
  border: 1px solid transparent;
}

a.whonorder,
a.whused,
a.whused27,
s.whephg{
  border-bottom: 1px dashed #0263B0;
  text-decoration: none;
}

.whonorder1,
.whonorder2,
.whonorder3,
.whonorder4,
.whused1,
.whused2,
.whused3,
.whused271,
.whused272,
.whused273,
.whephg1,
.whephg2,
.whephg3 {
  max-width: 600px;
  padding : 10px;
}

a.whonorder b,
a.whused b,
a.whused27,
a.whephg b {
  letter-spacing: 1.25px;
}

a.whused27,
.whused271 {
  font-weight: bold;
}

/* < index ************************************************************************************************************/
.t7-index-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.t7-index-flex-text {
  order: 1;
}
/* index > ************************************************************************************************************/
