@charset "UTF-8";
@font-face {
  font-family: "proxima";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/ProximaNova/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "proxima";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/ProximaNova/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNova/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "CircularStd";
  font-weight: 450;
  font-style: normal;
  src: url("../fonts/CircularStd-Book/CircularStd-Book.eot");
  src: url("../fonts/CircularStd-Book/CircularStd-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Book/CircularStd-Book.woff") format("woff"), url("../fonts/CircularStd-Book/CircularStd-Book.ttf") format("truetype"); }

@font-face {
  font-family: "Arial";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Arial/Arial-BoldMT.eot");
  src: url("../fonts/Arial/Arial-BoldMT.eot?#iefix") format("embedded-opentype"), url("../fonts/Arial/Arial-BoldMT.woff") format("woff"), url("../fonts/Arial/Arial-BoldMT.ttf") format("truetype"); }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: normal;
  font-family: "proxima", sans-serif;
  font-weight: normal;
  background: #fff;
  color: #252525; }

html, body {
  overflow-x: hidden; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

.text-center {
  text-align: center; }

a {
  display: block;
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  outline: none; }
  a:hover, a:focus {
    text-decoration: none; }

input, textarea, select {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 0 16px;
  border: none;
    border-radius: 0;
    border-bottom: 1px solid #CDCDCD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "proxima", sans-serif;
  font-size: 14px;
  color: #000;
  background: transparent;
  width: 100%; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #999999; }
  input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    color: #999999; }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
    color: #999999; }
  input::placeholder, textarea::placeholder, select::placeholder {
    color: #999999; }
  input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

textarea {
  border: 1px solid #CDCDCD;
  height: 115px;
  padding: 12px 16px; }

label {
  display: block;
  width: 100%; }

.checkbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #999;
  font-weight: 450;
  font-size: 14px;
  font-family: "CircularStd", sans-serif;
  cursor: pointer; }

.inp-check {
  display: none; }

.checkbox-custom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1px solid #2293D7;
    border-radius: 50%;
  margin: 0 13px 0 0; }
  .checkbox-custom:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 12px;
    height: 12px; }

