/*
Theme Name: TenderLiga 2
Theme URI: https://tenderliga.pro
Author: TenderLiga
Description: Exclusive theme for TendeLiga.
Version: 1.0
License: Use only in https://tenderliga.pro
*/
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  src: url("fonts/Roboto-Light.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  src: url("fonts/Roboto-Regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  src: url("fonts/Roboto-Medium.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 600;
  font-style: normal;
  src: url("fonts/Roboto-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  src: url("fonts/Roboto-Bold.woff") format("woff");
}
@font-face {
  font-family: "Icomoon";
  font-weight: 400;
  font-style: normal;
  src: url("fonts/icomoon.woff") format("woff");
}
body {
  font-family: "Roboto";
  font-weight: 600;
  margin: 0;
}

.safari header div,
.safari #about h2 {
  letter-spacing: -0.07rem;
}

.mobile {
  display: none;
}

a:not(.color-origin) {
  color: #000;
}

#main-container {
  max-width: 1366px;
  margin: auto;
}

header {
  display: flex;
  width: calc(100% - 164px);
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px auto;
  font-weight: 500;
  font-size: 44px;
}
header div {
  width: calc(50% - 90px);
}
header div:first-child {
  color: rgb(175, 14, 35);
  text-wrap: nowrap;
  width: auto;
}
header div:first-child a,
header div:first-child a:active,
header div:first-child a:visited {
  color: rgb(175, 14, 35);
}
header div:last-child {
  text-wrap: nowrap;
  width: auto;
}
header a {
  text-decoration: none;
}

#tiles {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}
#tiles > div {
  height: 362px;
  width: 362px;
  border: 5px solid #ccc;
  border-radius: 30px;
  margin: 0 20px 20px 20px;
}
#tiles > div:hover .icon-zoom {
  transform: scale(1.2);
}
#tiles .tile-icon {
  background-size: auto 58%;
  background-repeat: no-repeat;
  background-position: center;
  height: 52%;
}
#tiles .tile-text {
  height: 48%;
}
#tiles .tile-title {
  height: 42%;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
}
#tiles .tile-description {
  text-align: center;
  font-size: 19px;
  margin-top: 2%;
  color: #787373;
  font-weight: 300;
}
#tiles .icon-1 {
  background-image: url(images/icon-vpcg-hammer-ruble.svg);
}
#tiles .icon-2 {
  background-image: url(images/icon-vpcg-hand-ruble.svg);
}
#tiles .icon-3 {
  background-image: url(images/icon-vpcg-key-ruble.svg);
}
#tiles .icon-zoom {
  transition: transform 0.3s;
}

#tiles-detail {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 30px auto 50px auto;
  flex-wrap: wrap;
}
#tiles-detail > div {
  margin: 0 10px;
  width: 226px;
}
#tiles-detail .tile-title {
  color: rgb(175, 14, 35);
  padding: 5px 0;
  border-bottom: 3px solid #ccc;
  display: flex;
  margin: 0 10px;
  align-items: flex-end;
  justify-content: center;
}
#tiles-detail span.value {
  text-wrap: nowrap;
  font-size: 50px;
  line-height: 59px;
  font-weight: 400;
}
#tiles-detail span.measure {
  font-weight: 400;
  font-size: 21px;
}
#tiles-detail span.measure > div {
  width: 100%;
}
#tiles-detail span.measure.p-left {
  padding: 0 6px 10px 0;
}
#tiles-detail span.measure.p-left.single-row {
  padding-bottom: 6px;
}
#tiles-detail span.measure.p-right {
  padding: 0 0 10px 6px;
}
#tiles-detail span.measure.p-right.single-row {
  padding-bottom: 6px;
}
#tiles-detail span.value-text {
  line-height: 21px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 7px;
  margin: auto;
  text-align: center;
  font-size: 22px;
}
#tiles-detail .tile-description {
  text-align: center;
  font-size: 104%;
  color: #787373;
  font-weight: 400;
  word-spacing: 1px;
}

#about {
  border: 5px solid #ccc;
  border-radius: 30px;
  padding: 0 20px 20px 20px;
  max-width: 1190px;
  margin: auto;
  font-size: 0.78rem;
  text-align: justify;
}
#about h2 {
  margin: 20px 0 8px 0;
  font-size: 24px;
  display: inline-block;
  text-align: left;
  line-height: 28px;
}
#about h2 span {
  color: rgb(175, 14, 35);
}

#bottom-info {
  padding: 15px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  margin-top: 20px;
}
#bottom-info .t-row {
  display: flex;
  flex-wrap: wrap;
}
#bottom-info .t-row .t-col {
  width: calc(50% - 15px);
}
#bottom-info .t-row .title {
  padding-bottom: 15px;
  padding-right: 15px;
  text-align: left;
  color: #000000;
}
#bottom-info .t-row:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
}

