* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

html {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  height: 100%;
  width: 100%;
  position: relative;
  min-height: 100%;
  background-color: #fff;
  min-width: 650px; }

table {
  width: 100%; }

h1 {
  font-size: 36px;
  margin-bottom: 15px;
  font-weight: 400; }

h2 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 400; }

h3 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 400; }

h4 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 400; }

h5 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 400; }

h6 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 400; }

select {
  cursor: pointer;
  font-size: 20px; }

a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  color: #ca252a; }

button {
  outline: 0; }

p {
  margin-bottom: 10px; }

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

textarea {
  font-family: "Montserrat", sans-serif;
  font-size: 16px; }

.h10 {
  height: 10px; }

.h15 {
  height: 15px; }

.h20 {
  height: 20px; }

.clear {
  clear: both; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.margin_left {
  margin-left: 20px; }

.wrapper {
  height: 100%; }

#content {
  box-sizing: border-box;
  min-height: 100%;
  padding-bottom: 210px; }

.title {
  font-weight: 700;
  font-size: 36px;
  color: #262626; }
  .title:after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background-color: #ca252a;
    margin-top: 25px; }

.errors {
  background-color: #354992;
  color: #fff;
  text-align: center;
  line-height: 50px;
  height: 50px;
  width: 100%; }

.center {
  width: 1400px;
  margin: 0 auto; }

.abs {
  position: absolute;
  left: 50%;
  margin-left: -700px;
  z-index: 10; }

.header__logo {
  position: absolute;
  left: 0;
  top: 17px; }
  .header__logo-img {
    width: 147px;
    height: 70px;
    background: url("../img/logo.png") center center no-repeat; }
