@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.l {
  font-weight: 300;
}
.reg {
  font-weight: 400;
}
.med {
  font-weight: 500;
}
.sb {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.black {
  font-weight: 900;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
.dn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.it {
  font-style: italic;
}
.popup {
  position: fixed;
  width: 120%;
  height: 100%;
  left: -10%;
  top: 0;
  overflow-y: scroll;
  background: rgba(1, 1, 1, 0.7);
  z-index: 11;
  display: none;
}
.b0 {
  border: 0;
}
.bn {
  background: none;
}
.w100 {
  width: 100%;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: #fff;
  overflow-x: hidden;
}
body,
th,
td {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #333333;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #333333;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  text-decoration: none;
  opacity: .7;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}
button:hover,
input[type='submit']:hover {
  opacity: .7;
}
img {
  max-width: 100%;
}
.an {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
.clear {
  clear: both;
}
.flex {
  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;
}
.wrap {
  width: 1300px;
  margin: 0 auto;
}
.header {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 30px 35px;
}
.header.s {
  background: #fff;
}
.header.s:before {
  display: none;
}
.header.s .logo a img:nth-child(1) {
  display: none;
}
.header.s .logo a img:nth-child(2) {
  display: inline-block;
}
.header.s ul li a {
  color: #0075FF;
}
.header.s .icons a .search-icon {
  background: url('img/icons.png') 0 -144px;
}
.header.s .icons a .eye-icon {
  background: url(img/icons.png) -37px -32px;
}
.header.s .icons a .phone-icon {
  background: url(img/icons.png) -30px 0px;
}
.header.s .icons .langs a {
  color: #0075FF;
}
.header.w {
  background: #fff;
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 10px;
}
.header.w:before {
  display: none;
}
.header.w .logo a img:nth-child(1) {
  display: none;
}
.header.w .logo a img:nth-child(2) {
  display: inline-block;
}
.header.w ul li a {
  color: #0075FF;
}
.header.w .icons a .search-icon {
  background: url('img/icons.png') 0 -144px;
}
.header.w .icons a .eye-icon {
  background: url(img/icons.png) -37px -32px;
}
.header.w .icons a .phone-icon {
  background: url(img/icons.png) -30px 0px;
}
.header.w .icons .langs a {
  color: #0075FF;
}
.header.mobile {
  display: none;
}
.header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 58.56%, rgba(0, 0, 0, 0) 97.79%);
}
.header .flex {
  position: relative;
}
.header .logo a img:nth-child(1) {
  display: inline-block;
}
.header .logo a img:nth-child(2) {
  display: none;
}
.header ul {
  padding: 10px 0 0 0;
  margin: 0;
  list-style: none;
}
.header ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.header ul li:hover a:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #0075FF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: -12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header ul li:hover .sub {
  display: block;
}
.header ul li:hover .sub ul li a:after {
  display: none;
}
.header ul li:hover .sub ul li ul {
  display: none;
}
.header ul li .sub {
  position: absolute;
  left: -10px;
  top: 100%;
  padding-top: 40px;
  display: none;
}
.header ul li .sub ul {
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(0, 117, 255, 0.3);
  border-radius: 7px;
  width: 295px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}
.header ul li .sub ul li {
  display: block;
  margin-bottom: 15px;
  margin-right: 0;
}
.header ul li .sub ul li:last-child {
  margin-bottom: 0;
}
.header ul li .sub ul li:hover ul {
  display: block;
}
.header ul li .sub ul li:hover a:before {
  width: 8px;
  margin: -4px 6px 0 0;
}
.header ul li .sub ul li:hover .sub ul li a:before {
  width: 0;
}
.header ul li .sub ul li a {
  color: #000;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.header ul li .sub ul li a:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 0px;
  height: 8px;
  background: #0075FF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.header ul li .sub ul li .sub {
  position: absolute;
  left: 100%;
  top: 0;
  padding: 0 0 0 30px;
}
.header ul li .sub ul li .sub ul {
  margin-top: -20px;
}
.header ul li .sub ul li .sub ul li a:hover:before {
  width: 8px;
}
.header ul li:last-child {
  margin-right: 0;
}
.header ul li a {
  font-size: 18px;
  color: #fff;
  position: relative;
}
.header ul li a.active:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #0075FF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: -12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header ul li a .fa {
  color: #0075FF;
  float: right;
  margin-top: 3px;
}
.header .icons {
  padding-top: 4px;
  display: block !important;
}
.header .icons * {
  vertical-align: middle;
}
.header .icons .langs {
  display: inline-block;
  position: relative;
}
.header .icons .langs:hover .sub {
  display: block;
}
.header .icons .langs .sub {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  padding-top: 40px;
  margin-left: -10px;
  display: none;
}
.header .icons .langs .sub ul {
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(0, 117, 255, 0.3);
  border-radius: 7px;
  width: 96px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}
