@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:300,400,700&display=swap&subset=cyrillic,cyrillic-ext');
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  overflow-x: hidden;
  width: 100vw;
  background-color: #ffffff;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  position: relative;
}
h1 {
  margin: 20px 0 ;
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: bold;
  font-size: 80px;
  line-height: 94px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 2px 2px 10px #1178C6;
}
h2 {
  margin: 0;
}
h3 {
  margin: 0;
}
h4 {
  font-size: 36px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}
h4:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #FF0000;
  width: 100%;
}
h5 {
  font-weight: 400;
  font-size: 24px;
  margin: 0;
  font-family: Roboto;
  color: #666666;
}
h6 {
  font-weight: 400;
  font-size: 24px;
  margin: 0;
  font-family: Roboto;
  color: #666666;
}
table {
  z-index: 45;
  border-collapse: collapse;
  width: 100%;
  margin: 40px 0 0;
  -webkit-box-shadow: 0px 10px 80px rgba(33, 33, 33, 0.1);
          box-shadow: 0px 10px 80px rgba(33, 33, 33, 0.1);
}
table table {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 0;
}
table table td:first-child {
  color: #949291;
}
table th {
  padding: 15px 20px 15px 40px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #FF0000;
  text-align: left;
}
table tr:nth-child(2n+1) {
  background-color: #f1f1f1;
}
table tr:nth-child(2n) {
  background-color: white;
}
table td {
  font-family: 'Roboto Condensed', sans-serif;
  background-color: transparent;
  border: 1px solid #E9E9E9;
  padding: 15px 20px 15px 40px;
  font-size: 14px;
}
table td span {
  display: inline-block;
  width: 30%;
  position: relative;
}
table td .span2 {
  width: 60%;
}
table td .span1 {
  width: 100%;
  text-align: left;
}
table td:first-child {
  color: #212121;
}
table td:last-child {
  color: #949291;
}
table td a {
  color: #108CE9;
  cursor: pointer;
}
table td ul li {
  list-style: none;
  position: relative;
  font-weight: 100;
  padding: 5px 10px 5px 36px;
}
table td ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  background-image: url('../img/Vector.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.hidden {
  display: none;
}
.centerBtn {
  text-align: center;
  margin: 25px auto 0;
}
.centerBtn a {
  padding: 16px 55px;
}
#test-modal {
  width: 600px;
  height: 400px;
  overflow-y: scroll;
  color: black;
  margin: auto;
  background-color: #f7f7f7;
  margin-top: 0px;
  border: 1px solid white;
  -webkit-box-shadow: 0 0 2px 3px #7d7d7d;
          box-shadow: 0 0 2px 3px #7d7d7d;
  padding: 20px;
  text-align: center;
}
#test-modal .link {
  color: black;
  text-transform: inherit;
}
#test-modal ul,
#test-modal div {
  text-align: justify;
  margin: 5px 0;
}
#test-modal h5 {
  color: black;
  margin-bottom: 20px;
}
#test-modal .modal__content {
  margin-bottom: 20px;
}
.link {
  font-size: 14px;
  font-weight: 400;
  color: #FF0000;
  text-transform: uppercase;
  padding: 18px 0 10px 10px;
}
.link i {
  margin-right: 5px;
}
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #c0e0f8;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.preloader .preloader_img {
  background-image: url('../img/preloader2.gif');
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}
.description {
  color: #9a9a9a;
  font-size: 16px;
  padding: 20px 0;
  margin: 0;
}
.arrow {
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  margin: auto;
  top: 85vh;
  z-index: 50;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 10px rgba(33, 33, 33, 0.15);
          box-shadow: 0px 5px 10px rgba(33, 33, 33, 0.15);
  -webkit-border-radius: 50px;
          border-radius: 50px;
  width: 70px;
  height: 70px;
}
.arrow div {
  position: relative;
  width: 70px;
  height: 70px;
}
.arrow div:after {
  content: '';
  width: 50%;
  height: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-image: url('../img/arrowBottom.png');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.arrow.active {
  position: fixed;
  background: #FF0000;
  left: auto;
  right: 15px;
  top: auto;
  bottom: 90px;
}
.arrow.active div:after {
  content: '';
  background-image: url('../img/arrowTop.png');
}
a {
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
}
/*Стилизация кнопки*/
button {
  cursor: pointer;
  display: inline-block;
  color: white;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  background-color: #FF0000;
  border: none;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  -webkit-box-shadow: 0px 5px 20px rgba(219, 46, 45, 0.4);
          box-shadow: 0px 5px 20px rgba(219, 46, 45, 0.4);
}
button a {
  display: inline-block;
  color: white;
  padding: 16px 35px;
}
button a:hover {
  text-decoration: none;
  outline: none;
}
button a:focus {
  text-decoration: none;
  outline: none;
}
button a:active {
  text-decoration: none;
  outline: none;
}
button:hover {
  text-decoration: none;
  outline: none;
  background-color: #c33232;
}
button:focus {
  text-decoration: none;
  outline: none;
  background-color: #c33232;
}
button:active {
  text-decoration: none;
  outline: none;
  background-color: #c33232;
}
button.transparent {
  background-color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #000000;
}
button.transparent:hover {
  background-color: #333333;
}
button.transparent:focus {
  background-color: #333333;
}
button.transparent:active {
  background-color: #333333;
}
/*tabs*/
.tabs {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tabs div {
  color: #9a9a9a;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  position: relative;
  padding: 20px;
  font-weight: 600;
}
.tabs div:first-child {
  padding-left: 0;
}
.tabs div:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #9a9a9a;
}
.tabs div.active {
  color: black;
}
.tabs div.active:after {
  background-color: #FF0000;
  height: 4px;
  bottom: -1px;
}
/*section*/
.width {
  max-width: 1100px;
  margin: auto;
}
section {
  width: 100%;
  padding: 50px 10%;
  height: auto;
}
.section__title__wrap {
  margin: 10px 0;
  position: relative;
  z-index: 1;
}
.section__title__wrap:after {
  display: none;
  content: "";
  position: absolute;
  top: -85px;
  left: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 165px;
  line-height: 125%;
  color: #FFFFFF;
  z-index: -1;
}
.section__title__wrap .section__subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  font-family: Roboto;
  letter-spacing: 0.1em;
  color: #666666;
  margin-top: 15px;
}
.section__title__wrap .section__title {
  font-style: normal;
  font-weight: 500;
  font-size: 46px;
  color: #333333;
}
.section__title__wrap .section__title strong {
  color: #FF0000;
}
.header__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__top .header__logo {
  width: 165px;
  padding: 10px 10px 10px 0;
}
.header__top .header__burger {
  cursor: pointer;
  display: none;
  width: 50px;
  z-index: 52;
}
.header__top .header__burger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(15px, 15px);
      -ms-transform: rotate(45deg) translate(15px, 15px);
          transform: rotate(45deg) translate(15px, 15px);
}
.header__top .header__burger.active span:nth-child(2) {
  opacity: 0;
  height: 30px;
}
.header__top .header__burger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(15px, -15px);
      -ms-transform: rotate(-45deg) translate(15px, -15px);
          transform: rotate(-45deg) translate(15px, -15px);
  margin-top: -4px;
}
.header__top .header__burger span {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-color: red;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header__top .header__burger span:nth-child(2) {
  margin: 7px 0;
}
.header__top .header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__top .header__menu-main {
  margin: 0 50px;
}
.header__top .header__menu-main .header__link {
  display: none;
}
.header__top .header__menu-main ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.header__top .header__menu-main ul li {
  list-style: none;
}
.header__top .header__menu-main ul li a {
  color: black;
  text-decoration: none;
  padding: 28px 10px;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  display: inline-block;
  position: relative;
}
.header__top .header__menu-main ul li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header__top .header__menu-main ul li a:hover:before {
  background-color: #FF0000;
}
.header__top .header__menu-main ul li a.active:before {
  background-color: #FF0000;
}
.header__top .header__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__top .header__link a {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}
.header__top .header__link a.android {
  background-image: url('../img/icon/and.png');
}
.header__top .header__link a.apple {
  background-image: url('../img/icon/apple.png');
}
.header.header_mini {
  height: auto;
  background-image: none;
  margin: 0;
  padding: 0 10%;
}
.slider__left .title_1.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.slider__left .title_2.animated {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}
.slider__left .title_3.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.header {
  width: 100%;
  height: 80vh;
  position: relative;
  margin-bottom: 108px;
}
.header .width {
  height: 100%;
}
.header .slider__left {
  padding-top: 0px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .slider__left .slidet_item {
  height: 80vh;
  margin: 0;
  padding: 75px 10%;
  width: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: right top;
}
.header .slider__left .slidet_item.slidet_item1 {
  background-image: url('../img/bg1.png');
}
.header .slider__left .slidet_item.slidet_item2 {
  background-image: url('../img/bg2.png');
}
.header .slider__left .slidet_item.slidet_item3 {
  background-image: url('../img/bg3.png');
}
.header .slider__left .slidet_item.slidet_item4 {
  background-image: url('../img/bg4.png');
}
.header .slider__left .title_1 {
  font-size: 42px;
  font-weight: 600;
}
.header .slider__left .title_1 span {
  font-size: 32px;
}
.header .slider__left .title_2 {
  font-size: 89px;
}
.header .slider__left .title_3 {
  margin-left: 54px;
  font-size: 66px;
}
.header .slider__left h1 {
  font-size: 57px;
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  margin: 0;
  text-shadow: none;
  line-height: 80px;
}
.header .slider__left h1.redColor {
  color: #FF0000;
  font-size: 50px;
}
.header .slider__right {
  width: 300px;
}
.header .slider__right div {
  max-width: 560px;
}
.header .slider__btn {
  position: absolute;
  bottom: 90px;
  z-index: 9;
}
.header .slider__btn .button_1 {
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background: white;
  color: black;
  border: 1px solid white;
  font-family: Roboto;
  font-weight: normal;
}
.header .slider__btn .button_1 a {
  color: red;
}
.header .slider__btn .button_2 {
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background: transparent;
  color: black;
  border: 1px solid white;
  -webkit-box-shadow: 0 0 3px 0px #a59c9c;
          box-shadow: 0 0 3px 0px #a59c9c;
  font-family: Roboto;
  font-weight: normal;
}
.header .slider__btn button {
  margin-right: 30px;
  margin-bottom: 10px;
  min-width: 260px;
}
.header .slider__btn button a {
  width: 100%;
  display: inline-block;
}
.header .header_bottom_block {
  background: red;
  position: absolute;
  bottom: -56px;
  z-index: 10;
  padding: 17px 29px;
}
.header .header_bottom_block h2:nth-child(1) {
  color: white;
  font-family: Roboto;
  font-weight: 300;
  font-size: 36.1928px;
  line-height: 39px;
}
.header .header_bottom_block h2:nth-child(2) {
  text-transform: uppercase;
  color: white;
  font-family: Roboto;
  font-weight: 600;
  font-size: 42.1928px;
  margin-top: 10px;
}
.header .slider_bottom {
  padding: 0 10%;
}
.advantages {
  position: relative;
}
.advantages:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  z-index: -1;
}
.advantages .section__title__wrap:after {
  content: "02";
}
.advantages .advantages__list {
  margin: 50px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.advantages .advantages__list .advantages__item {
  margin: 1% 0;
  background-color: #ffffff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-flex-basis: 32%;
      -ms-flex-preferred-size: 32%;
          flex-basis: 32%;
  padding: 30px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-height: 130px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.advantages .advantages__list .advantages__item:nth-child(1) .advantages__icon {
  background-image: url('../img/redElements/advantages__icon/advantages__icon1.svg');
}
.advantages .advantages__list .advantages__item:nth-child(2) .advantages__icon {
  background-image: url('../img/redElements/advantages__icon/advantages__icon2.svg');
}
.advantages .advantages__list .advantages__item:nth-child(3) .advantages__icon {
  background-image: url('../img/redElements/advantages__icon/advantages__icon3.svg');
}
.advantages .advantages__list .advantages__item:nth-child(4) .advantages__icon {
  background-image: url('../img/redElements/advantages__icon/advantages__icon4.svg');
}
.advantages .advantages__list .advantages__item:nth-child(5) .advantages__icon {
  background-image: url('../img/redElements/advantages__icon/advantages__icon5.svg');
}
.advantages .advantages__list .advantages__item:nth-child(6) .advantages__icon {
  background-image: url('../img/redElements/advantages__icon/advantages__icon6.svg');
}
.advantages .advantages__list .advantages__item:hover {
  background-color: #FF0000;
}
.advantages .advantages__list .advantages__item:hover .advantages__title {
  color: white;
}
.advantages .advantages__list .advantages__item:hover .advantages__desc {
  color: white;
}
.advantages .advantages__list .advantages__item:hover:nth-child(1) .advantages__icon {
  background-image: url('../img/redElements/advantages__icon/advantages__icon1Hover.svg');
}
.advantages .advantages__list .advantages__item:hover:nth-child(2) .advantages__icon {
  background-image: url('../img/redElements/advantages__icon/advantages__icon2Hover.svg');
}
.advantages .advantages__list .advantages__item:hover:nth-child(3) .advantages__icon {
  background-image: url('../img/redElements/advantages__icon/advantages__icon3Hover.svg');
}
.advantages .advantages__list .advantages__item:hover:nth-child(4) .advantages__icon {
  background-image: url('../img/redElements/advantages__icon/advantages__icon4Hover.svg');
}
.advantages .advantages__list .advantages__item:hover:nth-child(5) .advantages__icon {
  background-image: url('../img/redElements/advantages__icon/advantages__icon5Hover.svg');
}
.advantages .advantages__list .advantages__item:hover:nth-child(6) .advantages__icon {
  background-image: url('../img/redElements/advantages__icon/advantages__icon6Hover.svg');
}
.advantages .advantages__list .advantages__icon {
  display: none;
  width: 118px;
  height: 79px;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: contain;
          background-size: contain;
  margin-bottom: 10px;
}
.advantages .advantages__list .advantages__title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px;
  width: 100%;
}
.advantages .advantages__list .advantages__desc {
  font-size: 16px;
  color: #6c6767;
  width: 100%;
}
.calculators {
  position: relative;
}
.calculators .calculators__tabs div {
  padding-bottom: 15px;
}
.calculators .calculators__tabs span {
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.calculators .calculators__tabs span.mini {
  font-size: 15px;
  margin-top: 5px;
}
.calculators .calculator__content {
  position: relative;
  display: none;
}
.calculators .calculator__content.active {
  display: block;
}
.calculators .mypadding {
  padding-right: 200px;
}
.calculators .calculator__percent__wrap {
  min-width: 140px;
  position: absolute;
  top: -50px;
  right: 0;
}
.calculators .calculator__percent__wrap .calculator__percent {
  font-size: 30px;
  padding: 4px 6px;
  font-weight: 600;
  text-align: center;
  color: #5595e5;
  border: 2px solid #5595e5;
}
.calculators .calculator__form {
  /*background-image: url('../img/form/border.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    */
  padding: 40px;
  margin: 0;
}
.calculators .calculator__form .calculator__form__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.calculators .calculator__form .calculator__form_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 40%;
  padding: 80px 30px 0 0px;
}
.calculators .calculator__form .calculator__form_left .rangeBlock {
  width: 100%;
}
.calculators .calculator__form .calculator__form_left .range__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 0;
}
.calculators .calculator__form .calculator__form_left .range__name {
  font-weight: 600;
}
.calculators .calculator__form .calculator__form_left .range__grid {
  width: 100%;
  margin-bottom: 20px;
}
.calculators .calculator__form .calculator__form_left .range_time {
  color: black;
  font-weight: 600;
}
.calculators .calculator__form .calculator__form_left .range_sum {
  color: black;
  font-weight: 600;
}
.calculators .calculator__form .calculator__form_left .range__mini {
  padding-left: 5px;
  color: black;
  font-weight: 600;
}
.calculators .calculator__form .topForm {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.calculators .calculator__form .topForm .greysPeriod_right {
  padding-right: 30px;
}
.calculators .calculator__form .topForm .greysPeriod,
.calculators .calculator__form .topForm .topForm__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  color: #212121;
}
.calculators .calculator__form .topForm .greysPeriod_sum,
.calculators .calculator__form .topForm .calculator_sum_month {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  color: #333333;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin-left: 10px;
}
.calculators .calculator__form .form__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.calculators .calculator__form .calculator__form_right {
  width: 60%;
}
.calculators .calculator__form .calculator__form_right .calculator__form_info {
  width: 50%;
  padding: 0px 0 0 20px;
}
.calculators .calculator__form .calculator__form_right .info__block {
  padding-bottom: 10px;
}
.calculators .calculator__form .calculator__form_right .info__block .info__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  color: #212121;
}
.calculators .calculator__form .calculator__form_right .info__block .info__text {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: #212121;
}
.calculators .calculator__form .calculator__form_right .bottomForm {
  padding: 30px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  text-align: center;
  background-color: #FF0000;
}
.calculators .calculator__form .calculator__form_right h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  font-weight: normal;
  font-size: 35px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
}
.calculators .calculator__form .calculator__form_right .desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.calculators .calculators_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calculators .calculators_bottom .description {
  width: 50%;
  font-size: 12px;
  z-index: 20;
}
.calculators .sentence {
  display: none;
  text-align: center;
  font-style: italic;
  font-size: 14px;
  margin-top: 7px;
  color: #FF0000;
}
.calculators .sentence.active {
  display: block;
}
.calculators .mini_red {
  color: red;
  font-size: 14px;
  width: 100%;
}
.calculators .mini_red span {
  display: block;
  width: 40%;
  padding-top: 4px;
  text-align: left;
}
.step__number {
  position: absolute;
  top: -19px;
  left: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 12222;
}
.step__number span {
  display: inline-block;
  padding: 10px 15px;
  font-size: 17px;
  background: #f2b3b3;
  color: white;
  border-right: 1px solid white;
  font-weight: 600;
  position: relative;
}
.step__number span.active {
  background-color: #FF0000;
}
.callback__form__btn {
  padding: 17px 45px;
}
.callback {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(150, 150, 150, 0.79);
  z-index: 100000;
}
.callback.active {
  display: block;
}
.callback .fa-times {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 15px;
  color: red;
  cursor: pointer;
  padding: 10px;
}
.callback .section__title__wrap:after {
  content: "03";
  color: #f1f1f1;
}
.callback .section__title__wrap .description {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  padding-top: 10px;
}
.callback .callback__form {
  background-color: white;
  margin: 50px auto 20px;
  text-align: left;
  position: relative;
  -webkit-box-shadow: 0px 4px 30px rgba(33, 33, 33, 0.2);
          box-shadow: 0px 4px 30px rgba(33, 33, 33, 0.2);
  -webkit-border-radius: 8px;
          border-radius: 8px;
}
.callback .callback__form .befote__send {
  padding: 50px 45px 60px;
}
.callback .callback__form .befote__send:after {
  content: '';
  display: none;
  position: absolute;
  top: -19px;
  z-index: 3;
  left: 50px;
  width: 200px;
  height: 40px;
  background-image: url('../img/form/step2.png');
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}
.callback .callback__form .checkbox {
  position: absolute;
  bottom: 79px;
  left: 420px;
}
.callback .callback__form .checkbox div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.callback .callback__form .checkbox div input {
  width: 23px;
  height: 23px;
}
.callback .callback__form .checkbox div label {
  font-size: 14px;
  color: #9a9a9a;
}
.callback .callback__form .checkbox .police a {
  color: #FF0000;
}
.callback .callback__form .callback__item {
  display: none;
  position: relative;
}
.callback .callback__form .callback__item.active {
  display: block;
}
.callback .callback__form .befote__send.loading:before {
  content: 'Хвилинку, перевіряємо Ваші данні...';
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: #fffffff0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  text-transform: uppercase;
  text-align: center;
  left: 0;
  z-index: 2;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.callback .callback__form .form__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.callback .callback__form .form__top .form__title h2 {
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  color: #333333;
}
.callback .callback__form .form__top .form__title .description {
  padding: 5px 0;
}
.callback .callback__form .form__top .back {
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: right;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #108CE9;
  opacity: 0.65;
  cursor: pointer;
}
.callback .callback__form .form__top .back i {
  margin-right: 10px;
}
.callback .callback__form .form__middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
}
.callback .callback__form .form__bottom .errorText {
  width: 100%;
  display: inline-block;
  padding-top: 10px;
  font-size: 12px;
  color: #FF0000;
  min-height: 27px;
  font-weight: 600;
}
.callback .callback__form .form__bottom button {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  color: white;
  width: 320px;
  height: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.callback .callback__form .form__bottom button:disabled {
  opacity: 0.5;
}
.callback .callback__form .grid {
  margin: 20px 0;
  position: relative;
  margin-right: 30px;
  width: 30%;
}
.callback .callback__form .grid i {
  position: absolute;
  bottom: 17px;
  left: 17px;
  color: #c6c6c6;
}
.callback .callback__form .grid label {
  min-width: 240px;
  max-width: 240px;
  display: block;
  color: #212121;
  font-size: 14px;
  margin: 10px 0;
  text-align: left;
}
.callback .callback__form .grid input {
  position: relative;
  height: 50px;
  width: 100%;
  border: none;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 10px 10px 10px 50px;
  border: 1px solid rgba(17, 138, 228, 0.25);
}
.callback .callback__form .grid input:focus {
  outline: none;
}
.callback .callback__form .grid .bfh-selectbox {
  height: 50px;
}
.callback .callback__form .grid .bfh-selectbox.error > a {
  border-color: #FF0000;
}
.callback .callback__form .grid .bfh-selectbox a {
  background-color: white;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  color: black;
  height: 50px;
  width: 100%;
  text-align: left;
  padding: 15px 10px 10px 50px;
  border: 1px solid rgba(17, 138, 228, 0.25);
}
.callback .callback__form .grid .bfh-selectbox ul {
  margin-top: 0;
  max-height: 400px;
}
.callback .callback__form .grid .bfh-selectbox ul li a {
  text-align: left;
  padding: 10px 20px;
  height: auto;
  text-decoration: none;
  border: none;
}
.callback .callback__form .grid .bfh-selectbox ul li a:hover {
  background-color: #ebebeb;
}
.callback .callback__form .grid .bfh-selectbox .bfh-selectbox-options {
  width: 100%;
  padding: 0;
  margin: 0;
}
.callback .after__send {
  display: none;
  padding: 60px 50px 70px;
}
.callback .after__send h2 {
  font-weight: 300;
  font-size: 50px;
  color: #108CE9;
  width: 100%;
}
.callback .after__send span {
  display: inline-block;
  margin-top: 30px;
  font-family: Roboto Condensed;
  font-weight: normal;
  font-size: 25px;
  color: #212121;
  width: 100%;
}
.callback .after__send .partner_link {
  margin-top: 20px;
}
.callback .after__send .imgTop {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: auto;
  height: 100%;
}
.callback .after__send .imgTop img {
  width: auto;
  height: 100%;
}
.tables {
  position: relative;
  width: 100vw;
}
.tables .section__title__wrap:after {
  content: "04";
}
.tables .tables__tabs {
  margin-top: 30px;
}
.tables .tables__tabs .tables__tabs__insert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.tables .tables__tabs .tables__tabs__insert:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #e0e0e0;
}
.tables .tables__tabs .tables__tabs__insert div {
  padding: 20px 20px 10px;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
}
.tables .tables__tabs .tables__tabs__insert div:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.tables .tables__tabs .tables__tabs__insert div.active:after {
  height: 2px;
  background-color: #FF0000;
}
.tables i {
  font-size: 18px;
  margin-right: 10px;
}
.tables .tables__content {
  display: none;
}
.tables .tables__content.active {
  display: block;
  z-index: 45;
}
.order {
  position: relative;
}
.order:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  z-index: -1;
}
.order .section__title__wrap {
  z-index: -1;
}
.order .section__title__wrap:after {
  content: "05";
  color: #f1f1f1;
}
.order .order__tabs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.order .order__content {
  display: none;
  margin: 50px 0 70px;
}
.order .order__content.active {
  display: block;
}
.order .order__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.order .order__list .order__item {
  border: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
  padding: 30px 40px;
  width: 300px;
  height: auto;
  position: relative;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-color: #ffffff;
  margin: 12px;
  -webkit-box-shadow: 0 2px 2px 0px gainsboro;
          box-shadow: 0 2px 2px 0px gainsboro;
}
.order .order__list .order__item .order__icon {
  width: 80px;
  height: 80px;
  position: relative;
}
.order .order__list .order__item .order__title {
  font-size: 20px;
  margin: 10px 0;
  font-weight: 600;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.order .order__list .order__item .order__desc {
  font-size: 16px;
  margin: 10px 0;
  color: #9a9a9a;
}
.order .additional {
  margin-top: 50px;
}
.order .additional h2 {
  font-weight: 300;
  font-size: 25px;
  text-align: center;
  color: #212121;
}
.order .additional .additional__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.order .additional .additional__link a {
  width: 200px;
  height: 50px;
  display: inline-block;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  margin: 20px;
}
.order .additional .additional__link a:nth-child(1) {
  background: #FF0000;
  font-weight: bold;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
}
.order .additional .additional__link a:nth-child(2) {
  background-color: #030303;
  background-image: url('../img/googlePay.png');
  -webkit-background-size: 80% 80%;
          background-size: 80% 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.order .additional .additional__link a:nth-child(3) {
  background-color: #030303;
  background-image: url('../img/appStore.png');
  -webkit-background-size: 80% 80%;
          background-size: 80% 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.footer {
  background-color: #323C48;
  position: relative;
}
.footer .footer__contact {
  padding: 50px 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer__contact .footer__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .footer__contact .footer__block .footer__icon {
  width: 50px;
  height: 50px;
}
.footer .footer__contact .footer__block .footer__info {
  width: 100%;
  display: block;
  text-align: center;
  margin: 20px;
  color: white;
}
.footer .footer__contact .footer__block .footer__info a {
  display: block;
  max-width: 230px;
  color: white;
  margin: auto;
  font-size: 18px;
}
.footer .footer__contact .footer__block .footer__info span {
  display: block;
  max-width: 230px;
  margin: auto;
  font-size: 18px;
}
.footer .footer__contact .footer__block .footer__info span.mini {
  font-size: 12px;
}
.footer .footer__bottom {
  text-align: center;
  padding: 10px;
  background-color: #242C35;
  color: #FFFFFF;
  opacity: 0.75;
}
/**стилизация инпута**/
input[type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */
  background: transparent;
  /* Otherwise white in Chrome */
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
/************************thumb***************************************/
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 5px solid #ffffff;
  height: 22px;
  width: 22px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #FF0000;
  cursor: pointer;
  margin-top: -10px;
  -webkit-box-shadow: 0 0 3px 1px #a09393;
          box-shadow: 0 0 3px 1px #a09393;
}
input[type=range]::-moz-range-thumb {
  border: 5px solid #ffffff;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #FF0000;
  cursor: pointer;
  box-shadow: 0 0 3px 1px #a09393;
}
input[type=range]::-ms-thumb {
  border: 5px solid #ffffff;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #FF0000;
  cursor: pointer;
  box-shadow: 0 0 3px 1px #a09393;
}
/***************track********************/
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: #FF0000;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  border-radius: 4px;
  background: #FF0000;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
  /* Цвет фона */
  -webkit-text-fill-color: #000000 !important;
  /* цвет текста */
  color: #000000 !important;
  /* цвет текста */
}
/**************checkbox************************/
.checkbox-custom {
  opacity: 0;
  position: absolute;
}
.checkbox-custom,
.checkbox-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}
.checkbox-custom-label {
  position: relative;
}
.checkbox-custom + .checkbox-custom-label:before {
  content: '';
  background: #fff;
  border: 2px solid #eeeeee;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}
.error_checkbox .checkbox-custom + .checkbox-custom-label:before {
  border-color: #FF0000;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
  background: #FF0000;
  -webkit-box-shadow: inset 0px 0px 0px 4px #fff;
          box-shadow: inset 0px 0px 0px 4px #fff;
}
/*******************select********************/
.error .form-control,
.callback .callback__form .grid input.error {
  border: 1px solid #FF0000;
}
/*********аккордион********/
.table__bottom {
  margin-top: 40px;
  text-align: justify;
}
.table__bottom .section__title__wrap {
  text-align: center;
  font-size: 25px;
  margin-top: 37px;
  margin-bottom: 20px;
}
.table__bottom .section__title__wrap:after {
  content: "";
}
.table__bottom .section__title__wrap .section__title {
  font-size: 25px;
}
.table__bottom .block__wrning {
  font-size: 14px;
  margin: 16px 0;
  position: relative;
}
.table__bottom .block__wrning.hiddens .title__warning:after {
  content: '\f077';
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  position: absolute;
  bottom: auto;
}
.table__bottom .block__wrning.hiddens .content__warning {
  padding: 10px;
  opacity: 1;
  height: 100%;
}
.table__bottom .block__wrning.hiddens .content__warning:before {
  display: none;
}
.table__bottom .block__wrning .title__warning {
  font-weight: 600;
  position: relative;
  padding: 5px;
  cursor: pointer;
}
.table__bottom .block__wrning .title__warning div {
  padding-right: 70px;
}
.table__bottom .block__wrning .title__warning:after {
  content: "\f078";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  position: absolute;
  color: #FF0000;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  z-index: 1;
}
.table__bottom .block__wrning .content__warning {
  font-weight: 600;
  height: 0px;
  position: relative;
  line-height: 25px;
  overflow: hidden;
}
.table__bottom .block__wrning .content__warning:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.8)), color-stop(70.71%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70.71%);
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70.71%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70.71%);
  z-index: 2;
  top: 0;
  left: 0;
}
/*******************unexchat*********************/
.unexchat {
  position: fixed;
  bottom: 0;
  right: 84px;
  width: 450px;
  height: 0px;
  -webkit-border-radius: 0 5px 0 0;
          border-radius: 0 5px 0 0;
  overflow: hidden;
  z-index: 100000;
}
.unexchat.active {
  height: auto;
  min-height: 450px;
}
.unexchat iframe {
  width: 450px;
  height: auto;
  min-height: 450px;
}
.unexchat.active iframe {
  height: auto;
  min-height: 450px;
}
.unexchat_btn {
  display: inline-block;
  color: white;
  background-color: #fc1414;
  padding: 5px 10px 5px 40px;
  text-decoration: none;
  width: 166px;
  font-size: 11px;
  font-weight: 500;
  position: fixed;
  right: 5px;
  bottom: 4px;
  -webkit-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
  cursor: pointer;
  z-index: 10000;
}
.unexchat_btn:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 10px;
  background-image: url(../img/unex.png);
  width: 21px;
  height: 21px;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.unexchat_btn_mob {
  color: white;
  background-color: #fc1414;
  padding: 10px 10px 10px 45px;
  text-decoration: none;
  width: 210px;
  font-size: 13px;
  position: fixed;
  right: 5px;
  bottom: 4px;
  -webkit-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
  cursor: pointer;
  display: none;
  z-index: 10000;
}
.unexchat_btn_mob:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 10px;
  background-image: url(../img/unex.png);
  width: 27px;
  height: 28px;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .unexchat_btn_mob {
    display: inline-block;
  }
  .unexchat_btn {
    display: none;
  }
}
#calculatorAnnuitet1 {
  width: 100%;
  height: 310px;
  border: none;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  outline: none;
  margin-top: 48px;
}
@media only screen and (max-width: 1000px) {
  #calculatorAnnuitet1 {
    height: 530px;
  }
}
