﻿.btn:active,
.btn:focus,
.btn:hover,
a:active,
a:focus,
a:hover {
  outline: 0;
}
.btn-default,
.btn-default:hover,
.btn-default:focus{
  color: #5c646d;
}
.color-base {
  color: #5c646d;
}
.color-primary {
  color: #f5b244;
}
.color-hover {
  color: #ffc668;
}
.color-inverse {
  color: #ffffff;
}
.color-blue {
  color: #374778;
}
.color-blue-light {
  color: #5066ab;
}
.color-green {
  color: #30ac6c;
}
.color-border {
  color: rgba(190, 193, 197, 0.3);
}
.logo__link {
  display: inline-block;
  vertical-align: middle;
  width: 135px;
}
.root-block {
  padding-top: 40px;
  padding-bottom: 40px;
}

.icon-top::before {
  display: block;
  text-align: center;
  font-size: 85px;
  margin-bottom: 15px;
  color: #f5b244;
}
.fancybox-title > .child {
  white-space: normal;
}
.no-marg {
  margin: 0;
}
.faq-question {
  cursor: pointer;
  color: #5066ab;
}
.faq-question:hover {
  color: #f5b244;
}
.faq-question.active {
  font-weight: bold;
}
.faq-ans {
  font-size: 0.9225em;
  background: #fafafa;
  border: 1px solid #5066ab;
  padding: 5px;
}
#video-schema {
  text-align: center;
}
#video-schema-meta {
  display: none;
}
.sign {
  position: relative;
}
@media only screen and (min-width: 480px) {
  .sign {
    width: 450px;
  }
}
.sign::before {
  display: block;
  content: "";
  height: 1px;
  background-color: #5c646d;
  position: absolute;
  left: 150px;
  right: 0;
  bottom: 30px;
}
.sign__signature {
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 1;
}
.sign__stamp {
  position: relative;
  z-index: 1;
}
.calculator {
  text-align: center;
}
.calculator__label {
  display: block;
  margin-bottom: 10px;
}
.calculator__extra-info {
  padding-top: 15px;
  font-size: 12.75px;
  color: #5c646d;
  opacity: 0.7;
}
.calculator__chars {
  padding-top: 25px;
}
.calculator__base-params,
.calculator__bonus,
.calculator__chars,
.calculator__price {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(190, 193, 197, 0.3);
}
.calculator__base-params .form-group:last-of-type,
.calculator__bonus .form-group:last-of-type,
.calculator__chars .form-group:last-of-type,
.calculator__price .form-group:last-of-type {
  margin-bottom: 0;
}
.calculator__bonus {
  padding-bottom: 30px;
}
.calculator__option {
  position: relative;
}
.calculator__option::after,
.calculator__option::before {
  display: table;
  content: "";
  clear: both;
}
.calculator__option .switch {
  margin-top: 12.5px;
}
.calculator__option + .tooltip {
  z-index: 2;
}
.calculator__text--performance {
  display: none;
  font-size: 12.75px;
  line-height: 19.125px;
  color: #5c646d;
  opacity: 0.7;
}
.calculator__slider {
  width: 80%;
  float: left;
}
.calculator__slider-value {
  overflow: hidden;
  text-align: left;
  padding-left: 7.5px;
  padding-top: 7.5px;
  height: 30px;
  white-space: nowrap;
}
.calculator__storage-switch {
  padding-left: 0;
}
.calculator__additional,
.calculator__order {
  padding-top: 30px;
}
.calculator__bonus {
  padding-top: 15px;
}
.dropdown .calculator__toggle-trigger {
  display: inline-block;
}
.dropdown .calculator__toggle-trigger:hover,
.dropdown .calculator__toggle-trigger:focus {
  text-decoration: none;
}
.calculator__toggle-block .calculator__label,
.calculator__toggle-block .calculator__text {
  padding-top: 0;
}
.calculator__links {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 15px;
  list-style: none;
}
.calculator__links li + li {
  margin-top: 15px;
}
.calculator__links a {
  font-size: 14.875px;
}
.calculator__links a::after {
  display: inline-block;
  content: "\00BB";
  padding-left: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .calculator__links a {
    white-space: nowrap;
  }
}
.calculator__price .price {
  position: relative;
  top: 6px;
}
.calculator__price .price__sum {
  letter-spacing: -2px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .calculator__price > * {
    display: inline-block;
    vertical-align: middle;
  }
}
.calculator__to-order {
  display: none;
  margin-left: 7.5px;
}
.calculator .oc-sticky .price__heading {
  display: none;
}
.calculator .oc-sticky .calculator__to-order {
  display: inline-block;
  vertical-align: middle;
}
.calculator__price .switch__bar {
  width: 95%;
}
.calculator__price .switch__input:last-of-type {
  right: 6%;
}
.calculator__price .switch__label:nth-of-type(2) {
  left: 47%;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .calculator__chars .form-group {
    font-size: 0;
  }
  .calculator__chars .form-group > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 14.875px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .calculator__chars .calculator__label {
    width: 25%;
    padding-left: 0;
    text-align: right;
    margin-bottom: 0;
    padding-top: 0;
  }
  .calculator__chars .calculator__option {
    width: 75%;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .calculator__block {
    padding: 0 15px;
  }
  .calculator__block .form-group {
    font-size: 0;
  }
  .calculator__block .form-group > * {
    display: inline-block;
    vertical-align: top;
    font-size: 14.875px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .calculator__base-params .form-group,
  .calculator__chars .form-group {
    margin-bottom: 30px;
  }
  .calculator__label {
    width: 41.6667%;
    text-align: right;
    margin-bottom: 0;
    padding-top: 18px;
    font-weight: 400;
  }
  .form-slider .calculator__label,
  .form-options-select .calculator__label {
    width: 25%;
    padding-left: 0;
  }
  .form-slider .calculator__label {
    padding-top: 7.5px;
  }
  .calculator__text {
    text-align: left;
    padding-top: 15px;
  }
  .calculator__option {
    width: 58.3333%;
    text-align: left;
  }
  .form-slider .calculator__option,
  .form-options-select .calculator__option {
    width: 75%;
  }
  .calculator__option .switch {
    margin-top: 13px;
  }
}
@media only screen and (min-width: 992px) {
  .calculator__form > .row {
    position: relative;
  }
  .calculator__form > .row::before {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(190, 193, 197, 0.3);
    position: absolute;
    left: 58.333%;
    top: 0;
    margin-left: -0.5px;
  }
  .calculator__label {
    padding-left: 0;
  }
  .form-options-select .calculator__label {
    position: relative;
    padding-top: 17px;
  }
  .calculator__tooltip--label {
    display: none;
  }
  .calculator__text--performance {
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .form-options-select .calculator__tooltip {
    position: absolute;
    left: -5px;
    top: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  .calculator__block {
    padding: 0 45px;
  }
  .calculator__slider-value {
    padding-left: 0;
    text-align: center;
  }
}
.bonus__item {
  margin-top: 10px;
}
.bonus__title {
  text-align: center;
  font-size: 14.875px;
}
.bonus__present {
  float: right;
  margin-left: 7.5px;
  width: 55px;
  height: 47px;
  padding-top: 17px;
  line-height: 30px;
  text-align: center;
  background: url("../img/present.gif") no-repeat 0 0;
  color: #ffffff;
  font-size: 21.25px;
  font-weight: 700;
  letter-spacing: -1px;
}
.bonus__text {
  overflow: hidden;
  font-size: 13.9995px;
  padding-top: 7px;
  text-align: left;
}
.bonus__text .price__sum::after {
  font-size: 0.875em;
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .bonus__item {
    margin: 0;
    padding: 0 30px;
    width: 33%;
  }
  .bonus__item:first-child {
    margin-left: 17%;
  }
}
.switch {
  position: relative;
}
.switch__input {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 2px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}
.switch__input:first-of-type {
  left: calc((100% - 52px)/2);
}
.switch__input:last-of-type {
  right: calc((100% - 52px)/2);
}
.switch__input:hover,
.switch__input:focus,
.switch__input:active {
  border: 0;
}
.switch__input[type="radio"],
.switch__input[type="checkbox"] {
  margin: 0;
  padding: 0;
}
.switch__label {
  width: calc((100% - 52px)/2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: #5c646d;
  opacity: 0.5;
  cursor: pointer;
}
.switch__label:hover {
  opacity: 0.75;
}
.switch--small .switch__label {
  font-size: 13.6px;
}
.switch__input:checked + .switch__label {
  opacity: 1;
}
.switch__input:disabled + .switch__label,
.switch__input:disabled + .switch__label:hover {
  cursor: not-allowed;
  opacity: 0.3;
}
.switch--horizontal .switch__input:first-of-type + .switch__label {
  left: 0;
  text-align: right;
  padding-right: 10px;
}
@media only screen and (min-width: 992px) {
  .switch--horizontal .switch__input:first-of-type + .switch__label {
    padding-right: 30px;
  }
}
.switch--small.switch--horizontal .switch__input:first-of-type + .switch__label {
  padding-right: 15px;
}
.switch--horizontal .switch__input:last-of-type + .switch__label {
  right: 0;
  padding-left: 10px;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .switch--horizontal .switch__input:last-of-type + .switch__label {
    padding-left: 30px;
  }
}
.switch--small.switch--horizontal .switch__input:last-of-type + .switch__label {
  padding-left: 15px;
}
.switch__bar {
  width: 52px;
  height: 30px;
  padding: 2px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  background-color: #ed1c24;
}
.switch--horizontal .switch__bar {
  margin: 0 auto;
}
.switch--vertical .switch__bar {
  width: 100%;
}
.switch__trigger {
  display: block;
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  border-radius: 13px;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  transition: left 0.2s;
}
.switch__input:last-of-type:checked ~ .switch__bar > .switch__trigger {
  left: calc(100% - 2px - 26px);
}
.switch--vertical {
  padding-top: 45px;
}
.switch--vertical .switch__label:first-of-type,
.switch--vertical .switch__input:first-of-type {
  left: 2px;
}
.switch--vertical .switch__label:last-of-type,
.switch--vertical .switch__input:last-of-type {
  right: 2px;
  text-align: right;
}
.switch--vertical .switch__label {
  top: 0;
  transform: none;
  -webkit-transform: none;
  width: auto;
}
.switch--vertical .switch__label:nth-of-type(2) {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.switch--vertical .switch__label::after {
  display: block;
  content: "";
  width: 1px;
  height: 7.5px;
  background-color: rgba(190, 193, 197, 0.3);
  position: absolute;
  left: 50%;
  bottom: -15px;
}
.switch--vertical .switch__input {
  width: 33.33333333%;
}
.switch--vertical .switch__input:nth-of-type(2) {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.switch--vertical .switch__input:nth-of-type(2):checked ~ .switch__bar > .switch__trigger {
  /* left: calc(((2 - 1) * (100% / (3 - 1))) - 26px/2); */
  left: calc(50% - 13px)
}
.switch--vertical.only-two .switch__label:last-of-type {
  left: auto;
  transform: none;
}
.switch--vertical.only-two .switch__input:last-of-type {
  left: auto;
  right: -2px;
  transform: none;
}
.switch .switch__input:last-of-type:checked ~ .switch__bar > .switch__trigger {
  left: calc(100% - 2px - 26px);
}
.oc-btn {
  border: 2px solid #f5b244;
  color: #ffffff;
}
.oc-btn--inverse {
  color: #5c646d;
}
.oc-btn:active,
.oc-btn:focus,
.oc-btn:hover {
  background-color: #f5b244;
  color: #ffffff;
  text-decoration: none;
}
.oc-btn--disabled {
  border-color: #5c646d;
  cursor: default;
  opacity: 0.5;
}
.oc-btn--disabled:active,
.oc-btn--disabled:focus,
.oc-btn--disabled:hover {
  background-color: transparent;
  color: #5c646d;
  text-decoration: none;
}
.oc-checkbox {
  display: none;
}
.oc-checkbox + label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  padding-top: 3px;
  padding-left: 37.5px;
  cursor: pointer;
}
.oc-checkbox + label::before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  border: 2px solid #5066ab;
  font-size: 21.25px;
  line-height: 26px;
  text-align: center;
  font-family: "FontAwesome";
  color: #5066ab;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.oc-checkbox--after + label {
  padding-left: 0;
  padding-right: 37.5px;
}
.oc-checkbox--after + label::before {
  left: auto;
  right: 0;
}
.oc-checkbox:checked + label::before {
  content: "\f00c";
}
.oc-appear__block {
  visibility: hidden;
  width: 100%;
  font-size: 0;
  padding: 10px;
  background-color: #ffffff;
  z-index: 2;
  text-align: left;
  position: absolute;
  left: 0;
  top: -300px;
  border-top: 1px solid #bfc2c7;
  transition: right 0.3s, visibility 0.3s, top 0.3s;
}
.oc-appear__block::after,
.oc-appear__block::before {
  display: table;
  content: "";
  clear: both;
}
.oc-appear__block-inner {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  width: calc(100% - 41px - 15px);
  margin-right: 15px;
}
.oc-appear__trigger--active ~ .oc-appear__block {
  visibility: visible;
  top: 100%;
}
.oc-appear__close:active,
.oc-appear__close:focus,
.oc-appear__close:hover {
  background-color: #4f66ac;
  color: #ffffff;
  text-decoration: none;
}
.oc-carousel {
  position: relative;
}
.oc-dots {
  margin: 0;
  padding: 15px 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}
.oc-dots > * {
  display: inline-block;
  vertical-align: middle;
}
.oc-dots > * + * {
  margin-left: 30px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  .oc-dots > * + * {
    margin-left: 10px;
  }
}
.oc-dots > * > * {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  border: 2px solid #f5b244;
  background-color: transparent;
}
.oc-dots > * > *:hover,
.oc-dots > *.active > * {
  background-color: #ffffff;
  border-color: #ffffff;
}
.oc-dots--primary > * > *:hover,
.oc-dots--primary > *.active > * {
  background-color: #f5b244;
  border-color: #f5b244;
}
.oc-arrows__left,
.oc-arrows__right {
  display: none;
  width: 70px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  color: #f5b244;
}
.oc-arrows__left::before,
.oc-arrows__right::before {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 35px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
}
.oc-arrows__left:active,
.oc-arrows__right:active,
.oc-arrows__left:focus,
.oc-arrows__right:focus,
.oc-arrows__left:hover,
.oc-arrows__right:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}
.oc-arrows--primary .oc-arrows__left:active,
.oc-arrows--primary .oc-arrows__right:active,
.oc-arrows--primary .oc-arrows__left:focus,
.oc-arrows--primary .oc-arrows__right:focus,
.oc-arrows--primary .oc-arrows__left:hover,
.oc-arrows--primary .oc-arrows__right:hover {
  background-color: transparent;
  color: #ffc668;
  text-decoration: none;
}
.oc-arrows__left::before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.oc-arrows__right {
  left: auto;
  right: 0;
}
.oc-modal .modal-header {
  padding-top: 0;
}
.oc-modal .modal-header .close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 42.5px;
  color: #5c646d;
  opacity: 1;
}
.oc-modal .modal-header .close:hover,
.oc-modal .modal-header .close:focus,
.oc-modal .modal-header .close:active {
  opacity: 0.8;
}
.oc-modal .modal-content {
  background-color: #ffffff;
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .oc-modal .modal-content {
    padding: 45px 60px;
  }
}
.oc-slider-container {
  background-color: #dee0e2;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}
.oc-slider-ui {
  width: 100%;
  height: 30px !important;
  background: #dee0e2 !important;
  padding: 2px !important;
  border-radius: 4px !important;
  border: 0 !important;
  cursor: pointer;
}
.oc-slider-ui .ui-slider-handle {
  width: 26px !important;
  height: 26px !important;
  left: 2px;
  top: 2px !important;
  background-color: #ffffff !important;
  cursor: pointer !important;
  margin-left: -13px  !important;
  outline: 0 !important;
  z-index: 1;
}
.oc-slider-ui .ui-slider-handle::before {
  display: block;
  width: 26px !important;
  height: 26px !important;
  line-height: 26px !important;
  text-align: center;
  font-family: FontAwesome;
  content: "\f0c9";
  color: #dee0e2;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.oc-slider-ui .ui-slider-handle.ui-state-active,
.oc-slider-ui .ui-slider-handle.ui-state-hover {
  border-color: #c5c5c5;
}
.oc-slider-ui .ui-slider-handle + .tooltip {
  width: 260px;
}
.oc-slider-ui .ui-slider-handle + .tooltip-inner {
  font-size: 13.9995px;
  text-align: left;
}
.oc-slider-ui .ui-widget-header {
  box-sizing: content-box;
  padding-left: 30px;
  background-color: #ed1c24;
  left: -15px !important;
}
.oc-tooltip {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  padding-top: 0px;
  border: 1px solid #ed1c24;
  border-radius: 50%;
  margin-right: 5px;
  margin-top: -3px;
  color: #ed1c24;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .oc-tooltip {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 17px;
  }
}
.oc-tooltip::before {
  display: inline-block;
  content: "?";
}
.oc-tooltip--after {
  margin-right: 0;
  margin-left: 5px;
}
.oc-tooltip + .tooltip {
  z-index: 2;
  opacity: 1;
}
.oc-tooltip + .tooltip .tooltip-inner {
  font-size: 13.8125px;
  padding: 10px;
}
.oc-tabs,
.content .oc-tabs {
  margin-top: 30px;
  margin-bottom: 30px;
}
.oc-tabs > ul,
.content .oc-tabs > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  .oc-tabs > ul,
  .content .oc-tabs > ul {
    margin-bottom: 15px;
    text-align: center;
  }
}
.oc-tabs > ul > li,
.content .oc-tabs > ul > li {
  text-align: center;
  padding: 0;
  font-size: 13.9995px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  .oc-tabs > ul > li,
  .content .oc-tabs > ul > li {
    display: inline-block;
    vertical-align: top;
    margin: 1px;
  }
}
@media only screen and (min-width: 768px) {
  .oc-tabs > ul > li,
  .content .oc-tabs > ul > li {
    margin: 0;
  }
}
.oc-tabs > ul > li::before,
.content .oc-tabs > ul > li::before {
  display: none;
}
.oc-tabs > ul a,
.content .oc-tabs > ul a {
  color: #5c646d;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #ebeced;
  padding: 10px 15px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .oc-tabs > ul a,
  .content .oc-tabs > ul a {
    padding: 25px 15px;
    border-right: 0;
  }
}
.oc-tabs > ul li:last-child a,
.content .oc-tabs > ul li:last-child a {
  border-right: 1px solid #ebeced;
}
@media only screen and (min-width: 768px) {
  .oc-tabs > ul .active a,
  .content .oc-tabs > ul .active a,
  .oc-tabs > ul .active a:hover,
  .content .oc-tabs > ul .active a:hover,
  .oc-tabs > ul .active a:focus,
  .content .oc-tabs > ul .active a:focus,
  .oc-tabs > ul .active a:active,
  .content .oc-tabs > ul .active a:active {
    border-bottom-color: #f2f5f9;
  }
}
.oc-tabs .tab-content,
.content .oc-tabs .tab-content {
  background-color: #f2f5f9;
  border: 1px solid #ebeced;
  border-top: 0;
  padding: 25px 15px;
}
.oc-tabs .tab-pane p:last-of-type,
.content .oc-tabs .tab-pane p:last-of-type {
  margin-bottom: 0;
}
.oc-sticky {
  z-index: 5;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #ffffff;
  padding: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 768px) {
  .oc-appear__block {
    width: 60%;
    right: -1000px;
    left: auto;
    top: 0;
    border-top: 0;
  }
  .oc-appear__trigger--active ~ .oc-appear__block {
    visibility: visible;
    right: 0;
    top: 0;
  }
  .oc-dots > li + li {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .oc-arrows__left,
  .oc-arrows__right {
    display: block;
  }
  .oc-arrows__left {
    left: -50px;
  }
  .oc-arrows__right {
    right: -50px;
  }
}
@media only screen and (min-width: 1480px) {
  .oc-arrows__left {
    left: -140px;
  }
  .oc-arrows__right {
    right: -140px;
  }
}
.price {
  display: block;
  text-align: center;
  line-height: 1em;
  font-size: 44.625px;
}
.price__heading {
  display: block;
  padding-bottom: 10px;
  font-size: 17px;
  line-height: 1;
}
.price__currency {
  display: none;
}
.price__sum::after {
  display: inline-block;
  vertical-align: baseline;
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 0.75em;
}
.price__sum--rub::after {
  content: "\f158";
}
.price__sum--usd::after {
  content: "\f155";
}
.price__sum--euro::after {
  content: "\f153";
}
.price__extra {
  display: block;
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 17px;
  line-height: 1em;
}
.price__old {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  color: #f5b244;
  text-decoration: line-through;
}
@media only screen and (min-width: 480px) {
  .price__old {
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 10%;
  }
}
.loading {
  position: relative;
}
.loading::after {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f021";
  width: 45px;
  height: 26px;
  line-height: 27px;
  text-align: center;
  color: #5066ab;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.loading--full::before {
  display: block;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.loading--full::after {
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -13px;
  margin-left: -22.5px;
  z-index: 2;
}
.loading.btn-primary {
  opacity: 0.8;
  cursor: auto;
}
.loading.btn-primary::after {
  color: #ffffff;
  font-size: 21.25px;
}
/* LOADING SPINNER */
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.error__message { 
  color: red;
}



/*ИЗМЕНЕНИЯ КАЛЬКУЛЯТОРА*/

.calculator__form
{
 /* padding: 50px;*/
 background-color: #F5F5F5; 
}

.oc-tooltip
{
  background-color: #e1e1e1;
  border: none;
  position: relative;
}
.oc-tooltip::before
{
  color: #646464;
  font-size: 12px;
  position: absolute;
  top: 0px;
  left: 7px
}

.calculator__text--performance {

  width: 215px;
}

.calculator__toggle .form-group
{
 /* padding-left: 20px;*/
}

.dropdown .calculator__toggle-trigger {

  border-bottom: 1px dotted;
  text-decoration: none;
}
.dropdown .calculator__toggle-trigger:hover, .dropdown .calculator__toggle-trigger:focus
{
  border-bottom: none;
}

.form-control, .calculator__block .btn-default
{
  border-color: #D9D9D9;
}
.calculator__price .price, .price__extra, .form-slider .calculator__label, .form-options-select .calculator__label
{
  text-align: left;
}
#storage-solution span
{
  display: none;
}
.calculator__base-params, .calculator__bonus, .calculator__chars, .calculator__price
{
  border: none;
}
.bonus__present
{
  float: left;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 6px;
}
.form-control
{
  height: 46px;
}
.oc-slider-ui .ui-widget-header,.switch__bar {

  background-color: #e51b24;
}

.dropdown-menu>li>a {

  padding: 3px 9px;
}

.switch--vertical .switch__label:nth-of-type(2) {
  left: 49%;
}
.calculator__slider-value
{
  font-weight: 500;
}
.oc-slider-ui .ui-slider-handle::before
{
 color: #858585;
}
.oc-slider-ui .ui-slider-handle {
  width: 22px !important;
  height: 22px !important;
  top: 4px !important;
}
.oc-slider-ui .ui-slider-handle::before {
  display: block;
  width: 22px !important;
  height: 22px !important;
  line-height: 22px !important;
  text-align: center;
  font-family: FontAwesome;
  content: "\f0c9";
  color: #000000;
  opacity: 0.4;
  position: absolute;
  left: -1px;
  top: -1px;
}
.bonus__item
{
  width: 83%; 
}
.calculator__form > .row::before
{
  left: 49.333%;
}
.calculator__label
{
  text-align: left;
}

.calculator__toggle-block .calculator__label, .calculator__toggle-block .calculator__text {

  text-align: left;
}
.konf-triangle
{   
 transform: rotate(-90deg);
 color: #ed1c24;
 transform-origin: center;
 display: inline-block;
 margin-left: 6px;
 font-size: 20px;
 position: relative;
 top: 4px;
}
a.dropdown-toggle 
{
  transition: .3s;
}
.rotate
{
  transform: rotate(90deg);
  left: 5px;
  transition: .3s;
}
.change-input
{
  width: 85%;
}
.calculator__slider
{
  width: 82%;
}
.calculator__block--padding
{
  padding: 0px 40px 0px 40px!important;
}
.calculator__order .oferta {
  font-size: 11px;
  display: inline-block;
  margin: 0px 10px 15px 13px!important;
  width: 180px;
  vertical-align: middle;
}
.switch__label
{
  font-size: 15px;
}
.switch--horizontal .switch__input:last-of-type + .switch__label
{
  padding-left: 20px;
  text-align: left;
}
.switch--horizontal .switch__input:first-of-type + .switch__label
{
  padding-right: 10px;
  text-align: left;
}
.calculator__block .form-group > * {

    font-size: 13.875px;
    padding-right: 0;
}
.switch--small.switch--horizontal .switch__input:last-of-type + .switch__label {
    padding-left: 30px;
    }
@media(max-width: 1199px)
{
  .calculator__form
  {
    padding: 0;
  }
}
@media(max-width: 991px)
{
  .calculator__block--padding
  {
    padding: 0px 15px 0px 15px!important;
  }
    .change-input {
    width: 100%;
}
}
@media(max-width: 767px)
{
  .oc-tooltip::before {
    color: #646464;
    font-size: 17px;
    position: absolute;
    top: 0px;
    left: 11px;
  }

}