.docs-box {
  display: flex;
  flex-wrap: wrap;
}
.docs-box a {
  display: block;
  margin: 10px 0;
  width: calc(50% - 15px);
  line-height: 18px;
  text-align: left;
  display: flex;
  align-items: center;
  padding-right: 15px;
  text-decoration: none;
}
.docs-box a span {
  text-decoration: underline;
  font-family: arial;
  font-weight: 400;
}
.docs-box a:before {
  content: "pdf";
  display: inline-block;
  width: 100%;
  max-width: 42px;
  height: 42px;
  margin-right: 12px;
  border: 1px solid #e6e6e6;
  border-radius: 50px;
  color: rgb(175, 14, 35);
  text-transform: uppercase;
  line-height: 44px;
  text-align: center;
}

footer {
  color: rgba(0, 0, 0, 0.5);
  margin-top: 90px;
  text-align: center;
  border-top: 1px solid #e6e6e6;
  background-color: #fafafa;
}
footer a {
  color: rgba(0, 0, 0, 0.5);
}

.footer-info {
  display: flex;
  justify-content: space-between;
  align-items: top;
  flex-wrap: wrap;
  padding: 0 15px;
}
.footer-info > a,
.footer-info > div {
  margin: 15px 0;
}

#footer-phone::before {
  font-family: Icomoon;
  display: inline-block;
  margin-top: -4px;
  padding-right: 10px;
  content: "\e942";
  vertical-align: middle;
}

#footer-mail::before {
  font-family: Icomoon;
  display: inline-block;
  margin-top: -2px;
  padding-right: 10px;
  content: "\e902";
  vertical-align: middle;
}

#footer-address::before {
  font-family: Icomoon;
  display: inline-block;
  margin-top: -2px;
  padding-right: 10px;
  content: "\e905";
  vertical-align: middle;
}

header div:first-child {
  line-height: 58px;
}
header div:last-child {
  text-indent: 0px;
  padding: 0px;
  padding-right: 5px;
  padding-left: 0px;
  margin-right: -2px;
  margin-left: 0px;
}

.footer-info {
  font-family: Roboto;
  color: #000;
  font-weight: 100;
}

#footer-mail.email {
  color: #000;
  font-weight: 100;
}

#footer-phone {
  color: #000;
}

footer {
  margin-top: 49px;
}

#about {
  width: 1146px;
  margin-top: -9px;
  visibility: visible;
  min-width: 600px;
}
#about h2 {
  font-size: 240%;
  padding: 0px;
  font-weight: 400;
}
#about > div {
  color: #000000;
  text-decoration: none;
  font-size: -1px;
  padding-top: 0px;
  padding-bottom: 18px;
  margin: -1px;
  margin-top: 4px;
}
#about .docs-box {
  margin-top: 30px;
}

#tiles-detail {
  padding-top: 0px;
  margin-top: 26px;
  margin-bottom: 64px;
}
#tiles-detail .tile-description {
  color: #000000;
  margin-top: 7px;
}
#tiles-detail span.measure > div {
  padding-right: 0px;
}
#tiles-detail span.measure.p-right {
  padding-right: 0px;
}
#tiles-detail > div {
  padding-right: 0px;
}
#tiles-detail .tile-title {
  padding-right: 1px;
  padding-top: 0px;
}

#about-description {
  font-variant: normal;
  font-family: arial;
  font-weight: 400;
}

#tiles {
  margin-bottom: 0px;
  padding-top: 17px;
}
#tiles > div {
  margin-top: -10px;
}
#tiles .tile-description {
  color: #000;
}

#bottom-info {
  padding-top: 20px !important;
  transform: translatex(0px) translatey(0px);
}
#bottom-info .t-row .t-col {
  font-family: arial;
  font-weight: 400;
}
#bottom-info .t-row .title {
  color: #000;
}