.inp-check:checked + .checkbox-custom:before {
  background: #2293D7; }

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  .form label {
    max-width: 239px;
    width: 100%;
    margin: 0 0 31px; }
  .form .checkbox {
    margin: 0 0 37px;
    max-width: none; }
  .form .label-100 {
    width: 100%;
    max-width: none; }

.btn, button {
  outline: none;
  font-family: "proxima", sans-serif;
  padding: 0;
  margin: 0;
  border: none;
    border-radius: 0;
  cursor: pointer;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .btn:hover, .btn:focus, button:hover, button:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  height: 42px;
  font-size: 14px;
  font-weight: bold;
  max-width: 280px;
  width: 100%; }

.btn-sm {
  max-width: 180px;
  height: 30px;
  font-size: 12px; }

.btn-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(12.78%, #2293D7), color-stop(85.56%, #61C2D0));
  background: linear-gradient(90deg, #2293D7 12.78%, #61C2D0 85.56%);
  color: #fff; }
  .btn-accent:hover {
    background: -webkit-gradient(linear, right top, left top, color-stop(12.78%, #2293D7), color-stop(85.56%, #61C2D0));
    background: linear-gradient(to left, #2293D7 12.78%, #61C2D0 85.56%);
    color: #fff; }

.btn-border {
  border: 1px solid #2293D7;
  color: #2293D7; }
  .btn-border:hover {
    color: #fff;
    background: #2293D7; }

.btn-white {
  background: #fff;
  color: #2293D7; }
  .btn-white:hover {
    background: #A7A7A7;
    color: #fff; }

.btn-border-white {
  border: 1px solid #fff;
  color: #fff; }
  .btn-border-white:hover {
    background: #A7A7A7;
    color: #fff; }

.svg-icon__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.screen-reader-response {
  display: none;
}

invalid span.wpcf7-not-valid-tip {
  color: red;
  font-size: 11px;
}

.wpcf7-checkbox + span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-checkbox {
  position: relative;
  display: block;
}

span.wpcf7-form-control-wrap.checkbox-validation {
  position: relative;
  display: block;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-not-valid label:after {
  display: block;
  content: "Поле обязательно для заполнения.";
  width: 100%;
  color: red;
  font-size: 10px;
}


.wpcf7-response-output {
  text-align: center;
  padding: 10px;
}
.invalid .wpcf7-response-output{
  border-bottom: red 3px solid;
}
.sent .wpcf7-response-output{
  border-bottom: green 3px solid;
}

h1 {
  font-size: 40px;
  font-weight: bold;
  width: 100%;
  line-height: 49px;
  color: #252525;
  margin: 0 0 25px; }

h2 {
  width: 100%;
  font-size: 35px;
  font-weight: bold;
  line-height: 43px; }

h3 {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 8px;
  line-height: 22px;
  color: #252525; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.btn-group {
  width: 100%; }
  .btn-group .btn-group:not(:last-child) > .btn, .btn-group .btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 20px; }
  .btn-group .btn-group:not(:first-child), .btn-group .btn:not(:first-child) {
    margin-left: 31px; }
  .btn-group .btn:not(:first-child) {
    border-radius: 20px; }

.bg-accent {
  background: #2293D7;
  color: #fff; }
  .bg-accent h2 {
    color: #fff; }

.color-accent {
  color: #2293D7; }

a.color-accent:hover {
  color: #A7A7A7; }

.color-grey {
  color: #A7A7A7; }

.d-inline {
  display: inline-block; }

.color-inherit {
  color: inherit; }

.font-bold {
  font-weight: bold; }

.box-text {
  line-height: 25px;
  font-size: 15px;
  color: #4B4B4B; }
  .box-text p {
    margin: 0 0 22px; }
    .box-text p:last-child {
      margin: 0; }

.svg-icon {
  display: inline-block;
  width: 100%;
  height: 100%; }

.fill-none {
  fill: none; }

.slick-slide {
  outline: none; }

.slick-slider {
  width: 100%; }

.slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .slider-nav .slick-prev {
    margin: 0 33px 0 0; }

.slick-arrow {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 8px 60px rgba(217, 234, 239, 0.9);
          box-shadow: 0px 8px 60px rgba(217, 234, 239, 0.9);
  width: 46px;
  min-width: 46px;
  height: 46px;
  padding: 13px 15px;
  fill: #2293D7;
  z-index: 1;
  opacity: 1; }
  .slick-arrow:hover {
    background: #2293D7;
    fill: #fff; }

.counter-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 19px 0 auto;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #252525; }
  .counter-slide__cp {
    font-size: 35px;
    line-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .counter-slide__cp:after {
      content: '/'; }

.wrapper {
  padding: 93px 0 0; }

.container {
  max-width: 1200px;
  padding: 0 10px; }

.row {
  margin: 0 -10px; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding: 0 10px; }

.select-my {
  width: 100%;
  border: 1px solid #ECECEC;
    border-radius: 2px;
  background: url("../img/arrow-bottom.svg") no-repeat calc(100% - 17px) center;
    background-size: 13px;
  padding: 0 29px;
  font-size: 14px;
  color: #4B4B4B;
  height: 43px;
  cursor: pointer; }
  .select-my::-webkit-input-placeholder {
    color: #4B4B4B; }
  .select-my::-moz-placeholder {
    color: #4B4B4B; }
  .select-my::-ms-input-placeholder {
    color: #4B4B4B; }
  .select-my::placeholder {
    color: #4B4B4B; }

.breadcrumb {
  margin: 28px 0 0;
  width: 100%;
  background: transparent;
  padding: 0;
  border-radius: 0;
  color: #A7A7A7;
  font-size: 12px; }
  .breadcrumb a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #A7A7A7; }
    .breadcrumb a:hover {
      color: #2293D7; }
    .breadcrumb a:after {
      content: '→';
      font-weight: bold;
      margin: 0 3px; }

.breadcrumb-item.active {
  font-weight: bold; }

.breadcrumb-item:after, .breadcrumb-item:before {
  display: none; }

.breadcrumb-item + .breadcrumb-item {
  padding: 0; }

.list-check {
  font-size: 15px;
  font-weight: bold;
  color: #4B4B4B; }
  .list-check li {
    position: relative;
    padding: 0 0 0 44px;
    margin: 0 0 30px; }
    .list-check li:last-child {
      margin: 0; }
    .box-text ul.list-check li:before {
      content: '';
      position: absolute;
      left: 10px;
      top: 5px;
      width: 20px;
      height: 15px;
      background: url("../img/check.svg") no-repeat center;
        background-size: 100%; }

.modal-dialog {
  max-width: 622px; }

.modal-content {
  padding: 42px 35px 43px;
  border: none;
    border-radius: 0; }

.modal-body {
  padding: 0; }
  .modal-body .box-text {
    text-align: center;
    color: #000;
    width: 100%;
    font-size: 16px;
    line-height: 23px; }
  .modal-body .form {
    margin: 23px 0 0; }
    .modal-body .form .checkbox {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .modal-body .form button {
      margin: 0 auto; }
  .modal-body .btn {
    margin: 0 auto; }

.modal-header {
  padding: 0;
  border: none; }
  .modal-header .close {
    position: absolute;
    right: -41px;
    top: 0;
    width: 21px;
    height: 22px;
    fill: #fff;
    opacity: 1;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    padding: 0;
    margin: 0; }

.modal-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
  color: #000;
  width: 100%;
  max-width: 450px;
  margin: 0 auto; }

#thanksModal .btn {
  margin: 40px auto 0; }
.price_month{
  display: none;
}
/* .tariff_checkbox input[type="checkbox"]{
    border: 1px solid blue;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    position: relative;
    margin-right: 5px;
    top: 3px;
} */
.form form{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
}
.actions-block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2em 0;
}
.action-block{
  display: flex;
    flex-wrap: wrap;
    flex: 0 1 45%;
    box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.42);
-webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.42);
-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.42);
padding: 2em;
}
img.action-block__image{
  max-width: 150px;
  width: 100%;
  display: block;
}
.action-block__title{
  max-width: 300px;
  font-size: 21px;
  line-height: 34px;
  font-weight: bold;
}
.action-block a{
  padding-top: 9px;
}
.box-text .action-block p{
  margin: 0;
}
.action-block__title div{
  text-transform: uppercase;
  color: #2293D7;
}
.action-block__btn{
  flex: 0 0 100%;
    margin: 2em auto 0;
    text-align: center;
}
.action-block__condition{
  color: #d63638;
}
section.callback-section{
  margin-bottom: 3em;
}

time.entry-date {
  color: #a4a4a4;
}

.post.type-post.status-publish.format-standard h2 a {
  color: #2f3a4f; font-size: 20px;
}

.container.header-archive {
  margin-top: 15px;
}

.nav-links {
  margin: 20px 0px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.nav-links a {
  color: #2f3a4f;
  font-weight: 600;
  text-decoration: underline;
}
.container.header-archive h1.page-title {
  margin-bottom: 0px;
}

.container.header-archive .breadcrumb {
  margin-top: 0px;
  margin-bottom: 25px;
}

.post.type-post .post-thumbnail {
  max-height: 400px;
  overflow: hidden;
}


@media screen and (max-width: 600px){
  .actions-block{
    flex-direction: column;
    margin-bottom: 0;
  }
  .action-block{
    flex: 0 1 100%;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 576px){
  img.action-block__image {
    max-width: 100%;
  }
  .action-block__condition{
    text-align: center;
    margin: 20px auto 0;
  }
}