.row__bg {
  height: 550px;
  background-color: #ffe5b4;
  position: absolute;
  z-index: -1;
}
.row__bg .img__center {
  width: 886px;
  height: 373px;
  position: absolute;
  margin-left: -443px;
  left: 50%;
  top: 0;
  z-index: 1;
  background-image: url('../img/bg.img.light.png');
  background-repeat: no-repeat;
}
.row__bg .img__position {
  width: 100%;
  max-width: 1800px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.row__bg .img__left {
  width: 480px;
  height: 408px;
  background-image: url('../img/bg.img.left.jpg');
  -webkit-background-size: contain;
  -khtml-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 65px;
  left: 70px;
}
.row__bg .img__right {
  width: 415px;
  height: 468px;
  background-image: url('../img/bg.img.right.jpg');
  -webkit-background-size: contain;
  -khtml-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 45px;
  right: 180px;
}
@media (max-width: 1740px) {
  .row__bg .img__position {
    max-width: 1200px;
  }
  .row__bg .img__left {
    width: 338px;
    height: 287px;
    left: 25px;
  }
  .row__bg .img__right {
    width: 290px;
    height: 327px;
    right: 35px;
  }
}
@media (max-width: 1200px) {
  .row__bg .img__left,
  .row__bg .img__right {
    display: none;
  }
}
.row__top {
  padding: 25px 40px 0 40px;
}
.row__top .logos:before,
.row__top .logos:after {
  display: table;
  line-height: 0px;
  content: "";
}
.row__top .logos:after {
  clear: both;
}
.row__top .side__left {
  float: left;
}
.row__top .side__right {
  float: right;
}
.row__top .epic {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  color: #7331ce;
}
.row__top .vc {
  display: inline-block;
  width: 59px;
  height: 14px;
  background-image: url('../img/logo.vc.png');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -khtml-background-size: contain;
  background-size: contain;
}
.row__title {
  margin-top: 25px;
}
.row__title .title {
  font-weight: 300;
  font-size: 44px;
  line-height: 54px;
  text-align: center;
}
.row__title .title span {
  display: block;
}
@media (max-width: 600px) {
  .row__title .title span {
    display: inline;
  }
}
@media (max-width: 830px) {
  .row__title .title {
    padding-top: 20px;
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 830px) {
  .row__title {
    margin-top: 0;
  }
}
.only-calc .row__calculator {
  padding-top: 0;
}
.row__calculator {
  padding-top: 55px;
}
@media (max-width: 830px) {
  .row__calculator {
    padding-top: 20px;
  }
}
.row__calculator .calculator__box {
  background-color: #fff;
  -webkit-box-shadow: 0px 22px 54px 0px rgba(72, 72, 72, 0.17);
  box-shadow: 0px 22px 54px 0px rgba(72, 72, 72, 0.17);
}
.row__calculator .calculator__nav {
  height: 75px;
  background-color: #7331ce;
  text-align: center;
}
.row__calculator .calculator__nav .top__networks:before,
.row__calculator .calculator__nav .top__networks:after {
  display: table;
  line-height: 0px;
  content: "";
}
.row__calculator .calculator__nav .top__networks:after {
  clear: both;
}
.row__calculator .calculator__nav .top__networks .network__box {
  width: 33.3333333%;
  min-height: 75px;
  float: left;
  padding-top: 21.7px;
  padding-bottom: 21.7px;
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.row__calculator .calculator__nav .top__networks .network__box.is-active,
.row__calculator .calculator__nav .top__networks .network__box:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.row__calculator .calculator__nav .top__networks .network__box:last-child {
  float: right;
}
.row__calculator .calculator__nav .top__networks .network__box .network__content {
  display: inline-block;
}
.row__calculator .calculator__nav .top__networks .network__box .network__content .icon {
  float: left;
  margin-right: 10px;
}
.row__calculator .calculator__nav .top__networks .network__box .network__content .icon i {
  display: inline-block;
  background-repeat: no-repeat;
  float: left;
  -webkit-background-size: contain;
  -khtml-background-size: contain;
  background-size: contain;
}
.row__calculator .calculator__nav .top__networks .network__box .network__content .icon .icon-youtube {
  width: 27px;
  height: 27px;
  background-image: url('../img/icon.youtube.svg');
}
.row__calculator .calculator__nav .top__networks .network__box .network__content .icon .icon-instagram {
  width: 23px;
  height: 23px;
  background-image: url('../img/icon.instagram.svg');
}
.row__calculator .calculator__nav .top__networks .network__box .network__content .icon .icon-telegram {
  width: 24px;
  height: 21px;
  background-image: url('../img/icon.telegram.svg');
}
.row__calculator .calculator__nav .top__networks .network__box .network__content .icon .icon-vk {
  width: 32px;
  height: 26px;
  background-image: url('../img/icon.vk.svg');
}
.row__calculator .calculator__nav .top__networks .network__box .network__content .name {
  float: left;
}
@media (max-width: 760px) {
  .row__calculator .calculator__nav .top__networks .network__box .network__content .icon {
    margin-right: 0;
  }
  .row__calculator .calculator__nav .top__networks .network__box .network__content .name {
    display: none;
  }
}
.row__calculator .calculator__nav .top__networks .network__box.is-active {
  background-color: #fff;
  color: #7331ce;
}
.row__calculator .calculator__nav .top__networks .network__box.is-active .network__content .icon-youtube {
  background-image: url('../img/icon.youtube.lilac.svg');
}
.row__calculator .calculator__nav .top__networks .network__box.is-active .network__content .icon-instagram {
  background-image: url('../img/icon.instagram.lilac.svg');
}
.row__calculator .calculator__nav .top__networks .network__box.is-active .network__content .icon-telegram {
  background-image: url('../img/icon.telegram.lilac.svg');
}
.row__calculator .calculator__nav .top__networks .network__box.is-active .network__content .icon-vk {
  background-image: url('../img/icon.vk.lilac.svg');
}
.row__calculator .calculator__params {
  padding: 40px 50px 15px 50px;
}
@media (max-width: 500px) {
  .row__calculator .calculator__params {
    padding: 25px;
  }
}
.row__calculator .calculator__params .params__desc {
  padding-bottom: 30px;
  line-height: 24px;
  color: #898989;
}
.row__calculator .calculator__params .params__property {
  margin-left: -20px;
  margin-right: -20px;
}
.row__calculator .calculator__params .params__property:before,
.row__calculator .calculator__params .params__property:after {
  display: table;
  line-height: 0px;
  content: "";
}
.row__calculator .calculator__params .params__property:after {
  clear: both;
}
.row__calculator .calculator__params .params__property .property__item {
  width: 33.3333333%;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
}
@media (max-width: 800px) {
  .row__calculator .calculator__params .params__property .property__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.row__calculator .calculator__params .params__property .property__item .property__name:before,
.row__calculator .calculator__params .params__property .property__item .property__name:after {
  display: table;
  line-height: 0px;
  content: "";
}
.row__calculator .calculator__params .params__property .property__item .property__name:after {
  clear: both;
}
.row__calculator .calculator__params .params__property .property__item .property__name .name {
  float: left;
}
.row__calculator .calculator__params .params__property .property__item .property__name .question {
  float: left;
  margin-left: 5px;
}
.row__calculator .calculator__params .params__property .property__item .property__name .question .mark {
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  color: #dea842;
  font-size: 12px;
  font-weight: 400;
  background-color: #ffe5b4;
  cursor: help;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.row__calculator .calculator__params .params__property .property__item .property__result input {
  display: block;
  width: 100%;
  margin-top: 15px;
  padding: 15px 0;
  border: 1px #898989 solid;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.row__calculator .calculator__params .params__range {
  padding-top: 40px;
}
.row__calculator .calculator__params .params__range .irs {
  display: block;
  width: -webkit-calc(100% - 1px);
  width: calc(100% - 1px);
  height: 8px;
}
.row__calculator .calculator__params .params__range .irs-slider {
  width: 19px;
  height: 19px;
  margin-left: -1px;
  border: 5px #7331ce solid;
  background-color: #e4e4e4;
  cursor: pointer;
  top: -6px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.row__calculator .calculator__params .params__range .irs-line {
  height: 8px;
  top: 0;
  background: #e4e4e4;
  border: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.row__calculator .calculator__params .params__range .irs-bar {
  height: 8px;
  background: #7331ce;
  border: none;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.row__calculator .calculator__params .params__range .irs-bar {
  top: 0;
  left: 0 !important;
}
.row__calculator .calculator__result {
  padding: 20px 40px;
}
@media (max-width: 500px) {
  .row__calculator .calculator__result {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.row__calculator .calculator__result .result__box {
  padding: 35px 0;
  background-color: #fff7e8;
}
.row__calculator .calculator__result .result__box:before,
.row__calculator .calculator__result .result__box:after {
  display: table;
  line-height: 0px;
  content: "";
}
.row__calculator .calculator__result .result__box:after {
  clear: both;
}
.row__calculator .calculator__result .result__box .result__item {
  width: 33.3333333%;
  float: left;
  text-align: center;
  position: relative;
}
@media (max-width: 660px) {
  .row__calculator .calculator__result .result__box .result__item {
    width: 100%;
  }
}
.row__calculator .calculator__result .result__box .result__item .item__num {
  font-size: 26px;
  font-weight: bold;
}
.row__calculator .calculator__result .result__box .result__item .item__name {
  font-size: 16px;
}
.row__calculator .calculator__result .result__box .result__item .item__name .link span {
  display: inline-block;
  font-weight: 500;
  color: #7331ce;
  border-bottom: 1px #7331ce dashed;
}
.row__calculator .calculator__result .result__box .result__item .or {
  color: #b3b3b3;
  font-size: 14px;
  font-style: italic;
  position: absolute;
  right: -15px;
  top: 50%;
}
@media (max-width: 660px) {
  .row__calculator .calculator__result .result__box .result__item .or {
    display: block;
    position: relative;
    padding: 20px 0;
    right: 0;
    top: 0;
    text-align: center;
  }
}
.row__calculator .calculator__news {
  padding: 20px 40px 30px 40px;
}
@media (max-width: 500px) {
  .row__calculator .calculator__news {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.row__calculator .calculator__news .news__title {
  position: relative;
}
.row__calculator .calculator__news .news__title:before,
.row__calculator .calculator__news .news__title:after {
  display: table;
  line-height: 0px;
  content: "";
}
.row__calculator .calculator__news .news__title:after {
  clear: both;
}
.row__calculator .calculator__news .news__title:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  z-index: 0;
}
.row__calculator .calculator__news .news__title .title {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding-right: 10px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.row__calculator .calculator__news .news__title .slider__nav {
  padding-left: 10px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: -9px;
  z-index: 1;
  color: #898989;
  font-size: 30px;
}
.row__calculator .calculator__news .news__title .slider__nav .icon {
  display: inline-block;
  width: 12px;
  height: 18px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -khtml-background-size: contain;
  background-size: contain;
}
.row__calculator .calculator__news .news__title .slider__nav .nav__left,
.row__calculator .calculator__news .news__title .slider__nav .nav__right {
  float: left;
  padding: 0 5px;
  cursor: pointer;
}
.row__calculator .calculator__news .news__title .slider__nav .nav__left .icon {
  background-image: url('../img/icon.nav.left.gray.svg');
}
.row__calculator .calculator__news .news__title .slider__nav .nav__left:hover .icon {
  background-image: url('../img/icon.nav.left.lilac.svg');
}
.row__calculator .calculator__news .news__title .slider__nav .nav__right .icon {
  background-image: url('../img/icon.nav.right.gray.svg');
}
.row__calculator .calculator__news .news__title .slider__nav .nav__right:hover .icon {
  background-image: url('../img/icon.nav.right.lilac.svg');
}
.row__calculator .calculator__news .items {
  padding-top: 20px;
}
.row__calculator .calculator__news .items .item {
  font-size: 15px;
  line-height: 24px;
}
.row__calculator .calculator__news .items .item a {
  color: #7331ce;
  text-decoration: underline;
}
.row__calculator .calculator__news .items .item a:hover {
  text-decoration: none;
}
.row__calculator .calculator__share {
  padding: 0 40px 20px 40px;
}
@media (max-width: 500px) {
  .row__calculator .calculator__share {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.row__calculator .calculator__share .share__content {
  padding-top: 20px;
  border-top: 1px #e4e4e4 solid;
  text-align: center;
}
.row__calculator .calculator__share .share__content .share__icons {
  display: inline-block;
}
.row__calculator .calculator__share .share__content .share__icons .icon {
  display: block;
  float: left;
  padding-left: 7px;
  padding-right: 7px;
}
.row__calculator .calculator__share .share__content .share__icons .icon i {
  display: inline-block;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -khtml-background-size: contain;
  background-size: contain;
}
.row__calculator .calculator__share .share__content .share__icons .icon .icon-facebook {
  width: 18px;
  height: 18px;
  background-image: url('../img/icon.facebook.lilac.svg');
}
.row__calculator .calculator__share .share__content .share__icons .icon .icon-vk {
  width: 23px;
  height: 21px;
  margin-top: -1px;
  background-image: url('../img/icon.vk.lilac.svg');
}
.row__calculator .calculator__share .share__content .share__icons .icon .icon-twitter {
  width: 21px;
  height: 17px;
  background-image: url('../img/icon.twitter.lilac.svg');
}
.row__calculator .calculator__share .share__content .share__icons span {
  color: #898989;
  font-size: 14px;
}
.row__calculator .calculator__share .share__content .share__icons .fa {
  margin-left: 20px;
  font-size: 20px;
  color: #7331ce;
}
@media (max-width: 600px) {
  .row__calculator .calculator__share .share__content .share__icons span {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .row__calculator .calculator__share .share__content .share__icons .icon {
    display: inline-block;
    float: none;
  }
}
.row__calculator .calculator__bot {
  padding: 30px 0;
}
.row__calculator .calculator__bot:before,
.row__calculator .calculator__bot:after {
  display: table;
  line-height: 0px;
  content: "";
}
.row__calculator .calculator__bot:after {
  clear: both;
}
.row__calculator .calculator__bot .nav {
  float: left;
}
.row__calculator .calculator__bot .nav li {
  display: block;
  float: left;
  margin-right: 40px;
}
.row__calculator .calculator__bot .nav li a {
  display: inline-block;
  color: #7331ce;
  border-bottom: 1px #e1d7ef solid;
}
.row__calculator .calculator__bot .nav li a:hover {
  border-bottom: 1px transparent solid;
}
.row__calculator .calculator__bot .copyright {
  float: right;
  color: #9e9d9d;
}
.row__calculator .calculator__bot .copyright a {
  display: inline-block;
  border-bottom: 1px #e1d7ef solid;
}
.row__calculator .calculator__bot .copyright a span {
  font-weight: bold;
  color: #7331ce;
}
.row__calculator .calculator__bot .copyright a:hover {
  border-bottom: 1px transparent solid;
}
@media (max-width: 600px) {
  .row__calculator .calculator__bot .nav {
    width: 100%;
    margin-bottom: 20px;
  }
  .row__calculator .calculator__bot .nav li {
    width: 100%;
    padding: 10px;
    margin: 0;
    text-align: center;
  }
  .row__calculator .calculator__bot .copyright {
    width: 100%;
    text-align: center;
  }
}