@media (max-width: 1024px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  header {
    width: calc(100% - 32px);
    justify-content: center;
    margin: 14px auto 20px auto;
  }
  header.mobile {
    display: flex;
  }
  header div:first-child {
    font-size: 40px;
    line-height: 52px;
  }
  header div:last-child {
    font-size: 42px;
    line-height: 52px;
    padding-right: 0;
    margin-right: 0;
  }
  header.mobile {
    margin-bottom: 12px;
  }
  header.mobile > div {
    width: 100%;
    text-align: center;
  }
  header.mobile div:first-child a {
    color: #000;
  }
  header.mobile .header-phone {
    font-size: 20px;
    font-weight: 400;
  }
  header.mobile .header-mkk {
    font-size: 20px;
    color: rgb(175, 14, 35);
    width: 184px;
    font-weight: 300;
    padding-top: 24px;
  }
  header.mobile .header-liga a {
    font-size: 36px;
    color: rgb(175, 14, 35);
    font-weight: 300;
  }
  header.mobile .header-description {
    font-size: 16px;
    font-weight: 300;
    text-wrap: auto;
    line-height: 20px;
    margin: 26px auto;
  }
  #tiles {
    padding-top: 0;
  }
  #tiles > div {
    margin: 0 16px 10px 16px;
    border: none;
    display: flex;
    height: 84px;
    padding-left: 10px;
    margin-bottom: 58px;
  }
  #tiles .tile-icon {
    height: 82px;
    width: 90px;
    background-position: center;
    background-size: auto 80%;
  }
  #tiles .tile-text {
    width: calc(100% - 90px);
    height: auto;
  }
  #tiles .tile-title {
    text-align: left;
    font-size: 20px;
  }
  #tiles .tile-description {
    text-align: left;
    font-size: 16px;
    margin-top: 12px;
    color: #808080;
  }
  #tiles-detail {
    margin-top: 0;
    margin-left: 56px;
    width: calc(100% - 56px);
    margin-bottom: 28px;
    height: 450px;
    position: relative;
  }
  #tiles-detail > div {
    width: 82px;
    height: 82px;
    margin: 0;
    position: absolute;
  }
  #tiles-detail > div::before {
    width: 90px;
    height: 90px;
    border: 2px solid #787373;
    border-radius: 18px;
    transform: rotate(45deg) translate(26px, 0px);
    content: "";
    display: block;
    position: absolute;
  }
  #tiles-detail > div.color-mark::before {
    border-color: rgb(175, 14, 35);
  }
  #tiles-detail .tile-title {
    margin: 0;
    padding: 0;
    border: none;
    margin-left: 50px;
  }
  #tiles-detail span.value {
    font-size: 30px;
    line-height: 20px;
    font-weight: 300;
  }
  #tiles-detail span.measure.p-left {
    font-size: 26px;
  }
  #tiles-detail span.measure.p-right {
    font-size: 12px;
    padding-bottom: 0;
    padding-left: 4px;
    font-weight: 300;
  }
  #tiles-detail span.value-text {
    line-height: 18px;
    padding-top: 2px;
    padding-bottom: 0px;
    font-size: 16px;
  }
  #tiles-detail .tile-description {
    font-size: 11px;
    font-weight: 300;
    margin-top: 3px;
    margin-left: 25px;
    width: 84px;
  }
  #tiles-detail #tile-detail-1 {
    left: -6px;
    top: -6px;
  }
  #tiles-detail #tile-detail-1::before {
    border-color: rgb(175, 14, 35);
  }
  #tiles-detail #tile-detail-1 .tile-title {
    margin-top: 42px;
  }
  #tiles-detail #tile-detail-2 {
    top: 310px;
    left: 150px;
  }
  #tiles-detail #tile-detail-2 .tile-title {
    margin-top: 32px;
  }
  #tiles-detail #tile-detail-2 span.measure.p-left.single-row {
    margin-top: 14px;
    font-weight: 300;
    font-size: 22px;
    line-height: 20px;
    padding-right: 4px;
    padding-bottom: 0;
    margin-left: -4px;
  }
  #tiles-detail #tile-detail-2 .tile-description {
    width: 50px;
    margin-left: 40px;
  }
  #tiles-detail #tile-detail-4 {
    top: 155px;
    left: -6px;
  }
  #tiles-detail #tile-detail-4 .tile-title {
    margin-top: 49px;
  }
  #tiles-detail #tile-detail-5 {
    top: 150px;
    left: 150px;
  }
  margin-top #tiles-detail #tile-detail-5::before {
    border-color: rgb(175, 14, 35);
  }
  #tiles-detail #tile-detail-5 .tile-title {
    margin-top: 44px;
  }
  #tiles-detail #tile-detail-6 {
    top: 72px;
    left: 72px;
  }
  #tiles-detail #tile-detail-6 .tile-title {
    margin-top: 48px;
    margin-left: 44px;
  }
  #tiles-detail #tile-detail-7 {
    top: 234px;
    left: 72px;
  }
  #tiles-detail #tile-detail-7::before {
    border-color: rgb(175, 14, 35);
  }
  #tiles-detail #tile-detail-7 .tile-title {
    margin-top: 54px;
  }
  #tiles-detail #tile-detail-7 span.measure.p-left {
    font-weight: 300;
  }
  #tiles-detail span.value {
    letter-spacing: -2px;
    font-size: 28px;
  }
  #about {
    margin: auto 16px;
    width: calc(100% - 66px);
    min-width: 0;
    padding: 0 17px;
    border: none;
  }
  #about h2 {
    font-size: 16px;
    margin: 14px 0 4px 0;
    line-height: 18px;
    font-weight: 600;
  }
  #about > div {
    font-size: 9px;
  }
  #about span {
    display: inline;
    max-width: calc(100% - 40px);
  }
  #about .docs-box a {
    line-height: 12px;
  }
  #about .docs-box a:before {
    max-width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 8px;
  }
  footer {
    margin-top: 35px;
  }
  .footer-info {
    padding: 0 10px;
    font-size: 10px;
    margin-bottom: 6px;
  }
  .footer-info > a,
  .footer-info > div {
    margin: 9px 0;
  }
  #bottom-info .t-row:not(:last-child) {
    padding-bottom: 8px;
  }
  #bottom-info .t-row .title {
    width: calc(100% - 30px);
    padding-bottom: 10px;
  }
  #bottom-info .t-row .value {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */