Your IP : 18.117.98.198


Current Path : /home/bitrix/ext_www/dev.ballu.in.ua/promo/cube/assets/css/
Upload File :
Current File : /home/bitrix/ext_www/dev.ballu.in.ua/promo/cube/assets/css/style.css

html,
body {
  width: 100%;
  height: 100%;
}
html {
  font-size: 16px;
}
body {
  font-family: "MyriadPro", sans-serif;
  font-weight: 300;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
ol,
ul {
  padding: 0;
  margin: 0;
}
.container {
  max-width: 1760px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 375px;
  }
}
.title {
  font-size: 4.5rem;
  color: #706f6f;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 1600px) {
  .title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1366px) {
  .title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1280px) {
  .title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 2rem;
  }
}
.subtitle {
  font-size: 3.75rem;
  font-weight: 300;
  color: #44a326;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .subtitle {
    font-size: 3.25rem;
  }
}
@media screen and (max-width: 1366px) {
  .subtitle {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 1280px) {
  .subtitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .subtitle {
    font-size: 1.5rem;
  }
}
.green {
  color: #44a326;
}
.blue {
  color: #169fdb;
}
.light {
  font-weight: 300;
}
.slick-slide img {
  display: inline-block !important;
}
.slick-slider :focus {
  outline: none;
}
.slick-list {
  width: 100%;
}
.slick-track {
  margin-left: 0;
  margin-right: 0;
}
.slick-arrow:hover:after {
  opacity: 1 !important;
}
.slick-arrow {
  transition: none !important;
  text-indent: 0 !important;
  margin: 0 !important;
}
#buybutton {
  top: 150px;
  right: 10px;
  position: fixed;
  z-index: 110;
}
.img-circle {
  background-color: #44a326;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.circletext {
  z-index: 12;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 2px solid #44a326;
  width: 10.3125vw;
  height: 10.3125vw;
  top: 0;
  right: 0.52083333333333vw;
  position: absolute;
  border-radius: 100%;
  opacity: 0.5;
  -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
  animation: circle-anim 2.4s infinite ease-in-out !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.circle-fill {
  z-index: 11;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #44a326;
  height: 6.875vw;
  width: 6.875vw;
  top: 1.71875vw;
  right: 2.2395833333333vw;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
  animation: circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.img-circle {
  z-index: 10;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 5.3125vw;
  height: 5.3125vw;
  top: 2.5vw;
  right: 3.0208333333333vw;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.7;
}
.img-circleblock {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 5.3125vw;
  height: 5.3125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 12;
  font-weight: 400;
  font-size: 1.3vw;
  cursor: pointer;
}
.img-circle:hover {
  opacity: 1;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
}
@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
}
@keyframes tossing {
  0% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
}
@-webkit-keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-webkit-keyframes circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
.main-banner {
  height: 60vw;
  position: relative;
  background-image: url(../img/interface/bg/bg-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.main-banner__text {
  position: absolute;
  bottom: 33px;
  left: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-banner__text-left {
  max-width: 365px;
  margin-right: 25px;
  font-size: 2.25rem;
  color: #5c5c5c;
  text-transform: uppercase;
}
.main-banner__text-right {
  position: relative;
  max-width: 575px;
  padding-left: 25px;
  font-size: 4.5rem;
  line-height: 1;
  color: #44a326;
}
.main-banner__text-right:before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: 100%;
  width: 1px;
  background-color: #44a326;
}
@media screen and (max-width: 1600px) {
  .main-banner__text-left {
    max-width: 280px;
    font-size: 1.75rem;
  }
  .main-banner__text-right {
    max-width: 445px;
    font-size: 3.625rem;
  }
}
@media screen and (max-width: 1280px) {
  .main-banner__text {
    left: 65px;
  }
  .main-banner__text-left {
    max-width: 205px;
    font-size: 1.25rem;
  }
  .main-banner__text-right {
    max-width: 310px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .main-banner {
    background-image: url(../img/interface/bg/bg-1-mob.jpg);
  }
  .main-banner__text {
    left: 40px;
    bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .main-banner__text-left {
    max-width: 150px;
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 0.875rem;
    font-weight: 400;
  }
  .main-banner__text-right {
    max-width: 140px;
    padding-left: 0;
    padding-top: 5px;
    font-size: 1.125rem;
  }
  .main-banner__text-right:before {
    top: unset;
    left: -10px;
    right: -10px;
    bottom: 100%;
    width: auto;
    height: 1px;
  }
}
.banner {
  height: 47vw !important;
  background-image: url(../img/interface/bg/bg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner__img {
  position: absolute;
  top: 5%;
  right: 9%;
  width: 28.7%;
}
@media screen and (max-width: 767px) {
  .banner {
    background-image: url(../img/interface/bg/bg-2-mob.jpg);
  }
}
.advantages {
  padding-top: 90px;
}
.advantages__title {
  margin: 0;
  text-align: center;
}
.advantages__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 100px;
}
.advantages__item {
  max-width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #706f6f;
  margin-bottom: 100px;
}
.advantages__fill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 180px;
  height: 200px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  border: 2px solid #4db848;
  border-radius: 0 2em 2em;
}
.advantages__fill_active {
  color: #fff;
  background-color: #4db848;
}
.advantages__fill-title {
  font-size: 2.125rem;
}
.advantages__fill-title_big {
  font-size: 4.5rem;
}
.advantages__desc {
  max-width: 355px;
  margin-left: 15px;
}
.advantages__desc-title {
  line-height: 1;
  font-size: 2.125rem;
  font-weight: 400;
}
.advantages__desc-text {
  font-size: 1.4375rem;
}
.advantages__banner {
  position: relative;
}
.advantages__banner-text {
  position: absolute;
  top: 8%;
  right: 8%;
  max-width: 590px;
}
.advantages__subtitle {
  margin: 0;
}
.advantages__paragraph {
  margin: 20px 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 1600px) {
  .advantages__fill {
    width: 160px;
    height: 180px;
  }
  .advantages__fill-title {
    font-size: 1.875rem;
  }
  .advantages__fill-title_big {
    font-size: 4rem;
  }
  .advantages__desc {
    max-width: 300px;
  }
  .advantages__desc-title {
    font-size: 1.75rem;
  }
  .advantages__desc-text {
    font-size: 1.25rem;
  }
  .advantages__banner-text {
    right: 3%;
  }
}
@media screen and (max-width: 1366px) {
  .advantages__list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .advantages__paragraph {
    font-size: 1.125rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 1280px) {
  .advantages__banner-text {
    max-width: 400px;
  }
  .advantages__paragraph {
    margin: 10px 0;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .advantages {
    padding-top: 30px;
  }
  .advantages__list {
    margin-top: 30px;
  }
  .advantages__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
  }
  .advantages__fill {
    width: 120px;
    height: 140px;
  }
  .advantages__fill-title {
    font-size: 1.25rem;
  }
  .advantages__fill-title_big {
    font-size: 2rem;
  }
  .advantages__fill-text {
    font-size: 0.875rem;
  }
  .advantages__desc {
    margin-left: 0;
    margin-top: 15px;
    text-align: center;
  }
  .advantages__desc-title {
    font-size: 1.25rem;
  }
  .advantages__desc-text {
    font-size: 1rem;
    margin-top: 5px;
  }
  .advantages__img {
    margin: 0 auto;
  }
  .advantages__banner-text {
    position: static;
    margin-top: 10px;
  }
  .advantages__paragraph {
    font-weight: 300;
  }
}
.features {
  padding-top: 75px;
  background-color: #edecec;
}
.features__title {
  margin: 0;
  text-align: center;
}
.features__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 90px;
}
.features__item {
  position: relative;
}
.features__text {
  margin-top: 40px;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
  color: #44a326;
}
.features__overlay {
  position: absolute;
  left: 31%;
  top: 49.5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px 40px 20px 20px;
  background-color: rgba(255, 255, 255, 0.5);
}
.features__overlay-text {
  font-size: 1.375rem;
  font-weight: 400;
  color: #44a326;
}
.features__overlay-text + .features__overlay-text {
  margin-top: 32px;
}
.features__banner {
  margin-top: 130px;
  height: 47.2vw;
  background-image: url(../img/interface/bg/bg-4-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.features__banner-img {
  display: none;
}
.features__subtitle {
  margin: 0;
  max-width: 795px;
  padding-top: 7%;
}
.features__desc {
  margin-top: 5.5%;
}
.features__desc-text {
  font-size: 2.2rem;
}
.features__desc-text + .features__desc-text {
  margin-top: 2.7%;
}
@media screen and (max-width: 1600px) {
  .features__desc {
    margin-top: 4.3%;
  }
  .features__desc-text {
    font-size: 1.875rem;
  }
  .features__subtitle {
    max-width: 670px;
  }
}
@media screen and (max-width: 1366px) {
  .features__overlay {
    top: 48.5%;
  }
  .features__overlay-text {
    font-size: 1.125rem;
  }
  .features__overlay-text + .features__overlay-text {
    margin-top: 28px;
  }
  .features__text {
    font-size: 1.75rem;
  }
  .features__desc {
    margin-top: 4.7%;
  }
  .features__desc-text {
    font-size: 1.625rem;
  }
  .features__desc-text + .features__desc-text {
    margin-top: 2.4%;
  }
  .features__subtitle {
    max-width: 540px;
  }
}
@media screen and (max-width: 1280px) {
  .features__overlay {
    top: 46.8%;
    padding: 20px;
  }
  .features__overlay-text {
    font-size: 0.875rem;
  }
  .features__overlay-text + .features__overlay-text {
    margin-top: 20px;
  }
  .features__desc {
    margin-top: 5.8%;
  }
  .features__desc-text {
    font-size: 1.5rem;
  }
  .features__text {
    font-size: 1.5rem;
  }
  .features__subtitle {
    max-width: 420px;
  }
}
@media screen and (max-width: 1024px) {
  .features__desc {
    margin-top: 4.8%;
  }
  .features__desc-text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .features {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .features__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .features__item + .features__item {
    margin-top: 40px;
  }
  .features__text {
    margin-top: 20px;
    font-size: 1.125rem;
  }
  .features__overlay {
    top: 50%;
    padding: 10px;
  }
  .features__overlay-text {
    line-height: 1;
  }
  .features__overlay-text + .features__overlay-text {
    margin-top: 7px;
  }
  .features__banner {
    margin-top: 40px;
    height: auto;
    background: none;
    position: relative;
  }
  .features__banner-img {
    display: block;
    margin: 0 auto;
    max-width: 375px;
  }
  .features__banner .container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .features__subtitle {
    max-width: 310px;
    margin: 0 auto;
  }
  .features__desc-text {
    position: absolute;
    font-size: 1rem;
  }
  .features__desc-text:first-child {
    max-width: 130px;
    right: 4%;
    top: 22%;
  }
  .features__desc-text:nth-child(2) .green {
    display: block;
  }
  .features__desc-text:nth-child(2) {
    top: 71.4%;
  }
  .features__desc-text:nth-child(3) {
    max-width: 180px;
    bottom: 5%;
  }
}
@media screen and (max-width: 320px) {
  .features__overlay {
    top: 44%;
  }
  .features__overlay-text + .features__overlay-text {
    margin-top: 5px;
  }
  .features__subtitle {
    max-width: 260px;
    font-size: 1.25rem;
  }
  .features__desc-text {
    font-size: .9rem;
  }
  .features__desc-text:first-child {
    max-width: 90px;
    right: 1%;
  }
  .features__desc-text:nth-child(2) {
    top: 72.2%;
  }
}
.compare {
  padding-top: 50px;
}
.compare__top {
  padding-bottom: 80px;
  background-color: #f8f8fa;
  background-image: url(../img/interface/bg/lenta.jpg);
  background-repeat: no-repeat;
  background-position-y: -51px;
}
.compare__top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  position: relative;
}
.compare__arrow {
  position: absolute;
  top: 100px !important;
  z-index: 200 !important;
  border: 0 !important;
  padding: 0 !important;
  width: 60px !important;
  height: 60px !important;
  background-color: rgba(0, 176, 26, 0.5) !important;
  border-radius: 50% !important;
  outline: none;
  display: none !important;
}
.compare__arrow:before {
  display: none !important;
}
.compare__arrow:after {
  content: "";
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 12px !important;
  height: 12px !important;
  border-left: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
}
.compare__arrow_left {
  visibility: hidden;
  left: 260px !important;
}
.compare__arrow_left:after {
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
.compare__arrow_right {
  right: 130px !important;
}
.compare__arrow_right:after {
  -webkit-transform: translate(-75%, -50%) rotate(-135deg);
  transform: translate(-75%, -50%) rotate(-135deg);
}
.compare__title {
  margin: 0;
  text-align: center;
}
.compare__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
.compare__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 85%;
  z-index: 100;
}
.compare__item {
  text-align: center;
  position: relative;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 2px;
}
.compare__item_left {
  text-align: left;
}
.compare__item:hover {
  border-color: #44a326;
}
.compare__name {
  margin-bottom: 25px;
  font-size: 1.5625rem;
  color: #706f6f;
}
.compare__key,
.compare__val {
  margin-top: 25px;
  padding: 10px 0;
  font-size: 1.4rem;
  color: #706f6f;
  line-height: 1;
}
.compare__key + .compare__key,
.compare__val + .compare__key,
.compare__key + .compare__val,
.compare__val + .compare__val {
  margin-top: 10px;
}
.compare__key_blue {
  color: #169fdb;
}
.compare__key_btn {
  position: absolute;
  margin-top: 0;
  bottom: 0;
  padding-left: 28px;
  cursor: pointer;
}
.compare__key_btn:before,
.compare__key_btn:after {
  content: "";
  position: absolute;
  right: 100%;
  margin-right: -8px;
  top: 50%;
  width: 2px;
  height: 18px;
  background-color: #169fdb;
}
.compare__key_btn:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.compare__key_btn:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.compare__key:not(.compare__key_btn):hover {
  position: relative;
  z-index: 2;
}
.compare__key:not(.compare__key_btn):hover:before {
  content: "";
  position: absolute;
  left: -100vw;
  top: 0;
  bottom: 0;
  width: 200vw;
  background-color: #fff;
  z-index: -1;
}
.compare__key_active {
  position: relative;
  z-index: 2;
}
.compare__key_active:before {
  content: "";
  position: absolute;
  left: -100vw;
  top: 0;
  bottom: 0;
  width: 200vw;
  background-color: #fff;
  z-index: -1;
}
.compare__key:nth-last-child(-n + 2) {
  margin-bottom: 105px;
}
.compare__key:last-child {
  margin-bottom: 0;
}
.compare__img {
  display: inline-block;
  max-height: 163px;
  margin-bottom: 25px;
}
.compare__link {
  display: block;
  position: relative;
  z-index: 200;
}
.compare__link:hover {
  color: #fff;
}
.compare__link_green {
  color: #44a326;
}
.compare__link_green:hover {
  background-color: #44a326;
  text-decoration: none;
}
.compare__link_blue {
  color: #169fdb;
}
.compare__link_blue:hover {
  background-color: #169fdb;
  text-decoration: none;
}
.compare__bottom {
  height: 33.7vw;
  background-image: url(../img/interface/bg/bg-5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.compare__bottom .compare__subtitle {
  padding-top: 4%;
  margin: 0;
  text-transform: uppercase;
}
.compare__line {
  position: relative;
}
.compare__line:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: -100vw;
  width: 200vw;
  height: 20px;
  background-color: #edecec;
}
@media screen and (max-width: 1600px) {
  .compare__key,
  .compare__val {
    font-size: 1.3125rem;
  }
  .compare__key:nth-last-child(-n + 2) {
    margin-bottom: 102px;
  }
  .compare__key:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1366px) {
  .compare__top {
    background-position-y: -65px;
  }
  .compare__list {
    width: 80%;
  }
}
@media screen and (max-width: 1280px) {
  .compare__arrow {
    display: block !important;
  }
  .compare__list {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .compare {
    padding-top: 30px;
  }
  .compare__top {
    background-position-y: -120px;
  }
  .compare__top-content {
    margin-top: 40px;
  }
  .compare__list {
    width: 55%;
  }
  .compare__key,
  .compare__val {
    font-size: 0.875rem;
  }
  .compare__key:nth-last-child(-n + 2) {
    margin-bottom: 89px;
  }
  .compare__key:last-child {
    margin-bottom: 0;
  }
  .compare__arrow {
    width: 40px !important;
    height: 40px !important;;
  }
  .compare__arrow_left {
    left: 165px !important;;
  }
  .compare__arrow_right {
    right: 10px !important;;
  }
  .compare__bottom {
    background-image: url(../img/interface/bg/bg-5-mob.jpg);
  }
  .compare__bottom .compare__subtitle {
    max-width: 235px;
  }
}

@media screen and (max-width: 320px) {
  .compare__top {
    background-position-y: -100px;
  }
  .compare__bottom .compare__subtitle {
    max-width: 165px;
    font-size: 1rem;
  }
}