@charset "UTF-8";

.btn-buy {
  background: radial-gradient(100% 100% at 0% 0%, #50779F 0%, #3D5E7F 100%);
  -webkit-box-shadow: 0px 20px 30px -6px rgba(5, 23, 60, 0.25);
  box-shadow: 0px 20px 30px -6px rgba(5, 23, 60, 0.25);
  border-radius: 6px;
  min-width: 78px;
  padding: 0 16px;
}
.btn-buy:hover {
  color: #fff;
  text-decoration: underline;
  background: radial-gradient(100% 100% at 0% 0%, #2E6BA9 0%, #2F8CEA 100%);
  -webkit-box-shadow: 0px 2px 4px -2px rgba(7, 8, 49, 0.404802), 0px 20px 30px -6px rgba(5, 23, 60, 0.25);
  box-shadow: 0px 2px 4px -2px rgba(7, 8, 49, 0.404802), 0px 20px 30px -6px rgba(5, 23, 60, 0.25);
}


canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.chart-radar {
  width: 412px;
  height: 360px;
  margin: 0 auto;
}
.chart-radar canvas {
  width: 100%;
  height: 100%;
}
@media (max-width: 639px) {
  .chart-radar {
    display: none;
  }
}

.tooltip-price,
.tooltip {
  display: none !important;
}

.sticky-holder {
  position: relative;
  margin-bottom: 60px;
}

.compare-header-sticky {
  background: #FFFFFF;
  border-radius: 6px;
  height: 126px;
  padding: 42px 50px 28px;
  color: #9F9F9F;
  font-size: 13px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: sticky;
  top: 0;
  color: #000;
  z-index: 1000;
}
@media (max-width: 1023px) {
  .compare-header-sticky {
    padding: 42px 24px 28px;
    top: 70px;
  }
}
.compare-header-sticky:after {
  border-top: 1px solid #EBEBEB;
  height: 101px;
  margin-top: -1px;
  position: absolute;
  left: 50px;
  right: 50px;
  top: 100%;
  content: "";
  background: url(//technicalcity.b-cdn.net/images/shadow_01.png) 50% 0 no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.compare-header-sticky + .block {
  margin-top: -126px;
  padding-top: 166px;
}
.compare-header-sticky .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
  padding: 0 80px 0 0;
}
.compare-header-sticky .title strong {
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 7px;
}
.compare-header-sticky .title span {
  display: block;
  color: #9F9F9F;
  font-size: 13px;
  line-height: 17px;
}
@media (max-width: 639px) {
  .compare-header-sticky .title span br {
    display: none;
  }
}
.compare-header-sticky .model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36%;
          flex: 0 0 36%;
  padding-left: 52px;
}
.compare-header-sticky .model + .model {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18%;
          flex: 0 0 18%;
}
@media (max-width: 1360px) {
  .compare-header-sticky .model {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
  }
  .compare-header-sticky .model + .model {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26%;
            flex: 0 0 26%;
  }
}
.compare-header-sticky .model .add-compare {
  display: inline-block;
  position: relative;
  color: #0076FF;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  line-height: 19px;
  padding: 0 0 0 42px;
}
.compare-header-sticky .model .add-compare:hover {
  text-decoration: underline;
}
.compare-header-sticky .model .add-compare i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 26px;
  font-weight: bold;
}
.compare-header-sticky .type {
  display: block;
  color: #0076FF;
}
.compare-header-sticky .type span {
  display: block;
  font-weight: normal;
  font-size: 13px;
  line-height: 17px;
  margin: 0 0 -4px;
}
.compare-header-sticky .type em {
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
}
.compare-header-sticky .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /*left: -52px;*/
  left: 0;
  width: 40px;
  margin: 0 12px 0 0;
  text-align: right;
}
@media (max-width: 639px) {
  .compare-header-sticky {
    padding: 24px 16px 14px;
    margin: 0 -12px;
    top: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 184px;
    height: auto;
  }
  .compare-header-sticky + .block {
    margin-top: -184px;
    padding-top: 224px;
  }
  .compare-header-sticky .title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 0 25px;
    padding: 0;
  }
  .compare-header-sticky .title span {
    height: 17px;
  }
  .compare-header-sticky:after {
    left: 12px;
    right: 12px;
  }
  .compare-header-sticky .model {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .compare-header-sticky .model .icon {
    position: relative;
    left: auto;
    top: auto;
    height: 26px;
    -webkit-transform: none;
    transform: none;
    margin: 0 0 5px;
    text-align: left;
    display: block;
  }
  .compare-header-sticky .model .icon img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
  }
}