.header__menu {
  margin: 0 auto;
  padding-top: 45px;
  width: 630px; }
  .header__menu-mobile {
    display: none; }
  .header__menu-sub {
    display: none; }
  .header__menu-name {
    margin-right: 50px;
    color: #595959;
    font-size: 16px;
    font-weight: 500; }
    .header__menu-name:last-child {
      margin-right: unset; }
    .header__menu-name:hover a {
      color: #ca252a; }
    .header__menu-name a {
      text-decoration: none;
      color: #595959;
      transition: all 0.6s;
      -webkit-transition: all 0.6s;
      -moz-transition: all 0.6s;
      -o-transition: all 0.6s; }
.header__login {
  color: #354992;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 43px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #354992; }
  .header__login:hover {
    color: #CA252A; }
  .header__login-page {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s; }
    .header__login-page:hover {
      color: #CA252A; }
.header__slider {
  background: url("../img/slider.png") center top no-repeat;
  width: 100%;
  height: 867px; }
  .header__slider .owl-theme .owl-dots .owl-dot.active span {
    background: none;
    border: 1px solid #ca252a;
    color: #ca252a; }
  .header__slider .owl-theme .owl-dots .owl-dot {
    margin-right: 34px; }
    .header__slider .owl-theme .owl-dots .owl-dot:hover span {
      background: none; }
    .header__slider .owl-theme .owl-dots .owl-dot span {
      background: none;
      width: 42px;
      height: 42px;
      border: solid 1px #262626;
      border-radius: 50%;
      color: #262626;
      text-align: center;
      line-height: 42px;
      font-weight: 700;
      font-size: 16px; }
  .header__slider-slide {
    padding-top: 1px; }
  .header__slider-info {
    margin-top: 284px;
    width: 515px;
    float: left;
    margin-right: 50px; }
  .header__slider-title {
    font-weight: 500;
    color: #262626;
    font-size: 47px;
    height: 170px;
    overflow: hidden;
    margin-bottom: 15px; }
  .header__slider-text {
    font-size: 14px;
    font-weight: 400;
    color: #5a5a5a;
    height: auto;
    margin-bottom: 35px;
    overflow: hidden;
    max-height: 100px; }
  .header__slider-button {
    width: 260px;
    height: 68px;
    line-height: 68px;
    font-weight: 700;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    background-color: #354992;
    overflow: hidden;
    cursor: pointer;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s; }
    .header__slider-button:hover {
      background-color: #6e7eb7; }
  .header__slider-btn {
    float: left; }
  .header__slider-img {
    width: 800px;
    height: 540px;
    float: left;
    margin-top: 200px; }
.header__number {
  float: right;
  font-weight: 700;
  color: #354992; }

.save-bd {
  width: 577px;
  margin: 0 auto;
  margin-bottom: 40px; }
  .save-bd .form-control {
    float: left;
    margin-top: 0; }

#save_bd_submit {
  float: left;
  margin: 0;
  margin-left: 20px;
  width: 225px;
  height: 40px; }

.text {
  font-size: 16px;
  color: #5a5a5a;
  font-weight: 300; }
  .text--center {
    text-align: center; }
  .text--margin {
    margin: 20px 0 40px 0; }

.line {
  width: 100%;
  height: 1px;
  background-color: #DCDCDC;
  margin: 30px 0; }
  .line:last-child {
    display: none; }

.content__about {
  margin-top: 120px; }
  .content__about-img {
    display: inline-block;
    vertical-align: middle;
    width: 700px;
    height: 420px;
    margin-right: 40px; }
    .content__about-img-gray {
      -webkit-filter: grayscale(70%);
      -moz-filter: grayscale(70%);
      -ms-filter: grayscale(70%);
      -o-filter: grayscale(70%);
      filter: grayscale(70%);
      filter: gray; }
  .content__about-info {
    display: inline-block;
    vertical-align: middle;
    width: 655px; }
  .content__about-text {
    margin-top: 25px;
    color: #5a5a5a;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 300;
    height: 148px;
    overflow: hidden;
    margin-bottom: 15px; }
  .content__about-more a {
    color: #5a5a5a;
    font-weight: 500;
    font-size: 18px; }
  .content__about-more-name {
    margin-top: 32px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s; }
    .content__about-more-name:hover {
      color: #ca252a; }
.content__services {
  margin-top: 105px; }
  .content__services-blocks {
    margin-top: 25px; }
    .content__services-blocks a .content__services-block {
      cursor: pointer; }
    .content__services-blocks a:nth-child(3n) .content__services-block {
      margin-right: unset; }
  .content__services-block {
    width: 430px;
    height: 180px;
    float: left;
    margin-right: 55px;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding-top: 60px;
    padding-left: 60px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    cursor: default; }
    .content__services-block:hover {
      -webkit-box-shadow: 0px 0px 51px 11px rgba(0, 0, 0, 0.08);
      -moz-box-shadow: 0px 0px 51px 11px rgba(0, 0, 0, 0.08);
      box-shadow: 0px 0px 51px 11px rgba(0, 0, 0, 0.08); }
    .content__services-block:nth-child(3n) {
      margin-right: unset; }
    .content__services-block-img {
      width: 70px;
      height: 55px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
    .content__services-block-name {
      width: 230px;
      display: inline-block;
      vertical-align: middle; }
.content__tariff {
  margin-top: 50px; }
  .content__tariff-title {
    margin-bottom: 30px; }
  .content__tariff-block {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-box-shadow: 0px 0px 35px 11px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 35px 11px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 35px 11px rgba(0, 0, 0, 0.18);
    float: left;
    position: relative;
    width: 311px;
    height: 313px;
    margin-bottom: 52px;
    margin-right: 52px; }
    .content__tariff-block:nth-child(4n) {
      margin-right: unset; }
    .content__tariff-block:nth-child(1n) .content__tariff-cost {
      background-color: #354992; }
    .content__tariff-block:nth-child(2n) .content__tariff-cost {
      background-color: #4B67CC; }
    .content__tariff-block:nth-child(3n) .content__tariff-cost {
      background-color: #677e98; }
    .content__tariff-block:nth-child(4n) .content__tariff-cost {
      background-color: #114278; }
    .content__tariff-block:nth-child(5n) .content__tariff-cost {
      background-color: #2179bc; }
    .content__tariff-block:nth-child(6n) .content__tariff-cost {
      background-color: #957eb3; }
    .content__tariff-block:nth-child(7n) .content__tariff-cost {
      background-color: #86aae0; }
    .content__tariff-block:nth-child(8n) .content__tariff-cost {
      background-color: #322fbe; }
    .content__tariff-block-lists {
      height: 223px;
      width: 311px; }
  .content__tariff-cost {
    height: 63px;
    width: 100%;
    padding-left: 30px;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    line-height: 63px;
    color: #FFF;
    font-weight: 700;
    font-size: 30px; }
    .content__tariff-cost-page {
      font-weight: 700;
      font-size: 30px;
      color: #262626;
      margin-bottom: 15px; }
    .content__tariff-cost span {
      font-size: 18px;
      font-weight: 700;
      color: #FFF; }
  .content__tariff-info {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 15px 30px;
    height: 250px;
    position: relative; }
    .content__tariff-info-top {
      font-weight: 700;
      font-size: 16px;
      color: #262626; }
      .content__tariff-info-top-page {
        margin-bottom: 15px;
        font-size: 20px; }
    .content__tariff-info-left {
      float: left; }
    .content__tariff-info-right {
      float: left;
      margin-left: 25px;
      width: 105px; }
    .content__tariff-info-img {
      width: 120px;
      height: 120px;
      -webkit-background-size: cover !important;
      -o-background-size: cover !important;
      background-size: cover !important; }
    .content__tariff-info-lists {
      height: 160px;
      width: 100%; }
    .content__tariff-info-title {
      font-size: 20px;
      font-weight: 700;
      color: #262626;
      margin-top: 20px;
      margin-bottom: 20px; }
      .content__tariff-info-title-page {
        margin: 0;
        margin-bottom: 15px; }
      .content__tariff-info-title-lists {
        font-size: 17px;
        margin: 0;
        height: 49px;
        overflow: hidden; }
    .content__tariff-info-sub {
      font-weight: 500;
      font-size: 13px;
      color: #262626;
      position: absolute;
      bottom: 30px;
      overflow: hidden;
      height: 55px;
      padding-right: 15px; }
      .content__tariff-info-sub-page {
        position: static;
        overflow: unset;
        height: auto;
        width: auto;
        font-size: 17px;
        padding: 0; }
      .content__tariff-info-sub-lists {
        position: static;
        height: 70px;
        width: 100%;
        overflow: hidden;
        margin-top: 5px;
        padding: 0; }
        .content__tariff-info-sub-lists p {
          margin-bottom: 0; }
.content__faq-gray {
  background-color: #ECECEC;
  margin-top: 35px;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  padding-top: 40px;
  padding-bottom: 60px; }
.content__faq-block {
  float: left; }
  .content__faq-block:first-child {
    width: 630px; }
    .content__faq-block:first-child .content__faq-block-input {
      border-right: 0;
      position: relative; }
      .content__faq-block:first-child .content__faq-block-input:after {
        content: "";
        width: 3px;
        height: 30px;
        background-color: #354992;
        position: absolute;
        right: 0;
        bottom: 11px; }
  .content__faq-block:nth-child(2) {
    width: 510px; }
    .content__faq-block:nth-child(2) .content__faq-block-input {
      border-left: 0; }
  .content__faq-block-name {
    font-size: 20px;
    font-weight: 500;
    color: #acacac;
    margin-bottom: 10px;
    margin-left: 20px; }
  .content__faq-block-input {
    width: 100%;
    height: 53px;
    border: 1px solid #354992; }
    .content__faq-block-input input {
      width: 100%;
      height: 100%;
      background: none;
      padding-left: 25px;
      -webkit-box-sizing: border-box !important;
      -moz-box-sizing: border-box !important;
      box-sizing: border-box !important;
      outline: 0;
      font-size: 20px;
      font-weight: 300;
      color: #acacac; }
.content__faq-button {
  width: 260px;
  height: 55px;
  background-color: #354992;
  float: left;
  margin-top: 24px; }
  .content__faq-button input {
    outline: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    background: none;
    cursor: pointer;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s; }
    .content__faq-button input:hover {
      background-color: #6e7eb7; }

.footer {
  height: 210px;
  margin-top: -210px;
  width: 100%; }
  .footer__top {
    border-top: #DCDCDC 1px solid;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 40px 0; }
  .footer__logo {
    float: left; }
    .footer__logo-img {
      width: 147px;
      height: 70px;
      background: url("../img/logo.png") center center no-repeat; }
  .footer__menu {
    float: right;
    width: 600px;
    margin-top: 25px; }
    .footer__menu-name {
      font-size: 16px;
      font-weight: 500;
      margin-right: 50px; }
      .footer__menu-name a {
        color: #595959; }
      .footer__menu-name:last-child {
        margin-right: unset; }
      .footer__menu-name:hover a {
        color: #ca252a; }
      .footer__menu-name a {
        text-decoration: none;
        color: #595959;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -o-transition: all 0.6s; }
  .footer__bottom {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 20px 0;
    background: #272829; }
  .footer__rights {
    float: left;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #FFF; }
  .footer__almeria {
    float: right; }
    .footer__almeria-text {
      font-size: 14px;
      font-weight: 300;
      color: #fff; }
      .footer__almeria-text-underline {
        font-weight: 500;
        text-decoration: underline; }
        .footer__almeria-text-underline a {
          color: #FFF; }

.header-page {
  background: #fff;
  height: 103px;
  -webkit-box-shadow: 0px 5px 11px 5px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 5px 11px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 5px 11px 5px rgba(0, 0, 0, 0.06); }
  .header-page-exit {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    margin-bottom: 5px;
    text-align: right;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    background: none;
    outline: 0; }
    .header-page-exit:hover {
      color: #CA252A; }
  .header-page a {
    color: #354992; }
  .header-page-page {
    font-weight: 700;
    font-size: 16px; }

.rel {
  position: relative;
  margin: 0 auto;
  left: 0; }

.login-exit {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #6B6B6B;
  font-weight: 400;
  text-align: center;
  margin-bottom: -1px;
  cursor: pointer;
  background-color: #fff;
  outline: 0; }

.content__nav {
  width: 613px;
  border-bottom: #B8B8B8 1px solid;
  margin: 0 auto;
  margin-top: 75px;
  margin-bottom: 55px; }
  .content__nav-name {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #6B6B6B;
    font-weight: 400;
    text-align: center;
    margin-bottom: -1px;
    padding: 0 30px 10px 30px;
    cursor: pointer; }
    .content__nav-name-active {
      font-weight: 700;
      color: #343434;
      border-bottom: #354992 2px solid; }
.content__show {
  display: none; }
  .content__show-bold {
    font-weight: 500;
    color: #343434;
    font-size: 18px;
    margin-bottom: 10px; }
  .content__show-small {
    font-size: 14px;
    color: #989898;
    font-weight: 300; }
  .content__show-more {
    cursor: pointer;
    font-size: 16px;
    color: #989898;
    border-bottom: 1px solid #f6f6f6;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    float: left; }
    .content__show-more-block {
      display: none; }
    .content__show-more:hover {
      border-bottom: 1px solid #989898; }
  .content__show-regular {
    font-weight: 400;
    color: #343434; }
  .content__show-active {
    display: block; }
  .content__show-left {
    float: left; }
  .content__show-right {
    float: right; }
  .content__show-block {
    width: 990px;
    margin: 0 auto;
    margin-bottom: 40px;
    background-color: #f6f6f6;
    position: relative;
    -webkit-box-shadow: 0px 0px 7px 2px rgba(32, 31, 31, 0.2);
    -moz-box-shadow: 0px 0px 7px 2px rgba(32, 31, 31, 0.2);
    box-shadow: 0px 0px 7px 2px rgba(32, 31, 31, 0.2); }
    .content__show-block:last-child .content__show-number {
      line-height: 198px;
      height: 198px; }
  .content__show-center {
    width: 700px;
    margin: 0 auto;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 25px 30px; }
    .content__show-center_left {
      margin: 0;
      padding: 0;
      width: 100%; }
  .content__show-number {
    position: absolute;
    left: 0;
    top: 0;
    width: 147px;
    height: 115px;
    text-align: center;
    color: #DEDEDE;
    font-size: 55px;
    font-weight: 700;
    line-height: 115px;
    cursor: default; }
  .content__show-name {
    font-size: 14px;
    color: #6B6B6B;
    font-weight: 300;
    margin-left: 20px;
    margin-bottom: 10px; }
  .content__show-select {
    width: 224px;
    height: 37px;
    border: #354992 1px solid;
    background: url("../img/select.png") 95% center no-repeat;
    cursor: pointer; }
    .content__show-select-datapicker {
      width: 100%;
      height: 100%;
      background: transparent;
      -webkit-box-sizing: border-box !important;
      -moz-box-sizing: border-box !important;
      box-sizing: border-box !important;
      padding-left: 15px;
      color: #343434;
      font-size: 16px;
      font-weight: 400;
      cursor: pointer;
      outline: 0; }
  .content__show-input {
    border: #354992 1px solid;
    width: 100%;
    height: 47px;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    margin-top: 15px; }
    .content__show-input:first-child {
      margin-top: 0; }
    .content__show-input-name {
      color: #7081C3;
      font-size: 10px;
      font-weight: 300;
      margin-top: 5px; }
    .content__show-input-zname {
      width: 370px; }
    .content__show-input input {
      padding-left: 15px;
      width: 100%;
      height: 100%;
      -webkit-box-sizing: border-box !important;
      -moz-box-sizing: border-box !important;
      box-sizing: border-box !important;
      background: none;
      outline: 0;
      font-size: 16px;
      font-weight: 500;
      color: #343434; }
  .content__show-fakeSelect {
    height: 100%;
    width: 85px;
    padding-left: 15px;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    background: url("../img/before.png") left 70% no-repeat;
    float: left; }
    .content__show-fakeSelect:first-child {
      width: 130px;
      background: none; }
    .content__show-fakeSelect:nth-child(2) {
      width: 310px; }
    .content__show-fakeSelect .content__show-select2 {
      width: 100%;
      height: 25px;
      background: none;
      outline: 0;
      font-size: 16px;
      font-weight: 400;
      color: #343434;
      padding-left: 0;
      padding-right: 10px;
      -webkit-box-sizing: border-box !important;
      -moz-box-sizing: border-box !important;
      box-sizing: border-box !important; }
  .content__show-dop {
    color: #6B6B6B;
    font-size: 16px;
    font-weight: 400;
    background: url("../img/plus.png") left center no-repeat;
    padding-left: 25px;
    margin-top: 15px;
    cursor: pointer; }
  .content__show-textarea {
    height: 120px; }
    .content__show-textarea_small {
      margin-top: 20px;
      width: 609px; }
    .content__show-textarea textarea {
      width: 100%;
      height: 100%;
      background: none;
      outline: 0;
      -webkit-box-sizing: border-box !important;
      -moz-box-sizing: border-box !important;
      box-sizing: border-box !important;
      padding: 15px;
      font-family: "Montserrat", sans-serif;
      font-size: 16px; }
  .content__show-submit input {
    width: 260px;
    height: 68px;
    background: #354992;
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    display: block;
    margin: 0 auto;
    margin-bottom: 45px;
    cursor: pointer;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s; }
    .content__show-submit input:hover {
      background-color: #6e7eb7; }
  .content__show-submit_marg {
    margin-bottom: 25px; }
    .content__show-submit_marg input {
      margin: 0;
      width: 200px;
      height: 55px; }
  .content__show-submit-zay {
    margin-top: 20px; }

.clickme {
  float: left;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s; }
  .clickme:hover {
    color: #354992;
    background: url("../img/plus1.png") left center no-repeat; }

.clickdel {
  background: url("../img/del.png") left center no-repeat;
  float: right;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s; }
  .clickdel:hover {
    color: #CA252A;
    background: url("../img/del1.png") left center no-repeat; }

.application {
  width: 700px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 10px;
  padding: 35px;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 0 auto; }
  .application__text {
    text-align: center;
    color: #343434;
    margin-bottom: 10px; }
    .application__text_size-s {
      font-size: 19px; }
    .application__text_size-b {
      font-size: 32px;
      font-weight: 600; }
  .application__input {
    width: 295px;
    font-weight: 400;
    font-size: 16px;
    color: #343434;
    text-align: left;
    border: 1px solid #354992;
    padding: 10px 20px;
    outline: 0;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px; }
    .application__input:first-child {
      margin-right: 15px; }
    .application__input_floatnone {
      display: block;
      height: 45px;
      width: 350px;
      margin-bottom: 25px; }
  .application__submit {
    outline: 0;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 205px;
    color: #fff;
    height: 45px;
    background-color: #c0a36e;
    display: block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 15px;
    font-weight: 400;
    font-size: 16px; }

.none {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 30; }

.lists_block {
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
  height: 400px;
  overflow: hidden; }
  .lists_block:nth-child(2n) {
    margin-right: 0; }
  .lists_block_size_b {
    width: 860px; }
  .lists_block_size_s {
    width: 510px; }
  .lists_block__img {
    height: 400px;
    width: 100%; }
  .lists_block__dopInfo {
    width: 100%;
    height: 150px;
    position: relative;
    margin-top: -150px; }
  .lists_block .dopInfo_blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px); }
  .lists_block .dopInfo_white {
    background-color: rgba(255, 255, 255, 0.6); }

.listss__blockk {
  width: 676px;
  height: 228px;
  background-color: #fff;
  float: left;
  margin-right: 48px;
  margin-bottom: 48px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); }
  .listss__blockk:nth-child(2n) {
    margin-right: 0; }
.listss__imgs {
  width: 280px;
  height: 228px;
  float: left;
  border-radius: 5px 0 0 5px; }
.listss__titles {
  font-weight: 700;
  color: #424242;
  width: 346px;
  font-size: 20px;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: left;
  float: right; }
.listss__texts {
  width: 346px;
  height: 100px;
  overflow: hidden;
  font-weight: 300;
  font-size: 16px;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  color: #424242;
  float: right; }

.soobshen {
  color: #354992;
  font-size: 16px;
  font-weight: 500; }

.redd {
  color: #ca252a; }

.margtop {
  margin: 0; }

@media screen and (max-width: 1440px) {
  .center {
    width: 1200px; }

  .abs {
    margin-left: -600px; }

  .header__slider {
    height: 680px; }
    .header__slider-info {
      width: 445px;
      margin-top: 180px; }
    .header__slider-text {
      min-height: 110px; }
    .header__slider-img {
      width: 705px;
      height: 480px;
      -webkit-background-size: contain !important;
      -o-background-size: contain !important;
      background-size: contain !important; }
    .header__slider .owl-dots {
      position: relative;
      bottom: 90px; }

  .content__about-img {
    width: 500px;
    height: 300px; }
  .content__services-block {
    width: 360px;
    height: 151px;
    padding-top: 50px;
    padding-left: 50px; }
    .content__services-block-name {
      font-size: 14px;
      width: 200px; }
  .content__tariff-block {
    width: 261px; }
    .content__tariff-block-lists {
      height: 261px; }
  .content__tariff-info-left {
    float: none;
    margin: 0 auto;
    margin-bottom: 10px; }
  .content__tariff-info-right {
    float: none;
    margin: 0 auto;
    width: 100%; }
  .content__tariff-info-lists {
    height: 255px;
    text-align: center; }
  .content__tariff-info-sub-lists {
    height: 40px; }

  .listss__blockk {
    width: 576px;
    height: 147px; }
  .listss__imgs {
    width: 180px;
    height: 147px; }
  .listss__titles {
    font-size: 18px; }
  .listss__texts {
    height: 60px; } }
@media screen and (max-width: 1260px) {
  .center {
    width: 1000px; }

  .abs {
    margin-left: -500px; }

  .header__menu {
    width: 600px; }
  .header__slider-info {
    width: 490px; }
  .header__slider-img {
    width: 460px; }

  .content__about {
    margin-top: 60px; }
    .content__about-img {
      width: 400px;
      height: 240px;
      vertical-align: top; }
    .content__about-info {
      width: 555px; }
    .content__about-text {
      height: 98px;
      margin-bottom: 0; }
    .content__about-more-name {
      margin-top: 22px; }
  .content__services {
    margin-top: 60px; }
    .content__services-block {
      width: 296px;
      padding-left: 30px;
      padding-top: 45px; }
      .content__services-block-name {
        width: 160px;
        font-size: 13px; }
  .content__tariff-block {
    width: 298px; }
    .content__tariff-block:nth-child(3n) {
      margin-right: 0; }
    .content__tariff-block:nth-child(4n) {
      margin-right: 52px; }
    .content__tariff-block-lists {
      height: auto; }
  .content__faq-block:first-child {
    width: 50%; }
  .content__faq-block:nth-child(2n) {
    width: 50%;
    margin-bottom: 30px; }
  .content__faq-button {
    float: none;
    clear: both;
    margin: 0 auto; }

  .listss__blockk {
    width: 476px;
    height: 147px; }
  .listss__imgs {
    width: 180px;
    height: 147px; }
  .listss__titles {
    width: 246px;
    font-size: 18px; }
  .listss__texts {
    height: 40px;
    width: 246px; } }
@media screen and (max-width: 1060px) {
  .center {
    width: 800px; }

  .abs {
    margin-left: -400px; }

  .header__logo-img {
    width: 100px;
    -webkit-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important; }
  .header__login {
    font-size: 13px; }
  .header__menu {
    width: 520px;
    padding-top: 41px; }
    .header__menu-name {
      font-size: 14px;
      margin-right: 40px; }
  .header__slider-info {
    margin-top: 280px;
    width: 380px; }
  .header__slider-title {
    height: 110px;
    font-size: 29px; }
  .header__slider-text {
    min-height: auto;
    margin-bottom: 25px; }
  .header__slider-img {
    width: 370px; }
  .header__slider-button {
    width: 220px;
    height: 55px;
    line-height: 55px;
    font-size: 14px; }

  .content__about-img {
    width: 320px;
    height: 205px; }
  .content__about-info {
    width: 435px; }
  .content__about-text {
    height: 65px;
    font-size: 14px; }
  .content__services-blocks a:nth-child(2n) .content__services-block {
    margin-right: 0 !important; }
  .content__services-blocks a:nth-child(3n) .content__services-block {
    margin-right: 55px; }
  .content__services-block {
    width: 372px; }
    .content__services-block-name {
      width: 220px;
      font-size: 15px; }
  .content__tariff-blocks {
    margin-top: 60px; }
  .content__tariff-block {
    margin: 0 51px 51px !important; }
  .content__show-block {
    width: 100%; }
  .content__show-number {
    width: 100px;
    height: 100px; }
  .content__show-center {
    width: 640px; }
  .content__show-fakeSelect:nth-child(2) {
    width: 270px; }
  .content__show-input-zname {
    width: 200px; }

  .listss__blockk {
    width: 376px;
    height: 457px; }
  .listss__imgs {
    width: 100%;
    height: 230px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; }
  .listss__titles {
    width: 326px;
    font-size: 18px;
    text-align: center; }
  .listss__texts {
    height: 116px;
    width: 326px;
    text-align: center; } }
@media screen and (max-width: 860px) {
  .center {
    width: 700px; }

  .abs {
    margin-left: -350px; }

  .header__menu {
    display: none; }
    .header__menu-mobile {
      color: #595959;
      font-size: 16px;
      font-weight: 500;
      display: block;
      margin: 0 auto;
      margin-top: 41px;
      width: 70px;
      cursor: pointer;
      text-align: right;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      background: url("../img/r3.png") left center no-repeat; }
      .header__menu-mobile:hover {
        color: #CA252A;
        background: url("../img/r32.png") left center no-repeat; }
    .header__menu-sub {
      border-top: #595959 1px solid;
      margin-top: 35px;
      position: absolute;
      width: 100%;
      z-index: 10;
      left: 50%;
      margin-left: -50%; }
    .header__menu-name-mobile {
      width: 100%;
      padding: 15px 0;
      background-color: #fff;
      border-bottom: #595959 1px solid;
      color: #354992;
      text-align: center; }
  .header__slider {
    height: 630px; }
    .header__slider-img {
      width: 270px;
      margin-top: 150px; }
    .header__slider-info {
      margin-top: 220px; }

  .content__about-img {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 400px;
    height: 240px; }
  .content__about-info {
    width: 100%;
    display: block;
    margin: 0 auto;
    height: auto; }
  .content__about-text {
    height: auto; }
  .content__services-block {
    width: 322px; }
    .content__services-block-name {
      width: 190px; }
  .content__tariff-block {
    width: 248px; }
  .content__show-number {
    display: none; }

  .footer__logo-img {
    width: 100px;
    -webkit-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important; }
  .footer__menu {
    width: 460px; }
    .footer__menu-name {
      font-size: 14px;
      margin-right: 30px; }

  .rel {
    padding-top: 1px; }

  .listss__blockk {
    width: 326px;
    height: 457px; }
  .listss__imgs {
    width: 100%;
    height: 230px; }
  .listss__titles {
    width: 276px; }
  .listss__texts {
    height: 116px;
    width: 276px; } }
@media screen and (max-width: 760px) {
  .center {
    width: 93%; }

  .abs {
    margin-left: -46.5%; }

  .header__slider-info {
    width: 280px; }
  .header__slider-title {
    font-size: 23px; }
  .header__slider-img {
    float: right; }

  .content__about-text {
    height: auto; }
  .content__services-block {
    width: 45%; }
    .content__services-block-name {
      width: 60%; }
  .content__tariff-block {
    margin: 0 27px 27px !important; }
  .content__tariff-info-sub {
    font-size: 13px; }
  .content__faq {
    margin-top: 25px; }
  .content__show-center {
    width: 100%; }
  .content__show-fakeSelect:first-child {
    width: 100px; }
  .content__show-textarea_small {
    width: 100%; }

  .listss__blockk {
    width: 45%; }
  .listss__titles {
    width: 100%;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important; }
  .listss__texts {
    width: 100%;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important; }

  .application {
    width: 100%; }
    .application__input {
      width: 48%; } }

/*# sourceMappingURL=style.css.map */
