@charset "UTF-8";
/* */
/*======================================================= Fonts ====================================================== */
@font-face {
  font-family: "ClearSans";
  src: url("../fonts/ClearSans-Bold.eot");
  src: url("../fonts/ClearSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSans-Bold.woff2") format("woff2"), url("../fonts/ClearSans-Bold.woff") format("woff"), url("../fonts/ClearSans-Bold.ttf") format("truetype"), url("../fonts/ClearSans-Bold.svg#ClearSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "ClearSans";
  src: url("../fonts/ClearSans-Light.eot");
  src: url("../fonts/ClearSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSans-Light.woff2") format("woff2"), url("../fonts/ClearSans-Light.woff") format("woff"), url("../fonts/ClearSans-Light.ttf") format("truetype"), url("../fonts/ClearSans-Light.svg#ClearSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "ClearSans";
  src: url("../fonts/ClearSans.eot");
  src: url("../fonts/ClearSans.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSans.woff2") format("woff2"), url("../fonts/ClearSans.woff") format("woff"), url("../fonts/ClearSans.ttf") format("truetype"), url("../fonts/ClearSans.svg#ClearSans") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ClearSans";
  src: url("../fonts/ClearSans-Medium.eot");
  src: url("../fonts/ClearSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSans-Medium.woff2") format("woff2"), url("../fonts/ClearSans-Medium.woff") format("woff"), url("../fonts/ClearSans-Medium.ttf") format("truetype"), url("../fonts/ClearSans-Medium.svg#ClearSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Rouble";
  src: url("../fonts/rouble.eot");
  src: url("../fonts/rouble.eot?#iefix") format("embedded-opentype"), url("../fonts/rouble.woff2") format("woff2"), url("../fonts/rouble.woff") format("woff"), url("../fonts/rouble.ttf") format("truetype"), url("../fonts/rouble.svg#als_rublregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'PT Rouble Sans';
	src: url('../fonts/PTRoubleSans.woff2') format('woff2'),
	url('../fonts/PTRoubleSans.woff') format('woff'),
	url('../fonts/PTRoubleSans.ttf') format('truetype'),
	url('../fonts/PTRoubleSans.svg#PTRoubleSans') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*===================================================== end Fonts ==================================================== */
/* */
/*=================================================== Settings Site ================================================== */
.text,
.redactor-editor {
  font-size: 16px;
  line-height: 24px;
}
.text p,
.redactor-editor p {
  margin-bottom: 24px;
}
.text p:last-child,
.redactor-editor p:last-child {
  margin-bottom: 0;
}
.text a,
.redactor-editor a {
  color: #0074ad;
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.text a:hover,
.redactor-editor a:hover {
  color: #46a1c4;
  text-decoration: none;
}
.text a[href^="#"],
.redactor-editor a[href^="#"] {
  text-decoration: none !important;
  border-bottom: 1px dotted #0074ad;
}
.text a[href^="#"]:hover,
.redactor-editor a[href^="#"]:hover {
  color: #46a1c4;
  border-color: #fff;
}


.redactor-editor .button-green,
.text .button-green {
  background-color: #5bbb79;
  color: #fff;
}

.redactor-editor .button-green:hover,
.text .button-green:hover {
  background-color: #0a87a9;
}

.redactor-editor .button-green:focus,.redactor-editor .button-green:active,
.text .button-green:focus, .text .button-green:active {
  background-color: #49bb7b;
}


.redactor-editor .button-green,
.text .button-green {
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 24px;

  min-height: 60px;
  height: auto;
  width: auto;
  max-width: 100%;
  min-width: 240px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  vertical-align: top;
  -webkit-appearance: none;
  padding: 5px 20px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 520px){
	.redactor-editor .button-green,
	.text .button-green {
		padding: 10px;
		font-size: 14px;
		min-height: 40px;
	}
}

a.anchor{
  position: absolute;
  margin-top: -63px;
}

/*.text h4,
.redactor-editor h4 {
  color: #0074ad;
  font-size: 24px;
  line-height: 24px;
  margin: 36px 0 16px;
}*/
.text .quote-line,
.redactor-editor .quote-line {
  float: none;
}

.text._conditions {
  font-size: 18px;
}

.big-title {
  display: block;
  font-size: 38px;
  line-height: 48px;
  width: 100%;
}

.inside-title, .text h1, .redactor-editor h1 {
  display: block;
  font-size: 40px;
  line-height: 42px;
  width: 100%;
}

.text h1, .redactor-editor h1 {
  margin-bottom: 20px;
}

.image-right {
  float: right;
  margin: 10px 0 10px 10px;
}

.image-left {
  float: right;
  margin: 10px 10px 10px 0;
}

.title24, .text h2, .redactor-editor h2{
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 20px;
}

.title20, .text h3, .redactor-editor h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 20px;
}

.title17, .text h4, .redactor-editor h4 {
  font-size: 17px;
  font-weight: bold;
  line-height: 19px;
  margin-bottom: 20px;
}

.title15, .text h5, .redactor-editor h5 {
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
  margin-bottom: 20px;
}

.size14 {
  font-size: 14px;
  line-height: 24px;
}

.size24 {
  font-size: 24px;
  line-height: 24px;
}

.size12 {
  font-size: 12px;
  line-height: 20px;
}

/*================================================= end Settings Site ================================================ */
/* */
/*==================================================== Media Style =================================================== */
/* */
/*---------- After 768 ----------------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .big-title {
    font-size: 34px;
    line-height: 42px;
  }
}
/*---------- end After 768 ------------------------------------------------------------------------------------------- */
/* */
/*---------- After 640 ----------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .big-title {
    font-size: 24px;
    line-height: 29px;
  }

  .inside-title {
    font-size: 30px;
    line-height: 32px;
  }

  .text {
    font-size: 14px;
    line-height: 17px;
  }
  .text p {
    margin-bottom: 10px;
  }
  .text._conditions {
    font-size: 16px;
  }
  .text h4 {
    font-size: 18px;
    line-height: 22px;
    margin: 15px 0 5px;
  }

  .title17 {
    font-size: 16px;
    margin-bottom: 3px;
  }
}
.image-right, .image-left {
  float: inherit;
  margin: 10px 0;
  display: block;
}

/*---------- end After 640 ------------------------------------------------------------------------------------------- */
/* */
/*================================================== end Media Style ================================================= */
/* */
/*===================================================== Type Style =================================================== */
.blue-angle li {
  display: block;
  font-size: 17px;
  line-height: 24px;
  padding-bottom: 24px;
  position: relative;
  width: 100%;
}
.blue-angle li:before {
  background: url(../img/icons/blue-arror-right.png) 0 0 no-repeat;
  content: "";
  position: absolute;
  left: -25px;
  top: 8px;
  height: 8px;
  width: 4px;
}

.list-blue-angle li {
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 24px 20px;
  position: relative;
  width: 100%;
}
.list-blue-angle li:last-child {
  padding-bottom: 0;
}
.list-blue-angle li:before {
  background: url(../img/icons/blue-arror-right.png) 0 0 no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  height: 8px;
  width: 4px;
}
.list-blue-angle._jump {
  margin: 19px 0 25px;
}

.list-pointer,
.text ul,
.redactor-editor ul {
  margin-bottom: 10px;
}
.list-pointer li,
.text ul > li,
.redactor-editor ul > li {
  display: block;
  font-size: inherit;
  line-height: 19px;
  padding: 0 0 18px 23px;
  position: relative;
}
.list-pointer li:before,
.text ul > li:before,
.redactor-editor ul > li:before {
  background-color: #338caf;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 4px;
  top: 9px;
  height: 5px;
  width: 5px;
}
.list-pointer li > ul {
  margin: 5px 0 0;
}
.text ul > li > ul,
.text ul > li > ol,
.redactor-editor ul > li > ul,
.redactor-editor ul > li > ol {
  margin: 5px 0 0;
}
.list-pointer li > ul > li,
.text li > ul > li,
.redactor-editor li > ul > li {
  padding-bottom: 7px;
}
.list-pointer li > ul > li:last-child,
.text li > ul > li:last-child,
.redactor-editor li > ul > li:last-child {
  padding-bottom: 0;
}

.list-arrow {
  margin-top: 2px;
}
.list-arrow li,
.checked-circle {
  background: url(../img/icons/arrow-list.png) 0 0 no-repeat;
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0 15px 53px;
}
.text .checked-circle,
.redactor-editor .checked-circle {
  margin-bottom: 8px;
}
.list-arrow li:last-child {
  padding-bottom: 5px;
}
.list-arrow li b {
  display: block;
  margin-bottom: 7px;
  width: 100%;
}

.list-bold-number {
  list-style-type: none;
  counter-reset: num;
}
.list-bold-number li {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 11px;
}
.list-bold-number li:last-child {
  padding-bottom: 0;
}
.list-bold-number li:before {
  content: counter(num) ". ";
  counter-increment: num;
  font-size: inherit;
  font-weight: bold;
  line-height: inherit;
}

.list-simple-number {
  list-style-type: none;
  counter-reset: num;
}
.list-simple-number li {
  font-size: 16px;
  line-height: 19px;
  padding: 0 0 5px 37px;
  position: relative;
}
.list-simple-number li:last-child {
  padding-bottom: 0;
}
.list-simple-number li:before {
  content: counter(num) ". ";
  counter-increment: num;
  font-size: inherit;
  line-height: inherit;
  position: absolute;
  left: 0;
  top: 0;
}
.list-simple-number._indent li {
  padding-bottom: 24px;
}
.list-simple-number._indent li:last-child {
  padding-bottom: 0;
}
.list-simple-number._jump {
  margin: 19px 0 25px;
}
.list-simple-number._jump-top {
  margin: 19px 0 0;
}

.list-square-number,
.text ol,
.redactor-editor ol {
  margin-bottom: 20px;
  list-style-type: none;
  counter-reset: num;
}
.list-square-number > li,
.text ol > li,
.redactor-editor ol > li {
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0 15px 65px;
  position: relative;
}
.list-square-number > li:last-child {
  padding-bottom: 0;
}
.list-square-number > li:before,
.text ol > li:before,
.redactor-editor ol > li:before {
  border: 1px solid #0074ad;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  color: #0074ad;
  content: counter(num) " ";
  counter-increment: num;
  font-size: inherit;
  line-height: inherit;
  padding-top: 6px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  height: 38px;
  width: 38px;
}
.list-square-number._jump-top {
  margin-top: 29px;
}
.list-square-number._jump {
  margin: 29px 0 40px;
}

.text ol > li > ul,
.text ol > li > ol,
.redactor-editor ol > li > ul,
.redactor-editor ol > li > ol {
  margin: 15px 0 0;
}

.blue-title {
  color: #0074ad;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}

.note {
  background-color: #2e87aa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 21px 33px 22px;
  width: 100%;
}
.note._jump {
  margin: 19px 0;
}
.note._jump-top {
  margin-top: 19px;
}

.informer {
  background: #55a1c6 url(../img/icons/informer.png) 14px 19px no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 10px 15px;
  min-height: 72px;
  padding: 10px 10px 10px 63px;
  position: relative;
  width: 250px;
}
.informer:before {
  border-style: solid;
  border-width: 11px 9px 11px 0;
  border-color: transparent #55a1c6 transparent transparent;
  content: "";
  position: absolute;
  margin-top: -11px;
  left: -9px;
  top: 50%;
  height: 0;
  width: 0;
}
.informer._right {
  float: right;
}
.informer span {
  display: table-cell;
  height: 52px;
  vertical-align: middle;
}

.table {
  min-width: 601px;
  width: 100%;
}
.table__wrapper {
  border: 1px solid #dde3e7;
  padding-top: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.text-table {
  width: 100%;
  border: 1px solid #dde3e7;
  padding-top: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 25px;
}
.table td,
.text-table td,
.text-table th {
  border-right: 1px solid #dde3e7;
  font-size: 14px;
  line-height: 17px;
  padding: 13px 14px 29px;
  vertical-align: top;
}
.text-table td {
  border-bottom: 1px solid #dde3e7;
}
.table td:last-child {
  border-right: none;
}
.table td a {
  color: #0074ad;
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.table td a:hover, .table td a:focus {
  color: #46a1c4;
  text-decoration: none;
}
.table .blue-line td {
  background-color: #eff4f7;
  font-weight: bold;
  vertical-align: middle;
}
.table ._header td {
  padding-top: 9px;
  padding-bottom: 11px;
}
.table ._col td {
  padding-top: 17px;
  padding-bottom: 19px;
}
.text-table th {
  padding-top: 9px;
  padding-bottom: 11px;
  background-color: #eff4f7;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}

.quote-line {
  float: left;
  font-size: 24px;
  line-height: 29px;
  padding: 0 0 0 30px;
  margin: 20px 0 30px;
  width: 100%;
}
.quote-line._silver {
  border-left: 3px solid #ccd1d9;
}
.quote-line._blue {
  border-left: 3px solid #0074ad;
}

.important-line {
  color: #0074ad;
  border: 1px solid #0074ad;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 19px;
  padding: 18px 24px 20px;
}


.images-style {
  display: block;
  width: 100%;
}
.images-style img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.images-style__signature {
  display: block;
  font-size: 16px;
  font-style: italic;
  line-height: 20px;
  padding-top: 10px;
}

.quote-line__signature {
  margin-top: 11px;
}
.quote-frame {
  margin: 20px 0 30px;
  border: 1px solid #2e87aa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #2e87aa;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
  padding: 15px 31px;
  position: relative;
  width: 100%;
}
.quote-frame:before {
  content: "";
  background: url(../img/icons/arrow-quote-frame.png) 0 0 no-repeat;
  position: absolute;
  left: 10px;
  top: -12px;
  height: 14px;
  width: 22px;
}

.list-pointer a {
  color: #0074ad;
  text-decoration: underline;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.list-pointer a:hover, .list-pointer a:focus {
  color: #46a1c4;
  text-decoration: none;
}
.list-pointer._jump {
  margin-top: 23px;
}

.link-anchor {
  color: #0074ad;
  font-size: 16px;
  line-height: 18px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.link-anchor span {
  border-bottom: 1px dotted #0074ad;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.link-anchor:hover, .link-anchor:focus {
  color: #46a1c4;
}
.link-anchor:hover span, .link-anchor:focus span {
  border-color: #fff;
}

.important {
  border: 1px solid #2e87aa;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  padding: 5px 14px 7px !important;
  margin-bottom: 12px;
  position: relative;
}
.important:before, .important:after {
  border-style: solid;
  content: "";
  position: absolute;
  left: 50%;
  height: 0;
  width: 0;
}
.important:before {
  border-width: 10px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
  bottom: -10px;
  margin-left: -7px;
  z-index: 2;
}
.important:after {
  border-width: 11px 8px 0 8px;
  border-color: #2e87aa transparent transparent transparent;
  bottom: -11px;
  margin-left: -8px;
  z-index: 1;
}

.idea {
  background-color: #dfe5e4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  padding: 24px 34px 28px;
  position: relative;
}
.idea:before {
  content: "";
  background: #fdf45c url(../img/icons/lamp.png) center center no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 24px;
  top: -21px;
  height: 37px;
  width: 37px;
}

.list-yellow__line {
  display: block;
  padding: 10px 0;
}
.list-yellow__symbol {
  float: left;
  width: 53px;
}
.list-yellow__symbol span {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  line-height: 24px;
  position: relative;
  text-align: center;
  height: 37px;
  width: 37px;
  z-index: 1;
}
.list-yellow__symbol span:before {
  content: "";
  background-color: #fdf45c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  height: 37px;
  width: 37px;
  z-index: -1;
}
.list-yellow__text {
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
}
.list-yellow__text span {
  display: table-cell;
  height: 37px;
  vertical-align: middle;
}


.yellow-question,
.yellow-exclamation {
  position: relative;
  padding-left: 53px;
  min-height: 37px;
}
.yellow-question:before,
.yellow-exclamation:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
  height: 37px;
  font-size: 24px;
  line-height: 37px;
  text-align: center;
  background-color: #fdf45c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.yellow-question:before {
  content: "?";
}
.yellow-exclamation:before {
  content: "!";
}


.blue-frame {
  border: 1px solid #0074ad;
  padding: 30px 20px;
}

.accordion__wrapper._last._active {
  padding-bottom: 0;
}
.list-square-number._jump._center-list > li:before {
  top: 0;
  bottom: 0;
  margin: auto;
}
.list-square-number._jump._center-list > li {
  padding: 13px 0 13px 54px;
}

/*===================================================== end Type Style ================================================== */