.compare-table {
  margin: 0 0 25px;
  color: #8A8A8A;
  font-size: 15px;
  width: 100%;
  line-height: 19px;
}
.compare-table:last-child {
  margin-bottom: -15px;
}
.compare-table th {
  text-align: left;
  color: #2E2C37;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 23px;
}
.compare-table em {
  font-style: normal;
  min-width: 95px;
  display: inline-block;
  vertical-align: top;
  margin: 0 40px 0 0;
}
@media (max-width: 1500px) {
  .compare-table em {
    margin: 0 25px 0 0;
  }
}
@media (max-width: 1360px) {
  .compare-table em {
    margin: 0 18px 0 0;
  }
}
@media (max-width: 1260px) {
  .compare-table em {
    margin: 0 5px 0 0;
  }
}
@media (max-width: 1200px) {
  .compare-table em {
    min-width: auto;
    margin: 0 16px 0 0;
  }
}
@media (max-width: 800px) {
  .compare-table em {
    margin: 0 6px 0 0;
  }
}
@media (max-width: 480px) {
  .compare-table em {
    margin: 0 3px 0 0;
  }
}
.compare-table em i {
  font-style: normal;
}
@media (max-width: 800px) {
  .compare-table em i {
    display: none;
  }
}
.compare-table em.blue {
  color: #0076FF;
}
.compare-table em.green {
  color: #02A32C;
}
.compare-table em.lime {
  color: #2BC702;
}
.compare-table em.yellow {
  color: #FCB001;
}
.compare-table em.orange {
  color: #D64509;
}
.compare-table em.blue  .nd {
  color: #8A8A8A;
}
.compare-table tr td {
  padding: 0 0 15px;
  vertical-align: top;
}
.compare-table tr td:first-child {
  color: #000;
  width: 46%;
}
.compare-table tr td:nth-child(2) {
/*  width: 36%;*/
width: 27%;
}
.compare-table tr td:nth-child(2) + td {
/*  width: 18%;*/
width: 27%;
}
@media (max-width: 1360px) {
  .compare-table tr td:nth-child(2) {
    width: 28%;
  }
  .compare-table tr td:nth-child(2) + td {
    width: 26%;
  }
}
@media (max-width: 639px) {
  .compare-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
    padding: 8px 8px 4px;
    margin: 0 -8px;
  }
  .compare-table tr:nth-child(even) {
    background: #F5F5F5;
    border-radius: 6px;
  }
  .compare-table tr td {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 0 8px;
  }
  .compare-table tr td:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    color: #2E2C37;
    font-weight: 600;
  }
}