.header .icons .langs .sub ul li {
  display: block;
  margin-bottom: 15px;
  text-align: center;
  margin-right: 0;
}
.header .icons .langs .sub ul li:last-child {
  margin-bottom: 0;
}
.header .icons .langs .sub ul li a {
  color: #000;
  font-size: 16px;
  margin-right: 0;
}
.header .icons .langs a {
  font-size: 18px;
  color: #fff;
}
.header .icons a {
  margin-right: 20px;
}
.header .icons a .phone-icon {
  display: inline-block;
  width: 18px;
  height: 26px;
  background: url('img/icons.png') 0 0;
}
.header .icons a .eye-icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url('img/icons.png') 0 -32px;
}
.header .icons a .search-icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url('img/icons.png') 0 -64px;
}
.header .icons a .search-icon2 {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url('img/icons.png') 0 -144px;
}
.header .icons a .menu-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url('img/icons.png') 0 -98px;
}
.index-page-slider {
  position: relative;
  height: 100%;
  min-height: 600px;
}
.index-page-slider:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 120px;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.15) 58.56%, rgba(0, 0, 0, 0) 97.79%);
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.index-page-slider .slick-slider {
  height: 100%;
}
.index-page-slider .slick-list {
  height: 100%;
}
.index-page-slider .slick-track {
  height: 100%;
}
.index-page-slider .item {
  height: 100%;
  position: relative;
}
.index-page-slider .item .link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.index-page-slider .item .wrap {
  height: 100%;
  position: relative;
}
.index-page-slider .item .text {
  color: #fff;
  font-size: 80px;
  text-align: right;
  font-weight: 200;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  line-height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.index-page-slider .item .text.tal {
  text-align: left;
}
.index-page-slider .phone {
  position: absolute;
  right: 40px;
  bottom: 30px;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  padding-left: 35px;
  z-index: 2;
}
.index-page-slider .phone a {
  color: #fff;
}
.index-page-slider .phone span {
  display: inline-block;
  width: 30px;
  height: 26px;
  background: url('img/icons.png') 0 -330px;
  vertical-align: middle;
  margin: -2px 2px 0;
}
.index-page-slider .slick-prev,
.index-page-slider .slick-next {
  width: 43px;
  height: 43px;
  padding: 0;
  font-size: 0;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.index-page-slider .slick-prev {
  left: 20px;
  background: url('img/icons.png') 0 -224px;
}
.index-page-slider .slick-next {
  right: 20px;
  background: url('img/icons.png') 0 -278px;
}
.index-page-slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  bottom: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.index-page-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.index-page-slider .slick-dots li.slick-active button {
  width: 22px;
  background: #fff;
  border-radius: 5px;
}
.index-page-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  z-index: 2;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.site-search {
  position: fixed;
  z-index: 14;
  left: 0;
  top: -170px;
  background: #fff;
  box-shadow: 0px 10px 40px rgba(0, 117, 255, 0.3);
  padding: 40px 100px;
  width: 100%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.site-search.opened {
  top: 0;
}
.site-search input[type='text'] {
  width: 100%;
  height: 40px;
  border: 0;
  background: none;
  padding: 0 0 0 60px;
  background: url('img/search2.png') no-repeat left;
  text-transform: uppercase;
}
.site-search .close {
  right: 95px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url('img/icons.png') 0 -177px;
  opacity: 1;
}
.site-menu {
  width: 468px;
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(0, 117, 255, 0.3);
  position: fixed;
  right: -650px;
  top: 0;
  height: 100%;
  background: #fff;
  z-index: 5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px 50px 20px 50px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  overflow-y: scroll;
}
.site-menu.opened {
  right: 0;
}
.site-menu .close {
  position: absolute;
  right: 50px;
  top: 30px;
  width: 40px;
  height: 40px;
  background: url('img/icons.png') 0 -177px;
  opacity: 1;
}
.site-menu .icons {
  position: absolute;
  right: 100px;
  top: 40px;
  display: block !important;
}
.site-menu .icons * {
  vertical-align: middle;
}
.site-menu .icons .langs {
  display: inline-block;
  position: relative;
}
.site-menu .icons .langs:hover .sub {
  display: block;
}
.site-menu .icons .langs .sub {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  padding-top: 20px;
  margin-left: -10px;
  display: none;
  z-index: 10;
}
.site-menu .icons .langs .sub ul {
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(0, 117, 255, 0.3);
  border-radius: 7px;
  width: 96px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
}
.site-menu .icons .langs .sub ul li {
  display: block;
  margin-bottom: 15px;
  text-align: center;
  margin-right: 0;
}
.site-menu .icons .langs .sub ul li:last-child {
  margin-bottom: 0;
}
.site-menu .icons .langs .sub ul li a {
  color: #000;
  font-size: 16px;
  margin-right: 0;
  background: none;
  padding: 0;
  border-bottom: 0;
}
.site-menu .icons .langs a {
  text-transform: uppercase;
  color: #0075FF;
  font-size: 16px;
}
.site-menu .icons a {
  margin-right: 20px;
}
.site-menu .icons a .search-icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url('img/icons.png') 0 -144px;
}
.site-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-menu ul li a {
  display: block;
  padding: 10px 50px 10px 0;
  color: #0075FF;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: url('img/arrow.png') no-repeat right 10px top 50%;
  position: relative;
}
.site-menu ul li a.active {
  color: #BFA64B;
  background: url('img/arrow2.png') no-repeat right 10px top 50%;
}
.site-menu ul li a.active:before {
  content: "";
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: -16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #BFA64B;
}
.site-menu ul li a span {
  position: absolute;
  width: 30px;
  height: 100%;
  right: 0;
  top: 0;
}
.site-menu ul li ul {
  margin: 0 20px;
  display: none;
}
.site-menu ul li ul li a {
  text-transform: none;
  color: #000;
  background: none;
  padding: 10px 0;
}
.site-menu ul li ul li a.with_sub {
  background: url('img/arrow.png') no-repeat right 10px top 50%;
}
.site-menu ul li ul li a.with_sub.active {
  color: #BFA64B;
  background: url('img/arrow2.png') no-repeat right 10px top 50%;
}
.site-menu::-webkit-scrollbar-button {
  background-image: url('');
  background-repeat: no-repeat;
  width: 5px;
  height: 0px;
}
.site-menu::-webkit-scrollbar-track {
  background-color: #ecedee;
}
.site-menu::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: #6dc0c8;
}
.site-menu::-webkit-scrollbar-thumb:hover {
  background-color: #56999f;
}
.site-menu::-webkit-resizer {
  background-image: url('');
  background-repeat: no-repeat;
  width: 4px;
  height: 0px;
}
.site-menu::-webkit-scrollbar {
  width: 0px;
}
.index-advantages {
  text-align: center;
  padding-bottom: 160px;
}
.index-advantages.inner {
  padding-bottom: 50px;
}
.index-advantages.inner .name {
  padding-top: 0;
}
.index-advantages.inner .item {
  background: none;
}
.index-advantages.inner .item:hover {
  background: #fff;
}
.index-advantages .name {
  padding: 115px 0 70px;
  font-weight: 200;
  font-size: 60px;
  color: #8876CF;
  text-shadow: 0px 1px 5px #8876CF;
}
.index-advantages .item {
  padding: 40px 30px;
  margin-bottom: 30px;
  font-weight: 300;
  line-height: 28px;
  font-size: 16px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  background: #fff;
  border-radius: 7px;
}
.index-advantages .item:hover {
  box-shadow: 0px 10px 40px rgba(0, 117, 255, 0.3);
  margin-top: -30px;
  margin-bottom: 60px;
}
.index-advantages .item:hover .image img:nth-child(1) {
  display: none;
}
.index-advantages .item:hover .image img:nth-child(2) {
  display: inline-block;
}
.index-advantages .item:hover span {
  color: #BFA64B;
}
.index-advantages .item .image img:nth-child(1) {
  display: inline-block;
}
.index-advantages .item .image img:nth-child(2) {
  display: none;
}
.index-advantages .item span {
  display: block;
  font-size: 22px;
  color: #0075FF;
  padding: 30px 0;
  font-weight: 400;
}
.index-safety {
  padding-bottom: 50px;
  position: relative;
}
.index-safety.no_img {
  margin-bottom: 100px;
}
.index-safety.no_img:before {
  display: none;
}
.index-safety.no_img:after {
  width: 820px;
  height: 81px;
  background: url('img/shadow.png');
  right: -100px;
  bottom: -50px;
  opacity: 1;
}
.index-safety.inner {
  padding: 0;
  margin: 0 0 50px 0;
}
.index-safety .img1 {
  position: absolute;
  left: 0;
  bottom: 40px;
  opacity: .5;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.index-safety .img2 {
  position: absolute;
  right: 0;
  bottom: -40px;
  opacity: .5;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.index-safety .check {
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.index-safety .wrap {
  position: relative;
  z-index: 2;
}
.index-safety .container {
  position: relative;
  z-index: 2;
}
.index-safety .name {
  font-weight: 200;
  font-size: 60px;
  color: #8876CF;
  text-shadow: 0px 1px 5px #8876CF;
  margin-bottom: 30px;
  line-height: 120%;
}
.index-safety p {
  font-weight: 300;
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 20px;
}
.index-safety .anim {
  animation: go-left-right 3s infinite alternate;
}
.index-safety .text {
  padding-left: 20px;
}
.index-safety .text.other {
  padding: 60px 0 0 20px;
  text-align: right;
}
.index-safety .sh {
  box-shadow: 0px 10px 40px rgba(0, 117, 255, 0.3);
  border-radius: 7px;
}
@-webkit-keyframes go-left-right {
  from {
    margin-top: 0;
  }
  to {
    margin-top: 30px;
    margin-bottom: -30px;
  }
}
.index-counts {
  text-align: center;
  padding-bottom: 180px;
}
.index-counts.inner {
  padding-bottom: 60px;
}
.index-counts .item {
  margin-bottom: 30px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  padding: 100px 30px;
  font-weight: 200;
  line-height: 28px;
  font-size: 16px;
  border-radius: 7px;
}
.index-counts .item:hover {
  margin-top: -30px;
  margin-bottom: 60px;
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(0, 117, 255, 0.3);
  border-radius: 7px;
}
.index-counts .item:hover div {
  color: #BFA64B;
}
.index-counts .item div {
  font-weight: 300;
  font-size: 22px;
  color: #0075FF;
  margin-bottom: 40px;
}
.index-counts .item div span {
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 10px;
}
.index-video {
  height: 500px;
  background: url('img/video.jpg') center;
  background-size: cover;
  position: relative;
}
.index-video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background: #BFA64B url('img/play.png') no-repeat center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.45);
}
.index-news {
  padding-bottom: 100px;
}
.index-news .name {
  text-align: center;
  font-weight: 200;
  font-size: 60px;
  color: #0075FF;
  text-shadow: 0px 1px 5px #0075FF;
  padding: 115px 0;
}
.index-news .name a {
  color: #0075FF;
  text-shadow: 0px 1px 5px #0075FF;
}
.index-news .item {
  margin-bottom: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.index-news .item:hover {
  margin-top: -60px;
  margin-bottom: 90px;
  box-shadow: 0px 10px 40px rgba(0, 117, 255, 0.3);
}
.index-news .item:hover .image .date {
  color: #BFA64B;
}
.index-news .item:hover .content a {
  color: #BFA64B;
}
.index-news .item:hover .link a {
  color: #BFA64B;
  background: url('img/arrow4.png') no-repeat right;
}
.index-news .item .image {
  position: relative;
}
.index-news .item .image img {
  width: 100%;
}
.index-news .item .image .date {
  position: absolute;
  background: #fff;
  text-align: center;
  left: 30px;
  top: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 300;
  text-transform: uppercase;
  color: #0075FF;
  padding: 3px 18px;
}
.index-news .item .image .date span {
  display: block;
  font-size: 24px;
}
.index-news .item .content {
  padding: 30px;
}
.index-news .item .content a {
  display: block;
  line-height: 28px;
  font-size: 22px;
  color: #0075FF;
  margin-bottom: 20px;
}
.index-news .item .content p {
  font-weight: 300;
  line-height: 28px;
  font-size: 16px;
}
.index-news .item .link {
  border-top: 1px solid rgba(1, 1, 1, 0.2);
  padding: 20px 30px;
}
.index-news .item .link a {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #0075FF;
  background: url('img/arrow3.png') no-repeat right;
}
.banks .name {
  text-align: center;
  margin-bottom: 120px;
  font-weight: 200;
  font-size: 60px;
  color: #0075FF;
  text-shadow: 0px 1px 5px #0075FF;
}
.banks .name a {
  color: #0075FF;
  text-shadow: 0px 1px 5px #0075FF;
}
.banks .list .item {
  padding: 10px 0 40px 0;
}
.banks .list .item .img {
  margin: 0 20px;
  height: 115px;
  line-height: 115px;
  text-align: center;
  border-radius: 7px;
  position: relative;
}
.banks .list .item .img a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.banks .list .item .img:hover {
  box-shadow: 0px 10px 40px rgba(0, 117, 255, 0.3);
  background: #fff;
  position: relative;
}
.banks .list .item .img:hover img:nth-child(1) {
  display: inline-block;
}
.banks .list .item .img:hover img:nth-child(2) {
  display: none;
}
.banks .list .item .img img {
  display: inline-block;
  vertical-align: middle;
  max-height: 90%;
}
.banks .list .item .img img:nth-child(1) {
  display: none;
}
.banks .list .item .img img:nth-child(2) {
  display: inline-block;
}
.banks .slick-dots {
  padding: 30px 0 0 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.banks .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.banks .slick-dots li.slick-active button {
  width: 22px;
  opacity: 1;
  border-radius: 5px;
}
.banks .slick-dots li button {
  padding: 0;
  font-size: 0;
  z-index: 2;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #0075FF;
  opacity: .5;
}
.footer {
  background: url('img/footer.png') top center;
  background-size: cover;
  padding: 280px 0 40px;
}
.footer .logo p {
  font-weight: 300;
  line-height: 28px;
  font-size: 16px;
  padding-top: 30px;
  width: 250px;
}
.footer .contacts {
  width: 250px;
}
.footer .contacts p {
  line-height: 28px;
  font-size: 22px;
  color: #354653;
  margin-bottom: 20px;
}
.footer .contacts .item {
  margin-bottom: 10px;
}
.footer .contacts .item:last-child {
  margin-bottom: 0;
}
.footer .contacts .item div {
  display: table-cell;
  vertical-align: middle;
  font-weight: 300;
  line-height: 28px;
  font-size: 16px;
}
.footer .contacts .item div .icon {
  margin-right: 15px;
  display: inline-block;
  width: 26px;
  height: 26px;
}
.footer .contacts .item div .icon.icon1 {
  background: url('img/icons.png') 0 -368px;
}
.footer .contacts .item div .icon.icon2 {
  background: url('img/icons.png') 0 -405px;
}
.footer .contacts .item div .icon.icon3 {
  background: url('img/icons.png') 0 -432px;
}
.footer .pci {
  text-align: center;
}
.footer .pci img {
  margin-bottom: 15px;
}
.footer .pci a {
  display: block;
  font-weight: 300;
  line-height: 28px;
  font-size: 16px;
}
.footer .social {
  margin-top: -40px;
}
.footer .social a {
  margin-right: 20px;
  background: #fff;
  width: 46px;
  height: 46px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: rgba(1, 1, 1, 0.1) 0 4px 8px;
  /*&:nth-child(1) {
				background: url('img/icons.png') 0 -470px;
			}
			&:nth-child(2) {
				background: #fff url('img/icons.png') 0 -524px;
			}
			&:nth-child(3) {
				background: url('img/icons.png') 0 -578px;
			}
			&:nth-child(4) {
				background: url('img/icons.png') 0 -640px;
			}
			&:last-child {
				margin-right: 0;
			}*/
}
.footer .social a.item-telegram {
  background: url('img/icons.png') 0 -470px;
}
.footer .social a.item-facebook {
  background: #fff url('img/icons.png') 0 -524px;
}
.footer .social a.item-instagram {
  background: url('img/icons.png') 0 -578px;
}
.footer .social a.item-rss {
  background: url('img/icons.png') 0 -640px;
}
.footer .social a:last-child {
  margin-right: 0;
}
.footer ul {
  padding: 0 400px 0 0;
  margin: -30px 0 0 0;
  list-style: none;
}
.footer ul li {
  display: inline-block;
  margin-right: 40px;
}
.footer ul li:last-child {
  margin-right: 0;
}
.footer ul li a {
  font-size: 16px;
  color: #0075FF;
}
.footer .mobile {
  text-align: center;
}
.footer .mobile div {
  padding-top: 5px;
}
.bottom-page-block {
  background: #244C5A;
  padding: 40px 0;
}
.bottom-page-block .info .item {
  vertical-align: top;
  display: inline-block;
  font-weight: 300;
  line-height: 19px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  margin-right: 90px;
  padding-left: 24px;
  position: relative;
}
.bottom-page-block .info .item:last-child {
  margin-right: 0;
}
.bottom-page-block .info .item span {
  display: block;
  text-transform: uppercase;
}
.bottom-page-block .info .item .icon {
  position: absolute;
  left: 0;
  top: 2px;
  opacity: .6;
}
.bottom-page-block .info .item .icon.icon1 {
  width: 18px;
  height: 18px;
  background: url('img/icons.png') 0 -701px;
}
.bottom-page-block .info .item .icon.icon2 {
  width: 18px;
  height: 18px;
  background: url('img/icons.png') 0 -730px;
}
.bottom-page-block .made div {
  display: inline-block;
  vertical-align: middle;
  line-height: 21px;
  font-size: 12px;
  text-align: right;
  color: #FFFFFF;
  opacity: 0.8;
}
.bottom-page-block .made div a {
  margin-left: 0;
}
.bottom-page-block .made a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  color: #fff;
}
.totop {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 20px;
  bottom: 20px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  z-index: 12;
  background: url('img/icons.png') 0 -757px;
  opacity: 0;
}
.totop.opened {
  opacity: .7;
}
.totop.opened:hover {
  opacity: 1;
}
.fs-big .bank-page .content p {
  font-size: 24px!important;
}
.fs-big .bank-page .content .contacts .item div {
  font-size: 24px!important;
}
.fs-big .text-page p {
  font-size: 24px!important;
}
.fs-big .header ul li a {
  font-size: 24px!important;
}
.fs-big .header .icons .langs a {
  font-size: 24px!important;
}
.fs-big .index-advantages .item {
  font-size: 24px!important;
}
.fs-big .index-advantages .item span {
  font-size: 28px!important;
}
.fs-big .index-safety p {
  font-size: 24px!important;
}
.fs-big .index-counts .item {
  font-size: 24px!important;
}
.fs-big .index-counts .item div {
  font-size: 28px!important;
}
.fs-big .index-news .item .content p {
  font-size: 24px!important;
}
.fs-big .index-news .item .content a {
  font-size: 28px!important;
}
.fs-big .index-news .item .link a {
  font-size: 24px!important;
}
.fs-big .index-news .item .image .date {
  font-size: 24px!important;
}
.fs-big .index-news .item .image .date span {
  font-size: 26px!important;
}
.fs-big .footer .logo p {
  font-size: 24px!important;
}
.fs-big .footer .contacts .item div {
  font-size: 24px!important;
}
.fs-big .footer .pci a {
  font-size: 24px!important;
}
.fs-big .footer ul li a {
  font-size: 24px!important;
}
.fs-big .bottom-page-block .info .item {
  font-size: 24px!important;
  line-height: 32px!important;
}
.fs-big .bottom-page-block .made div {
  font-size: 24px!important;
}
.fs-big .site-menu ul li a {
  font-size: 24px!important;
}
.color1 {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
}
.color1.fs-big .header ul li a {
  font-size: 22px;
}
.color1.fs-big .index-page-slider .item .text {
  font-size: 90px;
}
.color1.fs-big .color1 .phone {
  font-size: 28px;
}
.color1.fs-big .index-advantages .item span {
  font-size: 26px;
}
.color1.fs-big .index-advantages .item {
  font-size: 20px;
}
.color1.fs-big .index-safety .name {
  font-size: 70px;
}
.color1.fs-big .index-safety p {
  font-size: 20px;
}
.color1.fs-big .index-counts .item div span {
  font-size: 70px;
  line-height: 70px;
}
.color1.fs-big .index-counts .item {
  font-size: 20px;
}
.color1.fs-big .index-news .name {
  font-size: 70px;
}
.color1.fs-big .index-news .item .content a {
  font-size: 26px;
  line-height: 34px;
}
.color1.fs-big .index-news .item .content p {
  font-size: 20px;
}
.color1.fs-big .index-news .item .link a {
  font-size: 14px;
}
.color1.fs-big .banks .name {
  font-size: 70px;
}
.color1.fs-big .footer .logo p {
  font-size: 20px;
}
.color1.fs-big .footer .contacts .item div {
  font-size: 20px;
}
.color1.fs-big .footer .pci a {
  font-size: 20px;
}
.color1.fs-big .bottom-page-block .info .item {
  font-size: 14px;
}
.color1.fs-big .bottom-page-block .made div {
  font-size: 14px;
}
.color1 .footer {
  background: none!important;
}
.color1 .footer .contacts .item div {
  color: #000!important;
}
.color1 .index-news .item .link a {
  font-size: 14px;
}
.color1 .footer .contacts .item div a {
  color: #000!important;
}
.color1 .bottom-page-block .info .item {
  font-size: 14px;
}
.color1 .bottom-page-block .made div {
  font-size: 14px;
}
.color1 .header {
  position: absolute;
  background: none;
}
.color1 .bank-page .content .contacts .item div {
  color: #000;
}
.color1 .contacts-page .contacts {
  color: #000;
}
.color2 .bank-page button {
  color: #000!important;
}
.color2 .bank-page .content .link {
  background: #333;
}
.color2 .about-page .top-links .item {
  background: #000;
}
.color2 .inner-page.bg {
  background: #000;
}
.color2 .top-page-image {
  background-color: #000!important;
  border-bottom: 1px solid #fff;
}
.color2 .index-page-slider .item {
  background: #000!important;
  border-bottom: 1px solid #fff;
}
.color2 .index-video {
  background: #000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.color2 .footer {
  background: #000!important;
}
.color2 .bottom-page-block {
  background: #000;
}
.color2 .footer .contacts .item div {
  color: #fff!important;
}
.color2 .index-counts .item:hover {
  background: #000;
}
.color2 .header ul li .sub ul {
  background: #333;
}
.color2 .header ul li .sub ul li a {
  color: #fff;
}
.color2 .site-menu {
  background: #333;
}
.color2 .site-menu ul li a {
  color: #fff!important;
}
.color2 .site-search {
  background: #000;
}
.color2 .site-search input[type="text"] {
  border: 1px solid #fff;
}
.color2 .header .icons a .menu-icon {
  filter: grayscale(100%);
}
.color2 .index-advantages .name {
  color: #fff;
}
.color2 .index-advantages .item span {
  color: #fff!important;
}
.color2 .index-bg {
  background: none;
}
.color2 .index-safety .name {
  color: #fff;
}
.color2 .index-counts .item div {
  color: #fff!important;
}
.color2 .index-safety .img1 {
  filter: grayscale(100%);
}
.color2 .index-safety .img2 {
  filter: grayscale(100%);
}
.color2 .totop {
  filter: grayscale(100%);
}
.color2 .index-news .name {
  color: #fff;
}
.color2 .index-news .item .content a {
  color: #fff!important;
}
.color2 .index-news .item .link a {
  color: #fff!important;
}
.color2 .banks .name {
  color: #fff;
}
.color2 .banks .slick-dots {
  filter: grayscale(100%);
}
.color2 .color2 .footer .contacts .item div a {
  color: #fff!important;
}
.color2 .footer ul li a {
  color: #fff;
}
.color2 .footer .social a {
  filter: grayscale(100%);
}
.color2 .index-video .play {
  filter: grayscale(100%);
}
.color2 .index-news .item .image .date {
  color: #000;
}
.color2 .site-menu .close {
  filter: grayscale(100%);
}
.color2 .site-search .close {
  filter: grayscale(100%);
}
.color2 .site-menu ul li a {
  filter: grayscale(100%) !important;
}
.color2 .footer .contacts .item div a {
  color: #fff!important;
}
.color2 .footer .social {
  margin-top: 0;
}
.color2 .footer ul {
  padding-right: 0;
  margin-top: 0;
}
.color2 .footer .made {
  width: 100%;
  padding-top: 30px;
}
.color2 .bottom-page-block .made div {
  line-height: 32px;
}
.color2 .header {
  position: absolute;
  background: none;
}
.color2 .header ul li a {
  color: #fff;
}
.color2 .header .icons {
  filter: grayscale(100%);
}
.color2 .index-advantages .item {
  background: #000;
  border: 1px solid yellow;
}
.color2 * {
  color: yellow!important;
}
.color2 .footer .contacts .item div,
.color2 .footer .contacts .item div a,
.color2 .index-news .item .link a,
.color2 .index-news .item .content a,
.color2 .index-counts .item div,
.color2 .index-advantages .item span,
.color2 .site-menu ul li a,
.color2 .header .icons .langs a {
  color: yellow!important;
}
.color2 .header .icons .langs a {
  color: yellow!important;
}
.color2 .news-page aside .vote {
  background: #000;
}
.index-bg {
  background: url('img/bg.png') no-repeat 0 400px;
  background-size: contain;
}
.color2 .site-menu ul li a,
.color2 .header .icons .langs {
  filter: none!important;
  color: yellow!important;
}
.color2 .header .icons .langs .sub ul {
  background: #666;
}
.top-page-image {
  position: relative;
}
.top-page-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(1, 1, 1, 0), rgba(1, 1, 1, 0.6));
}
.top-page-image .wrap {
  height: 500px;
  position: relative;
  z-index: 2;
}
.top-page-image .content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30px;
  color: #fff;
}
.top-page-image .content .navi {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.top-page-image .content .navi span {
  color: #0075FF;
  font-size: 20px;
  font-weight: 700;
}
.top-page-image .content .navi a {
  color: #fff;
}
.top-page-image .content h1 {
  font-size: 80px;
  font-weight: 200;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}
.top-page-image .print {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 26px;
  height: 26px;
  background: url('img/printer.png');
  z-index: 2;
}
.inner-page {
  padding: 70px 0;
}
.inner-page.bg {
  background: url('img/inner.png') no-repeat top center;
  background-size: contain;
}
.inner-page.no_p {
  padding: 0 0 70px 0;
}
.text-page h1 {
  font-weight: 200;
  font-size: 80px;
  color: #8876CF;
  text-shadow: 0px 1px 5px #8876CF;
  margin-bottom: 30px;
}
.text-page h2 {
  font-weight: 200;
  font-size: 60px;
  color: #8876CF;
  text-shadow: 0px 1px 5px #8876CF;
  margin-bottom: 30px;
}
.text-page h3 {
  font-weight: 200;
  font-size: 36px;
  color: #8876CF;
  text-shadow: 0px 1px 5px #8876CF;
  margin-bottom: 30px;
  font-weight: 400;
}
.text-page h4 {
  font-weight: 200;
  font-size: 30px;
  color: #8876CF;
  text-shadow: 0px 1px 5px #8876CF;
  margin-bottom: 30px;
  font-weight: 400;
}
.text-page h5 {
  font-weight: 200;
  font-size: 26px;
  color: #8876CF;
  text-shadow: 0px 1px 5px #8876CF;
  margin-bottom: 30px;
  font-weight: 400;
}
.text-page h6 {
  font-weight: 200;
  font-size: 22px;
  color: #8876CF;
  text-shadow: 0px 1px 5px #8876CF;
  margin-bottom: 30px;
  font-weight: 400;
}
.text-page p {
  /*font-weight: 300;*/
  /*line-height: 28px;*/
  font-size: 16px;
  margin-bottom: 40px;
}
.text-page code {
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(0, 117, 255, 0.3);
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 40px;
  display: block;
  line-height: 26px;
  font-size: 18px;
  text-align: justify;
  color: rgba(0, 0, 0, 0.6);
}
.text-page hr {
  margin-bottom: 40px;
}
.text-page blockquote {
  background: #FFFFFF url('img/quote2.png') no-repeat right 30px top 50%;
  box-shadow: 0px 10px 40px rgba(0, 117, 255, 0.3);
  border-radius: 5px;
  padding: 80px 100px 30px 30px;
  margin-bottom: 40px;
  font-weight: 300;
  line-height: 31px;
  font-size: 22px;
  text-align: justify;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  border-left: 0;
}
.text-page blockquote.light {
  box-shadow: none;
}
.text-page blockquote:before {
  content: "";
  position: absolute;
  width: 34px;
  height: 27px;
  background: url('img/quote.png');
  top: 30px;
  left: 30px;
}
.text-page blockquote span {
  display: block;
  margin-top: 20px;
  line-height: 23px;
  font-size: 16px;
  text-transform: uppercase;
  color: #0075FF;
}
.text-page .tbl1 {
  width: 100%;
  margin-bottom: 30px;
}
.text-page .tbl1 tr:first-child td {
  font-weight: 700;
}
.text-page .tbl1 tr:last-child td {
  border-bottom: 0;
}
.text-page .tbl1 tr td {
  font-size: 16px;
  font-weight: 300;
  padding: 10px 5px;
  text-align: center;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.text-page .tbl2 {
  width: 100%;
  margin-bottom: 30px;
}
.text-page .tbl2 tr {
  background: rgba(0, 117, 255, 0.1);
}
.text-page .tbl2 tr:nth-child(2n-1) {
  background: rgba(0, 117, 255, 0.2);
}
.text-page .tbl2 tr:last-child td {
  border-bottom: 0;
}
.text-page .tbl2 tr td {
  font-size: 16px;
  font-weight: 300;
  padding: 10px 5px;
  text-align: center;
  border-bottom: 2px solid #fff;
}
.text-page .tbl3 {
  width: 100%;
  margin-bottom: 30px;
}
.text-page .tbl3 tr {
  background: rgba(0, 117, 255, 0.1);
}
.text-page .tbl3 tr:first-child td {
  background: #0075FF;
  color: #fff;
  font-weight: 700;
}
.text-page .tbl3 tr:nth-child(2n-1) {
  background: rgba(0, 117, 255, 0.2);
}
.text-page .tbl3 tr:last-child td {
  border-bottom: 0;
}
.text-page .tbl3 tr td {
  font-size: 16px;
  font-weight: 300;
  padding: 10px 5px;
  text-align: center;
  border-bottom: 2px solid #fff;
}
.text-page .tbl4 {
  width: 100%;
  margin-bottom: 30px;
}
.text-page .tbl4 tr td {
  font-size: 16px;
  font-weight: 300;
  padding: 10px 5px;
  text-align: center;
  border-bottom: 2px solid #fff;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.text-page .btn-primary {
  width: 165px;
  height: 50px;
  background: #0075FF;
  border-radius: 25px;
  line-height: 23px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F7FBFF;
}
.text-page .btn-primary:hover {
  box-shadow: 0px 10px 40px rgba(0, 117, 255, 0.3);
  opacity: 1;
}
.text-page .btn-default {
  width: 165px;
  height: 50px;
  background: #0075FF;
  border-radius: 25px;
  line-height: 23px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F7FBFF;
  border: 2px solid #0075FF;
  background: none;
  color: #0075FF;
}
.text-page .btn-default:hover {
  color: #fff;
  background: #0075FF;
  opacity: 1;
}
.text-page .btn-primary2 {
  width: 165px;
  height: 50px;
  background: #8876CF;
  border-radius: 25px;
  line-height: 23px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F7FBFF;
}
.text-page .btn-primary2:hover {
  box-shadow: 0px 10px 40px rgba(136, 118, 207, 0.3);
  opacity: 1;
}
.text-page .inp-primary {
  width: 303px;
  height: 50px;
  background: #F2F8FF;
  border-radius: 15px;
  padding: 0 20px;
  line-height: 23px;
  font-size: 16px;
  letter-spacing: 0.05em;
  border: 0;
  color: #0075FF;
  border: 1px solid rgba(0, 117, 255, 0.1);
}
.text-page .inp-primary:focus {
  box-shadow: inset 0px 0px 10px rgba(0, 117, 255, 0.1);
}
.text-page .text-primary {
  width: 303px;
  height: 210px;
  background: #F2F8FF;
  border-radius: 15px;
  padding: 10px 20px;
  line-height: 23px;
  font-size: 16px;
  letter-spacing: 0.05em;
  border: 0;
  color: #0075FF;
  border: 1px solid rgba(0, 117, 255, 0.1);
}
.text-page .text-primary:focus {
  box-shadow: inset 0px 0px 10px rgba(0, 117, 255, 0.1);
}
.text-page .upload_form {
  width: 634px;
  height: 50px;
  background: #F2F8FF;
  border-radius: 25px;
  position: relative;
}
.text-page .upload_form div {
  width: 165px;
  height: 50px;
  background: #0075FF;
  border-radius: 25px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 50px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F7FBFF;
  font-weight: 300;
}
.text-page .upload_form input[type='file'] {
  display: none;
}
.text-page .upload_form .delete {
  width: 18px;
  height: 18px;
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url('img/delete.png');
}
.text-page .upload_form input[type='text'] {
  width: 634px;
  height: 50px;
  border: 0;
  background: none;
  font-size: 0;
  letter-spacing: 0.05em;
  color: #354653;
  padding-left: 180px;
  font-weight: 400;
}
.text-page .upload_form input[type='text'].text {
  font-size: 16px;
}
.text-page .radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.text-page .radio + label {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
}
.text-page .radio + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url('img/radio.png') no-repeat center;
}
.text-page .radio:checked + label:before {
  background: url('img/radio-active.png') no-repeat center;
}
.text-page .checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.text-page .checkbox + label {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
}
.text-page .checkbox + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: url('img/checkbox.png') no-repeat center;
}
.text-page .checkbox:checked + label:before {
  background: url('img/checkbox-active.png') no-repeat center;
}
select,
.selectBox {
  display: inline-block;
  position: relative;
  text-decoration: none;
  width: 303px;
  height: 50px;
  background: #F2F8FF url('img/arrow5.png') no-repeat right 20px top 50%;
  border-radius: 15px;
  padding: 0 20px;
  line-height: 50px;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #0075FF;
}
select.selectBox-menuShowing,
.selectBox.selectBox-menuShowing {
  border: 0;
  border-radius: 15px 15px 0 0;
}
.selectBox:hover {
  color: #000;
  text-decoration: none;
}
.selectBox-label {
  padding: 0 15px 0 2px;
}
.selectBox-arrow {
  position: absolute;
  left: auto;
  right: 2px;
  top: 2px;
  width: 20px;
  height: 18px;
  overflow: hidden;
  cursor: pointer;
}
.selectBox-dropdown-menu {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #F2F8FF;
  border-radius: 0 0 15px 15px;
  width: 200px;
}
.selectBox-dropdown-menu li {
  display: block;
}
.selectBox-dropdown-menu li a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  line-height: 23px;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 10px 20px;
  color: #0075FF;
}
.selectBox-dropdown-menu li a:hover {
  color: #333;
}
.banks-page {
  padding-bottom: 50px;
}
.banks-page .item {
  width: 24%;
  margin-bottom: 30px;
  border-radius: 7px;
  position: relative;
}
.banks-page .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.banks-page .item .img {
  height: 115px;
  line-height: 115px;
  text-align: center;
  border-radius: 7px;
}
.banks-page .item .img:hover {
  box-shadow: 0px 10px 40px rgba(0, 117, 255, 0.3);
  background: #fff;
  position: relative;
}
.banks-page .item .img:hover img:nth-child(1) {
  display: inline-block;
}
.banks-page .item .img:hover img:nth-child(2) {
  display: none;
}
.banks-page .item .img img {
  display: inline-block;
  vertical-align: middle;
  max-height: 90%;
}
.banks-page .item .img img:nth-child(1) {
  display: none;
}
.banks-page .item .img img:nth-child(2) {
  display: inline-block;
}
.news-page .list {
  width: 65.5%;
}
.news-page .list .filtr {
  margin-bottom: 40px;
}
.news-page .list .filtr p {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.news-page .list .filtr form {
  font-size: 16px;
  letter-spacing: 0.05em;
}
.news-page .list .filtr input[type='text'] {
  width: 200px;
  height: 50px;
  background: #F2F8FF url('img/calendar.png') no-repeat right 20px top 50%;
  border-radius: 25px;
  border: 0;
  padding: 0 20px;
  font-size: 16px;
  margin: 0 30px 0 10px;
}
.news-page .list .filtr input[type='text']:focus {
  box-shadow: inset 0px 0px 10px rgba(0, 117, 255, 0.1);
}
.news-page .list .filtr button {
  width: 170px;
  box-sizing: border-box;
  height: 50px;
  background: #0075FF;
  border-radius: 25px;
  line-height: 23px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F7FBFF;
  border: 2px solid #0075FF;
  background: none;
  color: #0075FF;
}
.news-page .list .filtr button:hover {
  color: #fff;
  background: #0075FF;
  opacity: 1;
}
.news-page .list .item-x {
  width: 48%;
  margin-bottom: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.news-page .list .item-x:hover {
  box-shadow: 0px 10px 40px rgba(0, 117, 255, 0.3);
}
.news-page .list .item-x:hover .image .date {
  color: #BFA64B;
}
.news-page .list .item-x:hover .content a {
  color: #BFA64B;
}
.news-page .list .item-x:hover .link a {
  color: #BFA64B;
  background: url('img/arrow4.png') no-repeat right;
}
.news-page .list .item-x .image {
  position: relative;
}
.news-page .list .item-x .image img {
  width: 100%;
}
.news-page .list .item-x .image .date {
  position: absolute;
  background: #fff;
  text-align: center;
  left: 30px;
  top: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 300;
  text-transform: uppercase;
  color: #0075FF;
  padding: 3px 18px;
}
.news-page .list .item-x .image .date span {
  display: block;
  font-size: 24px;
}
.news-page .list .item-x .content {
  padding: 30px;
}
.news-page .list .item-x .content a {
  display: block;
  line-height: 28px;
  font-size: 22px;
  color: #0075FF;
  margin-bottom: 20px;
}
.news-page .list .item-x .content p {
  font-weight: 300;
  line-height: 28px;
  font-size: 16px;
}
.news-page .list .item-x .link {
  border-top: 1px solid rgba(1, 1, 1, 0.2);
  padding: 20px 30px;
}
.news-page .list .item-x .link a {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #0075FF;
  background: url('img/arrow3.png') no-repeat right;
}
.news-page .list .pages {
  text-align: center;
  padding: 10px 0 40px;
}
.news-page .list .pages a {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-weight: 300;
  font-size: 16px;
}
.news-page .list .pages a.active {
  color: #fff;
  background: #8876CF;
}
.news-page .list .pages a img {
  vertical-align: middle;
}
.news-page aside {
  width: 32%;
}
.news-page aside ul {
  padding: 0 25px;
  margin: 0 0 60px 0;
  list-style: none;
}
.news-page aside ul li a {
  display: block;
  padding: 10px 50px 10px 0;
  color: #0075FF;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.news-page aside ul li a.active {
  color: #BFA64B;
}
.news-page aside ul li a.active:before {
  content: "";
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: -16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #BFA64B;
}
.news-page aside ul li a.with_sub {
  background: url('img/arrow.png') no-repeat right 10px top 50%;
}
.news-page aside ul li a.with_sub.active {
  color: #BFA64B;
  background: url('img/arrow2.png') no-repeat right 10px top 50%;
}
.news-page aside ul li a.with_sub.active:before {
  content: "";
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: -16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #BFA64B;
}
.news-page aside ul li ul {
  margin: 0;
  display: none;
}
.news-page aside ul li ul li a {
  text-transform: none;
  color: #000;
  background: none;
  padding: 10px 0;
}
.news-page aside ul li ul li a.with_sub {
  background: url('img/arrow.png') no-repeat right 10px top 50%;
}
.news-page aside ul li ul li a.with_sub.active {
  color: #BFA64B;
  background: url('img/arrow2.png') no-repeat right 10px top 50%;
}
.news-page aside .vote {
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(0, 117, 255, 0.3);
  border-radius: 7px;
  padding: 50px 35px;
  margin-bottom: 50px;
}
.news-page aside .vote .name {
  text-align: center;
  font-size: 36px;
  color: #8876CF;
  margin-bottom: 30px;
}
.news-page aside .vote p {
  font-weight: 300;
  line-height: 28px;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
}
.news-page aside .vote .checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.news-page aside .vote .checkbox + label {
  position: relative;
  padding: 0 0 15px 45px;
  cursor: pointer;
  display: block;
  font-weight: 300;
  line-height: 21px;
  font-size: 16px;
}
.news-page aside .vote .checkbox + label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url('img/checkbox.png') no-repeat center;
}
.news-page aside .vote .checkbox:checked + label:before {
  background: url('img/checkbox-active.png') no-repeat center;
}
.news-page aside .vote button {
  display: block;
  margin: 20px auto 0 auto;
  width: 217px;
  box-sizing: border-box;
  height: 50px;
  background: #0075FF;
  border-radius: 25px;
  line-height: 23px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F7FBFF;
  border: 2px solid #0075FF;
  background: none;
  color: #0075FF;
}
.news-page aside .vote button:hover {
  color: #fff;
  background: #0075FF;
  opacity: 1;
}
.news-page aside .banner-place {
  text-align: center;
}
.news-page aside .banner-place img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 30px;
}
.about-page .top-links {
  padding-bottom: 50px;
}
.about-page .top-links .item {
  width: 31%;
  height: 115px;
  background: #FFFFFF url('img/arrow7.png') no-repeat right 20px top 50%;
  box-shadow: 0px 10px 40px rgba(0, 117, 255, 0.3);
  border-radius: 7px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  position: relative;
  margin-bottom: 30px;
}
.about-page .top-links .item:hover {
  margin: -30px 0 60px;
  background: #FFFFFF url('img/arrow8.png') no-repeat right 20px top 50%;
}
.about-page .top-links .item:hover .l {
  color: #BFA64B;
  background: url('img/print2.png') no-repeat left;
}
.about-page .top-links .item .link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.about-page .top-links .item .l {
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -20px;
  font-size: 22px;
  color: #0075FF;
  padding-left: 50px;
  background: url('img/print.png') no-repeat left;
}
.bank-page .image {
  float: left;
  width: 413px;
  height: 275px;
  line-height: 275px;
  text-align: center;
  box-shadow: 0px 10px 40px rgba(0, 117, 255, 0.3);
  border-radius: 7px;
}
.bank-page .image img {
  vertical-align: middle;
}
.bank-page .content {
  margin-left: 440px;
}
.bank-page .content p {
  font-weight: 300;
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 30px;
}
.bank-page .content .contacts {
  width: 48%;
}
.bank-page .content .contacts .name {
  font-size: 22px;
  color: #8876CF;
  margin-bottom: 20px;
}
.bank-page .content .contacts .item {
  margin-bottom: 15px;
}
.bank-page .content .contacts .item div {
  display: table-cell;
  vertical-align: middle;
  vertical-align: top;
  font-weight: 300;
  line-height: 28px;
  font-size: 16px;
}
.bank-page .content .contacts .item div:first-child {
  width: 50px;
  text-align: center;
}
.bank-page .content .link {
  width: 48%;
  height: 115px;
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(0, 117, 255, 0.3);
  border-radius: 7px;
  position: relative;
}
.bank-page .content .link a {
  font-size: 22px;
  color: #0075FF;
  padding-left: 40px;
  background: url('img/site.png') no-repeat left;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}