.ratio-block {
  padding: 14px 50px;
  background: #F6F6F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -50px 30px;
}
.last_ratio-block_inside_rounded_bottom_edges .ratio-block:last-child {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
@media (max-width: 1023px) {
  .ratio-block {
    margin-right: -24px;
    margin-left: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.ratio-block .text {
  padding: 0 10% 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
}
.ratio-block .text .title {
  color: #000;
  display: block;
  margin: 0 0 7px;
  /*font-size: 15px;*/
  font-size: 22px;
  line-height: 18px;
  /*font-weight: normal;*/
}
@media (max-width: 639px) {
	.ratio-block .text .title {
		font-size: 18px;
	}
}
.ratio-block .text p {
  color: #9F9F9F;
  margin: 0;
}
.ratio-block .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36%;
          flex: 0 0 36%;
  position: relative;
}
@media (max-width: 1360px) {
  .ratio-block .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
  }
}
.ratio-block .col form {
  position: relative;
  left: -40px;
}
.ratio-block .col + .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18%;
          flex: 0 0 18%;
}
@media (max-width: 1360px) {
  .ratio-block .col + .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26%;
            flex: 0 0 26%;
  }
}
.ratio-block .frame {
  position: relative;
  width: 112px;
  height: 140px;
}
.ratio-block .frame_like_width {
  position: relative;
  width: 112px;
}
.ratio-block .frame_like_width .vidget_name {
	margin-left: -20px;
	margin-right: -20px;
	padding-top: 8px;
	font-weight: 500;
}
.ratio-block .frame_like_width .vidget_name {
	text-align: center;
}
.ratio-block .frame canvas {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  margin: 10px 0 0;
}
.ratio-block .frame input {
  font: 15px/20px system-ui, Arial, sans-serif !important;
  font-weight: 600 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 10px 0 0 !important;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.ratio-block .frame ul {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.ratio-block .frame ul li {
  position: absolute;
}
.ratio-block .frame ul li:nth-child(1) {
  bottom: 0;
  left: 8px;
}
.ratio-block .frame ul li:nth-child(2) {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ratio-block .frame ul li:nth-child(3) {
  bottom: 0;
  right: 8px;
}
@media (max-width: 639px) {
  .ratio-block {
    margin: 0 -16px 20px;
    padding: 27px 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ratio-block .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 0 18px;
    padding: 0;
  }
  .ratio-block .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ratio-block .col form {
    left: 0;
  }
}

.chart-price {
  padding-top: 40px;
}
@media (max-width: 639px) {
  .chart-price {
    padding-top: 8px;
  }
}

p + .recomended-block {
  margin-top: 40px;
}

.recomended-block {
  font-size: 14px;
  background: #F6F6F6;
  margin: 0 -50px;
  padding: 30px 16px;
  text-align: center;
  color: #000;
}
.recomended-block:last-child {
  border-radius: 0 0 6px 6px;
  margin-bottom: -40px;
}
.recomended-block .points {
  text-align: center;
  margin-bottom: 22px;
}
.recomended-block .points:last-child {
  margin-bottom: 0;
}
.recomended-block .points strong {
  display: block;
  font-size: 40px;
  line-height: 40px;
  margin: 0 0 12px;
}
.recomended-block .points strong.green {
  color: #09C400;
}
.recomended-block .points strong.red {
  color: #FF4747;
}
.recomended-block .points strong.yellow {
  color: #EB8C00;
}
.recomended-block .points span {
  position: relative;
  display: block;
  width: 173px;
  border-radius: 7px;
  height: 12px;
  overflow: hidden;
  margin: 0 auto;
  background: radial-gradient(99.79% 99.79% at 99.79% 47.58%, #E4E4E4 0%, #EAEAEA 100%);
}
.recomended-block .points span:after {
  border-radius: 7px;
  position: absolute;
  top: 0;
  left: 0;
  width: var(--width);
  height: 100%;
  content: "";
  background: radial-gradient(99.3% 99.3% at 99.3% 47.59%, #07C40F 0%, #00C874 100%);
}
.recomended-block p {
  line-height: 21px;
  margin: 0 0 15px;
}
.recomended-block p a {
  text-decoration: none;
}
.recomended-block p a:hover {
  text-decoration: underline;
}
.recomended-block p em {
  display: block;
  font-style: normal;
}
.recomended-block p em.green {
  color: #09C400;
}
.recomended-block p em.red {
  color: #FF4747;
}
.recomended-block p em.yellow {
  color: #EB8C00;
}
.recomended-block p:last-child {
  margin-bottom: 0;
}
.recomended-block .model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recomended-block .model .icon {
  width: 38px;
  margin: 0 10px 0 0;
}
.recomended-block .model .title {
  color: #0076FF;
  font-size: 41px;
  line-height: 45px;
}
.recomended-block .product {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 14px 24px -4px rgba(3, 2, 29, 0.118116);
  box-shadow: 0px 14px 24px -4px rgba(3, 2, 29, 0.118116);
  border-radius: 8px;
  margin: 27px auto 0;
  width: 360px;
  padding: 15px 20px 20px;
  text-align: left;
}
.recomended-block .product .title {
  display: block;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 28px;
}
.recomended-block .product .visual {
  text-align: center;
  margin-bottom: 34px;
}
.recomended-block .product dl {
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 8px;
}
.recomended-block .product dl dt {
  float: left;
  color: #2E2C37;
}
.recomended-block .product dl dd {
  overflow: hidden;
  text-align: right;
  color: #0076FF;
  margin-bottom: 16px;
}
.recomended-block .product .footer {
  border-top: 1px solid #EFEFEF;
  padding: 24px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recomended-block .product .btn {
  background: #FFDB4D;
  font-weight: normal;
  border-radius: 4px;
  height: 39px;
  line-height: 39px;
  font-size: 13px;
  color: #000;
  min-width: 116px;
  text-decoration: none;
}
.recomended-block .product .btn:hover {
  text-decoration: underline;
}
.recomended-block .product .price {
  font-size: 26px;
  line-height: 35px;
}
.recomended-block .product .price sup {
  font-style: italic;
}
@media (max-width: 1023px) {
  .recomended-block {
    margin-right: -24px;
    margin-left: -24px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 639px) {
  .recomended-block {
    margin: 0 -16px 40px;
    padding: 0 16px;
  }
  .recomended-block .model .title {
    font-size: 24px;
    line-height: 34px;
  }
  .recomended-block:last-child {
    border-radius: 0 0 6px 6px;
    margin-bottom: -25px;
    padding-bottom: 25px;
  }
  .recomended-block .product {
    max-width: 100%;
  }
  .recomended-block .product dl dt {
    width: 100%;
    float: none;
    display: block;
  }
  .recomended-block .product dl dd {
    text-align: left;
  }
}

.percent_box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  white-space: nowrap;
}
.percent_box .percent {
  display: block;
  font-size: 12px;
  line-height: 14px;
  width: 41px;
  text-align: right;
  margin: 0 5px 0 0;
}
@media (max-width: 1200px) {
  .percent_box .percent {
    width: auto;
    margin: 0;
  }
}
.percent_box .scale_box {
  display: block;
  background: #E7E8E8;
  -webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.0755846);
          box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.0755846);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  height: 12px;
  width: 54px;
}
@media (max-width: 1500px) {
  .percent_box .scale_box {
    width: 35px;
  }
}
@media (max-width: 1200px) {
  .percent_box .scale_box {
    display: none;
  }
}
.percent_box .scale_box .scale {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 3px;
}
.percent_box.red .percent {
  color: #D64509;
}
.percent_box.red .scale_box .scale {
  background: -webkit-gradient(linear, left top, right top, from(#D64509), color-stop(142.45%, #BC3A04));
  background: linear-gradient(90deg, #D64509 0%, #BC3A04 142.45%);
}
.percent_box.green .percent {
  color: #09C400;
}
.percent_box.green .scale_box .scale {
  background: -webkit-gradient(linear, left top, right top, from(#09C400), color-stop(142.45%, #0D9E6E));
  background: linear-gradient(90deg, #09C400 0%, #0D9E6E 142.45%);
}