.bank-page button {
  display: block;
  margin-top: 30px;
  width: 242px;
  height: 50px;
  background: #8876CF;
  border-radius: 25px;
  line-height: 23px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F7FBFF;
}
.bank-page button:hover {
  box-shadow: 0px 10px 40px rgba(136, 118, 207, 0.3);
  opacity: 1;
}
.bank-page button img {
  margin-right: 4px;
}
.contacts-map {
  height: 430px;
  background: url('img/map.jpg');
  margin-top: 110px;
}
.page-name {
  background: #354653;
  color: #fff;
  padding: 30px 0;
}
.page-name .wrap {
  position: relative;
}
.page-name .navi {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.page-name .navi span {
  color: #0075FF;
  font-size: 20px;
  font-weight: 700;
}
.page-name .navi a {
  color: #fff;
}
.page-name h1 {
  font-size: 80px;
  font-weight: 200;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}
.page-name .print {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 26px;
  height: 26px;
  background: url('img/printer.png');
  z-index: 2;
}
.contacts-page nav {
  padding: 40px 0;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 30px;
}
.contacts-page nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contacts-page nav ul li {
  display: inline-block;
  margin-right: 30px;
}
.contacts-page nav ul li:last-child {
  margin-right: 0px;
}
.contacts-page nav ul li a {
  font-size: 26px;
  color: #8876CF;
  opacity: 0.5;
}
.contacts-page nav ul li a.active {
  opacity: 1;
}
.contacts-page .contacts {
  width: 48%;
}
.contacts-page .contacts .name {
  font-size: 22px;
  margin-bottom: 15px;
}
.contacts-page .contacts .name img {
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.contacts-page .contacts p {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 30px;
}
.contacts-page .contacts p span {
  font-size: 24px;
}
.contacts-page .contacts p a {
  color: #0075FF;
}
.contacts-page .contacts p a.phone {
  color: #000;
}
.contacts-page .contacts .col {
  width: 48%;
}
.contacts-page .hours {
  width: 48%;
}
.contacts-page .hours .name {
  font-size: 22px;
  margin-bottom: 40px;
}
.contacts-page .hours .name img {
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.contacts-page .hours .item {
  width: 13%;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
}
.contacts-page .hours .item.hol span {
  background: #fff;
  color: #ccc;
}
.contacts-page .hours .item span {
  display: block;
  font-size: 26px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 85px;
  line-height: 85px;
  background: linear-gradient(62.53deg, #0075FF -0.16%, #8876CF 100.16%);
  box-shadow: 0px 10px 40px rgba(0, 117, 255, 0.3);
  border-radius: 7px;
  color: #fff;
  margin-bottom: 15px;
}
.contacts-page hr {
  margin-bottom: 40px;
}
.contacts-page .phone-item {
  width: 48%;
}
.contacts-page .phone-item .name {
  font-size: 22px;
  margin-bottom: 15px;
}
.contacts-page .phone-item .name img {
  vertical-align: middle;
  margin: -2px 6px 0 0;
}
.contacts-page .phone-item .phone {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 300;
}
.contacts-page .phone-item .doc {
  background: #FFFFFF url('img/doc.png') no-repeat 20px 20px;
  box-shadow: 0px 10px 40px rgba(0, 117, 255, 0.3);
  border-radius: 7px;
  margin-bottom: 40px;
  padding: 20px 90px 20px 90px;
  position: relative;
}
.contacts-page .phone-item .doc .link {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  background: url('img/link.png');
}
.contacts-page .phone-item .doc a {
  font-weight: 300;
  font-size: 16px;
  color: #0075FF;
  margin-bottom: 5px;
  display: block;
}
.contacts-page .phone-item .doc p {
  font-weight: 300;
  line-height: 24px;
  color: rgba(1, 1, 1, 0.5);
  padding: 0;
  margin: 0;
}
.contacts-page .phone-item .item {
  width: 13%;
  margin-bottom: 20px;
  text-align: center;
}
.contacts-page .phone-item .item.hol span {
  background: #fff;
  color: #ccc;
}
.contacts-page .phone-item .item span {
  display: block;
  font-size: 22px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(62.53deg, #0075FF -0.16%, #8876CF 100.16%);
  box-shadow: 0px 10px 40px rgba(0, 117, 255, 0.3);
  border-radius: 7px;
  color: #fff;
  margin-bottom: 10px;
}
.contacts-page form .name {
  padding: 0 0 40px 0;
  font-size: 36px;
  color: #8876CF;
}
.contacts-page form input[type='text'] {
  width: 48%;
  height: 50px;
  background: #F2F8FF;
  border-radius: 15px;
  font-size: 16px;
  padding: 0 25px;
  margin-bottom: 20px;
  border: 0;
}
.contacts-page form input[type='text']:focus {
  box-shadow: inset 0px 0px 10px rgba(0, 117, 255, 0.1);
}
.contacts-page form textarea {
  width: 100%;
  height: 212px;
  background: #F2F8FF;
  border-radius: 15px;
  font-size: 16px;
  padding: 15px 25px;
  margin-bottom: 20px;
  border: 0;
}
.contacts-page form textarea:focus {
  box-shadow: inset 0px 0px 10px rgba(0, 117, 255, 0.1);
}
.contacts-page form .captcha input[type='text'] {
  width: 413px;
}
.contacts-page form .captcha img {
  margin: 0 25px;
}
.contacts-page form .btn-primary {
  width: 182px;
  height: 50px;
  background: #0075FF;
  border-radius: 25px;
  line-height: 23px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F7FBFF;
}
.contacts-page form .btn-primary:hover {
  box-shadow: 0px 10px 40px rgba(0, 117, 255, 0.3);
  opacity: 1;
}
.contacts-page form .btn-default {
  width: 216px;
  height: 50px;
  background: #0075FF;
  border-radius: 25px;
  line-height: 23px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F7FBFF;
  border: 2px solid #0075FF;
  background: none;
  color: #0075FF;
}
.contacts-page form .btn-default:hover {
  color: #fff;
  background: #0075FF;
  opacity: 1;
}
.contacts-page form .btn-primary2 {
  width: 165px;
  height: 50px;
  background: #8876CF;
  border-radius: 25px;
  line-height: 23px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F7FBFF;
}
.contacts-page form .btn-primary2:hover {
  box-shadow: 0px 10px 40px rgba(136, 118, 207, 0.3);
  opacity: 1;
}
.header .icons .langs .sub ul {
  display: block;
}
@media (max-width: 1330px) {
  .wrap {
    width: 1170px;
  }
  .header ul {
    display: none;
  }
  .index-advantages .item {
    padding: 30px 10px;
  }
  .index-counts .item {
    padding: 80px 10px;
  }
  .footer ul {
    padding-right: 350px;
  }
  .news-page .list .filtr input[type="text"] {
    width: 230px;
  }
}
@media (max-width: 1200px) {
  .wrap {
    width: 970px;
  }
  .index-safety .name {
    font-size: 50px;
  }
  .index-counts .item div span {
    font-size: 56px;
  }
  .footer .logo p {
    width: 220px;
  }
  .footer .contacts {
    width: 230px;
  }
  .footer .mobile {
    width: 200px;
  }
  .footer .mobile div {
    padding-top: 0;
  }
  .footer .mobile div a {
    display: inline-block;
    margin-top: 5px;
  }
  .footer ul {
    display: none;
  }
  .footer .social {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .banks-page .item {
    width: 32%;
  }
  .news-page .list .filtr input[type="text"] {
    width: 165px;
  }
  .bank-page .content .contacts {
    width: 100%;
  }
  .bank-page .content .link {
    margin-top: 20px;
    width: 100%;
  }
  .contacts-page .contacts .col {
    width: 100%;
  }
  .header.s {
    display: block;
  }
}
@media (max-width: 991px) {
  .wrap {
    width: 670px;
  }
  .header {
    display: none;
  }
  .header.mobile {
    display: block;
    left: 0;
    top: 0;
    padding: 20px 15px;
    background: #fff;
    width: 100%;
    box-shadow: rgba(1, 1, 1, 0.2) 0 0 10px;
  }
  .header.mobile:before {
    display: none;
  }
  .header.mobile .logo img {
    width: 102px;
  }
  .header.mobile .icons .search-link img {
    width: 21px;
  }
  .header.mobile .icons {
    padding-top: 0;
    margin: -10px 0;
  }
  .header .icons .menu-button {
    margin-right: 0;
  }
  .site-search {
    padding: 15px 20px;
  }
  .index-page-slider {
    height: 270px;
    min-height: 270px;
    margin-top: 66px;
  }
  .index-page-slider::after {
    bottom: -66px;
    display: none;
  }
  .index-page-slider .item .text {
    font-size: 40px;
    line-height: 40px;
  }
  .index-page-slider .slick-prev,
  .index-page-slider .slick-next {
    display: none !important;
  }
  .index-page-slider .phone {
    font-size: 24px;
    right: 30px;
    bottom: 10px;
  }
  .index-advantages .name {
    font-size: 50px;
    padding: 60px 0;
  }
  .index-safety .img1 {
    bottom: 300px;
  }
  .index-safety .check {
    left: auto;
    right: 0px;
  }
  .index-counts .item {
    padding: 30px 20px;
  }
  .footer .logo {
    width: 48%;
  }
  .footer .logo p {
    width: auto;
  }
  .footer .contacts {
    width: 48%;
  }
  .footer .pci {
    width: 48%;
    padding-top: 100px;
  }
  .footer .mobile {
    width: 48%;
    padding-top: 30px;
  }
  .footer .wrap {
    position: relative;
  }
  .footer .social {
    position: absolute;
    left: 0;
    top: 150px;
    width: auto;
  }
  .bottom-page-block .info {
    display: none;
  }
  .index-advantages .item {
    transition: none;
  }
  .index-advantages .item:hover {
    margin: 0 0 30px 0;
  }
  .index-counts .item {
    transition: none;
  }
  .index-counts .item:hover {
    margin: 0 0 30px 0;
  }
  .index-news .item {
    transition: none;
  }
  .index-news .item:hover {
    margin: 0 0 30px 0;
  }
  .index-bg {
    background: url(img/bg.png) no-repeat 100% 400px;
  }
  .header .icons .langs a {
    color: #0075ff;
  }
  .header.w .logo a img:nth-child(1) {
    display: inline-block;
  }
  .header.w .logo a img:nth-child(2) {
    display: none;
  }
  .banks-page .item {
    width: 48%;
  }
  .news-page .list {
    width: 100%;
  }
  .news-page aside {
    width: 100%;
  }
  .about-page .top-links .item {
    width: 100%;
  }
  .about-page .top-links .item:hover {
    margin: -10px 0 40px;
  }
  .bank-page .image {
    float: none;
    width: auto;
  }
  .bank-page .content {
    margin: 30px 0 0 0;
  }
  .contacts-page nav ul li a {
    font-size: 18px;
  }
  .contacts-page .contacts {
    width: 100%;
  }
  .contacts-page .hours {
    width: 100%;
  }
  .contacts-page .phone-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .contacts-page form .captcha input[type="text"] {
    width: 240px;
  }
  .contacts-page form .captcha img {
    margin: 0 10px;
  }
  .contacts-page form .captcha img {
    width: 180px;
  }
  .header.s .logo a img:nth-child(1) {
    display: none !important;
  }
  .header.s .logo a img:nth-child(2) {
    display: inline-block !important;
  }
  .header.mobile .logo a img:nth-child(1) {
    display: inline-block !important;
  }
  .header.s {
    padding: 20px 15px;
  }
  .header.s .logo {
    width: 102px;
  }
  .no_tablet {
    display: none;
  }
  .header.s .icons {
    padding-top: 0;
    margin: -10px 0;
  }
}
@media (max-width: 767px) {
  .wrap {
    width: auto;
    padding: 0 30px;
  }
  .site-search .close {
    right: 20px;
  }
  .site-menu {
    width: 100%;
    padding: 70px 20px 20px 20px;
  }
  .site-menu .close {
    right: 20px;
    top: 20px;
  }
  .site-menu .icons {
    top: 28px;
    right: 70px;
  }
  .index-page-slider .item .text {
    text-align: center !important;
  }
  .index-page-slider .phone {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    right: auto;
  }
  .index-page-slider .slick-dots {
    display: none !important;
  }
  .index-advantages .name {
    font-size: 40px;
  }
  .index-safety .check {
    zoom: .5;
  }
  .index-safety .name {
    font-size: 40px;
  }
  .index-safety .img1 {
    zoom: .5;
    bottom: 500px;
  }
  .index-safety .img2 {
    zoom: .5;
  }
  .index-counts {
    padding-bottom: 0;
  }
  .index-video {
    display: none;
  }
  .index-news {
    padding-bottom: 40px;
  }
  .index-news .name {
    font-size: 40px;
    padding: 0 0 40px 0;
  }
  .banks .name {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .footer {
    padding: 40px 0;
  }
  .footer .logo {
    width: 100%;
  }
  .footer .contacts {
    width: 100%;
    padding-top: 120px;
  }
  .footer .social {
    left: 30px;
  }
  .footer .pci {
    width: 100%;
    padding-top: 40px;
  }
  .footer .mobile {
    width: 100%;
  }
  .bottom-page-block {
    text-align: right;
  }
  .bottom-page-block .counter {
    width: 100%;
  }
  .bottom-page-block .made {
    width: 100%;
    padding-top: 15px;
  }
  .bottom-page-block .made div {
    display: block;
  }
  .bottom-page-block .made a {
    display: block;
    margin: 10px 0 0 0;
  }
  .index-advantages {
    padding-top: 60px;
  }
  .index-safety .image {
    padding-top: 60px;
  }
  .index-safety .image.anim {
    padding-top: 0;
  }
  .index-news .item .content {
    padding: 20px;
  }
  .bottom-page-block .made div a {
    display: inline-block;
    margin: 0;
  }
  .footer .social {
    top: 200px;
  }
  .index-page-slider {
    height: 380px;
  }
  .anim {
    animation: none!important;
  }
  .index-safety.no_img {
    margin-bottom: 0;
  }
  .footer {
    background: url('img/footer.png') top left;
    background-size: cover;
    padding-top: 180px;
  }
  .anim {
    background: url('img/shadow.png') no-repeat bottom;
    background-size: contain;
    padding-bottom: 60px;
  }
  .index-page-slider .item .wrap {
    padding: 0;
  }
  .top-page-image .content h1 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .top-page-image .content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .top-page-image .content .navi {
    font-size: 12px;
  }
  .top-page-image .print {
    right: 10px;
  }
  .top-page-image .wrap {
    height: 300px;
  }
  .inner-page {
    padding: 30px 0;
  }
  .text-page h1 {
    font-size: 40px;
  }
  .text-page h2 {
    font-size: 36px;
  }
  .text-page h3 {
    font-size: 32px;
  }
  .text-page h4 {
    font-size: 28px;
  }
  .text-page h5 {
    font-size: 24px;
  }
  .text-page h6 {
    font-size: 20px;
  }
  .text-page p {
    font-size: 16px;
    line-height: 22px;
  }
  .text-page code {
    padding: 20px;
    font-size: 16px;
    text-align: left;
  }
  .text-page blockquote {
    padding: 80px 20px 20px 20px;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
  }
  .text-page .tbl1 tr td {
    font-size: 11px;
    padding: 10px 2px;
  }
  .text-page .tbl2 tr td {
    font-size: 11px;
    padding: 10px 2px;
  }
  .text-page .tbl3 tr td {
    font-size: 11px;
    padding: 10px 2px;
  }
  .text-page .tbl4 tr td {
    font-size: 11px;
    padding: 10px 2px;
  }
  .text-page .inp-primary {
    width: 100%;
  }
  .text-page .text-primary {
    width: 100%;
  }
  select,
  .selectBox {
    width: 100%;
    appearance: none;
  }
  .text-page .upload_form {
    width: 100%;
  }
  .text-page .upload_form div {
    width: 100px;
  }
  .text-page .upload_form input[type="text"] {
    padding-left: 110px;
  }
  .top-page-image:before {
    height: 100%;
  }
  .banks-page .item {
    width: 100%;
  }
  .news-page .list .item-x {
    width: 100%;
  }
  .news-page .list .filtr input[type="text"] {
    width: 100%;
    margin: 5px 0 15px 0;
  }
  .news-page .list .filtr button {
    width: 100%;
    margin-top: 10px;
  }
  .news-page .list .item-x .content {
    padding: 20px;
  }
  .news-page aside ul {
    padding: 0;
  }
  .news-page aside .vote {
    padding: 20px;
  }
  .about-page .top-links .item a {
    left: 20px;
    padding-left: 40px;
    font-size: 16px;
    padding: 7px 0 7px 40px;
  }
  .index-safety .text {
    padding: 0;
  }
  .index-safety .text.other {
    text-align: left;
    padding: 0;
  }
  .bank-page .image {
    height: auto;
    padding: 10px 20px;
    line-height: 120%;
  }
  .bank-page .content .link {
    height: 80px;
  }
  .bank-page .content .link a {
    left: 15px;
    font-size: 20px;
  }
  .contacts-map {
    margin-top: 60px;
    height: 240px;
  }
  .page-name h1 {
    font-size: 36px;
  }
  .page-name .print {
    right: 30px;
    bottom: 0;
  }
  .contacts-page .hours .item {
    width: 32%;
  }
  .contacts-page .phone-item .phone {
    font-size: 26px;
  }
  .contacts-page .phone-item .doc {
    padding: 20px 90px 20px 20px;
    background: #fff;
  }
  .contacts-page .phone-item .item {
    width: 32%;
  }
  .contacts-page form input[type="text"] {
    width: 100%;
  }
  .contacts-page form .captcha {
    width: 100%;
  }
  .contacts-page form .captcha input[type="text"] {
    width: 100%;
    margin: 0;
  }
  .contacts-page form .captcha img {
    display: block;
    margin: 10px auto;
  }
  .contacts-page form .btn-default {
    width: 100%;
  }
  .contacts-page form .btn-primary {
    width: 100%;
    margin-top: 25px;
  }
}
